/* Body and container */
body {
	margin:0px;
	padding:0px;
	text-align:center;
}

/* For use in shopthanksprint.asp */
body.printerfriendly {
	background:white;
	color:black;
	text-align:center;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width:780px;	/* change for different width, 100% will stretch site */
	margin:0px auto;
	text-align:left;
}

/* Logo header */
#header {
	background:url(../../images/techred/bg-header.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:6px;
}

#header td {
	padding-top:57px;
	padding-bottom:2px;
	font-size:10px;
	background:url(../../images/techred/bg-header-bottom.gif) repeat-x 0 100%;
}

#header td td { /* reset for nested tables */
	padding:0px; 
	background:none;
}

#header .logo {	vertical-align:middle; }
#header .logo img { margin:10px 0px; }
#header .header_right {
	vertical-align:middle;
	font-weight:bold;
	text-align:right;
}

#header a { color:#585858; text-decoration:none; padding:0px 3px; }
#header a:hover { text-decoration:underline; }
#header p { margin:0px; }

/* Top navigation bar */
#nav {
	clear:both;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cfcfcf;
	text-transform:uppercase;
	margin-bottom:6px;
	background:#E9E9E9 url(../../images/techred/bg-nav.gif) repeat-x;
	text-align:center;
}

#nav table { 
	border-collapse:collapse; 
	border:0px; 
	margin:0px auto; /* center align the menu */
	/* to left align the menu, add width:100%; */
}

#nav table td { padding:0px; }

/* Horizontal menu */
ul#horiz_nav {
	/* Do not change */
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
	
	/* Styles */
	border:0px;
	text-align:center;
	line-height:30px;
}

#horiz_nav li {	/* all list items */
	/* Do not change */
	float:left;
	display:block;
	white-space:nowrap;
	
	/* Styles */
	font-size:11px;
	font-weight:bold;
}

#horiz_nav li a {	/* items link style */
	/* Do not change */
	position:relative; 
	display:block;
	
	/* Styles */
	padding:0px 40px;
	color:#40588C;
	text-decoration:none;
}

#horiz_nav li.first a { padding-left:20px; } /* style for first top menu item */
#horiz_nav li.last a { padding-right:20px; } /* style for last top menu item */
#horiz_nav li a:hover { color:#999 !important; } /* style for menu item hover state */

#horiz_nav li ul { /* second-level lists */
	/* Do not change */
	position : absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	background:#EAEAEA;
}

#horiz_nav li ul li { /* second-level list items */
	/* Do not change */
	float:none;
	display:block;
	
	/* Styles */
	text-align:left;
	line-height:22px;
	text-transform:capitalize;
}

#horiz_nav li ul li a { /* second-level links */
	padding:0px 10px !important;
	width:120px;
	border-bottom:1px solid #CFCFCF;
}

/* Do not change the following 5 declarations */
#horiz_nav li ul ul { /* third-and-above-level lists */	left: -999em; }
#horiz_nav li:hover ul ul, #horiz_nav li:hover ul ul ul, #horiz_nav li.sfhover ul ul, #horiz_nav li.sfhover ul ul ul {
	left: -999em;
}
#horiz_nav li:hover ul, #horiz_nav li li:hover ul, #horiz_nav li li li:hover ul, #horiz_nav li.sfhover ul, #horiz_nav li li.sfhover ul, #horiz_nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

ul#horiz_nav iframe {
	position: absolute;
	/* account for the border */
	z-index: 0;
	visibility:hidden;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }
/* End */

/* Utility bar - account/language/search */
#utilbar {
	border:1px solid #d0d0d0;
	background:white;
	text-align:right;
	padding:5px 10px;
	color:#61657e;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#utilbar a { color:#61657e; }

#utilbar form { display:inline; margin:0px; margin-left:10px; padding-left:10px; }
#utilbar input { vertical-align:middle; font-family:Verdana, Arial, Helvetica, sans-serif; }
#utilbar input.searchfield { font-size:10px; margin-right:5px; border:1px solid #61657e; }

/* left nav */
.leftnav {
	width:200px;
	padding-bottom:20px;
}

.leftnav table {
	border-collapse:collapse;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Navigation box */
table.box {
	border:1px solid #d1d1d1;
	margin-bottom:6px;
}

table.box td,table.box th {	padding:0px 10px; }
table.box th{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background:url(../../images/techred/bg-menuhdr.gif) repeat-x;
	color : White;
	text-transform:uppercase;
	font-size : 13px;
	font-weight : bold;
	line-height:31px;
	text-align : left;
}
table.box td { background:#f9f9f9; }
table.box td a { display:block; width:100%; color:#666; }
table.box td a:hover { color:#40588C; }

table.box td br {
	font-size:0px;
	line-height:0px;
}

table.box td.cartsubtotalminicart {
	padding:3px 5px;
	text-align:right;
}

table.box td.cartsubtotalminicart a { display:inline; }

/* Alternate category listing style */
table.categories table td {
	padding:0px 5px;
	line-height:25px;
	border-bottom:1px solid #e1e1e1;
}
table.categories a {
	color:#848889;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
	font-size:10px;
	background:url(../../images/techred/bg-box-a.gif) no-repeat 0 50%;
	padding-left:15px;
	display:block;
}
table.categories a:hover {
	background:url(../../images/techred/bg-box-a-hover.gif) no-repeat 0 50%;
	color:#40588C;
}

/* Minicart display */
table.minicart td {
	padding:5px;
	font-size:10px;
	text-align:center;
}

table.minicart td td {
	text-align:left;
	padding:2px !important;
}

table.minicart a { background:none !important; color:#666 !important; }
table.minicart a:hover { text-decoration:underline; }
table.minicart a.cartminilinks {  }  /* For product description in minicart */

/* Topseller display */
td.topseller {
	margin:0px;
}

td.topseller a {
	background:none !important;
}

td.leftmenumain {
	line-height:25px;
	border-top:1px solid #D1D1D1;
}
table.box td.categories td.leftmenumain { border-top:0px !important; }

/* No hover styling */
table.box td.nohover a:hover {
	background:none !important;
	color:#666 !important;
	text-decoration:underline;
}

/* Form styles in left area */
.leftnav form { margin:10px 0px 0px 0px; }
.leftnav select,.leftnav option { font-size:10px; vertical-align:middle; font-family:Verdana, Arial, Helvetica, sans-serif; }

/* Main content area */
.main {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../../images/techred/bg-menuhdr.gif) repeat-x;
	border-top:1px solid #D1D1D1;
	padding-top:35px;
}
/* hide from ie5 mac \*/
* html .main { height:1%; }
/* end hide */

.main table td { text-align:left; }
.main td { font-size:100%; }
.main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	border:1px solid #D7D7D7;
	padding:10px;
	color:#666;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#000; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:10px; }

/* Footer */
#footer {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	color:#555;
	height:57px;
	padding-bottom:57px;
	background:url(../../images/techred/bg-footer.gif);
}

#footer p {
	margin:4px 0px;
}

#footer a {
	color:#9d9d9d;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	text-decoration:underline;
}

/* Bread crumb */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#40588C; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#000; 
	text-decoration:underline;
}

/* Prices */
.pricesmall {
	color:#40588C;
	font-size:10px;
}

.price {
	font-size:12px;
	color:#40588C;
	font-weight:bold;
}

/* Random products (homepage) table styles */
table.randomprods {
	color:#848484;
	width:100%;
	border-collapse:collapse;
}

table.randomprods td, table.randomprods th {
	text-align:left;
	vertical-align:top;
	padding-bottom:10px;
}

table.randomprods th {
	font-size:12px;
	padding-bottom:15px;
}

table.randomprods a { color:#40588C; text-decoration:none; }
table.randomprods a.moreinfo {
	background:#40588C;
	color:white;
	padding:2px 15px;
	text-decoration:none;
	font-weight:bold;
	text-transform:lowercase;
	border:1px solid #40588C;
}
table.randomprods a.moreinfo:hover {
	color:#40588C;
	background:white;
}

.moreinfo {
	background:#40588C;
	color:white;
	padding:2px 15px;
	text-decoration:none;
	font-weight:bold;
	text-transform:lowercase;
	border:1px solid #40588C;
}
.moreinfo:hover {
	color:#40588C;
	background:white;
}

table.randomprods h2 {
	color:#40588C;
	border-bottom:1px solid #737277;
	padding-bottom:3px;
	font-size:12px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}

table.randomprods .price {
	font-size:13px;
	color:#40588C;
	font-weight:bold;
}

table.randomprods tr.bottomrow td {
	border-top:5px solid #A3A3A3;
}

/* Style for tmp_categorytemplate.htm (shopdisplaycategorie.asp) */
#categorieslist {
	width:100%;
}

#categorieslist td {
	vertical-align:top;
	border:1px solid #40588C;
	empty-cells:hide;
	padding:0px;
}

#categorieslist td td {
	height:auto;
	border:0px;
	padding:3px;
}

.categorybox {
	width:100%;
	border-collapse:collapse;
}

.categorybox td {
	text-align:center;
	vertical-align:middle;
	padding:5px;
}

td.categorylink {
	font-size:12px !important;
	background:#fff !important;
	padding:0px !important;
}

td.categorylink a {
	color:#40588C;
	text-decoration:none;
	display:block;
	padding:5px;
}

td.categorylink a:hover {
	color:#fff;
	background:#40588C;
}

td.categorymemo {
	border-top:1px solid #40588C !important;
	background:#F9F9F9;
	vertical-align:middle;
}

/* Style for tmp_product.htm and tmp_productinvent.htm (shopexd.asp) */
#extendedproduct {
	text-align:left;
}
/* hide from ie5 mac \*/
* html #extendedproduct { height:1%; }
/* end hide */

#extendedproduct table { width:100%; }
#extendedproduct td {
	vertical-align:top;
	padding:10px;
}

#extendedproduct td table {
	width:auto !important;
}

#extendedproduct td td {
	padding:3px 0px;
}

#extendedproduct hr {
	background:0px;
	border:0px;
	border-top:1px dotted #c8c8c8;
	height:1px;
	margin:5px 0px;
}

#extendedproduct p { margin:5px 0px; }

/* compare products styles */
table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* Global/Main styles */
a img { border:0px; }
a { color:#40588C; }

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size :13px;
	font-weight : bold;
	margin:10px 0px;
	padding-bottom:10px;
	color:#40588C;
	text-align:left;
}

.main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	margin:10px 0px;
	font-size:12px;
	text-align:left;
}

.main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

.main td {
	font-size:10px;
}

.main input {
	margin:0px;
}

.error {
	padding:5px;
	text-align:center;
	border:1px solid #40588C;
	color:#40588C;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	background:#F9F9F9;
}

/* standard table display used in Advanced Search, Contact Us and Customer Service pages */
table.std_table {
	width:100%;
	border-collapse:collapse;
	background:#F9F9F9;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

table.std_table td {
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

table.std_table table { 
	border-collapse:collapse;
	margin:5px 0px;
}

table.std_table td td {	padding:0px 5px 0px 0px; }
table.std_table td th { vertical-align:top; padding:0px 10px 0px 0px; font-weight:bold; }

/* Other text styles */
.coloured {
	color:#40588C;
}

.txtheader{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
}

.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #40588C;
	color : White;
	font-size : x-small;
	font-weight : bold;
	padding : 4px 0px 4px 2px;
	text-align : left;
}
.menubdr{
	background-color : #B3B7BB;
}

.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

.hdrproduct{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/*formats the display of the text boxes throughout the front end*/
.txtfield{
background-color: #FFFFFF;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #000000;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #000000;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #000000;
border-top-style: solid;
border-top-width: 1px;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}
.txtfielddropdown{
background-color: #FFFFFF;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}

.submitbtn {
   color:#40588C;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #fff;
   font-size:10px;
   font-weight: bold;
   border:1px solid #40588C;
   text-transform:uppercase;
   cursor:pointer;
}

.submitbtn:hover {
	background:#40588C;
	color:white;
}

select, option { font-size:10px; vertical-align:middle; border:1px solid #61657e; font-family:Verdana, Arial, Helvetica, sans-serif; }
option { border:0px; }

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }