@charset "UTF-8";

body {
width:1000px;
margin:5px;
background:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height:1.5;
}

.commentBox {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
width:915px;
border:#FF3300 2px solid;
background-color:#FF99FF;
padding:10px;
margin-left:5px;
color:#000000;

}


.header {
background-image: url(/images/header_background.gif);
background-repeat:no-repeat;
background-position:center;
}

.footer {
background-image: url(/images/footer_background.gif);
background-repeat:no-repeat;
background-position:center;
}

a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}

img {
border:0px;
}

form {
margin-top: 0px; margin-bottom: 0px;
}

.bread {
text-transform:uppercase;
font-size:11px;
margin-left:5px;
}

.subCat {
font-size:11px;
font-weight:bold;
}

.redPriceSmall
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#CC0000;
font-weight:bold;
}

.redPrice
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#CC0000;
font-weight:bold;
}


h1 {
	font-size: 22px;
	color: #000000;
	margin:0px;
}

h2 {
	font-size: 15px;
    color:#333333;
	margin:0px;
}


hr {
border: 1px solid #B7EAF7;
border-style: none none solid;
line-height:1px;
margin-left:-5px;
margin-right:-5px;
}

.PriceListing
{
font-family:Arial, Helvetica, sans-serif;
color: #CC3300;
font-size: 18px;
font-weight: bold;
}


.smallText {
	font-size: 10px;
}

.decentText {
	font-size: 11px;
}

.cartText {
	font-size: 12px;
}

.cartPrice {
	font-size: 12px;
	color:#990000;
	font-weight:bold;
}


.top_text {
font-size: 9px;
color:#999999;
}

.searchbox {
border: none;
background: #FFF;
width: 220px;
font-size:16px;
color:#333333;
}

.rounded_searchbox {
background:  url(/images/searchbox_back.gif) no-repeat left top;
padding: 7px;
height:auto;
margin:1px;
}

.supplyTool
{
width: 100%; font-size:9px;
}

TD.mainBox {
padding:5px;
}

TD.greyBox {
padding:5px;
border:#999999 1px solid;
}

TD.finderBox {
color:#FFFFFF;
background-color:#333333;
padding:5px;
}

TD.cartBox {
color:#000000;
border:#ff3300 1px solid;
padding:5px;
}


.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
background: url(/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
text-decoration:underline;
}

.clearBoth {
clear: both;
font-size: 0px;
}

.greyBorder {
border-left:#666666	1px dotted;
border-right:#666666 1px dotted;
border-top:#666666 1px dotted;
border-bottom:#666666 1px dotted;
padding-right:5px;
padding-left:5px;
font-size:12px
}

.orangeBorder {
border-left:#ff3300	1px solid;
border-right:#ff3300 1px solid;
border-top:#ff3300 1px solid;
border-bottom:#ff3300 1px solid;
padding-right:5px;
padding-left:5px;
font-size:12px
}


.dottedBorder {
border-left:#FF3300	1px dotted;
border-right:#FF3300 1px dotted;
border-top:#FF3300 1px dotted;
border-bottom:#FF3300 1px dotted;

padding-right:5px;
padding-left:5px;
font-size:12px
}

.deliveryTime {
text-transform:uppercase;
font-size:10px;
font-weight:bold;
}





input.formInputText   {
	font-size: .8em;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	border: solid 1px #99ccff;
	margin-right: 5px;
	height: 15px;
	}
	
input.formInputText:hover {
	background-color: #ffffff;
	border: solid 1px #ff6600;
	color: #000;
	cursor: pointer;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #99CCFF;
	border: solid 1px #ff6600;
	cursor: text;
	}
	

textarea.formInputTextArea   {
	font-size: .8em;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
	border: solid 1px #99ccff;
	margin-right: 5px;
	height: 100px;
	}
	
textarea.formInputTextArea:hover {
	background-color: #ffffff;
	border: solid 1px #ff6600;
	color: #000;
	cursor: pointer;
	}
	
textarea.formInputTextArea:focus {
	color: #000;
	background-color: #99CCFF;
	border: solid 1px #ff6600;
	cursor: text;
	}

	
select.formSelect  {
	font-size: .8em;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	border: solid 1px #99ccff;
	margin-bottom: 2px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #ffffff;
	border: solid 1px #ff6600;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #99CCFF;
	border: solid 1px #ff6600;
	}
