/** * 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 4387 2006-09-04 13:54:28Z drbyte $ */
body {
	margin: 0;
	font-family: trebuchet ms, verdana, tahoma,arial, helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background-color: #CCCC99;
	padding-top:0px;
    overflow:scroll;
    overflow:-moz-scrollbars-vertical;
    
    
}

a img {
	border: none;
}
a:visited {
 text-decoration: none;
 color: black;
}
a:link, #navEZPagesTOC ul li a {
 color: black;
 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: #202020;
	text-decoration: underline;
}
a:active {
	color: #FF5000;
	text-decoration: none;
}
p a:link{
text-decoration: underline;
}
h1 {
	font-size: 17px;
	color: #CC6633;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
    color:#E56B25;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
	font-size: 14px;
}
.biggerText {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
    margin:0;
    margin-bottom: 5px;
    margin-left: 5px;
}
/*  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%;
}
*/
.centerColumn {
	height: 1%;
	margin-right:0px;
    padding-left: 15px;
    padding-right: 15px;
}

#center-column-container{

}

#ezPageDefault, #conditions, #siteMap, #unsubDefault, #contactUsDefault {
	font-size: 100%;
}
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 100%;
	margin: 0.1em;
}
TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
}

button, input[type="button"],input[type="submit"]{
border:1px solid #FDFBF8;
}

#login-email-address, #login-password, #firstname, #lastname, #street-address,
#city, #postcode, #telephone, #email-address, #password-new, #password-confirm, #fax, #password-current
{
 border:1px solid #CCCCCC;
}

input:submit{
color:#005784;
}
.button-submit{
background-image: url(../images/button-submit.png);
background-color:none;
border:1px solid none;
color:#005784;
font-size:100%;
font-weight:bold;
width:85px;
height:20px;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #DDDDDD;
}

fieldset fieldset{
	border: 1px solid #D2E3F2;
}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color:#E56B25;
}
LABEL, h4.optionName {
	line-height: 1.5em;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
}

LABEL{
text-align:right;
}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}
#logo {
	left: 20px;
	top: 5px;
	width: 160px;
	height: 40px;
	position: absolute;
}
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.3em;
}
ADDRESS {
	font-style: normal;
}
.clearBoth {
	clear: both;
}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #D5D5D5;
}
/*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;
	vertical-align: top;
	max-width: 850px;
	width: expression(document.body.clientWidth > 850? "850px": "auto" );
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin-left: 0em;
	padding: 0em;
	clear: left;
	margin-bottom:5px;
}
#headerWrapper {
    background-image: url(../images/border-page-top.png);
    background-repeat: repeat-x;
  position:relative;
}
#headerWrapper-container {
    background-image: url(../images/header-back01.jpg);
	background-repeat: no-repeat;
	background-position:top;
	height: 200px;
    padding-bottom: 5px;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
}
#tagline {
	color: #000000;
	font-size: 120%;
	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: 5px;
	width: 47%;
}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
}
/*navigation*/
.navSplitPagesResult {
}
.navSplitPagesLinks {
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 90%;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}
#navSuppWrapper {
	background-image: url(../images/footer-back01.png);
	background-repeat: repeat-x;
	color: #545454;
	height:35px;
    text-align: center;
}
#navMainWrapper {
	font-weight: bold;
	color: #002F77;
	height: 25px;
	top:180px;
	position:absolute;
	font-size:90%;
    margin-left: 10px;
}
#navMainWrapper a{
color:black;
font-size:12px;
font-weight: normal;
}

#navMainWrapper input{

}


#reglog{
position:absolute;
left:20px;
top:70px;
width:400px;
}

#navCatTabsWrapper {
 left:300px;
 margin-right:25px;
 top:90px;
 border:1px solid none;
 background-color:none;
 height:100px;
 overflow:auto;
 position:absolute;
 }

#navCatTabs ul{
 list-style-type: none;
 margin:0px;padding:0px;
}
#navCatTabs ul li {
 display: inline;
 background-color:none;
}
#navCatTabs ul li a{
 background-color:none;
 font-weight:bold;
 color:#002F77;
 font-size:100%;
}

#navMain ul, #navSupp ul {
	margin: 0;
	padding: 0em 0em;
	list-style-type: none;
	text-align: center;
    background-color: ;
}


#navMain ul li{
background-color:#EDE9E5;
border:1px solid #F0EBE7;
font-weight:normal;
}

#navMain ul li, #navSupp ul li{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
#navMain ul li a, #navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.0em;
	margin: 0;
	color: 	color: #002F77;
	white-space: nowrap;
}

#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;
}
#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
}
#navBreadCrumb {
	background-image: url(../images/navbreadcrumb01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#navBreadCrumbl {
	background-image: url(../images/navbreadcrumb02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navBreadCrumbr {
	background-image: url(../images/navbreadcrumb03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:20px;
	margin-top:1px;
	margin-left:20px;
}
#navBreadCrumb a{
	color:#505050;
}

#navEZPagesTop {
	background-image: url(../images/asana-navbar.png);
	margin: 0em;
    height:54;
    line-height: 54px;
    text-align: center;
}

#navEZPagesTop a{
 font-size: 100%;
 padding-left: 4px;
 padding-right: 4px;
 border-left: 1px solid #CCCC99;
 font-size: 12px;
 font-weight: bold;
}

#navEZPagesTop a:hover{
 color:#202020;
 text-decoration: none;
}

#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;
    padding-left:20px;
    float:left;
}
#productPrices{

}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
}
.advisory {
}
.important {
	font-weight: bold;
}
.notice {
}
.rating {
}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 90%;
}
/*Shopping Cart Display*/
#cartAdd {
	text-align: center;
	margin: 1em;
	border: 2px solid #EDECD9;
	padding: 1em;
}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
}
.tableHeading, #cartSubTotal {
	background-color: #E56B25;
}
#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;
}
.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;
}

#cartBoxListWrapper ul li span{
 display:none;
}
#cartBoxListWrapper ul li a span{
 display:inline;
}

#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;
	width: 100px;
}
.attributesComments {
}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}
.centerBoxWrapper {
	border: 1px solid #7AABE9;
	height: 1%;
	margin: 1.1em 0;
}
h2.centerBoxHeading {
	font-size: 1.3em;
	color: #1D6990;
}
/*sideboxes*/
.columnLeft {
padding-right:5px;
}
h3.leftBoxHeading, h3.rightBoxHeading {
	font-size:14px;
	color:White;
	text-align:left;
	height:29px;
	padding-left:20px;
	padding-bottom:0px;
	margin:0px;
}

h3.rightBoxHeading label{
 font-size:12px;
}

h3.leftBoxHeading a, h3.rightBoxHeading a{
 color:black;
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
.leftBoxContainer {
 margin: 0em;
 margin-bottom: 5px;
 background-image: url(../images/menu-footer.png);
 background-position: bottom;
 background-repeat: no-repeat;
 padding-bottom: 9px;
 }

.rightBoxContainer{
 margin: 0em;
 border-left:1px solid #D5D5D5;
 margin-bottom:10px;
}


/*kategorie*/
.sideBoxContent {

}

.sideBoxContent ol, .sideBoxContent ul{
list-style-type:none;
margin:0px;
padding:0px;
}

.sideBoxContent ul li a, .sideBoxContent ol li a{
}

.sideBoxContent ul li a:hover, .sideBoxContent ol li a:hover{
 background-image: url(../images/menu-link.png);
 background-repeat:no-repeat;
}

#categories .sideBoxContent, ezpagesContent .sideBoxContent{
	padding: 0.0em;
}
#documentcategoriesContent a.category-top {
	color: #800000;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: black;
	text-decoration: none;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}
.productListing-odd, .productListing-even {
	padding-bottom: 5px;
	padding-top: 5px;
}
.productListing-even {
	background-color: #F9F2EA;
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 0em;
}
#bestsellers ol {
	padding: 0;
	margin:0;
}
#bestsellers li {
	padding: 0;
	margin: 0em 0em 0em 0em;
}
#bannerboxHeading {
	background-color: #0000CC;
}
#upProductsHeading {
	text-align: left;
}
#upDateHeading {
	text-align: right;
}
/* categories box parent and child categories */
#categoriesContent a.category-top,
#categoriesContent a.category-links,
#ezpagesContent ul li a
 {
 color: black;
 font-weight:bold;
 text-decoration: none;
 padding-left: 25px;
 display: block;
 background-image: url(../images/menu-link.png);
 background-repeat:no-repeat;
 height:40px;
 line-height:40px;
 border-bottom:1px solid #CCCC99;
}
#categoriesContent a.category-top:hover,
#ezpagesContent ul li a:hover
  {
 color: #101010;
 background-image: url(../images/menu-link01.png);
 background-repeat:no-repeat;
}
#categoriesContent a.category-products, A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	background-image: url(../images/bullet01.png);
  background-position: 5px;
  background-repeat:no-repeat;
  padding-left:25px;
  font-weight:bold;
	color: #4A69A9;
	display: block;
}
#categoriesContent a.category-products:hover {
	background-image: url(../images/bullet02.png);
	color: navy;
}

SPAN.category-subs-parent {
	font-weight: bold;
}
SPAN.category-subs-selected {

}
/* end categories box links */
/*misc*/
.back {
	float: left;
}
.forward {
	float: right;
}
.bold {
	font-weight: bold;
}
.rowOdd {
	background-color: #FBF4ED;
	height: 1.5em;
	vertical-align: top;
}
.rowEven {
	background-color: #F9F2EA;
	height: 1.5em;
	vertical-align: top;
}
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: #E56B25;
	height: 2em;
}
.productListing-rowheading {
	background-color: #E56B25;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
}
.productListing-heading .productListing-heading {
	color: white;
}
#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;
}

.centerBoxContentsProducts{
}

.centerBoxContentsProducts h3, .centerBoxContentsProducts h3 a{
 text-align:left;
} 

.centerBoxContentsProducts h3.price{
border-bottom:1px solid #D3D3D3;
color:#585858;
margin:0px;
margin-bottom:5px;
padding-bottom:5px;
}

.centerBoxContentsProducts .product-listing-container{
margin:0px;
padding:0px;
overflow:hidden;
margin-left:3px;
}

.centerBoxContentsProducts .box-product1{
background-image: url(../images/box-produkt01.png);
background-position: left top;
background-repeat:no-repeat;
margin:0px;
padding:px;
}

.centerBoxContentsProducts .box-product2{
max-height:194px;
min-height:194px;
_height:194px;
background-image: url(../images/box-produkt02.png);
background-position: right top;
background-repeat:no-repeat;
margin:0px;
padding: 10px 15px 5px 15px;
}

.itemTitle{
 color:#1A449E;
 clear:both;
 margin:5px 0 0 0;
}

h5.price{
 margin:0;
 padding:0;
text-align:left;
float:left;
font-weight:normal;
color:#0F3077
}

.listingProductImage{
margin-top:5px;
margin-right:5px;
}

.sideBoxContent .listingProductImage{
float:none;
margin-top:0px;
margin:0px;
}

.listingDescription{
text-align:left;
}

.box-product2 .button_buy_now{
background-image: url(../images/bag01.png);
background-repeat:no-repeat;
padding-left:15px;
float:left;
line-height:40px;
}

.box-product2 .button_detail{
float:right;
}

#categoriesHeading, #ezpagesHeading, #idlestockHeading{
background-image: url(../images/box-header10.png);
background-repeat:no-repeat
height:47px;
padding-top:12px;
}

#shopassistantHeading{
background-image: url(../images/box-header11.png);
background-repeat:no-repeat
height:34px;
padding-top:12px;
}


.cc01 {
 background-image: URL('../images/content-corner-lh.png');
 background-repeat: no-repeat;
 height:10px;
 background-color: #FDFBF8;
 font-size:1px;
}

.cc02 {
 background-image: URL('../images/content-corner-ph.png');
 background-repeat: no-repeat;
 background-position:right top;
 height:10px;
}

.cc03 {
 background-image: URL('../images/content-corner-ld.png');
 background-repeat: no-repeat;
 background-color: #FDFBF8;
 height:10px;
 font-size:1px;
}

.cc04 {
 background-image: URL('../images/content-corner-pd.png');
 background-repeat: no-repeat;
 background-position:right;
 height:10px;
 font-size:1px;
}

.content-center-column{
clear:both;
background-color: #FDFBF8;
min-height:400px;
_height:400px;
}

.image01{
border:2px solid #EBE6D0;
}

#idlestockContent{
background-color: white;
}

#siteinfoLegal, #siteinfoLegal a:link{
    color:#A4A471

}

#vmOdkazy, #vmOdkazy a:link{
 color:#7C7C49;
 text-align: center;
 font-size:12px;
}

.attribsRadioButton{
 font-size:12px;
}

.productImagesContainer{
width:440px;
}