/* Page Style */
body,div,span,p,a,img,h1,h2,h3,h4,h5,h6,ol,ul,li,
form,fieldset,label,table,legend,input,caption,thead,tbody,tfoot,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html { height: 100%; }
body { line-height: 1.5; }
ol,ul { list-style: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
a { color: #00365f; text-decoration: none; }
a:hover { text-decoration: none; }
h4 { font-weight: normal; font-size: 16px; }

/*****************************************************************************/

body {
	background-color: #333;
	font-family: Arial,Trebuchet MS;
	margin-top: 10px;
}
input { border: 1px solid #00365f; color: #00365f; }
.underline { text-decoration: underline; }

#page {
	position:relative;
	width: 981px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 5px;
	color: #343434;
}
/**************************************************************************/

/* Titled Box */
.titledbox {
	border: 1px solid #00365f;
	margin-top: 10px;
}
.titledboxtitle {
	background-color: #00365f;
	color: #fff;
}
.titledboxtitle h1 {
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0px 5px 5px;
}
.titledboxcontent {
	overflow: hidden;
}
.leftbox {
	background-color: #e2e2e2;
	width: 255px;
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 5px;
}
.leftbox h2 { 
	padding-bottom: 10px;
}
.leftbox img {
	cursor: pointer;
}
.rightbox {
	background-color: #e2e2e2;
	width: 670px;
	float:right;
	margin-top: 5px;
	padding: 15px 20px;
}
.rightbox h2 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #343434;
}
#whitebox {
	border: 2px solid #cacaca;
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
}
#whitebox h2 {
	border-bottom: none;
}
.pressarealink {
	height: 21px;
	background-image: url(images/bg-newslink.gif); 
	background-repeat: repeat-x;
	background-position: top left;
	margin-top: 10px;
	padding: 8px 10px;
	text-decoration: underline;
}
.pressarealink:hover {
	background-image: url(images/bg-newslink.jpg);
	color: #fff;
}
#infolink {
	background-image: url(images/marinelogo.png);
	background-repeat: no-repeat;
	background-position: right;
	border-top: 1px dotted #343434;
}
#infolink a {
	color: #003963;
	line-height: 30px;
	font-size: 15px;
}
#infolink a:hover {
	color: #0099d8;
}
.rightboxfoot {
	background-position: top right; 
	background-repeat: no-repeat;
	background-color: #e2e2e2;
	width: 670px;
	float:right;
	margin-top: 5px;
	padding: 8px 20px;
}
.contactdiv {
	float: left; 
	width: 325px;
	margin-top: 10px;
	margin-right: 20px; 
	background-color: #fff;
}
.contactdiv textarea {
	background-color: #e1e1e2;
	border: none;
	padding: 4px;
}
.contactinput {
	padding: 10px 5px;
	border-bottom: 1px dotted #343434;
}
.contactlabel {
	float: left;
	width: 80px;
}
.contactlabel span {
	color: #ff0000;
}
.contactinput input {
	background-color: #e1e1e2;
	border: none;
	padding: 4px;
	width: 225px;
}
#contactsubmit {
	margin: 10px 8px 5px 8px;
	background-color: #e2e2e1;
	padding: 4px;
	border: none;
}

.contact-email {
	text-decoration:underline;
}
/**************************************************************************/

/* Header */
#header {
	background-image: url(images/top_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 148px;
	width: 981px;
	position: relative;
}
#logo {
	margin: 20px 0px 0px 25px;
}
#contactheader {
	margin: 25px 25px 0px 0px;
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	font-size: 10px;
}
#contactheader img {
	line-height: 0px;
	vertical-align: middle;
}
#contactheader a {
	vertical-align: middle;
	line-height: 0px;
}
#pagetitle {
	padding-top: 15px;
	height: 56px;
	display: none;
}
#navbar {
	position: absolute;
	top: 115px;
	left: 1px;
	font-size: 14px;
}
#navbar li {
	display: inline;
	padding: 0px 10px;
	color: #fff;
}
#navbar a {
	color: #fff;
}

#navbar a:hover {
	color: #0084be;
}
/**************************************************************************/

/* Left Sidebar */
#tdsidebarleft {
	width: 177px;
}
#sidebarleft {
	width: 177px;
	margin-right: 5px;
	padding: 0px;
}
.leftbarbox {
	margin-top: 6px;
}
#leftnav {
	position: absolute;
	top: 6px;
	left: 5px;
	z-index: 89;
}
#leftnav li {

}
#leftnav a {
	display: block;
	color: #fff;
	font-size: 12px;
	width: 240px;
	line-height: 34px;
	border-bottom: 1px solid #eee;
	padding: 0px 10px;
	background-image: url(images/bg-leftnav.png);
	background-repeat: no-repeat;
}
	
#categories {
	margin-top: 0px;
}
#categorieslist, #categorieslist ul {
	list-style-type: none;
}

#categorieslist li {
	border-top: 1px dotted #00365f;
}
#categorieslist a {
	font-size: 12px;
	padding: 7px;
	font-weight: normal;
	display: block;
}
#categorieslist :hover {
	background-color: #00365f;
	color: #ffffff;
	text-decoration: none;
}
/**************************************************************************/

/* Right Sidebar */
#tdsidebarright {
	width: 177px;
}
#sidebarright {
	font-size: 12px;
	padding: 0px;
	width: 177px;
	margin-left: 5px;
}
.rightbarbox {
	margin-bottom: 3px;
}

#search {
	border: 1px solid #00365f;
	margin-top: 0px;
}

.titledboxtitle h1 {
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0px 5px 5px;
}

.searchtitle {
	background-color: #00365f;
	color: #fff;
}

#search h1 {
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0px 5px 5px;
}
#searchform {
	font-size: 0px;
}
#searchterm {
	background-color: #fff;
	border: 2px solid #eee;
	font-size: 14px;
	height: 16px;
	width: 157px;
	margin: 3px;
	padding: 4px;
}
#searchsubmitinput {
	border: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

#shoppanel {
	position: absolute;
	right: 1px;
	top: 109px;
}

#basket {
	margin-top: 5px;
}
#basket .titledboxcontent {
	background-color: #d9edf5;
}
#basketitems {
	padding: 0px 5px 10px 5px;
}
#baskettotals {
	padding: 10px 5px 0px 5px;
}
.viewbasket {
	float: left;
	padding: 10px 0px;
	padding-left: 5px;
}
.checkout {
	float: left;
	padding: 10px 0px;
	padding-left: 5px;
}
#baskettable {
	text-align: left;
	clear: both;
}
#baskettable th {
	font-weight: bold;
	padding: 5px 0px;
	text-align: left;
}
#baskettable td {
	font-weight: normal;
	vertical-align: middle;
	padding: 5px 3px 5px 0px;
}
.basketitem {
	padding-right: 5px;
}
.basketqty {
	text-align: right;
}
.baskettotal {
	text-align: right;
}
#emptybasket {
	text-align: center;
	margin: 10px 0px;
}
#vatswitch {
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 4px;
	cursor: pointer;
}

#discount {
	font-size: 0px;
	border: none;
}
#discount .titledboxcontent div{
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
	background-color: #e2e2e1;
}
/**************************************************************************/

/* Center Content */
#tdcontent {
	width: 604px;
}
.contentarea {
	background-color:#e4e4e3;
}

#ScrollerContent {
	position: relative;
}
#contentinner {
	margin: 0px;
	width: 617px;
	font-size: 13px;
}

#contentinner p {
	margin: 0 10px 0 10px;
}

#widecontent {
	margin: 0px;
	width: 799px;
	overflow: auto;
}
#widecontentportal {
	margin: 0px;
	width: 100%;
	background-color: #f2f2f2;
}

#contenttitle {
	background-color: #00365f; 
	color: #fff; 
	padding: 3px 5px;
}
#contenttitle h1 {
	font-size: 18px; 
	text-align: left;
	font-weight: normal;
}

#breadcrumb {
	background-color: #00365f;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0px 3px 3px;
	text-align: left;
}
#breadcrumb ul {
	padding: 3px 1px;
}
#breadcrumb ul li {
	display: inline;
}
#breadcrumb a {
	color: #fff;
	text-decoration: underline;
}

#breadcrumb li.last a {
	text-decoration: none;
}

#pagecontent {
	font-size: 13px;
	line-height: 150%;
}
#pagecontent p {
	padding: 8px 0px;
}
#widecontentportal #pagecontent {
	margin-top: 10px;
}
#staticpagetitle {
	padding: 5px;
	background-color: #00365f;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}

.pad-3 {
	padding: 3px;
}
.clear {
	clear:both
}
#gallery {
	position:relative;
	height:360px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:0
	}


/*********************************/

/* Product List */
#subcategories {
	padding: 10px 0px;
}
.subcategory {
	background-color: #fff;
	float: left;
	margin: 0px 0px 8px 6px;
	border: 1px solid #00365f;
	width: 195px;
	height: 246px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.subcategoryimage {
	padding: 15px;
}
.subcategorytitle {
	background-image: url("images/subcatbg.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e2e2e1;
	color: #fff;
	text-align: center;
	width: 185px;
	height: 45px;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
#categoryproducts {
	padding: 10px 15px;
	font-size: 13px;
	line-height: 18px;
}
#categoryproducts p {
	padding: 8px 0px;
}
.cathead {
	padding: 10px 0px 5px 0px;
}
.cathead h2 {
	font-size: 20px;
	font-weight: normal;
	display:block;
	padding:0 0 0 10px;
}
.categoryproductheader th {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
	padding: 3px;
	background-color: #01355e;
	text-align: left;
}
.categoryproduct {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 40px;
	background-color: #fff;
}
.categoryproduct td {
	border-bottom: 1px solid #00365f;
	vertical-align: middle;
}
.imagecol {
	text-align: center;
	padding: 2px;
	height: 55px;
	width: 55px;
	vertical-align: bottom;
}
.desccol {
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}
.desccol a {
	display: block;
	font-weight: bold;
}	
.desccol a:hover {
	text-decoration:underline;
}	
.desccol span {
	font-size: 10px;
}
.pricecol {
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	width: 90px;
}
.pricecol span {
	font-size: 15px;
}
.unitcol {	
	width: 55px;
}
.quancol {
	width: 105px;
	padding-right: 10px;
}
.addqty {
	height: 16px;
	background-color: #f2f2f3;
	padding: 5px 0px 5px 5px;
	float: left;
}
.basketsubmit {
	float: right;
}
.basketsubmitinput {
	border: none;
}
#productpage {
	padding: 10px 15px;
	font-size: 13px;
	line-height: 18px;
	background-color:#e4e4e3;
}	
#productheader {
	padding: 10px 0px 5px 0px;
}
#productheader h2 {
	font-size: 20px;
	font-weight: normal;
}
#productdetails {
	font-size: 13px;
	margin-top: 20px;
}
#productdetails td {
}
#productinfo th {
	text-align: left;
	font-weight: bold;
	width: 100px;
	height: 30px;
	vertical-align: middle;
}
#productinfo  td {
	height: 30px;
	vertical-align: middle;
}
#productimagediv {
	padding: 5px 5px 2px 5px;
	border: 1px solid #00365f;
	background-color: #fff;
	width: 200px;
	text-align: center;
}

.productimagealtdiv {
	background-color:#fff;
	float:left;
	width:99px;
	height:55px;
	margin: 10px 10px 10px 0;
	text-align:center;
	padding: 5px 0 0 0;
	border: 1px solid #00365f;
	cursor:hand;
}

.basketqtytd {
	padding-top: 10px;
}
#basketqty  input {
	height: 16px;
	background-color: #fff;
	padding: 5px 0px 5px 5px;
	float: left;
}
#basketsubmit {
	float: left;
	padding-left: 10px;
}
#spectable {
	margin-top: 15px;
	width: 100%;
}
#spectable td {
	border: 1px solid #d5d6d7;
	background-color: #f5f5f5;
	padding: 3px 5px 3px 12px;
}
#Additional_Info {
	margin-top: 20px;
}

#Calculator {
	margin: 0 0 0 0;
}

#Downloads {
	margin: 10px 0 0 0;
}

#catdownload {
	padding: 10px 0 0 10px;
}

#catdownload a:hover{
	text-decoration: underline;
}

#pdfattach {
	background-image: url("images/pdf_icon.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 5px;
}
#pdfattach a {
	font-size: 10px;
	padding-left: 20px;
}
#calcattach {
	background-image: url("images/calc.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 5px;
}
#calcattach a {
	font-size: 10px;
	padding-left: 20px;
}
#wishlistsubmitinput {
	border: none;
	margin-left: 10px;
}
/**************************************/

/* Search */
#searchtermhead {
	background-color: #d4d5d6;
	padding: 6px 0px 6px 3px;
	text-align: left;
}
#searchresults {
	margin: 0px 15px;
	padding-bottom: 15px;
}
/* Search Navigation List */
.searchnavlist {
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
}
.searchnavlist ul
{
	margin: 2px;
	margin-top: 10px;
}

.searchnavlist ul li {
	display: inline;
	border: 1px solid #00365f;
	background-color: #fff;
	padding: 1px;
	margin-right: 3px;
}
.searchnavlist ul li a,
.searchnavlist ul li a:active,
.searchnavlist ul li a:link,
.searchnavlist ul li a:visited {
	padding: 0 2px;
	text-decoration: none;
}
.searchpagelink img {
	vertical-align: middle;
}
.searchpagelinkcurrent {
	background-color: #01355e;
	color: #fff;
}
.searchdiv {
	margin-top: 30px;
}
.searchdiv a {
	color: #00365f;
	font-size: 12px;
}
.searchdiv ul {
	margin-bottom: 5px;
}
.searchdiv li {
	font-size: 16px;
	color: #00365f;
}
#categorybreadcrumb {
	font-size: 10px;
}
#categorybreadcrumb ul {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px 1px;
}
#categorybreadcrumb ul li {
	display: inline;
	font-size: 12px;
}
#categorybreadcrumb a {
	color: #00365f;
	text-decoration: underline;
}
.searchtable {
	border-spacing: 0px;
}

.searchtable a {
	display: block;
}

.searchtable td {
	font-size: 12px;
	vertical-align: middle;
	background-color: #fff;
}
#searchheader {
	background-color: #01355e;
	color: #fff;
}
#searchheader th {
	padding: 6px 0px;
	font-size: 11px;
	text-align: center;
}
/*************************************/

/* My Account */
.contactboxmyaccount {
	width: 300px;
	margin-top: 10px;
	margin-right: 5px;
	float: left;
	border: 1px solid #00365f;
	background-color: #fff;
	height: 360px;
}
.contactboxmyaccount h2 {
	padding: 10px;
	background-color: #00365f;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.contactboxmyaccountopt {
	width: 295px;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
	border: 1px solid #00365f;
	background-color: #fff;
	height: 360px;
}
.contactboxmyaccountopt h2 {
	padding: 10px;
	background-color: #00365f;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.contactboxtl {
	padding: 10px 20px;
}
.contactboxtl th {
	text-align: left;
	padding-bottom: 5px;
}
/*************************************/

/* News */

.article {
	border: 1px solid #00365f;
	background-color: #fff;

	margin-bottom: 10px;
}
.articletitle {
	padding: 5px;
	background-color: #e2e2e1;
}
.articletitle h3 {
	color: #00365f;
}
.articlecontent {
	padding: 5px;
	min-height: 110px;
}
.artimg {
	margin: 5px;
}
/*************************************/

/* Checkout */
#checkoutstages {
	background-color: #e2e2e2;
	border-bottom: 3px solid #00365f;
	
	height: 35px;
	font-size: 8px;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}
#checkoutstages li {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #00365f;
	margin: 0px;
	padding: 10px 10px 1px 10px;
	background-color: #e2e2e2;
	height: 24px;
}
#checkoutstages li.currentstage {
	font-weight: bold;
	color: #fff;
	background-color: #00406b;
}
li.stagenotreached {
	background-color: #e2e2e2;
}
li.stagereached {
	background-color: #e2e2e2;
}
#checkout legend {
	background-color: #01355e;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 1px 5px;
	margin-left: .5em;
}

#checkout fieldset {
	margin: 10px 0px 0px 0px;
}

.checkoutinputerror {
	color: #f00;
}
#checkout fieldset {
	border: 1px solid #00365f;
	padding: 10px;
	line-height: 18px;
	font-size: 12px;
}
#checkout input {
	padding: 3px;
	background-color: #f2f2f2;
}
#checkout table {
	margin-top: 10px;
}
#checkout tr {
	height: 30px;
}
#checkout td {
	padding-right: 20px;
}
#marketingoptout input {
	margin: 2px 0px;
	border: none;
	background-color: #fff;
}
#loginsubmitinput {
	margin-top: 6px;
	border: none;
}
#loginstatus {
	font-size: 14px;
	color: #ff0000;
}
#registeraccepttermsfieldset input {
	margin: 2px 0px;
	border: none;
	background-color: #fff;
}
#checkout_next {
	float: right;
	margin-top: 10px;
}
#checkout_prev {
	float: left;
	margin-top: 10px;
}
#checkout_next input,
#checkout_prev input {
	padding: 0px;
	border: none;
}
#vattable th,
#vattable td {
	padding: 0px 5px;
}

/***************************************/

/* Related Products */
#relatedprodstitle {
	clear: both;
	background-color: #01355e;
	color: #fff;
	padding: 3px 5px;
	margin-top: 30px;
}
.relatedproduct {
	border: 1px solid #00365f;
	margin: 5px;
	width: 140px;
	float: left;
	background-color: #fff;
	position: relative;	
	height: 198px;
	text-align: center;
}
#relprodimage {
	text-align: center;
	padding: 10px;
}
.relprodtitle {
	background-color: #e2e2e1;
	height: 45px;
	padding: 3px 14px 3px 3px;
	position: absolute;
	bottom: 18px;
	left: 0px;
	width: 123px;
	text-align: left;
	font-size:10px;
	line-height: 13px;
}
.relprodprice {
	background-color: #00365f;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 3px 0px 3px;
	font-size: 11px;
	width: 134px;
	text-align: left;
}
.relatedproductcat {
	border: 1px solid #00365f;
	margin: 5px;
	width: 140px;
	float: left;
	background-color: #fff;
	position: relative;	
	height: 180px;
	text-align: center;
	font-size:10px;
	line-height: 13px;
}
#relprodimagecat {
	text-align: center;
	padding: 10px;
}
.relprodtitlecat {
    background-image: url('images/relprodimg.jpg');
    background-repeat: no-repeat;
    background-position: top right;
	background-color: #e2e2e1;
	height: 45px;
	padding: 3px 14px 3px 3px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 123px;
	text-align: left;
}
/*************************************/

/* Register Account */
.registerdiv {
	background-color: #fff;
	width: 193px;
	float: left;
	margin: 10px 0px 10px 7px;
	border: 1px solid #00365f;
	height: 490px;
}
#registerdivheader {
	background-color: #00365f;
	color: #fff;
	padding: 6px 9px;
	line-height: 16px;
}
#registerdivheader span {
	padding-top: 5px;
	font-size: 20px;
	line-height: 26px;
}
#registercontent {
	padding: 10px;
}
#registercontent #loginuserinput,
#registercontent #loginpassinput {
	width: 162px;
	padding: 3px 5px;
	margin-bottom: 5px;
}
#registercontent #loginpassinput {
	margin-bottom: 10px;
}
#registercontent #loginsubmitinput {
	border: none;
}
#registerexisting {
	border: 1px solid #00365f;
	background-color: #fff;
}
#accountreg  fieldset{
	background-color: #fff;
	padding: 10px;
}
#accountreg legend {
	margin-left: 5px;
}
#accountreg #accountlabel {
	width: 160px;
}
#accountreg input {
	padding: 3px;
	background-color: #f2f2f3;
}
#accountreg textarea {
	border: 1px solid #00365f;
	padding: 4px;
	background-color: #f2f2f3;
	color: #00365f;
	width:320px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#accountreg .submit {
	border: none;
	background-color: #fff;
}
#accountreg td {
	padding: 5px;
	vertical-align: middle;
}
#enquiry {
	border: 1px solid #00365f;
}
#enquiryheader {
	background-color: #e2e2e1;
	padding: 6px 10px;
	font-size: 15px;
}
.enquiryform {
	background-color: #fff;
	padding: 10px;
}
.enquiryform td {
	padding: 5px;
	vertical-align: middle;
}
.enquiryform input {
	padding: 3px;
	background-color: #f2f2f3;
}
.enquiryform textarea {
	border: 1px solid #00365f;
	padding: 5px;
	background-color: #f2f2f3;
	color: #00365f;
}
.enquiryform .submit {
	border: none;
	background-color: #fff;
}
/*************************************/

/* Product Group Table */
.tableproduct {
	margin-top: 20px;
	font-size: 11px;
}
#productfulldesc {
	margin-bottom: 20px;
}
.tableproduct th {
	background-color: #e2e2e1;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.tableproduct td {
	padding: 3px;
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #00365f;
	vertical-align: middle;
}
.tableproduct .prodpricecol {
	width: 55px;
}
.tableproduct .basketqty {
	width: 55px;
}
.tableproduct .addgrpqty {
	background-color: #f2f2f3;
	height: 14px;
	padding: 5px 0px 5px 5px;
	margin-bottom: 1px;
	width: 44px;
}
.tableproduct .basketsubmitinput {
	margin-right: 2px;
}
.tableproduct .attscolevenrow {
	background-color: #f2f2f2;
}
#attevenrow {
	background-color: #f2f2f2;
}
/*************************************/

/* Forgotten Password */
#fgpassword {
	padding: 20px 15px;
}
#fgpassword input {
	margin-left: 20px;
}
#fgpassword #email {
	background-color: #fff;
	padding: 3px;
	width: 300px;
	margin-bottom: 10px;
}
/*************************************/

/* Basket Continue */
.basketcontinue {
	float: left;
}
.baskettocheckout {
	float: right;
}
#editbaskettable {
	font-size: 11px;
	margin: 20px 0px;
	clear: both;
}
#editbaskettable th {
	background-color: #01355e;
	color: #fff;
	padding: 3px;
	text-align: center;
}
#editbaskettable td {
	background-color: #fff;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
}
#editbaskettable .basketoddrow {
	border-bottom: 1px solid #00365f;
}
#editbaskettable .basketevenrow {
	border-bottom: 1px solid #00365f;
}
#editbaskettable .basketdesccol {
	text-align: left;
	padding-left: 10px;
}
/**************************************/

/* Portal */
.ordertable {
	background-color: #fff;
}
.ordertable th {
	text-align: left;
	background-color: #e2e2e1;
	padding: 3px;
	font-size: 11px;
}
.ordertable td {
	padding: 3px 3px 0px 3px;
	border-bottom: 1px solid #00365f;
	vertical-align: middle;
}
.ordertable input {
	border: none;
}
#orderdetail legend {
	font-weight: bold;
	padding-bottom: 10px;
}
#editordertable {
	background-color: #fff;
}
#editordertable th {
	background-color: #e2e2e1;
	text-align: left;
	padding: 3px;
	font-size: 11px;
}
#editordertable td {
	padding: 3px;
	vertical-align: middle;
	font-size: 11px;
}
#widecontentportal input {
	border: none;
}
#orderhistorytabs {
	text-align: center;
}
#orderhistorytabs li {
	display: inline;
	border: 1px solid #00365f;
	background-color: #fff;
	margin: 0px 2px;
	padding: 3px;
	font-size: 11px;
}
#ordhist {
	margin-top: 20px;
	background-color: #fff;
}
#ordhist th {
	background-color: #e2e2e1;
	font-size: 11px;
	text-align: left;
	padding: 3px;
}
#ordhist td {
	padding: 3px;
	border-bottom: 1px solid #00365f;
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
}
#transheader {
	text-align: left;
	margin: 20px 0px;
}
.copyinvhd {
	background-color: #fff;
}
#transdetail {
	margin: 20px 0px;
	background-color: #fff;
}
#transdetail th {
	background-color: #e2e2e1;
	padding: 3px;
	font-size: 11px;
	text-align: left;
}
#transdetail td {
	font-size: 11px;
	padding: 3px 3px 0px 3px;
	border-bottom: 1px solid #00365f;
}
#transbalance {
	background-color: #fff;
}
#transbalance th {
	background-color: #e2e2e1;
	padding: 3px;
	font-size: 11px;
}
#transbalance td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #00365f;
}
#password table {
	margin-top: 20px;
}
#password th {
	padding: 3px;
	text-align: left;
}
#password td {
	padding: 3px;
	vertical-align: middle;
}
#password input {
	background-color: #fff;
	padding: 3px;
}
#settingssubmitinput {
	border: none;
}
/**************************************************************************/

/* Footer */
#footer {
	background-color: #333;
	color: #fff;
	margin-bottom: 10px;
	height: 24px;
	width: 991px;
}
.driven {
	float: left;
	padding: 5px 2px;
	font-size: 12px;
}
.driven a {
	color: #fff;
	font-size: 12px;
}
.driven a:hover {
	text-decoration: none;
}
.copyright {
	float: right;
	padding: 6px 2px;
	font-size: 12px;
}

.w2m {
	float:left;
	font-size: 11px;
	color:#999999;
	text-align:right;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}

.w2m a {
	color:#999999;
}

#freepostagedark{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#FFF;
    z-index:900;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    margin:auto;
}
#freepostage{
    display:block;
    width:577px;
    background:#004a78 url('images/freepost.png') no-repeat;
    height:108px;
    z-index: 901;
    position:absolute;
    top:152px;
    left:187px;
    font-weight:bold;
    font-size:30px;
    padding:33px 20px;
    line-height:51px;
    color:#FFF;
}
#freepostage span#close a{
    font-size:19px;
    cursor: pointer;
    color:#CCC;
    margin-left:20px;
}

