/* CSS Document */

#mask2 {
	width:668px;
	height:320px;
	overflow:hidden;
/*	border:1px solid #666; */
	position:relative;
	float:left;
}

#folio2 {
	position:absolute;
	top:0;
	left:0;
	width:8000px;
	height:320px;
	float:left;
/*	background-color:#00CC00;*/
}

.col2 {
	display:block;
	width:668px;
	height:320px;
	float:left;
	text-align:center;
/*	background-color:#3300FF; */
	}
	
.category-list-item {
	width:120px;
	height:148px;
	margin-bottom:10px;
	margin-right:5px;
	margin-left:5px;
	float:left;
/*	border:solid;
	border-width:1px;
	border-color:#898989; */
	text-align:center;
}

.category-list-image {
	width:120px;
	height:120px;
	border:solid;
	border-width:1px;
	border-color:#898989;
}

.category-list-image:hover {
	border-color:#00AECF;
}

.product-list-item {
	width:120px;
	height:148px;
	margin-bottom:10px;
	margin-right:5px;
	margin-left:5px;
	float:left;
/*	border:solid;
	border-width:1px;
	border-color:#898989; */
	text-align:center;
	font-size:10px;
}

.product-list-item-image-wrapper {
	width:120px;
	height:120px;
	border:solid;
	border-width:1px;
	border-color:#898989;
	overflow:hidden;
}

.product-list-image {
/*	width:120px;
	height:120px;*/
/*	border:solid;
	border-width:1px;
	border-color:#898989;*/
}

.product-list-image:hover {
	border-color:#00AECF;
}

#product-col {
	float:left;
	margin-left:0px;
/*	width:470px; */
	width:650px;
/*	background-color:#009900; */
	text-align:left;
}

#glassArea {
	border:solid; 
	border-color:#FFFFFF; 
	border-width:1px;
}

#glassArea:hover {
	border-color:#00AECF; 
}

#viewer {
	border:solid; 
	border-color:#00AECF; 
	border-width:1px;
}

#product-price {
	float:left;
	padding-top:2px;
}



#derivative1 {
	float:right;
	padding-top:3px;
}

#quantity {
	float:right;
	padding-top:3px;
}

#add-to-basket {
	float:right;
}

#related-products {
	float:left;
	margin-left:0px;
	margin-top:5px;
/*	width:470px; */
/*	width:650px;*/
	width:668px;
	text-align:left;
}

#related-products-header {
	float:left;
	width:152px;
	height:32px;
	padding-top:10px;
	margin-bottom:10px;
/*	background-color:#FF0000;*/
}

#related-products-group {
	float:left;
	width:516px;
	margin-bottom:10px;
/*	background-color:#FF0000;*/
}

.related-product {
	float:left;
	height:42px;
	width:42px;
	margin-left:18px;
	margin-bottom:10px;
	border:solid;
	border-width:1px;
	border-color:#898989;
/*	background-color:#33FF00;*/
}

.related-product:hover {
	border-color:#00AECF;
}

