/***********************************************************
LEFT PRODUCT NAVIGATION
***********************************************************/

#left-column
{
	position: absolute;
	width: 205px;
	color: #000000;
	padding-top: 10px;
}
#left-column h3
{
	padding-left: 24px;
	color: #000000;
	font-size: 13px;
}

#left-column-products
{
	width: 205px;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	list-style: none;
}
#left-column-products li
{
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0px;
	width: 169px;
}
#left-column-products li a
{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	display: block;
}
#left-column-products li a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#left-column-products li ul
{
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	list-style: none;
}
#left-column-products li ul li
{
	margin: 0px;
	padding-left: 12px;
	padding-bottom: 0px;
	padding-top: 4px;
}
#left-column-products li ul li a
{
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
#left-column-products li ul li a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}


/***********************************************************
CATEGORY / SUBCATEGORY HEADER
***********************************************************/

#category-header
{
	padding-right: 20px;
	padding-bottom: 20px;
	color: #666666;
}
#category-header h1
{
	font-size: 20px;
	line-height: 20px;
	color: #000000;
}

#category-header-image
{
	float: left;
	width: 200px;
	padding-top: 20px;
	text-align: center;
	display: inline-block;
}
#category-header-image img
{
	margin: 0px auto;
}

.category-header-shifted
{
	margin-left: 210px;
}

/***********************************************************
MAIN WEBSTORE CONTENT AREA
***********************************************************/

#webstore-content
{
	max-width: 760px;
	min-height: 400px;
	margin-left: 220px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;

	font-family: Arial;
	font-size: 13px;
	line-height: 130%;
	color: #000000;
}


/***********************************************************
THUMBNAIL GRID FOR CATEGORIES
***********************************************************/

.product-thumb-box
{
	width: 150px;
	height: 210px;
	float: left;
	text-align: center;
	margin: 5px;
}

.product-thumb-img
{
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-align: center;
}
.product-thumb-img img
{
	margin: 0px auto;
}

.product-thumb-titleprice
{
	padding-top: 6px;
	text-align: center;
}

.product-thumb-title
{
	font-size: 11px;
	text-transform: uppercase;
	line-height: 11px;
}
.product-thumb-title a
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.product-thumb-title a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


/***********************************************************
THUMBNAIL GRID FOR PRODUCTS
***********************************************************/

#browse-product-box-container
{
	width: auto;
	position: relative;
	text-align: center;
}

.browse-product-box
{
	display: inline-block;
	margin: 0px auto;
	margin-right: 8px;
	margin-top: 8px;
	width: 230px;
	height: 300px;
	border: 1px solid #dddddd;
	overflow: hidden;
	text-align: left;
}

.browse-product-box-photo
{
	width: 230px;
	height: 170px;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	cursor: pointer;
	border-bottom: 1px solid #dddddd;
}

.browse-product-save
{
	position: absolute;
	margin-left: 18px;
	margin-top: 13px;
	display: block;
	width: 95px;
	height: 24px;
	background-color: #ff2626;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	font-weight: bold;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
}

.browse-product-box-info
{
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 13px;
	text-align: left;
}
.browse-product-box-info h3
{
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	height: 40px;
	line-height: 20px;
}
.browse-product-box-info h3 a
{
	color: #000000;
	text-decoration: none;
}
.browse-product-box-info h3 a:hover
{
	color: #666666;
	text-decoration: none;
}

.browse-product-box-details
{
	margin-top: 6px;
}

.browse-product-box-price
{
	font-size: 17px;
	line-height: 17px;
	color: #444444;
	font-weight: bold;
}


/***********************************************************
RECENT SEARCHES / RELATED PRODUCTS COLUMN
***********************************************************/

.recent-search
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.recent-search-redline
{
	height: 5px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.recent-search-row
{
	clear: both;
	padding-top: 10px;
}

.recent-search-label
{
	float: left;
	width: 50px;
}

.recent-search-field
{
	float: left;
}
.recent-search-field select
{
	width: 130px;
}

.recent-search-action
{
	clear: both;
	padding-top: 10px;
	text-align: center;
}

.product-thumb-img-194
{
	width: 194px;
	height: 150px;
	overflow: hidden;
	text-align: center;
}

.product-thumb-view
{
	max-width: 150px;
	max-height: 150px;
	width: expression(this.width > 150 ? 150: true);
	height: expression(this.height > 150 ? 150: true);
}


/***********************************************************
PRODUCT DETAILS PAGE
***********************************************************/

#product-box-h1
{
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 20px;
}
#product-brand
{
	float: right;
	width: 200px;
	text-align: right;
	margin-top: -25px;
}

#product-sidebar
{
	float: right;
	width: 215px;
	border: 1px solid #dddddd;
	margin-top: 0px;
	margin-left: 18px;
}

#product-sidebar-price
{
	height: 55px;
	font-size: 20px;
	color: #444444;
	font-weight: bold;
	line-height: 55px;
	text-align: center;
}

#product-sidebar-info
{
	border-top: 1px solid #dddddd;
	padding: 12px;
}

.green-text
{
	color: #94b530 !important;
}

.product-sidebar-field
{
	margin-top: 12px;
	line-height: 28px;
}
.product-sidebar-field label
{
	float: left;
	width: 60px;
}
.product-sidebar-field select
{
	width: 125px;
	height: 26px;
	padding-left: 10px;
	border: 1px solid #dddddd;
	font-size: 12px;
	line-height: 26px;
}

.add-to-cart
{
	margin-top: 8px;
	display: block;
	height: 32px;
	text-align: center;
	background-color: #1818c4;
	color: #ffff00;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 32px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 4px #666666;
	-moz-box-shadow: 1px 1px 4px #666666;
	-webkit-box-shadow: 1px 1px 4px #666666;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2929f9), to(#08078f));
	background: -webkit-linear-gradient(top, #2929f9, #08078f);
	background: -moz-linear-gradient(top, #2929f9, #08078f);
	background: -ms-linear-gradient(top, #2929f9, #08078f);
	background: -o-linear-gradient(top, #2929f9, #08078f);
}
.add-to-cart:hover
{
	color: #ffffff;
	text-decoration: none;
}

.not-available
{
	margin-top: 8px;
	display: block;
	height: 32px;
	text-align: center;
	background-color: #666666;
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 32px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 4px #666666;
	-moz-box-shadow: 1px 1px 4px #666666;
	-webkit-box-shadow: 1px 1px 4px #666666;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#333333));
	background: -webkit-linear-gradient(top, #666666, #333333);
	background: -moz-linear-gradient(top, #666666, #333333);
	background: -ms-linear-gradient(top, #666666, #333333);
	background: -o-linear-gradient(top, #666666, #333333);
}

.product-wishlist
{
	display: block;
	margin-top: 10px;
	margin-left: 48px;
	padding-left: 20px;
	font-size: 11px;
	line-height: 21pz;
	line-height:
	color: #666666;
	text-decoration: none;
	background-image: url('/images/wishlist-heart.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.product-wishlist:hover
{
	color: #000000;
	text-decoration: none;
}

#product-sidebar-related
{
	border-top: 1px solid #dddddd;
}
#product-sidebar-related h3
{
	padding: 12px;
	margin: 0px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}

.product-sidebar-related-item
{
	padding: 12px;
	border-top: 1px solid #dddddd;
}
.product-sidebar-related-item a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.product-sidebar-related-item a:hover
{
	color: #000000;
	text-decoration: none;
}

.product-sidebar-related-item-img
{
	text-align: center;
}
product-sidebar-related-item-img img
{
	margin: 0px auto;
}

#product-box
{
	margin-right: 240px;
}

#productslideshow-arrow-left
{
	position: absolute;
	margin-top: 132px;
	margin-left: 16px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 80;
}
#productslideshow-arrow-left:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#productslideshow-arrow-right
{
	position: absolute;
	margin-top: 132px;
	margin-left: 455px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 80;
}
#productslideshow-arrow-right:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#productSlides
{
	border: 1px solid #dddddd;
	width: 503px;
	height: 300px;
	overflow: hidden;
	display: block;
}

.productslideshow-slide
{
	position: absolute;
	width: 503px;
	height: 300px;
	border: 0px;
	margin: 0px;
}
.productslideshow-slide td
{
	width: 503px;
	height: 300px;
	text-align: center;
	vertical-align: center;
	padding: 0px;
}


#product-info-tabs
{
	border-bottom: 1px solid #dddddd;
	text-align: left;
	height: 35px;
	padding-top: 24px;
	padding-left: 22px;
}

.productInfoTab
{
	display: inline-block;
	width: 200px;
	height: 34px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.productInfoTab:hover
{
	color: #000000;
	text-decoration: none;
}

.productInfoTabOn
{
	display: inline-block;
	width: 200px;
	height: 34px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.productInfoTabOn:hover
{
	color: #000000;
	text-decoration: none;
}

.product-info-box
{
	padding-top: 12px;
	display: none;
}
.product-info-boxOn
{
	padding-top: 12px;
}

/***********************************************************
FILTER AND SORT CONTROLS
***********************************************************/

#filter-color-all
{
	float: right;
	color: #cccccc;
	text-decoration: none;
	font-size: 11px;
	padding-right: 30px;
	padding-top: 2px;
}
#filter-color-all:hover
{
	float: right;
	color: #ffffff;
	text-decoration: none;
}

#filter-color-options
{
	padding-left: 12px;
}

.filterByOption
{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	margin-right: 1px;
	border: 1px solid #1e1e1e;
}
.filterByOption:hover
{
	text-decoration: none;
	border: 1px solid #999999;
}

.filterByOption-selected
{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin-right: 1px;
	border: 1px solid #ffffff;
}
.filterByOption-selected:hover
{
	text-decoration: none;
	border: 1px solid #999999;
}

.filterByOptionBox
{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 8px;
	background-size: 20px auto;
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

#search-result-controls
{
	padding-left: 20px;
	height: 37px;
	background-color: #1e1e1e;
	font-size: 12px;
	line-height: 37px;
	color: #ffffff;
}
#search-result-controls select
{
	margin-top: 7px;
	margin-left: 8px;
	padding-left: 8px;
	height: 21px;
	line-height: 21px;
	border: 0px;
	font-size: 12px;
	color: #666666;
}

#sortby-options
{
	float: left;
	display: inline-block;
	padding-right: 18px;
}
#sortby-options select
{
	width: 140px;
}

#option-options
{
	float: left;
	display: inline-block;
	padding-right: 18px;
}
#option-options select
{
	width: 140px;
}

#paginate-options
{
	float: left;
	display: inline-block;
	padding-right: 18px;
}
#paginate-options select
{
	width: 106px;
}


/***********************************************************
SHOPPING CART - CHECKOUT ELEMENTS
***********************************************************/

.checkout-table
{
	width: 100%;
	border: 0px;
	background-color: #dddddd;
}
.checkout-table th
{
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background-color: #1f1f1f;
	padding: 8px;
}
.checkout-table td
{
	color: #000000;
	font-size: 13px;
	padding: 15px;
}

.checkout-table tr:nth-child(even)
{
	background-color: #ffffff
}
.checkout-table tr:nth-child(odd)
{
	background-color: #eeeeee
}

.checkout-table tr.package-tr
{
	background-color:#eeeeff !important;
}

.checkout-table td.package-td
{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.checkout-freeshipping
{
	text-align: center;
	color: #000066;
	font-weight: bold;
}

#checkout-totals
{
	float: right;
	width: 230px;
	padding: 15px;
	background-color: #1f1f1f;
}

.checkout-totals-left
{
	float: left;
	text-align: left;
	width: 50%;
	font-size: 14px;
	color: #999999;
	height: 40px;
	line-height: 40px;
	padding-bottom: 10px;
}

.checkout-totals-right
{
	float: right;
	text-align: right;
	width: 45%;
	padding-right: 5%;
	font-size: 18px;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	padding-bottom: 10px;
}


#checkout-left
{
	float: left;
	width: 250px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}


