/*
	Joseph Richard Hankin
	http://www.sundarijewellery.co.uk/sppage.php
	2009 - 2010 &#169; Sundari Ltd.
	
	Colour Palette:
		#9be587 - green
		#00a9fb
		#65b5ff - blue
*/


#route,
#welcome {
	float: left;
	width: 463px;
	height: 20px;
	padding-left: 10px;
	margin-bottom: 5px;
	}

#welcome {
	text-align: right;
	}	

#middle {
	position: relative;
	float: left;
	width: 645px;
	}

#display {
	position: absolute;
	top: 12px;
	left: 390px;
	width: 200px;
	z-index: 1;
	}

#page-title,
#page-title:visited,
#page-title:active {
	color: #555;
	font-size: 20px;
	font-weight: bold;
	font-weight: normal;
	text-decoration: none;
	}
	#page-title:hover {
		color: #000;
		}

#banner-image {
	float: left;
	}

#upper {
	float: left;
	width: 628px;
	height: 30px;
	padding-top: 10px;
	}

.page-control,
#count,
#order-box {
	float: left;
	width: 209px;
	height: 30px;
	}

#count { 
	text-align: center; 
	}

#order-box { text-align: right; }

#order-box span { 
	color: #65b5ff;
	border: 1px solid #65b5ff;
	padding: 5px; 
	}

.not {
	color: #ddd;
	padding: 5px;
	}

.on { padding: 5px; }
	
.controller a {
	color: #555;
	padding: 0 4px 0 4px;
	border: 1px solid #fff;
	text-decoration: none;
	}
	.controller a:hover,
	.controller span.on {
		color: #65b5ff;
		border: 1px solid #65b5ff;
		}
		.controller form, 
		.controller select {
			float: right;
			}
			.controller form { 
				padding: 1px 0 1px 0; 
				}
				#lower form { padding: 0 20px 0 0; }

#products-container {
	float: left;
	width: 644px;
	margin-top: 5px;
	}

#empty-products {
	float: left;
	margin: 10px 0 20px 0;
	padding: 10px;
	width: 608px;
	text-align: center;
	}
	
.product {
	float: left;
	width: 143px;
	height: 180px;
	border: 1px solid #ccc;
	margin-bottom: 40px;
	margin-right: 16px;
	position: relative;
	}
	.marginless { margin-right: 0; }
	
.reduced_icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	background: transparent url(http://images.sundarijewellery.co.uk/generalimages/reduced-icon.png) no-repeat;
	}

.product_details {
	text-align: center;
	float: left;
	width: 143px;
	height: 37px;
	}

.product_name {
	color: #666;
	width: 143px;
	height: 13px;
	font-weight: 500;
	font-size: 10px;
	text-decoration: none;	
	}
	.product_name:hover {
		color: #000;
		}

.product_price {
	text-align: center;
	width: 143px;
	height: 17px;	
	font-size: 16px;
	color: #00a9fb;
	margin-top: 2px;
	}
	
.product_sale_price {
	text-align: right;
	font-size: 16px;
	color: #F03;
	}
	
.product_old_price {
	text-align: left;
	color:#666;
	font-size: 12px;
	text-decoration: line-through;
	}

.more_link {
	position: absolute;
	top: 180px;
	left: 0;
	display: block;
	font-size: 9px;
	color: #666;
	width: 82px;
	height: 14px;	
	text-decoration: none;
	padding: 2px 0 0 7px;
	margin-left: -1px;
	background: transparent url(http://images.sundarijewellery.co.uk/generalimages/more-zoom.jpg) no-repeat 0px 1px;	
	}
	.more_link:hover {	
		color:#000;
		}

.zoom_link {
	display: block;
	width: 61px;
	height: 16px;
	background: transparent url(http://images.sundarijewellery.co.uk/generalimages/more-zoom.jpg) no-repeat -24px -16px;
	list-style:none;
	position: absolute;
	top: 180px;
	left: 83px;
	}
	.zoom_link:hover {
		background-position: -24px -32px;
		color:#555;		
		}

.no_products {
	padding: 15px;
	font-size: 12px;	
	}

.sorry {
	font-size: 14px;
	}

#lower {
	clear: both;
	float: left;
	width: 634px;
	text-align: center;
	}

	
#advert-sidebar {
	float: left;
	width: 150px;
	}
	
#testimonials {
	float: left;
	width: 610px;
	padding: 10px;
	background: #eee;
	margin: 25px 0 25px 0;
	}
	
#lower-text {
	float: left;
	width: 627px;
	margin-top: 10px;
	}
	#lower-text ul {
		list-style-position: inside;
		list-style-type: circle;
		}
	
/* SIDE ADVERTS BAR */

#advert-sidebar hr {
	margin-top: 5px;
	margin-bottom: 5px;
	}
