@charset "utf-8";
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	/*font-family: Verdana, helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #FFF;
	text-align: left;	
}

.clr {
	clear: both;
	height: 1px !important;
	height:auto;
	overflow: hidden;
	margin-top: -1px;
}

#container {

}


#header {

}
#search {

}

#search #stext {
	height: 13px;
	border: 1px solid #CDCDCD;
	font-size: 12px;
	color: #B7B7B7;
	text-align: center;
}




#mainrow {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
}



#content {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CDCDCD;
	width: 631px;
	min-height: 300px;
	padding-left: 10px;
	padding-top: 7px;
}
#content .pagecontent h1 {
	border-bottom: solid 1px #CCCCCC;
	font-size: 18px;
	color:#000000;
}
#content .pagecontent a {

	color:#9B0505;
}

#content .pagecontent,
#content .pagecontent td {
	color: #A0A0A0;
}








/*	==========	Link Syles	========		*/

A:link {
	color: #999;
	text-decoration: none;
}

A:visited {
	color: #999;
	text-decoration: none;
}

A:active {
	color: #000033;
	text-decoration: none;
}
A:hover {
	color: #CC0000;
	text-decoration: none;
}


/*  ===========		Store Styles	================= */

table.products {
	color: #666;
}
td.product {
	/*border-right: solid 1px #CDCDCD;
	border-top: solid 1px #CDCDCD;*/
}
td.empty {
	/*border-top: solid 1px #CDCDCD;*/
}
td.lastprod {
	/*border-right: none;*/
}
p.pagenums {
	border-top: solid 1px #CDCDCD;
	color: #666;
	padding-top: 5px;
	margin: 0px;
	text-align: right;
	
}
p.pagenums a {
	color: #303030;
}
p.pagenums a.pagelink {
	color: #B40000;
}
p.sectiontitle {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	color: #AB2A2A;
	font-weight:bold;
	background:url(images/bg-dotted-line.jpg) no-repeat bottom;
	padding: 0 0 11px 8px;;
}
p.sectiontitle span.grey {
	/*text-transform:lowercase;*/
	color: #9A9A9A;
}
p.sectiontitle a.catparent {
	color:#AB2A2A;
}

/*CROSS SELL STYLE*/
#featured {	
	
	margin-bottom:8px;
}

p.cstitle {/*CROSS SELL TITLE*/
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-indent: 6px;
	
	margin: 7px 0px;
	padding-top: 9px;
	background:url(images/bg-dotted-line.jpg) no-repeat top;
}
div.cstitlecontainer {
	background:url(images/bg-dotted-line.jpg) no-repeat bottom;
	padding-bottom: 4px;
}

HR {
	color : #3399CC;
}

table {
font-family:Arial, Helvetica, sans-serif;
/*font-family: Arial, verdana, helvetica, sans-serif;*/
font-size: 12px;
text-align: left;
color: #000;
}

TD {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

P {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

TD.smaller {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color : #000000;
}

td.cobhl { /*shopping cart*/
	background-color: #FFFFFF;
	color: #666;
}
td.cobll,
td.cobll td {
	color:#666;
}

/* PRODUCT DETAILS	*/

.largerviewlink {
	display: none;
}
.detailNameAndPriceContainer {
	padding-bottom: 10px;
}
.detailimage {
	text-align: left;
}
.multiimages img {
	border: solid 1px #B1B1B1;
	margin-bottom: 9px;
	display:block;
	width:80px;
	height:80px;
}

.detailname {
	font-size: 18px;
	font-weight: bold;
	float: left;
	color: #000;
	text-transform:uppercase;
}
.detailprice {
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left: solid 1px #666666;
	color: #990000;
}
.detailpricelabel {
	display: none;
}
.detailoptions div {
	float: left;
	margin-right: 10px;
}
.detailoptions label {
	color: #666666;
}
.detailpagenums {
	text-align: right;
	float:right;
}
.detailpagenums a:link, .detailpagenums a:visited {
	color: #9A9A9A !important;
}
.detailpagenums a:hover {
	color: #990000;
}
.detaildescription {
	color: #999;
	margin-bottom: 16px;
	margin-top: 8px;
	clear:both;
	padding-top: 15px;
	position: relative;
	clear:both;
	background: url(images/bg-dotted-line.jpg) no-repeat top;
	width:415px;
		
}

.buybutton { 
	float: left;
	padding-top: 5px;
}
span.sizechart {
	
}
a.sizechart {
	color: #AB2A2A;
	font-weight:bold;
}

/*===========		Catalog Request Form Styles		============*/

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #303030;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
.success {	
	background: #9B0505;
	padding: 8px;
	color:#FFFFFF;
}

tr.row {
	background: url(images/bg-dotted-line.jpg) no-repeat bottom;
}
tr.row .prodprice {
	display:none;
}
tr.row .prodname {
	background:url(images/bg-dotted-line.jpg) no-repeat top;
	padding: 10px;
	text-align:center;
}


/*  Product Colors	*/

div.colors {	
	display:block;
	background:url(images/label_color-options.jpg) no-repeat left center;
	padding-left: 85px;
	margin-bottom: 3px;
	
}
div.colors IMG {	
	margin-right: 6px;
	float:left;
}
span.redcolor {
	background: #FF0000;
}
span.bluecolor {
	background: #0000FF;
}
span.greencolor {
	background: #339900;
}


.tool-tip {
	color: #999;
	/*width: 32px;*/
	z-index: 13000;
	background:#fff;
	border: solid 1px #999;
	font-weight:bold;
	text-transform:uppercase;
}
 

.tool-text {
	font-size: 11px;
	padding: 4px 8px 4px;
}