/* CSS Document */
body {
	background-image:url(../images/bf-fill.jpg);
	background-position:top;
	background-color:#28c14e;
	background-repeat:repeat-x;
	margin:0px;
	color:#333333;
	font-family: "Comic Sans MS";
	font-size:14px;
}
#wrapper {
	margin:auto;
	width:950px;
}
#headerTop{
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	height:60px;
	text-align:right;
	padding-top:40px;
	padding-right:20px;
}
#headerTop a {
	color:#28c14e;
	text-decoration:underline;
}
#headerTop a:hover {
	color:#FF0000;
}
#content {
	min-height:546px;
}
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:82px;
	padding-top:48px;
	padding-left:25px;
}
#footer a:link, #footer a:visited {
	color:#009900;
}
#footer a:hover {
	color:#FF6600;
}
/* CONTENT FORMATING */
#top-left, #top-right, #bottom-left, #bottom-right {
	width:360px;
}
#top-left, #top-right {
	height:188px;
	padding-top:62px;
}
#bottom-left, #bottom-right {
	height:224px;
	padding-top:72px;
}
#top-left {
	background-image: url(../images/top-left.jpg);
	background-repeat:no-repeat;
}
#bottom-left {
	background-image: url(../images/bottom-left.jpg);
	background-repeat:no-repeat;
}
#top-right {
	background-image: url(../images/top-right.jpg);
	background-repeat:no-repeat;
}
#bottom-right {
	background-image: url(../images/bottom-right.jpg);
	background-repeat:no-repeat;
}
#middle {
	width:230px;
	height:486px;
	float:left;
	background-image: url(../images/news.jpg);
	background-repeat:no-repeat;
	padding-top:60px;
}
/*END CONTENT FORMATING */
.left {
	float:left;
}
.right {
	float:right;
}
h1 {
	color: #FF0000;
	margin-top:0px;
}
h2 {
	font-size:18px;
	color:#009900;
	margin:0px;
}
a:link, a:visited {
	color:#EEEEEE;
}
a:hover {
	color:#FF6600;
}
.news {
	font-size:12px;
	margin-left:20px;
	margin-right:16px;
	border-bottom:1px #FFFFFF dotted;
	margin-bottom:10px;
	font-weight:bold;
	padding-bottom:10px;
}
.newstitle {
	font-size:14px;
	color:#ffffff;
}
.newsdate {
	color:#333333;
	font-weight:normal;
}
.mainbuttons {
	background-image:url(../images/button.jpg);
	border:1px #666666 solid;
	width:89px;
	height:14px;
	text-align:center;
	margin:auto;
	margin-top:10px;
	font-family:"arial";
	font-size:10px;
}
.mainbuttons a:link, .mainbuttons a:visited {
	color:#999999;
	display:block;
	text-decoration:none;
	height:14px;
}
.mainbuttons a:hover {
	color:#333333;
	background-image:url(../images/button-over.jpg);
}
.border {
	border:1px #666666 solid;
}
.cart td {
	padding:20px;
}
.shoplink a {
	font-family:"arial";
	color:#333333;
	font-size:13px;
	display:block;
	text-decoration:none;
	padding:2px;
	padding-left:10px;
}
.shoplink a:hover {
	color:#FFFFFF;
	background-color:#28c14e;
}
.price {
	color:#0066CC;
	font-weight:bold;
}
.shopping {
	font-family:"arial";
	font-size:12px;
	color:#333333;
	text-align:center;
}
.shopping a {
	color:#666666;
}
.shopping a:hover {
	color:#FF9900;
}
#category, #store {
	background:url(../images/store-bg.gif) repeat-x #FFFFFF bottom;
	border:2px #00CC00 solid;
	color:#333333;
	float:left;
}
#category {
	width:155px;
}
#store {
	width:718px;
	margin-left:20px;
}
.categoryHeading {
	margin-bottom:10px;
	background-color:#3a94ca;
	color:#FFFFFF;
	font-size:18px;
	padding-left:10px;
	border-bottom: 1px #FFFFFF solid;
}
#contenttop, #contentbottom {
	height:10;
	width:942;
	margin:auto;
	margin-left:8px;
}
#contentalt {
	background:url(../images/content-fill.jpg) repeat-y;
	margin-left:8px;
	padding:20px;
	min-height:526px;
}
#contentbottom {
	margin-bottom:10px;
}
#heading {
	background:url(../images/heading-bg.jpg) repeat-x;
	height:71px;
	margin-bottom:10px;
	font-size:36px;
	color:#FF3300;
	font-weight:bolder;
}

.cart-product-wrapper a {
	text-decoration: none;
	color: #000;
}

.cart-product-wrapper a:hover {
	color:#999;
	}