
/*________ Main Elements ________*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px Arial,sans-serif; color: #cccccc; text-decoration: none;
	text-align: center;
	background-color: #000;
}
a, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #cccccc;
	text-decoration: underline;
}

img {
	display: block;
	border: 0px;
}

#header {
	height: 116px;
	text-align: center;
	
}
#header.collections { background: url(/images/header-paper-collections.gif) center no-repeat; }
#header.accessories { background: url(/images/bg-header-accessories.gif) center no-repeat; }
#header.events { background: url(/images/bg-header-events.gif) center no-repeat; }
#header.creative { background: url(/images/bg-header-creative.gif) center no-repeat; }
#header.contact { background: url(/images/bg-header-contact.gif) center no-repeat; }
#header img {
	margin-left: auto;
	margin-right: auto;
}
#intro {
	width: 770px;
	height: 420px;
	border: 1px solid #FFF;
	padding: 3px;
	margin-top: 116px;
margin-left: auto;
margin-right: auto;
}

h1 {
font-size: 200%
}

h2 {
font-size: 170%;
}

h3 {
font-size: 110%;
}

h4 {
font-size: 100%;
}

/*________ Main Container ________*/

#mainContainer {
	width: 898px;
	height: 415px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #000;
	border: 1px solid #b3b3b3;
}

#mainContainer.event {
height: auto;
overflow: hidden;
padding-bottom: 20px;
}

#mainContainer.event #content {
height: auto;
overflow: hidden;
width: 898px;
}

/*________ Main Nav ________*/

#mainNav {
	background-color: #232323;
	width: 688px;
	height: 35px;
	padding: 0 105px;
	overflow: hidden;
text-align: center;
}
#mainNav ul {
	display: inline;
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	list-style-type: none;
	text-indent: -9999px;
}
#mainNav li {
	display: inline;
}
#mainNav li a {
	display: block;
	float: left;
	height: 35px;
	margin-bottom: 0px;
}
#mainNav li a:hover, #nav li a.currentPage {
	margin-top: -35px;
	height: 70px;
	color: #FFF;
}
#navHome { background-image: url(/images/button-home.gif); width: 97px; }
#navCollections { background-image: url(/images/button-paper-collections.gif); width: 188px; }
#navAccessories { background-image: url(/images/button-accessories.gif); width: 142px; }
/*#navCreativeDelish { background-image: url(/images/button-creative-delish.gif); width: 169px; }*/
#navDesignTeam { background-image: url(/images/button-design-team.gif); width: 144px; }
#navContact { background-image: url(/images/button-contact.gif); width: 139px; }
#navEvents { background-image: url(/images/button-events.gif); width: 104px; }

/*________ Collections ________*/

#content {
	width: 898px;
	height: 380px;
}

#content p {
line-height: 1.6;
}
#content h2 {
font: bold 125% Georgia, Times New Roman, Serif;
text-transform: uppercase;
overflow: hidden;
padding: 15px 0 15px 10px;
}
#content h2 b {
margin-top: 51px;
display: block;
}
#content h2 img {
float: left;
}

#content #collectionList {
overflow: auto;
padding-left: 44px;
margin-top: 100px;
height: 180px;
}

#content #collectionList div {
	float: left;
	margin: 0px 29px 0 0px;
	border: 1px solid #b3b3b3;
height: 178px;
}
#content #collectionList div img {
padding-top: 42px;
}
#content #collectionList div a {
height: 178px;
display: block;
}

/*________ Category listing ________*/

#categoryImgListing {
margin: 0;
}

#categoryListing {
overflow: hidden;
margin: 0 0 0 9px;
}
#categoryListing div {
width: 140px;
float: left;
text-align: center;
margin-left: 30px;
}
#categoryListing div img {
padding: 4px;
background-color: #000000;
border: 1px solid #b3b3b3;
margin-bottom: 7px;
}
#categoryListing div h3 a {
text-decoration: none;
font: bold 85% Times New Roman,Serif;
text-transform: uppercase;
}

#categoryDescription {
text-align: center;
font-size: 90%;
width: 820px;
margin: auto;
clear: both;
}

/*__________ Product Listing _______*/

#productHolder {
overflow: auto;
height: 215px;
width: 898px;
scrollbar-base-color: #6c6c6c;
scrollbar-arrow-color: black;
scrollbar-track-color: #232323;
scrollbar-shadow-color: #6c6c6c;
scrollbar-lightshadow-color: #6c6c6c;
scrollbar-darkshadow-color: #6c6c6c;
scrollbar-highlight-color: #6c6c6c;
scrollbar-3dlight-color: #6c6c6c;
}
#sideShadowsLeft {
position: fixed;
top: 256px;
}
#sideShadowsRight {
position: fixed;
top: 256px;
margin-left: 862px;
}

#productListing {
height: 195px;
overflow: auto;
width: 1050px;
}

#productListing div {
width: 140px;
float: left;
text-align: center;
padding-left: 30px;
}
#productListing div img {
padding: 4px;
background-color: #000000;
border: 1px solid #b3b3b3;
margin-bottom: 7px;
}
#productListing div h3 a {
text-decoration: none;
font: bold 12px Times New Roman,Serif;
text-transform: uppercase;
}
#productListing div h3 b {
font-weight: normal;
color: #999;
font: 80% Arial, Helvetica, Sans Serif;
}

#indexProductListCatDescription {
text-align: center;
font-size: 90%;
width: 820px;
margin: auto;
clear: both;
padding-top: 12px;
}

/*________ Accessory Listings ________*/

#content div.accessoryListings h2 {
height: 60px;
padding: 44px 0 0 30px;
}

/*________ Bottom Content ________*/

#bottomContent {
	width: 900px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #b3b3b3;
}

#bottomNav {
	width: 510px;
	overflow: hidden;
	float:left;
	margin: 10px 0;
}
#bottomNav ul {
	display: inline;
	text-align: left;
	list-style-type: none;
	text-indent: -9999px;
}
#bottomNav li {
	display: inline;
}
#bottomNav li a {
	display: block;
	float: left;
	height: 33px;
	margin-bottom: 0px;
	border: 1px solid #b3b3b3;
	margin-right: 10px;
}
#bottomNav li a:hover {
	margin-top: -34px;
	height: 67px;
	color: #FFF;
	border: 1px solid #FFF;
	overflow: hidden;
}
#bottomNavDelishTV { background-image: url(/images/button-delish-tv.gif); width: 158px; }
#bottomNavIdeasGallery { background-image: url(/images/button-ideas-gallery.gif); width: 158px; }
#bottomNavCreativeTeam { background-image: url(/images/button-our-creative-team.gif); width: 158px; }

#newsletter {
width: 381px;
float: left;
text-align: left;
padding-left: 9px;
}
#newsletter h2 {
width: 116px;
float: left;
}
#newsletter form {
float: left;
margin: 0;
padding-top: 10px;
width: 265px;
}
#newsletter form fieldset {
border: 0;
width: 217px;
float: left;
padding: 0;
padding-left: 10px;
}
#newsletter form input {
float: left;
}
#newsletter form fieldset input {
width: 93px;
height: 23px;
border: 1px solid #b3b3b3;
background-color: #000000;
color: #c8c8c8;
margin: 0 8px 0 0;
font-size: 90%;
padding: 10px 0 0 5px;
}
#newsletter form fieldset legend, #newsletter form fieldset label {
display: none;
}

/*________ Footer ________*/

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 90%;
	margin-top: 10px;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer .secureLogin {
	float:left;
	background: url(/images/icon-secure-login.gif) left no-repeat;
	padding-left: 20px;
}

/*________ Creative Team ________*/

#dtPhoto {
float: left;
width: 202px;
padding: 4px;
border: 1px solid #aaaaaa;
margin: 0 20px 0 40px;
}

#dtQuestions {
float: left;
width: 588px;
}
#dtQuestions h2 {
padding: 0;
padding-bottom: 3px;
margin-bottom: 10px;
text-transform: none;
color: #ffffff;
border-bottom: 1px solid #aaaaaa;
font-family: Arial,Helvetica,Sans Serif;
}


#dtQuestions dl {
width: 588px;
height: 222px;
overflow: auto;
}

#dtQuestions dl dt {
color: #ffffff;
font-weight: bold;
padding-bottom: 10px;
}
#dtQuestions dl dd {
padding: 0 0 20px 20px;
font-size: 90%;
}

#teamList {
width: 818px;
height: 70px;
border-bottom: 1px solid #3b3b3b;
margin: 20px 0 20px 40px;
}
#teamList div {
float: left;
width: 160px;
}
#teamList div img {
float: left;
padding: 1px;
border: 1px solid #aaaaaa;
margin-right: 10px;
}
#teamList div h3 a {






text-decoration: none;
font-weight: normal;
color: #ffffff;
font-size: 80%;
padding-top: 17px;
display: block;
}

/*________ Contact Us ________*/

#phoneUs {
float: left;
padding: 20px 0 0 40px;
width: 400px;
overflow: auto;
height: 360px;
scrollbar-base-color: #6c6c6c;
scrollbar-arrow-color: black;
scrollbar-track-color: #232323;
scrollbar-shadow-color: #6c6c6c;
scrollbar-lightshadow-color: #6c6c6c;
scrollbar-darkshadow-color: #6c6c6c;
scrollbar-highlight-color: #6c6c6c;
scrollbar-3dlight-color: #6c6c6c;
}
#phoneUs h2, #phoneUs p, #phoneUs dl, #emailUs h2, #emailUs p {
padding: 0 0 15px 0;
}
#phoneUs h3 {
padding: 0 0 3px 0;
border-bottom: 1px solid #3b3b3b;
margin-bottom: 5px;
}
#phoneUs dl {
line-height: 1.5;
}
#phoneUs dl dt {
float: left;
width: 60px;
text-align: right;
padding-right: 15px;
clear: left;
}

#emailUs {
float: left;
padding: 20px 0 0 40px;
width: 375px;
}
#emailUs fieldset {
border: 0;
clear: right;
padding-top: 10px;
}
#emailUs fieldset legend {
display: none;
}
#emailUs fieldset label {
float: left;
clear: both;
width: 90px;
margin-right: 10px;
}
#emailUs fieldset input, #emailUs fieldset textarea {
float: left;
width: 240px;
margin-bottom: 10px;
font: 100% Arial,sans-serif;
}
#emailUs fieldset span {
float: left;
}
#sendEmail {
margin-left: 100px;
}


/*________ Trade Event ________*/

#tradeEvent {
margin: 20px;
}

#sideBar {
width: 182px;
float: left;
margin-right: 20px;
}

#tradeEvent img {
border: 1px solid #b3b3b3;
padding: 10px;
margin: 0 20px 20px 0;
float: left;
}

#sideBar ul li {
list-style-type: none;
margin-bottom: 15px;
text-decoration: none;
}

#content #sideBar h3 {
margin-left: 0;
color: #fff;
margin-top: 20px;
margin-bottom: 10px;
font-size: 120%;
}

#sideBar ul a {
color: #337bad;
text-decoration: none;
line-height: 140%;
}

#sideBar a:hover {
color: #06ebff;
text-decoration: underline;
}

#tradeEvent h2 {
padding: 5px 0 5px 5px;
background-color: #232323;
color: #fff;
margin-bottom: 10px;
}

#tradeEvent p {
margin-bottom: 7px;
margin-left: 208px;
}

#tradeEvent h3 {
margin-bottom: 5px;
margin-top: 10px;
margin-left: 208px;
font-size: 130%;
}

#tradeEvent h4 {
margin-bottom: 5px;
margin-top: 10px;
margin-left: 208px;
font-size: 120%;
}

#tradeEvent div {
overflow: hidden;
width: 850px;
margin: 0 0 35px 0;
border-bottom: 1px solid #101010;
}

#tradeEvent div dl {
padding-bottom: 20px;
margin-bottom: 20px;
}

#tradeEvent div dl dt {
font-weight: bold;
float: left;
margin: 0 0 5px 0;
width: 80px;
}

#tradeEvent div dl dd {
margin: 0 0 5px 0;
overflow: hidden;
}

/*________ Misc ________*/

.imgRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.clearfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-m */

div.success {
text-align: center;
padding: 10px;
background-color: #c7f7cb;
color: #06630f;
border: 1px solid #06a215;
}


.centerColumn fieldset {
border: 0;
}
.centerColumn fieldset legend {
display: none;
}
#loginBody .centerColumn form {
padding-left: 30px;
padding-top: 15px;
}
#loginBody .centerColumn form fieldset label {
text-align: right;
padding-top: 5px;
margin-right: 10px;
width: 100px;
}
#loginBody .centerColumn form fieldset input {
width: 150px;
background-color: #232323;
border: 1px solid #646363;
color: #ffffff;
height: 22px;
padding: 3px 0 0 3px;
margin-bottom: 5px;
}
.centerColumn form #loginButton {
margin-left: 110px;
}
.centerColumn form #forgotPass {
margin-left: 110px;
padding-top: 10px;
font-size: 90%;
}



CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}





LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .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;
	}


ADDRESS {
	font-style: normal;
	}

.clearBoth {

	clear: both;
	}


HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}


/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#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;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#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;
	}



#navCategoryIcon, .buttonRow {
	margin: 0.5em;
	}



/*.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;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;


	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.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 {
	width: 2em;
	}

.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;
  }


.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 1em 1em 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: 1px 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, TH, #cartEmptyText, #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;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.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%;}

.noDisplay {
display: none;
}

/*_____ Create Accout Page _____*/

div#accountForm1 {
float: left;
margin-top: 30px;
}

div#accountForm2 {
float: left;
margin: 30px 25px 0 15px;
}

div.buttonCreateAccount {
text-align: right;
margin-top: 30px;
}

div#createAcctDefault {
margin: 15px 0 0 25px;
}

div#createAcctDefault input {
background-color: #000;
color: #ccc;
border: 1px solid #ccc;
margin-bottom: 5px;
padding-left: 2px;
}

div#createAcctDefault select {
background-color: #000;
color: #ccc;
border: 1px solid #ccc;
margin-bottom: 5px;
width: 270px;
padding: 0;
}

div#createAcctDefault select option {
width: 270px;
}

div#createAcctSuccess {
margin: 15px 0 0 25px;
}

h1#createAcctSuccessHeading {
margin-bottom: 15px;
}

h3.addressBookDefaultName {
margin-top: 10px;
margin-bottom: 5px;
}

address.success {
margin: 0;
}

/*_____ Products members view _____*/

#memberViewProducts img {
float: left;
display: block;
margin-top: 15px;
margin-left: 5px;
}

#memberViewProducts h3 {
padding-top: 65px;
padding-bottom: 15px;
font-family: Georgia;
}

#memberViewProducts div {
float: left;
display: block;
width: 350px;
margin: 0 50px 20px 35px;
}

#memberViewProducts div img {
float: left;
border: 1px solid #b3b3b3;
padding: 5px;
margin-top: 0;
margin-left: 0;
}

#memberViewProducts div input {
margin: 15px 0 8px 12px;
padding: 5px;
border: 1px solid #b3b3b3;
background-color: #000;
color: #b3b3b3;
width: 120px;
}

#memberViewProducts div p {
font-size: 90%;
margin-bottom: 60px;
margin-left: 155px;
}

#memberViewProducts div h3 {
text-align: center;
width: 140px;
font-size: 100%;
padding-top: 0;
padding-bottom: 0;
}

#cost {
width: 820px;
border-top: 1px solid #b3b3b3;
border-bottom: 1px solid #b3b3b3;
margin: 0 0 0 35px;
clear: both;
}

#cost ul {
margin: 12px 0 12px 15px;
}

#cost ul li {
list-style-type: none;
display: inline;
font-size: 110%;
color: #fff;
}

#cost ul li.price {
margin-left: 35px;
}

img.purchase {
margin: 15px 0 0 35px;
padding-bottom: 40px;
}

/*_____ Shopping Cart _____*/

h1#cartDefaultHeading {
margin-left: 25px;
margin-top: 15px;
}

.forward a {
margin-right: 25px;
}

.cartTotalsDisplay {
display: none;
}

table#cartContentsDisplay {
width: 850px;
margin-left: auto;
margin-right: auto;
}

th {
background-color: #232323;
color: #cccccc;
}

div#cartSubTotal {
background-color: #000;
color: #a5cbff;
border: 0;
}

.tableHeading TH {
border-bottom: 1px solid #606060;
}

td {
background-color: #000;
color: #cccccc;
border-bottom: 1px solid #2d2d2d;
}

td.cartQuantity input {
background-color: #000;
border: 1px solid #cccccc;
color: #cccccc;
margin: 14px 10px 0 10px;
padding: 3px 0 3px 5px;
}

td.cartQuantityUpdate input {
margin: 9px 10px 0 10px;
}

td.cartRemoveItemDisplay {
border-right: 0;
}

td.cartRemoveItemDisplay a img {
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

td.cartProductDisplay a {
color: #ccc;
text-decoration: none;
}

td.cartProductDisplay a:hover {
color: #fff;
text-decoration: underline;
}

td.cartUnitDisplay {
padding-right: 5px;
}

td.cartTotalDisplay {
padding-right: 5px;
}

div.buttonRowforward a img {
float: right;
margin: 0 25px 20px 0;
}

div.buttonRowback a img {
float: right;
margin: 0 20px 10px 0;
}

#whatsNew {
margin: 0 25px 15px 25px;
}

#whatsNew div {
margin-bottom: 20px;
}

/*_______ Checkout _______*/

h1#checkoutShippingHeading {
margin: 15px 0 0 25px;
padding: 0;
}

h2#checkoutShippingHeadingAddress {
margin: 15px 0 10px 25px;
padding: 0;
}

address {
margin: 0 0 15px 25px;
}

h2#checkoutShippingHeadingMethod {
margin: 0 0 5px 25px;
padding: 0;
}

div#checkoutShippingContentChoose {
margin: 0 0 5px 25px;
}

div.importantforward {
float: left;
width: 100px;
}

fieldset.checkout {
margin: 0 0 2px 25px;
}

fieldset.shipping textarea {
margin-left: 25px;
margin-top: 5px;
color: #fff;
background-color: #000;
border: 1px solid #ccc;
}

div#checkoutContinue {
float: right;
margin: 0 25px 0 0;
}

div.buttonContinueCheckout {
text-align: right;
margin-top: 20px;
margin-bottom: 5px;
}

h1#checkoutPaymentHeading {
margin: 15px 0 0 25px;
}

h2#checkoutPaymentHeadingAddress {
margin: 15px 0 10px 25px;
padding: 0;
}

div.floatingBoximportantforward {
padding: 0;
margin: 25px 25px 0 0;
}

fieldset#checkoutOrderTotals {
background-color: #232323;
color: #a5cbff;
width: 850px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
padding: 5px 10px 5px 0;
}

fieldset.discountCoupon {
margin: 0 0 15px 25px;
}

fieldset.discountCoupon p {
margin-bottom: 5px;
}

fieldset.discountCoupon label {
margin-top: 3px;
}

fieldset.discountCoupon input {
background-color: #000;
color: #ccc;
border: 1px solid #ccc;
padding: 2px 0 2px 5px;
}

p.important {
margin: 0 0 2px 25px;
}

input#pmt-cc {
margin-left: 25px;
}

div.ccinfo {
margin: 0 0 15px 25px;
}

div.ccinfo input {
background-color: #000;
color: #ccc;
padding: 2px 0 2px 5px;
border: 1px solid #ccc;
margin-bottom: 5px;
}

div.ccinfo label {
margin-top: 3px;
}

div.ccinfo select {
color: #ccc;
background-color: #000;
border: 1px solid #ccc;
}

div.ccinfo select#cc-cc-expires-month {
width: 83px;
}

div.ccinfo select#cc-cc-expires-year {
width: 60px;
}

input#pmt-moneyorder {
padding: 0;
margin-left: 25px;
}

fieldset.comments textarea {
margin: 0 0 0 25px;
background-color: #000;
color: #ccc;
padding: 2px 0 2px 5px;
border: 1px solid #ccc;
}

h1#checkoutPayAddressDefaultHeading {
margin: 15px 0 0 25px;
}

h2#checkoutPayAddressDefaultAddress {
padding: 0;
margin: 15px 0 0 25px;
}

h1#checkoutShipAddressDefaultHeading {
margin: 15px 0 0 25px;
}

h2#checkoutShipAddressDefaultAddress {
padding: 0;
margin: 15px 0 10px 25px;
}

div.instructions {
clear: both;
margin: 0 25px 0 25px;
padding: 0;
}

div#checkoutNewAddress {
margin-left: 25px;
}

fieldset div.alert {
margin-right: 25px;
}

div#checkoutNewAddress input {
background-color: #000;
color: #ccc;
border: 1px solid #ccc;
margin-bottom: 5px;
padding-left: 2px;
}

div#checkoutNewAddress select {
background-color: #000;
color: #ccc;
border: 1px solid #ccc;
width: 272px;
}

div.moduleRowSelected {
margin: 15px 0 0 25px;
}

div.moduleRow {
margin: 15px 0 0 25px;
}

h1#checkoutConfirmDefaultHeading {
margin: 15px 0 0 25px;
}

h2#checkoutConfirmDefaultBillingAddress {
padding: 0;
margin: 15px 0 10px 25px;
}

div#paymentDetails {
margin-left: 25px;
}

div#paymentDetails h3 {
width: 125px;
float: left;
}

div#paymentDetails h4 {
margin: 3px 0 10px 198px;
}

div#paymentDetails div.back {
margin-right: 50px;
width: 146px;
}

div#checkoutShipto {
margin-top: 15px;
}

h2#checkoutConfirmDefaultShippingAddress {
padding: 0;
margin-bottom: 10px;
}

div#checkoutShipto address.confirmation {
margin: 0;
margin-bottom: 15px;
}

h3#checkoutConfirmDefaultShipment {
width: 125px;
float: left;
}

h4#checkoutConfirmDefaultShipmentTitle {
margin: 3px 0 10px 198px;
}

h2#checkoutConfirmDefaultHeadingComments {
padding: 0;
margin: 10px 0 15px 25px;
}

hr {
width: 850px;
margin-left: 25px;
margin-right: 25px;
}

div#orderComments {
margin-left: 25px;
}

div.buttonRow {
margin-right: 25px;
}

h2#checkoutConfirmDefaultHeadingCart {
padding:0;
margin: 15px 0 0 25px;
}

div#orderTotals {
margin: 5px 25px 10px 0;
color: #a5cbff;
}

hr.subTotal {
display: none;
}

/*_______ Order Success _______*/

div#checkoutSuccess {
margin: 15px 25px 0 25px;
}

div#checkoutSuccessOrderNumber {
margin-top: 15px;
}

div#checkoutSuccessMainContent {
margin-top: 15px;
}

div#checkoutSuccessLogoff {
margin-top: 15px;
}

div#checkoutSuccessOrderLink {
margin-bottom: 5px;
}

h3#checkoutSuccessThanks {
margin-top: 15px;
}

/*_______ All products page _______*/

#allProductsDefault {
margin: 15px 25px 0 25px;
}

#allProductsDefault input {
color: #fff;
background-color: #000;
border: 1px solid;
padding: 1px 0 1px 3px;
}

#sorter {
margin-top: 10px;
}

#sorter label {
float: left;
width: 45px;
padding-top: 3px;
}

#sorter select {
color: #fff;
background-color: #000;
}

#allProductsDefault table td {
border: 0;
}

#allProductsDefault table tr {
border: 0;
}

#allProductsDefault hr {
border: 0;
border-top: 1px solid #484848;
margin: 0;
margin-bottom: 10px;
margin-top: 10px;
}

#allProductsDefault a:hover {
color: #a5cbff;
}

div.buttonRowforward {
float: right;
}

#allProductsListingTopLinks {
margin: 0;
margin-left: 599px;
}

/*_______ Product page _______*/

#productGeneral {
margin: 0;
margin: 15px 25px 0 25px;
}

div.navNextPrevWrapper {
float: left;
width: 850px;
}

div.navNextPrevList {
float: left;
margin-right: 10px;
}

div#productMainImage {
clear: both;
margin-top: 5px;
float: left;
}

h1#productName {
margin-bottom: 10px;
}

h2#productPrices {
padding: 0;
margin-bottom: 5px;
}

#productDescription {
padding: 0;
margin-bottom: 5px;
}

ul#productDetailsList {
list-style-type: none;
padding: 0;
margin-bottom: 5px;
}

div.addProductCart {
float: right;
width: 300px;
margin-top: 75px;
}

#cartAdd {
padding: 0;
margin: 0;
text-align: right;
}

#cartAdd input.QuanTit {
color: #fff;
background-color: #000;
border: 1px solid;
padding: 1px 0 1px 3px;
}

#productTellFriendLink {
padding: 0;
margin: 0;
margin-top: 38px;
}

#tempCover {
margin: 98px 0 0 44px;
}
#highTea {
margin: 10px 0 0 62px;
}