﻿html 
{
	height:100%;
}
body
{
	font-family: Verdana;
	color: white;
	margin: 0px;
	padding: 0px;
	height:100%;
}
.MainTable
{
	BORDER-RIGHT: #587d90 1px solid; 
	BORDER-TOP: #587d90 1px solid; 
	BORDER-LEFT: #587d90 1px solid; 
	BORDER-BOTTOM: #587d90 1px solid;
}
.MainContentArea
{
	height:560px;
	color:Black;
	padding-left:5px;
	font-size:90%;
}
.MainContentArea a
{
	color: #06367e;
	text-decoration: none;
}

.MainContentArea a:link{
	color: #06367e;
	text-decoration: none;
}

.MainContentArea a:visited{
	color: #06367e;
	text-decoration: none;
}

.MainContentArea a:hover{
	color: #06367e;
	text-decoration: underline;
}
#wrap 
{
	position:relative;
	margin:auto;
	min-height:100%;
}
* html #wrap 
{
	height:100%
}
#clearfooter 
{
height:180px;
overflow:hidden;
}
#footer 
{
	height:180px;
	margin:0; 
	padding:0;
	margin-top:-180px;
	font-size:80%;
}
a
{
	color: white;
	text-decoration: none;
}

a:link{
	color: white;
	text-decoration: none;
}

a:visited{
	color: white;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: underline;
}

.ProductTitle
{
	color:#06367e;
	font-size:18px;
}
.CrumbTrail
{
	font-size:80%;
}
.WishList
{
	font-size:80%;
}
.RecentItemsList
{
	font-size:80%;
}
.TopSellersList
{
	font-size:80%;
}
.ProductList
{
	font-size:80%;
}
h1
{
 font-size:xx-large;
 font-style:italic;
 font-weight:bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 114%;
 color: #06367e;
 margin: 0px;
 padding: 0px;
}
.LeftNav h3
{
	color:White;
	padding-left:20px;
	font-weight:bold;
	margin-bottom:-15px;
}
h3
{
 font-size: 108%;
 color: #06367e;
 margin: 0px;
 padding: 0px;	
}
.box-top-bgr {
   padding-top :5px;
   background: url(../SiteImages/box_bgr_top.jpg) no-repeat left bottom;
   width: 192px;
   height: 8px;
}
.box 
{
   background: url(../SiteImages/box_bgr_fill.jpg);
   width: 192px;
   font-size:small;
   text-align:left;
}
.box a:hover{
	color: White;
	text-decoration: underline;
}
.box-bottom-bgr 
{
   background: url(../SiteImages/box_bgr_bottom.jpg) no-repeat left top;
   width: 192px;
   height: 10px;
}
.box ul li
{
    color: white;
    width: 190px;
    list-style-type:none;	
    margin-left:-20px;
}
.ratingStar 
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../SiteImages/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../SiteImages/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../SiteImages/SavedStar.png);
}
.Menu a
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:large;
}
.SideMenuItem
{
	height:43px;
	width:174px;
	padding-left:40px;
	font-size:80%;
	font-weight:bolder;
	vertical-align:middle;
}
.SideMenuSubItem
{
	padding-left:10px;
	font-size:80%;
}