/* Generic element styles */

html {
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin: auto;
}

body { 
	background: #fff;
	margin: 0; 
	padding: 0; 
	text-align: center; 
}

div { 
	color: #333; 
}

dl { 
	margin: 0; 
}

dt { 
	margin-top: 10px; 
	font-weight: bold;
}

dd { 
	margin: 0; 
	color: #666;
}

#news dt {
	padding-top: 10px;
}

form { 
	margin: 0; 
}

img { 
	border: 0; 
}

h1 { 
	color: #333; 
	font-family: Georgia, Times, serif;
	font-size: 23px; 
	font-weight: normal; 
	margin: 0 0 20px 0; 
	padding: 0; 
	text-align: left; 
	line-height: 1em;
}

h1 em {
	font-style: normal;
	font-weight: normal;
	font-size: 85%;
	color: #666;
}

h1 a {
	color: #36c;
	font-size: 0.6em;
	font-weight: normal;
	text-decoration: none;
	float: right;
}

h2 {
	color: #333; 
	font-family: Georgia, Times, serif;
	font-size: 19px; 
	font-weight: normal; 
	margin: 0 0 10px 0; 
	padding: 10px 0 0 0; 
	text-align: left; 
	line-height: 1em;
}

h3 { 
	color: #39c; 
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 15px;
	font-style: italic;
	margin: 0 0 20px 0; 
	text-align: left; 
	padding: 0; 
}

h3.boring { 
	color: #666; 
}

.page-section h2 em,
.page-section h3 em {
	font-style: normal;
	font-weight: normal;
	font-size: 85%;
	text-transform: lowercase;
}

.page-section .post {
	border-bottom: solid #d5d5c9 1px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

.page-section .post ul.post-bullets {
	margin: 10px 0 5px 30px;
	padding: 0 0 0 5px;
}

.page .page-body ul { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px; 
	color: #666; 
	margin: 0 0 25px 30px; 
	padding: 0 0 0 5px; 
	list-style-image: url(../images/green_tick.gif);
}

.page .page-body ul li { 
	line-height: 1em;
	padding: 0 0 10px 0; 
} 


h2.gap {
	margin-top: 20px;
}

h4 { 
	float: left;
	color: #355a7b; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px; 
	font-weight: 500;
	font-style: normal; 
	text-transform: uppercase;
	margin: 30px 0 10px 0; 
	padding: 0; 
	text-align: left; 
	width: 100%;
}

h5 { 
	color: #666; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px; 
	font-weight: bold;
	font-style: normal; 
	margin: 0 0 20px 0; 
	padding: 0; 
	text-align: left; 
}

.exvat {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 11px;
}

p { 
	margin: 0 0 20px 0; 
	padding: 0;
}

label { font-weight: bold; padding-top: 10px; text-align:left; width: 130px; }

input.data-entry { 
	background: #ebebdf;
	border: none;
	border-bottom: dashed #a6a6aa 1px;
	font-family: "Courier New", monospace;
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
}

input.checkbox { border: none; }
input.search { border: solid #a6a6aa 1px; font-size: 8pt; height: 17px; margin: 0; }

#left-search-form {
	margin-top: 10px;
	color: #fff;
}

input.left-search {
	border: none;
	background: url(../images/search-bknd.gif) left no-repeat;
	height: 23px;
	width: 150px;
	margin: 0;
	padding: 10px 5px 0 5px;
	font-size: 10px; 
}
				
.input-button {
	cursor: pointer;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.signin-button { height: 50px; width: 217px; }
.proceed-button { height: 30px; width: 137px; }

.search-button {
	height: 19px;
	width: 19px;
	cursor: pointer;
	margin: 0;
	padding: 9px 0 0 0;
	vertical-align: top;
}

.input-row {
	padding: 10px 0;
	background-color: #fff;
	border-bottom: none;
}

.success-row {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background: #ddffdd url(../images/success-tick.gif) 10px 12px no-repeat;
	border: 1px solid #9c9;
	color: #393;
}

.failed-row {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background: #ffdddd url(../images/failed-icon.gif) 10px 12px no-repeat;
	border: 1px solid #c99;
	color: #c33;
}

a, a.visited { 
	color: #36c; 
	text-decoration: none; 
}

a:hover { 
	color: #36c; 
	text-decoration: underline; 
}
 
a.special { color: #c63; font-weight: bold; text-decoration: none; }
a.special:hover { color: #960; text-decoration: none; }
a.button, a.button:hover { color: #333; font-weight: bold; text-decoration: none; }

a.block {
	font-size: 13px;
	background: #6c88b3;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}

a.block:hover {
	text-decoration: underline;
}

.lite { color: #999; }
.liteish { color: #666; }
.red { color: #c00; }
.sig { color: #090; font-weight: normal; }
.text-center { text-align: center; width: 100%; }
.text-right { text-align: right; width: 100%; }
.small { font-size: 10px; }
.disabled { color: #ccc; }
.big-bold { color: #666; font-size: 14px; font-weight: bold; }

.button-container { 
	background: none;
	float: left;
	height: 21px;
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
}

.button-container ul {
	list-style: none;
	margin: 0; 
	padding: 0; 
	height: 21px;
}

.button-container ul li {
	float: left;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

.button-container div {
	float: left;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	height: 21px;
}

.button-container .gold {
	background: url(../images/gold_back_lf.gif) top left no-repeat; 
}

.button-container .blue {
	background: url(../images/blue_back_lf.gif) top left no-repeat; 
}

.button-container .gold a,
.button-container .blue a {
	color: #fff; 
	display: block;
	padding: 0 10px 6px 10px;
	margin: 0;
	text-decoration: none;
}

.button-container .gold a {
	background: url(../images/gold_back_rt.gif) top right no-repeat; 
}

.button-container .blue a {
	background: url(../images/blue_back_rt.gif) top right no-repeat; 
}

#page-container { 
	margin: 0 auto; 
	text-align: center; 
	width: 100%; 
}

#inner-container {
	background: #fff;
	margin: 0 auto 20px auto;
	padding-top: 20px;
	text-align: center;
	width: 960px;
}

.homepage-container {
	margin: 0;
	width: 520px;
	height: auto;
	padding: 0 0px 0 0;
	float: left;
}

/* Header styles */

#masthead { 
	background: #fff url(../images/nav_bk.gif) no-repeat bottom left; 
	float: left;
	margin: 0; 
	padding: 0; 
	height: 106px;
	width: 960px;
}

#logo {
	background: none;
	float: left;
	height: 60px;
	text-align: left;
	width: 960px;
}

#top-right { 
	float: right; 
	font-size: 11px; 
	padding: 5px 0 0 0;
}

#top-right ul { 
	display: block; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

#top-right ul li { 
	display: block; 
	float: left;
}

#top-nav { 
	background: none;
	line-height: normal;
	float: left;
	height: 34px;
	padding: 0 20px;
}

#top-nav ul { 
	list-style: none;
	margin: 0; 
	padding: 0; 
	background: url(../images/nav_sep.gif) no-repeat top left;
}

#top-nav li {
	float: left;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#top-nav a { 
	color: #036; 
	display: block;
	background: none; 
	height: 25px;
	padding: 9px 17px 0 15px;
	margin: 0;
	text-decoration: none; 
	background: #d7d7ca url(../images/nav_sep.gif) no-repeat top right;
}

#top-nav a:hover { 
	text-decoration: none; 
	background: #ceceb8 url(../images/nav_hover.gif) no-repeat top right;
}

#top-nav #active a {
	color: #000; 
	display: block;
	text-decoration: none; 
	background: #c2c2ae url(../images/nav_active.gif) no-repeat top right;
}

#sub-nav { 
	background: url(../images/top_basket_back.gif) right no-repeat;
	font-size: 12px;
	line-height: normal;
	float: left;
	height: 30px;
	padding: 0;
}

#nav-breadcrumb { 
	font-size: 11px;
	line-height: normal;
	float: left;
	height: 30px;
	padding: 10px 0 5px 10px;
	width: 750px;
	text-align: left;
}

#right-sb-title {
	height: 30px;
	width: 200px;
	padding: 0;
	margin: 0;
	float: left;
}

#right-checkout {
	height: 30px;
	width: 200px;
	padding: 0;
	margin: 0 0 20px 0;
	float: left;
}

#nav-basket { 
	background: #ebebdf url(../images/basket-bk.gif) top left repeat-x;
	font-size: 10px;
	line-height: normal;
	float: right;
	padding: 10px;
	margin: 0 16px 0 0;
	width: 146px;
	text-align: left;
	color: #333;
	border-left: #d5d5c9 solid 1px;
	border-right: #d5d5c9 solid 1px;
}

#nav-basket a {
	color: #36c;
	text-decoration: none;
}

#nav-basket a:hover {
	text-decoration: underline;
}

/* Main body styles */
		
.page { 
	background: #fff;
	float: left;
	clear: both;
	margin: 0; 
	padding: 20px 0 0 0; 
	width: 960px; 
}

.page ul { 
	display: block; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

.page ul li { 
	display: block; 
}

.page-body { 
	background: #fff; 
	float: left; 
	line-height: 150%; 
	text-align: left; 
	padding: 0 10px 0px 10px;
	margin: 0;
	width: 520px;
}

.page-body #breadcrumb {
	float: left;
	border-bottom: dotted #d5d5c9 1px;
	padding: 0;
	margin-bottom: 10px;
	font-size: 0.7em;
	width: 100%;
}

.page-body #breadcrumb ul { 
	list-style: none;
	margin: 0; 
	padding: 0; 
}

.page-body #breadcrumb li {
	float: left;
	font-weight: 500;
	font-size: 0.7em;
	background: none;
}

.page-body #pg-search {
	margin: 0 0 20px 0;
	width: 504px;
	padding: 20px 7px;
	float: left;
	text-align: left;
	border-bottom: solid #d5d5c9 2px;
	background: #fff;
}

.page-body #pg-search form {
	padding: 0;
}

.page-body #pg-search input {
	background: #fff;
	border: solid #999 1px;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 1px 5px;
}

.page-section-outside {
	background: #d5d5c9;
	padding: 1px;
	margin-bottom: 20px;
	width: 508px;
}

.page-section {
	float: left;
	padding: 7px 0 0 0;
	margin: 0;
	width: 520px;
}

.page-section h2.product-list { 
	color: #333; 
	font-family: Georgia, Times, serif;
	font-size: 19px; 
	font-weight: normal; 
	margin: 0 0 10px 0; 
	padding: 0; 
	text-align: left; 
	line-height: 1em;
}

.page-section h2.product-list em,
.page-section h2.other-list em {
	font-style: normal;
	font-weight: normal;
	font-size: 85%;
	text-transform: lowercase;
}

.page-section h3.product-list { 
	border-bottom: solid #d5d5c9 2px;
	color: #39c; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	margin: 0; 
	text-align: left; 
	padding: 0 0 5px 0; 
}

h4.ref { 
	margin: 10px 0 10px 0; 
	padding: 0; 
	text-align: left; 
	color: #355a7b; 
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px; 
	font-weight: 500;
	font-style: normal; 
	text-transform: uppercase;
}

#tabs ul {
	display: block; 
	list-style-type: none; 
	padding: 0;
	margin: 0;
}

#tabs ul li {
	display: block; 
	padding: 0;
	margin: 0 2px 0 0;
	color: #d5d5c9;
}

table.product-list {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
	border-top: none;
	border-bottom: solid #d5d5c9 1px;
}

table.form {
	border: none;
}

table.bullet-list {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
	border-top: none;
	border-bottom: none;
}
table.bullet-list tr th.list {
	font-weight: normal;
	line-height: 1.3em;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0;
	background-color: #fff;
	background-image: url(../icons/tick.gif);
	background-position: 10px 5px;
	color: #666;
	border-bottom: none;
	padding: 5px 0 5px 40px;
}
table.bullet-list tr th.qlist {
	font-weight: normal;
	line-height: 1.8em;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0;
	background-color: #fff;
	background-image: url(../images/quotesl.gif);
	background-position: 10px 5px;
	color: #666;
	border-bottom: none;
	padding: 5px 0 5px 40px;
}
table.product-list tr td, table.product-list tr th {
	margin: 0 0 0 0;
	padding: 12px 0;
	border-bottom: 1px solid #d5d5c9;
	background-color: #fff;
}
table.product-list tr.alt-row th, 
table.product-list tr.alt-row td {
	background-color: #fff;
}
table.product-list tr.other-row td {
	padding: 7px 0;
	background-color: #fff;
	border-bottom: none;
}
table.product-list tr.success-row td {
	padding: 10px;
	background-color: #efe;
	border-bottom: 1px solid #d5d5c9;
}
table.product-list tr.hd-row td {
	padding: 7px 5px 0 5px;
	background-color: #fff;
	border-bottom: none;
}
table.product-list tr.other-row-last td {
	padding: 7px 5px;
	background-color: #fff;
}
table.product-list tr th {
	padding-left: 30px;
	text-align: left;
	background-image: url(../icons/rsl.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	font-weight: normal;
	line-height: 1.3em;
	}
table.product-list tr th.news {
	background-image: url(../icons/news.gif);
}
table.product-list tr th.doc {
	background-image: url(../icons/doc.gif);
}
table.product-list tr th.hpt {
	background-image: url(../icons/hpt.gif);
}
table.product-list tr th.map {
	background-image: url(../icons/map.gif);
}
table.product-list tr th.ppt {
	background-image: url(../icons/ppt.gif);
}
table.product-list tr th.xls {
	background-image: url(../icons/xls.gif);
}
table.product-list tr th.mdb {
	background-image: url(../icons/mdb.gif);
}
table.product-list tr th.pcp {
	background-image: url(../icons/pcp.gif);
}

table.product-list tr th em.ref {
	display: block;
	font-weight: normal;
	font-style: normal;
	color: #999;
}

table.product-list tr th em.ref2 {	
	font-size: 85%;
	font-weight: normal;
	font-style: normal;
	color: #999;
}

a.small-prods {
	font-size: 85%;
}

table.product-list tr td {
	font-size: 90%;
	color: #333;
}
table.product-list tr td span.exvat {
	display: block;
	margin-top: 3px;
	text-align: right;
	padding-right: 2px;
}
table.product-list tr td.exvat strong {
	font-weight: normal;
	color: #663;
}
strong.price {
	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
	color: #693;
	text-align: right;
}
table.product-list tr td strong.price {
	display: block;
	padding-right: 2px;
}
strong.price em {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 0.6em;
	color: #663;
	font-weight: normal;
	font-style: normal;
}
strong.sale-price {
	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
	color: #c00;
	text-align: right;
}
table.product-list tr td strong.sale-price {
	display: block;
	padding-right: 2px;
}
table.product-list tr td.paging {
	background: #fff;
	text-align: right;
	padding: 7px 0; 
}

.paging-top {
	border-top: solid #d5d5c9 1px;
	border-bottom: solid #d5d5c9 1px;
	background: #fff;
	text-align: right;
	padding: 7px 0; 
	margin: 0;
}

.page-body p { 
	margin: 10px 0 10px 0; 
	padding: 0;
	color: #666;
}

.page-body p.price {
	font-family: Georgia, serif;
	font-size: 160%;
	line-height: 1em;
	font-weight: bold;
	color: #693;
	padding: 10px 0 20px 0;
}

.page-body p.sale-price {
	font-family: Georgia, serif;
	font-size: 160%;
	line-height: 1em;
	font-weight: bold;
	color: #c00;
	padding: 10px 0 20px 0;
}

.page-body dd p {
	margin: 0;
}

.page-body-full { 
	padding: 0 10px; 
	width: 730px; 
}

.page-body-mid { 
	padding: 0 10px; 
	width: 500px; 
}

.page-body-left {
	float: left;
	margin: 0 0 20px 0;
}
.page-body-right { float: right; }

.page-body-home-left {
	float: left;
	padding: 0 10px 0 0;
	width: 360px;
}

.page-body-home-right {
	float: right;
	padding: 0;
	width: 150px;
}

.page-body h3.icon {
	clear: left;
	float: left; 
	margin: 0;
	padding: 5px 0 0 0;
}

.page-body h3.icon span {
	width: 30px;
	display: block;
	padding: 0 0 2em 0;
}

hr { 
	border-top: solid #fff 1px;
	height: 0; 
	margin-top: 0px; 
}

.page-body textarea { border: solid #ccc 1px; color: #333; font-size: 115%; margin: 0; padding: 5px 5px; }
.page-body button { background: url(../images/submit_button.gif); border: 0 none; cursor: hand; height: 21px; width: 70px }

.comment { border-left: solid #ccc 1px; border-right: solid #ccc 1px; font-size: 90%; padding: 5px 10px 0 10px; width: 478px; }
.comment label { font-weight: bold; margin-right: 10px; padding: 0; width: 0;}
.comment input.feedback { border: solid #a6a6aa 1px; font-size: 95%; height: 15px; margin: 0; }

.login { 
	float: left;
	color: #666; 
	padding: 0; 
	text-align: left; 
	width: 520px; 
}
.login table {
	width: 100%;
}
.login td {
	padding: 5px 0;
}
.login td.error {
	padding: 0 0 10px 0 ;
}
.login td.left {
	padding-right: 10px;
	text-align: right;
}
.login td.right {
	padding-left: 10px;
	text-align: right;
}
.login td.note {
	padding: 5px 0;
	font-size: 10px;
	color: #999;
	line-height: 1.4em;
}
.login td.buttons {
	padding: 10px 0;
}

.register { 
	color: #333; 
	padding: 5px 10px; 
	text-align: left; 
	width: 478px; 
}

.checkout { 
	color: #333; 
	padding: 5px 10px; 
	text-align: left; 
	width: 448px;
}

.checkout td { 
	font-size: 11px; 
	padding: 0 5px;
}

.invoice { 
	background: #fff;
/*	border: solid #ccc 1px; */
	color: #333; 
	padding: 10px 0; 
	text-align: left; 
	width: 520px; 
}

.pinvoice { 
	color: #333; 
	padding: 5px 10px; 
	text-align: left; 
	width: 100%; 
}

.page-body-text .invoice td { line-height: 150%; padding: 3px 0; }

.account { 
	border-left: solid #ccc 1px; 
	border-right: solid #ccc 1px; 
	color: #333; 
	padding: 5px 10px; 
	text-align: left; 
	width: 478px; 
}

.page-body-text .account td { padding: 0; }
.download { border-left: solid #ccc 1px; border-right: solid #ccc 1px; color: #333; float: left; font-size: 11px; padding: 0 10px; width: ; }
.download ul { color: #333; list-style-type: disc; list-style-image: none; margin: 0 0 0 25px; padding: 0; }
.download ul li { padding: 0; } 


/* Left Navigation Bar Styles */

#leftNav { 
	background: #fff; 
	clear: both; 
	float:left; 
	font-size: 12px; 
	margin: 0; 
	padding: 0 10px 0 0; 
	text-align: left; 
	width: 200px; 
}

.left-nav-section {
	clear: both;
	background: #ebebdf url(../images/nav_top.gif) no-repeat;
	padding: 10px 10px 0 10px;
	margin: 0;
	width: 180px;
}

.left-nav-end {
	float: left;
	background: url(../images/nav_btm.gif) top;
	padding: 0;
	margin-bottom: 20px;
	height: 10px;
	width: 200px;
}

.left-nav-shop {
	background: #6c88b3 url(../images/nav_shop_top.gif) no-repeat;
	padding: 10px 10px 0 10px;
	margin: 0;
	width: 180px;
}

.left-nav-shop-end {
	float: left;
	background: url(../images/nav_shop_btm.gif) top;
	padding: 0;
	margin-bottom: 20px;
	height: 10px;
	width: 200px;
}

#leftNav h3 { 
	border-bottom: solid #d5d5c9 2px;
	color: #143d69; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
	margin: 0; 
	padding: 0 0 5px 0; 
	text-align: left; 
}

#leftNav h3#shop {
	border-bottom: solid #fff 2px;
	color: #fff;
	font-weight: normal;
}

#leftNav a.shop,
#leftNav a.shop:visited {
	color: #fff;
}

#leftNav h3#first {
	margin: 0;
}

#leftNav h4 { 
	color: #36c; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	margin: 0; 
	padding: 10px 0 0 0; 
	text-align: left; 
}

#leftNav h3 a,
#leftNav h3 a:visited,
#leftNav h4 a,
#leftNav h4 a:visited {
	color: #36c;
	text-decoration: none;
}

#leftNav h3 a:hover,
#leftNav h4 a:hover {
	text-decoration: underline;
}

#leftNav h5 { 
	color: #666; 
	font-weight: normal;
	font-size: 11px;
	height: 15px; 
	margin: 0; 
	padding: 10px 0 0 0; 
	text-align: left;
}

#leftNav h5.info { 
	padding: 5px 0; 
}

#leftNav h5 a,
#leftNav h5 a:visited {
	color: #666;
	text-decoration: none;
}

#leftNav h5 a:hover {
	color: #000;
	text-decoration: underline;
}

#leftNav h5 a.shop,
#leftNav h5 a.shop:visited {
	color: #d2eeff;
	text-decoration: none;
}

#leftNav h5 a.shop:hover {
	color: #d2eeff;
	text-decoration: underline;
}

#leftNav ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 5px 0 0 0; 
}

#leftNav ul li { 
	margin: 0; 
	padding: 5px 0; 
}

#leftNav ul li.border { 
	border-bottom: dotted #d5d5c9 1px;
	margin: 0; 
	padding: 10px 0; 
}

#leftNav ul li.after-border { 
	margin: 0; 
	padding: 10px 0 5px 0; 
}


/* Main Body Styles */

.page-body-text { 
	color: #333; 
	float: left; 
	overflow: hidden; 
	padding: 0 10px; 
	text-align: left; 
	width: 500px; 
}

.page-body td.acc-results { 
	border-bottom: dotted #ccc 1px;
	line-height: 150%; 
	padding: 3px 0; 
}

.page-body td.acc-results2 { 
	border-bottom: solid #ccc 2px;
	line-height: 150%; 
	padding: 3px 0; 
}

#basket {
	margin: 20px 0 0 0;
	padding: 0;
	width: 520px;
}

#basket table {
	width: 100%;
	border: solid #d5d5c9 1px;
	border-bottom: none;
}

#basket td { 
	font-size: 13px; 
	padding: 7px 0 7px 5px;
	border-bottom: 1px solid #d5d5c9;
	font-weight: normal;
	background: #fff;
}

#basket td.hd {
	background: #eed;
	color: #143d69;
	text-transform: uppercase;
}
#basket td.hd em {
	font-style: normal;
	font-weight: normal;
	font-size: 85%;
	text-transform: lowercase;
}

#basket td.right { 
	text-align: right;
	padding-right: 5px;
}

#basket td.total { 
	background: #eed;
	font-weight: bold; 
}

.page-body-text label { font-weight: bold; padding-top: 10px; width: 130px; }
.page-body-text input.checkbox { border: none; }

dl.mgt {
	margin: 20px 0 10px 0;
	padding: 0;
}
	
dl.mgt dt {
	margin: 20px 0 5px 0;
	padding: 0;
}

dl.mgt dd img {
	float: left;
	padding: 0 10px 20px 0;
}

/* Right Navigation Bar Styles */

#rightNav { 
	background: #fff; 
	float: right; 
	font-size: 12px; 
	margin: 0; 
	padding: 0 0 0 10px; 
	text-align: left; 
	width: 200px; 
}

.right-nav-ads {
	clear: both;
	padding: 10px 10px 0 10px;
	margin: 0;
	width: 180px;
}

.right-nav-section {
	clear: both;
	background: #ebebdf url(../images/nav_top.gif) no-repeat;
	padding: 10px 10px 0 10px;
	margin: 0;
	width: 180px;
}

#rightNav h3 { 
	border-bottom: solid #d5d5c9 2px;
	color: #143d69; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
	margin: 0; 
	padding: 0 0 5px 0; 
	text-align: left; 
}

#rightNav h3.ads {
	color: #999;
	margin-bottom: 10px;
}

#rightNav h4 { 
	color: #36c; 
	font-weight: normal;
	font-size: 12px;
	margin: 0; 
	padding: 5px 0; 
	text-align: left; 
}

#rightNav h5 { 
	color: #36c; 
	font-weight: normal;
	font-size: 11px;
	margin: 0; 
	padding: 5px 0; 
}

#rightNav h3 a,
#rightNav h3 a:visited,
#rightNav h4 a,
#rightNav h4 a:visited,
#rightNav h5 a,
#rightNav h5 a:visited {
	color: #36c;
	text-decoration: none;
}

#rightNav h3 a:hover,
#rightNav h4 a:hover,
#rightNav h5 a:hover {
	text-decoration: underline;
}

a.active {
	color: #333;
}

#rightNav ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 5px 0 0 0; 
}

#rightNav ul li { 
	margin: 0; 
	padding: 5px 0; 
}

#rightNav ul li.border { 
	border-bottom: dotted #d5d5c9 1px;
	margin: 0; 
	padding: 10px 0; 
}

#rightNav ul li.after-border { 
	margin: 0; 
	padding: 10px 0 5px 0; 
}

#rightNav ul li.bullet { 
	background: url(../images/right_bullet.gif) top left no-repeat;
	margin: 0; 
	padding: 5px 0 10px 15px; 
}

#rightNav table { 
	margin: 0;
	padding: 0;
}

#rightNav #right-basket { 
	border: none;
	width: 170px;
}

#rightNav td { 
	font-size: 13px; 
	padding: 10px 0; 
}

#rightNav #right-basket td.basket-left {
	padding-right: 2px;
}

#rightNav td.training { background: #f3f3f3; border-bottom: dotted #bbb 1px; font-size: 11px; padding: 10px 0; }

		
/* Footer Styles */

#footer-page-container {
	margin: 0 auto;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
}
		
#footer {
	margin: 0 auto;
	text-align: center;
	width: 960px;
}

#footer-container { 
	background: #ebebdf url(../images/footer-bktop.gif) no-repeat top left; 
	color: #8e8e87; 
	float: left;
	font-size: 10px; 
	margin: 0 auto;
	padding: 20px 10px 10px 10px; 
	width: 940px; 
	text-align: left;
}

#ft-btm {
	background: #ebebdf url(../images/footer-bkbtm.gif) no-repeat bottom left; 
	color: #8e8e87; 
	clear: both; 
	font-size: 10px; 
	margin: 0 auto;
	padding: 10px;
	width: 940px; 
	text-align: left;
}

#footer-container ul { 
	float: left; 
	list-style-type: none; 
	margin: 0; 
	padding: 0 0 20px 0; 
	border-bottom: solid #d5d5c9 2px;
}

#footer-container ul li { 
	float: left;
	margin: 0 5px;
	width: 108px;
}

#footer-container ul li.first { 
	margin-left: 3px;
}

#footer-container ul li.last { 
	margin-right: 3px;
}

#footer-container ul li a, #footer-container ul li a.visited { 
	color: #999; 
	font-weight: normal; 
	text-decoration: none; 
	line-height: 140%;
}

#footer-container ul li a strong {
	font-weight: bold;
	color:#666;
	margin-bottom: 5px;
}
#footer-container ul li a:hover { 
	text-decoration: underline; 
}

#footer-container a.rd, #footer-container a.rd:hover {
	font-weight: bold;
	color: #903; 
	text-decoration: none; 
}

#footer-container ul li ul {
	padding: 5px 0 0;
	margin: 0;
	list-style: none;
	float: none;
	overflow: hidden;
	border: none;
}

#footer-container ul li ul li {
	text-align: left;
	float: none;
	margin: 0;
}

/* Clear floats */
.clear {
	background: none;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: -1px;
}