/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body { 
	font-family: Arial, Trebuchet MS, Verdana, Sans-Serif; 
	color: #6F6042;
	margin-top: 0;
	background-image: url(/images/nav/beaducation_bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#82765E;
}

a img {
border: none; 
}

a:link, #navEZPagesTOC ul li a {
	color: #6E624A;
	text-decoration:none;
	}
 
a:visited {
	color: #6E624A;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #74831D;
	text-decoration:none;
	}

a:active {
	color: #74831D;
	text-decoration:underline;
	}

h1 {
	font-size: 1.5em;
	color: #74831D;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.2em;
	}

h4, h5, h6, LABEL, h4.optionName, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.0em;
	}

.biggerText {
	font-size:1em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

SELECT, INPUT {
	display: inline;
	font-size: .95em;
	margin-top: 0.3em;
	margin-bottom:0.3em;
	background-color:#E6EACE;
	font-family:arial;
	color:#6F6042;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #B9B2A4;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #5C4E33;
	font-size:1.2em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding-bottom:3px;
	}

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;
	}

.messageStackWarning, .messageStackError {
	background-color: #E14C08;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #C7FF99;
	color: #5C4E33;
	}

.messageStackCaution {
	background-color: #D9D937;
	color: #5C4E33;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 960px;
	vertical-align: top;
	padding:15px;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	background-color: #ffffff;
	height:75px;
	border:1px solid;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper,  {
	border: 3px solid #74831D;
	float: right;
	padding:5px;
	margin:10px;
	}

.floatingBox, #accountLinksWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	}
#accountLinksWrapper a { text-decoration: underline }

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
margin-bottom:10px;
}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size:.75em;
	text-align:left;
	color:#948971;
	}
	
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size:.75em;
	text-transform:uppercase;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #6F6042;
	padding: 0.5em 0.2em;
	color: #ffffff;
	height: 1%;
	text-transform:uppercase;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#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;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#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: 0px;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	background-color: #ffffff;
	font-size: 0.85em;
	margin: 0em;
	margin-bottom:-5px;
	border-bottom:1px dotted;
  text-align: left;
	}

#navEZPagesTop {
	background-color: #6F6042;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	/*background-color: transparent;*/
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
	

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding-top: 10px;
	padding-bottom:10px;
	/* float:left; */
	}

 #productDescription a, a:visited {
  text-decoration: underline;
  color: #95a341;
 }
 #productDescription a:hover {
  color: #a5b351;
 }

#b_product_description a, #b_product_description a:visited {
  text-decoration: underline;
  color: #95a341;
}
 #b_product_description a:hover {
  color: #a5b351;
 }


.alert {
	color: #E14C08;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
  padding-left: 190px;
  text-align: center;
	float: left;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	padding-top:0px;
  text-align: left;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
/*	float: left;	 */
	margin: 0px;
	padding: 10px;
	font-family:georgia;
	font-size:.95em;
	font-weight:bold;
	border:1px solid #B9B2A4;
	width:175px;
	}

.tableHeading, .tableHeading TH {
	background-color: #74831D;
	color:#FFFFFF;
	}

#cartSubTotal {
	color: #74831D;
	border:3px solid;
	height:3em;
	 }

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 4.5em;
	}

.tableRow, .tableHeading{
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding:8px;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding:8px;
	border-right:1px solid;
	}
	

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #82765E;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	font-size:.8em;
	}

.cartOldItem {
	color: #82765E;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	font-size:.9em;
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}
	
.cartOldItem a, .cartNewItem a{
text-decoration:none;
}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #741B19;
	text-transform:uppercase;
	font-size:.8em;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: disc;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin-left: 20px;
	padding: 0px;
	} 

#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 { padding-top: 5px;}

#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;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: .95em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {
border-right:1px solid;
background-color:#E6EACE;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #6E624A;
	letter-spacing:1px;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #6F6042;
	padding: 0.5em 0.2em;
	}
	
.leftBoxHeading{
color:#6F6042;
text-align:left;
text-transform:uppercase;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-top: 10px;
	}

.sideBoxContent {
	background-color: #E6EACE;
	padding: 0px;
	}

h3.leftBoxHeading a:hover, h3.leftBoxHeading a:link, h3.leftBoxHeading a:visited, h3.rightBoxHeading a:hover {
	color: #6F6042;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.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, .accountProductModelDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .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;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #6E624A;
	text-decoration: none;
	font-size:1em;
	}
	
#categories { text-align: left }
	
A.category-links, A.category-links:visited {
	color: #6E624A;
	text-decoration: none;
	font-size:1em;
	}
	
A.category-links:hover, A.category-top:hover{
	color: #e26a5a;
	text-decoration: none;
	font-size:1em;
	}
	
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #6E624A;
	text-decoration: none;
	font-size:.85em;
	}
	
A.category-subs:hover, A.category-products:hover{
color:#e26a5a;
}
SPAN.category-subs-parent {
	font-weight: bold;
	color:#e26a5a;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	color:#e26a5a;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #CAC5BB;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #E6E4E0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

th#myAccountQuantity, th#myAccountProductModel, th#myAccountProducts, th#myAccountTax, th#myAccountStatusDate, th#myAccountStatus
{ border-right: 1px solid white; }

#prevOrders th { border-right: 1px solid white; }
#prevOrders td { vertical-align: top; }
#prevOrders td.view_button { padding-top: 4px; padding-right: 12px; }

#myAccountOrdersStatus td { vertical-align: top; }

.solid { white-space: nowrap; padding-left: 6px; padding-right: 6px; text-align: center;}

.myAccountStatusHistoryDate { padding: 0 8px 0 8px; }

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	vertical-align: top;
}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top;
  white-space: nowrap;
}

.accountProductModelDisplay {
	width: 10%;
  white-space: nowrap;
	vertical-align: top;
  padding-right: 10px;
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #6F6042;
	height: 2em;
	color: #FFFFFF;
	border:1px solid;
	}
	
.productListing-rowheading a{
	color: #FFFFFF;
	}
	
.productListing-rowheading a:hover{
	color: #74831D;
	}
	
/* MCP ADDED FOR EVERY OTHER ROW*/
.productListing-even{
background-color:#DBD8D0;
border:1px solid;
}

.productListing-data{
padding:15px;
}

.productListing-heading{
padding:5px;
}

/* MCP ADDED ITEM TITLE STYLING*/
.itemTitle a, .itemTitle a:hover{
text-decoration:none;
}

/* MCP for product page changes*/
.mainProductImage {
border:8px solid #EFEEE4;
float: left;
height:300px;
width:300px;
}

.altview {
border:1px solid #BDAE8F;
margin-bottom:10px;
margin-right:10px;
}

.addthis_toolbox, .addthis_default_style{
border:1px solid #DCD9D1;
padding:5px;
background-color:#EFEEE4;
width:185px;
}

.productPrice{
font-family:georgia;
font-size:1.4em;
margin-top:8px;
margin-bottom:12px;
font-weight:bold;
}

.productName{
font-size:1.3em;
color:#74831D;
font-weight:bold;
margin-bottom:8px;
}

ul.productAttribute{
margin-top:0px;
margin-left:0px;
padding:2px;
}

li.productAttribute{
list-style-type:none;
margin-top:5px;
font-size:.85em;
text-transform:uppercase;
}

.addinfo {
background-color:#E6EACE;
border:1px dotted #6F6042;
margin-top:-10px;
padding:10px;
}




.navNextPrevWrapper{
text-align:left;
margin-bottom:10px;
margin-top:0px;
color:#948971;
}

.navNextPrevList a{
text-decoration:none;
color:#948971;
}




#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:#6F6042;
	color:#FFFFFF;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	
.qtydiscount{
	background-color:#B9B2A4;
	color:#FFFFFF;
	}
	
.qtydiscounthead{
	background-color:#5C4E33;
	}
	
.qtydiscountmain{
	background-color:#FFFFFF;
	color:#5C4E33;
	}
	
.cartOldItem a, .cartOldItem a:visited, .cartNewItem a {
text-decoration:none;
}

#cartBoxListWrapper ul{
padding: 0em;
text-decoration:none;
}

.b_tiny { font-size: 50%;}

div#productName { width: 100%; text-align: center; clear: both;}

div#image_and_video { background-color: inherit; width: 50%; float: left; height: 320px;}

div#b_product_description {}

div#b_product_attributes { background-color: inherit; }
div#b_product_info { width: 100%; padding: 4px; }
#b_product_properties { background-color: inherit; width: 351px; float: right; padding-top: 10px;}

#b_product_info td { vertical-align: top; text-align: left}
#b_main_product_image img { margin: auto; vertical-align: middle; }
#b_main_product_image span { height: 100%; vertical-align: middle; }
div#b_main_product_image { width: 316px; height: 316px; border: 8px solid #ffffff; display: table-cell; vertical-align: middle;}
/*\*//*/
div#b_main_product_image { display: block; }
#b_main_product_image span { display: inline-block; width: 1px; }
/**/

table.stampbg{
	background-color:#B9B2A4;
}
.stampset{
	font-size:90%;
	padding:5px;
	background-color:#FFFFFF;
}

div#b_login_buttons {margin-top: 10px; padding-left: 150px;}
input.b_input_field { width: 400px;}
td#b_login { width: 160px; height: 50px;}
td#b_forgot_password { text-align: right; width: 140px;}
#b_forgot_password a { font-size: 80%; font-style: italic; }
td.thumbimg{
	border:1px solid #EFEEE4;
}

#b_main_product_thumbnails {
	margin-bottom:10px;
}
	
.rollview{
	margin-top:5px;
	margin-bottom:3px;
	border-bottom:1px solid;
	text-transform:uppercase;
	font-size:.8em;
	padding-left:0px;
}

.rolltd td{
	padding-left:0px;
}

.lisanotes {
color:#7A240B;
}

.lisanotes a{
	text-decoration:underline;
	color:#7A240B;
}

a.watchvideo{
	color:#F5876A;
	text-decoration:none;
	text-transform:uppercase;
	font-size:.85em;
	font-weight:bold;
	background-image: url(/images/nav/video_icon.jpg);
	background-repeat:no-repeat;
	padding:5px;
	padding-left:30px;
}


#productnotificationsContent{
	font-size:.85em;
}

tr.headerrow {
background:#6D7F24;
color:#FFFFFF;
font-family:Verdana;
}
tr.oddrow {
background:#BAC785;
}
tr.evenrow {
background:#DAE0C1;
}

.tipstep {
border:1px solid #BDAE8F;
}

#docGeneralDisplay { text-align: left }

div.click_for_more_info {
  padding-top: 10px;
  color: #cc8888;
}

a.click_for_more_info {
}

#cart-submit input { border: 0; padding: 0 }

div#paypal_text_warning
{
    text-transform: uppercase;
    width: 500px;
    padding-left: 20px;
}

div#back_button_warning {
    margin-top: 10px;
    padding: 10px;
    color: #6e624a;
    border: 1px solid #6e624a;
    background-color: #e6eace;
    font-weight: normal;
    vertical-align: middle;
}

div.invoice_return_policy { width: 450px; padding: 20px 50px 0 100px }
div.invoice_return_policy_title { font-size: 150%; font-weight: bold;}
div.verify_order_complete
{
    margin-left: 293px;
    /* padding-left: 300px;*/
    padding-left: 10px; 
    width: 300px;
    font-weight: bold;
    border: 1px solid #E39078;
	background-color: #FDEEE8;
}

.pseudolink { color: #9aa83c; text-decoration: underline; }

div#specials {
  border: 2px solid #6E624A;
  background-color: #fff;
  font-size: 80%;
}
#specials .sideBoxContent { background-color: #fff; }
#specialsHeading a {
  color: #f6876b;
}

.specialsSubhead, .specialsSubhead a {
  font-size: 70%;
  text-transform: none;
}


a.category-top: {padding-top: 20px;} 
#categoriesContent ul { list-style-type: none; margin-left: 0; padding-left: 0; }
#categoriesContent a { font-size: 90%;}
#categoriesContent li.level1 { margin-left: 15px; padding-top:3px; padding-bottom:3px;border-bottom:1px solid #b2ae95; margin-bottom:3px; }
#categoriesContent li.level2 { margin-left: 30px; font-style:italic; border:1px solid #b2ae95; padding:3px; background:#f2f3e4; font-size:90%;margin-top:1px; }
#categoriesContent li.level0 
{ 
    margin-left: 0px; 
    margin-bottom: 5px;
	padding-bottom:5px;
    border-bottom: 1px dotted #b2ae95;
	font-size:110%;
}

#usps_down {
  background-color: #ffffaa;
  font-weight: bold;
  border: 1px solid red;
}

.carousel_stamp{
	border:1px solid;
	padding:10px;
	background:#b1cfc8;
	color:#506761;
	width:135px;
	height:200px;
	text-align:center;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.carousel_stamp_title a, .carousel_stamp_title a:visited {
	font-size:85%;
	text-decoration:underline;
	color:#506761;
}

.zcideatitle{
	font-weight:bold;
	font-size:110%;
	color:#506761;
}

.carousel_stamp_image{
	width:105px;
	height:105px;
	border: 10px solid #ffffff;
	margin:5px;
	text-align:center;
}

.gcsendborder{
	border:1px solid #74831D;
	padding:10px;
}


div.no_search_results {
  text-align: center;
  width: 100%;
  background-color: #dddd33;
}

#sendSpendWrapper {
    border: 3px solid #74831D;
    float: right;
    margin: 10px;
    padding: 5px;
}

#gvSendDefaultMainContent a:link {
	text-decoration:underline;
}

div#productQuantityDiscounts {
  clear: both;
}

#ot_gv_box .ot_gv_hidef { color: #15767f; }

#ot_gv_box p { font-weight: bold; }
#ot_gv_box .balance { font-weight: bold; }
#ot_gv_box .hack_1 { padding-bottom: 6px; }
#ot_gv_box .no_fooling { text-decoration:underline; }
#ot_gv_box .ot_gv_header {
  border: 1px solid #15767f;
background: #b2d2d4;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 15px 0;
}


