/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 72.5%;
	color: #D8CDD5;
	background-color: #2B001E;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #D8CDD5;
	text-decoration: none;
	}
 
a:visited {
	color: #D8CDD5;
	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: #D8CDD5;
	text-decoration: underline;
}

a:active {
	color: #D8CDD5;
	}

h1 {
	font-size: 1.4em;
	color: #D8CDD5;
	border-top: 2px solid #D8CDD5;
	padding-top: 0.6em;
	margin: 0 -0.8em 1em 0;
	}

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;
	}

h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

h3.itemTitle {
    font-size: 1.0em;
    font-weight: normal;
    margin: 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;
}
SELECT, INPUT {
	color: #D8CDD5;
	background-color: #2B001E;
	border: 1px solid #D8CDD5;
}
INPUT.search-submit {
	background: url(../images/search.png) transparent no-repeat center;
	width: 32px;
	height: 20px;
	border: 0px;
}

INPUT.search {
	background-color: #D8CDD5;
	border: 1px solid #2B001E;
	color: #2B001E;
	width: 110px;
}

INPUT.trans {
	background-color: transparent;
	border: 0px;
}

.header-left {
    float: left;
}
.header-right {
	float: right;
	position: relative;
	top: 10px;
	left: 0px;
	width: 150px;
}

.header-right a:link,
.header-right a:visited,
.header-right a:hover {
	background-color: transparent;
	color: #2B001E;
	text-decoration: none;
}

.header-right img {
	margin-top: -6px;
	float: left;
	width: 36px;
	height: 26px;
}

TEXTAREA {
	margin: 0;
	display: block;
	width: 100%;
	color: #D8CDD5;
	background-color: #2B001E;
	border: 1px solid #D8CDD5;
    }

/*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: #D8CDD5;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 2px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 2px solid #D8CDD5;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #A60000;
	color: #ffffff;
}

.messageStackSuccess {
	background-color: #2F9059;
	color: #000000;
}

.messageStackCaution {
	background-color: #e26ac7;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #2B001E;
	text-align: left;
	width: 950px;
	vertical-align: top;
	/*border: 1px solid #9a9a9a;*/
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper {
/*    font-size: 1.1em;*/
}

#logoWrapper{
	height: 50px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 2em;
	}
	
#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 0em 1em 0em;
	font-style: italic;
	}
.navNextPrevList {
	display: inline;
	text-align: center;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #transparent;
	padding: 0.3em 0.2em;
	font-weight: normal;
	color: #D8CDD5;
	height: 1%;
}

.navNextPrevWrapper {
    margin: 1.5em 0em 1.5em 0em;
    
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain {
    float: right;
    font-size: 90%;
}

#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, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0 0.5em 0.5em 0;
	background-color: transparent;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0.4em 0em 0em 0em;
	/*border-bottom: 2px solid #D8CDD5;*/
	}

#navEZPagesTop {
	background-color: #D8CDD5;
	color: #451338;
	font-size: 0.95em;
	margin: 0em 0em 0.8em 0em;
	padding: 0em 0em 2em 0em;
	_padding: 0em 0em 0em 0em;
	height: 12px;
	}

#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; 
	margin-left: 160px;
	margin-top: 50px;
	}

.alert {
	color: #e26ac7;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.5em 0 0.8em 0;
	}

.centerColumn {
	padding: 0.5em 1em 0.8em 0;
	text-align: justify;
	background-image: url(../images/pozadi4.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 480px;
	_height: 480px;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	/*text-align: center;*/
	margin: 1em;
	margin-left: 25px;
	margin-top: 10px;
	}

.tableHeading TH {
	/*border-bottom: 1px solid #9a9a9a;*/
	background-color: #451338;
    color: #D8CDD5;
    text-align: left;
	}

.tableHeading, #cartSubTotal {
	background-color: #451338;
    color: #D8CDD5;
	 }

#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;
	}

#scTotalHeading, .cartTotalDisplay,
#scRemoveHeading, .cartRemoveItemDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 4em;
	}

.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: 0.6em 0em 0.6em 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.3em 1em;
	}

#cartProdTitle {
	margin-top: 0.3em;
	}

/*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 {
    /*margin-top: 1em;*/
}

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;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #2B001E;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	/*border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;*/
	margin-bottom: 1.5em;
	}

.sideBoxContent {
	background-color: transparent;
	/*padding: 0.4em;*/
	}

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, .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;
	}

#siteinfoLegal {
    float: right;
    margin-bottom: 15px;
    text-align: right;
}

#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;
	}


a.menu:link, a.menu:visited {
    color:#451338;
    padding: 1em 1em 1em 1em;
   /* margin-top: -1em;*/
    border-right: 2px solid #2B001E;
    display: block;
    float: left;
}

a.menu:hover, a.menu-on {
    background-color: #451338;
    color: #D8CDD5;
    padding: 1em 1em 1em 1em;
    /*margin-top: -1em;*/
    border-right: 2px solid #2B001E;
    text-decoration: none;
    display: block;
    float: left;
}


/* categories box parent and child categories */
A.category-top:link, A.category-top:visited {
	color: #D8CDD5;
	text-decoration: none;
	display: block;
	margin: 0em 0em 0em 0.7em;
	padding: 1em 0em 1em 0em;
	}
A.category-top:hover{
	color: #D8CDD5;
	text-decoration: none;
	background-color: #451338;
	display: block;
	margin: 0em 0em 0em -0.4em;
    padding: 1em 0em 1em 1.1em;
    }
A.category-top-on:link, A.category-top-on:visited,
A.category-top-on:hover {
	color: #D8CDD5;
	text-decoration: none;
	background-color: #451338;
	display: block;
	margin: 0em 0em 0em -0.4em;
    padding: 1em 0em 1em 1.1em;
    }

A.category-products:link, A.category-products:visited {
	color: #D8CDD5;
	text-decoration: none;
	display: block;
	margin: 0em 0em 0em 0.7em;
	padding: 1em 0em 1em 1.5em;
	}
A.category-products:hover, A.category-products-on:link,
A.category-products-on:visited, A.category-products-on:hover {
	color: #451338;
	text-decoration: none;
	background-color: #D8CDD5;
	display: block;
	margin: 0em 0em 0em 0.7em;
	padding: 1em 0em 1em 1.5em;
}


A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-subs:visited {
	color: #FF0000;
	text-decoration: none;
	}

span.category-separator {
    border-top: 2px solid #D8CDD5;
    background-color: transparent;
	/*height: 1px;*/
	width: 172px;
	display: block;
    margin: 0em 0em 0em 0.7em;
    _margin-bottom: -13px;
    padding: 0;
}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #BBACB8;
	color: #451338;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #D8CDD5;
    color: #451338;
	height: 1.5em;
	vertical-align: top;
	}

.rowOdd a, .rowEven a {
    color: #451338;
    font-weight: bold;
}

#prevOrders td {
	background-color: #BBACB8;
	color: #451338;
	padding-right: 0.5em;
}

.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: #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;
	}
.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;
	}
.centerBoxContentsProducts {
    border: 1px solid #D8CDD5;
    width: 85px;
    margin-bottom: 8px;
    margin-right: 8px;
}

.product-left {
    margin-left: 25px;
    float: left;
    width: 90px;
    font-weight: bold;  
}
.product-right {
    width: 250px;
    float: left;
}

.ezPageLeft {
    width: 372px;
    height: 600px;
    float: left;
    margin-right: 10px;
	background-image: url(../images/pozadi3.jpg);
	background-color: #2B001E;
	background-position: 0px 300px;
	background-repeat: no-repeat;
}

#ezPageDefault {
	float: right;
	width: 513px;
	height: 600px;
	text-align: justify;
	margin: 0;
	padding: 0em 1.5em 1em 3em;
	background-image: url(../images/pozadi1.jpg);
	background-color: #451338;
	background-position: top right;
	background-repeat: no-repeat;
}

#ezPagesHeading {
    border-top: 2px solid #D8CDD5;
    margin: 1.5em -1em 1.5em 0em;
    padding-top: 0.4em;
}

.sort {
    margin: 1em 0em 2em 0em;
    float: left;
    width: 450px;
}

a.sortHref:link, a.sortHref:visited {
    font-weight: normal;
    text-decoration: none;
}

a.sortHref:hover, a.sortHref_on, .current {
    font-weight: bold;
    text-decoration: none;
    padding: 0.5em 0em 0.5em 0em;
    border-bottom: 1px solid #D8CDD5;
    border-top: 1px solid #D8CDD5;
}

/*#indexCategoriesHeading, #productListHeading, #cartDefaultHeading, 
#loginDefaultHeading, #checkoutShippingHeading, #checkoutPaymentHeading  {
	border-top: 2px solid #D8CDD5;
	padding-top: 0.7em;
	margin-top: 0;
}*/

/*#indexCategoriesHeading{
	border-top: 2px solid #D8CDD5;
	padding-top: 0.7em;
	margin: 0 0 1em 0;
}*/


#productsListingListingTopLinks, #productsListingListingBottomLinks {
    margin: 15px 175px 0 0;
}


.hlavni-left1 {
	width: 495px;
	min-height: 490px;
	_height: 490px;
	float: left;
	text-align: justify;
	background-image: url(../images/pozadi5.jpg);
	background-position: top left; /*0px 210px;*/
	background-repeat: no-repeat;
	padding: 0em 1.5em 1em 3em;
}

.hlavni-left {
	width: 540px;
	min-height: 490px;
	_height: 490px;
	float: left;
	text-align: justify;
	background-image: url(../images/pozadi5.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.hlavni-right {
	float: right;
	width: 335px;
	background-image: url(../images/pozadi2.jpg);
	background-color: #451338;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 1.5em 1em 3em;
	min-height: 480px;
	_height: 480px;
	text-align: justify;
}

.hlavni-kategorie {
    width: 181px;
    height: 160px;
    margin: 20px 0px 0px 11px;
    float: left;
    background-color: transparent;
}

.hlavni-kategorie-first {
    width: 181px;
    height: 160px;
    margin: 20px 0px 0px 0px;
    float: left;
    background-color: transparent;
}

.kategorie-nadpis {
    padding: 0.5em 0em 1em 0em;
    border-top: 2px solid #D8CDD5;
}

.categoryListBoxContents {
    padding: 0.5em 0em 1em 0em;
    margin: 1.5em 0 0 0;
    border-top: 2px solid #D8CDD5;
    border-bottom: 2px solid #D8CDD5;
    width: 130px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.kategorie-obr a:link, .kategorie-obr a:visited {
    display: block;
    width: 180px;
    height: 135px;
    overflow: hidden;
}

.kategorie-obr a:hover {
    text-indent: -180px;
}

.kategorie-obr-on a {
    display: block;
    width: 180px;
    height: 135px;
    overflow: hidden;
    text-indent: -180px;
}

.categoryImg {
    float: left;
    margin: 0 1.5em 1em 0;
    display: block;
    width: 180px;
    height: 135px;
    overflow: hidden;
}

.kontakt {
    font-size: 1.2em;
}
.sortiment-right {
    float: right;
    text-align: right;
    width: 270px;
    font-weight: bold;
    margin-top: 10px;
}

