@charset "utf-8";
/* CSS Document */
body {
	background-color: #A3B3BC;
	color: #333333;
}
input, select, textarea {
	border-color: #666666;
	color: #666666;
}
a {
	color: #333333;
}
div#wrapper .wr_top {
	background-image: url(images/top_bg.png);
}
div#wrapper .wr_middle {
	background-image: url(images/main_bg.png);
}
div#wrapper .wr_bottom {
	background-image: url(images/bottom_bg.png);
}
div#container {
	background-color: #FFFFFF;
}
div#top {
	background-image:url(images/header_bg.png);
	background-color: #0C123A;
	height: 120px;
	padding: 10px 0 0 20px;
}
div#top .main_logo {
	margin: 0px;
}
div#top .basket {
	display: none;
	background-color: #515151;
	border-color: #FFFFFF;
	margin-bottom: 0px;
}
div#top .items {
	color: #FFFFFF;
}

div#content .latest_news {
	width: 365px; 
	height: 200px; 
	background-image: url(images/latest_news_bg.png);	
	margin: 0px 0px 10px 10px;
}

div#content .latest_news ul {
	padding: 45px 0px 0px 0px;
}

div#content .latest_news li, .latest_news li a {
	text-decoration: none;
	color: #0C123A;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}