

#leftnavigation {
	float: left;
	width: 220px;
}

#leftnavigation a.menusubcat {
	display: block;
	padding: 3px 3px 3px 15px;
}
#leftnavigation a.menusubcat:hover {
	background: #c1c1c1;
	text-decoration: none;
}

.menucat {
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 6px 8px;
	font-weight: bold;
}

#rightcontent {
	float: right;
	width: 700px;
}

.rightcontenttitle {
	font-weight: bold;
	text-transform: uppercase;
}

#searchbar {
	height: 44px;
	width: 700px;
	position: relative;
	background: url(images/searchbar.png) top center;
	margin-bottom: 9px;
}

#basket {
	width: 110px;
	position: absolute;
	right: 10px;
	top: 14px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #520510;
}
#basket a {
	color: #ffffff;
}

.empty {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 125px;
	top: 11px;
	background: url(images/basket.png) top left no-repeat;
}
.full {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 125px;
	top: 11px;
	background: url(images/basket.png) bottom left no-repeat;
}

#searchfield {
	position: absolute;
	top: 12px;
	left: 16px;
	color: #666666;
	font-style: italic;
	width: 450px;
	background: none;
	border: none;
	font-size: 14px;
}

#searchsubmit {
	position: absolute;
	top: 7px;
	left: 480px;
	width: 60px;
	height: 30px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -3333px;
	overflow: hidden;
	background: url(images/searchbtn.png) top center;
	border: none;
	cursor: pointer;
}
#searchsubmit:hover {
	background: url(images/searchbtn.png) bottom center;
}

.featureditem {
	position: relative;
	width: 220px;
	height: 220px;
	float: left;
	margin: 9px 0px;
	background: #ffffff;
}
.padding {
	margin-left: 20px;
}

.featuredname {
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	width: 214px;
	position: absolute;
	bottom: 3px;
	right: 3px;
	background: url(images/transparent.png);
}

.featuredimage {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 214px;
	height: 214px;
	overflow: hidden;
	text-align: center;
	background: #ffffff;
}

.categoryitem {
	position: relative;
	min-height: 120px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #c1c1c1;
	padding-left: 120px;
	padding-top: 10px;
}

.categoryimage {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	background: #ffffff;
}

.categoryright {
	float: right;
	width: 200px;
}

.searchwarning {
	border: 1px solid #9e091f;
	background: #d0132e;
	color: #ffffff;
	padding: 10px 20px;
	margin: 10px 0px 10px 0px;
}

#itemimage {
	float: left;
	width: 300px;
	height: 300px;
	text-align: center;
	background: #ffffff;
	margin: 10px 0px;
}

#itemright {
	float: right;
	width: 380px;
}

#carttable {
	width: 700px;
	margin: 10px 0px;
	border: 1px solid #c1c1c1;
	border-bottom: none;
}
#carttable p {
	padding: 8px 6px;
}
#carttable th {
	border-bottom: 1px solid #c1c1c1;
	background: #333333;
	color: #ffffff;
	font-weight: bold;
}
#carttable td {
	border-bottom: 1px solid #c1c1c1;
}
.cartimage {
	width: 50px;
	height: 50px;
	text-align: center;
	background: #ffffff;
	margin: 4px 0px 4px 4px;
}

.even {
	background: #dfdfdf;
}

.qtyinput {
	font-size: 14px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	text-align: center;
	padding: 3px;
	width: 40px;
	margin: 8px 0px 4px 0px;
}

.update_btn {
	display: block;
	height: 20px;
	width: 64px;
	border: none;
	background: url(images/update.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
	margin: 4px 4px 4px 8px;
	float: left;
    font-size: 0px;
	line-height: 0px;
	zoom: 1;
}
.update_btn:hover {
	background: url(images/update.png) bottom;
}

.rem_btn {
	display: block;
	height: 20px;
	width: 64px;
	border: none;
	background: url(images/remove.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
	margin: 0px 4px 8px 8px;
	float: left;
    font-size: 0px;
	line-height: 0px;
	zoom: 1;
}
.rem_btn:hover {
	background: url(images/remove.png) bottom;
}

#discount {
	margin: 10px 0px;
	background: #dfdfdf;
	border: 1px solid #c1c1c1;
	text-align: right;
	padding: 0px 10px;
}
#discount form {
	display: block;
	margin: 10px 0px;
	padding: 0px;
}
#discountinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 120px;
	margin-left: 4px;
}
#discountsubmit {
	display: block;
	height: 20px;
	width: 64px;
	border: none;
	background: url(images/apply.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
	margin: 2px 4px 8px 8px;
    font-size: 0px;
    float: right;
	line-height: 0px;
	zoom: 1;
}
#discountsubmit:hover {
	background: url(images/apply.png) bottom;
}


