/*
 * CSS style library for the Product Catalog
 * @author Shaun Lessman
 * @version $Id: products.css,v 1.18 2006/05/30 20:45:32 slee Exp $$Revision: 1.18 $
 * @updated $Date: 2006/05/30 20:45:32 $$Author: slee $
 */


/***************************************************
 *
 * SubCategory Elements
 *
 ***************************************************/

div.subCategoryContainer {
	padding-bottom: 20px;
}

div.subCategoryContainer div.header {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
}

table.subCategoryContainer {
	width: 100%;
}

table.subCategoryContainer td.text {
	width: 100%;
	padding-bottom: 20px;
}

table.subCategoryContainer td.image {
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: right;
}

div.subCategoryContainer div.header a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

div.subCategoryContainer div.description {
	padding-bottom: 10px;
}

div.subCategoryContainer div.grandchild {
	padding-bottom: 10px;
}


/***************************************************
 *
 * MicroCategory Elements
 *
 ***************************************************/

table#microCategoryTopContainer {
	width: 100%;
}

table#microCategoryTopContainer td.text {
	width: 100%;
}

table#microCategoryTopContainer td.image {
	padding-left: 10px;
}

table#microCategoryTopContainer td.textFooter {
	padding-top: 20px;
	vertical-align: bottom;
}

table#productThumbnailContainer {
	margin: 20px 0px 15px 0px;
}

table#productThumbnailContainer td {
	padding: 10px;
	text-align: left;
	vertical-align: bottom;
}

table#productThumbnailContainer div.itemContainer {
	text-align: center;
}

table#productThumbnailContainer a {
	font-weight: bold;
}


/***************************************************
 *
 * Product Features Elements
 *
 ***************************************************/

div#productFeatures {
	padding-top: 20px;
	border-top: 1px solid #333333;
}

table#productFeatures {
	width: 100%;
}

table#productFeatures td.header {
	padding: 0px 0px 15px 15px;
	font-size: 13px;
	font-weight: bold;
}

table#productFeatures td.image {
	width: 175px;
	padding-right: 10px;
}

table#productFeatures td.text {
	width: 100%;
}

div.featureContainer {
	width: 438px;
	font-size: 11px;
	color: #000000;
	margin-bottom: 5px;
	display: block;
}

div.featureContainer span.title {
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	text-align: left;
	text-decoration: none;
	display: block;
}

div.featureContent {
	padding: 2px 15px;
	display: block;
}


/***************************************************
 *
 * Product Elements
 *
 ***************************************************/

div.replacementCollection {
	padding-top: 10px;
	font-style: italic;
}

td.productColumnRight div.productImage {
	text-align: center;
}

div.addToCart {
	padding-top: 3px;
}

div.productPrice {
	padding: 20px 0px;
}

div.cartButton {
	text-align: left;
	padding-bottom: 20px;
}


table.colorTabs {
	margin-top: 5px;
}

table.colorTabs td {
	padding: 0px;
	width: 26px;
	height: 23px;
}

table.colorTabs td img {
	border: 1px solid #000000;
}

.priceLabels {
	float:left; 
	padding-right: 1em;
}

div.binContainer {
	padding-top: 10px;
}

div.binContainer div.header {
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

div.binContainer div.item {
	padding-bottom: 10px;
}

div.binContainer table#flashContainer{
	background-color: #EEEEEE;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 100%;
}

div.binContainer table#flashContainer td{
	vertical-align: top;
	padding: 5px 5px 5px 2px;
}

div.binContainer table#flashTable{
	background-color: #EEEEEE;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 100%;
}

div.binContainer table#flashTable td{
	vertical-align: top;
	padding: 5px 5px 5px 2px;
}


/***************************************************
 *
 * Product View Elements
 *
 ***************************************************/

div#productView {
	padding-top: 10px;
}

div#productView .header {
	font-size: 13px;
	font-weight: bold;
}

div#productViewFooter {
	padding-top: 10px;
}

table.productView {
	margin-top: 10px;
	width: 100%;
}

table.productView td {
	padding: 0px 10px 10px 0px;
}

table.finishView {
	margin-top: 10px;
}

table.finishView td {
	padding: 0px 20px 25px 0px;
}

div.finishCentered {
	text-align: center;
}

/***************************************************
 *
 * Products Page 
 *
 ***************************************************/
 
#productsheaderimage {
     padding: 4px;
	 width: 952px;
	 height: 240px;
	 background: url(../images/vc_merged.jpg);
	 background-repeat: no-repeat;
	 background-position: center;
	 border: 1px solid #dedee0;
	 margin-bottom: 20px;
 }
 
 .productstable td {
     text-align: center;
	 padding: 15px;
 }
 
 
 #productsmainimage {
     float: right;
     width: 357px;
	 height: 317px;
	 background: url(../images/products_main.jpg);
	 margin: 0px 50px 20px 50px;
 }
 
 .productsheader {
     color: #192d64;
	 margin: 20px 0px 20px 0px;
	 font-weight: normal;
	 font-size: 1.8em;
 }
 
 .productstext {
     color: #393939;
	 line-height: 2em;
 }
 
 .productsdescription {
     padding-left: 30px;
 }
 
