.main-cont{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
/*.header{
	height: 95px;
	overflow: auto;
}*/
.search-box{
	width: 250px;
	float: right;
	margin: 20px 0;
	background: #f5f5f5;
	border: solid 1px #f1f1f1;
	padding: 10px;
}
.main-menu{
	position: relative;
	background: url(../images/menu.gif) repeat-x;
	border: 2px solid #eee;
	width: 913px;
	color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
}
.main-menu ul{
	float: left;
	display: inline-block;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
	margin-left: 10px;
}
.main-menu ul li{
	float: left;
}
.main-menu ul li a{
	float: left;
	color: #ffffff;
	text-decoration: none;
	padding: 9px 10px;
}
.main-menu ul li a:hover{
	background: #ac1e1a;
}
.main-body{
	position: relative;
	overflow: hidden;
}
.user{
	float: right; 
	padding: 11px 10px;
	color: #ffffff;
}
.user b{
	color: #EFFFBF;	
}
.user a{
	color: #ffffff;
}
.user a:hover{
	color: #F7FFDF;
}
.breadcrumb{
	background: url(../images/breadcrumb.gif) repeat-x top;
	padding: 10px 0 0 5px;
	clear: both;
	height: 25px;
}
.left-sidebar{
	position: relative;
	float: left;
	display: inline-block;
	width: 180px;
	margin-right: 10px;
	overflow: hidden;
}
.right-sidebar{
	float: right;
	display: inline-block;
	width: 180px;
}
.content, .full-content{
	width: 496px;
	margin-bottom: 10px;
	display: inline-block;
}

.box{
	margin-bottom: 10px;
	background: url(../images/box_top.png) no-repeat;
}
.box .top {
	padding: 8px 0px 6px 10px;
	color: #FF6600;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.box .middle{
	background: #FFFFFF;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 10px;
	overflow: hidden;
}
.box .bottom {
	height: 5px;
	background: url(../images/box_bottom.png) no-repeat;
}
.content .top h1, .heading {
	color: #000000;
	font-size: 14px;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.content .middle {
	padding: 10px 5px;
	min-height: 200px;
	display: inline-block;
	width: 488px;
}
.content .middle h2, .content .middle h3{ 
	clear: both;
	color: #EB4C0E;
	font-size: 1.2em;
	padding: 10px 5px 15px 0;
}
.content .bottom {
	height: 5px;
}
.small{
	font-size: 10px;
	color: #999999;
}
.paginator{
	margin-top: 10px;
	padding: 3px 5px;
	background: url(/css/images/bg-topbox-talavera.jpg) repeat-x top;
	border-top: solid 1px #e6e6e6;
	overflow: auto;
	color: #DFFAFF;
}
.paginator ul{
	list-style: none;
	display: inline-block;
	float: left;
}
.paginator ul li{
	float: left;
	padding: 2px 5px;
}
.precio{
	color: #333333;
}
.req{
	color: #FF0000;
	font-weight: bold;
}
.error{
	display: block;
	margin: 5px 0px;
	padding: 5px 15px;
	background: #fef6f3;
	color: #cd0a0a;
	border: solid 1px #cd0a0a;
}
.error ul{
	margin-left: 10px;
}

.price{
	background: #fafafa;
	color: #00CCFF;
	padding: 1px;
}

.content .middle table{ 
	background: #fff;
}
.content .top, .full-content .top {
	color: #C8258E;
	width: 476px;
	clear: both;
	border-bottom: 1px solid #ddd;
	padding: 8px 10px;
}
.content .top h1, .full-content .top h1{
	color: #000099;
	font-size: 1.6em;
}
.content .middle h1{
	color: #F9764E;
	padding: 20px 0 0 0;
	font-size: 1.6em;
}



/* : : : : : : : : PRODUCTS IN SIDEBAR : : : : : : : : : : */
.product-item{
	float: left;
	margin: 0 0 5px 0;
	width: 150px;
}
.product-item-thumb{
	float: left;
	width: 50px;
	text-align: center;
	background: #fff;
}
.product-item-info{
	float: right;
	width: 90px;
}
.product-name{
	font-size: 12px;
}
.product-name a{ color: #FF6600; }
.product-name a:hover{ color: #FF6600; text-decoration: underline; }

.product-item-info .precio{
	line-height: 14px;
	font-size: 11px;
}
/* : : : : : : : : PRODUCTS IN SIDEBAR : : : : : : : : : : */


/* : : : : : : : : PRODUCTS CENTER : : : : : : : : : : */

table.table-products{
	background: #fff;
}
table td.table-products-cell{
	padding: 10px 0;
	background: #fff;
	text-align: center;
	width: 25%;
}
.table-products-cell .product-thumb{
	width: 100px;
	background: #fff;
	margin: 0 auto;
	padding: 0 0 5px 0;
}
.product-sku{
	width: 100%;
	padding: 5px 0;
}

.table-products-cell .precio{
	color: #333333;
	line-height: 14px;
	font-size: 11px;
}

.product-minigallery{
	float: left;
	width: 200px;
}
.product-fulldetail{
	width: 260px;
	float: right;
	background: #FFB685;
	padding: 5px;
}

.product-fulldetail .precio{
	font-size: 1.2em;
	line-height: 1.5em;
}
.product-detail-content{
	padding: 5px;
}
td.label, .label{
	font-size: 11px;
	padding: 5px;
	text-align: right;
}
.attributes{
	background: #F5F5F5;
	border: 1px solid #DFDAC3;
	padding: 5px;
}
.details, .quantity{
	background: #f5f5f5; 
	border: solid 1px #DFDAC3; 
	padding: 5px;
}
.attributes table td{
	padding: 5px;
}
.salePrice{
	color: #CC0107;
	font-size: 12px;
}

.product-description{
	padding: 10px; 
	background: #FAFAFA; 
	clear: both; 
	margin-top: 10px; 
}

.content .middle .product-description h2{
	clear: both;
	color: #EB4C0E;
	font-size: 1.2em;
	padding: 15px 5px 3px 0;
}


/* : : : : : : : : PRODUCTS CENTER : : : : : : : : : : */

/* : : : : : : : : : : CARRITO : : : : : : : : : : : : */
.cart-info{
	width: 150px;
}
.cart-list{
	padding: 5px 0 0 0;
	border-top: 1px solid #eee;
}
.cart-item{
	padding: 2px 0;
}
.cart-quantity{
	font-size: 11px;
	padding: 3px 0;
}
.cart-attributes{
	font-size: 11px;
	padding: 2px 0 2px 10px;
	color: #A4ADAF;
}
a.cart-concept{
	color: #000099;
}
.cart-subtotal{
	background: #eee;
	padding: 4px 3px;
	font-size: 12px;
	width: 144px;
	text-align: right;
}
.cart-subtotal b{
	color: #FF6600;
}
/* : : : : : : : : : : CARRITO : : : : : : : : : : : : */



/* : : : : : : : : : : CARRITO DETALLE : : : : : : : : : : : : */
.full-content{
	width: 680px;
}
.full-content .top{
	width: 656px;
}
.full-content .middle{
	padding: 10px;
}
table.cart-detail{
	background: #fff;
}

table.cart-detail th{
	background: #6B898F;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}
.remove a{
	background: #D00202;
	padding: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.6em;
}
.remove a:hover{
	color: #FF4F4F;
}
.remove a span{
	color: #FFAFAF;
	padding: 0 3px 0 0;
}

tr.cart-row{
	border-top: 1px solid #eee;
}
tr.cart-row td{
	padding: 10px 0;
}

.change-attributes{
	width: 98%;
	padding: 2% 1%;
	font-size: 11px;
	border-bottom: 1px dotted #eee;
}
.change-attributes select{
	margin-left: 3px;
}
.cart-thumb{
	width: 75px;
	height: 75px;
	margin: 0 auto;
	overflow: hidden;
}

table.cart-detail .product-name{
	font-size: 14px;
	padding: 0 0 5px 0;
}

table.cart-detail input{
	background: #F9F9F9;
	border: 1px solid #eee;
	padding: 2px;
	color: #536A6F;
}
.subtotal-row{
	background: #F1F3F2;
	padding: 10px 0;
}

.cart-options{
	padding: 20px 10px;
	float: right;
}

.cart-options ul li{
	display: inline;
	margin-right: 5px;
	background: #A4CB2C url(/css/images/bg-topbox-green.jpg) repeat-x center top;
	padding: 3px;
	cursor: pointer;
	border: 1px solid #A4CB2C;
}
.cart-options ul li a{
	color: #fff;
}
/* : : : : : : : : : : CARRITO DETALLE : : : : : : : : : : : : */

.login-personal-info{
	padding: 10px;
	background: #fafafa;
}
.login-personal-info table{
	width: 100%;
}
.login-personal-info table td{
	padding: 10px 0;
}

form.login-box input.text{
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 5px;
	color: #3BACBF;
	width: 130px;
	margin: 4px 0;
}
/* : : : : : : : : SLIDER PRODUCTO : : : : : : : : : : */
#box_img{
	position:absolute;
}
.mask{
	position:relative;
	width:200px;
	height:200px;
	overflow:hidden;
	background: #fff;
	padding: 10px 0;
}
.cont-img {
	position:absolute;
	display:block;
	width: 200px;
	text-align: center;
	background-color: transparent;
}
.btn-img{
	padding:5px;
	text-align: center;
	background: #F5F5F5;
}
.btn-img span{
	color: #000099;
	padding:0 5px;
	cursor:pointer;
}
.btn-img span.active, .btn-img span:hover{
	background:#000099;
	color:#fff
}
/* : : : : : : : : SLIDER PRODUCTO : : : : : : : : : : */
/* : : : : : : : :     TOLTIP      : : : : : : : : : : */
.tool-tip {
                color: #fff;
                width: auto;
                z-index: 10;
                background-color: #00A7CF;
                overflow: hidden;
                cursor: pointer;
                border-bottom: 2px solid #C8258E;
                border-right: 2px solid #C8258E;
                border-left: 1px solid #C8258E;
                border-top: 1px solid #C8258E;
                padding: 3px;
}
 
.tool-title {
                text-align: center;
                font-weight: bold;
                font-size: 11px;
                color: #fff;
                width: auto;
                padding: 2px 0px;
}
 
.tool-text {
                text-align: center;
                font-size: 11px;
                width: auto;
                color: #fff;
}
.article h2{
	color: #EB4C0E;
	clear: both;
	font-size: 1.4em;
	padding: 10px 5px 15px 0;
}
.article h1{
	color: #EB4C0E;
	clear: both;
	font-size: 1.8em;
	padding: 10px 5px 5px 5px;
}

.article-cont{
	width: 96%;
	padding: 1% 2%;
	
}

.article-cont p, .article-cont ul{
	line-height: 130%;
	padding-bottom: 10px;
}

.article-cont ul li{
	padding: 0 0 0 15px;
	background: url(images/bullet-ul.jpg) 0 3px no-repeat;
}
/**
 * Imagenes de las tarjetas aceptadas.
 **/
.Payments {
    position: relative;
    width: 100%;
    overflow: hidden
}
.Payments h3 {
    width: 300px;
    float: left;
}
.Payments div {
    float: right;
    overflow: hidden;
}
/**
 * Informacion en recuperacion de la cuenta.
 **/
.captcha {
	padding-top: 10px;
	text-align: center;
}

