/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background-attachment: fixed;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat;
	}

a img {
	border: none;
	
}

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

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

a:active {
	color: #333333;
	}

h1 {
	font-size: 36px;
	color: #333333;
	font-weight: lighter;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	}

h2.boxes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	font-weight: lighter;
	width: 100%;
	}

.text_heavy .row H2 {
	MARGIN-TOP: 10px;
	COLOR: #333 !important;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	}
	


h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	
	}

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

h4 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}

h5 {
	background-color: #f9f7f4;
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.biggerText {
	font-size: 1.2em;
	}

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

.information {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	}



/*  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-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	}
	
INPUT#firstname, INPUT#lastname, INPUT#street-address, INPUT#city, INPUT#state, INPUT#postcode, INPUT#telephone, INPUT#email-address, INPUT#password-new, INPUT#password-confirm, SELECT#country, SELECT#stateZone {
	border: 1px solid #cccccc;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #efefef;
	}

INPUT#subscribe_box	{
	border: 1px solid #cccccc;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ffffff;
	}

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

input:focus, select:focus, textarea:focus {
	background-color: #e5e5e5;
	}

FIELDSET {
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	color: #333333;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 10px;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 15em;
	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;
	}

ADDRESS {
	
	font-size: 1em;
	}

P {
	padding-left: 0px;
	}


ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FFFFFF;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	}

.messageStackWarning, .messageStackError {
	background-color: #ffffff;
	color: #b05151;
	font-size: 1.1em;
	font-weight: bold;
	}

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	
	width: 920px;
	vertical-align: top;
	background-attachment: fixed;
	background-image: url(../images/bg_mainwrapper.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	}

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

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

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 0px;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

#accountLinksWrapper, #sendSpendWrapper, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

 #checkoutShipto, #checkoutBillto{
	margin: 0;
	width: 280px;
	height: 250px;
	}

.shippinginfo{
	margin: 0;
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;	
	}

#comments{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}
.floatingBox {
	margin: 0;
	width: 280px;
	height: 200px;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	line-height: 30px;
	
}
.navSplitPagesLinks {
	line-height: 30px;
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	margin: 5px;
	list-style-type: none;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	}

#navMainWrapper, #navCatTabsWrapper {
	margin: 0em;
	height: 1%;
	}

#navSuppWrapper {
		
	}


#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain {
	float: right;
	width: 368px;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	margin-top: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	
	}

#navMain1 {
	width: 860px;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	margin-right: auto;
	margin-left: auto;	
	}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	list-style-type: none;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	white-space: nowrap;
	
	}

#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;
	margin: 0;
	color: #666666;
	padding-right: 0.5em;
	padding-left: 0.5em;
	
	display: inline-block;
	}

#navMain ul li a:hover {
	text-decoration: none;
	margin: 0;
	color: #666666;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-color: #eeedeb;
	
	}


#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 {
	background-color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1em;
	}

#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 {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert_title, h2#cartEmptyText, #product_list_alpha_sorter  {
	background-color: #efefef;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1em;
	text-transform: uppercase;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	background-image: url(../images/untitled-1.gif);
	background-repeat: repeat;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding-top: 0.8em;
	padding-right: 0em;
	padding-bottom: 0.8em;
	padding-left: 0em;
	}

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

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	font-weight: normal;
	color: #333333;
	width: 100%;
	}

.tableHeading TH {
	}

#scQuantityHeading, #scUpdateQuantity, #scProductsHeading, #scUnitHeading, #scTotalHeading{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}

.tableHeading {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	font-weight: bold;
	line-height: 2.2em;
	width: 100%;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #e9e9e9;
	text-indent: 527px;
	}

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

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

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cccccc;
	}
	
.cartProductDisplay, .cartQuantityUpdate {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cccccc;
	
	}	
	
#scItembuttom{
	background-color: #e9e9e9;
	height: 2.2em;
	text-align: left;
	}
	
.cartAttribsList {
	}

.cartAttribsList ul li {
	list-style-type: none;	
	}

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

.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 {
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsFeatured {
	margin: 1em 0em;
	}

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

h2.centerBoxHeading {
	background-color: #e5e5e5;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #b5b5b5;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 5px;
	font-size: 1.3em;
	font-family: "Trebuchet MS";
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	font-family: "Trebuchet MS";
	text-indent: 5px;
	}
#currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 1em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

.leftBoxContainer, .rightBoxContainer {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

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

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, #cartBoxGVBalance, ,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.cartTotalsDisplay {
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #f9f7f4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#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: #008000;
	text-decoration: none;
	}
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 {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
ul.back {
	float: left;
	line-height: 19px;
	}
.back {
	float: left;
	
	}


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


.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #FFFFFF;
	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;
	font-size: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	} 

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

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

TR.tableHeading {
	background-color: #e9e9e9;
	padding-top: 5px;
	padding-bottom: 5px;
	}

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

/* start navigationbar */

.navigationbar{
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0; /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/
	width: 100%;
	background-image: url(/includes/templates/vikingos/images/navigationmenu_bg.png);
	background-repeat: repeat-x;
	height: 36px;
	float: left;
 }  
  
 .kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0; /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/
	width: 750px;

 }  
 .kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 125px;
	height: 36px;
	margin-right: 0px;
	background-image:url(/includes/templates/vikingos/images/navigation_menu_english.gif);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:36px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:-10px 0px;
	width: 43px;
}
#kwick2 {
	background-position:-53px 0px;
	width: 70px;
}
#kwick3 {
	background-position:-123px 0px;
	width: 70px;
}
#kwick4 {
	background-position:-193px 0px;
	width: 70px;
}

#kwick5 {
	background-position:-263px 0px;
	width: 120px;
}

#kwick6 {
	background-position:-383px 0px;
	width: 108px;
}

#kwick7 {
	background-position:-492px 0px;
	width: 119px;
}
#kwick8 {
	background-position:-611px 0px;
	width: 102px;
}


#kwick1:hover {
	background-position: -10px -73px;
	width: 43px;
}
#kwick2:hover{
	background-position: -53px -73px;
	width: 70px;
}
#kwick3:hover {
	background-position: -123px -73px;
	width: 70px;
}
#kwick4:hover {
	background-position: -193px -73px;
	width: 70px;
}
#kwick5:hover {
	background-position: -263px -73px;
	width: 120px;
}
#kwick6:hover {
	background-position: -383px -73px;
	width: 108px;
}

#kwick7:hover {
	background-position: -492px -73px;
	width: 119px;
}

#kwick8:hover {
	background-position: -611px -73px;
	width: 102px;
}

#kwick1:selected {
	background-position: -10px -110px;
	width: 73px;
}
#kwick2:selected{
	background-position: -83px -110px;
	width: 70px;
}
#kwick3:selected {
	background-position: -153px -110px;
	width: 70px;
}
#kwick4:selected {
	background-position: -223px -110px;
	width: 141px;
}

#kwick1.active {
	background-position: -10px -144px;
	width: 73px;
}
#kwick2.active{
	background-position: -83px -144px;
	width: 70px;
}
#kwick3.active {
	background-position: -153px -144px;
	width: 70px;
}
#kwick4.active {
	background-position: -223px -144px;
	width: 141px;
}

#kwick1 a{
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick4 a{
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick4 a:hover{
	background-position: right -120px;
}
/* end navigationbar */

.centerBoxContentsProducts, .centerBoxContentsAlsoPurch, .centerBoxContentsNew {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e1e1e1;
	color: #333333;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	height: 260px;
	}
	
.itemTitle {
	font-size: 1em;
	font-weight: normal;
	padding-top: 5px;
	text-align: left;
	padding-left: 5px;
	text-transform: none;
	}
	
.prodListPrice {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 5px;
	}

img.listingBuyNowButton {
	display: none;	
	}

.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#c1c1c1;
	color: #797979;
	}
	
.leftBoxContainer#subscribe, .leftBoxContainer#manufacturers {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}

SELECT.sideBoxContent#manufacturersContent{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	padding: 5px;
	margin-top: 10px;	
	}

.sideBoxContent#subscribeContent {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e1e1e1;
	background-color: #eeedeb;
	padding-left: 5px;	
	padding-bottom: 5px;
}

.sideBoxContent#manufacturersContent {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e1e1e1;
	background-color: #eeedeb;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#navCurrenciesWrapper {
	background-color: #999999;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	float: right;
	margin-top: 20px;
	width: 100px;
	}
	
#search_by_brands_image {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	padding-bottom: 10px;
	}

#ajdb{
	float: right;
	width: 308px;
	background-color: #eeedeb;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	height: 30px;
	}	
#shoppingicon {
	TEXT-DECORATION: none;
	float: right;
	height: 30px;
	width: 50px;
	background-color: #eeedeb;
	background-image: url(../images/cart.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
	
#prods{
	display: none;
	
	}
	
#basel{
	display: none;
	}

h1.greeting{
	display: none;	
	}	


h1#indexDefaultHeading{
	display: none;	
	}
	
.main_page	{
	height: 250px;
	width: 710px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e1e1e1;
	margin-top: 10px;
	}
	
.boxes	{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color:#FFFFFF;
	background-image:url(../images/popup.gif);
	background-repeat: repeat;
}

#productsListingTopNumber {
	background-color: #e5e5e5;
	width: 49%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #b5b5b5;
	padding-top: 10px;
	padding-bottom: 10px;
		
	}
#productsListingListingTopLinks	{
	background-color: #e5e5e5;
	width: 49%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #b5b5b5;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	float: left;
	}

#productsListingListingTopLinks a, #productsListingListingBottomLinks a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#e5e5e5;
	text-decoration: none; /* no underline */
	color: #333;
	}

#productsListingListingTopLinks a:hover, #productsListingListingBottomLinks a:hover {
	background-color:#b05151;
	color: #333;
	}

#productsListingBottomNumber, #productsListingListingBottomLinks	{
	background-color: #e5e5e5;
	width: 49%;
	border-top-width: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	float: left;
	}

.text_heavy {
	WIDTH: 100%;
	DISPLAY: block;
	FLOAT: left;
	OVERFLOW: hidden
}
.text_heavy TABLE {
	MARGIN: 10px 0px
}
.text_heavy TABLE TH {
	TEXT-ALIGN: center; PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; FONT-WEIGHT: bold; PADDING-TOP: 5px
}
.text_heavy TABLE TD {
	TEXT-ALIGN: center; PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 5px
}
.text_heavy TABLE.default {
	BORDER-LEFT: #ccc 1px solid; BORDER-TOP: #ccc 1px solid
}
.text_heavy TABLE.default TH {
	BORDER-BOTTOM: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid
}
.text_heavy TABLE.default TD {
	BORDER-BOTTOM: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid
}
.text_heavy .row {
	WIDTH: 100%; DISPLAY: block; FLOAT: left
}
.text_heavy .row IMG {
	MARGIN: 10px 0px 0px; DISPLAY: block
}


.text_heavy .row P {
	WIDTH: 100% !important; DISPLAY: block !important; COLOR: #333 !important
}
.text_heavy .row .left {
	WIDTH: 30%;
	DISPLAY: block;
	FLOAT: left
}
.text_heavy .row .left P {
	TEXT-TRANSFORM: uppercase;
	FONT-WEIGHT: bold;
}
.text_heavy .row .right {
	WIDTH: 70%;
	DISPLAY: block;
	FLOAT: right;
}


.text_heavy .row .bg_grey {
	BACKGROUND-COLOR: #ededed
}
.text_heavy .row .grey {
	COLOR: #666 !important
}
.text_heavy .row .grey A {
	COLOR: #666 !important
}
.text_heavy .row .red {
	COLOR: red !important
}
.text_heavy .row .red A {
	COLOR: red !important
}
.text_heavy .row .pink {
	COLOR: #e7228c !important
}
.text_heavy .row .pink A {
	COLOR: #e7228c !important
}
TH {
	TEXT-TRANSFORM: uppercase; FONT-FAMILY: "Trebuchet MS", Tahoma, Verdana, sans-serif; FONT-SIZE: 1.2em; FONT-WEIGHT: normal
}

.manufacturer_about_text {
	float: left;
	width: 330px;
	text-align: justify;
}
.manufacturer_about_image {
	float: right;
	width: 360px;
}

.infoBox {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	height: 220px;
}

