/*********************
E-commerce Module
*********************/

#productRange {
	position:relative;
	overflow:hidden;
	width:auto;
	height:auto;
	border:1px solid #EEE;
	padding:10px;
	margin:0 0 20px 0;
	}
.productSelectWrap { 
	float:left;
	width:auto;
	height:auto;
	padding:5px;
	text-align:center;
	background:#EEE;
	}
.productRangeThumb { 
	position:relative;
	width:auto;
	height:auto;
	margin:0 0 10px 0;
	}
.productSelect a {
	color:#000;
	text-decoration:none;
	}
#productDisplay {
	position:relative;
	overflow:hidden;
	float:left;
	width:400px;
	height:auto;
	}
#productDescription {
	position:relative;
	overflow:hidden;
	float:left;
	width:400p;
	height:auto;
	}
#productTitle {	
	color:#000;
	padding:10px;
	background:#CCC;
	}
.productThumb { 
	position:relative;
	float:left;
	width:55px;
	height:55px;
	padding:5px;
	margin:0 5px 5px 0;
	border:1px solid #CCC;
	}
	
/* CSS Document */

.folio_block {
	position: relative;
	margin: 20px 0 20px 0;
	padding:0 0 20px 0;
	float: left;
	clear: both;
	width: 800px;
	}
.folio_block img {
 	margin:0;
 	}
.main_view {
	width: 400px;
	height: 400px;
	float: left;
	border:1px solid #CCC;
	margin-right: 20px;
	position: relative;
	text-align:center;
	}
.window {
	width: 400px;
	height:400px;
	overflow: hidden;
	position: relative;
	}
.image_reel {
	position: absolute;
	top: 0; left: 0;
	}
.image_reel a {
	position: relative;
	float: left;
	cursor: pointer;
	}
.image_reel img {
	float: left;
	width: 400px;
	position: relative;
	}
.productPaging {
	position: relative;
	overflow:hidden;
	width: 400px;
	height: auto;
	z-index: 600;
	}
.productPaging a {	
	float:left;
	display:block;
	text-decoration: none;
	width:50px;
	height:auto;
	margin:0 5px 5px 0;
	outline:none;
	border:1px solid #CCC;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	}
.productPaging a.active {
	border:1px solid #333;
	}
.productPaging a:hover {
	font-weight: bold;
	}


