/* TURNIT OFF
=================================================================================== */
/* schovam co nechci zobrazovat, ikdyz by se to melo delat asi v nastaveni shopu, ale takle je to rychlejsi :)  */

#head-default-logo, #head-sales-text, #head-banners-group-set2, #head-search
{ display:none; }

/*.old_price_title, .old_price_first, .old_price_second, .productPriceDiscount
{ display: none;}*/

/* RESET TAGS
=================================================================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

fieldset, img {
	border:0 none;
}

address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border:0 none;
}

.cleaner, .clearBoth {
	clear:both;
	height:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
	visibility:hidden;
}

/* DEFINE BASIC TAGS
=================================================================================== */

BODY {
	background:url(../images/sablona/bg.jpg) center top;
	color: #003f71;
	font-family: "Helvetica", "Tahoma", "Arial", "sans-serif";
  	font-size: 11px;
	line-height:1.4em;
}

input[type="text"], input[type="password"], textarea {
	font-family: "Helvetica", "Tahoma", "Arial", "sans-serif";
	font-size: 11px;
	border:1px solid #ccc;
	padding:2px;
}

select {
	font-size:10px;
}

a {
	color:#1297ff;
	text-decoration:none;
}
a:hover {
	color:#075a9b;
	text-decoration:none;
}

.leftboxcontent li {
  /*background:transparent url(../images/sablona/cat-li.gif) no-repeat scroll 0 5px;*/
  /*padding-left:8px;*/	
}
.leftboxcontent li a:hover {
  color:#075a9b;
}

#categories-content ul li {
	padding-left:1em;
	padding-top:2px;
}

#categories-content ul li a {
  padding-left:1.5em;
	background:transparent url(../images/sablona/li.jpg) no-repeat scroll;
}
#categories-content ul li a:hover {
	background:transparent url(../images/sablona/li-hover.jpg) no-repeat scroll;
}

#chcategories-content {
  padding-left: 0px;
  padding-top: 0px;
}




#chcategories-content ul li {
	padding-left:1em;
	padding-top:2px;
}

#chcategories-content ul li a {
  padding-left:1.5em;
	background:transparent url(../images/sablona/li.jpg) no-repeat scroll;
}
#chcategories-content	 ul li a:hover {
	background:transparent url(../images/sablona/li-hover.jpg) no-repeat scroll;
}

ol li {
	list-style:decimal;
	margin-left:1.5em;
}

hr {
	border:none; border-top:1px solid #8ec8f5;
}


.centershop {
	background:#fff;
	width:100%;												/*  prostredni sekce shopu */
}

#mainWrapper {
	width: 980px;
	vertical-align: top;
	margin:0 auto;
}




/* IMAGE POP UP EFFECT
=================================================================================== */
 
#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}


/* HIGHSLIDE IMAGE EFFECT
=================================================================================== */
.highslide-wrapper div {
	font-family:Verdana,Helvetica;
	font-size:10pt;
}

.highslide {
	cursor:url(highslide/graphics/zoomin.cur), pointer;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

.highslide-active-anchor img {
	visibility:hidden;
}

.highslide-wrapper, .drop-shadow {
	background:white none repeat scroll 0 0;
}

.highslide img {
	border:2px solid gray;
}

.highslide:hover img {
	border:2px solid white;
}

.highslide-wrapper {
	background:white none repeat scroll 0 0;
}

.highslide-image {
	border:10px solid white;
}

.highslide-caption {
	background-color:white;
	border-color:-moz-use-text-color white white;
	border-style:none solid solid;
	border-width:medium 5px 5px;
	display:none;
	padding:5px;
}

.highslide-loading {
	background-color:white;
	background-image:url(highslide/graphics/loader.white.gif);
	background-position:3px 1px;
	background-repeat:no-repeat;
	border:1px solid black;
	color:black;
	display:block;
	font-family:sans-serif;
	font-size:8pt;
	font-weight:bold;
	padding:2px 2px 2px 22px;
	text-decoration:none;
}

a.highslide-credits, a.highslide-credits i {
	display:none;
}

a.highslide-full-expand {
	background:transparent url(highslide/graphics/fullexpand.gif) no-repeat scroll 0 0;
	display:block;
	height:34px;
	margin:0 10px 10px 0;
	width:34px;
}


/* HEAD
=================================================================================== */
/* vzhled hlavicky */
#head {
	height:250px;
	background:url(../images/sablona/head.jpg) no-repeat;
}

/* menu EZ stranek (a jineho) v hlavicce */
#head-menu-pages {
  /*padding-top:206px;*/
}

#head-menu-pages a {
  color:#fff;
  padding:8px;
  font-size:12px;
  font-weight:bold;
}

#head-navi {
	padding-left:8px;
	padding-top:8px;
}


/* FOOT
=================================================================================== */

td#footer_credits {
	padding:6px;
	background:#1297ff;
}

td#footer_credits a {
	color:#fff;
}

table.footer {
  clear:both;
}


/* SIDEBOXES
=================================================================================== */

#navColumnOne {
	float:left;
}

#navColumnTwo {
	float:right;
}

#mainColumn {
	float:right;
	width:640px;
}

#left {
  float:left;
  width:810px;
}

/* boxy */
table.leftbox, table.rightbox {
  margin-bottom:5px;
}


/* hlavicky */
#navColumnOne td, #navColumnTwo td {
	vertical-align:top;
}

tr.leftboxheading, tr.rightboxheading {
	height:31px;
	overflow:hidden;	
}

td.leftboxheading, td.rightboxheading {
	height:19px; /* kvuli IE - vyska - padding jak u normalnich boxu */	

}

tr.leftboxheading {
	background:#1297ff;
	background:transparent url(../images/sablona/sbl-head.jpg) no-repeat scroll -5px 0;
}

td.leftboxheading {

}

tr.rightboxheading {
	background:#1297ff;
	background:transparent url(../images/sablona/sbr-head.jpg) no-repeat scroll 0 0;
	
}

td.rightboxheading {
	text-align:right;
}

td.rightboxheading, td.leftboxheading, td.rightboxheading a, td.leftboxheading a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:6px;
}


/* obsah */
td.leftboxcontent {
	background:#ddecf8;
	padding:0 20px 0 10px;	
}

td.rightboxcontent {
	background:#ddecf8;
	padding:0 10px 0 20px;
}


/* foot */
td.leftboxfooter, td.rightboxfooter {
	height:10px;
	overflow:hidden;
}

td.leftboxfooter {
  background:transparent url(../images/sablona/sbl-foot.jpg) no-repeat scroll -5px 0;
}

td.rightboxfooter {
  background:transparent url(../images/sablona/sbr-foot.jpg) no-repeat scroll;
}



/* SIDEBOXES CONTENT STYLES
=================================================================================== */

/* odlisne styly od hlavniho obsahu, jako je treba barva text a odkazu kvuli pozadi a pod.. */
td.leftboxcontent, td.rightboxcontent {
	color:#333333;
	padding:10px;
}

td.leftboxcontent a, td.rightboxcontent a, a div.betterCategories{
	color:#003f71;
	text-decoration:none;
}


/* SIDEBOXES EXTRA
=================================================================================== */

/* vlastni specificke nastaveni pro jednotlive boxy */
#featuredContent, #featured-content, #bannerbox-content, #specials-content, #bannerbox2-content, #bannerboxall-content, #reviewsContent, #languagesContent, #currenciesContent {
	text-align:center;
}

/* vyhledavani */
#search-content input.query {
	float:left;
  height:14px;
  margin-top:1px;
  padding:4px;
  width:106px;
}

#search-content input.submit {
	width:28px;
	height:26px;
	background:url(../images/new-btn/search-small.png);
	cursor:pointer;
	border:none;
	float:right;
}

#search-content a {
	display:block;
	background:url(../images/sablona/sb-li.gif) 0 50% no-repeat;
	padding-left:10px;
	color:#333;
}

/* login */
#loginbox-content input {
	display:block;
}

/* SIDEBOXES - KATEGORIE
=================================================================================== */
/* casem by bylo dobre sablonu kategorii upravit, sjednotit aby hodne stylu nize vypadlo */

#categoriesContent li.category-top {

}

#categoriesContent li.category-sub {

}

#categoriesContent li.category-products {

}

#categoriesContent li.category-links {

}

#categoriesContent li {
  
}

#categoriesContent li a {
	color:#003f71;
	font-weight:bold;
	font-size:12px;
	display: block;
}

#categoriesContent li a:hover {
	color:#1297FF;
}

#categoriesContent li li a {
	color:#003f71;
	font-weight:normal;
	font-size:12px;
}


.columnLeft #categoriesContent {
  background:#ddecf8;
  padding-top:10px;
  padding-bottom:10px;
}

.columnright #categoriesContent {
  background:#ddecf8;
	
}

/* SIDEBOXES - KATEGORIE
=================================================================================== */
/* casem by bylo dobre sablonu kategorii upravit, sjednotit aby hodne stylu nize vypadlo */

#chcategoriesContent li.category-top {

}

#chcategoriesContent li.category-sub {

}

#chcategoriesContent li.category-products {

}

#chcategoriesContent li.category-links {

}

#chcategoriesContent li {
  
}

#chcategoriesContent li a {
	color:#003f71;
	font-weight:bold;
	font-size:12px;
	display: block;
}


#chcategoriesContent li a:hover {
	color:#1297FF;
}

#chcategoriesContent li li a {
	color:#003f71;
	font-weight:normal;
	font-size:12px;
}


.columnLeft #chcategoriesContent {
  background:#ddecf8;
  padding-top:10px;
  padding-bottom:10px;
}

.columnright #chcategoriesContent {
  background:#ddecf8;
	
}

/* OBSAH, HLAVICKY A TAK
=================================================================================== */

h2.centerBoxHeading, #cartDefaultHeading, #loginTitle, #checkoutShippingHeading, #checkoutConfirmDefaultHeading, #indexCategoriesHeading {
	display:block;
	padding:7px;
	color:#fff;
	font-weight:bold;
	background:#8ec8f5;
	font-size:12px;
	margin-bottom:2px;
  margin-top:2px;
}

#indexCategoriesHeading2 {
  display:none;
}

.centerBoxWrapper {
	margin-bottom:20px;
}

.navNextPrevWrapper {
	text-align:center;
}

.navNextPrevWrapper .navNextPrevList {
	display:inline;
  margin-right: 5px;
  margin-left: 5px;
  
}

#navBreadCrumb {
	color:#000;
	margin-bottom:1px;
}

#navBreadCrumb a {
  font-weight:bold;
	color:#000;
}

#mainColumnWrapper {
	padding:0 10px 0 10px;
}


.messageStackError {
	padding:3px;
	background:#f00;
	color:#fff;
	border:1px solid #333;
}
/* PRODUCT LIST - CATEGORY
=================================================================================== */

.categoryListBoxContents {
	float:left;
}

.categoryListBoxContents a {
	display:block;
	text-align:center;
}

.categoryListBoxContents img {
	margin-bottom:0.5em;
}

#categoryIcon {
	background:#f2f7fb;
	padding:10px;
	line-height: 23px;
}

#categoryIcon p {
  margin:12px 0;
}

#categoryIcon h2,#categoryIcon h3 {
  font-weight:bold;
}

#categoryIcon h2 {
  font-size:13px;
}

#categoryIcon ul {
  margin:15px 10px;
}

#categoryIcon ul li {
  margin:0 0 0 15px;
  list-style-type:disc;
}

#categoryIcon ul li ul {
  margin:10px 0;
}

#categoryIcon ul li ul li {
  list-style-type:circle;
}

#categoryNameBox {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

#categoryNameBox a {
	color:#333;
}

#pictureBox {
	float:left;
	margin:0 20px 1em 0;
	width:64px;
	height:64px;
	background:#ffffff;
	border:1px solid #8ec8f5;
	line-height:64px;
	text-align:center;
	overflow:hidden;
}

#pictureBox div { display:inline; }


/* PRODUCT LIST - SELECT MANUFACTURERS
=================================================================================== */
#selectDisplayStyleHolder
{
	background:#ddecf8;
	padding:0 10px 0 10px;
}

#selectDisplayStyleHolder .select_style {
	padding:10px 0 10px 0; /* kvuli IE komplikovane na dvakrat */
}

#selectDisplayStyleHolder .select_manufacture {
	padding:0 0 10px 0; /* kvuli IE komplikovane na dvakrat */
}

/* PRODUCT LIST - PAGES LIST
=================================================================================== */
.navSplitPagesResult {
	float:right;
	}

/* PRODUCT LIST - SEZNAM
=================================================================================== */
#categoriesProductsMainList .productInfoHolderOthers
{
	background-repeat: no-repeat;
}

#categoriesProductsMainList .productInfoHolder .productBadgeAction {background:url(../images/icons/akce_list.gif);}
#categoriesProductsMainList .productInfoHolder .productBadgeDiscount { background:url(../images/icons/sleva_list.gif); }
#categoriesProductsMainList .productInfoHolder .productBadgeStore { background:url(../images/icons/skladem_list.gif); }
#categoriesProductsMainList .productInfoHolder .productBadgeDelivery { background:url(../images/icons/doprava_zdarma_list.gif); }
#categoriesProductsMainList .productInfoHolder .float {float: left; margin-right: 5px;}



#categoriesProductsMainList .productProductHolder {
	background:url(../images/sablona/shadow.gif) 100% 0 no-repeat;
	border:1px solid #8ec8f5;
	padding:10px;
	padding-left:0; /* aby byl obrazek produktu presne vycentrovan */
}

#categoriesProductsMainList .productImageHolder {
	width:100px;
	text-align:center;
	vertical-align:top;
}

#categoriesProductsMainList  .productInfoHolder {
	padding-right:20px;
}

#categoriesProductsMainList .productInfoHolderName
{
	font-size:13px;
	font-weight:bold;
	line-height: 15px !important;
	margin-bottom:1em;
}

#categoriesProductsMainList .productInfoHolderName a
{
	color:#333;
}

#categoriesProductsMainList .productInfoHolderName a:hover
{
	text-decoration: underline;
}

#categoriesProductsMainList .productInfoHolderDesc
{	
	height: 55px;
	overflow:hidden;
}

#categoriesProductsMainList .productPriceSubmitHolder {
	width:150px;
	text-align:right;
}

#categoriesProductsMainList .productPriceHolder span { line-height: 12px; }

/* zobrazovani druhych cen - cena EU, pred slevou, bezna cena*/
#categoriesProductsMainList .productPriceHolder .old_price_title  { display:block; font-size: 9px; }
#categoriesProductsMainList .productPriceHolder .old_price_first  { display:block; font-size: 9px; }
#categoriesProductsMainList .productPriceHolder .old_price_second { display: block; font-size: 9px; }


#categoriesProductsMainList .productPriceHolder .main_price_title  { display:block; color:black; font-weight: bold;}
#categoriesProductsMainList .productPriceHolder .main_price_first  {
	font-weight: bold;
	font-size: 13px;
	color: #FF9933;
	display:block;
    line-height: 13px;
}
#categoriesProductsMainList .productPriceHolder .main_price_second  {}


#categoriesProductsMainList .productPriceHolder {
	height: 80px;
}

#categoriesProductsMainList .productPriceHolder .prices_separator { display: block; height: 3px; }


/* PRODUCT LIST - OBRAZEK
=================================================================================== */
#categoriesProductsMainPicture {
	clear:both;
}

#categoriesProductsMainPicture .productProductHolder
{
	float:left;
	width:33.3%;
	height:255px;
	overflow:hidden;
}

#categoriesProductsMainPicture .productProductHolderWrap
{
	background:url(../images/sablona/shadow.gif) 100% 0 no-repeat;
	border:1px solid #8ec8f5;
	height:99%;
}

#categoriesProductsMainPicture .productProductHolderWrap2
{
	padding:10px;
}

#categoriesProductsMainPicture .productImageHolder {
	height:150px;
	width:150px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:1em;
}

#categoriesProductsMainPicture .productPriceSubmitHolder {
	width:40px;
	float:right;
	margin-left:10px;
	height:100%;
}

#categoriesProductsMainPicture .productSubmitHolder {
    margin-bottom: 10px;
}

#categoriesProductsMainPicture .productInfoHolderNameInner {
	height:1.5em;
	overflow:hidden;
    font-weight: bold;
}

#categoriesProductsMainPicture .productInfoHolderNameInner a:hover{
    text-decoration: underline;
}

#categoriesProductsMainPicture .productInfoHolderName {
	text-align:left;
}

#categoriesProductsMainPicture .productInfoHolderName a {
	color:#333;
}


#categoriesProductsMainPicture .main_price_first {
	display:block;
    font-weight: bold;
    color: #FF9933;
}

#categoriesProductsMainPicture .main_price_second {
    display: none;
}

#categoriesProductsMainPicture .main_price_title {
	color: black;
	font-weight:bold;
    display: block;
}

/* zobrazovani druhych cen - cena EU, pred slevou, bezna cena*/
#categoriesProductsMainPicture .productPriceHolder .old_price_title  { display: block; font-size: 9px; }
#categoriesProductsMainPicture .productPriceHolder .old_price_first  {  }
#categoriesProductsMainPicture .productPriceHolder .old_price_second { display: none; }


/* PRODUCT LIST - KATALOG
=================================================================================== */
.categoriesProductsMainCatalog {
	clear:both;
}

.categoriesProductsMainCatalog .productProductHolder
{
	float:left;
	width:50%;
	height:240px;
	overflow:hidden;
}

.categoriesProductsMainCatalog .productProductHolderWrap {
	height:99%;
	border:1px dashed #c9c2c8;	
}

.categoriesProductsMainCatalog .productProductHolderWrap2 {
	padding:10px;
	
}

.categoriesProductsMainCatalog .productInfoHolderName
{
	overflow:hidden;
	margin-bottom:1em;
	font-weight:bold;
	text-align:right;
	font-size:16px;
	line-height: 20px !important;

}

.categoriesProductsMainCatalog .productInfoHolderName a
{
	color:#000;
}

.categoriesProductsMainCatalog .productInfoHolderName a:hover
{
	text-decoration: underline;
}

.categoriesProductsMainCatalog .productImageHolder {
	height: 80px;
	width: 80px;
	overflow:hidden;
	margin-left:20px;
    float: left;
}

.categoriesProductsMainCatalog .productPriceSubmitHolder {
	width:170px;
	float:right;  
}

.categoriesProductsMainCatalog .productPriceHolder {
	height: 80px;
	text-align: right;
}

.categoriesProductsMainCatalog .productInfoHolder
{
	clear:both;
	/*padding-top:1em;*/
	height: 3em;	
}

.categoriesProductsMainCatalog .productInfoHolderOthers
{
	margin-top:1em;
	background-repeat: no-repeat;
}

.categoriesProductsMainCatalog .productInfoHolderDesc {
  margin-top: 5px;
}

.categoriesProductsMainCatalog .productInfoHolder .productBadgeAction {background:url(../images/icons/akce_list.gif);}
.categoriesProductsMainCatalog .productInfoHolder .productBadgeDiscount { background:url(../images/icons/sleva_list.gif); }
.categoriesProductsMainCatalog .productInfoHolder .productBadgeStore { background:url(../images/icons/skladem_list.gif); }
.categoriesProductsMainCatalog .productInfoHolder .productBadgeNew { background:url(); }
.categoriesProductsMainCatalog .productInfoHolder .productBadgeFree{ background:url(); }
.categoriesProductsMainCatalog .productInfoHolder .productBadgeDelivery { background:url(../images/icons/doprava_zdarma_list.gif); }
.categoriesProductsMainCatalog .productInfoHolder .float {float: left; margin-right: 5px;}


.categoriesProductsMainCatalog .productPriceHolder span { line-height: 12px;}
/* zobrazovani druhych cen - cena EU, pred slevou, bezna cena*/
.categoriesProductsMainCatalog .productPriceHolder .old_price_title  { display:block; font-size: 9px; }
.categoriesProductsMainCatalog .productPriceHolder .old_price_first  { display:block; font-size: 9px; }
.categoriesProductsMainCatalog .productPriceHolder .old_price_second { display: block; font-size: 9px; }

.categoriesProductsMainCatalog .productPriceHolder .main_price_title  { display: block; font-weight: bold;}
.categoriesProductsMainCatalog .productPriceHolder .main_price_first  { display: block; font-weight: bold;font-size: 1.1em; color: #fcaa00; line-height: 14px;}
.categoriesProductsMainCatalog .productPriceHolder .main_price_second { }




.categoriesProductsMainCatalog .productPriceHolder .prices_separator {display: block}



/* PRODUCT MAIN
=================================================================================== */
#productMain
{
	position:relative;
	padding-right:15px;
	border: dashed #c9c2c8 1px;
	margin-top: 10px;
	margin-bottom:4px;
}

#productDescriptionSplitter {
	width:20px;
	border-left: dashed #c9c2c8 1px;
}

#productsMainRightPanel {
    width: 310px;
}

/* PRODUCT BADGES
------------------------------------------------------------- */
#productBadges
{
	position:absolute;
	top:-22px;
	left: 10px;
}

#productBadges .productBadge
{
	width:50px;
	height:45px;
	background-repeat:no-repeat;
	float: left;
}

#productBadgeAction {background:url(../images/icons/feature.gif); }
#productBadgeDiscount { background:url(../images/icons/special.gif); }
#productBadgeNew { background:url(); }
#productBadgeFree{ background:url(../images/icons/free.gif); }
#productBadgeDelivery { background:url(../images/icons/free_shipping.gif); }

/* PRODUCT MAIN - IMAGES
------------------------------------------------------------- */
#productImagesHolder {
	margin: 0px 0 0px 20px;
	width:210px;
}

#productImagePreview {
	width:210px;
	height:210px;
	overflow:hidden;
	background:#fff;
}

#productThumbs {
	padding-top:20px;
}

.productThumb
{
	width:65px;
	height:65px;
	overflow:hidden;
	margin-left:4px;
	margin-bottom: 4px;
	float:left;
	border: solid #8ec8f5 1px;
	background:#fff;
}

.productThumb.start
{
	margin-left:0px;
}

/* PRODUCT HEADING
------------------------------------------------------------- */

#productHeading
{
	padding-top:20px;
	font-size:16px;
	font-weight:bold;
}

/* PRODUCT DESCRIPTION
------------------------------------------------------------- */
#productDescriptionAnnotation
{
	padding:20px 0 20px 0;
}




#productDescriptionPricesDenied {
	font-weight: bold;
	font-size: 1.5em;
}

/*****
** HLAVNI CENA PRODUKTU **/
#productDescriptionMainPrice {}

#productDescriptionMainPrice span.first_price_title { width: 90px; display: block; float: left; }
#productDescriptionMainPrice span.first_price { font-weight: bold; font-size: 14px; }
#productDescriptionMainPrice span.first_price_suffix { font-weight: bold; font-size: 14px; }


#productDescriptionMainPrice span.second_price_title {}
#productDescriptionMainPrice span.second_price {}
#productDescriptionMainPrice span.second_price_suffix {}

/*****
** EU CENA PRODUKTU **/
#productDescriptionOrdinaryPrice {}

#productDescriptionOrdinaryPrice span.small_price_title { width: 90px; display: block; float: left; }
#productDescriptionOrdinaryPrice span.small_price { }

/*****
** PUVODNI DEALERSKA CENA PRODUKTU (pokud je zbozi ve sleve, tak dealerska neni hlavni - hlavni je sleva) **/
#productDescriptionDealerPrice {}
#productDescriptionDealerPrice span.small_price_title { width: 90px; display: block; float: left; }
#productDescriptionDealerPrice span.small_price { }



/*****
** USETRITE **/
#productDescriptionSavePrice {}
#productDescriptionSavePrice span.small_price_title { width: 90px; display: block; float: left; }
#productDescriptionSavePrice span.small_price
{
	color: red;
}

#productDescriptionQuantity
{
	padding:10px 0 10px 0;
}

#productBuyFormQuantityBox {
	width:  150px;
	height: 30px;
	float:  left;
	display: table;
	#position: relative;
	overflow: hidden;
}

#productBuyFormQuantityBoxCase {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	height: 30px;
}

#productBuyFormSubmitButton
{
	height: 30px;
}

#productBuyFormProductsIsCall{
	color: red;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}

#productBuyFormProductsInCart {
	font-weight: bold;
	margin-bottom: 3px;
	text-align: left;
	clear: both;
}

#productBuyFormAdditionalInfo {}


#productDescriptionHolderSplitter {
	border-bottom: dotted black 1px;
	clear: left;
	height: 1px;
}

#productDescriptionHolderInfo {
	padding-top:10px;
}

#productDescriptionHolderInfo th{
	text-align: left;
}

#productDescriptionFooter{
	height: 20px;
}


/* PRODUCT OTHERS
------------------------------------------------------------- */
.productTool { display:inline; }

#productDateAdded {
	display:none;
}

/* PRODUCT TABS
=================================================================================== */

.ditch-tab-skin-default {
    margin-top: 20px;
}

.ditch-tab-wrap {	
	height:26px;
}

.ditch-tab {
	float:left;
	padding:0 5px 0 5px;
	height:100%;
	line-height:26px;
	margin-right:2px;
	position:relative;
	cursor:pointer;
}

.ditch-tab a {
	font-weight:bold;
}

.ditch-tab.ditch-focused {
	background:url(../images/sablona/taba-right.gif) 100% 0 no-repeat;
	color:#fff;
	font-weight:bold;
}

.ditch-tab.ditch-focused .ditch-tab-bg-left {
	width:3px;
	height:100%;
	display:block;
	position:absolute; top:0; left:0;
	background:url(../images/sablona/taba-left.gif) no-repeat;
}

.ditch-tab.ditch-focused a {
	color:#fff;
}

.ditch-tab.ditch-unfocused {
	background:url(../images/sablona/tab-right.gif) 100% 0 no-repeat;
}

.ditch-tab.ditch-unfocused .ditch-tab-bg-left {
	width:3px;
	height:100%;
	display:block;
	position:absolute; top:0; left:0;
	background:url(../images/sablona/tab-left.gif) no-repeat;
}

.ditch-tab.ditch-unfocused a {
	color:#333;
}

.ditch-tab-pane-wrap {
	border:1px solid #A8A8A8;
	border-top:3px solid #A8A8A8;
	padding:5px;
}


/* PRODUCT TABS - SOUVISEJÍCÍ ZBOŽÍ
=================================================================================== */

#xsellProductsMainSmall .productProductHolder
{
	border: solid #8ec8f5 1px;
	float: left;
	margin: 0 0 5px 5px;
	height:230px;
	overflow:hidden;
}

#xsellProductsMainSmall .productProductHolder.start
{
	margin-left:0;
}

#xsellProductsMainSmall .productPriceHolder {
	text-align:center;
	height:70px;
}

#xsellProductsMainSmall .productImageHolder {
}

#xsellProductsMainSmall .productImagePreview {
	padding:5px 0 10px 0;
}

#xsellProductsMainSmall .productImagePreviewBox {
	background:#fff;
	/*border:1px solid #8ec8f5;*/
	height:80px;
	line-height:80px;
	overflow:hidden;	
}

#xsellProductsMainSmall .productInfoHolderName {
	text-align:center;
	height: 35px;
	font-weight: bold;
}

#xsellProductsMainSmall .productPriceSubmitHolder {
	text-align:center;
}

#xsellProductsMainSmall .old_price_title {
	display: block;
}

#xsellProductsMainSmall .old_price_first {
  text-decoration: line-through;
}

#xsellProductsMainSmall .main_price_title {
	display:block;
	margin-top: 3px;
}

#xsellProductsMainSmall .main_price_first, #xsellProductsMainSmall .main_price_second {
	display:block;
}

#xsellProductsMainSmall .main_price_first {
  font-weight: bold;
}


/* SHOPING CART
=================================================================================== */
#shoppingCartMain {
}

#shoppingCartMain #cartContentsDisplay
{
	border-collapse: collapse;
	margin-bottom:20px;
}

#shoppingCartMain #cartContentsDisplay th, #shoppingCartMain #cartContentsDisplay td
{
	border:1px solid #8ec8f5;
}

#shoppingCartMain #cartContentsDisplay .tableHeading th
{
	background:#f2f7fb;
	padding:5px;
	font-weight:bold;
	text-align:center;
}

#shoppingCartMain #cartContentsDisplay th.scProductsHeading {
	text-align:left;
}

#shoppingCartMain #cartContentsDisplay tr.separator { display:none;}

#shoppingCartMain #cartContentsDisplay .rowEven td, #shoppingCartMain #cartContentsDisplay .rowOdd td {
	padding:5px;
	text-align:center;
}

#shoppingCartMain #cartContentsDisplay td.cartProductDisplayName {
	text-align:left;
}


#shoppingCartMain #cartContentsDisplay td.buttonBox {
	background:#f2f7fb;
}

#shoppingCartMain #cartContentsDisplay td.buttonBox.left {
	padding:15px 0 15px 10px;
	border-right:0;
}

#shoppingCartMain #cartContentsDisplay td.buttonBox.right {
	padding:15px 10px 15px 0;
	border-left:0;
}

#shoppingCartMain #cartOrderInfoHolder {
	width:62%;
	height:120px;
	float:left;	
	background:#f2f7fb;
	height:60px;
}

#shoppingCartMain #cartSubmitHolder {
	width:38%;
	height:120px;
	float:right;
  background:#ddecf8;
  height:60px;
}

#shoppingCartMain #cartOrderInfoHolder .box, #shoppingCartMain #cartSubmitHolder .box {
	padding:10px;
}

#shoppingCartMain #cartSubmitHolder .cartSubmitTitle {
	font-size:14px;
	margin-bottom:10px;
}

#shoppingCartMain #cartSubmitHolder .cartSubmitTotalPrice {
	font-size:18px;
	font-weight:bold;
	color:#075a9b;
	margin-bottom:25px;
	display:block;
}

/* REGISTRATION
=========================================================================================================== */

/* LOGIN
------------------------------------------------------------- */
#loginDefault #loginBox {
	padding:10px;
}

#loginDefault #loginIcon {
	width: 70px;
	height: 100px;
	background: url(../images/sablona/login_icon.gif) no-repeat center center;
	float:left;
}

#loginDefault .loginText {
	color: #075a9b;
	font-weight: bold;
}

#loginDefault #loginData td {
	padding-top: 3px;
}

#loginDefault #loginData input#login-email-address, #loginDefault #loginData input#login-password {
	border: solid #8ec8f5 1px;
	height: 15px;
	margin-left:10px; margin-right:10px;
	width:250px;
}


/* GUIDEPOST
------------------------------------------------------------- */
#guidepostMain { height: 135px; margin-top: 20px; padding: 0px;}

#guidepostMain #leftChoiceNormalBox {
	width: 49%;
	height: 100%;
	float: left;
}

#guidepostMain #leftChoiceNormalBox #leftChoiceNormalContent {
	width: 100%;
	padding-top: 10px;
}


#guidepostMain #rightChoiceSimpleBox {
	width: 50%;
	height: 100%;
	float: right;
}

#guidepostMain #rightChoiceSimpleBox  #rightChoiceSimpleContent {
	width: 98%;
	margin-left: 5px;
	padding-top: 10px;
}

#guidepostMain .guidepostButtonBox
{
	
}

#guidepostMain .guidepostTextBox
{
	height: 55px;
	margin: 10px;
	margin-top: 10px;
	padding: 5px;
	border: solid #8ec8f5 1px;
	text-align: left;
	color:#999;
}

#guidepostMain .guidepostChoiceArrow {
	width: 100%;
	height: 10px;
	background: url(../images/sablona/sipka.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
}

#guidepostMain #guidepostChoiceMarkLeft {}


#guidepostMain #guidepostChoiceMarkRight {
	visibility: hidden;
}

/* FORMULAR
------------------------------------------------------------- */

div.orderForm
{
	background:#f2f7fb;
	padding: 10px;
}

.orderForm .orderFormInfoBox {
    margin: 5px 0 5px 0;
}



.orderForm label {
	width:150px;
	display:inline-block;
}

.orderForm input {
	margin:0 5px 0 0px;
}

.orderForm .orderFormCategoryTitle {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}


.orderForm .orderFormInfoBox input[type="text"] {
	border: solid #aaa 1px;
	width:  50%;
}

.orderForm .orderFormInfoBox input[type="password"] {
	border: solid #aaa 1px;
	width:  50%;
}

.orderForm .orderFormInfoBox select{
	border: solid #aaa 1px;
	width:  40%;
}

/* ORDER PROCESSES
=========================================================================================================== */
#orderProcess {
	width:100%; height:46px;
	margin:10px 0 20px 0;
}

#orderProcess .block_step {
	float:left;
	width:33.3%; height:100%;
}

#orderProcess .block_step .wrap {
	height:100%;
	margin-left:10px;
	background:url(../images/sablona/orderprocess-right.gif) 100% 0 no-repeat;
}

#orderProcess .block_step .wrap2 {
	height:100%;
	background:url(../images/sablona/orderprocess-left.gif) 0 0 no-repeat;
	padding-left:15px;;
	line-height:46px;
	color:#666;
	font-weight:bold;
	font-size:12px;
}

#orderProcess .block_step.active_block .wrap {
	background:url(../images/sablona/orderprocess-active-right.gif) 100% 0 no-repeat;
}

#orderProcess .block_step.active_block .wrap2 {
	background:url(../images/sablona/orderprocess-active-left.gif) 0 0 no-repeat;
	color:#fff;
}

#orderProcess #first_step .wrap { margin:0; }

/* ORDER PROCESSES - SHIPPING ADSRESS
=========================================================================================================== */

/* SPOLEČNÝ DVOUSLOPCOVY LAYOUT
------------------------------------------------------------- */

/* levé sloupce s čarou */
#shippingAddressBox, #selectShipingMethod, #checkoutBillto {
	width:48%;
	float:left;
	padding-right:10px;
	border-right:1px solid #f2f7fb;
}

/* pravé sloupce */
#billingAddressBox, #selectPaymentMethod, #checkoutShipto {
	width:48%;
	float:right;
	padding-left:10px;
}


/* SHIPPING + BILLING ADDRESS
------------------------------------------------------------- */



#shippingAddressBox h2, #billingAddressBox h2 {
	font-weight:bold;
	color:#075a9b;
	margin-bottom:1em;
	text-transform:uppercase;
}

#shippingAddressBox address, #billingAddressBox address {
	margin-bottom:1em;
}

#shippingAddressBox .changeAddressText, #billingAddressBox .changeAddressText {
	color:#999;
	border:1px solid #8ec8f5;
	padding:5px;
	font-size:9px;
	margin:1em 0 1em 0;
    height: 60px;
}

/* SHIPPING + PAYMANT METHOD
------------------------------------------------------------- */

#selectShipingMethod h2, #selectPaymentMethod h2{
	font-weight:bold;
	color:#075a9b;
	margin-bottom:1em;
	text-transform:uppercase;	
}

#selectShipingMethod .checkoutContentChoose, #selectPaymentMethod .checkoutContentChoose {
	font-weight:bold;
    height: 30px;
}

#selectShipingMethod .moduleTitle, #selectPaymentMethod .moduleTitle {
	color:#999;
}

/* CREDIT BOX
------------------------------------------------------------- */
#checkoutShipping .creditsBox {
	margin-top:1em;
	border-top:1px solid #8ec8f5;
	padding-top:1em;
}

#checkoutShipping .creditsDesc, #checkoutShipping  .creditsInput {
	width:50%;
	float:right;
}

#checkoutShipping .creditsDesc {
	color:#999;
}

#checkoutShipping #commentsTexarea {
	margin-top:1em;
	border-top:1px solid #8ec8f5;
	padding-top:1em;
	margin-bottom:1em;
	clear:both;	
	width:100%;
}

#checkoutShipping #commentsTexarea textarea {
	width:100%;
}


#checkoutShipping #commentsTexarea h4 {
	color:#075a9b;
	font-weight:bold;
	text-transform:uppercase;
}

/* PREHLED OBJEDNAVKY
=========================================================================================================== */

/* ADDRESS
------------------------------------------------------------- */

#checkoutBillto h4, #checkoutShipto h4, #checkoutConfirmDefaultHeadingCart h4, #checkoutConfirmDefaultHeadingComments h4, #checkoutConfirmDefaultHeadingCart h4 {
	color:#075a9b;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:1em;
}

#checkoutBillto .buttonRow, #checkoutShipto .buttonRow, #checkoutConfirmDefaultHeadingComments .buttonRow, #checkoutConfirmDefaultHeadingCart .buttonRow
 {
	float:right;
	padding-right:30px;
}

#checkoutBillto address, #checkoutShipto address {
	height:150px;
}

/* COMMENTS
------------------------------------------------------------- */
#checkoutConfirmDefaultHeadingComments {
	clear:both;
	margin-top:20px;
	border-top:1px solid #8ec8f5;
	padding-top:20px;
}


/* CART
------------------------------------------------------------- */
#checkoutConfirmDefaultHeadingCart {
	margin-top:20px;
	border-top:1px solid #8ec8f5;
	padding-top:20px;	
}

table#cartContentsDisplay {
	border-collapse: collapse;	
}


table#cartContentsDisplay th, table#cartContentsDisplay td {
	border:1px solid #8ec8f5;	
}

table#cartContentsDisplay tr.cartTableHeading th {
	background:#f2f7fb;
	padding:5px;
	font-weight:bold;
	text-align:left;	
}

table#cartContentsDisplay td {
	padding:5px;
}

#orderSummaryBox {
	padding:5px;
	border:1px solid #8ec8f5;
	margin-top:10px;
	margin-bottom:10px;
}

#orderSummaryBox .totalBox {
	float:right;
}

#orderSummaryBox .lineTitle {
	font-weight:bold;
}

#orderSummaryBox #ottotal {
	margin-top:10px;
	padding:5px;
	border:1px solid #8ec8f5;
	background:url(../images/sablona/shadow.gif) 100% 0 no-repeat;
}

#orderSummaryBox #ottotal .lineTitle {
	font-size:14px;
	color:#075a9b;
}

#orderSummaryBox #ottotal .totalBox {
	font-size:18px;
	color:#075a9b;
	font-weight:bold;
}

/* FINISHED ORDER
=========================================================================================================== */

#checkoutSuccess h2 {
	font-size:16px;
	margin-bottom:1em;	
}

#checkoutSuccess #csNotifications h4, #checkoutSuccessOrderNumber {
	font-weight:bold;
	margin-bottom:1em;	
}

#checkoutSuccess #csNotifications, #checkoutSuccessMainContent, #checkoutSuccessOrderNumber {
	margin-bottom:1em;
}

#checkoutSuccessThanks {
	font-size:16px;
	font-weight:normal;
	margin-top:2em;
	color:#075a9b;
}

/* 	MINI MODULY SPOLECNE (TED NEVIM JAK TO NAZVAT)
=========================================================================================================== */

/* pozadi hlavniho bloku
------------------------------------------------------------- */
#reviewsProductHolder, #advSearchDefault, #tellAFriendDefault, #AskQuestionDefault, #advSearchDefault, #shippingInfo, #privacy, #conditions, #contactUsDefault, #siteMap, #unsubDefault, #pageTwo, #pageThree, #pageFour, #ezPageDefault, #accountDefault, #accountHistoryDefault, #accountHistInfo, #accountEditDefault, #addressBookDefault, #accountPassword, #acctNewslettersDefault, #accountNotifications, #logoffDefault, #checkoutSuccess, #timeoutDefault, #newsArticle, #newsArchive, #newsSummary, #timeoutDefault {
	
	background:#f2f7fb;
	padding:20px;
}

/* hlavni nadpisy
------------------------------------------------------------- */
#reviewsWriteHeading, #productReviewsDefaultHeading, #tellAFriendDefault legend, #AskQuestionDefault  legend, #advSearchDefaultHeading, #shippingInfoHeading, #privacyDefaultHeading, #conditionsHeading, #siteMapHeading, #unsubDefaultHeading, #pageTwoHeading, #pageThreeHeading, #pageFourHeading, #ezPagesHeading, #accountDefaultHeading, #accountHistoryDefaultHeading, #accountEditDefault legend, #addressBookDefaultHeading, #accountPassword legend, #acctNewslettersDefaultHeading, #accountNotificationsHeading, #logoffDefaultHeading, #checkoutSuccess h2, #timeoutDefaultHeading, #timeoutDefault legend, #newsHeading,  h3.articleHeading, .newsHeader, #timeoutDefaultHeading {
	font-size:16px;
	margin-bottom:1em;
}

/* maly nadpisy
------------------------------------------------------------- */
.reviewsItem #reviewsWriteReviewer, #advSearchDefault legend, #contactUsDefault legend, #accountDefault h2, #accountHistInfo h3, #addressBookDefault h2, #addressBookDefault legend, #acctNewslettersDefault legend, #accountNotifications legend {
	font-weight:bold;
	color:#075a9b;
	margin-bottom:0.5em;
}

/* formulare
------------------------------------------------------------- */
#tellAFriendDefault label, #AskQuestionDefault label, #contactUsDefault label, #accountEditDefault label, #accountPassword label, #timeoutDefault label {
	width:30%;
	display:inline-block;
	vertical-align:top;
	font-weight:bold;
}

#tellAFriendDefault input[type="text"], #tellAFriendDefault textarea, #AskQuestionDefault input[type="text"], #AskQuestionDefault textarea, #contactUsDefault input[type="text"], #contactUsDefault textarea, #accountEditDefault input[type="text"], #accountPassword input[type="text"], #accountPassword input[type="password"], #timeoutDefault input[type="text"], #timeoutDefault input[type="password"]  {
	margin-bottom:1em;
	width:60%;
}

/* tabulky
------------------------------------------------------------- */
#accountDefault table#prevOrders, #accountHistInfo table {
	border-collapse:collapse;
}

#accountDefault table#prevOrders th, #accountDefault table#prevOrders td, #accountHistInfo th, #accountHistInfo td {
	border:1px solid #8ec8f5;
	padding:5px;
}

#accountDefault table#prevOrders th,  #accountHistInfo table th {
	background:#f2f7fb;
	font-weight:bold;
	text-align:left;
}

#accountHistInfo table caption {
	text-align:center;
	background:#666;
	padding:2px;
	border:1px solid #666;
	color:#fff;
}
/* poznamky
------------------------------------------------------------- */
#reviewsWriteReviewsNotice, #tellAFriendAdvisory, #accountNotifications .notice {
	font-size:9px;
}


/* tlacitka na konci
------------------------------------------------------------- */
#contactUsDefault .buttonRow, #advSearchDefault .buttonRow, #tellAFriendDefault .buttonRow, #AskQuestionDefault .buttonRow, #productReviewsDecsription .buttonRow, #accountEditDefault .buttonRow, #addressBookDefault .buttonRow, #accountPassword .buttonRow, #acctNewslettersDefault .buttonRow, #accountNotifications .buttonRow {
	display:inline;
}

/* HODNOCENI PRODUKTU
=========================================================================================================== */

#reviewWriteMainImage, #productReviewsDefaultProductImage {
	width:200px;
	height:200px;
	border:1px solid #8ec8f5;
	background:#fff;
	text-align:center;
	line-height:200px;
}

#productReviewsDecsription {
	margin-left:20px;
	border-left:1px solid #8ec8f5;
	padding-left:20px;
	height:200px;
	
}

#reviewsWritePrice, #productReviewsDefaultPrice {
	font-size:16px;
	color:#075a9b;
	margin-bottom:1em;
}

#reviewsWritePrice .first_price, #reviewsWritePrice .second_price {
	display:block;
}

#reviewsWrite .reviewsItem {
	background:#f6f6f6;
	border:1px solid #8ec8f5;
	padding:10px;
	margin-top:10px;
}

#reviewsWrite textarea {
	width:100%;
	margin-bottom:1em;
}

.productReviewsListItem {
	padding:10px;
	background:#f6f6f6;
	border:1px solid #8ec8f5;
	margin-top:10px;
}


#reviewsWrite .ratingRow label {
	padding-right:20px;
}

/* DOPORUCIT ZNAMEMU + DOTAZ NA ZBOŽÍ
=========================================================================================================== */
#tellAFriendAdvisory {
	padding-top:10px;
}

/* TIMEOUT
=========================================================================================================== */
#timeoutDefaultContent {
	margin-bottom:2em;
}

/* VYHLED?V?NÍ
=========================================================================================================== */

#advSearchDefault .floatLeft {
	float:left;
	margin-right:20px;
}

#advSearchDefault fieldset {
	padding-bottom:20px;
	width:50%;
	float:left;
}

#advSearchDefault fieldset fieldset {
	padding-bottom:10px;
}

#advSearchDefault fieldset fieldset legend {
	text-transform:none;
	color:#333;
}


/* MUJ PROFIL
=========================================================================================================== */
#accountDefault table#prevOrders {
	margin:1em 0 1em 0;	
}

#accountDefault #myAccountGen {
	padding-bottom:1em;
}

#accountHistoryDefault fieldset {
	background:#f6f6f6;
	border:1px solid #8ec8f5;
	padding:10px;
	margin-bottom:10px;
}

#accountHistoryDefault fieldset legend {
	display:block;
}

#accountHistoryDefault .notice {
	color:#075a9b;
}

#accountHistInfo .amount {
	float:right;
}

#accountHistInfo .lineTitle {
	font-weight:bold;
}

#accountHistInfo #orderTotals {
	padding:10px 0 10px 0;
}

#accountHistInfo h4 {
	font-weight:bold;
}

#myAccountShipInfo, #myAccountPaymentInfo {
	width:50%;
	float:left;
}

#addressBookDefault address {
	width:50%;
	float:left;
	margin-bottom:20px;
}

#addressBookDefault .instructions {
	width:40%;
	float:right;
	border:1px solid #999;
	padding:5px;
	font-size:9px;
	color:#999;
}

#accountNotifications fieldset {
	margin-bottom:20px;
	
}


/* NOVINKY - CLANKY (ty sablony jsou hrozna prasarna, chtely by predelat)
=========================================================================================================== */

p.articleByLine {
	padding-bottom:10px;
	border-bottom:1px solid #f2f7fb;
	margin-bottom:10px;
	
}

#newsSummary .articleHeading {
	font-size:11px;
}

#newsSummary .archiveLinkList li {
	list-style:none; margin:0; padding:0;
}

.articleSummary {
	padding-bottom:10px;
	border-bottom:1px solid #f2f7fb;
	margin-bottom:10px;
}


/* nevim k cemu to presne je, ale snad to muzu schovat */
.clearSplit, .splitSolidGray, .clearSplit {
	display:none;
}



/****
** KOSIK
*********/
#shoppingCartMain #cartContentsDisplay .cartQuantity
{
	line-height: 50px;
	vertical-align: middle;
	padding: 0;
}

#shoppingCartMain #cartContentsDisplay .cartQuantity div
{
	#width: 67px;
	height: 20px;
	padding: 0;
	margin: 0;

}


#shoppingCartMain #cartContentsDisplay .cartQuantity input
{
	border: solid #888 1px;
	text-align: center;
}

#shoppingCartMain #cartContentsDisplay .cartUnitDisplay	{
	line-height: 50px;
	vertical-align: middle;
	padding: 10px;
}

#shoppingCartMain #cartContentsDisplay .cartUnitDisplay div {
	line-height: 1em;
}

#shoppingCartMain #cartContentsDisplay .cartUnitDisplay span {
	display: block;
	text-align: right;
	color: black;
	padding: 2px;
}

#shoppingCartMain #cartContentsDisplay .cartTotalDisplay	{
	line-height: 50px;
	vertical-align: middle;
	padding: 10px;
}

#shoppingCartMain #cartContentsDisplay .cartTotalDisplay div {
	line-height: 1em;
}

#shoppingCartMain #cartContentsDisplay .cartTotalDisplay span {
	display: block;
	text-align: right;
	color: black;
	padding: 2px;
}

/* ========= PARAMETRY =================*/
table.parametrs{
  border-collapse: collapse;
  width: 540px;
  font-size: 15px;
}

table.parametrs tr.subgroup_row{
  height: 1.8em;
  color: black;
}

table.parametrs td{
   padding-left:2px;
   padding-right: 5px;
}

table.parametrs tr.parametr_row{
  height: 1.8em;
  background-color:rgb(243,243,243);
  font-size: 10px;

}

table.parametrs tr.parametr_row_odd{
  height: 1.8em;
  background-color:rgb(229,229,229);
  font-size: 10px;
}
/* =========EOF PARAMETRY ==============*/

/* SIDEBOX SPECIAL (dealer)
===========================================================================================================
===========================================================================================================
*/

#specialsContent .main_price_title  { display: none; }
#specialsContent .main_price_first  { display: block; font-weight: bold;font-size: 1.1em; color: black }
#specialsContent .main_price_second { }

#specialsContent .prices_separator  { display: none; }

#specialsContent .old_price_title   { display: none; }
#specialsContent .old_price_first   { display: block; text-decoration: line-through; }
#specialsContent .old_price_second  { display: block; text-decoration: line-through; }


/* SIDEBOX FEATURE (dealer)
===========================================================================================================
===========================================================================================================
*/

#featured-table .main_price_title  { display: none; }
#featured-table .main_price_first  { display: block; font-weight: bold;font-size: 1.1em; color: black }
#featured-table .main_price_second { }

#featured-table .prices_separator  { display: none; }

#featured-table .old_price_title   { display: none; }
#featured-table .old_price_first   { display: block; text-decoration: line-through; }
#featured-table .old_price_second  { display: block; text-decoration: line-through; }


/* SIDEBOX WHATS NEW (dealer)
===========================================================================================================
===========================================================================================================
*/

#whatsnew-content .main_price_title  { display: none; }
#whatsnew-content .main_price_first  { display: block; font-weight: bold;font-size: 1.1em; color: black }
#whatsnew-content .main_price_second { }

#whatsnew-content .prices_separator  { display: none; }

#whatsnew-content .old_price_title   { display: none; }
#whatsnew-content .old_price_first   { display: block; text-decoration: line-through; }
#whatsnew-content .old_price_second  { display: block; text-decoration: line-through; }

/* PARAMETRY UVODNI STRANA
===========================================================================================================
===========================================================================================================
*/

div.select_parameters_box {
  float: left;
  width: 200px;
}

div#select_parameters_holder div.buttonRow {
  text-align: right;
  margin: 20px;
}

td.parameter_compare_price {
  padding: 3px;
  text-align: center;
}

td.parameter_compare_price .main_price_title, td.parameter_compare_price .main_price_first {
  display: block;
}

td.parameter_compare_product_info {
  border: solid #aaa 1px;
}

div.no_product_info {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.messageStackSuccess {
	padding:3px;
	background:green;
	color:#fff;
	border:1px solid #333;
}

#navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
	float: right;
	border: 1px solid #729108;
	padding:5px;
	margin:5px;
	background:#efefef;
}

#navEZPagesTOCWrapper h2 {
	font-size:14px;
	font-weight:normal;
}
			
#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;
}

#freeShippingInfo {
  font-size: 12px;
  font-weight: bold;
  padding-top: 20px;
}

.moduleOptionBox {
  border-top: solid #ccc 1px;
}

#ezPageDefault li {
  list-style-type: disc;
  margin-left: 15px;
}

#bannerFour {
  text-align: center;
}

.style-manufact {
  width: 90%; margin: auto;
}

.style-head {
  height: 205px;
}

.style-head2 {
  display: block; height: 200px;width: 100%;
}


.manufacturer_select_one div {
  width: 33%;
  float: left;
}

.text_user04 {
  display: none;
}