/*
	Joseph Richard Hankin
	http://www.sundarijewellery.co.uk/
	2009 - 2010 &copy; 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;
	}

#display {
	position: absolute;
	top: 165px;
	left: 535px;
	width: 215px;
	z-index: 1;
	}	

#middle {
	float: left;
	width: 650px;
	}

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

#banner-image {
	position: absolute;
	left: 155px;
	top: 129px;
	}

#upper,
#lower {
	position: absolute;
	left: 155px;
	width: 628px;
	height: 30px;
	padding-top: 10px;
	}
#upper { top: 390px; }
#lower { top: 1100px; }

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

#count { 
	text-align: center; 
	}

#order-box select { 
	float: right; 
	}

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

#products-container {
	position: absolute;
	top: 440px;
	left: 155px;
	width: 645px;	
	}
	
.product_container {
	float: left;
	width: 143px;
	height: 180px;
	border: 1px solid #ccc;
	margin-bottom: 40px;
	margin-right: 16px;
	position: relative;
	}
	
.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;
	}
	
#advert-sidebar {
	float: left;
	width: 150px;
	}
	
#testimonials {
	float: left;
	width: 550px;
	padding: 10px;
	background: #eee;
	margin: 25px 0 25px 0;
	}
	
#lower-text {
	float: left;
	width: 627px;
	margin-top: 10px;
	}