html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:#eee url(../image/bg_top.gif) repeat-x 0 145px;
	border-top:2px solid #900;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color:#e03b00;
	text-decoration:underline;
	cursor: pointer;
	outline:none;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin-top:0px;
}
/* layout */
#container {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#header {
	float:left;
	background:url(../image/bg_top.png) no-repeat -45px 0;
	_background:none;
}
#header .logo {
	float:left;
	padding-top:20px;
	padding-left:25px;
}
#header .navtop {
	float:right;
	width:353px;
	height:36px;
	background:url(../image/bg_navtop.gif) no-repeat;
}
#header .navtop a {
	background-repeat:no-repeat;
	background-position:left center;
	color:#707070;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	margin-top:5px;
	float:left;
	display:inline;
	padding:3px 0 3px 25px;
}
#header .navtop a:hover {
	text-decoration:underline;
}
#header .navtop a.ofertas {background-image:url(../image/ico_ofertas.gif); margin-left:7px;}
#header .navtop a.sitemap {background-image:url(../image/ico_sitemap.gif); margin-left:20px;}
#header .navtop a.contato {background-image:url(../image/ico_contato.gif); margin-left:17px;}
#header .navtop a.favoritos {display:none;}

#header div.menu {
	clear:both;
	float:left;
	display:inline;
	margin:18px 0 0;
	width:510px;
}
#header div.menu a {
	float:left;
	display:inline;
	margin:0 0 0 5px;
	padding:12px 0 0;
	background:url(../image/bg_menu.gif) no-repeat;
	width:97px;
	height:24px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
}
#header div.menu a:hover {
	text-decoration:underline;
}
#header div.menu a.selected {
	background-position:0 bottom;
}

#header .options {
	clear:both;
	float:left;
	width:100%;
	height:35px;
}
#header .options .moeda {
	display:none;
}

div#search {
	float:left;
	display:inline;
	margin:18px 0 0 10px;
	width:440px;
}
div#search label {
	width:55px;
	float:left;
	display:inline;
	margin:12px 0 0 5px;
}
div#search input,
div#search select {
	border:1px solid #0A5391;
	padding:3px 3px;
	width:100px;
	float:left;
	display:inline;
	margin:8px 0 0;
}
div#search select {
	margin-left:5px;
	padding:2px 3px;
	width:170px;
}
div#search a.buscar {
	background:url(../image/bt_search.gif) no-repeat;
	width:32px;
	height:36px;
	float:left;
	display:inline;
	margin:5px 0 0 5px;
	text-indent:-9000px;
}
div#search a.avancada {
	background:url(../image/bt_avancada.gif) no-repeat;
	width:46px;
	height:20px;
	text-indent:-9000px;
	float:left;
	display:inline;
	margin:10px 0 0 5px;
}

#breadcrumb {
	float:left;
	display:inline;
	margin:4px 0 10px 15px;
	color:#e03b00;
}
#breadcrumb a {
	color:#eee;
	font-size:14px;
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#fff;
	text-decoration:underline;
}

.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url(../image/switcher.png) repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url(../image/arrow_down.png) 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url(../image/arrow_down.png) 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #ffc;
}
.switcher img {
	position: relative;
	top: 1px;
}

#column_left {
	clear:left;
	float:left;
	display:inline;
	margin:10px 0 0;
	width:185px;
}
#column_right {
	clear:right;
	float:right;
	display:inline;
	margin:10px 0 0;
	width:185px;
}
#content {
	margin:10px 190px 10px;
}
#content .top {
	margin:10px 0 0;
	*margin:24px 0 0;
	_margin:10px 0 0;
	background:url(../image/box_center.gif) no-repeat;
}
#content .top h1 {
	padding:10px 0 10px 15px;
}
#content h1, .heading {
	color:#fff;
	font-size:14px;
	margin:0;
}
.heading {
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
#content .bottom .left {
	background: url(../image/content_bottom_left.png) no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	background: url(../image/content_bottom_right.png) no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	background: url(../image/content_bottom_center.png) repeat-x;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.box {
	margin-bottom:10px;
}
.box .top {
	position:relative;
	background:url(../image/box_top.gif) no-repeat 1px 0;
}
.box .top img {
	position:absolute;
	left:-15px;
	top:0;
}
#column_right .box .top img {
	left:auto;
	right:-10px;
}
.box .top h3 {
	margin:0;
	padding:10px 0px 10px 30px;
	color:#eee;
	font-size:14px;
	font-weight:normal;
}
#column_right .box .top h3 {
	padding-left:15px;
}
.box .middle {
	background:url(../image/box_middle.gif) repeat-y;
	padding:5px 0;
}
.box .bottom {
	height:9px;
	background:url(../image/box_bottom.gif) no-repeat;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #f99;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #f00;
	font-weight: bold;
}
.error {
	color: #f00;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url(../image/button_left.png) top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color:#fff;
	display:block;
	padding:6px 12px 7px 5px;
	background:url(../image/button_right.png) top right no-repeat;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #ddd;
	padding:10px 0 10px 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.list td a {
	font-size:15px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #ccc;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #ccc;
	padding: 4px 7px;
	text-decoration: none;
	color: #000;
	background: #fff;
}
.pagination .results {
	float: right;
}
.tabs {
	width:547px;
	height:31px;
	margin-bottom:0px;
	padding-left:10px;
}
.tabs a {
	float:left;
	display:block;
	padding:6px 15px 7px 15px;
	margin-right:3px;
	margin-top:2px;
	border:1px solid #ddd;
	border-bottom:none;
	background:#e9e9e9;
	color:#707070;
	font-size:12px;
	text-decoration:none;
	z-index:1;
	position:relative;
	top:1px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
}
.tabs a.selected {
	color:#fff;
	background:#bababa;
	border-bottom:0px;
	padding-bottom:8px;
	z-index:3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
	-moz-border-radius:8px;
}

/* inicio - BANNER PROMOCAO */

#content #promo {
	background:url(../image/bg_promo.jpg) no-repeat;
	height:255px;
	width:580px;
}

/* fim - BANNER PROMOCAO */

/* inicio - INFO PRODUTOS */

h2.info {
	color:#e03b00;
	text-transform:uppercase;
	font-size:16px;
}
table.infoproduct {
}
table.infoproduct td {
	color:#707070;
}
table.infoproduct td em {
	font-size:16px;
	font-style:normal;
}
table.infoproduct td strong {
	color:#a5030b;
	font-size:16px;
}
table.infoproduct td a {
	color:#7e0007;
}
a#add_to_cart {
	margin-left:5px;
}

/* fim - INFO PRODUTOS */

#category ul {
	margin:0 4px 0 2px;
	padding:0;
	list-style:none;
}
#category ul li {
	border-bottom:1px dotted #dcdcdc;
}
#category ul li a {
	color:#333;
	display:block;
	padding:5px 15px;
	text-decoration:none;
}
#category ul li a:hover {
	background-color:#f2f2f2;
	color:#a9030c;
}
#category ul li ul {
	margin:0;
}
#category ul li ul li {
	border-top:1px dotted #dcdcdc;
	border-bottom:none;
}
#category ul li ul li a {
	padding:5px 5px 5px 25px;
}

#information ul {
	margin:0 4px 0 2px;
	padding:0;
	list-style:none;
}
#information ul li {
	border-bottom:1px dotted #dcdcdc;
}
#information ul li a {
	color:#333;
	display:block;
	padding:5px 15px;
	text-decoration:none;
}
#information ul li a:hover {
	background:#f2f2f2;
	color:#a9030c;
}

.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

.middle table.products {
	width:185px;
	padding:0 10px;
}
.middle table.products td {
	padding:5px;
}
.middle p.subtotal {
	padding:0 0 0 15px;
	text-align:left;
}
.middle p.itens {
	padding:10px 0 10px 15px;
	text-align:left;
	font-weight:bold;
	margin:0;
}
.middle p.close {
	padding:5px 0 5px 15px;
	text-align:left;
	font-weight:bold;
	margin:0;
}

#footer {
	border-top:2px solid #a9030c;
	width:100%;
	height:230px;
	clear:both;
	background:#f5f5f5;
}
#footer div.center {
	width:960px;
	margin:0 auto;
}
#footer div.footer {
	background:url(../image/bg_footer.gif) no-repeat;
	float:left;
	display:inline;
	margin:10px 0 0;
	width:100%;
}
#footer h6 {
	font-size:12px;
	font-weight:bold;
	color:#900;
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
#footer .pagseguro {
	float:left;
	display:inline;
	margin:12px 0 0 15px;
	text-align:left;
	width:550px;
}
#footer .pagseguro img {
	clear:both;
	float:left;
	display:inline;
	margin:10px 0 0;
}
#footer .infos {
	width:350px;
	float:left;
	display:inline;
	margin:12px 0 0 15px;
	padding:0 0 0 15px;
	text-align:left;
	border-left:1px dotted #ccc;
}
#footer .infos p {
	clear:both;
	float:left;
	display:inline;
	margin:10px 0 0;
	line-height:165%;
	color:#999;
	font-size:11px;
	width:350px;
}
#footer p.copy {
	text-align:left;
	float:left;
	display:inline;
	margin:25px 0 0 20px;
	font-size:11px;
	line-height:150%;
}
#footer p.copy a {
	color:#a9030c;
	text-decoration:none;
}
#footer p.copy a.waweb {
	font-family:"Trebuchet MS";
	color:#666;
}
#footer p.copy a.waweb:hover {
	text-decoration:underline;
}
#footer p.copy a.waweb span {
	color:#f00000;
}
#footer ul {
	float:right;
	display:inline;
	margin:25px 20px 0 0;
	text-align:left;
	list-style:none;
}
#footer ul li {
	float:left;
	display:inline;
	margin:0 0 0 10px;
	line-height:150%;
}
#footer ul li a {
	font-size:11px;
	color:#a9030c;
}
