body {
	margin:0;
	font-family:arial, helvetica, sans-serif;
	background:#fee url(/image/background.png);
}

div, span, p, img, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	color:green;
}

a {
	color:#fe4ca2;
}

a img {
	border:none;
}

.clear-floats {
	clear:both;
}

/* Main Container */
#main {
	margin:0 auto;
	width:970px;
	height:845px;
	background-color:#fcfff8;
	border:1px solid #85bf3f;
	border-top:none;
	overflow:hidden;
}

/* Left Hand Column */
#column-left {
	float:left;
	width:389px;
	height:inherit;
	background:#cfc url(/image/column-left.jpg);
}

#column-left h3 {
	margin:0;
	margin-top:80px;
	padding-left:20px;
}

/* Right Hand Column */
#column-right {
	float:left;
	width:581px;
}

/* Navigation Menu*/
#navigation {
	margin-left:12px;
	width:92px;
	list-style-image:url(/image/bullet.png);
}

#navigation li {
	border-bottom:2px dotted #85bf3f;
}

#navigation li a {
	color:#fe4ca2;
}

#navigation li a img {
	border:none;
}

/* Shopping Basket */
#basket {
	float:left;
	margin-top:26px;
	width:200px;
	padding-left:50px;
	background-image:url(/image/basket.png);
	background-repeat:no-repeat;
	font-size:10pt;
}

#basket h4 {
	margin:0;
	color:#85bf3f;
	font-size:10pt;
}

#basket span {
	display:block;
}

.pink {
	color:#fe4ca2;
}

.grey {
	color:gray;
}

/* Header Logo */
#logo {
	float:left;
	margin:0;
	width:331px;
	text-align:right;
}

/* Content */
#content {
	padding-right:25px;
}

#content .middle form .buttons a, #content .middle form .buttons a:visited {
}

#content .middle form .buttons a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#info-top {
	clear:both;
	/* Rounded Corners */
	background-image: url(/image/content1.png);
	height:13px;
}

#info {
	padding-left:12px;
	padding-right:12px;
	border-left:1px solid #85bf3f;
	border-right:1px solid #85bf3f;
}

#info h2 {
	margin:0;
	font-size:14pt;
	margin-bottom:6px;
}

#info p {
	font-size:10pt;
	text-align:justify;
}

#info-bottom {
	/* Rounded Corners */
	background-image: url(/image/content2.png);
	height:13px;
}

/* Category Navigation List */
#categories {
	margin:8px 0;
	font-size:10pt;
	text-align:center;
	color:gray;
}

#categories a {
	color:#555;
	font-weight:bold;
	text-decoration:none;
}

#categories a.pink {
	color:#fe4ca2;
}

#products {
	margin:0 auto;
	overflow:hidden;
}

/* Product Listing */
.product {
	float:left;
	margin:0 6px 12px 0;
	padding-top:1px;
	width:133px;
	height:132px;
	background:#85bf3f url(/image/product.png) no-repeat;
}

.product a img {
	display:block;
	margin:0 auto;
	height:104px;
	width:110px;
}

.product p {
	margin-top:6px;
	overflow:auto;
}

.product a {
	color:white;
	text-decoration:none;
}

.product p span.buy {
	float:left;
	margin-left:5px;
	font-weight:bold;
	font-size:11pt;
	color:white;
}

.product p span.price{
	float:right;
	margin-right:5px;
	color:white;
	font-weight:400;
	font-size:10pt;
}

/* Resizable Button (depends on caption length) */

.button {
	display:block;
	height:25px;
	background:url(/catalog/view/theme/default/image/button_right.png) right no-repeat;
	padding-right:18px;
	cursor:pointer;
}

.button span {
	display:block;
	height:23px;
	padding-top:2px;
	padding-left:18px;
	background:url(/catalog/view/theme/default/image/button_left.png) no-repeat;
	color:white;
}