/*
 * @author ( Angie Radtke )
*/

/* not ready */

/* ##########################  general  ########################### */
@charset "UTF-8";
@font-face {
    font-family: 'Titillium Maps';
    src: url("../fonts/TitilliumMaps29L002.eot");
    src: local('Titillium Maps'), local('TitilliumMaps'),
    url("../fonts/TitilliumMaps29L002.otf") format("opentype"),
    url("../fonts/TitilliumMaps29L002.woff") format("woff");
}

body {
    background: #fff;
    color: #424242;
    /*font-family: arial, helvetica, sans-serif;*/
    font-family: "Arial", "Tahoma", sans-serif;
}

#all {
    color: #424242;
    border: solid 0px;
    padding-top: 0px;
    background: #fff
}

#header {
    /*padding-top:10em*/
}

a:link,
a:visited {
    /*color:#095197;*/
    color: #162CB5;
    text-decoration: none;
    border-bottom: 2px groove #6B7BDF;

}

a:hover,
a:active,
a:focus {
    color: #ff7500;
    text-decoration: none;
    border-bottom: 2px groove #ff7500;

}

input:focus {
    border: 1px solid #095197 !important;
    padding: 2px 2px;
    /*box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071), 0px 0px 8px rgba(82, 168, 236, 0.600);
    outline: 0px none currentColor;*/
}

fieldset {
    border: solid 0px #ccc
}

.article-info {
    color: #444
}

.article-info dd span {
    color: #444;
    border-right: solid 0px;
    background: #eee
}

/* ##########################  back  ########################### */

#back {

}

/* ##########################  logo  ########################### */

#logo span {
    color: #fff;
    padding-left: 50px;
    font-size: 0.3em !important;
    text-transform: none;
    font-family: arial, sans-serif
}

#all #header {
    /*padding-top:8.0em ;*/
}

.logoheader {

    background: #0c1a3e url(../images/personal/personal2.png) no-repeat bottom right;
    color: #fff;
    min-height: 200px;
    margin: 0em 10px 0 10px !important;

}

h1#title {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 25px;
}

h1#logo {
    font-family: 'Titillium Maps', Arial;
    text-transform: none;
    margin: 25px 0px 2px;
}

#line {
    float: right;
    margin-right: 30px;
    margin-top: 44px;

}

/* ##########################  header  ########################### */

#header {
    background: #fff;
    font-size: 1em;

    display: inline-block !ie;

}

/* ++++++++++++++  lists, skiplinks  ++++++++++++++ */
#header ul.menu {

    /* top:62px; */
    top: 5em;

    padding: 0px 0px 0px 0;
    background: #e0e0e0 url(../images/personal/ecke.gif) top left repeat-x;
    border: 0;
    text-align: left;
    left: 0px;
    display: block;
    margin: 0px 10px 0 10px;
    border-top: solid 1px #ddd;

}

#header ul.menu li {
    border: 0;
    margin: 0 !important;
}

#header ul.menu li a:link,
#header ul.menu li a:visited {

    color: #333;
    border: 0;
    border-right: solid 1px #ddd;
    margin: 0px 0 0 0;
    padding: 12px 15px;
    position: relative;
    background: #e0e0e0 url(../images/personal/ecke.gif) repeat-x top left;
    display: inline-block

}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li a:focus {
    background: #0d4c89;
    color: #fff;
}

#header ul li.active a:link,
#header ul li.active a:visited {
    color: #f5f5f5;
    background: url(../images/personal/navi_active.png);
    text-shadow: 1px 1px 1px #000;
}

#header ul.skiplinks {
    width: 100%;
    text-align: left;
    background: none;
    z-index: 20000;
    top: 0;
    display: inline;
    padding: 0
}

#header ul.skiplinks li a.u2:active,
#header ul.skiplinks li a.u2:focus {
    background: #095197 !important;
    color: #fff !important;
    border: solid 1px;
    top: 0 !important;
    z-index: 10000;
    right: auto;
    left: 0 !important;
    display: block
}

ul.menu_footer_left li {
    font-size: 20px;
}

ul.menu_footer_right li {
    font-size: 15px;
}

/* ++++++++++++++  fontsize  ++++++++++++++ */

#fontsize {
    display: inline;

}

#fontsize p a:link,
#fontsize p a:visited {
    color: #222;
    border-right: solid 1px #ccc
}

#fontsize p a.larger,
#fontsize p a.reset,
#fontsize p a.smaller {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    margin: 0;
}

#fontsize p a:hover,
#fontsize p a:active,
#fontsize p a:focus {
    background: #095197 !important;
    color: #fff
}

#fontsize h3 {
    color: #222;
    font-weight: bold
}

/* ++++++++++++++  search  ++++++++++++++ */
#header form,
#header form .search,
#header form .finder {
    display: inline;
    padding-right: 1px;

}

#header form .inputbox {
    background: url(../images/header-bg.gif) repeat-x;
    border: solid 1px #ccc;
    border-bottom: 0;
    border-right: 0;
    padding: 5px

}

#header form .inputbox:focus {
    border: solid 2px #000;
}

#header form .button {
    border: solid 0px #ddd;
    background: #ccc url(../images/personal/button.png);
    color: #333;
    padding: 4px !important
}

/* ##########################  contentarea  ########################### */

#contentarea,
#contentarea2 {
    background: #fff;
    clear: both;
}

/* ##########################  breadcrumbs  ########################### */

#breadcrumbs {
    color: #333;
}

#breadcrumbs span {
    color: #333;
}

#breadcrumbs span a:link,
#breadcrumbs span a:visited {
    background: #fff;
    color: #333;
}

#breadcrumbs span a:hover,
#breadcrumbs span a:active,
#breadcrumbs span a:focus {
    background: #095197;
    color: #fff;
}

.topmodule {
    background: url("../images/bg_spec.png") repeat-x;
    border: 1px solid #c3c3c3;
    margin: 0px 2px 20px 0px;
    padding: 25px 35px 10px 35px;
}

.topmodule_d {
    background: #EEEFF5;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    float: left;
    margin: 0px 2px 20px 0px;
    padding: 8px 20px 5px;
    width: 956px;
}

.main_mod {
    margin: 0px 10px 35px 0;
    display: inline-block;
    width: 728px;
}

img.bg_main_ico {
    float: left;
    /*height: 60px;
    width: 92px;*/
    border: none;
}

img.bg_main_ico:hover {
    /*background: url("/images/ico_main/hover.png")  no-repeat;*/
    opacity: 0.9 !important;
}

/* ##########################  navigation column  ########################### */

.module_content {
    border: solid 1px #ddd;

}

.moduletable_js {
    border: solid 0px #ddd;
}

#right .moduletable_js {
    border: 0
}

#nav h3 {
    border-bottom: solid 1px #ddd;
    font-family: 'Titillium Maps', Arial;
    color: #555
}

h3.js_heading {
    border-bottom: solid 1px #ddd;
    background: #eee;
    font-family: 'Titillium Maps', Arial;
}

h3.js_heading span.backh {
    border: solid 0px #000
}

h3.js_heading span.backh1 {

}

h3.js_heading a {
    border: 0
}

h3.js_heading a img {
    border: 0
}

h3.js_heading a.opencloselink:hover,
h3.js_heading a.opencloselink:active,
h3.js_heading a.opencloselink:focus {
    background: none
}

#right h3 span.backh {

}

#right h3 span.backh2 {
    background: #fff;
    color: #095197;
    text-align: center;
    /*margin-left:5px;
    border-bottom:solid 1px #ddd*/
}

#right h3 span.backh3 {
    padding-left: 0
}

h3.js_heading a:link,
h3.js_heading a:visited,
h3.js_heading a:hover,
h3.js_heading a:active,
h3.js_heading a:focus {

}

#nav h3.js_heading a:focus {

}

#nav form {
    color: #000;
}

#nav form a:hover,
#nav form a:active,
#nav form a:focus {
    color: #fff;
    background: #095197;
    text-decoration: none
}

/* ++++++++++++++  first level  ++++++++++++++ */
#nav .moduletable-example ul.menu {
    background: #fff;
    border: 0;
}

ul.menu {
    border: 0;
    background: #fff /* url(../images/nature/nav_level_1.gif) repeat-x */;
    border: solid 0px #eee;
}

.module_content ul.menu {
    border: 0;
}

ul.menu li {
    border-bottom: solid 1px #ddd;
}

ul.menu li a:link,
ul.menu li a:visited {
    color: #444;
    background: url(../images/nature/karo.gif) 5px 12px no-repeat
}

ul.menu li.active a:link,
ul.menu li.active a:visited {
    color: #333;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus,
ul.menu li.active a:hover,
ul.menu li.active a:active,
ul.menu li.active a:focus {
    background: #fff url(../images/nav_level_1.gif) repeat-x;
    color: #095197;
}

/* ++++++++++++++  second level  ++++++++++++++ */

ul.menu li ul {
    border: solid 0px #eee;
}

ul.menu li ul li {
    border: solid 0px #000;
    background: #fff;
}

ul.menu li.active ul li a:link,
ul.menu li.active ul li a:visited {
    color: #444;
    border: 0;
    border-bottom: solid 1px #fff;
    background: #e8e8e8
}

ul.menu li.active ul li.active a:link,
ul.menu li.active ul li.active a:visited {
    border: 0;
    color: #333;
    border-bottom: solid 1px #fff;
}

ul.menu li.active ul li a:hover,
ul.menu li.active ul li a:active,
ul.menu li.active ul li a:focus {
    background: #666 !important;
    color: #fff !important;
}

/* ++++++++++++++  third level  ++++++++++++++ */

ul.menu li ul li ul {
    border: 0 !important;
    background: #f5f5f5 !important;
    padding-bottom: 0
}

ul.menu li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li a:visited {
    background: #f5f5f5;
    border-bottom: solid 1px #fff;
    color: #444
}

ul.menu li.active ul li.active ul li.active a:link,
ul.menu li.active ul li.active ul li.active a:visited {
    color: #333;
}

/* ++++++++++++++  fourth level  ++++++++++++++ */

ul.menu li ul li ul li ul {
    border: solid 1px #eee !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #fff url(../images/nature/level4.png) repeat-x !important;
}

ul.menu li.active ul li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li.active ul li a:visited {
    font-weight: normal;
    padding: 3px 2px 3px 40px;
    font-size: 0.9em;
    background: #fff url(../images/nature/arrow_small.png) no-repeat 30px 5px;
    color: #444
}

ul.menu li.active ul li.active ul li.active ul li.active a:link,
ul.menu li.active ul li.active ul li.active ul li.active a:visited {
    font-weight: bold;
    color: #333
}

/* ++++++++++++++  fifth level  ++++++++++++++ */

ul.menu li ul li ul li ul li ul {
    border: solid 0px #eee !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    background: #fff !important;
}

ul.menu li.active ul li.active ul li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li.active ul li.active ul li a:visited {
    font-weight: normal;
    padding: 3px 2px 3px 5px;
    font-size: 0.9em;
    background: #fff;
    color: #444;
    margin: 0 10px 0 35px;
    border-bottom: solid 1px #ddd
}

ul.menu li.active ul li.active ul li.active ul li.active ul li.active a:link,
ul.menu li.active ul li.active ul li.active ul li.active ul li.active a:visited {
    font-weight: bold;
    color: #333
}

/* ##########################  content - main   ########################### */

#main {

}

#main a:link,
#main a:visited {

}

#main a:hover,
#main a:active,
#main a:focus {
    color: #FF7500;
    /*text-decoration:underline;*/
    border-bottom: 2px groove #FF7500;
    text-decoration: none;
}

#main th a:hover,
#main th a:active,
#main th a:focus {
    background: #333;
    color: #fff;
}

.items-row {
    background: #fff
}

.items-row h2 {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    color: #555
}

.column-1,
.column-2 {
    border: solid 0px;
}

.item-separator {
    border: solid 0px #333333;
}

#main ul li {

}

.small {
    border: solid 0;
}

ul#archive-items li.row0,
ul#archive-items li.row1 {
    border-bottom: solid 1px #ddd
}

.archive #adminForm fieldset {
    border: 0;
    padding: 0;
    margin: 20px 0
}

/* ++++++++++++++  images  ++++++++++++++ */

.image-left {
    padding: 2px;
}

.image-right {
    border: solid 1px #ddd;
    padding: 2px
}

/* ++++++++++++++  leading  ++++++++++++++ */

.items-leading {

}

/* ++++++++++++++++++++ headings +++++++++++++ */
#main h1 {
    color: #424242;
    font-family: "Open Sans", "Arial";
    font-size: 23px;
    font-weight: 700;
}

#main .blog h1,
#main .blog-featured h1 {
    color: #0d4c89;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    /*font-family: 'Titillium Maps', Arial;*/
    margin-top: -1px !important

}

/* h1 on frontpage */

.items-row h2 {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.items-leading h2,
#main h3,
#main h4 {
    color: #555;
}

#main h2 {
    color: #424242;
    /*font-family: 'Titillium Maps', Arial;
    border-bottom: 1px dashed #095197;*/
    font-family: Arial;

}

#main h2 a {
    color: #095197
}

/* ++++++++++++++  readmore  ++++++++++++++ */

.readmore a:link,
.readmore a:visited,
a.readmore:link,
a.readmore:visited {
    color: #095197;
    background: #eee url(../images/nature/arrow1.gif) no-repeat left top;
    border: solid 1px #ddd;
}

.readmore a:hover,
.readmore a:active,
.readmore a:focus,
a.readmore a:hover,
a.readmore a:active,
a.readmore a:focus {
    background: #555 url(../images/nature/arrow2.gif) no-repeat left 6px !important;
    color: #fff;
}

a.readmore:hover,
a.readmore:active,
a.readmore:focus {
    background: #555;
    color: #fff;
}

/* ++++++++++++++  icons  ++++++++++++++ */

.actions img {
    border: 0;
}

/* ++++++++++++++  items-more  ++++++++++++++ */

#main .items-more h3 {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    color: #444;
}

#main .items-more ol {
    color: #000;
}

#main .items-more ol li a {
    background: #FFFFFF url(../images/blog_more.gif) no-repeat 0px center;
    color: #095197
}

#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus {
    background: #095197 url(../images/blog_more_hover.gif) no-repeat 0px center;
    color: #fff;
}

/* ++++++++++++++  pagination  ++++++++++++++ */

#main .pagination {
    border-top: solid 1px #ddd;
    clear: both;
}

/* ++++++++++++++  article index  ++++++++++++++ */

table.contenttoc {
    border: solid 1px #ccc;
}

/* ##########################  right column   ########################### */

#right {
    border: solid 0px #e6e6e6;
    background: #fff
}

#right a {
    border: none;
}

#right h3 {

}

#right h4 {
    color: #424242;
    border: solid 0;
}

#right ul li a:link,
#right ul li a:visited {
    /*color:#3c4cbb;*/
    color: #162CB5;
    text-decoration: none;
    border-bottom: 2px groove #3c4cbb;

}

#right ul li a:hover,
#right ul li a:active,
#right ul li a:focus {
    /*background:#095197;
    color:#fff;*/
    color: #ff7500;
    text-decoration: none;
    border-bottom: 2px groove #ff7500;

}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */
#close span {
    color: #000;
}

/* ##########################  modules  ########################### */

/* ++++++++++++++  mostread, latest news ++++++++++++++ */

.mostread li a:link,
.mostread li a:visited,
.latestnews li a:link,
.latestnews li a:visited {
    background: url(../images/personal/arrow2_grey.png) 2px 7px no-repeat;
}

.mostread li a:hover,
.latestnews li a:hover,
.mostread li a:active,
.latestnews li a:active,
.mostread li a:focus,
.latestnews li a:focus {
    background: #555 url(../images/arrow_white_grey.png) 2px 7px no-repeat !important;
}

/* ++++++++++++++  newsfeed  ++++++++++++++ */

ul.newsfeed {
    border: solid 0px #000;
}

.newsfeed-item {
    border-bottom: solid 1px #ddd;
}

.newsfeed-item h5 a {

}

/* ++++++++++++++  newsflash  ++++++++++++++ */
/* newsflash horizontal */

ul.newsflash-horiz {
    background: #F5F5F5 url(../images/nature/box.png) repeat-x;
    border: 1px solid #EEEEEE;
}

ul.newsflash-horiz li {
    border: solid 0px #eee;
    background: #f5f5f5;
}

ul.newsflash-horiz li h4 {
    font-family: 'Titillium Maps', Arial;
}

/* newsflash vertical */

.newsflash-vert {

}

/* ++++++++++++++  banner  ++++++++++++++ */

.banneritem {
    border: 0
}

.banneritem a {
    background: none
}

.banneritem a img {
    background: none;
    border: 0
}

/* ++++++++++++++  login  ++++++++++++++ */

#login-form .inputbox {
    border: solid 1px #ddd;
    background: url(../images/content_bg.gif) repeat-x;

}

fieldset.input {
    border: 0;
}

input.button,
button.button,
button.validate {

    /*background:#FFFFFF url(../images/nature/arrow1.gif) no-repeat left top;*/
    background: #2456AE;
    border: 1px solid #2456AE;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
}

input.button:hover,
button.button:hover,
button.validate:hover {

    /*background:#FFFFFF url(../images/nature/arrow1.gif) no-repeat left top;*/
    background: #414040;
    border: 1px solid #414040;
    color: #fff;
}

/* ++++++++++++++  tabs/ slide  ++++++++++++++ */

ul.tabs {
    border: solid 1px #ddd;
    border-bottom: 0;
    background: #f5f5f5 url(../images/nature/box.png) repeat-x;
}

ul.tabs li {
    background: #f5f5f5 url(../images/nature/box.png) repeat-x;
    border-right: solid 1px #ddd
}

ul.tabs li a:link,
ul.tabs li a:visited {
    color: #333;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus {
    color: #000
}

.tabcontent {
    border: solid 1px #ddd;
    background: #fff;
    color: #000;
}

.tabcontent .linkclosed {
    color: #000;
    border-bottom: solid 1px #e5e5e5;
}

ul.tabs li a.linkopen {
    background: #fff;
    color: #333;
    border: 0
}

ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus {
    background: #555;
    color: #fff
}

/* ++++++++++++++  category-module  ++++++++++++++ */

#right .category-module h4 a:link,
#right .category-module h4 a:visited {
    color: #0D4C89
}

#right .category-module h4 a:hover,
#right .category-module h4 a:active,
#right .category-module h4 a:focus {
    color: #fff
}

.category-module li {
    border-bottom: solid 1px #ddd;
}

.category-module li li {
    border: 0
}

/* ##########################  search   ########################### */

.searchintro img {
    border: 0px
}

.inputbox:focus {
    border: solid 2px #000;
}

.word {
    background: #fff;
    border: solid 0px #ccc;
}

.word input {
    border: solid 1px #ddd;
    background: url(../images/content_bg.gif) repeat-x;
    color: #333;
}

.only {
    border: solid 1px #ccc;
}

.phrases {
    color: #000;
    border: solid 1px #ccc;
}

/* ++++++++++++++  selects  ++++++++++++++ */
.phrases .inputbox {
    background: #fff;
    color: #000;
}

.phrases .inputbox option {
    background: #f5f5f5;
    border-bottom: solid 1px #ccc;
}

.phrases .inputbox option a:hover {
    background: #C00;
    border-color: #CFD0D6;
    color: #fff;
}

/* ++++++++++++++   search results	++++++++++++++++++ */

dl.search-results {
    background: #f5f5f5;
}

dl.search-results dt.result-title {
    border-top: dotted 1px #ddd
}

dl.search-results dd.result-url {
    border-bottom: solid 5px #fff;
    color: #115599;
}

dl.search-results dd.result-created {
    border-bottom: solid 5px #fff;
}

/* ##########################  forms   ########################### */

/* ++++++++++++++  form validation  ++++++++++++++ */

.invalid {
    border-color: red !important;
}

label.invalid {
    color: red;
}

/* ##########################  user profile  ########################### */
#users-profile-core,
#users-profile-custom {
    border: solid 1px #ccc;
}

#member-profile fieldset {
    border: solid 1px #ccc;
}

/* ##########################  tables   ########################### */
table {

}

tbody {

}

tr.odd,
.cat-list-row1 {
    background: url(../images/news.gif) repeat-x;
}

table.newsfeeds td,
table.weblinks td {

}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
    background: #444;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a,
table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
    color: #fff
}

td.table_footer {
    background: #ddd url(../images/table_footer.gif) bottom left repeat-x;
}

td.counter {

}

td.num,
td.hits {

}

td p {

}

table.category th a img {
    border: solid 0px;
}

/* for opera */
tr, td {
    /*border:solid 1px #ddd*/
}

#main table.moduletable td,
#main table.moduletable tr {
    border: 0;
}

fieldset.filters {
    border: solid 0px #ddd;

}

/* ##########################  contacts   ########################### */

.contact form {
    background: #fff;
    color: #000;
}

.contact input {
    background: #fff;
    color: #000;
}

.contact .button {

}

.contact input.invalid,
.contact textarea.invalid {
    border: solid 2px red;
}

.contact label.invalid {
    color: red;
}

/* ++++++++++++++  Error Message contact form  ++++++++++++++ */

p.error {
    color: #044b63;
    background: #eee;
    border-top: 3px solid #044b63;
    border-bottom: 3px solid #044b63;
}

body.contentpane {
    background: #fff;
}

/* ##########################  footer   ########################### */

#footer {
    color: #fff;
    border-top: solid 0px #ccc;
    font-size: 13px;
}

div.footer-left {
    display: block;
    font: 12.8px/19.2px "Arial";
    margin: 0px auto;
    max-width: 930px;
    padding: 5px 25px;
    text-align: left;
}

#footer-inner {
    background: #f5f5f5 url(../images/personal/footer.jpg) repeat-x left bottom;
    border-top: solid 1px #ddd
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#bottom a img {
    border: 0
}

.box h3 {
    font-family: 'Titillium Maps', Arial;
    font-size: 1.2em
}

.box ul {
    padding-left: 0
}

/*
.box1
{border-right:solid 1px #ccc}
.box3
{border-left:solid 1px #ccc}*/
#bottom ul li a {
    background-image: none;
    padding-left: 0
}

/* ##########################  editor  ########################### */

.contentpaneopen_edit img {
    border: 0
}

form.editor fieldset {
    border: solid 1px #ccc;
}

/* ++++++++++++++  edit  ++++++++++++++ */

form#adminForm {
    border: solid 0px #000
}

.edit form#adminForm fieldset {
    border: solid 1px #ddd
}

.edit form#adminForm legend {
    font-weight: bold
}

/* ++++++++++++++  tooltip  ++++++++++++++ */
.tip {
    border: solid 1px #333;
    background: #ffffcc;
}

/*-------------------------------*/

table.pagenav,
table.pagenav tr,
table.pagenav td {
    border: 0 !important
}

.cat-children ul ul,
.categories-list ul ul {
    list-style-type: none;

}

.cat-children ul ul ul,
.categories-list ul ul ul {

}

.categories-list .category-desc ul li {
    list-style-type: square
}

/* contact  plain */
#main .contact h3 {
    border-bottom: solid 1px #ddd;
    margin: 20px 0
}

.form-required {
    font-weight: bold;
    margin: 10px 0;
    background: #fff url(../images/req.png) no-repeat;
    padding: 10px 40px

}

.contact .inputbox,
.registration input,
.profile-edit input,
.login-fields input,
.remind input,
.reset input {
    background: #fff url(../images/content_bg.gif) repeat-x;
    border: solid 1px #ccc;
    padding: 3px
}

.profile-edit select {
    padding: 0px;
    border: solid 1px #ccc;
    background: #f5f5f5;

}

.profile-edit select option {
    padding: 3px

}

/* contact  slider */

.panel {
    border: solid 1px #ddd;
    margin-top: -1px

}

#main .contact .panel h3 {
    margin: 0px 0 0px 0;
    padding: 0;
    background: #eee;
    border: 0
}

.panel h3 a {
    display: block;
    padding: 6px;
    text-decoration: none;
    color: #444;
    padding: 6px;
}

.panel h3.pane-toggler a {
    background: #f5f5f5 url(../images/slider_plus.png) right top no-repeat;
}

.panel h3.pane-toggler-down a {
    background: #f5f5f5 url(../images/slider_minus.png) right top no-repeat;
    border-bottom: solid 1px #ddd;
}

.pane-slider {
    border: solid 0px;
    padding: 0px 10px !important;
    margin: 0;
    background: url(../images/nav_level_1.gif) repeat-x;
}

.panel .contact-form,
.panel .contact-miscinfo {
    padding: 10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address {
    margin: 20px 0 0 0
}

/* tabs */

div.current {

    background: url(../images/nav_level_1.gif) repeat-x;
}

/* image upload modal */

#all #upload-flash ul li a:hover,
#all .item a:hover span {
    background-color: #095197;
    color: #fff;
}

#close a {
    text-decoration: none
}

/* ########################## sample module styling  ########################### */

div.sample-module {
    border: 2px dashed #ddd;
    padding: 10px;
    background-color: #f5f5f5;
}

/* ########################## VirtueMart  ########################### */

ul.VMmenu,
div ul.zoo-category-list {
    border: 1px solid #e6e6e6;
    padding: 0 17px;
    border-radius: 5px;
    background-color: #f4f4f4;
}

ul.VMmenu ul.menu,
div ul.zoo-category-list ul {
    background: transparent;
    padding: 0;
    margin: 0;
}

ul.VMmenu ul.menu li,
ul.zoo-category-list ul li {
    background: transparent;
    border: none;
	margin-bottom: 5px;
}
ul.zoo-category-list li.parent,ul.zoo-category-list li.parent.active {
    background: transparent !important;
}

ul.VMmenu ul.menu li a:link, ul.VMmenu ul.menu li a:visited,
ul.zoo-category-list ul li a:link, ul.zoo-category-list ul li a:visited {
    font: 12px "Open Sans", "Arial", "Tahoma", sans-serif;
    color: #666;
    text-decoration: none;
    border: none;
    padding: 0;
}

ul.VMmenu ul.menu li a:link, ul.VMmenu ul.menu li a:visited,
ul.zoo-category-list ul li a:link, ul.zoo-category-list ul li a:visited {
    padding: 0 0 0 8px;
    background: url(../images/vmenu-li.png) 0 7px no-repeat transparent;
}

ul.VMmenu > li > * > a, ul.VMmenu > li > * > a:link, ul.VMmenu > li > * > a:visited,
ul.zoo-category-list > li > * > a, ul.zoo-category-list > li > * > a:link, ul.zoo-category-list > li > * > a:visited,
ul.zoo-category-list > li > * > a, ul.zoo-category-list > li > a:link, ul.zoo-category-list > li > a:visited {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    padding: 0;
    background: none;
    margin-bottom: 5px;
    display: block;
}

ul.VMmenu > li ul.menu li a:hover, ul.VMmenu > li ul.menu li a.current, ul.VMmenu > li ul.menu li a.current,
ul.zoo-category-list > li ul li a:hover, ul.zoo-category-list > li ul li a.current, ul.zoo-category-list > li ul li a.current {
    background: url(../images/vmenu-li-active.png) 0 7px no-repeat transparent;
    text-decoration: underline;
    color: #0071bc;
}

ul.VMmenu > li,
ul.zoo-category-list > li {
    padding: 10px 0 10px;
}

ul.VMmenu > li + li,
ul.zoo-category-list > li + li {
    padding: 15px 0 10px;
    border-top: 1px solid #e6e6e6;
}

.table-block {
    display: table;
    margin-top: 10px;
}

.table-headers, .table-block .product {
    display: table-row;
}

.table-headers > div {
    display: table-cell;
    vertical-align: middle;
    background: #f4f4f4;
    font-size: 10px;
    color: #b3b3b3;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 6px 10px;
    word-wrap: normal;
    white-space: nowrap;
}

.table-headers > div:last-child {
    border-right: none;
}

.table-headers > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.table-block .product > div {
    display: table-cell;
    vertical-align: top;
    padding: 8px 10px 7px;
    font-size: 10px;
    color: #808080;
    border-bottom: 1px dashed #e8e8e8;
}

.table-block .product > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0);
}

.table-block .product > div.product-price {
    font-size: 12px;
    color: #333333;
    /*text-align: right;*/
}

.table-block .product > div.product-name {
    font-size: 11px;
    color: #333333;
}

.table-block .product > div.product-name a, .table-block .product > div.product-name span {
    text-decoration: none;
    color: #333;
    border: none;
}

.table-block .product:hover {
    background: #e6ebf1;
}

.product .product-add {
    background: url(../images/addtocart.png) no-repeat center center transparent;
}

.product:hover .product-add {
    background-image: url(../images/addtocart-hover.png);
}

.product .product-add a:link, .product .product-add a:visited {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.table-block .product:hover .product-name a, .table-block .product:hover .product-name span {
    color: #0071bc;
}

.vm-pagination ul {
    margin-top: 20px;
    text-align: center;
}

.vm-pagination ul li {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    text-align: center;
    background: #f2f3ee;
    margin: 2px;
    vertical-align: middle;
    box-sizing: border-box;
    overflow: hidden;
}

.vm-pagination li a {
    color: #7b8295;
    text-decoration: none;
    border: none;
}

.vm-pagination li > * {
    color: #7b8295;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    border: none;
    margin: 0;
    padding: 5px 0;
    min-height: 10px;
    min-width: 5px;
}

.vm-pagination li span {
    color: #fff;
    background: #0071bc;
}

.vm-pagination li a:hover {
    color: #fff;
    background: #f7931e;
    border: none;
}

.vm-pagination li.pagination-start, .vm-pagination li.pagination-end {
    display: none;
}

.vm-pagination li.pagination-prev a, .vm-pagination li.pagination-next a, .vm-pagination li.pagination-prev span, .vm-pagination li.pagination-next span {
    color: rgba(255, 255, 255, 0) !important;
    border: none;
}

.vm-pagination li.pagination-prev span, .vm-pagination li.pagination-next span {
    background-color: transparent;
}

.vm-pagination li.pagination-prev a, .vm-pagination li.pagination-next a, .vm-pagination li.pagination-prev span, .vm-pagination li.pagination-next span {
    color: rgba(255, 255, 255, 0) !important;
    border: none;
    background-image: url(../images/prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    padding: 0;
    margin: 0;
}

.vm-pagination li.pagination-next a, .vm-pagination li.pagination-next span {
    background-image: url(../images/next.png);
}

.browse-view {
    margin-top: 5px;
}

.browse-view h1 {
    font-size: 14px;
    color: #0071bc;
    font-weight: bold;
}

.display-number {
    display: none;
}

.virtuemart_search {
    margin-bottom: 15px;
}

.virtuemart_search label {
    font-size: 16px;
    color: #4d4d4d;
    display: inline-block;
    /*padding-top: 5px;*/
    line-height: 32px;

}

.virtuemart_search input.inputbox, .virtuemart_search input {
    font-size: 13px;
    border: 2px solid #cfcfcf !important;
    border-radius: 5px !important;
    margin-left: 1px;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: top;
    min-width: 50px;
    box-sizing: border-box;
    height: 32px;
}

.virtuemart_search .search-cat {
    position: relative;
    display: inline-block;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
    cursor: pointer;
}

.virtuemart_search .search-cat .current {
    border: 2px solid #cfcfcf !important;
    border-radius: 5px;
    min-width: 50px;
    font-size: 14px;
    box-sizing: border-box;
    height: 32px;
    background: url(../images/select.png) no-repeat 97% 60% #ebebeb;
    width: 100%;
    color: #666;
    padding: 5px 30px 5px 15px;
    background: url(../images/select.png) no-repeat 97% 60%, -moz-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: url(../images/select.png) no-repeat 97% 60%, -webkit-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: url(../images/select.png) no-repeat 97% 60%, -o-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: url(../images/select.png) no-repeat 97% 60%, linear-gradient(top, #ececec 0%, #fefefe 100%);
    z-index: 3;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
}

.virtuemart_search .search-cat .current span {
    display: block;
    width: 100%;
    height: 100%;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
}

.virtuemart_search .search-cat.nochild .current {
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: -webkit-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: linear-gradient(top, #ececec 0%, #fefefe 100%);
    cursor: auto;
    padding-right: 15px;
}

.virtuemart_search .search-cat .childs {
    display: none;
    position: absolute;
    top: 98%;
    left: 0;
    right: 0;
    border: 2px solid #cfcfcf;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #fff;
    z-index: 2;
}

.virtuemart_search .search-cat .childs > div {
    padding: 2px 15px;
    font-size: 10px;
}

.virtuemart_search .search-cat .childs > div:last-child {
    border-radius: 0 0 5px 5px;
}

.virtuemart_search .search-cat .childs > div:hover {
    background: #ececec;
}

.virtuemart_search .search-cat .childs > div + div {
    border-top: 1px solid #cfcfcf;
}

.virtuemart_search input.button {
    cursor: pointer;
    background: url(../images/search.png), #ebebeb;
    background: url(../images/search.png), -moz-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: url(../images/search.png), -webkit-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: url(../images/search.png), -o-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: url(../images/search.png), linear-gradient(top, #ececec 0%, #fefefe 100%);
    background-position: center center;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0);
    min-width: 70px;
    width: 85px;
}

.virtuemart_search input.button:hover {
    background: url(../images/search.png), #ececec;
    background: url(../images/search.png), -moz-linear-gradient(bottom, #ececec 0%, #fefefe 100%);
    background: url(../images/search.png), -webkit-linear-gradient(bottom, #ececec 0%, #fefefe 100%);
    background: url(../images/search.png), -o-linear-gradient(bottom, #ececec 0%, #fefefe 100%);
    background: url(../images/search.png), linear-gradient(bottom, #ececec 0%, #fefefe 100%);
    background-position: center center;
    background-repeat: no-repeat;
}

.category_description {
    font-size: 11px;
    color: #999;
}

.orderlistcontainer {
    margin: 0 0 0 20px;
}

.orderlistcontainer > div a {
    color: #999;
    border-bottom: none;
}

.orderlistcontainer div {
    font-size: 11px;
    color: #0071bc;
    padding: 0 !important;
    background: none !important;
}

.orderlistcontainer > div {
    background: none !important;
    padding: 0 !important;
    display: inline-block;
    position: relative !important;
}

.orderlistcontainer > div + div {
    margin-left: 14px;
    border: none !important;
}

.orderlistcontainer a {
    display: inline;
    font-size: 11px;
    text-decoration: underline;
    text-decoration-style: dashed;
    -moz-text-decoration-style: dashed;
    -webkit-text-decoration-style: dashed;
    -o-text-decoration-style: dashed;
    -ms-text-decoration-style: dashed;
    border: none !important;
}

.orderlistcontainer a {
    color: #999;
    text-decoration: underline;
    text-decoration-style: dashed;
    -moz-text-decoration-style: dashed;
    -webkit-text-decoration-style: dashed;
    -o-text-decoration-style: dashed;
    -ms-text-decoration-style: dashed;
}

.orderlistcontainer a:hover {
    color: #0071bc;
    text-decoration: none;
}

.orderlistcontainer div.activeOrder a {
    color: #0071bc;
    text-decoration: none;
}

.orderlistcontainer div.activeOrder a:hover {
    color: #0071bc;
    text-decoration: underline;
    text-decoration-style: dashed;
    -moz-text-decoration-style: dashed;
    -webkit-text-decoration-style: dashed;
    -o-text-decoration-style: dashed;
    -ms-text-decoration-style: dashed;
}

.orderlistcontainer div.asc:after {
    content: "↓";
    color: #f9a94b;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: none;
}

.orderlistcontainer div.desc:after {
    content: "↑";
    color: #f9a94b;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: none;
}

.orderlistcontainer div.activeOrder:after {
    color: #a0a0a0;
}

#nav .moduletablevmmenu h3,
#nav .moduletable_zoocat h3 {
    font-size: 28px;
    color: #333;
    margin: 0 0 20px 20px;
    border: none;
}

.browse-view .child-block {
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 10px;
}

/*.browse-view .child-block:after {
	content: " ";
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	}*/
.browse-view .child-block .child-cat {
    float: left;
    width: 30%;
    margin: 0 1.5% 5px;
}

.browse-view .child-block .child-cat:nth-child(3n+1) {
    clear: both;
}

.browse-view .child-block .child-cat a {
    color: #999;
    text-decoration: underline;
    border: none;
    font-size: 12px;
}

.browse-view .child-block .child-cat a:hover {
    color: #0071bc;
    text-decoration: none;
}

.breadcrumbs, .moduletable_breadcrumbs {
    font-size: 12px;
    color: #999999;
    margin-bottom: 10px;
}

.breadcrumbs a:link, .breadcrumbs a:visited,
.moduletable_breadcrumbs a:link, .moduletable_breadcrumbs a:visited,
.yoo-zoo a:link, .yoo-zoo a:visited {
    color: #0071bc;
    text-decoration: underline;
    border-bottom: none;
}

.breadcrumbs a:hover, .moduletable_breadcrumbs a:hover,
.yoo-zoo a:hover {
    color: #0071bc;
    text-decoration: none;
}

/******************* ZOO **********************/
#yoo-zoo {
    font-family: "Arial", "Tahoma", sans-serif;
}

#yoo-zoo .item h1.pos-title {
    font-size: 29px;
    color: #0071bc;
    margin-bottom: 13px;
}

#yoo-zoo .item div.pos-description .element {
    margin-top: 0;
    /*margin-bottom: 7px;*/
}

#yoo-zoo .element-text {
    font-size: 16px;
    color: #808080;
    margin-bottom: 7px;
}

#yoo-zoo .element-textarea {
    font-size: 14px;
    color: #4d4d4d;
    margin-bottom: 7px;
    line-height: 1.3em;
}

#yoo-zoo .element-textarea p {
    line-height: 1.3em;
    font-size: 14px;
}

#yoo-zoo .element-email {
    margin-bottom: 18px;
}

#yoo-zoo .element-text:first-child {
    color: #333;
    margin-bottom: 8px;
    font-weight: bold;
}

#yoo-zoo .item .element.element-itemcategory h3 {
    float: left;
    color: #333;
    font-size: 11px;
    margin: 0 5px 0 0;
    line-height: 1.3;
}

#yoo-zoo .element-itemcategory {
    line-height: 1.3;
    font-size: 11px;
    margin: 0 0 7px;
}

#yoo-zoo .element-itemcategory a {
    color: #808080;
}

#yoo-zoo .item .element h3, #comments h3, #yoo-zoo div.submission fieldset legend ,#yoo-zoo .item .full h3{
    color: #f7931e;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0;
	border: none;
}

#yoo-zoo #comments h3, #yoo-zoo div.submission fieldset legend  {
    font-size: 18px;
}

.zoo-gallery-wall {
    padding: 0 20px 19px;
}

.yoo-zoo .zoo-gallery-wall a:link, .yoo-zoo .zoo-gallery-wall a:visited {
    margin: 0 11px 11px;
    padding: 3px;
    border: 2px solid #e6e6e6;
}

.yoo-zoo .zoo-gallery-wall a:hover {
    border: 2px solid #0071bc;
}

#yoo-zoo .item div.sidebar-right {
    margin-left: 75px;
    float: right;
}

#yoo-zoo .item div.pos-sidebar {
    width: 220px;
}

#yoo-zoo .item div.pos-sidebar .element {
    margin-bottom: 7px;
    padding: 0;
    border: none;
}

#yoo-zoo .item div.pos-sidebar .element-image {
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 10px 0 25px;
}

#yoo-zoo .item div.pos-sidebar .element-addthis h3 {
    color: #0071bc;
    font-size: 18px;
    margin: 0 0 10px;
}

.addthis_sharing_toolbox .at-share-tbx-element a.at-share-btn {
    border: none;
    border-radius: 2px;
    margin: 0 7px 0 0;
    opacity: 0.5;
}

.addthis_sharing_toolbox .at-share-tbx-element a.at-share-btn:hover {
    opacity: 1;
}

#all .item a.at-share-btn:hover span {
    background-color: transparent;
}

.yoo-zoo h1 {
    margin: 0 0 18px;
    color: #0071bc;
    font-size: 30px;
    line-height: 1;
}

.yoo-zoo .short_description {
    color: #999;
    font-size: 11px;
    margin-bottom: 30px;
}

.yoo-zoo .short_description p + p {
    margin-top: 20px;
}

.zoo-filter {
    margin-bottom: 15px;
    position: relative;
}

.zoo-filter label {
    font-size: 16px;
    color: #4d4d4d;
    display: inline-block;
    /*padding-top: 5px;*/
    line-height: 32px;
}

.zoo-filter .form-elements > * {
    float: left;
}

.zoo-filter .form-element-row {
    margin: 0;
    padding: 0;
}

.zoo-filter .form-element-row.itemname input {
    width: 360px;
}

.yoo-zoo .zoo-filter input {
    font-size: 13px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin: 0 15px 0;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: top;
    min-width: 50px;
    box-sizing: border-box;
    height: 32px;
}

.yoo-zoo .zoo-filter select:focus,
.yoo-zoo .zoo-filter input:focus {
    outline: none;
    border-color: #cfcfcf !important;
}

.zoo-filter .itemcategory {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-right: 10px;
    cursor: pointer;
    width: 212px;	
	height: 32px;
    
	background: #ebebeb;
	background: -moz-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: -webkit-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: linear-gradient(top, #ececec 0%, #fefefe 100%);
	border-radius: 5px;
	border: 1px solid #cfcfcf !important;
	
    box-sizing: border-box;
}

.zoo-filter .itemcategory::after{
	content:"";
	display:block;
	position: absolute;
	top:0;
	right:0;
	width:33px;
	bottom:0;
	background:#ebebeb;
	background: url(../images/select.png) no-repeat 20% 60% #ebebeb;
	background: url(../images/select.png) no-repeat 20% 60%, -moz-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: url(../images/select.png) no-repeat 20% 60%, -webkit-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: url(../images/select.png) no-repeat 20% 60%, -o-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: url(../images/select.png) no-repeat 20% 60%, linear-gradient(top, #ececec 0%, #fefefe 100%);
}

.zoo-filter .itemcategory select {
	padding: 5px 15px;
    border: none !important;
    border-radius: 5px;
    min-width: 50px;
    font-size: 14px;
    box-sizing: border-box;
    height: 100%;
	background:transparent;
    width: 100%;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: "";	
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*

.zoo-filter .itemcategory select {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	width: 147px;
	height: 22px;
	box-sizing: content-box;
	padding-right:50px; 
	padding: 5px 50px 5px 15px;
}*/

.zoo-filter .itemcategory select::-ms-expand {
    display: none;
}
.zoo-filter button[type=submit].button {
    border: 1px solid #cfcfcf !important;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(../images/search.png) #ebebeb;
    background: url(../images/search.png), -moz-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: url(../images/search.png), -webkit-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: url(../images/search.png), -o-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: url(../images/search.png), linear-gradient(top, #ececec 0%, #fefefe 100%);
    background-position: center center;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0) !important;
    min-width: 70px;
    width: 85px;
    margin: 0;
    line-height: 30px;
    padding: 0;
    clear: none;
    display: block;
    float: none;
    box-shadow: none;
    text-shadow: none;
}

.zoo-filter button[type=submit].button:hover {
    background: url(../images/search.png), #ececec;
    background: url(../images/search.png), -moz-linear-gradient(bottom, #ececec 0%, #fefefe 100%);
    background: url(../images/search.png), -webkit-linear-gradient(bottom, #ececec 0%, #fefefe 100%);
    background: url(../images/search.png), -o-linear-gradient(bottom, #ececec 0%, #fefefe 100%);
    background: url(../images/search.png), linear-gradient(bottom, #ececec 0%, #fefefe 100%);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
}

#yoo-zoo .items .row {
    padding: 15px 0 7px;
    border-bottom: 1px dashed #e6e6e6;
}

#yoo-zoo .items h2.pos-title {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 3px;
}

#yoo-zoo .items div.pos-media {
    margin-top: 7px;
    border: none;
}

#yoo-zoo .items div.pos-media > * {
    border: none;
}

#yoo-zoo .items .contacts.pos-subtitle {
    font-style: normal;
    font-size: 14px;
}

#yoo-zoo .items .contacts.pos-subtitle > div {
    display: inline-block;
    color: #808080;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
}

#yoo-zoo .items .contacts.pos-subtitle > div + div:before {
    content: "|";
    margin: 0 15px 0 12px;
    color: #808080;
    font-size: 16px;
    line-height: 16px;
}

#yoo-zoo .items .contacts.pos-subtitle > div + div > span + span::before {
    content: ', ';
}

#yoo-zoo .items .contacts.pos-subtitle > div:first-child {
    border-left: none;
    color: #333;
    font-weight: bold;
}

#yoo-zoo .items .pos-description {
    font-size: 12px;
    color: #4d4d4d;
}

#yoo-zoo .items div.pos-description .element {
    margin: 0;
}

#yoo-zoo .items .pos-description p {
    font-size: 12px;
    color: #4d4d4d;
    margin: 0 0 10px;
}

#yoo-zoo .items p.pos-links {
    margin-top: 5px;
    color: #333333;
}

#yoo-zoo .items p.pos-links a {
    color: #808080;
}

#yoo-zoo .items p.pos-links span a:after {
    display: none;
}

#yoo-zoo .items .description {
    color: #ccc;
    font-size: 10px;
    line-height: 1.2;
}

#yoo-zoo.yoo-zoo .description p {
    color: #ccc;
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
}

ul.pagination-list {
    list-style: none;
    display: block;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

ul.pagination-list li {
    margin: 0;
    display: inline-block;
    position: relative;
    background: #f2f3ee;
    vertical-align: middle;
    color: #7b8295;
    margin: 0 2px;
    min-height: 30px;
    min-width: 30px;
    line-height: 30px;
}

ul.pagination-list li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

ul.pagination-list li:hover {
    background-color: #f7931e;
}

ul.pagination-list li.current {
    background-color: #0071bc;
    cursor: default;
}

ul.pagination-list li:hover span, ul.pagination-list li.current span {
    color: #fff;
}

#order_block {
    text-align: right;
}

#order_block > * {
    margin-left: 14px;
    color: #0071bc;
    font-size: 11px;
}

#order_block > a:hover, #order_block > a.active {
    color: #0071bc;
}

#order_block > a:hover::after, #order_block > a.active::after {
    color: #f9a94b;
}

#order_block > a span, #order_block > a.active:hover span {
    text-decoration: underline;
}

#order_block > a, #order_block > a:hover span, #order_block > a.active span {
    text-decoration: none;
}

#order_block > a, #order_block > a.active:hover {
    color: #999999;
}

#order_block > a:hover:hover::after, #order_block > a.active:hover::after {
    color: #999;
}

#order_block > a.asc::after {
    content: "↓";
    font-weight: bold;
    padding-left: 3px;
    text-decoration: none;
}

#order_block > a.desc::after {
    content: "↑";
    font-weight: bold;
    padding-left: 3px;
    text-decoration: none;
}

.moduletable.avtocatalog {margin: 0;}
.moduletable.avtocatalog ul.menu {border: none; padding: 0;}
.moduletable.avtocatalog ul.menu li {border: none;}
.moduletable.avtocatalog ul.menu li a:link,.moduletable.avtocatalog  ul.menu li a:visited {background: transparent; padding: 0 50px 0 20px; margin-bottom:10px; border: none; font-weight: normal; font-size: 24px; color: #333;}
.moduletable.avtocatalog ul.menu li a:hover{opacity: .8;}

.moduletable.avtocatalog ul.menu li a.submission-add {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    border: 1px solid #2f8bc8;
    border-top-color: #2f8bc8;
    border-bottom-color: #bfdbee;
    background: #0071bc;
    display: block;
    margin-bottom: 10px;
}

.moduletable.avtocatalog ul.menu li a.submission-add:before {
    content: "";
    height: 1px;
    border-bottom: 1px solid #308cc9;
    background: #6cadd8;	
    display: block;
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.moduletable.avtocatalog ul.menu li a.submission-add {
    padding: 5px 25px 5px 70px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position:relative;
	text-transform: landscape;
}



.moduletable.avtocatalog ul.menu li a.submission-add::after {
	opacity: .8;
    content: "+";
    color: #1b1464;
    font-size: 56px;
    opacity: .4;
    line-height: 35px;
	position:absolute;
	padding-left: 25px;
	left: 0;
	top: 5px;
    display: block;
	right:0;
}
.moduletable.avtocatalog ul.menu li a.submission-add::after:hover {
    opacity: 1;
}

/* reviews*/

#yoo-zoo div#comments {
    border-top: 1px solid #e6e6e6;
    margin-top: 7px;
    padding-top: 23px;
}

#yoo-zoo div#comments > ul {
    margin-bottom: 13px;
}

#yoo-zoo div#comments > ul > li {
    border-bottom: 1px dashed #e6e6e6;
    color: #4d4d4d;
    padding-top: 24px;
}

#yoo-zoo div#comments > ul > li:first-child {
    border-top: 1px dashed #e6e6e6;
    padding-top: 5px;
}

#yoo-zoo #comments .comment-head {
    padding: 0 0 5px;
    margin: 0;
    border: none;
    background-color: transparent;
    font-size: 15px;
}

#yoo-zoo #comments .comment-head .author {
    font-size: 15px;
    margin: 0;
    line-height: 1;
    text-shadow: none;
}

#yoo-zoo #comments .comment-head .author .place {
    font-weight: normal;
}

#yoo-zoo #comments .comment-head .author .place::before {
    content: "|";
    margin: 0 10px;
    color: #999;
}

#yoo-zoo #comments .comment-head .meta {
    color: #808080;
}

#yoo-zoo #comments .comment-body {
    padding: 0;
    line-height: 1.3;
}

#yoo-zoo #comments #respond {
    padding: 17px 20px 24px;
    background-color: #f2f2f2;
    color: #666;
    position: relative;
}

#yoo-zoo #comments #respond::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    border-top: 1px solid #e6e6e6;
    left: 0%;
    right: 0;
}

#yoo-zoo #comments #respond h3 {
    line-height: 1;
}

#yoo-zoo #comments #respond p {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.2;
}

#yoo-zoo #comments #respond form {
    margin-top: 24px;
}

#yoo-zoo #comments #respond form>div{
    margin-bottom: 10px;
}#yoo-zoo #comments #respond form>div.content{
    margin-top: 20px;
}

#yoo-zoo #comments #respond label {
    font-size: 15px;
    font-weight: bold;
    width: 265px;
    margin-right: 10px;
    color: #4d4d4d;
    text-align: right;
    display: block;
    float: left;
    line-height: 2;
}
#yoo-zoo #comments #respond input[type='text'],
#yoo-zoo #comments #respond textarea {
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 2px 10px 1px;
    width: 410px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#yoo-zoo #comments #respond .captcha{ float:left; margin: 0;}
#yoo-zoo #comments #respond .captcha>div{ width: auto !important;}
#yoo-zoo #comments #respond .captcha>div>*{ display:inline-block; vertical-align: top; height: 72px; margin: 0;}
#yoo-zoo #comments #respond .captcha>div>br{ display:none;}
#yoo-zoo #comments #respond .actions{ clear:both;}
#yoo-zoo #comments #respond textarea {
    height: 120px;
    resize: none;
    /*width: 410px;*/
}


#yoo-zoo #comments #respond .actions {
    margin-left: 275px;
}


#yoo-zoo #comments #respond input[type=submit],.submission a.button-green, .submission button.button-green, #yoo-zoo #comments .givcom{
    border: 1px solid #cfcfcf !important;    
    cursor: pointer;
    background:  #ebebeb;
    background:  -moz-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background:  -webkit-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background:  -o-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background:  linear-gradient(top, #ececec 0%, #fefefe 100%);
    margin: 0;
    line-height: 27px;
    padding: 0 25px;
    display: block;
    float: none;
    box-shadow: none;
    text-shadow: none;
    color: #666;
    font-size: 14px;
    border-radius: 6px;
}

#yoo-zoo #comments #respond input[type=submit]:hover,.submission a.button-green:hover, .submission button.button-green:hover, #yoo-zoo #comments .givcom:hover {
    background:  #ececec;
    background:  -moz-linear-gradient(bottom, #ececec 0%, #fefefe 100%);
    background:  -webkit-linear-gradient(bottom, #ececec 0%, #fefefe 100%);
    background:  -o-linear-gradient(bottom, #ececec 0%, #fefefe 100%);
    background:  linear-gradient(bottom, #ececec 0%, #fefefe 100%);
}
#yoo-zoo #comments .givcom {float:right; margin-left: 20px; }
.creation-form .element > strong {
	text-transform: none;
	font-size: 15px;
	color: #4d4d4d;
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 265px;
	}
.creation-form .element {
	margin-bottom: 12px;
	}
.creation-form .element input,
.creation-form textarea{
	border: 1px solid #ccc;
    resize: none;
	border-radius: 6px;
	}
.submission div.submit {
	margin-left: 275px;
	text-align: left;
	}
div.repeat-elements p.add {
	display: block;
	margin-top: -15px;
	margin-bottom: 10px;
	z-index: 2;
	position: relative;
	}
div.repeat-elements p.add a {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed #0071bc;
	color: #0071bc;
	}
div.repeat-elements p.add a:hover {
	border-bottom: none;
	color: #0071bc;
	}
/*div.repeat-elements li.repeatable-element {
	margin-bottom: 10px;
	}*/
#yoo-zoo .total-block {
    font-size: 12px;
    color: #333333;
    float: left;
    margin: 0;
}	
.submission fieldset+div {
	margin-left: 275px;
}
#yoo-zoo .pos-photos .element-image, #yoo-zoo .pos-videos .element-media { float:left;}
#yoo-zoo .pos-videos .element-media {margin-left: 20px;max-width: 210px; max-height: 118px;}
#yoo-zoo .pos-videos .element-media iframe {max-width: 210px; max-height: 118px;}

#yoo-zoo .floatbox.full>* {clear:left;}
#yoo-zoo .pos-photos .element-image a:link, #yoo-zoo .pos-photos .element-image a:visited {
    margin: 0px 11px 11px;
    padding: 3px;
    border: 2px solid #E6E6E6;
	display:block;
}
#yoo-zoo .pos-photos .element-image a:hover {
    border: 2px solid #0071BC;
}
#lightbox-wrap a:visited,#lightbox-wrap a:hover, #lightbox-wrap a:active, #lightbox-wrap a:focus, #lightbox-wrap a:link{border-bottom: none;}
