@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #adca87;
}
table {

}
td {
	padding: 5px;
	border-collapse: collapse;
}
p {
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 16px;
	margin-right: 10px;
}
b, a, strong {
	color: #4F3924;
}
h1 {
	color: #4F3924;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	color: #4F3924;
	margin-bottom: 5px;
	margin-left: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	font: italic normal 18px Georgia, "Times New Roman", Times, serif;
	color: #4F3924;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-top: 10px;
}
del {
	color: #F55B35;
	font-size: 10px;
}
ul {
	margin-left: 30px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 5px;
	line-height: 16px;
}
#outerWrapper {
	background-image: url(images/backgroundWrapper.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	color: #4f3924;
}




#content {
	background-image: url(images/backgroundContentNew.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 860px;
	position: relative;
	overflow: visible;
}
#logoCandy {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	float: left;
}
#topMenu {
	text-align: right;
	width: 625px;
	font-size: 13px;
	display: block;
	color: #FFF;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 88px;
	right: 40px;
	line-height: 30px;
}
#topMenu a {
	color: #FFF;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
}
#topMenu a:hover {
	color: #F3684B;
}
#footerMenu a, #labLink a {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	color: #4F3924;
}
#footerMenu a:hover {
	color: #F3684B;
	text-decoration: underline;
}
#mainMenu {
	width: 145px;
	clear: left;
	float: left;
	margin-left: 30px;
	display: inline;
}
#mainMenu a {
	color: #4F3924;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503A25;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#mainMenu h1 {
	background-image: url(images/backgroundMenuH1.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 156px;
	margin-left: 20px;
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-indent: 10px;
	margin-bottom: 3px;
}
#mainMenu a:hover {
	color: #F3684B;
}
#mainContent {
	width: 620px;
	clear: right;
	margin-left: 200px;
	padding-top: 160px;
}
#theContent {
	width: 620px;
	margin-left: 200px;
	padding-top: 130px;
	padding-bottom: 20px;
}
#theContent h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #6e4202;
	margin-bottom: 5px;
}
.formInput {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #503A25;
	padding: 4px;
}
.formSelect {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #503A25;
	width: 200px;
}
.switchOff a {
	background-image: url(admin/images/switchOff.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 21px;
	width: 50px;
	display: block;
}
.switchOff a:hover {
	background-image: url(admin/images/switchOff.gif);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	text-indent: -9999px;
	height: 21px;
	width: 50px;
	display: block;
}
.switchOn a {
	background-image: url(admin/images/switchOn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 21px;
	width: 50px;
	display: block;
}
.switchOn a:hover {
	background-image: url(admin/images/switchOn.gif);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	text-indent: -9999px;
	height: 21px;
	width: 50px;
	display: block;
}
#searchBox {
	position: absolute;
	top: 13px;
	right: 30px;
}
#cartOverview {
	text-align: center;
	position: absolute;
	top: 135px;
	right: 40px;
}
#cartOverview a:hover {
	color: #F1634F;
}
#footer {
	background-image: url(images/backgroundFooterNew.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 860px;
	clear: both;
	position: relative;
}
#footerMenu {
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #4F3924;
}
#labLink {
	text-align: left;
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #503A25;
}
#footerBlank {
	background-image: url(images/backgroundFooterBlank.jpg);
	background-repeat: no-repeat;
	height: 146px;
	width: 850px;
	clear: both;
}
.productBox {
	background-image: url(images/backgroundProduct.gif);
	background-repeat: no-repeat;
	float: left;
	height: 162px;
	width: 270px;
	position: relative;
	margin: 0px 5px 10px 15px;
	display: inline;
}
.productImage {
	height: 90px;
	width: 90px;
	border: 2px solid #503A25;
	position: absolute;
	left: 13px;
	top: 13px;
	z-index: 1;
}
.productNew {
	z-index: 2;
	left: -5px;
	top: -2px;
	position: absolute;
}
.productOffer {
	position: absolute;
	z-index: 2;
	top: -2px;
	right: -5px;
}

.productTitle {
	font: 11px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 116px;
	top: 20px;
	width: 120px;
	display: block;
	z-index: 1;
}
.productStock {
	font: 10px Arial, Helvetica, sans-serif;
	color: #6e4202;
	position: absolute;
	left: 12px;
	top: 108px;
}
.productPrice {
	font-weight: bold;
	color: #4f3924;
	position: absolute;
	left: 30px;
	top: 130px;
	font-size: 12px;
}
.productAdd {
	position: absolute;
	left: 165px;
	top: 127px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.productTitle b {
	font-weight: bold;
	font-size: 12px;
}
.pageBox {
	line-height: 16px;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
	border: 1px solid #523C27;
	color: #523C27;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
.pageBox:hover {
	color: #F75F36;
}
.pageBoxOn {
	line-height: 16px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #503A25;
	background-color: #503A25;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.pageNumbers {
	height: 20px;
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-top: 5px;
}
.cellHighlight {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4f3924;
}
.formBoxed {
	float: left;
	border: 1px solid #9F562D;
	width: 600px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.smallText {
	font-size: 9px;
	color: #6e4202;
}
#cartUpdated {
	background-image: url(images/backgroundCartUpdated.gif);
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	width: 568px;
	text-align: center;
	margin-left: 10px;
	font-size: 12px;
}
#cartUpdated p {
	line-height: 47px;
	display: block;
}
.tableBorder {
	border: 1px solid #A45626;
}
#notice {
	background-color: #DEEACE;
	border: 1px solid #483110;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
