﻿.foo{}/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.master-heder-page
{
	
	float:none;
	/*background:#fefffe url(images/pozadina_heder.gif) no-repeat top;*/
	background:#fcfefe;
	height:208px;
		
}

.master-heder-reklama
{
	
	float: right;
	margin-top:0px;
	font-size: 3em;
	color:#004F7A;
	width: 728px;
	height:90px;
	border: solid 1px #5c8892;
	background:url(images/pozadina_reklama.gif) no-repeat;
	
}

.master-heder-reklama .tekst
{
	
	margin-top:20px;
	
}

.master-central-page
{
	
	
	float:none;
	
	height: auto;
	overflow:hidden;
	background:#cee9f5;
	
}

.master-futer-page
{
	
	background:#fcfefe;
	float:none;
	height:125px;
}
.master-futer-mali
{
	background: #2c6b8e;
	width: 1079px;
	float:none;
	border-bottom: solid 1px #5c8892;
	border-left: solid 1px #5c8892;
	border-right: solid 1px #5c8892;
	height:90px;
}

.master-wrapper-futer
{
	margin: 0px auto;
	width: 1079px;
	float:none;
	text-align:  center;
	
	background:#000000;
}


.master-wrapper-page
{
	margin: 0px auto;
	width: 1079px;
}

.master-wrapper-content
{
	float: left;
	width: 1079px;
	margin: 0px 0 0;
	text-align: left;
	background:inherit;
	padding-top:20px;
	
}

.master-wrapper-side
{
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-side-right
{
	float: right;
	width: 300px;
	margin: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-side-right .Delivery
{
	background:#fefffe url(images/dostava3.gif) no-repeat top;
	margin-top:37px;
	width: 300px;
	height:81px;
	
}

.master-wrapper-side-right .Delivery .Tekst
{
	color:#3c6b85;
	padding-left:100px;
	padding-top:10px;
	font-size:1em;
}

.master-wrapper-center
{
	float: left;
	width: 572px;
	margin: 0px 0px 15px 0px;
	display: inline;
}

.master-wrapper-cph
{
	
	float: left;
	margin-left:3px;
	width: 572px;
	color: #477A97;
	min-height: 500px;
	padding: 0px 0px 0px 0px;
}

.master-wrapper-center-1
{
	float: left;
	width: 830px;
	background: url(images/bg_maincolumn_single.gif) no-repeat left top #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 810px;
	color: #000;
	min-height: 600px;
	padding: 10px 10px 10px 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	
	padding: 6px 0px 10px 0px;
	
	height: 140px;

}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	color:#006aa4;
	background-position: left;
	background-repeat:no-repeat;
	background-image:url(Images/kockice.png);
	padding-left: 15px;
}

.header .ico-login
{
	color:#006aa4;
	background-position: left;
	background-repeat:no-repeat;
	background-image:url(Images/kockice.png);
	padding-left: 15px;
	
}

.header .ico-logout
{
	color:#006aa4;
	background-position: left;
	background-repeat:no-repeat;
	background-image:url(Images/kockice.png);
	padding-left: 15px;
	
}

.header .ico-cart
{
	color:#006aa4;
	background-position: left;
	background-repeat:no-repeat;
	background-image:url(Images/kockice.png);
	padding-left: 15px;
	
}

.header .ico-wishlist
{
	color:#006aa4;
	background-position: left;
	background-repeat:no-repeat;
	background-image:url(Images/kockice.png);
	padding-left: 15px;
	
}

.header .ico-admin
{
	color:#006aa4;
	background-position: left;
	background-repeat:no-repeat;
	background-image:url(Images/kockice.png);
	padding-left: 15px;
}

.header-logo
{
	margin-top: 30px;
	float: left;
	text-align: left;
	
}

a.logo
{
	
	background-image: url('images/logo.png');
	display: block;
	width: 240px;
	height: 55px;
	text-decoration: none;
}

.header-selectors-wrapper
{
	text-align: right;
	float: right;
	width: 500px;
}

.header-currencyselector
{
	float: right;
}

.header-languageselector
{
	float: left;
}

.header-taxDisplayTypeSelector
{
	float: right;
}

.header-links-wrapper
{
	
	float: right;
	padding-top:8px;
	padding-bottom:12px;
	
	text-align: right;
	width: 570px;
}

.header-links
{
	
	
	display: inline-table;
	
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
	color:#006aa4;
}

.header-links a
{
	color:#006aa4;
	text-decoration: none;
}

.header-links a:hover
{
	color:#006aa4;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER VIP STATUS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.VipGold
{
	float:left;
	margin-top:17px;
	color:#235c94;
}

.VipBronze
{
	float:left;
	margin-top:17px;
	color:#235c94;
}

.VipSilver
{
	float:left;
	margin-top:17px;
	color:#235c94;
}

.BezStatusa
{
	float:left;
	margin-top:17px;
	color:#235c94;
	display:none;
}
a.VipGoldLogo
{
	float:left;
	background-image: url('images/Gold.png');
	display: block;
	width: 24px;
	height: 31px;
	text-decoration: none;
}

a.VipBronzeLogo
{
	float:left;
	background-image: url('images/Bronze.png');
	display: block;
	width: 30px;
	height: 31px;
	text-decoration: none;
}

a.VipSilverLogo
{
	float:left;
	background-image: url('images/Silver.png');
	display: block;
	width: 24px;
	height: 31px;
	text-decoration: none;
}

a.BezStatusaLogo
{
	float:left;
	display:  none;
	width: 40px;
	height: 38px;
	text-decoration: none;
}

a.VipStatusi
{
	float:left;
	background-image: url('images/VipStatusi3.gif');
	display: block;
	width: 300px;
	height: 48px;
	text-decoration: none;
	/*margin-top:1px;*/
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFFFFF;
	font-family: Arial;
	background:inherit;
	padding: 0px 0px 0px 0px;
	text-align:  right;
	vertical-align: middle;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-top:4px;
	height:45px;
	
	
	
	
	
}

.headermenu ul
{
	margin: 0;
	
	padding-top: 16px;
	padding-bottom:16px;	
	
	
}

.headermenu li
{	
	padding-right: 1px;
	list-style: none;
	display: inline;
	padding-top: 16px;
	padding-bottom:16px;	
}

.headermenu a
{
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 16px;
	padding-bottom:16px;
	background:url('images/pozadina_glavni_meni.gif') repeat-x;

}

.headermenu a:hover
{
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 16px;
	padding-bottom:16px;
	background:#ffffff ;

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU POCETNA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.pocetna_false li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.pocetna_false a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 47px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1152px;

}

.pocetna_false a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 47px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1344px;
}

.pocetna_true li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.pocetna_true a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 47px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1248px;
}

.pocetna_true a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 47px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1248px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU NOVI PROIZVODI

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.noviproizvodi_false li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.noviproizvodi_false a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -864px;

}

.noviproizvodi_false a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1056px;
}

.noviproizvodi_true li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.noviproizvodi_true a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -960px;

}

.noviproizvodi_true a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -960px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU PRETRAŽIVANJE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.pretrazivanje_false li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.pretrazivanje_false a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1440px;
}

.pretrazivanje_false a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1632px;
}

.pretrazivanje_true li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.pretrazivanje_true a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1536px;

}

.pretrazivanje_true a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1536px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU MOJ RAČUN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.racun_false li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.racun_false a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1728px;

}

.racun_false a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1920px;
}


.racun_true li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.racun_true a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1824px;

}

.racun_true a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -1824px;

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU BLOG

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blog_false li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.blog_false a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 0;

}

.blog_false a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -192px;
}

.blog_true li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
}
.blog_true a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -96px;
}
.blog_true a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -96px;

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU FORUM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.forum_false li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.forum_false a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -288px;

}

.forum_false a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -480px;
}


.forum_true li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.forum_true a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -384px;

}

.forum_true a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -384px;

}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU KONTAKT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.kontakt_false li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.kontakt_false a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -576px;

}

.kontakt_false a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -768px;
}


.kontakt_true li
{
	
	padding-right: 1px;
	list-style: none;
	display: inline;		
	padding-top: 16px;
	padding-bottom:16px;
	
}

.kontakt_true a
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -672px;

}

.kontakt_true a:hover 
{ 
	color: #727373;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 46px;
	padding-right: 47px;
	padding-top: 16px;
	padding-bottom:16px;
	width: 100px;
	height:45px;
	background:url('images/Link.png') no-repeat 0 -672px;

}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 315px;
	height:34px;
	display: inline;
	padding-left: 0px;
	padding-top:18px;
	background-position:  right  center;

	background-repeat:no-repeat;
	
	background-image:url(Images/kockice_pozadina.png);
	

}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.category-navigation
{
	/*margin-bottom: 15px;*/
	margin-top:37px;
	width:200px;
	color: #ffffff;
	border:none;
}
.category-navigation a
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.category-navigation .title
{
	height:28px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 14px 0 0 10px;
	background: url(images/bg_sidebar_title.gif);
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 0;
	line-height: 18px;
	margin: 0px;
}

.category-navigation .treeview li
{
	background: url(images/bg_sidebar_link.gif);
	/*border:solid 1px #0e5981;*/
	padding: 2px 0 2px 10px;
}
.category-navigation .treeview ul
{
	margin: 0;
	padding: 0;
	background-color: inherit;
	list-style:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom:solid 1px #B2B2B2;
	border-left:solid 1px #B2B2B2;
	border-right:solid 1px #B2B2B2;
}

.manufacturer-navigation li
{
	list-style: none;
}

.manufacturer-navigation a.inactive
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation a.active
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.manufacturer-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.manufacturer-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.manufacturer-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
	
	border-bottom:solid 1px #B2B2B2;
	border-left:solid 1px #B2B2B2;
	border-right:solid 1px #B2B2B2;
}

.RecentlyViewedProductsBox li
{
	 color:#B80209;
}

.RecentlyViewedProductsBox a
{
	color: #B2B2B2;
	font-weight: bold;
	text-decoration: none;
}

.RecentlyViewedProductsBox a:hover
{
	color: #B2B2B2;
	font-weight: bold;
	text-decoration: none;
}

.RecentlyViewedProductsBox .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ffffff;
	background: #ffffff url(images/bg_sidebar_title_dupli.gif) no-repeat;
}

.RecentlyViewedProductsBox .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #ffffff;
	margin: 0px;
}

.RecentlyViewedProductsBox .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #B2B2B2;
	background-color: inherit;
}

.RecentlyViewedProductsBox .separator
{
	height: 1px;
	line-height: 1px;
	background: #B2B2B2;
	width: 140px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
color: #ffffff;
border:none;
}

.infoblock-navigation li
{
background: url(images/bg_sidebar_link.gif);
padding: 2px 0 2px 10px;
}

.infoblock-navigation a
{
font-weight: bold;
text-decoration: none;
color: #ffffff;
}

.infoblock-navigation .title
{
height:28px;
font-size: 0.9em;
font-weight: bold;
text-transform: uppercase;
padding: 14px 0 0 10px;
background: url(images/bg_sidebar_title.gif);
}

.infoblock-navigation .listbox
{
font-size: 11px;
padding: 0;
line-height: 18px;
margin: 0;
}

.infoblock-navigation .listbox ul
{
margin: 0;
padding: 0;
background-color: inherit;
list-style:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer
{
	clear: both;
	height: 90px;
	padding: 5px 3px 5px 3px;
}

.footer a
{
	text-decoration: none;
	color: #FFF;
}

.footer .footer-disclaimer
{
	
	font-size: 11px;
	color:#FFF;
	margin-top:10px;
}

.footer .footer-disclaimer a
{
	
	text-decoration: none;
	color: #FFF;
}

.footer .footer-poweredby
{
	float: left;
	font-size: 11px;
	color:#000000;
}

.footer .Partneri
{
	float: right;
	font-size: 11px;
	color:#000000;
}

.footer-tagovi
{
	float: left;
	text-align:  center;
	padding: 0 0 0 0;
}

.footer-tagovi ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	color:#ffffff;


}

.footer-tagovi li
{ 
	display: inline;
	font-size:0.8em;
}

a.li_a
{
	border-right:1px solid #ffffff;
	color:#ffffff;
	padding:0 3px 0 2px;
	
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CHAT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ChatPage
{
	margin-top:37px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	REKLAMA DALJE.COM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ReklamaPartner
{
	border:solid 1px #94A3C4;
	margin:0;
	padding:0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	GOOGLE MAP

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.MapGoogle
{
	
	width:500px;
	
}
