/* LIBUŠA Fashion */
html {
    margin:0;
    padding:0;
}
body {
    text-align: center;
    font-size: 76%;
    font-family: Arial, sans-serif, Verdana, Helvetica;
    line-height: 1.3;
    background: #FFF3E2;
    padding:0;
    margin:0;
    
}
/* Typo */

.in {
    margin:10px;
}


h1,h2,h3,h4,h5,h6,blockquote,label,ul,ol,dl,fieldset,address, p {
    margin:0.5em 0;
    padding:0;
}

li,dd {
    margin-left:1em;
}

fieldset {
    padding:0.5em;
}
form {
    margin: 0;
    padding: 0;
}

img a{
    border: 0;
}



li {
    background: transparent url(../images/li.png) no-repeat 5px 10px;
    padding: 4px 5px 4px 18px;
    margin-left:10px;
    list-style-type:none;
}

td         {padding:1px;}
a         {color: #666666;}
a:link     {color: #666666;}
a:hover    {color: #666666;}


h1, .contentheading, .componentheading, .contentpagetitle {
    color: #000000;
    font-weight:bold;
    font-size:1.5em;
}
h2        {font-size: 1.5em;}
h3         {font-size: 1.3em;}
h4         {font-size: 1.2em;}
h5         {font-size: 1.1em;}
h6         {font-size: 1em;}

hr         {border:1px solid #000000;}

#footer, .small, .createdate, .modifydate {
    font-size:0.8em;
    color: #000000;
}

.pagination span, .pagination a, .pagination strong {
    margin:0 3px;
}

a img {
    border: 0px;
}

/* Site */
#site {
    padding:    0;
    margin:        0;
    background:#FFF3E2 url(../images/bg-site.png) 0 0 repeat-x;
}

#wrap {
    min-width: 960px;
    max-width: 960px;
    width: auto !important;
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

/* Header */
#header {
    background: url(../images/hbg.jpg) 0 0 no-repeat;
    position:relative;
    height:248px;
    margin-top:0px;
    margin-bottom:0px;
    color:#dbd3bd;
}

#header #logo {
    position:absolute;
    top:    95px;
    left:    55px;
}
#header h1 {
    font-variant: small-caps;
    font-stretch: expanded;
    padding-left: 30px;
    color:#dbd3bd;
    font-weight: bold;
    font-size: 50px;
}
#header input {
    background: url(../images/search.png) no-repeat;
    border:0;
    height: 22px;
    width: 168px;
    padding: 2px;
    font-size:1em;
    color:#dbd3bd;
    border:1px solid #dbd3bd;
}
#header .search {
    position:absolute;
    top: 110px;
    left: 60px;
    color:#dbd3bd;
}

#header .banner {
    position:absolute;
    top: 160px;
    right:20px;
    color:#dbd3bd;
}

#header .user4 {
    position:absolute;
    top: 80px;
    right:20px;
    color:#dbd3bd;    
}


/* Top Menu */
#topmenu {
    background: url(../images/hmenubg.png) 0 0 no-repeat;
    position:relative;
    height:45px;
    margin-top:0px;
    margin-bottom:0px;
    color:#fff;
    font-weight:bold;
}
#topmenu .in {
    padding: 0;
    margin:0;
}

/* Top */
#top {
    padding:5px 5px 5px 0px;
    float:left;
    position:relative;
    width:726px;
}

#top .in {
    padding:0;
    margin:0;
    color:#ffffff;
}

/* Side */
#side1 {
    position:relative;
    float:left;
    width:220px;
    padding-left:4px;
    overflow:hidden;
}

#side2 {
    position:relative;
    float:left;
    width:220px;
    padding-right:5px;
    overflow:hidden;
}

#side1-bg {
    background: url(../images/lbg.png) 23% 0 repeat-y;
}

#side2-bg {
    background: url(../images/rbg.png) 77% 0 repeat-y;
}

/* Content */
#content {
    position:    relative;
    float:        left;
    width:         486px;
    padding:    10px;
}

#content1 {
    position:    relative;
    float:        left;
    width:         490px;
    overflow:    hidden;
    padding:    10px;
}

#content2 {
    position:    relative;
    float:        left;
    width:         715px;
    overflow:    hidden;
    padding:    10px;
}
#content3 {
    position:    relative;
    float:        left;
    width:         940px;
    overflow:    hidden;
    padding:    10px;
}

/* User */
#user {
    clear:both;
    padding:5px 5px 5px 0px;
    margin-left:224px;
}

/* Botom */
#bottom {
    clear:both;
    margin:5px 10px;
    padding:10px 10px 5px 10px;
}

/* Footer */
#footer {
    clear:both;
    background: url(../images/fbg.png) 0 bottom no-repeat;
    height:129px;
    text-align:right;
}

#footer .in {
    padding-top:60px;
    padding-right:120px;
}

#debug {
    padding:0px;
    margin:0px;
}


/* Module */
/* Module */
div.module {
    color:             #666666;
    font-size:         1em;
    margin:            5px 0 10px 0;
    width:             201px;
    background:     url(../images/mbmm.png) top left repeat-y;
}

div.module div {
    background:     transparent;
    background:     url(../images/mbtm.png) no-repeat;
}

div.module div div {
    background:     url(../images/mbbm.png) bottom left no-repeat;
}

div.module div div div {
    padding:        10px;
}

div.module div div div div {
    background:     transparent;
    border:         none;
    padding:         0;
}

.module h3 {
    padding:         10px 10px 10px 25px;
    margin:            6px;
    text-align:     left;
    font-size:         1.1em;
    border-bottom:    1px solid #444;
    color:            #666666;
    background:     transparent url(../images/head.png) 0 center no-repeat;
}

.module ul {
    background:     none;
    list-style:     none;
    padding:         0;
    margin:         0 0 15px 0;
}
/*
.module li {
    background:     none;
    list-style:     none;
    padding:         0;
    margin:         0;
}

.module ul li {
    background:     none;
    list-style:     none;
    padding:         0;
    margin:         0 3px 0 3px;
}
*/
.module #current a,
.module_menu a:link, .module_menu a:visited,
.module ul li ul li a, .module ul #current ul li a,
.module ul li ul #current a {
    display:             block;
    background:         transparent url(../images/li.png) no-repeat 5px 10px;
    padding:             4px 5px 4px 18px;
    color:                 #666666;
    text-decoration:    none !important;
}

.module a:hover {
    color:     #000;
}

/* Module */
/* Module _menu */
div.module_menu {
    color:         #fff;
    font-size:    1em;
    margin:        5px 0 10px 0;
    width:         201px;
    background: url(../images/mbm.png) top left repeat-y;
}

div.module_menu div {
    background: transparent;
    background: url(../images/mbt.png) no-repeat;
    padding-top:1px;
}

div.module_menu div div {
    background: url(../images/mbb.png) bottom left no-repeat;
}

div.module_menu div div div {
    padding:     10px;
}

div.module_menu div div div div {
    background: transparent;
    border:     none;
    padding:    0;
}

.module_menu h3 {
    color:             #ffffff;
    padding:         10px 10px 10px 25px;
    text-align:     left;
    font-size:         1.1em;
    margin:            6px;
    border-bottom:     1px solid #444;
    background:     transparent url(../images/head.png) 0 center no-repeat;
}

.module_menu ul {
    background:     none;
    list-style:     none;
    padding:         0;
    margin:         0;
    margin-bottom:     15px;
}

.module_menu ul li {
    background:     none;
    padding:         0;
    margin:         0 3px 0 3px;
    list-style:     none;
}

.module_menu a:link, .module_menu a:visited,
.module_menu #current a,
.module_menu ul li ul li a,
.module_menu ul #current ul li a,
.module_menu ul li ul #current a {
    display:             block;
    background:         transparent url(../images/li.png) no-repeat 5px 10px;
    border-bottom:         1px dotted #b3b3b3;
    padding:             4px 5px 4px 18px;
    color:                 #d9d9d9;
    text-decoration:    none !important;
}

.module_menu a:hover {
    background-color:    #404040;
    color:                 #d9d9d9;
}

.module_menu #current a {
    background: transparent url(../images/li-a.png) no-repeat 5px 10px;
    color: #fff;
}

.module_menu ul li ul #current a{
    background: transparent url(../images/li-a.png) no-repeat 5px 10px;
    color: #fff;
}

/* Moduletable */
.moduletable {
    padding:    10px;
    background:    #666666;
    margin:        0 10px;
    border:        1px solid #db771f;
    color:         #fff;
}

.moduletable a{
    text-decoration:    underline;
    color:                #fff;
}
.moduletable h3 {
    color:                #fff;
    background:         transparent url(../images/head.png) 0 center no-repeat;
    padding-left:         20px;
}

/* Navigation */
#mainlevel-nav {
    float:            left;
    margin:            0;
    padding:        0 0 0 15px;
    width:            100%;
    list-style-type:none;
    background:     url(../images/bg-nav.png) 13px center no-repeat;
    
}

#mainlevel-nav li {
    position:        relative;
    float:            left;
    list-style:        none;
    margin:            0px;
    padding:        0px 2px 0px 0px;
    background:     url(../images/bg-nav.png) center right no-repeat;
    
}

#mainlevel-nav a:link,#mainlevel-nav a:visited {
    position:        relative;
    float:            left;
    display:        block;
    color:            #c2c2c2;
    text-decoration:none;
    margin:            0 2px;
    padding:        7px 8px 5px 8px;

}

#topmenu #active_menu-nav, #mainlevel-nav #current a {
    /*position:        relative;
    float:            left;
    display:        block;
    color:            #fff;
    text-decoration:none;
    margin:            0 2px;
    padding:        7px 8px 5px 8px;
    background:     url(../images/bg-nav-active.png) 0 0 repeat-x;*/
    color:#ffffff;
}

#mainlevel-nav #current {
    background:        #000000;
}

#mainlevel-nav li a:hover {
    text-decoration:underline;
    color:            #fff;
}

/* Login */
#modlgn_username {
    width:160px;
}
#modlgn_passwd {
    width:160px;
}

/** overlib **/
.ol-foreground {
    background-color: #f0f0f0;
}
.ol-background {
    background-color: #d6d6d6;
}
.ol-textfont {}
.ol-captionfont {
    color: #ffffff;
    font-weight: bold;
}
.ol-captionfont a {}

.ol-closefont {}