﻿body 
{
	background-color:#0066CC;
	font-family:Verdana;
	font-size:9pt;
}

.master
{
	border-color:Black;
	border-spacing:0;
	border-collapse:collapse;
	border-style:solid;
	border-width:1pt;
}
.topRow
{
	background-color:Black;
	color:White;
}
.TopLink
{
	text-decoration:none;
	font-weight:bold;
	color:White;
}
.TopLink:hover
{
	text-decoration:none;
	font-weight:bold;
	color:#999999;
}
.BottomLink
{
	color:White;
}
.BottomLink:hover
{
	color:White;
}
.bookmark
{
	background-repeat:no-repeat;
	color:white;
	font-weight:bold;
}
.leftmenu
{
	background-color:#DDFFFF;

}	

.rightcart
{
	background-color:#DDFFFF;
	border: solid 1px #55CCCC;
}
.box:hover
{
	background-color:#ffffff;
	text-decoration:none;
}



.anylinkcss a
{
width: 210;
display: block;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-indent: 10px;
color:Black;
border-top: solid 1px #DDFFFF;
border-bottom: solid 1px #DDFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
width: 210;
background-color:white;
color:Black;
border-top: solid 1px #55CCCC;
border-bottom: solid 1px #55CCCC;
}

.anylinkcss2 a
{
width: 210;
display: block;
padding: 1px 1px 1px 1px;
text-decoration: none;
text-indent: 10px;
color:Black;
border-top: solid 1px #DDFFFF;
border-bottom: solid 1px #DDFFFF;
}

.errMsg
{
	color:Red;
}

.summary
{
	background-color:#DDFFFF;
	border: solid 1px #55CCCC;
}

.price{  font-family: Verdana; font-size: 8pt; font-weight: bold; color: #666666; text-decoration:line-through}
.promoprice{  font-family: Verdana; font-size: 10pt; font-weight: bold; color: red;}
.campaignprice{  font-family: Verdana; font-size: 10pt; font-weight: bold; color: #3366FF;}
.partnerprice{  font-family: Verdana; font-size: 10pt; font-weight: bold; color: orange;}
.savedprice{  font-family: Verdana; font-size: 10pt; font-weight: bold; color: Green;}

.notInStock
{
	color:Orange;
}

.comingSoon
{
	color:Orange; 
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../image/brightStar.png);

}

.emptyRatingStar {
    background-image: url(../image/dimStar.png);
}

.savedRatingStar {
    background-image: url(../image/brightStar.png);
}
