body {
	background: #fff url(images/bg.jpg) repeat-x;
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

	#wrapper {
		width: 960px;
		margin: 0 auto;
	}

		#top { margin-top: 35px; margin-bottom: 29px;}
			
			.menu {
				list-style: none;
				padding: 0;
				margin: 10px 0 0 0;
				float: left;
			}
			
				.menu li { float: left; margin-right: 15px; }
				
					.menu li a { display: block; margin-top: 10px; color: #ccc; text-decoration: none;}
					
					.menu li.current a {
						background: url(images/green-button.jpg) left center no-repeat;
						display: block;
						color: #fff;
						font-weight: bold;
						text-decoration: none;
						margin: 5px;
						outline: none;
					}
					
						.menu li.current a span {
							background: url(images/green-button-right.jpg) right center no-repeat;
							padding: 5px 15px;
							display: block;
						}
						
					.menu li a:hover { color: #fff; }
		a#logo {
			background: url(images/logo.gif) no-repeat;
			display: block;
			width: 156px;
			height: 45px;
			float: right;
			text-indent: -9000px;
		}
		
		#header {
			background: url(images/header.jpg) center no-repeat;
			width: 100%;
			height: 138px;
			position: relative;
		}
		
			#small-basket {
				background: #fff;
				position: absolute;
				top: 40px;
				width: 220px;
				height: 106px;
			}
			
			#page-title {
				position: absolute;
				right: 0;
				top: 106px;
			}
			
		#container {
			margin-top: 40px;
		}
		
			#sidebar {
				width: 220px;
				float: left;
				 border-right: 1px solid #e0e5d6;
			}
			
				#container .inner { padding: 5px 15px; }
				
			#content {
				width: 589px;
				float: left;
				border-left: 1px solid #e0e5d6;
				margin-left: -1px;
				border-right: 1px solid #e0e5d6;
			}

			#right_sidebar { width: 134px; float: right; border-left: 1px solid #e0e5d6; padding-left: 15px; margin-left: -1px; }
			
	#footer {
		background: url(images/footer.jpg) repeat-x;
		height: 37px;
		margin-top: 40px;
		text-align: center;
		color: #fff;
		font-size: 12px;
		padding-top: 50px;
		font-weight: bold;
	}
	
		#footer ul li { display: inline; margin: 0 15px; }
		
		#footer a { color: #444; }
	
	.clearfix { overflow: hidden; width: 100%; }
	
	ul.strip { margin: 0; padding: 0; list-style: none; }
	
	ul.categories, ul.categories li ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		
		ul.categories li { margin: 3px 0; }
	
		ul.categories li a {
			font-size: 12px;
			color: #899961;
			font-weight: bold;
		}
		
		ul.categories li ul { padding-left: 15px; }
		
		ul.categories li ul li a { font-size: 11px; color: #000; font-weight: normal;}
	
	.box { background: #fff;}
	.box .top, .box .top div { height: 4px; }
	.box .top { background: url(images/left-corner.gif) top left no-repeat; }
	.box .top div { background: url(images/right-corner.gif) top right no-repeat; }
	.box .content { padding: 5px 15px; }
	
	h2 {
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 5px 0;
		color: #000;
	}
	
	h3 {
		color: #ee3223;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 0;
		margin: 0;
	}
	
		h2.border { border-bottom: 1px solid #eee; }
	
	img { border: 0; }
	img.icon { vertical-align: middle; margin-right: 5px; }
	
	a:link, a:visited {
		color: #ee3223;
		text-decoration: none;
	}
	
		a:hover {
			text-decoration: underline;
		}



#sidebar .search_field {
	width: 125px;
	border: 1px solid #ccc;
	padding: 2px;
}

.shopsearchtext {
	margin-bottom: 20px;
}

.NewsletterNewsletterSubscribeForm .NewsletterFieldText{
	width: 95%;
}

ul.newslistpager {
	list-style: none;
	padding: 0px;
	margin: 10px 0px;
	overflow: hidden;
}

ul.newslistpager li {
	float: left;
	display: inline;
	margin: 0px 2px;
}
ul.newslistpager li.ultimize_list_pager_back {
	margin-left: 0px;
}

ul.newslistpager span {
	display: block;
	padding: 5px;
	border: 1px solid #eee;
}

ul.newslistpager a { 
	text-decoration: none;
}
ul.newslistpager li.ultimize_list_pager_back,
ul.newslistpager li.ultimize_list_pager_forward {
	font-weight: bold;
}

ul.newslistpager li.ultimize_list_pager_back a:hover span,
ul.newslistpager li.ultimize_list_pager_forward a:hover span {
	text-decoration: underline;
}

ul.newslistpager li.ultimize_list_pager_item {
	padding-left: 2px;
}

ul.newslistpager li.selected span {
	color: #fff;
	background: #777;
}

ul.newslistpager li.disabled {
	color: #aaa;
}


ul.newslist {
	margin: 0px;
	padding: 0px;
}
ul.newslist li {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #ccc;
	width: 100%;
	overflow: hidden;
}
ul.newslist img.newsimage {
	float: left;
	margin-right: 10px;
}
ul.newslist span.newsdate {
	display: block;
	color: #777;
}
ul.newslist span.newsheadline {
	font-weight: bold;
}
ul.newslist span.newsintro {
	display: block;
}


div.news_imagecontainer {
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
}
div.news_imagecontainer #news_bigimage {
	float: left;
	display: inline;
}
div.news_imagecontainer ul {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: right;
	display: inline;
}
div.news_imagecontainer li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
}
div.newsitem span.newsdate {
	display: block;
	color: #777;
}
