#productInfo {
	
	float: right;
	width: 749px;
	
	background: transparent url('images/product-info-background.gif') repeat-x left top;

}


#productInfo .content {
	
padding: 40px 0 !important;

}
/*  */


#tabs {
	
	background: transparent url('images/product-tab-background.gif') repeat-x left bottom;

	height: 21px;

	list-style: none;

	margin: 0;
	
	padding: 0;
	
	width: 749px;

}


#tabs li {

	float: left;

	padding: 0;

	margin: 0;

	width: 120px;

}/* Actives */


#tabs .activeLeft {
	
	background: transparent url('images/product-tab-active-left.gif') no-repeat left bottom;

}


#tabs .activeRight {

	background: transparent url('images/product-tab-active-right.gif') no-repeat right bottom;

}


#tabs .activeFirst {
	
	background: transparent url('images/product-tab-active-first.gif') no-repeat left bottom;

}


#tabs .activeLast {

	background: transparent url('images/product-tab-active-last.gif') no-repeat right bottom;

}
/* Inactives */


#tabs .inactiveLeft {
	
	background: transparent url('images/product-tab-inactive-left.gif') no-repeat left bottom;

}


#tabs .inactiveRight {
	
	background: transparent url('images/product-tab-inactive-right.gif') no-repeat right bottom;

}


#tabs .inactiveFirst {
	
	background: transparent url('images/product-tab-inactive-first.gif') no-repeat left bottom;

}


#tabs .inactiveLast {

	background: transparent url('images/product-tab-inactive-last.gif') no-repeat right bottom;

}
/* Shadows */


#tabs .shadowLeft {
	
	background: transparent url('images/product-tab-shadow-left.gif') no-repeat left bottom;

}


#tabs .shadowRight {

	background: transparent url('images/product-tab-shadow-right.gif') no-repeat right bottom;

}
/* Links */


#tabs a {
	
	display: block;
	
	height: 21px;
	
	text-decoration: none;
	
	width: auto;
	
	font: 10px/21px Arial, Helvetica, sans-serif;
	
	color: #384f5a;
	margin: 0;
	
	padding: 0 10px;

}


#tabs a:hover {
	
	color: #ffffff;
	
	background-color: transparent;

}


#tabs #activeTab a:hover {

	color: #000;

}


#loading {
	
	padding: 30px;
	
	float: left;
	
	width: 100px;

}


#product-image {
	
	margin: 75px 0 0 0 !important;

	float: right;

	width: 175px;

}