@charset "utf-8";
/*----------------------------------------------------------
Current cart
----------------------------------------------------------*/
#page-id{
	height: 1%;
	padding: 0 10px;
}

/*----------------------------------------------------------
top content
----------------------------------------------------------*/
#content-padding{
	padding: 20px 17px 0 17px;
}
#top-content{
	background-color: #E3E3E3;
	padding: 5px;
}

/*Photos*/
#photo-column{
	width: 248px;
	float: left;
}
#large-photo{
	padding: 0 0 8px 0;
}
#other-views{
	font-size: 11px;
}
#other-views strong{
	display: block;
	background-color: #005F85;
	color: #FFFFFF;
	padding: 7px 0 7px 20px;
	margin: 0 6px 0 0;
	background-image: url(/images/other-views-arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}
#other-views strong em{
	font-weight: normal;
	font-style: normal;
}
#other-views ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#other-views li{
	float: left;
	padding: 6px 4px 0 0;
}

/*Content*/
#top-content-text{
	width: 486px;
	background-color: #F7F7F7;
	float: left;
}
#basic-details{
	height: 206px;
	overflow: auto;
	padding: 18px 19px;
}
#basic-details h2{
	color: #005F85;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
#basic-details h3{
	color: #005F85;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	margin: 0;
	padding: 0 0 1em 0;
}
#basic-details p{
	margin-bottom: 0;
}
#purchase{
	background-color: #005F85;
	color: #FFFFFF;
	padding: 0 0 0 20px;
	height: 40px;
	width: 713px;
}
#purchase2{
	background-color: #005F85;
	color: #FFFFFF;
	padding: 20px;
	height: auto;
	width: 400px;
	float:left;
	margin-bottom:20px;
}
#purchase h4{
	padding-top: 8px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
#purchase ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%;
}
#purchase li{
	float: left;
	padding-right: 4px;
	margin: 0;
}
.qty{
	padding-top: 4px !important;
}
.qty-field input{
	width: 30px;
}

/*----------------------------------------------------------
lower content
----------------------------------------------------------*/
#tabs-padding{
	padding: 30px 0 30px 0;
	display: block;	
	/*width: 500px;*/
}
#tabs{
	padding: 0;
	margin: 0;
	background-image: url(/images/black1.gif);
	background-repeat: repeat-x;
	background-position: left 25px;
}
#tabs ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#tabs li{
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
}
#tabs li a{
	display: block;
	color: #005F85;
	padding: 5px 10px 0 10px;
}
#tabs li a:link,
#tabs li a:visited{
	text-decoration: none;
}
#tabs li a:hover,
#tabs li a:active{
	text-decoration: underline;
}
.tab-selected{
	border: 1px solid #000000;
	border-bottom-color: #FFFFFF;
	height: 24px;
}
.tab-not-selected{
	border:  1px solid #71A2B6;
	border-bottom: 0;
	height: 24px;
	background-color: #F7F7F7;
}
#tabs-content{
	border: 1px solid #000000;
	border-top: 0;
	height: 200px;
	overflow: auto;
	clear: both;
}
#tabs-content{
	border: 1px solid #000000;
	border-top: 0;
	height: 200px;
	overflow: auto;
	clear: both;
	padding: 20px;
}

#tabs-content2{
	border: 1px solid #000000;
	border-top: 0;
	height: 200px;
	overflow: auto;
	clear: both;
	padding: 20px;
	visibility: hidden;
}


.tabs-content h2{
	color: #005F85;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.tabs-content h3{
	color: #005F85;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	margin: 0;
	padding: 0 0 1em 0;
}

table.dataset {color: #005F85; }
table.dataset th {padding: 3px; border-left: 1px dotted #d1e3ea; border-bottom: 1px dotted #d1e3ea; text-align:left; vertical-align:top;}
table.dataset td {padding: 3px; border-bottom: 1px dotted #d1e3ea; vertical-align:top;}