/*------------------------------------------------------------------------
* JV Template 1.5 - March, 2009
* ------------------------------------------------------------------------
* Copyright (C) 2004-2008 APL Solutions And Vision Co., LTD. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: APL Solutions And Vision Co., LTD
* Websites:  http://www.joomgroup.com -  http://www.joomvision.com
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
body.contentpane {
	color: #000000;
	background: #FFFFFF;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}
.contentpane .button {
	display: inline;
	height: 25px;
	padding: 0 10px;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan {
	font-size: 92%;
}
/*article image*/

.img_caption.left, .img_caption.right {
	margin-top: 3px;
	margin-right: 1em;
}

img.img_caption{
	margin-right: 9px;
	float: left;
	padding: 5px;
	background: #1a1c1e;
	border: 1px solid #565d65;
	
}
div.img_caption {
	float: left;
	*margin: 0 5px 0 5px;
}
.img_caption p {
	background: url(../images/shadow-bg.gif) no-repeat right top;
	padding-top: 5px;
	margin-top: 0px;
}

img.caption {
	float: left;
	padding: 3px;
	background: #fff;
	border: 1px solid #d6d6d6;
	margin: 0 10px 0px 0;
}
img.personal 
{
	margin-right: 15px;
	float: leFt;
	background: #e9e9e9;
	padding: 3px;
	overflow: hidden;
}
img.browseProductImage {
	border: 1px solid #e9e9e9;
	padding: 3px;
}
a {
	outline: none;
	color: #a1cf21;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}
.shadow img {
	padding: 1px;
	border: 1px solid #CCCCCC;	
}
.hidden {
	overflow: hidden;
}
.shadow {
	float: left;
	margin-right: 10px;
	padding-bottom: 3px;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
	
}
ul {
	list-style: none;
	margin: 0;
}
ul li {
	padding-left: 10px;
	background: url(../images/arrow.png) no-repeat 0px 7px;
}
div.modulecontent ul.menu {
	margin: 0;
	padding: 0;
}
ul.menu li {
	padding-left: 10px;
	background: none;
	
}
ul.menu li a{
	display: block;
	padding: 1px 0;
}
ul.menu li a span {
}
ul.menu ul {
	margin: 0px;
}
ul.menu ul li {
	margin-left: 0;
	width:auto;
	border-bottom: none;
}
ul.list {
	margin: 0;
}
ul.list li {
	padding: 3px 0 3px 13px !important;
	background: url(../images/arrow-list.png) no-repeat 2px 10px !important;
	border-top: 1px solid #EAEAEA ;
}
ul.list li:hover{
	background: #f5f4f4 url(../images/arrow-list.png) no-repeat 2px 10px !important;
}
ul.list li:hover a,
ul.list li:hover span{
	color: #444;
	text-decoration: none;
	background: none;
	text-shadow: 1px 1px 3px #787878;
}
ul.list li a,
#menusys_mega ul.list li a{
	color: #444;
	height: auto;
	padding: 0 !important;
	text-indent: 0 !important;
	background: none;
}
ol li {
	margin-left: 21px;
}
th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
fieldset.input {
	background: none;
}
legend {
	font-weight: bold;
}
td, th, div {
	font-size: 12px;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select, textarea, .inputbox, .button {
	font-family: Tahoma;
	font-size: 100%;
}
.inputbox {
	background: #fff;
	padding: 3px 5px;
	border: 1px solid #D6D6D6;
}
.button {
	margin:0px 0 0px;
	padding: 1px 5px 4px;
	height: 23px;
	color: #101010;
	cursor: pointer;
	border: none;
	font-size:12px;
	border: 1px solid #CBCBCB;
	background: url(../images/button-input.jpg) repeat-x top;
}

.search .inputbox {
	margin: 0 10px 0 0;
	height: 15px;
	width: 170px;
	padding: 2px 0 1px 0
}
/* JOOMLA STYLE
--------------------------------------------------------- */
/* Article Layout */
.leading {
	width: 100%;
	padding-bottom: 10px;
	
}
.leading_separator {
	display: block;
	margin: 1px 0;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.article_column {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.article_separator {
	clear: both;
	margin: 0;
	display: none;
}
.row_separator {
	display: block;
	clear: both;
	height: 2px;
}
.article_row {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	
}
.column1.cols1 {
	float: none;
}
.column2.cols2 {
	
}
.column3.cols3 {
	float: right;
}
.column4.cols4 {
	float: right;
}
.column5.cols5 {
	float: right;
}
.column1.cols2 .article_column_pad,
.column1.cols3 .article_column_pad,
.column2.cols3 .article_column_pad,
.column1.cols4 .article_column_pad,
.column2.cols4 .article_column_pad,
.column3.cols4 .article_column_pad,
.column1.cols5 .article_column_pad,
.column2.cols5 .article_column_pad,
.column3.cols5 .article_column_pad,
.column4.cols5 .article_column_pad {
}
.article_column_pad {
	
	padding: 5px ;
	overflow: hidden;
}
p.iteminfo {
	line-height: 1em;
	margin: 0;
	
}
.article_row p.iteminfo {
	line-height: 1em;
	margin: 0 -10px 5px;
	padding: 10px;
}
.articleinfo {
	margin: 0.5em 0;
}
/* Category Table layout */
.filter {
	float: left;
	margin: 0;
	padding: 0;
}
.display {
	float: right;
	margin: 10px 0 0;
	text-align: right;
}
/**/
table.category,
table.weblinks,
table.newsfeeds {
	border: 1px solid #383838;
	width: 100%;
	clear:both;
	font-size:1em;
	margin:20px 0;
}
table.category {
	border: 1px solid #cfcfcf;
	width: auto;
	margin:10px 0;
}
table.category td {
	padding: 4px 4px !important;
	background: #f4f6f1;
}
table.category td.last {
	padding: 0px 4px 0px 0px !important;
}
table.newsfeeds th, table.weblinks th, table.category th {
	color: #444;
	background: #dedede;
	padding: 8px 5px 8px 5px;
}
table.newsfeeds td, table.weblinks td, table.category td {
	padding:5px;
}
/* content tables */
.sectiontableheader {
	padding: 4px 8px;
	font-weight: bold;
}
.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #444;
}
tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
}
tr.sectiontableentry2 td {
	background: #efefef;
}
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 4px;
}
table.contentpane {
	border: none;
	background:none;
	border:0px solid #383838;
	width: 100%;
}
table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}
table.contenttoc td {
	background: url(../images/bullet-list.gif) no-repeat 5px 8px;
	padding: 1px 5px 1px 15px;
}
table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}
table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}
table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}
table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}
table.pollstableborder tr.sectiontableentry1 td {
	background: #EEEEEE;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px!important;
}
.blog_more {
	margin: 0;
	padding: 10px 0 0;
}
.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.blog_more ul {
	margin: 0;
	padding: 0;
}
.blog_more ul li {
	margin: 0;
	padding: 0 0 0 21px;
}
.category {
	font-weight: normal;
}
h1.componentheading,
.componentheading {
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 35px;
	text-indent: 10px;
	font-weight: normal;
	background: url("../images/moduletitle_bg.png") no-repeat scroll left bottom;
}
.contentdescription {
	/*padding-bottom: 30px;*/
}
h2.contentheading,
.contentheading {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
}
h2.contentheading a,
.contentheading a {
}
table.blog .contentheading {
	font-size: 1.4em;
}
td.contentheading {
	line-height: 28px;
}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}
a.readon {
	padding: 0 10px 0 0;
	text-align: center;
	font-weight: bold;
	color: #575757;
}
a.readon:hover,
a.readon:focus,
a.readon:active {
	text-decoration: underline;
}
table.contentpaneopen td, table.contentpane td {
	padding-left:15px; 
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
div.moduletable {
	padding: 0;
}

ul.pagination {
	color: #3B5468;
	overflow: hidden;
	clear: both;
	margin: 10px auto;
	padding: 10px 0;
	text-align: center;
	list-style: none;
}
ul.pagination li {
	margin: 10px 2px;
	padding: 0;
	/*float: left;*/
	display: inline;
	
	
}
ul.pagination li span {
	
	display: inline-block;
	background: #eaeaea;
	color: #323232;
	
}
ul.pagination li span span {
	padding: 2px 10px 2px 10px;
	display: inline-block;
	border: 1px solid #b3b2b2;
	
}
ul.pagination a {
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
ul.pagination a:hover span span, ul.pagination a:active span span, ul.pagination a:focus span span {
	color: #3c3c3c;
	background: #e7e6e6; 
	border:1px solid #b3b2b2;
}
.counter {
	text-align: center;
	margin: 0.5em auto;
	width: 107px;
	background: #cacaca;
	color: #323232;
	border:1px solid #b3b2b2;
}
.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}
.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}
.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}
.article-tools {
	display: block;
	padding: 0 10px 0 0;
}
.article-meta {
	width: 70%;
	float: left;
	color: #3B5468;
}
.createdby {
	font-size: 0.9em;
}

.createdate {
	font-size: 0.9em;
}
.modifydate {
	width: 100%;
	margin: 0 5px 0px 0;
}
.article-section {
	padding-left: 6px;
	margin-left: 5px;
}

.article-section a {
	color: #3B5468;
}
.article-category a {
	color: #3B5468;
}
.buttonheading img {
	margin: 12px 0 0 3px !important;
	padding: 0 !important;
	border: 0 !important;
	float: right;
	background: none !important;
}
p.buttonheading {
	text-align:right;
	margin: 0;
}

p.buttonheading a:hover {
	background:none !important;
	color:#000 !important;
}
p.buttonheading a:active,p.buttonheading a:focus {
	color:#000;
}
ul.latestnews,
ul.mostread {
	padding-left: 0; 
	margin: 0;
}
ul.latestnews li,
ul.mostread li {
	margin: 0;
	padding: 3px 0 3px 20px;
	border-bottom: none;
}
ul.latestnews li{
	padding: 2px 0 3px 10px;
}
a.button-grey {
	margin: 2px 5px 0 5px;
	padding: 0 15px 0 0;
	float: left;
	line-height: 18px;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/button-grey.jpg) no-repeat 100% 0;
}
a.button-grey span {
	margin: 0;
	padding: 0 0 0 15px;
	float: left;
	line-height: 18px;
	cursor: pointer;
	background: url(../images/button-grey.jpg) no-repeat 0 0;
}
a.button-grey:hover,
a.button-grey:focus,
a.button-grey:active {
	color: #658a00;
	text-decoration: none;
}
.loginframe {
	margin: 0 auto;
	padding: 10px;
	width: 400px;
	height: 145px;
	position: relative;
	background: #FFF;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.closebox {
	margin: -25px -25px 0 0;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-indent: -999em;
	cursor: pointer;
	background: url(../images/closebox.png) no-repeat 0 0;
}
.logincol {
	margin: 0 10px 0 0;
	float: left;
	width: 180px;
}
.logincol label {
	margin: 5px 0;
	display: block;
}

.logincol ul {
	margin: 5px 0;
}
.required {
	color: #4c5156;
}
#jvloginframe {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: transparent url(../images/bg-dot-black.png);
}
#jvloginContent {
	display: block;
	position: fixed;
	width: 100%;
	left: 0;
	top: -165px;
	z-index: 10000;
}
#jvbacktotop {
	cursor: pointer;
}
.inputboxquantity {
	border:1px solid #DEDEDE;
	margin:-4px 0 0;
	padding:3px;
}
hr {
	background: #e8e8e8;
	border: 0px;
	border-bottom: 1px solid #e8e8e8;
}
.sectiontableheader {
	background: #f4f4f4;
}
h3.jv-category-h3 {
	height: 35px;
	float: left;
}
#namemsg,
#usernamemsg,
#emailmsg,
#pwmsg,
#pw2msg {
	width: 150px;
}/*------------------------------------------------------------------------
* ZT Template 1.5 - Jan, 2010
* ------------------------------------------------------------------------
* Copyright (C) 2008-20010 APL Solutions And Vision Co., LTD. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: APL Solutions And Vision Co., LTD
* Websites:  http://www.joomgroup.com -  http://www.joomvision.com
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	
	font-family: Tahoma;
	
}
body#bd {
	color: #4e4e4e;
	background: #f5f6f9;
}
body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
 head~body #opera { display: block; }
}

/* Clearfix */
.clearfix {
	clear: both;
}
#zt-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	
}
#zt-wrapper-inner {
	padding: 0;
	overflow: hidden;
	margin:0 auto;
}
.zt-wrapper {
	width: 960px;
	margin: 0 auto;
}
#zt-userwrap1,
#zt-userwrap2,
#zt-userwrap3,
#zt-userwrap4,
#zt-userwrap5,
#zt-userwrap6,
#zt-userwrap7 {
	width: 100%;
	overflow: hidden;
}
#zt-userwrap1-inner,
#zt-userwrap2-inner,
#zt-userwrap3-inner,
#zt-userwrap4-inner,
#zt-userwrap5-inner,
#zt-userwrap6-inner,
#zt-userwrap7-inner,
#zt-top-inner ,
#zt-footer-inner,
#zt-copyright-inner{
	padding: 10px ;
	overflow: hidden;
	clear: both;
}
#zt-userwrap4-inner{
	padding: 0;
}
#zt-header-inner {
	overflow: hidden;
	width: 100%;
	position: relative;
	
}
div.moduletable,
div.moduletable_menu,
div.moduletable_blank,
div.moduletable_text,
div.module,
div.module_menu,
div.module_text {
	clear: both;
	margin: 0 0 10px 0;
	position: relative;
	clear: both;
	overflow: hidden;
}
#zt-userwrap4 {
	margin: 10px 0;
}
/* BEGIN MODULE */

#zt-header {
	width: 100%;
	overflow: hidden;
	
}

#zt-logo {
	float: left;
	width: 30%;
}
#zt-logo h1 {
	margin: 16px 0;
}
#zt-logo a {
	width: 205px;
	height: 49px;
	display: block;
	text-indent: -999px;
	background: url(../images/logo.png) no-repeat ;
}
#zt-logo span{
	font-size: 0px;
	line-height: 0;
	text-indent: -999px;
}
#zt-mainmenu {
	height: auto;
	width: 100%;
}
#zt-mainmenu-inner {
	height: 33px;	
}
#zt-submenu-inner{
	padding: 0px 10px;
	overflow: hidden;
	border: 1px solid #dce1e9;
	border-top: none;
	background: #f1eeee;
}
div.moduletable_blank .modulecontent {
	padding: 0 ;
}
/* BEGIN MODULE */
.zt-user {
	overflow: hidden;
	float: left;
}
.zt-box-right {
	float: right;
	padding: 0;
}
.zt-user .zt-box-inside {
	padding-right: 15px;
}
.zt-box-center .zt-box-inside {
	padding: 0 10px;
}
.zt-box-right .zt-box-inside {
	padding: 0 0 0 15px;
}
.zt-box-full{
	width: 100%;
}
.zt-box-full .zt-box-inside {
	width: 100%;
	padding: 0px !important;
}

#zt-container-full  #zt-midtop,
#zt-container ,
#zt-content{
	width: 100%;
	overflow: hidden;
}
#zt-container-full  #zt-midtop-inner {
	padding: 0;
}
#zt-maincontent {
	width: 55%;
	float: left;
	overflow: hidden;
}
#zt-maincontent-inner{
	padding-left: 15px;
	overflow: hidden;
}
#zt-container-left #zt-maincontent {
	width: 86%;
}
#zt-container-right #zt-maincontent {
	width: 69%;
}
#zt-container-right #zt-maincontent-inner,
#zt-container-full #zt-maincontent-inner{
	padding: 0;
}
#zt-container-full #zt-component {
	margin: 0;
}
#zt-container-left #zt-component  {
	margin: 0px;
}
#zt-container-right #zt-component  {
	margin: 0;
}
#zt-container-full #zt-maincontent,
#zt-container-full  #zt-middle,
#zt-container-left #zt-middle {
	width: 100%;
}
#zt-right {
	float: left;
	width: 31%;
	overflow: hidden;
}
#zt-right-inner{
	padding-left: 15px;
}
#zt-left {
	float: left;
	width: 14%;
	overflow: hidden;
	text-align: right;
}
#zt-midtop,
#zt-midbot{
	width: 86%;
	overflow: hidden;
	margin-bottom: 10px;
}
#zt-midtop-inner,
#zt-midbot-inner{
	padding-left: 10px;
	overflow: hidden;
}
.alpha {
	margin: 0 !important;
}
.modulecontent,
.blog {
	padding: 10px ;
	display: block;
	overflow: hidden;
}
h3.title{
	margin: 0;
	line-height: 30px;
	font-size: 14px;
	font-family: "Tahoma";
	padding: 0 15px;
}
h3.moduletitle {
	line-height: 30px;
	font-size: 14px;
	margin: 0;
	font-family: "Tahoma";
	text-transform: uppercase;
	background:url("../images/moduletitle_bg.png") no-repeat left bottom ;
}

h2.contentheading {
	margin: 0;
	line-height: 35px;
}
div.moduletitle {
	line-height: 30px;
	margin:0;
	color: #15527e;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	border: 1px solid #d2d8e1;
	background: url(../images/moduletitle_2.jpg) repeat-x 0 0;
	
}

#zt-mainbody {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
#zt-userwrap1 #zt-slideshow {
	width: 44%;
	float: left;
}
#zt-highlight1 {
	width: 23%;
	float: left;
	margin-left: 10px;
}
#zt-highlight2{
	width: 30%;
	float: right;
}
#zt-breadcrumb-inner,
#zt-userwrap1-inner,
#zt-userwrap2-inner,
#zt-mainbody-inner{
	padding: 5px 10px;
	overflow: hidden;
	border: 1px solid #dce1e9;
	border-bottom: none;
	border-top: none;
	background: #fff;
}
#zt-breadcrumb-inner{
	border-top: 1px solid #dce1e9;
	border-bottom: 1px solid #dce1e9;
}
#zt-mainbody-inner{
	border: 1px solid #dce1e9;
	border-top: none;
}

#zt-component {
	width: auto;
	margin: 0;
}
#page{
	padding-left: 5px;
}
#zt-userwrap3 .zt-box-right .zt-box-inside {
	padding: 0;
}
#zt-bottom {
	overflow: hidden;
	padding: 10px 0;
}
#zt-bottom-inner,
#zt-userwrap3-inner{
	border: 1px solid #DCE1E9;
	background: #fff;
	overflow: hidden;
}
#zt-userwrap3 .modulecontent{
	padding: 10px 0;
}
#zt-footer {
	width: 45%;
	float: right;
}
#zt-footer ul.menu {
	margin: 0;
	overflow: hidden;
}
#zt-footer ul.menu li {
	float: right;
	
	padding: 0 10px;
	height: 14px;
	line-height: 13px;
	background: url(../images/line-bot.png) no-repeat right center;
}
#zt-footer ul.menu li.first{
	background: none;
}
#zt-footer ul.menu li a {
	color: #333;
}
#zt-footer ul.menu li.last {
	border-right: none;
}
#zt-copyright {
	width: 55%;
	float: left;
	font-size: 11px;
}
#zt-copyright a {
	color: #4e4e4e;
}


/* ZT Toppanel---*/
#zt-toppanel {
	display: block;
	width: 100%;
	color: #737a81;
	overflow: hidden;
}
#zt-toppanel .modulecontent{
	padding: 0 10px;
	color: #fff;
}
#zt-toppanel .moduletable{
	margin: 0;
}
.font11{
	font-size: 11px;
}
.panel1{
	width: 45%;
	float: left;
	clear: none !important;
}
.panel2{
	width: 55%;
	float: left;
	clear: none !important;
}
.jv-jvtitleflash .sliderwrapper .contentdiv span.cattitle{
	float: left;
}
a.toc{
	float: left;
	margin-left: 5px;
	
}
.jv-jvtitleflash .sliderwrapper .contentdiv {
	padding: 0;
}
.jv-jvtitleflash .sliderwrapper .contentdiv span{
	color: #fff;
}
.jv-jvtitleflash .sliderwrapper{
	height: 26px !important;
	width: 82%;
}
.jv-titleflash-time{
	color: #51a5e1 !important ;
	font-style: normal;
	display: none;
	font-size: 10px !important;
}
/*--zt Bodypanel---*/
#zt-bodypanel{
	overflow: hidden;
}
#zt-bodypanel-inner{
	padding: 15px 10px 15px 20px;
	overflow: hidden;
	background: url(../images/bodypanel.png) no-repeat 0 0;
	
}
/*--zt Banner------*/
#zt-banner{
	width: 60%;
	float: right;
}
/*--zt Tools------*/
#zt-tools{
	top: 0;
	right: 0;
	position: absolute;
	z-index: 99;
}
#zt-tools-inner{
	overflow: hidden;
	padding: 8px 5px 0px 5px;
}
#zt-tools img{
	cursor: pointer;
	display: block;
	float: left;
	
}
/* Style Module
------------------------*/

.hidden {overflow: hidden;}
.alpha {	margin: 0 !important;}
.font12{font-size: 12px; }
.font10{font-size: 10px; display: block;}
.font11{font-size: 11px;}
.font14{font-size: 14px;font-weight: bold;}
.font16{font-size: 16px;font-weight: bold;}
.font18{font-size: 18px;font-weight: bold;}
.font20{font-size: 20px;font-weight: bold;}
.bold{font-weight: bold;}
.gray1{color: #bababa;}
.tab_colud a{
	color: #15527e;
	line-height: 25px;
	text-shadow: 1px 1px 1px #ddd;
}
.tab_colud a:hover{
	background: #3686db;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}
/*zt Left-------------*/

#zt-left h3.moduletitle{
	text-transform: none;
	background: none;
	font-family: "Tahoma";
	font-size: 13px;
	line-height: 25px;
}
#zt-left .modulecontent{
	padding: 0;
}
#zt-left ul.menu li a {
	text-align: right;
}

#zt-user2 .zt-box-inside{

}

/*zt Right-------------*/
#zt-right .modulecontent,
#zt-userwrap4 .modulecontent {
	border: 1px solid #D2D8E1;
	border-top: none;
}
#zt-right .no-round .modulecontent{
	padding: 0;
	border: none;
	
}
#zt-right .no-round .moduletitle{
	
}
/*zt Tab-------------*/
.jv_tab_news2_wrap div.jv_tab_panel_wrap{width: 99%;}
.jv_tab_news2_wrap .jv_tabs_panel_news2{padding-top: 15px;}
.jv_tab_news2_wrap ul.tabs_title li{background: none;}
.tab_default_content .tab_default_container{padding: 0;}
.jv_tab_lago_wrap .jv_tab_lago_container {padding: 0;}

.jv_tab_news2_wrap ul.tabs_title{
	padding-bottom: 2px;
	background: url("../images/moduletitle_bg.png") no-repeat scroll left bottom ;
}

.jv_tab_news2_wrap ul.tabs_title li.active a {
	background: #859e0f url(../images/tab_news.png) no-repeat 0 0;
	padding-left: 5px;
	height: 29px;
}
.jv_tab_news2_wrap ul.tabs_title li.active a span{
	color: #fff;
	padding-right: 10px;
	height: 29px;
	background: #859e0f url(../images/tab_news.png) no-repeat right -27px;
}

.jv_tab_news2_wrap ul.tabs_title li span{
	font-weight: bold;
	text-transform: none;
	font-size: 100%;
	color: #414141;
}
.lago_title ul.tabs_title{
	width: 100%;
}
.jv_tab_lago_wrap .lago_title {
	background: none;
	border: 1px solid #d9dde5;
	border-left: none;
}
.jv_tab_lago_wrap div.lago_title_r{background: none;}
.jv_tab_lago_wrap .lago_title{width: auto;}
.jv_tab_lago_wrap .lago_title ul.tabs_title li{margin: 0;}
.jv_tab_lago_wrap .jv_tabs_panel_br{
	border: 1px solid #d9dde5;
	border-top: none;
}
.jv_tab_lago_wrap .jv_tabs_panel_br,
.jv_tab_lago_wrap .jv_tabs_panel_bl{
	background: none;
}
.jv_tab_lago_wrap .lago_title ul.tabs_title li h3 span{
	color: #414141;
	font-family: Tahoma;
	text-shadow: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
}
.jv_tab_lago_wrap .lago_title ul.tabs_title li h3{
	background: #f1f3f6;
	border-left: 1px solid #d9dde5;
}
.jv_tab_lago_wrap .lago_title ul.tabs_title li.last h3{
	border-right: 1px solid #d9dde5;
}
.jv_tab_lago_wrap .lago_title ul.tabs_title li.active h3 {
	background: none;
	border-bottom: 1px solid #fff;
}
.jv_tab_lago_wrap .lago_title ul.tabs_title li.active h3 span {background: none;}
.jvcarousel-pagi {
	position: absolute;
	top: -30px;
	right: 20px;
	width: 50%;
}
.jv_tab_lago_wrap .jv_tabs_panel_bl,
.jv_tab_lago_wrap div.jv_tabs_panel{
	overflow: visible;
}

.handles .handles_item{margin: 8px 5px 0 0;}
.handles .handles_item,
.handles span.active{
	width: 8px;
	height: 8px;
	text-indent: 999em;
	float: right;
	background: url(../images/tabs_arrow.png) no-repeat ;
}
.handles{
	margin: 0;
	float: right;
	overflow: hidden;
	width: 30%;
}
.handles span.active{
	background-position: 0px -12px;
}
span.next{
	margin: 0;
	margin-right: 2px;
}
span.next, span.pre{
	width: 20px;
	height: 20px;
	background: url(../images/tabs_arrow.png) no-repeat  -10px top;
	float: right;
}
span.pre{
	background-position: -34px top;
}
.jvcarousel-item{
	font-size: 12px;
	margin: 0;
	padding: 0 13px;
	height: 250px;
}
.jvcarousel-item:hover{
	background: #f6f6f6;
}
div.jvcarousel-slide a.readmore{
	display: none;
}
.jvcarousel-item p.jvcarousel_title {
	clear: both;
	overflow: hidden;
	margin: 0px;
}
.jvcarousel-item p{
	padding-bottom: 10px;
}
.jvcarousel-item img{
	padding: 4px;
	background: #fff;
	margin: 0;
	border: 1px solid #d1d6de;
}
.jvcarousel_mtitle{
	font-size: 12px;
	font-weight: bold;
}
.jv_tab_lago_wrap .jv_lago2_content .lago2_content_wrap{
	padding: 10px;
	position: relative;
}
.latestnews{
	padding: 0 5px;
}
/*zt Slideshow-------------*/
.jv-proshow-inner {
	position: relative;
}
.jv-pedonheadline-wrap{
	margin-top: 5px;
}
.jv-proshow-intro {
    border: 0 none;
    bottom: 0;
    height: 70px;
    left: 0;
    position: absolute;
    width: 100%;
}
.jv-proshow-intro-bt {
    background: none;
    margin-top: 0px;
    width: 100%;
}
.jv-proshow-intro-inner{
	padding: 5px;
}
.jv-proshow-intro-bb{width: 100%;}
.jv-proshow-intro-inner p{
	margin: 0;
	font-size: 11px;
}
.jv-pedoncontent{
	height: 100px;
	margin-top: 20px;
	display: block;
}
.jv-proshow-intro-inner h3{
	font-size: 12px;
	color: #a9cc00;
	text-transform: none;
}
.jv-pedonheadline-group{
	padding: 8px 0px;
}
.jv-pedonheadline-group a img {
	background: #ddd;
}
.jv-pedonheadline-group li.active a img{
	background: #FF7D2A;
}
.jv-pedonheadline-wrap .but_next,
.jv-pedonheadline-wrap .but_pre{
	width: 20px;
	height: 40px;
	display: block;
	background: url(../images/slide-arrow.png) no-repeat right 10px !important;
}
.jv-pedonheadline-wrap .but_pre{
	background-position: left 10px !important;
}
.s6bar_container{
	padding: 0;
	background: none;
}
.s6bar_container .s6_itembar{
	padding: 2px;
	border: 1px solid #d5d5d5;
	margin: 0 3px 10px 3px;
}

.slide6_itembar_wrap{
	padding: 0px;
	margin-top: 10px;
	background: none;
}
.jv_rslide_wrap{
	height: 30px !important;
	width: 250px !important;
	background: url(../images/box-b.png) no-repeat left bottom !important;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}
.des_item_container{
}
.descript_item h3.title{
	font-size: 12px;
	color: #fff;
}
/*zt News-------------*/
.jv_news_wrap ul.jv-title-category{
	border: none;
	margin: 0 !important;
	background: url(../images/moduletitle_bg.png) no-repeat left bottom;
}
li.jv-firstitem a span{
	border-bottom: none;
}

.jv_news_wrap ul.jv-title-category a,
.jv_news_wrap ul.jv-title-category a:hover{
	padding: 0;
	padding-bottom: 6px;
	display: block;
}
ul.jv-title-category li.jv-firstitem a,
ul.jv-title-category li.jv-firstitem a:hover{
	
	font-family: "Tahoma";
	font-size: 14px;
}
.jv_news_wrap ul.jv-title-category span.jv-title-category{color: #414141;}
.jv_news_wrap ul.jv-title-category a:hover span.jv-title-category { border: none;}
.jv_news_wrap li.jv-article-title h4{ font-size: 12px; margin: 5px 0; display: block;}
li.jv-article-title a{ color: #15527e;}
 p.more_link{ display: none;}
.jv_news_wrap ul.article-item li{
	background: url(../images/arrow1.png) no-repeat 0px 10px;
	padding: 2px 0 3px 15px;
}
.jv-frame-cat { margin-bottom: 2em;}
.jv_news_wrap p.jv-news-readmore{
	display: block;
	overflow: hidden;
}
.jv_news_wrap p.jv-news-readmore a.readmore,
a.readone,
#menusys_mega a.readone {
	color: #a9cc00;
	float: right;
	padding: 0 0 0 15px;
	font-style: italic;
	font-weight: normal;
	font-family:"Tahoma";
	font-size: 11px;
	background: url(../images/readon.png) no-repeat left 3px !important;
}
div.latestnewsitems p.clearfix{
	margin: 0;
}
.jv_news_wrap p.jv-news-readmore a.readmore:hover,
a.readone:hover{
	text-decoration: underline !important;
}
/*zt Lastnews-------------*/
div.latestnewsitems h4{
	clear: both;
	margin: 5px 0;
	padding: 0;
	display: block;	
	font-size: 12px;
	width: 99%;
	position:  static;
}
.latestnews-inner{
	padding-right: 10px;
}
div.latestnewsitems h4 a.latestnews ,
#menusys_mega div.latestnewsitems a.latestnews {
	font-size: 12px;
	font-weight: bold;
	color: #15527e;
	padding: 0 !important;
	display: block;
	line-height: 18px;
	position:  static;
	background: none !important;
}
div.latestnewsitems a.latestnews:hover{
	text-decoration: underline !important;
}
.latestnewsitems-inner{
	padding-right: 10px;
}
.last-item .latestnewsitems-inner{
	padding: 0;
}

div.latestnewsitems img  {
	padding: 3px ;
	background: #fff;
	display: block;
	float: left;
	border: 1px solid #cdcdcd;
}

div.latestnewsitems .latestnewsdate {
	display: block;
	color: #787c7e;
	font-size: 11px;
	clear: both;
}
ul.zt_weather_forecast li{ background: none;}
/*Default Menus-------------*/
ul.menu_hozi{
	display: block;
	overflow: hidden;
	margin: 0 auto;
	
}
ul.menu_hozi li{
	background: none;
	padding: 0;
	float: left;
	border-right: 1px solid #d3d3d4;
}
ul.menu_hozi li a{
	padding: 0 8px ;
	font-size: 11px;
	color: #818181;
	text-align: center;
	display: block;
}
ul.menu_hozi li a:hover{
	background: #ddd;
	color: #333;
	text-decoration: none;
}
ul.menu_hozi li.last {
	border: none;
}

a.readone{
	display: block;
}
#mod_search_searchword{
	margin-bottom: 1em;
}
div.jv_weather_fday p.jv_weather_temp{
	width: 30px !important;
	margin: 0 auto;
}
ul.jv_weather_forecast li{
	background: none;
}
/*------------------------------------------------------------------------
* ZT Template 1.5
* ------------------------------------------------------------------------
* Copyright (c) 2008-2011 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/

/* TYPOGRAPHY
--------------------------------------------------------- */
pre, .code {
	
	border-left: 6px solid #848484;
	font-family:Tahoma;
	font-size: 1em;
	font-size-adjust:none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 5px 0 15px;
	padding: 10px 15px;
	color: #333;
	background: #e2dfdf;
}

blockquote {
	padding: 0;
}

blockquote span.open {
	background: url(../images/typo/bq-o.png) no-repeat left top;
	padding: 0 0 10px 30px;
}

blockquote span.close {
	background: url(../images/typo/bq-c.png) no-repeat bottom right;
	padding: 0 25px 5px 0;
}

blockquote.testimonial {
	padding: 0 0 15px;
	border-bottom: 1px solid #E6E6E6;
}

blockquote.testimonial span.author {
	background: url(../images/typo/author.gif) no-repeat 5px center;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 20px;
}
/**/
small {
	font-size: 0.85em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sup em {
	color: #FF0000;
	font-size: .8em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dashed;
	letter-spacing: 1px;
	cursor: help;
}
/* @IMAGE */
img {
	border: none;
}

img.image-left {
	float: left;
	margin: .5em 1em .5em 0;
}

img.image-right {
	float: right;
	margin: .5em 0 .5em 1em;
}

img.image-border {
	border: 1px solid #c6c6c6;
	padding: 3px;
	background: #fff;
}

img.image-margin {
	margin: .5em;
}



/* @TEXT */
.clearbreak {
	clear: both;
}

div.grid2:after, div.grid3:after, div.grid4:after, div.grid5:after, ul.hlist-left:after, ul.hlist-right:after, .clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* Text grid */
div.grid-col {
	float: left;
	margin-right: 2%;
	overflow: hidden;
}

div.grid-lastcol {
	float: right;
	margin-right: 0 !important;
	overflow: hidden;
}

div.grid2 div.grid-col {
	width: 48%;
}

div.grid3 div.grid-col {
	width: 31%;
}

div.grid4 div.grid-col {
	width: 22%;
}

div.grid5 div.grid-col {
	width: 17%;
}

/* Dropcap */
.dropcap {
	overflow: hidden;
}
.dropcap:first-letter {
	color: #414141;
	display: block;
	float: left;
	font: 50px/40px Georgia, Times, serif;
	padding: 4px 8px 0 0;
}
/* Tips, Error, Message, Hightlight*/
p.error {
	background: url(../images/typo/error.gif) no-repeat top left;
	color: #DF0000;
	padding: 5px 0 5px 50px;
}

p.message {
	background: url(../images/typo/info.gif) no-repeat top left;
	color: #2FAFCB;
	padding: 3px 0 3px 50px;
}

p.tips {
	background: url(../images/typo/tips.gif) no-repeat top left;
	color: #FA6900;
	padding: 3px 0 3px 50px;
}

p.feed {
	background: url(../images/typo/feed.gif) no-repeat 3px 0px;
	padding-left: 30px;
	padding: 3px 0 3px 50px;
}

.highlight {
	color: #3d3d3d;
	background: #ececec;
	font-weight: bold;
	padding: 3px 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Note Style */
p.stickynote {
	background: #FFF url(../images/typo/stickynote.gif) no-repeat 8px center;
	border: 1px solid #c6c6c6;
	padding: 15px 10px 15px 70px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.download {
	background: #FFF url(../images/typo/download.gif) no-repeat 8px center;
	border: 1px solid #c6c6c6;
	padding: 15px 10px 15px 70px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.buy {
	background: #FFF url(../images/typo/buy.gif) no-repeat 8px center;
	border: 1px solid #c6c6c6;
	padding: 15px 10px 15px 70px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.sell {
	background: #FFF url(../images/typo/sell.gif) no-repeat 8px center;
	border: 1px solid #c6c6c6;
	padding: 15px 10px 15px 68px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px 0;
	position: relative;
}

/* bullet */

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(../images/typo/checklist.png) no-repeat 4px 5px !important;
	padding: 0 0 0 22px !important;
}
/* Star list */
ul.star {
	list-style: none;
}

ul.star li {
	background: url(../images/typo/star.png) no-repeat 2px 0 !important;
	padding: 0 0 0 22px !important;
}

/* List arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(../images/typo/arrow.png) no-repeat 5px 5px;
	padding: 0 0 0 22px;
}


/* Bignumber */
.bignumber {
	background: url(../images/typo/bignumber.png) no-repeat top left;
	color: #fff;
	display: block;
	float: left;
	font: bold 23px/normal Arial, sans-serif;
	margin-right: 8px;
	padding: 4px 8px 7px 7px;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	display:inline-block;
	font-weight:bold;
	line-height:18px;
	margin-left:35px;
}

div.bubble1 div {
	background: url(../images/typo/bub1-br.png) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(../images/typo/bub1-bl.png) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/typo/bub1-tr.png) no-repeat top right;
	
}

div.bubble1 div div div div {
	background: url(../images/typo/bub1-tl.png) no-repeat top left;
	
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 10px 15px 20px;
	width: auto;
}

div.bubble2 div {
	background: url(../images/typo/bub2-br.png) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(../images/typo/bub2-bl.png) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/typo/bub2-tr.png) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/typo/bub2-tl.png) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 12px 15px 22px;
	width: auto;
}

div.bubble3 div {
	background: url(../images/typo/bub3-br.png) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(../images/typo/bub3-bl.png) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/typo/bub3-tr.png) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/typo/bub3-tl.png) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 14px 15px 50px;
	width: auto;
}

div.bubble4 div {
	background: url(../images/typo/bub4-br.png) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(../images/typo/bub4-bl.png) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/typo/bub4-tr.png) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/typo/bub4-tl.png) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 10px 15px 50px;
	width: auto;
}

/* Legend */
.legend-title {
	background: #818181;
	display: block;
	font-size: 100%;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	color: #fff;
	padding: 0 3px;
	position: absolute;
	top: -10px;
}

.legend {
	border: 1px solid #CCCCCC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Left & Right*/
div.zt-left,
div.zt-right {
	margin: 0;
	padding: 0;
	width: 49%;
}

div.zt-left {
	float: left;
	clear:left;
}

div.zt-right {
	float: right;
}

/* zt Tabs */
#zt-tabs {
	background: #262626;
}

#zt-tabs div.zt-box-br,
#zt-tabs div.zt-box-bl,
#zt-tabs div.zt-box-tr,
#zt-tabs div.zt-box-tl {
	margin: 0;
	padding: 0;
}

#zt-tabs div.zt-box-br {
	background: #262626;
}

#zt-tabs div.zt-box-bl {
	background: none;
}

#zt-tabs div.zt-box-tr {
	background: none;
}

#zt-tabs div.zt-box-tl {
	background: none;
}

/* @TABLES */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

/* Plain rows */
table.plainrows {
	background-color: #F2F2F2;
	color: #404040;
	border-collapse: collapse;
}

table.plainrows caption {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table.plainrows thead {
	border-bottom: solid 1px #284D73;
}

table.plainrows thead th {
	padding: 5px 10px;
	background-color: #366999;
	color: #FFFFFF;
	font-size: 1.1em;
	text-transform: capitalize;
}

table.plainrows tfoot th, table.plainrows tfoot td {
	padding: 3px 10px;
	background-color: #D9D9D9;
	color: #000000;
	font-size: 1.1em;
	text-transform: capitalize;
}

table.plainrows tfoot td {
	text-align: right;
}

table.plainrows tbody th, table.plainrows tbody td {
	border-bottom: solid 1px #D9D9D9;
	padding: 4px 10px;
}

table.plainrows tbody th {
	white-space: nowrap;
}

table.plainrows tr.odd {
}

table.plainrows tbody tr:hover {
	background: #E5E5E5;
}

/* Dark stripes */
table.colorstripes {
	border: 1px solid #162C40;
	color: #FFFFFF;
	background: #284D73;
	border-collapse: collapse;
}

table.colorstripes caption {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table.colorstripes td, table.colorstripes th {
	border: 1px dashed #366999;
	padding: 5px 10px;
}

table.colorstripes thead th {
	border: 1px solid #284D73;
	background: #162C40;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.colorstripes tbody th, table.colorstripes tbody td {
	text-align: left;
	vertical-align: top;
}

table.colorstripes tbody tr.odd {
	background: #224161;
}

table.colorstripes tbody tr:hover {
	background: #1F3D59;
}

table.colorstripes tbody tr:hover th, table.colorstripes tbody tr.odd:hover th {
	background: #1F3D59;
}

table.colorstripes tfoot th, table.colorstripes tfoot td {
	border: none;
	padding: 4px 10px;
	background: #162C40;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.colorstripes tfoot td {
	text-align: right;
}

/* Light stripes */
table.greystripes {
	border: 1px solid #D9D9D9;
	color: #404040;
	background: #FFFFFF;
	border-collapse: collapse;
}

table.greystripes caption {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table.greystripes td, table.greystripes th {
	border: 1px dashed #E5E5E5;
	padding: 5px 10px;
}

table.greystripes thead th {
	border: 1px solid #595959;
	border-bottom: 2px solid #000000;
	background: #404040;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.greystripes tbody th, table.greystripes tbody td {
	text-align: left;
	vertical-align: top;
}

table.greystripes tbody tr.odd {
	background: #F2F2F2;
}

table.greystripes tbody tr:hover {
	background: #E5E5E5;
}

table.greystripes tbody tr:hover th, table.greystripes tbody tr.odd:hover th {
	background: #E5E5E5;
}

table.greystripes tfoot th, table.greystripes tfoot td {
	border: none;
	padding: 4px 10px;
	background-color: #D9D9D9;
	color: #000000;
	font-size: 1.1em;
}

table.greystripes tfoot td {
	text-align: right;
}


html {
	direction: rtl;
}

#jv-logo {
	float: right;
	margin-right: 30px;
}
#jv-search,
#jv-search .search {
	float: left;
}
#jv-bodypanel-inner{
	background-position: right top !important;
}
#jv-top {
	float: left;
}
#jv-top ul.menu {
	float: leFt;
	width: auto;
}	
#jv-top ul.menu li {
	float: leFt;
	text-align: left;
}
#jv-banner{
	float: left;
}
.panel1{
	float: right;
	width: 35%;
	margin-right: 70px !important;
}
#zt-tools {
	right: auto;
	left: 0;
}
.panel2{
	float: right;
}
.jv-titleflash-pagination,
.jv-jvtitleflash .sliderwrapper{
	float: right;
}
.jv-jvtitleflash .sliderwrapper .contentdiv span.cattitle{
	float: right;
}
a.toc{
	float: right;
	margin-right: 5px;
	
}	
img.caption {
	margin: 0 0 10px 15px;
	float: right;
}

ol li {
	margin-right: 21px;
	margin-left: 0;
}

ul li {
	padding-left: 0;
	padding-right: 10px;
	background: url("../images/rtl/arrow-last.png") no-repeat right center;
}

ul.menu li a,
ul.menu li.active ul a,
ul.menu li#current.active ul a {
	padding: 0;
	background: url(../images/arrow-rtl.png) no-repeat 100% 5px;
}
ul.menu li.active a,
ul.menu li#current.active a,
ul.menu li a:hover {
	padding: 0 ;
	background: url(../images/arrow-rtl.png) no-repeat 100% -22px;
}
ul.menu ul {
	margin: 0px;
	padding: 0 20px 0 0;
}
#jv-footer{float:left;}
#jv-copyright { float: right;}
/* Mega Menu---------*/
#menusys_mega li{
	float: right;
	width: auto;
}
#menusys_mega ul.mega-ul li span.has-image{
	display: block;
	background-repeat: no-repeat ;
	background-position: 99% 8px;
	padding: 0 22px 0 0;
}

/* Moo Menu---------*/

.menusys_moo,
.menusys_css,
.menusys_split,
.menusys_submoo {
	float: right;
	width: 100%;
}
#menusys_moo li ul a img{
	float: right;
	margin: 7px 0 0 5px ;
}
#menusys_moo,
#menusys_split,
#menusys_submoo,
#menusys_css {
	margin: 0;
	float: right;
	width: 100%;
}
#menusys_moo li ,
#menusys_split li,
#menusys_submoo li,
#menusys_css li,
#menusub_submoo li {
	float: right;
}
#menusys_moo li ul,
#menusys_css li ul,
#menusub_submoo li ul {
	right: -999em;
	left: auto;
}
#menusys_moo li ul ul {
	margin: -2.4em 16.9em 0 0;
}
#menusys_moo li ul a span,
#menusys_css li a span,
#menusub_submoo li ul a span {
	padding: 0;
	padding-right: 10px !important;
	width: auto;
}
#menusys_css li ul ul {
	margin: -2.4em 16.9em 0 0;

}
#menusys_moo li ul a.active span,
#menusys_moo li ul a:hover span,
#menusys_moo li ul a:active span,
#menusys_moo li ul a:focus span {
	text-shadow: 0 0 10px #e6e6e6;
	
}	
#menusys_moo li:hover ul ul, #menusys_moo li:hover ul ul ul,
#menusys_moo li.hover ul ul, #menusys_moo li.havechildhover ul ul, #menusys_moo li.havechild-activehover ul ul, #menusys_moo li.activehover ul ul,
#menusys_moo li.hover ul ul ul, #menusys_moo li.havechildhover ul ul ul, #menusys_moo li.havechild-activehover ul ul ul, #menusys_moo li.activehover ul ul ul {
	right: -999em;
	left: auto;
}
#menusys_moo li:hover ul, #menusys_moo li li:hover ul, #menusys_moo li li li:hover ul,
#menusys_moo li.hover ul, #menusys_moo li.havechildhover ul, #menusys_moo li.havechild-activehover ul, #menusys_moo li.activehover ul,
#menusys_moo li li.hover ul, #menusys_moo li li.havesubchildhover ul, #menusys_moo li li.havesubchild-activehover ul, #menusys_moo li li.activehover ul,
#menusys_moo li li li.hover ul, #menusys_moo li li li.havesubchildhover ul, #menusys_moo li li li.havesubchild-activehover ul, #menusys_moo li li li.activehover ul {
	right: auto;
	left: auto;
}
#menusys_css li:hover ul ul, #menusys_css li:hover ul ul ul,
#menusys_css li.hover ul ul, #menusys_css li.havechildhover ul ul, #menusys_css li.havechild-activehover ul ul, #menusys_css li.activehover ul ul,
#menusys_css li.hover ul ul ul, #menusys_css li.havechildhover ul ul ul, #menusys_css li.havechild-activehover ul ul ul, #menusys_css li.activehover ul ul ul {
	right: -999em;
	left: auto;
}
#menusys_css li:hover ul, #menusys_css li li:hover ul, #menusys_css li li li:hover ul,
#menusys_css li.hover ul, #menusys_css li.havechildhover ul, #menusys_css li.havechild-activehover ul, #menusys_css li.activehover ul,
#menusys_css li li.hover ul, #menusys_css li li.havesubchildhover ul, #menusys_css li li.havesubchild-activehover ul, #menusys_css li li.activehover ul,
#menusys_css li li li.hover ul, #menusys_css li li li.havesubchildhover ul, #menusys_css li li li.havesubchild-activehover ul, #menusys_css li li li.activehover ul {
	left: auto;
	right: auto;
}

.jv-user {
	float: right;
}
.jv-box-right {
	float: left;
}

ul.list li{
	padding: 3px 15px 3px 0px !important;
	background: url("../images/rtl/arrow-list.png") no-repeat  99% 10px  !important;
}
ul.list li:hover{
	background: #f5f4f4 url("../images/rtl/arrow-list.png") no-repeat  99% 10px  !important;
}
.jv_news_wrap ul.article-item li{
	padding: 2px 15px 3px 0px;
	background: url("../images/rtl/arrow1.png") no-repeat scroll 99% 10px ;
}
.jv_news_wrap p.jv-news-readmore a.readmore,
a.readone, #menusys_mega a.readone{
	background-position: right 3px !important;
	padding: 0 15px 0 0;
}
.jv_tab_news2_wrap ul.tabs_title{
	background: url("../images/rtl/moduletitle_bg.png") no-repeat right bottom;
}
.jv_tab_news2_wrap ul.tabs_title li {
	float: right;
}
div.jv-frame-cat .jv-category{
	float: right;
}
#zt-copyright-inner {
	text-align: left;
}
h3.moduletitle,
.jv_news_wrap ul.jv-title-category,
h1.componentheading, .componentheading {
	background: url("../images/rtl/moduletitle_bg.png") no-repeat right bottom;
}
.jv_news_wrap ul.jv-title-category li{
	float: right;
}
div.latestnewsitems img{
	float: right;
}
.jv_tab_lago_wrap .lago_title ul.tabs_title li {
	float: right;
}
.jvcarousel-pagi{
	left: 10px;
	right: auto;
}
.handles{
	float : left;
	display: block;
}
.jv_tab_lago_wrap .lago_title{
	border-left: 1px solid #D9DDE5 ;
}
.handles .handles_item, .handles span.active{
	text-indent: -999em;
}
/*------------------------------------------------------------------------
* JV Template 1.5 - Dec, 2009
* ------------------------------------------------------------------------
* Copyright (C) 2004-2008 APL Solutions And Vision Co., LTD. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: APL Solutions And Vision Co., LTD
* Websites:  http://www.joomgroup.com -  http://www.joomvision.com
-------------------------------------------------------------------------*/

/* TYPOGRAPHY
--------------------------------------------------------- */
pre, .code {
	border: 1px solid #d0d0d0;
	border-right: 6px solid #d0d0d0;
	font-family: Tahoma;
	font-size: 1em;
	font-size-adjust:none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 5px 0 15px;
	padding: 10px 15px;
	color: #000000;
	background: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

blockquote {
	padding: 10px 15px;
}

blockquote span.open {
	float: right;
	padding: 0 30px 10px 0;
	background: url(../images/typo/bq-c.png) no-repeat right top;
}

blockquote span.close {
	background: url(../images/typo/bq-o.png) no-repeat bottom left;
	padding: 0 0 5px 25px;
}

blockquote.testimonial {
	padding: 0 0 15px;
	border-bottom: 1px solid #E6E6E6;
}

blockquote.testimonial span.author {
	background: url(../images/typo/author.gif) no-repeat 5px center;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 20px;
}
/**/
small {
	font-size: 0.85em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sup em {
	color: #FF0000;
	font-size: .8em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dashed;
	letter-spacing: 1px;
	cursor: help;
}
/* @IMAGE */
img {
	border: none;
}

img.image-left {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

img.image-right {
	float: right;
	margin: .5em 0 .5em 1em;
}

img.image-border {
	border: 1px solid #c6c6c6;
	padding: 3px;
	background: #fff;
}

img.image-margin {
	margin: .5em;
}



/* @TEXT */
.clearbreak {
	clear: both;
}

div.grid2:after, div.grid3:after, div.grid4:after, div.grid5:after, ul.hlist-left:after, ul.hlist-right:after, .clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* Text grid */
div.grid-col {
	float: left;
	margin-right: 2%;
	overflow: hidden;
}

div.grid-lastcol {
	float: right;
	margin-right: 0 !important;
	overflow: hidden;
}

div.grid2 div.grid-col {
	width: 48%;
}

div.grid3 div.grid-col {
	width: 31%;
}

div.grid4 div.grid-col {
	width: 22%;
}

div.grid5 div.grid-col {
	width: 17%;
}

/* Dropcap */
.dropcap {
	overflow: hidden;
}
.dropcap:first-letter {
	color: #414141;
	display: block;
	float: left;
	font: 50px/40px Georgia, Times, serif;
	padding: 4px 8px 0 0;
}
/* Tips, Error, Message, Hightlight*/
p.error {
	background: url(../images/typo/error.gif) no-repeat top right;
	color: #DF0000;
	padding: 5px 50px 5px 0;
}

p.message {
	background: url(../images/typo/info.gif) no-repeat top right;
	color: #2FAFCB;
	padding: 3px 50px 3px 0;
}

p.tips {
	background: url(../images/typo/tips.gif) no-repeat top right;
	color: #FA6900;
	padding: 3px 50px 3px 0;
}

p.feed {
	background: url(../images/typo/feed.gif) no-repeat 100% 0px;
	padding: 3px 50px 3px 0;
}

.highlight {
	color: #3d3d3d;
	background: #ececec;
	font-weight: bold;
	padding: 3px 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Note Style */
p.stickynote {
	background: #FFF url(../images/typo/stickynote.gif) no-repeat 99% center;
	border: 1px solid #c6c6c6;
	padding: 15px 70px 15px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.download {
	background: #FFF url(../images/typo/download.gif) no-repeat 99% center;
	border: 1px solid #c6c6c6;
	padding: 15px 70px 15px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.buy {
	background: #FFF url(../images/typo/buy.gif) no-repeat 8px center;
	border: 1px solid #c6c6c6;
	padding: 15px 10px 15px 70px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.sell {
	background: #FFF url(../images/typo/sell.gif) no-repeat 8px center;
	border: 1px solid #c6c6c6;
	padding: 15px 10px 15px 68px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* bullet */

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(../images/typo/checklist.png) no-repeat 100% 5px;
	padding: 0 22px 0 0;
}
/* Star list */
ul.star {
	list-style: none;
}

ul.star li {
	background: url(../images/typo/star.png) no-repeat 100% 0;
	padding: 0 22px 0 0;
}

/* List arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(../images/typo/arrow.png) no-repeat 100% 5px;
	padding: 0 22px 0 0;
}


/* Bignumber */
.bignumber {
	background: url(../images/typo/bignumber.gif) no-repeat top left;
	color: #fff;
	display: block;
	float: right;
	font: bold 23px/normal Arial, sans-serif;
	margin-left: 8px;
	padding: 8px 10px 8px 8px;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	display:inline-block;
	font-weight: bold;
	line-height: 18px;
	margin-left: 0;
	margin-right: 25px;
}

div.bubble1 div {
	background: url(../images/typo/bub1-bl-rtl.png) no-repeat bottom left;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(../images/typo/bub1-br-rtl.png) no-repeat bottom right;
}

div.bubble1 div div div {
	background: url(../images/typo/bub1-tr.png) no-repeat top right;
	
}

div.bubble1 div div div div {
	background: url(../images/typo/bub1-tl.png) no-repeat top left;
	
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 10px 15px 20px;
	width: auto;
}

div.bubble2 div {
	background: url(../images/typo/bub2-bl-rtl.png) no-repeat bottom left;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(../images/typo/bub2-br-rtl.png) no-repeat bottom right;
}

div.bubble2 div div div {
	background: url(../images/typo/bub2-tr.png) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/typo/bub2-tl.png) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 12px 15px 22px;
	width: auto;
}

div.bubble3 div {
	background: url(../images/typo/bub3-bl-rtl.png) no-repeat bottom left;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(../images/typo/bub3-br-rtl.png) no-repeat bottom right;
}

div.bubble3 div div div {
	background: url(../images/typo/bub3-tr.png) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/typo/bub3-tl.png) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 14px 15px 50px;
	width: auto;
}

div.bubble4 div {
	background: url(../images/typo/bub4-bl-rtl.png) no-repeat bottom left;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(../images/typo/bub4-br-rtl.png) no-repeat bottom right;
}

div.bubble4 div div div {
	background: url(../images/typo/bub4-tr.png) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/typo/bub4-tl.png) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 10px 15px 50px;
	width: auto;
}

/* Legend */
.legend-title {
	background: #FFF;
	display: block;
	font-size: 100%;
	float: right;
	font-weight: bold;
	right: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -10px;
}

.legend {
	border: 1px solid #CCCCCC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Left & Right*/
div.jv-left,
div.jv-right {
	margin: 0;
	padding: 0;
	width: 49%;
}

div.jv-left {
	float: left;
	clear:left;
}

div.jv-right {
	float: right;
}

/* jv Tabs */
#jv-tabs {
	background: #262626;
}

#jv-tabs div.jv-box-br,
#jv-tabs div.jv-box-bl,
#jv-tabs div.jv-box-tr,
#jv-tabs div.jv-box-tl {
	margin: 0;
	padding: 0;
}

#jv-tabs div.jv-box-br {
	background: #262626;
}

#jv-tabs div.jv-box-bl {
	background: none;
}

#jv-tabs div.jv-box-tr {
	background: none;
}

#jv-tabs div.jv-box-tl {
	background: none;
}

/* @TABLES */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

/* Plain rows */
table.plainrows {
	background-color: #F2F2F2;
	color: #404040;
	border-collapse: collapse;
}

table.plainrows caption {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table.plainrows thead {
	border-bottom: solid 1px #284D73;
}

table.plainrows thead th {
	padding: 5px 10px;
	background-color: #366999;
	color: #FFFFFF;
	font-size: 1.1em;
	text-transform: capitalize;
}

table.plainrows tfoot th, table.plainrows tfoot td {
	padding: 3px 10px;
	background-color: #D9D9D9;
	color: #000000;
	font-size: 1.1em;
	text-transform: capitalize;
}

table.plainrows tfoot td {
	text-align: right;
}

table.plainrows tbody th, table.plainrows tbody td {
	border-bottom: solid 1px #D9D9D9;
	padding: 4px 10px;
}

table.plainrows tbody th {
	white-space: nowrap;
}

table.plainrows tr.odd {
}

table.plainrows tbody tr:hover {
	background: #E5E5E5;
}

/* Dark stripes */
table.colorstripes {
	border: 1px solid #162C40;
	color: #FFFFFF;
	background: #284D73;
	border-collapse: collapse;
}

table.colorstripes caption {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table.colorstripes td, table.colorstripes th {
	border: 1px dashed #366999;
	padding: 5px 10px;
}

table.colorstripes thead th {
	border: 1px solid #284D73;
	background: #162C40;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.colorstripes tbody th, table.colorstripes tbody td {
	text-align: left;
	vertical-align: top;
}

table.colorstripes tbody tr.odd {
	background: #224161;
}

table.colorstripes tbody tr:hover {
	background: #1F3D59;
}

table.colorstripes tbody tr:hover th, table.colorstripes tbody tr.odd:hover th {
	background: #1F3D59;
}

table.colorstripes tfoot th, table.colorstripes tfoot td {
	border: none;
	padding: 4px 10px;
	background: #162C40;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.colorstripes tfoot td {
	text-align: right;
}

/* Light stripes */
table.greystripes {
	border: 1px solid #D9D9D9;
	color: #404040;
	background: #FFFFFF;
	border-collapse: collapse;
}

table.greystripes caption {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table.greystripes td, table.greystripes th {
	border: 1px dashed #E5E5E5;
	padding: 5px 10px;
}

table.greystripes thead th {
	border: 1px solid #595959;
	border-bottom: 2px solid #000000;
	background: #404040;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.greystripes tbody th, table.greystripes tbody td {
	text-align: left;
	vertical-align: top;
}

table.greystripes tbody tr.odd {
	background: #F2F2F2;
}

table.greystripes tbody tr:hover {
	background: #E5E5E5;
}

table.greystripes tbody tr:hover th, table.greystripes tbody tr.odd:hover th {
	background: #E5E5E5;
}

table.greystripes tfoot th, table.greystripes tfoot td {
	border: none;
	padding: 4px 10px;
	background-color: #D9D9D9;
	color: #000000;
	font-size: 1.1em;
}

table.greystripes tfoot td {
	text-align: right;
}


/**
 * @version		$Id: k2.css 569 2010-09-23 12:50:28Z joomlaworks $
 * @package		K2
 * @author		JoomlaWorks http://www.joomlaworks.gr
 * @copyright	Copyright (c) 2006 - 2010 JoomlaWorks, a business unit of Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/*
### Legend ###
Font families used:
	font-family:Tahoma;
	font-family:Tahoma;
	font-family:Tahoma;
	
Colors used:
	#f7fafe (light blue) used as background on all toolbars, category and user/author boxes
	
*/



/*----------------------------------------------------------------------
	Common Elements
----------------------------------------------------------------------*/

/* --- Basic typography --- */
a:active,
a:focus {outline:0;}
img {border:none;}

/* --- Global K2 container --- */
#k2Container {padding:0 0 24px 0; margin: 0 10px;}
body.contentpane #k2Container {padding:16px;} /* used in popups */

/* --- General padding --- */
.k2Padding {padding:4px;}

/* --- Clearing --- */
.clr {clear:both;height:0;line-height:0;display:block;float:none;}

/* --- Zebra rows --- */
.even {background:#fffff0 url(../images/arrow.png) no-repeat 0 8px;padding:2px; padding-left: 10px;border-bottom:1px dotted #ccc;}
.odd {background:#fff ;padding:2px;padding-left: 10px;border-bottom:1px dotted #ccc;}

/* --- RSS feed icon --- */
div.k2FeedIcon {padding:4px 8px; float: right;}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {display:block;float:right;margin:0;padding:0;width:16px;height:16px;background:url(../images/fugue/feed.png) no-repeat 50% 50%;}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {display:none;}

/* --- Rating --- */
.itemRatingForm {display:block;vertical-align:middle;line-height:25px;float:left;}
.itemRatingLog {font-size:11px;margin:0;padding:0 0 0 4px;float:left;}
div.itemRatingForm .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;height:25px;padding:0 0 0 20px;}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {background:url(../images/system/transparent_star.gif) left -1000px repeat-x;}
.itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
.itemRatingList li {display:inline;background:none;padding:0;}
.itemRatingList a,
.itemRatingList .itemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.itemRatingList a:hover {background-position:left bottom;}
.itemRatingList a.one-star {width:20%;z-index:6;}
.itemRatingList a.two-stars {width:40%;z-index:5;}
.itemRatingList a.three-stars {width:60%;z-index:4;}
.itemRatingList a.four-stars {width:80%;z-index:3;}
.itemRatingList a.five-stars {width:100%;z-index:2;}
.itemRatingList .itemCurrentRating {z-index:1;background-position:0 center;margin:0;padding:0;}
span.siteRoot {display:none;}

/* --- CSS added with Javascript --- */
.smallerFontSize {font-size:100%;line-height:inherit;}
.largerFontSize {font-size:150%;line-height:140%;}

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {background-color:#fff !important;}
#recaptcha_table {border-color: #ccc !important;}
#recaptcha_response_field {border-color: #ccc !important;background-color:#fff !important;}

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {} /* Example CSS: padding:0;margin:0;list-style:none; */

div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {} /* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc; */

.clearList {display:none;float:none;clear:both;} /* this class is used to clear all previous floating list elements */
.lastItem {border:none;} /* class appended on last list item */

/* --- Avatars --- */
.k2Avatar img {display:block;float:left;background:#fff;border:1px solid #ccc;padding:2px;margin:2px 4px 4px 0;}

/* --- Read more --- */
a.k2ReadMore {}
a.k2ReadMore:hover {}

/* --- Pagination --- */
div.k2Pagination {padding:8px;margin:24px 0 4px 0;text-align:center;color:#999;}

/* --- Extra fields: CSV data styling --- */
table.csvData {}
table.csvData tr th {}
table.csvData tr td {}

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {background:url(../images/system/featuredItem.png) no-repeat 100% 0;}



/*----------------------------------------------------------------------
	Component: Item view
----------------------------------------------------------------------*/

div.itemView {padding:8px 0 24px 0;margin:0 0 24px 0;} /* this is the item container for this view */
div.itemIsFeatured {} /* Attach a class for each featured item */

span.itemEditLink {display:block;text-align:right;padding:16px 36px 4px 4px;margin:0 0 4px 0;border-bottom:2px dashed #ddd;}
span.itemEditLink a {}
span.itemEditLink a:hover {}

div.itemHeader {}
	div.itemHeader span.itemDateCreated {color:#999;font-size:11px;}
	div.itemHeader h2.itemTitle {font-size: 25px;font-weight:bold;line-height:110%;padding:0px 0 5px 0;margin:0;}
	div.itemHeader h2.itemTitle span {}
	div.itemHeader h2.itemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Featured" presented in superscript */
	div.itemHeader span.itemAuthor {display:block;padding:0;margin:0;}
	div.itemHeader span.itemAuthor a {}
	div.itemHeader span.itemAuthor a:hover {}

div.itemToolbar {padding:2px 0;margin:16px 0 0 0;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;background:#f7fafe;}
	div.itemToolbar ul {text-align:right;list-style:none;padding:0;margin:0;}
	div.itemToolbar ul li {float: left;list-style:none;padding:0 4px 0 8px;margin:0;border-left:1px solid #ccc;text-align:center;background:none;font-size:12px;}
	div.itemToolbar ul > li:first-child {border:none;} /* remove the first CSS border from the left of the toolbar */
	div.itemToolbar ul li a {font-size:12px;font-weight:normal;}
	div.itemToolbar ul li a:hover {}
	div.itemToolbar ul li a span {}
	div.itemToolbar ul li a.itemPrintLink {}
	div.itemToolbar ul li a.itemPrintLink span {}
	div.itemToolbar ul li a.itemEmailLink {}
	div.itemToolbar ul li a.itemEmailLink span {}
	div.itemToolbar ul li a.itemVideoLink {}
	div.itemToolbar ul li a.itemVideoLink span {}
	div.itemToolbar ul li a.itemImageGalleryLink {}
	div.itemToolbar ul li a.itemImageGalleryLink span {}
	div.itemToolbar ul li a.itemCommentsLink {}
	div.itemToolbar ul li a.itemCommentsLink span {}
	div.itemToolbar ul li a img {vertical-align:middle;}
	div.itemToolbar ul li span.itemTextResizerTitle {}
	div.itemToolbar ul li a#fontDecrease {margin:0 0 0 2px;}
	div.itemToolbar ul li a#fontDecrease img {width:13px;height:13px;background:url(../images/system/font_decrease.gif) no-repeat;}
	div.itemToolbar ul li a#fontIncrease {margin:0 0 0 2px;}
	div.itemToolbar ul li a#fontIncrease img {width:13px;height:13px;background:url(../images/system/font_increase.gif) no-repeat;}
	div.itemToolbar ul li a#fontDecrease span,
	div.itemToolbar ul li a#fontIncrease span {display:none;}

div.itemRatingBlock {padding:8px 0;}
	div.itemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#999;}

div.itemBody {padding:8px 0;margin:0;}

div.itemImageBlock {padding:8px;margin:0 0 16px 0;}
	span.itemImage {display:block;text-align:center;margin:0 0 8px 0;}
	span.itemImage img {border:1px solid #ccc;padding:8px;}
	span.itemImageCaption {color:#666;float:left;display:block;font-size:11px;}
	span.itemImageCredits {color:#999;float:right;display:block;font-style:italic;font-size:11px;}

div.itemIntroText {color:#444;font-size:18px;font-weight:bold;line-height:24px;padding:4px 0 12px 0;}
	div.itemIntroText img {}

div.itemFullText {}
	div.itemFullText h3 {margin:0;padding:16px 0 4px 0;}
	div.itemFullText p {clear: both;}
	div.itemFullText img {padding: 3px; border: 1px solid #bdbdbd;}

div.itemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:1px dotted #ddd;}
	div.itemExtraFields h3 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
	div.itemExtraFields ul {margin:0;padding:0;list-style:none;}
	div.itemExtraFields ul li {display:block;}
	div.itemExtraFields ul li span.itemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
	div.itemExtraFields ul li span.itemExtraFieldsValue {}

span.itemDateModified {display:block;text-align:right;padding:4px;margin:16px 0 4px 0;color:#999;border-top:1px solid #ddd;}

div.itemLinks {margin:0 0 16px 0;padding:0;}

div.itemHitsTwitter {padding:4px;border-bottom:1px dotted #ccc;}
	span.itemHits {}
	span.itemHitsTwitterSep {padding:0 8px;color:#ccc;}
	span.itemTwitterLink {}
	span.itemTwitterLink a {background:url(../images/social/twitter_16.png) no-repeat 0 50%;padding:2px 0 0 20px;margin:8px 0;text-decoration:none;}
	span.itemTwitterLink a:hover {text-decoration:none;}

div.itemCategory {padding:4px;border-bottom:1px dotted #ccc;}
	div.itemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.itemCategory a {}
div.itemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.itemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.itemTagsBlock ul.itemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.itemTagsBlock ul.itemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.itemTagsBlock ul.itemTags li a {}
	div.itemTagsBlock ul.itemTags li a:hover {}
div.itemSocialLinksBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.itemSocialLinksBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;float:left;display:block;}
	div.itemSocialLinksBlock ul.itemSocialLinks {list-style:none;padding:0;margin:0;float:left;}
	div.itemSocialLinksBlock ul.itemSocialLinks li {float:left;list-style:none;padding:0 4px;margin:0; background: none;}
	div.itemSocialLinksBlock ul.itemSocialLinks li a {float:left;display:block;width:16px;height:16px;background-position:0 0;background-repeat:no-repeat;}

	div.itemSocialLinksBlock ul.itemSocialLinks li a span {display:none;}
		a.delicious {background-image: url(../images/social/delicious_16.png);}
		a.digg {background-image: url(../images/social/digg_16.png);}
		a.facebook {background-image: url(../images/social/facebook_16.png);}
		a.googlebuzz {background-image: url(../images/social/googlebuzz_16.png);}
		a.myspace {background-image: url(../images/social/myspace_16.png);}
		a.reddit {background-image: url(../images/social/reddit_16.png);}
		a.stumble {background-image: url(../images/social/stumbleupon_16.png);}
		a.technorati {background-image: url(../images/social/technorati_16.png);}

div.itemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.itemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.itemAttachmentsBlock ul.itemAttachments {list-style:none;padding:0;margin:0;display:inline;}
	div.itemAttachmentsBlock ul.itemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
	div.itemAttachmentsBlock ul.itemAttachments li a {}
	div.itemAttachmentsBlock ul.itemAttachments li a:hover {}
	div.itemAttachmentsBlock ul.itemAttachments li span {font-size:10px;color:#999;font-weight:normal;}
	
/* Author block */
div.itemAuthorBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:8px;}
	div.itemAuthorBlock img.itemAuthorAvatar {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails {margin:0;padding:4px 0 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName {margin:0 0 4px 0;padding:0;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {font-family:Tahoma, serif;font-size:16px;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName a:hover {}
	div.itemAuthorBlock div.itemAuthorDetails p {}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {font-weight:bold;color:#555;border-right:1px solid #ccc;padding:0 8px 0 0;margin:0 4px 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {font-weight:bold;color:#555;}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {font-weight:normal;}

/* Author latest */
div.itemRelated {margin-bottom:16px;padding:0;}

/* Related by tag */
div.itemAuthorLatest {margin-bottom:16px;padding:0;}

/* Video */
div.itemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.itemVideoBlock div.itemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */
	div.itemVideoBlock span.itemVideo {display:block;overflow:hidden;}
	div.itemVideoBlock span.itemVideoCaption {color:#eee;float:left;display:block;font-size:11px;font-weight:bold;width:60%;}
	div.itemVideoBlock span.itemVideoCredits {color:#eee;float:right;display:block;font-style:italic;font-size:11px;width:35%;text-align:right;}
	
/* Image Gallery */
div.itemImageGallery {margin:0 0 16px 0;padding:0;}

/* Article navigation */
div.itemNavigation {padding:4px 8px;margin:0 0 24px 0;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;background:#fffff0;}
	div.itemNavigation span.itemNavigationTitle {color:#999;}
	div.itemNavigation a.itemPrevious {padding:0 12px;}
	div.itemNavigation a.itemNext {padding:0 12px;}

/* Comments */
div.itemComments {background:#f7fafe;border:1px solid #ddd;padding:16px;}
	
	div.itemComments ul.itemCommentsList {margin:0 0 16px;padding:0;list-style:none;}
	div.itemComments ul.itemCommentsList li {padding:4px;margin:0;border-bottom:1px dotted #ddd; background: none;}
	div.itemComments ul.itemCommentsList li.authorResponse {background:url(../images/system/stripes.png) repeat;}
	div.itemComments ul.itemCommentsList li img {float:left;margin:4px 4px 4px 0;padding:4px;background:#fff;border-bottom:1px solid #d7d7d7;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;}
	div.itemComments ul.itemCommentsList li span.commentDate {padding:0 4px 0 0;margin:0 8px 0 0;border-right:1px solid #ccc;font-weight:bold;font-size:14px;}
	div.itemComments ul.itemCommentsList li span.commentAuthorName {font-weight:bold;font-size:14px;}
	div.itemComments ul.itemCommentsList li p {padding:4px 0;}
	div.itemComments ul.itemCommentsList li span.commentAuthorEmail {display:none;}
	div.itemComments ul.itemCommentsList li span.commentLink {float:right;}
	div.itemComments ul.itemCommentsList li span.commentLink a {font-size:11px;color:#999;text-decoration:underline;}
	div.itemComments ul.itemCommentsList li span.commentLink a:hover {font-size:11px;color:#555;text-decoration:underline;}

div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}
	div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}

div.itemCommentsForm h3 {margin:0;padding:0 0 4px 0;}
	div.itemCommentsForm p.itemCommentsFormNotes {border-top:2px solid #ccc;margin: 5px 0; padding: 3px 0;}
	div.itemCommentsForm form {}
	div.itemCommentsForm form label.formComment {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formName {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formEmail {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formUrl {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formRecaptcha {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form textarea.inputbox {display:block;width:350px;height:160px;margin:0;}
	div.itemCommentsForm form input.inputbox {display:block;width:350px;margin:0; padding: 3px 1px;}
	div.itemCommentsForm form input#submitCommentButton {display:block;margin:16px 0 0 0;padding:4px;border:1px solid #ccc;background:#eee;font-size:13px; height: 30px;}
	div.itemCommentsForm form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
	div.itemCommentsForm form .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;}

/* Back to top link */
div.itemBackToTop {text-align:right; margin-top: 1em;}
	div.itemBackToTop a {text-decoration:none;}
	div.itemBackToTop a:hover {text-decoration:underline;}



/*----------------------------------------------------------------------
	Component: Itemlist view (category)
----------------------------------------------------------------------*/

div.itemListCategoriesBlock {}

/* --- Category block --- */
div.itemListCategory {background:#f7fafe;border:1px solid #ddd;margin:4px 0;padding:8px;}
	span.catItemAddLink {clear:both;display:block;text-align:right;padding:4px;margin:0 0 4px 0;border-bottom:2px dashed #ddd;}
	span.catItemAddLink a {}
	span.catItemAddLink a:hover {}
	div.itemListCategory img {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.itemListCategory h2 {}
	div.itemListCategory p {}

/* --- Sub-category block --- */
div.itemListSubCategories {}
	div.itemListSubCategories h3 {padding-left: 10px;}
		div.subCategoryContainer {float:left;}
		div.subCategoryContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
			div.subCategory {background:#f7fafe;border:1px solid #bdbdbd;margin: 0 15px 15px 0;padding:10px;}
				div.subCategory a.subCategoryImage,
				div.subCategory a.subCategoryImage:hover {margin-bottom: 10px;display:block;}
				div.subCategory a.subCategoryImage img,
				div.subCategory a.subCategoryImage:hover img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
				div.subCategory h2 { margin: 5px 0 10px;  font-family: "Tahoma";}
				div.subCategory h2 a {}
				div.subCategory h2 a:hover {}
				div.subCategory p { clear: both;}

/* --- Item groups --- */
div.itemList {}
	div#itemListLeading {}
	div#itemListPrimary {}
	div#itemListSecondary {}
	div#itemListLinks {background:#f7fafe;border:1px solid #ddd;margin:8px 0;padding:8px;}
		
		div.itemContainer {float:left;}
		div.itemContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */

/* --- Item block for each item group --- */
div.catItemView {padding:4px;} /* this is the item container for this view - we add a generic padding so that items don't get stuck with each other */

	/* Additional class appended to the element above for further styling per group item */
	div.groupLeading {}
	div.groupPrimary {}
	div.groupSecondary {}
	div.groupLinks {padding:0;margin:0;}
	
	div.catItemIsFeatured {} /* Attach a class for each featured item */

span.catItemEditLink {display:block;text-align:right;padding:16px 36px 4px 4px;margin:0 0 4px 0;border-bottom:2px dashed #ddd;}
span.catItemEditLink a {}
span.catItemEditLink a:hover {}

div.catItemHeader {}
	div.catItemHeader span.catItemDateCreated {color:#999;font-size:11px;}
	div.catItemHeader h3.catItemTitle {font-family:Tahoma, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
	div.catItemHeader h3.catItemTitle span {}
	div.catItemHeader h3.catItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* superscript */
	div.catItemHeader span.catItemAuthor {display:block;padding:0;margin:0;}
	div.catItemHeader span.catItemAuthor a {}
	div.catItemHeader span.catItemAuthor a:hover {}

div.catItemRatingBlock {padding:8px 0;}
	div.catItemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#999;}

div.catItemBody {padding:8px 0;margin:0;}

div.catItemImageBlock {padding:8px;margin:0 0 16px 0;}
	span.catItemImage {display:block;text-align:center;margin:0 0 8px 0;}
	span.catItemImage img {border:1px solid #ccc;padding:8px;}

div.catItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.catItemIntroText img {}

div.catItemExtraFields, div.genericItemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:1px dotted #ddd;}
	div.catItemExtraFields h4, div.genericItemExtraFields h4 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
	div.catItemExtraFields ul, div.genericItemExtraFields ul {margin:0;padding:0;list-style:none;}
	div.catItemExtraFields ul li, div.genericItemExtraFields ul li {display:block;}
	div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
	div.catItemExtraFields ul li span.catItemExtraFieldsValue {}

div.catItemLinks {margin:0 0 16px 0;padding:0;}

div.catItemHitsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	span.catItemHits {}

div.catItemCategory {padding:4px;border-bottom:1px dotted #ccc;}
	div.catItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.catItemCategory a {}
	
div.catItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.catItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.catItemTagsBlock ul.catItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.catItemTagsBlock ul.catItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.catItemTagsBlock ul.catItemTags li a {}
	div.catItemTagsBlock ul.catItemTags li a:hover {}

div.catItemAttachmentsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.catItemAttachmentsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.catItemAttachmentsBlock ul.catItemAttachments {list-style:none;padding:0;margin:0;display:inline;}
	div.catItemAttachmentsBlock ul.catItemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
	div.catItemAttachmentsBlock ul.catItemAttachments li a {}
	div.catItemAttachmentsBlock ul.catItemAttachments li a:hover {}
	div.catItemAttachmentsBlock ul.catItemAttachments li span {font-size:10px;color:#999;font-weight:normal;}

/* Video */
div.catItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.catItemVideoBlock div.catItemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */
	div.catItemVideoBlock span.catItemVideo {display:block;}

/* Image Gallery */
div.catItemImageGallery {margin:0 0 16px 0;padding:0;}

/* Anchor link to comments */
div.catItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
	div.catItemCommentsLink a {}
	div.catItemCommentsLink a:hover {}

/* Read more link */
div.catItemReadMore {display:inline;}
	div.catItemReadMore a {}
	div.catItemReadMore a:hover {}

/* Modified date */
span.catItemDateModified {display:block;text-align:right;padding:4px;margin:4px 0;color:#999;border-top:1px solid #ddd;}



/*----------------------------------------------------------------------
	Component: Itemlist view (user)
----------------------------------------------------------------------*/

/* User info block */
div.userView {}	
	div.userBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:8px;clear:both;}
	
		span.userItemAddLink {display:block;text-align:right;padding:4px;margin:0 0 4px 0;border-bottom:2px dashed #ddd;}
		span.userItemAddLink a {}
		span.userItemAddLink a:hover {}
		
		div.userBlock img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
		div.userBlock h2 {}
		div.userBlock p.userDescription {padding:4px 0;}
		div.userBlock p.userAdditionalInfo {padding:4px 0;margin:8px 0 0 0;border-top:1px dotted #ccc;}
			span.userURL {font-weight:bold;color:#555;display:block;}
			span.userEmail {font-weight:bold;color:#555;display:block;}

		div.userItemList {}
		
/* User items */
div.userItemView { margin-bottom: 2em;} /* this is the item container for this view */
div.userItemIsFeatured {} /* Attach a class for each featured item */

div.userItemViewUnpublished {opacity:0.9;border:4px dashed #ccc;background:#fffff2;padding:8px;}

span.userItemEditLink {display:block;text-align:right;padding:16px 36px 4px 4px;margin:0 0 4px 0;border-bottom:2px dashed #ddd;}
span.userItemEditLink a {}
span.userItemEditLink a:hover {}

div.userItemHeader { margin-bottom: 10px;}
	div.userItemHeader span.userItemDateCreated {color:#999;font-size:11px; }
	div.userItemHeader h3.userItemTitle {font-family:Tahoma;font-size:24px;font-weight:bold;line-height:110%;padding:10px 0 0px 0;margin:0;}
	div.userItemHeader h3.userItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Unpublished" presented in superscript */

div.userItemBody {padding:0;margin:0;}

div.userItemImageBlock {padding:0;margin:0;float:left;}
	span.userItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.userItemImage img {border:1px solid #ccc;padding:8px;}

div.userItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:0px;}
	div.userItemIntroText img { border: 1px solid #bdbdbd; padding: 3px;}

div.userItemLinks {margin:0 0 5px 0;padding:0;}

div.userItemCategory {padding:0px 4px;border-bottom:1px dotted #ccc;}
	div.userItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.userItemCategory a {}
	
div.userItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.userItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.userItemTagsBlock ul.userItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.userItemTagsBlock ul.userItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.userItemTagsBlock ul.userItemTags li a {}
	div.userItemTagsBlock ul.userItemTags li a:hover {}

/* Anchor link to comments */
div.userItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
	div.userItemCommentsLink a {background:url("../images/icons/icon-comment.png") no-repeat 0 0; padding-left: 20px; font-size: 11px;font-weight: bold;}
	div.userItemCommentsLink a:hover {}

/* Read more link */
div.userItemReadMore {display:inline;}
	div.userItemReadMore a {}
	div.userItemReadMore a:hover {}



/*----------------------------------------------------------------------
	Component: Itemlist view (generic)
----------------------------------------------------------------------*/

div.genericItemView {border-bottom:1px dotted #ccc;padding:8px 0;margin:0 0 16px 0;} /* this is the item container for this view */

div.genericItemHeader {}
	div.genericItemHeader span.genericItemDateCreated {color:#999;font-size:11px;}
	div.genericItemHeader h2.genericItemTitle {font-family:Tahoma;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

div.genericItemBody {padding:8px 0;margin:0;}

div.genericItemImageBlock {padding:0;margin:0;float:left;}
	span.genericItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.genericItemImage img {border:1px solid #ccc;padding:8px;}

div.genericItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.genericItemIntroText img {}

div.genericItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
	div.genericItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.genericItemCategory a {}

/* Read more link */
div.genericItemReadMore {display:inline;}
	div.genericItemReadMore a {}
	div.genericItemReadMore a:hover {}



/*----------------------------------------------------------------------
	Component: Latest view
----------------------------------------------------------------------*/

div.latestItemsContainer {float:left;}

/* Category info block */
div.latestItemsCategory {background:#f7fafe;border:1px solid #ddd;margin:0 0px 15px 0;padding:8px;}
	div.latestItemsCategoryImage {text-align:center; float: left;}
	div.latestItemsCategoryImage img {background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
div.latestItemsCategory h2 { margin: 5px 0;}
div.latestItemsCategory p {}

/* User info block */
div.latestItemsUser {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;clear:both;}
	div.latestItemsUser img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.latestItemsUser h2 {}
	div.latestItemsUser p.ulatestItemsUserDescription {padding:4px 0;}
	div.latestItemsUser p.latestItemsUserAdditionalInfo {padding:4px 0;margin:8px 0 0 0;border-top:1px dotted #ccc;}
		span.latestItemsUserURL {font-weight:bold;color:#555;display:block;}
		span.latestItemsUserEmail {font-weight:bold;color:#555;display:block;}

/* Latest items list */
div.latestItemList {padding:0 8px 8px 0;}

div.latestItemView { margin-bottom: 2em;} /* this is the item container for this view */

div.latestItemHeader {}
	div.latestItemHeader h2.latestItemTitle{ margin: 5px 0;}
	div.latestItemHeader h3.latestItemTitle {font-family:Tahoma;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
	
span.latestItemDateCreated {color:#999;font-size:11px;}

div.latestItemBody {padding: 0;margin-top: 10px;}

div.latestItemImageBlock {padding:0;margin:0;float:left;}
	span.latestItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.latestItemImage img {border:1px solid #ccc;padding:8px;}

div.latestItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:0px 0 0px 0;}
	div.latestItemIntroText img { padding: 5px; border: 1px solid #bdbdbd;}

div.latestItemLinks {margin:0 0 5px 0;padding:0;}

div.latestItemCategory {padding:4px;border-bottom:1px dotted #ccc;}
	div.latestItemCategory span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.latestItemCategory a {}
	
div.latestItemTagsBlock {padding:4px;border-bottom:1px dotted #ccc;}
	div.latestItemTagsBlock span {font-weight:bold;color:#555;padding:0 4px 0 0;}
	div.latestItemTagsBlock ul.latestItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.latestItemTagsBlock ul.latestItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.latestItemTagsBlock ul.latestItemTags li a {}
	div.latestItemTagsBlock ul.latestItemTags li a:hover {}

/* Video */
div.latestItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.latestItemVideoBlock span.latestItemVideo {display:block;}

/* Anchor link to comments */
div.latestItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #ccc;}
	div.latestItemCommentsLink a {}
	div.latestItemCommentsLink a:hover {}

/* Read more link */
div.latestItemReadMore {display:inline;}
	div.latestItemReadMore a {}
	div.latestItemReadMore a:hover {}

/* Items presented in a list */
h2.latestItemTitleList {font-size:14px;padding:2px 0;margin:8px 0 2px 0;font-family:Tahoma;border-bottom:1px dotted #ccc;line-height:normal;}



/*----------------------------------------------------------------------
	Component: Register & profile page views (register.php & profile.php)
----------------------------------------------------------------------*/
.k2AccountPage {}
.k2AccountPage table {}
.k2AccountPage table tr th {}
.k2AccountPage table tr td {}
.k2AccountPage table tr td label {white-space:nowrap;}
img.k2AccountPageImage {border:4px solid #ddd;margin:10px 0;padding:0;display:block;}
.k2AccountPage div.k2AccountPageNotice {padding:8px;}
.k2AccountPage div.k2AccountPageUpdate {border-top:1px dotted #ccc;margin:8px 0;padding:8px;text-align:right;}

/* Profile edit */
.k2AccountPage table.admintable {}
.k2AccountPage table.admintable tr td {}
.k2AccountPage table.admintable tr td span {}
.k2AccountPage table.admintable tr td span label {}



/*----------------------------------------------------------------------
	Modules: mod_k2_comments
----------------------------------------------------------------------*/

/* Latest Comments */
div.k2LatestCommentsBlock {}
div.k2LatestCommentsBlock ul {}
div.k2LatestCommentsBlock ul li { background: none;}
div.k2LatestCommentsBlock ul li.lastItem {}
div.k2LatestCommentsBlock ul li a.lcAvatar img {}
div.k2LatestCommentsBlock ul li a {}
div.k2LatestCommentsBlock ul li a:hover {}
div.k2LatestCommentsBlock ul li span.lcComment {}
div.k2LatestCommentsBlock ul li span.lcUsername {}
div.k2LatestCommentsBlock ul li span.lcCommentDate {color:#999; display: block;}
div.k2LatestCommentsBlock ul li span.lcItemTitle {}
div.k2LatestCommentsBlock ul li span.lcItemCategory {}

/* Top Commenters */
div.k2TopCommentersBlock {}
div.k2TopCommentersBlock ul {}
div.k2TopCommentersBlock ul li {}
div.k2TopCommentersBlock ul li.lastItem {}
div.k2TopCommentersBlock ul li a.tcAvatar img {}
div.k2TopCommentersBlock ul li a.tcLink {}
div.k2TopCommentersBlock ul li a.tcLink:hover {}
div.k2TopCommentersBlock ul li span.tcUsername {}
div.k2TopCommentersBlock ul li span.tcCommentsCounter {}
div.k2TopCommentersBlock ul li a.tcLatestComment {}
div.k2TopCommentersBlock ul li a.tcLatestComment:hover {}
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {color:#999;}



/*----------------------------------------------------------------------
	Modules: mod_k2_content
----------------------------------------------------------------------*/

div.k2ItemsBlock {}

div.k2ItemsBlock p.modulePretext {}

div.k2ItemsBlock ul {}
div.k2ItemsBlock ul li {}
div.k2ItemsBlock ul li a {}
div.k2ItemsBlock ul li a:hover {}
div.k2ItemsBlock ul li.lastItem {}

div.k2ItemsBlock ul li a.moduleItemTitle {}
div.k2ItemsBlock ul li a.moduleItemTitle:hover {}

div.k2ItemsBlock ul li div.moduleItemAuthor {}
div.k2ItemsBlock ul li div.moduleItemAuthor a {}
div.k2ItemsBlock ul li div.moduleItemAuthor a:hover {}

div.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {}

div.k2ItemsBlock ul li div.moduleItemIntrotext {display:block;padding:4px 0;line-height:120%;}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {float:right;margin:2px 0 4px 4px;padding:0;border:2px solid #ddd;}

div.k2ItemsBlock ul li div.moduleItemExtraFields {}
	div.moduleItemExtraFields ul {}
	div.moduleItemExtraFields ul li {}
	div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
	div.moduleItemExtraFields ul li span.moduleItemExtraFieldsValue {}

div.k2ItemsBlock ul li div.moduleItemVideo {}
div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCaption {}
div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCredits {}

div.k2ItemsBlock ul li span.moduleItemDateCreated {}

div.k2ItemsBlock ul li a.moduleItemCategory {}

div.k2ItemsBlock ul li div.moduleItemTags {}
div.k2ItemsBlock ul li div.moduleItemTags b {}
div.k2ItemsBlock ul li div.moduleItemTags a {padding:0 2px;}
div.k2ItemsBlock ul li div.moduleItemTags a:hover {}

div.k2ItemsBlock ul li div.moduleAttachments {}

div.k2ItemsBlock ul li a.moduleItemComments {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li a.moduleItemComments:hover {}
div.k2ItemsBlock ul li span.moduleItemHits {border-right:1px solid #ccc;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li a.moduleItemReadMore {}
div.k2ItemsBlock ul li a.moduleItemReadMore:hover {}

div.k2ItemsBlock a.moduleCustomLink {}
div.k2ItemsBlock a.moduleCustomLink:hover {}



/*----------------------------------------------------------------------
	Modules: mod_k2_login
----------------------------------------------------------------------*/

div.k2LoginBlock {}
	div.k2LoginBlock p.preText {}
	
	div.k2LoginBlock fieldset.input {margin:0;padding:0 0 8px 0;}
	div.k2LoginBlock fieldset.input p {margin:0;padding:0 0 4px 0;}
	div.k2LoginBlock fieldset.input p label {display:block;}
	div.k2LoginBlock fieldset.input p input {display:block; width: 93%;}
	div.k2LoginBlock fieldset.input p#form-login-remember label,
	div.k2LoginBlock fieldset.input p#form-login-remember input {display:inline;}
	div.k2LoginBlock fieldset.input input.button {}
	
	div.k2LoginBlock ul {}
	div.k2LoginBlock ul li {}
	
	div.k2LoginBlock p.postText {}

div.k2UserBlock {}
	div.k2UserBlock p.ubGreeting {border-bottom:1px dotted #ccc;}
	div.k2UserBlock div.k2UserBlockDetails a.ubAvatar img {}
	div.k2UserBlock div.k2UserBlockDetails span.ubName {display:block;font-weight:bold;font-size:14px;}
	div.k2UserBlock div.k2UserBlockDetails span.ubCommentsCount {}
	
	div.k2UserBlock ul.k2UserBlockActions {}
	div.k2UserBlock ul.k2UserBlockActions li {}
	div.k2UserBlock ul.k2UserBlockActions li a {}
	div.k2UserBlock ul.k2UserBlockActions li a:hover {}
	
	div.k2UserBlock form {}
	div.k2UserBlock form input.ubLogout {}



/*----------------------------------------------------------------------
	Modules: mod_k2_tools
----------------------------------------------------------------------*/

/* --- Archives --- */
div.k2ArchivesBlock {}
div.k2ArchivesBlock ul {}
div.k2ArchivesBlock ul li {}
div.k2ArchivesBlock ul li a {}
div.k2ArchivesBlock ul li a:hover {}

/* --- Authors --- */
div.k2AuthorsListBlock {}
div.k2AuthorsListBlock ul {}
div.k2AuthorsListBlock ul li {}
div.k2AuthorsListBlock ul li a.abAuthorAvatar img {}
div.k2AuthorsListBlock ul li a.abAuthorName {}
div.k2AuthorsListBlock ul li a.abAuthorName:hover {}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {display:block;clear:both;}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem:hover {}
div.k2AuthorsListBlock ul li span.abAuthorCommentsCount {}

/* --- Breadcrumbs --- */
div.k2BreadcrumbsBlock {}
div.k2BreadcrumbsBlock span.bcTitle {padding:0 4px 0 0;color:#999;}
div.k2BreadcrumbsBlock a {}
div.k2BreadcrumbsBlock a:hover {}
div.k2BreadcrumbsBlock span.bcSeparator {padding:0 4px;font-size:14px;}

/* --- Calendar --- */
div.k2CalendarBlock {height:190px;margin-bottom:8px;} /* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {background:#fff url(../images/system/k2CalendarLoader.gif) no-repeat 50% 50%;}
table.calendar {margin:0 auto;background:#fff;border-collapse:collapse;}
table.calendar tr td {text-align:center;vertical-align:middle;padding:2px;border:1px solid #f4f4f4;background:#fff;}
table.calendar tr td.calendarNavMonthPrev {background:#f3f3f3;text-align:left;}
table.calendar tr td.calendarNavMonthPrev a {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarNavMonthPrev a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarCurrentMonth {background:#f3f3f3;}
table.calendar tr td.calendarNavMonthNext {background:#f3f3f3;text-align:right;}
table.calendar tr td.calendarNavMonthNext a {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarNavMonthNext a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarDayName {background:#e9e9e9;font-size:11px;width:14.2%;}
table.calendar tr td.calendarDateEmpty {background:#fbfbfb;}
table.calendar tr td.calendarDate {}
table.calendar tr td.calendarDateLinked {padding:0;}
table.calendar tr td.calendarDateLinked a {display:block;padding:2px;text-decoration:none;background:#eee;}
table.calendar tr td.calendarDateLinked a:hover {display:block;background:#135cae;color:#fff;padding:2px;text-decoration:none;}
table.calendar tr td.calendarToday {background:#135cae;color:#fff;}
table.calendar tr td.calendarTodayLinked {background:#135cae;color:#fff;padding:0;}
table.calendar tr td.calendarTodayLinked a {display:block;padding:2px;color:#fff;text-decoration:none;}
table.calendar tr td.calendarTodayLinked a:hover {display:block;background:#BFD9FF;padding:2px;text-decoration:none;}

/* --- Category Tree Select Box --- */
div.k2CategorySelectBlock {}
div.k2CategorySelectBlock form select {width:auto;}
div.k2CategorySelectBlock form select option {}

/* --- Category List/Menu --- */
div.k2CategoriesListBlock {}
div.k2CategoriesListBlock ul {}
div.k2CategoriesListBlock ul li {}
div.k2CategoriesListBlock ul li a {}
div.k2CategoriesListBlock ul li a:hover {}
div.k2CategoriesListBlock ul li a span {}
div.k2CategoriesListBlock ul li a:hover span {}
div.k2CategoriesListBlock ul li.activeCategory {}
div.k2CategoriesListBlock ul li.activeCategory a {font-weight:bold;}

	/* Root level (0) */
	ul.level0 {}
	ul.level0 li {}
	ul.level0 li a {}
	ul.level0 li a:hover {}
	ul.level0 li a span {}
	ul.level0 li a:hover span {}
	
		/* First level (1) */
		ul.level1 {}
		ul.level1 li {}
		ul.level1 li a {}
		ul.level1 li a:hover {}
		ul.level1 li a span {}
		ul.level1 li a:hover span {}
		
			/* n level (n) - like the above... */

/* --- Search Box --- */
div.k2SearchBlock {}
div.k2SearchBlock form {}
div.k2SearchBlock form input.inputbox {}
div.k2SearchBlock form input.button {}

/* --- Tag Cloud --- */
div.k2TagCloudBlock {padding:8px 0;}
div.k2TagCloudBlock a {padding:4px;float:left;display:block;}
div.k2TagCloudBlock a:hover {padding:4px;float:left;display:block;background:#135cae;color:#fff;text-decoration:none;}

/* --- Google Search --- */
#k2Container div.gsc-branding-text {text-align:right;}
#k2Container div.gsc-control {width:100%;}
#k2Container div.gs-visibleUrl {display:none;}



/*----------------------------------------------------------------------
	Modules: mod_k2_users
----------------------------------------------------------------------*/

div.k2UsersBlock {}
div.k2UsersBlock ul {}
div.k2UsersBlock ul li { background: none;}
div.k2UsersBlock ul li.lastItem {}
div.k2UsersBlock ul li a.ubUserAvatar img {}
div.k2UsersBlock ul li a.ubUserName {}
div.k2UsersBlock ul li a.ubUserName:hover {}
div.k2UsersBlock ul li div.ubUserDescription {}
div.k2UsersBlock ul li div.ubUserAdditionalInfo {}
	a.ubUserFeedIcon,
	a.ubUserFeedIcon:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../images/fugue/feed.png) no-repeat 50% 50%;}
	a.ubUserFeedIcon span,
	a.ubUserFeedIcon:hover span {display:none;}
	a.ubUserURL,
	a.ubUserURL:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../images/fugue/globe.png) no-repeat 50% 50%;}
	a.ubUserURL span,
	a.ubUserURL:hover span {display:none;}
	span.ubUserEmail {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../images/fugue/mail.png) no-repeat 50% 50%;overflow:hidden;}
	span.ubUserEmail a {display:inline-block;margin:0;padding:0;width:16px;height:16px;text-indent:-9999px;}

div.k2UsersBlock ul li h3 {clear:both;margin:8px 0 0 0;padding:0;}
div.k2UsersBlock ul li ul.ubUserItems {}
div.k2UsersBlock ul li ul.ubUserItems li {}



/* --- END --- */
