/*
Author: elphnet.cz
Struktura:
        display | 
		  position | 
		  float | 
		  overflow | 
		  width | 
		  height | 
		  border | 
		  margin | 
		  padding | 
		  background | 
		  align | 
		  font
*/

/* Elements*/

body {	
	margin: 0;
	padding: 0;	
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
}
h1, h2, h3, h4, h5 {
	border:0; 
	margin:10px 0px 5px 0px; 
	padding:0; 
	font-weight: bold;
}
p {
	margin:5px 0;
}


table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;	
}
ul, ol {
	display:block; 
	border:0; 
	margin:0px 0px 0px 10px; 
	padding:0;
}
form {
	margin: 0;
	padding: 0;
}
/* Floating */
.floatLeft, .left {
	float: left;
}
.floatRight, .right {
	float: right;
}
.nofloat {
	float: none;
}

/* Text align */
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}

.clearer {
	clear: both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.noscreen {
	display: none;
}
a img {
	border: 0;
}
.noborder {
	border-bottom:0px solid white;
}

.relative {
	position: relative;
}
div.dot {
	height:1px; 
	background:url(../img/dot.gif) top left repeat-x;
	margin:1em 0;
}
.red {
	color:red;
}


/*_________________________________________________________*/

#null {
	width:1000px;	
	margin:auto;
	text-align:left;	
}

/*__________________ Rozlozeni stranky_____________________*/
#container {	
}
#content {
	background-image: url(../img/bg_content.gif);
	background-repeat: repeat-y;

}

#mainLeft {
	float: left;
	width: 780px;	
}

#mainRight {
	float:right;
	width:210px;
}
.con {
	padding:2px;
}
.con .title {
	width:190px;
	height:85px;
	background-image: url(../img/cont_title.jpg);
	background-repeat: no-repeat;
}
.con .title h2 {
	padding:25px 0px 0px 90px;
	font-size:12px;
	margin-top:0px;
	color:#056035;
}
.con form {
	margin-left:15px;
}
.con form input {
	border:1px solid silver;
}
/*___________________Pravy sloupec___________________*/

#colLeft {
	float:left;
	width:205px;

}
#colRight {
	float:right;
	width:570px;

}

/*___________________HEAD___________________________*/
#head {
	position:relative;
	width:1000px;
	height:298px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;	
}
a#logo {
	position: absolute;
	top:110px;
	left:320px;
	width:420px;
	height:100px;
}
a#logo_rol {
	position: absolute;
	top:80px;
	left:20px;
	width:280px;
	height:180px;
}
#count {
	position: absolute;
	right:120px;
	top:90px;
	color:white;
	font-size:13px;
	font-weight:700;
}
#count span {
	font-size:12px;
	font-weight:400;
}
#count a {
	color:white;
	text-decoration: none;
}
#count a:hover {
	text-decoration:underline;
}
#headLeft {
	position:absolute;
	left:-18px;
	top:0px;
	width:18px;
	height:298px;
	background-image: url(../img/headLeft.jpg);
}
#headRight {
	position:absolute;
	right:-10px;
	top:0px;
	width:10px;
	height:298px;
	background-image: url(../img/headRight.jpg);	
}
#head #login {
	position:absolute;
	top:40px;
	right:15px;
	color:white;
	font-size:10px;
}
#head #login a {
	color:white;
	text-decoration:none;
}
#head #login a:hover {
	text-decoration: underline;
}
#topMenu {
	position:absolute;
	bottom:0px;
	right:0px;
}
#topMenu ul {
	list-style: none;
	padding: 0;
	margin:0;	
	font-size: 12px;
	font-weight: 400;	
}
#topMenu ul li {
	display: block;
	float:left;
	margin-left:5px;
	font-size:14px;
	font-weight:700;
}
#topMenu ul li a{
	display:block;
	background-image: url(../img/li_top.jpg);
	background-position: 0px 0px;
	width:92px;
	_width:157px;
	height:63px;
	_height:73px;
	color: white;
	padding:10px 0px 0px 65px;
	text-decoration: none;
}

#topMenu ul li.active a, #menu ul#main li.active a:hover {
	display:block;
	background-image: url(../img/li_top.jpg);
	background-position: 0px -73px;
	width:92px;
	_width:157px;
	height:63px;
	_height:73px;
	color: white;
	padding:10px 0px 0px 65px;
	text-decoration: none;
}
#topMenu ul li a:hover{
	display:block;
	background-image: url(../img/li_top.jpg);
	background-position: 0px -73px;
	/*width:218px;
	height:37px;*/
	color: white;
}

/*_________________MENU_________________*/
#menuTitle {
	background-image: url(../img/bg_menu_title.jpg);
	background-repeat: no-repeat;
	padding-left:15px;
	height: 76px;
}

#colLeft .box {
	padding:0px 10px 0px 10px;
}
#colLeft .box ul#vyrobci {
	padding: 0;
	margin: 0;
	list-style: none;
}
#colLeft .box ul#vyrobci li {
	background-image: url(../img/c_ul.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding-left:14px;
	margin-top:1px;
}
#colLeft .box ul#vyrobci li a {
	color:black;
	text-decoration: none;
}
#colLeft .box ul#vyrobci li a:hover {
	text-decoration: underline;
}
#menu {	
	/*width:185px;	*/
	/*background-color: #EDF0F4;*/
}

#menu ul#main {
	list-style: none;
	padding: 0;
	margin:0;	
	font-size: 11px;
	font-weight: 400;	
}

#menu ul#main li a{
	display:block;
	background-image: url(../img/li.jpg);
	background-position: 0px 0px;
	width:169px;
	_width:184px;
	height:18px;
	_height:20px;
	color: #056035;
	padding:2px 0px 0px 15px;
	text-decoration: none;
}
#menu ul#main li.upper a, #menu ul#main li.upper a:hover {
display:block;
	background-image: url(../img/li.jpg);
	background-position: 0px -20px;
	width:169px;
	_width:184px;
	height:18px;
	_height:20px;
	color: #056035;
	padding:2px 0px 0px 15px;
	text-decoration: none;
	font-size:12px;
	font-weight: 700;

}
#menu ul#main li.upper, #menu ul#main li.upper {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:700;
}
#menu ul#main li.active a, #menu ul#main li.active a:hover {
	display:block;
	background-image: url(../img/li.jpg);
	background-position: 0px 0px;
	width:169px;
	_width:184px;
	height:18px;
	_height:20px;
	color: black;
	font-weight: 700;
	padding:2px 0px 0px 15px;
	text-decoration: none;
	font-size:10px;
}
#menu ul#main li a:hover{
	display:block;
	background-image: url(../img/li.jpg);
	background-position: 0px 0px;
	font-weight: 700;
	/*width:218px;
	height:37px;*/
	color: black;
}
#menu ul#main li {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:400;
}
/*________________Text content____________________*/

#textContent {
	padding:5px 0px 5px 0px;
	text-align: justify;
	font-size:12px;
	color:#424242;
	line-height: 145%;
}
#textContent h1 {
	padding: 0px 0px 2px 0px;
	font-size:15px;
	font-weight: 700;
	margin: 5px 0px 5px 0px;
}

#textContent h2 {
	margin:10px 0;	
	font-size:13px;
	font-weight: 700;
}
#textContent a {
	
	text-decoration:underline;
}
#textContent a:hover {
	text-decoration:none;
}

#textContent h3, #textContent h4{
	margin:10px 0;	
	font-size:12px;
	font-weight: 700;
}
#textContent ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#textContent ul li {
	background-image: url(../img/c_ul.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	padding-left:14px;
	margin-top:1px;
}

#textContent img {
	margin:5px;
}
/*____nastaveni barev ___*/
#textContent h1, #textContent h2, #textContent a{
	color:#3F6DAB;
}
/*________KATALOG________*/
#katalog {
	
}
.couple {
	margin-top:5px;
	margin-bottom:20px;
}
.couple .item {
	width:279px;
	_width:283px;
	/*border:2px solid #ECF5FF;*/
	border:1px solid #D7EAFF;	
}

.couple .item .upper {
	position: relative;
	/*background-color: #ECF5FF;	*/
	background-image: url(../img/bg_upper_new.jpg);
	background-repeat: repeat-x;
	height:35px;
}
#textContent #katalog .couple .item .upper h2 {	
	margin:0px;
	padding:2px;
	font-size:11px;
	font-weight:700;
	text-align: left;
	color:#424242;
	line-height: 12px;
	
}
#textContent #katalog .couple .item .upper h2 a {	
	color:#424242;
	text-decoration: none;

}
#textContent #katalog .couple .item .upper h2 a:hover {	
	color:#424242;
	text-decoration: underline;
}
#textContent #katalog .couple .item .price {
	padding:5px 2px 5px 2px;
	background-image: url(../img/bg_price_new.jpg);
	background-repeat: repeat-x;
	color:black;
	font-size:10px;
}
#textContent #katalog .couple .item .price div strong {
	font-size:14px;
	color:#C25412;
}
#textContent #katalog .couple .item .price span.first {
	color:#424242;
	padding:0px 40px 0px 18px;
}
#textContent #katalog .couple .item .info img {
	margin-right:10px;
}
#textContent #katalog .couple .item .info {
	text-align:left;
	height:120px;
	overflow: hidden;	
}
#textContent #katalog .couple .item .info p {
	text-align: left;
}


.couple .item .info {
	text-align: center;
	font-size:10px;
}
.couple .item .info div {
	font-size:10px;
	padding:0px 2px 0px 2px;
	line-height: 10px;
	text-align: left;
}
.couple .item .more {
	position: relative;
	background-image: url(../img/basket_small.jpg);
	background-repeat: no-repeat;
	width:279px;
	height:21px;
	margin-top:0px;
}
.couple .item .more a.detail {
	position:absolute;
	display:block;
	width:128px;
	height:20px;	
}
.couple .item .more a.addBasket {
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	width:140px;
	height:20px;
	}

/*___item___*/	
#katalog #item {
	border:1px solid #d7eaff;
	padding:0;
}	
#katalog #item #upper{
	position: relative;
	height:30px;
	/*background-color: #ECF5FF;	*/
	background-image: url(../img/bg_upper_new.jpg);
	background-repeat: repeat-x;	
}
#katalog #item #upper h1 {
	padding:5px 5px 0px 10px;
	margin:0;
}

#katalog #item #leftPart {
	float:left;
	width:310px;	
	text-align: left;

}
#katalog #item #rightPart {
	float: right;
	width:240px;

}
#katalog #item .cart {	
	background-image: url(../img/bg_add_cart.jpg);
	background-repeat: repeat-x;
	padding-left:5px;	
}
#katalog #item .cart .first {
	float:left;
	width:300px;
	text-align: center;
	padding-top:20px;
}
#katalog #item .cart p.price {	
	padding-top:0px;
	width:200px;
	float:right;
	text-align: center;
}
#katalog #item .cart .price strong {
	color:#C9540E;
	font-size:20px;
}

#katalog #item #rightPart div {
	padding:0px 4px 0px 2px;	
	text-align:left;
}
#katalog #item #rightPart div p {
	padding:0px;
	margin:0px;
	text-align:left;
}
	
/*________GALLERY________*/
#gallery a, #gallery a:hover {
	text-decoration:none;
	
}
#gallery img {
	border:1px solid silver;
	margin:11px;
}
#gallery img:hover {
	border:1px solid white;
}

/*_____NOVINKY______*/
#news {
	width:200px;
	color:#555555;	
}
#news .title {
	font-size:14px;
	font-weight: 700;
	padding:10px 0px 5px 5px;
}
#news .title span {
	color:#3f6dab;
}


#news .item {
	padding:4px;
	font-size:11px;	
	font-family: Tahoma;
}
#news .item h4 {
	margin:0;
	padding:0px 0px 5px 0px;
	font-size:11px;
	font-weight: 700;
	color: #3f6dab;
}
#news .item img {
	float: left;
	margin:0px 5px 0px 0px;
	width:50px;
	height:50px;
	border:1px solid black;
}
#news .item p {
	margin:0;
	padding:0;
}
#news .item .more {
	text-align: right;
	
}
#news .item .more a {
	color:#3f6dab;
	text-decoration: none;
	
}
#news .item .more a:hover {
	text-decoration: underline;
	
}
.box .rec {	
	text-align: center;
	background-color: White;
	background-image: url(../img/bg_rec.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:10px 10px 0px 10px;
	font-size:11px;	
	border: 1px solid #cccccc;
}
.box .rec p.detail {
	position: relative;
	text-align: right;
	font-size:12px;	
	font-weight: 700;
	padding-right:0px !important;
}

.box .rec .detail a {
	color:black;
	text-decoration: none;
	padding-right:35px;
}
.box .rec .detail span {	
	color:white;
	font-size:11px;
}

/*______________formular__________________*/
form.formular {
	margin-bottom:10px;
}
form.formular input {
	width:300px;	
}
form.formular input.submit {
	width:100px;
	/*border:1px solid #cccccc;*/
}
form.formular textarea {
	width:300px;
	/*border:1px solid #333333;*/
}
form.formular table td {
	text-align: right;
}
form.formular fieldset{background:#e1f2f9;border:0;margin:6px 0;padding:8px 10px}

/*________________footer____________________*/
#footer{
	position: relative;
	height:25px;
	width:1000px;
	background-color: white;
	text-align: center;
	padding:0px 0px 0px 0px;	
	border-top:4px solid #ECF5FF;
}
#links {
	font-size:7pt;
	color: #6B6B6B;
	background-color: white;
	padding:5px;
	margin-top:10px;
}
#links a {
	color: #6B6B6B;	
}
#links a:hover {
	color: #ABABAB;
}

#footer ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	
}
#footer ul li {
	display: inline;
	padding:0px 5px 0px 5px;
	font-size: 12px;
}
#footer ul li a {
	color:black;
	text-decoration:underline;
}
#footer ul li a:hover {
	text-decoration:underline;	
}
#footer ul.sub li {
	display: inline;
	padding:0px 5px 0px 5px;
	font-size: 10px;
}
#copyright {
	text-align:right;
	padding:5px 5px 0px 0px;
	margin:1px 0px 0px 0px;
	font-size: 10px;	
	color:black;
}
#copyright a {
	color:#555555;
}


#copyright a {
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}

/*_______SITEMAP________*/

#sitemap ul {
	margin-left: 5px;
}
#sitemap ul ul li {
	background-image: none;
}
#sitemap ul li h2 {
	font-size: 14px;
}
#sitemap ul ul li h3 a {
	font-size:12px;
	text-decoration: none;
}
#sitemap ul ul li h3 a:hover {
	text-decoration: underline;
}
#sitemap ul ul ul {
	margin-left:15px;
	background-image: none;
}
#sitemap ul ul ul li h4 a {
	color:white;
	font-size: 10px;
	text-decoration: none;
}

#sitemap ul ul ul li h4 a:hover {
	text-decoration:underline;
}
/*_special__*/
img.special {
	position:relative;
	top:0px;
	visibility: collapse;
	visibility: hidden;
}
#vanoce {
	background-image: url(../img/leto.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding:10px 10px 0px 10px;	
	border-bottom: 4px solid #F50917;
	
}
#marketing {
	background-image: url(../img/bg_marketing.jpg);
	background-repeat: repeat-y;
	padding:10px 10px 0px 10px;	
	border-bottom: 4px solid #F50917;
}
.tagy {
	background-color: white;
	padding:10px 10px 10px 10px;
	font-size:11px;	
	border: 1px solid #cccccc;
	margin-top:10px;
	
}
.tagy a{
	color:black;
	text-decoration: none;
}

/* pridano kvuli tinyMCE a spravnemu zobrazeni fontu*/
.fontSize1{
	font-size:8px;
}
.fontSize2{
	font-size:10px;
}
.fontSize3{
	font-size:12px;
}
.fontSize4{
	font-size:14px;
}
.fontSize5{
	font-size:18px;
}
.fontSize6{
	font-size:20px;
}
.fontSize7{
	font-size:24px;
}

