﻿html, body, form 
{
	/*height: 100%;*/
}
body 
{
	margin: 0px;
	background-color: #000;
	color: #C6C6C6;
	font-family: Arial;
	font-size: 12px;
}
a:link, a:visited 
{
	color: #FFF;
	text-decoration: underline;
}
a:hover 
{
	color: #9EB0E2;
	text-decoration: underline;
}
h1 
{
	font-size: 32px;
	margin-top: 6px;
	color: #FFF;
}
div .imageFooter 
{
	padding-top: 3px;
	font-style: italic;
}
.footerMenu a:link, .footerMenu a:visited
{
	color: #A7A7A7;
	font-size: 11px;
	text-decoration: none;
}
.footerMenu a:hover 
{
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
.headerMenu a:link, .headerMenu a:visited
{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
.headerMenu a:hover 
{
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}
.thumbnailFrame 
{
	width: 179px;
	height: 208px;
	margin-left: 3px;
	float: left;
}
.thumbnailPhoto
{
	width: 100%;
	height: 151px;
	background-image: url(Images/thumbnailBg.gif);
	background-repeat: no-repeat;
	padding: 1px 1px 1px 1px;
	border-width: 0px;
}
.thumbnailProductTitle
{
	color: #FFF;
	font-variant: small-caps;
	font-weight: bold;
}
.thumbnailDescription 
{
	font-size: 10px;
}
.productPath 
{
	font-size: 14px;
	color: #A7A7A7;
	margin-bottom: 0px;
}
.buttonReturn 
{
	height: 30px;
	background-image: url(Images/icon_return.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 30px;
}
ul.menu 
{
	list-style-type: square;
	padding-left: 18px;
	margin-left: 0px;
	line-height: 8px;	/* Works only for Firefox to show proper line height between items */
}
ul.menu li 
{
	font-size: 12px;
	line-height: 18px;
}
#productSpecs 
{
}
#productSpecs b, 
#productSpecs strong
{
	color: #FFF;
	text-transform: uppercase;
}
#productSpecs strong 
{
	color: #FFF;
}
#productSpecs ul 
{
	margin-left: 0px;
	padding-left: 18px;
	list-style-type: square;
}
#productSpecs table table
{
	border: solid 1px #7F7F7F;
	padding: 3px 8px 3px 8px;
}
#productSpecs table table tr td
{
	border-bottom: solid 1px #666;
	text-align: center;
}
#productSpecs table table tr th
{
	background-color: #505050;
	color: #FFF;
	height: 20px;
}
#productSpecs table table tr
{
	background-color: #696969;
	color: #FFF;
}
#productSpecs table table tr:hover td
{
	background-color: #555;
	color: #FFF;
}

/*---------button-----------*/
.buttonCheckOut
{
	height: 35px;
	width: 120px;
	text-align: center;
	background: url(Images/button-ok.png) no-repeat;
	margin-left: 10px;
	padding-bottom: 11px;
}
.buttonCheckOut a
{
	text-decoration: none;
	line-height: 35px;
	display: block;
}
.buttonOk
{
	height: 35px;
	width: 120px;
	text-align: center;
	background: url(Images/button-ok.png) no-repeat;
	padding-bottom: 11px;
}
a.buttonOk 
{
	text-decoration: none;
	line-height: 35px;
	display: block;
}
.buttonPaypal 
{
	float: left;
	display: block;
	background-image: url('Images/buttonPaypal.gif');
	width: 144px;
	height: 47px;
}

/*-----shopping cart---*/
.shoppingCartItem
{
	line-height: 30px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}
.myCart
{
	position: absolute;
	background: url(Master/myCartIcon.png) no-repeat left;
	padding-left: 35px;
	top: 85px;
	right: 60px;
	height: 32px;
	line-height: 32px;
}
.myCart a
{
	text-decoration: none;
}
/**** Layout styles *****************/

/***

Replaced with tables to get desired effect to use 100% of screen in any situation

#leftBar
{
	float: left;
	width: 217px;
}
#content
{
	float: left;
}
#contentFull
{
	margin: 0px 8px 0px 230px;
	padding: 8px 8px 8px 8px;
}
#rightBar
{
	float: left;
	width: 150px;
}
***/
/*product page*/
.qtyColumn
{
    float: left;
    margin-left:10px;
    line-height:30px;
    width: 30px;
}
.comboxColumn
{
    width: 150px;
    float: left;
    padding-left: 10px;
}
.priceColumn
{
    float: left;
    margin-left:10px;
    line-height:30px;
    width: 30px;
}
.productPrice
{
    float: left;
    padding-left: 10px;
    line-height: 30px;
    clear: right;
}
.outOfStock 
{
	display: block;
	float: left;
	font-weight: bold;
	padding: 8px;
	background-color: #191919;
}
