.main-cont{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
h1{
	font-family: 'HL';	
}
/*.header{
	height: 95px;
	overflow: auto;
}*/
.search-box{
	width: 250px;
	float: right;
	margin: 20px 0;
	background: #F8F4E9;
	border: solid 1px #f1f1f1;
	padding: 10px;
}
.main-menu{
	position: relative;
	width: 920px;
	color: #FFFDFC;
	margin-bottom: 10px;
	overflow: hidden;
}
.main-menu ul{
	float: left;
	display: inline-block;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	color: #FFFDFC;
	padding: 2px;
	margin-left: 10px;
}
.main-menu ul li{
	float: left;
}
.finaliza-compra-2 {
	float: left;
	background:#5EC6E5;
	text-decoration:none;
	font-weight:normal;
}
.main-menu ul li a{
	float: left;
	color: #2C6C9B;
	text-decoration: none;
	padding: 9px 10px;
}
.main-menu ul li a:hover{
	background: #03738F;
	color: #FFFDFC;
}
.main-body{
	position: relative;
	overflow: hidden;
}
.user{
	float:left; 
	padding: 11px 10px;
	color: #686868;
	font-size:12px;
}
.user b{
	color: #004C7A;	
}
.user a{
	color: #FFFDFC;
}
.user a:hover{
	color: #2C6C9B;
}
.breadcrumb{
	border-top: 2px solid #C6C2B6;
	padding:8px 5px 2px 5px;
	clear: both;
	height:18px;
}
.left-sidebar{
	position: relative;
	float: left;
	display: inline-block;
	width: 180px;
	margin-right: 25px;
	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:#F8F4E9;
	border: 1px solid #ECE8DE;
}
.box .top {
	padding: 8px 0px 6px 10px;
	color: #2C6C9B;
	font-size: 14px;
	font-family: 'HL';
	line-height: 1.5;
}
.mi-carrito-titulo{
	color:#2C6C9B;
	text-decoration:underline;
}
.box .middle{
	background: #FFFDFC;
	padding: 10px;
	overflow: hidden;
}
.content .top h1, .heading {
	color: #000000;
	font-size: 14px;
	margin: 0px;
	font-weight: normal;
}
.heading {
	border-bottom: 1px solid #C6C2B6;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.content .middle {
	padding: 10px 5px;
	min-height: 200px;
	display: inline-block;
	width: 488px;
}

.middle a{
	color:#2C6C9B ;
}
.middle input[type="text"], .middle input[type="password"]{
	background: none repeat scroll 0 0 #E2E2D8;
	border: 1px solid #7D7D7D;
	color: #7D7D7D;
	padding: 2px;
}
.content .middle h2, .content .middle h3{ 
	clear: both;
	color: #2C6C9B;
	font-size: 1.4em;
	padding: 10px 5px 15px 10px;
	font-weight: normal;
	font-family: 'HL';
}
.content .bottom {
	height: 5px;
}
.small{
	font-size: 10px;
	color: #686868;
}
.paginator{
	margin-top: 10px;
	padding: 3px 5px;
	background: url(/css/images/bg-topbox-talavera.jpg) repeat-x top;
	border-top: 2px solid #C6C2B6;
	overflow: auto;
	color: #03738F;
}
.paginator ul{
	list-style: none;
	display: inline-block;
	float: left;
}
.paginator ul li{
	float: left;
	padding: 2px 5px;
}
.precio{
	color: #03738F;
}
.req{
	color: #2C6C9B;
	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: #FFFDFC;
}
.content .top, .full-content .top {
	color: #C8258E;
	width: 476px;
	clear: both;
	border-bottom: 2px solid #C6C2B6;
	padding: 8px 10px;
}
.content .top h1, .full-content .top h1{
	color: #2C6C9B;
	font-size: 2em;
	padding-left: 0;
	font-weight: normal;
	width: auto;
	line-height: 1.5;
}
.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: #FFFDFC;
}
.product-item-info{
	float: right;
	width: 90px;
}
.product-name{
	font-size: 11px;
	width:95%;
	height:35px;
	overflow:hidden;
	text-align:left;
}
.product-name a{ color: #2C6C9B; }
.product-name a:hover{ color: #686868; text-decoration: underline; }

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


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

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

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

.product-minigallery{
	float: left;
	width: 200px;
}
.product-fulldetail{
	width: 260px;
	float: right;
	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: #F8F4E9;
	border: 1px solid #DFDAC3;
	padding: 5px;
}
.details, .quantity{
	background: #F8F4E9; 
	border: solid 1px #DFDAC3; 
	padding:10px 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-info2 {
	width: 160px;
	height:auto;
	float:left;
	text-align:center;
	margin:0 0 10px 0;
	background:#F8F4E9;
	border:1px solid #DFDAC3;
	padding:10px 0;
	text-decoration:underline;
	font-weight:normal;
}
.cart-info{
	width: 160px;
	height:auto;
	float:left;
	text-align:left;
	margin:0 0 10px 0;
}
/*
.cart-info a{
	width:auto;
	height:auto;
	float:left;
	background:#eaeaea;
	text-decoration:underline;
	padding:10px 15px;
	font-weight:normal;
}
.cart-info a:hover{
	width:auto;
	height:auto;
	float:left;
	background:#eaeaea;
	text-decoration:none;
}*/
.cart-list{
	padding: 5px 0 0 0;
	border-top: 1px solid #E2E2D8;
}
.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: #3BACBF;
}
.cart-subtotal{
	background: #E2E2D8;
	padding: 4px 3px;
	font-size: 12px;
	width: 144px;
	text-align: right;
}
.cart-subtotal b{
	color: #2C6C9B;
}
/* : : : : : : : : : : CARRITO : : : : : : : : : : : : */



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

table.cart-detail th{
	background: #2C6C9B;
	color: #FFFDFC;
	padding: 5px 0;
	text-align: center;
	font-family: 'HL';
	font-weight: normal;
	font-size: 1.2em;
}
.remove a{
	background: #D00202;
	padding: 2px;
	color: #FFFDFC;
	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 #E2E2D8;
}
tr.cart-row td{
	padding: 10px 0;
}

.change-attributes{
	width: 98%;
	padding: 2% 1%;
	font-size: 11px;
	border-bottom: 1px dotted #E2E2D8;
}
.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: #E2E2D8;
	border: 1px solid #E2E2D8;
	padding: 2px;
	color: #7D7D7D;
}
.subtotal-row{
	background: #F1F3F2;
	padding: 10px 0;
}

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

.cart-options ul li{
	display: inline;
	margin-right: 5px;
	background: #03738F;
	padding: 5px;
	cursor: pointer;
	font-size: 1.2em;
}
.cart-options ul li a{
	color: #FFFDFC;
}
/* : : : : : : : : : : CARRITO DETALLE : : : : : : : : : : : : */

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

form.login-box input.text{
	background: #fafafa;
	border: 1px solid #ECE8DE;
	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: #FFFDFC;
	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: #F8F4E9;
}
.btn-img span{
	color: #C8258E;
	padding:0 5px;
	cursor:pointer;
}
.btn-img span.active, .btn-img span:hover{
	background:#0080FF;
	color:#FFFDFC
}
/* : : : : : : : : SLIDER PRODUCTO : : : : : : : : : : */
/* : : : : : : : :     TOLTIP      : : : : : : : : : : */
.tool-tip {
                color: #FFFDFC;
                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: #FFFDFC;
                width: auto;
                padding: 2px 0px;
}
 
.tool-text {
                text-align: center;
                font-size: 11px;
                width: auto;
                color: #FFFDFC;
}
.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;
}
/**
 * Filas y celdas en div.
 */
.tableDiv {
	position: relative;
	display: block;
	overflow: hidden;
}
 .trDiv {
 	position: relative;
	overflow: hidden;
 }
.tdDiv{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.tdDiv img{
	width: 150px
	float:left;
}
.tdDiv textarea{
	width: 85%;
	float:left;
	padding: 5%;
	height:150px;
}
/**
 * Imagenes de las tarjetas aceptadas.
 **/
.Payments {
    position: relative;
    width: 100%;
    overflow: hidden
}
.Payments h3 {
    width: 300px;
    float: left;
}
.Payments div {
    float: right;
    overflow: hidden;
}

.input, select{
	background: #E2E2D8;
	border: 1px solid #7D7D7D;
	padding: 2px;
	color: #7D7D7D;
}

  form fieldset
  {
    margin-bottom: 10px;
    border: none;
  }
    form fieldset legend
    {
        font-size: 13px;
        font-weight: bold;
        padding: 0 3px;
        color: #2C6C9B;
    }
    form fieldset p
    {
      font-size: 11px;
      width: 480px;
      padding: 6px;
    }
      form fieldset p label
      {
        display: inline-block;
        width: 200px;
      }
