div.innerContentContainer { /* padding: 0 10px; */ 
	width: 800px;
/* 	background: #999; */
	padding-left: 90px;
}

/* LEFT COLUMN */

.atg_store_productWithPicker {
	text-align: center;
	width: 420px;
	float: left;
}

/* MIDDLE COLUMN SECTION */

.atg_store_productSummaryContainer {
	float: left;
	width: 340px;
	padding: 20px 0 0 20px;
}

.product_type {
	background-color:#fff;
	background: url(/static/img/shop/product/product.jpg) no-repeat center top;
	height: 52px;
	margin: 0 auto 5px auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #808080;
}

p.product_name {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	margin: 0;
}

p.sku {
	margin: 0;
	color: #999;
	font-size: 11px;
}

.border {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.product-meta {
	position: relative;
	padding-right: 140px;
}

.product-price {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

.product-price .item-price {
	font-size: 16px;
	line-height: 18px;
	display: block;
}

.product-price .item-price-meta { font-size: 11px; }

/* PICKER CONFIG */

.atg_store_productAvailability { 
	padding: 0 0 10px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

.atg_store_pickerLabel {
	font-weight: bold;
	clear: both;
	display: block;
	padding: 4px 0;
}

.selector {
	clear: both;
}

.selector-group {
	clear: both;
	padding-left: 60px;
	position: relative;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 4px 0 4px 60px;
}

.selector-group-no-price {
	clear: both;
	position: relative;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 4px 0 4px;
}

.selector-group .atg_store_pickerLabel {
	position: absolute;
	left: 0;
	top: 3px;
	width: 50px;
	text-align: right;
}

.selector a {
	display: inline-block;
	border: 2px solid #ccc;
	padding: 2px;
}

.selector a.selectedColor { border-color: #e98820; }

span.size_chart,
a.size_chart {
	padding: 6px 0 0;
	font-weight: bold;
	width: 28px;
	height: 22px;
	display: inline-block;
	margin: 0 0 3px;
	text-align: center;
	border-width: 2px;
	border-style: solid;
}

span.size_chart {
	background: #fff;
	border-color: #fff;
	color: #ccc;
}

a.size_chart {
	background: #f0f0f0;
	border-color: #f0f0f0;
}

.atg_store_sizePicker a.selectedSize { border-color: #e98820; }

.atg_store_quantity { position: relative; }

.atg_store_quantity .atg_store_pickerLabel {
	display: inline;
	padding: 0 10px 0 0;
}

.product-view {
	position: absolute;
	right: 0;
	top: 6px;
	font-weight: bold;
}

.atg_store_productAvailability {
	padding: 10px 0 0;
	clear: both;
	position: relative;
	height: 40px;
	text-align: right;
}

.atg_store_productAvailability .product-status {
	font-weight: bold;
	color: #999;
	font-size: 11px;
	padding-right: 5px;
}

.atg_store_productAvailability input.button {}

/* TABS */

/* root element for tabs  */
ul.tabs {
	list-style:none;
	width:616px;
	height:30px;
	margin:0px !important;
	padding:0;
	border-bottom:0px solid #c8c9c8;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0px;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */

ul.tabs a {
	width: 150px;
	background: #f0f0f0;
	display:block;
	height: 29px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	color:#666;
	margin-right:2px;
	margin-top:-1px;
	position:relative;
	top:1px;
	border-right:1px #c8c9c8 solid;
	border-left:1px #c8c9c8 solid;
	border-top:1px #c8c9c8 solid;
	border-bottom:0;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	outline:none!important;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	width: 153px;
	background-position: -420px -31px;
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	color:#333;
	padding-right:0px;
}

ul.tabs a:active {
	outline:none;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: #fff;
	cursor:default !important;
	font-weight:bold;
	font-size:10px;
	height: 30px;
	color:#333 !important;
}

.row {
	width: 780px;
	height:auto;
	float:left;
	padding: 20px 0;
}

.panes > div {
	display:none;
	padding: 15px;
	border:1px #c8c9c8 solid;
	border-top:1px #c8c9c8 solid;
	width: 748px;
	height:auto;
	overflow:hidden;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#666;
/* 	background:transparent url(/static/img/shop/product/menu-section-bg.png) scroll repeat-x 0px 100%; */
	float:left;
}


/*	RIGHT COLUMN */

.pdp-sidebar {
	float: right;
	width: 140px;
	padding: 0 0 20px;
}

.pdp-brand {
	padding: 0 20px 5px;
}

#atg_store_recommendedProductsDetail {
	padding: 10px 0 5px 10px;
	text-align: left;
	background-color: #f0f0f0;
	clear: both;
	
	width: 770px;
}

#atg_store_recommendedProductsDetail #description p {
	font-weight: bold;
	margin: 0 0 5px;
}

#atg_store_recommendedProductsDetail ul.atg_store_product { margin: 0; }
#atg_store_recommendedProductsDetail ul.atg_store_product li {
	list-style: none;
	margin: 0 10px 0 0;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 0;
	font-size: 11px;
	float: left;
	width: 120px;
	text-align: center;
}

/* QUICK VIEW */

#modal.quickview {
	width: 800px;
	padding-right: 0;
}

/* ADDED TO BAG */

#modal.atb { 
	width: 440px;
}

.item-atb {
	height: 146px;
	position: relative;
	padding: 10px 10px 45px 230px;
}

.item-atb img.item-thumb {
	width: 170px;
	height: 146px;
	position: absolute;
	left: 25px;
	top: 0;
}

.item-atb .item-title {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 6px;
	display: block;
}

.item-atb ul.item-meta { margin: 0 0 6px; }

.item-atb .item-price-meta {
	height: 20px;
	white-space: nowrap;
	display: block;
}

.item-atb .item-price-meta-was { float: left; }
.item-atb .item-price-meta-save { float: right; }

.item-atb ul.item-actions {
	text-align: center;
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	white-space: nowrap;
	height: 10px;
	margin: 0;
}

.item-atb ul.item-actions li {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 0;
}

.item-atb ul.item-actions li.item-actions-left { left: 0; }
.item-atb ul.item-actions li.item-actions-right { right: 0; }

.item-atb ul.item-actions li a.button-big {
	padding-left: 0;
	padding-right: 0;
	width: 180px;
	text-align: center;
}

.gc-amount a.size_chart {
	width: 50px;
}

.gc-amount a.size_chart:hover {
	cursor: pointer;
}

.padding-top-5 {
	padding-top: 5px;
}

.s7container{
	display:block;
	width:411px;
	height:371px;
}

.s7zoomview {
    top: 0px;
    left: 0px;
    height: 371px;
    width: 411px;
}

.s7zoominbutton{
    position: absolute;
    top: 310px;
    left: 270px;
    width: 30px;
    height: 30px;
}

.s7zoomoutbutton {
    position: absolute;
    top: 310px;
    left: 322px;
    width: 30px;
    height: 30px;

}

.s7zoomresetbutton {
    position: absolute;
    top: 310px;
	left: 370px;
    width: 30px;
    height: 30px;
   /* z-index: 5000;*/
}

.s7zoomview {
	position:absolute;
	background-color:#FFFFFF;
	user-select:none;
	-moz-user-select:-moz-none;
	-webkit-user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
 }

 .s7zoomview[cursortype='default'] {
	cursor:default;
}

.s7zoomview[cursortype='zoomin'] {
	cursor:default;
}

.s7zoomview[cursortype='reset'] {
	cursor:default;
}

.s7zoomview[cursortype='drag'] {
	cursor:default;
}

.s7zoomview[cursortype='slide'] {
	cursor:default;
}

.s7zoomview .s7iconeffect {
	width:120px;
	height:120px;
	-webkit-transform:translateZ(0px);
	background-repeat:no-repeat;
	background-position:center;
}

.s7zoomview .s7iconeffect[media-type='multitouch'] {
	background-image:url(images/sdk/zoomicon.png);
}

.s7swatches {
    border:0;
	background-color:#fff; 
	width: 411px;
	margin-top:390px;
	margin-left: 10px;
	height: 50px;
	position:relative;
}

.s7swatches .s7thumb {
	width: 47.5px;
	height: 50px;
	border: 1px solid #bfbfbf;	
	position: absolute;
}

.s7swatches .s7thumbcell{
	width: 47.5px; 
	height: 50px;
	position: absolute;
}

.s7swatches .s7thumb[state="default"] {}

.s7swatches .s7thumb[state="selected"] {
    border:1px solid #bfbfbf;
}

.zoomSeparator {
	margin-top: -75px;
	margin-bottom: 75px;
	z-index: 5000;
}

/*#swatchesRow{
	min-width:411px;
	min-height:50px;
	text-align:center;align-content:center;
}*/