/**
 * 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:  helvetica, sans-serif;
	font-size: 62.5%;
	color: #515151;
    background-image: url(../images/body_background.jpg);
    background-repeat: repeat-x;
    background-position: top;
	}

a {
	color: #099dfd;
	text-decoration: none;
	border-bottom: 1px solid #099dfd; 
}
a:hover{
	color: #FF950A;
	border-bottom: 1px solid #FF950A;
}
a img {
	border: none; 
}

div.niceLinkBox {
	margin: 10px 0px;
}
h1 {
	font-size: 1.5em;
	border-bottom: 1px solid #EEE;
	margin: 0.3em 0px 0.7em 0px;
}
h2 {
	font-size: 1.4em;
}
.inHeader {
	font-weight: normal;
	font-size: 12px;
}
h3 {
	font-size: 1.3em;
	}

h4, h5, h6, h4.optionName, LEGEND, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h2, h3, h4, h5, h6 {
	margin: 0.3em 0px;
	}

/*  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;*/    
	}

input:text {
    border: 1px #666666 solid;
}

select {
    border: 1px #666666 solid;
}

[disabled] {
   background-color:#a2a2a2;
   border: 1px solid #828282;
} 

TEXTAREA {
	float: left;
	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;
	clear: both;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

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{
background: url('../images/logo.gif') no-repeat;
width:250px; 
height:110px; 
}
#logo a {
	border: 0;
	font:normal 9px tahoma;
	width:250px; 
  height:110px;
  display:block; 
	color:#CDCFCB;
	outline: none;
}

LABEL.inputLabel {
	width: 12em;
	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, .messageStackInfo {
	margin: 10px;
	padding: 3px;
}

.messageStackWarning, .messageStackError {
	padding-bottom: 3px;
	border: 1px solid #F30C0C;
	padding: 6px 6px 6px 36px;
	color: #F30C0C;	
	background: #FDD7D7 url("../../../../images/icons/cross.png") 9px center no-repeat;	
}

.messageStackSuccess {
	padding-bottom: 3px;
	border: 1px solid #02910D;
	padding: 6px 6px 6px 36px;
	color: #02910D;
	background: #EDFDD7 url("../../../../images/icons/tick.png") 9px center no-repeat;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 1200px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	}
	
#pageWrapper{
    background-image: url(../images/background_bar.png);
    background-repeat: repeat-y;
    background-position: center;
}


#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper {
	margin: 0em;
	padding: 0em;
    height: 110px;
    background-image: url(../images/body_background.jpg);
    background-repeat: repeat-x;
    background-position: top;
	}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height:110px;
	border-bottom: 1px solid #C9C9C9;
	background-position: 0px top;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0;
	margin-right: 0;
	}
	
#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, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

 #accountLinksWrapper{
 	margin: 0;
	width: 100%;
 }

.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;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
    display: none;
	}

#navMainWrapper {
    display: none;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #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, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}
#navColumnContent {
	font-size: 1.2em;
}	

/*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;
	}

.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

#siteinfoLegal {
    text-align: left;
    color: #929292;
    font-size: 11px;
    border-top: 1px #929292 solid;
    padding-top: 8px;
    height:20px;
    border-bottom:1px solid #929292;
}

#footer_text {
    float: left;
    padding-left:8px;
}

#footer_links {
    float: right;
    padding-right:8px;
}

/*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;
	}

.cartImage, .cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay, .cartQuantityUpdate {
	padding: 0.5em 0.25em;
}

.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;
	}
.cartRemoveItemDisplay a {
	border: 0;
}
.cartQuantityUpdate a {
	border: 0;
}
.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;
	text-align: center;
}
.cartImage a {
	border: 0;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1.1em;
	color: #ffffff;
    text-align: left;
    border-right: 1px #0f0f0f solid;
	}

h3.rightBoxHeading{
	font-size: 1.2em;
	color: #ffffff;
    text-align: left; 
    width:   
	}
	
h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #ffffff;
    text-align: left;
    border: 0;  
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading {
	margin: 0;
	background-color: #abbbd3;
	background-image: url(../images/tile_back_left.gif);
	padding: 3px 8px 4px 8px;
    text-transform: uppercase;
	}

.rightBoxHeading {
	margin: 0em;
	/*background-color: #abbbd3;*/
	background-image: url(../images/tile_back_right.gif);
	padding: 4px 10px 2px 20px;
    text-transform: uppercase;
	}

.leftBoxContainer {
	margin: 0em;
	margin-top: 0em;
	}

.rightBoxContainer {
	margin: 0em;
	margin-top: 1.5em;   
	}

.sideBoxContent {
	background-color: #F0F0F0;
	padding: 0.4em;
    border-top: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    background-repeat: no-repeat;
    background-position: bottom;
    
	}

.leftBoxContainer .sideBoxContent {
    border-left: 0;
}

.rightBoxContainer .sideBoxContent {
    background-color: #ffffff;
    padding-right:20px;
    padding-left:30px;
    /*background-image: url(../images/right_sidebox_bottom.jpg);*/
}
#shoppingcartContent span a:link, #schowekContent a:link, #shoppingcartContent span a:visited, #schowekContent a:visited, #shoppingcartContent span a:hover, #shoppingcartContent span a:active {
    float:right;
    text-align : right;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	text-decoration: underline;
} 

.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, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
	display:none;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #646464;
	text-decoration: none;
    font-weight: bold;
    border-bottom: 1px #cbcbcb solid;
    padding-top: 4px;
    display: block;
}
A.category-links, A.category-links:visited {
	color: #646464;
	text-decoration: none;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
    color: #646464;
    text-decoration: none;
    border-bottom: 1px #cbcbcb solid;
    padding-top: 4px;
    display: block;
}
A.category-top:hover, A.category-links:hover, A.category-subs:hover, A.category-products:hover {
    color: #FF950A;
}

A.categories_0 , A.categories_0:visited{
	padding-left: 4px;
	font-size:1.1em;
	padding-bottom:2px;
}
A.categories_1 , A.categories_1:visited{
	padding-left: 10px;
	font-size:1.0em;
	padding-bottom:2px;
}
A.categories_2 , A.categories_2:visited{
	padding-left: 20px;
	font-size:1.0em;
	padding-bottom:2px;
}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-parent_current {
	font-weight: bold;
	color:#099DFD;
	}
SPAN.category-subs-parent_current_Hover {
  font-weight: bold;
	color:#FF950A;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	color:#099DFD;
	}
SPAN.category-subs-selected_Hover {
	font-weight: bold;
	color:#FF950A;
	}
.category-selected{
  background-color: #d9d9d9;
}
.category-selected-font{
  color: #099DFD; 
}
.category-selected-font_Hover{
  color:#FF950A;
}	
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
.textforward{
  text-align:right;
  }

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: center;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: center;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0 0 2px 0;
	} 

.accountTotalDisplay, .accountTaxDisplay, .accountUnitDisplay {
	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: #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;
	}

#headerBox {
    width: 251px;
    height: 93px;
    background-image: url(../images/header_box_bg.jpg);
    background-repeat:no-repeat;
    float: right;
    margin: 12px 5px 0 0;
    color: #ffffff;
}
#headerBox a {
	border:0;
}

#headerBoxRow1 {
    width: 225px;
    height: 22px;
    padding-left: 26px;
}

#headerBoxRow2 {
    width: 251px;
    height: 30px;
}

#headerBoxRow3 {
    width: 251px;
    height: 30px;
}

#headerBoxRow1 a {    
    font-size: 110%;
    display: block;
    width: 70px;
    height: 19px;
    color: #ffffff;
    float: left;
    text-align: center;
    padding-top: 3px;
}
#headerBoxRow1 a:hover, #headerBoxRow3 a:hover {
	text-decoration: underline;
}

#headerBoxRow2 .inputtext {
    width: 190px;
    height: 18px;
    border: 1px #666666 solid;    
}

#headerBoxRow2 .inputsubmit {
    width: 40px;
    height: 17px;
    color: #ffffff;
    background-color: #999999;
    font-size: 120%;
    border: 0;
    cursor: pointer;
}

#headerBoxRow3 a {
    display: block;
    width: 125px;
    height: 24px;
    color: #ffffff;
    float: left;
    text-align: center;
    padding-top: 7px;
    font-size: 120%;
    font-weight: bold;
}

#informationContent a, #informationContent a:visited {
    color: #676767;
    font-size: 110%;
    font-weight: bold;
    margin: 3px 0px;

}
.buttonRow{
    height:34px;
    margin: 0.5em 0;
}
.buttonRowCart{
margin: 0.5em 0;
padding-right:53px;
}
input.cssButton {
    text-transform: uppercase;
    font-family: Trebuchet MS;
    color: #ffffff;
    width: 100px;
    height: 20px;    
    padding-top: 1px;
    font-size: 11px;
    background-color: #01a0fe;    
    border: 0;    
    font-weight: bold;
    
}
input.cssButtonHover {
    text-transform: uppercase;
    font-family: Trebuchet MS;
    color: #ffffff;
    width: 100px;
    height: 20px;
  	padding-top: 1px;
    font-size: 11px;
    background-color: #666666;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    
}

span.cssButton {
    text-transform: uppercase;
    font-family: Trebuchet MS;
    color: #ffffff;   
    width: 100px;
    height: 16px;
    padding: 3px 12px;
    font-size: 11px;
    background-color: #01a0fe;    
    border: 0;    
    font-weight: bold;
}

span.cssButtonHover {
    text-transform: uppercase;
    font-family: Trebuchet MS;
    color: #ffffff;
    width: 100px;
    height: 16px;
    padding: 3px 12px;
    font-size: 11px;
    background-color: #666666;
    border: 0;
    font-weight: bold;
}

.back_ch{
text-align:right;
padding-right:1px;
}

/***************************************************** Monika Radomska ***************************************************************/

/* Komunikaty */
ul.messagesErr, ul.messagesOk {
	margin: 10px;
}
ul.messagesErr li, ul.messagesOk li{
	list-style: none;
	padding: 3px;
}
ul.messagesErr {
	padding-bottom: 3px;
	border: 1px solid #F30C0C;
	padding: 6px 6px 6px 36px;
	color: #F30C0C;	
	background: #FDD7D7 url("../../../../images/icons/cross.png") 9px center no-repeat;
}
ul.messagesOk {
	padding-bottom: 3px;
	border: 1px solid #02910D;
	padding: 6px 6px 6px 36px;
	color: #02910D;
	background: #EDFDD7 url("../../../../images/icons/tick.png") 9px center no-repeat;
}
/*Pager*/
.pages {
	float:right;
}

ul.pager{
	margin-top:-2px;
	clear:both;
}
ul.pager li{
	list-style: none;
	float:left;
	margin-left:2px;
	margin-right:2px;
}
ul.pager li a{
	padding:3px 3px 0px 3px;
	color: #01A0FE;
	border:0;
}
ul.pager li a:hover{
	color:#555555;
	text-decoration: none;
	border-bottom: 1px solid #555555; 
}
ul.pager li a.active{
	color:#555555;
	border-bottom: 1px solid #555555;
	text-decoration: none; 
}
/*Tooltip*/
.tooltip{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none;
	background-color: #F4F4F4;
	border: 1px solid #E5E5E5;
	padding: 5px;
	width: 200px;
	color: #3D3D3D;
}
.tooltip_text {
	display:none;
}

tr.tableHeading th a {
color:#666666;
font-weight:bold;
}
tr.tableHeading th a.selected {
border-bottom:1px solid #666666;
}
tr.tableHeading th a:hover {
color:#ffffff;
font-weight:bold;
}
#headerBoxRow4{
    color: #9A9A9A;
    text-align:center;
    font-size:9px;
    height:11px;
}

#bannerbox2Heading{
    display:none;
}

/* Przesuwany pasek na dole */
div#infoBar { 
	border-top: 1px solid #929292; 
	overflow: hidden; 
	position: relative;
	padding:8px;
	margin-top:20px;
}
div#infoBar div {
	overflow: hidden;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}


/*Linki do obsługi klienta*/
#customersLinksBox {
	border: 1px solid #D4D4D4;
	padding: 5px 25px 5px 45;
	margin: 20px 0px 10px 0px;
	font-size: 12px;
	background: #F0F0F0;
	position: relative;
	/*background-image: url(../../../../images/rzetelna_firma.png);
	background-repeat: no-repeat;
	background-position: right center;*/
}

#customersLinksBox span.legend {
	top: -10px;
	position: absolute;
	padding: 2px 10px;
	margin-left: 10px;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #D4D4D4;
	float: none;
}
#customersLinksBox table {
	width: 100%;
	margin-top: 15px;
}
#customersLinksBox table tbody td {
	padding: 0 10px;
	vertical-align: top;
	width: 25%;
	border-right: 1px solid #CBCBCB;
}
#customersLinksBox table tbody td ul li {
	margin-bottom: 3px;
}
#customersLinksBox table tbody td.lastOne {
	border-right: 0;
}
#customersLinksBox table tbody td div.customersLinksGroupHeader {
	border-bottom: 1px solid #CBCBCB;
	font-weight: bold;
}
#customersLinksBox a.reliableFirm {
	float:right; 
	border:none;
}
#customersLinksBox a.reliableFirm img {
	height: 90px;
}


#captcha{
  margin-top: 10px;
}
#recaptcha_image{
  border: 1px solid #7f9db9;
  float: left;
}
.inputTellAFriend{
  width: 200px;
}

.copy_address{
  padding: 5px 0 5px 150px;
  cursor:pointer;
  color: #00c4ff;
}

/* Tabelka opatulająca formularz */
table.formTable {
	margin:5px 0px; 
	border-spacing: 0px;	
}
table.formTable td {
	padding-right: 15px;
}
table.formTable td.middle {
	text-align: center;
}
table.formTable td.headerlike {
	font-weight: bold;
	font-size: larger;	
}
img.loaderImg {
	display:none;
	padding: 3px 2px 0px 2px;
}
table.formTable tr.formButtons td {
	text-align: center;
}
table.formTable tr.formButtons td a {
	float:left;
}
table.formTable tr > td:first-child {
	width: 155px;
}
/*Formularze*/
input[type="text"].inputStandard {
	width: 225px;
}
input[type="text"].inputPostcode {
	width: 60px;
}
input[type="text"].inputTelephone {
	width: 130px;
}
input[type="text"].inputAddress, input[type="text"].inputEmail {
	width: 300px;
}
input[type="text"].inputDay, input[type="text"].inputMonth {
	width: 20px;
}
input[type="text"].inputYear {
	width: 40px;
}
input[type="password"].inputPassword, input[type="text"].inputPassword {
	width: 130px;
}
.alert {
	/*color: #FF950A;*/
	margin-left: 0.5em;
}
.inputErr, input.inputErr, #navColumnContent div.centerColumn input.inputErr, .err {
	color:#FF0000 !important;
	border-color:#FF0000 !important;
}
.textErr {
	color:#FF0000;
}