@charset "utf-8";
/* CSS Document */

#levels_box{clear:both; float:left; height:90px; line-height:90px;}
.level_item{width:222px; float:left; text-align:center; text-transform:uppercase; font-size:13px; font-weight:bold;}
	.l_unactive{color:#a7a7a7}
	.l_active{background-image:url(../img/bg_levels_active.gif); background-position:top; background-repeat:no-repeat; color:#FFFFFF;}

#products_box{
	background-image:url(../img/bg_cart_index_title.png);
	background-repeat:no-repeat;
	width:896px;
	clear:both;
	margin:0 auto;
	margin-bottom:20px;
}

#products_box_title_box{height:36px; line-height:36px; color:#FFFFFF; font-weight:bold;}
.freight_response{
	padding-top:10px;
	color:#0066FF;
}
.freight_response b{
	color:#000000;
}
.prod_lines{float:left; text-align:center;}
.box{height:80px; line-height:80px; background-color:#FFFFFF; border-bottom:1px solid #bababa;}

.line1{width:90px; border-left:1px solid #d6d6d6;}
.line2{width:294px;}
.line3{width:110px;}
.line4{width:110px;}
.line5{width:145px;}
.line6{width:145px; border-right:1px solid #d6d6d6;}

.desc{line-height:normal; text-align:left; width:274px; padding-left:20px; height:60px; padding-top:20px;}
.desc a{color:#000000; font-weight:bold;}
.desc a:hover{text-decoration:none;}
.qntt{line-height:normal; height:68px; padding-top:12px;}
.qntt input{text-align:center;}

.cart_red_legend{font-size:11px; color:#d81818; font-weight:bold; padding-left:27px;}
.cart_blue_value{font-size:12px; color:#2179a1; font-weight:bold;}

#subtotal_box{height:40px; line-height:40px; background-color:#FFFFFF;}

#empty_cart{background-color:#FFFFFF; text-align:center; height:400px; padding-top:100px;}


/*

	CART ADDRESSES

*/
.cart_titles{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; color:#000000; display:block; margin:10px 0 20px 10px;}
.bg_white{background-color:#FFFFFF;}
.bg_white:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility: hidden;
}
.input_addresses{
	background-image:url(../img/input_cart_adresses.png);
	background-repeat:no-repeat;
	width:253px;
	height:25px;
}
.input_addresses input{background:none; width:243px; height:22px; border:0; padding:3px 5px 0 5px;}
.cep{
	background-image:url(../img/input_cart_adresses_cep.png);
	width:146px;
	float:left;
}
.cep input{width:134px;}
.add_box{
	float:left;
	width:230px;
	background-color:#F7F7F7;
	margin:10px;
	height:200px;
	padding:15px;
	font-size:12px;
	line-height:20px;
}
.add_box img{display:block; margin-bottom:10px;}


/*

	CART PROTOCOL

*/
.prot_success_msg{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#007bda;
	font-size:25px;
	font-weight:bold;
	text-indent:25px;
	padding:30px;
}
.prot_order_number{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#007bda;
	font-size:20px;
	font-weight:bold;
}
.prot_title{width:738px; height:36px; background-image:url(../img/tit_cart-protocol.png); color:#FFFFFF; font-family:Tahoma; font-size:12px; font-weight:bold;}


.prot_lines{height:80px; line-height:80px; text-align:center; float:left; background-color:#FFFFFF; border-bottom:1px solid #d6d6d6;}
.prot_tits{height:36px; float:left; line-height:36px; text-align:center;}
.pl1t{width:301px;}
.pl1{width:72px; padding-top:13px; height:67px; border-left:1px solid #d6d6d6;}
.pl2{width:219px; height:70px; line-height:normal; text-align:left; padding:10px 10px 0 0px;}
.pl3{width:105px; background-color:#f4f4f4;}
.pl4{width:95px;}
.pl5{width:105px; background-color:#f4f4f4;}
.pl6{width:130px; border-right:1px solid #d6d6d6;}

.prot_subtotal{
	height:40px;
	line-height:40px;
	background-color:#FFFFFF;
	clear:both;
	border:1px solid #d6d6d6;
	border-top:none;
}
