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

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

body#bd {
	color: #4B4B4B;
	background: #333333;
}

body.contentpane {
	color: #2e2e2e;
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}
body.fs1 {font-size: 9px;}
body.fs2 {font-size: 10px;}
body.fs3 {font-size: 11px;}
body.fs4 {font-size: 12px;}
body.fs5 {font-size: 13px;}
body.fs6 {font-size: 14px;}


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

/*article image*/
img {
	border: 0;
	margin: 0;
	padding: 0;
}

.img_caption p {
	text-align: center;
	color: #2e2e2e;
}

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

.img_caption {
	float: left;
	margin: 0 20px 0 0;
	padding: 10px;
	background: url(bg-imgcaption.jpg) repeat-x bottom #1D1D1D;
}
#jv-content-full img,
#jv-content img, 
.joomvision_content img {
	border: 1px solid #DDDDDD;
	margin: 0 10px 0 0;
	padding: 3px;
	background: #FFF;
	width:105px;

}
#jv_membershipwrap img {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}
.img_caption img {
	padding: 2px;
	background: #000;
}
.img_caption p {
	padding-top: 5px;
	margin-top: 0px;
}

/* Heading */
h1 {font-size: 200%; padding:0; margin:0;	}

#slogan {
	color: #FFF;
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	margin: 0 auto;
	padding-top: 5px;
}
#slogan a{
	color: #FFF;	
}	
h2 {
	font-size: 175%;
	color: #292929;
	text-shadow: 0 1px 0 #FFFFFF;
}
h3 {
	font-size: 150%;
	color: #292929;
	text-shadow: 0 1px 0 #FFFFFF;
}
h4 {font-size: 125%;}

pre, blockquote, ul, ol, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
	text-align:justify;
}

h1, h2{
font-size:175%;
border-bottom:1px dashed #ccc;
padding:0 0 3px 0;
margin:0 0 7px 0;
color:#000;
}

p{
	margin:0;
	padding:0 0 7px 0;
	text-align:justify;
}

h2.highlight {
	margin: 0 0 10px 0;
	font-weight: 100;
}
h2.highlight span {
	color: #292929;
}
ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
}
ul.greyarrow li {
	background: url(li_bg.jpg) no-repeat 0 1px;
	font-size:14px;
	line-height:20px;
	margin-bottom:5px;
	padding-left:23px;
}
ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;

}


fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

legend {
	font-weight: bold;
	background: #0b1b24;
}

hr {
	border: none !important;
}

td, th, div {
	font-size: 100%;
}

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

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.inputbox {
	border: 1px solid #D5D5D5;
	background: #F9F9F9;
	padding: 4px;
	color: #797878;
	width:240px;
}
.button {
	background: url(button_bg.jpg) no-repeat top left;
	height:33px;
	line-height:33px;
	width: 85px;
	border: none;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size: 120%;
	cursor: pointer;
}

div.search .button {
	background: url(bg_search.jpg) no-repeat top left;
	margin-left: 7px;
	width: 99px;
}
div.search .inputbox {
	background: #4b4b4b;
	color: #FFF;
	width: 150px;
}
#form-login .button {
	background: url(bg_login.jpg) no-repeat top left;
}

.acymailing_form .button {
	background: url(bg_readmore.jpg) no-repeat top left;
	margin-top: 10px;
	width: 130px;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 10px !important;
}

.readmore {
	background: url(bg_readmore.jpg) no-repeat top left;
	height: 32px;
	line-height:32px;
	float: left;
	border: none;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size: 120%;
	font-weight: normal;
	cursor: pointer;
	padding: 0 10px 0 12px;
	width: 108px;
}

#jv-button-wrap {
	padding-top: 10px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
a.jv_download,
a.jv_joinnow,
a.jv_viewdemo {
	display: inline-block;
	text-indent: -9999px;
	width: 92px;
	height: 23px;
	cursor: pointer;
	margin: 0 ;
}
a.jv_download {
	background: url(jvdownload.jpg) no-repeat top left;
}
a.jv_download:hover {
	background: url(jvdownload.jpg) no-repeat -23px left;
}
a.jv_joinnow {
	background: url(jvjoinnow.jpg) no-repeat top left;
}


a.jv_viewdemo {
	background: url(jvdemo.jpg) no-repeat top left;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	clear: both;
	margin: 0;
}
.article_column {
	padding: 0;
}
.column_separator {
	background: url(dot-vert.gif) repeat-y top left;
}

/* content tables */
.sectiontableheader {
	padding: 4px 8px;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #770402;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
}
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 4px;
}
table.contentpane {
	border: none;
	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(bullet.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

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: 15px 0;
	padding: 0;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background:  url(li_bg.jpg) no-repeat scroll 0 1px;
	line-height: 20px;
	margin: 0 0 5px;
	padding: 0 0 0 23px;
}
h1.componentheading, 
.componentheading {
	font-size: 175%;
	font-weight: bold;
	color: #292929;
	text-shadow: 0 1px 0 #FFF,  0 2px 4px #AAAAAA;
	margin: 0 0 10px;
	padding: 5px 0;
}
div.componentheading {
	padding: 0;
	display: block;
}
.contentdescription {
	/*padding-bottom: 30px;*/
}

h2.contentheading, 
.contentheading {
	margin: 0;
	padding: 0;
	line-height: 125%;
	font-weight: bold;
	color: #292929;
	text-shadow: 0 1px 0 #FFFFFF, 0 2px 4px #AAAAAA ;
}
h2.contentheading a {
	color: #292929;
	text-shadow: 0 1px 0 #FFFFFF, 0 2px 4px #AAAAAA !important;
}
h2.contentheading a:hover,
h2.contentheading a:active,
h2.contentheading a:focus {
	color: #006DBA;
	text-decoration: none;
}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}
a {
	color: #006DBA;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}	
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}
.pagenavcounter {
	float: left;
	font-weight: bold;
	padding: 0;
	text-align: center;
	width: 100%;
	
}

.counter {
	background: url(counter-bg.jpg) no-repeat left center;
	color: #474747;
	font-weight: normal;
	padding: 0 6px;
	margin: 10px 0;
	float: left;
	width: 100px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}
ul.pagination {
	margin: 0 auto ;
	float: left;
	padding: 0;
	background: url(dot.gif) repeat-x top;
	color: #514e4e;
	width: 100%;
}

ul.pagination li {
	background: url(pagination-right.jpg) no-repeat right top;
	display: block;
	float: left;	
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	background: url(pagination-left.jpg) no-repeat left top;
	padding: 2px 4px 2px 10px ;
	line-height: 18px;
	float: left;
}

ul.pagination a {
	padding: 0;
	text-decoration: none;
	color: #006DBA;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	
}

.pagenavbar {
	background: url(icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}


.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews a, ul.mostread a {

}
ul.latestnews ul {
	margin: 0.8em;
}

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

.createby {
}

.createdate {
	padding-right: 6px;
	margin-right: 5px;
	line-height: 24px;
	color: #787878;
	font-size: 11px;
	font-family: Tahoma;
}

.modifydate {
	width: 100%;
	display: block;
	color: #770402;
	margin: 15px 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
}

.article-section a {
	color: #770402;
}

.article-category a {
	color: #770402;
}

div.buttonheading {
	position: absolute;
	top: 4px;
	right: 10px;
}


.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
	background: none !important;
}




/*common style for column*/

/* MODULE
--------------------------------------------------------- */


/* MAIN NAVIGATION
--------------------------------------------------------- */

#jv-wrapper {
	width: 994px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* BEGIN HEADER
-------------------------------------------------------------*/
#jv-header {
	width: 100%;
	height:100px;
	overflow: hidden;
	position: relative;
}
#logo {
	margin: 0;
	float: left;
	display: block;
	width:513px;
	height: 100px;
	text-indent: -999em;
	background: url(logo.jpg) no-repeat left top;
}
* html #logo {
	/*background: url(../images/logo.gif) no-repeat left top;*/
}
#jv-topmenu {
	color: #FFF;
	padding:  0 0;
	display: block;
	text-align: right;
	float: right;
	width: 468px;
	margin-top:10px;
}
#jv-topmenu ul {
	margin: 0;
	text-align: right;
}
#jv-topmenu li {
	padding: 0 10px;
	display: inline;
	background: url(bg-topmenu.jpg) no-repeat right center;
}
#jv-topmenu li.last {
	padding: 0 0 0 10px;
	background: none;
}
#jv-topmenu a {
	color: #FFF;
	text-transform: none;
}
/* END HEADER
-------------------------------------------------------------*/

/* BEGIN SLIDESHOW
-------------------------------------------------------------*/
#jv-media-slide {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
}
#jv-mediacenter {
	z-index: 99;
}
#jv-slideshow,
#jv-mediacenter {
	padding: 10px;
	display: block;
	width: 974px;
	overflow: hidden;
	border: 0;
	background: #DEDEDE url(bg-slideshow.jpg) repeat-x top left;
}
#jv-slideshow-inside {
	display: block;
	overflow: hidden;
	border: 0;
	padding: 10px; width:959px;
	height:263px;
	background:#FFFFFF url(top_bonus_bg.jpg) no-repeat scroll 10px 10px;
}


.bonus_tbl{
background:transparent url(bonus_bg.jpg) no-repeat scroll 0 0;
border:0 none;
color:#FFFFFF;
display:inline;
float:left;
height:170px;
margin:65px 0 0 8px;
overflow:hidden;
padding:10px;
width:209px;
text-align:center;
}

.bonus_tbl img{
 background:#ccc;
 border:1px solid #fff;
 padding:2px;
 margin:1px 0;
}

.bonus_tbl h4{
padding:0;
margin:0;
font-size:15px;
font-weight:bold;
text-decoration:none;
color:#fff;
}

.bonus_tbl p{
padding:0;
margin:0;
font-size:15px;
font-weight:bold;
color:#fff;
}


/* END SLIDESHOW
-------------------------------------------------------------*/
#jv-mainmenu {
	position: relative;
	display: block;
	height: 54px;
	background: url(menu-bg.jpg) no-repeat 0 0;
}
#mediacenter {
	display: block;
	margin: 13px 0 0 0;
	padding: 5px 0 0 0;
	width:210px;
	height: 30px;
	float: right;
	text-indent: -9999px;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	background: url(jvjoin.jpg) no-repeat 0 0;
}
#jv-mediacenter-inside {
	display: block;
	width: 972px;
	overflow: hidden;
	border: 0;
	background: #000;
}
.media-active {
	background: url(jvjoin.jpg) no-repeat 0 -29px !important;
}
* html #mediacenter {
	background: url(jvjoin.jpg) no-repeat 0 0;
}
* html .media-active {
	background: url(jvjoin.jpg) no-repeat 0 -29px !important;
}
/* BEGIN CONTAINER
-------------------------------------------------------------*/
#jv-content-wrapper {
	padding: 0;
	width: 964;
	overflow: hidden;
	background: #F5F3F5;
	border: 1px solid #E7E7E7;
}
#jv-highlight,
#jv-nav {
	background: url(topbar-bg.jpg) repeat-x top left;
	overflow: hidden;
	display: block;
	padding: 7px 0;
	height: 30px;
}
#jv-nav-left {
	color: #292929;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin: 4px 0 0 0;
	padding-left: 10px;
	text-shadow: 0 1px 0 #FFF;
}
#jv-nav-right {
	float: right;
	white-space: nowrap;
}
#jv-content {
	padding: 0;
	display: block;
	float: left;
	width: 50%;
	overflow: hidden;
}

#jv-content-full .jv-padding, 
#jv-content .jv-padding {
	padding: 0px 10px ;
}	
#jv-content-full {
	width: 100%;
	float: left;
	display: block;
	padding: 0;	
}
#jv-right {
	padding: 25px 0 0 0;
	display: block;
	float: right;
	width: 262px;
}
*html #jv-right {
	width: 260px;
	float: right;
	margin:0 -12px 0 0px
}

#jv-left {
background:#CCCCCC none repeat scroll 0 0;
float:left;
height:auto;
overflow:hidden;
padding:10px;
width:200px;
}

#jv-left h2{
background:url(h2_headbg.jpg) repeat-x 0 0;
height:30px;
width:95%;
color:#333;
font-size:125%;
font-weight:normal;
padding:5px 0 0 12px;
margin:0;
text-transform:uppercase;

}

#jv-left .moduletable{
background:transparent none repeat scroll 0 0;
clear:both;
display:block;
margin:0 0 15px;
overflow:hidden;
}

/* END CONTAINER
-------------------------------------------------------------*/

/* BEGIN SLOGAN
----------------------------------------------*/

.jv-slogan {
	color: #282828;
	margin: 0 auto 0;
	padding: 20px 15px 0;
	font-size: 100%;
	text-align: left;
	font-weight: normal;
}
.jv-slogan a {
	
}
.jv-slogan a:hover,
.jv-slogan a:active,
.jv-slogan a:focus {
	color: #4B4B4B;
}

/* BEGIN FOOTER 
----------------------------------------------*/
#jv-footer-wrapper {
	margin:  0 auto 20px;
	padding: 0 0 0;
	width: 992px;
	color: #333;
	overflow: hidden;
	text-align: center;
	height:auto;
	background: #FFF url(bg_footer.jpg) repeat-x scroll center top;
	border-top: 0;
	border-bottom: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	-moz-border-radius:  0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#jv-footer-inside {
	margin: 0 auto;
	padding: 15px 15px;
	text-align: left;
	overflow: hidden;
}
#jv-footer-inside a {
	color: #555;
	font-weight: normal;
	text-decoration: none;
	
}
#jv-footer-inside a:hover,
#jv-footer-inside a:focus,
#jv-footer-inside a:active {
	color: #006DBA;
	text-decoration: underline;
}
#jv-footer-menu {
	float: right;
	width: 51%;
}
#jv-footer-menu ul {
	margin: 0;
	padding: 0;
	float: right;
}
#jv-footer-menu li {
	padding: 0 12px;
	float: left;
	font-size: 100%;	
	background: url(bg-footer-menu.jpg) no-repeat left center;
}
#jv-footer-menu li.jv-firstitem {
	background: none;
}
#jv-footer-menu a {
	color: #555;
	font-size: 100%;
	text-decoration: none;
}
#jv-footer-menu a:hover,
#jv-footer-menu a:focus,
#jv-footer-menu a:active {
	color: #006DBA;
	text-decoration: underline;
}
#jv-footer-info {
	padding: 0;
	float: left;
	width: 48%;
}
/* END FOOTER 
----------------------------------------------*/

/* Clearfix */
.clearfix {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}
/* Other */
.inputboxsmall {
	width: 35px;
}
div.moduletable,
div.moduletable_menu {
	background: url(h3-bg.jpg) no-repeat 0 0;
	margin: 0 0 15px 0;
	display: block;
	clear: both;
	overflow: hidden;
}
div.moduletable_menu h3,
div.moduletable h3 {
	color: #EDEDED;
	display: block;
	font-weight: normal;
	font-size: 125%;
	height: 44px;
	line-height: 44px;
	margin: 0 0 5px 0;
	padding: 0 0 0 12px;
	position: relative;
	text-shadow: 0 1px 0 #989898, 0 2px 4px #666666;
	text-transform: uppercase;
	width: 262px;
}

#jv-right div.moduletable h3 span.h3shadow {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 9999;
	width: 250px;
	height: 36px;
	/*background: url(../images/h3shadow.png) no-repeat 0 0;*/
	display: block;
}
div[class ^="module"] h3.show {
	/*background: url(h3-bg.jpg) no-repeat 0 0;*/
}
div[class ^="module"] h3.hide {
	background: url(h3-bg.jpg) no-repeat 0 0;
}
div.category h3.show {
	background: url(h3.jpg) no-repeat 0 -72px;
}
div.category h3.hide {
	background: url(h3.jpg) no-repeat 0 -108px;
}
#jv-right div.moduletable_siena h3 {
	margin: 0;
	padding: 0 10px;
	display: block;
	width: 100%;
	line-height: 28px;
	color: #FFF;
	font-size: 12px;
	background: #7a2511;
}

#jv-right ul {
	padding: 0 0 0 5px;
}
#jv-right ul li {
border-bottom:1px dotted #115D92;
margin:5px 0;
padding:5px 0 2px 25px;
width:220px;
background:url(list_icon.jpg) no-repeat 1px 5px;
}
* html #jv-right ul li {
	margin: 0;
}


#jv-right ul.jv_userlinks a {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(li_bg.jpg) no-repeat 0 0;
}

ul.archives {
	width: 80%;
}
ul.archives li {
	padding: 5px 0 5px 10px;
	border-bottom: dotted 1px #B5B5B5;
}
ul.archives li a {
	color: #575656;
}
div.moduletable_search {
	padding: 20px 10px;
}
input.inputbox_search {
	width: 170px;
	padding: 5px 25px 5px 5px;
	border: solid 1px #D8D8D8;
	background: url(left_search.jpg) no-repeat right center;
}
#cm_submit {
	margin: 0 0 0 10px;
	display: block;
	width: 54px;
	height: 23px;
	border: none;
	cursor: pointer;
	text-indent: -999em;
	background: url(signup.jpg) no-repeat 0 0;
}
#cm_email {
	padding: 5px 5px 0 5px;
	background: none;
	border: solid 1px #1E1E1E;
	height: 16px;
	width: 180px;
	color: #414141;
}
span.smallgrey {
	float: left;
	width: 180px;
	height: 23px;
	text-indent: -999em;
	background: url(newletter.jpg) no-repeat left center;
}
span.smallgrey label {
	display: none;
}
div.jvboxheading {
	padding: 0 0 15px 0;
	overflow: hidden;
	background: url(dotted.jpg) repeat-x bottom;
}
div.jvcreatdate {
	margin: 0 15px 0 0;
	width: 38px;
	height: 44px;
	display: block;
	float: left;
	color: #3A3A3A;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	background: url(bg-creatdate.jpg) no-repeat 0 0;
}
div.jvcreatdate span.jvmonth {
	display: block;
	margin: 3px 0 0 0;
}
div.jvcreatdate span.jvday {
	clear: both;
	display: block;
	font-size: 18px;
	margin: 2px 0 0 0;
}
div.jvcontentheading {
	color: #006DBA;
	font-size: 1.7em;
	line-height: 28px;
}
div.jvdescription {
	margin: 10px 0 0 0;
}
div.jvextra {
	margin: 5px 0 0 0;
	height: 25px;
	display: none;
}
a.jvpermalink {
	margin: 0 30px 0 0;
	padding: 5px 0 5px 30px;
	background: url(permalink.jpg) no-repeat center left;
}
a.jvcomments {
	margin: 0 30px 0 0;
	padding: 5px 0 5px 30px;
	background: url(comment.jpg) no-repeat center left;
}
div.jv-collapse {
	padding: 0 5px;
}
.joomvision_content {
	padding-top: 5px;
}
.joomvision_content li {
	background: url(li_bg.jpg) no-repeat 0 1px;
	font-size:14px;
	line-height:20px;
	margin-bottom:5px;
	padding-left:23px;
}
/* list-style: pos1 pos2 po3;
 *    parameter:
 *               pos1: none | disc | circle | square
 *               pos2: inside | outside
 *               pos3: none | url('arrow.gif')
 * more info under: http://www.w3schools.com/css/css_list.asp
 */

.sitemap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.xmap ul{
	padding: 0 ;
}	
.sitemap ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	list-style	: inside square;
	padding		: 0 20px;
}
.sitemap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}
.sitemap .active {
	font-style	: italic;
}


div#jv_rmenu {
	position: absolute;
	left: 100px;
	top: 0;
	/* background: #f0f0f0; */
	/* border: 1px solid #000; */
	padding: 0;
	z-index: 9999;
}
div#jv_rmenu ul {
	margin: 5px 0;
	padding: 0;
}
div#jv_rmenu .jvlogo {
	margin-left: 15px;
}
div#jv_rmenu a {
	background: url(pop_menu.jpg) no-repeat top left;
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
	padding: 4px 10px 5px 25px;
	line-height: 17px;
	outline: none;
	white-space: nowrap;
}
div#jv_rmenu a:hover,
div#jv_rmenu a:focus,
div#jv_rmenu a:active {
	color: #000;
	background: url(pop_hover.jpg) no-repeat top left;
	color: #FFFFFF;
}

/* meberships */
#jv_membershipwrap{
	margin:0 auto;
	text-align:center;
	height:100%;
}
#jv_memberships{
	width:100%;
	display: block;
	text-align:center;
	background: #E1E1E1;
	overflow: hidden;
}
#jv_jointitle,
#jv_signuptitle {
	background: url(jointitle-bg.jpg) top left repeat-x;
	color: #115688;
	display:block;
	font-size:150%;
	font-weight:bold;
	height: 42px;
	line-height: 42px;
	padding: 0 0 0 30px;
	text-align:left;
	text-transform:uppercase;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.moreinfo{
	font-size:11px;
	font-style: italic;
	font-weight: bold;
	padding:10px 5px;
}
#jv_membershiptype{
	border:1px solid #FFF;
	border-bottom:none;
	border-left: none;
	display:block;
	float:left;
	width: 100%;
	height: 146px;
}
.jv_membershiptype,
.jv_duration,
.jv_domains, 
.jv_templates,
.jv_freetemplates,
.jv_extensions, 
.jv_downloadinfo,
.jv_copyright, 
.jv_support, 
.jv_prices, 
.jv_purchase {
	color: #2D2D2D;
	padding: 0 10px;
	text-align:center;
	float: left;
}	

.jv_membershiptypetitle,
.jv_durationtitle,
.jv_domainstitle, 
.jv_templatestitle,
.jv_freetemplatestitle,
.jv_extensionstitle,
.jv_downloadtitle, 
.jv_copyrighttitle, 
.jv_supporttitle, 
.jv_pricestitle, 
.jv_purchasetitle {
	/*background: url(../images/membershiptitle-bg.jpg) repeat-x left top;*/
	/*border-bottom:1px solid #FFF;*/
	color: #000;
	padding: 0 0 0 30px;
	font-weight:bold;
	text-align: left;
	float: left;
	width: 18%;
}

.jv_membershiptype,
.jv_membershiptypetitle {
	height: 146px;
	line-height: 146px;
}

/**/
.jv_duration,
.jv_durationtitle,
.jv_domains,
.jv_domainstitle,
.jv_templates,
.jv_templatestitle,
.jv_freetemplates,
.jv_freetemplatestitle,
.jv_extensions,
.jv_extensionstitle,
.jv_downloadinfo,
.jv_downloadtitle,
.jv_copyright,
.jv_copyrighttitle,
.jv_support,
.jv_supporttitle,
.jv_prices,
.jv_pricestitle,
.jv_purchase,
.jv_purchasetitle{
	overflow:hidden;
	padding-top: 10px; 
	padding-bottom: 10px;
}
	

/**/
#jv_duration,
#jv_domains,
#jv_templates,
#jv_freetemplates,
#jv_extensions,
#jv_download,
#jv_copyright,
#jv_support,
#jv_prices,
#jv_purchase{
	border:1px solid #FFF;
	border-left:none;
	border-bottom:none;
	border-right: none;
	display:block;
	float: left;
	width: 100%;
}
/**/
/* Width */
.jv_membershiptype,
.jv_duration,
.jv_domains,
.jv_freetemplates,
.jv_templates,
.jv_extensions,
.jv_downloadinfo,
.jv_copyright,
.jv_support,
.jv_prices,
.jv_purchase {
	border-left: 1px solid #FFFFFF;
	text-align:center;
	display:block;
	float: left;
	width: 13%;
}	
.jv_prices {
	font-size: 200%;
	font-weight: bold;
	color: #006DBA;
}
div#jv_memberships a.jv_joinnow {
	background: url(joinnow.jpg) no-repeat top left;
}

#jv_membershipwrap ul {
	margin: 0;
}
ul li.yes {
	text-align: left;
	background: url(yes.gif) no-repeat top left;
	line-height: 29px;
	padding-left: 30px;
}
ul li.no {
	text-align: left;
	background: url(no.gif) no-repeat top left;
	padding-left: 30px;
	line-height: 29px;
}
/******* IE6 FIX ****/
/******* Need to be placed here for forums and amember ********/
#jv_signuptitle {
	border-bottom: 1px solid #FFF;
}
#jv_memberships th {
	background: none;
	border:1px solid #FFF;
	border-top:none;
	border-right: none;
	color: #000000;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 10px 15px 10px 30px;
	width: 30%;
}
#jv_memberships td {
	background: none;
	border:1px solid #FFF;
	border-top:none;
	border-left: 1px solid #FFF;
	border-right: none;
	color: #000;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px 10px;
}
#jv_memberships #f_email,
#jv_memberships #f_login,
#jv_memberships #f_pass0,
#jv_memberships #pass1 {
	width: 230px;
}
#jv_signupbutton {
	margin: 0 auto 20px;
	text-align: center;
}
#jv_signupbutton .button {
	background:#116DB0 none repeat scroll 0 0 !important;
	border:1px solid #168EE5 !important;
	font-size:10px !important;
	height:auto !important;
	padding:3px;
	width:auto !important;
}
/* FAQs Style*/
.jv_faq_q {
	background: url(q.jpg) 0 8px no-repeat;
	border-bottom: 1px dashed #1a1a1a;
	padding-left: 25px;
}
div.answer_text {
	background: url(a.jpg) 0 8px no-repeat;
	width: 25px;
}
div.answer_content {
	color:#000000;
}
.jv_accordion img{
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
}
.jv_accordion a {
	border: none;
	outline: none;
	text-decoration: none;
}
a.toggler {
	padding: 8px 0;
}
/* 4 step */
div.step1,
div.step2,
div.step3,
div.step4 {
	height: 170px;
	float: left;
	width: 24.6%;
	padding: 0;
	margin: 0;
}
div.step1 div.step-content,
div.step2 div.step-content,
div.step3 div.step-content,
div.step4 div.step-content{
	padding: 6px 15px 50px;
}		
div.step1 {
	background: url(box-step1.png) 0 0 no-repeat;
}
div.step1 h4,
div.step2 h4,
div.step3 h4,
div.step4 h4{
	margin: 0;
}

div.step2 {
	background: url(box-step2.png) 0 0 no-repeat;	
}

div.step3 {
	background: url(box-step3.png) 0 0 no-repeat;
}

div.step4 {
	background: url(box-step4.png) 0 0 no-repeat;
}
/* JV Tabs*/
.jvjoomlatemplate {
	background: url(joomlatemplate.png) 0 0 no-repeat;
	margin-top: 10px;
	height: 200px;
}
.jv-tabswrap .jv-tab-content .jvjoomlatemplate ul {
	padding-left: 260px !important;
}	
.jv-tabswrap .jv-tab-content li {
	background: url(li-joomla.png) 0 6px no-repeat !important;
	padding-left: 25px  !important;
}

/*Forum Membership Color*/
.jv_developer {
	color: #FF6600;	
	font-size: 19pt;
}
.jv_admin {
	color:#FF0000 !important;
	display:block;
	font-size:20pt;
	font-weight:bold;
	margin-bottom:-20px;
}
.jv_licensed {
	color:#279600;
	font-weight:bold;
}
.jv_platinum {
	color:#0448E3 !important;
}
.jv_staff {
	color:#9D06B4 ;
	display:block;
	font-size:20pt;
	font-weight:bold;
	margin-bottom:-20px;
}

.jv_pro {
	color:#066A04;
	display:block;
	font-size:18pt;
	font-weight:bold;
	margin-bottom:-20px;
}

/* Affiliate Style */
.jv-aff-signup {
	background: url(aff-button.jpg) top left no-repeat;
	color:#FFFFFF;
	font-size:150%;
	padding: 16px 31px 16px 30px;
	float: left;
	margin-left: 250px;
}
.jv-aff-signup:hover,
.jv-aff-signup:active,
.jv-aff-signup:focus {
	text-decoration: none;
	background: url(aff-button.jpg) bottom left no-repeat;
}

/* User 6 8 9 Style*/
#jv-boxwrap {
	background: #FFFFFF url(bg_footer.jpg) repeat-x scroll center top;
}
.jv-box-left,
.jv-box-center {
	float: left;
}
.jv-box-right {
	float: right;
}
#jv-user6,
#jv-user9 {
	padding: 10px 10px;
}
#jv-user8 {
	padding: 10px 0 0;
}
#jv-user6 div.moduletable,
#jv-user8 div.moduletable,
#jv-user9 div.moduletable {
	background: #FCFCFC url(tcat_bg.jpg) repeat-x scroll left top !important;
	border: 1px solid #EBEBEB;
	color: #000;
	padding: 0 10px 10px;
	margin: 0;
	min-height: 180px;
}
#jv-user6 div.moduletable h3,
#jv-user8 div.moduletable h3,
#jv-user9 div.moduletable h3{
	color: #000;
	height: 36px;
	line-height: 36px;
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
}

/* JoomVision Extensions Style*/

/*G Weather */

ul.jv_weather_forecast li.jv_wfday {
	padding: 0;
	margin: 0;
}




.reviews_banner img{
 float:left;
 margin:2px 5px 2px 0;
 border:1px solid #000;
 padding:3px;
 background:#fff;
}

.reviews{
  border-bottom:1px dashed #006DBA;
	margin:5px 0 10px;
	padding:0 0 5px;
}

.reviews h3, .reviews h3 a, .bonus h3, .bonus h3 a{
 padding:0;
 margin:0;
 color:#006DBA;
 text-decoration:none;
 font-size:14px;
 margin:0 0 3px 0;
 font-weight:bold;
}
.reviews h3 a:hover, .bonus h3 a:hover{
color:#990000;
text-decoration:none;
}

.reviews h4, .reviews h4 a{
 padding:0;
 margin:0;
 text-align:left;
 color:#000;
 text-decoration:none;
 font-size:14px;
 margin:0 0 3px 0;
 font-weight:bold;
}



























