@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited{
	color: #6F1200;
	text-decoration: none;
}

a:hover,
a:focus{
	text-decoration: underline;
}

a img,
img{
	border: none;
}

.clr{
	clear: both;
}

.inl{
	display: inline;
}

ol,
p,
ul{
	margin-bottom: 10px;
}

.green{
	color: #94A545;
}

.maroon{
	color: #6F1200;
}

.aLeft{
	text-align: left;
}

.aCenter{
	text-align: center;
}

.aRight{
	text-align: right;
}

.fLeft{
	float: left;
}

.fRight{
	float: right;
}

.w20px{
	width: 20px;
}
/* layout */
body{
	color: #94A545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body#body{
	background: #4C5A1F url(../img/body_bg.png) center bottom repeat-x;
}

#container{
	margin: 0px auto;
	width: 960px;
}

#menu{
	background-color: #94A545;
	height: 34px;
}

#header{
	background: url(../img/header.png) center top no-repeat;
	height: 194px;
}

#header a{
	display: block;
	height: 194px;
	margin-right: auto;
	width: 229px;
}

#page{
	background: #FFFFFF url(../img/page_bg.png) left top repeat-y;
}

#content{
	border-top: 8px solid #6F1200;
	float: right;
	padding: 25px 35px;
	width: 661px;
}

#sidebar{
	border-top: 8px solid #94A545;
	float: left;
	font-size: 12px;
	padding: 25px 0px;
	width: 229px;
}

#footer{
	margin-bottom: 20px;
}

#footer #copy,
#footer #rak{
	background-color: #E7E8E9;
	float: left;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin-left: 15px;
	text-align: center;
	width: 190px;
}

#footer #rak{
	color: #808080;
	float: right;
	margin-right: 15px;
}

#footer #rak a{
	color: #808080;
}

/* /layout */

/* menu */
#menu ul{
	background-color: #6F1200;
	float: right;
	list-style: none;
	padding-left: 10px;
	width: 721px;
}

#menu ul li{
	display: inline;
}

#menu ul li a:link,
#menu ul li a:visited{
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	padding: 0px 5px;
}

#menu ul li a:hover,
#menu ul li a:focus{
	background-color: #94A545;
	text-decoration: none;
}
/* /menu */

/* content */
#content h2,
#content h3,
#content h4{
	color: #6F1200;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h3{
	font-size: 16px;
}

#content h4{
	font-size: 14px;
}

#content hr{
	border: none;
	border-top: 2px dashed #6F1200;
	clear: both;
	margin-bottom: 10px;
}

#content .product{
	margin: 10px 0px 20px 0px;
}

#content .product h4{
	font-weight: normal;
}

#content .product ul{
	padding-left: 15px;
}

#content .product .productLeft{
	float: left;
	padding-right: 10px;
	width: 238px;
}

#content .product .productLeft .button{
	background-color: #6F1200;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 32px;
	margin-top: 10px;
	width: 238px;
}

#content .product .productRight{
	float: right;
	width: 400px;
}

#content .product .productPrice{
	color: #6F1200;
	font-size: 16px;
}

#content .product{
}

/* content */

/* sidebar */
#sidebar .sidebarBox{
	padding: 0px 20px;
}

#sidebar #deliAndCat{
	background: url(../img/delicatessen_and_catering.png) center center no-repeat;
	height: 300px;
	margin-bottom: 20px;
}
/* /sidebar */

/* pagination */
#pagination{
	text-align: center;
}

#pagination a{
}

#pagination .prevPage{
	display: block;
	float: left;
}

#pagination .nextPage{
	display: block;
	float: right;
}
/* /pagination */

/* productList */
table.productList{
	width: 100%;
}

table.productList thead th{
	border-bottom: 1px solid #6F1200;
	padding-bottom: 5px;
}

table.productList tfoot td{
	border-top: 1px solid #6F1200;
	padding-top: 5px;
}

table.productList tbody td{
	padding: 5px 0px;
}

table.productList tbody td.w120{
	padding: 5px;
	width: 120px;
}

table.productList .thumbImg{
	max-width: 100px;
}

table.productList .updateCart,
table.productList .removeFromCart{
	border: none;
	cursor: pointer;
	height: 24px;
	width: 24px;
}

table.productList .updateCart{
	background: url(../img/refresh_24.png) center center no-repeat;
}

table.productList .updateCart:hover,
table.productList .updateCart:focus{
	background: url(../img/refresh_24_hot.png) center center no-repeat;
}

table.productList .removeFromCart{
	background: url(../img/delete_24.png) center center no-repeat;
}

table.productList .removeFromCart:hover,
table.productList .removeFromCart:focus{
	background: url(../img/delete_24_hot.png) center center no-repeat;
}
/* /productList */

/* order form */
#orderForm{
}

#orderForm fieldset{
	border: none;
}

#orderForm .formPart{
	margin-bottom: 5px;
}

#orderForm label{
	display: block;
	float: left;
	margin-right: 5px;
	text-align: right;
	width: 150px;
}

#orderForm .inpText{
	display: block;
	float: left;
	width: 350px;
}

#orderForm .button{
	background-color: #6F1200;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	padding: 4px 6px;
}
/* /order form */

/* module */
.module{
}

.module h2{
	color: #6F1200;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
/* /module */

/* msg */
#msg{
	margin-bottom: 10px;
}
/* /msg */

#sidebar #cartModule{
	border: 1px solid #94A545;
	margin: 0px auto 10px auto;
	padding: 10px;
	width: 75%;
}

#sidebar #cartModule .goToOrder{
	font-size: 14px;
}