/* 
 * ::::::::::::::::::::::::::::::::::::::::
 * GLOBAL ELEMENT STYLES 
 * ::::::::::::::::::::::::::::::::::::::::
 */
HTML {
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
H1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333333;
}
H3 {
	font-size: 16px;
	margin: 10px;
	color: #FF6600;
}
H6 {
	font-size: 9pt;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
H5 {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
P {
	margin: 10px;
}
HR {
	height: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #215198;
}
IMG {
	border: 0px; /* makes sure linked images do not have a border */
}

/* 
 * ::::::::::::::::::::::::::::::::::::::::
 * FORM STYLES 
 * ::::::::::::::::::::::::::::::::::::::::
 */
FORM {
	display: inline;
	margin: 0px; /* removes mystery form tag gapping */
	padding: 0px; /* removes mystery form tag gapping */
}
TEXTAREA, INPUT, SELECT {
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}
LABEL { 
	cursor: pointer; 
}

/* 
 * ::::::::::::::::::::::::::::::::::::::::
 * GLOBAL HYPERLINK STYLES 
 * ::::::::::::::::::::::::::::::::::::::::
 */
A:link, A:visited, A:active {
	color: #0566BE;
	text-decoration: none;
}
A:hover {
	color: #0566BE;
	text-decoration: underline;
}

/* 
 * ::::::::::::::::::::::::::::::::::::::::
 * HEADER STYLES 
 * ::::::::::::::::::::::::::::::::::::::::
 */
 #headerb TD {
	font-size: 11px;
	color: #5F636B;
}
#headerb A:link, #headerb A:visited  {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 10px;
}
#headerc {
	background-image: url(../images/headercbg.gif);
	background-repeat: repeat-x;
}
#headerd {
	background-image: url(../images/headerdbg.gif);
	background-repeat: repeat-x;
	background-color: #FFAE48;
}
#headerd A:link, #headerd A:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.tmitem {
	text-align: center;
	width: 16%;
	white-space: nowrap;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF972B;
}
/* 
 * ::::::::::::::::::::::::::::::::::::::::
 * MAIN TABLE STYLES
 * ::::::::::::::::::::::::::::::::::::::::
 */

.padding8 {
	padding: 8px;
}
.ndate {
	color: #737882;
	font-size: 9px;
	font-family: Tahoma, serif;
}
.cart { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 0px solid;	
	border-left: 0px solid;
	border-right: 0px solid;	
	border-top: 0px solid;
	margin: 1px;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
}
#mtable {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #8E939B;
	border-top-color: #757A84;
}

/* 
 * ::::::::::::::::::::::::::::::::::::::::
 * SIDEBAR STYLES 
 * ::::::::::::::::::::::::::::::::::::::::
 */
#sidebar-left {
	background-color: #ECECEC;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #CDCDCD;
}
#sidebar-left TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#sidebar-left A:link, #sidebar-left A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #282B2D;
	text-decoration: underline;
}
#sidebar-right {
	background-color: #D1D3D6;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#C1C4C8', endColorStr='#D1D3D6', gradientType='1'); 		border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #757A84;
}
#sidebar-right TD {
	font-size: 11px;
}
.h5bgl {
	background-color: #858A92;
}
.h5bgr {
	background-color: #737882;
}
.h5bgr A:link, .h5bgr A:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.submitbutton {
	background-color: #FFB24D;
	background-image: url(../images/buttonbg.gif);
	color: #FFFFFF;
	border: 1px solid #FF7900;
	font-weight: bold;
	font-size: 10px;
}
.ss {
	border-top: 1px solid #3D4045;
	border-right: 1px solid #858A92;
	border-bottom: 1px solid #858A92;
	border-left: 1px solid #3D4045;
	color: #5F636B;
	background-color: #EEEEEE;
	font-weight: bold;
	width: 110px;
	height: 18px;
}

/* 
 * ::::::::::::::::::::::::::::::::::::::::
 * FOOTER STYLES 
 * ::::::::::::::::::::::::::::::::::::::::
 */
#footer TD {
	background-color: #DADCDE;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}
.catsline {
	font-size: 8px;
	font-family: verdana, arial, helvetica, sans-serif;
}
A.catalogue {
	font-size: 8pt;
	color: #607088;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline
}
A.catalogue:hover {
	font-size: 8pt;
	color: #062044;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline
}
A.catalogue:visited {
	font-size: 8pt;
	color: #607088;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
}
