#main {
    position:absolute;
    top:0; left:0;
    z-index:2;
    margin:0 5%;
    height:100%; width:90%;
}

/**
 * @section        main product
 */
#main #product {
	float: left; position:relative;
	padding-left:10%;
	width:55%;
}
#main .visualProd {    
   margin:15% auto 10%;
   width: 85%;
   text-align: center;
   overflow:hidden;
}
#main .visualWrapper {
    position:relative;
}
#main .visualWrapper a.zoomin {
    position:relative;
    display:inline-block;
}
#main .visualWrapper .zoom {
    display:block;
    z-index: 2;
}
#main .visualWrapper img.prod {
    position:relative;
    visibility:hidden;
    z-index:1;
}
#main div.noviews {
    height:74px;
}
#main ul.views {
    position:absolute; left:55%;
    z-index:3;
    text-align:center;
    padding-top:30px;
}
#main ul.views li {
    display:inline-block;
    position:relative;
    padding-right:4px;
    top:-4px;
}
#main ul.views li a {
    position:relative;
    width:42px; height:42px;
    display:inline-block;
    text-decoration: none;
}
#main ul.views li.selected a {
    cursor:default;
} 
#main ul.views li img {
    position:relative;
    z-index:1;
    width:42px; height:42px;
    border:2px solid #ffffff;
}
#main ul.views li span {
    position:absolute;
    top:2px; left:2px;
    z-index:2;
    display:block;
    width:42px; height:42px;
    background-color:#FFFFFF;
    opacity:0.5;
    filter:alpha(opacity=50);
}
#main ul.views li.selected span {
    display:none;
    /*opacity:1;
    filter:alpha(opacity=100);*/
}



/*@subsection Carousel Colors*/
#wrapper-colors{
    float:left;
    margin-left:-25%;
    /*margin-top:90%;*/
    /*width:15%;*/
    text-transform: uppercase;
}
#wrapper-colors h3{
    margin-left: 25px; 
    font-weight: normal;
    font-size: 10px;
}
#colors ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#colors li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    width: 45px;
    /*margin: 10px 10px 0 0;*/
    padding: 0;
}
#js #colors {
    padding: 5px 0;
    position:relative;
    width: 220px;
}
#js #carouselInner {
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 185px;
}
#js #colors ul {
    position: absolute; top: 0; left: 0; 
}
#js #colors .prev, #js #colors .next {
    background: url("../../images/product/arrows-navc.png") no-repeat scroll 0 0;
    height: 0;  width: 14px;
    overflow: hidden;
    padding-top: 14px;
    position: absolute;
    top: 27px;
}
#js #colors .prev {
    background-position: 0 0;
    left: 8px;
}
#js #colors .prev:hover, #js #colors .prev:focus {
    background-position: -28px 0;
}
#js #colors .next {
    background-position: 9px -36px;
    left: 205px;
}
/*#js #colors .next:hover, #js #colors .next:focus {
    background-position: -42px 0;
}*/
#js #colors .off {
    display: none;
}


/*
 * @subsection  pagination
*/
#product .back,
#product .go{
    position: absolute;
    top:45%;
    height:18px;
}
#product .back{
    left: 15%;
    background-position: 0 0;
}
#product .go{
    right: 0;
}
#product .back span,
#product .go span {
   position: absolute;
   top:-10000px;
   color:#c19e6e;
   font-size:12px;
}
#product .back:hover span,
#product .go:hover span {
    position:static;
}
#product .back:hover{
    background:#000 url("../../images/common/ptc-prev-next.png") no-repeat scroll 6px -51px;
    text-decoration:none;
    padding:0 10px 0 18px;
}   
#product .go:hover{
    background:#000 url("../../images/common/ptc-prev-next.png") no-repeat scroll 86% -65px;
    text-decoration:none;
    padding:0 18px 0 10px;
    right:2px;
}




/**
 * @section        aside
 */
#aside {
	float: right;
	z-index: 2;
	width: 30%;
	padding-top: 24px;/*padding-top:1%;*/
	overflow: hidden;
	font-size: 11px;
	color: #FFFFFF;
}
#aside a.backList {
    display:inline-block;
    padding:1px 0 0 20px;
    height:15px;
    background:transparent url(../../images/common/sprite-back-forward.png) no-repeat scroll left -52px;
    color:#ffffff;
}
#aside h1 {
    font-size:14px;
    color:#ffffff;
}
#js #aside .off {
    position:absolute;
    top:-10000px;
}
#aside .bloc {
    clear:both;
    overflow:hidden;
    padding:5px 0;
    border-bottom:1px solid #5d4f3d;
}
#aside .bloc h3,
#aside .bloc .price-box{
    font-size:14px;
    color:#ffffff;
}
#aside .bloc .price-box{
    line-height:2;
}
.contentTab div#tab1,
.contentTab div#tab2 {
	position: absolute;
	top:-10000px;
	overflow: hidden;
}
.contentTab div#tab1 p,
.contentTab div#tab2 p {
    /*line-height:12px;*/
	margin:0;
}
#core .contentTab div.on {
	position: relative;
	top:0;
}
.contentTab .nav {
	padding:8px 0 4px;
}
.contentTab .nav li {
	display:inline-block;
	border-right:1px solid #666666;
	line-height: 0.9;
}
/*@note: Usualy, .contentTab has 2 tabs, sometimes just one. When .contentTab has just one it receives .last
 *@affects: IE7+*/
.contentTab .nav li.first,
.contentTab .nav li:first-child{
	padding-left:0;
	padding-right: 4%;
	margin-right: 3%;
}
.contentTab .nav li.last {
	border-right: 0;
}
.contentTab .nav a {
	position:relative;
	top:-1px;
	text-decoration:none;
	color:#666666;
}
.contentTab .nav a:hover{
	text-decoration:underline;
}
.contentTab .nav a.selected {
	color:#ffffff;
}
.contentTab .nav a.selected:hover{
	text-decoration:none;	
	cursor:text;
}
.details li{
   padding-left: 7px;
   list-style: none outside;
   background: url(../../images/common/bullet-dot-square.png) no-repeat left 6px;
   
}
#aside .bascket {
    padding-top:10px;
}
#aside .description{
    height: 27%;
}
#aside .property ul {
	padding-bottom:0.5em;
}
#aside .property .add-to-cart div.text {
	display:none;
}
#aside .property li {
    padding-bottom:0.2em;
    color:#ffffff;
}

#product-csell .carouselDiapos{
    margin: 0;
}
a.video,
a.videopopup{
    display: block;
}
a.video img,
a.videopopup img{
    margin:5px auto;
    max-width: 100%;
}
#js .msgAlert {
	position: absolute;
	top:-10000px;
}
#aside h2.videos {
    margin:8px 0 15px;
}
#aside div.videos {
    border:none;
    padding-bottom:30px;
}
.alert-stock{
    width: 57%;
    background: url(../../images/common/sprite-button.png) no-repeat scroll 11px 10px #ffffff;
    border: medium none;
    border-radius:2px;
    padding: 5px 15px 5px 20px;
    color:#999999;
}
.alert-stock p{
    margin: 0;
}
.alert-stock a{
   color:#999999;
}
.alert-stock a:hover{
   text-decoration: none;   
}

#carouselVideo{
    height:110px;  /*77px - 980X580*/
}
#js #carouselVideo {
    position:relative;
    min-height: 115px;
    overflow: hidden;
}
#js #carouselVideoInner {
    position:relative;   
    margin: 8px 0;    
    overflow:hidden;
}
#js #carouselVideoInner ul {
    position:absolute;
    left:0;
}
#js #carouselVideoInner ul li{
    float: left;
}
#carouselVideo .pagination {
    margin:0;
    background:none;
    position: static;
    display: block;
}
#carouselVideo .pagination li a {
    display:block;
    height:10px; width:12px;
    text-indent:-10000px;
    background: url(../../images/product/video-bullets-sprite.png) no-repeat;
}
#carouselVideo .pagination li.on a {
    background-position:left bottom;
}
#core #carouselVideo .pagination{
    padding: 0;
}
#aside div.share ul {
    display:inline-block;
    overflow: hidden;
}
#aside div.share ul li {
    float:left; display:inline;
    height:18px;
    padding:6px;
    border-left:1px solid #9b9185;
}
#aside div.share ul li:first-child{  
    border:none;
    margin-left:0;
    padding-left: 0;
}
#aside div.share ul li a {
    text-transform:uppercase;
    color:#514537;
}
#aside div.share ul li a.fb,
#aside div.share ul li a.tw,
#aside div.share ul li a.mail{
    display:inline-block;
    text-indent:-10000px;
    background: url(../../images/common/icons-social.png) no-repeat;
}
#aside div.share ul li a.fb {
    margin-right: -30px;
    width:7px; height:13px;
}
#aside div.share ul li a.tw {
    width:10px; height:13px;
    background-position:right top;
}
#aside div.share ul li a.mail {
    width:26px; height:18px;
    background-position:right bottom;
}
#aside ul.links{
    display: block;
    overflow: hidden
}
#aside ul.links li{
    float:left; display: inline;
    padding:0 10px;
    margin:0 10px 0 0;
    background:url(../../images/common/sprite-arrows.png) no-repeat left -54px;
}

#crossell-products ul li{
    float:left;
}
#crossell-products ul li img{
    max-height: 100%;
}


#zoomPopin {
    position: absolute;
    z-index: 99;
    top:-10000px;
    width:50%; height:50%;    
    border:1px solid #5D4F3D;
}
#zoomPopin,
#zoomPopin .nav {
    background:#e2c59b url(../../images/product/bg-product.jpg) no-repeat center top;
}
#zoomWrapper {
    position:relative;
    overflow: hidden;
    width:100%; height:100%;
}
#zoomPopin .nav {
    width:100%;
    padding:2px 0 5px;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 5;
}
#zoomPopin .nav.ipad {    
    right: 50px;
    top: 50px;
    z-index: 99999;
}
#zoomPopin a.close {
    position:relative;
    left:-5px;
    background: url(../../images/product/close-popin.png) no-repeat right center;
    float: right;
    line-height: 15px;
    padding-right: 17px;
    clear: both;
    color: #000;
    font-size: 11px;
    font-weight:bold;
}
#zoomDrag {
    position: relative;
    display:inline-block;
}

/*loader*/
.wrapperloader{
    left: 38%;
}


.ipad .scrollbar .prev, .ipad .scrollbar .next {
	background: url(../../images/product/scroll-arrows-ipad.png);
	width: 24px;
}
.ipad .scrollbar .next {
	background-position-y: 10px; 
}
.catalog-product-view .scrolled {
	margin-right: 24px;
}

.product-options .fauxSelect {
	background:#ffffff none;
	padding:0 10px 0 0;
	width:200px;
}
.product-options .fauxSelect div {
	background: url(../../images/common/arrow-bottom-A98D66.png) no-repeat right 6px;
	border-color:#ffffff;
}
.product-options .fauxSelect span {
	color:#c19e6e;
	padding:0 5px 2px;
	font-weight:normal;
	line-height: 1.5em
}

.popinInfoBox{
    width:625px;
    height:400px;
    background:#ffffff;
    position:absolute; top:15%; left:25%; z-index:99;
}
.popinInfoBox .in{
    padding:2.2em;
    color:#666;
}
.popinInfoBox h2{
    margin-bottom:1.6em;
    font-size:14px;
}
.popinInfoBox .close{
    margin-right:1.2em; padding-right:17px;
    float: right;
    line-height: 13px;
    background: url(../../images/common/sprite-form.png) no-repeat scroll right -238px transparent;
    color:#666;
}

/* GS */
.ipad #aside { padding-top: 5px; }
