/*
 * @author ( Angie Radtke )
*/

/* not ready */

/* ##########################  general  ########################### */


@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: #e0dedf  url(../images/personal/bg2.png) repeat-x;
	color: #333;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 14pt;
}

#all
{
	color: #333;
	border-radius: 0 0 5px 5px;
	border-style: none solid solid;
	border-color: #017CC2;
        border-width: 0 1px 1px;
	padding-top:0px;
	background:#fff
}

a:link,
a:visited
{
	color:#017cc2;
	text-decoration: underline;
}

a:hover,
a:active,
a:focus
{
	color:#e75b00;
}

input:focus
{
	border:solid 1px #017CC2;
}

fieldset
{
	border:solid 0px #ccc
}

.article-info
{
	color:#444
}

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

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

#back
{
    border-radius: 0 0 5px 5px;
}

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

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

.logoheader
{

	color:#fff;
	float: left;
	margin:0em 10px 0 10px !important;
	width: 250px;
}


div#logo
{
	   font-family: 'Titillium Maps',  Arial;
	   padding:0 20px 0 0;
	   text-transform:uppercase;
	   font-weight:normal;
	   margin-top:0;
	   width: 250px;
}



#line
{
    margin-right: 10px;
    max-width: 100%;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    right: 0;
    text-align: right;
    top: 40px;
    width: 250px;
}


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

#header
{
	background:#fff;
	font-size:1em;
	height: 165px;
	position:relative


}

/* ++++++++++++++  lists, skiplinks  ++++++++++++++ */
#header ul.menu
{
    background: none repeat scroll 0 0 #C3D7F2;
    border-color: #017cc2;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 2px 1px;
    display: block;
    left: 0;
    margin: 0 10px;
    padding: 1px;
    text-align: center;
    top: 120px;
}


#header ul.menu li
{border:0; margin:0 !important;	   }
#header ul.menu li a:link,
#header ul.menu li a:visited
{

	color:#333;
	border:0px;
	border-right:solid 1px #ddd;
	margin: 0px;
        padding-left: 30px;
        padding-right: 30px;	
	position:relative;
	background: #c3d7f2;
	display:inline-block;
	text-decoration: underline;

}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li a:focus
{
    background: none repeat scroll 0 0 #EDF4FC;
    border-radius: 3px 3px 3px 3px;
    color: #DD431D;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
}

#header ul li.active a:link,
#header ul li.active a:visited
{
    background: none repeat scroll 0 0 #017CC2;
    border-radius: 3px 3px 3px 3px;
    color: #F5F5F5;
    margin: 0 1px;
    text-shadow: 1px 1px 1px #000000;
}


#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
}


/* ++++++++++++++  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 1px #017CC2;
}

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

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

#contentarea,
#contentarea2
{
	background:#fff;
	border-radius: 0 0 5px 5px;
}


/* ##########################  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;
}


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

.module_content
{
	border:solid 1px #ddd;

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

#right .moduletable_js
{
	border:0
}

#nav h3
{
    color: #017CC2;
    font-family: Tahoma,Arial;
}

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
{
}

#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:#E75B00;
	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
{
    background: url("../images/fishmark.jpg") no-repeat scroll 0 7px transparent;
    color: #444444;
}

ul.menu li.active a:link,
ul.menu li.active a:visited
{
    background: url("../images/fishmark_hover.jpg") no-repeat scroll 0 7px transparent;
    color:#e75b00;
}

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: url("../images/fishmark_hover.jpg") no-repeat scroll 0 7px transparent;
    color:#e75b00;
    text-decoration: none;
}


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

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

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

 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:#DD431D;
}

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

.items-row
{
	background: url("../images/comments_sep.jpg") repeat-x scroll left bottom transparent;
	margin-top: 15px;
}

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

.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 {
    background: url("../images/news_ico.png") no-repeat scroll 0 3px transparent;
    border-bottom: 4px solid #017CC2;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0 0 20px;
    color: #017CC2;
}

#main .blog  h1,
#main .blog-featured  h1
{
    background: url("../images/news_ico.png") no-repeat scroll 0 3px transparent;
    border-bottom: 4px solid #017CC2;
    color: #017CC2;
    font-size: 1.7em;
    font-weight: bold;
    /*margin: 0 0 40px;*/
    padding: 0 0 0 20px;
}

/* h1 on frontpage */

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

#main h2

{
	color:#DD431D;

}

#main h2 a
{
	color:#DD431D
}


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

.readmore a:link,
.readmore a:visited,
a.readmore:link,
a.readmore:visited
{
    background: url("../images/readall.jpg") no-repeat scroll 0 5px transparent;
    display: block;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    padding-left: 10px;
}

.readmore a:hover,
.readmore a:active,
.readmore a:focus,
a.readmore a:hover,
a.readmore a:active,
a.readmore a:focus
{
    background: url(../images/readall2.png) no-repeat scroll 1px 8px !important;
}

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 2px #017CC2;
	border-top:solid 2px #017CC2;
	color:#017CC2;
	font-weight: bold;
}

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

#main .items-more ol li a
{
	background: url(../images/blog_more.gif) no-repeat 0px;
	font-weight: bold;
}

#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus
{
	background: url(../images/blog_more_hover.png) no-repeat 0px center;
	color:#DD431D;
	font-weight: bold;
}

/* ++++++++++++++  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 h3
{
    color: #017CC2;
    font-family: Tahoma,Arial;
}

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





#right ul li a:hover,
#right ul li a:active,
#right ul li a:focus
{
    background: url("../images/fishmark_hover.jpg") no-repeat scroll 0 7px transparent;
    color: #E75B00;
    text-decoration: none;
}

/* ++++++++++++++  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;
	text-align: center;
}

.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
{

	color:#444444;
}

/* ++++++++++++++  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 1px #017CC2;
}

.word
{
	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:#EDF4FC;
}

dl.search-results dt.result-title
{
    border-top: 1px solid #017CC2;
}

dl.search-results dd.result-url
{
	border-bottom:solid 10px #FAF7EB;
	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   ########################### */

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 ;
}

#main table.moduletable td,
#main table.moduletable tr
{border:0;}
fieldset.filters
{
	border:solid 0px #ddd;

}

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

.contact form
{
	color:#000;
}

.contact input
{
	background:#fff;
	border: 1px solid #017CC2;
	color:#000;
}

.contact .button
{

}

.contact input.invalid,
.contact textarea.invalid
{
	border:solid 1px 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:#333;
}

#footer-inner
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #017CC2;
    border-radius: 5px 5px 5px 5px;
}

#footer a
{
	color:#333;
}

#bottom a img
{
	border:0
}

.box h3
{
	font-family: Tahoma, 'Titillium Maps', Arial;
	font-size:1.2em
}
.box ul
{padding-left:0}

.box1
{border-right:solid 1px #ccc; height: 100%;}
.box2
{border-right:solid 1px #ccc; height: 100%;}
.box3
{border-right:solid 1px #ccc; height: 100%;}
#bottom  ul li a {
}

.box3 .moduletable {
    margin-bottom: 0px !important;
}
/* ##########################  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
{
    background: url("../images/articles_ico.png") no-repeat scroll 0 3px transparent;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0 0 20px;
}

.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:#095197;
	color:#fff;
}
#close a
{text-decoration:none}

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

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

.moduletable_left {
    border: 1px solid #017CC2;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 10px;
    padding: 1px;
}

.menu_left {
    background: url("../images/fishmark.jpg") no-repeat scroll left top transparent;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 35px;
}

.moduletable_right {
    border: 1px solid #017CC2;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 20px;
    padding: 1px;
}
		
.menu_right {
    background: url("../images/fishmark.jpg") no-repeat scroll left top transparent;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 35px;
}

.menu_footermenu {
    color: #007CC2;
    padding-bottom: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu_footermenu2 {
    color: #007CC2;
    font-weight: bold;
    margin-left: 10px;
    margin-top: -19px;
    padding-bottom: 11px;
    text-transform: uppercase;
}

ul.menu_footermenu li, 
ul.menu_footermenu2 li {
    padding-top: 2px;
}

ul.menu_footermenu li a,
ul.menu_footermenu2 li a {
    background: url("../images/reklamark.jpg") no-repeat scroll 0 5px transparent;
    color: #444444;
    font-size: 11px;
    margin-left: 10px;
    padding-left: 15px;
}

.menu_footermenu a,
.menu_footermenu2 a {
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
}

.menu_footermenu a:hover,
.menu_footermenu2 a:hover {
    color: #E75B00;
    text-decoration: underline;
}

.custom_copy {
    float: left;
}

#breadcrumbs2 {
    margin: 0 auto;
    text-align: left;
    font-size: 10px;
    padding: 2px 0 2px 0;
}

.separator,
.separator2 {
    color: #007CC2;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

.separator2 {
    background: url("../images/novoje.png") no-repeat scroll 155px 0 rgba(0, 0, 0, 0);
    margin-left: 10px;
    padding-bottom: 5px;
    padding-right: 30px;
}

.moduletable_news h3 {
    background: url("../images/news_ico.png") no-repeat scroll 10px 3px;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0 0 30px;
}

.blog_news, .feed_news {
    background: none repeat scroll 0 0 #EDF4FC;
    border-radius: 3px 3px 3px 3px;
    border-top: 2px solid #017CC2;
    display: block;
    margin-top: 3px;
    overflow: hidden;
    padding: 0 10px;
}

.blog {
    margin: 0px;
}

#jform_contact_message {
    width: 495px;
    border: 1px #017CC2 solid;
}

.readmore {
    color: #686D71;
}

.title {
    font-size: 12px !important;
}

.blog_right {
    background: #EDF4FC;
    border-top: 3px solid #017CC2;
}

.shop_title {
    background: url("../images/reklamark.jpg") no-repeat scroll 0 5px transparent;
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
}

.contact-form {
    background: none repeat scroll 0 0 #FAF7EB;
    border-radius: 3px 3px 3px 3px;
    border-top: 2px solid #017CC2;
    display: block;
    margin-top: 3px;
    overflow: hidden;
    padding: 0 10px;
}

.fullbanner {
    position: relative;
    top: 30px;
    margin: auto;
    width: 468px;
}

.custom_bannerfooter {
    padding-top: 20px;
}

.topposters {
    margin: 5px 0 0 0;
}

.poll_right, .poll_left {
    background: none repeat scroll 0 0 #EDF4FC;
    border-top: 3px solid #017CC2 !important;
    padding: 5px !important;
}

.poll_right h4, .poll_left h4 {
    margin-bottom: 15px !important;
    font-size: 12px !important;
}

.contentpane {
    background: none repeat scroll 0 0 #FAF7EB;
    border-radius: 3px 3px 3px 3px;
    border-top: 2px solid #017CC2;
    display: block;
    margin-top: 3px;
    overflow: hidden;
    padding: 10px 10px;
}

.pollslist {
    background: none repeat scroll 0 0 #FAF7EB;
    border-radius: 3px 3px 3px 3px;
    border-top: 2px solid #017CC2;
    display: block;
    margin-top: 3px;
    overflow: hidden;
    padding: 10px;
}

.mostread_right li a {
    background: url("../images/reklamark.jpg") no-repeat scroll 0 5px transparent;
    color: #444444;
    font-size: 11px;
    padding-left: 15px;
    text-decoration: none;
}

.mostread_right li a:hover, .mostread_right li a:focus {
    background: url("../images/reklamark.jpg") no-repeat scroll 0 5px transparent !important;
    color: #E75B00 !important;
    text-decoration: underline !important;
}

.imagenews {
    border: 1px #686D71 solid;
}

.custom_left {
    background: none repeat scroll 0 0 #EDF4FC;
    border-top: 3px solid #017CC2;
    padding-bottom: 1px;
}

.moduletable_right p {
    line-height: 1.2em;
    margin: 0;
}

.moduletable_articles h3 {
    background: url("../images/articles_ico.png") no-repeat scroll 10px 3px transparent;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 25px !important;
    padding: 0 0 0 30px;
}

.blog_articles, .custom_articles {
    background: none repeat scroll 0 0 #FAF7EB;
    border-radius: 3px 3px 3px 3px;
    border-top: 2px solid #017CC2;
    display: block;
    margin-top: 3px;
    overflow: hidden;
    padding: 0 10px;
}

#user-registration, .login {
    background: none repeat scroll 0 0 #FAF7EB;
    border-radius: 3px 3px 3px 3px;
    border-top: 2px solid #017CC2;
    display: block;
    margin-top: 3px;
    overflow: hidden;
    padding: 0 10px;
}

.finder h1 {
    margin-top: -35px !important;
}

.finder {
    background: none repeat scroll 0 0 #FAF7EB;
    border-radius: 3px 3px 3px 3px;
    border-top: 2px solid #017CC2;
    display: block;
    margin-top: 40px;
    padding: 0 10px
}

.search-pages-counter {
	padding-bottom: 10px;
}

.clrall,
.clr {
    clear: both;
}

ul.level_0 > li > a {
    border: 0px solid #000000;
    font-weight: bold;
    text-transform: uppercase;
}

ul.level_1 > li > a {
    border: 0px solid red;
    line-height: 0.7em !important;
}

ul.level_2 > li > a {
    list-style-type: disc;
    font-size: 11px;
}

ul.level_2{
    list-style-type: disc;
}

ul.level_2 > li {
    line-height: 1.2em !important;
}

.blog-content {
    background: none repeat scroll 0 0 #EDF4FC;
    border-radius: 3px 3px 3px 3px;
    border-top: 2px solid #017CC2;
    margin: 5px 0;
    padding: 15px 10px;
}

.item-page {
    padding: 15px 10px;
}


.moduletable_main_block_1_1 h3, .moduletable_main_block_1_2 h3 {
    background: url("../images/news_ico.png") no-repeat scroll 10px 3px transparent;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0 0 30px;
}

.crl {
    clear: both;
}

.moduletable_main_block_1_1{
    float: left;
    width: 59%;
}

.moduletable_main_block_1_2 {
    float: left;
    width: 38%;
}

.moduletable_main_block_1_1 {
    margin: 0 10px 0 0;
}

.moduletable_main_block_1_2 .junewsultra .jn .jn-right {
    width: 100% !important;
}

.bg_block_1 {
    background-color: #EDF4FC;
    border-radius: 3px 3px 3px 3px;
    border-top: 2px solid #017CC2;
    height: 330px;
    margin-top: 3px;
    padding: 5px;
}

.junewsultra .jn .jn-right .jn-info {
    color: #790000 !important;
}

.jn-left {
    float: left;
    margin: 0 7px 0 0;
    width: 70px;
}

.jn-info {
    margin: 0 0 3px 0;
}

.moduletable_main_block_1_2 .jn-info {
    margin: 0 0 4px;
}

.moduletable_main_block_1_2 .jn-small {
    float: left;
    margin: 0 3px 0 0;
}

.moduletable_main_block_1_2 .jn-info {
    min-height: 43px;
}

li.item-574 a {
    color: #DD431D !important;
}

.image > .brand {
    display: block;
    padding: 0;
    text-indent: -9999px;
}

li.item-576 a {
    color: #E75B00 !important;
    font-weight: bold;
    
}

.item-575{
    background: url("../images/novoje.png") no-repeat scroll 93px 0px rgba(0, 0, 0, 0);
    text-transform: uppercase;
}

.item-575 a {
    font-weight: bold;
    text-transform: uppercase;
}

.item-576 {
  background: url("../images/novoje.png") no-repeat scroll 98px 0 rgba(0, 0, 0, 0);
  text-transform: uppercase;
}

.menu_left_ads {
    text-align: center;
}

ul.menu_footermenu_kp {
    font-size: 11px;
    margin: -4px 20px 0;
}

ul.menu_footermenu_kp li:first-letter {
    text-transform: uppercase;
}

ul.menu_footermenu_kp li {
    background: url("../images/reklamark.jpg") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    color: #444444;
    font-size: 11px;
    padding-bottom: 6px;
    padding-left: 15px;
    text-decoration: none;
}

ul.menu_footermenu_kp li a {
    color: #444;
    font-size: 11px;
    text-decoration: none;
}

ul.menu_footermenu_kp li a:hover {
    color: #E75B00;
    text-decoration: underline;
}

.posttext p {
    margin: -10px 0 0 0;
    padding: 0 0 0 10px;
}

.bannergroup-468 {
    height: 60px;
    margin: auto;
    width: 468px;
}

.jn-left {
    text-align: right;
}

.moduletable_left .psdnmoonbox {
    background: none repeat scroll 0 0 #EDF4FC;
    border-top: 3px solid #017CC2;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    color: #333333;
}

.image-overlay_31508_1 p {
    margin-top: 0px !important;
}

.image-overlay_31508_1 a:link, .image-overlay_31508_1 a:visited, .image-overlay_31508_1 a:hover, .image-overlay_31508_1 a:active {
    text-decoration: none;
    width: 188px !important;
}

.item168 li {
    border: 1px #000 solid;
}

.mtCapStyle {
    font-size: 10px;
}

.moduletableweatherz {
    background-color: #4e749e;
    border: 1px solid #cecece;
    border-radius: 7px;
    box-shadow: 0 1px 3px #000;
    color: #fff;
    float: left;
    height: 200px;
    margin: 10px 20px;
}

#rokweather .day span.low {
    color: #fbb902;
    font-size: 12px;
    font-weight: bold;
}

#rokweather .day span.high {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

#rokweather .row {
    border: none;
}

.breadcrumb {
	padding: 5px 0px !important;
}

.breadcrumb li {
	display: inline-flex !important;
}

.custom_right {
	background-color: #EDF4FC;
	border-top: 3px #017CC2 solid;
	padding: 10px 0px;
}

.junewsultra .jn .jn-head {
	background: #C2D8F0 repeat-x 0 100%;
}

.junewsultra .jn {
	border: 1px #017CC2 solid;
}

.jn-intro {
	border-top: 3px #017cc2 solid;
	margin: 1px 1px 0 1px;
	padding: 5px 4px 10px 4px !important;
}

.custom.interesting {
	background-color: #EDF4FC;
	border-radius: 3px 3px 3px 3px;
	border-top: 2px solid #017CC2;
	height: auto;
	margin-top: 3px;
	padding: 5px;
}

#adunit {
	background-color: transparent !important;
}

.core-image {
	border: 1px #a7b3be solid;
	width: 180px !important;
	padding: 1px;
}

.clr {
	clear: both;
}

.baccanner468img {
	width: 44px;
	float: left;
	border: 1px #cecece solid;
	padding: 1px;
}

.baccanner468 {
	position: absolute;
	background-color: #cece;
	border: 1px #000 solid;
	width: 468px;
}

.baccanner468txt {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}