* {
	padding: 0px;
	margin: 0px;
	}
		
#sx-path {
	position: absolute;
	top: -30px;
	right: 10px;
	font: 10pt arial, helvetica, sans-serif;
	color: #bfbfbf;
	}

#sx-path span {
	font: bold 10pt arial, helvetica, sans-serif;
	color: #dfdfdf;
	}
		
#sx-path a{
	color: #a5a5a5;
	}
		
#sx-path a:hover {
	color: #ffffff;
	}

#sx-product-infos {
	width: 280px;
	}

#sx-product-name {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	width: 280px;
	height: 35px;
	background:url(images/product-name-bg.png) no-repeat 0px 3px; 
	}

#sx-product-name h1{
	padding-top: 10px;
	font: bold 14pt tahoma, arial, helvetica, sans-serif;
	}

#sx-product-models select{
	font: 10pt tahoma, arial, sans-serif;
	}
	
#sx-product-availability span {
	margin: 0px;
	padding: 0px;
	display: block;
	padding-bottom: 10px;
	position: relative;
	top: -16px;
	left: 80px;
	font: bold 9pt arial, helvetica, sans-serif;
	color: #454545;
	}

#sx-product-availability .sx-product-caption {
	display: inline;
	position: relative;
	top: 0px;
	left: 0px;
	font: 9pt arial, helvetica, sans-serif;
	color: #939191;
	}

.sx-product-caption {
	font: 9pt arial, helvetica, sans-serif;
	color: #939191;
	}

#sx-product-page-prices {
	margin-top: -10px;
	width: 200px;
	}

#sx-product-page-old-price {
	/*display: none;*/
	font: 11pt tahoma, arial, helvetica, sans-serif;
	color: #454545;
	text-decoration: line-through;
	}

#sx-product-page-promo-price {
	/*display: none;*/
	display: block;
	height: 25px;
	font: 15pt tahoma, arial, helvetica, sans-serif;
	color: #ff7600;
	}

#sx-product-page-price {
	/*display: none;*/
	font: 15pt tahoma, arial, helvetica, sans-serif;
	line-height: 35pt;
	color: #ff7600;
	margin-top: -3px;
	}

#sx-quantity {
	margin-top: 8px;
	width: 100px;
	height: 23px;
	}

#sx-quantity input {
	border: 1px solid #454545;
	width: 30px;
	margin: 0px;
	padding: 2px;
	}

#sx-product-page-addtocart{
	position: relative;
	top: -25px;
	left: 110px;
	width: 170px;
	height: 32px;
	margin-top: -4px;
	}

#sx-product-page-addtocart a{
	display: block;
	width: 170px;
	height: 32px;
	background: url(images/addtocart-product-page.png);
	}

#sx-product-page-addtocart a:hover{
	background: url(images/addtocart-product-page-hover.png);
	}

#sx-product-page-addtocart span{
	display: none;
	}

.product-img-box { 
	float: left;
	width: 267px;
	position: absolute;
	top: 3px;
	right: 10px;
	}

.product-img-box .main-product-img {
    position:relative;
    overflow:hidden;
    width:265px;
    height:265px;
	z-index:999;
	border: 1px solid #bfbfbf;
    }

.product-img-box .main-product-img img {
    position:relative;
    left:2px;
    top:2px;
    width:100%;
    cursor:move;
    z-index:999;
    }

.image-zoom {
	padding: 0px;
	margin: 0px;
	z-index:9; 
	position:relative; 
	height:22px;
	width: 224px;
	margin:0 auto 13px auto; 
	background:url(images/slider_bg.png) repeat-x; 
	cursor:pointer;
	left: 50%;
	margin-left: -115px;
	top: 5px;
	}

#image { 
	width:auto; 
	}

#track { 
	position:relative; 
	height:18px; 
	}

#handle { 
	position:absolute; 
	left:0; 
	top:-3px; 
	width:14px; 
	height:27px;
	background:url(images/magnifier_handle.png) no-repeat;
	}

.btn-zoom-out { 
	padding: 0px;
	margin: 0px;
	position:absolute; 
	left:-24px; 
	top:0px;
	width:22px; 
	height:22px;
	background:url(images/slider_btn_zoom_out.png) no-repeat;  
	}

.btn-zoom-in { 
	padding: 0px;
	margin: 0px;
	position:absolute; 
	right:-24px; 
	top:0px;
	width:22px; 
	height:22px;
	background:url(images/slider_btn_zoom_in.png) no-repeat;  
	}

#sx-thumbnails {
	width: 280px;
	background:url(images/product-infos-bg.png) no-repeat top left;
	position: relative;
	top: -22px;
	}

#sx-thumbnails span{
	display: block;
	padding-top: 7px;
	padding-bottom: 5px;
	}

#sx-thumbnails ul{
	width: 300px;
	margin: 0px;
	padding: 0px;
	}

#sx-thumbnails li{
	display: inline;
	margin: 0px 6px 0px 0px;
	padding: 0px;
	}

#sx-thumbnails img{
	border: 1px solid #BFBFBF;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
	}

#sx-product-description {
	padding: 0px 5px 30px 0px;
	background:url(images/product-desc-bg.png) no-repeat top left;
	}

#sx-product-description h2{
	font: 15pt tahoma, arial, helvetica, sans-serif;
	color: #ff7600;
	padding: 10px 0px 15px 0px;
	}

#sx-product-description h3{
	font: bold 11pt arial, helvetica, sans-serif;
	color: #454545;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	}

#sx-product-description div{
	font: 10pt arial, helvetica, sans-serif;
	color: #454545;
	padding-right: 10px;
	}