/* SUPPIER DETAILS */
div.packagedetails .hide,
div.supplierDetails .hide {
	display: none;
}

div.supplierDetails div.rightside,
div.packagedetails div.rightside {
	width: 195px;
	float: right;
	
	margin: 0 0 10px 10px;
}

div.supplierDetails div.package img {
	float: left;
	margin: 0 10px 10px 0;
}

div.supplierDetails div.package {
	clear: left;
}
/* SUPPIER DETAILS */



/* TABS */
div.content ul.tabs {
	list-style-type: none;
	padding: 0;
	line-height: 1;
}

ul.tabs li {
	display: block;
	width: 84px;
	height: 20px;
	background: url(/ClassLibrary/Inntopia/_inc/tabs.gif) -87px 0px no-repeat;
	color: #1F5A84;
	
	padding-top: 7px;
	padding-left: 3px;
	
	float: left;
}

ul.tabs li.selected {
	background-position: 0px 0px;
}

ul.tabs li a:link,
ul.tabs li a:active,
ul.tabs li a:visited,
ul.tabs li a:hover {
	color: #1F5A84;
	text-decoration: none;
}

ul.tabs:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
ul.tabs {
	display: inline-block;
}
 
html[xmlns] ul.tabs {
	display: block;
}
 
* html ul.tabs {
	height: 1%;
}


div.tab {
	background-color: #FFF;
	padding: 20px;
}

div.tab h2 {
	font-size: 16px; 
}

div.options img {
	clear: left; 
	float: left;
	margin: 0 10px 10px 0;
}

div.options h2 { 
	border-bottom: 2px solid #5B4837;
	margin-bottom: 2px;
}
/* /TABS */




/* REVIEWS */

span.rating span.none,
span.rating span.half,
span.rating span.full {
	width: 13px;
	height: 14px;
	
	min-width: 13px;
	display: -moz-inline-box;
	display: inline-block;
	
	background: url(/ClassLibrary/Inntopia/_inc/stars.gif) no-repeat;
	
	text-indent: -100em;
	font-size: 1px;
	overflow: hidden;
}

span.rating span.none {
	background-position: -26px 0px;
}
span.rating span.half {
	background-position: -13px 0px;
}
span.rating span.full {
	background-position: 0px 0px;
}
/* /REVIEWS */




/* PHOTO GALLERY */
div.photogallery {
	clear: right;
	
	padding: 10px;
	border: 2px solid #2f3c01;
	width: 520px;
	height: 90px;
	
	margin-bottom: 20px;
}

div.photogallery p {
	width: 70px;
	font-size: 16px;
	text-align: center;
	padding: 20px 0 0;
	line-height: 1.3;
	font-weight: bold;
	float: left;
}

div.photogallery img {
	border: 2px solid #2f3c01;
}

div.photogallery div.img {
	margin-left: 10px;
	display: inline;
}

div.photogallery div.container {
	margin-left: 80px;
	white-space: nowrap;
	overflow: auto;
}
/* /PHOTO GALLERY */

