﻿* {
	margin: 0;
	padding: 0;
}

body
{
	min-height:1000px;
	width:100%;
}
a
{
	text-decoration: none;
}
img 
{
	border: none;
}
input, select
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	margin: 2px;
	border: 1px solid #d2d2d2;
}
#contentbody
{
	background-color: #FFF;
	width:1007px;
	float: left;
	position: absolute;
	margin: 0;
	padding: 0;
}
#header
{
	padding-bottom: 20px;
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
}

#header #contacts
{
	position: relative;
	float: right;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #223E99;
	top: 2px;
}
#header #contacts a
{
	position: relative;
	float: left;
	line-height: 1.2em;
	border: 1px #D2D2D2 solid;
	margin-left: 2px;
	color: #223E99;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	vertical-align: middle;
	text-decoration: none;
	padding: 2px;
	padding-left: 8px !important;
	padding-right: 8px !important;
}
#header #contacts a:hover
{
	border: 1px solid #000;
	cursor: pointer;
	background: #EEE;
}

#busca
{
	float: right;
	position: relative;
	width: 290px;
	display: block;
	top: 2px;
	font-size: 11px;
	font-family: Arial;
}

#logo
{
	float: left;
	position: relative;
	display: block;
	width: 153px;
	padding: 3px;

}

#optbar
{
	position: relative;
	float: left;
	background-image: url(/wsb/images/background/teste.png);
	width: 848px;
	height: 26px;
	top: 30px;
}

#optbar #login
{
	display: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	float: right;
	right: 10px;
	line-height: 29px;	
}

#menu
{
	float: left;
	position: relative;
	height: 25px;
	width: 530px;
	top: 1px;
}

#menu a
{
	position: relative;
	float: left;
	line-height: 20px;
	height: 20px;
	width: 90px;
	text-align: center;
	color: #223E99;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	vertical-align: middle;
	padding: 2px;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

#menu a:hover
{
	cursor: pointer;
	background-color: #DDD;
}

#menu .pushed
{
	background-color: #C0CECC;
}
#leftcol
{
	position: relative;
	float: left;
	display: block;
	margin-left: 5px;
}
#rightcol
{
	position: relative;
	float: right;
	display: block;
	margin-left: 5px;
}

.group
{
	margin-top: 5px;
	width: 130px;
	height: auto;
	display: block;
}
.group .top
{
	background-image: url(/wsb/images/background/frm_top.png);
	background-repeat: no-repeat;
	width: 130px;
	padding-top: 3px;
}
.group .bottom
{
	background-image: url(/wsb/images/background/frm_bottom_eff.png);
	background-repeat: no-repeat;
	height: 3px;
	width: 130px;
}

.frm
{
	position: relative;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-image: url(/wsb/images/background/frm_bar.png);
	background-repeat: repeat-x;
}
.frm .title
{
	font-size: 15px;
	font-weight: bold;
	color: #223E99;
	padding-top: -5px;
	padding-left: 5px;

}
.frm .menu
{
	position: relative;
	padding-left: 15px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 1.4em;
	width: 113px;
	display: block;
	text-decoration: none;
}
.frm a.menu:hover
{
	background-color: #EFEFEF;
	text-decoration: underline;
	color: #223E99;
	cursor: pointer;
}
.promo
{
	color: Red;
}


#main
{
	width: 727px;
	display: block;
	float: left;
	position: relative;
	margin: 5px;
	min-height: 500px;
}
#destaque
{
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.product
{
	display: block;
	float: left;
	position: relative;
	width: 230px;
	font-family: Verdana;
	text-align: center;
	padding: 5px;
}
.product a
{
	text-decoration: none;
}
.product .title
{
	font-size: 10pt;
	font-style: italic;
	font-variant: small-caps;
	color: #223E99;
}
.product .price
{
	font-size: 7pt;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
.product .price .value
{
	font-size: 7pt;
	color: Red;
	font-weight: bold;
}
.product .desc
{
	color: #000;
	font-size: 8pt;
}
.sep
{
	width: 725px;
	line-height: 1.7em;
	position: relative;
	float: left;
	color: #223E99;
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	background-image: url(/wsb/images/background/sep.png);
	background-repeat: repeat-y;
	padding-left: 10px;
}
.sep a, .sep a:visited
{
	text-decoration: underline;
	color: navy;
}

.sep_null
{
	width: 725px;
	line-height: 0em;
	height: 30px;
	position: relative;
	float: left;
	color: #fff;
	padding-left: 10px;
}

#products
{
	position: relative;
	float: left;
	min-height: 725px;
	height: auto;
	padding: 5px;
	text-align:center;
	width: 760px;
}
#bottom
{
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	background-color: #223E99;
	color: #FFF;
	font-family: Arial;
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;	
}

.title {
	font-family: Verdana;
	font-size: 12pt;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	color: #223E99;
}

.txt  {
	font-size : 10pt;
	font-family : Arial;
	color : Black;
}

.txtb  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	color : Black;
}

.txtbbb  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
	color : Blue;
}

.stxt  {
	font-size : 8pt;
	font-family : Arial;
	color : Black;
}

.vtxt  {
	font-size : 8pt;
	font-family : Verdana;
	color : Black;
}
.vtxtb  {
	font-size : 8pt;
	font-family : Verdana;
	font-weight : bold;
	color : Black;
}

.info
{
	font-size : 8pt;
	font-family : Lucida Sans;
	line-height: 20px;
	text-align: left;
	color : #333;
}

#lojawsb .contacts
{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-family: Lucida Sans;
	font-weight: bold;
	line-height: 1.5em;
}

#lojawsb
{
	margin-top: 5px;
	width: 130px;
	height: auto;
	display: block;
}
#lojawsb .top
{
	background-image: url(/wsb/images/background/frm_top.png);
	background-repeat: no-repeat;
	width: 130px;
	padding-top: 3px;
}
#lojawsb .top .bb
{
	background: #ddd;
	width: 130px;
}
#lojawsb .top .bb .title
{
	font-size: 10px;
	font-weight: bold;
	color: #000;
	padding-top: -5px;
	padding-left: 5px;	
}
#lojawsb .bottom
{
	background-image: url(/wsb/images/background/frm_bottom.png);
	background-repeat: no-repeat;
	height: 3px;
	width: 130px;
}
#special
{
	width: 725px;
	text-align:center;
	margin-left: 3px;
}
#special .text
{
	font-size: 30px;
	font-family: Lucida Sans;
	position: absolute;
}
#parceiros
{
	padding: 3px;
}
#parceiros img
{
	padding-top: 8px;
	padding-bottom: 3px;
}

.infogr
{
	position: relative;
	float: left;
	display: block;
	padding: 5px;
	margin-left: 30px;
	margin-right: 30px;
	width: 680px;
}
.infogr .b
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	
}
.infogr .n
{
	font-family: Arial;
	font-size: 12px;	
}
.infogr a, .dealer a:visited
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Navy;
}
.infogr img
{
}
