﻿html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img
{
	border: 0 none;
	margin: 0;
	padding: 0;
}

body
{
	width: 950px;
	margin: 0 auto;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10pt;
	background-color: #26618D;
	background: #0E4F93 url(images/bg.jpg) repeat-x;
	padding-bottom: 40px;
}

.inline 
{
	display: inline;
}

.block 
{
	display: block;
}

.rel 
{
	position: relative;
}

#wrapper
{
	width: 946px;
	overflow: auto;
	border: 2px solid #fff;
	background: #ccc url(images/colback.gif) repeat-y;
}

#content
{
	margin-right: 302px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #fff url(images/gradient1.gif) repeat-x;
	text-align: left;
	padding: 15px;
}

#right
{
	width: 300px;
	text-align: center;
	vertical-align: top;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-color: #ccc;
	float: right;
}

#header
{
	width: 946px;
	background: #e0a403 url(images/header2.gif) no-repeat;
	height: 96px;
	border: solid 2px #FFF;
}

#logo_pane
{
	width: 220px;
}

#login_pane
{
	float: right;
	display: block;
	width: 160px;
	padding: 15px 15px 0px 15px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

#login_pane a 
{
	color: #000000;
	font-weight: bold;
}

#tellfriend 
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* top ads */
#topads
{
	width: 950px;
	height:90px;
	margin: 0px 0px 2px 0px;
}

#topads img {
	display: block;
}

#topads_left
{
	margin-right: 215px;
	text-align: left;
	padding-bottom: 5px;
}

#topads_right
{
	width: 215px;
	float: right;
}

/* navigation */
#navbar
{
	width: 946px;
	height: 26px;
	background-color: #91aa37;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	text-align: left;
	vertical-align: middle;
	line-height: 26px;
}
#navbar ul
{
	line-height: 26px;
}

#navbar li
{
	background: #91aa37 url(images/menu_green_arrow.gif) left center repeat-y;
	padding: 0px 0px 0px 36px;
	margin: 0px 14px 0px 0px;
	height: 26px;
	line-height: 26px;
	list-style: none;
	display: block;
	float: left;
}

* html #navbar li
{
	/* IE 5.x hack */
	padding-left: 20px;
	padding-left: 36px;
}

#navbar a
{
	color: #efeeed;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 1.0em;
}

/* footer */
#footer
{
	width: 946px;
	background: #B7B7B8;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	border: 2px solid #fff;
	border-top: 0 none;
	text-align: left;
}

.copyright
{
	margin-left: 15px;
	margin-right: 150px;
}

/* global */
li
{
	margin: 2px 0px 2px 30px;
	padding-left: 5px;
}

a, a:link, a:visited, a:active
{
	color: #be0404;
	text-decoration: none;
}

a:hover
{
	color: #be0404;
	text-decoration: underline;
}

h1
{
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 11pt;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px 0px 5px;
}
h2
{
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px 0px 5px;
}
h3
{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p
{
	margin: 10px 0px;
}

/* ratings */
.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(images/FilledStar.png);
}

.emptyRatingStar
{
	background-image: url(images/EmptyStar.png);
}

.savedRatingStar
{
	background-image: url(images/SavedStar.png);
}

/* form tags */
.notice
{
	color: #f00;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset label.manual
{
	display: block; /* block float the labels to left column, set a width */
	padding: 0;
	margin: 7px 0px 2px 0px; /* set top margin same as form input - textarea etc. elements */
	font-weight: bold;
	font-size: 8pt;
}

fieldset br.c
{
	clear: left;
}

fieldset
{
	/*background: transparent url(images/bg_fieldset.png) repeat-x;*/
}

fieldset legend
{
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}

/* misc */
.padded
{
	padding: 0px 8px;
}

.faded 
{
	background: #fff url(images/gradient1.gif) repeat-x;
}

.ListCell
{
	padding-bottom: 25px;
	vertical-align: middle;
	text-align: center;
}

.FloatRight 
{
	float: right;
}

.FloatLeft 
{
	float: left;
}

.Warning 
{
	width:200px; 
	border: 1px solid black; 
	padding: 10px; 
	float:right; 
	background-color: #f69679;
}

.Warning a, .Warning a:hover, .Warning a:link, .Warning a:active, a.WarnLink
{
	color: #2B5D97;
}
/* cart */
.PurchaseHeader, .GVHeader {
	height: 30px;
	border-bottom: 1px solid #ccc;
}
.Summary 
{
	/*width: 200px;*/
}
.TotalRow {
	text-align: right; 
	font-family: 'Courier New', fixed; 
	margin: 10px 0px;
	/*width: 200px;*/
}
.FixedWidth {
	font-family: 'Courier New', fixed;
}
.PurchaseRow, .GVRow {
	height: 50px;
	border-bottom: 1px solid #ccc;
}

/* headers */
.orange_header
{
	height: 28px;
	background: #E0A403 url(images/orange_header.gif) repeat-x;
	padding: 0px 0px 0px 10px;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	line-height: 28px;
}

.darkblue_header
{
	height: 28px;
	background: #024C83 url(images/blue_header.gif) repeat-x;
	padding: 0px 0px 0px 10px;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	line-height: 28px;
}

.green_header
{
	height: 28px;
	background: #6AA100 url(images/green_header.gif) repeat-x;
	padding: 0px 0px 0px 10px;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	line-height: 28px;
}

.lightblue_header
{
	height: 28px;
	background: #4992C7 url(images/blue_header2.gif) repeat-x;
	padding: 0px 0px 0px 10px;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	line-height: 28px;
}

.modalBackground {
	background-color:#334;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffd;
	border-width:2px;
	border-style:solid;
	border-color:#fff;
	padding:0px;
	width:450px;
}

sup {
	font-size: xx-small;
}

.RemoveGC 
{
	vertical-align: -10%;
	margin-right: 5px;
}
/* standard grid view */
.gvHeader {
	height: 30px;
	border-bottom: 1px solid #ccc;
}

.gvRow {
	height: 50px;
	border-bottom: 1px solid #ccc;
}

.narrowGv .gvHeader, .narrowGv .gvRow, .narrowGv .gvFooter
{
	height: 30px;
}
