body {
	margin: 0;
	padding: 0;
	font-family:'trebuchet MS';
} 

#main {
 width:1004px;
 margin: 0 auto 0 auto;
}

#main-float {
	width: 1002px;
	float: left;
 	border-left:1px solid #b3b3b3;
 	border-right:1px solid #b3b3b3;
}

#header {
	width: 100%;
	float: left;
	height: 90px;
	overflow: hidden;
	background-image: url(../images/jpg/header_bg.jpg);
	border-bottom: 1px solid #b3b3b3;
}

#header #logo-container {
	width: 500px;
	float: left;
}

#header #logo-container img{
	float: left;
	border: none;
}

#header #header-right {
	width: 502px;
	float: right;
}

#header #header-right #cart-info {
	font-size:12px;
	width: 492px;
	padding: 0 10px 0 0;
	margin: 11px 0 0 0;
	float: left;
	text-align: right;
}

#header #header-right #topmenu {
  width: 483px;
  font-size:100%;
  margin: 30px 0 0 0;
  padding: 0;
  float: left;
  line-height:normal;
  height: 32px;
}

#header #header-right #topmenu ul {
  margin:0;
  padding:0;
  list-style:none;
  width: 100%;
  float: left;
}

#header #header-right #topmenu li {
  display:inline;
  float: left; 
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
  padding: 5px 10px 10px 10px;
  margin:0 1px 0 0;
  height: 17px;
  overflow: hidden;
}

#header #header-right #topmenu .tab-inactive{
	background:url(../images/gif/menu-item-bg.gif) repeat-x left top;
}

#header #header-right #topmenu .tab-active{
	border-top: 1px solid #cecece;
	background-color: #ffffff;
}

#header #header-right #topmenu a {
  text-decoration:none;
  float: left;
  color:#000;
  margin: 0;
  padding: 0;
  height: 17px;
}

#container {
	width: 100%;
	float: left;
}

#image-description {
	width: 100%;
	float: left;
	height:266px;
}

#main-image {
	height:246px; 
	padding:10px; 
	float: left; 
	width: 500px; 
	overflow: hidden;
}

#main-image img{
	float: left;
	margin: 0;
	padding: 0;
}

#description {
  background: #5f5249 url(../images/jpg/text_bg.jpg) repeat-x;
  padding: 10px;
  margin: 10px;
  width: 442px;
  height: 246px;
  color: #fff;
  font-size: 11px;
  float: right;
  overflow: auto;
  overflow-x: hidden;
}

#description h1 {
 font-size:22px;
}

#sidebar-content {
	width: 100%;
	float: left;
	padding: 20px 0 0 0;
}

#sidebar {
 float:left;
 list-style: none;
 width:186px;
 margin: 0 10px 0 4px;
 padding: 0;
}

#sidebar li.inactive, #sidebar li.active, #sidebar li.subactive {
 	border:1px solid #E0DCD9;
 	padding: 0 0 0 10px;
}
#sidebar li.inactive {
	margin: 8px 0 0 0;
	width: 164px;
	float: left;
}

#sidebar li.active {
	margin: 8px 0 0 0;
	float: right;
	width: 158px;
}

#sidebar li.subactive
{
	margin: 8px 0 0 0;
	float: right;
	font-size: 13px;
	width: 142px;
}

#sidebar li a {
 color:#A81D3C;
 float: left;
 text-decoration:none;
}

#sidebar li a:hover {
	text-decoration:underline;
}


#footer {
	width: 100%;
	float: left;
	height: 53px;
 	background-image: url('../jpg/images/footer.jpg');
}

#footer-menu {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
	list-style: none;
}

#footer-menu li {
	display: inline;
	color: #000000;
	font-size: 11px;
}

#footer-menu li a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
 color: #b3b3b3;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.product
{
  padding-top:18px;
  padding-left:8px;
}

.box
{
   /* margin: 0 auto;*/
	  float:left;
		margin-top: 30px;
		margin-left: 20px;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 700px;
    padding: 20px;
    text-align: left;
    border: 1px solid #BFBFBF;
		background: #ffffff url(../images/jpg/list_bg.jpg) repeat-x;
}



.cart_view
{
 text-decoration: none;
 color: #A81D3C; 
}

.cart_view:hover
{
 text-decoration: underline;
 color:#BFBFBF; 
}

#result
{
  font-size:12px;
  color:#990000;
  float:left;
  padding-left:48px;
}

.cart_table
{
 margin-left: 20px;
}

.cart_table td
{
 background:#fcfcfc;
 color: #000000;
}
 
.cart_select
{
   border: 1px solid #b3b3b3;
	 font-size:12px;
}

#colunas td {
  border: solid #000 1px;
  font-family: verdana;
  font-size: 12px;
  height: 16px;
  padding: 6px 4px;
  text-align: center;
}

