* {
	margin:0;
	padding:0;
	vertical-align:baseline;
}

/** General Style Info **/
body {
	background: #FFFFFF;
	color: #777777;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	line-height:1;
}
a {
	color: #0088CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border:none;
}
a.button,
a.small-button,
a.button-highlight,
input.button-highlight[type="submit"],
input[type="submit"] {
	padding: 6px 8px 5px 8px;
	background: #f0f0f0;
	text-decoration: none;
	font-size: 12px;
	float: left;
	line-height: 1;
	border: 2px solid #cccccc;
	color: #000000;
	margin: 0px 5px 0px 0px;
	border-radius: 4px;
}
a.button:hover,
a.small-button:hover,
input[type="submit"]:hover {
	border: 2px solid #0088CC;
}
a.button-highlight:hover,
input.button-highlight:hover,
input.button-highlight[type="submit"]:hover {
	background: #ffffff;
	color: #0088CC;
}
input.button-highlight[type="submit"],
input[type="submit"] {
	margin-top: 4px;
	padding: 2px 8px 3px 8px;
	padding: 6px 8px 6px 8px\9;
}
a.small-button{
	padding: 2px;
	border-radius: 0px;
}
a.button-highlight,
input.button-highlight[type="submit"] {
	background: #0088CC;
	border: 2px solid #0088CC;
	color: #FFFFFF;
}
p {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 15px;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:1em;
	color: #666666;
	width: 100%;
	float: left;
}
h1 {
	font-size: 2em;
    line-height: 36px;
    border-bottom: 1px solid #cccccc;
}
ul, li {
	margin: 0 12px;
}
input, select, textarea {
	border:1px solid #cccccc;
	font-size:11px;
}
input[type="submit"]:hover {
	cursor: pointer;
}
label {
	font-size:11px;
}
form .required label:after {
	color: #f06724;
	content: '*';
	display:inline;
	margin-left: 2px;
}
div.clear {
	clear: both;
}
.orange{
	color: #F06724;
}
.blue{
	color: #0088CC;
}
.grey{
	color: #CCCCCC;
}
.red{
	color: #f06724;
}
.movable{
	cursor: move;
}
/** Layout **/
#header{
	width: 980px;
	margin: auto;
}
#header div.logo{
	width:400px;
	float:left;
	padding:5px 0px 5px 0px;
}
#header div.user-info{
	float:right;
}
#header div.user-info a,
#header div.user-info span.total{
	padding: 6px 5px 6px 5px;
	display: inline-block;
	border-right: 1px solid #cccccc;
}
#header a{
	color: #888888;
}
#header a:hover{
	color: #666666;
	text-decoration: none;
}
#header div.user-info a.cart{
	border-right: none;
}
#header div.user-info span.total{
	padding-left: 0;
	color: #000000;
	border-right: none;
}
#header div.nav-site{
	float:left;
	width: 963px;
	background: #F5F6F7;
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
}
#header div.search{
	float:right;
}
#header div.search form,
div.order-box form{
	float:left;
}
#header div.search div.input,
#header div.search div.submit,
div.order-box div.input,
div.order-box div.submit{
	float:left;
}
#header div.search input[type="submit"],
div.order-box input[type="submit"]{
	height: 20px;
	border:2px solid #0088CC;
	background-color: #0088CC;
	color: #ffffff;
	border-radius: 4px;
	padding-top: 0px;
}
#header div.search input[type="submit"]:hover,
div.order-box input[type="submit"]:hover{
	background-color: #FFFFFF;
	color: #000000;
}
#header div.search input,
div.order-box input{
	padding: 2px;
	margin: 1px;
}
#content{
	clear:both;
	width: 980px;
	margin: auto;
}
#footer {
	width: 940px;
	clear:both;
	margin: auto;
	margin-top:10px;
	border: 1px solid #cccccc;
	padding: 20px;
	background: #F5F6F7;
}
#footer a{
	color: #888888;
}
#footer a:hover{
	color: #666666;
	text-decoration: none;
}
#footer div.column {
	float:left;
	width: 180px;
	line-height: 1.5;
}
#footer div.column a{
	padding-bottom: 2px;
}
#footer div.column span{
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #666666;
}
#copyright {
	padding-top: 10px;
	width: 980px;
	margin: auto;
}
/** navigation **/
.nav-site ul{
	list-style: none;
	padding: 0;
	margin: 0;	
}
.nav-site li{
	float: left;
	padding: 0;
	margin: 0;
}
.nav-site a{
	text-transform:uppercase;
	font-size: 14px;
	letter-spacing: -1px;
	display: inline-block;
	padding-right: 10px;
	font-weight: bold;
	padding-top:4px;
}

/** search box **/
.search-bar{
	float: left;
	width:970px;
	border-top: 1px solid #f6f6f4;
}
.refine-bar{
	float:left;
	width: 450px;
	height: 28px;
}
.refine-bar label{
	padding: 10px;
	float: left;
	font-weight: bold;
	font-size: 10px;
}
.refine-bar div.submit,
.refine-bar div.input{
	float: left;
}
.refine-bar submit,
.refine-bar input{
	margin-top: 8px;
	margin-right: 4px;
}
.order-bar{
	float:left;
	width: 350px;
	height: 28px;
}
.advanced-bar{
	float: left;
	width: 150px;
	height: 28px;
}
.filter-tab a{
	float:left;
	font-size: 10px;
	padding: 10px;
	background-color: #f6f6f4;
	color: #F06724;
	font-weight: bold;
}
.filter-tab a:hover{
	background-color: #efefeb;
}
.filter-tab a.selected{
	background-color: #efefeb;
}
.filter-title{
	float:left;
	font-size: 10px;
	font-weight: bold;
	padding: 10px;
}
span.color-swatch{
	width: 5px;
	height: 5px;
	float:left;
}
.filter-options span,
.advanced-options span,
.advanced-filter h2{
	float:left;
	font-size: 10px;
}
.filter-options span.title,
.advanced-options span.title,
.advanced-filter h2{
	width:960px;
	float:left;
	margin-bottom:5px;
	font-weight:bold;
}
.filter-options span.color-swatch{
	width: 12px;
	height: 12px;
	margin-right:2px;
}
.filter-options,
.advanced-options,
.advanced-filter{
	width:960px;
	float:left;
	padding:5px;
	background-color:#efefeb;
}
.advanced-filter-alt{
	background-color: #f6f6f4;
}
.filter-options a,
.advanced-options a{
	padding-right: 5px;
	font-size: 10px;
}
.filter-options a,
.advanced-filter div.input{
	float:left;
	width: 200px;
}
.advanced-filter div.input label{
	margin-left: 4px;
}
.advanced-options a.refine{
	float: left;
	font-weight: bold;
	margin-top:15px;
}
.advanced-options div.row{
	width:960px;
	float:left;
	padding: 0px;
	margin: 0px;
}
.advanced-button {
    padding: 10px;
    float: left;
}
.advanced-title {
    padding-bottom: 10px;
    padding-left: 10px;
}
.advanced-title h1,
.advanced-title p{
    padding: 0;
    margin: 0;
}
.advanced-title p{
    font-size: 12px;
}


/** Product Detail **/
div.product-detail{
}
div.product-detail-images {
	float: left;
	width: 485px;
	overflow: hidden;
}
div.product-detail-images div.thumbnails img {
	padding: 2px 0px 0px 2px;
}
div.product-detail-info {
	float: left;
	padding: 0px 0px 0px 20px;
	width: 450px;
}
div.product-detail-info h2 {
	padding-top: 20px;
	width: 100%;
	float: left;
}
div.pricinginfo {
	float: left;
	width: 100%;
	padding-left: 15px;
	font-size: 16px;
}
div.price {
	clear:both;
}
div.price span {
	float: left;
	width: 110px;
	padding: 2px;
}
div.price span.price {
	font-size: 24px;
}
div.price span.sale {
	color: #F06724;
	width: 210px;
}
sup.dollars, sup.cents{
	position:relative;
	top:-5px;
	vertical-align:baseline;
	font-size: 65%;
	padding:0;
	margin:0;
}
sup.dollars{
	left: 5px;
}
sup.cents{
	left: -5px;
}
div.add-product{
	float: left;
	width: 100%;
	padding: 15px;
}
div.add-product label{
	padding-bottom: 5px;
}
div.add-product span.info,
div.add-sample span.info{
	width: 100%;
	float: left;
	font-size: 10px;
}
div.add-sample{
	float: left;
	width: 100%;
	margin-top: 10px;
}
div.add-sample a.first{
	margin-left: 15px;
}
div.add-sample span.info{
	padding: 5px 0px 0px 15px;
}
div.add-sample span.fb_share_size_Small{
	margin: 4px 0px 0px 20px;
}
div.sociallinks{
	width: 320px;
	float: left;
	margin-left: 20px;
}
div.socialbutton{
	width: 100px;
	float: left;
}
div.quick-nav {
	float: left;
	width: 350px;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 12px;
}
div.product-detail-info ul {
	list-style: none;
	margin:0;
	padding:0;
	padding-left: 15px;
	float: left;
	width: 100%;	
}
div.product-detail-info li {
	margin:0;
	vertical-align: top;
	float:left;
	padding-bottom: 4px;
}
div.product-detail-info li span {
	width: 200px;
	float: left;
	vertical-align:top;
}
div.product-detail-info li span.tag {
	width: 140px;
}
div.product-detail-info input,
div.product-detail-info select{
	float:left;
	margin: 5px;	
}
div.product-detail-info select {
	width: 50px;
	font-size: 16px;
}
div.product-detail-info label{
	display: block;
	text-transform:uppercase;
	font-weight: bold;
}
div.product-detail-info input {
	border: 1px solid #006;
}

/** Shopping Cart **/
div.cart-total{
	text-align:right;
	float: right;
	width:100%;
	padding: 0px 85px 20px 0px;
}
span.cart-dollar{
	width: 100px;
	font-weight:bold;
}
div.cart-buttons{
	float: left;
	width: 100%;
}
span.cart-checkout{
	float:right;
}

/** order shipping **/
div.shipping-choices{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	line-height: 1.5;
	padding-left: 40px;
}

/** order summary **/
div.order-summary h2 a{
	text-decoration: underline;
	font-size: 12px;
}
div.order-summary p.shipping{
	padding: 10px;
	padding-bottom: 20px;
	line-height: 1.3;
}
p.shipping a{
	font-size: 12px;
}
div.order-summary a.remove {
	font-size: 10px;
	text-transform:uppercase;
	padding-top: 2px;
	text-decoration: underline;
}
/** shipping options **/
div.order-shipping,
div.order-total,
div.order-coupon{
	width: 250px;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	float: left;
	border: 1px solid #cccccc;
}
div.order-shipping {
	margin-left: 205px;
}
div.order-total {
	margin-left: 475px;
}
div.order-shipping span.title,
div.order-coupon span.title,
div.order-total span.title{
	text-transform: uppercase;
	padding: 5px;
	padding-bottom: 10px;
	float: left;
	width: 220px;
	font-weight: bold;
}
div.order-total span.title{
	font-size: 16px;
}

div.order-shipping label{
	float: left;
	margin-left: 5px;
	text-align: right;
}
div.order-shipping select{
	margin-left: 5px;
}
div.order-shipping input{
	float: left;
	width: 40px;
	height: 13px;
	text-transform:none;
	font-weight:normal;
	border: 0;
}
div.order-shipping label{
	float: left;
	width: 200px;
	text-align: left;
	height: 18px;
	text-transform:none;
	font-weight:normal;
}
div.order-shipping fieldset{
	border: none;
}
div.order-total a{
	float:right;
	margin-right: 20px;
	margin-top: 20px;
}
div.order-total span.label,
div.order-coupon label{
	float: left;
	width: 120px;
	margin-left: 5px;
	text-align: right;
}
div.order-coupon input{
	margin-left: 5px;
	width: 100px;
}
div.order-coupon input[type=submit]{
	float: left;
	margin: 10px 0px 5px 0px;
	margin-left: 136px;
	width: auto;
	padding: 1px;
}
div.order-total span.number{
	float: left;
	width: 100px;
	text-align: right;
	margin-bottom: 3px;
}
div.order-total span.info{
	float: left;
	width: 240px;
	font-size: 10px;
}
div.order-total span.line{
	border-bottom: 1px solid #cccccc;
	float: left;
	width: 200px;
	margin-left: 30px;
	margin-bottom: 4px;
	margin-top: 4px;
}
div.order-total form{
	float: right;
	margin: 20px;
	margin-bottom: 10px;
}

/** order checkout **/
span.breadcrumb {
	width: 100%;
	font-size: 12px;
	float: left;
}
div.payment-form {
	float: left;
	width: 300px;
	margin-left: 100px;
	margin-bottom: 30px;
}
div.payment-form label {
	float: left;
	width: 100px;
	margin-left: 10px;
}
div.payment-form a.CSC{
	float: left;
	font-size: 10px;
	margin-left: 10px;
	text-decoration: underline;
}
div.payment-form select,
div.payment-form input {
	width: 120px;
}
div.payment-form div.input{
	margin-bottom: 5px;
}
div.payment-form input[type=submit],
div.payment-form span.submit-wait{
	margin-left: 150px;
	float: left;
	width: auto;
	margin-top: 20px;
}
div.error-form {
	color: #F06724;
	float: left;
	width: 250px;
	margin-top: 20px;
	font-size: 12px;
}
div.error-form li {
	margin-top: 10px;
}

/** login screen **/
div.login input[type=submit]{
	margin-left: 80px;
}
div.login div.input{
	margin-bottom: 12px;
}
div.login label{
	width: 100px;
	float: left;
}
div.login div.select{
	margin-bottom: 12px;
	float:left;
}
div.login select{
	width: 150px;
	float:left;
}
div.login-account{
	float: left;
	width: 310px;
}
div.login-register{
	float: left;
	width: 500px;
	padding-bottom: 30px;
	border: 1px solid #cccccc;
	margin-right:50px;
	overflow: hidden;
}
div.login-register form{
	float: left;
	width: 310px;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 30px;
}
div.login-register p{
	float: left;
	width: 350px;
	margin-left: 60px;
	margin-right: 60px;
}
div.login-register form p{
	font-weight: bold;
	margin: 0;
}
div.login-register h2{
	background-color: #F5F6F7;
	font-size: 12px;
	padding: 10px;
	text-transform: uppercase;
}
div.login form div.error-message{
	font-size: 12px;
	background: none;
	color: #f06724;
	margin-left: 100px;
}
div.login-account div.error-message{
	display: none;
}
div.login-account p.forgot{
	margin-top: 10px;
	float:left;
}
div.login-account p.benefit{
	margin-top: 30px;
	font-weight:bold;
	float:left;
	margin-bottom: 0px;
	padding: 0;
}
div.login-account ul{
	float:left;
	line-height: 1.5;
}
div.login-account p.cc{
	font-weight: bold;
	margin-top: 50px;
	float: left;
}
div.login-account span.siteseal{
	float: left;
	margin-left: 50px;
}
div.login-account span.payments{
	float: left;
	margin-left: 25px;
	margin-top: 40px
}

/** edit account **/
div.edit-account form div.error-message{
	font-size: 12px;
	background: none;
	color: #f06724;
	margin-left: 80px;
}
div.edit-account form{
	padding: 10px;
	padding-left: 40px;
}
div.edit-account input[type=submit]{
	margin-left: 80px;
}
div.edit-account div.input{
	margin-bottom: 12px;
}
div.edit-account label {
	width: 80px;
	float: left;
}
div.edit-account select {
	width: 120px;
}

/** right-col, user index, order tracking **/
div.right-col {
	width: 785px;
	float:left;
}
div.right-small-col {
	float: left;
	width: 220px;
}
div.left-col {
	width: 750px;
	float:left;
	padding-right: 10px;	
}
div.swatch{
	float: left;
	width: 190px;
	padding-right: 5px;
}
div.swatch span.info{
	padding: 4px;
	margin: 0;
	margin-bottom: 2px;
	border-left: 4px solid #CCCCCC;
	width: 170px;
	float:left;
	overflow: hidden;
	white-space: nowrap;
}
img.landing-image{
	float:left;
}

/** menu-box **/
div.menu-box{
	float:left;
	width: 180px;
	border: 1px solid #0088CC;
	margin-right: 10px;
	overflow: hidden;
}
div.menu-box span.title,
div.menu-box span.subtitle{
	float: left;
	width: 100%;
	background: #0088CC;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
}
div.menu-box span.subtitle{
	background: #F5F6F7;
	color: #666666;
}
div.menu-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
div.menu-box li{
	margin: 0;
	padding: 0;
}
div.menu-box li a,
div.menu-box li div.input{
	width: 100%;
	float: left;
	padding: 5px 0px 5px 10px;
	color: #777777;
}
div.menu-box li div.input{
	padding: 5px 0px 5px 10px;
}
div.menu-box li label{
	padding: 0px 0px 0px 2px;
	float: left;
}
div.menu-box input{
	float:left;
}
div.menu-box a {
	float:left;
	margin: 5px 0px 5px 10px;
	width: 100%;
}
div.menu-box a.landing{
	padding: 0px 0px 0px 0px;
	color: #777777;
}
div.filters {
	float: left;
	width: 100%;
}
div.filters span.title{
	color: #0088CC;
	float: left;
	padding: 5px 5px 5px 0px;
}
div.filters a{
	background: #0088CC;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	float: left;
	border-radius: 4px 0px 0px 4px;
}
div.filters a.ex{
	border-radius: 0px 4px 4px 0px;
}
div.filters a:hover{
	background: #F5F6F7;
	color: #0088CC;
	text-decoration:none;
}
div.filters span{
	padding-right: 2px;
	float: left;
	border-radius: 4px;
}

/** contact us **/
div.contact-us-form{
	width: 500px;
	float:left;
	padding: 40px 0px 20px 60px;
}
div.contact-us-form div.input{
	margin-bottom: 12px;
}
div.contact-us-form div.submit{
	padding-left: 80px;
}
div.contact-us-form label {
	width: 80px;
	float: left;
}
div.contact-us-form form div.error-message{
	font-size: 12px;
	background: none;
	color: #f06724;
	margin-left: 80px;
}
div.contact-us-info{
	float:left;
	padding-top: 30px;
	width: 270px;
	padding-bottom: 40px;
}
div.contact-us-info span.title{
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
	float:left;
	width: 100%;
}
/** feedback **/
div.feedback-text,
div.feedback-form{
	width: 370px;
	float:left;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 70px;
}
div.feedback-form form{
	padding: 10px;
	padding-left: 10px;
}
div.feedback-form div.input{
	margin-bottom: 12px;
}
div.feedback-form div.submit{
	padding-left: 80px;
}
div.feedback-form label {
	width: 80px;
	float: left;
}

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}
div.pages-leftcol{
    width: 660px;
    float: left;
    padding-right: 100px;
}

/** Static Page Contents **/
div.pages-content ul{
	padding-bottom: 10px;
}
div.pages-content li{
	padding: 2px;
	line-height: 1.4;
}
div.pages-content img.img-left{
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}
span.question
{
	padding-bottom: 5px;
	font-weight: bold;
	width: 100%;
	float: left;
}
div.pages-content div.article img{
	float: left;
	margin-right: 5px;
	border: 1px #CCCCCC solid;	
}
div.pages-landing{
	float:left;
	width: 788px;
}
div.pages-text{
	padding: 20px 0px 20px 0px;
}
div.partner h2{
    padding: 0;
    margin: 0;
}
div.yard-calc {
	float:left;
	padding-left: 60px;
	width: 350px;
}

/** Home Page Order Box **/
div.order-box {
	float: left;
	width: 746px;
	background: #F5F6F7;
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 20px;
	margin-bottom: 10px;
}
div.order-box span{
	float: left;
	font-size: 18px;
	padding-left: 50px;
	padding-right: 10px;
	color: #666666;
}

/** AJAX dialog **/
div.ajaxdlg p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.5;	
}
div.ajaxdlg h2 {
	font-size: 16px;
	font-weight: bold;
}
div.ajaxdlg a.small {
	font-size: 10px;
}


/** Over Rides **/
p.no-underline a{
	text-decoration: none;
}
span.no-underline a{
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}

/** Forms **/
form.standard-form label,
form.standard-form input{
	width: 120px;
	float: left;
}
form.standard-form div.input,
form.standard-form div.submit{
	float: left;
	width: 100%;
	margin-bottom: 5px;	
}

/** Tables **/
table {
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #cccccc;
	border-bottom: none;
}
th {
	text-align: left;
	background-color: #F5F6F7;
	padding: 10px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
table tr td {
	background: #fff;
	padding: 5px 10px 5px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}
td.discount {
	color: #f06724;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Elements **/
div.product-box{
	width: 320px;
	margin-left: 10px;
}
div.product-box img{
	padding:1px;
}
div.news-box div.article{
	width:480px;
	float:left;
	padding: 0px 10px 20px 0px;
}
div.news-box h2 {
	padding: 0px 0px 10px 0px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
div.news-box a {
	float: right;
	padding-right: 10px;
}
div.news-box p {
	font-size: 12px;
}
div.news-box span.title {
	font-size: 12px;
	font-weight: bold;
	width: 480px;
	float: left;
	padding-bottom: 3px;
}
div.news-box img {
	float: left;
	margin-right: 5px;
	border: 1px #CCCCCC solid;
}
div.comments-box {
    float: left;
    width: 200px;
}
div.comments-box p {
    margin: 0;
    padding: 0;
    font-style: italic;
}
div.comments-box span {
    padding: 5px;
    font-size: 12px;
    width: 190px;
    text-align: right;
    float:right;
    padding-bottom: 20px;
}

/** Paging **/
div.paging{
	float: left;
	padding: 0px 0px 5px 0px;
	width: 100%;
}
div.paging span.current,
div.paging span.prev,
div.paging span.next,
div.paging span a{
	color: ##666666;
	padding: 5px 8px 5px 8px;
	margin-right: 1px;
	background: #F5F6F7;
	border: 1px solid #cccccc;
	float: left;
}
div.paging span.current{
	background: #DDDDDD;
	color: #666666;
}
div.paging a:hover{
	color: #000000;
	border: 1px solid #000000;
	text-decoration: none;
}
div.paging-info{
	float: left;
	width: 200px;
	padding: 5px 0px 5px 0px;
}
div.sorting {
	float: right;
	width: 320px;
	padding: 5px;
}
div.sorting a{
	text-decoration: underline;
}
div.sorting a:hover{
	color: #000000;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}


/** Notices and Errors **/
.info-box, .message, .success-box, .warning-box, .error-box{
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 13px;
	font-weight: bold;
}
.info-box {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('https://www.kovifabrics.com/img/info.png');
}
.success-box {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('https://www.kovifabrics.com/img/success.png');
}
.warning-box {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('https://www.kovifabrics.com/img/warning.png');
}
.error-box,
.message {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('https://www.kovifabrics.com/img/error.png');
}

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

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

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

