/**
 * Main CSS Stylesheet
 *
 * @package chalkfarm
 * @copyright Copyright 2009 JJ Schiffer
 * @version 1.0
 */

 
body {
	margin: 0;
	padding: 0;
	font-family : Georgia, Arial;
	font-size: 12px;
	text-align:center;
	background-image: url('/images/bg.gif');
	}
	
body#popupImage, body#popupAdditionalImage{
	margin: 0;
	padding: 0;
	font-family : Georgia, Arial;
	font-size: 12px;
	text-align:center;
	background: #d4cbc3;
	}
	
body#popupShippingEstimator, body#popupSearchHelp, body#popupCVVHelp, 
body#popupCouponHelp, body#popupAtrribsQuantityPricesHelp{
	margin: 0;
	padding: 0;
	font-family : Georgia, Arial;
	font-size: 12px;
	background: #ffffff;
	text-align: left;
	}

img {
	border: 0;
	}
	
a { 
	color: #6f6758;
	text-decoration: none;
	}
	

/* JENN BUILDS THE PAGE */

#container {
  margin: 0 auto;
  width:1024px;
  }

#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	left:-5px;
	}
	
#sidebar_left {
	padding:0;
	width: 190px;
	height: 700px;
	text-align:left;
	float:left;
	position:relative; 
	top:-150px; 
	border: solid 0px #000;
	}
	
#sidebar_right { 
	padding: 0;
	width: 190px;
	text-align: left;
	float: right;
	position:relative;
	top:-34px;
	border: solid 0px #000;
	}
	
#content {
	background-color: #ffffff;
	padding: 10px 0 5px 0;
	width: 634px;
	float:left;
	}
		
#page { 
	background-color: #ffffff;
	margin: 0px;
	text-align: left;
	padding-left: 34px;
	min-height: 775px;
	width: 566px;
	}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 634px;
	clear: both;
	color: #ffffff;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 11px;
	position: relative;
	}


/* LEFT SIDEBAR STUFF */


#newsletter {
	width: 183px;
	position: relative;
	float: left;
	}
	
#newsletter_banner {
	width: 183px;
	padding: 0 0 10px 0;
	}
	
#enter_email {
	}
	
#submit_email {
	float:left;
	margin: 0;
	width: 38px;
	}
	
.newsletter_box {
	border: 2px solid #C0F3F2;
	width: 132px;
	height: 19px;
	font-family: Georgia, Garamond, Times, serif;
	color: #999999;
	font-style: italic;
	position: relative;
	float: left;
	left:5px;
	}

#sidebar_contact img{
	padding: 25px 0 0 0;
	}



/* RIGHT SIDEBAR STUFF */



/* FOOTER STUFF */

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

/* store tables with dotted line rule */

.ruledTable {
	width: 560px;
	}
	
.tableHeader {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	float: left;
	padding: 3px 0;
	}
	
.tableCell {
	vertical-align: middle;
	font-size: 13px;
	font-weight: none;
	color: #000000;
	background-color: #ffffff;
	float: left;
	padding: 3px 0;
	}
	
/*product listing  */

#productListingHeading {
	width: 634px;
	margin-top: 20px;
	}
	
#productListHeading_title {
	font-family: Georgia, Garamond, serif;
	font-size: 27px;
	color: #6f675f;
	font-style: italic;
	width: 330px;
	line-height: .25em;
	text-transform: capitalize;
	}

#productListHeading_border img{
	margin: 3px 0;
	position: relative;
	left: -34px;
	}

.top_cart {
	vertical-align: bottom;
	}
	
.top_cart_links {
	font-family: Georgia, Garamond, serif;
	font-size: 12px;
	color: #6f675f;
	float: right;
	vertical-align: baseline;
	}
	
.top_cart_links a{
	text-decoration: none;
	color: #6f675f;	
	}	
	
.itemTitle a {
    border-top:0px;
	font-weight:normal;
	text-decoration: none;
	color:#6f675f;
	font-size:11px;
	line-height:0px;
	position: relative;
	top: -25px;
	}

.listingProductImage { 
  border:1px solid #d4cbc3;
  width:160px;
  height:150px;
  padding: 7px 7px 25px 7px;
	} 
	
#productListing {
	width: 590px;
	position: relative;
	}
	

/*product info page */

#itemTopPage {
	margin:0;
	padding:0;
	position: relative;
	}
#itemBottomPage {
	clear: both;
	float: none;
	margin-top: 10px;
}

#itemImagesContainer {
	width: 320px;
	float: left;
}

#itemInfoContainer {
	width: 245px;
	float: right;
	min-height: 300px;
	padding: 0;
	margin:0;
}

.productInfoImage {
  border:1px solid #d4cbc3;
  width:300px;
  height:280px;
  float:left;
  padding: 5px;
}

#productName {
  color:#6E645A;
  font-size:22px;
  font-weight:normal; 
}

#productPrices {
  color:#000000;
  font-size:13px;
  font-style:italic;
  font-weight:normal;
  margin: 0 0 15px 0;
}

#productDescription {
  font-family: Georgia, Garamond, Times, serif;
  line-height: 1.7em;
  text-align:justify;
  font-size:12px;
  margin:0px;
}

#productManufacturer {
  color:#000000;
  font-style:italic;
  font-weight:normal;
  font-size: 13px;
}

#productAdditionalImages {
  float:left;
  width:315px;
  margin:0px;
  padding:0px;
  text-align:left;
}

#productAdditionalImages img {
  border:1px solid #d4cbc3;
  }

#productTellFriendLink {
	float: right;
	text-align: right;
	border:0px;
	padding-top:5px;
	padding-bottom: 0px;
	vertical-align:top;
	}

#productReviewLink {
	float: right;
	text-align: right;
	border:0px;
	padding-bottom: 5px;
	}
	
#cartAdd {
	float: right;
	text-align: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	
.cartAdd_box {
	width: 28px;
	height: 17px;
	border: 1px solid #d4cbc3;
	font-size: 10px;
	color: #6f6758;
	text-align: right;
	padding: 0 0 0 3px;
	margin-bottom:5px;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
	}

/* shopping cart */

#cartEmptyText {
	font-family: Georgia, Garamond, serif;
	font-size: 22px;
	color: #6f675f;
	font-weight: normal;
	padding: 10px;
}

#cartEmptyShopLink{
	font-family: Georgia, Garamond, serif;
	font-size: 13px;
	color: #000000;
	font-style: italic;
}

#cartEmptyShopLink a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.cartQty {
	width: 95px;
	}
	
.cartQty input {
	width: 28px;
	height: 17px;
	border: 1px solid #d4cbc3;
	font-size: 10px;
	color: #6f6758;
	text-align: right;
	padding: 0 0 0 3px;
	margin-bottom:5px;
	}
	
.cartQtyCell {
	height: 20px;
	}

.cartItemName {
	width: 222px;
	}

.cartPerUnit {
	width: 102px;
	}

.cartTotal {
	width: 73px;
	}

.cartRemove {
	width: 64px;
	text-align: right;
	}
	
#cartSubTotal {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	width: 560px;
	}

#updateCart-estimateShipping{
	width: 200px;
	position: relative;
	top: -42px;
	}

#keepShopping-goToCheckout {
	width: 560px;
	}

#keepShopping {
	float: left;
	}

#goToCheckout {
	float: right;
	}

.productInfoBorder {}
	
	
/* account login/signup */
	
	
#login_welcome {
	font-size: 22px;
	color: #6f675f;
	padding:10px 0;
}

#login_note {
	font-size: 13px;
	color: #000000;
}

#login_note a {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.forgot_password a {
	color: #000000;
	text-decoration: none;
	}


/* Account pages */

#accountHeading_title {
	font-family: Georgia, Garamond, serif;
	font-size: 25px;
	color: #6f675f;
	font-style: italic;
	width: 330px;
	line-height: .25em;
	text-transform: capitalize;
	}
	
h2.accountPages {
	font-style: italic;
	}

#myAccountGen, #myAccountNotify {
	list-style-image: url(/images/bullet_burnt.png);
	padding-left:35px;
	margin:0;
	line-height: 1.5em;
	}

#previousOrders {}


.prevOrderDate { 
	width: 93px;
	}
	
.prevOrderOrderNumber { 
	width: 53px;
	}
	
.prevOrderShippedTo { 
	width: 153px;
	}
	
.prevOrderStatus { 
	width: 93px;
	}
	
.prevOrderTotal { 
	width: 93px;
	}
	
.prevOrderView { 
	width: 73px;
	}
	

/* MISCELLANEOUS ZENCART */



h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
}

CODE {
	font-family: courier, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: 0px;
	border-bottom: 1px solid #9a9a9a;
	}
	

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 5px;
	margin: 10px 0;
	border: 1px dotted #6f675f;
	}

.messageStackWarning, .messageStackError {
	background-color: #B9EFF1;
	color: #000000;
	}

.messageStackSuccess {
	background-color: #B9EFF1;
	color: #000000;
	}

.messageStackCaution {
	background-color: #B9EFF1;
	color: #000000;
	}

/*wrappers - page or section containers*/

	
#mainWrapper {
	background: none;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	width: 995px;
	vertical-align: top;
	border:0px;	
	}
	
table, tr, th, td {
	border:0px;
	padding:0px;
	margin:0px;
	}
	
#headerWrapper {
	border:0px;
	padding:0px;
	margin:0px;
	}

#headerWrapper img{
	border:0px;
	padding:0px;
	margin:0px;
	}

#centerWrapper {
	padding:37px;
	background: #ffffff;
	border:0px;
}

	
#navColumnOne {
	padding: 0px;
	width: 200px;
	text-align: left;
	vertical-align: top;	}

#navColumnTwo {
	padding: 0px;
	width: 200px;
	text-align: left;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0;
	padding: 0;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}



/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 0px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #cc9900;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, ., .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/


.tableHeading TH {
	border-bottom: 1px solid #ffffff;
	}

.tableHeading, #cartSubTotal {
	background-color: #ffffff;
	 }



.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

.scUpdateQuantity img{
	}
	
#doNotShowUpdate input{	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 0em 0em 0em ;
	}


.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	border: 0px solid #ffffff;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, #cartEmptyText, #cartEmptyShopLink, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}
	
	
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

/* Inspiration Links */

#inspiration{
	margin-left: 20px;
	}
	
#inspiration ul{
	list-style-image: url(/images/bullet.png);
	padding-left:35px;
	margin:0;
	line-height: 1.5em;
	}
	
#inspiration li a{
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
	color: #C0F3F2;
	}
