/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Verdana,sans-serif;
	line-height: 1;
	color: #707070;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong{
	font-weight:bold;
}



/*GENERAL STYLES*/
a{
	color:#5c71ad;
	text-decoration:none;
}
a:hover{
	color:#93a9e6;
	text-decoration:none;
}
h2{
	font-family:helvetica;
	font-size:1.5em;
	font-weight:bold;
}
h3{
	font-family:helvetica;
	font-size:1.35em;
	font-weight:bold;
}
h4{
	font-family:helvetica;
	font-size:1.2em;
	font-weight:bold;
}



/*Layout V2*/
body{
	width:100%;
	background:#eeeeee;
	font-family: 'Lucida Grande';
}
small{
	font-size:0.8em;
}

#header{
	width:980px;
	height:162px;
	background:url(images/header1.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#carrinho{
	float:right;
	width:250px;
	min-height:70px;
	background:url(images/carrinho.png) 0 0 no-repeat;
	margin-top:15px;
	margin-right:30px;
	font-size:11.4px;
	color:#000;
	padding-bottom:20px;
}

#carrinho:hover{
	background:url(images/carrinho1.png) 0 0 no-repeat;
}

#carrinho tr{
	opacity:none;
}

#carrinho tr td{
	width:50%;
	opacity:none;
	vertical-align:top;
	padding:10px 0 0 20px;
}

#carrinho tr td a{
	float:right;
	font-size:0.9em;
}

#carrinho tr td a{
	border-bottom:1px #333 dashed;
	color:#333;
	text-decoration:none;
}

#carrinho tr td a:hover{
	border-bottom:none;
}

#carrinho_img{
	padding:10px;
}

#carrinho tr #items{
	padding-top:25px;
	padding-left:10px;
}

#crumbnav{
	width:976px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	font-size:10.4px;
	color:#000;
	padding-left:25px;
}
#crumbnav li{
	float:left;
}

#crumbnav li a{
	color:#000;
}

#crumbnav li a:hover{
	color:green;
}

/*SPECIFIC STYLES*/

/*HEADER*/
#logo{
	float:left;
	margin-left:29px;
	margin-top:11px;
}
#search{
	width:351px;
	height:39px;
	float:right;
	background:url(images/search_bg.png) no-repeat;
	position:relative;
	top:-19px;
}
#search .s_input{
	width:160px;
	float:left;
	border:1px #999 solid;
	margin-left:120px;
	margin-top:8px;
	padding:1px;
	padding:4px;
}
#search .s_lupa{
	float:left;
	margin-left:10px;
	margin-top:7px;
}




/*SITE BODY*/
#container{
	width:968px;
	margin-left:auto;
	margin-right:auto;
}

#secondaryMenu{
	float:left;
	margin-top:20px;
	font-size:11.4px;
	color:#333;
	position:relative;
	left:1px;
	width:133px;
}

#secondaryMenu li{
	border-left:1px #a3a3a3 solid;
	border-bottom:1px #a3a3a3 solid;
	padding:10px 0;
}

#top{
	border-top:1px #a3a3a3 solid;
}

#secondaryMenu li:hover{
	background:#fff;
	font-weight:bold;
}

#secondaryMenu li a{
	color:#333;
	text-decoration:none;
	padding:10px;
}

#secondaryMenu li a:hover{
	color:#000;
}

#secondaryMenu .is_active{
	background:#fff;
}

#content{
	float:left;
	width:778px;
	background:#fff;
	border:1px #a3a3a3 solid;
	min-height:500px;
	height:auto;
	margin-top:20px;
	padding:25px;
	overflow:hidden;
	font-size:11.4px;
	color:#222;
}


#subcats{
	
}
#subcats div{
	float:left;
	width:200px;
	text-align:center;
}
#subcats div .title{
	color:#608d27;
	font-weight:bold;
	font-size:1.6em;
}
#subcats div img{
	margin-top:5px;
}
#subcats ul{
	float:left;
	width:420px;
	margin-left:50px;
}
#subcats ul li{
	width:100%;
}
#subcats ul li a{
	border-bottom:1px #e8e8e8 solid;
	padding:4px 0 4px 3px;
	line-height:1.4em;
	display: block;
	width:100%;
}
#subcats ul li a:hover{
	background:lightyellow;
	color:#222;
	border-bottom:1px #fff solid;
}
#destaques{
	width:780px;
}
#destaques .title{
	color:#608d27;
	width:500px;
	padding-bottom:10px;
	float:left;
	font-size:1.8em;
	margin-left:4px;
}
#destaques .title_p{
	color:#608d27;
	width:400px;
	font-size:1.2em;
	padding-bottom:10px;
	float:left;
}
#destaques .lista_completa{
	margin-right:6px;
	font-size:10.4px;
	padding-top:5px;
	padding-bottom:5px;
	float:right;
}
#destaques .lista_completa a{
	text-decoration:underline;
}
#destaques .separador{
	width:780px;
	margin-top:10px;
	clear:both;
}
.lista_produtos{
	width:780px;
	margin-top:27px;
	border-spacing:3px;
	border-collapse:separate;
}
.lista_produtos .titles td{
	font-weight:bold;
	font-size:1em;
}
.lista_produtos tr td{
	font-size:0.85em;
	padding:9px;
	border:1px #ddd solid;
	vertical-align:top;
	line-height:1.6em;
}

.lista_produtos tr td .qtd_input{
	width:35px;
	border:1px #bbb solid;
}

.lista_produtos tr td h4{
	font-weight:bold;
	font-size:1em;
	font-family:'Lucida Grande';
	padding-bottom:5px;
}

.default_content{
	line-height:1.6em;
}
.default_content p{
	padding-top:10px;
	padding-bottom:10px;
}
.default_content h2{
	margin-top:10px;
	margin-bottom:5px;
	font-size:1.8em;
	padding-bottom:5px;
	font-family: helvetica;
}
.default_content h3{
	margin-top:10px;
	margin-bottom:5px;
}
.default_content form{
	margin:20px 20px 20px 3px;
	padding:20px 0 20px 20px;
	background:#ddd;
	border:2px #ccc dotted;
	width:50%;
}
.default_content form table{
	border-collapse:separate;
	border-spacing:10px;
}
.default_content form table tr .form_text{
	border:1px #ccc dashed;
	background:#eee;
	padding:10px;
}
.default_content form table tr .labels{
	
}
.default_content form table tr .inputs{
	
}
.default_content form table tr .inputs input{
	
}



/*FOOTER*/
#footer{
	text-align:center;
	font-size:10.4px;
	margin-top:30px;
	padding-bottom:30px;
	line-height:1.4em;
}
#footer .credits{
	margin-top:10px;
}

#footer a{
	color:#333;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}



/*JS_Growl Notify*/
#JS_Growl_container{
	position:fixed;
	top:0;
	left:100%;
	width:225px;
	margin-left:-225px;
	height:auto;
	border:0;
	background:transparent;
	padding-top:10px;
}
.JS_Growl_notify, .JS_Growl_notify_IE6{
	margin-right:5px;
	padding:15px;
	width:190px;
	height:50px;
	border:0;
	color:#fff;
	font-size:0.9em;
	display:none;
}
.JS_Growl_notify{
	background:url(images/growl.png) no-repeat;
}
.JS_Growl_notify_IE6{
	background:url(images/growl.gif) no-repeat;
}
.red{
	color:#ddaaaa;
}
.green{
	color:#aaddaa;
}
.yellow{
	color:#ddddaa;
}
.faded{
	color:#999922;
}
.light_green{
	color:#229922;
}


.SR_Carlos_overlay{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	background-color: #fff;
	display:none;
	cursor: pointer;
	cursor: hand;
}


/* cart_view */
#cart_view_container{
	position:absolute;
	left:50%;
	top:50px;
	margin-left:-400px;
	width:800px;
	min-height:400px;
	background:#fff;
	border:2px #006600 solid;
	display:none;
}
#cart_view table{
	margin:15px;
}
#cart_view table .titles td{
	font-weight:bold;
	font-size:1.1em;
	border-bottom:1px #aaa solid;
}
#cart_view table tr td{
	font-size:0.85em;
	padding:9px;
	border-bottom:1px #ddd solid;
	vertical-align:top;
}
#cart_view table tr td h4{
	font-weight:bold;
	font-size:1em;
	font-family:'Lucida Grande';
}
#cart_view_support input{
	float:right;
	margin:15px 5px 5px 5px;
	background:#eee;
	border:2px #bbb solid;
	padding:7px;
}

#FC{
	width:668px;
}
#FC .titles td{
	font-weight:bold;
	font-size:1.1em;
	border-bottom:1px #aaa solid;
}
#FC tr td{
	font-size:0.85em;
	padding:9px;
	border-bottom:1px #ddd solid;
	vertical-align:top;
}
#FC tr td h4{
	font-weight:bold;
	font-size:1em;
	font-family:'Lucida Grande';
}

.FC_user_data{
	width:668px;
}
.FC_user_data tr td{
	min-height:25px;
	font-size:0.85em;
	padding:9px;
	vertical-align:top;
}
.FC_user_data tr .info{
	width:50px;
}
.FC_user_data tr td textarea{
	width:255px;
	height:90px;
}

#index_cp tr td{
	padding:0;
	margin:0;
	height:30px;
	vertical-align:top;
}
#index_cp tr td img{
	margin-left:10px;
}

.calendar_container{
	position:absolute;
	visibility:hidden;
	background-color:white;
	layer-background-color:white;
	border:2px #00aa00 solid;
}
.hidden{
	display:none;
}

div.accordion h3.acc_header{
	margin:0;
	font-size:1.2em;
	border-bottom:1px #ddd solid;
	border-left:1px #ddd solid;
	padding:10px;
	cursor:pointer;
	cursor:hand;
	margin-bottom:5px;
}
div.accordion div.acc_body p{
	padding:20px 20px 40px 10px;
	font-size:0.9em;
}
em{
	font-style:italic; 
}
#cat_results h3{
	color:#608d27;
	font-size:1.2em;
}

#index_cats{
}

#index_cats li{
	float:left;
	width:190px;
	text-align:center;
	border-right:1px #ccc solid;
	margin-bottom:25px;
	padding:10px 0;
}

#index_cats li .title{
	font-size:1.6em;
	font-weight:bold;
}
#index_cats li .title a{
	color:green;
}
#index_cats li img{
	margin-top:5px;
}
.ulink{
	text-decoration:underline;
}