#copy {
	width: 700px;
}
#homeSingleLarge p { 
	text-indent: 3%;
	font-size: 1.1em; 
	line-height: 1.4em;
	font-family: verdana;
	padding-right: 30px;
}
.standardFormList ul {
	padding-left: 30px;
}
.standardFormList li {
	padding: 0 0 10px 0;
	background: none;
}

.standardFormList label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	font-family: verdana;
}

.standardFormList input.textBox {
	height: 17px;
	border: 1px solid #ebddb2;
	padding: 3px 0 0 3px;
}

.standardFormList input.filePicker {
	border: 1px solid #ebddb2;
	padding: 3px 0 0 3px;
}

.standardFormList input.checkBox {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

.standardFormList textarea {
	border: 1px solid #ebddb2;
	padding: 3px;
}

#userAgreementBox {
	height: 100px;
	width: 460px;
	overflow: auto;
	padding: 8px;
	background-color: #fff;
	border: 1px solid #ebddb2;
	font-size: .9em;
	margin-bottom: 20px;
  margin-left: 12px;
}

#errorExplanation {
	text-align: left;
	padding-left: 100px;
	width: inherit;
	color: red;
	font-family: verdana;
	padding-bottom: 15px;
}

#errorExplanation p {
	font-size: 1em;
	line-height: 1em;
	text-indent: 0;
}

.fieldWithErrors {
	border: solid 1px;
	border-color: red;
	color: red;
	width: inherit;
}


/*-------------------------------------------		
		GENERIC ELEMENTS
-------------------------------------------*/
body {
	font-size: 11px;
	background-color: #FFFCF3;
	font-family: georgia, serif;
	color: #625631;
}

p {
	line-height: 13px;
}

a,
a:link,
a:visited {
	color: #98895b;
	text-decoration: none;
}

a:hover {
	color: #f57b03;
	text-decoration: underline;
}

a.emLink,
a.emLink:visited {
	border: 1px solid #fd771c;
	padding: 3px 7px;
	margin: 0;
	text-decoration: none;
	color: #f17703;
}

a.emLink:hover{
	color: #f17703;
	background-color: #fbf4db;
	text-decoration: none;
	margin: 0;
}

a.emLink:active{
	background-color: #f17703;
	color: #fff;
	text-decoration: none;
}

input.textBox,
textarea,
select {
	color: #625631;
	font-family: verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #ebddb2;
	background-color: #fffcf3;
}

/*-------------------------------------------		
		STRUCTURE
-------------------------------------------*/
#headerBlock,
#pageBodyBlock,
#footerBlock {
	/*width: 100%;*/
	/*float: left;*/
	text-align: center;
}

#header,
#pageBodyFrame,
#footer {
	/*width: 1000px;*/
	/*margin: 0 auto;*/
}

/*-------------------------------------------		
		HEADER
-------------------------------------------*/
#headerBlock {
	background: url(/images/header/headerBG.gif) repeat-x left top;
}

#header {
	height: 127px;
	text-align: left;
	background: url(/images/header/phone.gif) no-repeat right bottom;
}

#logo {
	float: left;
	margin: 30px 0 0 9px;
}

#header ul {
	float: right;
	width: 500px;
	text-align: right;
	height: 58px;
	color: #98895b;
}

#header li {
	float: right ;
	padding: 13px 5px 10px 7px;
	background: url(/images/header/divider.gif) no-repeat left 14px;
}
	
	#header li.helpChild {
		padding-right: 0;
		clear: both;
	}
	
	#header li.firstChild {
		background: none;
		width: 500px;
		padding: 0;
		margin-top: 15px;
	}
	
	#header li.bagChild { background: none; }

	#header li.bagChild a {
		background: url(/images/header/bag_icon.gif) no-repeat left bottom;
	 /* padding: 13px 5px 10px 11px;*/
	padding: 13px 5px 10px 38px;
	}

#header div {
	float: right;
	width: 200px;
}

#header div label {
	display: block;
	padding: 5px 0;
}

#header div input {
	vertical-align: middle;
	float: right;
}

	#header div input.textBox {
		border: 1px solid #ebddb2;
		width: 160px;
		padding: 3px 0 1px 3px;
		float: left;
	}

/*-------------------------------------------		
		FOOTER
-------------------------------------------*/
#footerBlock {
	height: 100px;
	background: url(/images/footer/footerBG.gif) repeat-x left top;
	text-align: center;
}

#footer {
	color: #76642e;
	font-size: 10px;
	font-family: georgia, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 9px;
}

#footer ul {
	margin-bottom: 12px;
}

#footer li {
	display: inline;
	padding: 0 17px 0 11px;
	background: url(/images/footer/divider.gif) no-repeat right 5px;
}

	#footer li.lastChild {
		padding-right: 11px;
		background: none;
	}
	
	#footer ul#sisterSitesList li {
		padding: 0 14px;
		background: none;
	}

#footer a,
#footer a:link,
#footer a:visited {
	color: #76642e;
	text-decoration: none;
}

#footer a:hover{
	color: #f57603;
	text-decoration: none;
}

#footer p {
	font-size: 8px;
}

/*-------------------------------------------		
		PAGE BODY
-------------------------------------------*/
#pageBody {
	/*text-align: left;*/
	/*width: 1000px;*/
	/*float: left;*/
}

#copyBody {
	width: 800px;
  float: left;
	background: url(/images/pageBody/gradientLargeBody.gif) repeat-y 46px top;
	margin: 0;
}

	#copyBody.homePage {
		margin-top: 18px; /*Because there is no breadcrumb present on the home page*/
	}

#copyBodyLeftMargin {
	width: 754px;
	float: right;
	background: url(/images/pageBody/gradientLargeTop.gif) no-repeat left top;
	padding-top: 15px;
}

#copyBodyRightMargin {
	width: 710px;
	float: left;
	background: url(/images/pageBody/gradientLargeBottom.gif) no-repeat left bottom;
	padding-bottom: 5px;
}

#copy {
	padding: 0 15px 0 5px;
	float: left;
	/*Next 3 lines used to accomodate min-height in all browsers*/
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

	#copy.standardPage {
		padding: 0 15px 5px 15px;
	}

/*-------------------------------------------		
		SIDE BAR
-------------------------------------------*/
#sideBar {
	width: 200px;
	float: left;
	padding: 22px 0 50px 0;
	font-weight: normal;
	font-family: georgia, serif;
}

#sideBar ul li {
	padding: 0 0 37px 0;
	width: 200px;
	float: left;
}

#sideBar ul li h4 {
	border-top: 1px solid #ebddb2;
	border-bottom: 1px solid #ebddb2;
	padding: 5px;
	background-color: #faf6e5;
	color: #6c9241;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#sideBar ul li ul li {
	padding: 0;
	font-weight: bold;
	letter-spacing: 1px;
}

#sideBar ul li ul li ul {
	padding-left: 12px;
}

#sideBar ul li ul li ul li {
	padding: 0;
	width: 188px;
	font-weight: normal;
	letter-spacing: 0;
}


#sideBar ul li ul li a,
#sideBar ul li ul li a:visited {
	display: block;
	padding: 4px;
	text-decoration: none;
}

#sideBar ul li ul li a:hover {
	background-color: #fbf7e6;
}

#sideBar ul li ul li ul li ul li {
	padding: 0;
	width: 176px;
	font-weight: normal;
	letter-spacing: 0;
}


#sideBar ul li ul li ul li a,
#sideBar ul li ul li ul li a:visited {
	display: block;
	padding: 4px;
	text-decoration: none;
}

#sideBar ul li ul li a:hover {
	background-color: #fbf7e6;
}


#sideBar .active a,
#sideBar .active a:visited,
#sideBar .active a:hover {
	color: #625631;
	background-color: #fbf7e6;
	font-weight: bold;
}

#sideBar .active ul li a,
#sideBar .active ul li a:visited,
#sideBar .active ul li a:hover {
	padding: 4px;
	text-decoration: none;
	background: transparent;
	font-weight: normal;
}


#sideBar #emailSignUp {
	color: #ad9e73;
	padding: 0 0 20px 5px;
}

#sideBar #emailSignUp label {
	display: block;
	padding-bottom: 4px;
}

#sideBar #emailSignUp input {
	float: right;
}

	#sideBar #emailSignUp input.textBox {
		float: left;
		width: 120px;
		border: 1px solid #ebddb2;
		padding: 3px 0 1px 3px;
	}


	/*#sidebar .active {
	font-size: 1.1em;
	font-weight: bold;
	}
*/



#social {
	margin: 25px 0 0 0;
}

#social li a {
	padding: 0 0 0 32px;
	display: block;
	text-decoration: none;
}

#fb {
	background: url(/images/fbicon.png) no-repeat left top;
}

#tw {
	background: url(/images/twicon.gif) no-repeat left top;
}



/*-------------------------------------------		
		HOME PAGE
-------------------------------------------*/


.homeSingleLarge,
.homeDoubleLeft,
.homeDoubleRight,
.homeSingleLeft,
.homeSingleMiddle,
.homeSingleRight {
	border-left: 10px solid #fff;
	margin-bottom: 20px;
}

.homeSingleLarge {
	width: 680px;
	float: left;
}

.homeDoubleLeft {
	width: 450px;
	float: left;
}

.homeDoubleRight {
	width: 450px;
	float: right;
}

.homeSingleLeft {
	width: 220px;
	float: left;
}

.homeSingleMiddle {
	width: 220px;
	float: left;
}

.homeSingleRight {
	width: 220px;
	float: right;
}

.homeSingleLarge p,
.homeDoubleLeft p,
.homeDoubleRight p,
.homeSingleLeft p,
.homeSingleMiddle p,
.homeSingleRight p {
	margin: 0 10px 10px 10px;
}

/*-------------------------------------------		
		GENERIC COPY PAGE & COPY WITHIN PRODUCT PAGE
-------------------------------------------*/
#copy p,
#copy blockquote {
	margin: 0 0 16px 0;
}

#copy.standardPage p,
#copy.standardPage blockquote {
	line-height: 22px;
}

#copy blockquote {
	background-color: #fbf7e6;
	margin: 0 20px 16px 20px;
	padding: 5px;
}

#copy.standardPage ul,
.productPage #copy ul,
#copy.standardPage ol,
.productPage #copy ol {
	margin: 0 0 16px 16px;
}

#copy.standardPage ul li,
.productPage #copy ul li,
#copy.standardPage ol li,
.productPage #copy ol li {
	margin-bottom: 8px;
}

#copy.standardPage ul,
.productPage #copy ul {
	list-style-type: disc;
}

#copy.standardPage ol,
.productPage #copy ol {
	list-style-type: decimal;
}

#copy a {
	text-decoration: none;
}

#copy a:hover {
	text-decoration: underline;
}

#copy.standardPage h2 {
	font-size: 12px;
	margin-bottom: 13px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #6c9241;
}

#copy.standardPage h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #6c9241;
}

#copy.standardPage h4 {
	font-weight: bold;
}

/*-------------------------------------------		
		CATEGORY & SUB-CATEGORY
-------------------------------------------*/
#breadCrumb {
	width: 800px;
	height: 18px;
	float: right;
	margin: 0;
	font-style: italic;
	background-color: #fefbf0;
}

#breadCrumb p {
	margin: 0 0 0 51px;
}

#copy h1 {
	color: #6c9241;
	font: italic	normal 24px georgia, serif;
	text-align: center;
	margin-bottom: 6px;
}

#copy h2 {
	text-align: left;
	margin-bottom: 6px;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0 60px;
}

.itemlisting {
	float: left;
	width: 220px;
	height: 252px;
	border-left: 10px solid #fff;
}

.itemlisting img {
	margin: 17px 0 10px 22px;
}

.itemlisting p {
	text-align: center;
	margin: 0 17px 0 0;
}

/*-------------------------------------------		
		PRODUCT
-------------------------------------------*/
#pageBody.productPage {
	background: url(/images/product/bodyGradientMiddle.gif) repeat-y right top;
}

.productPage #copyBody{
	background: url(/images/product/bodyGradientTop.gif) no-repeat right top;
	margin: 0 0 33px 0;
}

.productPage #copyBodyLeftMargin {
	width: 754px;
	float: right;
	background: none;
	padding-top: 0;
}

.productPage #copy {
	padding: 0;
	width: 754px;
	float: left;
}

.productPage #copy h2 {
  color:#98895B;
  font-size:12px;
  font-weight:normal;
  margin-bottom:13px;
  text-align:center;
  /*text-transform:uppercase;*/
}

.productPage #copy h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.productPage #copy h4 {
	color: #6c9241;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.productPage #copy p {
	line-height: 13px;
	margin-bottom: 13px;
}

.productPage #copy img.alignLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.productPage #copy img.alignRight {
	float: right;
	margin: 0 0 10px 10px;
}

#productBody {
	width: 523px;
	float: left;
	padding-top: 20px;
}

#rightProductFunctions {
	width: 200px;
	float: right;
	padding-bottom: 25px;
	padding-top: 24px;
}


#productBody, #rightProductFunctions p {
	font-family: verdana, sans-serif;
}

#rightProductFunctions p.relitem {
	margin-top: 3em;
}

#emailToFriend {
	background: url(/images/product/emailIcon.gif) no-repeat 12px top;
	float: left;
	width: 523px;
	padding-bottom: 25px;
	margin: 10px 0 0 0;
}

#emailToFriend a,
#emailToFriend a:visited {
	margin: 19px 24px;
	font-style: italic;
	float: left;
	color: #625631;
}

#emailToFriend a:hover {
	color: #f57b03;
}

.alsoLikeItem {
	width: 130px;
	float: left;
	padding: 5px;
	margin: 0 3px 0 3px;
}

.alsoLikeItem img {
	display: block;
	/*margin: 5px	28px 5px 27px;*/
	margin: 0 5px 0 -4px;
}

.alsoLikeItem p {
	display: block;
	margin: 0 5px;
}


#rightProductFunctions label,
#rightProductFunctions select {
	display: block;
}

#rightProductFunctions label {
	margin-bottom: 5px;
	font-weight: bold;
}

#rightProductFunctions label span {
	font-weight: normal;
}

#rightProductFunctions select {
	margin-bottom: 10px;
	border: 1px solid #ebddb2;
	padding: 2px 0;
	color: #625631;
	width: 150px;
	font-size: 11px;
}

#rightProductFunctions label input.textBox {
	width: 25px;
	display: inline;
	text-align: right;
	margin-bottom: 5px;
	font-size: 11px;
}

#rightProductFunctions a,
#rightProductFunctions a:link,
#rightProductFunctions a:visited,
#rightProductFunctions a:hover {
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	text-decoration: none;
}

#rightProductFunctions a.emLink, 
#rightProductFunctions a.emLink:link,
#rightProductFunctions a.emLink:visited,
#rightProductFunctions a.emLink:hover {
	margin: 0;
}


.sale {
	color: red;
}


#sizechart a {
	font-weight: bold;
	font-size: 1.1em;
	padding: .2em;
}


/*-------------------------------------------		
		MY ACCOUNT
-------------------------------------------*/
#accountleftPane {
	width: 335px;
	float: left;
	margin-top: 20px;
}

#accountleftPane p {
	margin: 0 0 20px 50px;
}

#accountRightPane {
	width: 339px;
	float: right;
	border-left: 1px solid #98895b;
	margin: 20px 0 44px 0;
	padding: 15px 0 25px 0;
}

#accountRightPane li {
	padding-bottom: 15px;
	margin: 0 55px;
}

/*-------------------------------------------		
		ADDRESS BOOK
-------------------------------------------*/
.addressBookListingItem {
	float: left;
	width: 220px;
	height: 170px;
	border-left: 10px solid #fff;
}

.addressBookListingItem div {
	position: relative;
	top: 135px;
}

.addressBookListingItem a,
.addressBookListingItem a:visited {
	text-decoration: underline;
}
/*-------------------------------------------		
		ORDER HISTORY
-------------------------------------------*/
#orderHistoryTable {
	width: auto;
	margin: 25px 0;
	margin-left: 10px;
}

#orderHistoryTable th {
	width: 134px;
}

#orderHistoryTable th.spacer {
	width: 10px;
}

/*-------------------------------------------		
		ORDER HISTORY DETAILS
-------------------------------------------*/
#historyDetailsOrderNumber {
	margin-left: 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

#historyDetailsOrderNumber em {
	font-weight: normal;
	font-style: italic;
}

#historyDetailsTable,
#historyDetailsPaymentTable {
	width: auto;
	margin: 25px 0 0 0;
	margin-left: 10px;
	border-bottom: 0;
}

.historyDetailsAddress {width: 200px;}
.historyDetailsDescription {width: 170px;}
.historyDetailsStatus, .historyDetailsPrice, .historyDetailsQty, .historyDetailsTotal {width: 75px;}
.historyDetailsPaymentInfo {width: 470px;}

/*-------------------------------------------		
		LOGIN
-------------------------------------------*/
#loginleftPane {
	width: 335px;
	float: left;
	margin-top: 20px;
}

#loginleftPane ul,
#loginleftPane p {
	margin: 0 0 20px 50px;
}

#loginleftPane ul li {
	margin: 0 0 12px 0;
}

#loginleftPane ul li label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

#loginleftPane ul li input.textBox {
	width: 254px;
}

#loginleftPane a,
#loginleftPane a:visited {
	margin: 5px 30px 0 0;
	float: right;
	text-decoration: underline;
}

#loginleftPane ul li.submit input {
	float: right;
	clear: both;
	margin: 25px 30px 0 0;
}

#loginRightPane {
	width: 339px;
	float: right;
	border-left: 1px solid #98895b;
	margin: 20px 0 44px 0;
}

#loginRightPane p {
	margin: 0 45px 134px 45px;
}

#loginRightPane input {
	margin-right: 45px;
	float: right;
}

/*-------------------------------------------		
		COMMON CHECKOUT STYLES
-------------------------------------------*/
#pageBody.checkoutPage {
	background: none;
	width: 1000px;
	padding-bottom: 33px;
}





#checkoutBreadCrumb {
	width: 1000px;
	padding: 10px 0 10px 0;
	text-align: center;
}

#pageBody.checkoutPage #breadCrumb p {
	margin-left: 0;
}

#pageBody.checkoutPage h1 {
	color: #6c9241;
	font: italic	normal 24px georgia, serif;
	text-align: left;
	margin-bottom: 6px;
}

#pageBody.checkoutPage h2 {
	color: #6c9241;
	font: italic	normal 18px georgia, serif;
	margin-bottom: 6px;
}

.checkoutPage a,
.checkoutPage a:visited,
.checkoutPage a:hover {
	color: #f57b03;
}

.checkoutTable {
	border-bottom: 1px solid #b0a992;
	width: 1000px;
	margin-bottom: 8px;
	line-height: 13px;
}

.checkoutTable th {
	border-top: 1px solid #ebddb2;
	border-bottom: 1px solid #ebddb2;
	padding: 5px 0;
	background-color: #fbf7e6;
	color: #625631;
	font-size: 14px;
	font-weight: normal;
}

.checkoutTable tr th.spacer,
.checkoutTable tr td.spacer {
	padding: 0;
	width: 10px;
}

.checkoutTable tr td {
	padding: 8px 0 8px 4px;
	vertical-align: top;
}

.checkoutTable tr.alt td {
	background-color: #fbf7e6;
}

.checkoutTable .shipToDivider{
	width: 1000px;
	height: 1px;
	background-color: #ebddb2;
	padding: 0;
}

.checkoutTable tr.totals td {
	border-top: 1px solid #b0a992;
}

.checkoutTable tr td p {
	margin: 0 0 12px 0;
}

.checkoutPreviousButton {
	float: left;
	margin-bottom: 20px;
}

.checkoutContinueButton {
	float: right;
	margin-bottom: 20px;
}

/*-------------------------------------------		
		SHOPPING CART
-------------------------------------------*/
#myBagTable.checkoutTable {
	width: 680px;
	margin-top: 25px;
	margin-left: 10px;
}

.cartThumbHeader {width: 110px;}
.cartDescriptionHeader {width: 330px;}
.cartShipToHeader {width: 180px;}
.cartPriceHeader {width: 80px;}
.cartQuantityHeader {width: 80px;}
.cartTotalHeader {width: 80px;}

.cartThumb img {
	margin-left: 30px ;
}

.cartShipTo {
	
}

.cartShipTo select {
	display: block;
	width: 145px;
	margin-bottom: 10px;
}

.cartShipTo label {
	display: block;
	margin-bottom: 5px;
}

.cartShipTo input {
	display: block;
	width: 145px;
}

.cartQuantity {
	
}

.cartQuantity input {
	width: 30px;
	text-align: right;
	float: left;
	margin-bottom: 8px;
}

.cartQuantity a {
	float: left;
	clear: both;
}

.cartTotal {
	
}

#cartCheckoutButton {
	float: right;
	margin-right: 10px;
}

#cartAlsoLikeBlock {
	width: 700px;
	float: left;
}

#cartAlsoLikeBlock h4 {
	color: #6c9241;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	margin: 28px 0 5px 20px;
}

#cartAlsoLikeBlock .alsoLikeItem {
	width: 140px;
	margin-bottom: 20px;
}

#cartAlsoLikeBlock .alsoLikeItem img {
	margin: 5px	28px 5px 37px;
}

#cartAlsoLikeBlock .alsoLikeItem p {
	margin: 0 10px 0 20px;
}

/*-------------------------------------------		
		BILLING AND SHIIPPING INFO PAGES
-------------------------------------------*/
.formInstruction {
	font-size: 14px;
	margin: 10px 0 5px 15px;
}

.standardInfoForm {
	padding: 15px 0 15px 27px;
	border-bottom: 1px solid #b0a992;
	margin-bottom: 10px;
	float: left;
}

.standardInfoForm li {
	margin-bottom: 5px;
	width: 973px;
	float: left;
}

.standardInfoForm li label {
	width: 144px;
	float: left;
}

.standardInfoForm li input,
.standardInfoForm li select {
	float: left;
	color: #625631;
	font-family: verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #ebddb2;
	background-color: #fffcf3;
	width: 150px;
}

.standardInfoForm li .radio, .radio {
	width: 20px;
	float: left;
	border: 0;
}


.standardInfoForm li p {
	margin: 0 450px 0 144px;
}

.checkoutPreviousButton {
	float: left;
}
/*-------------------------------------------		
		SHIPPING OPTIONS
-------------------------------------------*/
.shippingOptionsGiftOptions div {
	padding-bottom: 5px;
}

.shippingOptionsGiftOptions input {
	border-color: #ebddb2;
}

.shippingOptionsGiftOptions input.textBox {
	margin-top: 4px;
	width: 150px;
}

.shippingOptionsShippingMethod td {
	border-top: 1px solid #ebddb2;
}

.shippingOptionsShippingMethod label {
	font-weight: bold;
}

.shippingOptionsShippingMethod select {
	margin-left: 10px;
}

/*-------------------------------------------		
		ORDER REVIEW & PAYMENT
-------------------------------------------*/
#orderReviewBillingAddress {
	width: 490px;
}

#paymentInfoCell {
	padding-bottom: 15px;
}

#paymentInfoCell ul {
	margin-bottom: 14px;
}

#paymentInfoCell ul li {
	padding-bottom: 9px;
}

#paymentInfoCell label {
	width: 110px;
	float: left;
}

#paymentInfoCell input.textBox,
#paymentInfoCell select {
	border: 1px solid #ebddb2;
	background-color: #fffcf3;
	margin-right: 5px;
	width: 160px;
}

#paymentInfoCell input.textBox.short,
#paymentInfoCell select.short {
	width: 75px;
}

#paymentInfoCell h3 {
	margin-bottom: 5px;
}

#orderReviewShipTo {width: 240px;}
#orderReviewDescription {width: 250px;}
#orderReviewGiftOptions {width: 200px;}
#orderReviewPrice {width: 100px;}
#orderReviewQty {width: 100px;}
#orderReviewTotal {width: 100px;}

/*-------------------------------------------		
		ERROR MESSAGES
-------------------------------------------*/
#notif {
	border: solid 1px #cccc55;
	background-color: #cccc99;
	color: #666633;
	padding: 4px 10px 4px 10px;
	margin: 0 0 10px 0;
	list-style: none;
	width: 180px;
	float: right;
}


.errorMessages {
	border: solid 1px #cc0000;
	background-color: #eeaaaa;
	color: #cc0000;
	padding: 10px 10px 2px 10px;
	margin: 0 0 10px 0;
	list-style: none;
	width: 280px;
	float: right;
}

.errorMessages li {
	padding-bottom: 8px;
}

.productPage #copy .errorMessages {
	width: 180px;
	list-style: none;
}

.productPage #copy .errorMessages li {
	padding-bottom: 8px;
	margin: 0;
}

input.error,
select.error,
textarea.error,
.standardInfoForm li input.error,
.standardInfoForm li select.error,
#paymentInfoCell input.error,
#paymentInfoCell select.error,
#rightProductFunctions input.error,
#rightProductFunctions select.error {
	border-color: #cc0000;
}

/*-------------------------------------------		
		Contact 
-------------------------------------------*/

#contactform {
	padding:10px;
	color:#333333;
	margin-bottom:20px;
	width: 450px;
}

#contactform p {
	padding-bottom:14px;
}

#contactform label{
	display:block;
	margin-bottom:10px;
}

#contactform label span {
	display:block;
	float:left;
	padding-right:6px;
	width:140px;
	text-align:right;
	font-weight:bold;
}

#contactform .spacer{
	margin-left:80px; 
	margin-bottom:10px;
}

#contactform .required {
	background: url(/images/required.gif) no-repeat right 3px;
}


/*-------------------------------------------		
		Sitemap 
-------------------------------------------*/

#sitemap li {
	list-style: square;
}

#sitemap li ul {
	padding: 5px 0 0 0;
}

#sitemap li ul li {
	list-style: none;
}





#accountopt {
	padding: 2em;
}
#accountopt li {
	list-style: none;
}



/************** CUSTOM ELEMENTS *************/

#homefeaturedcat {
	margin: 1em 0 0 0;
	clear: both;
}

#homefeaturedcat p {
	text-align: left;
	font-family: Georgia, serif;
	color: #6c9241;
	font-weight: bold;
	font-size: 1.1em;
	padding: 1em 0 0 24px;
}

.homeitem {
	float: left;
	width: 162px;
	height: 156px;
	padding: 2px;
	text-align: center;
	margin: 2px 5px 0 0;
}

.homeitem a {
	display: block;
}

#headerqty {
	font-weight: bold;
}

#addtocart p {
	font-size: 1.15em;
}


#fbshare {
	float: right;
}

.fb_share_link { 
	padding:2px 0 0 20px;
	height:16px;
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?7:26981) no-repeat top left; 
}


/* LAST CHANCE */
#lastchance1{
	padding: 15px;
	width: 100%;
	height: 570px;
}

#lastchance2{
	padding-top: 25px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}

#lastchance2 input {
	vertical-align: middle;
}

#goodbuy, #goinggoing, #justreduced, #forthehome, #mens, #womens{
	float: left;
	text-align: center; 
	height: 268px;
	width: 198px;
	margin: 10px;
}

#goodbuy {
	background:url(/images/last-chance/goodbuybackground.gif) no-repeat top left; 
}

#lastchancelinks {
	text-align: center; 
	margin: 10px;
}

#goodbuy h2, #goinggoing h2, #lastchancelinks h2, #justreduced h2, #forthehome h2, #mens h2, #womens h2 {
	font-size: 16px;
	text-align: center;
	padding-bottom: 12px; 
	text-transform: uppercase;
	color: #7C7248;
	font-weight: normal;
}

#goodbuy h2{
	font-size: 18px;
}

#goodbuy p, #justreduced p, #goinggoing p, #mens p, #womens p  { 
	text-align: center;
	font-weight: normal;
}

#goodbuy h3, #goinggoing h3, #lastchancelinks h3, #justreduced h3, #forthehome h3, #mens h3, #womens h3  {
	text-align: center; 
	padding-top: 12px;
	text-transform: uppercase;
	font-size: 12px;
    color: #B7AF91;	
	font-weight: normal;	
}

#lastchancelinks h3 {
	display: inline;
}

#lastchancelinks h2{
	display: inline;
	padding-right: 20px;
}

#goodbuy h3{
	font-size: 14px;
}

#goodbuy p a , #goinggoing p a , #justreduced p a, #mens p a, #womens p a {
	padding-bottom: 15px;
}


#lastchancelinks ul {
	padding-bottom: 13px;
	float: right;
}

#lastchancelinks ul li {
	text-align: center; 
	float: left;
	line-height: 1.2em;
}

#lastchancelinks ul li a {
	font-weight: normal;
}

#lastchancelinks a:link {
	color: #BBA36F;
}

#lastchancelinks a:hover {
	text-decoration: underline;
    color: #F57B03;
}

.lastchance p a img, .lastchance p a:hover img { 
	text-decoration: none; 
}



/* CATALOG */

#btc {
	padding: 0 0 10px 10px;
}

#btc .cover {
	float: left;
	width: 210px;
	padding: 5px;
	height: 300px;
	padding: 5px 0 0 0;
	text-align: center;
}

#btc .cover a {
	display: block;
	padding: 5px 0 0 0;
}

/* CATALOG REQUEST */
#copy .row {clear: both; padding: 3px 10px 3px 0;}
#copy .row label {float: left; width: 90px; padding-top: 4px;}
#copy .row span {float: left; width: 350px;}
#copy p.required {font-size: 10px; margin: 0 0 5px 0;}
#copy p.catreqtext {margin: 0 0 3px 0;}

/* Contest / Sweeps */
div#sweeps_header {
  background-color: #FFFCF3;
  padding: 0 0 0px 100px;
  margin: 0 0 10px 0;
}

div#contest_entry_header {
  background-color: #FFFCF3;
  padding: 0 0 0px 50px;
}

div#contest_entry {
  background-color: #FFFCF3;
}

div#contest_entry_enter {
  background-color: #FFFCF3;
  padding: 0 0 0px 150px;
}

div#contest_suggested_itenerary {
  padding: 0 0 0px 35px;
}

div #contest_verbiage p {
  font-size: 13px;
  line-height: 16px;
  padding: 10px 0 0 10px;
}

div #contest_signature {
  padding: 0 0 0 100px;
}

div #contest_signature p {
  padding: 0 0 0 50px;
}

div #contest_verbiage_succcess {
  font-size: 22px;
  line-height: 26px;
  padding: 40px 0 0 0;
}

div #contest_verbiage_succcess p.large {
  padding: 0 0 20px 20px;
}

div #contest_verbiage_succcess p.green {
  color: #6c9241;
}

div #contest_verbiage_succcess p.brown {
  color: #9e8f63;
}

div #contest_verbiage_succcess p.small {
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 20px 20px;
}

div #contest_verbiage_succcess form {
  padding: 0 0 20px 20px;
}

div #contest_verbiage_succcess label {
  font-size: 14px;
  line-height: 14px;
}

div #contest_verbiage_succcess input {
  font-size: 20px;
  line-height: 14px;
}

div #contest_verbiage_succcess input#share_submit_button {
  padding: 20px 0 0 130px;
}

div#contest_error {
  text-align: left;
  padding-left: 100px;
  color: red;
  font-family: verdana;
  padding-bottom: 15px;
  font-size: 1em;
  line-height: 1em;
  text-indent: 0;
}
