/* ----- end float fix ----- */

body {
	background: #fffed7 center;
	color: #555;
	font: 76%  Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 150%;
	margin: 0;
	padding: 0;
}

/* ----- tables ----- */

table, td, input, textarea, select, {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
}

#navDept li a:hover {
	color: white;
	text-decoration: underline;
}

th {
	padding: 5px;
}

.products .bullets {
	margin: 0;
	padding: 0;

}

.products .bullets li{

	list-style-type: disc;
	padding-left: 20px;
	background: url(../graphics/relative/bullet_blue.png) no-repeat left center;	color: #555;
	line-height: 2em;
	font-size: 1.1em;
}

td {
	padding: 5px;
}

/* ----- global links ----- */

a:link, a:visited, a:active {
	color: #036ef1;
	outline: 0
}

a:hover {
	color: #555;
	outline: 0
}

.movieimage {
	margin-bottom: 10px;
}

.protx {
	align: center;
}

/* ----- global paragraphs, headers & horizontal rules ----- */

p, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
}

h1 {
	font-size: 140%;
	line-height: 1.2em;
}

h2 {
	font-size: 130%;
	line-height: 1.2em;
}

h3 {
	font-size: 120%;
}

h4, h5 {
	font-size: 100%;
}

hr {
	display: none;
}

/* ----- global images ----- */

img {
	border: none;
}

/* ----- hidden items ----- */

#skip {
	display: none;
}

.hidden {
	display: none;
}

/* ----- float left / right classes ----- */

.left {
	float: right;
	margin-right: .3em;
}

.right {
	float: right;
	margin-left: .3em;
}

/* ----- company contact details ----- */

address {
	font-style: normal;
	margin: 1em 0;
}

/* ----- container size & positioning ----- */

.container {
	margin: 0 auto;
	width: 840px;
	text-align: left;
	position: relative;
	background: url(../graphics/relative/bg.gif) center;
}

#bottomstrip {
	height: 50px;
	);	background: url(../graphics/relative/bottom_bg.gif) center;
}

.container .pad {
	padding-right: 75px;
	padding-left: 75px;
	padding-top: 20px;
}

/* ----- header area ----- */

#top {
	height: 60px;
	position: relative;
}

/* ----- header area ----- */

#header {
	height: 165px;
	position: relative;
}

/* ----- company logo & strapline ----- */

#logo {
	margin: 0;
	padding: 0;
}

#tagline {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50px;
	left: 30px;
	line-height: 20px;
}

/* ----- shopping basket info ----- */

#basket {
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 10;
	width: 200px;
	text-align: right;
	padding-right: 5px;
}

#telno {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	width: 220px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	font-size: 1.3em;
	background: url(../graphics/relative/icon_tel.gif) no-repeat 0;
}

#info {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 10px;
	right: 30px;
	z-index: 10;
}

/* ----- side navigation ----- */

#navDept, #navDept li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navDept {
	background: #494949 no-repeat 0 bottom;
}

#navDept li {
	
}

#navDept li a {
	display: block;
	width: 100%;
	color: white;
	border-top: 1px solid white;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navDept li a:link, #navStatic li a:link, #navDept li a:visited, #navStatic li a:visited {
	text-decoration: none;
}

#navDept li a:hover, #navStatic li a:hover, #navDept li a:active, #navStatic li a:active {
	text-decoration: underline;
}

#navDept .first a {
	color: white;
	border-style: none;
	background: url(../graphics/relative/lnav_top.gif) no-repeat 0 top;
}

#navDept li a.selected {
	font-weight: bold;
}

#navDept li a span {
	display: block;
	padding: 3px 20px;
}

/* ----- subdepartment navigation ----- */

#navSubDept, #navSubDept li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navSubDept {
	margin: 1em 0;
	padding: 3px 10px;
	background: #f1f1f1;
	border: 1px solid #eee;
	color: #777;
}

#navSubDept li {
	margin: .5em 0;
	line-height: 150%;
	padding: 0;
	padding-left: 15px;
	list-style: none;
}

#navSubDept li a {
	color: #777;
}

#navSubDept li a:hover, #navSubDept li a.selected {
	color: #777;
	text-decoration: underline;
}

/* ----- customer tool list ----- */

#navTools, #navTools li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navTools {
	background: #494949 url(../graphics/relative/lnav_bottom.gif) no-repeat 0 bottom;
}

#navTools li {
	
}

#navTools li a {
	display: block;
	width: 100%;
	color: white;
	border-top: 1px solid white;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navTools .first a {
	border-style: none;
	background: url(../graphics/relative/lnav_top.gif) no-repeat 0 top;
}

#navTools li a:hover {
	text-decoration: underline;
}

#navTools li a.selected {
	font-weight: bold;
}

#navTools li a span {
	display: block;
	padding: 3px 20px;
}

/* ----- nav static menu items ----- */

.navStatic, .navStatic li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navStatic {
	background: #494949 url(../graphics/relative/lnav_bottom.gif) no-repeat 0 bottom;
	margin-bottom: 8px;
}

.navStatic li {
	
}

.navStatic li a:link, .navStatic li a:visited {
	color: white;
	text-decoration: none;
}

.navStatic li a:hover, .navStatic li a:active {
	color: white;
	text-decoration: underline;
}

.navStatic li a {
	display: block;
	width: 100%;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid white;
}

.navStatic li a span {
	display: block;
	padding: 3px 20px;
}

#navToolsTitle, #navDeptTitle, .navStaticTitle {
	margin: 0;
	padding: 3px 20px;
	margin-bottom: 1px;
	background: #ddd;
	font-size: 100%;
}

/* ----- side navigation column ----- */

#side {
	float: left;
	width: 180px;
}

/* ----- main content area ----- */

#main {
	float: left;
	display: inline;
	width: 510px;
	min-height: 300px;
}

#main .inner {
	padding-left: 20px;
}

*html #main {
	height: 300px;
}

#pageTitle {
	font-weight: normal;
	padding: 0;
	color: #036ef1;
	font-size: 160%;
	clear: both;
	margin: 0;
}

.homeTitle {
	font-weight: normal;
	padding: 0;
	color: #036ef1;
	font-size: 160%;
	clear: both;
	margin: 0;
}

.pageDetails h2, .prodDetails h2 {
	font-size: 130%;
	color: #0373fb;
}

.pageDetails h3, .prodDetails h3 {
	font-size: 110%;
	color: #0373fb;
}

.note {
	font-size: 110%;
}

.highlight {
	font-size: 140%;
}

.module1 {
	float: left;
	width: 220px;
}

.module2 {
	float: left;
	width: 220px;
}

#content {
	
}
#content p {
	padding: 0;
	margin-bottom: 0.75em;
}

#mid {
	width: 690px;
	padding-top: 20px;
}

.dl {
	padding-bottom: 0.5em;
}

.dlLinkDoc {
	background: url(../graphics/relative/icon_word.gif) no-repeat;
	text-indent: 22px;
}
.dlLinkPdf {
	background: url(../graphics/relative/icon_pdf.gif) no-repeat;
	text-indent: 22px;
}

.hl {
	color: #0373fb;
}

blockquote {
	color: #0373fb;
	margin: 0 1em 1em;
}

.contentimage {
	border: 1px solid #0373fb;
	padding: 5px;
	background-color: white;
}
/* ----- footer area ----- */

#tnav {
	margin-top: 20px;
	padding-left: 20px;
	background: url(../graphics/relative/strip_l.gif) no-repeat left;
}

#footer .inner {
	background: url(../graphics/relative/strip_r.gif) no-repeat right;
	padding-right: 20px;
	height: 38px;
}

#footer {
	margin-top: 20px;
	padding-left: 20px;
	background: url(../graphics/relative/strip_l.gif) no-repeat left;
}

#tnav .inner {
	background: url(../graphics/relative/strip_r.gif) no-repeat right;
	padding-right: 20px;
	height: 38px;
}

#footer p {
	margin: 0;
}

#footer ul, #footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
	margin-right: 1em;
}

#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
	line-height: 33px;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

#tnav ul, #tnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#tnav li {
	display: inline;
	margin-left: 1em;
}

#tnav a:link, #tnav a:visited {
	color: white;
	text-decoration: none;
	line-height: 33px;
}

#tnav a:hover {
	color: white;
	text-decoration: underline;
}

#footer #credits {
	float: right;
	margin-top: -1.5em;
}

/* Search */


#searchbox {
	float: left;
}

#searchSubmit {
	position: relative;
	left: 3px;
}

#searchSubmit:hover {
}

#searchbox form {
	padding: 3px 0 0;
	margin: 0;
}

.searchfield {
	width: 130px;
}
/* ----- pagination (page 1/2 etc.) ----- */

#pagination {
	margin: 0.5em 0 1em 20px;
}

#pagination li {
	margin: 0;
	height: 16px;
	line-height: 16px;
	float: left;
}

#pagination a {
	display: block;
	float: left;
	width: 9px;
	height: 9px;
	margin-left: 10px;
	margin-top: 3px;
	text-indent: -8000px;
	overflow: hidden;
}

#pagination a#firstPage {
	background: url(/graphics/plain/ico_first.gif)no-repeat 0 0;
}

#pagination a#prevPage {
	background: url(/graphics/plain/ico_prev.gif) no-repeat 0 0;
}

#pagination a#nextPage {
	background: url(/graphics/plain/ico_next.gif) no-repeat 0 0;
}

#pagination a#lastPage {
	background: url(/graphics/plain/ico_last.gif) no-repeat 0 0;
}

/* ----- product thumbnail list ----- */

.products {
	margin-bottom: 1em;
}

.suggest {
	margin: 1em 0 1em 20px;
}

.homeproducts {
	
}

.products ul, .products li, .suggest ul, .suggest li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.products li, .suggest li {
	color: #777;
	padding: 0;
	margin: 0;
}

.products li.prod {
	border-bottom: 1px solid #0373fb;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.products .pageImage {
	width: 180px;
	float: right;
}

.products .pageDetails {
	width: 280px;
	float: left;
}

.products .proddetails .inner {
	padding-left: 15px;
}

.products .image {
	float: left;
	margin: 0;
}

.products #pageTitle {
	margin-bottom: 1em;
	padding: 0;
}

.products #pageTitle a{
	color: #036ef1;
	text-decoration: none;
}



.products #pageTitle a:hover
{
	text-decoration: underline;
}

.products .price, .suggest .price {
	line-height: 180%;
	color: #036ef1;
	font-size: 110%;
	font-weight: bold;
	border-top: 1px dotted #bfbfbf;
	padding-top: 0.5em;
	margin: 1em 20px 0.5em 0;
	padding-right: 2px;
}

.products .desc, .suggest .desc {
	margin: 0 20px 0 0;
	padding: 0;
}

.products .addproduct {
	padding: 0 20px 0 0;
	float: right;
}

/* ----- individual products ----- */

.products.list {
	margin-bottom: 1em;
}

.products.list li {
	margin-bottom: 1em;
	float: left;
	display: block;
	width: 215px;
	padding-right: 30px;
}

.products.list .price{
	float: left;
	clear: both;
	border-style: none;
}

.products.list .addproduct {
	float: left;
	clear: both;
}

/* ----- individual products ----- */

#product {
	margin: 1em 0;
}

.prodDetails {
	float: left;
	clear: both;
}

#product .image {
	float: left;
	margin-bottom: 1em;
	width: 200px;
}

#product .image p {
	margin: .5em 0;
}

#product .image img {
	
}

#product .info {
	float: left;
	width: 200px;
}

#product ul li {
	color: #036ef1;
}

#product .price {
	color: #036ef1;
	font-size: 120%;
}

#product .info p {
	margin: 0;
	margin-bottom: .2em;
}

#product .info h2 {
	margin: 0;
	margin-bottom: .2em;
	clear: both;
}


#product .actions {
	border-top: 1px solid #e1e1e1;
	clear: both;
}

#product #addBasket {
	border-top: 1px solid #e1e1e1;
	padding-top: 1em;
}

#product #addWishlist a {
	
}

/* ----- featured articles ----- */

#content ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#content ul li {
	padding: 0;
	margin-left: 0;
}


#content .prodDetails ul {
	margin: 0;
	padding: 0;

}

#content .prodDetails ul li {

	list-style-type: none;
	padding-left: 20px;
	background: url(../graphics/relative/bullet_blue.png) no-repeat left 2px;	color: #555;
	font-size: 1.1em;
	padding-bottom: 5px;
}
#articles {
	
}

#articles ul, #articles li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#articles ul {
	margin: 1em 0;
	padding: 3px 10px;
	background: #f1f1f1;
	border: 1px solid #eee;
	color: #777;
}

#articles ul li {
	margin: .5em 0;
	line-height: 150%;
	padding: 0;
	padding-left: 15px;
	list-style: none;
	background: url(/graphics/plain/arrow3.gif) no-repeat 0 .6em;
}

#articles  ul li a {
	color: #777;
}

#articles  ul li a:hover {
	color: #777;
	text-decoration: underline;
}

/* ----- customer reviews ----- */

#reviews {
	
}

#reviews ul, #reviews li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#reviews ul {
	margin: 1em 0;
	padding: 3px 10px;
	background: #f1f1f1;
	border: 1px solid #eee;
	color: #777;
}

#reviews ul li {
	margin: .5em 0;
	line-height: 150%;
	padding: 0;
	padding-left: 15px;
	list-style: none;
}

#reviews  ul li a {
	color: #777;
}

#reviews  ul li a:hover {
	color: #777;
	text-decoration: underline;
}

/* ----- site map ----- */

#sitemap, #sitemap ul, #sitemap li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitemap {
	margin: 1em 0;
}

#sitemap li {
	margin: .5em 0;
}

#sitemap li h3 {
	margin: .2em 0;
}

#sitemap ul {
	padding-left: 20px;
}

/* ----- tables and forms ----- */

fieldset {
	border: none;
	padding: 0;
	margin: 1em 0;
}

legend {
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #036ef1;
	font-size: 130%;
	clear: both;
	position: relative;
}

*html legend {
	left: -7px;
}

fieldset h3, fieldset h3 {
	margin: 1em 0 0 0;
}

#content table {
	width: 100%;
	margin: 0 0 1em;
	border-collapse: collapse;
	line-height: 150%;
}

th {
	border: 1px solid #fff;
	padding: 5px;
	background-color: #0373fb;
	color: white;
	text-align: center;
}

td {
	border: 1px solid #fff;
	padding: 5px;
	vertical-align: top;
	background-color: #f2f2f2;
}

.formField, .formSelect {
	background: #fff;
	border: 1px solid #e1e1e1;
	width: 200px;
}

.formFieldShort, .formFieldMedium {
	background: #fff;
	border: 1px solid #e1e1e1;
	width: 20px;
	margin-right: 5px;
}

.formFieldMedium {
	width: 96px;
}

table .price {
	color: #036ef1;
	font-size: 110%;
	font-weight: bold;
}

.formFieldProduct {
	width: 150px;
}

table .price {
	color: #036ef1;
	font-size: 110%;
	font-weight: bold;
}

.formRadio {
	vertical-align: middle;
}

.formButton {
	color: #036ef1;
}

label span {
	color: #036ef1;
	font-size: 110%;
	font-weight: bold;
}

input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus {
	background: #fff;
	border: 1px solid #bbb;
}

#content table.tableone {
	border: 1px solid #0363d9;
	border-collapse: collapse;
	margin-bottom: 1em;
}

/* ----- shopping cart ----- */

#total {
	margin: 1em 0;
	padding: 0;
	width: 295px;
	font-size: 110%;
}

#total dt {
	width: 200px;
	float: left;
	font-weight: bold;
}

#total dd {
	margin-left: 201px;
	text-align: right;
}

.actions {
	clear: both;
	margin: 0;
	padding: .5em 0;
}

/* ----- first table data style ----- */

td.first {
	width: 40%;
}

/* ---------------------- float fix ----------------------------- */

.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.inner, .products, .products li, #pagination, #total, .modules {
	display: block;
}

/*  \*/

.inner, .products, .products li, #pagination, #total, .modules {
	min-height: 1%;
}

* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {
	height: 1%;
}

/*  */

/* ----- end float fix ----- */

.tiny {
	font-size: 0.8em;
	color: #c8c8c8;
}
.pageDetails p a:link, .pageDetails p a:visited{
	color: #036ef1;
	text-decoration: underline;
}

.pageDetails p a:hover, .pageDetails p a:active {
	color: #036ef1;
	text-decoration: none;
}

#content a:link, #content a:visited{
	color: #036ef1;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #036ef1;
	text-decoration: none;
}