/*
 * rbt 
 * $Id: tpl_item_data.css 37284 2010-12-02 16:00:40Z mganev $
 */ 
 
#item-loader{ 
	z-index:100;	 
	height:auto; 
	width:auto;
}
.jqimage{
	display:none;
}
.jqzoom {
	padding-bottom:15px;
}
#placeholder-zoom, #express-placeholder-zoom {
	width:217px;
	height:172px;
	display:none;
	/*margin:100px auto;*/
	position:absolute;
	top:100px;
	left:80px;
	z-index:2;
	background-color:#fff;
	border: 1px solid #aaa;	
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
#express-placeholder-zoom {
	width:172px;
}
#item-data, #express-shop-data{
 	position:relative;
 	float:left;
	/*overflow:auto; */
	width:530px;
	min-height:415px;	
	height:auto !important; /* IE6 */
	height:415px; /* IE6 */
	padding-left:0px;
}
#item-name, #express-shop-name{
	margin-bottom:15px;
	font-size:20px;
	color:#490713;
	line-height:1.2em;
}
#item-description, #express-shop-description {
	color:#474747;
}
.size_info {
	font-weight:bold;
	color:#3a3a3a;
}
.buy_save {
	color:#3a3a3a;
	font-weight:bolder;
	font-style:italic;
	padding:10px 0;
}
.promo_detail {
	font-weight:bold;
	font-style:italic;
	font-size:11px;
}
#item-data-wrapper1, #item-data-wrapper2,
#express-shop-wrapper1, #express-shop-wrapper2 {
	float:left;	
	position:relative;
}
#item-data-wrapper2, #express-shop-wrapper2{
	overflow:hidden;
	width:220px;
	padding:10px;
	background-color:#fbfbf9;
}
/* price without offer */
.item-price .price{	
	font-weight:bold;
	color:#490713;
	font-size:16px;
	font-weight:bold;	
}
/* price with offer */
.item-price {
	position:relative;
	margin-top:25px;
}
.item-price img, .item-price-data {
	float:left;
}
.item-price-data {
	padding:4px 0 4px 10px;	
}
.old-price {
	font-weight:normal;
	color:#666;
	font-style:italic;
	text-decoration:line-through;
	font-size:14px;
	padding-right:7px;
}
.new-price {
	font-weight:bold;
	color:#490713;
	font-size:18px;
}
 /* end price */

#item-dyn img, #express-shop-dyn img{
	margin:3px;
	padding:3px;
}

#item-dyn span, #item-quantity span, 
#express-shop-wrapper2 span, .express-shop-quantity{
	text-transform:uppercase;
	color:#1a1a1a;
	display:block;
	font-weight:bold;
}
.sizing-chart a{
	color:#76444d;
	text-transform:uppercase;	
	text-decoration:underline;
	font-style:italic;
}
#item-availability, #express-shop-availability {
	/*width:100%;*/
}
.item-dynamic-element-div, #item-color-pickers, #item-quantity, #item-availability, 
 .express-shop-quantity select, #express-shop-availability{
	margin-bottom:20px;
}
.item-dynamic-element-div select{
	font-size:10px;
	letter-spacing:-0.04em;
}
#item-color-pickers img{
	float:left;
	border:1px solid #FBFBF9;
}
#item-color-pickers span{
	color:black;
	display:block;
	font-weight:bold;
}
#item-dyn img.disabled, #express-shop-dyn img.disabled, 
#item-dyn option.disabled,#express-shop-dyn option.disabled{
	display:none;
}
#item-dyn option.selected, #express-shop-dyn option.selected{
	border:1px solid #000;
}
#id_0 option.disabled{
	background-color:#ccc;
	display:block;
}
#item-dyn img.selected, #express-shop-dyn img.selected{
	border:1px solid #444444;
}
#item-color-pickers{
	background:none;
	position:relative;
	overflow:auto;
	width:100%;
}
/*#item-color-pickers.inactive img{
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}*/
#item-color-pickers span{
	margin-top:7px;
	color:black;	
	font-weight:bold;
}
#previous-next-item, #express-shop-previous-next-item {
	float:left;
}
#view-larger {
	background:transparent url(../../../static/img/shared/magnifier.gif) no-repeat scroll right center;
	float:right;
	padding-right:13px;
	text-transform:uppercase;
	font-size:10px;
}
#previous-next-item-previous, #express-shop-next-item-previous{
	background:url(../../../static/img/rbt/arrow-left-red.gif) no-repeat left center;
	text-transform:uppercase;
	padding-left:10px;
	font-size:10px;
}
#previous-next-item-next, #express-shop-next-item-next{
	background:url(../../../static/img/rbt/arrow-right-red.gif) no-repeat right center;
	text-transform:uppercase;
	padding-right:10px;
	font-size:10px;
}
#previous-next-item a,#express-shop-previous-next-item a {
	margin-right:15px;
}
