* {margin: 0px; padding: 0px;}
.clear:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

html,body{ 
	font-family: Tahoma, Arial, Verdana,sans-serif; 
	font-size : 11px;
	color: #000;
	margin: 0px;
	padding: 0px;
    background: url(../images/design/back.jpg) #fff repeat-x;
}
/* ************************************************* BEGIN OF LAYOUT */
.page_width{
    width: 980px;
    margin: 0 auto;
}

.top{
    background: url(../images/design/top_back.jpg);
    height: 120px;
    width: 100%;    
}

.logo{
    padding: 30px 0px 0px 60px;
}

.lang{
    background: url(../images/design/lang_back.jpg);
    height: 27px;
}

.lang_padding{
    padding: 18px 0px 0px 70px;
}

.control{
    background: url(../images/design/control_back.jpg);
    height: 21px;
}

.content{
    background: url(../images/design/content_back.jpg);
    line-height: 18px;
	width: 100%;    
	margin: 0 auto;
}

.left_frame{
    float: left;
    width: 290px;
    background: url(../images/design/left_frame_top.jpg) no-repeat;
}

.left_frame .padding{
    padding: 0px 0px 20px 60px;
    line-height: 20px;
}

.right_frame{
    float: left;
    width: 690px;    
}

.text_frame{
    width: 460px;
    float: left;
}

.text_frame .padding{
    padding: 0px 10px 0px 28px;
}

.reklama_frame{
    width: 230px;
    float: right;
    background: url(../images/design/right_top_back.jpg) no-repeat;
}

.reklama_frame .padding{
    padding: 0px 40px 0px 30px;
}

.right_banery{
    text-align: center;
    padding-top: 50px;
}

.bottom{
    height: 70px;
    background: url(../images/design/bottom.jpg) no-repeat;
}

.bottom .padding{
    text-align: center;
    padding: 36px 0px 0px 0px;
}

.clanok{
    margin: 0px 0px 20px 0px;
}

.bottom_odkaz{
    float: right;
    padding: 0px 60px 0px 0px;
    font-size: 9px;
    color: #4facd7;
}

.created{
    float: left;
    padding: 0px 0px 0px 60px;
    font-size: 9px;
    color: #4facd7;
}

.vyhladavanie{
    padding: 93px 240px 0px 0px;
    float: right;
}
/* ************************************************* END OF LAYOUT */
.menu{
    padding: 0px 0px 0px 0px;
}

.menu ul{
    padding: 0px 0px 0px 0px;
}

.menu li{
    list-style: none;
    background: transparent url(../images/design/button_back.jpg) no-repeat top left;
}

.menu li.first{
    background: transparent url(../images/design/button_top_back.jpg) no-repeat top left;
}

.menu li a{
    display: block;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px 5px 40px;
}

.menu li a:hover {
    color: #ffec00;
}

.menu ul li ul li{
    background: transparent url(../images/design/button_back_2.jpg) no-repeat top left;
}

.menu ul li ul li a{
    padding: 0px 0px 0px 60px;
    line-height: 19px;
}

.menu .selected{
    color: #fde940;
    font-weight: bold;
}

ul.bottom_menu{
}

ul.bottom_menu li{
    display: inline;
    font-size: 9px;
    list-style: none;
    border: 1px solid #f4f3f1;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding: 0px 5px;    
}

ul.bottom_menu li.first{
    border-left: 0px;
}

ul.bottom_menu li a{
    color: #f4f3f1;
    font-weight: normal;
    text-decoration: none;
}

ul.bottom_menu li a:hover{
    text-decoration: underline;
}

/* ************************************************* BEGIN OF TITLE */
h1{
    background: url(../images/design/title_back.jpg) no-repeat;
	font-size: 18px;
	
	font-weight: normal;
	color: #fde940;
	padding: 14px 0px 20px 45px;
	margin: 0px;
}

h2{
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    color: #ff3901;
    text-transform: uppercase;
}

.right_frame h2{
    color: #0c2564;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

.clanok h2{
    color: #0c2564;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    display: inline;
}

.clanok h2 a{
    color: #0c2564;
    text-decoration: none;
    
}

h2.center{
    text-align: center;
}

h3{
    font-size: 14px;
    font-weight: normal;
    color: #ddd;
    margin: 0px;
    padding: 0px;
}

/* ************************************************* END OF TITLE */

/* ************************************************* BEGIN OF TABLES*/
table{
    width: 100%;
    text-align: center;
}

table td{
    padding: 2px 5px;
    text-align: left;
}

table.border{
    border-collapse: collapse;
}

table.border td{
    border: 1px solid #f5f5ec;
    text-align: center;
}

thead td{
    background: #ff3901;
    font-weight: bold;
    color: #fff;
}

td.note{
    font-size: 9px;
    color: #d2d1c5;
}

/* ************************************************* BEGIN OF TABLES */

/* ************************************************* BEGIN OF TEXT */
p{
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

p.low{
    font-size: 9px;
    font-style: italic;
    line-height: 15px;
}

p.original{
    text-align: center;
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 9px;
    margin: 0px;
    font-style: italic;
}

p.novinka{
    margin-left: 15px;
}

.right{
    text-align: right;
}

.center{
    text-align: center;
}

ol, ul{
    padding: 0px 0px 10px 20px;
}

.nolist{
    list-style: none;
}

ol.letter{
    list-style-type: lower-alpha;
}

a{
    text-decoration: underline;
    font-weight: bold;
    color: #0d88e7;
}

a:hover{
    color: #000;
    text-decoration: none;
}

a.button{
    padding: 5px 10px;
    background: #ff3901;
    border: 0px solid #fff;
    color: #fff;
    font-weight: bold;    
    text-decoration: none;
    text-align: center;
    display: block;
}

a.viac{
    background: url(../images/design/viac_button.jpg) no-repeat right;
    border: 0px solid #fff;
    width: 60px;
    margin-left: 10px;
    height: 20px;
    display: block;
    color: #fde940;
    font-weight: bold;
    float: right;
    text-decoration: none;
    text-align: center;  
}

.low{
    font-size: 9px;
    color: #9f9f9a;
    font-weight: normal;
}

.datum{
    font-size: 9px;
    color: #9f9f9a;
    font-weight: normal;
}

.breadcrumbs{
    padding: 0px 0px 15px 0px;
}

.breadcrumbs a{
    color: #a4a397;
    font-size: 9px;
    text-decoration: none;
    font-weight: normal;
}

span.add_button{
    padding: 5px 10px;
    background: #ff3901;
    border: 0px solid #fff;
    color: #fff;
    font-weight: bold;    
    text-decoration: none;
    text-align: center;
    width: 50px;
    margin-left: 15px;
    cursor: pointer;
}

span.big_date{
    font-size: 18px;
    color: #ff3901;
}

span.cena{
    font-size: 18px;    
}

hr{
    border: 2px solid #feea40;
    border-top: 0px;    
    border-left: 2px;    
    border-right: 2px;
    margin: 20px 0px 0px 0px;    
    height: 2px;
}

.example{
    font-size: 9px;
    color: #999999;
    margin-left: 10px;
}

.step .highlite{
    font-size: 14px;
    color: #ff3901;
    text-decoration: underline;
}

.defaultErr{
    font-size: 14px;
    background: #f5f5ec;
    border: 1px solid #d2d1c5;
    color: #ff3901;
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
}
/* ************************************************* END OF TEXT */

/* ************************************************* BEGIN OF IMAGES */
img{
    border: 0px;
}

img.border{
    border: 1px solid;
    border-color: #d2d1c5;
    padding: 1px;
}

img.logo{
    float: left;
}

img.border:hover{
    border-color: #fff;
}

img.photo_right{
    float: right;
    margin: 3px 0px 0px 10px;
}

img.photo_left{
    float: left;
    margin: 3px 10px 0px 0px;
}

img.middle{
    vertical-align: middle;
}

img.png{
    behavior: url(../shared/iepngfix/iepngfix.htc)
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
	display:none;
	color:#909090;
	font-size: 9px;
	text-align: center;
}
/* ************************************************* END OF IMAGES */

/* ************************************************* BEGIN OF FORM */
fieldset{
    background: #f5f5ec;
    border: 1px solid #d2d1c5;
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
}

legend{
    font-size: 20px;
}

input.text{
    color: #5C5C5C;
    display:block;
    float:left;
    font-size: 11px;
    padding: 10px 10px 0;
    margin: 1px 0px;
    width: 200px;
    border: 1px solid #d2d1c5;
}

input.submit{
    padding: 5px 10px;
    background: #ff3901;
    border: 0px solid #fff;
    color: #fff;
    font-weight: bold;    
}

.vyhladavanie input.text{
    color: #5C5C5C;
    display: block;
    font-size: 11px;
    padding: 3px;
    margin: 0px 1px;
    width: 200px;
    border: 1px solid #d2d1c5;
}

.vyhladavanie input.submit{
    background: url(../images/design/vyhladavanie_button.jpg);
    border: 0px;
    padding: 0px;
    height: 20px;
    padding-bottom: 2px;
    width: 60px;    
    margin: 0px;    
    color: #feea40;
    font-size: 11px;
}


select{
    width: 220px;
    padding: 5px 10px;
}

input.blur {
    color: #c0c0c0;
}
/* ************************************************* END OF FORM */

/* ************************************************* BEGIN OF GALLERY */
.gallery{
    padding: 0px;
}

.gallery ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding: 0px;
}

.gallery ul li {
    display: block;
    width: 130px;   
    height: 90px; 
    margin: 0px 2px 10px 2px;
    text-align: center;
    float: left;
}
.gallery ul img {
}

.gallery ul a:hover img {
}

.gallery ul a:hover {
    color:#FFFFFF;
}
/* ************************************************* END OF GALLERY */