* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
html, body {
	width: 100%;
	height: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #4F2807;
	background: #FFF;
}
a, a:visited, a:hover, a:active {
	color: #4F2807;
	text-decoration: none;
	outline: none;
}
body {
	/* background: url(/images/bg.gif) top left repeat; */
}
#main-container {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0 auto;
}
h1 {
	font-size: 24px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

/*=== HEADER ===*/

#header {
	top: 0;
	left: 0;
	position: absolute;
	width: 950px;
	height: 125px;
	background: url(/images/header-bg.gif) top left repeat-x;
}
#logo {
	float: left;
	width: 250px;
}
#top-nav {
	float: right;
	width: 491px;
	height: 66px;
	background: #DDD29A;
}
.top-nav-item {
	float: right;
	width: 154px;
	height: 66px;
	border-left: 3px solid #FFF;
}
#checkout {
	text-align: right;
	height: 51px;
	padding: 15px 20px 0 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
#checkout a:hover {
	color: #773D0D;
}

/*=== MIDDLE CONTAINER ===*/

#content {
	float: left;
	padding-top: 85px;
}

/*=== LEFT NAVIGATION ===*/

#left-bar {
	float: left;
	width: 210px;
	height: auto;
	padding: 50px 20px 20px 20px;
}
#search {
	width: 210px;
	height: 40px;
	border-bottom: 1px solid #F4EAB7;
}
#search .input-text {
	float: left;
	width: 130px;
	color: #DBD097;
	padding: 4px 5px;
	margin-right: 8px;
	border: 1px solid #DBD097;
}
#search .button {
	float: left;
	width: 60px;
	color: #FFF;
	padding: 4px 0;
	background: #4F2807;
	text-align: center;
}
#left-nav {
	float: left;
	width: 210px;
	padding: 8px 0;
	border-bottom: 1px solid #F4EAB7;
}
#left-nav h3 {
	color: #FF3E01;
	margin: 5px 0 5px 0;
}
#left-nav h3 a {
	color: #FF3E01;
}
#left-nav h3.collapse {
	cursor: pointer;
}
#left-nav h3.collapse + ul {
	display: none;
}
#left-nav li a:hover {
	color: #773D0D;
}
#left-nav ul {
	list-style-type: none;
}
#newsletter {
	float: left;
	width: 190px;
	height: auto;
	padding: 10px;
	margin: 2px 0;
	font-size: 11px;
	background: #F4EAB7;
}
#newsletter p {
	margin-top: 5px;
	float: left;
	width: 190px;
}
#newsletter h4 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	color: #E61B5B;
}
#newsletter .ftext {
	float: left;
	padding: 2px;
	height: 16px;
	width: 126px;
	color:#DBD097;
	margin-right: 4px;
	border: 1px solid #DBD097;
}
#newsletter .button {
	float: left;
	height: 22px;
	width: 50px;
	color: #FFF;
	font-size: 11px;
	background: #4F2807;
}
#gift-wrapping {
	float: left;
	width: 135px;
	height: 80px;
	padding: 18px 0 0 75px;
	border-top: 1px solid #F4EAB7;
	background: url(/images/gift-photo.jpg) 0 10px no-repeat;
}
#gift-wrapping h4 {
	font-weight: normal;
	color: #FF3E01;
}
#gift-wrapping p {
	font-size: 11px;
}

#alert {
	float: left;
	width: 190px;
	height: auto;
	padding: 10px;
	margin-top: 5px;
	font-size: 11px;
	background: #ffcc99;
}
#alert p {
	margin-top: 5px;
	float: left;
	width: 190px;
}
#alert h4 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	color: #E61B5B;
}

/*=== GENERAL RIGHT CONTENT ===*/

#right-content {
	float: left;
	width: 690px;
	height: auto;
	padding-left: 10px;
}

/*=== HOME PAGE ===*/

#home-image {
	float: left;	
}
#featured {
	padding-top: 15px;
	float: left;
}
#featured h4 {
	font-size: 14px;
	padding-bottom: 5px;
}
#featured h4 a {
	color: #FF3E01;
}
.featured-item {
	border-top: 1px solid #F4EAB7;
	float: left;
	width: 170px;
	padding: 20px 0px;
	font-size: 11px;
	text-align: center;
}
.featured-item p {
	padding: 1px 10px;
}
.featured-item a:hover {
	color: #773D0D;
}
.featured-item em {
	font-style: normal;
	font-weight: bold;	
}

/*=== DEPARTMENT PAGE ===*/
.catname {
	padding: 28px 0 8px 0;
	width: 680px;
	border-bottom: 1px solid #F4EAB7;
}
.catname h1 {
	font-weight: normal;
}
.navrow {
	display: none;
}
.pagecount {
	float: left;
	height: 14px;
	padding: 5px 0;
}
.pagecount a {
	color: #FF3E01;
}
.last-pagecount {
	text-align: right;
	padding: 5px 0;
	width: 680px;
	margin-bottom: 15px;
	border-top: 1px solid #F4EAB7;
}
.prodtable {
	font-size: 11px;
	width: 680px;
	padding-top: 10px;
	border-top: 1px solid #F4EAB7;
}
.prodtable td {
	padding: 0 10px;
}
.prodtable a:hover {
	color: #773D0D;
}
.smallprice {
	font-style: normal;
	font-weight: bold;
	padding-bottom: 30px;
}
.smallprice span {
	color: #FF3E01;
}

/*=== PRODUCT PAGE ===*/
.prodname {
	color: #FF3E01;
	font-size: 18px;
	font-family: arial, helvetica, verdana, sans-serif;
	padding: 15px 0;
}
.prodnav {
	position: absolute;
	width: 680px;
	left: 260px;
	top: 156px;
}
.prodnav a {
	color: #FF3E01;
}
.prodnav #prev {
	float: left;
}
.prodnav #next {
	float: right;
}
.product {
	width: 680px;
	margin-top: 24px;
	padding-top: 15px;
	border-top: 1px solid #F4EAB7;
}
.detaillink {
	font-size: 11px;
}
.longdesc {
	padding-top: 10px;
}
.specinst {
	padding-top: 10px;
}
.price {
	padding: 10px 0 15px 0;
	font-weight: bold;
}
.price span {
	color: #FF3E01;
}
.prodformtable p {
	margin-top: 8px;
	font-weight: bold;
}
.prodformfield {
	padding: 2px;
	margin-bottom: 5px;
	height: 25px;
	width: 200px;
	color: #4F2807;
	border: 1px solid #DDD29A;
}
#product-quantity {
	margin-top: 8px;
	height: 25px;
	width: 46px;
}
#addtobag {
	padding: 8px 0 15px 0;
}
.crosslink {
	font-size: 11px;
}
.crosslink a {
	color: #FF3E01;
}
.crosslink a:hover {
	color: #773D0D;
}
.alsorec {
	padding: 15px 0;
	width: 680px;
}
.alsorec img {
	padding: 20px;
}
.seealso {
	display: block;
	width: 680px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F4EAB7;
}

/*=== OTHER VIEWS DETAIL ===*/
.popupprodname {
	font-size: 14px;
	padding: 10px;
	width: 580px;
	color: #4F2807;
	background: #F4EAB7; 
}
.altimgs {
	margin-top: 10px;
	padding: 10px;
	background: #F4EAB7;
	height: 500px;
}
.altimgs img {
	border: 1px solid #DDD29A;
}
#details-logo {
	position: absolute;
	top: 40px;
	left: 510px;
}

/*=== SHOPPING BAG ===*/
.shoppingbag {
	width: 680px;
}
.sbhead p {
	font-size: 10px;
	padding: 4px;
	background: #F4EAB7;
}
.sbsubtotal p {
	font-weight: bold;
	font-size: 11px;
	padding: 6px;
	margin-bottom: 8px;
	background: #F4EAB7;
}

/*=== BRANDS ===*/
.brands-col {
	float: left;
	width: 157px;
	padding-right: 20px;
	margin-bottom: 20px;
}
#last {
	padding-right: 0px;
}
.brands-col a {
	padding: 1px 0 1px 5px;
	text-indent: -5px;
	float: left;
	font-size: 11px;
	width: 100px;
}
.brands-col a:hover {
	color: #773D0D;
}
.brands-col h3 {
	margin: 10px 0 5px 0;
	padding: 3px 0;
	font-size: 12px;
	float: left;
	width: 159px;
	border-bottom: 1px solid #F4EAB7;
}



/*=== SEARCH RESULTS ===*/
#results-inside {
	padding: 30px 0 8px 0;
	width: 680px;
	border-bottom: 1px solid #F4EAB7;
}
#results-inside h1 {
	font-weight: normal;
	margin-bottom: 50px;
}
#pagination {
	position: absolute;
	width: 680px;
	left: 260px;
	top: 153px;
	border-top: 1px solid #F4EAB7;
	border-bottom: 1px solid #F4EAB7;
}
#pagination a {
	color: #FF3E01;
}
#pagination #NextT {
	float: right;
	padding: 4px;
}
#pagination .pagecount {
	position: absolute;
left: 90px;
	width: 500px;
	text-align: center;
}
#pagination #PreviousT {
	float: left;
	padding: 4px;
}
.rprice, .rprodname {
	font-weight: bold;	
}
.rprodname {
	display: block;
	padding-top: 10px;	
}
.result-row {
	display: block;
	margin: 10px;
	outline: 1px solid #F4EAB7;
	padding: 5px;
}
.result-row img {
	display: block;
	margin-right: 15px;
}
#results-inside hr {
	display: none;
}

/*=== BIRTHDAY CLUB ===*/
#birthday-club {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #4F2807;
	padding-top: 70px;
	background: url(/images/birthdayclub-header.gif) top left no-repeat #FFF;
}
#birthday-club p {
	padding: 10px;
	text-align: center;
}
#birthday-club strong {
	float: left;
	text-align: right;
	padding: 5px 10px 0 10px;
	width: 60px;
	font-size: 10px;
}
#birthday-club .ftext {
	color: #4F2807;
	width: 240px;
	padding: 2px;
	margin-bottom: 5px;
	height: 20px;
	float: left;
	border: 1px solid #F4EAB7;
}
#birthday-club select {
	float: left;
	padding: 2px;
	margin-right: 10px;
	height: 25px;
	color: #4F2807;
	border: 1px solid #F4EAB7;
}
#birthday-club .button {
	float: left;
	width: 60px;
	color: #FFF;
	padding: 4px;
	margin: 15px;
	background: #E90167;
	text-align: center;
}
#confirm {
	padding-top: 10px;
	width: 380px;
}

#confirm h2 {
	font-size: 14px;
	padding-bottom: 10px;
}
#confirm p {
	padding: 0;
}

/*=== SUBSCRIBE PAGE ===*/

.inside blockquote{
	color: #FF3E01;
	padding-top: 5px; 
}
#subscribe-form {
	margin-top: 25px;
	width: 400px;
	height: 190px;
	background: #F4EAB7;
}
#subscribe-form p {
	padding-top: 25px;
}
#subscribe-form strong {
	float: left;
	text-align: right;
	padding: 5px 10px 0 10px;
	width: 110px;
	font-size: 11px;
}
#subscribe-form .ftext {
	color: #4F2807;
	width: 240px;
	height: 20px;
	float: left;
	border: 1px solid #F4EAB7;
}
#subscribe-form .radio {
	float: left;
	padding: 0 0 0 130px;
}
#subscribe-form em {
	font-style: normal;
}
#subscribe-form .button {
	float: left;
	width: 60px;
	color: #FFF;
	padding: 4px 0;
	margin: 10px 0 0 130px;
	background: #4F2807;
	text-align: center;
}

/*=== SEARCH RESULTS ===*/
#account-content {
	width: 950px;	
}
#pagination {
	height: 22px;
}
.rprice span {
	color: #FF3E01;
}

/*=== POLICY, CONTACT & ABOUT PAGE ===*/

.inside {
	padding: 53px 0 30px 0;
}
.inside h1 {
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #F4EAB7;
}
.inside h2 {
	font-size: 15px;
	padding: 20px 0 3px 0;
	margin-bottom: 3px;
	border-bottom: 1px solid #F4EAB7;
}
.inside p {
	margin-top: 8px;
}
.inside ul {
	padding: 10px 0 0 15px;
}
#map-link {
	font-size: 11px;
	color: #AAA039;
}
#contact-form {
	margin-top: 25px;
	width: 400px;
	height: 365px;
	background: #F4EAB7;
}
#contact-form p {
	padding-top: 25px;
}
#contact-form strong {
	float: left;
	text-align: right;
	padding: 5px 10px 0 10px;
	width: 110px;
	font-size: 11px;
}
#contact-form .ftext {
	color: #4F2807;
	width: 240px;
	height: 20px;
	float: left;
	border: 1px solid #F4EAB7;
}
#contact-form textarea {
	width: 240px;
	height: 220px;
	float: left;
	color: #4F2807;
	border: 1px solid #F4EAB7;
}
#contact-form .button {
	float: left;
	width: 60px;
	color: #FFF;
	padding: 4px 0;
	margin: 10px 0 0 310px;
	background: #4F2807;
	text-align: center;
}

/*=== FOOTER ===*/

#footer {
	float: left;
	width: 910px;
	padding: 15px 20px;
	font-size: 11px;
	background: #F4EAB7;
}
#footer-left {
	float: left;
}
#footer-left p {
	margin-top: 2px;
}
#footer-left a {
	color: #FF3E01;
}
#footer-left a:hover {
	color: #773D0D;
}
#footer-left em {
	font-size: 9px;
	font-style: normal;
	color: #BEB68B;
}
#footer-right {
	float: right;
	width: 150px;
}
#footer-right img {
	float: right;
	margin-left: 5px;
}
#footer-right p {
	float: right;
	margin-top: 18px;
}