/* ********** */

#gridContenidos.products, #gridContenidos.product {
	padding-left: 13px;
	overflow: inherit !important;
	position: relative;
}

/* BREADCRUMBS */

.breadcrumbs {
	background: url(../resources/breadcump.png) no-repeat left 0px;
	padding-left: 25px;
	margin-top: 20px;
	overflow: hidden;
}
.breadcrumbs li {
	float: left;
	font-family: Arial, Malgun Gothic;
    font-size: 12px;
	color: #191919;
	margin-left: 10px;
}
.breadcrumbs li:before {
    content: ">";
	margin-right: 10px;
}
.breadcrumbs li a {
	color: #DD291E;
}
.breadcrumbs li a:hover {
	text-decoration: underline;
}

#link_installments {
	color: #999;
	text-decoration: underline;
}

/*///// INI: PRODUCTOS /////*/

/* FILTROS */

#filters {
	position: absolute;
	float: left;
	width: 100%;
	overflow: visible;
	margin-top: 30px;
	z-index: 50;
}
.filter {
	position: relative;
	float: left;
}
.filter .remove {
	position: absolute;
	right: 11px;
	top: 1px;
	background: url(/eshop/resources/df_remove_ico1.gif) #ED1A2D no-repeat center top;
	display: block;
	width: 33px;
	height: 34px;
	z-index: 100;
	cursor: pointer;
}
.filter .remove:hover {
	background-position: center bottom;
}
.filter ul {
	float: left;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	border-top: none;
	margin-right: 10px;
}
.filter ul:hover, .filter ul:hover li {
	color: #797979;
	border-color: #B5B5B5;
}
.filter ul li {
	border-top: 1px solid #DEDEDE;
	line-height: 34px;
	font-size: 14px;
}
.filter ul li a, .filter ul li span {
	display: block;
	font-size: 12px;
	line-height: 34px;
	margin: 0 30px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.filter ul li a:hover, .filter ul li:hover a {
	color: #FFF !important;
}

.filter ul li:hover {
	color: #FFF;
	background-color: #ED1A2D;
}
.filter ul li.type {
	background: #FFF url(/eshop/resources/df_arrow1.gif) no-repeat right -32px;
	display: block;
}
.filter ul li.type:hover {
	background-position: right -65px;
	color: #797979;
}
.filter ul li.last {
	background: #FFF url(/eshop/resources/df_arrow2.gif) no-repeat right center;
	color: #D6D6D6;
}
.filter ul.extended li.type, .filter ul.extended li.type:hover {
	background-position: right top;
	color: #D6D6D6;
	cursor: default;
}
.filter ul.extended li {
	display: block;
}
.filter ul.extended li.disable {
	display: block;
}
.filter ul.extended li.enable, .filter ul.collapsed li.enable, .filter ul.collapsed li.enable a {
	display: block;
	color: #FFF;
	background-color: #ED1A2D;
}
.filter ul.collapsed li.disable {
	display: none;
}

/* VIEW */

.view {
	float: left;
	margin-top: 40px;
	*margin-top: 100px;
}
.view ul {
	float: left;
}
.view li {
	float: left;
	margin-right: 25px;
}
.view a {
	width: 22px;
	height: 22px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
.view a.two_columns { background-image: url(/eshop/resources/df_view_b1.gif);}
.view a.three_columns { background-image: url(/eshop/resources/df_view_b2.gif);}
.view a.four_columns { background-image: url(/eshop/resources/df_view_b3.gif);}
.view a.active {
	background-position: center bottom;
}
.view span {
	float: left;
	text-transform: uppercase;
	line-height: 22px;
}

/* SORT */

.sort {
	float: right;
	margin-top: 40px;
	text-transform: uppercase;
	*margin-top: 100px;
}
.sort span {
	float: left;
	line-height: 22px;
}
.sort ul {
	float: left;
	line-height: 22px;
}
.sort li {
	float: left;
	border-left: 1px solid #999;
	padding-left: 15px;
	margin-left: 15px;
}
.sort li:first-child {
	border-left: none;
	padding-left: 0px;
}
.sort a {
	color: #ED1A2D;
}
.sort a.active {
	color: #999;
	text-decoration: underline;
}

/* LIST */

#list {
	clear: both;
}
#list li {
	float: left;
}
#list.two_columns li { width: 385px; height: 440px; margin-right: 130px; }
#list.three_columns li { width: 235px; height: 314px;  margin-right: 97px; }
#list.four_columns li { width: 183px; height: 256px; margin-right: 56px; }
#list.two_columns li .photo { height: 370px; }
#list.three_columns li .photo { height: 225px; }
#list.four_columns li .photo { height: 175px; }
#list.two_columns li .description { margin-left: 76px; }
#list.three_columns li .description { margin-left: 0; }
#list.four_columns li .description { margin-left: -30px; }
#list li.last { margin-right: 0px; }
#list li .photo {
	position: relative;
	overflow: hidden;
}
#list li .photo p {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#list li .photo p.bottom {
	top: auto;
	bottom: 0px;
	position: absolute;
	
}
#list li .photo img {
	width: 100%;
	height: auto;
}
#list li .photo .stamp {
	position: absolute;
	right: 10%;
	top: 20%;
}
#list li .photo .stamp img {
	width: auto;
	height: auto;
}
#list li .description {
	text-align: center;
	width: 233px;
	margin-top: 30px;
	margin-top: 0px\0/; /* ie8 hack */
}
#list li h3 a, #list li h3{
	font-size: 16px;
	color: #101010;
	display: inline-table;
	*display: inline;
	vertical-align: text-top;
	margin-right: 2px;
	font-weight: bold;
	text-align: right;
}
#list li h3 a {
	*display: inline-block;
}
#list li .price {
	font-family: "FuturaLight", Malgun Gothic;
	font-size: 18px;
	color: #757575;
	display: inline-table;
	*display: inline;
	vertical-align: text-top;
	*text-align: right;
}
#list li .price .currency {
	font-size: 12px;
	line-height: 20px;
	vertical-align: text-top;
}
#list li .price .from {
	font-size: 12px;
}
#list li .offer {
	color: #ED1A2D;
	text-align: right;
	*display: inline;
}
#list li .offer .currency {
	font-size: 14px;
	line-height: normal;
}
#list li .offer .old {
	color: #666;
	font-size: 11px;
	line-height: 20px;
}
#list li .offer .old strike {
	color: #999;
}
#list li .plazos_pago {
	width: 233px;
	font-family: "FuturaLight", Malgun Gothic;
	font-size: 12px;
	color: #757575;
	text-align: center;
}
/* #list li .product-camperone .photo p {
	top: 103px;
	bottom: 0px;
	position: absolute;
} */
#list li .product-camperone-customise {
	width: 233px;
	font-family: "FuturaLight", Malgun Gothic;
	font-size: 14px;
	color: #101010;
	text-align: center;
	margin-top: 6px;
	font-weight: 700;
}
#list li .product-camperone-customise a {
	color: #101010;
	border-bottom: 1px dotted #101010;
}

/*///// INI: PRODUCTO /////*/

.product .return {
	position: absolute;
	top: 80px;
	left: 13px;
	z-index: 100;
}
.product .return a {
	background: #FFF url(/eshop/resources/df_back_ico1.gif) no-repeat left center;
	color: #9F9F9F;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 5px 5px 5px 25px;
}

/* SLIDESHOW */

.slideshow {
	position: relative;
	width: 100%;
	clear: both;
}
#carousel {
	list-style: none;
	display: block;
}
#carousel li {
	text-align: right;
	width: 700px;
	height: 435px;
	border: 1px solid #FFF;
	display: none;
	position: relative;
	margin-top: 20px;
	z-index: 5;
	background: #FFF;
}
#carousel li:hover {
	/*border: 1px solid #D7D7D7;*/
	z-index: 50;
}
#pager {
	position: relative;
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 5px;
	margin: 5px auto;
	z-index: 2;
	clear: both;
}
#pager a {
	position: relative;
	display: table-cell;
	text-align: center;
	width: auto;
	vertical-align: top;
		*float: left;
}
#pager .timer {
	position: relative;
	z-index: 50;
	background-color: #D7D7D7;
	width: 0px;
	height: 5px;
	display: block;
	*right: 0;
}
#pager a.selected .timer {
	background-color: #A1A1A1;
}
#pager .timer_off {
	background-color: #D7D7D7;
	height: 5px;
	display: block;
	margin-top: -5px;
}
#pager .photo {
	background-color: #FFF;
	position: relative;
	z-index: 25;
	width: 100%;
	display: block;
	border: 1px solid #D7D7D7;
	height: 150px;
}
#pager .photo:hover {
	border: 1px solid #B5B5B5;
}
#pager.collapse .photo {
	position: absolute;
}

#pager .photo img {
	cursor: pointer;
	margin-top: 20px;
}
.purchase .photo img {
	cursor: pointer;
}

.slideshow .arrow {
	position: relative;
	clear: both;
	cursor: pointer;
	float: right;
	top: 20px;
	*top: 174px;
	right: -45px;
}
.slideshow .arrow a {
	background: url('/eshop/resources/df_arrows_ico1.gif') no-repeat center top;
	display: block;
	width: 35px !important;
	height: 29px;
	border-top: none;
}
.slideshow .arrow a:hover {
	background: url('/eshop/resources/df_arrows_ico1_rollover.gif') no-repeat center top;
}
.slideshow .arrow a.collapse {
	background-position: center bottom;
}

/* DESCRIPTION */

.product .description {
	position: relative;
	float:right;
	right: 5px;
	margin-top: 60px;
	text-align: right;
	z-index: 10;
}
.product .description h1 {
	font-family: "FuturaLight", Malgun Gothic;
	font-size: 35px;
	color: #ED1A2D;
	float: right;
	/*white-space: nowrap;*/
	z-index: 10;
}
.product .description .reference {
	font-size: 12px;
	color: #A1A1A1;
	clear: both;
}
.product .description .price {
	font-family: "FuturaLight", Malgun Gothic;
	font-size: 18px;
	color: #757575;
	margin-top: 10px;
	vertical-align: text-top;
}
.product .description .price .currency {
	margin-left: 4px;
}
.product .description .offer {
	color: #ED1A2D;
}
.product .description .offer .old {
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
.product .description .offer .old strike {
	color: #999;
	margin-right: 4px;
}
.product .description .plazos_pago {
	font-family: "FuturaLight", Malgun Gothic;
	font-size: 12px;
	color: #757575;
	margin-top: 10px;
	vertical-align: text-top;
}
.product .description .size {
	position: absolute;
	right: 0px;
	width: 150px;
	margin-top: 10px;
	z-index: 50;
}
.product .description .size ul {
	overflow: hidden;
	background-color: #FFF;
	color: #757575;
	border: 1px solid #DEDEDE;
}
.product .description .size ul:hover {
	border: 1px solid #B5B5B5;
}
.product .description .size ul.highlight {
	border: 2px solid #ED1A2C;
}
.product .description .size ul li {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	padding: 10px 8px 0;
	*padding-right: 10px;
}
.product .description .size ul li.first, .product .description .size ul.collapsed li.disable {
	display: none;
}
.product .description .size ul.extended li, .product .description .size ul.extended li.disable, .product .description .size ul.collapsed li.enable {
	display: block;
}
.product .description .size ul li:hover {
	background-color: #F6F6F6;
}
.product .description .size ul li.first:hover {
	background-color: #FFF;
}

.product .description .size ul li strong {
	color: #ED1A2C;
	font-weight: normal;
}

.product .description .size ul li div span {
	color: #ED1A2C;
	font-weight: normal;
}

.product .description .size ul li div {
	padding: 2px;
	float: left;
}
.product .description .size ul li{
	height: 25px;
	*height: 23px;
}

.product .description .buttons {
	float: right;
	width: 150px;
	text-align: center;
	margin-top: 60px;
}
.product .description .buttons .info {
	background-color: transparent;
	font-size: 10px;
	float: right;
	margin: 0px;
	padding-bottom: 15px;
}
.product .description .buttons a {
	color: #FFF;
    font: 13px/40px FuturaMedium, Malgun Gothic;
    text-transform: uppercase;
	text-align: center;
	display: block;
	clear: both;
}
.product .description .buttons .add_b1 {
	background-color: #ED1A2C;
}
.product .description .buttons .add_b1:hover {
	background-color: #AC0010;
}
.product .description .buttons .mod_b1 {
	background-color: #9B9B9B;
}
.product .description .buttons .mod_b1:hover {
	background-color: #888888;
}
.product .description .buttons .save_b1 {
	background-color: #9b9b9b;
	font-size: 12px;
}
.product .description .buttons .save_b1:hover {
	background-color: #6d6d6d;
}
.product .description .buttons .share_b1 {
	background-color: #2b74d9;
	font-size: 12px;
}
.product .description .buttons .share_b1:hover {
	background-color: #2767c1;
}
.product .description .purchase {
	float: right;
	clear: both;
	width: 150px;
	text-align: center;
	margin-top: 20px;
}
.product .description .purchase h4 {
	font-family: "FuturaLight", Malgun Gothic;
	font-size: 16px;
	margin-top: 10px;
}

/* SOCIAL BOOKMARKS */
.product .sb {
	display: table;
	margin: 35px auto 0 auto;
}
.product .sb li {
	float: left;
	margin: 0 15px;
}

/* TABS */
.product #tabs {
	border-top: 1px solid #D6D6D6;
	margin-top: 35px;
	margin-bottom: 35px;
}
.product #tabs li {
	border-bottom: 1px solid #D6D6D6;
}
.product #tabs li h2 {
	font-family: "FuturaLight", Malgun Gothic;
	font-size: 22px;
	line-height: 55px;
}
.product #tabs li h2 a {
	background: url(/eshop/resources/df_tab_bg1.gif) no-repeat right top;
	display: block;
	color: #353535;
}
.product #tabs li h2 a.active {
	background-position: right bottom;
}
.product #tabs .content {
	color:#999;
	background-color: #F6F6F6;
	padding: 25px;
	overflow: hidden;
	border-top: 1px solid #D6D6D6;
}
.product #tabs .content p {
	font-size: 14px;
	margin-bottom: 25px;
}
.product #tabs .content p strong {
	color: #353535;
	font: 14px FuturaMedium, Malgun Gothic;
}
.product #tabs .content a {
	color: #ED1A2D;
}
.product #tabs #description h3 {
	font-family: "FuturaLight", Malgun Gothic;
	font-size: 40px;
	color: #ED1A2D;
}
.product #tabs #description .reference {
	font-size: 14px;
	color: #A1A1A1;
	margin-bottom: 0px;
}
.product #tabs #description .left {
	float: left;
	width: 325px;
	border-right: 1px solid #D6D6D6;
	padding-right: 25px;
	margin: 35px 25px 0 0;
}
.product #tabs #description .center {
	float: left;
	width: 260px;
	border-right: 1px solid #D6D6D6;
	padding-right: 25px;
	margin-top: 35px;
}
.product #tabs #description .center h6 {
	font-size: 14px;
	color: #353535;
	font-weight: bold;
}
.product #tabs #description .center ul {
	margin-top: 20px;
}
.product #tabs #description .center ul li {
	font-size: 13px;
	border-bottom: none;
}
.product #tabs #description .center ul li span {
	color: #353535;
	text-transform: uppercase;
	margin-right: 5px;
}
.product #tabs #description .right {
	float: right;
	width: 160px;
	min-height: 370px;
}
.product #tabs #description .right ul {
	display: table;
	margin: 35px auto 0 auto;
}
.product #tabs #description .right ul li {
	border-bottom: none;
	margin-bottom: 30px;
}
.product #tabs .TableCapaTallas {
	width: 100%;
	font-size: 14px;
}
.product #tabs .TableCapaTallas .First{
	color: #353535;
	background-color: #D6D6D6 !important;
	font: bold 14px "FuturaLight", Malgun Gothic;
}
.product #tabs .TableCapaTallas tr {
	background-color: #EEE !important;
}
.product #tabs .TableCapaTallas tr.odd {
	background-color: #E3E3E3 !important;
}
.product #tabs table th {
	color: #353535;
	text-align: center;
	padding: 10px;
}
.product #tabs table tbody tr {
	background-color: #EEE;
}
.product #tabs table tbody tr.odd {
	background-color: #E3E3E3;
}
.product #tabs table td {
	text-align: center;
	padding: 10px;
}
.product #tabs #care .left {
	float: left;
	width: 400px;
	margin-right: 25px;
}
.product #tabs #care .right {
	float: right;
	width: 425px;
}
.product #tabs #care .right .photo {
	text-align: center;
	margin-bottom: 0px;
}
.photo-main {
	z-index: 5;
}
.product #tabs #delivery .left, .product #tabs #delivery .center {
	float: left;
	width: 249px;
	border-right: 1px solid #D6D6D6;
	padding-right: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}
.product #tabs #delivery .right {
	float: left;
	width: 250px;
	margin-bottom: 25px;
}
.product #tabs #delivery h6,
.product #tabs #deliveryP h6,.product #tabs #delivery1 h6,.product #tabs #delivery2 h6,.product #tabs #delivery3 h6,.product #tabs #delivery4 h6,.product #tabs #delivery5 h6 { /*PRUEBAS*/
	font-size: 14px;
	color: #353535;
	font-weight: bold;
	text-transform: inherit;
}
.product #tabs #delivery .tax {
	margin: 0px !important;
}
.product #tabs #delivery .left p, .product #tabs #delivery .center p, .product #tabs #delivery .right p {
	margin-top: 25px;
	margin-bottom: 0px;
}

/* OTHERS */
.product .others {
	overflow: hidden;
	margin: 0px 0 30px;
}
.product .others h2 {
	font-family: "FuturaLight", Malgun Gothic;
	font-size: 22px;
	color: #353535;
}
.product .others ul {
	margin-top: 5px;
}
.product .others ul li {
	float: left;
	width: 116px;
	margin-left: 30px;
}
.product .others ul li:first-child {
	margin-left: 0px;
}
.product .others ul li:last-child {
	margin-right: 0px;
}

/* CALL CENTER */
.product #call_center {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: center;
}
.product #call_center h5 {
	font-size: 13px;
	color: #9C9C9C;
	margin: 5px 0;
}
.product #call_center span {
	display: block;
	border: 1px solid #CCC;
	padding: 20px;
}
.product #call_center h4 {
	background: url(/eshop/resources/df_cc_ico1.gif) no-repeat left center;
	font-size: 20px;
	line-height: 25px;
	color: #353535;
	padding-left: 35px;
}
.product #call_center p {
	font-size: 10px;
	margin-top: 15px;
}

.divCompartir ul li {
	margin-left:5px;
	height:35px;
	width: 106px;
}

.divCompartir ul li a {
	display:		block;
	height:			35px;
	overflow:		hidden;
}

/* look and feel */
.divCompartir ul li a.facebook {
	background:url(../resources/share-facebook.gif) top left no-repeat;
}

.divCompartir ul li a.twitter {
	background:url(../resources/share-twitter.gif) top left no-repeat;
}

.divCompartir li a.facebook:hover,
.divCompartir li a.twitter:hover {
	background-position:left -35px;
}

.divCompartir.sinCaja li a.facebook{
	background-image:		url(../resources/share-facebook.sincaja.png);
}

.divCompartir.sinCaja li a.twitter{
	background-image:		url(../resources/share-twitter.sincaja.png);
}

.product .detalles_producto ul li p{
	font: 14px FuturaMedium, Malgun Gothic !important;	
}

.detalles_producto ul li {
	float: none;
	border-bottom: none !important;
}

.detalles_producto ul {
	padding-top: 0px;
}

.rastroMigas{
	font-family: "FuturaLight", Malgun Gothic !important;
}

.content .TableCapaTallas{
	border: none !important;
}

.content .TableCapaTallas tr td{
	border: none !important;
}

/* Mi cuenta */
.formulario fieldset .seisFilas {
	height: 255px;
	min-height: 255px;
}
.formulario .formularioItem, .formulario fieldset .formularioItem.unaColumna {
	margin-left: 0px !important;
}
.formulario fieldset .formularioItem.input_prefix_3 {
	margin-left:1px !important;
}
.product #tabs table tbody tr.odd, .product #tabs table tbody tr {
	background-color:#ffffff !important;
}
table#pedidos {
	border-collapse:separate;
	border-spacing:0 5px;
}
.bleft {
	border-left:1px solid #dfdfdf;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
.bcenter {
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
.bright {
	border-right:1px solid #dfdfdf;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding-right:10px !important;
}
.product #tabs .content .buttons_status a {
	color:#fff !important;
}
.my_orders .buttons_status a {
	font-size:12px !important;
}
.product #tabs .buttons li {
	border-bottom:none !important;
}
.bono_used {
	text-decoration:line-through;
}
.bono_name {
	text-align:left !important;
}
.item_price {
	font-size:14px;
}
table#pedidos tr:hover {
	cursor:pointer;
}
table#pedidos tr:hover .bleft {
	border-left:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}
table#pedidos tr:hover .bcenter {
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}
table#pedidos tr:hover .bright {
	border-right:1px solid #aaaaaa;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
}

.product .shippings {
	display:block;
	color: #999;
	background-color: #F6F6F6;
	padding: 25px;
	overflow: hidden;
	border-top: 1px solid #D6D6D6;
	font-size: 14px;
	margin-bottom: 25px;
}

.product .shippings .shipping {
	padding-right: 10px;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-left: 10px;
	float:left;
}

.product .shippings .shipping-border {
	float: left;
	border-left: 1px solid #D6D6D6;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 25px;
}