body {
	padding:0;
	margin:0;
	background-image: url('../img/body/body_background.gif');
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size:12px;
}
img {
	border:0;
}
a {
	color:#ae0505;
}
a:hover {
	color:#de0101;
	text-decoration: none;
}
.clear {
	clear:both;
}
.inputs input, textarea {
    margin-left: 10px;
}
.inputs label {
    margin-bottom: 20px;
}
#container {
	width:990px;
	border-left: 1px #716f6e solid;
	border-right: 1px #716f6e solid;
	border-bottom: 1px #716f6e solid;
	margin:0 auto 0 auto;
	
}
#header {
	width:990px;
	margin:0 auto 0 auto;
	text-align:center;
	border-bottom:1px #b8b8b8 solid;
	border-top:1px #716f6e solid;
	margin-top:5px;
}
#navi ul {
    list-style: none;
    padding-left: 12px;
}
#topmenu {
	width:990px;
	height:38px;
	background-image: url('../img/head/topmenu_background.png');
  	margin-top:5px;
  	border-top:1px #ccc solid;
  	border-bottom:1px #000 solid;
  	text-align:center;
}
#topmenu a {
	height:38px;
	line-height:38px;
	margin:10px;
	letter-spacing:1px;
	font-size:16px;
	text-transform: uppercase;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Tahoma;
	color:#333;
}
#top_options_line {
	width:990px;
	height:35px;
	line-height:35px;
	background-color:#312c25;
	text-align:left;
	border-bottom:1px #000 solid;
}
#breadcump {
	color:#ccc;
	padding-left:15px;
}
#searchform {
	display:inline;
	float:right;
	padding-right:15px;
}
#searchform input{
	border:1px #000 solid;
	background-color: #cac1bb;
}
.middle {
	vertical-align: middle;
}
.basket {
	max-width:35px;
}
#shopping-area {
	background-image:url('../img/body/shopping_area.png');
	width:300px;
	height:49px;
	float:right;
	text-align:right;
	padding-right:15px;
	color:#fff;
}
/* Content */
#content {
	background-color:#fff;
}
#left {
	float:left;
	width:200px;
	border-right:1px #ccc dashed;
}
#right {
	float:left;
	width:548px;
	padding-left:20px;
	padding-top:10px;
}
#right_sidebar {
	width:190px;
	float:left;
	border-left:1px #ccc dashed;
	padding-left:8px;
	padding-top:10px;
}
.sidebar_heading {
	margin-left:10px;
	color:#808080;
	font-size:20px;
	margin-top:1px;
	margin-bottom:1px;
}
#welcome_message {
	text-align:right;
	padding-right:10px;
	color:#808080;
	font-style:italic;
}
#register {
	text-align:right;
	padding-right:10px;
}

.nav_lists {
	width:190px;
	padding-left:5px;
}
.nav_lists li {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:1px;
	display:block;
	padding:4px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px #ccc dashed;
}
.nav_lists li:hover {
	
}
.nav_lists a {
	color:#ae0505;
	font-size:12px;
	text-decoration: none;
}
.nav_lists a:hover {
	color:#ff0000;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
/* Products */
.product {
	width:230px;
	height:200px;
	padding:5px;
	background-color: #f0f0f0;
	float:left;
	margin:15px;
	display:inline;
	border:1px #ccc solid;
}
.addbasket {
	float:right;
	border:0;
}
.promo_box {
	margin-bottom:15px;
}
.product_image_small {
	float:left;
	width:250px;
	margin-top:30px;
}
.product_details {
	margin-top:30px;
}
.product_title {
	font-size:20px;
}
.product_prise {
	margin:3px;
}
.product_size {
	margin:3px;
}
.product_guarantee {
	margin:3px;
}
.product_description {
	color:#555555;
}
.add_to_basket_button {
	float:right;
}
.products_separator {
	border:none;
	border-bottom:1px #ccc dashed;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
}

/* News */
.news_photo {
	max-width:300px;
	float:right;
	margin:5px;
	padding:7px;
	background-color:#f0f0f0;
	border:1px #ccc solid;
}
.news_date {
	color:#808080;
	font-size:11px;
	margin-bottom:10px;
}

/* Register and Users */
#register_form {
	margin-left:70px;
}
#register_form input {
	display:block;
	border:1px #56402b solid;
	background-color:#f5f3f1;
}
#register_form .submit_button {
	border:1px #000 solid;
	background-color:#78451c;
	color:#fff;
	padding:2px;
}
#register_form textarea {
	background-color:#f7f7f7;
}
/* Footer */
#footer {
	color:#ccc;
	text-align:center;
	padding-top:10px;
	background-color: #726161;
}
#footer a {
	color:#ccc;
}
#created {
	text-decoration: underline;
}
/* System messages */
#message_success {
	text-align:center;
	border:1px green solid;
	background-color: #e6ffe5;
}
#message_error {
	text-align:center;
	border:1px red solid;
	background-color: #ff7780;
}
/* Paging */
div.pagination {
	margin-top: 40px;
	margin-bottom: 2em;
}
div.pagination div.disabled {
	display: inline;
}
div.pagination span {
}
div.pagination span.current {
	color: #000;
}
div.pagination span a {
}

