/**
 * 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 {
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 62.5%;
	color: #363636;
	margin-top: 20px;
    /*background-image:url(../images/category-2.gif);*/
	}

#looksNav {

    font-size:12px;
     text-transform: uppercase;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a, #looksNav a {
	color: #363636;
    /*font-weight:bold;*/
	text-decoration: none;

	}
 
a:visited {
	text-decoration: none;
    color: #363636;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover, #looksNav a:hover {
	color: #FF9900;
	}

a:active {
	color: #0000FF;
	}

h1 {
    font-family: Gergia;
	font-size: 2em;
	color: #ff9900;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 13px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND,  .sideBoxContent, .larger{
	font-size: 12px;
	}

.biggerText {
	font-size: 1.2em;
	}

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

/*  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;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1.1em;
	margin: 0.1em;
    margin-bottom:8px;
    
    /*border-color:#a09cb5;*/
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #ffffff;
    border:1px solid #a09cb5;
	}

FIELDSET {
	padding: 1em;
	border: 1px solid #79BF08;
	}

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

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 {
    /*font-size:0.8em;*/
    font-size: 1em;
	width: 9em;
	float: left;
    margin-left:15px;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
/* lbi */
	padding-left: 1.6em;
/* lbi */
	}

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

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P{
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
    font-size:1.0em;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #78bf07;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #363636;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #363636;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 1065px;
	vertical-align: top;
	margin-top: 50px;
	}

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

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 29px;
	margin-right: 0;
	}
	
#tagline {
	color:#363636;
	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 {    font-size:11px;}

.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: #abbbd3;*/
	/*background-image: url(../images/tile_back.gif);*/
/*bdi 	padding: 0.5em 0.2em; */
	padding: 0.5em 0em;
	color: #79bf08;
	height: 1%;
	}

#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: #79bf08;
	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: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	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, #productModel, #productQuantity, #productodel, #productPrice, .shippingEstimatorWrapper {
	font-size: 1.1em;
	padding: 1.5em;
    padding-left: 0.5em;
	}


.alert {
	color: #78bf07;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 1.8em;
    /*min-height:525px;*/
	}

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



.tableHeading TH {
	border-bottom: 1px solid #79BF08;;
    font-size:13px;
	}

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

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

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

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

#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;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	/*color: #ff0000;*/
    color: #ff9900;
	}
.productPriceDiscount{
    display:none;
}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#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*/
#productImgageBlock{
    width: 360px;
    height: 500px;
    border: 1px solid #79c00a;
    float: left;
    margin-right: 40px;
	margin-top: 12px;
    float:left;
}
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    margin: 1em 1em 1em 1em ;
	}
#productMainImage{
	position:relative;
}
#rollover_ico{
	width:66px;
	height:25px;
	position: absolute;
	top: -9px;
	right: -15px;
	background-image: url(../images/Zabazoom.png);
	z-index: 1000;
}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
    border: 1px #79BF08 solid;
	}

/*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: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {
border-right: 1px #79bf08 solid;
}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 11px;;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	/*border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;*/
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	text-align: left;
	padding-left: 45px;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	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, .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;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #78bf07;
	text-decoration: none;
    font-weight: normal;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	
    color: #ff9900;
	}
	
A.category-products
{
	font-size:smaller;
}
	
/* end categories box links */

/*misc*/
.back {
	float: left;
	}
.back_option {
    position:absolute;
	/*float: left;*/
    padding-left: 80px
	}

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

.bold {
	font-weight: bold;
	}

.rowOdd {
	height: 1.5em;
	vertical-align: top;    
	}

.rowEven {
	height: 1.5em;
	vertical-align: top;
	}

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

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 90px;
	text-align: right;
	/*vertical-align: top*/
	}

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

TR.tableHeading {
	height: 2em;
}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#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 {
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

#logo_z{
	background:transparent url(../images/zaba_logo1.gif) no-repeat scroll 0 0;
	width: 199px;
	height:94px;
	float:left;
}
#navMain{
	margin-top:66px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Tahoma, Arial, Serif;
}
*+html #navMain{
	margin-top:70px;
}
.menu_one{
	float:left;
	height:22px;
	border-right: 1px #79bf08 solid;
	border-bottom: 1px #79bf08 solid;
	padding: 5px 0px 0 0px;
	text-align: center;
}
.menu_one a, .menu_one a:visited{
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Tahoma, Arial, Serif;
	color: #79bf08;
}
.menu_one a:hover{
	color: #ff9900;
}
.menu_one_choosen{
	border-right: 1px #79bf08 solid;
	border-bottom: none;
	border-top: 1px #79bf08 solid;
}
#central_col{
	width: 865px;
	border-right: 1px #79bf08 solid;
}
#menu_cart{
	width: 183px;
}
.menu_home{
	width: 74px;
}
.menu_about{
	width: 105px;
}
.menu_contact{
	width: 125px;
}
.menu_mag{
	width: 107px;
}
.menu_press{
	width: 76px;
}
.menu_email{
	width: 189px;
}
*+html #contentMainWrapper{
	margin-top: -10px;
}
.leftBoxHeading{
	width: 165px;
	height: 30px;
	background:transparent url(../images/round_dir.gif) no-repeat scroll 0 0;
	margin-right: -2px;
	padding-right: 0px;
	text-align: center;
	font-family:Arial, Tahoma,Arial,Serif;
	font-size:12px;
	text-transform:uppercase;
	color:#79BF08;
	padding-bottom: 0px;
}
#foot_div{
	border-top: 1px #79bf08 solid;
	border-right: 1px #79bf08 solid;
	width: 1064px;
	margin: auto;
	height: 25px;
}
.foot_left{
	float:left;
	width: 198px;
	height: 25px;
	border-right: 1px #79bf08 solid;
}
.foot_menu a{
	float: left;
	text-align: center;
	margin-left: 30px;
	font-family:Arial, Tahoma,Arial,Serif;
	font-size:10px;
	margin-top: 8px;
	color:#79BF08;
}
.foot_menu a:hover{
	color: #ff9900;
}
.banners{
	border-style: solid;
	border-width: 1px;
	border-color: #79bf08;
	padding: 3px;
	
}
.home_top{
	margin-bottom: 10px;

	position: relative;
	width: 782px;
	height: 515px;
}
#category_big{
	cursor: pointer;
	margin: 5px;
	
	position: absolute;
	top: 0px;
	left: 85px;
	cursor: pointer;
}
#category_small{
	cursor: pointer;
	margin: 5px;
	
	position: absolute;
	top: 0px;
	left: 515px;
}
#news{
	cursor: pointer;
	margin: 5px;

	position: absolute;
	top: 327px;
	left: 480px;
}
#sale{
	cursor: pointer;
	margin: 5px;

	position: absolute;
	top: 290px;
	left: 690px;
	z-index: 99;
}
.home_bottom{
	margin-bottom: 10px;
	border-top: 1px #79bf08 solid;
}
.home_bottom div{
	float: left;
	margin: 5px;
}

.sideBoxContent a, .sideBoxContent a:visited{
	color:#79BF08;
}
.sideBoxContent a:hover{
	color: #ff9900;
}
/*
#manufacturersHeading{
	padding-left: 3px;
}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#ccc;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#363636;
	display:none;
	border: 2px solid #79bf08;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 40px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* end of LIGHTBOX */

#cartDefaultHeading{
    color: #79BF08;
}
#shoppingCartDefault{
    padding: 20px;
}
#cartProdTitle{
    display:block;
    margin-top: 25px;
    width:370px;
}
.cartProductDisplay{
    width: 400px;
}
.rowOdd td, .rowEven td{
    border-bottom: 1px #79BF08 solid;
}
.cartQuantity input{
    text-align:center;
    color: #79BF08;
    margin-bottom:0px;
}
.cartQuantity{
    vertical-align: middle;
}
.with_line{
    border-bottom: 1px #79BF08 solid;
    width: 100%;
    text-align:center;    
}
* html .with_line{
    width: 98%;
}
#shippingEstimatorContent{
    text-align:left;
}
#seProductsHeading{
    text-align:left;
}
#state{
    /*
    margin-left:3px;
    margin-bottom:0px;
    margin-top:5px;
    margin-right:0px;
    */
}
.subtot_bot{
    border-bottom:1px solid #79BF08;
    height:1px;
    width:247px;
    margin: 10px 0 10px 577px
}
.shop_tot{
    width: 80px;
    text-align:left;
    margin-left:10px;
}
#checkoutPaymentHeading{
    color: #79BF08;
    text-transform:uppercase;
}
.head_black{
    text-transform:uppercase;
    font-size: 12px;
    font-weight:bold;
    margin-top:9px;
    margin-left:10px;
	clear: both;
}
.head_black_i{
    font-size: 14px;
    font-weight:bold;
    font-style:italic;
    margin-top:9px;
    margin-left:10px;
}
.btw_categor{
    margin-top:3px;
}
.upd_but{
    margin: 13px 0 0 0;
    padding-bottom:3px;
}
.cart_coup{
    text-align: left;
    margin-top:15px;
    padding-bottom:4px;
}
#pressBox{
    border:1px solid #78BF07;
    float:left;
    height:500px;
    margin:4em 4em 0 8em;
    padding:0.3em;
    width:340px;
}
*html #pressBox {
    margin:4em 4em 0 3em;
}
.press_descr{
    float:left;
}
.press_descr h2{
    margin: 2.6em 0 1em 0;
    color: #ff9900;
    width: 20em;
}
.press_text{
    width: 350px;
}
.socialBookmark2{
    margin: 30px 0 0 0;float:none;
}
.look_line{
    border-bottom:1px solid #78BF07;
    text-align:center;
    height: 1px;
    margin: 20px 20px;
}
.green_bord{
    float:left;
    border:1px solid #78BF07;
    width: 151px;
    height:179px;
    padding:3px 0 0 3px;
    margin-left:12px;
    margin-bottom:30px;
}
.the_set{
    margin-left:7px;
}
*html .the_set {
    margin-left:-5px;
}
#contentMainWrapper {/*
-khtml-magin-start: -1065px; 
-webkit-margin-start: -1065px;*/
clear:both;
}


a.common:link{
	color: #79BF08;
	text-decoration: none;
	}
a.common:visited {
	text-decoration: none;
    color: #79BF08;
	}
a.common:hover{
	color: #FF9900;
	}
/* 	lbi  */
#login-email-address{
	margin-left: 20px;
	display:block;
	clear:both;
}
#login-password{
	margin-left: 20px;
	display:block;
	clear:both;
}
#productDescription, #productInfo{
	width:320px;
}
#checkoutPayAddressDefaultAddress{
	margin-bottom: 20px;
}
#bill_instr{
	margin-bottom: 20px;
}
#cc-cc-expires-month{
	width: 106px;
}
.bodyContent{
font-weight:normal;
}
#boxItemName img{
	clear:both;
	display:block;
}
#productGeneral{
	padding:2.3em;
	padding-top:31px;
	padding-bottom:0px;
}

#boxTitle
{
	margin-bottom:10px;
}
#indexCategoriesHeading{
margin-bottom: 10px;
}
/* end	lbi  */