a{
	text-decoration: underline;
	background-color: White;
	color: Blue;
}

a:hover{
	text-decoration: underline;
	background-color: White;
	color: Gray;
}

body,td{
	background: White;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1{
	background: White;
	color: Black;
	font-weight: bold;
	font-size: 115%;
	margin-top: 8px;
}

h2{
	background: White;
	color: Green;
	font-size: 120%;
	font-style: italic;
	display: inline;
}

.box{
	background: White;
	color: Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
}

.button{
	background: #00BFFF;
	color: red;
	font-weight: bold;
	font-size: 12px;
}

.discountPrice{ text-decoration: line-through; }

.footer{
	background: White;
	color: Black;
	font-weight: bold;
	font-size: 105%;
	border-top: 20px solid White;
}

.leftCell{ border-right: 1px solid Black; }

.mainCell{
	background: White;
	color: Black;
	border-left: 8px solid White;
	border-right: 8px solid White;
	border-top: 0px solid White;
	border-bottom: 8px solid White;
	height: 450px;
}

.priv {
	background: White;
	font-size: 9px;
	border-top: 75px solid White;
	color: Gray;
}

.strongOrange{ background: White; color: #FF0000; font-weight: bold; }

#carttag{ margin-top: 35px; }

#gsearch { padding-left: 25px; }

#gsearch .button{
	background-color: green;
	color: yellow;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#topblock form{ margin-bottom: 5px; }

#topblock td{ vertical-align: bottom; }

#topnav{
	background-image: url("../graphics/nav/right-bg.gif");
	margin-top: 10px;
/*	background-color: #E40000;*/
	color: white;
	height: 31px;
}

#topnav img { border: none; }

#topRightBlock{
	display: inline;
	float: right; /*	font-size: 12px;
	font-weight: normal;*/
	margin-left: 15px;
	margin-bottom: 15px;
}

#topRightBlock img{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#topRightBlock table{
	border: 4px solid #DCDCDC;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
}

#topRightBlock td{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}