/**
 * 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 $
 */

/**
 * STRUCTURE:
 *
 * $__LINKS
 * $__FONTS
 * $__FORMS
 * $__FORMATTING
 * $__WRAPPERS
 * $__NAVIGATION
 * $__CONTENT
 * $__PRODUCT_LIST
 * $__NEW_THIS_MONTH
 * $__CART
 * $__IMAGES
 * $__SIDEBOXES
 * $__LEFT_SIDEBOXES
 * $__RIGHT_SIDEBOXES
 * $__SEARCH_SIDEBOX
 * $__BESTSELLERS_SIDEBOX
 * $__BLANK_SIDEBOX
 * $__MISC
 */

body {
	width:100%; 
	margin:0px;
	padding:0px;
	text-align:center;
	background: #001b39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	}

/* ----------------------------------------
 * __LINKS
 * ---------------------------------------- */

a img {border: none; }

a, #navEZPagesTOC ul li a {
	color: #AFD56C;
	text-decoration: underline;
	font-weight:bold;
	}
 
a:visited {
	color: #e9e9e9;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navCatTabs ul li a:hover, div h2 a:hover strong {
	color: #AFD56C;
	text-decoration: none;
	}
	
/* ----------------------------------------
 * __FONTS 
 * ---------------------------------------- */

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	}

h2, h3, h4, h5, h6, p, address, #checkoutSuccessOrderLink, #checkoutSuccessContactLink, div.biggerText, #orderTotals, div.advisory, div.messageStackError, div.messageStackSuccess, div#productAttributes, div.messageStackCaution  {
	margin: 1.4em 0;
}

h1 {
	margin:0.2em;
}

#productListing {
	padding:0;
	margin: 0 0 1.4em 0;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
	
P {
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
}

/* ----------------------------------------
 * __FORMS 
 * ---------------------------------------- */

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 #fff;
	}
	
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color:#fff;
	}

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: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	}

ADDRESS {
	font-style: normal;
	}

/* ----------------------------------------
 * __FORMATTING
 * ---------------------------------------- */

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
	
.centerColumn hr {
	border-bottom: 1px solid #fff;

}
	
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 10px;
	border: 1px solid #fff;
	}

.messageStackWarning, .messageStackError {
	background-color: #7F1A1C;
	color: #fff;
	}

.messageStackSuccess {
	background-color: #1C7F1A;
	color: #fff;
	}

.messageStackCaution {
	background-color: #7F1A1C;
	color: #fff;
	}
	
div.messageStackSuccess {
	position:absolute;
	top:300px;
	left:260px;
}
#contentMainWrapper div.messageStackSuccess {
	position:static;
	top:auto;
	left:auto;
}


/* ----------------------------------------
 * __WRAPPERS
 * ---------------------------------------- */

/*wrappers - page or section containers*/
#mainWrapper {
	min-width:960px;
	width:auto !important;
	width:960px;
	text-align: center;
	background: #001b39 url(../images/header_bg.jpg) center top no-repeat;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper, #contentMainWrapper { /* WDSOLUTIONS TEMPLATE - INNER MARGINS */
	margin:0 auto;
	width:913px;
	text-align:left;
	}
#headerWrapper, #contentMainWrapper td.columnLeft, #contentMainWrapper td.columnRight, #contentMainWrapper .centerColumn {
	padding-bottom:40px;
}

#headerWrapper { /* WDSOLUTIONS TEMPLATE - HEADER HEIGHT */
	height: 310px;
	position:relative;
	}
	
#contentMainWrapper {
	width: 915px;
	background: #1A4E7E url(../images/content_bg.jpg) left top no-repeat;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#fff;
	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;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMainWrapper, #navCatTabsWrapper { /* WDSOLUTIONS TEMPLATE - TOP NAV */
	width: 515px;
	float: right;
	height: 25px;
	padding:10px;
	}
	
#navMainWrapper a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
	color:#fff;
}
#navMainWrapper a:hover {
	text-decoration:none;
}

#navSuppWrapper { /* WDSOLUTIONS TEMPLATE - FOOTER NAV */
	height: 25px;
	}

#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: underline;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000;
	}

#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: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	font-size: 10px;
	font-weight: normal;
	margin: 0em;
	padding: 22px 0 16px 0;
	height: 10px;
	overflow:hidden;
	line-height:10px;
	}
	
#navBreadCrumb a {
	font-weight:normal;
	color:#fff;
}


#navEZPagesTop {
	margin: 0em;
	text-transform: uppercase;
	position:absolute;
	top:60px;
	right:11px;
	border-left:1px solid #fff;
	height:20px;
	}

#navEZPagesTop a {
	background:#003561 url(../images/tab.gif) left top no-repeat;
	text-decoration:none;
	color: #fff;
	display:block;
	float:left;
	padding:6px 12px 6px 12px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-top:-5px;
	height:12px;
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	overflow:hidden;
	}

.main_page_index_ .cPath_ #navEZPagesTop a#links_list_1, .cPath_2 #navEZPagesTop a#links_list_2, .cPath_3 #navEZPagesTop a#links_list_2, .cPath_2 #navEZPagesTop a#links_list_2, .main_page_page_4 #navEZPagesTop a#links_list_3, .main_page_page_2 #navEZPagesTop a#links_list_4, .main_page_page_3 #navEZPagesTop a#links_list_5,
.main_page_featured_products_ #navEZPagesTop a#links_list_2, .main_page_products_all_ #navEZPagesTop a#links_list_2, .main_page_products_new_ #navEZPagesTop a#links_list_2 {
	color: #fff;
	background:#96C93D url(../images/tab.gif) left top no-repeat;
	}

#navEZPagesTop a:hover {
	color: #fff;
	background:#001B39 url(../images/tab.gif) left top no-repeat;
	}

#navColumnOne {
	padding:0;
	}

#navColumnTwo {
	padding:24px 30px 0 45px;
	}
	

/* ----------------------------------------
 * __CONTENT
 * ---------------------------------------- */

/*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: 0.5em;
	}

.alert {
	font-weight:bold;
	color: #D5E7F6;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	font-size: 1.2em;
	}

.centerColumn {
	line-height: 1.4em;
}


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
	
div.centerColumn, div.centerColumn p, div.centerColumn h1, div.centerColumn h2, div.centerColumn h3, div.centerColumn h4, div.centerColumn h5, div.centerColumn h6 {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

/* ----------------------------------------
 * __PRODUCT_LIST
 * ---------------------------------------- */

#productListing {
	overflow:hidden;
	}
#productListing .centerBoxContentsProducts, #shoppingCartDefault div#crossSell .centerBoxContentsCrossSell {
	padding:1.4em 0 0 0;
}
.centerBoxContentsCrossSell a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .centerBoxContentsAlsoPurch a {
	display:inline-block;
	margin:0 10px;
}
#productListing .centerBoxContentsProducts a {
	line-height:1.4em;
} 
#productListing .centerBoxContentsProducts h3 {
	font-size:1.1em;
	margin: 0 10px;
} 
#productListing .centerBoxContentsProducts a {
	margin: 0 10px;
}
#productListing .centerBoxContentsProducts h3 a {
	margin: 0;
}
#productListing .listingBuyNowButton {
	margin-top:5px;
}
br.clearBoth {
	line-height:0;
	padding:0;
	margin:0;
	height:0;
	overflow:hidden;
}
#productListing .centerBoxContentsProducts {
	margin-bottom:1.4em;
	margin-top:-1px;
}
#productListing .centerBoxContentsProducts br {
	line-height:0;
	padding:0;
	margin:0;
	height:0;
	overflow:hidden;
	display:block;
}
p.forward {
	margin-top:0;
	padding-top:0;
}


/* ----------------------------------------
 * __NEW_THIS_MONTH
 * ---------------------------------------- */

h2.centerBoxHeading {
	font-size:1.5em;
	text-align:left;
}
.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsAlsoPurch, .centerBoxContentsCrossSell {
	margin:0 -1px 0 0;
	padding:10px 0 10px 0;
}
.centerBoxContentsNew img, .centerBoxContentsFeatured img, .centerBoxContentsAlsoPurch img, .centerBoxContentsCrossSell img {
	margin:10px 0 0 0;
}

/* ----------------------------------------
 * __PRODUCT_DETAILS
 * ---------------------------------------- */

.navNextPrevWrapper {
	margin-bottom:20px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0 5px 0 0;
	list-style-type: none;
	}

h1.productGeneral {
	margin:0;
	padding:0;
}

#productDescription {
	clear:left;
}

.centerColumn #productTellFriendLink {
	padding:0;
	margin:0 10px 10px 0;
	float:left;
	}
.centerColumn #productReviewLink {
	padding:0;
	margin:0 10px 1.4em 0;
	clear:left;
	float:left;
	}

/* ----------------------------------------
 * __CART
 * ---------------------------------------- */

/*Shopping Cart Display*/

#cartContentsDisplay, #prevOrders, #accountHistInfo table {
	color:#000;
	background: #e9e9e9;
	margin-top:10px;
}
table#prevOrders, #accountHistInfo table {
	border:1px solid #fff;
}
caption h2 {
	color:#fff;
	margin:0;
	padding:0;
}
#cartContentsDisplay .tableHeading, #prevOrders .tableHeading, #accountHistInfo table .tableHeading  {
	margin: 0em;
	background-color: #96c93d;
	padding: 0.2em 0em;
	color:#fff;
}
#cartContentsDisplay th  {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align:middle;
}
#prevOrders th, , #accountHistInfo table th  {
	border-bottom: 1px solid #fff;
	vertical-align:middle;
}
#cartContentsDisplay td, #prevOrders td, #accountHistInfo table td {
	vertical-align:top;
}
#prevOrders td, #accountHistInfo table td {
	padding:10px;
}
td address {
	margin:0;
	padding:0;
}
h2#orderHistoryDetailedOrder {
	margin-top:1.4em;
}
#cartContentsDisplay #scQuantityHeading, #cartContentsDisplay td.cartQuantity  {
	border-left: 1px solid #fff;
	width:40px;
}
#cartContentsDisplay #scRemoveHeading, #cartContentsDisplay td.cartRemoveItemDisplay  {
	border-right: 1px solid #fff;
	width:40px;
	text-align:center;
}
#cartContentsDisplay td.cartRemoveItemDisplay a img {
	margin: 0 10px;
	padding: 0;
}
#cartContentsDisplay td.cartProductDisplay #cartImage {
	margin: 0 10px 10px 10px;
	padding: 0;
}
#cartContentsDisplay td.cartQuantity, #cartContentsDisplay td.cartRemoveItemDisplay, #cartContentsDisplay td.cartQuantityUpdate, #cartContentsDisplay td.cartProductDisplay, #cartContentsDisplay td.cartProductDisplay, #cartContentsDisplay td.cartUnitDisplay, #cartContentsDisplay td.cartTotalDisplay {
	border-bottom: 1px solid #9a9a9a;
}

#cartContentsDisplay a {
	color:#7F1A1C;
	text-decoration:none;
}
#cartContentsDisplay a:hover {
	text-decoration:underline;
}

#cartAdd {
	padding:0;
	margin:0 0 1.4em 0;
	float: right;
	text-align: center;
	}

#cartAdd p {
	margin:0 0 10px 0;
	padding:0;
	font-size:10px;
	line-height:20px;
	height:20px;
}

#cartAdd input {
	margin:0;
	padding:0;
}

.tableHeading TH {
	}

.tableHeading, #cartSubTotal {
	 }

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 40px;
	background: #e9e9e9 url(../images/corner.gif) bottom right no-repeat;
	border-left:1px solid #fff;
	color:#000;
	margin-bottom:1.4em
	}

#checkoutConfirmDefault #cartContentsDisplay .cartTableHeading th  {
	margin: 0em;
	background-color: #96c93d;
	padding: 0.2em 0em;
	color:#fff;
}

#checkoutConfirmDefault #cartContentsDisplay td  {
	border-bottom: 1px solid #9a9a9a;
}
#checkoutConfirmDefault #cartContentsDisplay td.cartProductDisplay  {
	font-weight:bold;
	}
#checkoutConfirmDefault #cartContentsDisplay td.cartProductDisplay ul li  {
	font-weight:normal;
	}

#checkoutConfirmDefault #cartContentsDisplay td.cartQuantity, #checkoutConfirmDefault #cartContentsDisplay th#ccQuantityHeading  {
	text-align:center;
	border-left: 1px solid #fff;
	width:80px;
}
#checkoutConfirmDefault #cartContentsDisplay td.cartTotalDisplay, #checkoutConfirmDefault #cartContentsDisplay th#ccTotalHeading  {
	text-align:right;
	border-right: 1px solid #fff;
	width:80px;
	padding-right:10px;
}
#checkoutConfirmDefault #cartContentsDisplay th#ccTotalHeading  {
	text-align:center;
}



#shoppingCartDefault .back, #shoppingCartDefault .forward {
	margin:0 0 10px 0;
	padding:0;
}

#shoppingCartDefault form .back input {
	margin:0 10px;
	padding:2px 4px 2px 68px;
	background: url(../images/button_updatecart.gif) left no-repeat;
	}

#shoppingCartDefault div#crossSell {
	margin:0 0 1.4em 0;
	}

#shoppingCartDefault div#crossSell h2 {
	margin:0;
	}

.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 {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	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;
	}
	
td.cartProductDisplay ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
	}
	
td.cartProductDisplay ul li {
	margin-left:0;
	padding:3px 0 3px 0;
	border-top:1px solid #9a9a9a;
	}

/* ----------------------------------------
 * __IMAGES
 * ---------------------------------------- */

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
	
#productMainImage a {
	text-transform:capitalize;
	text-decoration:none;
}

.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 {
	}

/* ----------------------------------------
 * __SIDEBOXES
 * ---------------------------------------- */

/*sideboxes*/
.columnLeft {}

.sideBoxContent {
	padding: 12px 0.4em 12px 0.4em;
	color:#000;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	padding: 0;
	}

.leftBoxContainer, .rightBoxContainer {
	margin-bottom: 24px;
	}

.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;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* ----------------------------------------
 * __LEFT_SIDEBOXES
 * ---------------------------------------- */

h3.leftBoxHeading, h3.leftBoxHeading a {
	color: #fff;
	}

h3.leftBoxHeading a {
	text-decoration: underline;
}

.leftBoxHeading {
	margin: 0em;
	background-color: #96c93d;
	padding: 0.2em 0.2em;
	border: 1px solid #fff;
	}

h3.leftBoxHeading a:hover {
	color: #fff;
	text-decoration: none;
	}

.leftBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.columnLeft .leftBoxContainer {
	background: #e9e9e9 url(../images/corner.gif) bottom right no-repeat;
}

.columnLeft .sideBoxContent {
	border-left: 1px solid #fff;
	padding-right:24px;
	padding-left:24px;
}

.columnLeft .sideBoxContent a {
	color:#7F1A1C;
	text-decoration:none;
}
.columnLeft .sideBoxContent a:hover {
	text-decoration:underline;
}
.columnRight #featured a:hover {
	text-decoration:none;
}

/* ----------------------------------------
 * __RIGHT_SIDEBOXES
 * ---------------------------------------- */

h3.rightBoxHeading, h3.rightBoxHeading a {
	color: #fff;
	}
	
h3.rightBoxHeading a {
	text-decoration: underline;
}

.rightBoxHeading {
	margin: 0em;
	background-color: #96c93d;
	padding: 0.2em 0.2em;
	border: 1px solid #fff;
	}

h3.rightBoxHeading a:hover {
	color: #fff;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.columnRight .rightBoxContainer {
	background: #e9e9e9 url(../images/corner.gif) bottom right no-repeat;
}

.columnRight .sideBoxContent {
	border-left: 1px solid #fff;
	padding-right:24px;
	padding-left:24px;
}

.columnRight .sideBoxContent a {
	color:#7F1A1C;
	text-decoration:none;
}
.columnRight .sideBoxContent a:hover {
	text-decoration:underline;
}

/* ----------------------------------------
 * __SEARCH_SIDEBOX
 * ---------------------------------------- */

#navMainSearch {
	width:162px;
	height:20px;
	position:relative;
}

#navMainSearch form input, #navColumnOne form input {
	margin:0;
	padding:4px 0 4px 2px;
	border:1px solid #fff;
	background:#e9e9e9;
	height:10px;
	position:absolute;
	top:0px;
	left:0px;
	line-height:10px;
	font-size:9px;
}

#navMainSearch form input.input, #navColumnOne form input.input {
	padding:0;
	border:0;
	background:none;
	position:absolute;
	top:0px;
	height:20px;
	width:70px;
	left:92px;
}

#navColumnOne form {
	/* WDSOLUTIONS TEMPLATE - SEARCH FORM... */
	text-align:left;
	padding:0;
	margin:0 0 0 32px;
	width:162px;
	height:20px;
	position:relative;
	}

/* ----------------------------------------
 * __BESTSELLERS_SIDEBOX
 * ---------------------------------------- */

#bestsellers .wrapper {
	padding:0;
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin: 0 0 0 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0 0em 0.3em 0em;
	}

#xsellsideboxContent ul {
	padding: 0;
	margin: 0 0 0 1.1em;
	}

#xsellsideboxContent li {
	padding: 0;
	margin: 0 0em 0.3em 0em;
	}

#blanksidebox1Content p, #blanksidebox2Content p {
	margin: 0 0 1.4em 0;
}

#blanksidebox1Content ul, #blanksidebox2Content ul {
	padding: 0;
	margin: 0 0 1.1em 1.1em;
	}

#blanksidebox1Content li, #blanksidebox2Content li {
	padding: 0;
	margin: 0 0em 0.3em 0em;
	}


/* ----------------------------------------
 * __MISC
 * ---------------------------------------- */

#loginDefault .buttonRow, #accountEditDefault .buttonRow, #addressBookDefault .buttonRow, #accountPassword .buttonRow, #acctNewslettersDefault .buttonRow, #accountNotifications .buttonRow, #addressBookProcessDefault .buttonRow, #checkoutPayment .buttonRow, #checkoutPayAddressDefault .buttonRow, #checkoutConfirmDefault .buttonRow, #checkoutSuccess .buttonRow, #tellAFriendDefault .buttonRow, #passwordForgotten .buttonRow {
	margin-left:0;
	margin-right:0;
	padding:0;
}

fieldset .forward, fieldset .forward a {
	margin-left:10px;
}
fieldset .back {
	margin-right:10px;
}


/* ----------------------------------------
 * __MISC
 * ---------------------------------------- */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	}

.rowEven {
	}

.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: #96C93D;
	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;
	}

#navSupp, #siteinfoIP, #siteinfoLegal {
	color:#fff;
	}
#siteinfoLegal {
	padding-bottom:12px;
}

body#infoShoppingCart, body#popupShippingEstimator, body#popupSearchHelp, body#popupCouponHelp { 
	width:auto;
	padding:20px;
	background: #1A4E7E;
	text-align:left;
}

div#productAttributes {
	clear: both;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #16416A;
}
#productAttributes h3, #productAttributes h4 {
	clear:both;
	padding:0;
	margin-top:0;
	margin-bottom:1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
}
#productAttributes h4.optionName {
	height:1.4em;
	margin:0;
	width:150px;
	font-size:1.1em;
}
#productAttributes br {
	line-height:0;
	padding:0;
	margin:0;
	height:0;
	overflow:hidden;
}
#productAttributes hr {
	margin:0;
	padding:0;
}
#productAttributes div.ProductInfoComments {
	margin:0 0 1.4em 150px;
	padding:0;
	font-weight:bold;
	color: #D5E7F6;
}
#productAttributes div.back, #productAttributes textarea {
	padding:0;
	margin:0;
}
#productAttributes div.clearBoth {
	margin:0 0 1.4em 0;
	height:1px;
}
td#WzTiTlI a {
	font-weight: normal;
	color:#fff;
}

LABEL#textAreaReviews {
padding-bottom:1.4em;
}

.category-subs-selected:before {
content: '> ';
}

div.centerColumn .home-section-heading, div.centerColumn .section-heading {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	margin:1.4em 0;
	position:relative;
	left:-57px;
	padding:3px 25px 4px 70px;
	background: url(../images/corner-green.gif) bottom right no-repeat;
	color:#fff;
	width:184px;
	font-weight:bold;
}

div.centerColumn .home-section-heading {
	text-transform:uppercase;
}

div.centerColumn h2 a {
	color:#AFD56C;
}

h4.getstarted {
	color:#96C93D;
	text-transform:uppercase;
	margin:1.4em;
	padding:0;
}

#blanksidebox1Content h4.getstarted a {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	padding: 3px 13px 4px 12px;
	color:#fff;
	display:block;
	text-align:center;
	background: url(../images/corner-green.gif) bottom right no-repeat;
}

#blanksidebox1Content h2 {
	font-style:italic;
	color:#7f1a1c;
	text-align:right;
}