/*
	store.css
	Created: 2010-10-21
*/


/* PRODUCTS
****************************************************************************************************/
.products {
	margin:0;
	list-style:none;
}

	.products li {
		float:left;
		display:inline;
		width:140px;
		height:210px;
		overflow:hidden;
		margin:2px 9px 21px;
		padding:5px;
		text-align:left;
		border:1px solid #ccc;
		border-radius:4px;
	}

	.products h4 {
		line-height: 12px;
	}


	.products .product-thumb {
		display: block;
		height: 150px;
		line-height: 280px;
		border:1px solid #aaa;
		overflow:hidden;
		text-align: center;
	}

	.product-thumb .productImage {
		max-height: 150px;
		max-width: 138px;
	}

	.products .price {
		font-size: 12px;
		color: #555;
	}

	.products del.cartDiscount {
		font-size: 11px;
		display: block;
		color: #C0C0C0;
		font-style: italic;
	}

	.cartDiscount {
		font-size: 11px;
		color: #C0C0C0;
		font-style: italic;
	}


	.products h4 a {font-size: 12px; line-height: 14px;color:#0f314b;background:none;border:none; margin:14px 0px 0px 0px; display:block;}

	.product-image{
		max-width: 47%;
	}
.product-description {
	margin:0px 20px 0px 20px;
	display: inline;
	width: 320px;
	font-size: 11px;
	line-height: 18px;
	position: relative;
}

#product-description {
	padding: 10px;
}

#product-description ul li{
	list-style: disc !important;
	padding: 0;
	margin-bottom: 3px;
}


ul#product-details {
	font-size: 12px;
	line-height: 18px;
	color: #555;
	margin-top: 10px;
	padding: 10px;
	width: 320px;
	position: relative;
	background:#ececec;
}

ul#product-details li {
	margin: 0px;
	width: 300px;
}

a.tag-pill:link {
	padding:2px 18px;
	background:#ececec;
	border-radius:24px;
	color:#555;
	font-style:italic;
	white-space: pre;
	line-height: 2em;
}
	a.tag-pill:hover {
		background:#aaa;
		color:#fff;
	}

#product-details-price {
/*	position: absolute;*/
/*float: right;
	color: #314d62;
	font-size: 24px;
	line-height: 18px;
	padding: 0px;
	top: 10px;
	right: 5px;
	z-index: 888;
	text-align: center;*/
}
.product-details-price{
	display:inline;
	position: relative;
	color: #314d62;
	font-size: 24px;
	line-height: 18px;
	padding: 0px;
	top: 10px;
	right: -22px;
	text-align: center;

}
#product-details-price del {
	font-size: 24px;
	font-style: italic;
	color: #AC0006;
}

ul#product-details li strong {
	color: #000;
}

#product-page .buyInfo .red {
	color: #990500;
}

#product-page #zoom-hint{
	display: block;
	text-align: center;
}

#product-page h1.productTitle {
	font-size: 22px;
	line-height: 24px;
	font-weight: 300;
	border-bottom: 1px dotted #ccc;
	color:#363636;
}

div#at3winssi {
	display: none !important;
}

div.storeHeader {
	text-align: center;
}

#product-page .product-purchase {
	display: inline;
	width: 300px;
	padding: 10px;
	margin: 30px 0px 20px 0px;
}

#product-page .product-purchase del {
	color: #AE0000;
	font-style: italic;
	font-size: 14px;
}
#product-page .product-purchase label,
#product-page .product-purchase input,
#product-page .product-purchase textarea,
#product-page .product-purchase select{
	display: block;
}
#product-options {
	width: 150px;
	display: inline;
}

#product-price {
	width: 150px;
	display: inline;
}

#lettering-style-image {
	z-index:800;
}
	ul.swatch-dropdown {
	    height: 30px;
	    width: 114px;
	    font-size: 12px;
	  }
	    a.main-link {
	      height: 18px;
	      width: 172px;
	      display: block;
		  background:#eee;
		  border:1px solid #ddd;
		  padding:6px 20px;
		  text-decoration:none;
		  color:#525252;
	    }
		a.main-link:hover{
			background:#eee;
			border:1px solid #ddd;
		}
	      ul.swatch-dropdown li ul {
	        display: none;
	        background: #fff no-repeat 0 0;
	        border: 1px solid #aaa;
	        top: -1px;
	        position: relative;
	        width: 190px;
			z-index:10;
	      }
	      ul:hover.swatch-dropdown li ul {
	        display: block;
	      }
	        ul.swatch-dropdown li ul li {
	          display: block;
			  height:35px;
	          border-bottom: 1px solid #bbb;
			  margin:0;
	        }
			ul.swatch-dropdown li ul li img {
				float:left;
			}
			ul.swatch-dropdown li ul li span {
				margin:8px 10px;
			}

	        ul.swatch-dropdown li ul li:last-child {
	          border-bottom: none;
	        }
	          ul.swatch-dropdown li ul li a {
	            display: block;
	            width: 174px;
	            background: transparent;
	            line-height: 16px;
	            font-size: 12px;
	            padding: 6px 7px;
	            color: #444;
	            border: 1px solid transparent;
	            -moz-border-radius: 2px;
	          	-webkit-border-radius: 2px;
	          	border-radius: 2px;
	          	text-decoration: none !important;
	          }
	          ul.swatch-dropdown li ul li a:hover {
	            background: #efefef;
	            color: #444;
				height:35px;
	          }

#sidebar ul {
	padding: 0px;
	margin: 0px;
	background:url(../images/store-sidebar-bg.jpg);
	border:1px solid #c6c6c6;
}

#sidebar ul li {
	list-style: none;
	font-size: 12px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
}

#sidebar ul li a {
	display: block;
	text-decoration: none;
	padding:2px 10px;
}

#sidebar ul li a:hover {
	background:#464646;
	color:#fff;
	webkit-box-shadow: inset 0px 0px 4px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	     -moz-box-shadow: inset 0px 0px 4px #000; /* FF3.5 - 3.6 */
	          box-shadow: inset 0px 0px 4px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

#sidebar ul li.sel a {
	font-weight: bold;
	color: #fff;
	background:#464646;
	webkit-box-shadow: inset 0px 0px 4px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	     -moz-box-shadow: inset 0px 0px 4px #000; /* FF3.5 - 3.6 */
	          box-shadow: inset 0px 0px 4px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}


#sidebar h4 {
	font-size:14px;
	font-weight:bold;
	color:#4b4b4b;
	background-color: #f5f6f6;
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f6f6), to(#dfe1e2)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(top, #f5f6f6, #dfe1e2); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(top, #f5f6f6, #dfe1e2); /* FF3.6 */
	  background-image:     -ms-linear-gradient(top, #f5f6f6, #dfe1e2); /* IE10 */
	  background-image:      -o-linear-gradient(top, #f5f6f6, #dfe1e2); /* Opera 11.10+ */
	  background-image:         linear-gradient(to bottom, #f5f6f6, #dfe1e2);
	text-shadow: 1px 1px 2px #fff; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	margin:0;
	padding:10px 9px;
	border-top:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:2px solid #c6c6c6;
}

#sidebar ul ul {
	padding: 0px;
	margin-left: 10px;
}

#sidebar ul ul li {
	border: none;
	font-size: 11px;
}

#sidebar ul ul li.sel a {
	font-weight: bold;
	color: #fff;
	background:#464646;
}


#sidebar #sidebar-query {
	width: 169px;
	padding:8px 5px 9px 43px;
}

#sidebar #cart-status {
	background-color: #555555;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 5px;
	padding: 3px;
	text-align: center;
}

#sidebar #cart-status a {
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

#sidebar #cart-status a:hover {
	color: #cccccc;
}

.sidebarSearch {
	position:relative;
}

#sidebar-query{
	border-radius:22px;
	border:1px solid #a7a8a8;
	-webkit-box-shadow: inset 0px 2px 2px 0px #bbb; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	     -moz-box-shadow: inset 0px 2px 2px 0px #bbb; /* FF3.5 - 3.6 */
	          box-shadow: inset 0px 2px 2px 0px #bbb; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

.search-icon {
	background:url(../images/icons/icon-search.png) no-repeat;
	height:20px;
	width:20px;
	position:absolute;
	left:21px;
	padding:0 6px;
	text-indent:-9999px;
	border:none;
	top:14px;
}

.quantity {
	width:50px;
}

ul.thumblist li{
	float:left;
	clear:none;
	padding:5px;
	margin:5px;
	border:1px solid #ccc;
}

.video-thumb {
	width:80px;
	height:90px;
}

.thumblist-wrap {
	width:310px;
}
#product-options {
	margin:10px 0;
}

#product-options h4, #additional_info h4{
	margin-top:26px !important;
	padding:5px !important;
	border-bottom:1px dotted #bbb !important;
}

.option-block {
	float:left;
	width:170px;
	margin:0 25px;
}

.large-swatch-image {
	width:200px;
}

.small-swatch-image {
	width:30px;
}

select.swatch-dropdown {
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
	border-radius:2px;
	margin-bottom: 8px;
	min-width: 110px;
}
#ask_question_form textarea, #ask_question_form input[type=text]{
	width: 403px;
	max-width: 403px;
}
#ask_response{
	display:none;
}


/* DEALER PRICING */
div.dealerPricing {
	clear: both;
	font-size: 14px;
	line-height: 21px;
	padding-top: 12px;
}

div.dealerPricing del {
	font-size: 12px;
	padding-top: 6px;
}

div.dealerPricing div.dealerPrice {
	display: block;
	font-size: 18px;
	margin-top: 12px;
}

.page {
	margin-top: 120px;
}
