/* CSS Document */



/* page-specific elements */	
	

.prod_border {
	border-bottom: 1px dotted #6699cc;
	border-top: 1px dotted #6699cc;
	}

.column_rightline {
	padding: 0 10px 15px 18px;
	border-right: 1px dotted #6699cc;
	width: 250px;
	}
	
.column_noline {
	padding: 0 10px 15px 18px;
	width: 250px;
	}


h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight:bold;
	color: #993399;
	padding: 5px 0 10px 0;
	margin: 0;
	}

h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #6699cc;
	padding: 0 0 5px 0;
	margin: 0;
	}

.price {
	font-size: 14px;
	font-weight:bold;
	color: #993399;
	padding: 5px 0 0px 0;
	margin: 0;
	}
	
.price_tbl {
	padding: 0 5px 15px 0;
	border-bottom: 1px dotted #6699cc;
	margin-bottom: 15px;
	margin-top: 15px;
	}

.enlarge {
	font-size: 9px;
	text-align:center;
	}
.enlarge a {
	text-decoration: none;
	}
	
.enlarge a:hover {
	text-decoration: underline;
	}

.photos {
	margin: 20px;
	}



.photo_box {
	width: 15px;
	height: 15px;
	background-color: #6699cc;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	cursor: hand;
	
	}


.related {
	padding: 2px 0 2px 5px;;
	background-color: #b1c1ec;
	color: #333333;
	}

.similar_products {
	margin: 20px;
	
	}

.small {
	font-size: 10px;
	color: #993399;
	line-height: 10px;
	}

.reviews {
	/*background-color: #b1c1ec;*/
	background-color: #e1e3e6;
	padding: 10px;
	margin: 15px 0 15px 0;
	}

.features_list {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;

	}

