html{
	background: url('./images/page-bg.jpg');
	color: #e9dec1;
	font-family: georgia, arial;
	font-size: 100%;
}
body{
	margin: 0;
}
#site_frame{
	background: url('./images/page-top-bg.gif') 0 0 repeat-x;
}
h1,h2{
	text-align: center;
	text-transform: uppercase;
}
img{
	border:0;
}
.slicknav_menu{
	display: none;
}
#site_body header nav.fixed-menu{
	position:fixed;
}
#site_body{
	position:relative;
	margin: 0 auto;
	width: 640px;
	background: url('./images/site_body-bg.png') 50% 0 no-repeat;
}
#site_body > header{
	padding-top: 25px;
	text-align: center;
    height:185px;
}
#site_body header nav{
	position:absolute;
	top:152px;
	right:660px;
	border:1px solid #945626;
	background-color: #600808;
	text-align: left;
	white-space: nowrap; 
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 1);   
}
#site_body header nav.fixed-menu{
	position:fixed;
	top:10px;
	right:50%;
	margin-right: 340px;
}
#site_body header nav ul{
	margin:10px;
	padding:0;
	list-style-type: none;	
}
#site_body header nav ul li{
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	color:#fff;    
}
#site_body header nav ul li.tipusok{
	padding-bottom: 0;
}
#site_body header nav ul li.selected{
	background-color: #fff;
}
#site_body header nav ul li a{
	padding: 0 7px;
	color:#fff;
	text-decoration: none;
}
#site_body header nav ul li.selected a{
	color: #600808;
}
#site_body header nav ul li ul{
	margin:0;
}
#site_body header nav ul li ul li:first-child{
	margin-top:10px;
	border-top: 1px solid #fff;
}
#site_body header nav ul li ul li{
	border-bottom: 1px solid #c09840;
}
#site_body header nav ul li ul li.selected{
	background-color: #c09840;
}
#site_body header nav ul li:last-child{
	border-bottom:0;
}
#site_body header nav ul li ul li a{
	color:#c09840;
}
#site_body header div#left{
	position:absolute;
	left:10px;
	top:50px;
	width: 249px;
	text-align: left;
}
#site_body header div#left a{
	color:#4e1300;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#site_body header div#left a:hover{
	text-decoration: underline;
}
#site_body header > a{
}
#site_body header div#right{	
	position:absolute;
	right:10px;
	top:26px;
	width: 240px;
	text-align: right;
}
#site_body header div#right div{
	width: 100%;
	height: 126px;
}
#site_body header div#right div a{
	color:#4e1300;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#site_body header div#right div a:hover{
	text-decoration: underline;
}
#site_body header div#right div a img{
	margin-left: 35px;
	vertical-align: middle;
}
#site_body header div#right > a{
	/*float:right;*/
	display: inline-block;
	color:#c09840;
	font-size: 1.1em;
	font-style: italic;
	text-align: center; 
	text-decoration: none;
}
#site_body header div#right > a:last-child{
	margin-left: 40px;
}
#site_content{
	min-height: 400px;
	overflow: hidden;
}

/* főoldal */
footer nav{
	margin: 25px 0;
	text-align: center;
}
footer nav a{
	margin: 0 10px;
}
.fooldal section{
	text-align: justify;
}
.fooldal section img.design_bal {
	float: left;
	margin: 10px 15px 10px 0;
}
.fooldal section img.design_jobb {
	float: right;
	margin: 10px 0 10px 15px;
}
.fooldal section img.elso {
	margin-top: 3px;
}

/* sörlista */ 
.sorlista{
	text-align: right;
} 
.intro {
	text-align: left;
	font-style: italic;
}
ul.kiszerelesek{
	display: inline-block;
	width: 80%;
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
}
ul.kiszerelesek li{
	margin: 5px 0;
	text-align: right;
}
ul.kiszerelesek li input{
	border:0;
	margin: 0 5px;
	width: 50px;
	height: 35px;
	background-color: #e9dec1;
	font-size: 1.2em;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.kiszerelesek li select{
	border:0;
	margin: 0 5px;
	width: 45px;
	height: 25px;
	background-color: #e9dec1;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.kiszerelesek li img{
	cursor: pointer;
	vertical-align: middle;
}

ul.kiszerelesek.header{
	padding-right: 25px;
}


/* göngyölegek */ 
div#wrappers{
	border: 1px solid #945626;
	padding: 15px 25px;
	display:none;
}
div#wrappers ul.kiszerelesek{
	width: 100%;
}
div#wrappers li span {
	display: inline-block;
}
div#wrappers li span.nev {
	width:50%;
	text-align:left;
	float:left;
}
div#wrappers li span.darabar {
	width:15%;
	float:left;
}
div#wrappers li input{
	border: 1px solid;
}

/* sörlap */
.sor{
	padding: 0 25px;
	text-align: center;    
}
.sor div{
	margin: 25px 0;
	color: #fff;
	font-size:1.2em;
	font-style: italic;
}
.sor p{
	line-height: 150%;
}
.sor ul.kiszerelesek{
	float: none;
	padding-right: 150px;
}

.goback{
	margin: 25px;
	padding: 25px;
	border-top: 1px solid #945626;
	text-align: center;
}
.goback a{
	color: #c09840;
	font-size: 1em;
	font-weight: bold;
}
.goback a img{
	margin-right: 10px;
	vertical-align: middle;
}

.sorlista h2 a{
	color: #e9dec1; 
	text-transform: none;
}
.sorlista article{
	clear: both;
	margin:25px 0;
	border-bottom: 1px solid #945626;
	padding:0 15px 15px 15px;
	overflow: hidden;
	text-align: right;    
}
.sorlista article > img{
	/*margin: 0 10px;*/
	float: left;    
	width: 75px;
	vertical-align: top;    
}
.sorlista article h2{
	margin:0;
	text-align: left;    
}
.sorlista article .instock {display: inline-block; padding: 3px 10px; font-family: Arial; font-weight: bold; font-size: 10px; text-transform: uppercase; background-color: green; color: white; font-style: normal;}
.sorlista article .nostock {display: inline-block; padding: 3px 10px; font-family: Arial; font-weight: bold; font-size: 10px; text-transform: uppercase; background-color: red; color: white; font-style: normal;}
.sorlista .kiszerelesek li{
	margin: 10px 0;
	overflow: hidden;
	white-space: nowrap;    
}
.sorlista .kiszerelesek li span{
	display: inline-block;
	margin-left: 2%;    
}
.sorlista .kiszerelesek li span:nth-child(odd){
	width: 14%;
}
.sorlista .kiszerelesek li span:nth-child(even){
	width: 22%;
}
/*
.sorlista .kiszerelesek li span.kiszereles{
	float: left;
	width: 75px;
}
.sorlista .kiszerelesek li span.darabar{
	float: left;
	width: 100px;
}
.sorlista .kiszerelesek li span.darab{
	float: left;
	width: 75px;
}
.sorlista .kiszerelesek li span.ar{
	float: left;
	width: 100px;
}
*/ 
.sorlista .osszesen{
	padding: 7px 25px;
    font-size:1em;
	text-align: right;
} 
.sorlista .osszesen:last-child{
	border: 1px solid #945626;
	margin: 15px 0;
	padding: 15px 25px;
} 
.sorlista .osszesen span{
	display:inline:block;
	min-width: 22%;
    vertical-align: top;
    white-space: nowrap;
}


/* kapcsolat */
.kapcsolat h2{
	text-align: left;
}
.kapcsolat a{
	color:#c09840;
}

/* profil */
.profil section h1{
	border-bottom: 1px solid #e9dec1;
	padding-bottom: 10px;
	text-align: left;
}
.profil section .sorlista{
	padding: 0 25px;
}


.adatlap{
	padding:0 25px;
}
.adatlap div{
	overflow: hidden;
	padding-bottom: 10px;
}
.adatlap div label{
	display: inline-block;
	width: 200px;
}
.adatlap div input{
	border:0;
	margin: 0 5px;
	width: 300px;
	height: 35px;
	background-color: #e9dec1;
	font-size: 1.2em;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.adatlap div:last-child input, input.bebutton{
	margin-left: 205px;
	border: 1px solid #c09840;
	padding: 0 15px;
	width: auto;
	background: none;
	color: #c09840;
	cursor: pointer;
	font-family: georgia,arial;
	font-size: 1.4em;
	font-style: italic;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

input.bebutton{
	margin-left:5px;
	text-shadow: #fff 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
}

/*
 
@media
	screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait), 
	screen and (min-width: 480px) and (min-resolution: 192dpi) and (orientation: portrait)
{
	html{
		font-size: 2em;
	}        
	#site_body header nav ul{
		display: none;    
	}
	.slicknav_menu{
		display: block;
	}
	#site_body{
		width: 95%;
		max-width: 1200px;    
	}
} 
@media 
	screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape), 
	screen and (min-width: 480px) and (min-resolution: 192dpi) and (orientation: landscape)
{
	html{
		font-size: 1.5em;
	}
	#site_body{
		margin:0 0 0 25%;
		width: 75%;    
	}        
	#site_body header nav ul{
		width: 20%;
		right:auto;
		left:0; 
		   
	}
}
@media 
	screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 480px),  
	screen and (min-resolution: 192dpi) and (min-width: 480px)
{ 
*/
@media 
    screen and (-webkit-min-device-pixel-ratio: 1.1),  
    screen and (min-resolution: 192dpi)
{
	#site_body{
		width: 95%;
		max-width: 1200px;    
	}
	#site_body header nav ul{
		display: none;    
	}
	.slicknav_menu{
		display: block;
	}
	#site_body header div#left {
		top:25px;
	} 
	#site_body header div#left a{
		font-size: 1.5em;
	}
	#site_body header div#right div a {
		font-size: 1.5em;
	}
	#site_body header div#right div a img{
		width: 1.5em;
	} 
	#site_body header div#right > a img{
		width: 60px;
	}
	#site_body header div#right > a:last-child {
		margin-left: 20px;
	}
	.adatlap div label {
		width: 40%;
	}
	.adatlap div input {
		width: 50%;
		height: 70px;
	}
	.adatlap div:last-child input {
		margin-left: 40.5%;
		width: 20%;
		height: 70px;
	}
	.kapcsolat iframe{
		margin:0 5%;
		width: 90%;
	}
	#site_body header div#right {
		width:38%
	}
	.sorlista article > img {
		width: 150px;
	}
	ul.kiszerelesek li input {
		width: 100px;
		height: 70px;
	}
	ul.kiszerelesek li img {
		width:60px;
	}
	footer nav a img{
		height: 78px;        
	}
    html{
        font-size: 2em;
    } 
} 


/* UJ */

#content{
	clear: both;
	padding-bottom: 40px;
}
a {
	color: #C09840;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration:none;
}
fieldset {
    border: 1px solid #945626;
    margin: 15px 0;
    padding: 15px 25px;
}
fieldset legend {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

/** Tables **/
table {
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 3px;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(even) {
}
table.address td {border:none;}
table.address td.paddcol {width:20px;}

/** Forms **/
form div {
	clear: both;
	margin-bottom: 1em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
}
input, textarea {
	clear: both;
	-moz-border-radius: 3px 3px 3px 3px;
	background-color: #E9DEC1;
	border: 0 none;
	font-size: 1.2em;
	margin: 0 5px;
	width: 400px;
}
input {
	height: 35px;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
label {
	display: block;
	margin-bottom:3px;
	color: #E9DEC1;
	font-family: georgia,arial;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
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,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
form .error label {color: #000000;}

/** 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: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
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;
}

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

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
	font-weight:normal;
	padding: 4px 8px;
	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);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.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;
}
