/*******************productPage**************************/

.productPage .spacer {
	height:40px;
	margin-bottom:20px;
	}

.slider {
	margin-top:20px;
	margin-bottom:5px;
	}
	
.productPage .slider {
	margin-top:5px;
	margin-bottom:5px;
	}
	
.outletView{
	margin-top:8px;
	}
	
.outletView img{
	vertical-align:bottom;
	}
	
/* root element for scrollable */ 
.slider div.scrollable { 
     
    /* required settings */ 
    position:relative;
    overflow:hidden;  
     
    /* vertical scrollers have typically larger height than width */ 
    height: 300px;
    /*width: 700px; */
    } 
   
/* root element for scrollable items */ 
.slider div.scrollable div.items { 
    position:absolute; 
     
    height:20000em; 
    }

.slider ul{
	margin-right:0;
	width: 300px; 
	height: 300px;
	}
	
.slider ul li{
	padding-bottom:10px;
	padding-top:10px;
	height: 119px;
	}
	
.slider ul li a img{
	position:relative;
	}
	
.mainContainer .slider ul li a.campaign{
	position:absolute;
	top:100px;
	left:8px;
	padding:2px 8px 2px 8px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	border:none;
	display:inline;
	background-color:#000;
	}
	
		
.slider ul li a {
	border:solid 1px #a9aaac;
	padding:4px;
	display:block;
	position:relative;
	}
	
/* hlib slider */


#slider1 .sliderInner ul { height:71px; margin-bottom:0px;}

#slider1 .sliderInner {    
    overflow: hidden;
}

#slider1 .sliderInner ul li {
    margin:0; 
    float:left;
    height:71px;
    margin:0 8px;
    padding:0;
 }
 
#slider1 .sliderInner ul li a {
   /* display:inline-block;*/
}

#slider1 .sliderInner ul li .imgWrap {
    padding: 4px;
    
}

#slider1 .naviWrap {   
    margin-bottom: 5px;
    padding: 3px 0 4px;
    text-align: center;
    background-color:#f0f0f0;
    float:left;
    width:100%;
 
}


#slider1 .naviWrap .naviLeft {width:50%;float:left;text-align:right;}
#slider1 .naviWrap .naviLeft .navifRight {float:right;}
#slider1 .naviWrap .naviRight {width:50%; position:relative;float:left;text-align:left;}

#slider1 .naviWrap .indexInfo {
   position:absolute;
   right:10px;
   top:0px;
}

#slider1 .sliderEnd,
#slider1 .sliderStart {
    color:#000;
    text-decoration:underline;
    display:inline-block;
    float:left;
}

#slider1 .sliderStart { width:100px; }

#slider1 .sliderStart,
#slider1 .sliderEnd,
#slider1 .sliderPrev,
#slider1 .sliderNext {
    background: url("../gfx/Icons.png") no-repeat scroll -245px 2px transparent;
    display: inline;
    float: left;
    height: 17px;
    width: 16px;
    text-indent: 50000px;
    overflow: hidden;
    -webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

#slider1 .sliderStart { background-position: -482px -77px; }
#slider1 .sliderEnd   { background-position: -462px -77px; }
#slider1 .sliderPrev  { background-position: -245px 1px; margin: 0 20px 0 10px; }
#slider1 .sliderNext  { background-position: -229px 1px; margin: 0 10px 0 20px; }
#slider1 .inactive {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

.productInfo {
	border-left:solid 1px #a9aaac;
	margin-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	overflow:hidden;
	}
	
.outlet .productInfo {
	margin-top:5px;
	}
	
.productInfo .campaignSplash {
	background-color:#333;
	padding:1px 3px 0px 3px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:1px;
	}
	
.productInfo h1{
	font-family:Arial Narrow, Arial, Verdana;
	text-transform:uppercase;
	color:#5b5b5b;
	font-weight:normal;
	padding-top:25px;
	}
	
.productInfo .discontinued{
	font-family:Arial Narrow, Arial, Verdana;
	text-transform:uppercase;
	color: #FF0000;
	font-weight: bold;
	
	}

.productInfo .price {
	overflow:hidden;
	padding:0;
	line-height:20px;
	}
	
.productInfo .price p {
	font-size:11px;
	margin-bottom:0;
	color:#5b5b5b;
	margin-top:0;
	}
	
.productInfo .campaignPrice p {
	font-size:11px;
	margin-bottom:0;
	margin-top:0;
	color:#5b5b5b;
	}
	
.productInfo .campaignPrice{
	overflow:hidden;
	padding:0;
	line-height:20px;
	}
	
.productInfo .price .mainPrice{
	font-weight:bold;
	font-size:24px;
	overflow:hidden;
	margin-right:10px;
	margin-left:0px;
	}
	
.productInfo .campaignPrice .mainPrice{
	font-weight:bold;
	font-size:24px;
	color:#e2cf01;
	max-height:20px;
	overflow:hidden;
	margin-right:10px;
	margin-left:0px;
	}
	
.productInfo .price del{
	font-weight:bold;
	font-size:24px;
	color:#656a00;
	max-height:20px;
	overflow:hidden;
	margin-right:10px;
	}
	
.dansani .productInfo .campaignPrice del{
	font-weight:bold;
	font-size:24px;
	color:#656a00;
	max-height:20px;
	overflow:hidden;
	margin-right:10px;
	}
	
.dansani .productInfo p{
	color:#5b5b5b;
	margin-top:10px;
	}
	
.scanbad .productInfo p{
	margin-top:10px;
	}
	
.productInfo ul.productVariations {
	overflow:hidden;
	margin-bottom:10px;
	}
		
.productInfo ul.productVariations li{
	margin-left:0;
	float:left;
	margin-right:12px;
	}
	
.productInfo ul.productVariations li span{
	display:block;
	}
	
.productInfo ul.productVariations li select{
	width:137px;
	}
	
.dansani .productPage h5,
.dansani .outlet h5{
	font-weight:bold;
	color:#333;
	clear:both;
	}

	
.productInfo ul.specifications{
	overflow:hidden;
	margin-bottom:8px;
	clear:both;
	}
	
.productInfo ul.specifications li{
	float:left;
	border-right:solid 1px #333;
	margin-left:0;
	margin-right:7px;
	padding-right:7px;
	white-space:nowrap;
	}
	
/*.productInfo ul.specifications li.first{
	float:left;
	border-right:solid 1px #333;
	margin-left:0;
	padding-right:7px;
	padding-left:0;
	}*/
	
	
.productInfo table{
	color:#333;
	width:100%;
	margin-top:5px;
	padding-left: 1px;
	}

.productInfo table tr a{
	color:#333;
	}
	
.productInfo table tr a:hover{
	text-decoration:underline;
	}
	
.productInfo table th{
	text-align:left;
	}
	
.productInfo table th.right{
	text-align:right;
	padding-right:8px;
	}
	
.productInfo table td{
	text-align:left;
	}
	
.productInfo table td.right{
	text-align:right;
	}
	
ul.productOptions{
	border-bottom:solid 1px #e9e6e6;
	}
	
ul.productOptions li a{
	background-color:#ececec;
	color:#333;
	}
	
ul.productOptions li a:hover{
	background-color:#e6dfd8;
	}
	
ul.productOptions li a.selected{
	background-color:#e6dfd8;
	}

ul.subProductOptions{
	margin:0 0 10px 0;
	padding:0;
	}


ul.subProductOptions li{
	margin:0 0 0 10px;
	padding:0;
	border-right:solid 1px #5b5b5b;
	float:left;
	}	

ul.subProductOptions li a{
	color:#5b5b5b;
	padding-right:8px;
	}
	


.content ul.manual li{
	border-bottom:solid 1px #e9e6e6;
	}
	
.content ul.manual li input.download{
	margin:0px 0 10px 0;
	display:block;
	padding:2px 8px 3px 8px;
	-webkit-border-radius: 5px;
    border-radius: 5px; 
    border:1px solid #666;
    background: #c3cc00;
    background: #a7a7a7;
    background: -moz-linear-gradient(top,  #a7a7a7 0%, #636363 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a7a7), color-stop(100%,#636363));
    background: -webkit-linear-gradient(top,  #a7a7a7 0%,#636363 100%);
    background: -o-linear-gradient(top,  #a7a7a7 0%,#636363 100%);
    background: -ms-linear-gradient(top,  #a7a7a7 0%,#636363 100%);
    background: linear-gradient(to bottom,  #a7a7a7 0%,#636363 100%);
    text-shadow: 0px 0px 1px #212208;
    filter: dropshadow(color=#212208, offx=1, offy=1);
    cursor:pointer;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a7a7', endColorstr='#636363',GradientType=0 );
	}	


ul.productOptions{
	margin-top:15px;
	overflow:hidden;
	padding-left:0;
	margin-left:10px;
	}
	
ul.productOptions li{
	float:left;
	margin-left:0px;
	}
	
ul.productOptions li a{
	float:left;
	padding:2px 5px 2px 5px;
	margin-right:3px;
	background-color:#ececec;
	display:block;
	color:#333;
	}


.content ul.manual li{
	margin-left:0;
	overflow:hidden;
	margin-top:10px;
	}

.content ul.manual li span{
	float:left;
	}
	
.productInfo .add{
	clear:both;
	margin:15px 0 10px 0;
	padding:4px 8px 4px 8px;
	-webkit-border-radius: 5px;
    border-radius: 5px; 
    border:1px solid #818602;
    background: #c3cc00;
    background: -moz-linear-gradient(top, #c3cc00 0%, #9ea501 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3cc00), color-stop(100%,#9ea501));
    background: -webkit-linear-gradient(top, #c3cc00 0%,#9ea501 100%);
    background: -o-linear-gradient(top, #c3cc00 0%,#9ea501 100%);
    background: -ms-linear-gradient(top, #c3cc00 0%,#9ea501 100%);
    background: linear-gradient(to bottom, #c3cc00 0%,#9ea501 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cc00', endColorstr='#9ea501',GradientType=0 );
	font-weight:bold;
	color:#fff;
	text-shadow: 0px 0px 1px #212208;
    filter: dropshadow(color=#212208, offx=1, offy=1);
    font-size:15px;
    cursor:pointer;
    
	}
	
.productInfo .goBack {
	 background-image:url(../gfx/arrowBack.png);
	 background-repeat:no-repeat;
	 display:block;
	 border:none;
	 background-color:transparent;
	 padding-left:10px;
	 cursor:pointer;
	 text-decoration:underline;
	 margin-bottom:10px;
	}
