/* CSS Document */

ul.tabs li a.buynow {
	color: #000000;
	background:#FFF;
	border-bottom:1px solid #FFEE89;
}
/* SLIDER */
.fd-slider{
	position:relative;
	width:100%;
	height:20px;
	text-align:center;
	}

* html .fd-slider{
	padding-left: 8px;
}

.fd-slider-inner{ /*ouside slider bar*/
	position:relative;
	height:18px;
	text-align:left;
	background:#fcfcfc;
	border:1px solid #ccc;
	-moz-user-focus:normal;
	-moz-user-select:none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:20px;
	}

* html body .fd-slider-inner{
	margin-right: -12px;
	}
		
.fd-slider-bar{/*inside slider bar*/
	position:relative;
	height:4px;
	border:1px solid #bbb;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	background:#ddd;
	margin:0;
	overflow:hidden;
	line-height:4px;
	-moz-user-select:none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:2px;	
	}

* html body .fd-slider-bar{
	margin-right: 0px;
	margin-left: 5px;
	}
		
html>body .fd-slider-bar{
	height:2px;
	}

/* CSS common to both vertical and horizontal sliders */
.fd-slider-inner:focus,
.focused{
	background:#eee !important;
	border:1px solid #aaa !important;
	}
		
.fd-slider-handle{
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
	background: url(../store/images/slider.gif) no-repeat 0px 0px !important;
	-moz-user-select:none;
	}

.fd-slider-hover{
	background: url(../store/images/slider-1.gif) no-repeat 0px 0px !important;
	}

div.extraclass{/* size of sliders */
	width:315px;
	float:left;
	}
	
/* Generic CSS, not used by the slider */

#customer_price{
	padding: 10px 0px; 
	text-align: right;
	margin: 0 auto;
	width: 455px;
	}
	
form#cost_form{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	text-align:left;
	background-color: #F0F0F0;
	background: repeat url(../store/images/form_pattern.gif);
	border: solid 1px #CCCCCC;
	}

form#cost_form fieldset{
	border: none;
	}
	
form#cost_form legend{
	padding: 5px 0 10px 0;
	width: 100%;
	font-weight: bold;
	font-style: italic;	
	}	
	
form#cost_form input{
	border:1px solid #ccc;
	border-top:1px solid #888;
	border-left:1px solid #888;
	width:3em;
	margin-left:0.2em;
	min-height:21px;
	float: right;
	}

form#cost_form label{
	display:block;
	padding:0;
	margin-right:0.6em;
	text-align:right;
	font-style:italic;
	font-weight:bold;
	color:#5c5c5c;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

* html body form#cost_form label{
	margin-right:0;
	}
	
dt{
	width:5em;
	float:left;
	clear:left;
	padding:0 0 4px 0;
	}
		
dd{
	margin-left:5em;
	padding-bottom:4px;
	}
	
dl{
text-align: center;
margin: 0 auto;
width: 200px;
	}
	
#product_summary{
	width: auto; 
	float: right;
	}
/* END SLIDER */
