/*
 Copyright©2009 Diverso Development & Design / ProteusTech Co.
 Wilson Ikeda <wilson@diverso.jp>
 Claudio Ikeda <claudio@proteustech.com.br>
*/
html, body{
	width:100%;
	height:100%;
}
#shops_container{
	width:1100px;
	margin:0 auto;
	font-family: Tahoma, Geneva, sans-serif;
	height:80%;
}
#shops_main{height:100%;
}
#shops_container a:hover{
	color:#CC0033;
}
.shop_min_height{
	width:0px;
	height:580px;
}
/* BANNNER DO SHOP */
#shop_banner{
	background-image:url(../images/shop/banner_bg.png);
	background-repeat: repeat;
	height:64px;
	width:100%;
	z-index:500;
	position:relative;
}
.banner_logo{
	padding-left:30px;
	float:left;
}
.banner_texts{
	float:right;
	letter-spacing: -0.1px;
	padding:12px 50px 0px 0px;
	text-align:right;
}
.banner_texts ul{
	padding:0px;
	margin:0px;
}
.banner_texts li{
	list-style:none;
	padding:0px;
}
.banner_store, .banner_logout{
	font-size:16px;
	font-weight:100;
}
.banner_store a, .banner_logout a{
	color:#D3D3D3;
}
.banner_cart{
	margin-top:17px;
	font-size:12px;
	color:#D3D3D3;
}
.banner_cart a{
	color:#D3D3D3;
	padding-right:10px;
	padding-left:10px;
}
/* MENU LATERAL */
#shops_left{
	vertical-align:top;
	width:210px;
	color:#D3D3D3;
	letter-spacing: -0.1px;
	background:rgb(152,152,152);
}
.shops_menu_top>h4{
	padding-top:10px;
	margin-top:0px;
	text-align:center;
	font-weight:200;
	font-size:12px;
}
.shops_menu_top{
	background-image:url(../images/shop/menu_top.png);
	background-repeat: repeat;
	height:31px;
}
.menu_subcategory{
	margin:20px 25px;
}
.menu_subcategory h4{
	padding-left:10px;
	margin-top:0px;
	text-align:left;
	font-weight:200;
	width:145px;
	font-size:12px;
}
.menu_subcategory h4>div{
	position:relative;
	padding:5px;
	font-size:12px;
}
.menu_subcategory ul{
	padding:0px;
	margin:22px;
}
.menu_subcategory li{
	padding:0px 0px 16px 2px;
	list-style-image:url(../images/shop/seta.png);
}
.menu_subcategory a{
	color:#F5F5F5;
}
.pointer{
	color:#808080;
	padding-right:5px;
}
.blue_category{
	background-image:url(../images/shop/subcategory_blue.png);
	background-repeat: no-repeat;
	background-color:rgb(15,76,100);
	border:solid 1px #C0C0C0;
}
.green_category{
	background-image:url(../images/shop/subcategory_green.png);
	background-repeat: no-repeat;
	background-color:rgb(6,97,88);
	border:solid 1px #C0C0C0;
}
/* PRODUCT LIST */
#shops_right{
	width:100%;
	color:#D3D3D3;
	background:rgb(212,212,212);
	vertical-align:top;
	height:100%;
}
#shops_right table{
	height:100%;
}
#shops_right h3{
	padding:0px 0px 0px 10px;
	margin-top:10px;
	text-align:left;
	font-weight:200;
	font-size:12px;
}
.category_division{
	clear:both;
	height:30px;
	background:rgb(212,212,212);
	margin-top:-30px;
	position:relative;
}
.products_list{
	vertical-align:top;
	padding-top:10px;
}
.category_name_green{
	background-image:url(../images/shop/faixa_green.png);
	background-repeat: repeat;
	width:140px;
	vertical-align:top;
}
.category_name_blue{
	background-image:url(../images/shop/faixa_blue.png);
	background-repeat: repeat;
	width:140px;
	vertical-align:top;
}
.product_container{
	color:#808080;
	width:300px;
	margin-left:50px;
	float:left;
}
.product_container a{
	font-size:10px;
	color:#F5F5F5;
}
.product_image{
	position:absolute;
	margin-left:180px;
	margin-top:50px;
	height:113px;
}
.product_image a>img{
	position:absolute;
	bottom:0px;
	border:solid 1px #C0C0C0;
}
.subcategory_name{
	width:150px;
	padding:60px 0px 20px 10px;
}
.subcategory_name>p{
	position:absolute;
	width:150px;
	margin-top:-30px;
}
.product_name{
	background-image:url(../images/shop/product_bg.png);
	background-repeat: repeat;
	width:290px;
	height:95px;
	border:solid 1px rgb(231,231,231);
}
.product_name p{
	width:150px;
	padding:8px 0px 0px 20px;
}
.product_price{
	position:absolute;
	margin-top:60px;
	padding-left:20px;
	color:rgb(200,200,200);
	z-index:1;
}
.button_to_details{
	background:url(../images/shop/button_to_details.png);
	background-repeat: no-repeat;
	width:82px;
	height:18px;
	border:none;
	color:rgb(221,221,221);
	cursor:pointer;
	z-index:200;
	position:relative;
}
.button_to_details:hover{
	background:url(../images/shop/button_to_details_focus.png);
	background-repeat: no-repeat;
	width:82px;
	height:18px;
}
.button{
	position:absolute;
	margin-top:55px;
	margin-left:85px;
}
.table td{
	height:105%;
}
/* PRODUCT DETAILS */
.product_details{
	background-image: url(../images/shop/product_details_bg.png);
	background-repeat: repeat-x;
	width:754px;
	height:100%;
	padding-bottom:80px;
	background-color:rgb(161,161,161);
	vertical-align:top;
}
.details_container{
	border:solid 1px rgb(191,191,191);
	width:680px;
	margin:0 auto;
}
.product_images{
	width:260px;
	text-align:center;
	vertical-align:top;
}
.product_images img{
	border:solid 2px #C0C0C0;
}
.product_info{
	width:280px;
	padding-left:50px;
	padding-bottom:50px;
	margin-top:70px;
}
.product_info>p{
	line-height:2px;
}
.product_info select{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:rgb(241,241,241);
	background-color: rgb(121,121,121);
	display: block;
	width: 100px;
	border: thin solid #CCC;
}
.details_name{
	padding:20px 0px 20px 60px;
	margin:0px;
	font-size:15px;
	height:30px;
	vertical-align:top;
}
.details{
	line-height: 14pt;	
}
#subcategory_list>h3{
	background-image: url(../images/shop/subcategory_gray.png);
	background-repeat: repeat-x;
	margin-top:31px;
	background-color:rgb(125,125,125);
	padding-bottom:5px;
}
#subcategory_list h3>div{
	padding-top:5px;
	text-align:center;
}
#subcategory_list p{
	padding-left:15px;
}
#subcategory_list ul{
	padding:0px 15px 0px 15px;
	margin:0px;
}
#subcategory_list li{
	list-style:none;
	border-bottom:solid 1px rgb(121,121,121);
	padding:10px 0px 10px 0px;
}
#subcategory_list a{
	color:rgb(161,161,161);
	font-size:11px;
}
.paginate{
	text-align:center;
}
.pagination{
	color:rgb(151,151,151);
}
.pagination a{
	color:rgb(101,101,101);
}
/* CART */
.cart{
	border:solid 1px rgb(191,191,191);
	width:650px;
	padding:20px 0px 40px 0px;
	margin: 0px 40px;
	background:rgb(121,121,121);
}
.cart_products{
	width:100%;
}
.cart_products td{
	padding:8px;
	background:rgb(221,221,221);
	line-height:12pt;
	border:solid 1px rgb(241,241,241);
}
.cart_products{
	color:rgb(81,81,81);
	margin:0 auto;
	width:90%;
	border:solid 1px #FFF;
}
.shop_cart_values{
	width:50%;
	margin:20px auto;
	border:solid 1px #FFF;
}
.cart_products th, .shop_cart_values th{
	color:rgb(221,221,221);
	padding:5px;
	font-weight:normal;
	background:rgb(91,91,91);
	height:23px;
	margin-top:31px;
	border:solid 1px rgb(121,121,121);
}
.shop_cart_values th{
	text-align:right;
	padding:8px;
}
.shop_cart_values td{
	background:rgb(191,191,191);
	border:solid 1px rgb(201,201,201);
	padding:5px;
	color:rgb(101,101,101);
	text-align:right;
	width:25%;
}
#delete_button a, #empty_cart a{
	color:rgb(221,221,221);
	padding:6px;
}
#delete_button a:hover, #empty_cart a:hover{
	color:rgb(221,221,221);
}
.buttons_products_list{
	width:580px;
	margin:0 auto;
}
.cart_added_item{
	background-color:rgb(154,154,154);
	background-image:url(../images/shop/product_bg.png);
	background-repeat: repeat-x;
	width:500px;
	font-size:10px;
	color:rgb(231,231,231);
	margin-left:60px;
	margin-top:10px;
	padding:10px 40px 10px 40px;
	border:solid 1px rgb(241,241,241);
}
#cart_added_button{
	position:absolute;
	margin-left:340px;
	margin-top:-30px;
}
/* LOGIN */
.login_form{
	width:400px;
	background:rgb(101,101,101);
	padding:20px;
	border:solid 1px rgb(141,141,141);
	margin:10px auto;
}
.login_form label{
	width:140px;
	text-align:right;
	float:left;
}
/* ORDERS */
#order_container{
	color:rgb(221,221,221);
	background:rgb(121,121,121);
	border:solid 1px rgb(191,191,191);
	padding:60px;
}
#order_container h3{
	padding:2px;
	margin:0px;
}
.customer_data, .payment_data, #delivery_data, .delivery_option{
	width:600px;
	padding:20px 0px 20px 30px;
}
#delivery_data label, #my_data label{
	width:140px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	text-align:right;
}
.customer_data th, #delivery_data th{
	padding:10px 20px 5px 20px;
	text-align:right;
	width:140px;
	vertical-align:top;
	font-weight:normal;
}
.customer_data td, #delivery_data td{
	padding:10px 20px 5px 0px;
}
.customer_data li, #delivery_data li, #my_data li{
	list-style:none;
}
#payment_form{
	padding:20px 0px 20px 60px;
}
#payment_form th{
	vertical-align:top;
	padding:10px;
	font-weight:normal;
}
#payment_form td{
	padding-top:10px;
}
.delivery_option p{
	margin-left:60px;
}
#delivery_data select, #my_data select{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:rgb(241,241,241);
	background-color: rgb(121,121,121);
	border: thin solid #CCC;
}
#shop_cart_items{
	margin:20px 40px;
	font-size:10px;
	width:580px;
}
#final_values{
	width:500px;
	margin:20px 80px;
}
#final_values th{
	width:200px;
}
#final_values td{
	width:300px;
}
.customer_comments{
	padding:5px;
	border:solid 1px rgb(191,191,191);
	margin-left:40px;
}
.message_data{
	margin:20px 40px;
}
#paypal_redirect{
	text-align:center;
}
/* SHOPCUSTOMERS */
#my_data{
	padding:60px 0px 20px 10px;
	margin-top:60px;
}
#my_data h3{
	padding:10px 0px 20px 60px;
	font-size:14px;
}
.reset_form{
	padding:20px 0px 20px 100px;
}
.reset_form th{
	font-weight:normal;
	text-align:right;
	padding:5px;
}
.button_link{
	border:none;
	background:rgb(121,121,121);
	color:#006699;
}
.button_link:hover{
	color:#CC0033;
}
.not_available{
	font-style:italic;
	color:#A52A2A;
}
.price {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #E2DCD4;
	text-align: center;
  float: right;
  padding: 0px 140px 0px 0px;
}