/* CSS Document */
body {
	margin: 0;
	font-family: arial,sans-serif;
	font-size: 12px;
}
.red{color:#0033CC; font-weight:100;}

/* --------------------------- */	
/* header navigation */
/* --------------------------- */
table#tableOuter {
	
}
table#headerInner {
	text-align: center;
	background-color: #074BAC;
}
table#navigation {
	background: url(images/buttonbackground.gif);
	text-align: center;
}
td.headerBreak {
	height: 3px;
	background-color: #074BAC;
}
/* --------------------------- */
/* end header navigation */
/* --------------------------- */

/* --------------------------- */
/* left column */
/* --------------------------- */
td.leftCol {
	background-color: #DDDDDD;
	border-right: 3px solid #074BAC;
	vertical-align: top;	
}
td.sideMenuTop {
	height: 24px;
	padding-left: 10px;
	background-image: url(images/sidebartop.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: 1px solid white;
}
/* --------------------------- */
/* end left column */
/* --------------------------- */

/* --------------------------- */
/* right column */
/* --------------------------- */
td.rightCol {
	background-color: #DDDDDD;
	border-left: 3px solid #074BAC;
	vertical-align: top;
}
td.categoryRow {
	font-weight: bold;
	padding-left: 5px;
	background: url(images/buttonbackground.gif) #CCCCCC;
	height: 24px;
}
td.categoryRow a {
	text-decoration: none;
	color: black;
}
td.rightColImage {
	text-align: center;
	padding: 10px 0;
}
hr.rightRule {
	width: 100px;
	text-align: center;
}
table#rates td {
	padding: 5px 0;
}
td.smallText {
	font-size: 10px;
}
table#basketModule {
	padding-left: 4px;
	font-size: 11px;
}
table#basketModule td {
	padding-bottom: 2px;
}
tr.basketModuleTotal, tr.discountModuleTotal {
	background-color: #BBBBBB;
	font-weight: bold;
	font-size: 12px;
}
tr.basketModuleTotal td {
	border-top: 1px solid black;
}
tr.discountModuleTotal td {
	color: red;
}
/* --------------------------- */
/* end left column */
/* --------------------------- */

/* --------------------------- */
/* main column */
/* --------------------------- */
td.tinytext {
	font-size: 11px;
}
table#main {
	margin: 4px;
}
td.mainCol {
	vertical-align: top;
}
td.pageTitle {
	font-weight: bold;
	background-color: #EEEEEE;
	height: 24px;
	padding-left: 6px;
}
td.pageTitle h1{
	font-weight: bold;
	background-color: #EEEEEE;
	font-size:12px
}
td.mainContent {
	padding: 4px;
}
td.centerText {
	text-align: center;
}
td.centerBlueHeader {
	text-align: center;
	font-size: 14px;
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
	padding: 10px 0;
}
td.centerBlueText {
	text-align: center;
	color: #0000FF;	
}
td.blueText {
	color: #0000FF;	
}
td.blueTextRow {
	color: #0000FF;	
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
}
table.formTable td {
	vertical-align: top;
}
td.dataRow {
	border-bottom: 1px dashed #CCCCCC;
}
td.tableHeader {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	font-size: 14px;
	padding-bottom: 10px;
}
td.headerRow {
	font-weight: bold;
}
table#contactForm td {
	text-align: left;
}
div.error {
	color: red;
	font-weight: bold;
}
td.productTitle {
	vertical-align: top;
}
input.qty,input.add {
	font-size: 11px;
}
td.productAdd {
	padding-left: 4px;
}
hr.center {
	text-align: center;
	width: 99%;
}
table#basket {
	margin-top: 10px;
}
tr.basketHeader {
	background-color: #EEEEEE;
	font-weight: bold;
}
td.basketTotal {
	background-color: #EEEEEE;
}
td.basketDiscountTotal {
	background-color: #EEEEEE;
	color: red;
}

table.orders {
	margin: 10px 0;
}
table.orders td {
	vertical-align: top;
}
table.invoice td {
	vertical-align: top;
}
td.smapProduct {
	padding-left: 10px;
}
div.discountQualify {
	font-size: 16px;
	color: blue;
	font-weight: bold;
}
div.freeDownload {
	font-size: 14px;
	font-weight: bold;
	color: blue;
}
div.freeDownload a {
	color: red;
}
div.offer {
	font-weight: bold;
	color: blue;
	margin-bottom: 10px;
}
/* --------------------------- */
/* end main column */
/* --------------------------- */

/* --------------------------- */
/* footer */
/* --------------------------- */
td.footer {
	padding: 20px 0 50px 0;
	text-align: center;
	color: #2048EB;
}
/* --------------------------- */
/* end footer */
/* --------------------------- */
ul.myaccount a {
	font-size: 14px;
	color: blue;
}
ul.myaccount a:hover {
	color: black;
}

