/***********************************************************
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;
}

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

#product-page h1
{
	margin-top: 12px;
	margin-bottom: 0px;
}
#product-page h2
{
	margin-bottom: 2px;
}

#product-catalog-pages
{
	font-size: 13px;
	color: #808080;
	padding-top: 20px;
	padding-left: 80px;
}

#download-catalog-pages
{
	display: inline-block;
	color: #666666;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	padding-left: 24px;
	background-image: url('/images/icon-pdf-24.png');
	background-position: left center;
	background-repeat: no-repeat;
}
#download-catalog-pages:hover
{
	color: #000000;
	text-decoration: none;
}

#product-page-top
{
	float: left;
	width: 600px;
}

#product-page-bottom
{
	float: left;
	width: 260px;
}

.product-page-bottom-button
{
	margin-left: -20px;
	padding-bottom: 40px;
}

#product-page-left
{
	float: left;
	width: 490px;
}

#product-page-thumbnails
{
	float: left;
	width: 68px;
	margin-top: 25px;
}

.product-page-thumbnails-up
{
	opacity: 0.0;
	filter: alpha(opacity=100);
	display: inline-block;

	position: absolute;
	margin-top: -18px;
	width: 68px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
	background-color: #a1a1a1;
	text-decoration: none;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.product-page-thumbnails-up:hover
{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

.product-page-thumbnails-down
{
	opacity: 0.0;
	filter: alpha(opacity=100);
	display: inline-block;

	position: absolute;
	margin-top: 5px;
	width: 68px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
	background-color: #a1a1a1;
	text-decoration: none;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.product-page-thumbnails-down:hover
{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

.product-page-thumbnails-col
{
	width: 68px;
	height: 472px;
	overflow: hidden;
}

.product-page-thumbnails-inner
{
	width: 68px;
}

#product-page-center
{
	position: absolute;
	margin-left: 90px;
	margin-top: 25px;
	width: 400px;
	height: 480px;
}

#product-page-selections
{
	margin-left: 500px;
}

.product-slideshow-thumb
{
	display: block;
	margin-top: 5px;
	height: 50px;
	border: 2px solid #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}
.product-slideshow-thumb:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.product-slideshow-thumb-on
{
	display: block;
	margin-top: 5px;
	height: 50px;
	border: 2px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.product-slideshow-thumb img, .product-slideshow-thumb-on img
{
	height: 50px;
	margin: 0px auto;
	visibility: hidden;
}

#product-page-image-hover
{
	position: absolute;
	width: 400px;
	height: 480px;
	z-index: 80;
	cursor: none;
}

#prouct-page-image-zoom
{
	position: absolute;
	width: 200px;
	height: 200px;
	z-index: 75;
	border: 1px solid #999999;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: none;
	background-color: #ffffff;
}

#product-page-images
{
	width: 400px;
	height: 480px;
}
.product-slideshow-image
{
	display: table;
	vertical-align: middle;
	align: center;
	width: 400px;
	height: 480px;
	text-align: center;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.product-slideshow-image img
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	visibility: hidden;
}

#product-page-captions
{

}

.product-image-caption
{
	position: absolute;
	height: 0px;
	overflow: hidden;
	width: 380px;
	max-width: 100%;
	text-align: center;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.product-image-caption-on
{
	position: absolute;
	width: 380px;
	max-width: 100%;
	text-align: center;
	height: auto;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.product-image-caption-left
{
	margin: 0px auto;
	display: inline-block;
	text-align: center;
	color: #3d638b;
	line-height: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

.product-image-caption-model
{
	font-weight: bold;
}

.product-image-caption-right
{
	display: inline-block;
	float: right;
	width: 150px;
	padding-left: 20px;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ff9900;
}

#product-page-description
{
	clear: both;
	padding-top: 80px;
	padding-right: 10px;
}

/******************************************************
* PRODUCT OPTION SELECTION FEATURE
* built August 2016
******************************************************/

#product-options div, #product-options td
{
	color: #3d638b;
}

.product-options-item-title
{
	max-width: 428px;
	cursor: default;
	position: relative;
	display: block;
}

.product-options-item-hover-box
{
	float: right;
	display: inline-block;
	width: 100px;
	height: 15px;
}

.product-options-item-hover
{
	position: absolute;
	margin-top: -50px;
	-moz-box-shadow: 1px 1px 10px #333333;
	-webkit-box-shadow: 1px 1px 10px #333333;
	box-shadow: 1px 1px 10px #333333;
	background-color: #ffffff;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: 77;
}

#product-options-models
{
	width: 280px;
	text-align: center;
	padding-bottom: 2px;
}

.product-options-models-label
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 1px;
}

.product-options-models-label-note
{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	display: inline-block;
	padding-left: 10px;
}

.product-options-table
{
	width: 100%;
	-moz-box-shadow: 4px 4px 8px #cccccc;
	-webkit-box-shadow: 4px 4px 8px #cccccc;
	box-shadow: 4px 4px 8px #cccccc;
}
.product-options-table tr:nth-child(odd)
{
	background: #ebebeb;
}
.product-options-table tr:nth-child(even)
{
	background: #ffffff;
}
.product-options-table td
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	line-height: 12px;
}

.product-options-category
{
	padding-right: 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.product-options-category-label
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;
}

.product-options-item-left
{
	display: block;
}
.product-options-item-right
{
	display: block;
}

.product-options-item-table
{
	margin-left: 10px;
}

.product-options-item-table td
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #666666 !important;
	vertical-align: top;
}

.red-asterik, .red-asterisk
{
	color: #cc0000;
}

#product-asterik, #product-asterisks
{
	padding-top: 12px;
	padding-bottom: 6px;
}

#product-options-asterik-text, #product-options-asterisk-text
{
	font-size: 11px;
	color: #999999;
}

#product-options-result
{
	width: 320px;
	border-top: 1px solid #000000;
}
#product-options-result h3
{
	margin: 0px;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
}

.product-options-code-container
{
	display: block;
}

#product-options-code-quickship
{
	float: right;
	display: none;
}

.product-selection-row
{
	display: none;
	clear: both;
}

.product-selection-code
{
	float: left;
	display: inline-block;
	border: 1px solid #c9d7d7;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	min-width: 180px; 
	margin-bottom: 10px;
}

.product-selection-qty
{
	vertical-align: top;
}
.product-selection-qty select
{
	border: 1px solid #c9d7d7;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	margin: 0px;
}

.product-options-display-code
{
	display: inline-block;
	border: 1px solid #c9d7d7;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	min-width: 180px; 
	margin-bottom: 10px;
}

#product-options-action
{
	float: left;
	width: 110px;
	padding-left: 10px;
	padding-top: 12px;
}

.product-options-discounts-table
{
	width: 320px;
	border: 0px;
	margin-top: 6px;
}
.product-options-discounts-table th
{
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	color: #999999;
}
.product-options-discounts-table td
{
	text-align: right;
	font-weight: normal;
	border-bottom: 1px solid #999999;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	color: #999999 !important;
}

#product-options-each
{
	float: right;
	width: 180px;
	text-align: right;
	padding-right: 0px;
	padding-top: 32px;
}

.product-options-cost
{
	display: inline-block;
	padding-right: 10px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 8px;
}

.product-options-each-label
{
	display: inline-block;
	width: 32px;
	text-align: left;
}

#product-options-total
{
	border-top: 1px solid #c9d7d7;
	padding-top: 8px;
}

.product-options-cost-total
{
	display: inline-block;
	padding-right: 10px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 8px;
}

.product-options-qty-block
{
	display: block;
	border: 1px solid #c9d7d7;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	margin-top: 2px;
	text-align: center;
}

.product-options-qty-less
{
	float: left;
	display: inline-block;
	width: 32px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #c9d7d7;
	font-size: 20px;
	color: #3d638b;
}
.product-options-qty-less:hover
{
	text-decoration: none;
	color: #000000;
}

.product-options-qty-more
{
	float: right;
	display: inline-block;
	width: 32px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #c9d7d7;
	font-size: 20px;
	color: #3d638b;
}
.product-options-qty-more:hover
{
	text-decoration: none;
	color: #000000;
}

.product-options-display-qty, .product-options-display-qty:active
{
	display: inline-block;
	border: 0px;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #3d638b;
	width: 32px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin: 0px !important;
}

.product-options-qty-add
{
	margin-top: 10px;
	display: block;
	text-align: center;
	background-color: #3d638b;
	border: 1px solid #c9d7d7;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	height: 28px;
	line-height: 28px;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;	
}
.product-options-qty-add:hover
{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

.product-options-qty-add-disabled
{
	margin-top: 10px;

	display: block;
	text-align: center;
	background-color: #3d638b;
	border: 1px solid #c9d7d7;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	height: 28px;
	line-height: 28px;
	cursor: url('/images/icon-cursor-no.png'), default;
	opacity: 0.25;
	filter: alpha(opacity=25);
}
.product-options-qty-add-disabled:hover
{
	background-color: #3d638b;
	color: #ffffff;
	text-decoration: none;
}

#bubble-please-complete
{
	visibility: hidden;
	position: absolute;
	margin-left: -154px;
	margin-top: -14px;
}

.product-options-accessory
{
	padding-top: 8px;
	display: none;
}

#product-options-imprintable
{
	padding-top: 130px;
	padding-left: 20px;
}

#product-options-quickship-label
{
	float: left;
}

#product-options-quickship-description
{
	margin-left: 110px;
	padding-top: 15px;
	height: 35px;
	font-size: 11px;
	line-height: 12px;
	color: #3d638b;
}

/******************************************************
* Product page bottom - tabbed content
******************************************************/


#product-page-tabs
{
	display: block;
	height: 40px;
	background-image: url('/images/product-page-tab-line.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #999999;
}

.product-page-tab
{
	float: left;
	display: inline-block;
	width: 160px;
	height: 39px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: center;
	font-size: 12px;
	line-height: 39px;
}
.product-page-tab a
{
	display: block;
	text-align: center;
	height: 39px;
	color: #3d638b;
	text-decoration: none;
	background-color: #ebebeb;
}
.product-page-tab a:hover
{
	color: #3d638b;
	text-decoration: none;
	background-color: #ffffff;
}

.product-page-tab-on
{
	float: left;
	display: inline-block;
	width: 160px;
	height: 36px;
	border-top: 4px solid #3d638b;
	border-right: 1px solid #999999;
	text-align: center;
	font-size: 12px;
	line-height: 33px;
}
.product-page-tab-on a
{
	display: block;
	text-align: center;
	height: 36px;
	color: #3d638b;
	text-decoration: none;
	background-color: #ffffff;
}
.product-page-tab-on a:hover
{
	color: #3d638b;
	text-decoration: none;
	background-color: #ffffff;
}

#product-page-tab-usa
{
	background-image: url('/images/tab-made-in-usa.png');
	background-position: 25px center;
	background-repeat: no-repeat;
	padding-left: 32px;
}

#product-page-tab-content-box
{
	clear: both;
}

.product-page-tab-content
{
	padding: 20px;
}

.document-list-content
{
}
.document-list-content a
{
	display: block;
}
.document-list-content a:hover
{
}

.qs-yellow
{
	color: #ff9900 !important;
}

.qs-blue
{
	color: #66ccff !important;
}

.product-image-download-container
{
	display: inline-block;
	padding-top: 6px;
	line-height: 22px;
	height: 22px;
}

.product-image-download
{
	font-size: 10px;
	font-weight: bold;
	color: #000066;
}

#product-request-more
{
	display: inline-block;
	float: right;
	padding-top: 6px;
}

.product-delivery-note
{
	display: none;
	padding: 10px;
}

.product-delivery-alert
{
	color: #c45502 !important;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#product-page-buildlist
{
	position: relative;
	display: block;
	text-align: left;
}

.product-page-buildlist-item
{
	margin: 0px auto;
	display: inline-block;
	width: 90px;
	height: 110px;
	font-size: 9px;
	line-height: 12px;
	color: #3d638b;
	text-align: center;
}

.product-page-buildlist-img
{
	width: 90px;
	height: 90px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.quickship-table
{
	width: 100%;
	margin-top: 15px;
}
.quickship-table th
{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #b78d00;
	padding-right: 10px;
}
.quickship-table td
{
	padding-right: 10px;
}

/***********************************************************
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
***********************************************************/

.shop-thumb-box
{
	display: inline-block;
	margin: 0px auto;
	width: 150px;
	height: 210px;
	text-align: center;
	padding: 10px;
}

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

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

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


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

#browse-display-collection h2
{
	text-align: center;
}

.browse-shop-box
{
	display: inline-block;
	margin: 0px auto;
	padding-left: 12px;
	padding-top: 24px;
	width: 200px;
	height: 300px;
	overflow: hidden;
}

.browse-shop-box-photo
{
	width: 200px;
	height: 40px;
	padding-top: 160px;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.browse-shop-box-photo > .browse-shop-button-view
{
	display: inline-block;
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color: #666666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	opacity: 0.0;
	filter: alpha(opacity=0);

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.browse-shop-box-photo:hover > .browse-shop-button-view
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.browse-shop-box-photo:hover > .browse-shop-button-view:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #999999;
}

.browse-shop-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-shop-box-info
{
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 13px;
	text-align: center;
}
.browse-shop-box-info h3
{
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
}
.browse-shop-box-info h3 a
{
	color: #000000;
	text-decoration: none;
}
.browse-shop-box-info h3 a:hover
{
	color: #000000;
	text-decoration: none;
}

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

.browse-shop-box-price
{
	padding-top: 4px;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	font-weight: 700;
}

.browse-shop-row
{
	clear: both;
	min-height: 240px;
	padding-top: 30px;
	position: relative;
}

.browse-shop-row-left
{
	position: absolute;
	width: 200px;
	height: 240px;
	overflow: hidden;
}

.browse-shop-row-photo
{
	width: 200px;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.browse-shop-row-info
{
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 13px;
	text-align: center;
}
.browse-shop-row-info h3
{
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
}
.browse-shop-row-info h3 a
{
	color: #000000;
	text-decoration: none;
}
.browse-shop-row-info h3 a:hover
{
	color: #000000;
	text-decoration: none;
}

.browse-shop-row-right
{
	position: absolute;
	right: 0px;
	width: 80px;
	text-align: left;
	padding-top: 20px;
}

.browse-shop-row-price
{
	color: #cc0000;
	font-weight: bold;
}

.browse-shop-row-mid
{
	padding-left: 240px;
	padding-right: 120px;
	padding-top: 10px;
}


/***********************************************************
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;
}

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

.shop-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
***********************************************************/

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

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

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

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

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

.shop-sidebar-field
{
	margin-top: 12px;
	line-height: 28px;
}
.shop-sidebar-field label
{
	float: left;
	width: 60px;
}
.shop-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: #333333;
	color: #eeeeee;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 32px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#333333));
	background: -webkit-linear-gradient(top, #555555, #333333);
	background: -moz-linear-gradient(top, #555555, #333333);
	background: -ms-linear-gradient(top, #555555, #333333);
	background: -o-linear-gradient(top, #555555, #333333);
}
.add-to-cart:hover
{
	color: #ffffff;
	text-decoration: none;

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#444444));
	background: -webkit-linear-gradient(top, #666666, #444444);
	background: -moz-linear-gradient(top, #666666, #444444);
	background: -ms-linear-gradient(top, #666666, #444444);
	background: -o-linear-gradient(top, #666666, #444444);
}


.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);
}

.shop-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;
}
.shop-wishlist:hover
{
	color: #000000;
	text-decoration: none;
}

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

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

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

#shop-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;
}


#shop-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;
}

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


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

.checkout-table
{
	width: 100%;
	border: 0px;
}
.checkout-table th
{
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #cccccc;
}
.checkout-table td
{
	vertical-align: top;
	color: #000000;
	font-size: 13px;
	padding: 15px;
	border-bottom: 1px solid #cccccc;
}

.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
{
	width: 58%;
	margin-left: 42%;
	line-height: 24px;
	padding-bottom: 5px;
}

#checkout-totals-narrow
{
	width: 38%;
	float: right;
	line-height: 24px;
	padding-bottom: 5px;
}

.checkout-totals-left
{
	float: left;
	text-align: left;
	width: 50%;
	font-size: 14px;
	font-weight: 700;
	color: #666666;
}

.checkout-totals-right
{
	float: right;
	text-align: right;
	width: 50%;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
}

.checkout-blue-button
{
	clear: both;
	margin-top: 8px;
	display: inline-block;
	height: 50px;
	text-align: center;
	background-color: #2f2fff;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	line-height: 50px;
	padding-left: 60px;
	padding-right: 60px;
	float: right;

	background-color: #333333;
	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);

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.checkout-blue-button:hover
{
	color: #ffffff;
	text-decoration: none;

	background-color: #666666;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#666666));
	background: -webkit-linear-gradient(top, #999999, #666666);
	background: -moz-linear-gradient(top, #999999, #666666);
	background: -ms-linear-gradient(top, #999999, #666666);
	background: -o-linear-gradient(top, #999999, #666666);
}

#checkout-totals-grandtotal
{
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	padding-bottom: 40px;
}
#checkout-totals-grandtotal > .checkout-totals-left, #checkout-totals-grandtotal > .checkout-totals-right
{
	font-size: 16px;
}

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

#checkout-left-wide
{
	width: 58%;
}
#checkout-left-wide h3
{
	margin-top: 0px;
	padding-top: 0px;
}

#checkout-cc-outer
{
	text-align: center;
}

#checkout-cc-inner
{
	margin: 0px auto;
	text-align: left;
	max-width: 520px;
	padding: 20px;

	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}


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

#shop-details-box
{
	display: block;
	text-align: left;
	position: relative;
}

#shop-details-photo
{
	position: absolute;
	display: none;
	width: 150px;
	height: auto;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
	box-shadow: 1px 1px 8px #000000;
	z-index: 50;
}

#shop-details-image
{
	position: absolute;
	width: 45%;
	text-align: center;
}
#shop-details-image img
{
	margin: 0px auto;
}

#shop-details-info
{
	padding-left: 50%;
}

#shop-details-image-full
{
	position: absolute;
	width: 600px;
	text-align: center;
}

#shop-details-slideshow
{
	position: absolute;
	margin-left: 120px;
	width: 480px;
	height: 480px;
	overflow: hidden;
	position: relative;
}

#shop-details-belowslideshow
{
	text-align: left;
	padding-left: 120px;
	padding-top: 30px;
}

.shop-details-slideshow-img
{
	position: absolute;
	width: 480px;
	height: 480px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.shop-details-slideshow-img-large
{
	position: absolute;
	width: 1200px;
	height: 1200px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#shop-details-thumbs
{
	position: absolute;
	width: 120px;
	height: 480px;
}

.shop-details-thumb-img
{
	margin: 5px;
	width: 100px;
	height: 100px;
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 1px solid #ffffff;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.shop-details-thumb-img:hover
{
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important;
	border: 1px solid #cccccc;
}

.shop-details-thumb-img-on
{
	margin: 5px;
	width: 100px;
	height: 100px;
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 1px solid #000000;

	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


#shop-details-info-full
{
	padding-left: 620px;
	min-height: 600px;
}
#shop-details-info-full h3
{
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}
#shop-details-info-full h3 .h3-small
{
	font-size: 13px;
	font-weight: normal;
}
#shop-details-info-full h4
{
	margin-bottom: 5px;
}

#shop-details-model-select
{
	display: table-cell;
	height: 38px;
	line-height: 38px;
	min-width: 160px;
	width: 95%;
	text-align: center;
	font-size: 14px;
	color: #666666;
	font-weight: 700;
	border: 1px solid #a2a2a2;
	padding-left: 6px;
	margin: 0px;
}

.model-option-list-item
{
	display: inline-block;
	border: 1px solid #000000;
	text-decoration: none;
	color: #000000;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 10px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.model-option-list-item:hover
{
	color: #000000;
	text-decoration: none;
}

.model-option-list-item-on
{
	display: inline-block;
	border: 1px solid #000000;
	text-decoration: none;
	color: #ffffff;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 10px;
	background-color: #000000;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.model-option-list-item-on:hover
{
	color: #ffffff;
	text-decoration: none;
}

.product-selection-row
{

}

#shop-details-qty
{
	display: table-row;
}

.shop-details-qty-incr
{
	display: table-cell;
	height: 22px;
	line-height: 22px;
	width: 25px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	border: 1px solid #dddddd;
	text-decoration: none;
}
.shop-details-qty-incr:hover
{
	color: #000000;
	text-decoration: none;
}

#shop-details-qty-input
{
	display: table-cell;
	height: 24px;
	line-height: 24px;
	width: 40px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	font-weight: 700;
	border: 1px solid #a2a2a2;
	padding: 0px;
	margin-left: 4px;
	margin-right: 4px;
}

#shop-details-addtocart
{
	clear: both;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 104px;
}

#shop-details-addtocart a
{
	display: block;
	margin: 0px auto;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#shop-details-addtocart a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #666666;
}

#shop-action-left
{
	float: left;
	display: inline-block;
}

#shop-action-right
{
	float: right;
	display: inline-block;
	width: 120px;
	padding-left: 12px;
	text-align: right;
	padding-top: 18px;
}

#shop-action-right-each
{
	height: 32px;
	font-size: 22px;
	line-height: 32px;
	color: #999999;
	border-bottom: 1px solid #cccccc;
}

#shop-action-right-total
{
	height: 32px;
	font-size: 22px;
	line-height: 32px;
	color: #666666;
}

.shop-action-right-label
{
	font-size: 13px;
	display: inline-block;
	text-align: right;
	width: 30px;
}

#shop-details-description
{
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 13px;
	line-height: 18px;
	color: #006699;
	cursor: default;
}
#shop-details-description ul
{
	list-style-position: inside;
	padding-left: 5px;
}

#shop-details-moreinfo
{
	display: block;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	height: 64px;
	line-height: 64px;
	font-size: 14px;
	color: #666666;
	font-weight: 700;
	text-decoration: none;
}
#shop-details-moreinfo:hover
{
	color: #000000;
	text-decoration: none;
}

.remove-x
{
	text-decoration: none;
	margin-left: 6px;
	padding-left: 14px;
	background-image: url('/images/remove-x.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.remove-x:hover
{
	text-decoration: none;
}

.promo-code
{
	color: #006600;
}

.discount-table
{
	width: 100%;
	border: 0px;
	margin-bottom: 18px;
}
.discount-table th
{
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #999999;
	color: #999999;
	font-weight: bold;
	font-size: 12px;
}
.discount-table td
{
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #999999;
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}


input.product-main, input.product-option
{
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;

	width: 18px;
	height: 18px;
	border: 2px solid #006699;
}
input.product-main:checked, input.product-option:checked
{
	background-color: #006699;
}
