/*------------------------------------------------------------------------
* JV 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: Arial;
	
}
body#bd {
	color: #474747;
	background: url(../images/bd.png) repeat 0 0;
}
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; }
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#jv-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#jv-wrapper-inner {
	padding: 0;
	overflow: hidden;
	margin:0 auto;
}
.jv-wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#jv-userwrap1,
#jv-userwrap2,
#jv-userwrap3,
#jv-userwrap5,
#jv-userwrap6,
#jv-userwrap7,
#jv-top,
#jv-breadcrumb,
#jv-bottom{
	width: 100%;
	overflow: hidden;
	background: url(../images/bd2.png) repeat-y center 0;
}
#jv-userwrap1{
	background: url(../images/userwrap1-bg.jpg) no-repeat center 0;	
}

#jv-userwrap1-inner,
#jv-userwrap2-inner,
#jv-userwrap3-inner,
#jv-userwrap4-inner,
#jv-userwrap5-inner,
#jv-userwrap6-inner,
#jv-userwrap7-inner,
#jv-top-inner,
#jv-footer-inner,
#jv-copyright-inner,
#jv-header-inner{
	padding: 0px 10px ;
	overflow: hidden;
	clear: both;
}

#jv-userwrap4 {
	width: 100%;
	overflow: hidden;
}

#jv-breadcrumb-inner{
	padding: 10px;
}
#jv-top-inner,
#jv-userwrap2-inner{
	margin-top: 10px;
	padding: 0 20px 0 10px;
}
#jv-userwrap1 .jv-wrapper{
	overflow: visible;
	display: block;
}
#jv-userwrap1-inner{
	padding: 0;
	position: relative;
	overflow: visible;
}

#jv-mainbody-inner{
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
	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;
}
div.moduletable_blank{
	margin: 0;
}

div.moduletable_blank .modulecontent{
	padding: 0 !important;
}
div.moduletable_text .modulecontent{
	padding: 0 10px !important;
}

.jv-top-t1,
.jv-userwrap2-t1 {
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
.jv-top-t2,
.jv-userwrap2-t2 {
	padding: 5px;
	border: 1px solid #fff;
	overflow: hidden;
	background: #f3f3f3 url(../images/userwrap2-bg.png) repeat-x 0 0;
}
.jv-top-t2 {
	padding: 5px 10px;
}
/* HEADER
--------------------------------------------------------- */
#jv-header {
	width: 100%;
	overflow: hidden;
	background: url(../images/bd2.png) repeat-y  center 0;
}

/* JV Top ---*/
#jv-topmenu {
	float: left;
	width: 70%;
	color: #737a81;
}
#jv-topmenu-inner {
	padding: 0 5px 0 0;
}
#jv-topmenu .moduletable{
	clear: none;
	float: right;
}
#jv-topmenu ul.menu {
	float: right;
}
#jv-topmenu ul.menu li {
	float: left;
	margin-right: 10px;
}
#jv-topmenu ul.menu li  a {
	color: #878889;
	font-size: 11px;
	text-shadow: 1px 1px 1px #fff;
}

/* JV Logo ---*/
#jv-logo {
	float: left;
	width: 30%;
}
#jv-logo h1 {
	margin: 16px 10px;
}
#jv-logo a {
	width: 849px;
	height: 100px;
	display: block;
	text-indent: -999px;
	background: url(../images/logo.png) no-repeat ;
}
#jv-logo span{
	font-size: 0px;
	line-height: 0;
	text-indent: -999px;
}

/* Search ---*/
#jv-search {
	float: left;
	width: 70%;
}
#jv-search .search {
	width: 200px;
	float: right;
	background: url(../images/search-bg.png) no-repeat 0 0;
}
#jv-search #mod_search {
	padding: 3px 12px;
	border: none;
	color: #979797;
	background: none;
	text-shadow: 1px 1px 1px #fff;
}
#jv-search input.mod_search_searchword:hover  {
	background: #202325;
}

/* JV Mainmenu ---*/
#jv-mainmenu {
	height: auto;
	width: 100%;
	float: left;
	background: url("../images/jv-mainmenu.png") no-repeat 50% 0;
}
#jv-mainmenu.noslide {
	background: url("../images/jv-mainmenu-noslide.png") no-repeat 50% 0;
}
#jv-mainmenu-inner{
	height: 58px;
	overflow: hidden;
	padding: 0 10px;
}
/* JV MainBody
-------------------------------*/
#jv-mainbody {
	width: 100%;
	background: url(../images/bd2.png) repeat-y center 0;
}
#jv-container-full  ,
#jv-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#jv-content{
	overflow: hidden;
	padding-right: 20px;
}
#jv-container-full  #jv-midtop-inner {
	padding: 0;
}
#jv-maincontent {
	width: 78%;
	float: left;
	position: relative;
	overflow: hidden;
}

#jv-container-left #jv-maincontent {
	width: 100%;
}
#jv-container-full #jv-component {
	margin: 0;
}
#jv-container-left #jv-component  {
	margin: 0 0 0 15px;
}

#jv-container-full #jv-maincontent,
#jv-container-full  #jv-middle,
#jv-container-left #jv-middle {
	width: 100%;
}

#jv-midtop {
	width: 83%;
	overflow: hidden;
}
#jv-midtop-inner {
	padding-left: 15px;
	overflow: hidden;
}
#jv-component {
	margin: 0 10px;
	padding: 10px;
	overflow: hidden;
	position: relative;
	background: #FFF;
	border: 1px solid #E0E0E0;
}

/*JV Slideshow
----------------------------- */
#jv-slideshow {
	width: 100%;
	overflow: hidden;
	height: 283px;
}

.jv-proshow{
	margin-top: 7px;
	margin-left: 25px;
}
.jv-proshow-intro-inner p{
	margin: 1em 0;
}
.jv-proshow-intro-inner h3{
	text-shadow: 1px 1px 5px #424242;
	color: #fff;
}
.jv-proshow-intro{
	width:520px;
	top: 15px;
	right: 40px;
}
.jv-pedonheadline-group{
	padding: 5px 15px;
	width: auto;
	margin: 0;
	margin-top: 3px;
}
.jv-pedonheadline-group ul{
	float: right;
}
.jv-proshow-intro-bb,
.jv-proshow-intro-bt{
	background: none;
}
.jv-pedonheadline-group a img {
	padding: 3px;
	background: none;
	border: solid 1px #014771;
}
.jv-pedonheadline-group a:hover img,
.jv-pedonheadline-group a:focus img,
.jv-pedonheadline-group a:active img {
	background: none;
	border: solid 1px #025388;
}
.jv-pedonheadline-group ul li.active img {
	border: solid 1px #0092F2;
}

/*JV Right
----------------------------- */
#jv-right {
	float: right;
	width: 22%;
	position: relative;
}
#jv-right-inner{
	margin-left: 3px;
	color: #565656;
	position: relative;
}
#jv-right .modulecontent{
	padding: 0px 10px;
}
#jv-right h3.title{
	margin: 5px 0;
}

.style1 {
	border: 1px solid #E0E0E0;
	background: #FFF;
}
.style1 h3.title{
	margin: 5px 0;
	padding: 0 0 0 10px;
}

div.style2{
}

div.style2 .modulecontent{
	overflow: visible;
	width: 100%;
	clear: both;
	padding: 0 !important;
}
div.style2 .modulecontent img.caption {
	float: none;
}

div.latestnewsitems h4{
	margin: 0;
	margin-bottom: 0.5em;
	font-weight: normal;
}
div.latestnewsitems h4 a{
	color: #313131;
}
div.latestnewsitems img{
	padding: 0;
	margin: 0;
	
}
a.img_hover {
	padding: 3px;
	margin: 0;
	overflow: hidden;
	float:left;
	background:#d7d7d7;
}
a.img_hover:hover{
	background:#b7b7b7;
} 
.icon1 .title {
	text-indent: 30px;
	display: block;
	background: url(../images/ico-1.png) no-repeat 8px center;
}

#jv-user5,
#jv-user6 {
	width: 100%;
}
#jv-user5-inner,
#jv-user6-inner {
	margin: 0 15px;
	display: block;
}
/*JV Footer
----------------------------- */
#jv-bottom-inner{
	background: url(../images/jv-bottom-bg.png) repeat-y 0 0;
	overflow: hidden;
	margin-right: 2px;
	padding: 15px 0;
} 
#jv-footer {
	width: 40%;
	float: right;
	color: #595959;
	text-align: right;
}
#jv-footer ul.menu {
	margin: 3px 0;
	overflow: hidden;
}
#jv-footer ul.menu li {
	float: right;
	border-right: 1px solid #595959;
	padding: 0 10px;
	height: 14px;
	line-height: 13px;
}
#jv-footer ul.menu li a {
	padding: 0;
	color: #595959;
	text-shadow: 1px 1px 1px #fff;
}
#jv-footer ul.menu li.first {
	border-right: none;
}
#jv-copyright {
	width: 60%;
	color: #595959;
	float: left;
	font-size: 11px;
	text-shadow: 1px 1px 1px #fff;
}
#jv-copyright a {
	color: #000;
}
#jv-breadcrumb {
	float: left;
	width: 100%;
}

/* List Default----*/
ul.lst-step{
	margin: 10px 0;
	overflow: hidden;
}
ul.lst-step li {
	padding-left: 60px;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	background: url(../images/arrow-step.png) no-repeat 25px center;
}
ul.lst-step li.first{
	background: none;
	padding: 0;
}
.jv_twitter li.jv_twitter_item,
ul.jv_user_timeline li.jv_twitter_item{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: none;
	border-top: none;
	border-bottom: 1px solid #EEEEEE;
}
.jv_wrap_twitter .jv_twitter_status {
	display: none;
}
/* Layout Module----*/
.clearfix{
	clear: both;
	overflow: hidden;
}
.modulecontent,
.blog {
	padding: 10px 0;
	display: block;
	overflow: hidden;
}
.style1 .modulecontent {
	padding: 10px;
}

h3.title ,
h3.moduletitle {
	line-height: 22px;
	font-size: 13px;
	color: #2b2b2b;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #a8a8a8;
	font-family: "Myriad Pro";
}
h3.title a{
	color: #2b2b2b;
}
h3.title span{
	color: #006fb0;
}
h2.contentheading {
	color: #2B2B2B;
	margin: 0;
	line-height: 20px;
	text-shadow: 1px 1px 1px #fff;
}
div.moduletitle {
	line-height: 30px;
	margin:0;
	color: #a5cd38;
	font-weight: bold;
	font-size: 13px;
	background: url(../images/moduletitle-bg.png) repeat-x 0 0;
	
}
.jv-user {
	overflow: hidden;
	float: left;
}
.jv-box-right {
	float: right;
}
.jv-user .jv-box-inside {
	padding: 0 10px;
}
.jv-box-full {
	width: 100%;
	margin-left: 0px !important;
}
.clr {
	clear: both;
	line-height: 0;
	height: 0;
}
.hidden {overflow: hidden;}
.alpha {	margin: 0 !important;}
.font12{font-size: 12px; }
.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;font-weight: bold;}
.grey{color: #959595;}
.black{color: #515151;}
.blue{color:#005585;}
/* JV Login ---*/
#form-login-username,
#form-login-password {
	margin : 0;
	margin-bottom: 10px;
}
#form-login-username input ,
#form-login-password input{
	height: 20px;
	background: #eaeaea;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #fff;
	width: 99%;
	color: #b7b7b7;
}

/* Default Link ---*/
a.readone {
	color: #035d93;
	padding-right: 10px;
}

/* JV Scroller--------------*/
.handles{
	margin-top: 3px;
}
.jv-scroller-wrapper .jv-product-img {
	display: block;
	
	border: 3px solid #cfcfcf;
	overflow: hidden;
}
.jv-scroller-wrapper .jv-product-img a:hover{
	background: #a9a9a9;
}
.jv-scroller-wrapper .jv-product-name{
	padding: 3px 10px;
	background: #0083ce;
	text-align: center;
	margin-top: 10px;
	color: #fff;
}
.jv-scroller-wrapper .jv-product-name:hover{
	background: #1c9ee8;
}
a.product-name{
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
a.product-name:hover{
	text-decoration: none;
	color: #ffea00;
}
.jv_scroller_wrap .scroll-item {

}
.jv-mainproduct{
	margin-right: 15px;
}
/* JV Login----*/
input.bt-submit{
	width: 68px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	margin-right: 15px;
	cursor: pointer;
	background: url(../images/button.png) no-repeat 0 0;
}
input.bt-submit:hover {
	background-position: right -24px;
}
input.bt-submit {
	margin: 0;
	border: none;
	font-weight: bold;
	background-position: right top;
}
ul.login li {
	padding-left: 14px;
	background: url(../images/arrow-login.png) no-repeat 0 7px;
}
ul.login li a {
	color: #717171;
	text-shadow: 1px 1px 1px #f7f7f7;
}
/* JV Highlight----------*/

/* JV Userwrap3----------*/
.icon2 h3.title,
.icon3 h3.title{
	text-indent: 30px;
	background: url(../images/ico-2.png) no-repeat 5px center;
}
.icon3 h3.title{
	background: url(../images/ico-3.png) no-repeat 5px center;
}
.icon4 h3.title{
	text-indent: 30px;
	background: url(../images/ico-4.png) no-repeat 5px center;
}
.icon5 h3.title{
	text-indent: 30px;
	background: url(../images/ico-5.png) no-repeat 5px center;
}
.tab_colud a{
	color: #474747;
	line-height: 25px;
	text-shadow: 1px 1px 1px #ddd;
}
.tab_colud a:hover{
	background: #3686db;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}
ul.lst-comment{
	margin: 0.7em 0;
}
ul.lst-comment li{
	padding: 0;
	color: #474747;
	font-size: 11px;
	margin-bottom: 0.5em;
	background: none;
	font-family: Tahoma,Helvetica;
	text-shadow: 1px 1px 1px #dadada;
	border-bottom: 1px dotted #c0c0c0;
}
ul.lst-comment li.last{
	border-bottom: none;
}
.cm-date{
	font-style: italic;
	color :#717171;
	margin: 0.5em 0 ;
	font-size: 11px;
}
.cm-user {
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	color: #006fb0;
	background: url(../images/ico-6.png) no-repeat 0 center;
}
/* JV headline----------*/
.jvcarousel-item img{
	padding: 0px;
	border: 3px solid #cfcfcf;
	margin: 0 0 10px;
}
.jvcarousel-item p{
	clear: both;
	width: 97%;
	background: #0083ce;
	
}
.jvcarousel-pagi{
	position: absolute;
	top: 5px;
	right: 30px;
}
.handles span.active{
	background: url(../images/handles_bg.png) no-repeat 0 bottom;
}
.handles .handles_item{
	height: 11px;
	width: 11px;
	display: block;
	text-indent: 999em;
	background: url(../images/handles_bg.png) no-repeat 0 0;
}
a.jvcarousel_mtitle{
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: center;
	padding: 4px 10px;
}
a.jvcarousel_mtitle:hover{
	color: #ffeb00;
	text-decoration : none;
}
/* Jom K2----------------*/
div.subCategory{
    background: #FFF;
    border: 1px solid #E0E0E0;
    margin: 10px 0;
    padding: 10px;
}
div.subCategory:hover{
	background: #f7f7f7;
}
div.col-first div.subCategory{
	margin-left: 0;
}
div.subCategory h2{
	margin: 0 0 15px 0;
	font-size: 130%;
}
/* Layout Deco ---*/
.items-leading { border-bottom: 1px solid #ccc; }

.items-row { border-bottom: 1px solid #E8EDF0; }

/* Meta ---*/

/* Other Class----------*/
#k2Container {
    padding: 0;
}
div.itemView {
	border-bottom: none;
}
div.jvItems {
	margin: 0 0 16px 0;
	padding: 0;
}
div.itemHeader h2.itemTitle {
	padding: 0 0 10px 0;
	color: #000;
}
div.itemAuthorBlock {
    background: #FFF;
    border: 1px solid #DFDFDF;
}
div.itemAuthorLatest {
	padding: 16px;
    background: #FFF;
    border: 1px solid #DFDFDF;
}
h3.jvk2titlebox {
	margin: 0;
	padding: 0;
	font-size: 140%;
	width: 100%;
	height: 31px;
	overflow: hidden;
}
h3.jvk2titlebox span {
	padding: 5px 0;
	float: left;
	color: #000;
	font-family: "Myriad Pro";
}
div.itemNavigation {
	padding: 4px 16px;
    background: #FFF;
    border: 1px solid #DFDFDF;
}
div.itemComments {
	padding: 0;
    background: none;
    border: none;
}
div.itemListsComments,
div.itemCommentsForms {
	margin: 0 0 16px 0;
	padding: 16px;
    background: #FFF;
    border: 1px solid #DFDFDF;
}
div.itemCommentsForm h3 {
	padding: 0;
}
div.itemCommentsForm form input#submitCommentButton {
	font-size: 110%;
	font-weight: bold;
	color: #575757;
	border: 1px solid #CCC;
	background: url(../images/readon-bg.gif) repeat-x left bottom;
}
div.itemCommentsForm form input#submitCommentButton:hover,
div.itemCommentsForm form input#submitCommentButton:focus,
div.itemCommentsForm form input#submitCommentButton:active {
	color: #000;
	background: #FFF;
}
div.itemCommentsForm p.itemCommentsFormNotes {
	border-top: none;
}
div.catItemHeader h3.catItemTitle a {
	color: #3E3E3E;
}
a.k2ReadMore {
	padding: 3px 7px;
	text-align: center;
	color: #575757;
	font-weight: bold;
	border: 1px solid #CCC;
	background: url(../images/readon-bg.gif) repeat-x left bottom;
}
a.k2ReadMore:hover,
a.k2ReadMore:focus,
a.k2ReadMore:active {
}
div.itemIntroText { 
	font-size: 100%;
	line-height: 140%;
}
div.latestItemTagsBlock ul.latestItemTags li,
div.itemAttachmentsBlock ul.itemAttachments li,
div.catItemAttachmentsBlock ul.catItemAttachments li,
div.itemSocialLinksBlock ul.itemSocialLinks li,
div.itemTagsBlock ul.itemTags li,
div.catItemTagsBlock ul.catItemTags li { 
	background: none;
}
div.subCategoryContainerLast {
	float: right;
}
div.itemListCategory {
    background: #FFF;
}
div.catItemLinks {
    margin: 0 0 8px;
}
span.catItemDateModified {
    margin: 10px 0 0;
}
div.itemListCategory h2 {
	margin: 0 0 10px;
}
div.latestItemsCategory {
	background: #FFF;
}
div.latestItemsCategory h2 {
	margin: 0;
}
h2.latestItemTitleList {
	font-size: 100%;
}
div.itemListSubCategories h3 {
	margin: 0 0 10px 0;
}

.jv-proshow-intro-inner a.readon {
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.jv-proshow-intro-inner a.readon:hover {
	background: none;
}