/* generic styles */
img {
	border-width:0px;
}

form {
	margin:0px;
}

/* body and layout */
body, html {
	padding:0px; 
	margin:0px 0px 10px 0px; 
	background-color:#F4F9FF;
}
	
body, td, p, div, a, select, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:120%;
	font-size:12px;
	color: #333333;
}

body table#layout {
	border-collapse:collapse;
	padding:0px;
	margin:2px auto;
	width:771px;
}

h1 { line-height:32px; font-size:22px; }
h2 { line-height:26px; font-size:17px; margin:0; }
h3 { line-height:21px; font-size:14px; margin:0; text-decoration:none; }

/* header */

td#headerTopNav {
	display:none;
}

/* left nav */

td#leftMenu, td#rightMenu {
	display:none;
}

/* Main Content */

td#mainContent, td#mainContentLeftBorder {
	width:641px;
	min-width:641px;
	padding:5px;
	background-color:white;
	vertical-align:top;
}

td#mainContentLeftBorder {
	border-width:1px 1px 0px 1px;
}

/* Copyright */

td#copyright, td#copyrightLeftBorder {
	padding:5px;
	text-align:center;
	font-size:10px;
	background-color:white;
	vertical-align:bottom;
}

td#copyright a {
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

/* ContentBox */

.contentBox thead th {
	padding:3px 3px 3px 10px;
	background-color:#E6EDF7;
	font-weight:bold;
	text-align:left;
	height:22px;
} 

.contentBox tbody th {
	background-color:#E6EDF7;
	width:10px;
}

.contentBox tbody td {
	padding:5px 8px 5px 5px;
	background-color:#F4F9FF;
	vertical-align:top;
}


.blankTable {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.blankTable tbody td,.blankTable tbody th {
	padding:0;
	margin:0;
	background-color:transparent;
	width:auto;
}

.editTable {
	border:none; width:100%; 
}
	
.editTable tbody tr td, .editTable tbody tr th {
	padding:0px; margin:0px; border:none;  
	width:auto;background-color:transparent;
}

.editTable tbody tr th {
	padding:2px 1px 1px 1px; width:100px; vertical-align:top; text-align:left;
}

/* store styles */

.storeLink {
	text-decoration:none;
}

#basket {
	width:100%;
	border-collapse:collapse;
}

#basket th, #basket td {
	padding:4px;
	border:1px solid #000000;
	font-size:10px;
}

#basket thead th {
	background-color:#B9C6D8;
	font-weight:bold;
}

#basket tfoot {
	text-align:right;
}

#basket tfoot th { background-color:#B9C6D8; font-weight:normal;  }
#basket tfoot td { background-color:#E6EDF7; padding:3px; }

.historyTable {
	width:100%;
	border-collapse:collapse;
}

.historyTable th, .historyTable td {
	padding:2px;
	border:1px solid #000000;
	font-size:10px;
}

.historyTable thead th {
	background-color:#B9C6D8;
	font-weight:bold;
}

.historyTable tbody td {
	background-color:#E6EDF7;
	padding:3px;
	text-align:center;
}

.noprint {
	display:none;
}

.ddFormBox {
	border:1px solid #000000;
}

.ddFormID {
	width:25px;
	height:26px;
	float:left;
	border-width:1px 0 1px 1px;
	border-color:#000000;
	border-style:solid;
	font-size:24px;
	text-align:center;
}

.ddFormRef {
	width:15px;
	height:26px;
	float:left;
	border-width:1px 0 1px 1px;
	border-color:#000000;
	border-style:solid;
}

/* Buyers guide */

table.bgListing { width:100%; margin:12px 0 0 0; padding:0; text-align:left; }
table.bgListing td, table.listing th { font-size:10px;border-right:1px solid white; padding-left:6px; }
table.bgListing td *, table.listing th * { font-size:10px;  }
table.bgListing { font-size:9px; }
table.bgListing tr { background-color:#DDD; }
table.bgListing tr.alt { background-color:#EEE; }
table.bgListing thead th { background-color: #ECF1F7; background-image:url('/img/border/headingbg.jpg'); background-repeat:repeat-x; background-position:bottom left; padding:2px 5px 2px 5px; font-weight:bold; height:100%; color:#FFF; margin:0px; border-bottom:1px solid #FFF; }
table.bgListing thead th * {  font-weight:bold; color:#FFF; }
table.bgListing tfoot td, table.bgListing tfoot th { padding:2px 5px 2px 5px; }
table.bgListing tbody th, table.listing tfoot th { vertical-align:top; padding:2px 5px 2px 5px; border-right:1px solid white; }
table.bgListing .head th { background-color: #ECF1F7; background-image:url('/img/border/headingbg.jpg'); background-repeat:repeat-x; background-position:bottom left; padding:2px 5px 2px 5px; font-weight:bold; height:100%; color:#FFF; margin:0px; border-bottom:1px solid #FFF; }
table.bgListing .head th * {  font-weight:bold; color:#FFF; }

