.ms-list3-main {
	border-left-style: none;
	border-right-style: none;
	border-top: none;
	border-bottom: none;
	background-color: white;
}
.ms-list3-tl {
	font-weight: bold;
	color: navy;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
	background-color: white;
}
.ms-list3-left {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid black;
	background-color: white;
}
.ms-list3-top {
	font-weight: bold;
	color: navy;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
	background-color: white;
}
.ms-list3-even {
	font-weight: normal;
	color: black;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: .75pt solid black;
	background-color: white;
}
#cLoadingIndicator
{	
	text-align: center;
	vertical-align: middle;	
	font-size: 10px; 
	font-weight:bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 	
	BACKGROUND-COLOR: #ffffae;
	BORDER: #000000 1px solid; 	
	width: 188px;
	height: 24px;
}
.LoadInd
{
	line-height: 24px; 
	vertical-align: middle;	
}
span.text
	{
	color: #525163;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	}
span.text_red
	{
	color: #CE0000;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	}

span.text_green
	{
	color: #009900;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	}
td.admin_index_news_border
	{
	border: 1px #DEDFDE solid;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 0px;
	color: #45484A;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

span.copyright
	{
	color: #525163;
	font-size: 9px;
	font-family: Verdana, Arial, Sans-Serif;
}

.odd{
background-color:#F3EF9D;
}
.even{
background-color:#CBE1DE;
}
.error {
font-family: Tahoma;
font-size: 8pt;
color: red;
margin-left: 50px;
display:none;
}
.reviewcount, .visitsite, .visitsite_single {
	float: right;
}

.reviewcount a:link, .reviewcount a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 3px;
	background: #f3f2ed;
	font-family: Arial;
	font-size: 8pt;
	color: #069;
	text-decoration: none;
	font-weight: bold;
}

.visitsite, .visitsite_single {
	padding-left: 8px;
}

.visitsite a:link, .visitsite a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 3px;
	background: #f3f2ed;
	font-family: Arial;
	font-size: 8pt;
	color: #069;
	text-decoration: none;
	font-weight: bold;
}

.visitsite_single a:link, .visitsite_single a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 8px;
	background: #c00;
	font-family: Arial;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.visitsite_single a:hover {
	display: block;
	margin-top: 1px;
	padding: 1px 8px;
	background: #fcc;
	font-family: Arial;
	font-size: 8pt;
	color: #06c;
	text-decoration: underline;
	font-weight: bold;
}

td.ratings {
	white-space: nowrap;
	padding-left: 10px;
}

.rating_label {
	white-space: nowrap;
	background: #e3f1ff;
	font-family: Arial;
	font-size: 8pt;
	padding: 1px 4px;
}

.rating_value {
	white-space: nowrap;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 8pt;
}

.rating_value .no_ratings {
	color: #666;
}




/* *********************************************** STEVEN'S STYLES *********************************************** */
/* 
*****************************************
DEFAULTS
***************************************** 
*/
body,td,p,li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {margin: 0; padding: 0; padding-bottom: 15px;}
h1,h2,h3 {text-align: center; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}
h1 {
	font-size: 32px;
	font-weight: bold;
	margin: .3em 0 .4em 0;
}
h3.larger-text {font-size: 22px;}
h2 { 
	color: red;
	border-top: dotted 2px #ccc;
	border-bottom: dotted 2px #ccc;
	padding: 5px 0 6px 0;
	margin-top: 2em;
}
li {margin-bottom: 1em;}
p {margin-bottom: 1.5em;}

img {border: 0;}

/* 
*****************************************
LAYOUT
***************************************** 
*/
body {
	background: url(images/bg.jpg);
}
div#page-wrapper {
	text-align: center;
}
div#page {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
div#header {
	text-indent: -9999px;
	height: 165px;
	background: url(images/header.gif) no-repeat 0 0;
}
div#header p, div#footer p {margin: 0; padding: 0;}
#contents {
	padding: 0 40px;
	background: url(images/tblbkg2.jpg) repeat-y 0 0;
}
div#footer {
	padding-top: 158px;
	background: url(images/footer.jpg) no-repeat 0 0;
	text-align: center;
}


/* 
*****************************************
SPECIAL STYLE FORMATTING
***************************************** 
*/
.highlight {background: yellow;}
.center {text-align: center;}
.text-red {color: red;}
.float-left {float: left; margin: 0 10px 10px 0;}
.strike {text-decoration: line-through;}
.clear {clear: both;}
.blackout {background: black;}


/* 
*****************************************
UNCATEGORIZED
***************************************** 
*/
#jv-prizes, #jv-rules {text-align: center; padding: 0 70px;}
#jv-prizes .prize, #jv-rules .rule {
	border: solid 2px black;
	margin-bottom: 3px;
}
#jv-rules .rule {background: #ddd;}
#jv-prizes h3, #jv-rules h3 {background: black; color: white; padding: 6px 5px; margin: 0 0 4px 0; font-size: 24px;}

#countdown {font-size: 32px; text-align: center; background: none;}
.login-link {background: url(/giveaway/images/contrib_login.gif) no-repeat 0 0; color: white; display: block; width: 295px; height: 52px; text-indent: -9999px; margin: 0 auto;}
#myform, #AutoNumber1 {border: 0;}

#order-form, #signup-form {
	border: dashed 4px black;
	padding: 15px;
	padding-top: 0;
	background: #ffc;
	text-align: center;
	margin-bottom: 20px;
}
#prodrows {border: solid 1px #333; padding: 15px; padding-top: 0; text-align: center;}
#order-form ul {margin-left: 0; margin-right: 0; padding-left: 30px; padding-right: 30px;}
#order-form ul, #order-form li {text-align: left; list-style: none;}
#order-form li {background: url(images/chkmrk.gif) no-repeat 0 0; padding-left: 30px;}
#order-form .price {font-size: 48px; color: red; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; margin: 15px 0;}
.credits {font-size: 10px;}
.credits, .credits a {color: #666; text-decoration: none;}
.credits a:hover {text-decoration: underline;}
.disclaimer {font-size: 10px; color: #ccc; text-align: justify;}
.no-thanks {text-align: left;}
#video-frame {text-align: center;}
#video-frame iframe {width: 640px; height: 400px; margin: 0 auto; border: 0;}
tr.alt {background: #d8eafc;}

