http://www.swissmirrorwatch.com//**
 * 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, #mainWrapper {
	margin: 0;
	font-family: tahoma, arial;
	font-size: 10px;
	color: #000000;
	background-color: #f2f2f2;
	}

a img {border: none; }

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

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	color: #900000;
	text-decoration: underline;
	}
#navSupp ul li a:hover {
 	color:#EEEEEE;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	}

h2 {
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;	
	}

h3 {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	}

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: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

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

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

/*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: 1002px;
	vertical-align: top;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper {
	margin:.5em 0;
	padding:0;
	}
#headerWrapper{
	margin: 0em;
	padding: 0em;
	text-align:center;
	}
#topBarWrap{
	width:1002px;
	}
#topBar{
	margin:auto;
	color:#2C2C2C;
	font-weight:bold;
	padding: .8em;
	}
.topBox{
	float:left;
	padding: 0 2em 0 2em;
	height:3em;
	}
#nav_header{
	border-right:1px solid #9a9a9a;
	padding: .2em 3em 0 1em;
	}
#lang_header{
	border-right:1px solid #9a9a9a;
	padding-left:2em;
	}
#currency_header{
	border-right:1px solid #9a9a9a;
	}
#cart_header{
	/*background:url(../images/cart_bg.gif) 2em 0 no-repeat;
	padding:.2em 0 0 8em; */
	margin-top:5px;
	}
#logoWrap{
	margin:auto;
	width:1002px;
	}
#topLinks{
	float:right;
	background:#900000;
	margin: .9em auto;
	width:74%;
	}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	}
	
#tagline {
	color:#000000;
	font-size: 1.8em;
	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;
	display:inline;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper {
	text-align:center;
	clear:both;
	}
 #navCatTabsWrapper {
	margin: 0em;
	background-color: #2E2E2E;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #909090;
	border-top:8px solid #000000;
	height: 1%;
	}
#navSupp{
	width:1002px;
	color:#FFF;
	border-bottom:8px solid #616161;
	border-top:8px solid #2197D4;
	background-color:#000;
	margin:auto;
	padding:10px 0;
}
#navSupp a {
	color:#FFF;
	text-decoration:underline;
}
#payments{
	float:left;
	background:url(../images/payments.gif) 1.5em 0 no-repeat;
	width:25%;
	padding:1em 0;
	}
#bottomNav{
	margin:auto;
	}
#bottomNav a, #bottomNav a:visited{
	color:#fff;
	text-decoration:underline;
	}

#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, #navSupp ul li a:visited, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	text-decoration:underline;
	}
#navSupp ul li a:hover {
	color:#EEEEEE;
	text-decoration:underline;
	}

#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;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#ffffff;
	}

#navEZPagesTop a:link, #navEZPagesTop a:visited{
	color:#ffffff;
	padding:0 1em 0 1em;
	}
#navEZPagesTop a:hover{
	text-decoration:underline;
	}
#navEZPagesTop ul li {
	list-style:none;
	float:left;
	background:url(../images/hjn_05.gif) right bottom no-repeat;
	height:30px;
	line-height:30px;
	padding-top:10px;
	padding-left:5px;
	padding-right:7px;
	}

#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 {
	padding: 0.8em;
	}
#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0 0 .6em;
	}
#bannerOne{
	padding:0;
	margin: .5em 0 0 0;
	}
.banners img{
	padding:0;
	}
.centerColumn{
	padding-top:0;
}

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

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	margin: 0.5em 1em 0 1em;
	padding: 0;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

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

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

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	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, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #cccccc;
	height: 1%;
	margin: 1.1em 0;
	background:url(../images/hjn_38.gif) repeat-x #ffffff;
	}

h2.centerBoxHeading {
	font-size: 1.4em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:6px 5px 6px 10px;
	margin:0 auto;
	}
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	//padding:.5em 0 .7em 1em;
	padding-left: 1em;
	background:#9a9a9a url(../images/catboxHeadingbg.gif) repeat-x;
}
.centerBoxHeading{
	margin: 0em;
	padding:0 0 0 2em;
	background:#5D7FA4 url(../images/centerboxHeadingbg.gif) repeat-x;
}
#categoriesHeading, #categoriescssHeading {
	background:#9a9a9a url(../images/centerboxHeadingbg.gif) repeat-x;
	font-size:1.1em;
	/*padding:.2em 0 .4em 1em;*/
	line-height:20px;
	}
#whatsnewHeading, #manufacturersHeading, #currenciesHeading, #musicgenresHeading, 
#recordcompaniesHeading, #searchHeading, #search-headerHeading, #shoppingcartHeading {
	background:#7EA65A url(../images/brownboxHeadingbg.gif) repeat-x;
	font-size:1.1em;
	padding:.4em 0 .5em 1em;
	}
#bestsellersHeading, #reviewsHeading, #featuredHeading, #informationHeading, #moreinformationHeading, 
#ezpagesHeading, #bannerboxallHeading, #specialsHeading, #languagesHeading, #whosonlineHeading, 
#productnotificationsHeading, #tellafriendHeading {
	background:#A99A71 url(../images/greenboxHeadingbg.gif) repeat-x;
	font-size:1.1em;
	padding:.4em 0 .5em 1em;
	}
#categories ul{
	padding:0;
	margin:0;
	list-style:none;
	}
.category-top li{
	padding:0;
	margin:0;
	background: #EEEEEE;
	vertical-align:middle;
	}
li.category-top a{
	padding:.4em 0 0 1.5em;
	margin:0;
	color:#333333;
	font-weight:bold;
	display:block;
	height:1.8em;
	border-bottom:1px solid #9a9a9a;
	background:#EEEEEE url(../images/boxlistbg.png) .4em 0.5em no-repeat;
	}
li.category-products a{
	padding:.4em 0 0 1.5em;
	margin:0;
	color:#333333;
	font-weight:bold;
	display:block;
	height:1.8em;
	border-bottom:1px solid #9a9a9a;
	background:#EEEEEE url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
	}
li.category-top a:hover{
	background:#333333 url(../images/boxlistbg.png) .4em 0.5em no-repeat;
	color:#EEEEEE;
	}
li.category-products a:hover{
	background:#333333 url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
	color:#EEEEEE;
	}
#categoriesContent{
	padding:0;
	margin:0;
	}
#bestsellersContent {
	color:#333333;
	font-weight:bold;
	}
#informationContent a:link, #informationContent a:visited, #bestsellersContent, 
#bestsellersContent a:link, #bestsellersContent a:visited{
	color:#333333;
	font-weight:bold;
	}
#extralinks{
	padding: .5em 0 .5em 1em;
	}
.leftBoxContainer, .rightBoxContainer {
	margin: 0 0 1em 0;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 4px solid #9a9a9a;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	font-size:12px;
	}

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, .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;
	}
.ic{
	display:none;
	}
#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: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #333333;
	font-weight:bold;
	}
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 {
	font-weight: bold;
	}
/* end categories box links */

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

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

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

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

CAPTION {
	/*display: none;*/
	}

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

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

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

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-image: url(../images/centerBoxHeadingbg.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 {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

/***IMAGE HANDLER SUPPORT ***/

#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}

#topBarLeft { height:47px; width:138px; background:url(../images/hjn_01.gif) no-repeat right top; float:left; margin:0 auto; padding:0;}
#topBarRight { height:47px; width:138px; background:url(../images/jn.gif) no-repeat; float:left; margin:0 auto; padding:0;}
#topBarMain {float:left; margin:0 auto; padding:0; background: url(../images/hjn_02.gif) top repeat-x #F2F2F2; width:726px; height:46px;}

#topLogo { height:50px; float:left; width:250px; text-align:center; padding-top:10px;}
#topSearch { float:left; background:url(../images/search.gif) left no-repeat 10px 10px; padding-left:10px;}
#topLogoRight{ float:right; text-align:right; margin-right:40px; padding-top:15px;}

#indexCategoriesMainContent { border:1px solid #cccccc; background: url(../images/btbj.gif) repeat-x top #FFF; padding:0 15px 15px 15px; line-height:16px;}

#HomeCates h2 { margin-bottom:15px; background:url(../images/hjn_33.gif) left no-repeat; padding-left:30px; font-size:1.4em; }

#indexCategoriesMainContent h3 { background:url(../images/hjn_33.gif) left no-repeat; padding-left:30px; font-size:1.4em; margin:0 auto; height:27px; line-height:20px; *line-height:27px; }

#mainWrapper {
	width:940px;}
.columnLeft {
	float:left;
	margin:0 10px 0 5px;
	/*border:#ccc 1px solid; */}
.columnRight {
	float:right;
	margin-right:8px;}	
.categoryListBoxContents {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:3px;}
#HomeCates {
	 width:700px; 
	 _width:690px; 
	 padding: 1px 10px 10px 10px;
	 border:1px solid #cccccc;
	 margin-left:7px;
	 overflow:auto;
	 background: url(../images/btbj.gif) repeat-x top #FFF;
	 margin-bottom:10px;}
#HomeCates ul {
	 _width:680px; 	
}	 
#HomeCates ul, #HomeCates ul li {
	margin:0 auot;
	padding:0;
	list-style:none;
	line-height:17px;
	}
#HomeCates H2 {
	color:#2197D4;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;}
.centerBoxHeading { background:url(../images/hei.gif) left no-repeat; margin-left:15px;} 
.rightBoxContainer {
	border:#ccc 1px solid;
	background-color:#FFFFFF; }
#editablesideboxHeading {
	line-height:16px;}
.listingImageWrapper {
	border:1px solid #ccc;
	background-color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
	}
.listingTextWrapper {
	text-align:center;
	color:#900000;}	
.listingTextWrapper a:link, .listingTextWrapper a:visited {	
	color: #0066FF;
	text-decoration:underline;
	}
.listingTextWrapper a:hover {	
	color: #000000;;
	text-decoration:none;
	}
.centerBoxContentsFeatured {
	background-color:#FFF; }	
.centerColumn {
	margin-top:0px;
 }
#indexProductList, #productGeneral {
	float:right;
	overflow:auto;
	width:750px;
	*width:auto;
	_width:748px;
	margin-left:0;
	padding-left:0;
	padding-right:0;
	margin-right:0;}

#ezPageDefault {
	float:right;
	overflow:auto;
	width:725px;
	*width:auto;
	margin-left:0;
	padding-left:0;
	padding-right:0;
	margin-right:5px;
	margin-bottom:10px;}
#indexProductListCatDescription, #ProductInfoCatDescription, #ezPageDefault {
	border:1px solid #ccc; 
	padding: 2px 10px 10px 10px;
	background:url(../images/btbj.gif) repeat-x #ffffff; }
#productListHeading {
	color:#333;
	font-size:12px;
	margin-bottom:10px;}
	
 #productListHeading a:link,  #productListHeading a:visited {
	 text-decoration:underline;}	
 #productListHeading a:hover,  #productListHeading a:active {
	 text-decoration:none;
	 color:#ed0000; }
.productListing {
	border:#ccc dashed 1px; 
	over-flow:auto;
	height:150px;
	background-color:#FFF; 
	*width:745px;
	_width:auto;}
.prodlistingImg {
	padding-left:10px;
	text-align:center;
	width:160px;
	height:150px;
	float:left;}
.prodlistingPrice {
	font-weight:bold;
	color:#cc0000;
	padding:10px 0 0 0;}	
h3.itemTitle a {
	color:#3366ff;
	text-decoration:underline;
	padding-bottom:20px;}
.productInfoCateDesc, .productInfoCateName {
	float:left;}
.productInfoCateName {
	width:200px;
	float:left;}
.productInfoCateDesc {
	width:500px;
	float:right;}
#prodInfoImg {
	width:250px;
	text-align:center;
	float:left;}
#prodInfoMore {
	width:420px; height:250px;
	text-align:center;
	text-align:left;
	float:right;}
#productMainImage {
	width:250px;
	/*height:250px;*/}
.productListing-rowheading {
	display:none;}
.gridprodWrapper {
	float:left;
	text-align:center;
	padding: 5px;}
#editablesidebox {
	height:910px;
	overflow:hidden;}

#featuredProducts .productListing, #specialsDefault .productListing {
	border:none;
	*width:910px;
	height:auto;
	_width:auto;
	padding:5px;}
h2.centerBoxHeading {
	line-height:24px; *line-height:30px;
	height:30px;}
#productsListingListingTopLinks a {
padding:1px 3px; margin:1px;  color:#000000; font-weight:bold; text-decoration:none;}
#productsListingListingTopLinks {
height:24px;}

.navSplitPagesLinks ul {
	list-style:none; text-align:right;}
.navSplitPagesLinks ul li{
	list-style:none; float:left; width:18px; border:1px solid #900000; margin:0 2px; text-align:center;}
li.currentpage { background:#900000; color:#FFFFFF;}
#categoryImgListing {
	float:left; width:170px;}
#RightWrapper {
	width:755px;
	float:left;}
.productPriceDiscount {
	display:none; }
	
#featuredProducts .productListing {
	width:724px;}
#catetopIntro {
	background: url(../images/btbj.gif) repeat-x top #ffffff;
	border:1px solid #cccccc;
	margin:0 8px;
	padding:0 8px 10px 8px;
	}
h1#indexCategoriesHeading, h1#productListHeading {
	margin:0 auto;
	margin-bottom:1em;
	line-height:24px;}
.navNextPrevWrapper {
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:3px 0;
	margin:10px 0;}
#table_info {width:100%; text-align:center;border:1px solid #ddd; border-width:0 0 1px 1px;}
#table_info a {text-decoration:underline;}
#table_info th {background:#ececec;}
#table_info th,#table_info td {height:22px; border:1px solid #ddd; border-width:1px 1px 0 0;}

#table_info_l {width:100%; text-align:center;border:1px solid #ddd; border-width:0 0 1px 1px;}
#table_info_l a {text-decoration:underline;}
#table_info_l th {background:#ececec;}
#table_info_l th,#table_info_l td {height:22px; border:1px solid #ddd; border-width:1px 1px 0 0;}
#productInfoWrapper {
	border:1px solid #000000;
	width:725px;
	margin:0 auto;
	height:auto;
}
#prodinfomain {
	border:1px solid #bcbcbc;
	padding:1px;}
#prodinfomainL {
	float:left;
	width:250px;
	text-align:center;
	}
#prodinfomainR {
	float:right;
	width:460px;
	text-align:left;
	background:url(../images/bg.gif) repeat-x #ffffff;
	padding:5px; }
#productDetailsList {
	list-style-type:none;
	}
h1#productName {
	font-size:16px;
	line-height:24px;}
.fl {float:left; clear:both;}

#productAdditionalImages {
	width:250px;}
span.imgLink {
	text-decoration:none;
	height:24px;
	display:block;}
#productAdditionalImages .productListing {
	border:none;
	padding-top:5px;}
#productAdditionalImages {
	margin-top:10px;}
#product_flash ul, #product_flash ul li {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	float:left;
	}
#product_flash_btn {
	clear:both;}
#product_flash_btn li {
	margin:0 5px !important; }
#smallImgBtns li {
	list-style:none;
	float:left;
	margin:0 5px;}
#smallImgBtns {
	background:#ffffff;
	width:500px;
	height:60px;
	border-bottom:2px solid #666666;
	
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding-top:5px;}
#ZoomBox {
	border-right:2px solid #666666;}
.p_f_en {
	text-align:center; 
	width:250px;
	display:block;
	height:30px;}
#carttoadd {
	background:url(../images/add_to_cart.gif) no-repeat center;
	height:40px;
	width:130px;
	float:left;
	vertical-align:middle;}
#carttoadd input[type=image] {
	padding-top:3px;
	margin:0 auto;}
#productPrices {
	float:left;
	width:120px;
	height:30px;
	font-weight:bold;
	margin:1em 1em 0 0;
	vertical-align:bottom;
	margin-left:15px;}
#productPrices .normalprice {
	display:inline;
	margin:0 auto;
	padding:0;
	font-weight:normal;}
	
#productPrices .productSpecialPrice {
	margin:0 auto;
	padding:0;
	display:inline;}
	
#productPrices .productPriceDiscount{
	display:block;font-weight:normal;
	margin:0 0 0 20px;
	padding:0;	}
#pricencart {
	border:#cccccc dashed 1px;
	margin-top:10px;
	height:50px;}
#qtyincart {
	float:left;
	height:40px;
	line-height:20px;
	margin-right:10px;}
#shoppingCartDefault, #loginDefault, #createAcctDefault, #checkoutShipping, #checkoutPayment, #checkoutConfirmDefault, #checkoutSuccess, #checkoutPayAddressDefault, #accountDefault, #accountEditDefault, #addressBookDefault, #addressBookProcessDefault, #accountPassword, #acctNewslettersDefault, #accountNotifications, #featuredDefault, #newProductsDefault, #specialsListing,#advSearchDefault, #advSearchResultsDefault,#shippingInfo, #privacy, #conditions, #discountcouponInfo, #gvFaqDefault, #siteMap, #contactUsDefault, #unsubDefault  {
	width:730px;
	float:left;
	margin:0 auto;
	background-color:#FFFFFF;}
#myAccountGen, #myAccountNotify {
margin-left:20px;}
.cartAttribsList ul li {
	list-style-type:none;}
#shopmap {
	margin:10px 0;}	
#shopmap, #shopmap li {
	list-style:none;}
#shopmap li {
	float:left;
	height:47px;
	font-size:10px;}
#shopmap li span {
	display:block;
	padding-top:30px;
	text-align:center;}

.shopmap1_active {
	background:url(../images/stepImg.gif) no-repeat -60px 0px;
	width:145px;}
.shopmap2_active {
	background:url(../images/stepImg.gif) no-repeat -170px 0px;
	width:125px;}
.shopmap3_active {
	background:url(../images/stepImg.gif) no-repeat -290px 0px;
	width:125px;}
.shopmap4_active {
	background:url(../images/stepImg.gif) no-repeat -390px 0px;
	width:175px;}
.shopmap5_active {
	background:url(../images/stepImg.gif) no-repeat -510px 0px;
	width:135px;}
.shopmap1 {
	background:url(../images/stepImg.gif) no-repeat -60px -47px;
	width:145px;}
.shopmap2 {
	background:url(../images/stepImg.gif) no-repeat -170px -47px;
	width:125px;}
.shopmap3 {
	background:url(../images/stepImg.gif) no-repeat -290px -47px;
	width:125px;}
.shopmap4 {
	background:url(../images/stepImg.gif) no-repeat -390px -47px;
	width:175px;}
.shopmap5 {
	background:url(../images/stepImg.gif) no-repeat -510px -47px;
	width:135px;}
#yourcart {
	border:1px solid #cccccc;
	margin-top:15px;
	background:url(../images/bg_title.gif) repeat-x;
	padding:0 10px;}
#yourcartHeading {
	line-height:20px;}
#cartEmptyBack {
	text-align:center;}
#cartEmptyText { padding:20px 0;
line-height:16px;}
.listings tr {
	border:1px dotted #ccccc; }
.listingsL, .listingsR {
	float:left;}
.listingsR {
	width:540px;}
.listings {
	border:1px dashed #cccccc;
	margin:8px 0;
	line-height:12px;}
.productsName {
	padding:5px 0;
	display:block;
	}
.productsName a {
	color:#3366ff;
	text-decoration:underline;
	}
.productsModel {
	display:block;
	color:#666666;
	}
.productsDate, .productsButton, .productsPrice {
	display:block;
	}
.productsPrice {
	color:#ff0000;
	font-weight:bold;
	}
#specialsListing .productListing {
	border:none; 
	height:190px;}
#featurelistings .listings, #newlistings .listings {
	height:150px;}
#z0 { height:40px;display:block;float:left; padding:7px 5px 0 0;}
#z1 { height:40px;display:block;float:left; padding-top:15px;}
#z2 { height:40px;display:block;float:left; padding-top:15px;}
#z3 { height:40px;display:block;float:left; padding:12px 5px 0 5px;}
#z4 { height:40px;display:block;float:left; padding-top:15px;}

#productDescription {
	text-align:left;}
#navColumnTwoWrapper,#navColumnTwo {
	height:556px;}
#indexCategoriesMainContent h3 {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:28px;}
#indexCategoriesMainContent {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;}
#navSuppWrapper {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;	}
.productListing {
	width:700px;
	_width:694px;
	padding:0 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}
#productsListingListingBottomLinks {
	margin-bottom:10px;}
#productsListing {
	padding-bottom:10px;}
.centerColumn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}
.category-top {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}
#indexCategoriesHeading,#categoryIntroWrapper {
	display:none;}
.categoryListBoxContents a {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	size:10px;}
#editablesideboxContent {
		font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	size:12px;
	line-height:18px;}
