 /*------------------------------------------------------------------------
# $JA#PRODUCT_NAME$ - Version $JA#VERSION$ - Licence Owner $JA#OWNER$
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

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

body {
	background: #EBEAE8;
	color: #000000;
	/*font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	background: url(../images/grad-bg.jpg) repeat-x left top #fff /*#EBEAE8*/;
	color: #555555;
	padding: 0;
	margin: 0;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

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

/* Normal link */
a {
	color: #C55901;
	text-decoration: none;
}

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

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}

/* Small text */
small, .small, .smalldark, .button, .article-meta, .modifydate, .img_caption p, .site-slogan, a.readon,
#ja-pathway, #ja-footer {
	/*font-size: 92%;*/
}

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

.img_caption {
	padding-right: 10px;
}

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

.img_caption.left, .img_caption.right {}

/* Fontpage */
div.leading .img-desc {
	float: left;
	margin: 8px 5px 0 0;
}

div.article-content img,
.img-desc img {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 4px;
}
div.art-content .entry img.alignleft{
	margin-right:5px;
}

.img-desc img{
	width: 147px;
	height: 110px;
}
.img-desc .img_caption p {
	font-size: 10px;
}

.img_caption img {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.img_caption p {
	padding-top: 5px;
	margin-top: 0px;
}

.img-border {
	border: 5px solid #B9B7B5;	
}
.ja-box-ct .img-border{
	width: 245px;
}
.over{
	background:#292929;
	height: 233px;
	padding:5px;
	padding-right:25px;
	overflow-y:scroll;
	overflow-x:hidden;
	/*rahim added*/
	border:5px solid #C25901;
}
/* 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;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 8px;
	padding-left: 30px;
}

ol li {
	margin-left: 35px;
}

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

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

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

legend {
	font-weight: bold;
	background: #FFFFFF;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #4F4F4F;
	height: 1px;
}

br {}

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

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

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	padding: 2px;
	border: 1px solid #B9B7B5;
	background: #FFFFFF;
	color: #666666;
	font-size: 100%;
}

.button {
	padding: 1px 8px;
	border: 1px solid #000000;
	background: url(../images/orange-bg.jpg) repeat-x left center #000000;
	color: #FFFFFF;
	font-weight: bold;
}
.button:hover {
	border: 1px solid #666666;
	background: url(../images/green-bg.gif) repeat-x left center #000000;
	color: #FFFFFF;
}
* html .button { /*IE 6*/
	padding: 0 5px !important;
}

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

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator, .article_seperator {
	margin: 0;
	display: none;
}

.leading_separator {
	display: block;
	height: 10px;
}

.row_separator {
	display: none;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	border: 1px solid #4F4F4F;
	padding: 4px 8px;
	color: #CCCCCC;
	font-weight: bold;
}

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

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
}

tr.sectiontableentry2 td {
	background: #F7F6F5;
}

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(../images/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: #F7F6F5;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	border-top: 1px solid #CCCCCC;
	margin: 15px 0 0;
	padding: 10px 0 0;
}

.blog_more h2 {
	color: #C55901;
	font-size: 110%;
	text-transform: uppercase;
	margin: 0 0 10px;
	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(../images/bullet.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.blog_more ul li a {
	color: #555555;
}

.blog_more ul li a:hover,
.blog_more ul li a:active,
.blog_more ul li a:focus {
	color: #C55901;
}

.category {
	font-weight: bold;
}

.componentheading {
	border-bottom: 1px solid #CCCCCC;
	font-size: 200%;
	margin: 0 0 15px;
	padding: 5px 0;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0 0 5px;
	padding: 0;
	font-size: 180%;
	color: #666666;
}

table.blog .contentheading {
	font-size: 150%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {}

a.readon {
	background: url(../images/readon-hover.gif) no-repeat left center;
	color: #555555;
	padding: 2px;
	width: 85px;
	float: left;
	display:block;
}

.main .inner #ja-hl .moduletable a.archive_lnk,
.main .inner #ja-hl .moduletable a.archive_lnk:hover{
	float:right;
	width:276px;
	background:#C25901;
	color:#FFFFFF !important;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	padding-top:0;
	_margin-right:10px;
	_width:273px;
}
a.archive_lnk:hover{
	text-decoration:underline
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(../images/readon-bg.gif) no-repeat left center;
	color: #C55901;
	text-decoration: none;
}
a.playNow {
	background: url(../images/readon-bg.gif) no-repeat left center;
	color: #555555;
	padding: 2px;
	width: 85px;
	float: left;
	display:block;
}

a.playNow:hover, a.playNow:focus, a.playNow:active {
	background: url(../images/readon-hover.gif) no-repeat left center;
	color: #C55901;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	border-top: 1px solid #CCCCCC;
	margin: 15px auto 10px;
	padding: 10px 0 0;
	color: #555555;
	text-align: center;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px 4px;
	text-decoration: none;
	color: #4F4F4F;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color: #C55901;
}

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

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

ul.latestnews li.latestnews,
ul.mostread li.mostread {
	background: url(../images/dot.gif) repeat-x left bottom;
	padding: 5px 0;
}

ul.latestnews a, ul.mostread a {
	background: url(../images/bullet.gif) no-repeat left center;
	padding-left: 10px;
	color: #C55901;
}

.bannerheader {
 	font-size: 120%;
	font-weight: bold;
 }

/* META
--------------------------------------------------------- */
/* Override fontpage */
#ja-contentheading {
	margin: -10px -15px 0;
	padding: 0 0 0 5px;
}

#ja-contentheading .componentheading {
	background: url(../images/h3-bg2.gif) no-repeat left bottom;
	border: none !important;
	color: #FFFFFF;
	font-size: 100% !important;
	letter-spacing: 1px;
	margin: 0 0 0 -5px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}

#ja-contentheading .componentheading span.left-bg {
	background: url(../images/arrow-right.gif) no-repeat right bottom;
	display: block;
	float: left;
	padding: 9px 20px 14px 10px;
}

#ja-contentheading .componentheading span.right-bg {
	background: url(../images/h3-sep.gif) no-repeat right bottom;
	display: block;
	padding-left: 0px;
}

#ja-contentheading div.leading {
	padding: 5px 0 10px;
	border-bottom: 1px solid #CCCCCC;
}

#ja-contentheading div.blog {
	background: #EBEAE8;
	border: 1px solid #B9B7B5;
	border-top: none;
	padding: 5px 8px 7px;
}

#ja-contentheading .leading h2.contentheading {
	font-size: 170%;
	margin-top: 0;
}

#ja-contentheading h2.contentheading {
	margin-top: 10px;
	font-size: 110%;
}

#ja-contentheading .article-meta {
	width: auto;
	float: none;
}

#ja-contentheading .article-toolswrap {
	margin: 0;
}

#ja-contentheading p {
	margin: 5px 0 10px;
}

div.content-desc p {
	clear: both;
	display: block;
	margin: 0;
}

.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

#ja-current-content .article-content table{
	float:left;
}

#ja-current-content .article-content table tr{
	overflow:hidden;
	vertical-align:top;
}

#ja-current-content .article-content table td{
	padding:10px 5px;
}

#ja-current-content .article-content table td span{
	float:left;
	width:130px;
}

#ja-current-content .article-content table h2{
	display:block;
	overflow:hidden;
	padding:0px 0 4px;
	margin-top:0;
	color:#C55901;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	color: #999999;
}

.createdby {
	color: #999999;
}

.createdate {
	padding-right: 6px;
	margin-right: 5px;
	/*background: url(../images/vline.gif) no-repeat right center;*/
}

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

.article-section {
	padding-left: 6px;
	margin-left: 5px;
	background: url(../images/vline.gif) no-repeat left center;
}

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

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

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

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

.cols3 {
	width: 33.3%;
	float: left;
}

div.column1 .contentpaneopen {
	padding-right: 10px;
}

div.column2 .contentpaneopen {
	padding: 0 5px;
}

div.column3 .contentpaneopen {
	padding-left: 10px;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap { width: 100%; clear: both; }

.main { width: 960px; _width:965px; margin: 0 auto;}
		
.inner {
	padding: 0 5px;
}

div.ja-mainbg {
	/*background: url(../images/body-bg.jpg) no-repeat center top;*/
}

#ja-mainbody {
	float: left;
	width: 67%;
	padding:0px;
}

#ja-mainbody .post,
#ja-mainbody .title,
#ja-mainbody .meta,
#ja-mainbody .entry,
#ja-mainbody .comments{
	display:block;
	overflow:hidden;
}

#ja-mainbody .title{
	margin-bottom:0;
}


#ja-mainbody .title a{
	display:block;
	overflow:hidden;
	text-decoration:underline;
	font-size:0.87em;
	line-height:1.5em;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: left;
	width: 68%;
}

#ja-current-content {
	background: url(../images/cc-bg.gif) repeat-y right top;
	margin: 0 0 15px 5px;
	padding: 10px 15px 0;
}

/* COLUMNS
--------------------------------------------------------- */
/*common style for column*/
#ja-colwrap {
	width: 32%;
	float: right;
}

#ja-colwrap .ja-innerpad {
	padding: 0 5px 0 10px;
}

#ja-col1 {
	float: left;
	overflow: hidden;
	width: 30%;
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 28%;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-container,
#ja-container-fr,
#ja-container-fl,
#ja-container-f {
	background: url(../images/container-bg.gif) repeat-x left bottom;
	padding: 0 0 20px;
	clear: both;
}

#ja-container .main,
#ja-container-fr .main,
#ja-container-fl .main,
#ja-container-f .main {
	margin-top: 15px;
}

#ja-container-f .article-content{
	background:url(../images/cc-bg.gif);

}

#ja-container-f .main{
	/*margin-top:0;*/
}

#ja-container-f .main #ja-mainbody #main-wrap #content{
	margin:0;
	padding:0 0 10px;
	width:auto;
}


#ja-container-f .main #ja-mainbody #main-wrap #content .mod-review-head{
	margin:-5px 0 0;
	padding:0;
	height: 120px;
	border-bottom:1px solid #666666;
}

#ja-container-f .main #ja-mainbody #main-wrap #content .mod-review-bd{
	margin-right:0;
	padding:0 0px;
	margin-top:0px;
}

#ja-container-f #review-screenshots{
	margin:0;
}

#ja-container-f #content .line .size2of3{
	padding-left:0px;
}
.line .lastUnit .line .mod{
	margin-right:0;
}

#ja-container-f #content .mod-review-bd .bd .size4of6{
	width:68.5%;
}

#ja-container-f .main #ja-mainbody .size3of5{
	padding:0 5px 7px;
}

#ja-container .main .inner,
#ja-container-fr .main .inner,
#ja-container-fl .main .inner,
#ja-container-f .main .inner {
	padding: 0 0 0;
}

/*content + left*/
#ja-container-fr #ja-mainbodywrap {
	width: 100%;
}

#ja-container-fr #ja-col1 {
	width: 22%;
}

#ja-container-fr #ja-content {
	width: 78%;
}

#ja-container-fr #ja-current-content {
	margin-right: 0;
}

/*content + right*/
#ja-container-fl #ja-mainbodywrap {
	float: left;
	width: 100%;
}

#ja-container-fl #ja-content {
	width: 80%;
}

#ja-container-fl #ja-col2 {
	width: 20%;
}

#ja-container-fl #ja-current-content {
	margin-left: 0;
}

/*full*/
#ja-container-f #ja-mainbody {
	margin-left:5px;
	width:950px;
}

#ja-container-f #ja-content {
	width: 100%;
}

#ja-container-f #ja-current-content {
	background: url(../images/cc-bg2.gif) repeat-y center top;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_blank h3,
div.moduletable_tabs h3 {
	background: url(../images/h3-bg.gif) no-repeat left bottom;
	color: #FFFFFF;
	font-size: 100%;
	margin: 0 0 0 -5px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.moduletable h3 span.left-bg,
div.moduletable_menu h3 span.left-bg,
div.moduletable_default h3 span.left-bg,
div.moduletable_text h3 span.left-bg,
div.moduletable_tabs h3 span.left-bg {
	background: url(../images/span-left.gif) no-repeat right bottom;
	display: block;
	float: left;
	padding: 10px 60px 10px 10px;
}

.review div.moduletable h3 span.left-bg,
.review div.moduletable h3.clearfix{
	margin-left:0;
}

.review div.moduletable h3 span.left-bg{
	padding-top:6px;
}

div.moduletable h3 span.right-bg,
div.moduletable_default h3 span.right-bg,
div.moduletable_menu h3 span.right-bg,
div.moduletable_text h3 span.right-bg,
div.moduletable_tabs h3 span.right-bg {
	background: url(../images/h3-sep.gif) no-repeat right bottom;
	display: block;
	padding: 0;
}

div.moduletable,
div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_blank,
div.moduletable_tabs {
	color: #555555;
	margin: 0 0 15px 5px;
	padding: 0;
}

div.ja-box-ct {
	background: #EBEAE8;
	border: 1px solid #B9B7B5;
	padding: 10px;
}

/* Highlight module 1 */
div.hilite1 div.ja-box-ct {
	background: #333333;
}

div.hilite1 ul.menu li a {
	background: url(../images/arrow-grey.gif) no-repeat left center;
	color: #999999;
}

div.hilite1 ul.menu li a:hover,
div.hilite1 ul.menu li a:focus,
div.hilite1 ul.menu li a:active {
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}

div.hilite1 ul.menu li.active a {
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}

/* Highlight module 2 */
div.hilite2 div.ja-box-ct {
	background: #AAAAAA;
}

div.hilite2 ul.menu li a {
	background: url(../images/arrow-grey2.gif) no-repeat left center;
	color: #555555;
}

div.hilite2 ul.menu li a:hover,
div.hilite2 ul.menu li a:focus,
div.hilite2 ul.menu li a:active {
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}

div.hilite2 ul.menu li.active a {
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}

/* Blank module */
div.moduletable_blank {
	margin: 0;
	padding: 0;
}

div.moduletable_blank div.ja-box-ct {
	background: none !important;
	border: none;
	margin: 0;
	padding: 0 0 0 5px !important;
}

/*tabs*/
#ja-colwrap div.moduletable_tabs {
	background: #DDDDDD;
	border: 1px solid #B9B7B5;
	padding: 0;
	display:none;
}
#ja-cs{
	display:none;
}

#ja-colwrap div.moduletable_tabs div.ja-box-ct {
	background: none;
	border: none;
	padding: 0;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li {
	padding-left: 13px;
	background-position: 5px 7px;
}
.ja-innerpad ul{
	overflow:visible;
}
.ja-innerpad ul li{
	padding-left: 0;
	list-style-type: none;
	list-style:none;
	background-image: none;
	padding-bottom: 10px;
}
.ja-innerpad ul li ul li{
	background-image: none;
	list-style:none;
}
/* HEADER
--------------------------------------------------------- */
#ja-header {
	line-height: normal;
	position: relative;
	padding: 0;
	z-index: 999;
	height: 154px;
	margin-bottom: 10px;
}

div.logo, div.logo-text, div.top_banner {
	margin: 30px 20px 0;
	padding: 0;
	float: left;
}

div.logo a {

}

div.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	outline: none;
}

div.logo-text h1 {
	font-size: 300%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div.logo-text div a {
	color: #C55901	;
	text-transform: uppercase;
}

div.logo-text div a:hover,
div.logo-text div a:focus,
div.logo-text div a:active {
	text-decoration: none;
}

.site-slogan {
	color: #555555;
	margin: 0 0 -2px 0px;
	padding: 0;
	letter-spacing: 2px;
}
/*top banner*/
#ja-header div.top_banner{
	float:right;
	margin-right:5px;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	margin: 0;
	padding: 0;
	z-index: 9999;
	position: relative;
}

#ja-mainnav .main {
	position: relative;
}

#ja-mainnav .inner {
	background: url(../images/mainnav-bg.gif) repeat-x left top #333333;
	border-bottom: 1px solid #4F4F4F;
	padding: 0;
	margin: 0 5px;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
	line-height: normal;
}

#ja-subnav {}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#ja-subnav li {
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 6px 0 6px 10px;
	margin: 0;
	text-decoration: none;
	color: #4F4F4F;
	background: url(../images/arrow-grey.gif) no-repeat left center;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	color: #C55901;
	text-decoration: none;
	background: url(../images/arrow-hover.gif) no-repeat 0px 10px;
}

#ja-subnav li.active a {
	font-weight: bold;
	color: #C55901;
	background: url(../images/arrow-hover.gif) no-repeat 0px 10px;
}

/* breadcrumbs */
#ja-pathway {
	color: #555555;
}

#ja-pathway .inner {
	background: #CCCCCC;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	margin: 15px 5px 0;
	padding: 7px 0;
	height: 28px;
	position: relative;
}

#ja-pathway .ja-pathway-text {
	float: left;
	padding: 5px 10px 2px;
}

#ja-pathway span {
	color: #FFFFFF;
	padding: 0 5px 0 0;
}

#ja-pathway strong {
	color: #C55901;
}

#ja-pathway a {
	color: #FFFFFF;
	font-weight: bold;
}

#ja-pathway img {
	margin: 0 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul.menu li a {
	background: url(../images/arrow-grey.gif) no-repeat left center;
	display: block;
	outline: none;
	padding: 6px 0 6px 10px;
	margin: 0;
	text-decoration: none;
	color: #555555;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(../images/arrow-hover.gif) no-repeat left center;
	color: #C55901;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	color: #C55901;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: none !important;
	padding: 0 0 0 10px;
}

ul.menu li li a {
	color: #4F4F4F !important;
	border: none;
	padding: 5px 5px 5px 10px !important;
	text-transform: none;
	font-weight: normal !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #4F4F4F;
	font-weight: bold !important;
}

ul.menu li li li a {
	color: #4F4F4F !important;
	font-weight: normal !important;
	padding-left: 35px !important;
	background: url(../images/bullet.gif) no-repeat 25px 10px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
	width: 24.5%;
}
.ja-box-left LI{
	background-image: none;
}
/* Top Spotlight 1 */
#ja-topsl {
	margin: 0;
	z-index: 10;
	height: 324px;
}

#ja-topsl .inner {
	background: url(../images/topsl-bg.gif) repeat-y left top;
	margin: 0 0 0 5px;
	padding: 0 0 10px 10px;
}

#ja-topsl div.moduletable {
	_margin-left:0;
}

/* Top Spotlight 2 */
#ja-topsl2 {
	padding: 0 0 0 10px;
}

#ja-topsl2 div.moduletable h3 {
	background: url(../images/h3-bg2.gif) no-repeat left bottom;
}

#ja-topsl2 div.moduletable h3 span.left-bg {
	background: url(../images/arrow-right2.gif) no-repeat right bottom;
	padding-right: 50px;
}

#ja-topsl2 div.moduletable .ja-box-ct {
	background: url(../images/topsl-boxct.gif) repeat-x left bottom #DDDDDD;
	border: 1px solid #B9B7B5;
	border-top: none;
	color: #555555;
}

#ja-topsl2 div.ja-newscatwrap span.article_seperator {
	display: none;
}

#ja-topsl2 div.ja-newscatwrap img {
	border: 5px solid #B9B7B5;
	padding: 0;
}

/* Bottom spotlight */
#ja-botsl {
	background: #000;
	border-bottom: 1px solid #222222;
	clear: both;
	padding: 0;
}

#ja-botsl div.moduletable h3 {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#ja-botsl div.moduletable,
#ja-botsl div.moduletable_default {
	background: none;
	color: #AAAAAA;
	padding: 0 10px;
	margin: 0;
}

#ja-botsl div.ja-box-ct {
	background: none;
	border: none;
	padding: 0;
}

#ja-botsl div.moduletable h3 {
	background: none;
	border-bottom: 1px solid #C55901;
	margin: 0 0 10px;
}

#ja-botsl div.moduletable h3 span.right-bg {
	background: none;
}

#ja-botsl div.moduletable h3 span.left-bg {
	background: none;
	margin: 0;
	padding: 5px 0;
}

#ja-botsl .ja-box-left div.moduletable,
#ja-botsl .ja-box-left div.moduletable_default {
	margin: 0 10px 0 0;
}

#ja-botsl .ja-box-right div.moduletable,
#ja-botsl .ja-box-right div.moduletable_default {
	margin: 0;
}

#ja-botsl .ja-box-center div.moduletable,
#ja-botsl .ja-box-center div.moduletable_default {
	margin: 0 10px 0 0;
}

#ja-botsl .img-border {
	background: #000000;
	border: 1px solid #222222;
}

#ja-botsl a {
	color: #AAAAAA;
}

#ja-botsl a:hover,
#ja-botsl a:focus,
#ja-botsl a:active {
	color: #C55901;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background: #000;
	border-top: 1px solid #333333;
	clear: both;
	padding: 0;
	margin: 0;
}
#ja-footer #mainlevel-nav LI{
	dislpay: inline;
	float: left;
}
#ja-footer #mainlevel-nav P{
	margin: 0;
}
#ja-footer {
	padding: 20px 0;
	color: #666666;
}

#ja-footer a {
	color: #555555;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #C55901;
}

#ja-footer small {
	font-size: 100%;
}

#ja-footer ul {
	float: right;
	padding: 0;
	margin: 0;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

#ja-footer li a {
	color: #555555;
	display: inline;
	padding: 0 10px;
}

#ja-footer li a:hover,
#ja-footer li a:focus,
#ja-footer li a:active {
	color: #C55901;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

li.ja-firstitem {
	background: none !important;
}

/* JA Slideshow */
#ja-slideshow {
	width: 640px;
	float: left;
	margin: 0;
	padding: 10px 0 0;
}
#ja-slideshow_srv {
	width: 560px;
	float: left;
	margin: 0;
	padding: 10px 0 0;
}

#ja-hl {
	float: right;
	width: 295px;
	_width:260px;
}
#ja-hl .textwidget{
	color: #fff;
}
#ja-hl div.moduletable h3 {
	background: url(../images/hl-h3-bg.gif) no-repeat right center;
	margin: 0;
	padding: 0 5px 0 0;
	_width:112%;
}

#ja-hl div.moduletable a {
	color: #CCCCCC;
}

#ja-hl div.moduletable a:hover {
	color: #DDDDDD;
}

#ja-hl div.moduletable .img-border {
	border: 5px solid #C55901;
	margin-top: -1px;
}

#ja-hl div.moduletable h3 span.left-bg {
	float: right;
	background: url(../images/hl-span-r.gif) no-repeat left center;
	padding: 10px 15px 8px 65px;
}

#ja-hl div.moduletable h3 span.right-bg {
	background: url(../images/h3-sep2.gif) repeat-x left center;
}

#ja-hl div.ja-box-ct {
	background: none;
	border: none;
	color: #999999;
	padding: 0 10px 0 0;
	_padding-right:0 !important;
}

/* JA Tabs */
#ja-tabwrap {
	width:30%;
	float: right;
}

/* Header tools */
#ja-headtools {
	background: url(../images/ht-bg.gif) no-repeat left center;
	width: 215px;
	height: 28px;
	position: absolute;
	right: 5px;
	top: 8px;
}

#ja-headtools ul {
	float: left;
	margin: 0 0 0 5px;
	padding: 3px 0 0;
	white-space: nowrap;
}

#ja-headtools li {
	display: inline;
	display: block;
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
	padding: 0;
	color: #FFFFFF;
	background: none;
}

#ja-usertools {
	float:left;
	padding-top:3px;
}

#ja-usertools strong {
	display: block;
	float: left;
	font-weight: normal;
	padding: 0 5px 2px 8px;
}

#ja-usertools ul {
	float: left;
	margin: 0;
	padding: 0;
}

#ja-usertools li {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#ja-usertools img {
	margin: 1px;
	padding: 2px;
}

#ja-login form a,
#ja-register form a {
	background: none;
	color: #FFFFFF;
}

#ja-register label, #ja-login label {
	color: #FFFFFF;
	padding-right:5px;
}

#ja-login .button ,
#ja-register .button {
	background: url(../images/but-bg.gif) repeat-x left center #000000;
	border: 1px solid #333333;
}

#ja-register, #ja-login {
	background: #333333;
	border: 1px solid #222222;
	color: #C55901;
	top: 27px;
	display: none;
	height: auto;
	overflow: hidden;
	padding: 5px 15px;
	position: absolute;
	right: 9px;
	text-align:left;
	z-index: 999;
}

#ja-headtools li a.login-switch,
#ja-headtools li a.register-switch {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 3px 0 5px;
	text-align: center;
}

#ja-headtools li a.login-switch {
	background: url(../images/login-bg.gif) no-repeat left center;
	width: 66px;
}

#ja-headtools li a.register-switch {
	background: url(../images/sign-bg.gif) no-repeat left center;
	width: 130px;
}

#ja-headtools li a.search-switch:hover,
#ja-headtools li a.register-switch:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#ja-headtools li a.show,
#ja-headtools li a.show:hover {
	color: #FFFFFF;
}

#ja-login .inputbox,
#ja-register .inputbox {
	background: #EBEAE8;
	border: 1px solid #CCCCCC;
	color: #333333;
}

div.ja-headtool a.logout-switch {
	background: url(../images/logout-bg.gif) no-repeat left top;
	color: #999999;
	display: block;
	font-weight: bold;
	width: 190px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
}

div.ja-headtool a.logout-switch:hover,
div.ja-headtool a.logout-switch:focus,
div.ja-headtool a.logout-switch:active {
	color: #FFFFFF;
}

/* Login */
#ja-loginwrap {
	background: none;
	float: right;
	padding: 8px 0 10px 10px;
	text-align: right;
}

#ja-login form {
	float: left;
	margin-top: 5px;
}

#ja-login form label {
	float: left;
}

label.ja-login-user span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-user.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

label.ja-login-password span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-key.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

#ja-login form input.button {
	font-size: 11px !important;
	float: left;
}

#ja-login form #mod_login_username,
#ja-login form #mod_login_password {
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 110px;
	margin: 1px 8px 0 0;
	font-size: 11px !important;
	padding: 2px;
}

#ja-login form a {
	padding: 0 5px 0 10px;
	text-decoration: none;
	background: none;
}

#ja-login form a:hover,
#ja-login form a:active,
#ja-login form a:focus {
	color: #C55901;
	text-decoration: underline;
}

.ja-login-links {
	padding-top: 2px;
	clear: both;
	text-transform: none;
	letter-spacing: normal;
	font-size: 11px;
}

div#login {
	display: inline;
	background: url(../images/vline.gif) no-repeat left center;
	padding-left: 12px;
	padding-right: 8px;
}

div#login .button {
	float: left;
}

/*usertools*/
#ja-usertools {
	position: absolute;
	right: 210px;
	top: 88px;
}

div#ja-usercolors {
	float: right;
	padding: 14px 10px 0 0;
}

#ja-usertools ul,
#ja-usercolors ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-usertools ul li,
#ja-usercolors ul li {
	margin: 0;
	padding: 0 2px;
	float: left;
	background: none;
}

/* Search */
#ja-search {
	background: url(../images/search-bg.gif) no-repeat left center;
	width: 330px;
	font-size: 12px;
	z-index: 1;
	float:right;
	padding: 2px;
}

#ja-search .inputbox, #ja-search #s {
	background: none;
	border: none;
	margin: 3px 15px 0 5px;
	color: #666666;
	width: 220px;
	float: left;
	display: inline;
}
.search .screen-reader-text{
	font-size: 0px;
	position:absolute;
	left:-9999;
}
*+html #ja-search .inputbox { /*IE 7*/
}

#ja-search .button, #ja-search #searchsubmit {
	background: url(../images/bsearch-bg.gif) no-repeat left center;
	border: none;
	color: #CCCCCC;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	width: 80px;
	text-transform: uppercase;
	float: left;
}

* html #ja-search .button {
	width: 80px;
	height: 24px;
	padding-left: 20px !important;
}

*+html #ja-search .button { /*IE 7*/
	width: 80px;
	height: 24px;
	padding-left: 20px !important;
}

/*others*/
#ja-banner {
	float: right;
	margin: 15px 5px 0 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
}

ul.no-display {
	display: none;
}

div.ja-innerdiv {
	padding: 10px 0 !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}

div.ja-innerdiv span.title {
	display: block;
	font-weight: bold;
}

div.ja-innerdiv .img-border {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 5px 8px 0 0;
	padding: 3px;
}

/*content slider*/
#ja-cs div.ja-box-ct {
	border: 1px solid #B9B7B5;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*categories*/
.jazin-left .jazin-boxwrap{
	width: 50%;
	float: left;
}
.srch{
	width: 940px;
	background-color: #ccc;
	padding: 0 5px;
}
.srch A{
	color: #C55901!important;
}
.art-content{
	padding:0 20px 20px 20px;
}

.article-content{
	/*background:#fff url(../images/grad-gry.gif) repeat-x 0 100%;*/
	overflow:hidden;
	padding: 10px 5px 5px 5px;
}
.article-content .reviewList .post-content,
.article-content .guideHolder .post-content{
	padding:0;
	border-top:0;
}
.article-content .reviewList .indent,
.article-content .guideHolder .indent{
	padding:4px;
	overflow:hidden;
	clear:both;
	border-top:1px solid #B9B7B5;
	margin-bottom:4px;
}

.article-content .reviewList .indent h2,
.article-content .guideHolder .indent h2{
	margin-top:0;
	}

.article-content .reviewList .indent .box,
.article-content .guideHolder .indent .box{
	overflow:hidden;
}
.article-content .reviewList p,
.article-content .guideHolder p{
	margin-top:0
}
.article-content .reviewList .indent .box a,
.article-content .guideHolder .indent .box a{
	float:left;
	margin-right:5px;
}
.article-content .reviewList .indent .box .desc,
.article-content .guideHolder .indent .box .desc{
	
	margin:0 0 0 5px;
}
.article-content .reviewList .oddOne,
.article-content .guideHolder .oddOne{
	background:#FFF;
	border-top:1px solid #B9B7B5;
	margin-bottom:0px;
	
}

.article-content .reviewList .indent .box a img{
	width:160px;
	height:56px;
}

.article-content .guideHolder .indent .box a img{
	width:267px;
	height:200px;
}

.registrationForm tr td{
	float:left;
}
.registrationForm label{
	cursor:default;
}

.leading .article-content {
	padding:4px;
	background:none;
}
#review-exclusive-hits{
	margin-bottom:20px;
}

.article-content .post-content{
	border:1px solid #B9B7B5;
	background:#EBEAE8;
	margin-bottom:15px;
	padding:5px;
}

.article-content .post-content .indent .title h2{
	margin-top:0;
}
.article-content .post-content .indent .title .date{
	text-align:left;
	color:#999;
	font-size:0.8em;
}
.article-content .post-content .indent .text-box p{
	margin:0 0 12px 0;
}

.article-content .post-content .indent .text-box{
	overflow:hidden;
	display:block;
}

.article-content .post-content .indent .text-box .readon{
	float:right;
	margin-right:5px;
}
.article-content .navigation{
	display:block;
	overflow:hidden;
	background:#CCC;
	padding:5px;
}

.article-content .navigation a{
	color:#000;
}

.review .moduletable .unit .bd{
	/*background:#ebeae8;*/
	border:1px solid #CCC;
	border-top:0;
}

.mod-review-bd .inner .bd .line .mod-review-head-internal .inner{
	border:1px solid black;
}

.button, button {
	padding:5px;
	margin-top:10px;
	color:#FFF;
	display:inline-block;
+height:26px;
	margin-left:2px;
	overflow:visible;
+zoom: 1;
+vertical-align: baseline;
	cursor:pointer
}

.button:hover {
	text-decoration:none
}

.button span, button span {
	background:transparent url(buttons-.png) repeat scroll 0 -100px;
	cursor:pointer;
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	line-height:26px;
	padding:0 0 0 6px;
	position:relative;
	text-transform:uppercase;
	white-space:nowrap;
+height:26px;
+zoom: 1
}

button span {
	vertical-align:top;
	margin-top: -1px;
+margin-top: 0px
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
button span {
margin-top:0px
}
}

.button span a {
	color:#fff
}

.button:hover span {
	text-decoration:underline
}

.button-cta {
	background-image:url(buttons0.png);
	background-position:100% -50px
}

.button-cta span {
	background-image:url(buttons0.png);
	background-position:0 0px
}

.button-jcarousel-alt {
	background-position:100% -900px;
	height:27px;
	margin-left:14px;
	_margin-left:0
}

.button-jcarousel-alt span {
	height:27px;
	background-position:0 -900px;
	line-height:27px;
	margin-left:-14px;
	_margin-left:0;
	margin-top:0;
	padding:0;
	text-align:center;
	width:100%;
+zoom: 1
}

.button-jcarousel-alt .icon {
	background:transparent url(icons-32.png) no-repeat scroll 0 0;
	_background-image:url(icons-ie.png);
	margin:0;
	width:auto
}

.button-jcarousel-alt .icon-up {
	background-position:0 -2900px;
+background-position:0 -2892px;
	padding-left:14px
}

.button-jcarousel-alt .icon-down {
	background-position:0 -3000px;
+background-position:0 -2992px;
	padding-left:14px
}

.button-alt {
	background:transparent url(buttons-.png) repeat scroll 100% -500px;
	height:35px;
	line-height:35px;
	padding:0 10px 0 0;
	margin:0
}

.button-alt span {
	background:transparent url(buttons-.png) repeat scroll 0 0;
	height:35px;
	line-height:35px;
	padding:0 0 0 10px;
	margin:0px;
	font-size:11px
}

.button-recommend span {
	background:transparent url(buttons-.png) repeat scroll 0 -300px;
	padding-left:30px
}

.button-play {
	background-position:100% -650px;
	height:30px
}

.button-play span {
	background-position:0 -600px
}

.button-download {
	padding:0 11px 0 0;
	margin-top:12px;
	height:42px;
	line-height:1;
	background-position:100% -1200px
}

.button-download span {
	position:relative;
	padding:8px 50px 6px 5px;
	height:28px;
+height: 38px;
	line-height:1;
	background-position:0 -1100px
}

.button-visit span span, .button-download span .size {
	position:absolute;
	width:40px;
	top:0;
	right:0px;
	margin:0;
	padding:13px 0 0 5px;
	font-size:10px;
	font-weight:normal;
	background:transparent url(buttons-.png) repeat scroll 0 -1200px
}

.button-download .icon-download {
	padding-right:3px;
	padding-left:25px;
	line-height:18px
}

.button-download-alt {
	_width:1%;
	height:37px;
	line-height:1;
	margin-top:6px;
	padding:0;
}

.button-download-alt span {
	font-family:"Trebuchet MS";
	font-size:18px;
	height:37px;
	line-height:37px;
	padding:0;
	text-align:left
}

#review-screenshots .button-download-alt {
	_width:1%;
	height:37px;
	line-height:1;
	margin-top:6px;
	padding:0;
	border: 1px solid #000000;
	background: url(../images/green-bg.gif) repeat-x left bottom #000000;
}

#review-screenshots .button-download-alt span {
	font-family:"Trebuchet MS";
	font-size:18px;
	height:37px;
	line-height:37px;
	padding:0;
	text-align:center;
	width:248px;
	color:#000;
}

#review-screenshots .button-download-alt:hover {
	border: 1px solid #FF6600;
	background:url(../images/orange-bg.jpg) repeat-x left bottom;
}

#review-screenshots .button-download-alt:hover span{
	color:#fff;
}

.button-download-alt:hover {
	background-position:100% -250px
}

.button-download-alt:hover span {
	background-position:0 -200px
}

.button-download-alt span span {
	display:block;
	margin-top: -4px;
	width:auto;
	height:9px;
	padding-top:0;
	font-size:9px;
	line-height:9px;
	background:transparent none repeat scroll 0 0
}

.button-download-alt span .label {
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	height:20px;
	line-height:38px;
	padding:0 28px
}

.button-download-alt span .icon-download {
	background:transparent url(download.png) no-repeat scroll 0 0;
	margin-top:0;
	padding-left:23px;
	height:20px;
	font-size:12px;
	font-weight:bold;
	line-height:18px
}

.button-visit {
	padding:0 11px 0 0;
	margin-top:12px;
	height:30px;
	line-height:0;
	background-position:100% -1400px
}

.button-visit span {
	padding-left:15px;
	padding-right:6px;
	height:30px;
	line-heht:38px;
	background-position:0 -1300px
}

.button-event {
	background:transparent url(buttons-.png) repeat scroll 0 -700px;
	display:block;
	height:86px;
	line-height:86px;
	vertical-align:middle;
	width:290px
}

.button-event .image-logo-event {
	float:none;
	margin:0 12px;
	vertical-align:middle
}

.button-event:hover {
	background-position:0 -800px
}



.review .list-property-info .paymentWrap {clear:both;width:100%;}

.mod-review-head-internal #review-exclusive .sep{
	color:#FF0000;
}
.review-head-screenshot .bd ul.footer {
	
	margin-left:5px;
	width:230px;
}
.review-head-screenshot .bd ul.footer li {
	width:auto;
	margin-right:10px;
}

.mrgTop{
	margin-top:10px;
}

.fltLft{
	float:left;
}

.mrgAll{
	margin:10px;
}

.guideHolder{
	display:block;
	overflow:hidden;
}

.guideHolder .post-content{
	padding:0;
}

.guideHolder .post-content .indent{
	
	padding:5px;
	border-bottom:1px solid #999;
}

.guideHolder .post-content .text-box .fltLft{
	margin-right:10px;
}

.guideHolder .post-content h2{
	margin-top:0;
}

.guideHolder .post-content h2 a,
.article-content .reviewList .indent h2 a{
	color:#FF3300;
}

.guideHolder .post-content .oddOne{
	background:#FFF;
	border:0px solid #999;
}

.guideHolder .post-content .oddOne h2 a,
.article-content .reviewList .oddOne h2 a{
	color:#333;
}

.buttons{
	overflow:hidden;
	margin:10px 0;
}

.buttons a{
	float:left;
	margin:0 10px 0 0;
	background:#333;
	color:#FFF;
	padding:2px 4px;
	border:1px solid #ccc;
}

.article-content h2{
	clear:both;
}

.mrgRht{
	margin-right:10px;
}

#archives-widget .ja-box-ct{
	overflow:hidden;
	
}
.contRecommended{
	clear:both;
	margin-top:10px;
}
.contRecommended h3{
	color:#C55901;
	font-size:1.3em;
}
.contRecommended ul li{
	list-style:none;
	float:left;
	margin:0 0 15px 5px;
	background:#fcfcfc;
	background-image:none;
	padding:5px;
	border:#666;
}
.contRecommended ul li span,
.contRecommended ul li span a{
	display:block;
	color:;
	font-size:1.1em;
	color:#000;
	padding-left:3px;
	}
	
.contRecommended ul li img.alignnone {
	width:170px;}
	
	.promo{
		clear:both;
		overflow:hidden;
		padding:2px;
	}
	
.promo .title .LogoLink{
	display:block;
	text-align:center;
	float:none;}
	
.promo .title .offer{
	display:block;
	text-align:center;
}

.bottom{
		clear:both;
	}
#text-19 .ja-box-ct{
	background:url(../images/blu-grad.png) repeat-x 0 0;
}
