/* CSS Document */
/* db added 03-07-06 */
li {
	text-align: left;
	list-style-type: square;
	color: #0c3465;
}
.topNAV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0c3465;
	text-align: left;
	font-weight: bold;
	background-color: #A5A5A3;
	line-height: 24px;
	padding-left: 110px;
}
.topNAV a:link, .topNAV a:visited {
	color: #013F69;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.topNAV a:hover, .topNAV a:active {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
TD.MenuBox a:link, TD.MenuBox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
TD.MenuBox a:hover, TD.MenuBox a:active {
	color: #000000;
	text-decoration: none;
}
a.Product:link, a.Product:visited {
	color: ##0c3465;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
a.Product:hover, a.Product:active {
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
/*
W2M REVIEWS STYLES
 */
TH.ReviewHeader {
	text-align:center;
	background-color:#666666;
	color:#FFFFFF;
	font-size:12px;
	padding:5px;
}
TD.ReviewSpacer {
	text-align:center;
	background-color:#666666;
	color:#FFFFFF;
	font-size:2px;
	padding:0px;
}
TH.ReviewTitle {
	text-align:left;
	background-color:#666666;
	color:#FFFFFF;
	font-size:14px;
	padding:5px;
}
TD.ReviewDetails {
	text-align:left;
	font-size:11px;
	padding:5px;
	vertical-align:top;
}
TD.Pros {
	text-align:left;
	font-size:11px;
	padding:5px;
	vertical-align:top;
}
TD.ProsTitle {
	color:#004000;
	text-align:right;
	font-size:11px;
	padding:5px;
	vertical-align:top;
}
TD.Cons {
	text-align:left;
	font-size:11px;
	padding:5px;
	vertical-align:top;
}
TD.ConsTitle {
	color:#800000;
	text-align:right;
	font-size:11px;
	padding:5px;
	vertical-align:top;
}
a.ReviewHeader {
	color:#FFFFFF;
}
a.ReviewHeader:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/*
END W2M REVIEWS STYLES
 */

/* 
W2M CUSTOM PANEL STYLES 
 */
div.CustomPanelInside {
	width : 175px;
	font-size : 10px;
	text-align : left;
}
div.CustomPanelOutside {
	width : auto;
	border : 1px solid #666;
	padding : 8px;
	margin-top : 10px;
}
.CustomPanelHeading {
	font-size : 16px;
	color : #999;
	font-weight : bolder;
	font-style : italic;
}
/* 
END W2M CUSTOM PANEL STYLES 
 */
TABLE.OuterTable {
	vertical-align:top;
	width:100%;
	margin: 0px;
}
TABLE.Main {
	text-align:center;
	width:100%;
}
TABLE.StoreHeader {
	text-align:center;
	width:100%;
}
TD.Main {
	text-align:center;
	vertical-align:top;
}
TD.MainLeft {
	text-align:center;
	vertical-align:top;
	padding: 0px;
	margin: 0px;
	display: none;
}
TD.MainRight {
	text-align:center;
	vertical-align:top;
	display: none;
}
TD.MainContent {
	text-align:center;
	vertical-align:top;
	width:100%;
	padding:0px;
}
TABLE.LeftNav {
	vertical-align:top;
	display: none;
}
TABLE.RightNav {
	width:100%;
	display: none;
}
TABLE.ProductListing {
	width:100%
}
TABLE.ProductDetail {
	width:100%;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* 
The values above are unique to this stylesheet.  The values below also exist in bluegray_no_column.css
 */
DIV.Main {
	text-align:center;
}
body {
	color:#000;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
table, th, td {
	margin:0;
	padding:0
}
H1, H2 {
	font-weight:bold;
	font-size:18px;
	text-transform:capitalize;
	color:#0c3465;
	text-align:center;
	padding: 2px;
}
A {
	color:#666;
	text-decoration:none;
	font-weight:normal
}
A:hover, A.Page:hover {
	color:#000;
	text-decoration:underline
}
A.Page {
	color:#666;
	text-decoration:underline
}
A.MenuTitle {
	color:#0c3465;
	text-decoration:none;
	font-weight:bold
}
A.MenuTitle:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #FFFFFF;
}
A.CatMenuTitle {
	color:#fff;
	text-decoration:underline;
	font-weight:bold
}
A.CatMenuTitle:hover {
	color:#000;
	text-decoration:underline
}
A.Category:link, A.Category:visited {
	text-decoration:none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
A.Category:hover {
	text-decoration:underline;
	color:#000
}
A.CategoryListItem {
	color:#fff;
	font-weight:bold;
	font-size:11px;
	background-color:#999;
	padding:2
}
A.CategoryListItem:hover {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	background-color:#999;
	padding:3;
	text-decoration:none
}
A.ProductListItem {
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
	color: #333333;
}
A.ProductListItem:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline
}
TH.StoreHeader {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#005795;
	text-align:right;
	background-image: url(../images/client_images/tradesmen/header/header_r1_c2.jpg);
	background-repeat: repeat-x;
}
TD.StoreHeader {
	background-color:#FFFFFF;
	text-align:left;
}
TD.StoreHeaderButton {
	background-color:#FFFFFF;
	white-space:nowrap
}
TD.StoreHeaderButtonActive {
	font-weight:bold;
	color:#fff;
	border-bottom:0;
	background-color:#666;
	font-style:italic 3px 0 5px
}
TABLE.MenuBox {
	margin:10px 0 0px;
	padding:2px;
}
TH.MenuBox {
	font-weight:bold;
	color:#000000;
	text-align:center;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#0c3465;
	padding:2px;
	background-color: #FFFFFF;
}
TD.MenuBox {
	text-align:center;
	padding:2px;
	font-size:10px;
	color: #FFFFFF;
	background-color: #0c3465;
	text-decoration: none;
}
DIV.MenuBox {
	background-color:#FFF;
	text-align:left;
	padding:2px;
	font-size:10px
}
TD.MenuBoxBasket {
	background-color:#0c3465;
	text-align:center;
	padding:1px;
	font-size:11px;
	color: #FFFFFF;
}
TD.MenuBoxData {
	font-weight:normal;
	background-color:#CCC;
	text-align:left;
	padding:2px;
	font-size:10px
}
TH.ProductListing {
	margin-top:4px;
	color:#fff;
	background-color:#666;
	text-align:center;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#666;
	padding:2px
}
TR.ProductListingEven, TR.ProductListingOdd {
	background-color:#fff
}
TD.ProductListing {
	padding:20px;
	font-size:12px;
	text-align:center
}
BODY.ac_category_01 TD.ProductListing {
	padding:10px;
	text-align:left
}
HR.ProductListing {
	height:1px;
	width:95%;
	background:#666
}
TH.ProductDetail {
	margin-top:4px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#FFCC00;
	padding:2px;
	background-color: #005795;
}
TD.ProductDetail {
	font-weight:normal;
	background-color:#fff;
	text-align:left;
	padding-top: 2px;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 40px;
}
TD.ProductImage {
	background-color:#fff;
	text-align:center
}
TD.ProductDetailCen {
	background-color:#fff;
	text-align:center
}
TABLE.ProductOptions {
	width:auto;
	border: 1px solid #ccc;
	padding: 10px;
}
TH.ProductOptions {
	font-weight:bold;
	text-align:right
}
TD.ProductOptions {
	text-align:left
}
TH.OuterTableCaption {
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#666;
	background-color:#0c3465;
	padding:3px
}
TH.OuterTableHeader {
	font-weight:bold;
	background-color:#fff;
	text-align:center;
	padding:2px
}
TH.OuterTableSection {
	font-weight:bold;
	font-size:14px;
	background-color:#FFFFFF;
	text-align:center;
	padding:2px
}
TH.OuterTable {
	font-weight:bold;
	text-align:right;
	padding:2px
}
TD.OuterTableCaption {
	margin-top:4px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background-color:#696;
	text-align:center;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#666;
	background-position:top;
	padding:2px
}
TD.OuterTable {
	text-align:left;
	vertical-align:top;
	padding:2px;
	background-position:0
}
TABLE.InnerTable {
	text-align:center
}
TR.InnerTableHeader {
	background-color:#ccc;
	text-align:left
}
TR.InnerTableOdd {
	background-color:#fff
}
TR.InnerTableEven {
	background-color:#EEE;
	vertical-align:middle
}
TH.InnerTableHeader {
	font-weight:bold;
	text-align:center;
	background-color:#ccc;
	white-space:nowrap;
	padding:2px
}
TH.InnerTableCaption {
	font-weight:bold;
	font-size:14px;
	background-color:#FFFFFF;
	text-align:center;
	padding:2px
}
TH.InnerTable {
	font-weight:bold;
	text-align:right;
	padding:3px
}
TD.InnerTable {
	vertical-align:top;
	text-align:left;
	padding:5px
}
TD.InnerTableAmount {
	vertical-align:top;
	text-align:right;
	border-top:0 none;
	font-weight:normal;
	padding:2px
}
TD.InnerTableCenter {
	vertical-align:top;
	text-align:center;
	padding:2px
}
TD.InnerTableTotal {
	vertical-align:super;
	text-align:right;
	border-top:double 3px;
	font-weight:bold;
	padding:2px
}
DIV.kitrow, DIV.optrow {
	clear: both;
	padding:0px;
	margin:0px;
	font-size:10px;
	color:#666
}
DIV.kitrow SPAN.name {
	float:left;
	text-align:left;
	text-indent:5pt
}
DIV.kitrow SPAN.price {
	float:right;
	width:10px;
	text-align:right;
	color:#666
}
DIV.optrow SPAN.name {
	float:left;
	text-align:left;
	text-indent:5pt
}
DIV.optrow SPAN.price {
	float:right;
	width:10px;
	text-align:right
}
SPAN.yourprice {
	font-size:12px;
	text-align:right;
	color:#666;
	font-weight:bold;
}
SPAN.MSRP {
	font-size:12px;
	text-align:right;
	text-decoration:line-through;
	color:#666
}
.Error {
	color:Red;
	background-color:#fff;
	font-weight:bold;
	text-align:center
}
.BoldHighlight {
	color:Red;
	background-color:#fff;
	font-weight:bold;
	text-align:left
}
.Highlight {
	color:Red;
	background-color:#fff;
	font-weight:normal;
	text-align:left
}
.Price {
	color:#666
}
TD.CategoryTrails {
	font-weight:normal;
	background-color:#EEE;
	text-align:left;
	padding:5px 0;
	background-position:center center;
	height:0;
	text-indent:20pt;
	vertical-align:middle
}
A.CategoryNavigation {
	font-style:normal
}
A.CategoryNavigation:hover {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
	font-style:normal
}
TABLE.CategoryNavigation {
}
TD.CategoryNavigation {
	font-weight:normal;
	background-color:#BBBB9E;
	text-align:left;
	border-top:0 none;
	border-right:0 none;
	border-bottom:1px solid #666;
	border-left:0 none
}
TD.CategoryNavigationButton {
	font-weight:normal;
	background-color:#BBBB9E;
	text-align:left;
	border:0 none
}
A.CategoryNavigationActive {
	color:#000;
	font-weight:bold;
	font-style:italic
}
A.CategoryNavigationActive:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	font-style:italic
}
TD.CategoryNavigationButtonActive {
	background-color:#BBBB9E;
	text-align:left
}
TD.Navigation {
	font-size:14px;
	font-weight:bold;
	background-color:#FFFFFF;
	text-align:center;
	padding:5px;
	background-position:center center;
	margin:10px 10px;
	border-top:1px solid #666666;
	color: #0c3465;
}
TD.ProductNavigation {
	text-align:center;
	font-weight:bold;
	background-color:#fff;
	padding:15px
}
TD.PlaceYourOrder {
	font-weight:bold;
	font-size:14px;
	background-color:#EEE;
	padding:5px;
	background-position:center center;
	margin:10px 10px;
	border-top:0 solid #666;
	text-align:right
}
textarea.GiftMessage {
	height:40px;
	width:120px;
	background-color:#EEE;
	font:9px Arial, Helvetica, sans-serif
}
input {
	font:11px Arial, Helvetica, sans-serif
}
select {
	font:11px Arial, Helvetica, sans-serif
}
.tiny {
	font:9px Arial, Helvetica, sans-serif
}
.small {
	font:10px Arial, Helvetica, sans-serif
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0c3465;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	line-height: 16px;
	display: block;
}
blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	line-height: 1.25;
}
h5 {
	font-size: 12px;
	color: #0c3465;
	text-indent: 10px;
	line-height: 18px;
	text-align: left;
	padding: 10px;
}
h4 {
	color: #0C3465;
	font-size: 18px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #0C3465;
}
#sideNAV {
	background-color: #A5A5A3;
	width: 250px;
	padding-top: 50px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
#sideNAV a {
	display: block;
	background-color: #003366;
	color: #FFFFFF;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 8px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#sideNAV a:hover {
	display: block;
	background-color: #003366;
	color: #C1D0EF;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}
#sideNAV div {
	background-color: #687F9E;
}
#sideNAV div ul {
	margin: 0px;
	padding: 0px;
}
#sideNAV div li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sideNAV div a {
	background-color: #005795;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5;
}
#sideNAV div a:hover {
	background-color: #003366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
#sideNAV div div {
	background-color: #C1D0EF;
	padding-left: 15px;
}
#sideNAV div div a {
	background-color: #C1D0EF;
	color: #003366;
	font-weight: bold;
	font-size: 11px;
}

#sideNAV div div a:hover {
	background-color: #687F9E;
	color: #003366;
	font-weight: bold;
	font-size: 11px;
}
#content {
	line-height: 1.5;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#content p {
	text-indent: 12px;
	font-size: .95em;
}
.footer {
	color: #333333;
	font-size: 10px;
}
