/*
CITRINUS - Home Page

colors: 
dark green: #02671b
strong red: #bf0a0a
high yellow: #fcec03
*/

/* Esta CSS deve ser importada dentro de outras e serve para garantir que todos os elementos HTML têm os valores a zero, que são na sua maioria padrão, mas que cada browser atribui os seus. */

* {margin: 0; padding: 0; border: 0;}

/* menu 1 */
	UL#menu1, UL#menu2  {
		font: bold 11px/20px Tahoma, sans-serif;
		text-align: left;
		margin: 10px 2px 6px 14px;
		padding: 0 0 10px 0;
	}
	UL#menu1 LI UL, UL#menu2 LI UL  {
		margin: 0px 2px 6px 0;
		padding: 0;
		font: 11px/16px Tahoma, sans-serif;
	}
	UL#menu1 LI UL, UL#menu2 LI UL EM  {
		color: #02671b;
		font-style: normal;
	}
	
	UL#menu1 LI {
		list-style-type: none;
		color: white;
	}
	UL#menu1 LI A  {
		color: white;
		text-decoration: none;
	}
	UL#menu1 LI A:hover, UL#menu1 LI A.active  {
		text-decoration: underline;
		/*font-weight: bold;*/
	}

/* menu 2 */
	UL#menu2 LI {
		list-style-type: none;
		color: black;
	}
	UL#menu2 LI.maincat {
		margin-bottom: 6px;
		background: url(../img/lemonicon.gif) no-repeat;
		padding-left: 22px;
	}
	UL#menu2 LI A  {
		color: black;
		text-decoration: none;
	}
	UL#menu2 LI A:hover, UL#menu2 LI A.active  {
		text-decoration: underline;
		/*font-weight: bold;*/
	}


/*forms CITRINUS*/
/*Login*/
FORM#login {
		display:inline;
		font-size: 9px;
		font-weight: bold;
		margin-left: 15px;
	}
	#login FIELDSET {
		width: 375px;
		display:inline;
		border: none;	
	}
	#login INPUT {border: 0; width: 100px; margin-right: 8px;}
	IMG.carttop {vertical-align: -45%;}
	
/*Pesquisa*/
FORM#look {
		font-size: 9px;
		font-weight: bold;
		margin: 14px 0 14px 4px;		
	}
	#look FIELDSET {
		border: none;	
	}
	#look INPUT {
		border: solid 1px #02671b;
		width: 150px;
		margin-right: 8px;
		padding: 1px 5px;
		background: #fcec03;
		color: #02671b;
		font-style: italic;
		font-size: 10px;
	}

/*compra*/
FORM#quantid {
		font-size: 9px;
		font-weight: bold;
		margin: 50px 0;		
	}
#quantid INPUT {
		border: solid 1px #02671b;
		margin-right: 8px;
	}
#quantid INPUT.cartgo {
		width: 117px !important; 
		height: 25px;
		background: url(../img/addcart.png) no-repeat !important;
		border: none !important;
	}
	
/*Comentários */

FORM#comments {
	}
#comments INPUT {
		border: solid 1px #02671b;
}
TEXTAREA.comentario {
		font-size: 11px;
		color: #333;
		border: solid 1px #02671b;
		margin: 10px 0;
	}
	
/*Estilos Gerais*/
INPUT:focus, TEXTAREA:focus {outline: solid 1px red;}
INPUT.go {width: 35px !important; height: 16px; background: url(../img/okbt.png) no-repeat !important; border: none !important;}





FORM.standard {/*        Formulários geral        */
	
}
FORM.standard FIELDSET {
	margin: 10px 14px;
	border-top: 4px solid #F3F3F3;
}
FORM.standard LABEL {
	font: 12px Arial, Tahoma, sans-serif;
	padding: 6px 0;
	width: 140px;
	float: left;
}
FORM.standard INPUT, FORM.standard TEXTAREA {
	font: 12px Arial, Tahoma, sans-serif;
	margin: 6px 0;
	padding: 3px;
	border: 1px solid #444;
	background: #F3F3F3;
}
FORM.standard INPUT.send {
	margin: 10px 140px;
	padding: 0 20px;
	background: #D90000;
	color: white;
}
INPUT:focus, TEXTAREA:focus {
	outline: 1px solid red;
}



BODY {
	background: white url(../img/greendotsfade01.png) repeat-x;
	font: 0.8em Tahoma, sans-serif;
}
.nofloat {clear: both;}
H6 {
	font-size: 14px;
	color: #02671b;
	margin: 4px 0 10px 0; 
}
A {color: black;}
A:hover {text-decoration: line-through;}



/* STYLE */



#main_box {
	width:  100%; max-width: 962px;
	margin: 10px auto;
	position: relative;
}
/* log in e cart */
#top {
	width: 100%; height: 45px;
	/* margin-left: 220px; */
}
	#top SPAN, #top SPAN A  {font-size: 10px; color: black;}
	
	.avatar-box { float: left; }
	.cart-box { float: right; }

#header {
	width:  100%; max-width: 962px;
	height: 140px;
}
	.header-left, .header-right { float:  left; }
	.header-left { width: 220px;  }
	.header-right { width: 736px;  }
#col_left {
	width: 220px;
	padding-right: 4px;
	float: left;
	background: white;
	margin-bottom: 15px;
}
	#boxl1 {
		background: url(../img/tiras01.jpg) repeat-y; 
		text-align: center;
	}
		.topcol1 {
			height: 28px;
			background: url(../img/topcx01.jpg) no-repeat; 
		}
	#boxl2 {
		background: url(../img/tiras02.jpg) repeat-y; 
		text-align: center;
	}
	.topcol2 {
		height: 28px;
		background: url(../img/topcx02.jpg) no-repeat; 
	}
#col_right {
	width: 736px;
	float: left;
	background: white url(../img/colbar.png) repeat-y;
}
#col_right P {
	margin-bottom: 6px;
}
	.coltop {
		float:  left;
		width: 736px;
		height: 29px;
		background: url(../img/coltop.png) no-repeat;
	}
	.colbot {
		float:  left;
		width: 736px;
		height: 29px;
		background: url(../img/colbot.png) no-repeat;
	}
	#wrap1 {padding: 0 20px;}
	#wrap1 UL{ margin: 8px 60px 8px 40px; }
	#wrap1 UL LI{ margin-bottom: 8px; }
	.pbox1 {
		width: 220px;
		height: 260px;
		padding: 2px 6px 4px 2px;
		margin-left: 2px;
		border-right: solid 1px black;
		float: left;
	}
	#mvistos, #destak {
		width: 220px;
		padding: 2px 3px 4px 3px;
		margin: 0 0 12px 6px;
		border: solid 1px black;
		float: left;
		background: url(../img/boxbg01.png) repeat-y;
		text-align: center; 
	}
	#destak {
		background: url(../img/boxbg02.png) repeat-y; 
	}
	#mvistos UL.boxlist, #destak UL.boxlist {
		margin: 6px 0;
		text-align: left;
		font-size: 10px;
		font-weight: bold;
	}
	#mvistos UL.boxlist LI, #destak UL.boxlist LI {
		margin-bottom: 8px;
		list-style-type: none;
		background: url(../img/arrowlist.gif) no-repeat;
		padding-left: 15px; 
		color: #02671b;
	}
	#mvistos UL.boxlist LI A, #destak UL.boxlist LI A {
		color: #02671b;
		text-decoration: none;
		padding: 2px;
	}
	#mvistos UL.boxlist LI A.ditem, #destak UL.boxlist LI A.ditem {
		font-weight: normal;
	}
	#mvistos UL.boxlist  LI A:hover, #destak UL.boxlist LI A:hover {
		background: white;
	}
#footer {
	width:  100%; max-width: 706px;
	float: right;
	font-size: 9px;
	padding: 10px 15px;
}
#footer IMG {
	vertical-align: top;
	float: right;
}
/* Estilos gerais */
H1.col, H1.tit1 {
	font: bold 14px Tahoma, sans-serif;
	text-transform: uppercase;
	padding-top: 6px;	
}
.tit1 {
	padding: 12px 0 6px 0 !important;	
}
.yline {width: 700px; height: 20px; margin: 10px auto; border-bottom: solid 1px #fcec03;}
P.minfo, P.minfo A {font-size: 9px; color:#bf0a0a; margin-bottom: 4px;}
P.art {font-size: 10px; font-weight: bold; margin-top: 8px;}
P.art STRONG {color: #02671b;}
P.price {
	background: #fcec03;
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	float: right;
	font-variant: small-caps;
}
H1.mtit {
	font: bold 21px Lucida Sans, Tahoma, sans-serif;
	background: url(../img/arrowtit.png) center left no-repeat;
	margin: 4px 0 10px 0;
	padding-left: 20px;
}
H5.pdesc {
	font-size: 12px;
	font-weight: bold;
	color: #02671b;
}
H2.btit {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin: 6px 0 12px 0;
}



/* MOBILE */


@media (max-width: 500px) {

	#main_box, #top, #header { width: 220px;  }

	.cart-box { float: left; width: 100%; padding: 10px 0; }
	.header-right { display: none;  }
	#wrap1 { padding: 0; }
	#col_right { width: 220px; border: none; background: none ; }
		.coltop, .colbot, .yline { display: none;  }
	.pbox1 {
		width: 100%  !important;
		padding:  20px 0 0 !important;
		margin:  0 !important;
		border:  none !Important;
		border-top: 1px solid #c9e6b0 !important;
	}
		H1.mtit { margin: 70px 0 30px;  }

	P.trail {
		float: left; width: 100%; padding: 0; margin: 20px 0 !important;
		font-size: 18px;
	}
	.picbox {
		max-width: 100% !important; border: none !important; background: white;
		padding:  0 !important;
	}

	.partbox {
		width: 100%  !important;
		padding:  20px 0 0 !important;
		margin:  0 !important;
		border:  none !Important;
		border-top: 1px solid #c9e6b0 !important;
	}
	.pdescbox {
		width: 100%  !important;
		padding:  0 !important;
	}

	P.minfo A { font-size: 16px !important;  }
	P.price { float: left !important;  }
	P.itens { padding: 5px; }

	#mvistos, #destak { margin: 20px 0; padding: 0;  }

	#footer { padding: 0; margin: 20px 0;  }
		#footer IMG {}
}

