﻿
#productDetails td.offerPrice {
	color: Red!important;
	font-weight: bold;
}

#productDetails tr.offer h3 {
	color: Red!important;
}

#productDetails {
	float: left;
	width: 233px;
	margin: 0 20px 10px 0;
	_margin: 0 10px 20px 0;
}

#productDetails div.top {
	background: url(../images/panel_top.gif) no-repeat left top;
	height: 9px;
	width: 233px;
	font-size: 1px;
}

#productDetails div.middle {
	background: url(../images/panel_bg.gif) repeat-y left top;
	width: 223px;
	padding: 0 5px 0 5px;
}

#productDetails div.bottom {
	background: url(../images/panel_bottom.gif) no-repeat left top;
	height: 11px;
	width: 233px;
}

#productDetails h2 {
	margin: 0 0 0 8px;
	font-size: 90%;
}

#productDetails div.image {
	text-align: center;
	padding: 0;
}

#productDetails table {
	margin: 0 0 0 8px;
}

#productDetails table td {
	color: #777777;
	padding: 0 10px 0 0;
}

input.buybutton {
	width: 80px;
	height: 23px;
	border: none;
	background: #7caecd;
	border: solid 1px #496e92;
	margin: 4px 0 5px 132px;
	cursor: pointer;
	text-align: left;
	color: white;
	text-align: center;
	font-weight: bold;
}

#productDetails a.buybutton {
	width: 80px;
	border: none;
	background: #7caecd;
	border: solid 1px #496e92;
	margin: 4px 0 0 132px;
	cursor: pointer;
	text-align: center;
	color: White;
	padding: 3px 0;
	display: block;
	text-decoration: none;
}





table.productListing 
{
	width: 100%;
	border-collapse: collapse;
	background: url(../images/table_bg.gif) repeat-y left top;
	clear: both;
}

div.tableTop, div.fullPanelTop {
	background: url(../images/table_top.gif) no-repeat left top;
	height: 6px;
	overflow: hidden;
	font-size: 1px;
	clear: both;
}

div.tableBottom, div.fullPanelBottom {
	background: url(../images/table_bottom.gif) no-repeat left top;
	height: 9px;
	overflow: hidden;
	clear: both;
	font-size: 1px;
}

div.tableMid {
	background: url(../images/table_bg.gif) repeat-y left top;
	width: 100%;
	clear: both;
}


div.alternative input.buybutton {
	background:url(/images/add_to_cart.jpg) no-repeat left top; 
	font-size: 0px; 
	line-height:100px; 
	overflow: hidden; 
	height: 36px; 
	width: 169px; 
	border: none; 
	padding: 0;
	margin-left: 28px;
}





table.productListing p.offerText {
	padding-top: 4px;
}

table.productListing p.offerText strong {
	color: Red;
}

table.productListing th 
{
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	padding: 1px 4px 2px;
	background-color: #bbd6e6;
}

table.productListing th a 
{
	color: White!important;
}

table.productListing th.ascending 
{
	padding-left: 16px;
	background: #bbd6e6 url(../images/sortasc.gif) no-repeat top left;
}

table.productListing th.descending 
{
	padding-left: 16px;
	background: #bbd6e6 url(../images/sortdesc.gif) no-repeat top left;
}

table.productListing td 
{
	vertical-align: middle;
	padding: 4px;
}

table.productListing td.image
{
	vertical-align: top;
	padding: 4px 8px 4px 4px;
}

table.productListing td.image img
{
	width: 40px;
}

table.productListing td.description 
{
	padding: 4px 4px 8px 4px;
	font-size: 90%;
	height: 8px;
}

table.productListing td.gaprow 
{
	height: 8px;
	background: transparent url(../images/table_gap.gif) no-repeat left top;
}

table.productListing td.name a
{
	font-size: 110%;
	text-decoration: underline;
	display: block;
	font-weight: bold;
}

table.productListing td.price
{
	font-weight: bold;
	color: #3a6f99;
}

table.productListing td.buy 
{
	text-align: right;
}

table.productListing td input 
{
	background: #7caecd;
	border: solid 1px #496e92!important;
	font-size: 100%;
	color: white;
	border: none;
	width: 60px;
	text-align: center;
	padding: 1px 0!important;
	margin-right: 4px;
}

table.productListing td.buy a
{
	display: block;
	float: right;
	background: #7caecd!important;
	border: solid 1px #496e92!important;
	font-size: 100%;
	color: white;
	border: none;
	width: 60px;
	text-align: center;
	padding: 2px 0;
	margin: 0;
	text-decoration: none;
}

table.productListing td.options a {
}


table.productListing td input.unavailable 
{
	color: #999999;
	background: none!important;
	border-color: #eeeeee;
}

div.pageselector 
{
	text-align: right;
	color: #4eab1b;
}

div.pageselector a.disable
{
	color: #d0e2ed;
}

div.pageselector a.current 
{
	color: Black;
	font-weight: bold;
}

#productversionstable p.offerNotes strong {
	color: Red;
}

#productversionstable tr.offerNotesAll strong {
	color: Red;
}

#productversionstable 
{
	clear: both;
}

#productversionstable table 
{
	background: transparent url(../images/table_bg.gif) repeat-y left top;
	width: 100%;
	border-collapse: collapse;
}

#productversionstable thead 
{
	background-color: #bbd6e6;
}

#productversionstable thead td 
{
	color: White;
	padding: 2px 4px;
	font-weight: bold;
}

#productversionstable tbody td.submit
{
	padding: 2px 4px;
	text-align: right;
}

#productversionstable tbody td.submit input 
{
    background: #7caecd;
	border: solid 1px #496e92!important;
	font-size: 100%;
	color: white;
	border: none;
	width: 60px;
	text-align: center;
	padding: 1px 0;
	margin-right: 4px;
}

#productversionstable tbody td.submit a
{
    background: #7caecd;
	border: solid 1px #496e92!important;
	font-size: 100%;
	color: White;
	width: 60px;
	text-align: center;
	padding: 2px 0;
	float: right;
	display: block;
	text-decoration: none;
	margin-right: 4px;
}

#productversionstable tbody td 
{
	padding: 2px 14px 2px 4px;
	border-bottom: solid 1px #bbd6e6;
}

#productversionstable tbody tr.withnote td
{
	border-bottom: solid 1px #bbd6e6;
}

#productversionstable tbody td.notes
{
	background: url(../images/notes.gif) no-repeat 2px -5px;
	padding:  1px 4px 4px 24px;
	font-size: 90%;
}

#productversionstable tbody tr.default td
{
	font-weight: bold;
}

td.alignright 
{
	text-align: right;
}

table.productListing td.total 
{
	font-weight: bold;
}

input.quantity 
{
	background-color: White!important;
	color: Black!important;
	font-weight: normal!important;
	border-color: #3a6f99!important;
}

.quantBox 
{
	background-color: #ab9c9f;
	position: absolute;
	width: 40px;
	border: solid 1px #ab9c9f;
	color: White;
	font-weight: bold;
	text-align: center;
	cursor: hand;
}

#viewScreenshots {
	display: block;
	margin: 4px 0;
	width: 134px;
	padding: 2px 0;
	text-align: center;
}