/* CSS Document */
* { font-size: 11px }
td img     { display : block;}
body       { margin : 0px; background: #FFFFFF; font-family: arial, helvetiva, tahoma, verdana, sans-serif; font-size: 11px;}
table      { border : 0px; padding: 0px;}
img        { border : 0px; }
h1         { margin : 0px; color: #FFFFFF; font-size: 15px; }
h2, h2 a   { margin : 0px;  font-size: 11px !important; color: #000000; }
p          { margin-top : 0px; margin-bottom: 6px;}
blockquote { margin-left: 20px; margin-top: 2px; margin-bottom: 2px;}
#cadastro h2 {
	color: #FFFFFF;
}

#embalagens, #carrinho, #pagamento {
	border: 1px solid #003399;
	-moz-border-radius: 8px; 
}
#embalagens td, #carrinho td, #pagamento td {
	border-bottom : 2px solid #CCCCCC;
	border-right  : 2px solid #999999;
	border-top    : 2px solid #FFFFFF;
	border-left   : 2px solid #FFFFFF;
	color         : #000000;
	font-weight   : normal;
	font-size     : 11px;
}
#embalagens a, #carrinho a, #pagamento a {
	font-weight : bolder;
	color       : #000000;
}
#embalagens a:hover, #carrinho a:hover, #pagamento a:hover {
	color: #2C609A;
}

a:link, a:active, a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#inicio .produto a:link, #inicio  .produto a:active, #inicio .produto a:visited {
	color: #000000;
}

.produto a:link, .produto a:active, .produto a:visited {
	color: #FFFFFF;
}

a:hover, .produto a:hover {
	color: #FF0000;
}

.a2 {
	font-weight : normal !important;
}

.produto {
	border: 1px solid #000000;
	height: 100%;
}

#menur   { font-size: 11px; font-weight: bold; color: #000000; margin : 0px; }
#menur a { font-size: 11px; color: #000000; text-decoration:none; }
#menur a:hover, #menur .sel { color: #FF0000; }

#menuh    { font-family: arial, helvetiva, tahoma, verdana, sans-serif; font-size: 12px; font-weight: bolder; color: #FF0000; margin : 0px; }
#menuh a  { font-size: 12px; color: #FFFFFF; text-decoration:none; }
#menuh a:hover, #menuh .sel { color: #FF0000; }

#menup h2, #basket h2, #search h2, #basket h2 a { font-size: 11px !important; font-weight: bold; color: #FFFFFF; margin : 0px; margin-bottom : 4px;}
#menup h2, #basket h2 a.fechar { color: #000000; }

#basket a {
	font-size: 10px !important;
}

#search_results { width: 100%;}
#search_results img { display: inline; margin: 0px;}
#search_results .results { width: 100%; margin-bottom: 8px; border: 1px solid #000000; -moz-border-radius: 6px;}

#qry { width: 94%; margin: 2px; }

#cadastro input, #frete input {
	font-size: 9px;
}

fieldset {
	width: 96%;
	border: 2px solid #000000; 
	-moz-border-radius: 8px; 
	padding: 5px; 
	text-align: left;
}

#inicio fieldset {
	width: auto;
	border: 1px solid #000000; 
	-moz-border-radius: 6px; 
}


legend a, #contato legend{
	padding: 1px 5px 1px 5px;
	border: 2px solid #000000;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	color: #000000;
	font-weight: bold;
}

#inicio legend a {
	border: 1px solid #000000;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	color: #000000;
	font-weight: bold;
}

legend a:hover{
	background:  #000000;
	color: #FFFFFF !important;
}

/* Dialog Boxes */
.msg_box {
	width: 80%;
	margin: 18px auto 18px auto;
	font-size: 10px;
	padding: 5px; 
	-moz-border-radius: 5px;
}

.msg_box p{
	margin: 5px;
}

.info_box {
	background-color: #ECF5FF;
	border: 1px solid #003399;
}
.alert_box {
	background-color: #FFFAE5;
	border: 1px solid #FFCC00;
}
.dlg {
	position:fixed;
	width: 240px;
	height: 120px;
	left: 50%;
	top: 50%;
	margin-left: -120px;
	margin-top: -60px;
	background-color: #FFFFFF;
	border: 2px solid #003399;
	-moz-border-radius: 10px;
	z-index: 1;
}

/* .hl { padding: 1px; margin: 2px; border: 2px dashed #003399;} */
.hl { padding-left: 2px; padding-right: 2px; background: #FFFF33}

/* frete */
#frete td {
	padding: 2px 0 4px 4px;
}

/* vcard */
.vcard {
	display: none !important; 
}

.vcard img {
	float: left;
	margin-right:4px;
}

.vcard .adr {
	clear: left;
}

#box1 table, #box2 table, #box3 table {
	width: 100%;
	border: 1px solid #000000;
	-moz-border-radius: 8px;
	padding: 5px;
	margin-bottom:4px;
}

#box1 table {
	margin-top: 4px;
	_margin-top: 8px;
}

#box1 table img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#box2 table img {
	margin-left: 10px;
	margin-bottom: 10px;
}

#box3 table img {
	margin-top: 4px;
	margin-bottom: 4px;
}

.rightcol {
	width: 120px;
}
