* {
	padding: 0;
	margin: 0;
}

html,body {
	background: #fff;
}

body {
	font-size: 11px;
	font-family: Tahoma;
	color: #5f5f5f;
}

.overMain {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#overLeft {
	float: left;
}

#overRight {
	float: right;
}

.main {
	border: 1px solid #4B3A30;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 900px;
	height: 135px;
	background-color: #4b3a30;
	text-align: center;
}

a {
	color: #6f6f6f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a#topLink {
	text-decoration: none;
	color: #ffffff;
	padding-left: 18px;
	padding-right: 18px;
}

a#topLink:hover {
	text-decoration: underline;
}

#topMenu {
	background: #4B3A30;
	width: 900px;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

#container {
	clear: both;
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 0;
}

#centerwrapper {
	float: left;
	width: 100%;
	margin: 0 0 -20000px 0;
	padding: 0 0 20000px 0;
}

#center {
	background: #fff;
	width: 544px;
	vertical-align: top;
}

#left {
	float: left;
	width: 150px;
	background: #f6f6f6;
	vertical-align: top;
	height: 650px;
}

#right {
	float: right;
	background: #f6f6f6;
	width: 198px;
	vertical-align: top;
	height: 650px;
}

.title {
	font-weight: bold;
	color: #4B3A30;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ulLeft {
	margin-top: 5px;
	padding: 0px;
	margin-left: 20px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.listLeft {
	padding-left: 1px;
	margin-top: 4px;
	color: #5f5f5f;
	text-decoration: none;
}

.textInput {
	font-size: 10px;
	width: 120px;
	border: 1px solid #4b3a30;
}

.submitInput {
	color: #4B3A30;
	font-size: 10px;
	border: 1px solid #4B3A30;
	background: #f6f6f6;
	cursor: pointer;
}

.contentTitle {
	padding: 3px;
	color: #ffffff;
	background: #66574f;
	border-bottom: 2px solid #4B3A30;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	padding-left: 5px;
}

.productList {
	width: 250px;
	height: 220px;
	float: left;
	display: inline;
	margin: 3px;
	border: 1px solid #dcdcdc;
	
	text-align: center;
	background-color: #f9fafa;
}

.productTitle {
	height: 54px;
	padding-top: 95px;
	padding-left: 3px;
	padding-right: 3px;
}

.toBasket {
	font-size: 9px;
	display: block;
	padding: 2px;
	color: #bf7f04;
}

.between {
	padding-left: 10px;
	padding-right: 10px;
}

#small {
	font-size: 9px;
}

td.order {
	background: #f1f1f1;
	padding: 7px;
}

ul {
	padding-left: 10px;
}
