/* CSS Document */

body {
	font-style : normal;
	font-weight : normal;
	font-size : 70%;
	font-family : verdana ;
	color: #314B8C;
}

a {
	color: #2CBC2C;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
}

input, select, textarea {
	vertical-align: middle;
}

hr {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dashed #2CBC2C;
}

/*ul {
	list-style-image: url(../images/list-arr.gif);
}*/

/**/

#breadCrumbs a {
	color: #314B8C;
}

/**/

#mainProdList ul {
	list-style-image: url(../images/list-arr.gif);
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#mainProdList ul li {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

#mainProdList ul li a {
	font-weight: bold;
}

/**/

#storeListing h1 {
	margin: 0px;
	padding: 0px;
}

#storeListing h1 span {
	display: none;
}
 
#storeListing ul {
	float: left;
	list-style: none;
	margin: 0px;
}

#storeListing ul li {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#storeListing ul li ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 20px;
	color: #666666;
	list-style-image: url(../images/list-arr.gif);
}

#storeListing ul li ul li {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	font-weight: normal;
}

#storeListing ul li ul li a {
	color: #666666;
	text-decoration: none;
}

#resiList {
	width: 187px;
	padding: 0px 10px 0px 0px;
}

#commList {
	width: 182px;
	border-left: 1px dashed #CCCCCC;
	padding: 0px 0px 0px 19px;
}

#prodFocusContainer h1 {
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 10px;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #CCCCCC;
}

#prodFocusContainer h1 span {
	display: none;
}

.prodFocus h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
}

#sitewide  {
	color: #666666;
}

#sitewide ul {
	margin: 0px;
	padding: 0px;
}

#sitewide ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#sitewide ul li a {
	color: #666666;
	text-decoration: none;
}

#footerContainer ul {
	margin: 0px;
	padding: 0px;
}

#footerContainer ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#footerContainer ul li a {
	color: #666666;
	text-decoration: none;
}

#pageColOne h1, #pageColMod h1 {
	font-size: 140%;
	border-bottom: 1px dashed #2CBC2C;
	padding-bottom: 10px;
}

#pageColOne p, #pageColMod p {
	line-height: 140%;
}

#pageColOne ul, #pageColMod ul {
	list-style: square;
	line-height: 140%;
}

#pageColTwo ul {
	list-style: square;
	line-height: 140%;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

/**/

#newsMod ul {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px dashed #2CBC2C;
	list-style: none;
}

#newsMod ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px dashed #2CBC2C;
	line-height: 140%;
}

#newsMod ul li a {
	font-weight: bold;
	color: #314B8C;
}

#newsMod ul li span {
	color: #2CBC2C;
}

/**/

#errorbox {
	width: 100%;
	border: 1px solid #F71842;
}

#errorbox h2 {
	color: #F71842;
	font-size: 100%;
	padding: 3px;
	margin: 0px;
}

#errorbox ul {
	color: #F71842;
	padding: 0px;
	margin: 5px;
	list-style-type: none;
}

#errorbox ul li {
	padding: 0px;
	margin: 0px;
}

.conform {
	padding: 15px;
	margin-bottom: 10px;
}

.conform legend {
	color: #2CBC2C;
	font-weight: bold;
}

.conform legend a {
	font-weight: normal;
}

.conform label {
	float: left;
	margin: 2px 0px 3px 0px;
	width: 120px;
	xfont-weight: bold;
	clear: both;
}

.conform select,input,textarea {
	margin: 0px 0px 7px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
}

input.button {
	color: #FFFFFF;
	background-color: #2CBC2C;
	border: 1px solid #006633;	
}

input.formSubBut {
	color: #FFFFFF;
	background-color: #2CBC2C;
	border: 1px solid #006633;	
	padding: 3px;
	margin-left: 135px;
}

/**/

td.existCust {
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
	padding-right: 10px;
}

td.newCust {	
	vertical-align: top;
	padding-left: 10px;
}

td.existCust h3, td.newCust h3 {
	border-top: 1px dashed #2CBC2C;
	border-bottom: 1px dashed #2CBC2C;
	padding: 3px 0px 3px 0px;
	font-size: 90%;
}

td.existCust label {
	float: left;
	margin: 2px 0px 3px 0px;
	width: 60px;
	clear: both;
}

td.existCust input.button {
	margin-left: 60px;
}

/**/

#prodView h2 {
	color: #2CBC2C;
}

/**/

table.basket {
	border-top: 1px solid #c0c0c0;
	font-size: 90%;
}

table.basket th, table.basket td {
	padding: 3px;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

table.basket th {
	background-color: #f0f0f0;
}

table.basket td.blank {
	border: none;
}

table.basket th.firstCell, table.basket td.firstCell {
	border-left: 1px solid #c0c0c0;
}

table.basket td.header {
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: right;
	border-left: 1px solid #c0c0c0;	
}

/* New home */

div#pc1 h1, div#pc2 h1 {
border-bottom: 1px dashed #ccc;
padding-bottom: 15px;
}

div#pc1 table.prods td, div#pc2 table.prods td {
width: 33%;
vertical-align: top;
}

table.prods td.prodList {
padding: 0 10px;
}

table.prods td.prodList ul {
list-style: none;
margin: 0;
padding: 0;
}

table.prods td.prodList ul li {
font-weight: bold;
margin: 6px 0;
padding: 0 0 0 10px;
background-image: url(../images/home-list.gif);
background-repeat: no-repeat;
}

table.prods td.prodDetails {
font-size: 10px;
color: #4b4b4b;
}

table.tsts td a {
color: #314B8C;
}