@charset "iso-8859-1";
@import url("/css/global2007.css");

/* PRODUCT PAGE */

#product {
	vertical-align: top;
	width: 568px;
}

#prodName {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 18px;
	color: #333099;
	width: 100%;
}

#prodDesc {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
}

#prodImageDiv {
	width: 558px;
	text-align: left;
}

#prodImageDiv #prodImgHighlight {
	border-bottom: solid 2px #cccbe5;
}

#prodImageDiv #prodImgHighlight .prodHighlight {
	padding-top: 50px;
}

#prodImageDiv #prodImgHighlight .prodHighlight li{
	padding-top: 10px;
	list-style-position: outside;	
	list-style-image: url(/images/highlightBullet.gif);
	color: #666666;
	font-size: 12px;
	vertical-align: middle;
}

#prodImageDiv #prodImgHighlight .prodHighlight li a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333099;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	background-color: #cccbe5;
	border-right: solid 2px #ffffff;
}

#contentCell {
	background-image: url(../images/productBuyNowBg.gif);
	background-position: right;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Verdana, Arial;
}

/* OTHER VIEWS */

#viewsTable {
	margin-top: 10px;
	width: 350px;
}

#viewsTable td.title {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333099;
	width: 90px;
}

#viewsTable td.view {
	text-align: center;
	width: 24px;
	font-family: "Trebuchet MS", Verdana, Arial;
	
}

#viewsTable td.view a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333099;
	text-align: center;
	text-decoration: none;
	border: solid 1px #333099;
	display: block;
	width: 20px;
}

#viewsTable td.backButton {
	text-align: center;
	width: 54px;
	
}

#viewsTable td.backButton a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333099;
	text-align: center;
	text-decoration: none;
	border: solid 1px #333099;
	display: block;
	width: 50px;
}

/* PRODUCT SPECS */

#specsDiv {
	margin-top: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #333099;
}

#specTabs {
	width: 558px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #333099;
}

#specTabs a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333099;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	background-color: #cccbe5;
	border-right: solid 2px #ffffff;
	display: block;
	float: left;
}

#features, #weight, #others {
	width: 558px;
	height: 200px;
	overflow: auto;
	float: left;
	border-top: solid 2px #cccbe5;
	border-bottom: solid 2px #cccbe5;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #333099;
}

#features table, #weight table, #others table {
	font-family: "Trebuchet MS", Verdana, Arial;
	width: 538px;
	font-size: 12px;
	color: #333099;
}

#related table {
	width: 420px;
}

#related #prodDetails {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 10px;
	border-bottom: solid 1px #cccbe5;
	vertical-align: top;
	color: #999999;
	padding: 20px 20px 0px 10px;
}

#relatedBuyColumn {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 10px;
	color: #333099;
	vertical-align: top;
	padding: 20px 5px 0px 10px;
	width: 154px;
}

#relatedBuyColumn .stock {
	font-size: 8px;
}

#relatedBuyColumn .price {
	font-size: 10px;
	line-height: 60px;
}

/* BUY COLUMN */

#buyColumn {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #333099;
	vertical-align: top;
	padding: 20px 5px 0px 10px;
	width: 154px;
}

#buyColumn .stock {
	font-size: 12px;
}

#buyColumn .price {
	font-size: 22px;
	line-height: 60px;
}

#buyColumn .pricefv {
	font-size: 22px;
	line-height: 60px;
	color: #FF0000;
}

/*Added 090216*/
#buyColumn .stdprice {
	font-size: 22px;
	line-height: 60px;
	/*text-decoration:line-through;*/
	color:#999999;
}
/*Added 090216*/

a.buyNow {
	text-decoration: none;
	width: 100%;
	height: 40px;
	display: block;
	padding: 8px 2px 2px 2px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	margin-bottom: 100px;	
}

a.disabled {
	background-image:none;
}

.infoTable {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #333099;
	width: 535px;
	font-size: 12px;
}

.infoHeading {
	font-weight: bold;
	font-size: 14px;
}

.infoTable td {
	border-bottom: solid 1px #cccbe5;
}

/*Deal Of The Week*/

#dotw
{
	border: solid 2px #114b9b;
	text-align:center;
	background-color: #ffffff;
}

#dotw a.moreInfo, price
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
}

#dotwTitle
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	width: 100%;
	background-color: #114b9b;
}

#dotwAd
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;	
}

#dotwManu
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;	
}

/*Products Already Viewed*/

#pavDiv {
	text-align:center;
	border: solid 2px #CFCFE7;
	background-color: #ffffff;
}

#pavTitle
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 100%;
	background-color: #CFCFE7;
}

#pavAd
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;	
}

#pavManu
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	background-color: #ffffff;
}