#lb_thumbs {
	background: url(../img/ayuda_bg.png);
	height: 90px;
	position: fixed;
	width: 100%;
	bottom: -90px;
	left: 0;
	z-index: 99;
}

#lb_thumbs #tn_box {
	width: 990px;
	margin: 7px auto 10px;
	height: 90px;
	position: relative;
}

#lb_thumbs #tn_slider {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#lb_thumbs #tn_slider_inner {
	height: 65px;
	margin: 0 auto
}

#lb_thumbs .arrow {
	height: 80px;
	background: fuchsia;
	width: 15px;
	position: absolute;
	top: 0;
	cursor: pointer;
}

#lb_thumbs .prev {
	left: 0;
	background: url(../img/a_l.png) no-repeat center;
}

#lb_thumbs .nextlookBook {
	right: 0;
	background: url(../img/a_r.png) no-repeat center;
}

#lb_thumbs .arrow.hidden {
	display: none;
}

#lb_thumbs .tn_item {
	position: relative;
	float: left;
	padding: 3px;
	overflow: hidden
}

#lb_thumbs .tn_item:hover {
	background: #CCC;
	padding: 3px;
}

#lb_thumbs .b_shader {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
	cursor: pointer;
}

#lb_thumbs .b_shader.active {
	cursor: default !important;
}

#lb_thumbs .b_shader.tn {
	top: 3px;
	left: 3px;
}

#lb_slider {
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#lb_slider .lb_item {
	position: relative;
	float: left;
}

#lb_slider .b_shader {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
	cursor: pointer;
}

#lb_slider .b_shader.active {
	cursor: default !important;
}

#lb_slider .lb_data,#slider .lb_data {
	position: absolute;
	font-family: Georgia;
	z-index: 97;
	display: none;
}

#lb_slider .lb_data p,#slider .lb_data p {
	font-size: 18px;
	margin-bottom: 10px;
}

#lb_slider .lb_data ul,#slider .lb_data ul {
	margin-top: 10px;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	color: grey;
	font-size: 9px;
	list-style: none outside none;
	margin: 0 0 3px;
	padding: 9px 0;
	text-transform: uppercase;
	width: 120px;
}

#lb_slider .lb_data.empty ul,#slider .lb_data.empty ul {
	border-top: none;
	padding: 0;
	margin-bottom: 14px;
}

#lb_slider .lb_data ul li,#slider .lb_data ul li {
	padding: 2px 0;
	cursor: pointer !important;
}

#lb_slider a.shop_but,#slider a.shop_but {
	color: #DEDEDE;
	font-family: Georgia;
	font-size: 10px;
	margin-right: 2px;
	margin-top: 1px;
	padding: 4px;
}

#lb_slider a.shop_but.big,#slider a.shop_but.big {
	background: #000;
	color: #FFF;
	padding: 4px;
	font-size: 14px;
	font-family: "Trebuchet MS"
}

#lb_slider a.shop_but:hover,#slider a.shop_but:hover {
	background: #DEDEDE;
	color: #000;
}

#lb_slider .lb_data a.share_but,#slider .lb_data a.share_but {
	display: block;
	width: 40px;
	height: 23px;
	margin-top: 12px;
	background: url(../img/share_gray.png)
}

#lb_slider .lbarrow {
	position: absolute;
	top: 45%;
	display: none;
	z-index: 10;
	cursor: pointer;
}

#lb_slider .lbarrow.left {
	left: 20px;
}

#lb_slider .lbarrow.right {
	right: 20px;
}

#modal {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
}

#modal_close {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	cursor: pointer;
}

#share_modal {
	background: #FFF;
	width: 820px;
	height: 290px;
	position: absolute;
	padding: 15px;
	z-index: 200;
}

#product_bundle {
	display: none;
	background: #FFF;
	width: 820px;
	position: absolute;
	padding: 15px;
	z-index: 200;
}

#product_detail {
	width: 929px;
	height: 490px;
	position: absolute;
	z-index: 200;
	background-color: #FFF
}

#product_bundle #prod_header {
	background: #000;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	width: 96%
}

#product_bundle  #prod_header .title {
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
}

#product_bundle  #prod_content {
	margin-top: 12px;
	margin-bottom: 30px;
}

#product_bundle  #col {
	float: right;
	width: 810px;
}

#product_bundle  .comp {
	width: 165px;
	height: 145px;
	float: left;
	padding: 10px;
	padding-left: 95px;
	position: relative;
}

#product_bundle  .comp_data,.comp_data:hover {
	text-align: center;
	font-family: Georgia;
	font-size: 12px;
	display: block;
	color: #444;
}

#product_bundle  .comp_hr {
	border: none;
	background: #000;
	height: 1px;
	width: 20%;
	margin: 4px auto 4px;
}

#product_bundle  .comp_sizes {
	margin-top: 12px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 6px;
}

#product_bundle  .comps li {
	cursor: pointer !important;
}

#product_bundle a.shop_but {
	margin-top: 10px;
	background: #000;
	color: #FFF;
	padding: 4px;
	font-size: 12px;
	font-family: "Trebuchet MS"
}

#close_x {
	position: absolute;
	top: 0;
	right: -30px;
	cursor: pointer;
}

#product_bundle  .comp_color {
	padding: 2px;
	width: 49px;
	float: left;
	cursor: pointer;
}

#product_bundle  .comp_color.unavail {
	opacity: 0.5;
	cursor: default;
}

#product_bundle  .comp_color.avail:hover,#product_bundle  .comp_color.avail.activeColour
	{
	padding: 1px;
	border: solid 1px #ABABAB;
}

.size.soon,
.size.soon:hover,
.comp_sizes .soon,
.comp_sizes .soon:hover {
    cursor: pointer !important;
    position: relative;
    z-index: 1;
}

#product_bundle  .comp_color_in {
	background: #ABABAB;
	height: 10px;
}

#product_bundle  .size_sel {
	font-size: 11px;
	margin-right: 10px;
	color: #444;
	cursor: pointer;
}

#product_bundle  .size_sel.active {
	font-size: 12px;
	font-weight: bold;
}

#product_bundle  .size_sel.unavail {
	color: #999;
	cursor: default;
}

#product_bundle  .size_sel.avail:hover {
	color: #444;
	font-weight: bold;
}

#product_bundle  #pag_navi {
	position: absolute;
	bottom: 30px;
	left: 46%;
}

#product_bundle  .pag_navi {
	width: 8px;
	height: 8px;
	float: left;
	cursor: pointer;
	background: url(../img/navi_off.png);
	margin-right: 4px;
}

#product_bundle  .pag_navi.active {
	background: url(../img/navi_on.png)
}

#product_bundle  .comp_image {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

#product_bundle  #talla_alert {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 10px;
	display: none;
}

#close_butLookBook {
	background: url("../img/cruz_mail.png") no-repeat scroll 0 0 transparent;
	cursor: pointer !important;
	display: block;
	height: 30px;
	position: absolute;
	right: 2px;
	top: 20px;
	width: 30px;
}

#backgroundimage3 {
	background: none repeat scroll 0 0 #FFFFFF;
	display: block;
	top: 26.5px;
	height: 590px;
	position: absolute;
	width: 929px;
	z-index: -200;
}

#product_detail2 {
	height: auto;
	margin: auto;
	width: 929px;
	background: url("../img/fondo_parrilla.png?15_10_2012") repeat-x scroll
		0 0 #EDEAE6
}

#detailBundle {
	float: left;
	position: relative;
	width: 100%;
	z-index: 1;
	margin-top: 0px !important;
}

.product_data2 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid red;
	height: 700px;
	margin-top: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.displayNone {
	display: none;
}

.displayBlock {
	display: block;
}

.back_link_clone {
	font-family: georgia;
	font-size: 10px;
	padding-right: 12px;
	display: block;
}

.back_link_clone a {
	background: url("../img/rarrow_menu.png") no-repeat scroll right center
		transparent;
	color: grey;
	padding-left: 4px;
	padding-right: 12px;
}

#slider {
	background: #000
}