/*----------- Web Site Style -------------*/
body
{
	color: #000;
	background: #113DB9;
	margin: 2em;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
}

a
{
	text-decoration: none;
}

strong
{
	font-size: larger;
	font-weight: bold;
	color: #a00;
}

sup
{
	font-size: smaller;
}

.logo
{
	float: right;
	font: italic 8pt verdana;
	padding: 5px;
}

.header-1
{
	background: #fff;
	background-image: url(graphics/header_bg-1.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	text-align: left;
	height: 31px;
}

.header-2
{
	background-color: #0247AC;
	padding: 0 0 0 .4em;
	height: 20px;
	text-align: left;
}
.header-2 a {

	color:#fff;
	font: bold 12px arial;
	margin-right: 11px;
}

.header-2 a:hover {

	#color: 000;
}

.content
{
	background: #fff;
	color: #000;
	font-size: 10pt;
	border: ridge #888 2px;
}

.footer
{
	background: #fff;
	color: #000;
	font-size: 10pt;
	padding: 4px;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	
}
#v4o-detail,#v4o-search-results .row1 ,#v4o-search-results .row2 {
	background: #e5e5e5;
	border: solid 1px #fff;
}
#v4o-search-results a { 
	width: 100%;
	color: #000;
	text-decoration: none; 
	border-top: solid 1px #e5e5e5; 
	border-left: solid 1px #e5e5e5; 
	border-right: solid 1px #e5e5e5; 
	text-align: left;
	padding: 0px;
	margin: 6px 0 0 0;
	display: block; 
	clear: both;
}


#v4o-search-results .onsale{
	border: solid 1px #e5e5e5;
}

#v4o-results-bar {
	border-top: solid 1px #ccc;
}
