/**
 * Main CSS Stylesheet - JMB
 *
 * @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: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
	background-color: #000000;
}
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}
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: 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: #FFCC00;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.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: 860px;
	vertical-align: top;
}

#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {	margin: auto; } 
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	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:5px;
	font-size:10px;
	font-weight: bold;
	margin:0px;
	border-bottom:1px #333333 solid;
}
#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
}
#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
}

.alert {
	color: #99CC00;
	margin-left: 0.5em;
}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
}
.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.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, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}
h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
}
/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxContainer, .rightBoxContainer {
	margin: 0px;
	margin-top: 10px;
}
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, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
}
#upDateHeading {
	text-align: right;
}
/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	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*/
.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-color: #333333;
	background-image: url(../images/tile_back.gif);
	height:22px;
	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;
	}
/*tlo main szare*/
#contentMainWrapperTop {
	clear:both;
	margin:10px 0px 0px 0px;
	height:11px;
	background-image:url(../images/contentMainWrappertop.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#contentMainWrapperBg {
	background-image:url(../images/contentMainWrapperbg.jpg);
	background-repeat:repeat-y;
}
#contentMainWrapperBottom {
	height:11px;
	background-image:url(../images/contentMainWrapperBottom.jpg);
	background-repeat:no-repeat;
}

/*dol*/
#footerWrapper {
	margin-top:10px;
	background-color:#181818;
	padding:10px 0px;
	height:60px;
}
#footerWrapperBox {
	width:860px;
	margin:auto;
}
#footerleft {
	width:218px;
	float:left;
}
#footerlefttop {
	background-image:url(../images/footerlefttop.jpg);
	width:218px;
	height:15px;
}
#footerleftbg {
	background-image:url(../images/footerleftbg.jpg);
	background-repeat:repeat-y;
}
#footerleftbottom {
	background-image:url(../images/footerleftbottom.jpg);
	width:218px;
	height:14px;
}
#footerright {
	
}
#navSuppWrapper {
	margin-left:218px;
	padding: 5px 0px;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
}
#siteinfoLegal {
	margin:0px;
	width:218px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}


/*header*/
#headerWrapper {
	background-color:#181818;
	margin:0px 0px 0px 0px;
	padding: 0px;
}
#headerBox {
	width:860px;
	margin:auto;
}
#logoWrapper{
	width:278px;
	height:74px;
	float:left;
}
#logo {}

/*menu gora male*/
#headermenu {
	float:left;
	width:582px;
	height:53px;
	padding-top:13px;
	margin-top:21px;
	background-image:url(../images/headermenubox.jpg);
	background-repeat:no-repeat;
}
#lang {
	width:85px;
	float:left;
}
.langico {
	margin-left:14px;
	margin-top:5px;
}
#curr {
	width:110px;
	margin-top:5px;
	float:left;	
}
#navMain ul li a:hover {
	color: #FF0000;
}
#navMain {
	width:220px;
	float:left;	
}
#navMain ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#navMain ul li {
	display: inline;
}
#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	font-size:12px;
	white-space: nowrap;
}
#koszykimg {
	width:28px;
	height:28px;
	float:left;
}
#koszyk {
	width:120px;
	float:left;
}


/*menu gorne*/	
#menuheaderWrapper {
	clear:both;
	background-image:url(../images/menu.jpg);
	width:860px;
	height:38px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Tahoma;
}
#menuheader {
	float:left;
	width:663px;
	padding:11px 0px 0px 6px;
}
#menuheader ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menuheader li {
	float: left;
	padding:0;
	margin:0px 12px 0px 0px;
}
#menuheader li a {	
	display:block;
	color:#FFFFFF;
	border:0px;
	text-decoration:none;
	padding:0;
	margin:0;
}
#menuheader li a:hover {color:#FF0000;}	
	
#menusearch {
	float:left;
	width:191px;
	height:34px;
	font-size:10px;
	position:relative;
}
#menusearch form {margin-top:6px; }
.menusearchok {
	position:absolute; top:6px; right:6px;
	background-image:url(../images/szukaj_ok.jpg);
	width:26px;
	height:22px;
	background-repeat:no-repeat;
}
.szukajimg input {background-image:url(../images/szukaj_ok.jpg);}
#menusearch input {
	background-color:#FFFFFF;
	color:#000000;
	border:0;	
}




#navCatTabsWrapper {
	margin: 0em;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
}


/*kategorie*/
#categoriesHeading {
	background-image:url(../images/box_top.jpg);
	width:186px;
	height:33px;
	padding-top:15px;
	padding-left:25px;
	text-align:left;
}
.kategoriepasek {
	background-image: url(../images/kategorie_pasek.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:4px;
	margin-bottom:4px;
}
#categoriesContent {
	background-image:url(../images/box_bg.jpg);
	background-repeat: repeat-y;
	color:#999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#categoriesContent a {
	padding-left:10px;
	color:#FFFFFF;
}
#categoriesContent a:hover {
	color:#FD0000;
} 
#categoriesdol {
	background-image:url(../images/box_bottom.jpg);
	height:4px;
	padding:0px;
}
#catBoxDivider {
	text-align:center;
	width:180px;
}
A.category-links, A.category-links:visited {
	color: #CCCCCC;
	text-decoration: none;
	margin-left:20px;
}

/*boxy*/
.sideBoxContent {
	background-image:url(../images/box_bg.jpg);
	background-repeat: repeat-y;
	color:#999999;
	padding:10px 15px;
}
#reviewsHeading, #featuredHeading, #specialsHeading, #whatsnewHeading, #informationHeading, #bannerboxHeading, #bannerbox2Heading {
	background-image:url(../images/box_top.jpg);
	width:211px;
	height:33px;
	padding-top:15px;
}
#featuredHeading a {
	color:#FF9900;
}
#reviewsdol, #featureddol, #whatsnewdol, #specialsdol, #informationdol, #bannerboxdol, #bannerbox2dol {
	background-image:url(../images/box_bottom.jpg);
	height:4px;
	padding:0px;
}


/*nowe produkty*/
.produkt {
	display:inline;
	width:208px;
	margin-bottom:20px;
	margin-left:5px;
	float:left;
}
.produktnazwatop {
	background-image: url(../images/produktnazwatop.jpg);
	height:12px;
	width:208px;
}
.produktnazwa {
	vertical-align: middle;
	width:188px;
	min-height:33px;
	background-image: url(../images/produktnazwabg.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.produktnazwabot {
	background-image:url(../images/produktnazwabot.jpg);
	width:208px;
	height:10px;
}
.produktnazwa a {
	color:#000000;
	font-weight:bold;
	font-size:12px;
}
.produktnazwa a:hover {
	color:#FF0000;
}
.produktimg {
	text-align:center;
	width:188px;
	min-height:100px;
	padding:10px;
}
.produkbg {
	margin-top:-2px;
	background-image:url(../images/produktbg.jpg);
	background-repeat:repeat-y;
}

.produktcena {
	width:100px;
	padding-top:5px;
	padding-left:8px; 
	font-weight:bold;
	color:#0F0F0F;
	font-size:12px;
	float:left;
}
.produktikony {
	padding-top:5px;
	float:left;
	width:92px;
}
.produktikony a {
	height:92px;
}
.produktbox2top {
	background-image:url(../images/produktbottom.jpg);
	width:208px;
	height:12px;
}
.produktbox2bg {
	background-image:url(../images/produktbox2bg.jpg);
	background-repeat:repeat-y;
}	
.produktbox2bot {
	margin-bottom:-4px;
	clear:both;
	background-image: url(../images/produktbox2bot.jpg);
	width:208px;
	height:8px;
}

.centerColumn {
	padding:0px;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0px;
	margin-right: 0px;
}
.centerBoxWrapper {
	height: 1%;
	margin: 10px 0px;
}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0px;
	/*padding: 0.5em 0.2em;*/
}

#cartDefaultHeading, #indexCategoriesHeading {
	padding:10px;
}
#contactUsDefault, #loginDefault, #productGeneral, #newProductsDefault, #advSearchDefault, #featuredDefault, #createAcctDefault, #createAcctSuccess, #accountDefault, #checkoutShipping, #checkoutPayment, #checkoutConfirmDefault, #checkoutSuccess, #shoppingCartDefault {
	padding:10px 20px;
}

/*koszyk strona*/
#scQuantityHeading, #scProductsHeading, #scUnitHeading, #scTotalHeading {
	background-color:#000000;
	border-right:1px #999999 solid;
}
#scRemoveHeading {
	background-color:#000000;
}
#cartContentsDisplay  {
	border:1px  #CCCCCC solid;
}
.cartProductDisplay, .cartUnitDisplay, .cartQuantity {
	border-right:1px  #CCCCCC solid;
	border-bottom:1px  #CCCCCC solid;
	background-color:#333333;
}
.cartTotalDisplay {
	border-right:1px  #CCCCCC solid;
	border-bottom:1px  #CCCCCC solid;
	background-color:#333333;
}

#ccQuantityHeading, #ccProductsHeading, #ccTaxHeading {
	border-right:1px  #CCCCCC solid;
}
#ccQuantityHeading, #ccProductsHeading, #ccTaxHeading, #ccTotalHeading {
	border-bottom:1px  #CCCCCC solid;
	padding-top:5px;
	padding-bottom:5px;
}


.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, #indexProductList, #reviewsDefault, #productListing, #indexCategories, #accountHistInfo, #siteMap, #logoffDefaultMainContent, #allProductsDefault, #acctNewslettersDefault, #accountEditDefault {
	padding: 5px;
}

.cartRemoveItemDisplay {
	width: 40px;
	border-bottom:1px  #CCCCCC solid;
	background-color:#333333;
}

#cartSubTotal {
	background-color:#000000;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 5px;
}


/* listy prod*/
.productListing-data {
	text-align:left;
}
.tabTable {
	 border-left: 1px solid black;
}
.tabTable th{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
	background-color:#000000;
}
.tabTable td {
	 border-right: 1px solid black;
	 border-bottom:1px solid black;
  	 padding: 10px;
	
}
#productsListingTopNumber {
	margin-left:10px;
	margin-bottom:10px;
}
#productsListingBottomNumber {
	margin-left:10px;
	margin-top:10px;
}

/*nowe produkty lista*/
#newProductsDefault table {
	padding:10px;	
}
#newProductsDefault table td {
	border:1px #000000 solid;
	padding:10px;
}
#newProductsDefault table td a {
	color:#FFFFFF;
}
#newProductsDefault table td a:hover {
	color:#FF0000;
}

.wicejlista {
	float:right;
}

/*polenace produkty lista*/
#featuredDefault table {
	padding:10px;
}
#featuredDefault table td {
	border:1px #000000 solid;
	padding:10px;
}
#featuredDefault table td a {
	color:#FF6600;
}
#featuredDefault table td a:hover {
	color:#FF0000;
}

/*wszystkie produkty lista*/
#allProductsDefault table {
	padding:10px;
}
#allProductsDefault table td {
	border:1px #000000 solid;
	padding:10px;
}
#allProductsDefault table td a {
	color:#FF6600;
}
#allProductsDefault table td a:hover {
	color:#FF0000;
}

/*polecane box*/
.polecanenazwa {
	text-align:left;
	margin-bottom:5px;
	padding:5px;
	color:#FFFFFF;
}
.polecanecena {
	text-align:left;
	margin-top:5px;
	padding:5px;
	color:#FF9900;
}
.polecanecena a {
	color:#FF9900;
	font-weight:bold;
}

#productName {
	color:#FF9900;
}

#loginDefaultHeading, #newProductsDefaultHeading, #specialsListingHeading, #checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #checkoutSuccessHeading, #checkoutSuccessThanks, #logoffDefaultHeading, #createAcctDefaultHeading, #advSearchResultsDefaultHeading, #allProductsDefaultHeading, #featuredDefaultHeading, #cartDefaultHeading, #createAcctSuccessHeading, #accountDefaultHeading {
	color:#FF9900;
}
#checkoutSuccessThanks {
	margin:15px 0px;
}

#projekt {
	padding-bottom:5px;
	text-align:right;
	font-size:10px;
	color:#666666;
}
#projekt p {
	margin:0px;
}
#projekt a {
	color:#737373;
}
#projekt a:hover {
	color:#FFFFFF;
}

#productsListingListingBottomLinks {
	margin:5px 0px;
}

#checkoutOrderTotals {
	padding-right:15px;
}

/*promocje*/
#specialsListingTopNumber, #specialsListingTopLinks, #specialsListingBottomNumber, #specialsListingBottomLinks {
	margin:10px 5px;
}

#conditions {padding:5px 10px;}
#nowosci-content { padding:0px 0px 0px 10px;}

#katalog {margin:10px; text-align:center; background-color:#FFFFFF; border:1px solid #000000; padding:10px;}
#katalog iframe { background-color:#EAEAEA; overflow: auto;}
