html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
h1,h2, h3 {
	margin: 0;
	padding-top: 5px;
}
body {
	background-color: #DFDFDF;
	background-color: #FFF;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
h2 {
	font-size: 1.66667em;
}
h3 {
	font-size: 1.16667em;
}
div.frame {
	position: relative;
	background-color: #FFF;
	margin: 0 auto;
	z-index: 0;
	height: 1%;
}
div.borderT{
	background: url(../img/check-t.png) 0 0 repeat-x;
	height: 100%;
}
div.borderB {
	background: url(../img/check-b.png) 0 100% repeat-x;
	height: 100%;
}
div.borderL{
	background: url(../img/check-l.png) 0 0 repeat-y;
	height: 100%;
}
div.borderR {
	background: url(../img/check-r.png) 100% 0 repeat-y;
	height: 100%;
}
#body {
	padding: 22px;
	height: 100%;
}
div.curtainL {
	background: url(../img/curtain-l.jpg) 0 0 no-repeat;
	height: 100%;
}
div.curtainR {
	background: url(../img/curtain-r.jpg) 100% 0 no-repeat;
	height: 100%;
}


img.square {
	position: absolute;
	z-index: 1;
	background: url(../img/check-corner.png) no-repeat;
	width: 22px;
	height: 22px;
}
img.TL {
	top: 0;
	left: 0;
	background-position: -2px -2px;
}
img.TR {
	top: 0;
	right: 0;
	background-position: 0 -2px;
}
img.BL {
	bottom: 0;
	left: 0;
	background-position: -2px 0;
}
img.BR {
	bottom: 0;
	right: 0;
	background-position: 0 0;
}
#content {
	text-align: center;
	padding-top: 20px;
}
#header {
	height: 280px;
	margin-bottom: 25px;
	padding-top: 50px;
}
#logo {
	background: url(../img/lick-a-dee-splitz.jpg) 0 0 no-repeat;
	height: 1px;
	padding-top: 135px;
	overflow: hidden;
	width: 356px;
	margin: 40px auto 35px;
}
ul.nav {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}
ul.nav li {
	display: inline;
	margin: 0 5px;
}
ul.nav li a {
	color: #cc0001;
	font-weight: bold;
	font-size: 1.16667em;
}
ul.nav li a:hover {
	color: #404040;
}
#footer {
	width: 650px;
	margin: 50px auto 0;
	padding-bottom: 80px;
	font-size: 0.9166667em;
	color: #404040;
	clear: both;
}
#footer a {
	color: #404040;
	text-decoration: none;
}
#footer ul a {
	color: #cc0001;
	text-decoration: underline;
}
#footer a:hover {
	color: #cc0001;
	text-decoration: underline;
}
address {
	display: inline;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	font-weight: bold;
	margin-right: 10px;
}
ul.featured {
	list-style-type: none;
	margin: 25px auto;
	padding: 0;
	text-align: center;
	width: 810px;
	height: 245px;
}
ul.featured li {
	float: left;
	width: 270px;
}
ul.featured h4 {
	font-size: 1.33333em;
	margin: 0;
	padding: 0 0 5px;
}
ul.featured h4 a {
	text-decoration: none;
	color: #cc0001;
}
ul.featured h4 a:hover {
	text-decoration: underline;
}
div.photo {
	background: url(../img/photo-frame.png) no-repeat;
	width: 264px;
	height: 190px;
	float: left;
}
div.photo div {
	text-align: left;
}
div.photo img {
	margin: 8px 0 0 9px;
	border: 0;
	width: 244px;
	height: 171px;
	background-color: #AFAFAF;
}

table.store-hours {
	margin: 0 auto;
}
table.store-hours td.day {
	font-weight: bold;
}
table.store-hours td {
	text-align: left;
}

ul.products {
	width: 650px;
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
}
ul.products div.photo {
	margin-right: 15px;
}
ul.products li {
	text-align: left;
	height: 205px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 10px;
}
ul.products h1 {
	font-size: 14px;
}
div.addToCart {
	float: right;
}

#CategoryContent span.Rating,
#CategoryContent div.ProductActionAdd  {
	display: none;
}
#CategoryContent div.ProductImage img {
	border: 1px solid #656565;
}
div.BlockContent {
	width: 650px;
	margin: 0 auto;
}
div.LDProductPanel {
	width: 400px;
	margin: 0 auto;
}
#ProductDetails div.ProductThumb {
	float: none;
	margin: 10px auto;
}
#ProductDetails div.ProductThumb img {
	border: 1px solid #656565;
}
hr {
	background-color: #656565;
	height: 1px;
	color: #656565;
}
dl.ProductDetailsGrid dt {
	font-weight: bold;
}
#LoginForm div.BlockContent,
#welcomePage div.BlockContent {
	width: auto;
}
#Container {
	width: auto;
}
div.Content {
	float: none;
	margin: 0 auto;
}
#ProductDescription {
	width: 480px;
	margin: 0 auto;
	text-align: left;
}
.ProductList .ProductImage {
	margin: 0 auto 5px;
	height: auto;
	width: 122px;
}
ul.ProductList {
	width: 505px;
	margin: 0 auto;
}
.ProductList li {
	float: left;
	margin: 5px;
	width: 155px;
	height: 175px;
}
.PrimaryProductDetails dl {
	text-align: left;
}
#checkoutPath {
	width: 715px;
}
div.ProductCompareButton {
	display: none;
}
#ContentBody,
div.ContentBody {
	margin: 0 auto;
	width: 650px;
	text-align: left;
}

#LayoutColumn3,
div.Breadcrumb {
	display: none;
}
#bidonk a img {
	border: 2px solid #CC0000;
}
#bidonk a:hover img {
	border-color: #5555CC;
}
}