/*
Description: iqestores product page styles
Version: 1.0
*/
#products-image-wrapper {
	float: left;
	width: 30%;
}
.primary-image {
	border: 0;
	margin: 10px 0 0 0;
	width: 170px;
}
.click-for-instructions {
	display: block;
/*	margin-top: 30px;   removed for promo 1 message */
}

.promo1 {
	color: #900;
	font-size: 16px;
	font-weight: bold;
}
.search-glass {
	border: 0;
	margin: 5px 0 0 0;
	position: relative;
}
#products-pricing-wrapper {
	float: left;
	padding:3px;
	width: 68%;
}
#products-pricing-wrapper h2 {
	font-size: 19px;
}
h2.product-title {
	font-size: 18px;
	margin: 0;
}
.product-title a {
	/*color: #FFF;*/
	text-decoration: underline;
}
.product-subtitle {
	line-height: 130%;
	color: #444;
	font-size: 11px;
	margin: 0;
	width: 83%;
}
.availability {
	clear: both;
	display: block;
	margin: 5px 0;
	padding: 0;
}
.product-pricing-table {
	float: left;
	width: 60%;
	padding: 0;
	margin: 0;
}
.product-your-price {
	color: #080;
	font-size: 17px;
	font-weight: bold;
}
.product-list-price {
	color: #666;
	font-size: 11px;
	font-weight: bold;
}
.product-you-save {
	color: #900;
	font-size: 13px;
	font-weight: bold;
}
#product-pricing-footer {
	background: #FCFCFC;
	border-top: 1px dashed #CCC;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	margin: 3px 0 0 0;
}
#product-email-form {
	display: none;
	padding: 10px;
}
#products-tab-wrapper {
	clear: both;
	padding-top: 10px;
	/*width: 575px;*/
	/*width: 565px;*/
	float: left;
}
#products-tab-wrapper ul.tabs {
	float: left;
	/*width: 575px;*/
	/*width: 565px;*/
	width: 575px;
	margin: 0;
	padding: 0;
}
#products-tab-wrapper h2 {
	font-size: 18px;
	padding: 0;
	margin: 0;
}
#products-tab-wrapper h4 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#products-tab-wrapper .tab-right-top-corner ul {
	margin: 0 0 5px 5px;
	padding: 0;
}
#products-tab-wrapper .tab-right-top-corner li {
	padding: 3px 0;
}
#products-tab-wrapper .notincluded ul, #products-tab-wrapper .included ul {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 11px;
}
.tabs li {
	background: #EEE;
	border: 1px solid #CCC;
	color: #FFF;
	display: inline;
	float: left;
	margin-right: 1px;
	padding: 6px;
	position: relative;
	top: 1px;
}
#products-tab-wrapper .tabs .tab-selected {
	background: #fff;
	border-bottom: 1px solid #FFF;
}
#products-tab-wrapper .tabs .notselected {
	background: #eee;
	border-bottom: 1px solid #ccc;
}
.tabs li .tab-selected a {
	color: #FFF;
	font-weight:bold;
}
.tabs a {
	font-weight: bold;
	margin: 2px;
}
.tab-content-default {
	border: 1px solid #CCC;
	float: left;
	padding: 10px;
	margin: 0;
	width: 572px;
}
.tab-content {
	display: none;
	padding: 10px;
	margin: 0;
	width: 572px;
}
#products-accessories-wrapper {
	background: #F7F7F7;
	border: 1px solid #CCC;
	margin-top: 10px;
	padding: 10px;
	float: left;
	width: 572px;
}
#products-accessories-wrapper h2 {
	font-size: 18px;
	border-bottom: 1px dashed #999;
	color: #333;
	margin: 0 0 5px;
	padding: 5px 0 2px;
	width: 100%;
}
#products-accessories-wrapper h3 {
	font-size: 14px;
	text-align: left;
	/*background: #036;*/
	color: #333;
	padding: 2px;
	margin: 0;	
}
.accessory-table {
	font-size: 11px;
}
.product-snapshot {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 3px 0 0 0;
	padding: 3px;
	/*width: 572px;*/
	
}

.product-snapshot-body {
	width:100%;
	float:left;
}

.product-snapshot-body table {
	font-size:90%;
	float:left;
	width:200px;
	margin: 5px 0 10px 20px;
}

.product-snapshot-body table .specs-left {
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	width:55px;
}

.product-snapshot-body table .specs-row-even {
	background:#eeeeee;
}

table .specs-row-even {
	background:#dddddd;
}

.product-snapshot-footer {
	background: #F0F0F0 none repeat scroll 0;
	clear: both;
	font-size: 80%;
	padding: 3px;
	width: 99%;
}
#products-cross-sells-wrapper {
	background: #F7F7F7;
	border: 1px solid #CCC;
	margin-top: 10px;
	padding: 5px;
	width: 582px;
	float: left;
}
.products-cross-sells-header {
	background: #FFF none repeat scroll 0;
	border-bottom: 1px dashed #999;
	color: #369;
	margin: 0 0 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}
div.tab-left-top-corner {
	border-right: 1px solid #CCC;
	float: left;
	padding-right: 10px;
	width: 50%;
	font-size: 11px;
}
div.tab-right-top-corner {
	border-left: 1px solid #CCC;
	float: left;
	left: -1px;
	padding-left: 15px;
	position: relative;
	width: 40%;
	font-size: 11px;
}
div.tab-horizontal {
	border-top: 1px dashed #CCC;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
}
div.tab-horizontal li {
margin-left:10px;
}
div.included {
	float: left;
	width: 50%;
}
div.included h4 {
	color: #060;
}
div.notincluded {
	float: left;
	width: 50%;
}
div.notincluded h4 {
	color: #F00;
}


div.accessories-wrapper { /* not used */
	width: 100%;
}
div.accessories-left { /* not used */
	background: #666 none repeat scroll 0;
	float: left;
	width: 60%;
}
div.accessories-right { /* not used */
	background: #CCC none repeat scroll 0;
	float: left;
	padding-left: 10px;
	width: 30%;
}
.tab-horizontal table td {
	vertical-align: top;
}
.accessories-table-header { /* not used */
	border-bottom: 1px solid #CCC;
	border-right: 1px dashed #CCC;
	font-size: 85%;
	text-align: left;
}
td.accessories-table { /* not used */
	border-right: 1px dashed #CCC;
	padding-left: 5px;
	text-align: left;
}
table.accessories-table-outline { /* not used */
	background: #FCFCFC none repeat scroll 0;
	margin-bottom: 10px;
	margin-top: 5px;
	outline-color: #CCC;
	outline-style: solid;
	outline-width: 1px;
	padding-top: 5px;
	width: 100%;
}
#buy-box-footer {
	background: #FCFCFC none repeat scroll 0;
	border-top: 1px dashed #CCC;
	font-size: 85%;
	padding-top: 3px;
	text-align: center;
	width: 100%;
}
#buy-box-footer a {
	padding-left: 25px;
	padding-right: 25px;
}

.brandlogo-detail {
	float: right;
	padding: 0 5px 5px 0;
}

#center-column .tab-content-default ul {
font-size: 11px;
margin: 0;
}

#center-column .tab-content-default ul li {
line-height: 135%;
}

.image-selector {
border: 1px solid #ccc;
padding: 3px;
margin: 3px;
}
