ACC SHELL

Path : /srv/www/vhosts/pzk/classes/
File Upload :
Current File : //srv/www/vhosts/pzk/classes/design.css

/**
 * @name | Servis centrum
 * @author | McFry
 * @copyright | 6.5.2011
 */
 
html {
    margin: 0;
}

body {
	background: #e4e4e4;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0 0 50px 0;
	padding: 0px;
}



h1 {
	font-size: 30px;
	margin: 0 0 20px 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #7ac142;
}

.intro h1{
	padding-top:13px;
}


.h2i{
	color: #fff;
	background: url('./img/h2i_bg.png') bottom repeat-x #9de961;
	padding:10px;
	-moz-border-radius: 5px;
 	border-radius: 5px;
		
}

a img {
	border: none;
}



.clear { clear: both; }




.wrap {
	width: 1000px;
	margin: 0 auto;
}



.topwrap {
	height: 110px;
}
	.logo {
		float: left;
		width: 242px;
		height: 85px;
		margin-top: 25px;
	}
	
	.searchbox {
		float: right;
		width: 665px;
		height: 85px;
		margin-top: 25px;
	}
		.search {
			background: url(./img/search_bg.png) no-repeat left top;
			float: right;
			width: 265px;
			height: 40px;
		}
		
		.searchform input {
			background: none;
			border: none;
			color: #666;
			width: 210px;
			height: 30px;
			margin: 5px 3px 0 3px;
			float: left;
			padding-left: 10px;
		}
		.search a {
			float: left;
			height: 30px;
			width: 30px;
			margin: 5px 0 0 3px;
		}
		
		
		.social {
			float: right;
			margin: 6px 0 0 0;
		}
			.social a {
				margin-left: 5px;
			}



.menuwrap {
	min-height: 92px;
	overflow:auto;
}
.intro .menuwrap {
	min-height: 72px;
}
	.menu a {
		width: 193px;
		height: 67px;
		background: url(./img/menu_bg.png) no-repeat center center;
		float: left;
		color: #585858;
		font-size: 18px;
		text-decoration: none;
		margin-top: 10px;
		margin-right: 8px;
		font-weight: bold;
	}
	.menu a.end {
		margin-right: 0;
	}
	.menu a span {
		float: left;
		padding-top: 20px;
	}
	.menu a img {
		float: left;
		margin: 15px 13px 10px 17px;
	}
		.menu a:hover, .menu a.active {
			background: url(./img/menu_bg_over.png) no-repeat center center;
			color: #fff;
		}



.header {
	height: 300px;
}


.extra_a {
	background: url(./img/extra_bg_a.png) no-repeat center top;
	height: 12px;
}
.extra_c {
	background: url(./img/extra_bg_c.png) no-repeat center bottom;
	height: 12px;
}
.extrabox {
	background: #fff url(./img/extra_bg_b.png) repeat-y center top;
}



.extra_a2, .extra_c2, .extrabox2{
  margin-left:250px;
}
.extra_a2 {
	background: url(./img/extra_bg_a2.png) no-repeat right top;
	height: 12px;
}
.extra_c2 {
	background: url(./img/extra_bg_c2.png) no-repeat right bottom;
	height: 12px;
}
.extrabox2 {
	background:  url(./img/extra_bg_b2.png) repeat-y right top;
}


.extra_a3, .extra_c3, .extrabox3{
  margin-left:235px;
}
.extra_a3 {
	background: url(./img/extra_bg_a3.png) no-repeat right top;
	height: 12px;
}
.extra_c3 {
	background: url(./img/extra_bg_c3.png) no-repeat right bottom;
	height: 12px;
}
.extrabox3 {
	background:  url(./img/extra_bg_b3.png) repeat-y right top;
	padding-left:30px;
	padding-right:36px;
	padding-bottom:20px;
	padding-top:30px;
	
}





	.leftside {
		width: 420px;
		padding: 20px 20px 0 30px;
		float: left;
	}
	.leftside p {
		line-height: 150%;
		color: #555;
		margin: 10px 0 0 0;
		padding-bottom: 10px;
	}
	.leftside .p1 {
		width: 270px;
		margin-right: 10px;
		font-weight: bold;
		line-height: 150%;
		float: left;
	}
	.leftside img {
		float: left;
	}
	
	
	
	.greenbox {
		float: left;
		background: url(./img/green_box_bg.png) no-repeat left top;
		width: 258px;
		height: 370px;
		height: 298px;
		color: #fff;
	}
		.greenbox h2 {
			font-size: 24px;
			margin: 40px 0 15px 20px;
			color: #fff;
		}
		
	
	
	.graybox {
		width: 248px;
		height: 353px;
		height: 280px;
		float: right;
		margin: 16px 1px 0 0;
		background: #e9e9e9;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		text-align: center;
	}
		.graybox h2 {
			font-size: 22px;
			font-weight: normal;
			margin: 25px 0 3px 0;
			color: #000;
		}
		.graybox h3 {
			font-size: 13px;
			font-weight: bold;;
			margin: 5px 0 3px 0;
			color: #000;
		}
		.graybox span {
			color: #7ac142;
			display:block;
			font-weight:bold;
		}


.graybox .ikona{
	padding-top:5px;
	padding-bottom:5px;
}
.graybox .ikona img{
	border:3px solid #aaa;
	padding:3px;
	
}
.graybox .operace{
	/*padding-right:20px;*/
/*	padding-left:40px;*/
	float:right;
	overflow:auto;
	text-align:right;
	/*padding-top:5px;
	padding-bottom:5px;*/
	margin-right:20px;
}
.graybox .operace img{
}
.graybox .detail-link{
}
.graybox .autor{
	border-bottom:none;
	font-weight:bolf;
}	
.graybox .podnazev{
	padding-bottom:5px;
}
.graybox .f{
	padding-top:5px;
}

.content {
	background: #fff;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	padding: 50px 0;
	margin-top:30px;
}





.list-1 {
	list-style: none;
	margin: 0 30px 0 25px;
	padding: 0;
}
.list-1 li {
	border-bottom: 1px solid #95cd68;
	background: url(./img/arrow_read.png) no-repeat left 6px;
	line-height: 200%;
	padding-left: 20px;
	color: #fff;
}

.list-2 {
	list-style: none;
	margin: 0 30px 0 25px;
	padding: 0;
}
.list-2 li {
	background: url(./img/arrow_read.png) no-repeat left 6px;
	line-height: 190%;
	padding-left: 20px;
	color: #000000;
}








.footer {
	min-height: 300px;
	padding-top: 30px;
	color: #777;
}

.footer .column {
	float: left;
	width: 25%;
	line-height: 150%;
}
	.footer h3 {
		font-size: 20px;
		margin-top: 10px;
	}
	
	.footer p {
		margin: 0;
	}
	
	.footer a {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}
	.footer a:hover {
		color: #000;
		text-decoration: none;
	}





.slider-1 {
	min-height: 200px;
	margin: 0 auto 30px auto;
	width: 790px;
	background: url(./img/switch.png) no-repeat center bottom;
	font-style: italic;
}
	.slider-1 img {
		float: left;
	}
	.slider-1 .text {
		float: left;
		width: 455px;
		margin-left: 45px;
		font-size: 14px;
	}
		.slider-1 h2 {
			font-size: 24px;
		}



.slider-2 .leftpart {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 11px;
	margin-right: 12px;
	color: #666;
}

.slider-2 .rightpart {
	padding-top: 4px;
	width: 182px;
	float: left;
}
.slider-2 .rightpart a {
	color: #7ac142;
	font-weight: bold;
	text-decoration: underline;
}
.slider-2 .rightpart a:hover {
	text-decoration: none;
}


.slider-2 .item{
	width:180px;;
	width:294px;;
	float:left;
	padding-left:20px;
	padding-right:20px;
/*	margin-right:140px;*/
}
.slider-2 .item.last{
	margin-right:0px;
}
.slider-2 .item.whitebox{
	text-align:center;
	width:180px;
}                   
.slider-2 .item.whitebox h3{
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
}                   



a.readmore {
	padding-right: 25px;
	background: url(./img/arrow_read.png) no-repeat right center;
}


a.readmore_btn {
	float: left;
	width: 135px;
	line-height: 73px;
	text-align: center;
	background: url(./img/readmore.png) no-repeat center center;
	color: #fff;
	font-size: 23px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	margin-top:25px;
	margin-left:10px;
}

a.readmore_btn:hover {
	text-decoration: underline;
}


.odsazeny-obsah{
  padding:30px;
}




 ul#submenu-left, #side-menu ul{
    font-size: 14px;
    list-style: none ;
    margin-top: 0;
    padding-left: 0;
    width:240px;
}
ul#submenu-left ul{
    font-size: 12px;
    list-style: none ;
    margin-top: 0;
    padding-left: 0;
    width:240px;

}
ul#submenu-left , #side-menu ul{
    font-size: 14px;
    list-style: none ;
	margin:0px;
	padding:0px;
}
ul#submenu-left a , #side-menu a {
    padding-left: 20px;
}
ul#submenu-left ul a , #side-menu ul a {
    padding-left: 40px;
}
ul#submenu-left ul ul a , #side-menu ul ul a {
    padding-left: 60px;
}
#submenu-left a , #side-menu a{
    border-bottom: 1px solid #1c4418;
    color: black;
    display: block;
    min-height: 18px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
}
#submenu-left  a:hover, #submenu-left  .active > a , #side-menu a:hover, #side-menu .active > a{
    background: url("./img2/submenu_left_bg.png") no-repeat left center #1a4016;
    color: #FFFFFF;
}
#side-menu{
	float:left;
	width:240px;
	padding-top:56px;
}
#side-menu h3{
	margin-top:0px;

}
.slider-2{
  padding-left:60px;
}


.tac{
	text-align:center;
}
.tal{
	text-align:left;
}
.tar{
	text-align:right;
}
.fl{
	float:left;
}
.fr{
	float:right;
}


 .slider-1-obaly{
 	width:800px;
 	height:200px;
 }
 
#slider .panel{
	width:1000px;
	height:273px;
} 
 
 
 
 
 .whitebox {
	width: 220px;
	height: 350px;
	float: left;
	font-size: 12px;
	background: url(./img/item_bg.png) no-repeat center top;
	/*background:white;*/
	/*border:1px solid #aaa;*/
	margin-left:0px;
	margin-right:19px;
	padding-top:10px;
	}
	.whitebox.last{
		margin-right:0px;
	}
	
	.whitebox .ikona img {
		/*margin-bottom: 8px;*/
		max-height: 150px;
		max-width:150px;
		border:3px solid #ccc;
		padding:3px;
	}
	.whitebox .ikona {
		text-align:center;
		height:150px;
		width:150px;
		padding:8px;
/*		background:url('./img/zbozi_ikona.png') no-repeat;*/
		display:block;
		margin:auto;
	}	
	
	.whitebox .p { padding: 0px 12px 10px 12px; } 
	
	.whitebox .h {
		line-height: normal;
/*	letter-spacing: 1px;*/
	text-align:center;
	padding-top:5px;
		/*font-family: "Jesaya", Arial, sans-serif;*/
		/*text-transform: uppercase;*/
		/*font-size: 16px;*/
		/*margin: 10px 0 3px 0;*/
		/*min-height:60px;*/
		margin-bottom:10px;
		
		min-height:55px;		
	}
	
	.whitebox .h a{
		color:black;
		text-decoration:underline;
		font-weight:bold;
		padding-top:5px;
		display:block;
		padding-bottom:5px;
	}
	.whitebox .autor{
			color:#7bbd3f;
			font-weight:bold;

		text-align:center;
		padding-bottom:5px;
		min-height:20px;
	}
	.whitebox .t {
		line-height: normal;
		letter-spacing: normal;
/*		font-family: "Arial", sans-serif;*/
		font-size: 12px;
		/*margin: 30px 0 13px 0;*/
		
	}
	
	.whitebox .t p{
		margin:0px;
		
	}	
	.whitebox .f {
/*		float: left;
		width: 46px;
		text-align: center;
		margin-right:1px;
		
		*/
		margin-top:5px;
		padding-top:5px;
		overflow:auto;
	}
		.whitebox .f a img {
			margin-bottom: 4px;
		}
		.whitebox .f a {
			color: #111;
			text-decoration: none;
			font-size: 10px;
		}
		.whitebox .f a:hover {
			color: #9da70c;
/*			text-decoration: underline;*/
		}

.whitebox .podnazev{
	display:block;
}

.show-player{
	cursor:pointer;
}


.operace{
	float:right;
	text-align:right;
	
} 
.operace img{
}
 .detail-link, .novy-komentar, #BoxAlertBtnOk, .mini-add-2-basket{
 	background:url('./img/detail.png') no-repeat;
 	display:block;
 	height:33px;
 	width:73px;
 	color:white;
 	text-align:center;
 	font-size:15px;
 	text-decoration:none;
 	padding-top:5px;
 	font-style:italic;
 	font-weight:bold;
 	border:none;
 	cursor:pointer;
 }
 .whitebox .detail-link, .graybox .detail-link{
 	background:url('./img/detail_s.png') no-repeat;
 	height:28px;
 	width:33px;
 	display:inline-block;
 	
 }
 .whitebox .mini-add-2-basket, .graybox .mini-add-2-basket{
 	background:url('./img/dokosiku_s.png') no-repeat;
 	height:33px;
 	width:33px; 		
 display:inline-block;
 font-size:29px;
 } 
  
 #BoxAlertBtnOk{
 	padding-top:0px;
 	display:inline-block;
 	margin-top:10px;
 }
 .detail-link{
 	float:left;
/* 	margin-right:5px;*/
 }
 .novy-komentar{
 	background:url('./img/detail3.png') no-repeat;
 	width:180px;
 	
}
 
 .colgroup{
 	overflow:auto;
 }
 
 
 
 #katalog-detail #ref-img{
	float:left;
	width:220px;
	width:175px;
	display: block;
	margin-bottom:15px;
	min-height:245px;
	
}

#katalog-detail{
	overflow:auto;
	overflow-x:hidden;
}
#katalog-detail #ref-img .ikona{
	margin-bottom:10px;
	background:url('./img/imh_ramecek.png') no-repeat;
	padding:5px;
	height:250px;
	display: block;
}
#katalog-detail #ref-img .ikona span{
	display:block;
	height:210px;
	width:210px;
	width:153px;
	text-align:center;
	
}
#katalog-detail #ref-img .ikona strong{
	display:block;
	padding-left:10px;
	padding-top:5px;
	background:url('./img/zvetsit_obr.png') top left no-repeat;
	height:24px;
}
#katalog-detail-popis{
	margin-left:240px;
	margin-left:185px;
}



.input input, .input textarea {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    font-family: arial,sans-serif;
    font-size: 120%;
    padding: 10px;
    width: 320px;
    border-radius: 0.417em 0.417em 0.417em 0.417em;
}

.input textarea {
    height: 110px;
    overflow-y: auto;
}
.input {
    margin-bottom: 10px;
    overflow: auto;
}
.input.submit-area{
  text-align:right;
  padding-right:13px;
}
.input em {
    display: block;
    float: left;
    padding-top: 7px;
    width: 130px;
    float:left;
}
.input .submitter{
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: 185px;
    
    
    background: url("./img/bt_galerie.png") no-repeat scroll 0 0 transparent;
    color: white;
    font-family: "Jesaya",Arial,sans-serif;
    font-size: 18px;
    height: 63px;
    padding:0px;    
}

.detail-params{
  overflow:auto;
  padding-top:10px;
  padding-bottom:10px;

}
.detail-params strong{
  display:block;
  float:left;
	font-weight:normal;
  color:#555555;
}
.detail-params p{
  margin:0px;
  padding:0px;
  font-weight:bold;
  margin-left:90px;
  color:#555555;
}
.btm-bordered{
	border-bottom:1px solid #eaeaea;
}


a{
	color:black;
}

.detail-params p.cena, .detail-params p .cena{
	
/*	color:#006ab9;*/
	color: #7ac142;
	
/*	font-size:15px;*/
}

.detail-params p .noncena{
	font-weight:normal;
}

.detail-params p i{
	font-style:normal;
	font-weight:normal; 
}
.detail-params  .cena i{
	font-weight:bold;
}
.cena-list{
	color:#006ab9;
	font-size:20px;
}
#detail-add-form input {
	border:1px solid #e5e5e5;
	width:25px;
	height:32px;
	color:#394a51;
	padding-left:10px;
	padding-right:10px;
}
#diskus-form input, #diskus-form textare{
	border:1px solid #e5e5e5;
	width:25px;
	height:32px;
	color:#394a51;
	padding-left:10px;
	padding-right:10px;
}
#detail-add-form input.submitter, body #button-objednavka{
	width:173px;
	height:55px;
	background:url('./img/dokosiku.png');
	color:white;
	font-size:23px;
	font-style:italic;
	font-weight:bold;
	padding-left:45px;
	text-align:left;
	cursor:pointer;
	border:none;
}
body #button-objednavka{
	background:url('./img/dokosiku2.png');
	padding-left:0px;	
	text-align:center;
}


#shop-left-cats{
	float:left;
	width:235px;
	padding-top:37px;
}
#shop-left-cats ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#shop-left-cats li{
	background:url('./img/menu_left.png') no-repeat;
	width:190px;
	min-height:45px;
	margin:0px;
	padding:0px;
	overflow:auto;
	margin-top:5px;
}
#shop-left-cats li a{
	background:url('./img/iko_audiobook.png') 10px 13px no-repeat;
	height:32px;
	padding-left:50px;
	padding-top:13px;
	display:block;
	color:#585858;
	text-decoration:none;
	font-size:15px;
}

.filtry{
	overflow:auto;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
	margin-top:10px;
}

.sort-up{
	width:20px;
	height:20px;
	background:url('./img/razeni_grey_up.png');
	border:none;
	cursor:pointer;
}
.sort-up.active{
	background:url('./img/razeni_gr_up.png');
}
.sort-down{
	width:20px;
	height:20px;
	background:url('./img/razeni_grey_down.png');
	border:none;
	cursor:pointer;
}
.sort-down.active{
	background:url('./img/razeni_gr_down.png');
}
.paging{
	float:right;
	white-space: nowrap;
	padding-right:30px;
}
.paging .shift{
	position:relative;
	top:-3px;
}


#alert-Box{
	background: #a2e96a;
	padding:40px;
	text-align:center;
	-moz-border-radius: 5px;
 	border-radius: 5px;
	
}


 #button-stornovat, #button-pokracovat, #button-vlozit-kupon, #button-objednavka, #reg-form #button-vymazat, #reg-form #button-zaregistrovat, #reg-form #button-ulozzmeny, #button-login{
 	background:url('./img/detail2.png') no-repeat;
 	height:33px;
 	width:160px;
 	color:white;
 	text-align:center;
 	font-size:15px;
 	text-decoration:none;
 	font-style:italic;
 	font-weight:bold;
	border:none;
	cursor:pointer;
	border:none;
 }
 #button-pokracovat{
 	background:url('./img/detail2.png') no-repeat;
 	width:160px;
}
.input-kupon-txt{
 	border:1px solid #aaa;
 	padding:10px;
 	width:160px;
}
 
.submitter-imitation{
 	background:url('./img/detail3.png') no-repeat;
 	border:none;
 	display:inline-block;
 	height:33px;
 	width:180px;
 /*	width:auto;*/
 	color:white;
 	text-align:center;
 	font-size:15px;
 	text-decoration:none;
 	padding-top:7px;
 	font-style:italic;
 	font-weight:bold;
 }

#kosik-zapati{
	text-align:right;
}
#kosik-zapati .submitter-imitation{
	position:relative;
	top:-1px;	
}

 .submenu-btn, .submenu-btn-inactive{
 	background:url('./img/detail_small.png') no-repeat;
 	display:inline-block;
 	height:23px;
 	width:83px;
 	color:white;
 	text-align:center;
 	/*font-size:15px;*/
 	text-decoration:none;
 	font-style:italic;
 	font-weight:bold;
	border:none;
	cursor:pointer;
	padding-top:3px;
 }

.submenu-btn-inactive{
 	background:url('./img/detail_smal_grey.png') no-repeat;
}




 
 .button-basket-edit, .button-basket-del{
 	background:url('./img/kosik_btn_green.png') no-repeat;
 	height:20px;
 	width:20px;
 	color:white;
 	text-align:center;
 	font-size:10px;
	border:none;
	cursor:pointer;
 
 }
  .button-basket-del{
 	background:url('./img/kosik_btn_red.png') no-repeat;
 } 
 .kosik-mnozstvi{
 		width:30px;
 		border:1px solid #aaa;
 		margin-right:5px;
 		padding:5px;
 }
 #obsah-kosiku{
 	width:100%;
 	border-collapse:collapse;
 }
 #obsah-kosiku th{
 	background:#ccc;
 	text-align:left;
 }
 #obsah-kosiku th, #obsah-kosiku td{
		 padding:10px;
		 border-bottom:1px solid #ccc;
	}
	
	.diskuse-item{
		border:1px solid #f5f5f5;
		margin-bottom:20px;     
	-moz-border-radius: 5px;
 	border-radius: 5px;
				
	
	}
	.diskuse-item .zahlavi{
		padding:10px;
		background:#f5f5f5;
		
	}
	.diskuse-item .zahlavi span{
		float:right;	
	}
	.diskuse-item .text{
		padding:10px;
		padding-bottom:0px;
	}
	.diskuse-item .zapati{
		padding:10px;
		padding-top:0px;
		text-align:right;
	}
	
	
	
	/* CSS Social Share */
	#share_sidebar {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5); 
	padding: 4px; z-index: 11500; width:64px;text-align:center; margin-right: 6px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; position: fixed; left: 50%; top: 120px; margin-left: 510px;
	}
	.share_button { 
		margin-bottom: 8px;
	}
	
	#shop-menu{
		clear:right;
		text-align:right;
		padding-top:5px;
	}
	
	.kategorie-popis{
		padding-bottom:10px;
		overflow:auto;
	}
	
	
	#diskus-form input, #diskus-form textarea, #reg-form input{
	border:1px solid #e5e5e5;
	width:400px;
	height:32px;
	color:#394a51;
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
}
#diskus-form textarea{
	height:200px;
	width:100%;
	padding:10px;
	font-family: Arial, sans-serif;
	font-size:13px;
}


	#diskus-form input.submitter{
 	background:url('./img/detail3.png') no-repeat;
 	width:181px;
 	display:block;
 	height:33px;
 	color:white;
 	text-align:center;
 	font-size:15px;
 	text-decoration:none;
 	font-style:italic;
 	font-weight:bold;
 	border:none;
 	cursor:pointer;
}


#diskus-form table{
	width:95%;
}
#diskus-form th{
	vertical-align:top;
	padding-top:10px;
	padding-right:20px;
	text-align:left;
}

#detail-varianta-form select{ 
	border:1px solid #e5e5e5;
	color:#394a51;
	font-size:13px;
	padding:10px;

}
#detail-add-form{
	padding-top:10px;
	padding-bottom:40px;
	
}


.hidden-player{
	display:none;
	padding-top:15px;
}

fieldset{
	border:1px solid #e5e5e5;
}
.obj-poznamka{
	padding:10px;
		border:1px solid #e5e5e5;
		width:97.3%;
		height:100px;
		font-family:Arial, sans-serif;
		font-size:13px;

}

#reg-form .sl1{
	width:120px;
}


#forum-left-cats{
	float:left;
	width:235px;
	padding-top:42px;
}
#forum-left-cats ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#forum-left-cats li{
	background:url('./img/menu_left.png') no-repeat;
	width:235px;
	min-height:45px;
	margin:0px;
	padding:0px;
	overflow:auto;
	margin-top:5px;
}
#forum-left-cats li a{
	background:url('./img/iko_forum.png') 10px 13px no-repeat;
	height:32px;
	padding-left:50px;
	padding-top:13px;
	display:block;
	color:#585858;
	text-decoration:none;
	font-size:15px;
}
#forum-left-cats li.active a{
	color: #7ac142;
}
.autor{
	overflow:auto;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	display:block;
}
.autor.last{
	border-bottom:none;
}

.autor .ikona{
	display:block;
	float:left;
}
.autor .ikona img{
	border:3px solid #eee;
	padding:3px;
}
.autor h3, .autor .anotace{
	margin-left:140px;
	margin-top:0px;
}



/* ************************************* tabs */


.ui-tabs {
    padding: 0.2em;
    position: relative;
    border:1px solid #eee;
    overflow:auto;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0px 0px 5px 0px;
    overflow:auto;
    
}
.ui-tabs .ui-tabs-nav li {
    border-bottom: 0 none !important;
    float: left;
    list-style: none outside none;
    margin: 0 0.2em 1px 0;
    padding: 0;
    position: relative;
    top: 1px;
    white-space: nowrap;
    background:#aaa;
    border-radius: 5px 5px 0px 0px;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
    background: url("./img/h2i_bg.png") repeat-x ;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}

/* ************************************* tabs */


#steps{
	background:url('./img/kroky.png') no-repeat;
	height:50px;
	margin-bottom:10px;
}             
#steps.active-step-1{
	background:url('./img/kroky_1.png') no-repeat;
}
#steps.active-step-2{
	background:url('./img/kroky_2.png') no-repeat;
}
#steps.active-step-3{
	background:url('./img/kroky_3.png') no-repeat;
}
#steps.active-step-4{
	background:url('./img/kroky_4.png') no-repeat;
}


#steps>div{
	float:left;
	padding-top:12px;
	font-size:20px;
	color:#aaa;
	padding-left:33px;
	width:157px;
}
#steps>div.active{
	color: #7ac142;
color: #fff;

}
#steps #steps-name{
	width:180px;
	color:white;
	padding-left:27px;
	
}
#steps #steps-2{
	width:190px;
}
#steps #steps-3{
	width:150px;
	/*padding-left:35px;*/	
}
#steps #steps-4{
	width:100px;
	/*padding-left:50px;*/	
}



#obj-login{
	text-align:center;
}
#obj-login table{
	margin:auto;
}
#obj-login input{
	padding:5px;
	border:1px solid #eee;
	width:148px;
}
#obj-login input#button-login{
	border:none;
 	width:160px;
}
#obj-kont input{
	padding:5px;
	border:1px solid #eee;
}

.detail-subnazev{
	color:black;
	font-size:20px;
	margin-bottom:20px;
}
#katalog-detail h1{
	margin-bottom:0px;
}

.clanek{
	overflow:auto;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}
.clanek.last{
	border-bottom:none;
}
.clanek .ikona{
	float:left;
}
.clanek h3{
	margin-top:0px;
}
.clanek.s-obrazkem h3, .clanek.s-obrazkem .anotace{
	margin-left:160px;
}
.clanek .datum{
	float:right;
}
.clanek .cist-vice{
	float:right;
}

#socialni-site-profily{
	float:right;
	clear:left;
	padding-right:20px;
	padding-bottom:10px;
/*	padding-top:20px;*/
}

.right-aligment, #obsah-kosiku th.right-aligment{
	text-align:right;
}

input, textarea, select{
	font-family: Arial, sans-serif;
}

#obj_kont table{
	width:100%;
}
#obj_kont table td{
	width:25%;
}

.vert-middle{
	vertical-align:middle;
}

#skupina-doprav-1{
	float:left;
}
#skupina-doprav-2{
	margin-left:50%;
}

.velke-odsazeni{
	margin-left:205px;
}
.disabl{
	color:#ddd;
}

.downloads{
	overflow:auto;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-bottom:10px;
}
.downloads.last{
	border-bottom:none;
}
.downloads p{
	float:right;
	margin:0px;	
}

ACC SHELL 2018