/**
 * 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: 'Trebuchet MS', arial,verdana, helvetica, sans-serif;
	/*font-size: 75%;*/
	font-size:11px;
	color: #485052;
	/*background-color: #e5edf5;*/
	/*background-color: #96cfc8;*/
	background-color: #FFFFFF;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #1B2F35;
	text-decoration: none;
}

div#navEZPagesTop a {
	font-size: 1.15em;
	color: #ffffff;
}

div#navEZPagesTop a:hover {
	color: #1B2F35;
}

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

a:hover, #navEZPagesTOC ul li a:hover, #headerWrapper ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #339999;
	}

a:active {
	color: #339999;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 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: verdana,arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

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 #cccccc;
	}

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

#logo img {
	margin-top: 17px;	
}

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

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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

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

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

/*wrappers - page or section containers*/
#mainWrapper
{
	text-align: left;
	width: 70%;
	vertical-align: top;
}

#headerWrapper {
	clear:both;
	float:left;
	width: 100%;
	background-image:url("../images/headerbg.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#F0F8F8;
	height:119px;
}

#topLeftLogoExtra {
	width: 14.9%;
	height: 36px;
}

#topRightLogoExtra {
    width: 14.9%;	
	height: 36px;
}

#headerWrapper #headerMiddle {
	width: 70%;
	height: 36px;
	border-bottom: none;
}

#headerWrapper ul {
	text-align: left;
	list-style: none;
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;	
}

#headerWrapper ul li {
	float: left;
	margin: 0;
	padding: 3px;
}

#headerWrapper ul li a {
	font-weight: bold;
}

#headerWrapper div {
	float: left;
}

#headerWrapper div #navMainSearch {
	float: right;
	margin-top: 8px;
	margin-right: 10px; 
}
#headerWrapper span.phoneNumberText {
	font-weight: bold;
	margin-right: 12px;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#logoWrapper {
	padding-top: 10px;
	width: 100%;
}

#rightLogoExtra {
	width: 9.9%;	
	height: 91px;
	float:left;
}

#leftLogoExtra {
	width: 9.9%;	
	height: 91px;
}

#logoMiddle {
	float:left;
	width: 80%;
	height: 91px;
	border-bottom: none;
	border-top: none;
}

#logoMiddle #logo {
	width: 176px;
	float:left;	
}

#logoMiddle div.headerText {
}


#logoMiddle .headerText img {
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#navMainWrapper {
	clear: both;	
}



#topBgDiv {
	/*background: url('../images/bg_images/banner_bg_*/
	/*background: #67ada4;*/
	/*background: #96cfc8;*/	
}

#extraOutsideWrapper #leftDecordation, #extraOutsideWrapper #rightDecordation, #extraOutsideWrapper #mainWrapper {
	float: left;
}

#extraOutsideWrapper {
	width: 100%;
	clear: both;
}

#mainWrapperEx {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 12px;	
}

#leftGraphics {
	width: 9.9%;
	float:left;
	height: 100%;
}

#leftGraphicsEx {
	width: 100%;
	float:left;
	height: 1200px;
}

#mainWrapper {
	width: 80%;
	float:left;
}

#rightGraphics {
	width: 9.9%;
	float:left;
	height: 100%;
}

#rightGraphicsEx {
	width: 100%;
	float:left;
	height: 1200px;
}

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

#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
{
	background-color: #F1F9F9;
	border: 1px solid #D0EAEA;
	float: right;
	margin: 0em 0em 1em 1em;
	padding:10px;
}

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks
{
	margin-bottom:1px;
	text-align:right;
}
.navSplitPagesLinks a,.navSplitPagesLinks .current
{
	float:left;
	background-color: #F2F2F2;
	border: 1px solid #E2E2E2;
	padding:1px 3px;
	margin-left:2px;
	text-align:center;
}
.navSplitPagesLinks .current
{
}
.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: #bae5e7;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	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;
	}

#headerWrapper ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #1b2f35;
	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;
	}

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

#navEZPagesTop {
	background-color: #bae5e7;
	/*background-image: url(../images/tile_back.gif);*/
	font-size: 1em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	/*font-variant: small-caps;*/
}

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

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

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

/*Shopping Cart Display*/

#divcartbox
{
}
#cartAdd
{
}

#cartAdd span {
	}

.tableHeading TH
{
	background-color: #F2F2F2;
	border:1px solid #E2E2E2;
	background-image: url(../images/tile_back.gif);
	padding:4px;
	color: #1b2f35;
}

.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: #2C7877;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #2C7877;
	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;
	}

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

.centerBoxWrapper
{
	height: 1%;
	margin: 0;
}

h2.centerBoxHeading {
	font-size: 1.1em;
	font-weight:bold;
	text-transform:uppercase;
	color: #415459;
	background-color:transparent;
	border:0px;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,h3.leftBoxHeading a:visited,h3.leftBoxHeading a:hover
h3.rightBoxHeading, h3.rightBoxHeading a,h3.rightBoxHeading a:visited,h3.rightBoxHeading a:hover,h3.rightBoxHeading label,h3.rightBoxHeading {
	font-size: 12px;
	color: #2C7877;
	text-transform:uppercase;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #000000;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #F1F9F9;
	border:1px solid #D0EAEA;
	/*background-image: url(../images/header_bg.jpg);*/
	padding:5px;
	}
.centerBoxHeading
{
	padding:0px;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	}

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

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

#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: #2C7877;
	text-decoration: none;
	font-weight: normal;
	background-image:url("../images/catbullets.png");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:10px;
}
A.category-top:hover {
	color: #1B2F35;
	text-decoration: none;
}
A.category-links, A.category-links:visited {
	color: #2C7877;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #3b6d7d;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

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

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

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #FFFFFF;
	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;
	}

.productListing-rowheading th
{
	background-color: #F2F2F2;
	border:1px solid #E2E2E2;
	background-image: url(../images/tile_back.gif);
	padding:4px;
	color: #1b2f35;
}

#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;
	}

	
	a.sideLink {
	
	color: #339999
	}
	


h2.headerText {
	font-size: 13pt;
	font-variant: small-caps;
}
#headerText H1
{
	color: #111111;
	font-size:24px;
	font-weight:normal;
	letter-spacing:4px;
}
#headerText H3
{
	color: #505050;
	font-weight:normal;
	font-size:16px;
}
#headerText
{
	width:98%;
	position:relative;
	left:0px;
	top:-84px;
	padding-top: 14px;
	text-align:center;
	height:71px;
}

#indexDefaultMainContentBottom div {
	text-align: justify;
	margin-left: 4px;
	margin-right: 4px;	
}

#conditionsMainContent ol {
	padding-left:22px;
}

#conditionsMainContent ol li{
	padding-top:4px;
	padding-bottom:4px;
}

p.PrintVoucher {
	margin-left: 35px;
}

p.PrintVoucher a, li.PrintVoucher a {
	font-size:12pt;	
	font-weight: bold;
	color: #339999;
}

p.PrintVoucher a:hover, li.PrintVoucher a:hover {
	color: #333333;
}

#productGeneral ul.basicList {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

#productGeneral ol.listTopBottomSpacing li {
	padding-top:5px;
	padding-bottom:5px;
}
#productGeneral p
{
	padding:10px 0px;
	margin:0;
}
#dealcontentbox
{
	width:310px;
	margin:5px auto;
}
#dealcontentheader
{
	font-size:18px;
	text-align:center;
	font-weight:bold;
	margin:10px 0 10px 0;
}
#dealcontent
{
	border-top:1px solid #3FB4CD;
}
#divimg
{
	padding:15px 0px;
	text-align:center;
}
#addtocart_left
{
	width:154px;
	margin-right:1px;
	float:left;
}
#addtocart_right
{
	width:153px;
	float:left;
}
.add_tocart
{
	margin-top:1px;
}
.add_tocart input
{
	cursor:pointer;
}

#countdown_dashboard {
	height: 60px;
	margin:auto;
	width:242px;
}

.dash {
	width: 36px;
	height: 26px;
	background: transparent url('../images/counterbg1.png') 0 0 no-repeat;
	float: left;
	margin-left:0px;
	position: relative;
}
.digit_container
{
	margin:auto;
	width:20px;
}
.dash .digit {
	font-size:12px;
	font-weight: bold;
	float: left;
	width: 10px;
	text-align: center;
	font-family: verdana;
	color: #2C7877;
	position: relative;
	line-height:26px;
}

.dash_title {
	position: absolute;
	display: block;
	width:36px;
	top:28px;
	text-align:center;
	font-size:9px;
	color: #555;
	text-transform: uppercase;
	letter-spacing:0px;
}
.divider
{
	background-image:url("../images/counter_divider1.png");
	width:1px;
	background-position:top center;
	background-repeat:no-repeat;
	height:26px;
	float:left;
}
.counter_left
{
	background-image:url("../images/counter_left1.png");
	width:2px;
	height:26px;
	float:left;
}
.counter_right
{
	background-image:url("../images/counter_right1.png");
	width:2px;
	height:1px;
	float:left;
}
p#vtip
{
	font-family:verdana,arial;
	font-size:1em;
}
#headerlinks ul
{
	list-style-type:none;
	margin:8px 0;
}
#headerlinks ul li
{
	padding:0px;
	margin-top:10px;
}
#divbanner_content,#divfeed_content
{
	width:510px;
	margin:10px auto;
}
#divbanner_content h3
{
	font-size:11px;
	font-weight:normal;
}
#divbanner_content hr,#divfeed_content hr
{
	margin:20px 0;
}
.banner
{
	width:200px;
	float:left;
	margin-right:10px;
}
#divbanner_content div.bannerlink
{
	width:300px;
	float:left;
}
#divbanner_content textarea.textbox,#divfeed_content textarea.textbox
{
	width:100%;
	height:100px;
	border-top:1px solid #B2B2B2;
	border-left:1px solid #B2B2B2;
	border-bottom:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
	font-size:10px;
	font-family:verdana,Arial;
}
#divfeed_content textarea.textbox
{
	height:35px;
}
#divbanner_content span
{
	color:#A2A2A2;
}
.my_clip_button
{
	background-image:url("../images/btncopy.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:160px;
	height:29px;
	line-height:29px;
	margin:10px 0;
	padding-left:28px;
	cursor:pointer;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:10px;
}
#divfeed_content h2
{
	font-size:11px;
	color:#288194;
	text-transform:uppercase;
	line-height:25px;
}
#divgv
{
	margin:10px;
}	
#divgv p
{
	line-height:15px;
}
#divgv h3
{

	font-size:11px;
	color:#288194;
	font-weight:bold;
}
.gv_table
{
	margin-top:15px;
	margin-left:20px;
}
.gv_table td
{
	padding:20px 7px;
}
.gv_table td.coldivider
{
	border-right:1px solid #E2E2E2;
}
.gv_table label
{
	cursor:pointer;
}
#menuLog { font-size:1.4em; margin:20px; }
.ui-widget {
    font-family:verdana,arial,helvetica,sans-serif;
    font-weight:bold;
    font-size: 10px;
}
.ui-corner-all {
    border-radius: 1px 1px 1px 1px;
}
#call_for_price
{
	background-image:url("../images/call_for_price.png");
	background-position:top left;
	background-repeat:no-repeat;
	line-height:28px;
	padding-left:32px;
	height:28px;
	display:block;
	
}

#ask_question
{
	background-image:url("../images/question.png");
	background-position:top left;
	background-repeat:no-repeat;
	line-height:28px;
	padding-left:32px;
	height:28px;
	display:block;
	
}
#divquestion
{
	display:none;
}
#divquestion h2
{
	font-size:10px;
	font-weight:bold;
}
#divquestion label,#divquestion input,#divquestion textarea,#divquestion span
{
	float:left;
	margin-bottom:10px;
	font-size:10px;
}
#divquestion span
{
	padding:0.2em;
	line-height:1.5em;
}
#divlist_question h2
{
	margin:10px;
	font-size:10px;
	font-weight:bold;
}
#divquestion label
{
	width:100px;
}
#divquestion input.textbox,#divquestion textarea.textbox
{
	padding:3px;
	border-top:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	border-left:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
	width:353px;
	font-family:verdana;
	font-size:10px;
}
#divquestion input.textbox:focus,#divquestion textarea.textbox:focus
{
	background-color:#F2F2F2;
}
#divquestion input.btn_submit
{
	border:1px solid #202020;
	background-color:#606060;
	padding:3px;
	color:#fff;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}
#divquestion br
{
	clear:both;
}
.msg
{
	color:#FF0000;
	display:block;
}
.ui-widget-header {
    background-image:none;
    background-color:#DD1B96;
    border:1px solid #780E51;
    font-weight: bold;
}
.question_block
{
	width:548px;
	margin-bottom:10px;
}
.question_block img
{
	float:left;
	margin:10px;
	width:40px;
	border:1px solid #EFEFEF;
}
.question_content
{
	width:458px;
	float:left;
}
.bubble
{
	border: 1px solid #C9C2C1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:10px;
}
.bubble p
{
	margin:0;
}
.bubble_tip
{
	position:relative;
	width:21px;
	height:11px;
	top:-3px;
	left:20px;
	background-image:url("../images/bubble_tip.png");
	background-position:top left;
	background-repeat:no-repeat;
}
.question_by
{
	font-weight:bold;
	color:#339999;
	float:left;
	width:140px;
}
.date_posted
{
	font-weight:normal;
	color:#A0A0A0;
	margin-left:20px;
	float:left;
	width:155px;
}
.question_img
{
	background-image:url("../images/question_img.png");
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:23px;
	line-height:18px;
	color:#404040;
	font-weight:bold;
	height:22px;
	margin-left:20px;
	display:block;
	float:left;
	width:75px;
}
.answer_block
{
	margin-left:30px;
	width:518px;
	margin-bottom:10px;
}
.answer_block img
{
	float:left;
	margin:10px;
	width:40px;
	border:1px solid #EFEFEF;
}
.answer_content
{
	width:428px;
	float:left;
}
.answer_block span.question_by
{
	width:240px;
}
#productInfoLink a
{
	font-weight:bold;
	color: #339999;
}
#becomeareferrerContent p
{
	font-size:10px;
}
#toolbox
{
	float:right;
	width:200px;
}
#divcartbox
{
}
#toolbox div.toolbar
{
	background-color:#F1F1F1;
	border:1px solid #D6D6D6;
	padding:6px 10px;
	width:175px;
	margin-bottom:2px;
}
#toolbox div.toolbar span
{
	float:left;
	width:35px;
	text-transform:uppercase;
	font-weight:bold;
	padding:6px 0px;
}
#toolbox div.toolbar input.textbox
{
	float:left;
	padding:5px 5px;
	border-top:1px solid #A4A4A4;
	border-left:1px solid #A4A4A4;
	border-right:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
	text-align:right;
	margin-right:5px;
	width:25px;
}
#toolbox div.toolbar div.btnaddtocart
{
	float:left;
	
}
#write_review
{
	background-image:url("../images/writereview.png");
	background-position:top left;
	background-repeat:no-repeat;
	line-height:28px;
	padding-left:32px;
	height:28px;
	display:block;
}
#headerWrapper div#header_right form
{
	margin:0;
}
#headerWrapper div#header_right
{
	float:right;
	width:224px;
	padding-top:20px;
}
#searchbox input.textbox
{
	float:left;
	width:180px;
	border:1px solid #BBBBBB;
	padding:4px;
	color:#7A7A7A;
	margin-right:0;
}
#searchbox input.button
{
	float:left;
	background-image:url("../images/btnsearch.gif");
	background-position:top left;
	background-repeat:no-repeat;
	border:0px;
	width:27px;
	height:22px;
	margin:1px 0 0 1px;
}
#headerWrapper div#social_links
{
	float:right;
	
}
#social_links
{
	margin-top:18px;
}
#menubar
{
	width:100%;
	background-image:url("../images/menubar.png");
	background-position:top left;
	background-repeat:repeat-x;
	height:56px;
}
#menubar div#menubar_content
{
	width: 80%;
	margin: 0 auto;
}
#cmbcities_id_h
{
	margin:8px 0;
	font-weight:bold;
	font-size: 11px;
	float:left;
	width:auto;
	display:inline-block; 
}
#header_menu
{
	float:right;
	width:auto;
	display:inline-block; 
}
#header_menu ul
{
	margin:0;
	padding:0px;
	list-style-type:none;
	overflow:auto;
}
#header_menu ul li
{
	float:left;
}
#header_menu ul li a
{
	padding:0px 20px;
	display:block;
	line-height:38px;
	padding:0px 20px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
#header_menu ul li.last a
{
	padding:0px 0px 0px 20px;
}
#gift_certificate,#gift_certificate:visited,#gift_certificate:active
{
	color:#2C7877;
	text-decoration:none;
	font-weight:bold;
}
a.category-links span.bold
{
	font-weight:bold;
}
#becomeavendorContent p
{
	margin:0;
	padding:0px;
}
#informationContent li a,#informationContent li a:visited,#informationContent li a:active
{
	color:#2C7877;
}
#bannerbox2Content
{
	margin:5px 0px;
}
.column_divider
{
	width:26px;
}
#specials_box
{
	text-align:center;
}
#specials_box div.offer_slides
{
    background-color: #FAFAFA;
    border: 1px solid #F2F2F2;
    padding:20px;
    margin-bottom:0;
    text-align:center;
}
.slides_container
{
	width:600px;
	display:none;
	margin:0 auto;
}
.slide
{
	width:600px;
	display:none;
}

.slide h1
{
	color: #415459;
	font-size: 1.6em;
	text-transform: uppercase;	
}

.divdeal_left
{
	float:left;
	width:200px;
	margin-right:15px;
}
.slide div.divrecommend
{
	margin-top:10px;
	
}
.slide div.divrecommend h2
{
	font-weight:normal;
	font-size:11px;
	line-height:20px;
}


.slide div.divrecommend A
{
	display:block;
	width:17px;
	height:18px;
	float:left;
	margin-right:0px;
}
.slide div.divrecommend div.addthis_toolbox
{
	padding-top:2px;
}
.slide div.divdeal_content
{
	float:left;
	width:380px;
}
.slide div.divdeal_content p
{
	margin-top:0;
	padding:0px;
}
.slide div.dealprice
{
	padding:6px 0;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	margin:10px 0;
}
.slide div.pricebox,.slide div.pricebox_left,.slide div.pricebox_right
{
	float:left;
	width:126px;
	border-right:1px solid #E5E5E5;
	color:#415459;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.slide div.pricebox_right
{
	border-right:0px;
}
.slide div.countdownbox
{
	float:left;
	margin-top:3px;
	padding:6px 0px 6px 0px;
	text-align:center;
}
.slide div.countdownbox h2
{
	text-align:center;
	font-size:12px;
	font-weight:normal;
}
.slide div.counter
{
	margin:0 auto;
	width:154px;
}
#dealcontentfooter
{
	float:right;
	margin:6px 0px 6px 0px;
}
ul.pagination {
	margin:10px 0;
	overflow:auto;
	padding:0px;
	float:right;
}

ul.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

ul.pagination li a {
	display:block;
	width:11px;
	height:0;
	padding-top:11px;
	background-image:url("../images/pagination.png");
	background-position:0 0;
	float:left;
	overflow:hidden;
}

ul.pagination li.current a {
	background-position:0 -11px;
}
#featuredProducts div.ftrblock,#whatsNew  div.ftrblock
{
	margin-right:2%;
}
.ftrimg
{
	height:140px;
	margin-bottom:10px;
}
.ftrname
{
	height:30px;
}
.ftrblock a
{
	color:#2C7877;
	font-weight:bold;
	text-decoration:none;
}
.ftrprice
{
	margin:10px 0;
	font-size:16px;
	color:#415459;
	font-weight:bold;
}
#currenciesContent
{
	margin:15px 0;
}
#shoppingcartContent
{
	background-color:#F5F5F5;
	margin-bottom:15px;
}
#navSuppWrapper
{
	background-color:#F8F8F8;
	border-bottom:1px solid #E5E5E5;
}
#navSupp
{
	width:80%;
	margin: 0 auto;
	padding:15px 0;
}
#navSupp span.copyright
{
	float:left;
	color:#415459;
	font-size:11px;
	font-weight:normal
}
#navSupp span.phone
{
	float:right;
	color:#415459;
	font-size:11px;
	background-image:url("../images/phoneicon.png");
	background-position:center left;
	padding-left:24px;
	background-repeat:no-repeat;
	line-height:20px;
}
#footerlinkswrapper
{
	width:80%;
	margin:0px auto 20px auto;
}
#footerlinks ul
{
	float:right;
	list-style-type:none;
	overflow:auto;
	margin:5px 0;
}
#footerlinks ul li
{
	float:left;
	margin-left:10px;
}
#productListHeading
{
}
#filterbox,#sorter
{
	border:1px solid #D0EAEA;
	background-color: #F1F9F9;
	padding:10px;
}
#productsListingListingTopLinks
{
	float:right;
	text-align:right;
}
.buttonRow
{
	margin:0;
}
.buttonRow  input
{
	margin:15px 0;
}
.productListing-even
{
	background-color:#F5F5F5;
}
.textbox
{
    border-color: #A4A4A4 #E2E2E2 #E2E2E2 #A4A4A4;
    border-style: solid;
    border-width: 1px;
    padding: 5px;

}
#productListing h3.itemTitle a
{
	font-size:12px;
	color:#339999;
}
div.back
{
	margin:15px 0;
}
#signupForm h2
{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #E2E2E2;
	margin:3px 0;
	color:#2C7877;
}
#signupForm label,#signupForm input.textbox,#signupForm textarea.textbox,#signupForm span.compulsary
{
	float:left;
	margin-bottom:5px;
}
#signupForm label
{
	width:120px;
}
#signupForm span.compulsary
{
	color:#E6271E;
	font-size:20px;
	font-weight:normal;
	width:25px;
	text-align:center;
}
#signupForm input.textbox
{
	width:200px;
}
#signupForm textarea.textbox
{
	width:350px;
}
#signupForm br
{
	clear:both;
}
#signupForm div.msg
{
	margin-top:0;
	clear:left;
	padding-left:145px;
	font-size:10px;
	color:#929292;
}
#languages td
{
	border:1px solid #EFEFEF;
}
#languages td input,#languages td img
{
	margin-right:4px;
}
#languages td input.checkbox
{
	float:left;
	margin:5px 3px 0 0;
}
#languages td label
{
	margin:0;
	width:auto;
	float:left;
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:19px;
	cursor:pointer;
}
.button
{
	margin:10px 0;
	background-color:#EC5E3A;
	padding:5px 10px;
	font-weight:bold;
	color:#FFFFFF;
	border:0px;
	cursor:pointer;
}
#signupForm div.buttons input
{
	margin-top:5px;
	margin-right:5px;
}
#cartBoxGVButton
{
	text-align:center;
}
#like
{
	float:left;
	width:120px;
	margin-top:4px;
}
#divrecommend
{
	float:right;
	margin: 0;
}
#divrecommend div
{
	float:left;
}
.categoryIcon,.categoryIcon A
{
	font-size:16px;
	font-weight:bold;
	color:#2C7877;
	line-height:35px;
}
#categoryIcon
{
	float:left;
}
#product_nav
{
	float:right;
}
#cat_title
{
	background-color: #F8F8F8;
	border: 1px solid #EFEFEF;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}
#navNextPrevCounter
{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
}
#product_nav
{
	text-align:right;
}
#nav_buttons a
{
	float:left;
	margin-left:1px;
}
#productName
{
	font-size:16px;
	font-weight:bold;
	color:#2C7877;
	line-height:25px;
}
#productMainImage
{
	margin:0 20px 20px 0;
	text-align:center;
}
#productMainImage img
{
	margin-bottom:10px;
}
#productDetailsList
{
	width:360px;
	float:left;
	margin:0 5px 10px 0;
}
#productDetailsList label,#productDetailsList span
{
	float:left;
	margin-bottom:3px;
}
#productDetailsList label
{
	width:140px;
	margin-right:5px;
	font-weight:bold;
	line-height:normal;
	padding:0px;
}
#productDetailsList span
{
	width:215px;
}
#productDetailsList span.languages img
{
	margin-right:8px;
}
#productDetailsList hr
{
	clear:both;
	
}
p.vendor_header
{
	padding:0px;
	margin:0;
}
#bannerSix
{
	text-align:center;
	margin-bottom:20px;
}
#loginDefault label,#loginDefault span,#loginDefault input.textbox,#loginDefault textarea.textbox,#loginDefault select,#loginDefault input.checkbox
{
	float:left;
	margin-bottom:5px;
}
#loginDefault label
{
	clear:left;
	width:130px;
}
#loginDefault span
{
	color:#E6271E;
	font-size:20px;
	font-weight:normal;
	width:25px;
	text-align:center;
}
#loginDefault input.textbox
{
	width:200px;
}
#loginDefault div.msg
{
	float:left;
	font-size:11px;
	color:#E6271E;
	margin:4px 10px;
}

#genderfields label,#emailformat label
{
	clear:none;
	width:auto;
	margin:0 25px 5px 10px;
	padding:0px;
}
#genderfields input,#emailformat input
{
	float:left;
	
	margin-bottom:5px;
}
#fbconnect
{
	margin:15px 0;
	background-color: #F8F8F8;
	border: 1px solid #EFEFEF;
	padding:10px;
}
#vendor_link
{
	font-weight:bold;
	text-decoration:underline;
	color:#339999;
}
#navColumnOneWrapper div.leftBoxContainer,#navColumnTwoWrapper div.rightBoxContainer
{
	margin-bottom:10px;
}
div.service_details
{
	background-color: #F8F8F8;
	border: 1px solid #EFEFEF;
	margin-bottom:10px;
	padding: 6px 10px;
}
div.service_details label
{
	background-image:url("../images/interview_icon.png");
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:36px;
	font-weight:bold;
}
div.service_details label a,div.service_details label a:visited
{
	text-decoration:none;
	color:#485052;
}
div.vendor_story label
{
	background-image:url("../images/interview_icon1.png");
}
div.service_details p
{
	padding:0;
}
div.service_details span,#story span
{
	font-size:11px;
	font-weight:bold;
}
div.service_details a,div.service_details a:visited
{
	color:#339999;
	font-weight:bold;
}
#story p
{
	padding:0px;
}
h1.title a
{
	color:#2C7877;
}
.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }
	.fg-button { clear:left; margin:6px 4px 15px 0px; padding: .4em 10em .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1;border:1px solid #288194;color:#fff }
	.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
	a.fg-button { float:left;  }
	button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */
	
	.fg-button-icon-left { padding-left: 2.1em; }
	.fg-button-icon-right { padding-right:8.1em; }
	.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
	.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
	.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	
	
	.fg-button.ui-state-loading .ui-icon { background: url(spinner_bar.gif) no-repeat 0 0; }
	</style>
	
	<!-- style exceptions for IE 6 -->
	<!--[if IE 6]>
	<style type="text/css">
		.fg-menu-ipod .fg-menu li { width: 95%; }
		.fg-menu-ipod .ui-widget-content { border:0; }
	</style>
	<![endif]-->	

