.product {
	padding-bottom: 20px;
	border-bottom: 2px dotted #999999;
	margin-bottom: 20px;
}
.producttitle {
	margin-bottom: 5px;
	color: #0089D0;
}

/**
* Product image
*/
.productimgs {
	position: relative;
	border: 0px solid #CCCCCC;
	margin: 0px 0px 00px 0px;
}
.productimg {
	display: block;
	margin: 10px;
}
.productimgs img.icon {
	position: absolute;
	z-index: 10;
}

/**
* Features
*/
.features {
	clear: both;
	width: 100%;
	padding-bottom: 20px;
}
.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;
	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: auto;
	padding-bottom: 15px;
}
.tabcontent .tabcontentoff {
	display: none;
	padding-bottom: 15px;
}
.tabcontent .basic {
	padding: 10px;
}

/**
* Specification type tables
*/
.specstable {
	font-size: 100%;
	width: 100%;
	background-color: #B3CDD8;
	margin-bottom: 8px;
}
.specstable td, .specstable th {
	padding: 5px;
	text-align: center;
}
.specstable th {
	background-color: #3388FF;
	color: white;
}
.specstable td {
	background-color: #FFFFFF;
}
.specstable td.rowheader, .specstable th.rowheader {
	text-align: left;
	font-weight: bold;
}
.specstable .rowsubheader {
	text-align: left;
}
.specstable tr.even td, .specstable td.even {
	background-color: #E5ECEF;
}
.specstable .model {
	font-weight: bold;
}
.specstable .subheader th, .specstable .subheader td {
	background-color: #E5ECEF;
	color: #000000;
}
.specstable td.description {
	text-align: left;
}
.specratings {
	text-align: right;
}
.specratings img {
	margin-left: 5px;
}

/**
* 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: #999999;
	border-width: 2px 0px 0px 0px;
	margin: 15px 0px;
}
