/**
* Title
*/
.product {
	border-bottom: 4px solid #0089D0;
	margin-bottom: 20px;
}
h2.productTitle {
	margin-bottom: 5px;
	color: #0089D0;
}
.discontinued {
	color: #B85717;
}

/**
* Product image
*/
#productimgs {
	position: relative;
	border: 0px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
	min-height: 105px;
}
#productimgs img.med {
	display: block;
	margin: 0px auto;
}
#productimgs img.icon {
	position: absolute;
	z-index: 10;
}

/**
* Description
*/
#overview {
	margin-bottom: 20px;
}

/**
* Features
*/
#features {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
}
#features .featureslist {
	padding-top: 0px;
	margin-bottom: 0px;
}
#features .footnotes {
	padding-left: 15px;
}
#featureicons {
	text-align: right;
	margin-bottom: 20px;
}
#featureicons img {
	margin-left: 5px;
}

/**
* Tabs
*/
#tabs {
	/*float: left;*/
	clear: both;
	list-style-type: none;
	width: 100%;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	border-bottom: 3px solid #181818;
}
#tabs li {
	display: block;
	float: left;
	margin-right: 1px;
	padding-left: 10px;
	padding-bottom: 3px;
	background-color: #181818;
	background-image: url(/media/img/common/tabs/tab_details_lft_on.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
}
#tabs h3 {
	padding-right: 10px;
	padding-top: 3px;
	margin-bottom: 0px;
	background-image: url(/media/img/common/tabs/tab_details_rgt_on.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 120%;
}
#tabs li.tabon {
	background-image: url(/media/img/common/tabs/tab_details_lft_on.gif);
	cursor: auto;
}
#tabs li.tabon h3 {
	background-image: url(/media/img/common/tabs/tab_details_rgt_on.gif);
}
#tabs li.taboff {
	background-image: url(/media/img/common/tabs/tab_details_lft_off.gif);
	cursor: pointer;
}
#tabs li.taboff h3 {
	background-image: url(/media/img/common/tabs/tab_details_rgt_off.gif);
}
#tabs .tabon a {
	color: #FFFFFF;
	text-decoration: none;
	cursor: text;
}
#tabs .taboff a {
	color: #444444;
	text-decoration: underline;
}
#tabs .taboff a:hover {
	color: #3366FF;
	text-decoration: underline;
}

/**
* Tab content
*/
#tabcontent  {
	clear: both;
	width: 100%;
}
#tabcontent .tabcontenton {
	display: ;
	padding-bottom: 15px;
}
#tabcontent .tabcontentoff {
	display: none;
	padding-bottom: 15px;
}
#tabcontent .basic {
	padding: 10px;
}
#tabcontent .basicTabContent {
	padding: 15px;
	border: 1px solid #CCCCCC;
}

/**
* Specification type tables
*/
.specstable {
	width: 100%;
	background-color: #B3CDD8;
	margin-bottom: 8px;
}
.specstable td, .specstable th {
	padding: 5px;
	text-align: center;
}
.specstable th {
	/*background-color: #3388FF;*/
	background-color: #3795ED;
	color: #FFFFFF;
}
.specstable th .subtext {
	color: #FFFFFF;
}
.specstable td {
	background-color: #FFFFFF;
}
.specstable ul {
	text-align: left;
}
.specstable td.rowheader, .specstable th.rowheader {
	text-align: left;
	font-weight: bold;
}
.specstable .rowsubheader {
	text-align: left;
	padding-left: 10px;
}
.specstable tr.even td, .specstable td.even {
	background-color: #E5ECEF;
}
.specstable tr.odd td, .specstable td.odd2 {
	background-color: #F2F5F8;
}
.specstable .model {
	font-weight: bold;
}
.specstable .subheader th, .specstable .subheader td {
	background-color: #A4C4DB;
	color: #000000;
	font-weight: bold;
}
.specstable .description {
	padding-left: 8px;
	text-align: left;
}
.specstable td.empty {
	background-color: #EFEFEF;
}
.specratings {
	text-align: right;
}
.specratings img {
	margin-left: 5px;
}
.specstable td.modelPhoto {
	padding: 0px;
}
.specstable td.modelPhoto img {
	display: block;
}

/**
* Applications
*/
.applications {
	padding: 10px;
}
.applications .appimages {
	padding: 10px;
}

/**
* Usage/Warnings
*/
.usage {
	padding: 10px;
}


/**
* SKU popup content
*/
#skupopup {
	background-color: #FFFFFF;
	width: 400px;
	height: 500px;
}

/**
* Product list
*/
hr.divider {
	border-style: dotted;
	border-color: #CCCCCC;
	border-width: 2px 0px 0px 0px;
	margin: 15px 0px;
}
