body {
/*	background: #B6B6B6 url(/images/bg.jpg) repeat-x scroll 0 0*/
	background: #B6B6B6 url(/images/flower_bg.png) repeat-x scroll 0 0;
}

#content h1 {
	margin-left: 10px;
}

img#main {
	display: block;
	width: 895px;
	margin: 13px auto 25px;
}

#header a {
	color: #cbafe0;
}

ul#navigation {
	background: transparent url(/images/nav.png) no-repeat;
	width: 960px;
	height: 44px;
	margin: 15px auto;
}

ul#navigation li {
	float: left;
	list-style: none;
	line-height: 44px;
	margin: 0 20px;
}

ul#navigation li#cart {
	float: right;
	width: 260px;
	text-align: center;
}

ul#navigation li a {
	color: white;
	text-decoration: none;
	font-size: 1.5em;
}

#wrapper {
	background: none;
	padding: 0;
	width: 978px;
}

#content-top,
#content-bottom {
	width: 978px;
	height: 18px;	
	clear: both;
}

#content-top {
	background: url(/images/content_shadow_top.png);
}

#content-bottom {
	background: url(/images/content_shadow_bottom.png);	
}

#content {
	background: url(/images/content.png);
	padding: 12px 30px;
	overflow: hidden;
}

#product-images #main-image img {
  position: relative;
}

#product-images {
	width: 600px;
}

#description-and-cart {
	float: left;
	width: 305px;
}

#product-description {
	border: none;
	margin: 0;
	padding: 0;
}

.product-listing {
	margin: 0;
}

.product-listing li {
	width: 260px;
	height: 310px;
}

.small-product-listing li {
	width: 183px;
	height: 190px;
}

.product-listing li a.info {
	font-size: 1.25em;
	width: 270px;
}

.small-product-listing li a.info {
	font-size: 1em;
	width: 193px;
}

.product-listing li a.info span {
	font-size: 1.5em;
}

.product-listing li:hover {
	border-color: #823299;
}

.product-listing li:hover a.info {
	background-color: #823299;
}

.price.selling {
	color: #f2ca38;
}

.pagination {
	clear: both;
}

.pagination span,
.pagination a {
	font-size: 1.5em;
}

.pagination span.current_page {
	background-color: #823299;
	border: 1px solid #823299;
	font-weight: normal;
}

.pagination a.page, .pagination a.page {
	border: 1px solid #929292;
	color: #823299;
	font-weight: normal;
}

.pagination a.page:hover, .pagination a.page:active {
	border: 1px solid #929292;
	color: #823299;
}

#footer {
	font-size: 1.3em;
	margin: 0 auto;
	padding-bottom: 2em;
	width: 900px;
	clear: both;
}

#footer ul {
	color: #333;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

#footer ul li, #footer a {
	color: #7c7c7c;
}

#footer .left ul {
	width: 222px;
}

#footer .center ul {
	width: 250px;
}

#footer .right ul {
	width: 90px;
}

#footer .left, #footer .center, #footer .right {
	float: left;
	text-align: left;
	width: 300px;
}

#footer .center {
	border-left: 1px solid #7c7c7c;
	border-right: 1px solid #7c7c7c;
	width: 355px;
}

#footer div.left {
	border-left: 1px solid #7c7c7c;
	width: 30%;	
}

#footer div.right {
	border-right: 1px solid #7c7c7c;
	width: 30%;	
}
