/*
 * specific rbt
 * $Id: item.css 35686 2010-08-05 15:34:30Z mganev $
 */
#contents{
	width:100%;
}
#item-basic-info{	
	position:relative;
	overflow:auto;
}
#item-image {
	position:relative;
	margin-right:0px;
	padding-left:15px;
}
#item-data-wrapper1{
	width:255px;
	padding-right:10px;
}
#item-name, .original, .cross-sales-header{
	font-weight:bold;
	color:#490713;
}
#item-price-image{
	display:none;
}
#item-price-data{
	padding:0;
}
#item-dyn {
	margin-top:0;
	width:100%;
}
.item-dynamic-element-div{
	width:100%;
}
#product-navigation{
	float:left;
	width:375px;	
}
.tabs-nav a, .tabs-nav a span {    
    background: url(../../../static/img/rbt/tab.png) no-repeat;
}
#extended-info-content .tabs-container {
	background-color:#f7f6eb;
	border:1px solid #f2efe6;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, 
.tabs-nav .tabs-disabled a:focus, 
.tabs-nav .tabs-disabled a:active {
background-position:100% -100px;
}
/*cross sales*/
.cross-sales-contents{
	border-bottom:1px dashed #dedcc9;
}
#cross-sales{
	padding-bottom:20px;
}
.cross-sales-contents {	
	position:relative;
	overflow:auto;
	width:950px;
	padding-bottom:15px;
}
.cross-sales-header{
	font-weight:bold;
}
#back-button{
	background:transparent url(../../../static/img/cm/arrow-left.gif) no-repeat scroll 0%;
}
.item-box-wrapper{
	/*padding-right:13px;*/
}
#item-extended-info{
	height:auto;
	padding-top:20px;
	border-top:1px dashed #dedcc9;
}
#item-carrousel{
	height:auto;
	overflow:auto;
	position:relative;
	float:left;
	margin-top:0;
}
.cross-sales-header{
	border-bottom:none;
}

