@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
	
}

div, img, fieldset {
	position:relative;
}

/** General Style Info **/
html{
	height:100%;
}
body {
	background: #fff;
	color: #6a6a6a;
	font-family:'Enriqueta',georgia,serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	font-weight: 400;
	font-size:13px;
	line-height:18px;
	margin: 0;
	height:100%;
}
sub, sup {
	line-height:1px;
}
a {
	color: #36aba8;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a.disabled {
	opacity:0.3;
	filter:alpha(opacity=30);
	cursor:default !important;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-family:'DINRound',helvetica,arial,sans-serif;
	font-weight: bold;
	font-size:28.5px;
	line-height:40px;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:0;
	color:#6a6a6a;
}
h4 {
	font-family:'Enriqueta',georgia,serif;
	font-weight: bold;
	font-size:15.5px;
	line-height:18px;
	text-transform:none;
	margin-bottom:6px;
}
h1 {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	margin-bottom:15px;
}
h2 {
	font-size:22px;
	line-height:29px;
}
h3 {
	font-size:17px;
	line-height:24px;
}

ul, li {
	
}
span.shopowner {
	color:#ba83a8 !important;
}
span.producer {
	color:#2da39d !important;
}

.html_content ol {
	padding-left:19px;
}
.html_content ol li{
	padding-left:5px;
	padding-bottom:8px;
}
.html_content ul li {
	list-style:none;
	background-image:url('/img/main/li_bullet.png');
	background-repeat:no-repeat;
	background-position:3px 6px;
	padding-left:24px;
}
p {
	margin:0;
}

/** Helpful **/
.clear {
	clear: both;
}
.hide{
	display:none;
}

.hr {
	width:936px;
	height:16px;
	left:-30px;
	background:url('../img/main/hr.png') no-repeat;
	margin:40px 0;
}


/** Layout **/

#modal_bg, #detail_bg, #conversation_bg{
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.6);
	background:rgba(0,0,0,0.6);
	background:rgba(54,171,168,0.6);
	position:fixed;
	top:0;
	left:0;
	z-index:98;
	display:none;
}
#detail_bg{
    z-index:100;
}
#conversation_bg{
    z-index:96;
}
@keyframes loading
{
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}
 
@-moz-keyframes loading /* Firefox */
{
from {-moz-transform:rotate(0deg);}
to {-moz-transform:rotate(360deg);}
}
 
@-webkit-keyframes loading /* Safari and Chrome */
{
from {-webkit-transform:rotate(0deg);}
to {-webkit-transform:rotate(360deg);}
}


.loading{
	
	position: absolute;
	top: 50%; left: 50%;
	margin: -17px 0 0 -17px;
	animation-name: loading;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-play-state: running;
	/* Firefox: */
	-moz-animation-name: loading;
	-moz-animation-duration: 2s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-play-state: running;
	/* Safari and Chrome: */
	-webkit-animation-name: loading;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;

}

#modal_box{
	position:fixed;
	top:0;
	left:0;
	z-index:105;
	border: none;
	padding:15px 20px 16px 20px;
	width:auto;
	margin:0;
	
	
	text-align:center;
	
	display:none;
}
#modal_box textarea{
	display:block;
}


#admin_panel{
	width:100%;
	height:34px;
	background-color:#2da39d;
   color:#fff;
	clear: both;
	text-align:center;
	z-index:2;
	position:relative;
}
.body_shopowner #admin_panel{
	background-color:#c997b6;
}
#topline{
	width:100%;
	height:5px;
	background-color: #fff;
	clear: both;
	z-index:2;
	position:relative;
}

#admin_panel .controls{
	width:1024px;
	margin:0 auto;
	padding-top:11px;
	font-size:12px;
	line-height:16px;
	color:#fff;
	text-align:center;
}

#admin_panel .controls a{
	display:inline-block;
	color:#fff;
	font-family:'DINRound',arial,sans;
	text-transform:uppercase;
	font-weight:normal;
	font-size:14px;
	line-height:14px;
	letter-spacing:1px;
	text-decoration:none;
	margin-right:12px;
	margin-left:12px;
	text-shadow:none;
}
#admin_panel .controls a:hover, #admin_panel .controls a.on{
	color:#74bab6;
}
.body_shopowner #admin_panel .controls a:hover, .body_shopowner #admin_panel .controls a.on{
	color:#ebcbdf;
}
#admin_panel .controls .input{
	display:inline-block;
	margin-left:10px;
	position:relative;
	top:-1px;
}
#admin_panel .controls .input label{
	text-shadow:none;
}
#admin_panel .controls .logged_as{
	text-align:right;
	width:400px;
	position:absolute;
	top:12px;
	right:-43px;
	font-size:12px;
	line-height:12px;
	letter-spacing:1px;
	color:#fff;
	font-family: 'DINLight',arial,sans;
	text-shadow:none;
	text-transform:uppercase;
}
#admin_panel .controls .logged_as .username{
	font-family: 'DINRound',arial,sans;
	text-transform:none;
}
.translatable_on{
	background:#ff0;
	cursor:pointer;
}

#container {
	text-align: left;
	z-index:1;
	position:relative;
}


#header{
	height:135px;
	width:100%;
	background:url('../img/main/bg_header.png') repeat-x;
}
.body_logged #header{
	
}
#header .inner{
	width:1000px;
	margin:0 auto;
}
#header .logo {
	display:inline-block;
	position:absolute;
	left:370px;
	top:47px;
	z-index:13;
	width:254px;
	height:58px;
}
#addthis{
	position:absolute;
	top:0;
	right:-80px;
	height:40px;
	width:185px;
	text-align:right;
	z-index:12;
	overflow:show;
	
}
#addthis .addthis_toolbox{
	position:absolute;
	top:-26px;
	right:21px;
	width:160px;
	display:none;
}
#addthis .addthis_toolbox > a{
	float:right;
	margin-left:2px;
}
#addthis .addthis_toolbox a.addthis_button_compact{
	position:relative;
	left:4px;
}
#addthis .addthis_toolbox a.addthis_counter{
	display:none !important;
	
}
#metanavi{
	position:absolute;
	top:0;
	right:-80px;
	width:1128px;
	height:100px;
	text-align:right;
	z-index:11;
}
#langnavi{
	position:absolute;
	top:12px;
	left:9px;
	z-index:12;
}
#logged_as{
	position:absolute;
	top:12px;
	left:9px;
	z-index:12;
}
#langnavi .label, #metanavi .logged_as{
	display:inline-block;
	font-family:'DINLight',arial,sans;
	font-weight:normal;
	font-size:10px;
	margin-right:12px; 
	text-decoration:none;
}
#metanavi .logged_as{
	position:relative;
	top:2px; 
	margin-right:20px; 
}
#langnavi a{
	display:inline-block;
	font-family:'DINLight',arial,sans;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	color: #6a6a6a;
	margin-right:12px; 
	text-decoration:none;
}
#langnavi a.active, #langnavi a:hover{
	color:#2da39d;
	border-bottom:1px solid #6a6a6a;
}
#langnavi a.disabled:hover{
    border-bottom: none;
    color: #6a6a6a;
}


#content{
	width:100%;
	padding-top:20px;
	padding-bottom:40px;
	background:url('../img/main/bg_main.png') no-repeat top center;
	clear: both;
	background-color:#f2f3f1;
	min-height:250px;
}

#page{
	width:1004px;
	margin:0 auto;
	
}

.register {
	font-size:15.5px;
	line-height:20px;
	margin-bottom:0;
}

#page .intro{
	padding-top:10px;

}
.examples .intro h1{
    text-align: center;

}

.with_expand .expand{
	display:none;
}
.with_expand .expand_button, .with_expand .collapse_button{
	display:block;
	width:180px;
	margin:0 auto;
	margin-top:12px;
	text-align:center;
	background:#fff url('../img/main/bg_expand_button.png') no-repeat top center;
	font-family:'DINLight',arial,sans;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	line-height:12px;
	letter-spacing:1px;
	padding: 7px 0 4px 0;
	color:#6a6a6a;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-decoration: none;
	-webkit-user-select: none;
	user-select: none;
	-moz-box-shadow: 0px 2px 2px -2px #999;
	-webkit-box-shadow: 0px 2px 2px -2px #999;
	box-shadow: 0px 2px 2px -2px #999;
}
.with_expand .collapse_button{
	background:#fff url('../img/main/bg_collapse_button.png') no-repeat top center;
	display:none;
}
.with_expand .expand_button:hover, .with_expand .collapse_button:hover{
	
	background-color:#ebebeb;
}

#page .action_request {
	font-size:17px;
	font-weight:bold;
	margin:17px 0;
}


/**  Navi  **/
.navi ul {
	margin: 0;
	padding: 0;
}
.navi li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.navi ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}


/**  Elements  **/
.curlyline {
	clear: both;
	height:8px;
	width:1048px;
	left:-22px;
	background:url('../img/main/bg_curlyline.png') repeat-x;
	margin:20px 0 55px 0;
}



/** Tables **/
table {
	border-right:0;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
	vertical-align:bottom;
}
th a {
	display: block;
	text-decoration:none;
	
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
th a.desc:hover:after {
	content: ' ⇣';
}
th a.asc:hover:after {
	content: ' ⇡';
}

td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
tr:nth-child(even) {
	background: #f9f9f9;
}
tr.belongs_to {
	background: #aaa;
	color:#fff;
	text-shadow:none;
}
tr.test {
    background: #aff7ff;
}
tr.stand_by {
    background: #ffbe78;
}
tr.unconfirmed {
    background: #fffcaf;
}
td.images_count_0 {
    background: #ffa6a6;
}
td.actions {
	
	white-space: nowrap;
}
td.actions a {
	margin: 0px 10px 0 0;
}



/* SQL logattr('data/
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Multiselect **/
.multi_select_actions {
    padding: 5px 0 40px 0;
}
.multi_select_actions p {
    padding-bottom: 12px;
}


/** Paging **/
.paging {
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}



/** Forms **/
.form {
	text-align:center;
}
.login_form  {
	
	
}

form {
	clear: both;
	
	padding: 0;
	
}
fieldset {
	border: none;
	margin-bottom:20px;
	padding:20px 0 30px 0;
	width:1004px;
	margin:0 auto;
	background:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
}

.normal_form fieldset{
	
	padding-top:5px;
	padding-bottom:32px;
	
}
#modal_box fieldset {
	width:auto;
	padding:25px 30px 26px 30px;
}

fieldset h3 {
	padding-bottom:20px;
	
}
fieldset h3 .subline {
	font-family:'Enriqueta',georgia,serif;
	font-size:12px;
	text-transform:none;
	display:block;
}

fieldset legend {
	font-family:'DINRound',helvetica,arial,sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	color: #6a6a6a;
	font-size:24px;
	line-height:24px;
	font-weight: bold;
	margin:0 auto;
	display:inline-block;
	position:relative;
	top:-20px;
	text-align:center;
	width:100%;
	
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 25px 0;
	background:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
fieldset fieldset legend {
	font-size:15px;
	font-weight: normal;
	cursor:pointer;
	padding-bottom:0;
}
fieldset fieldset legend:after {
	color: #e32;
	content: ' ⇣';
	display:inline;
}
fieldset fieldset legend.opened:after {
	content: ' ⇡';
}

fieldset fieldset div {
	clear: left;
	margin: 0 30px;
	display:none;
}
form div {
	clear: both;
	vertical-align: text-top;
	text-align:center;
}
form .input {
	color: #444;
	
	margin:15px auto;
	padding-top:5px;
	text-align:center;
}

form .flagged{
	
}


form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: ' *';
	display:inline;
}
.ignore_required label:after {
	content: '' !important;
}

form div.submit {
	border: 0;
	clear: both;
	padding-top: 20px;
}
.login_form div.submit, .forgot_password_form div.submit {
	padding-top: 40px;
	padding-bottom: 40px;
}
label {
	display: block;
	position:relative;
	font-family:'DINLight',arial,sans;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	letter-spacing:1px;
	margin:3px; 
}
label .symbol{
    width: 16px;
    height: auto;
    display: inline-block;
    position:relative;
    top: 3px;
    margin-left: 3px;
}

input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], textarea {
	clear: both;
	background:#f2f3f1;
	border-top:1px solid #c3c4c3;
	border-left:1px solid #d6d6d5;
	border-bottom:1px solid #f6f7f6;
	border-right:1px solid #f6f7f6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family:'Enriqueta',georgia,serif;
	font-size:14px;
	padding:3px 5px;
	width:600px;
	height:20px;
	color:#359b94;
	
}
input[disabled=disabled]{
	background:#e2e3e1;
	color:#666;
	
}
.login_form input[type=text], .login_form input[type=password], .forgot_password_form input[type=text] {
	
	width:250px;
	
	
}
input[type=text], input[type=email], input[type=password], input[type=number] {
	text-align:center;
	
}
textarea {
	
	height:120px;
	
}
select {
	clear: both;
	vertical-align: text-bottom;
	
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=checkbox].hide {
	display:inline;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
input.placeholder {
	color:#aaa;
}
input.disabled, div.disabled {
	opacity:0.4;
	filter:alpha(opacity=40);
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline-block;
	width: auto;
}
form a.submit, form a.cancel {
	padding:12px 20px 9px 20px;
}
form input[type=submit] {
    padding:11px 20px 8px 20px;
}

/* Form errors */
form .error {
	background:#dfcbd7;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error-message {
	color: #e32;
	
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ff0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	margin-top: 18px;
	padding: 7px 14px;
	color: #404040;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c34e00;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #4c9f02;
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}



/* Buttons and button links */
input[type=submit],
a.submit,
a.button,
a.cancel,
.navi ul a, #metanavi a, .uploadify-button {
	font-family:'DINLight',arial,sans;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	line-height:12px;
	letter-spacing:1px;
	padding: 7px 12px 4px 12px;
	background:#36aba8;
	color:#fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:none;
	cursor:pointer;
	text-decoration: none;
	min-width: 0;
	-webkit-user-select: none;
	user-select: none;
	margin-bottom:9px;
	-moz-box-shadow: 0px 2px 2px -2px #999;
	-webkit-box-shadow: 0px 2px 2px -2px #999;
	box-shadow: 0px 2px 2px -2px #999;
	text-align:center;
	text-shadow:none;
  	z-index:2;
  	position:relative;
}
a.master_button {
	background:#000;
  	
}

a.errorbutton {
	font-family:'DINRound',helvetica,arial,sans-serif;
	text-transform:uppercase;
	font-weight:normal !important;
	font-size:18px;
	line-height:18px;
	padding: 20px 12px 16px 12px;
	background: #b07d9c;
	color:#fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:none;
	cursor:pointer;
	text-decoration: none;
	-webkit-user-select: none;
	user-select: none;
	margin-top:27px;
	margin-bottom:9px;
	-moz-box-shadow: 0px 2px 2px -2px #999;
	-webkit-box-shadow: 0px 2px 2px -2px #999;
	box-shadow: 0px 2px 2px -2px #999;
	text-shadow:none;
	text-align:center;
  	
}
a.errorbutton img {
	margin:0 17px;
  	
}

a.cancel {
	background: #ddd;
	color: #000;
}
#modal_box a.submit, #modal_box a.cancel {
	margin-left:15px;
	margin-right:15px;
}
#metanavi a {
	-moz-border-top-left-radius:0;
  	-moz-border-top-right-radius:0;
  	-webkit-border-top-left-radius:0;
  	-webkit-border-top-right-radius:0;
	border-top-left-radius:0;
  	border-top-right-radius:0;
  	padding: 0 22px 4px 22px;
  	margin-left:1px;
  	line-height:26px;
  	margin-right:1px;
  	margin-top:0;
  	margin-bottom:0;
  	white-space:no-wrap;
  	background-color:#fff;
	color:#000;
	position:relative;
	display:inline-block;
	padding-top:40px;
	top:-40px;
}
#metanavi a.logout {
	background-color: #2da39d;
	color:#fff;
}
.body_shopowner #metanavi a.logout {
	background-color:#c997b6;
}
#metanavi a.logout:hover {
	background-color: #2da39d;
}
.body_shopowner #metanavi a.logout:hover {
	background-color:#c997b6;
}
#metanavi a.share {
	
	min-width:140px;
}
.navi ul a:hover,
a.submit:hover,
a.button:hover,
input[type=submit]:hover, #metanavi a:hover {
	background-color: #fff;
	color:#000;
}



.form_navi a.button, .uploadify-button {
	margin-left:10px;
	margin-right:10px;
	background-color:#359b94;
	color:#fff;
	text-shadow:none;
	
}
.form_navi a.button_on, .form_navi a.button:hover  {
	color:#000;
	background-color:#fff;
}
.uploadify-button {
	padding-top:3px;
	padding-bottom:0;
}

a.cancel:hover{
	background: #ccc;

}
input[type=submit]:active,
.navi ul li a:active,
a.submit:active,
.navi a:active, #metanavi a:active {
	background: #eee;
	
	text-decoration: none;
}

#back_button{
	position:fixed;
	left:0;
	top:97px;
    z-index: 98;
}
#back_button a.button{
	background-color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #000;
    line-height: 19px;
    padding: 5px 20px 2px 30px;

}
#back_button a.button:hover{
	background-color: #eee;
    
}
/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}



#cookie_warning {
    background-color: #ba83a8;
    text-shadow: none;
    color: #fff;
    z-index: 10;
    font-family: "DINLight",arial,sans;
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
}
#cookie_warning a {
   
    color: #fff;
   
}
#cookie_warning .pad {
    padding: 7px 70px 7px 12px;
}
#cookie_warning  .close{
    position: absolute;
    top: 7px;
    right: 10px;
    width:12px;
    cursor: pointer;
    height:12px;
    background:url('/img/main/close_white.png') no-repeat;
    background-size: contain;
}

.explain-icon {
    width: 28px;
    height: auto;
    position: relative;
    top: 5px;
}

