/**
templates/system/css/general.css


 * @copyright	Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 4px;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}

/**

http://theviolinery.com.au/templates/system/css/general.css

 * @copyright	Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/*
templates/sash/css/template.css
*/
/*
# ------------------------------------------------------------------------
# Templates for Joomla 1.5 / Joomla 1.6
# ------------------------------------------------------------------------
# Copyright (C) 2011 Jtemplate.ru. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: JTemplate.ru
# Websites:  http://www.jtemplate.ru 
# ---------  http://code.google.com/p/jtemplate/   
# ------------------------------------------------------------------------
*/
.main {  
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	}
#jt-header .main {	
	background: #FFF;
	}
#jt-header .main-inner {}
#fontsize a.larger {background:url("../images/font_large.png") no-repeat scroll center top transparent;}
#fontsize a.reset {background:url("../images/font_normal.png") no-repeat scroll center top transparent;}
#fontsize a.smaller {background:url("../images/font_small.png") no-repeat scroll center top transparent;}
div.jt-nav-l { background: url("../images/header-l.jpg") no-repeat scroll 0 0 transparent; width:17px; height:71px; }
div.jt-nav-r  {background: url("../images/header-r.jpg") no-repeat scroll 0 0 transparent; width:17px; height:71px; }
div.jt-nav-m {width: 100%;height: 50px; background:#000;}
#jt-top-m {}
#jt-user-m {}

#jt-container .main { 
	background: #FFF;
	}
#jt-bot .main  {
	background: #000;
	}
#jt-footer .main { border:none;}
/* --------------- com_content ---*/
table {
    border: 0px solid #DDDDDD !important;
}
tr.odd, .cat-list-row1 {
    background: url("../images/news.gif") repeat-x scroll 0 0 transparent;
}
tr, td {
    border: 1px solid #DDD;
}
.intro ul {
    list-style-position: outside;
    list-style-type: square;
    margin: 10px 0 10px 0;
    padding: 0 0 0 15px;
}
table.weblinks th, table.newsfeeds th, table.category th, table.jlist-table th {
    background: none repeat scroll 0 0 #444444;
    color: #FFFFFF;
}

table.weblinks th a, table.newsfeeds th a, table.category th a, table.jlist-table th a {
    color: #FFFFFF !important;}
table {
    border-collapse: collapse;
}

#blog ul li, #main ol li {
    line-height: 1.7em;
    margin: 0;
    padding: 0;
}
#blog ul {
    list-style-position: outside;
    list-style-type: square;
    margin: 10px 0 10px 0;
    padding: 0 0 0 15px;
}
#blog ol {
    list-style-position: outside;
    margin: 10px 0 10px 0;
    padding: 0 0 0 20px;
}

p.readmore {
    margin: 0;
    margin-bottom: 5px;
    overflow: hidden;
}
p.readmore a {
    background: url("../images/icon-h3.png") no-repeat scroll 0 0 transparent;
    display: block;
	text-indent:-10000px;
    text-decoration: none;
	float:right;
	cursor:pointer;
	width:8px;
	height:8px;
    margin-right: 5px;
    text-align: left;}
#blog ul.pagenav {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
}
#blog ul.pagenav li {
    line-height: 2em;
}
ul.pagenav { margin:10px 0;}
ul.pagenav li.pagenav-prev {
	float:left;
	
	margin: 10px 0;
	}
ul.pagenav li.pagenav-next {
	float:right;
	margin: 10px 0;
	
	
	}
div.item-page { padding: 0 5px;}
div.item-page p { /*clear:both;*/}

ul.actions {
    float: right;
    margin: 0;
    padding: 0;
}

ul.actions li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    line-height: 1;
    margin: 0;
    padding: 0;
}

dl.article-info {
    color: #999999;
    margin: 5px 0 0; 
    padding: 0;
    text-transform: none;
	}
dl.article-info dd { }
dl.article-info dt { }
dl.article-info dd, dl.article-info dt {
    display: inline;
    margin: 0;   
	}
dl.article-info dd, dl.article-info dt {
    display: inline;
    margin: 0;
	padding: 0 5px 0 0;   
	}
h2.contentheading {
    font-size: 120%;
	text-align: left;
	margin-left: 25px;
    padding: 0 5px;
	}
div.article-tools {
    border-bottom: 1px dotted #DDDDDD;
    font-family: Arial,sans-serif;
    line-height: normal;
    margin-bottom: 5px;
    padding: 0 0 2px;
    text-transform: uppercase;
    clear: both;
    display: block;
    position: relative;
	font-size:92%;
}
#blog .pagination {
    border-top: 1px solid #DDDDDD;
}

#blog .pagination {
    margin: 10px 0;
    padding: 0;}
p.counter {
    font-weight: bold;
	float:left;
}


#blog .pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
	float:right; margin: 8px 0;}
	
#blog .pagination li {
    border: 1px solid #EEEEEE;
    display: inline;
    margin: 0 2px;
    padding: 2px 5px;
    text-align: left;
}
#blog .pagination a { color:#9E352F;}	
/* ---------------login------- */
#login-form ul { }
#login-form ul li {background: none;}
#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, button {
    background: url("../images/button-bg.gif") repeat-x scroll center top transparent;
    border: 1px solid #DDDDDD;
    }

button.button:hover,
button.validate:hover,
input.button:hover,
button:hover {
	 background: url("../images/button-hover-bg.gif") repeat-x scroll center top transparent;
	 color:#981a1a;	 
	 }

.sectiontableheader {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    padding: 5px;
}
.sectiontableheader a, .sectiontableheader a:hover, .sectiontableheader a:focus, .sectiontableheader a:active {
    color: #FFFFFF;
}
.sectiontableentry, .sectiontableentry0, .sectiontableentry1, .sectiontableentry2 {
    border-bottom: 1px solid #DDDDDD;
    padding: 5px;
}
.sectiontableentry:hover, .sectiontableentry0:hover, .sectiontableentry1:hover, .sectiontableentry2:hover {
    background: none repeat scroll 0 0 #FFFFCC;
}
.sectiontableentry2 {
    background-color: #F6F6F6;
}
/* ---------------forms---------*/
#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend {
	font: bold 18px/20px Arial,Helvetica,sans-serif; 
    text-shadow: 2px 2px 2px #DDDDDD;
	}
/* ---------------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;
}


/* ---------------contacts-----------*/
.categories-list ul ul {
    margin-left: 15px;
}

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

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

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




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

.categories-list ul
{list-style-type:none}

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

.form-required
{
	margin:10px 0
}

.contact .inputbox,
.registration input,
.profile-edit input,
.login-fields 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

}
.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/plus.png) right  top no-repeat;
}
.panel h3.pane-toggler-down a
{
	background:#f5f5f5  url(../images/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
}

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

div.current
{

	background: url(../images/nav_level_1.gif) repeat-x ;
}
#close a
{text-decoration:none}


/* MODULE STYLES
--------------------------------------------------------- */
#jt-search .inputbox {
    background: url("../images/icon-search.gif") no-repeat scroll 8px center #FFFFFF;
    font-size: 115%;
    padding-left: 24px;
    width: 270px;
	background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #000000;
	padding: 3px 3px 3px 24px;
	}
.inputbox {}
	
#jt-search .button {
    margin-left: 5px;
   	text-transform: none;
	cursor: pointer;
    font-weight: bold;
    height: 25px;
    margin-bottom: 10px;
    padding: 3px 12px;
}
#right-col h3, #left-col h3, #jt-bot h3, #jt-tops h3, #jt-user-tops h3,  #jt-user-bottoms h3 {
    margin: 0 0 6px;
}
div.moduletable p {margin:0; line-height:normal;}
div.moduletable {
    font: 11px/16px Tahoma,Arial,Helvetica,sans-serif;
    margin: 0 0 20px;
	}
div.moduletable .menu ul li {
   background: url("../images/arrow-3.png") no-repeat scroll 0 4px transparent;
    line-height: 170%;
    padding-left: 14px;
}
div.moduletable ul li {
   background: url("../images/arrow-l.png")  no-repeat scroll 2px 6px transparent;
    line-height: 170%;
    padding-left: 10px;}
	

div.moduletable h3 {
	padding: 10px 20px;
	color: #333;
	font: bold 14px/20px Arial,Helvetica,sans-serif;
	text-align:left;
    padding: 0;
	padding-bottom: 14px;
	text-shadow: 2px 2px 2px #DDD;
	background: url("../images/repeating-slash-bg.gif") repeat-x scroll 0 100% transparent;
}

div.moduletable_ver1 h3 {border-top: 2px solid #666; background:none;font: bold 14px/20px Arial,Helvetica,sans-serif; }
div.moduletable_ver2 h3 {border-bottom: 2px solid #A92C2C; background:none;font: bold 14px/20px Arial,Helvetica,sans-serif; }
div.moduletable_ver3 h3 {border-bottom: 2px solid #666;background:none;font: bold 14px/20px Arial,Helvetica,sans-serif; }
div.moduletable_ver4 h3 {
	color:#BC2C10;	
	text-shadow: none !important;
	background:none;
	padding:0;
	font: bold 14px/20px Arial,Helvetica,sans-serif;	
}
div.moduletable_ver5 {
	position:relative;
    color:#fff;
    background:#9E352F;
    overflow:hidden;
	padding:5px;
	margin: 0 0 20px;
	}
div.moduletable_ver5 h3{
	border-bottom: 2px dotted #000000;
    color: #000000;
    font: bold 14px/20px Arial,Helvetica,sans-serif;
    padding-left: 5px;
    text-shadow: 2px 2px 2px #9E352F;
	}
div.moduletable_ver5 a { color:#FFF;}	
div.moduletable_ver5:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 16px 16px 0; /* Äàííûé òðþê óñòðàíÿåò îøèáêó â áðàóçåðàõ webkit (ñäâèã)  */
    border-style:solid;
    border-color:#fff #fff #9E352F #9E352F; /* Äëÿ ðàáîòû ñ .rounded */
    background:#9E352F; /* Äëÿ Opera ïðè ïðèìåíåíèè border-radius */
    display:block; width:0; /* Òîëüêî äëÿ Firefox 3.0 äëÿ ñíÿòèÿ îãðàíè÷åíèé */
    /* Îïöèîíàëüíî: òåíè */
	}	

/*----------------jt-bot-----------------*/
#jt-bottom-b { padding:10px;}
#jt-bottom-m {
border-bottom:1px solid #666; border-top: 1px solid #666;
padding:0;
}
#jt-bottom-m, #jt-bottom-m a { color:#FFF; }
#jt-bottom-m a:hover { color:#BC2C10;}
#jt-bottom-m div.moduletable { margin:2px;}
#jt-bot div.moduletable h3 {
	color:#BC2C10;	
	text-shadow: none !important;
	background:none;
	padding:0;
	font: bold 14px/20px Arial,Helvetica,sans-serif;
	}
/*-------*/
div.mod-languages ul li { background:none; padding:0;}

/*---footnav---*/
div.jt-top a {
    color: #333333;
	text-decoration: none;
	font-size: 92%;
	text-shadow: 2px 2px 2px #DDD;
	
}
.jt-footnav { font-size: 92%;}
.jt-footnav ul li { border-right:1px solid #ddd;}
div.jt-copyright small{ font-size: 92%; text-shadow: 2px 2px 2px #DDD;color:#333;}
div.jt-copyright small a { color:#333;}

/**/
div.items-leading h2{ text-align:center;} 
div.items-leading, div.item-page, div.blog-featured div.item {}
div.items-leading, div.blog-featured div.item {
	background: none repeat scroll 0 0 #FFFFFF;
    	padding:5px;
	margin-bottom:15px;
	}

div.item {  	
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
	padding:5px;
	}
div.items-row { padding:5px;}

dl.stats-module dd {}
dl.stats-module dt {
	float:left;
	margin: 0;
	padding: 0 5px 0 0;
	font-style:normal;
	clear:both;
	font-weight: bold;
}


/*--------------button--------*/

.button, .validate, button {
    border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: Arial,Verdana,Sans-serif;
    /*font-weight: bold;*/
    overflow: visible;
    padding: 2px 8px;
	}

.login_form fieldset, .login fieldset {
    padding: 15px 0 0;
}
.login-fields {
    margin: 0 0 10px;
}
.login_form label, .login label {
    display: block;
    float: left;
    font-weight: bold;
    text-align: right;
	}
.login_form .inputbox {
    margin-left: 10px;
    width: 150px;
}
.login-fields .required {
    margin-left: 10px;
    width: 150px;
}
.login_form .button, .login button {
    margin-left: 140px;
}
div.registration {}
#member-registration fieldset dd {
    padding:5px 0;
}

div.profile {}

#users-profile-core dt, #users-profile-custom dt {
	clear: both;
    float: left;
    font-style: normal;
    font-weight: bold;
    margin: 0;
    padding: 0 5px 0 0;
}
#users-profile-core dd, #users-profile-custom dd {}
#users-profile-core, #users-profile-custom { margin-bottom:10px;}
#users-profile-core legend, #users-profile-custom legend {
    color: #333333;
    font: bold 12px/20px Arial,Helvetica,sans-serif;
    text-align: left;
    text-shadow: 2px 2px 2px #DDDDDD;
    text-transform: uppercase;
	padding-bottom:5px;	
	}
/*--------categories-list--------*/

dl dd {
	
	}
.categories-list dl dt {
	margin: 0;
	padding: 0 5px 0 0;
	font-style:normal;
	clear:both;
	font-weight: bold;
	float:left;
}

/*--------contact_email--------*/
.contact_email {
    margin: 0 0 10px;
}
.contact_email div {
    padding: 5px 0;
}
.contact-formname .label {
    display: block;
    float: left;
    font-weight: bold;
    width: 17em;
}
.contact .inputbox {
    
    border: 1px solid #CCCCCC;
    padding: 3px;
}

/*
templates/sash/css/layouts.css
*/

/*
# ------------------------------------------------------------------------
# Templates for Joomla 1.5 / Joomla 1.6
# ------------------------------------------------------------------------
# Copyright (C) 2011 Jtemplate.ru. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: JTemplate.ru
# Websites:  http://www.jtemplate.ru 
# ---------  http://code.google.com/p/jtemplate/   
# ------------------------------------------------------------------------
*/
/* Normal links ---*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0px;
    outline: 0 none;
    padding: 0;}
body {
  color: #333333;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.6;
  font-size: 0.8em;
  background:#c8c8c7;
  
  }
p {
    line-height: 1.7em;
    margin: 8px 30px 0px 30px ;
}

a { color: #333; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: underline; color: #A92C2C ; }

/* Readon links ---*/
a.readon {
  display: inline;
  width: 100%;
  margin-bottom: 13px;
}
ul {
    list-style: none outside none;
}
h1, h2, h3, h4, h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant: normal;
  letter-spacing: 1px;
  text-align: left;
  text-shadow: 0 1px 0 #CCC;
}

h1 {
  font-size:1.313em;
}

h2 {
  font-size:1.188em;
}

h3 {
  font-size:0.938em;
}

h4 {
  font-size:0.75em;
}

h5 {
  font-size:12px;
  font-family: Arial, sans-serif;
  text-decoration:none;
}

#wrap  {}
.main {
  background:#fffff4;
  margin:0 auto;
  width:960px;
  margin: 0 auto;
    max-width: 1200px;
    position: relative;
  
  }
html[xmlns] .clearfix {
    display: block;
}
#jt-header, #jt-container, #jt-bot, #jt-tops, #jt-nav, #jt-user, #jt-user-tops, #jt-user-bottoms { position:relative; margin:0; padding:0;}
/*------------------top-right--------*/
#jt-top-right {}
.jt-ico-soc {}
a.jt-ico-fb, a.jt-ico-tw, #jt-top-right a.popup {
  /*background: url("../images/social_icons.png") no-repeat scroll -4px 0 transparent;*/
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    height: 21px;    
    text-align: left;
    text-indent: -10000px;
    width: 21px;
  margin-right: 5px;
  opacity: 0.8;
  }
a.jt-ico-tw {background-position:-32px 0;}
#jt-top-right a.popup {background-position:-60px 0; margin-right:15px;}
a.jt-ico-fb:hover, a.jt-ico-tw:hover, #jt-top-right a.popup:hover {opacity: 1;}
#trigger {
  text-align:center;
}
.popupbox {
  width: auto;
  height: auto;
  background:#fff;  
  display: none;
/*  float: left;*/
  position: fixed;
  top: 50%; left: 50%;
  z-index: 99999;
}
#fade { 
  display: none;
  background: #FFF;
  position: fixed; left: 0; top: 0;
  width: 100%; height: 100%;
  opacity: .80;
  z-index: 9999;
}
#intabdiv {
  text-align:center;
  padding: 10px;
  
}
#close img {
  text-decoration:none;
}
#close {
  width:50px;
  height:50px;
  position: absolute;
  float:right;
}
.jt-ico-soc p { float:left; margin-right: 10px;}
.jt-ico-soc p#form-login-remember {}
.jt-ico-soc #login-form label { width: auto;padding: 2px;}
.jt-ico-soc input.button { }
.jt-ico-soc #login-form ul li { float:left;margin-right: 5px;}
.jt-ico-soc #login-form ul { margin-left: 150px; margin-bottom:15px; }

.jt-topmenu { }
.jt-topmenu ul {float: right; margin-right:1px}
.jt-topmenu ul li { float:left;margin-right: 5px;border-right: 1px solid #DDD;}
.jt-topmenu ul li:last-child {
    border-right: medium none;
   }
.jt-topmenu a { margin-right:5px; }
.jt-topmenu ul li{list-style-position: outside;}
/*------------------header--------*/
#jt-header .main {
    padding: 0;
  background:#ffffff;
}
#jt-header .main-inner {
    margin: 0;
    padding: 15px 0;
  
  }
h1.logo { margin-left: 15px; float: left;
    position: relative; }
div.jt-sitetitle {font-size: 1.125em;}  
div.sitedesc {}
div.sitedesc span {}
h1.logo a {

}
div.logo-text { float:left; margin-left: 15px;}
div.logo-text h1 { font-size:200%;}
h1.logo a span {
    position: absolute;
    top: -1000px;
}
p.site-slogan { text-align: center;}
#right { float:right;padding: 0; width:75%;}
#jt-search { margin:15px 15px 0 0; float:right;}

/*-----------------jt-nav--------*/
#jt-nav .main {padding: 0;}
div.jt-nav-l {float:left; position:relative; /*left:-20px;*/margin-left: -17px;}
div.jt-nav-r { float:right; position:relative; /*right:-20px;*/margin-right: -17px;}
div.jt-nav-m { position:relative; float:left;}
#jt-menu {
    float: left;
    margin-left: 250px;
    padding: 5px;
    position: relative;
}
/*------------------r-banner--------*/

#jt-r-banner .main {padding: 0;}

/*------------------top--------*/

#jt-top, #jt-top2, #jt-top3, #jt-top4 { float:left;}
#jt-tops .main {padding: 0;}
#jt-top-m { padding:10px;}
#jt-top-m div.moduletable { margin:2px;}

/*------------------slide--------*/

#jt-slide .main {padding: 0;}


/*-----------------user-top--------*/

#jt-user, #jt-user2, #jt-user3, #jt-user4 { float:left;}
#jt-user-tops .main {padding: 0;}
#jt-user-m { padding:10px;}
#jt-user-m div.moduletable { margin:2px;}
/*-----------------user-bottom--------*/

#jt-user5, #jt-user6, #jt-user7, #jt-user8 { float:left;}
#jt-user-bottoms .main {padding: 0;}
#jt-user-m { padding:10px;}
#jt-user-m div.moduletable { margin:2px;}
/*------------------container--------*/

#jt-container .main {
    padding: 0;  
}
#blog { width:100%;}
#right-col {padding: 0 5px;}
.right-col { padding:2px; margin:0;}


#left-col {padding: 0 5px;}
.left-col { padding:2px; margin:0;}


.jt-container .main-inner {  padding: 0px; margin:0; position: relative;}
#jt-con { padding:0; margin:0; position:relative;}
.blog-featured { padding: 0 5px; }

#right-col .moduletable { margin-bottom:15px;}
/*-----------cols--------*/

.cols-1
{
        display: block;
        float: none !important;
        margin: 0 !important;
}

.cols-2 .column-1
{
        width:47%;
        float:left;
}

.cols-2 .column-2
{
        width:47%;
        float:right;
        margin:0
}

.cols-3 .column-1
{
        float:left;
        width:29%;
        padding:0px 5px;
        margin-right:3%

}
.cols-3 .column-2
{
        float:left;
        width:29%;
        margin-left:0;
        padding:0px 5px
}
.cols-3 .column-3
{
        float:right;
        width:29%;
        padding:0px 5px
}

.items-row
{
        overflow:hidden;
        margin-bottom:5px !important;
}

.column-1,
.column-2,
.column-3
{
       /* padding:10px 5px*/
}

.column-2
{
        width:55%;
        margin-left:40%;
}

.column-3
{
        width:30%
}

.blog-more
{
        padding:10px 5px
}

/*----------------- details -----------*/

.article-info
{
        margin:10px 0 10px 0px;
        font-size:0.9em;
}

.article-info-term
{
        display:none
}

dt.category-name,
dt.create,
dt.modified,
dt.createdby
{
        float:left;
        padding-right:5px;
}

.archive .article-info dd,
.article-info dd
{
        margin:2px 0 0px 0;
        line-height:1.2em
}

dd.createdby
{

}

.article-info dd span
{
    text-transform:none;
    display:inline-block;
    padding:0 5px 0 0px;
    margin:0 10px 0 0px;
}



/*-----------------  forms  ---------  */

#member-registration
{
        padding:0 5px
}
#member-registration fieldset
{
border:solid 1px #ddd
}

form fieldset dt
{
        clear:left ;
        float:left;
        width:12em;
        padding:3px 0
}

form fieldset dd
{
        float:left;
        padding:3px 0
}

/*----------------- search ----------------- */
.searchintro
{
        font-weight:normal;
        margin:20px 0 20px;
}

#searchForm
{
        padding:0 5px
}

.form-limit
{
        margin:20px 0 0;
        text-align:right;
        padding:0 10px 0 20px;
}

.inputbox:focus
{

}

.highlight
{
        font-weight:bold;
}

.ordering-box
{
        width:40%;
        float:right;
}

.phrases-box
{
        width:60%;
        float:left
}

.only,
.phrases
{
        margin:10px 0 0 0px;
        padding:15px ;
        line-height:1.3em;
    border:1px solid #CCC;
}

label.ordering
{
        display:block;
        margin:10px 0 10px 0
}

.word
{
        padding:10px 10px 10px 0;
}

.word input
{
        font-weight:bold;
        margin:0px 10px 0px 10px;
        padding:4px;
        font-size:1em;
}

.word input:focus
{
        margin:0 0 0 9px;
}

.word label
{
    font-weight:bold
}

fieldset.only label,
fieldset.phrases label
{
    margin:0 10px 0 0px
}

.ordering-box label.ordering
{
    margin:0 10px 5px 0;
    float:left
}


form .search label
{
        display:none
}

.search legend
{font-weight:bold}
/* -----------------   selects -----------------  */
.phrases .inputbox
{
        width:10em;
}

.phrases .inputbox option
{
        padding:2px;
}


/* -----------------   search results  -----------------  */

dl.search-results
{

}

dl.search-results dt.result-title
{
        padding:15px 15px 0px 5px;
        font-weight:bold;
}

dl.search-results dd
{
        padding:2px 15px 2px 5px
}

dl.search-results dd.result-text
{
        padding:10px 15px 10px 5px;
        line-height:1.7em
}

dl.search-results dd.result-created
{
        padding:2px 15px 15px 5px
}

dl.search-results dd.result-category
{
   padding:10px 15px 5px 5px
}

/* -----------------  contacts -----------------  */

.contact
{
        padding:0 5px 25px 60px;
}

.contact-category
{
        padding:0 10px
}

.contact-category  #adminForm fieldset.filters
{
  border:0;
  padding:0
}

.contact-image
{
  margin:10px 0;
  overflow:hidden;
}

.contact-image img { }
address
{
        font-style:normal;
        margin:10px 0;
}

address span
{
        display:block
}
.contact-address

{
margin:20px 0 10px 0;

}


.contact-email div
{
        padding:2px 0;
        margin:0 0 10px 0;
}

.contact-email label
{
        width:17em;
        float:left;

}
span.contact-image
{
    margin-bottom:10px;
    overflow:hidden;
    display:block
}
#contact-textmsg
{padding: 2px 0 10px 0}

#contact-email-copy
{
        float:left;
        margin-right:10px;

}

.contact .button
{
        float:none !important;
        clear:left;
        display:block;
        margin:20px 0 0 0
}



dl.tabs {
    float: left;
    margin: 50px 0 0 0;
    z-index: 50;
    clear:both;


}

dl.tabs dt {
    float: left;
    padding: 4px 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-right: 3px;
    background: #f0f0f0;
    color: #666;
}

dl.tabs dt.open {
    background: #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    z-index: 100;
    color: #000;

}

div.current {
    clear: both;
    border: 1px solid #ccc;
    padding: 10px 10px;
    max-width: 500px;
}


div.current dd {
    padding: 0;
    margin: 0;
}

dl#content-pane.tabs {
    margin: 1px 0 0 0;
}


/* -----------------  user profile-----------------  */

#users-profile-core,
#users-profile-custom
{
        margin:10px 0 15px 0;
        padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt
{
        float:left;
        width:12em;
        padding:3px 0;
 
   
}

#users-profile-core dd,
#users-profile-custom dd
{
        padding:3px 0;
      

   
}

#member-profile fieldset,
.registration fieldset
{
        margin:10px 0 15px 0;
        padding:15px;
        
}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend
{
    font-weight:bold;
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd
{ float:none; padding:5px 0}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input
{width:17em}
.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt
{padding:5px 5px 5px 0; width:13em}


span.optional
{font-size:0.9em}
/*-----------------  tables -----------------  */

table
{
        border-collapse:collapse
}

table.weblinks,
table.category

{
        font-size:1em;
        margin:10px 10px 20px 0px;
        width:99%;
}

table.weblinks td
{
        border-collapse:collapse;
}

table.weblinks td,
table.category td

{
        padding:7px;
}

table.weblinks th,
table.category th

{
        padding:7px;
        text-align:left
}

td.num
{
        vertical-align:top;
        text-align:left;
}

td.hits
{
        vertical-align:top;
        text-align:center
}

td p
{
        margin:0;
        line-height:1.3em
}

.filter
{
        margin:10px 0
}

.display-limit,
.filter
{
        text-align:right;
        margin-right:7px
}




/* -----------------   category table -----------------  */

table.category th a img
{
        padding:2px 10px
}

.filter-search
{
        float:left;

}
.filter-search .inputbox
{width:6em}


legend.element-invisible
{
        position:absolute;
        margin-left:-3000px;
        margin-top:-3000px;
        height:0px;
}

.cat-items
{
        margin-top:20px
}


/* -----------------  footer -----------------  */
#footer-sub
{

    padding:0px
}
#footer
{
        padding:15px 10px 15px 20px;
        text-align:right;
        margin:0 auto;
        display:block;
        max-width:1020px;
        overflow:hidden;
}

#footer div
{
        float:left;
        font-size:0.8em;
        line-height:1.7em;
}

#footer-outer
{
        padding:0;
}

.box
{
        text-align:left;
}

.box ul
{
        list-style-type:none;
}

#bottom .newsfeed-item
{
        padding:0;
        margin-bottom:10px;
}

.box .moduletable_menu,
.box .moduletable
{
        margin:10px;
}

.box3
{
        padding-left:10px;
}

.box h3
{
        font-size:1.3em;
}

#bottom ul.latestnews
{
        padding-left:0;
}

#footer p
{
        font-size:0.8em;
        margin:0;
}

p.syndicate
{
        float:left;
        display:block;
        text-align:left;
}


/* -----------------  Error Message contact form -----------------  */
p.error
{
        padding:10px;
}

/* -----------------   editor  ----------------- */
.contentpaneopen_edit
{
        float: left;
}

.contentpaneopen_edit img
{

}


a.mceButton:hover  {background:none !important}


/* -----------------  edit  ----------------- */
legend
{
        padding:3px 5px;
}

form#adminForm
{

}

.edit form#adminForm fieldset
{
        padding:20px 15px;
        margin:10px 0 15px 0;
}

.formelm
{
        margin:5px 0
}


.formelm label
{
        width:13em;
        display:inline-block;
        vertical-align:top;
}

form#adminForm .formelm-area
{
        padding:5px 0
}

form#adminForm .formelm-area label
{
        vertical-align:top;
        display:inline-block;
        width:7.9em
}

.formelm-buttons
{
        text-align:right;
        margin-bottom:10px
}

.button2-left
{

}

a.modal-button,
.button2-left .blank a,
.button2-left a,
.button2-left div.readmore a
{background:#eee;
margin-bottom: 2px;
    padding: 4px;
border:solid 1px #ddd;
font-weight:bold; text-decoration:none;
}

/* -----------------  tooltip ----------------- */


.tip
{
        font-size:0.8em;
        text-align:left;
        padding:3px;
        max-width:400px
}

.tip-title
{
        font-weight:bold;
}




/* -----------------  login  -----------------  */

#login-form
{
        padding-top:5px
}

#login-form fieldset
{
        padding:0px;
  
}

#login-form .inputbox
{
        padding:2px
}

#login-form fieldset.input
{
        padding:10px 0 0 0;
        margin:0px 0 10px 5px
}

#login-form label
{
        margin-right:10px;
        width:8.4em;
        display:block;
        float:left
}

#form-login-remember label
{
  float:none;
  width:auto;
  display:inline
}

.logout-button
{
  margin-top:10px
}

input.button,
button.button,
button.validate
{
    cursor: pointer;
 /*   font-weight: bold;*/
    height: 25px;
    padding: 3px 12px;
  margin-bottom: 10px;
}

#modlgn-username,
#modlgn-passwd
{
        width:9em
}

.module_content #form-login-username label,
.module_content #form-login-password label
{
            float:left;
            width:5.2em
}

.login-fields
{
        margin:10px 0
}

.login-fields label
{
        float:left;
        width:9em
}

.login-description img,
.logout-description img
{
        float:left;
        margin-right:20px
}

.login-description,
.logout-description
{
        overflow:hidden;
                padding-left:5px;
                margin:20px 0 10px 0
}

.logout-description
{
        margin-bottom:20px
}



/* -----------------   tabs/ slide  -----------------  */
.slide
{
        height:auto !important;

}

ul.tabs
{
    overflow:hidden;
    padding:0 !important;
    margin:0 !important
}

.tabopen ul.newsflash-horiz,
.tabopen ul.newsflash-vert,
.tabopen ul.latestnews
{
    margin:0 !important;
    padding:0 !important;
}

.tabopen ul.newsflash-horiz li,
.tabopen ul.newsflash-vert li
{
    padding:0 6px !important;
}

ul.tabs li
{
    list-style-type:none;
    float:left;
    width:auto;
    padding:0;
    display:block;
    margin:0;
    font-size:1em;
}

ul.tabs li a:link,
ul.tabs li a:visited
{
    text-decoration:none;
    padding:7px 5px;
    margin:0px ;
    display:block;
    font-size:0.9em;
    font-weight:normal;
}

ul.tabs li a.linkopen:link,
ul.tabs li a.linkopen:visited
{
    font-weight:bold;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus
{
        text-decoration:underline;
}

.tabcontent
{
        padding:15px 10px;
        margin-top:-1px;
}

.tabcontent:focus
{
  outline:none
}
.tabopen
{
        display:block;
        margin-bottom:20px;
        overflow:hidden
}

.tabclosed
{
        display:none
}

.tabcontent ul
{
        padding:0
}

.tabcontent ul li
{
        list-style-type:none
}

.tabcontent .linkclosed
{

}

a.linkopen
{

}

.tabouter
{
        margin-top:20px
}


.module_content
{border:solid 1px #000;
padding:10px}

/* -----------------   random -----------------  */

.random-image,
.random-image
{
        margin-top:10px;
        margin-left:10px
}



/* -----------------  content-module-----------------  */
.category-module li
{
        padding:5px 0 5px 0
}

.category-module span
{
        display:block;
        font-size:0.85em;
}

.category-module a span
{
        display:inline
}

a.mod-articles-category-title
{
        text-decoration:none;
        font-weight:bold
}



/*----------------australia---------------*/

.australia
{
        margin:0px 0;
        padding:10px 65px 10px 10px;
}

.australia h3
{
        font-size:1.4em;
}

.australia a
{
        font-weight:bold
}

.australia p
{
        line-height:1.4em
}

/* ---------------  Categories list --------------- */
.categories-listalphabet ul {
padding:0;
margin:20px 10px 10px 0;
list-style-type:none;
list-style-position:inside
 }
.categories-listalphabet ul li  {
display :inline;
padding:5px;
border-right:solid 1px #ddd
}


.categories-list ul {list-style-type:none;
margin:0}

.cat-children { padding-left:5px
}
.cat-children ul dl dt,
.cat-children ul dl dd { display:inline}

.cat-children ul{list-style-type:none;
 margin:0;
 padding:0;
}
.cat-children ul {margin:20px 20px 20px 0;}
.cat-children ul ul {margin:20px}

.cat-children ul li {margin:10px 0 10px 0}
 /* mod stats  */
.stats-module dl {margin:10px 0 10px 0}
.stats-module dt {
  float:left;
    margin:0 10px 0 0;
    font-weight: bold;
    }
.stats-module dt,   .stats-module dd
      {padding:2px 0 2px 0 }
/* syndicate */

a.feed-link
{
margin-top:15px;
display:block;
text-decoration:none
}

.feed-link img
{border:0}

/*------------------bottom--------*/


#jt-bottom, #jt-bottom2, #jt-bottom3, #jt-bottom4 { 
  float:left;
  margin: 0;
    padding: 0;
}
#jt-bot .main {  
    padding: 0;}
#jt-bottom-m { }
#jt-bottom-m div.moduletable { margin:2px;}

/*-----------------footer--------*/

#jt-footer .main { 
    border-top: 4px solid #DDDDDD;
    padding: 0;
  margin-bottom: 15px;
  }
#jt-footer  div.main-inner { padding:0; margin-top: 8px;}
div.jt-copyright {float: left; }
div.jt-footnav {clear: both;}
div.jt-top { float:right;}
.jt-footnav ul li { float:left; padding: 0 5px;}
.jt-footnav ul li:last-child {
    border-right: medium none;  
}
/*--------------img_caption------*/
.img_caption.left {
    margin-right: 10px;
}
.img_caption {font-size: 9px; color:#666; }
.items-row img.caption { width:150px;}


/*
templates/sash/css/css3.css
*/

/*
# ------------------------------------------------------------------------
# Templates for Joomla 1.5 / Joomla 1.6
# ------------------------------------------------------------------------
# Copyright (C) 2011 Jtemplate.ru. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: JTemplate.ru
# Websites:  http://www.jtemplate.ru 
# ---------  http://code.google.com/p/jtemplate/   
# ------------------------------------------------------------------------
*/
.popupbox {

	}
.main {	

	}
#jt-footer .main {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
div.items-leading, div.blog-featured div.item {
	margin-left: 19px;
        
	}
div.item { 
	margin-left: 19px;
}
div.moduletable_ver5 {

	}
	
div.moduletable_ver5:before {

	}
	
/*
 * templates/sash/css/menu.css
 */	
/*
# ------------------------------------------------------------------------
# Templates for Joomla 1.5 / Joomla 1.6
# ------------------------------------------------------------------------
# Copyright (C) 2011 Jtemplate.ru. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: JTemplate.ru
# Websites:  http://www.jtemplate.ru 
# ---------  http://code.google.com/p/jtemplate/   
# ------------------------------------------------------------------------
*/
/*** ESSENTIAL STYLES ***/
.menujt, .menujt * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menujt img { margin:2px 2px -2px 2px;}
.menujt ul li:last-child {
	border-bottom: medium none;
   }
.menujt {
	line-height:	1.0;
	font: 12px/20px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}
.menujt ul {
	line-height:	1.0;
	font: 12px;
	text-transform: none;
}
.menujt ul {
	border: 1px solid #ddd;
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
	-moz-box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
}
.menujt ul li {
	width:			100%;
}
.menujt li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menujt li {
	float:			left;
	position:		relative;
	-moz-border-radius:5px;
	border-radius:5px;
}
.menujt ul li {
	-moz-border-radius:0px;
	border-radius:0px;
}
.menujt a {
	display:		block;
	position:		relative;
}
.menujt li:hover ul,
.menujt li.sfHover ul {
	left:			0;
	top:			3.2em; /* match top ul list item height */
	z-index:		99;
}
ul.menujt li:hover li ul,
ul.menujt li.sfHover li ul {
	top:			-999em;
}
ul.menujt li li:hover ul,
ul.menujt li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.menujt li li:hover li ul,
ul.menujt li li.sfHover li ul {
	top:			-999em;
}
ul.menujt li li li:hover ul,
ul.menujt li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.menujt {
	float:			left;
	/*margin-bottom:	1em;*/
}
.menujt a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding:10px 20px;
	text-decoration:none;
}
.menujt a, .menujt a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFF;
}
.menujt li {
	background:#000;
	color:#000;
}
.menujt li li {
	border-bottom:1px dashed #ddd;
	background:#FFF;
	color:#000;
}
.menujt li li a {
	color:#000;
}
.menujt li li a:visited {
	color:#000;
}

.menujt li li li { border-bottom:1px dashed #ddd;}
/*.menujt li:hover, .menujt li.sfHover,
.menujt a:focus, .menujt a:hover, .menujt a:active {
	background:		#CFDEFF;
	outline:		0;
}*/
.menujt li:hover {outline:0; background:#9E352F;}
.menujt li.sfHover {outline:0;}
.menujt a:focus {outline:0;}
.menujt a:hover {outline:0;}
.menujt a:active {outline:0;}

.menujt ul li:hover {outline:0; background:#FFF;}
.menujt ul a:focus {outline:0;color:#981a1a}
.menujt ul a:hover {outline:0; color:#981a1a;}
.menujt ul a:active {outline:0;color:#981a1a}
/*** arrows **/
.menujt a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.menujt ul span.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrow.png') no-repeat;
	/* 8-bit indexed alpha png. IE6 gets solid image only */
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.2em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menujt ul .sf-sub-indicator { background-position:  -10px 0; }
.menujt ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menujt ul a:focus > .sf-sub-indicator,
.menujt ul a:hover > .sf-sub-indicator,
.menujt ul a:active > .sf-sub-indicator,
.menujt ul li:hover > a > .sf-sub-indicator,
.menujt ul li.sfHover > a > .sf-sub-indicator {
	/*background-position: -10px 0;*/ /* arrow hovers for modern browsers*/
	
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('../images/shadow.png') no-repeat bottom right;*/
	padding: 0;
	/*-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;*/
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
