﻿@import url(/webappresource.axd?q=app_files/default/css/common.css);
@import url(/webappresource.axd?q=app_files/default/css/controls.css);
/*****************************
GLOBAL
*****************************/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	text-align: center;
	background: #EEE url(/webappresource.axd?q=app_files/default/img/bg/bg.gif) repeat-x left top; 
}

body.popup {
	height: auto;
	padding: 15px;
	background: #FFF;
	text-align: left;
}

body, td, th, div, input, select, textarea, label small {
	color: #000;
	font: normal 12px Arial, Helvetica, sans-serif;
}

h1 {
	color: #000;
	margin: 0 0 0.5em 0;
	font: bold 22px/23px Arial, Helvetica, sans-serif;
}

h2, .grid td.title h1 {
	color: #000;
	margin: 1em 0 0.5em 0;
	font: bold 17px/17px Arial, Helvetica, sans-serif;
}

h3 {
	color: #088;
	margin: 0.5em 0;
	font: bold 16px/17px Arial, Helvetica, sans-serif;
}

big, .big {
	font: bold 14px/15px Arial, Helvetica, sans-serif;
}

small, .sml {
	font-size: 11px;
}

p {
	margin: 0.5em 0;
}

ol, ul {
	padding: 0;
	margin: 0.5em 0.5em 0.5em 2em;
}

* html ol, * html ul {
	margin-left: 2.9em;
}

ol li, ul li {
	margin: 0;
	padding: 2px 0;
}

blockquote {
	margin: 0.5em 0 0.5em 2em;
}

img {
	border: none;
	vertical-align: middle;
}

form {
	margin: 0;
	padding: 0;
}

label, input, select {
	vertical-align: middle;
}

label {
	display: block;
	padding-top: 3px;
	font-weight: bold;
	white-space: nowrap;
}

label.inline {
	display: inline;
}

label small {
	color: #555;
}

label i {
	color: #F00;
	font: normal normal 10px Arial, Helvetica, sans-serif;
	padding-right: 5px;
}

label.inline {
	display: inline !important;
	white-space: normal !important;
}

/*********************************
LINKS
*********************************/
a, 
a:visited, 
.flinks a, 
.flinks a:visited, 
.vlinks a, 
.vlinks a:visited {
	color: #06D;
	cursor: pointer;
	cursor: hand;
}

a:hover, 
a:active, 
.vlinks a:hover, 
.vlinks a:active {
	color: #39F;
}

a.fresh, 
a.fresh:visited {
	color: #D00000;
}

a.fresh:hover, 
a.fresh:active {
	color: #F44;
}

#path a:visited, .pager a:visited, a.ship:visited, .tabs a:visited {
	color: #06D;
}

#path a:hover, 
#path a:active, 
.pager a:hover, 
.pager a:active, 
a.ship:hover, 
a.ship:active, 
.tabs a:hover, 
.tabs a:active {
	color: #39F;
}

.account SMALL A,
.account SMALL A:hover,
.account SMALL A:active,
.account SMALL A:visited {
	color: #F30;
}

.submenu A,
.submenu A:hover,
.submenu A:active,
.submenu A:visited {
	color: #FE8;
}

.flinks A,
.flinks A:hover,
.flinks A:active,
.flinks A:visited {
	color: #FE8;
}

#seals P A,
#seals P A:hover,
#seals P A:active,
#seals P A:visited {
	color: #F30;
}

a.seemore, 
a.seemore:visited {
	color: #F30 !important;
	font-weight: bold;
}

a.seemore:hover, 
a.seemore:active {
	color: #F50 !important;
}

a.seemore, .vmenu a {
	padding-left: 20px !important;
	background: transparent url(/webappresource.axd?q=app_files/default/img/icons/arrow.gif) no-repeat left center;
	vertical-align: middle;
}

.vlinks a, a.seemore, .vmenu a, .flinks a {
	margin: 0;
	display: block;
	text-decoration: underline;
}

.vmenu a {
	font-weight: bold;
	padding: 5px 0 5px 15px;
	background-position: 4px 4px;
}

.vmenu a:hover {
	background-color: #DDD;
}

.vmenu a.active, .vmenu a.active:visited {
	color: #000;
}

.vlinks a.seemore {
	margin-top: 5px;
}

a.ship {
	font-weight: bold;
	padding: 0 0 4px 18px;
	background: url(/webappresource.axd?q=app_files/default/img/icons/calc.gif) no-repeat left top;
}

a.free, a.free:visited {
	color: #390;
}

a.free:hover, a.free:active {
	color: #6C0 !important;
}

a.gray, a.gray:visited, a.gray:hover, a.gray:active {
	color: #06D !important;
}

.faq A.fresh,
.faq A.fresh:hover,
.faq A.fresh:active,
.faq A.fresh:visited {
	background: transparent url(/webappresource.axd?q=app_files/default/img/icons/fresh.gif) no-repeat left top;
	color: #F30;
	display: block;
	padding: 0 0 5px 16px !important;
	list-style: none;
}

/*****************************
LAYOUT
*****************************/
.small .xb, .small .xa, .medium .xa {
	display: none;
}

.faq ul {
	padding: 0;
	margin: 0;
}

.faq li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 96%;
	margin: 0 auto;
	min-width: 850px;
	min-height: 100%;
	text-align: left;
	max-width: 1200px;
}

* html #wrapper {
	height: 100%;
	width: expression(document.body.clientWidth > 1250 ? "1200px" : document.body.clientWidth < 852 ? "850px" : "96%");
}

#header, #header table, #footer table {
	width: 100%;
}

td.logo {
	width: 27%;
}

.logo a {
	display: block;
	font-size: 0;
	height: 60px;
	margin-top: 5px;
	text-indent: -1500px;
	width: 219px;
	background: url(/webappresource.axd?q=app_files/default/img/logo.png) no-repeat center;
}

* html .logo a {
	cursor: pointer;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/webappresource.axd?q=app_files/default/img/logo.png, sizingMethod="crop");
}

td.account {
	color: #555;
	padding: 0;
	line-height: 18px;
	text-align: left;
	white-space: nowrap;
}

.account i {
	color: #000;
	font-style: normal;
}

.account table {
	width: auto !important;
}

.account td {
	white-space: nowrap;
	padding: 2px 10px 2px 0;
}

.small .account span {
	font-size: 11px;
}

td.cart {
	width: 20%;
	text-align: right;
	padding: 0;
	white-space: nowrap;
}

.cart B {
	color: #F30;
	text-decoration: underline;
}

.cart a, .cart a:visited {
	color: #000 !important;
	width: 110px !important;
	display: block;
	float: right;
	line-height: 18px;
	text-decoration: none;
	padding: 10px 0 10px 50px;
	text-align: right;
	background: url(/webappresource.axd?q=app_files/default/img/icons/cart.gif) no-repeat left center;
}

table#chapters th {
	height: 42px !important;
	padding: 0 7px;
	width: 15px !important;
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/search-l.gif) no-repeat left bottom;
}

table#chapters th.last {
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/search-r.gif) no-repeat right bottom;
}

table.search th {
	height: 41px !important;
	padding: 0 7px;
	width: 15px !important;
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/search-l.gif) no-repeat left top;
}

table.search th.last {
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/search-r.gif) no-repeat right top;
}

table.search {
	background: #040 url(/webappresource.axd?q=app_files/default/img/bg/search-bg.gif) repeat-x left top;
}

table#chapters {
	background: #040 url(/webappresource.axd?q=app_files/default/img/bg/search-bg.gif) repeat-x left bottom;
}

table.search td.searchform {
	width: 100%;
	padding: 0px 10px 0px 10px !important;
}

.searchform TD {
	color: #FE8;
}

TABLE.search TD.submenu {
	color: #FA0;
	padding: 7px 10px 0px 10px !important;
	white-space: nowrap;
}

table.navigator td {
	padding-left: 20px;
	height: 34px;
	background: transparent url(/webappresource.axd?q=app_files/default/img/icons/url.gif) no-repeat left center;
}

table.navigator td h1 {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#content {
	margin: 0;
	padding: 0;
}

#path {
	color: #999;
	padding: 0 5px;
}

#path h1 {
	margin: 0;
	color: #000;
	display: inline;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#footer {
	text-align: center;
}

.flinks th {
	padding: 5px;
	width: 10px;
	height: 141px;
	background: url(/webappresource.axd?q=app_files/default/img/corners/footer-l.gif) no-repeat left top;
}

.flinks th.last {
	background: url(/webappresource.axd?q=app_files/default/img/corners/footer-r.gif) no-repeat right top;
}

.flinks td {
	width: 20%;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	padding: 20px 10px 0 10px;
	background: url(/webappresource.axd?q=app_files/default/img/bg/footer.gif) repeat-x left top;
}

.flinks FORM {
	color: #FE8;
}

.small .flinks a {
	font-size: 11px;
}

.flinks span {
	display: block;
	font-weight: bold;
}

.flinks {
	margin: 0;
	padding: 0;
}

#seals {
	padding: 7px;
}

#footer p {
	margin: 0;
	padding: 1em 0;
	line-height: 18px;
	font-size: 11px;
}

#footer p small {
	color: #777;
	font-size: 11px;
}

#pheader {
	text-align: right;
}

#pheader img {
	float: left;
}

dd.vmenu {
	padding: 5px;
}

div.vlinks {
	padding-top: 5px !important;
	padding-bottom: 10px !important;
	margin: 0 !important;
}

div.vlinks a {
	padding-left: 12px;
}

div.vlinks p {
	padding: 7px 0 3px 0;
}

div.vlinks p, div.vlinks p a, div.vlinks p a:visited {
	font-weight: bold;
	color: #000 !important;
	padding-left: 3px !important;
	margin: 0;
}

/* -= PeekOfTheWeekBox =- */	
/* -= Header =- */
.peekbox H2 {
	color: #FFF;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.peekbox .img {
	padding: 7px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

.peekbox A {
	text-decoration: none;
}

.peekbox .freeground, .peekbox .freeground .green, .peekbox .freeground .red {
	color: #FFF !important;
	font-weight: bold;
}

.peekbox dt {
	padding-left: 7px;	
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/peekbox-h-l.gif) no-repeat left top;
}

.peekbox dt div {
	padding-right: 7px;	
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/peekbox-h-r.gif) no-repeat right top;
}

.peekbox dt div span {
	height: 16px;
	background: transparent url(/webappresource.axd?q=app_files/default/img/bg/peekbox.gif) left top;
	padding: 0 10px;
	margin: 0;
	display: block;
	font: bold 14px/42px Arial, Helvetica, sans-serif;
	color: #FFF;
}

/* -= Footer =- */
.peekbox dt.bottom {
	padding-left: 7px;	
	height: 16px;
	display: block;
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/peekbox-f-l.gif) no-repeat left top;
}

.peekbox dt.bottom div {
	padding-right: 7px;	
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/peekbox-f-r.gif) no-repeat right top;
}

.peekbox dt.bottom div span {
	height: 16px;
	background: transparent url(/webappresource.axd?q=app_files/default/img/bg/peekfooter.gif) left top;
	display: block;
	padding: 0;
	margin: 0;
}

/* -= Body =- */
.peekbox dd {
	border-width: 0 1px;
	border-style: solid;
	border-color: #8D8D8D;
	padding: 0;
	margin: 0;
	display: block;
	background-color: #FCFCFC;
}

.peekbox dd div {
	display: block;
	position: relative;
	padding: 0 10px;
	z-index: 200;
	background: #090 url(/webappresource.axd?q=app_files/default/img/bg/peekboxbg.gif) repeat-x left bottom;
}

.bold {
	font-weight: bold;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.peekbox P {
	color: #FE8;
}

.peekbox .price {
	color: #FA0 !important;
	font-size: 20px;
}

/* -= End PeekOfTheWeekBox =- */	

/*****************************
TABLES
*****************************/
table.cols, table.mnfgrid, table.grid {
	border: 0;
	width: 100%;
}

table.cols {
	margin-top: 7px;
	background: transparent;
}

td.lcol, td.ccol, td.rcol {
	padding: 0 0 10px 0;
	vertical-align: top;
}

td.lcol {
	padding-right: 7px;
}

td.rcol {
	padding-left: 7px;
}

td.lcol, td.rcol {
	width: 175px;
}

.lcol dl, .rcol dl {
	margin-top: 0 !important;
}

table.mnfgrid {
	margin: 0;
}

.mnfgrid td {
	padding-bottom: 5px;
}

.mnfgrid b {
	font-size: 0;
	height: 44px;
	display: block;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: center center;
}

 .mnfgrid a, .mnfgrid a:visited {
	background-color: #FFF;
	display: block;
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/mnfg-l.gif) no-repeat left top;
	padding-left: 7px;
}
 
.mnfgrid a span {
	display: block;
	padding-right: 7px;
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/mnfg-r.gif) no-repeat right top;
}

.mnfgrid a:hover, .mnfgrid a:active {
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/mnfg-l-hover.gif) no-repeat left top;
}

.mnfgrid a:hover span, .mnfgrid a:active span {
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/mnfg-r-hover.gif) no-repeat right top;
}

.brandslist td {
	padding-left: 10px;
	vertical-align: top;
}

.brandslist big {
	display: block;
	font-size: 20px;
	padding: 10px 0 5px 0;
	border-bottom: 2px solid #DDD;
}

table.grid {
	border-collapse: collapse;
}

.grid th {
	color: #FFF;
	padding: 7px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #593;
	background: #666 url(/webappresource.axd?q=app_files/default/img/bg/grid.gif) repeat-x top;
}

.grid td {
	padding: 5px;
	border-bottom: 1px solid #DDD;
}

.grid td.title {
	padding: 10px 5px 5px 5px;
	border-bottom: 2px solid #999;
}

.grid .price del {
	display: block;
}

table.totals {
	margin-top: 5px;
}

.totals th, .totals td, .totals input {
	text-align: right;
	font: bold 15px/16px Arial, Helvetica, sans-serif;
}

.totals th, .totals td {
	color: #555;
	padding: 5px 5px 5px 0;
	vertical-align: middle;
	background: url(/webappresource.axd?q=app_files/default/img/bg/line.gif) no-repeat right bottom;
}

.totals .total th, .totals .total td {
	color: #900;
	font-size: 20px;
	background: none;
	line-height: 25px;
}

.totals td, .totals .total th {
	color: #000;
}

.totals th i {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.totals input {
	width: 90px;
}

.totals .total input {
	color: #C30;
}

table.shiprates {
	width: 100%;
	border-collapse: collapse;
}

.shiprates th {
	padding: 15px 0 3px 3px;
	border-bottom: 3px solid #CCC;
}

.shiprates td {
	border-color: #CCC;
	border-style: solid;
	border-width: 1px 0;
	padding: 3px 0 5px 0;
}

.shiprates label {
	white-space: normal;
}

.shiprates label b {
	color: #C30;
}

.attr {
	float: left;
	margin-right: 10px;
	white-space: nowrap;
}

.shipcalc a {
	zoom: 1;
	padding: 0 0 1px 18px;
	background: url(/webappresource.axd?q=app_files/default/img/icons/calc.gif) no-repeat left top;
}

/*****************************
CONTAINERS
*****************************/
.buttons {
	padding-top: 10px;
	text-align: center;
}

.headerlink {
	margin-bottom: 0;
}

.spec .headerlink td, .spec .headerlink th {
	border: 0;
}

.headerlink th {
	height: 51px !important;
	width: 8px !important;
	padding: 0 4px;
	background: url(/webappresource.axd?q=app_files/default/img/corners/headerlink-h-l.gif) no-repeat left top;
}

.headerlink th.last {
	background: url(/webappresource.axd?q=app_files/default/img/corners/headerlink-h-r.gif) no-repeat right top;
}

.headerlink td {
	background: url(/webappresource.axd?q=app_files/default/img/bg/headerlink.gif) repeat-x left top;
}

.headerlink td.link {
	text-align: right;
}

.headerlink a {
	display: block;
	padding-top: 3px;
	white-space: nowrap;
}

.nomargin, .headerlink h1, .headerlink h2 {
	margin: 0 !important;
}

.roundfooter {
	padding-left: 7px;	
	height: 16px;
	display: block;
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/roundfooter-f-l.gif) no-repeat left top;
}

.roundfooter div { 
	padding-right: 7px;	
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/roundfooter-f-r.gif) no-repeat right top;
}

.roundfooter span { 
	height: 10px;
	background: transparent url(/webappresource.axd?q=app_files/default/img/bg/roundfooter.gif) left top;
	display: block;
	font-size: 1px;
	padding: 0;
	margin: 0;
}

.comment {
	margin: 1em 0;
	padding: 15px;
}

dd .msg, dd .comment, .popup .msg, .popup .comment {
	margin-top: 0;
}

.comment {
	border: 1px dashed #ABD;
	background-color: #F9F9F9;
}

.agreenote {
	margin: 0.5em 0;
	position: relative;
}

.agreenote img {
	top: 0;
	left: 0;
	position: absolute;
}

.agreenote span {
	display: block;
	padding: 0 0 0 19px;
}

.box, td.box {
	background-color: #FDFDFD;
	border: 1px solid #EEE;
	margin-bottom: 5px;
	padding: 7px 10px;
}

.box h2 {
	color: #333;
	margin-top: 0;
}

dd.vlinks {
	padding-top: 5px;
}

dd.vmenu {
	padding: 5px;
}

dd.vlinks p {
	font-weight: bold;
	margin: 1em 0 0.2em 0;
}

dl.featured {
	position: relative;
	margin: 0 0 1.5em 0; 
	background: #D5EAFF;
}

.reviews h2 {
	margin-bottom: 0;
}

.reviews dl {
	margin: 0;
	padding: 10px 5px;
	background: url(/webappresource.axd?q=app_files/default/img/bg/dot-lite.gif) repeat-x bottom;
}

.reviews dt {
	margin: 0;
	padding: 0;
	color: #555;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.reviews dt b {
	color: #000;
}

.reviews dd {
	margin: 0;
	padding: 5px;
}

.reviews dd p {
	margin-bottom: 0;
}

.buybox .ibox {
	width: 80px;
}

#pricebox .show, #pricebox.hidden .hide {
	display: none;
}

#pricebox.hidden .show {
	display: block;
}

/*****************************
PRODUCT
*****************************/
table.spec {
	width: 100%;
	border-color: #FFF;
	border-style: solid;
	border-collapse: collapse;
	border-width: 2px 2px 0 2px;
}

.spec th, .spec td {
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #CCC;
}

.spec .title {
	border-bottom-width: 2px;
	padding: 10px 5px 5px 5px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.spec th {
	width: 30%;
	color: #555;
	font-weight: bold;
	padding-left: 20px;
}

.gal a {
	float: left;
}

.gal img {
	margin: 1px;
	width: 50px;
	height: 50px;
	padding: 3px;
	border: 1px dotted #DDD;
}

.partinfo {
	padding-top: 40px;
	position: relative;
}

.partinfo table.tabs {
	top: 0;
	left: 0;
	position: absolute;
}

.disclaimer {
	color: #777;
	padding: 0 15px;
	font-size: 11px;
}

.disclaimer b {
	font-weight: normal;
}

.itemgrid {
	background-color: #FFF;
	border: 1px solid #CCC; 
	padding: 0px;
}

.itemgrid .cell {
	float: left;
	margin: 0 0 -1px -1px;
	width: 33.4%;
}

.small .itemgrid .cell {
	width: 50%;
}

.large .itemgrid .cell {
	width: 25%;
}

.itembig {
	padding: 5px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #CCC;
}

.itembig a,
.itembig a:visited {
	text-align: center;
	display: block;
}

.itembig a.info {
	zoom: 1;
	padding: 165px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center top;
}

.itembig a.info u {
	height: 2.5em;
	display: block;
	overflow: hidden;
	text-decoration: underline;
}

.itembig a.info p {
	margin: 3px 0;
}

.itembig a.info small {
	color: #090;
	height: 1.25em;
	display: block;
	font-weight: bold;
}

.itembig a.info span {
	margin: 5px 0;
	display: block;
}

.itembig .price {
	text-align: center;
}

.itembig .price a {
	width: auto;
	margin: 5px 0;
	text-align: center;
	background-position: center bottom;
}

.itembig .mfg {
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
}

.itembig a.gray {
	display: block;
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px;
}

.itemsmall {
	padding: 0;
}

.itemsmall a {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
}

.itemsmall a div {
	height: 55px;
	padding: 20px 0 0 0;
}

.itemsmall a u {
	text-decoration: underline;
}

.cell .itemsmall a u {
	height: 3.75em;
	display: block;
	overflow: hidden;
}

.itemsmall a p {
	margin: 0 0 0 75px;
	padding: 0;
}

.itemsmall a span {
	display: block;
	margin: 0 0 0 75px;
}

.itemsmall a span del {
	display: block;
}

.itemsmall a small {
	width: 75px;
	color: #FFF;
	font-size: 9px;
	display: block;
	background: #090;
	font-weight: bold;
	text-align: center;
	padding: 1px 0 2px 0;
	margin: 3px 0 0 75px;
}

.paramsearch b {
	display: block;
	font-size: 11px;
}

.paramsearch select {
	width: 154px;
	margin-bottom: 5px;
}

.paramsearch p {
	padding: 1px;
	background: #DDD;
	margin: 0 0 5px 0;
	border: 1px solid #AAA;
}

.paramsearch p i {
	color: #333;
	padding-left: 3px;
	font-style: normal;
	vertical-align: middle;
}

.paramsearch div {
	padding-top: 5px;
	text-align: right;
}

/*****************************
CHECKOUT
*****************************/
.steps td.step {
	white-space: nowrap;
	padding: 0 15px 0 9px;
	vertical-align: middle;
	background: url(/webappresource.axd?q=app_files/default/img/corners/step-l.gif) no-repeat left center;
}

.steps .step div {
	color: #000;
	line-height: 20px;
	text-decoration: none;
	margin: 0px;
	* margin-top: 1px;
	padding: 14px 15px 14px 6px;
	background: url(/webappresource.axd?q=app_files/default/img/corners/step-r.gif) no-repeat right center;
}

.steps td.active {
	background-image: url(/webappresource.axd?q=app_files/default/img/corners/step-active-l.gif);
	color: #FE8;
}

.steps .active div {
	background-image: url(/webappresource.axd?q=app_files/default/img/corners/step-active-r.gif);
	color: #FE8;
}

.topcorners {
	padding: 0 0 0 10px;
	background: url(/webappresource.axd?q=app_files/default/img/corners/checkout-tl.gif) no-repeat left top;
}

.topcorners i {
	height: 10px;
	font-size: 0;
	display: block;
	background: url(/webappresource.axd?q=app_files/default/img/corners/checkout-tr.gif) no-repeat right top;
}

.option {
	margin-top: 5px;
	padding: 10px 12px !important;
}

.option h2 {
	margin: 0 0 0 -5px;
	padding-bottom: 7px;
}

.option h2 label {
	color: #039;
	display: inline;
	cursor: pointer;
	text-decoration: none;
}

.paymentgrid td.option {
	padding: 8px 10px !important;
	border: 2px solid #EEE;
	background-color: #FCFCFC;
}

.checked, .checkedlog {
	padding: 8px 10px !important;
	border: 2px solid #FF9A00 !important;
	background-color: #FFF0CC !important;
}

.checked h2 label {
	color: #900;
	text-decoration: none;
}

div.dot, div.dotlite {
	clear: both;
	height: 15px;
	margin: 0 !important;
	padding: 0 !important;
	background: url(/webappresource.axd?q=app_files/default/img/bg/dot.gif) repeat-x left center;
}

div.dotlite {
	background-image: url(/webappresource.axd?q=app_files/default/img/bg/dot-lite.gif);
}

.centerborder {
	background-color: #FFF;
	border: 1px solid #CACACA;	
	padding: 10px;
}

/*****************************
MENUS
*****************************/
#header table#chapters {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	width: 100%;
}

#chapters td {
	padding: 0 40px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	width: 20%;
}

#chapters dt a, #chapters dt a:visited {
	color: #FFF;
	font-size: 14px;
	display: block;
	line-height: 25px;
	padding: 5px 7px 5px 2px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	zoom: 1;
}

#chapters dl.active a {
	color: #000;
}

#chapters dl.over dt a, #chapters dl.over dt a:visited {
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/tab-a.gif) no-repeat top right;
	font-weight: bold;
	color: #530;
}

#chapters dd a, #chapters dd a:visited {
	color: #640;
	display: block;
	font-weight: normal;
	margin: 0 5px;
	padding: 3px 5px;
	text-decoration: none;
	white-space: normal;
	width: 180px;
}

#chapters dd a:hover, #chapters dd a:active {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
}

#chapters dl, #chapters dt, #chapters dd {
	margin: 0;
	padding: 0;
}

#chapters dl {
	z-index: 99999;
	position: relative;
	zoom: 1;
}

#chapters dt {
	padding-left: 5px;
	position: relative;
}

#chapters dd {
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/submenu-b.gif) no-repeat left bottom;
	display: none;
	left: 0;
	padding: 0px 0px 15px 0px;
	position: absolute;
	text-align: left;
	top: 31px;
	width: 200px;
	z-index: 25001; 
}

#chapters dl.over dt {
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/tab.gif) no-repeat top left;
	z-index: 25002; 
}

#chapters dl.over dd {
	display: block;
}

#chapters dd span {
	background: transparent url(/webappresource.axd?q=app_files/default/img/corners/submenu-t.gif) no-repeat top left;
	display: block;
	font-size: 0px;
	height: 5px;
	width: 200px;
}

#chapters dd div {
	background: #FD6 url(/webappresource.axd?q=app_files/default/img/bg/submenu.gif) repeat-y top left;
	margin: 0;
	padding: 0;
	width: 200px;
	position: relative;
}

/*****************************
COLOURS
*****************************/
.red {
	color: #C00 !important;
}

.green {
	color: #390 !important;
}

.blue {
	color: #06C !important;
}

.aqua {
	color: #07F	!important;
}

.gray, h1 span {
	color: #555 !important;
}

.white {
	color: #FFF !important;
}

.black {
	color: #000 !important;
}

.bgwhite {
	background-color: #FFF !important;
}

.bglitegray {
	background-color: #FAFAFA !important;
}

.bgyellow {
	background-color: #FFE !important;
}

.bggreen {
	background-color: #EFB !important;
}

.bgblue {
	background-color: #E0E6EB !important;
}

.bgpink {
	background-color: #FEE !important;
}

.bgorange {
	background-color: #FFF0CC !important;
}