/* CSS Document */

#products {
	width: 764px;
	margin:0;
	padding:0;
	padding-top: 10px;
	padding-left:20px;
	background: #C2C0C0;/* url(../images/bg.jpg) 0 -25px  repeat-x;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

#products h3 {
	text-transform: uppercase;
	color: #27547D;
	margin:0 0 5px 10px;
	padding:0;
	font-size: 13px;
	font-weight: bold;
	
}

div.productSidebar {
	width: 156px;
	margin:0;
	margin-bottom: 10px;
	padding:0;
	background: #7791B7 url(../images/Products/sidebarBottom.gif) bottom left no-repeat;
	line-height: 1.5;
}

#featuresTitle, div.productSidebar {
	clear: left;
	float: left;
}

#products #productsTitle {
	padding-left: 5px;
	width: 150px;
	text-align: left;
}

* html #products #productsTitle {
	padding-left: 5px;
	width: 150px;
	text-align: left;
}



div.productSidebar div.productWrapper {
	display: block;
	margin:0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: url(../images/Products/sidebarTop.gif) top left no-repeat;
}



div.productSidebar label {
	font-weight: bold;
	font-size: 14px;
}

div.productSidebar select {
	font-size: 10px;
	width: 135px;
	margin-bottom: 12px;
}


* html #products #sizes
{
	padding-bottom: 0px;
}

#sizes label {
	color: #555555;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 12px;
}

#sizes abbr {
	border: none;
}

#sizes input, #sizes select {
	float: left;
	width: 30px;
	height: 20px;
	margin-left: 5px;
	padding:0;
	border: 1px solid #ACACAC;
}

#sizes select {
	width: 50px;
}

#sizes table {
	margin-top: 0px;
}

div.productSidebar #submitButton {
	width: 141px;
	height: 41px;
	background: url(../images/Products/mainSearch.jpg) top left no-repeat;
	border: none;
	margin: 0;
	padding: 0;
}

div.productSidebar #submitButton span {
	display: none;
}

/*product */
#product-up
{
	margin-left: 0px;
	height: 400px;
	width: 740px;
}

#product-left
{
	margin: 0px;
	width: 156px;
}

#productRight
{
	margin-left:20px;
	padding-top: 20px;
	padding-left: 0px;
	width: 551px;
	
}

/* PRODUCT LISTING */

#productListing {
	width: 551px;
	margin-left: 0px;
	padding:0;
	background: url(../images/Products/listingBg.gif) top left repeat-y;
}


#wrapperTop {
	width: 100%;
	margin:0;
	padding:0;
	background: url(../images/Products/listingTop.gif) top left no-repeat;
}

#wrapperBottom {
	width: 100%;
	margin: 0;
	padding: 10px;
	background: url(../images/Products/listingBottom.gif) bottom left no-repeat;
	overflow: hidden;
}

#productTable {
	margin:0;
	width: 530px;
	border-collapse: collapse;	
}

#productTable thead {
	width: 100%;
	margin:0;
}

* html #productTable thead tr {
	position: relative;
	background: #7791B7;
}

#productTable thead th {
	padding: 4px 0 7px 0;
	text-align: left;
	color: #27547D;
}

#productTable th a {
	color: #27547D;
}

th.colImage span {
	display: none;
}

#productTable > tbody {
	height: 300px;
	overflow: auto;
}

#tableScroller {
	margin:0;
	padding:0;
	position: relative;
	z-index: 0;
}

* html #tableScroller {
	width: 530px;
	float: left;
	height: 320px;
	overflow: auto;
}

#productTable tr {
	width: 100%;
	margin:0;
	padding:0;
}

#productTable td {
	padding: 4px 4px 4px 0;
	margin:0
}

tr.odd {
	background: #979CA3;
}

tr.even {
	background: #ADACAC;
}

#productTableFooter {
	width: 100%;
	margin:0;
	padding:10px 8px 8px 8px;
	height: 22px;
	position: relative;
	z-index: 5;
}

#compareButton {
	margin: 0;
	padding: 0;
	border: none;
	width: 69px;
	height: 22px;
	background: url(../images/Products/compareButton.jpg) top left no-repeat;
}

#printButton {
	margin:0;
	padding:0;
	border: none;
	width: 69px;
	height: 22px;
	background: url(../images/Products/printButton.jpg) top left no-repeat;
}

#compareButton span, #printButton span {
	display: none;
}

#productTableFooter span.directions {
	color: #444444;
	font-size: 10px;
}


/*   Q U I C K   S E A R C H   */

#quickSearchContainer {
	margin-top: 0px;
	margin-left: 0px;
	color: #444444;
	width: 740px;
	position: relative;
	z-index: 5;
}

#quickSearchContainer table{
	margin-top: 0px;
	color: #444444;
	width: 740px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

#quickSearchContainer strong {
	font-weight: bold;
	text-transform: uppercase;
}



/*   S H O P   O N L I N E   */

#shopOnline 
{
	margin-top:0;
	margin-left:0px;
	padding: 0px;
	width: 740px;
	height: 124px;
	background: url(../images/Products/shopOnline.jpg) top left no-repeat;
	position: relative;
	z-index: 5;
}

#shopOnline table
{
	margin-top: 0px;
	width: 740px;
}

.shopOnline-h4 
{
	text-transform: uppercase;
	color: #27547D;
	font-size: 11px;
	font-weight: bold;
}

.sampling {
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}