﻿
div.productintro {
	margin-left: 253px;
}

#productDetails {
	float: left;
	width: 233px;
	margin: 0 20px 10px 0;
	_margin: 0 10px 10px 0;
}

#productDetails div.top {
	background: url(../images/sidebar_top.gif) no-repeat left top;
	height: 9px;
	width: 233px;
	overflow: hidden;
}

#productDetails div.middle {
	background: url(../images/sidebar_bg.gif) repeat-y left top;
	width: 223px;
	padding: 0 5px 0 5px;
}

#productDetails div.bottom {
	background: url(../images/sidebar_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: 8px ;
}

#productDetails div.image img {
	border: solid 1px #9196bf;
}

#productDetails table {
	margin: 0 0 0 8px;
}

#productDetails table td {
	color: #777777;
	padding: 0 10px 0 0;
}

input.buybutton {
	width: 113px;
	height: 38px;
	border: none;
	background: url(../images/buy_button.gif) no-repeat left top;
	margin: 0 0 0 100px;
	cursor: pointer;
	text-align: left;
	color: #ffffff;
	padding-left: 18px;
	font-family: Arial;
}

#productDetails a.buybutton 
{
    display: block;
    width: 113px;
    height: 38px;
    border: none;
    background: url(../images/buy_button.gif) no-repeat left top;
    margin: 0 0 0 100px;
    cursor: pointer;
    text-align: left;
    color: #ffffff;
    padding: 10px 0 0 20px;
    font-size: 110%;
    text-decoration: none;
}

input.buybutton:hover {
	background: url(../images/buy_button_hover.gif) no-repeat left top;
}

table.productListing 
{
	width: 100%;
	_width: 99%;
	border-collapse: collapse;
	clear: both;
}

table.productListing th 
{
	border: solid 1px white;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	background-color: #cdcdcd;
	color: White;
	padding: 1px 4px;
	vertical-align: middle;
}

table.productListing th a 
{
	color: White!important;
}

table.productListing th.ascending 
{
	padding-left: 16px;
	background: #cdcdcd url(../images/sortasc.gif) no-repeat 2px 2px;
}

table.productListing th.descending 
{
	padding-left: 16px;
	background: #cdcdcd url(../images/sortdesc.gif) no-repeat 2px 2px;
}

table.productListing td 
{
	vertical-align: middle;
	padding: 4px;
	background-color: #f4f4f5;
	border-left: solid 1px white;
}

table.productListing td.image
{
	vertical-align: top;
	padding: 0 8px 8px 0;
	background-color: White;
}

table.productListing td.image img
{
	width: 40px;
}

table.productListing td.description 
{
	padding: 4px 4px 8px 4px;
	font-size: 90%;
	background-color: White;
	height: 8px;
}

table.productListing td.gaprow 
{
	background-color: white;
	border-top: solid 1px #cdb4b5;
	height: 8px;
}

table.productListing td.smallgap 
{
	height: 7px;
	background-color: white;
}

table.productListing td.name a
{
	font-size: 110%;
	text-decoration: underline;
	display: block;
}

table.productListing td.price
{
	font-weight: bold;
}

table.productListing td.buy 
{
	text-align: center;
}

table.productListing td input 
{
	font-size: 100%;
	font-weight: bold;
	color: White;
	background-color: #ab9c9f;
	border: solid 1px #958a8f;
	width: 50px;
	margin: 0px;
}

table.productListing td input.unavailable 
{
	background-color: #dcd1d3;
	border: solid 1px #ede3e7;
}

div.pageselector 
{
	text-align: right;
	color: #dec4c4;
}

div.pageselector a.disable
{
	color: #dec4c4;
}

div.pageselector a.current 
{
	color: Black;
	font-weight: bold;
}

#productversionstable 
{
	width: 100%;
	_width: 99%;
	clear: both;
	margin-bottom: 8px;
}

#productversionstable table 
{
	width: 100%;
	/*border: solid 1px #6c72b1;*/
	border-collapse: collapse;
}

#productversionstable thead 
{
	background-color: #6c72b1;
}

#productversionstable thead td 
{
	color: White;
	padding: 2px 4px;
	font-weight: bold;
}

#productversionstable tbody td.submit
{
	padding: 2px 0px;
	text-align: right;
}

#productversionstable tbody td.submit input 
{
	font-size: 100%;
	display: block;
	font-weight: bold;
	color: White;
	background-color: #6c72b1;
	border: solid 1px white;
	width: 70px;
	margin: 0px;
}

#productversionstable tbody td.submit a
{
	font-size: 100%;
	display: block;
	font-weight: bold;
	color: White;
	background-color: #6c72b1;
	border: solid 1px white	;
	width: 48px;
	text-align: center;
	text-decoration: none;
	padding: 1px 0px;
}

#productversionstable tbody td 
{
	padding: 2px 14px 2px 4px;
	border-bottom: solid 1px #6c72b1;
}

#productversionstable tbody tr.withnote td
{
	border-bottom: none;
}

#productversionstable tbody td.notes
{
	background: url(../images/notes.gif) no-repeat 2px -5px;
	padding:  1px 4px 4px 24px;
	font-size: 90%;
}

#productversionstable tbody tr.alt {
	
}

#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: #ab9c9f!important;
}

.quantBox 
{
	background-color: #ab9c9f;
	position: absolute;
	width: 40px;
	border: solid 1px #ab9c9f;
	color: White;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#viewScreenshots {
	display: block;
	background-color: #e4e4ef;
	border: solid 1px #9196bf;
	text-align: center;
	margin: 0px 8px 10px 8px;
	padding: 2px 0;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}
