/* @override 
	http://zee.com.br/extranet/panvel/panvel-template/css/main.css
	http://localhost:8888/panvel-0204/css/main.css
*/

/* *************************** 
  Site - PanVel
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:active {
    color:#D36124;
    text-decoration:none;
    outline:none;
}
a:hover {
    color:#0C3772;
    text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
	background:url(../imagens/body_bg.png) top repeat-x;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:980px;
	height:163px;
	margin:0 auto;
	position:relative;
	text-align:left;
}
#header h1 {
	width:185px;
	height:32px;
	position:absolute;
	top:60px;
	left:0;
}
#header h1 a {
	width:185px;
	height:82px;
	display:block;
	background:url(../imagens/logo2.jpg) no-repeat;
	text-indent:-9999px;
	outline-style:none;
}
#header_phone {
	width:220px;
	color:#fff;
	text-align:right;
	position:absolute;
	top:68px;
	left:200px;
	background:url(../imagens/header_phone_bg.png) 0 3px no-repeat;
	font-size:10px;
}
#header_phone h2 {
	font-size:18px;
	font-weight:normal;
}
#header_phone span {
	color:#879cba;
}
#header_topright {
	position:absolute;
	top:6px;
	right:0;
	color:##0C3772;
}
#header_topright a {
	color:#0C3772
}
#header_topright .orange a {
	color:#D36124;
}
#header_topright img {
	vertical-align:middle;
}
#header_search {
	width:386px;
	position:absolute;
	top:60px;
	right:0;
}
#header_search form {
	background:#fff;
	height:25px;
	padding:3px 0 0 3px;
	border:1px solid #5c89c0;
}
#header_search form input {
	border:0;
	vertical-align:middle;
}
#header_search form input.input_search {
	width:355px;
	color:#999;
}
#header_search_text {
	float:left;
	padding:5px 0 0 5px;
	color:#879cba;
}
#header_search_link {
	float:right;
	padding:5px 0 0 0;
	color:#fff;
}
#header_search_link a {
	color:#fff;
}
#header #topmenu {
	position:absolute;
	top:3px;
	left:0;
}
#header #topmenu li {
	float:left;
}
#header #topmenu li a {
	color: #666;
	float:left;
	border:0;
	padding:5px 4px 7px 21px;
	background:url(../imagens/icon_arrow1.png) 10px 9px no-repeat;
}
#header #topmenu li a:hover {
	text-decoration:none;
}
#header #topmenu li.hover a{
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-top:1px solid #c6c6c6;
	border-bottom:0;
	padding:4px 3px 6px 20px;
	background:#fff url(../imagens/icon_arrow2.png) 8px 9px no-repeat;
	color:#32517f;
}


#sitemap {
	display:none;
	width:980px;
	padding:25px 0 10px 0;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:#fff;
	position:absolute;
	left:0;
	top:25px;
	font-size:10px;
	z-index:90000000000000000;
}
#sitemap.display {
	display:block;
	z-index:10000;
}
#header #topmenu li #sitemap ul {
	width:90px;
	border-left:1px solid #c6c6c6;
	float:left;
	padding-left:5px;
}
#header #topmenu li #sitemap ul.first {
	border-left:0;
}
#header #topmenu li #sitemap ul.wide {
	width:105px;
}
#header #topmenu li #sitemap ul li {
	float:none;
	padding:0 0 7px;
}
#header #topmenu li #sitemap ul li.heading {
	font-weight:bold;
	color:#0d3268;
}
#header #topmenu li #sitemap ul li a {
	float:none;
	padding:0;
	border:0;
	background:none;
	color:#333;
}
#header #topmenu li #sitemap ul li a:hover {
	text-decoration: underline;
}
#topmenu_cep {
	position:relative;
}
#cep_form {
	display:none;
	width:250px;
	height:86px;
	padding:12px 20px 0;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	background:#fff;
	position:absolute;
	left:0;
	top:25px;
}
#cep_form.display {



	display:block;
}
#cep_form label {
	display:block;
	padding-bottom:7px;
	color:#555;
	font-weight:bold;
	font-size:14px;
}
#cep_form input {
	vertical-align:middle;
}
#cep_form #input_cep1 {
	border:1px solid #c6c6c6;
	padding:5px 0 0 5px;
	width:120px;
	height:20px;
}
#cep_form #input_cep2 {
	border:1px solid #c6c6c6;
	padding:5px 0 0 5px;
	width:55px;
	height:20px;
	margin:0 6px 0 3px;
}
#cep_form p {
	padding-top:8px;
}
#header #topmenu #cep_form li a {
	display:inline;
	background:none;
	padding:0;
	border:0;
	float:none;
}
#header #listMenuRoot {
	position:absolute;
	top:128px;
	left:0;
	z-index: 90000000000000000000000px;
}

#banner { 
	background:url(../imagens/bgInverno.jpg) repeat-x top center !important; 
}

.slider-txt { 
	height: 30px; text-align: center; background: #0E376F
}

#banner_inner{
      width:985px;
      margin:0px auto;
      overflow:hidden;
}

.banner_sidebar{
      width:242px;
      padding-top:10px;
      float:left;
      text-align:left;
}

.banner_central{
      width:720px;
      padding-top:10px;
      float:right;
}

/* *************************** 
   $4 Content Styles
   */
   /*#E9E4E0; depoois da cor original*/   
   /* cor original: #f9f9f9 */
  
#content {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:16px;
}


.breadcrumb{
	height:35px;
	width:100%;
	text-align:left;
	color:#999999;
	line-height:35px;
}

.spacer{
	height:10px;
	width:100%;
	text-align:left;
	color:#999999;
	line-height:0;
	border-top: 1px solid #CCC;
}
.breadcrumb a{color:#999999;}
.breadcrumb a:hover{color:#999999;}
.breadcrumb span{ color:#333333;}
#content_inner{
	width:985px;
	margin:0px auto;
	overflow:hidden;
}
#maincontent{
	width:720px;
	float:right;
}

.maincontent_inner,
.maincontent_inner_superguia{
	border:1px solid #cccccc;
	padding:16px 15px;
	background:#FFF;
	width:688px;
	text-align:left;
}

.maincontent_inner_superguia{
	background: #fff url(../imagens/casal.jpg) no-repeat right bottom;
	height: 315px;
}
.maincontent_inner_superguia p.parag-superguia{
	width: 400px;
}

.maincontent_inner .filter-superguia,
.maincontent_inner_superguia .filter-superguia{
	float: right;
	right: 0;
}
.maincontent_inner .filter-superguia p,
.maincontent_inner_superguia .filter-superguia p{
	font-size: 11px;
}

.maincontent_inner h2{
	font-size:24px;
	color:#000;
	padding-bottom:25px;
}
.maincontent_inner h1 span{
	color: #666;
	font-size: 13px;
}
.maincontent_inner h2.bottom_border{
	font-size:24px;
	color:#000;
	padding-bottom:10px;
	border-bottom:3px solid #cccccc;
}
.maincontent_inner h2 a{
	float:right;
	padding:3px 26px 3px 0px;
	font-size:10px;
	color:#999999;
	margin-top:5px;
	font-weight:normal;
	background:url(../imagens/bg_home_box_h2_a.png) right top no-repeat;
}
.maincontent_tab{
	background:url(../imagens/bg_home_tab.png) left bottom repeat-x;
	height:37px;
	width:100%;
	margin-top: 10px;
}
.maincontent_tab ul li{
	float:left;
	height:36px;
	padding-left:7px;
}
.maincontent_tab ul li a{
	display:block;
	float:left;
	line-height:35px;
	border:1px solid #cdcdcd;
	border-bottom:none;
	padding:0px 12px;
	font-size:14px;
	color:#999999;
	font-weight:bold;
}
.maincontent_tab ul li a:hover{
	border:1px solid #999999;
	border-bottom:none;
	text-decoration:underline;
	color:#333333;
	line-height:36px;
	background:url(../imagens/bg_home_tab_a.png) repeat-x;
}
.maincontent_tab ul li a span{
	font-size:11px;
	color:#666666;
	display:block;
	width:80px;
	line-height:normal;
	height:30px;
	cursor:pointer;
	padding-left:25px;
	padding-top:5px;
	background:url(../imagens/bg_li_a_span.jpg) left 8px no-repeat;
}
.maincontent_tab ul li a:hover span{
	height:31px;
}
.maincontent_tab  .selected a span{
	font-size:11px;
	color:#666666;
	display:block;
	width:80px;
	line-height:normal;
	height:31px;
	cursor:pointer;
	padding-left:25px;
	padding-top:5px;
	background:url(../imagens/bg_li_a_span.jpg) left 8px no-repeat;
}
.maincontent_tab  .selected a:hover span{
	font-size:11px;
	color:#666666;
	display:block;
	width:80px;
	line-height:normal;
	height:31px;
	cursor:pointer;
	padding-left:25px;
	text-decoration:none;
	padding-top:5px;
	background:url(../imagens/bg_li_a_span.jpg) left 8px no-repeat;
}

.maincontent_tab .selected a{
	border:1px solid #999999;
	border-bottom:none;
	text-decoration:none;
	color:#333333;
	line-height:36px;
	background:url(../imagens/bg_home_tab_a.png) repeat-x;
}
.maincontent_tab .selected a:hover{
	border:1px solid #999999;
	border-bottom:none;
	text-decoration:none;
	color:#333333;
	line-height:36px;
	background:url(../imagens/bg_home_tab_a.png) repeat-x;
}
.maincontent_tab ul li a:hover span{
	text-decoration:none;
	color:#333333;
}
.maincontent_tab ul li a span{ text-decoration:none;}
.maincontent_tab p{
	float:right;
	padding-top:8px;
	color:#666666;
}
.maincontent_tab p strong{
	color:#333333;
}
.maincontent_tab p a{
	font-size:11px;
	color:#333333;
	background:url(../imagens/print.png) left top no-repeat;
	padding:1px 0px;
	padding-left:21px;
}
.maincontent_tab p a:hover{
	color:#333333;
}
.maincontent_box {
	padding:7px 0px;
	color:#666666;
	width:100%;
	overflow:hidden;
}
.maincontent_filtrar{
	padding:7px 0 0 0;
	color:#666666;
	width:100%;
	height:27px;
	background:url(../imagens/bg_home_tab.png) left bottom repeat-x;
	
}
.maincontent_filtrar span.title {
	float:left;
	padding-top:3px;
}
.maincontent_box p{
	font-size:13px;
	color:#666;
	line-height:19px;
	padding-bottom:18px;
}
.maincontent_box .tab_text_box p{
	font-size:13px;
	color:#666;
	line-height:19px;
	padding-bottom:15px;
	float: right;
	width: 280px;
}
.tab_text_box span{
	float:left;
	width:208px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding-left:6px;
}
.tab_text_box span a{color:#000;}
.tab_text_box span a:hover{color:#000;}
.tab_text_box ul{
	float:left;
	width:130px;
}
.product_list{
       width:100%;
}
.product_item_tr{
       width:100%;
       float:left;
}
.product_item{
       float:left;
       width:207px;
       height: 145px;
       border:1px solid #fff;
       background:#fff;
       text-align:left;
       margin: 18px 15px 0 0;
       padding:9px 4px 8px 6px;
       position: relative;
}
.product_item:hover{
       width:207px;
       border:1px solid #cccccc;
       background:#f5f5f5;
}
.product_item input{
	width: 17px;
	border: #CCC 1px solid;
}

.product_item h4 {
	color:#123267;
	padding-bottom:8px;
	height: 55px;
}
.product_item h4 a {

	font-size: 14px;
	font-weight:bold;
	color:#123267;
}
.product_item.last{
	margin-right:0px;
}
.product_price{
	float:right;
	width:125px;
	right: 0;
	height: 71px;
	position: absolute;
}
.product_price img {
	vertical-align:middle;
	margin-right:6px;
}
.product_price ul{
	padding-top: 5px;
	padding-bottom:5px;

	height: 26px;
	width: 130px;
}
.product_price .old_price,
.subnav_inner .subnav_inner_list2 li span.side-old{
	
	text-decoration:line-through;
	font-size:11px;
	color:#333333;
}
.product_price .new_price{
	font-size:13px;
	color:#D8642C;
	font-weight:bold;
}
.product_price .nao_tem{
	font-size:11px;
	color:#333333;
}
.page {}
.page ul{
	background:url(../imagens/bg_page2.png) right top no-repeat;
	padding-right:1px;
	overflow:hidden;
	height:24px;
}
.page li{
	background:url(../imagens/bg_page1.png) left top repeat-x;
	float:right;
	height:24px;
	line-height:24px;
	font-weight:bold;
}
.page a{
	padding:0px 9px;
	display:block;
	float:left;
	background:url(../imagens/bg_page2.png) left top no-repeat;
}
.page a:hover{
	color:#D8642C;
	text-decoration:none;
}
#payment{
	width:958px;
	margin:0px auto;
	overflow:hidden;
	padding:18px 0px;
}
.payment_box{
	float:left;
	text-align:left;
	padding-right:50px;
}
.payment_box h1{
	font-size:12px;
	color:#333333;
	padding-bottom:23px;
}
.payment_box ul li{
	float:left;
	width:45px;
	height:30px;
	padding-right:3px;
	background:url(../imagens/bg_payment_box_li.png) left top no-repeat;
}
.payment_box ul li img{
	display:block;
	margin:0px auto;
	margin-top:3px;
}
.payment_box p img{
	float:left;
	margin-right:24px;
}
.maincontent_inner h3{
	font-size:24px;
	color:#000;
	padding-bottom:12px;
	border-bottom:4px solid #ecebe9;
}
.product_detail{
	padding:20px 0px;
	overflow:hidden;
	width:100%;
}
.product_detail_img{
	width:143px;
	float:left;
	text-align:center;
}
.product_detail_img img{
	display:block;
	margin:0px auto;
	margin-bottom:5px;
}
.product_detail_img a{
	font-size:11px;
	padding-left:15px;
	background:url(../imagens/product_detail_img_a.jpg) left top no-repeat;
	color:#666666;
}
.oferta,
.tag-superguia{
	width:531px;
	float:right;
	height:84px;
	margin-top:10px;
	padding-right:8px;

}
.oferta{
	background: url(../imagens/bg_oferta.jpg) left top no-repeat;
}
.tag-superguia{
		background: url(../imagens/bg_oferta6.jpg) left top no-repeat;
}
.tag-sem{
width:450px;
float:right;
border: #999 1px solid;
padding: 10px 10px 15px;
line-height: 20px;
}
.tag-sem img{
	position: absolute;
	margin-left: -36px;
	margin-top: -11px;
}

.sem_oferta{
	width:531px;
	float:right;
	height:84px;
	margin-top:10px;
	padding-right:8px;
	background: url(../imagens/bg_sem_oferta.jpg) left top no-repeat;
}
.oferta p.txt_extra,
.sem_oferta p.txt_extra,
.tag-superguia p.txt_extra{
	padding: 15px;
	line-height: 17px;
	color: #666;
}
.maincontent_inner .product_information .oferta.avise,
.maincontent_inner .product_information .tag-superguia.avise{
	width:340px;
	float:right;
	height:84px;
	margin-top:10px;
	padding-right:8px;
	background: url(../imagens/bg_oferta3.jpg) left top no-repeat;
}
.product_information .oferta.avise p,
.product_information .tag-superguia.avise p{ padding-bottom:3px;}

.product_information .oferta.avise ul,.product_information .tag-superguia.avise ul{
	padding-left:15px;
}
.oferta_text{
	width:151px;
	height:68px;
	float:right;
	padding-top:0px;
	margin-top:7px;
	text-align: center;
}
.oferta_text p{
	font-size:12px;
	color:#333333;
	padding-top: 8px;
}
.oferta ul,
.tag-superguia ul{
	padding-left:46px;
	padding-top:22px;
}

.sem_oferta ul,
.cesta_sem_oferta ul{
	padding-left:22px;
	padding-top:22px;
}
.oferta .old_price,
.tag-superguia .old_price{
	text-decoration:line-through;
	font-size:11px;
	color:#666666;
}

.sem_oferta .old_price,
.cesta_sem_oferta .old_price{
	text-decoration:line-through;
	font-size:11px;
	color:#666666;
}

.oferta .new_price,
.cesta_sem_oferta .new_price,
.sem_oferta .new_price,
.tag-superguia .new_price{
	font-size:18px;
	color:#D06626;
	font-weight:bold;
}
.oferta_button{
	width:151px;
	height:68px;
	border:1px solid #d0d0d0;
	background:#fff;
	float:right;
	margin-top:7px;
}
.oferta_button p{
	text-align:center;
	font-size:11px;
	color:#333333;
	padding-top:10px;
}
.oferta_button p input{
	border:1px solid #9a9a9a;
	padding:2px 0px;
	font-weight:normal;
	width:21px;
	height:13px;
	font-size:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
.oferta_button img{
	display:block;
	margin:0 auto;
	margin-top:4px;
}
.product_information{
	float: left;
	width:494px;
}

.product_information .oferta,
.product_information .tag-superguia{
	width:340px;
	float:right;
	height:84px;
	margin-top:10px;
	padding-right:8px;
}

.product_information .tag-sem{
	width:300px;
	float:right;
	border: #999 1px solid;
	padding: 10px 10px 15px;
	line-height: 20px;
}
.product_information .tag-sem img{
	position: absolute;
	margin-left: -36px;
	margin-top: -11px;
}


.product_information .oferta{
	background: url(../imagens/bg_oferta2.jpg) left top no-repeat;
}
.product_information .tag-superguia{
	background: url(../imagens/bg_oferta5.jpg) left top no-repeat;
}

.product_information .cesta_sem_oferta{
	width:340px;
	float:right;
	height:84px;
	margin-top:10px;
	padding-right:8px;
	background: url(../imagens/bg_oferta4.jpg) left top no-repeat;
}

.product_information .maincontent_filtrar{
	background:none;
}
.compras_box{
	width:188px;
	padding-bottom:20px;
	float: right;
	border: 1px solid #612918;
	background:url(../imagens/bg_compras_box.jpg) repeat;
	margin-right: -14px;
	_margin-right: -7px;
	margin-top: -14px;
}
.compras_text_box{
	width:150px;
	font-size:11px;
	color:#333333;
	line-height:21px;
	padding-top:20px;
	margin:0px auto;
	position:relative;
	padding-left:20px;
}
.compras_text_box img{
	position:absolute;
	left:0px;
	top:24px;
}
.compras_box h4{
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	padding-top:12px;
	text-align:center;
}
.compras_box_text{
	width:158px;
	
	margin:0px auto;
	background:#f4f4f4;
	padding:0px 5px 10px 5px;
	border:1px solid #fffcfb;
	margin-top:8px;
	padding-top:10px;
}
.compras_box p{
	color:#333333;
	font-size:12px;
	background:url(../imagens/bg_compras_box2.png) left bottom repeat-x;
	padding-bottom:5px;
}
.compras_box ul{
	border-bottom:1px solid #cccccc;
	padding:10px 0px;
}
.compras_box ul li{
	font-size:11px;
	color:#666666;
	padding:1px 0;
}
.compras_box ul li span{
	font-size:12px;
	color:#000000;
}
.compras_box .total{
	border-bottom:1px solid #cccccc;
	padding:10px 0px;
	font-size:11px;
	color:#333333;
}
.compras_box .total span{
	float:right;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.compras_box label{
	font-size:11px;
	color:#666666;
	display:block;
	padding:6px 0px;
}
.compras_box img{
	display:block;
	margin:0px auto;
}

.compras_box li img{
	display:block;
	float:right;
}
.tab_text_box{
	border-bottom:1px solid #cccccc;
	width:100%;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:15px;
}

.tab_text_box .adicionar{
	float:left;
	width:142px;
	text-align:right;
}
.tab_text_box .adicionar img{
	vertical-align:middle;
}
.tab_text_box .adicionar label{
	font-size:12px;
	color:#333333;
	padding:3px 7px;
	border:1px solid #cdcdcd;
}
.tab_text_box .old_price{
	text-decoration:line-through;
	font-size:10px;
	color:#666666;
}
.tab_text_box .new_price{
	font-size:14px;
	color:#D06626;
}
/**************************/
.content_tab,
.content_tab1{
	height:55px;
	background:url(../imagens/bg_content_tab2.png) left bottom repeat-x;
}

.content_tab ul,
.content_tab ul1{}

.content_tab1 ul li,
.content_tab ul li{
	float:left;
}

.content_tab ul li a,
.content_tab1 ul li a{
 	color:#999999;
	overflow:hidden;
	height:53px;
 	font-size:20px;
	line-height:50px;
	display:block;
	float:left;
	padding:2px 2px 0px 2px;
 	font-family:Arial, Helvetica, sans-serif;
}
.content_tab ul li a span,
.content_tab1 ul li a span{
	display:block;
 	font-size:20px;
 	color:#999999;
	height:53px;
 	float:left;
 	padding:0 22px;
	cursor:pointer;
}
.content_tab ul li a:hover{
	border:1px solid #d4d4d4;
	border-bottom:none;
	background:#FFF;
	padding:1px 1px 0px 1px;
 	color:#000000;
	text-decoration:underline;
}
.content_tab ul li a:hover span{
 	color:#000;
	background:#f4f4f4;
}
.content_tab1 ul li a:hover,
.content_tab1 ul li a:hover span{
	text-decoration: none;
	cursor: auto;
}

.content_tab ul .selected,
.content_tab1 ul .selected {
	border:1px solid #d4d4d4;
	border-bottom:none;
	height:53px;
	background:#FFF;
	padding:1px 1px 0px 1px;
 	color:#000000;
	text-decoration:none;
}
.content_tab ul .selected span,
.content_tab1 ul .selected span{
	display:block;
 	font-size:20px;
 	color:#000000;
	height:53px;
 	float:left;
 	padding:0 22px;
	background:#f4f4f4;
}
.content_tab ul .selected:hover span,
.content_tab1 ul .selected:hover span{
 	color:#000000;
}
.content_tab ul .tab_login,
.content_tab1 ul .tab_login{
	margin-left:140px;
}
.content_tab ul .tab_endereco,
.content_tab1 ul .tab_endereco{
	margin-left:140px;
}
.content_tab ul .tab_pagamento,
.content_tab1 ul .tab_pagamento{
	float:right;
}
.content_box{	
	background:#fff;
	border:1px solid #d4d4d4;
	border-top:none;
	padding:1px;
	overflow:hidden;
	padding-top:0px;
}
.cotent_box_inner{	
	background:#f4f4f4;
	padding:14px;
	width:953px;
	overflow:hidden;
}
.secondary_box,
.secondary_box2,
.secondary_box3{
	width:951px;
	background:#ffffff;
	border:1px solid #cccccc;
	overflow:hidden;
}
.secondary_box2{
	margin-bottom: 15px;

}
.secondary_box3{
	margin-top: 15px;
}
.secondary_box4{
	width:951px;
	margin-top: 45px;
	overflow: hidden;
	border-bottom: 1px solid #d4d4d4;
	background: url(../imagens/back-status.png) no-repeat;
}
.secondary_box5{
	width:951px;
	overflow: hidden;
	border-top: 1px solid #fff;
	padding-top: 10px;
	margin-bottom: 45px;
}
#andamento,
#andamento-feito,
#andamento-text,
#andamento-text-feito{
	text-align: center;
	width: 190px;
	float: left;
}
#andamento,
#andamento-feito{
	height: 95px;
}
#andamento-feito{
	background:url(../imagens/status-select.png) no-repeat bottom;
}
#andamento-text-feito{
	background:url(../imagens/status-check.png) no-repeat 145px 0px;
}
span.feito{
	color: #4B8532;
	font-weight: bold;
}
span.andamento{
	color: #0C3266;
	font-weight: bold;
}
span.em_breve{
	color: #333;
	font-weight: bold;
}
.secondary_box5 p{
	margin-top: 5px;
}
#status1,
#status2,
#status3,
#status4,
#status5,
#status6,
#status7{
	text-align: left;	
	border-right: 1px solid #d4d4d4;
	color: #333;
	margin-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 8px;
	
}

#status1{
	float: left;
	width: 276px;

}

#status2{
	float: right;
	width: 276px;

}

#status3{
	float: right;
	width: 276px;
	border: 0;

}

#status4{
	width: 195px;
	float: left;
}

#status5{
	width: 195px;
	float: left;
}

#status6{
	width: 195px;
	float: left;
}
#status7{
	width: 195px;
	float: right;
	border: 0;
}
span.status-blue{
	color: #0C3266;
}

.status-title{
	color: #000;
	font-weight: bold;
	font-size: 15px;
	display: block;
}
.content_cesta_box_title{
	width:908px;
	color:#000;
	overflow:hidden;
	padding-top:12px;
	padding-bottom:6px;
	margin:0px auto;
	border-bottom:2px solid #cccccc;
}
.content_cesta_box_title p{
	width:125px;
	float:left;
	font-weight:bold;
	line-height:21px;
	text-align:right;
}
.content_cesta_box_title .product_description{
	width:408px;
	float:left;
	text-align:left;
	position: relative;
}
.content_cesta_box_title p img{
	display:block;
	float:right;
}
.cesta_top_box{
	width:908px;
	color:#000;
	/*overflow:hidden;*/
	display: block;
	clear: both;
	padding-top:15px;
	padding-bottom:20px;
	margin:0px auto;
	border-bottom:1px solid #cccccc;
	position: relative;
}
.cesta_top_box p{
	width:125px;
	float:left;
	font-size:12px;
	overflow:hidden;
	padding-top:10px;
	color:#666666;
	text-align:right;
}
.cesta_top_box p a{
	text-decoration:underline;
	font-size:11px;
	color:#333333;
}
.cesta_top_box p a:hover{
	text-decoration:none;
	color:#333333;
}
.cesta_top_box p label{
	float:left;
	display:block;
	width:100px;
}
.cesta_top_box p .input_box{
	border:1px solid #9a9a9a;
	padding:4px 2px;
	font-weight:normal;
	width:21px;
	height:13px;
	font-size:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
.cesta_top_box .product_description{
	width:408px;
	float:left;
	text-align:left;
}
.cesta_top_box .product_description img{
	float:left;
	display:block;
}
.cesta_top_box .product_description span,
.cha_de_fraldo .p_text1 span{
	display:block;
	font-size:13px;
	color:#0E3772;
	width:220px;
	font-weight:bold;
	float:left;
	overflow:hidden;
	padding-left:20px;
}
	
.cesta_top_box .product_description span img{
	float:right;
	display:block;
	margin-top:3px;
}
.cesta_bottom_box{
	width:908px;
	color:#000;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:20px;
	margin:0px auto;
}
.cesta_bottom_box .left_box{
	float:left;
	width:355px;
	text-align:left;
	padding-bottom:18px;
	padding-top:15px;
	padding-left:15px;
	border:1px solid #cccccc;
}
.cesta_bottom_box .left_box div{
	float:right;
	width:212px;
}
.cesta_bottom_box .left_box p{
	font-size:12px;
	color:#666666;
}
.cesta_bottom_box .left_box div p{
	padding-bottom:5px;
}
.cesta_bottom_box .left_box div a{
	text-decoration:underline;
	font-size:11px;
	color:#333333;
}
.cesta_bottom_box .left_box div a:hover{
	text-decoration:none;
	color:#333333;
}
.cesta_bottom_box .left_box div input{ vertical-align:middle;}
.cesta_bottom_box .left_box div .input_box1{
	width:73px;
	height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:3px;
	border:1px solid #cccccc;	
}

.cesta_bottom_box .left_box div .input_box2{
	width:30px;
	height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:3px;
	border:1px solid #cccccc;
	margin-left:4px;
}
.cesta_bottom_box .left_box div .submit_button{
	width:65px;
	height:21px;
	cursor:pointer;
	margin-left:6px;
	border:none;
	background:url(../imagens/tab_button1.png) left top no-repeat;
}
.cesta_bottom_box .right_box{
	float:right;
	width:188px;
	text-align:left;
	padding-left:15px;
	overflow:hidden;
	text-align:right;
}
.cesta_bottom_box .right_box ul{
	width:188px;
	float:right;
	padding-bottom:8px;
	color:#666666;
	border-bottom:1px solid #cccccc;
}
.cesta_bottom_box .right_box ul li{
	overflow:hidden;
	width:100%;
	padding:1px 0px;
}
.cesta_bottom_box .right_box ul span{
	display:block;
	width:94px;
	float:right;
}
.cesta_bottom_box .right_box p{
	padding-top:10px;
	width:188px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	float:right;
	overflow:hidden;
}
.cesta_bottom_box .right_box p strong{
	width:90px;
	float:right;
	color:#000;
}

.content_button{
	text-align:left;
	padding:30px 0px;
	width:100%;
	overflow:hidden;
}
.content_button input{
	float:left;
	height:34px;
	border:0px;
	cursor:pointer;
	margin-right:5px;
}
.content_button .button1{
	background:url(../imagens/content_button_img1.png) no-repeat;
	width:172px;
}
.content_button .button2{
	background:url(../imagens/content_button_img2.png) no-repeat;
	width:118px;
	display: inline;
}
.content_button .button3{
	background:url(../imagens/content_button_img3.png) no-repeat;
	width:98px;
	float:right;
	margin-right:0px;
}
.content_button .button4{
	background:url(../imagens/content_button_img4.png) no-repeat;
	width:73px;
}
.content_button .button5{
	background:url(../imagens/oferta_button2.png) no-repeat;
	width:156px;
	float:right;
}
.content_button .button6{
	background:url(../imagens/content_button_img6.png) no-repeat;
	width:191px;
	float:right;
}
.cesta_bottom_box .left_box2{
	float:left;
	width:401px;
	text-align:left;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:15px;
	border:1px solid #cccccc;
}
.cesta_bottom_box .left_box2 div{
	width:150px;
	float:right;
	text-align:center;
	color:#333333;
}
.cesta_bottom_box .left_box2 div img{
	float: none;
	vertical-align:middle;
	margin-left:3px;
}
.cesta_bottom_box .left_box2 div h5{
	font-size:14px;
	color:#333333;
	text-align:left;
	padding-bottom:5px;
}
.cesta_bottom_box .left_box2 div ul li{
	background:url(../imagens/cesta_bottom_box_li.png) left 6px no-repeat;
	padding:2px 0px;
	padding-left:12px;
	text-align:left;
}
.cesta_bottom_box .left_box2 img{
	float:left;
}

.cesta_bottom_box .left_box2 div a{
	text-decoration:underline;
	font-size:11px;
	color:#333333;
}
.cesta_bottom_box .left_box2 div a:hover{
	text-decoration:none;
	color:#333333;
}
.cesta_bottom_box .left_box2 div p{
	background:#efefef;
	width:104px;
	padding:5px;
	margin:0px auto;
	font-size:11px;
	margin-bottom:20px;
	border:1px solid #b7b7b7;
}
.login_box{
	width:321px;
	float:left;
	text-align:left;
	padding:20px 0px 40px 24px;
}
.login_box h4{
	font-size:24px;
	color:#000;
	padding-bottom:10px;
}
.login_box_inner{
	padding:15px 30px;
	width:261px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:27px;
	overflow:hidden;
	background:#e8e8e8 url(../imagens/bg_login_box.png) left top repeat-x;
}
.login_box_inner p{padding:4px 0px;}
.login_box_inner .input_box{
	width:201px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:3px 2px;
	background:#FFF;
	float:right;
	line-height: 18px;
	border:1px solid #cdcdcd;
}
.login_box_inner a{
	font-size:11px;
	color:#333333;
	text-decoration:underline;
}
.login_box_inner a:hover{
	color:#333333;
	text-decoration:none;
}
.login_box_inner .login_button {
	text-align:right;
}
.login_box_inner .login_button input{
	border:none;
	cursor:pointer;
	width:98px;
	height:34px;
	vertical-align:middle;
	margin-left:7px;
	background:url(../imagens/login_button.png) no-repeat;
}
.login_text{
	float:right;
	width:455px;
	padding:20px 0px;
	text-align:left;
	padding-right:18px;
}
.login_text h4{
	font-size:24px;
	color:#000;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
}
.login_text p{
	font-size:16px;
	color:#666666;
	line-height:23px;
	padding-top:12px;
}
.login_text input{
	border:none;
	cursor:pointer;
	width:114px;
	height:32px;
	float:right;
	margin-top:32px;
	margin-left:7px;
	background:url(../imagens/login_button2.png) no-repeat;
}
.endereco_title{
	width:908px;
	color:#000;
	overflow:hidden;
	padding-top:12px;
	padding-bottom:6px;
	margin:0px auto;
	border-bottom:2px solid #cccccc;
}
.endereco_title p{
	width:150px;
	float:left;
	font-weight:bold;
	line-height:21px;
	text-align:right;
}

.endereco_title p{
	width:120px;
	float:left;
	font-weight:bold;
	line-height:21px;
	text-align:right;
}
.endereco_title .product_description{
	width:300px;
	float:left;
	text-align:left;
}
.endereco_title .box{width:120px;}

.endereco_box{
	width:908px;
	color:#000;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:8px;
	margin:0px auto;
	border-bottom:1px solid #cccccc;
}
.endereco_box p{
	width:120px;
	float:left;
	font-size:12px;
	overflow:hidden;
	padding-top:3px;
	color:#666666;
	text-align:right;
}
.endereco_box p span{
	text-align:right;
	width:80px;
	display:block;
	float:left;
	margin-top:-5px;
}
.endereco_box .box{width:120px;}
.endereco_box .product_description{
	width:300px;
	float:left;
	text-align:left;
}
.endereco_box p .input_box {
	width: 60px;
	height: 19px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: #333;
}
.endereco_box .product_description img{
	vertical-align:middle;
}
.endereco_bottom_box{
	width:908px;
	color:#000;
	overflow:hidden;
	padding-bottom:18px;
	margin:0px auto;
	border-top:1px solid #000;
	text-align:left;
	padding-top:18px;
}
.endereco_bottom_box h4 {
	font-size:24px;
	color:#000;
	padding-bottom:15px;
	border-bottom:2px solid #cccccc;
	margin-bottom:15px;
}
.endereco_bottom_box .box{
	float:left;
	width:292px;
	
	padding-left:12px;
	border-left:1px solid #cccccc;
}
.endereco_bottom_box .box h5{
	font-size:13px;
	color:#000;
	font-weight:normal;
	padding-bottom:5px;
}
.endereco_bottom_box .box p{
	color:#666666;
	font-size:13px;
	padding-bottom:8px;
}
.endereco_bottom_box .box select{
	width:105px;
	font-size:12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
.endereco_bottom_box .box ul{
	color:#666666;
	padding-left:22px;
	font-size:13px;
	padding-bottom:10px;
}
.endereco_bottom_box .box ul li{
	padding:2px 0px;
}
.endereco_bottom_box .box ul li span{ color:#000;}
.endereco_bottom_box .box p a{
	font-size:11px;
	color:#333333;
	text-decoration:underline;
}
.endereco_bottom_box .box p a:hover{
	color:#333333;
	text-decoration:none;
}
.endereco_bottom_box .box .form_p{
	padding:0px;
	padding-top:15px;
	padding-left:3px;
}
.endereco_bottom_box .box .form_p input{vertical-align:middle; margin-right:5px;}
.cesta_bottom_box .text_left_box{
	float:left;
	width:280px;
	padding:10px 15px;
	background:#e8e8e8;
	font-size:14px;
	color:#666666;
	line-height:18px;
	text-align:left;
}
.cesta_bottom_box .text_left_box span{
	color:#000;
}
.endereco_bottom_box .box2{
	float:left;
	width:292px;
	/*height:615px;*/
	padding-left:12px;
	border-left:1px solid #cccccc;
}
.endereco_bottom_box .box2 h5{
	font-size:13px;
	color:#000;
	font-weight:normal;
	padding-bottom:20px;
}

.endereco_bottom_box .box2 select{
	width:152px;
	font-size:12px;
	color:#333;
	border:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
}
.endereco_bottom_box .box2 p{
	color:#666666;
	font-size:13px;
	padding-bottom:8px;
	line-height:19px;
}
.endereco_bottom_box .box2 p strong span{
	font-size:16px;
	vertical-align:middle;
	color:#D36626;
}
.endereco_bottom_box .box2 p input{
	vertical-align:middle;
	margin-right:5px;
}
.endereco_bottom_box .box2 p img{
	padding:3px;
	background:url(../imagens/bg_payment_box_li.png) left top no-repeat;
	vertical-align:middle;
}

.endereco_bottom_box .box2 p span{
	color:#000;
	padding-left:4px;
}
.endereco_bottom_box .no_border{
	border-left:none;
	padding-left:0px;
}
.endereco_bottom_box .box2 .special_p{padding-top:10px;padding-bottom:15px;}
.endereco_bottom_box .box2 .box_form{
	font-size:12px;
	color:#000;
	padding-right:25px;
}
.endereco_bottom_box .box2 .box_form p{
	border-bottom:1px solid #cccccc;
	padding:10px 0px;
	padding-top:5px;
}
.endereco_bottom_box .box2 .box_form p input{
	width:190px;
	height:13px;
	padding:6px 3px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.endereco_bottom_box .box2 .box_form .c1{ border-bottom:none;}
.endereco_bottom_box .box2 .box_form .c2{
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
}
.endereco_bottom_box .box2 .c3{
	border-top:1px solid #cccccc;
	padding-top:10px;
}
.endereco_bottom_box .box2 .box_form p .input_box{
	width:90px;
	height:13px;
	padding:6px 3px;
	color:#666666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.endereco_bottom_box .box2 .box_form span{
	display:block;
	padding-top:10px;
}
.endereco_bottom_box .box2 .box_form span label{ color:#666666;}
.endereco_bottom_box .box2 .box_form span a{
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
.endereco_bottom_box .box2 .box_form span a:hover{
	color:#333333;
	text-decoration:none;
}
.endereco_bottom_box .box2 .box_form p a{
	font-size:11px;
	color:#333333;
	text-decoration:underline;
}
.endereco_bottom_box .box2 .box_form p a:hover{
	color:#333333;
	text-decoration:none;
}
.endereco_bottom_box .box2 .box_form p .ok_button{
	border:none;
	width:40px;
	height:21px;
	background:url(../imagens/img_ok.png) no-repeat;
	cursor:pointer;
}
.endereco_bottom_box .box2 .box_form p .enviar_butt{
	border:none;
	width:60px;
	height:21px;
	background:url(../imagens/enviar_button.png) no-repeat;
	cursor:pointer;
}
.endereco_bottom_box .box2 .box_form p .validar_butt{
	border:none;
	width:52px;
	height:21px;
	background:url(../imagens/button-validar.jpg) no-repeat;
	cursor:pointer;
}
.endereco_bottom_box .box2 .box_form2{
	padding-right:0px;
}
.endereco_bottom_box .box2 .box_form2 p{
	border-bottom:1px solid #cccccc;
	padding:15px 0px;
	padding-top:15px;
}
.endereco_bottom_box .box span strong{
	font-size:14px;
	color:#000;
}
.cotent_box_inner .cotent_box_inner_p{
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	text-align:left;
	font-size:12px;
	color:#333333;
}
.cotent_box_inner .cotent_box_inner_p input{
	vertical-align:middle;
	padding:0px;
	margin:0px;
}
.form_left_box{
	float:left;
	width:441px;
	padding:0px 17px;
	margin-top:25px;
	padding-bottom:10px;
	text-align:left;
	border-right:1px solid #cccccc;
}
.form_right_box{
	float:left;
	width:441px;
	padding:0px 17px;
	margin-top:25px;
	text-align:left;
	padding-bottom:120px;
}
.form_left_box h4{
	font-size:24px;
	color:#000;
	padding-bottom:5px;
}
.form_right_box h4{
	font-size:24px;
	color:#000;
	padding-bottom:5px;
}
.form_left_box h5{
	font-size:13px;
	padding-left:12px;
	color:#000;
	margin-top:12px;
	line-height:14px;
	background:url(../imagens/bg_form_box_h5.png) left 7px no-repeat;
}
.form_left_box h5 span{
	background:#FFF;
	padding:0px 5px;
}
.form_left_box .box{
	border:1px solid #cccccc;
	border-top:none;
	overflow:hidden;
	width:439px;
	padding:10px 0px;
}
.form_left_box .box p{
	font-size:12px;
	color:#333333;
	overflow:hidden;
	padding-top:5px;
	width:100%;
	height:27px;
	line-height:25px;
}
.form_left_box .box p span{
	display:block;
	width:132px;
	text-align:right;
	padding-right:5px;
	float:left;
}
.form_left_box .box p label{
	display:block;
	width:303px;
	font-size:12px;
	color:#999999;
	font-style: italic;
	float:right;
}
.form_left_box .box p strong{
	display:block;
	width:300px;
	font-size:13px;
	color:#000;
	float:left;
}
.form_left_box .box p .cc input{vertical-align:middle; margin-right:5px;}
.form_left_box .box p .input_box1{
	width:72px;
	height:13px;
	padding:6px 3px;
	color:#000000;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.form_left_box .box p .input_box2{
	width:272px;
	height:13px;
	padding:6px 3px;
	color:#000000;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.form_left_box .box p .input_box3{
	width:32px;
	height:13px;
	padding:6px 3px;
	color:#000000;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.form_left_box .box p .input_box4{
	width:220px;
	height:13px;
	padding:6px 3px;
	color:#000000;
	float:left;
	margin-left:12px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.form_left_box .box p .cc{
	width:98px;
	text-align:left;
	padding-top:2px;
	line-height:21px;
	height:20px;
}

.form_left_box .box p label a{
	font-size:11px;
	color:#333333;
	font-style:normal;
	text-decoration:underline;
}
.form_left_box .box p label a:hover{
	color:#333333;
	text-decoration:none;
}
.form_right_box h5{
	font-size:12px;
	padding-left:12px;
	color:#666;
	margin-top:12px;
	line-height:14px;
}

.form_right_box p label{
	font-size:12px;
	color:#999999;
	padding-left:12px;
	font-style: italic;
}
.form_right_box .text_p label{
	font-size:11px;
	color:#333333;
	font-style:normal;
	display:block;
	width:312px;
	float:right;
	padding-left:12px;
}
.form_right_box .text_p label a{
	color:#333333;
	text-decoration:underline;
}
.form_right_box  label a:hover{
	color:#333333;
	text-decoration:none;
}
.form_right_box p .input_box1{
	width:376px;
	height:13px;
	padding:6px 3px;
	color:#000000;
	margin-left:12px;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.form_right_box p .input_box2{
	width:119px;
	height:13px;
	padding:6px 3px;
	color:#000000;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.form_right_box p .input_box3{
	width:55px;
	height:13px;
	padding:6px 3px;
	color:#000000;
	float:left;
	margin-left:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.form_right_box p .input_box4{
	width:272px;
	height:13px;
	padding:6px 3px;
	color:#000000;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.form_right_box p .input_box5{
	width:80px;
	height:13px;
	padding:6px 3px;
	color:#000000;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.form_right_box p .input_box6{
	width:56px;
	height:13px;
	padding:6px 3px;
	color:#000000;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.form_right_box p textarea{
	width:272px;
	height:90px;
	padding:3px;
	color:#000000;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.form_right_box p .verificar_button{
	width:65px;
	height:21px;
	float:left;
	margin-left:5px;
	cursor:pointer;
	background:url(../imagens/tab_button1.png) no-repeat;
	margin-top:2px;
	border:none;
}
.form_right_box p{
	font-size:12px;
	color:#333333;
	overflow:hidden;
	padding-top:10px;
	line-height:25px;
	width:100%;
}

.form_right_box p span{
	display:block;
	width:122px;
	text-align:right;
	padding-right:5px;
	color:#666666;
	float:left;
}
.form_right_box p .cc2{line-height:normal;}
.form_right_box p .salvar_endereco_button{
	height:31px;
	cursor:pointer;
	border:none;
	float:right;
	margin-right:26px;
	width:126px;
	background:url(../imagens/salvar_endereco_button.png) no-repeat;
}
.form_right_box p .salvar_endereco_button2{
	height:31px;
	cursor:pointer;
	border:none;
	float:right;
	margin-right:26px;
	width:153px;
	background:url(../imagens/salvar_endereco_button2.png) no-repeat;
}
.form_right_box p .bottom_button{
	height:35px;
	cursor:pointer;
	border:none;
	float:right;
	margin-right:6px;
	width:197px;
	background:url(../imagens/bottom_button.png) no-repeat;
}
.form_right_box p .bottom_button{
	height:35px;
	cursor:pointer;
	border:none;
	float:right;
	margin-right:6px;
	width:197px;
	background:url(../imagens/bottom_button.png) no-repeat;
}

.form_right_box p .cancelar_button{
	height:32px;
	cursor:pointer;
	border:none;
	float:right;
	margin-right:6px;
	width:79px;
	background:url(../imagens/cancelar_button.png) no-repeat;
}

.form_right_box p .bottom_button3{
	height:35px;
	cursor:pointer;
	border:none;
	float:right;
	margin-right:6px;
	width:197px;
	background:url(../imagens/bottom_button.png) no-repeat;
}
.form_right_box ul{
	width:420px;
	margin:0px auto;
	font-size:13px;
	padding-bottom:20px;
	color:#666666;
	padding-top:12px;
	border-bottom:1px solid #cccccc;
}
.form_right_box ul li{
	padding:2px 0px;
}
.form_right_box ul li a{
	font-size:11px;
	color:#0E3873;
	text-decoration:underline;
}
.form_right_box ul li a:hover{
	color:#0E3873;
	text-decoration:none;
}
.minha_cestas_title{
	width:908px;
	color:#000;
	overflow:hidden;
	padding-top:12px;
	padding-bottom:6px;
	margin:0px auto;
	text-align:left;
	border-bottom:1px solid #cccccc;
}
.minha_cestas_title span{
	display:block;
	float:left;
	padding-left:2px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}
.minha_cestas_title .nome{width:510px;}
.minha_cestas_title .data{width:190px;}
.minha_cestas_title .preco{width:190px;}

.minha_cestas{
	width:908px;
	color:#000;
	overflow:hidden;
	padding-top:12px;
	padding-bottom:25px;
	margin:0px auto;
	text-align:left;
	border-top:1px solid #cccccc;
	line-height:21px;
}
.minha_cestas span{
	display:block;
	float:left;
	padding-left:2px;
	color:#666;
	font-size:12px;
}
.minha_cestas .nome{width:480px;padding-right:30px;}
.minha_cestas .data{width:126px; text-align:right;}
.minha_cestas .preco{width:263px; text-align:right;}
.minha_cestas .preco label{
	display:block;
	width:130px;
	text-align:right;
	float:left;
}
.minha_cestas span a{
	float:right;
	font-size:11px;
	color:#0D3872;
	margin-left:8px;
	text-decoration:underline;
}
.minha_cestas span a:hover{
	color:#0D3872;
	text-decoration:none;
}
.minha_cestas span input{
	width:97px;
	height:27px;
	background:url(../imagens/visualizar_cesta.png) no-repeat;
	border:none;
	cursor:pointer;
}
/**************************/
.micontent_text_box{
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.micontent_text_box h3{
	font-size:15px;
	font-weight:normal;
	color:#333333;
	padding:0px;
	padding-top:15px;
	border:none;
}
.micontent_text_box p{
	color:#666666;
	font-size:13px;
	padding-top:15px;
}
.micontent_text_box ul{
	color:#666666;
	font-size:13px;
	padding-top:15px;
}

.micontent_text_box ul li a{
	color:#666666;
}
.micontent_text_box ul li a:hover{
	color:#666666;
}

.micontent_text_box h4{
	font-size:18px;
	color:#333333;
	padding:0px;
	padding-top:15px;
	font-weight:normal;
	border:none;
}
.micontent_text_box form{
	border-bottom:1px solid #cccccc;
	color:#333333;
	padding:15px 0px;
	padding-bottom:30px;
	margin-bottom:10px;
}
.micontent_text_box form .input_box{
	width:171px;
	height:13px;
	padding:6px 5px;
	color:#003470;
	vertical-align:middle;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
	margin-right:18px;
	margin-left:6px;
}
.micontent_text_box form .button7{
	height:34px;
	cursor:pointer;
	vertical-align:middle;
	border:none;
	margin-left:5px;
	width:96px;
	background:url(../imagens/button7.png) no-repeat;
}
.micontent_text_box img{float:left;}
.micontent_text_box .img_text{
	float:left;
	width:420px;
	padding-top:30px;
	padding-left:30px;
}
.micontent_text_box .img_text h4{
	padding:0px;
}
.micontent_text_box .img_text h4 span{
	color:#003370;
}
.micontent_text_box .img_text p{
	padding:0px;
	padding-top:3px;
	font-size:14px;
	line-height:19px;
}
.micontent_text_box .img_text p strong{
	color:#D1591F;
	font-size:18px;
}
.micontent_text_box .img_text p span{ color:#003370;}
.micontent_text_box .img_text p a{ color:#003370;}
.micontent_text_box .img_text p a:hvoer{ color:#003370;}
.micontent_text_box .img_text label{
	border-top:1px solid #cccccc;
	display:block;
	margin-top:15px;
	color:#666666;
	padding-top:15px;
}
.micontent_text_box .img_text label span{ color:#003370;}
.micontent_text_box .img_text label a{ color:#003370;}
.micontent_text_box .img_text label a:hvoer{ color:#003370;}
.micontent_text_box form .form_box{
	width:215px;
	float:left;
}
.micontent_text_box form .form_box h4{padding-bottom:8px;}
.micontent_text_box form .form_box select{width:193px;}
.micontent_text_box .filiais_form{ border-bottom:none; padding-bottom:15px;}


.micontent_text_box h5{
	font-size:18px;
	color:#333333;
	padding:0px;
	font-weight:normal;
	border:none;
	border-bottom:2px solid #cccccc;
	padding-bottom:8px;
	overflow:hidden;
	width:100%;
	padding-top:8px;
}
.micontent_text_box h5 span{
	font-size:12px;
	font-weight:bold;
	display:block;
	float:left;
	padding-left:2px;
}
.micontent_text_box h5 .span1{width:220px;}
.micontent_text_box h5 .span2{width:126px;}
.micontent_text_box h5 .span3{width:130px;}
.micontent_text_box h5 .span4{width:140px;}
.micontent_text_box h5 .span5{width:55px;}

.micontent_text_box h6{
	font-size:18px;
	color:#333333;
	padding:0px;
	font-weight:normal;
	border:none;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	overflow:hidden;
	width:100%;
	padding-top:8px;
}
.micontent_text_box h6 span{
	font-size:12px;
	display:block;
	color:#666666;
	float:left;
	line-height:21px;
	padding-left:2px;
}
.micontent_text_box h6 .span1{width:220px;}
.micontent_text_box h6 .span2{width:126px;}
.micontent_text_box h6 .span3{width:130px;}
.micontent_text_box h6 .span4{width:140px;}
.micontent_text_box h6 .span5{width:53px;}
.micontent_text_box h6 .span5 img{
	display:block;
	float:none;
	margin:0px auto;
}
.micontent_text_box h6 .span4 img{ margin:0px;padding:0px;}



.meus_pedidos_title{
	width:910px;
	overflow:hidden;
	text-align:left;
	margin:0px auto;
	padding-top:15px;
	padding-bottom:13px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
}
.meus_pedidos_title p{float:left;}
.meus_pedidos_title .p_text1{
	width:130px;
}
.meus_pedidos_title .p_text2{
	width:110px;
}
.meus_pedidos_title .p_text3{
	width:180px;
}
.meus_pedidos_title .p_text4{
	width:190px;
}
.meus_pedidos_title .p_text5{
	width:105px;
}
.meus_pedidos_title .p_text6{
	width:170px;
}
.meus_pedidos.bg_color{ background: #b9feaa;
color: #175d2d;}
.meus_pedidos{
	width:910px;
	overflow:hidden;
	text-align:left;
	margin:0px auto;
	padding-top:8px;
	color:#666666;
	padding-bottom:5px;
	border-top:1px solid #cccccc;
}
.meus_pedidos p{float:left;}
.meus_pedidos .p_text1{
	width:60px;
	padding-right:0px;
}
.meus_pedidos .p_text2{
	width:130px;
	text-align:center;
}
.meus_pedidos .p_text3{
	width:185px;
	text-align:center;
}
.meus_pedidos .p_text4{
	width:172px;
	text-align:right;
}
.meus_pedidos .p_text5{
	width:123px;
	text-align:right;
}
.meus_pedidos .p_text6{
	width:160px;
	padding-left:45px;
}
.meus_pedidos a{
	float:right;
	color:#0E3873;
	font-size:11px;
	text-decoration:underline;
}
.meus_pedidos a:hover{
	color:#0E3873;
	text-decoration:none;
}
.meus_pedidos .p_text5 a:link,
.meus_pedidos .p_text5 a:visited{
	margin-right: 56px;
}
.meus_pedidos input{
	width:97px;
	height:27px;
	background:url(../imagens/finalizar_pedido_button.png) no-repeat;
	border:none;
	float:right;
	cursor:pointer;
}
.meus_pedidos_top_box{
	border:1px solid #cacfc8;
	background:#d7e5ce url(../imagens/meus_pedidos_img.png) 11px 12px no-repeat;
	padding:11px 0px;
	padding-left:34px;
	margin-bottom:10px;
	text-align:left;
	color:#264519;
}
.meus_pedidos_top_box a{color:#264519; font-weight:bold;}
.meus_pedidos_top_box a:hover{color:#264519;}

.cha_de_fraldo_title{
	width:908px;
	color:#000;
	overflow:hidden;
	padding-top:12px;
	text-align:left;
	font-weight:bold;
	padding-bottom:6px;
	margin:0px auto;
	border-bottom:1px solid #cccccc;
}

.cha_de_fraldo_title p{float:left;}
.cha_de_fraldo_title .p_text1{
	width:316px;
}
.cha_de_fraldo_title .p_text2{
	width:372px;
	text-align:right;
}
.cha_de_fraldo_title .p_text3{
	width:100px;
	text-align:right;
}
.cha_de_fraldo_title .p_text4{
	width:120px;
	text-align:right;
}
.cha_de_fraldo_title .p_text5{
	width:422px;
	text-align:right;
	padding-right:60px;
}
.cha_de_fraldo{
	width:908px;
	color:#000;
	overflow:hidden;
	padding-top:12px;
	text-align:left;
	color:#666666;
	padding-bottom:16px;
	margin:0px auto;
	border-top:1px solid #cccccc;
}

.cha_de_fraldo p{float:left;}
.cha_de_fraldo .p_text1{
	width:340px;
}

.cha_de_fraldo .p_text1 img{
	float:left;
	display:block;
}

.cha_de_fraldo .p_text1 span img{
	float:right;
	display:block;
	margin-top:3px;
}
.cha_de_fraldo .p_text1 label{
	color:#D46626;
	display:block;
	padding-top:5px;
	font-size:11px;
}
.cha_de_fraldo .p_text2{
	width:345px;
	text-align:right;
}
.cha_de_fraldo .p_text3{
	width:100px;
	text-align:right;
}
.cha_de_fraldo .p_text2 input{
	width:21px;
	height:13px;
	padding:4px 3px;
	color:#666666;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.cha_de_fraldo .p_text4{
	width:120px;
	text-align:right;
}
.cha_de_fraldo .p_text5{
	width:390px;
	padding-right:70px;
	text-align:right;
}
.cha_de_fraldo .p_text4 input{
	height:28px;
	cursor:pointer;
	vertical-align:middle;
	border:none;
	width:70px;
	background:url(../imagens/cha_de_fraldo_button.png) no-repeat;
}
.cha_de_fraldo .p_text4 .excluir_button{
	height:29px;
	width:60px;
	background:url(../imagens/cha_de_fraldo_button2.png) no-repeat;
}
.cha_de_fraldo_h3{
	font-size:18px;
	text-align:left;
	padding-bottom:12px;
}
.cha_de_fraldo_form{
	width:443px;
	float:left;
	border:1px solid #cdcdcd;
	background:#FFF url(../imagens/bg_cha_de_fraldo_form.png) 351px 41px no-repeat;
	text-align:left;
	padding:17px;
}
.cha_de_fraldo_form h3{
	font-size:24px;
	color:#000;
}
.cha_de_fraldo_form p{
	font-size:13px;
	color:#666666;
	line-height:19px;
	padding-top:5px;
	padding-bottom:35px;
}

.cha_de_fraldo_form h5{
	font-size:13px;
	padding-left:12px;
	color:#000;
	margin-top:12px;
	line-height:14px;
	background:url(../imagens/bg_form_box_h5.png) left 7px no-repeat;
}
.cha_de_fraldo_form h5 span{
	background:#FFF;
	padding:0px 5px;
}
.cha_de_fraldo_form .box{
	border:1px solid #cccccc;
	border-top:none;
	overflow:hidden;
	width:439px;
	padding:10px 0px;
}
.cha_de_fraldo_form .box p {
	padding:0px;
	padding-left:22px;
	color:#333333;
}
.cha_de_fraldo_form .box p a{
	font-size:11px;
	color:#333333;
	text-decoration:underline;
	float:right;
	margin-right:28px;
}
.cha_de_fraldo_form .box p a:hover{
	color:#333333;
	text-decoration:none;
}
.cha_de_fraldo_form .box p input{
	width:138px;
	height:13px;
	padding:6px 3px;
	color:#000000;
	vertical-align:middle;
	margin-left:8px;
	margin-right:8px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
}
.cha_de_fraldo_form .box ul{
	width:415px;
	margin:0px auto;
}
.cha_de_fraldo_form .box ul li{
	border-bottom:1px solid #ccc;
	width:415px;
	overflow:hidden;
	font-size:12px;
	color:#333333;
	line-height:15px;
	padding:8px 0px;
}
.cha_de_fraldo_form .box ul li a{
	float:right;
	text-decoration:underline;
	font-size:11px;
	color:#0E356F;
	margin-left:5px;
}
.cha_de_fraldo_form .box ul li input{
	float:left;
}
.cha_de_fraldo_form .box ul li label{
	display:block;
	float:left;
	width:90px;
	padding-left:5px;
}
.cha_de_fraldo_form .box ul li span{
	display:block;
	width:220px;
	float:left;
}
.cha_de_fraldo_box{
	width:432px;
	float:right;
	text-align:left;
	padding-top:20px;
	line-height:23px;
}
.cha_de_fraldo_box p{
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding-bottom:30px;
}
.cha_de_fraldo_box .box{
	border:1px solid #9a371a;
	padding:22px;
	font-style:italic;
	color:#FFF;
	background:#ca4518 url(../imagens/bg_cha_de_fraldo_box.png) left top repeat-x;
}
.cha_de_fraldo_box .box p{
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	padding-bottom:0px;
	line-height:19px;
	padding-bottom:10px;
}
.cha_de_fraldo_box .box p a{color:#FFF; text-decoration:underline;}
.cha_de_fraldo_box .box p a:hover{color:#FFF; text-decoration:none;}
.cha_de_fraldo_box .box textarea{
	width:380px;
	height:130px;
	padding:3px;
	font-size:13px;
	color:#333333;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	border:1px solid #93381b;
	margin:10px auto;
}
.cha_de_fraldo_box p input{
	float:right;
	width:121px;
	height:34px;
	cursor:pointer;
	border:none;
	background:url(../imagens/cha_de_fraldo_box_button.png) no-repeat;
	margin-top:12px;
}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar{
	width:242px;
	padding-top:35px;
	float:left;
	text-align:left;
}
.subnav{}
.subnav h2{
	background:url(../imagens/bg_ofertas_do_mes_h2.png) left top repeat-x;
	height:35px;
	font-size:18px;
	line-height:35px;
	color:#FFF;
	padding-left:16px;
}
.subnav_inner{
	border:1px solid #d4d4d4;
	background:#fff;
	border-top:none;
	padding:0px 1px 1px 1px;
}
.subnav_inner .subnav_inner_list{
	background:#f4f4f4;
	padding:15px 16px 1px 16px;
}
.subnav_inner .subnav_inner_list li{
	padding-bottom:15px;
	font-weight:bold;
	color:#333333;
}
.subnav_inner.interna  .subnav_inner_list li{
	padding-bottom:7px;
	color:#333333;
}
.subnav_inner .subnav_inner_list li a,
.subnav_inner .subnav_inner_list2 li a{
	color:#333333;
	font-weight:bold;
}
.subnav_inner .subnav_inner_list li a:hover,
.subnav_inner .subnav_inner_list2 li a:hover{
	color:#333333;
}
.sidebar_img img{
	display:block;
	margin-top:16px;
}
.subnav_inner_text{
	background:#f4f4f4;
	padding:0px 5px;
	padding-top:4px;
	overflow:hidden;
}
.subnav_inner_text h3{
	background:#0d3267 url(../imagens/bg_ofertas_list.png) 11px 7px no-repeat;
	
	padding-left:24px;
	color:#FFF;
	font-size:12px;
	line-height:20px;
	margin-top:4px;
}
.subnav_inner_text ul{
	background:#FFF;
}
.subnav_inner_text ul a{
	color:#333333;
	font-size:11px;
	padding:2px 0px;
	width:217px;
	padding-left:11px;
	display:block;
}
.subnav_inner_text ul li{
	width:100%;
}
.subnav_inner_text ul a:hover{
	color:#0C3267;
	text-decoration:none;
	background:#e8e8e8;
}
.subnav_inner_text h4{
	background:#666666 url(../imagens/bg_ofertas_list2.png) 11px 7px no-repeat;
	height:20px;
	padding-left:24px;
	color:#FFF;
	font-size:12px;
	line-height:20px;
	margin-top:4px;
}
.subnav_inner_text ul select{
	margin-left:11px;
	width:112px;
	height:18px;
	margin-top:5px;
}
.contact{
	height:172px;
	margin-top:12px;
	overflow:hidden;
}
.contact img{
	display:block;
	margin:0px auto;
}

.subnav_inner_text h5{
	
	color:#0C3267;
	background:#FFF url(../imagens/bg_h5.jpg) center top no-repeat;
	font-size:12px;
	padding:8px 0px 2px 11px;
}
.subnav_inner_text.bg_white{padding-bottom:15px;}
.subnav_inner_text.bg_white ul{padding-top:5px;padding-bottom:12px;}
.bg_white2{padding-top:5px;padding-bottom:12px;}
.subnav_inner .no_bg{ background:#fff;}


.right_list{
	background:#f4f4f4;
	width:100%;
	padding-bottom:4px;
}
.right_list ul{
	padding-left:7px;
}
.right_list_inner li{
	padding:1px 0px;
	font-weight:bold;
	color:#333333;
}
.right_list_inner li a{
	color:#333333;
	font-weight:bold;
	padding:5px 0px;
	display:block;
	width:200px;
	padding-left:8px;
}
.right_list_inner li a:hover{
	color:#fff;
	text-decoration:none;
	padding-left:23px;
	background:#0d3267 url(../imagens/bg_right_list_a.png) 11px center no-repeat;
}

.right_list_inner li a:hover{
	color:#fff;
	text-decoration:none;
	padding-left:23px;
	background:#0d3267 url(../imagens/bg_right_list_a.png) 11px center no-repeat;
}
.right_list_inner li .selected{
	color:#fff;
	text-decoration:none;
	padding-left:23px;
	background:#0d3267 url(../imagens/bg_right_list_a.png) 11px center no-repeat;
}
.right_list_inner li .selected:hover{
	color:#fff;
	text-decoration:none;
	padding-left:23px;
	background:#0d3267 url(../imagens/bg_right_list_a.png) 11px center no-repeat;
}
#content .maincontent_text_box h3.cc{
	font-size:24px;
	color:#000;
	border-bottom:3px solid #ecebe9;
}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
    background:#ECEDEF;   /* cor original: #f9f9f9 */
    border-top:1px solid #cccccc;
    padding:18px 0px;
}
#footer_inner{
	width:958px;
	margin:0px auto;
	text-align:left;
	overflow:hidden;
	padding-bottom:30px;
}
#footer_inner ul{
	height:28px;
	border-bottom:4px solid #ecebe9;
}
#footer_inner ul li {
	float:left;
	color:#0D3872;
}
#footer_inner ul li a{color:#0D3872;}
#footer_inner ul li a:hover{color:#0D3872;}
#footer_inner p{
	padding-top:10px;
	color:#666666;
	font-size:10px;
	text-align: center;
	padding-right: 147px;
}
#footer_inner p span{
	float:right;
	color:#0D3872;
}

#footer_inner span a{color:#0C3267;}
#footer_inner span a:hover{color:#0C3267;}



/*tool tip box*/
.tip_box {
	/*visibility: hidden; text-align:left; position:absolute; width: 180px;*/
	display:none; 
	z-index:1000000; 
	text-align:left; 
	position:absolute; 
	width: 180px; 
	left:-145px;
	top: 20px;
}

#content .tip_box_cart{
	display:none; 
	z-index:100000; 
	text-align:left; 
	position:absolute; 
	width: 180px; 
	left: 145px; 
	top: 45px;
}
.text_box_top{
	width:180px;
	background:url(../imagens/top.png) no-repeat;
	height:23px;
}
.text_box_bottom{
	width:180px;
	background:url(../imagens/bottom.png) no-repeat;
	height:15px;
}
.text_box_content{
	width:160px;
	padding-left:10px;
	padding-right:10px;
	background:url(../imagens/middle.png) no-repeat;
}
.text_box_content p, #content .tip_box_cart .text_box_content p{
	color:#683810;
	line-height:21px;
	font-weight: normal;
	position: relative;
	text-align: left;
	float: none;
	padding: 0;
}
.text_box_content p a,.text_box_content p a:hover{
	color:#0C3267;
}

.product_price .info,
.product_price .info2 {
	position: relative;
	width: 140px;
}
.product_price .info {
	height: 16px;
}
.product_price .info2 {
	height: 19px;
}
a.product_thumb {
	display: block;	
	width: 76px;
	height: 76px;
	overflow: hidden;
	outline:none;
	text-align: center;
	position: absolute;
	left: 3px;
}
a.product_thumb img {
	margin: 0;
}


/*wq css begin*/
/*for internet explore*/
/**/
*html .selecione_text{
	height:64px;
	}
/**/
.selecione{
	overflow:hidden;
	padding-top:26px;
	padding-bottom:20px;
	width:947px;
	text-align:left;
	padding-left:4px;
	}
.selecione li{
	float:left;
	width:217px;
	padding:0 0 0 18px;
	border-right:#ccc 1px solid;
	}
.selecione .last{
	border:0;
	}
.selecione .selecione_text{
	min-height:64px;
	font-size:14px;
	font-weight:bold;
	}
	
.maincontent_inner .filter-superguia select,
.maincontent_inner_superguia .filter-superguia select,
.selecione li select{
	height:25px;
	border:#ccc 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	padding-top:2px;
	}
.selecione li select{
	width:152px;	
}
.maincontent_inner .filter-superguia select,
.maincontent_inner_superguia .filter-superguia select{
	width: 200px;
}
.selecione li select option.first {
	color: #666;
	border-bottom: 1px solid #CCC;
	margin-bottom: 6px;
	padding: 3px 0;
}
/*page_31 begin*/	
.content_tab ul .tab_minhas{
	margin-left:25px;
}
.content_tab ul .tab_meus{
	margin-left:25px;
}
.content_tab ul .tab_cha{
	margin-left:25px;
}
.secondary_box_inner{
	text-align:left;
	overflow:hidden;
	width: 951px;
	}
.secondary_box_inner .pic_boy{
	float:right;
	margin-top:33px;
	}
.secondary_box_inner_text{
	padding-top:28px;
	padding-left:34px;
	width:415px;
	}
.secondary_box_inner_text p{
	line-height:19px;
	font-size:14px;
	color:#666;
	padding-bottom:14px;
	}
.secondary_box_inner_text h2{
	font-size:30px;
	color:#000;
	font-weight:normal;
	padding-bottom:8px;
	}
.convidados_box{
	text-align:left;
	padding-top:24px;
	padding-left:34px;
	padding-bottom:10px;
	overflow:hidden;
	width:919px;
	}
.convidados_box h3{
	font-size:24px;
	color:#000;
	padding-bottom:6px;
	}
.convidados_box p{
	font-size:14px;
	color:#333;
	padding-bottom:17px;
	}
.convidados_box li{
	float:left;
	padding-right:15px;
	}
.convidados_box li label{
	display:block;
	line-height:12px;
	padding-bottom:4px;
	}
.convidados_box li input{
	width:152px;
	height:22px;
	padding-top:3px;
	border:#ccc 1px solid;
	vertical-align:middle;
	}
.convidados_box li .button_buscar{
	background:url(../imagens/button_buscar.png) no-repeat;
	width:120px;
	height:36px;
	border:0;
	padding:0;
	margin-top:10px;
	cursor:pointer;
	}
.cotent_box_inner .link_box{
	width:100%;
	text-align:left;
	border:#CBD0C8 1px solid;
	background:#D7E5CF;
	padding:12px 0;
	margin-top:14px;
	}
.cotent_box_inner .link_box img{
	float:left;
	margin-left:12px;
	display:inline;
	margin-right:10px;
	}
.cotent_box_inner .link_box p{
	font-size:12px;
	color:#264519;
	}
.cotent_box_inner .link_box p a{
	color:#264519;
	}
.resultados_box{
	text-align:left;
	border:#ccc 1px solid;
	padding-left:34px;
	margin-top:10px;
	padding-bottom:10px;
}
.resultados_box{

}
.resultados_box2{

}
	
.resultados_box h3{
	font-size:20px;
	color:#000;
	height:44px;
	border-bottom:#ccc 1px solid;
	line-height:44px;
	width:890px;
	}
.resultados_box h4{
	font-size:14px;
	font-weight:bold;
	color:#0D3570;
	padding-top:15px;
	padding-bottom: 5px;
	}
.resultados_box li{
	padding-top:3px;
	}
.resultados_box ul{
	padding-bottom:13px;
	}
.cotent_box_inner_bottom{
	text-align:left;
	width:100%;
	overflow:hidden;
	}
.cotent_box_inner_bottom .text_box{
	float:left;
	padding-left:34px;
	padding-top:35px;
	width:280px;
	}
.cotent_box_inner_bottom .text_box h3{
	font-size:20px;
	}
.cotent_box_inner_bottom .text_box p{
	line-height:20px;
	font-size:14px;
	}
.cotent_box_inner_bottom .list_box{
	float:right;
	width:591px;
	border:#ccc 1px solid;
	padding:20px;
	margin-top:14px;
	background:#f9f9f9;
	}
.list_box_left{
	float:left;
	padding-right:32px;
	border-right: 1px solid #CCC;
	}
.list_box_left li{
	width:210px;
	border-bottom:#ccc 1px solid;
	padding-bottom:12px;
	padding-top:11px;
	line-height:16px;
	}
.list_box_left .last{
	border-bottom:0;
	}
.list_box_right{
	float:left;
	padding-left:47px;
	padding-top:5px;
	}
.list_box_right li{
	background:url(../imagens/arrow.gif) left 4px no-repeat;
	padding-left:13px;
	padding-bottom:10px;
	}
.list_box_right li a,.list_box_right li a:hover{
	color:#0C3266;
	}
.list_box_left li,.list_box_left li a{
	font-size:14px;
	color:#000;
	font-weight:bold;	
	}
.list_box_left li a:hover,.list_box_left .selected a{
	color:#0D3570;
	text-decoration:none;
	}
a .black,.black{
	color:#000;
	font-size:12px;
	font-weight:normal;
	}
a .orange,.orange{
	color:#D36426;
	font-size:12px;
	font-weight:normal;
	}
/*	42 begin*/
.cotent_box_inner_left{
	float:left;
	border:#ccc 1px solid;
	background:#fff;
	text-align:left;
	width:470px;
	padding:10px 0;
	margin: 0;
	}
.cotent_box_inner_left p{
	padding-left:25px;
	padding-right:80px;
	font-size:13px;
	color:#666;
	padding-top:10px;
	line-height:18px;
	}
.cotent_box_inner_left form{
	padding-top:35px;
	}
.cotent_box_inner_left form label{
	font-size:11px;
	color:#333;
	width:78px;
	padding-right:10px;
	float:left;
	text-align:right;
	line-height:14px;
	padding-top:5px;
	}
.cotent_box_inner_left form input{
	vertical-align:middle;
	width:278px;
	height:21px;
	padding-top:4px;
	border:#ccc 1px solid;
	float:left;
	}
.cotent_box_inner_left form select{
	width:144px;
	height:23px;
	color:#333;
	border:#727272 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	}
.cotent_box_inner_left form p{
	padding-bottom:12px;
	padding-top:0;
	width:368px;
	overflow:hidden;
	}
.cotent_box_inner_left form .telefone1{
	width:60px;
	}
.cotent_box_inner_left form .telefone2{
		width:114px;
		margin-left:10px;
		}
.cotent_box_inner_left div p{
	font-size:12px;
	padding-top:0;
	padding-bottom:4px;
	}
.cotent_box_inner_left div{
	width:473px;
	padding-bottom:5px;
	overflow:hidden;
	}
.cotent_box_inner_left div p span{
	width:77px;
	float:left;
	padding-bottom:5px;
	}
.cotent_box_inner_left form textarea{
		width:277px;
		height:152px;
		border:#ccc 1px solid;
	float:left;
		}
.cotent_box_inner_left form	.button_enviar{
	background:url(../imagens/button_enviar.png) no-repeat;
	width:76px;
	height:32px;
	cursor:pointer;
	border:0;
	float:none;
	}
.cotent_box_inner_left .submit_text{
	font-size:11px;
	color:#000;
	padding-top:0;
	}
.italic{
	font-style:italic;
	}
.cotent_box_inner_right{
	padding-left:35px;
	float:left;
	width:415px;
	padding-top:6px;
	text-align: left;
	}
.cotent_box_inner_right .icon_box{
	width:415px;
	overflow:hidden;
	text-align:left;
	padding-bottom:49px;
	padding-top:25px;
	}
.icon_box_left{
	float:left;
	padding-right:41px;
	}
.icon_box_right{
	padding-top:4px;
	padding-left:25px;
	border-left:#93CCE5 1px solid;
	float:left;
	}
.icon_box_right li,.icon_box_right li a{
	font-size:20px;
	font-weight:bold;
	color:#33A5D7;
	}
.number{
	text-align:center;
	}
.number p{
	font-size:16px;
	color:#666;
	padding-bottom:14px;
	}
.number h3{
	font-size:40px;
	color:#000;
	font-weight:normal;
	}
/*	42 css*/
.cotent_box_inner_left h5{
	margin-left:17px;
	width:435px;
	border-bottom:#ccc 1px solid;
	font-size:13px;
	color:#333;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:11px;
	}
.cotent_box_inner_left .tab_head{
	padding-top:21px;
	padding-left:12px;
	overflow:hidden;
	width:435px;
	
	}
.cotent_box_inner_left .tab_head li{
	float:left;
	border-right:#ccc 1px solid;
	}
.cotent_box_inner_left .tab_head .last{
	border:0
	}
	
.cotent_box_inner_left .tab_head li a{
	float:left;
	border-bottom:#ccc 1px solid;
	font-size:10px;
	font-weight:bold;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	color:#999;
	}
.cotent_box_inner_left .tab_head .selected a{	
	border-bottom:#fff 1px solid;
	color:#333;
	text-decoration:none;
	}
.cotent_box_inner_left .tab_head li a:hover{
	text-decoration: none;
	cursor: auto;
}
.cotent_box_inner_left .form_content{
	width:435px;
	padding-left:17px;
	padding-top:15px;
	}
.cotent_box_inner_left .form_content label{
	width:145px;
	padding-right:8px;
	float:left;
	padding-top:5px;
	vertical-align:middle;
	display: block;
	height: 20px;
	}
.cotent_box_inner_left .form_content p{
	padding:0;
	width:435px;
	overflow:hidden;
	padding-bottom:10px;
	}
.cotent_box_inner_left .form_content div p{
	padding-bottom:6px;
	}
.cotent_box_inner_left .form_content input{
		height:22px;
		width:278px;
		padding-top:3px;
		border:#ccc 1px solid;
		vertical-align:middle;
		float:left;
		}
.cotent_box_inner_left .form_content .telefone1{
	width:60px;
	}
.cotent_box_inner_left .form_content .telefone2{
		width:114px;
		margin-left:10px;
		}	

.cotent_box_inner_left .form_content .button_enviar{
	background:url(../imagens/button_enviar.png) no-repeat;
	width:76px;
	height:32px;
	cursor:pointer;
	border:0;
	margin-right:10px;
	float:none;
	}
.cotent_box_inner_left .form_content .portados_select{
	overflow:hidden;
	width:435px;
	padding:6px 0;
	}
.cotent_box_inner_left .form_content .periodo_select{
	overflow:hidden;
	width:435px;
	padding:6px 0 14px 0;
	}
	
.cotent_box_inner_left .form_content .portados_select label,.cotent_box_inner_left .form_content .periodo_select label{
	padding-top:0;
	padding-bottom:0;
	}
.cotent_box_inner_left .form_content div{
	margin:0;
	padding:14px 0 0 0;
	width:435px;
	}
.cotent_box_inner_right h2{
	line-height:21px;
	font-size:16px;
	padding-top:4px;
	color:#333;
	padding-bottom:11px;
	}
.cotent_box_inner_right p{
	font-size:13px;
	color:#333;
	line-height:19px;
	padding-bottom:18px;
	}
.cotent_box_inner_right .list{
	padding-bottom:18px;
	}
.cotent_box_inner_right .list li{
	padding-bottom:6px;
	width:415px;
	overflow:hidden;
	}
.cotent_box_inner_right .list li span{
	float:left;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	width:24px;
	height:22px;
	padding-top:2px;
	text-align:center;
	background:url(../imagens/bg_round.gif) left no-repeat;
	}
.cotent_box_inner_right .list li p{
	float:left;
	margin-left:8px;
	display:inline;
	padding:0;
	padding-top:2px;
	width:382px;
	}
.subnav_inner .subnav_inner_list2{
	background:#f4f4f4;
	padding:15px 8px 1px 9px;
}
.subnav_inner .subnav_inner_list2 li{
	padding:0 0 25px;
	font-weight:bold;
	color:#D36124;
	height: 38px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 15px;
}
.subnav_inner .subnav_inner_list2 li.last_li{
	border: 0;
}
.subnav_inner .subnav_inner_list2 li span.side-produto{
	display: block;
	float: left;
	width: 54px;
	text-align: center;
	vertical-align:middle;
	background: #fff;
	padding:3px 3px 0 3px;
	margin:0 10px 10px 0;
}
.maincontent_inner table{
	width: 690px;
	margin-top: 30px;
	text-transform: capitalize;
}
.maincontent_inner table td{
	padding: 7px 0 7px 20px;
}
.maincontent_inner table .table-top_1,
.maincontent_inner table .table-top_2,
.maincontent_inner table .table-top_3{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.maincontent_inner table .table-top_1{
	background: #8A66A4;
}
.maincontent_inner table .table-top_2{
	background: #6c9170;
}
.maincontent_inner table .table-top_3{
	background: #fc0000;
}
.maincontent_inner table .table-topsub_1{
	background: #CFBDDB;
	color: #8A66A4;
}
.maincontent_inner table .table-topsub_2{
	background: #c5d4c3;
	color:  #6c9170;
}
.maincontent_inner table .table-topsub_3{
	background: #ffa789;
	color: #fc0000;
}
.maincontent_inner table .table-cel1{
	background: #F5F5F5;
	color: #333;
}
.maincontent_inner table .table-cel2{
	background: #FFF;
	color: #333;
}
.maincontent_inner table .table-cel1 td,
.maincontent_inner table .table-cel2 td{
	border-left: 1px solid #D3D9D1;
	border-bottom: 1px solid #D3D9D1;
}
.maincontent_inner table td.med{	
	width: 370px;
}
.maincontent_inner table td.lab{	
	width: 280px;
}
.maincontent_inner table td.tipologia{
	text-align: center;
	border-right: 1px solid #D3D9D1;
	padding: 0;
	width: 40px;
}
.box_form select.mescartao{
	width: 40px;
}
.box_form select.anocartao{
	width: 55px;
}
.endereco_bottom_box a.validar:link{

}
.cha_de_fraldo span.cha-imagem,
.cesta_top_box span.cha-imagem{
	display:block;
	float:left;
	margin: 0;
	padding: 0;
	text-align:center;
	vertical-align:middle;
	width:64px;
}
.cha_de_fraldo span.cha-imagem img{
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.parcelamento_bottom_box {
	float:left;
	width:230px;
	padding:10px 15px;
	background:#e8e8e8;
	font-size:12px;
	color:#666666;
	line-height:18px;
	text-align:left;
	margin: 20px 0pt 0px 0px;
}


.cheque_bottom_box {
	background: url("../imagens/alert_background.png") repeat scroll 0% 0% transparent; 
	float:left;
	width:230px;
	padding:10px 15px;
	font-size:12px;
	color:#666666;
	line-height:18px;
	text-align:left;
	margin: 20px 0pt 13px 0px;
}
.cheque_bottom_box2 {
	
	height: 52px; 
	padding: 5px 0px 0px 20px; 
	background: url("../imagens/alert_background.png") repeat scroll 0% 0% transparent; 
	margin: -56px 0pt 0px 270px;
}

.legal_text{
	float:left;
	text-align:justify;
	padding-right:250px;
    color: #ADADAD;
	font-size: 9px;
	font-weight: normal;

}