/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, sans-serif;
	line-height: 1.6;
}

body#bd {
	color: #666666;
	background: #E6E6E6;
	margin: 30px 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: #B01C1C;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #B01C1C;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}	

.contentheading, .componentheading {
}	

/* Small text */
small, .small, .smalldark, .img_caption, a.readon, #ja-footer {
	font-size: 92%;
}

small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption p, p.site-slogan {
	color: #999999;
}

img {
	margin: 0;
	padding: 0;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 160%;}
h3 {font-size: 140%;}
h4 {font-size: 120%;}

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 22px 8px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot-h.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #E6E6E6;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #666666;
}

.inputbox {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFCC;
}

.button {
	padding: 2px 8px;
	border: 1px solid #B01C1C;
	background: #B01C1C;
	font-weight: bold;
	color: #FFFFFF;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator {
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
	background: url(../images/dot-h.gif) repeat-x center;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: #333333;
	padding: 8px;
	color: #FFFFFF;
	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;
	background: url(../images/dot-h.gif) repeat-x bottom;
}

tr.sectiontableentry0:hover,
tr.sectiontableentry1:hover,
tr.sectiontableentry2:hover {
}

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: #F7F7F7;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(../images/dot-h.gif) repeat-x top;
}

.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;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 170%;
}

.componentheading {
	font-size: 160%;
        font-weight: bold;
	background: url(../images/dot.gif) repeat-x bottom;
	color: #666666;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0 0 5px;
	font-size: 155%;
}

table.blog .contentheading {
	font-size: 150%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	background: url(../images/red/arrow-readon-1.png) no-repeat left 2px;
	padding-left: 12px;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(../images/red/arrow-readon-2.png) no-repeat left 2px;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 10px 0 0;
	background: url(../images/dot-h.gif) repeat-x top;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
	background: #666666;
	color: #FFFFFF;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #B01C1C;
	color: #FFFFFF;
}

.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 a, ul.mostread a {
	color: #666666;
}

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	font-size: 92%;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
	white-space: nowrap;
}

.article-meta {
	width: 70%;
	float: left;
}

.createby {
	padding: 0 5px 0;
	background: #666666;
	color: #FFFFFF;
}

.createdate {
	padding: 0 5px 0 0;
}

.modifydate {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

div.buttonheading {
	position: absolute;
	top: 0;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 952px;
	margin: 0 auto;
	clear: both;
}

.narrow #ja-wrapper {
	width: 752px;
}

#ja-wrapper-inner {
	border: 1px solid #E6E6E6;
}

#ja-container {
	position: relative;
}


/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-mainbody {
	width: 760px;
	float: right;
	clear: both;
}

.narrow #ja-mainbody {
	width: 598px;
}

#ja-content {
	padding: 15px;
	position: relative;
	border-bottom: 1px solid #E6E6E6;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col {
	float: left;
	overflow: hidden;
	width: 190px;
}

.narrow #ja-col {
	width: 150px;
}

/*common style for column*/
#ja-col table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col .article_separator {


	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-f {
	padding: 0;
	margin: 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #E6E6E6;
}

#ja-containerwrap {
	background: url(../images/dot.gif) repeat-y 190px 0 #FFFFFF;
}

.narrow #ja-containerwrap {
	background: url(../images/dot.gif) repeat-y 150px 0 #FFFFFF;
}

/*full*/
#ja-containerwrap-f {
	background: #FFFFFF;
}

#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable-menu h3,
div.moduletable-text h3,
div.moduletable-hilite h3,
div.moduletable-menuhilite h3 {
	font-size: 100%;
	margin: 0 -15px 5px -16px;
	padding: 10px 15px;
	border-bottom: 1px solid #E6E6E6;
	background: url(../../images/red/dot-hilite.gif) repeat-y left #F7F7F7;
}

div.moduletable h3 span,
div.moduletable-menu h3 span,
div.moduletable-text h3 span,
div.moduletable-hilite h3 span {
	color: #B01C1C;
}

div.moduletable,
div.moduletable-menu,
div.moduletable-text,
div.moduletable-menuhilite,
div.moduletable-hilite1 {
	margin: 0;
	padding: 0 15px 10px;
	border-bottom: 1px solid #E6E6E6;
}

div.moduletable-menu h3,
div.moduletable-menuhilite h3 {
	margin: 0;
	margin-bottom: 0;
	padding-left: 15px;
	border-bottom: none;
}

div.moduletable-menu,
div.moduletable-menuhilite {
	padding: 0;
}

div.moduletable-menuhilite h3 {
	background: #B01C1C;
	color: #FFFFFF;
	padding-left: 15px;
}

/* mis */
div.banneritem-text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul {
	list-style: none;
}

div.moduletable li {
	background: url(../images/bullet.gif) no-repeat 3px 8px;
	line-height: 160%;
	padding-left: 12px;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	height: 100px;
	background: url(../images/main-tr.gif) no-repeat top right #FFFFFF;
}

#ja-header {
	height: 100px;
	line-height: normal;
	position: relative;
	background: url(../images/main-tl.gif) no-repeat top left;
}

h1.logo, h1.logo-text {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

h1.logo a {
	width: 180px;
	display: block;
	background: url(../../images/red/logo.gif) no-repeat;
	position: absolute;
	height: 100px;
	top: 0;
	left: 10px;
}

h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	text-decoration: none;
	outline: none;
	position: absolute;
	top: 25px;
	left: 20px;
}

h1.logo-text a:hover, logo-text a:active, logo-text a:focus {
}

p.site-slogan {
	margin: 0;
	padding: 3;
	position: absolute;
	top: 55px;
	left: 20px;
	letter-spacing: 1px;
}

#ja-vmcurrency {
	width: 300px;
	position: absolute;
	top: 20px;
	right: 230px;
	height: 65px;
	border-right: 1px solid #E6E6E6;
}

#ja-vmcurrency div.moduletable {
	padding: 10px 0 0 15px;
	border: none;
}

#ja-vmcurrency div.moduletable h3 {
	background: #000;
	border: none;
	margin: 0 0 0px;
	padding: 0;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	background: #333333;
	border-top: 1px solid #E6E6E6;
	height: 35px;
	z-index: 999;
}

#ja-mainnav {
	height: 35px;
	width: 760px;
	float: right;
	background: url(../images/dot-dark.gif) repeat-y left;
}

.narrow #ja-mainnav {
	width: 600px;
}

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

#ja-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	margin: 0;
	padding: 1px 0;
}

#ja-subnav a {
	display: block;
	outline: none;
	padding: 4px 2px 4px 14px;
	text-decoration: none;
	background: url(../images/bullet.gif) no-repeat 3px 10px;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
}

#ja-subnav li.active a {
}

/* breadcrumbs */
#ja-pathway {
	padding: 10px 15px;
	margin-left: 1px;
	background: #F7F7F7;
	border-bottom: 1px solid #E6E6E6;
	line-height: normal;
}

#ja-pathway strong {
	margin-right: 5px;
	color: #B01C1C;
}

#ja-pathway a {
	text-decoration: none;
}


#ja-pathway a:hover {
	text-decoration: underline;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
a.mainlevel {
	color: #666666;
	margin: 0;
	padding: 8px 15px 9px 15px;
	outline: none;
	width: 90%;
	display: block;
	text-decoration: none;
	border-top: 1px solid #E6E6E6;
	background: url(../images/arrow.png) no-repeat 92% 14px;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	background: url(../images/arrow.png) no-repeat 92% 14px #F7F7F7;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background: url(../images/arrow.png) no-repeat 92% 14px #FFFFCC;
	font-weight: bold;
}

a.sublevel {
	color: #666666;
	margin: 0 -5px 0 -5px;
	padding: 4px 0 4px 30px;
	display: block;
	font-weight: normal !important;
	text-decoration: none;
	width: 100%; /*need for ie6*/
	border: none;
	background: url(../images/bullet.gif) no-repeat 18px 14px #FFFFCC !important;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	background: none;
	color: #B01C1C;
}

#active_menu {
	color: #B01C1C;
	font-weight: bold;
}

/*SplitMenu*/

/* MAIN NAVIGATION
----------------------------------------------------------- */
#ja-splitmenu {
	margin: 0;
	padding: 0 0 0 1px;
	position: relative;
}

#ja-splitmenu ul {
	margin: 0;
	padding: 0;
}

#ja-splitmenu li {
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}

#ja-splitmenu a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #CCCCCC;
	font-weight: bold;
	padding: 0 20px;
	line-height: 35px;
}

#ja-splitmenu a span {
}

#ja-splitmenu a:hover,
#ja-splitmenu a:active,
#ja-splitmenu a:focus {
	background: #666666;
	color: #FFFFFF;
}

#ja-splitmenu a:hover span,
#ja-splitmenu a:active span,
#ja-splitmenu a:focus span {
}

#ja-splitmenu li.active a,
#ja-splitmenu li.active a:hover,
#ja-splitmenu li.active a:active,
#ja-splitmenu li.active a:focus {
	background: #B01C1C;
	color: #FFFFFF;
}

#ja-splitmenu li.active a span,
#ja-splitmenu li.active a:hover span,
#ja-splitmenu li.active a:active span,
#ja-splitmenu li.active a:focus span {
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left, .ja-box-center {
	background: url(../images/dot.gif) repeat-y right;
}

/* Top spotlight */
#ja-topsl1 {
	position: relative;
	height: 250px;
	margin-left: 1px;
	border-bottom: 1px solid #E6E6E6;
}

#ja-topsl2, #ja-topsl3 {
	margin-left: 1px;
}

#ja-topsl2 div.moduletable h3, #ja-topsl3 div.moduletable h3 {
	background: #F7F7F7;
	color: #666666;
	margin-left: -15px;
}

#ja-topsl3 table {
	padding: 0;
	margin: 0;
}

#ja-topsl3 td {
	padding: 15px 0;
	margin: 0;
}

#ja-topsl3 tr {
	background: url(../images/dot-h.gif) repeat-x bottom;
}

/* Bottom spotlight */
#ja-botsl {
	position: relative;
	border-top: 1px solid #E6E6E6;
	margin-left: 1px;
	clear: both;
	background: #F7F7F7;
}

#ja-botsl div.moduletable {
	position: relative;
	border: none;
	padding: 15px;
}

#ja-botsl div.moduletable h3 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 100%;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	position: relative;
	clear: both;
	background: url(../images/main-br.gif) no-repeat bottom right #333333;
}

#ja-footer {
	background: url(../images/main-bl.gif) no-repeat bottom left;
	color: #666666;
	font-size: 92%;
}

#ja-footer small {
	color: #666666;
	font-size: 100%;
	padding: 10px 10px 10px 20px;
}

#ja-footer ul {
	margin: 0;
	padding: 0 10px 5px 10px;
	line-height: normal;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-footer li a {
	display: inline;
	line-height: normal;
	padding: 0 10px;
}

li.ja-firstitem {
	background: none !important;
}

#ja-footer a {
	color: #999999;
	text-decoration: none;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #FFFFFF;
}

div.sublogo {
	width: 20%;
	float: left;
}

div.sublogo a {
	font-size: 200%;
	display: block;
	text-align: center;
	background: url(../images/logo-sub.gif) no-repeat right;
	width: 150px;
	height: 70px;
	text-indent: -5000px;
	position: absolute;
	left: 10px;
}

.narrow div.sublogo a {
	width: 140px;
	height: 70px;
}

div.copyright {
	width: 80%;
	padding: 20px 0;
	float: right;
	background: url(../images/dot-dark.gif) repeat-y left;
}

div.foot-rss {
	position: absolute;
	top: 30px;
	right: 20px;
}

div.foot-rss img {
	vertical-align: middle;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* Login */
#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 5px 0 0;
}

/* Default login Form */
#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_remember {
      border: none;
}


/* Search */
#ja-search {
	float: left;
	width: 190px;
	height: 35px;
	overflow: hidden;
}

.narrow #ja-search {
	width: 150px;
}

#ja-search .inputbox {
	padding: 10px 0 0 40px;
	background: none;
	border: none;
	font-weight: bold;
	color: #CCCCCC;
}

/*others*/
#ja-banner {
	padding: 20px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}

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;
	margin: 10px 5px 0 0;
}

div.ja-innerdiv {
	padding: 6px 0 7px;
	background: url(../images/dot-h.gif) repeat-x bottom;
}

div.ja-innerdiv img {
	padding: 0;
	margin: 0;
}

/* 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 */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/* Listings */

h1.componentheading {
	margin:0;
	}
h2.contentheading {
	padding-left: 10px;
	margin-bottom: 10px;
	}
/* @group Index */

.alpha-index {
	width: 97%;
	position: relative;
	left: -10px;
	text-align: center;
	margin: 15px 0 15px 0px;
	}
.alpha-index a.alpha:link, .alpha-index a.alpha:visited {
	margin: 0 0;
	height:2em;
	padding: 3px 4px;
	text-decoration: none;
	font-weight: normal;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
.alpha-index a.alpha:hover {
	background-color: white;
	color: black;
	}

#index {
	width: 97%;
	overflow: hidden;
	padding-left: 10px;
	}
#index .title {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 10px 11px 0 0;
	font-size: 1.6em;
	border-bottom: 1px solid #ccc;
	}
#index .row {
	float:left;
	width:97%;
	}
#index .category {
	float:left;
	}
#index .category img {
	border:0;
	float:left;
	padding:5px 5px 0 0;
	}
#index h2 {
	font-size: 1.5em;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: normal;
	}
#index h2 span {
	font-size: 0.6em;
	position: relative;
	top: -1px;
	}
#index h2 a:link, #index h2 a:visited {
	font-size: 0.9em;
	}
.category .desc {
	margin-top: 5px;
	line-height: 1.4em;
	}
.category .subcat {
	margin-top: 5px;
	padding-left: 0px;
	}
.category .subcat a {
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	}
.category .listings {
	margin: 5px 0 5px 0px;
	padding: 0 0 0 5px;
	list-style-position: inside;
	list-style-type: disc;
	}
.category .listings li {
	background-image: none;
	padding: 0;
	}
/* @end */

/* @group Category */
#cat-desc {
	margin: 0 0 10px 10px;	
	}
#cat-desc p {
	margin: 0;
	text-indent: 15px;
	text-align: left;
	line-height: 1.4em;
	}
#cat-image {
	float: left;
	border: 5px solid #e6e6e6;
	margin: 0 10px 10px 0;
	}
#cat-image img {
	margin: 1px;
	}
/* @end */

/* @group Subcategory & Related Category */
#subcats, #relcats {
	margin: 0;
	float: left;
	width: 97%;
	padding-left: 10px;

	}
#subcats .title {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 0 18px 0 0;
	font-size: 1.6em;
	border-bottom: 1px solid #ccc;

	}
#subcats ul, #relcats ul {
	margin: 0;
	padding: 0 10px 10px 0px;
	list-style-type: none;
	width: 97%;
	float: left;
	}
#subcats li {
	width: 32%;
	padding: 0;
	margin-top: 10px;
	float: left;
	background-image: none;
	}
#subcats a, #relcats a {
	font-weight: normal;
	text-decoration: none;
	}
#subcats small {
	color: #4c4c4c;
	font-size: 0.9em;
	}
#relcats .title {
	border-bottom: 1px solid #ccc;
	display: inline;
	}
#relcats li {
	width: 97%;
	padding: 0;
	margin-top: 10px;
	float: left;
	}
/* @end */

/* @group Listings */

#listings {
	width: 97%;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding-left: 10px;
	clear: both;
	}
#listings .title {
	height: 24px;
	border-bottom: 1px solid #ccc;
	line-height: 24px;
	vertical-align: middle;
	margin: 0 11px 10px 0;
	font-size: 1.6em;
	}
.info {
	height: 20px;
	line-height: 20px;
	margin: 0 18px 10px 0;
	}
.reviews .info {
	margin: 10px;
	}

#listings .pages-counter {
	text-align: center;
	font-weight: bold;
	}
	
#listings .pages-counter-top {
	text-align: left;
	font-weight: bold;
	height:20px;
	line-height: 20px;
	border-bottom: 1px dotted #ccc;
	vertical-align: bottom;
	margin: 5px 12px 15px 0;
	}
#listings .pages-links {
	text-align: center;
	width: 97%;
	}
.listing-summary {
	float: left;
	width: 97%;
	margin-bottom: 25px;
	}
.listing-summary h3 {
	margin: 0 10px 1px 0;
	font-size: 1.4em;
	float: left;
	}
.listing-summary .star{
	margin-left: 1px;
	}
.listing-summary .website {
	float: left;
	vertical-align:top;
	clear: both;
	margin-bottom:3px;
	font-size: 0.9em;
	color:#808080;
	}
.listing-summary .fieldRow {
	border: 0px solid #ccc;
	height: 22px;
	line-height:14px;
	float: left;
	padding:0 7px 0 0;
	font-size: 0.9em;
	}
div.featured {
	background-color: #F2F9EC; 
	padding: 5px; 
	border: 1px solid #78C2EF;
	width: 96%;
	}
.fieldRow .caption {
	float: left;
	text-align: right;
	color: #fff;
	clear: left;
	background-color: #bfbfbf;
	padding: 0 2px;
	border-bottom: 1px solid #f1f1f1;
	border-left: 0px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	font-weight: bold;
	}
.output {
	background-color: #f2f2f2;
	display: block;
	float: left;
	clear: right;
	padding:0 5px 0 5px;
	margin-right: 0;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	}
.output a:link, .output a:visited {
	font-weight: normal;
	text-decoration: none;
	}
.output a:hover {
	font-weight: normal;
	text-decoration: underline;
	}
.listing-summary img.image {
	border: 1px solid #ccc;
	margin: 0 10px 10px 5px;
	padding: 5px;
	float: right;
	display:block;
	}
.listing-summary img.image-left { /* Similar to .listing-summary img.image, except that it is floated left. */
	border: 1px solid #ccc;
	margin: 0 10px 10px 5px;
	padding: 5px;
	float: left;
	display:block;
	}
.listing-summary a:hover img.image{
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	}
.listing-summary p {
	clear: both;
	margin-bottom: 5px;
	line-height: 1.4em;
	padding-right: 20px;
	}
.listing-summary .category {
	margin-bottom: 8px;
	}
.listing-summary .category span {
	margin-right: 2px;
	color: #808080;
	}
.listing-summary .category a {
	margin-left: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #009900;
	}
span.xlistings {
	color:#606060;float:left;margin: 0;}

#upload_att li {
	background-image: none;
	margin: 0;
	padding: 0 0 5px 0;
	}
.address {
	text-align: left;
	float: left;
	margin: 3px 0;
	width: 97%;
	}
.website a:link, .website a:visited , .website a:hover {
	font-size:1.1em;
	font-weight:normal;
	text-decoration:none;
	white-space: nowrap;
	}
.listing-summary .actions {
	width: 97%;
	float: left;
	clear: both;
	margin:0;
	padding: 0;
	vertical-align: middle;
	text-align: left;
	border-style: none;
	}
.listing-summary .actions a:link, .listing-summary .actions a:visited {
	display:block;
	float: left;
	text-decoration: none;
	height: auto;
	line-height: normal;
	font-weight: normal;
	background: url(../../../../../images/M_images/indent1.png) no-repeat left center;
	padding-left: 9px;
	margin: 0 8px 0 0;
	}
.listing-summary .actions a:hover {
	border: none;
	}
/* @end */

/* @group Listing */

#listing {
	margin-left: 10px;
	overflow: hidden;
	width: 97%;
	}
#listing h2 { 
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align:bottom;
	text-align:left;
	line-height:1.6em;
	margin:5px 0;
	}
	
#listing dl {
	width: 97%;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	}

#listing dl dt {
	width: 40%;
	float: left;
	margin: 0 0 0 0;
	padding: .3em;
	border-top: 1px dotted #bebebe;
	font-weight: bold;
	color: #666;
	text-align: right;
	}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

#listing dl dd {
	float: left;
	width: 55%;
	margin: 0 0 0 1px;
	padding: .3em;
	border-top: 1px dotted #bebebe;
	}
#listing dl dd a {
	font-weight: normal;
	text-decoration: none;
	}
#listing dl dd a:hover {
	text-decoration: underline;
	}
#listing dl dd ul{
	margin: 0;
	}
#listing .listing-desc {
	margin: 0 18px 10px 0;
	float: left;
	font-size: 12px;
	line-height: 1.4em;
	display: inline;
	}

.square {
	float: right;
	clear: none;
	margin: 0 0px 5px 10px;
	}

.thumbnail {
	float: right;
	clear: none;
	margin: 0 0px 5px 10px;
	text-align: center;
	}
.thumbnail-left {
	clear: none;
	margin: 0 10px 5px 0px;
	text-align: center;
	}
.gallery .thumbnail, .gallery .thumbnail-left {
	float: left;
	}
.thumbnail a img, .thumbnail-left a img {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	}
.thumbnail a:hover img, .thumbnail-left a:hover img {
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid #ccc;
	}
.thumbnail div,.thumbnail-left div {
	width: 97%;
	clear: both;
	text-align: center;
	border-bottom:  1px solid #ccc;
	border-left:  1px solid #ccc;
	border-right:  1px solid #ccc;
}
.thumbnail div a, .thumbnail-left div a {
	text-decoration: none;
	text-align: center;
	display: block;
	}

.actions-rating-fav {
	width: 97%;
	margin: 10px 18px 10px 0;
	float: left;
	border: 2px solid #dcdcdc;
	background-color: #f8f8f8;
	}

.actions {
	width: 97%;
	float: left;
	clear: both;
	margin:0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	}
.actions a:link, .actions a:visited {
	margin: 0 5px;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	}
.actions a:hover {}
.favourite {
	width: 41%;
	float: left;
	clear: none;
	height: 35px;
	line-height: 35px;
	padding-left: 12px;
	border-left: 1px dotted #ccc;
	}
.favourite .fav-caption {
	float: left;
	}
.favourite #fav-count {
	float: left;
	margin-left: 5px;
	font-weight: bold;
	line-height: 35px;
	}
.favourite #fav-msg {
	float: left;
	margin-left: 10px;
	}
.favourite #fav-msg a {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	}
.favourite #fav-msg a:hover{
	border-bottom: 1px solid;
	}
	
.rating {
	width:48%;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 10px 0 5px;
	margin-left: 4%;
	vertical-align: middle;
	}
.rating #rating-msg {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 35px;
	}
.rating img {
	float: left;
	clear: none;
	margin-top: 7px;
}
.rating #total-votes {
	float: left;
	font-weight: bold;
	margin-left: 10px;
	line-height: 35px;
	}
#listing .title {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 0;
	font-size: 1.4em;
	border-bottom: 1px solid #ccc;
	}
a.actionlink:link, a.actionlink:visited {
	font-size:0.6em;
	text-decoration: none;
	padding: 2px;
	position: relative;
	top: -3px;
	color: #F3F3F3;
	background-color: #1f5ba4;
	}
a.actionlink:hover {
	background-color:#337DD9;
	}
/* Superscript */
sup {
	padding: 0 2px;
	font: bold 0.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	
	}
sup.new {
	color: #007d00;
	}
sup.featured {
	color: #0048de;
	}
sup.popular {
	color: #ff264e;
	}
/* @end */

/* @group Edit Listing */
fieldset {
	text-align: left;
	}
#mc_con {
	display: none;
	}
#lcmanage { font-weight: normal;}
#mc_selectcat {
	width: 250px;
	margin: 5px 0;
	}
#mc_active_pathway {
	background-color: white;
	width: 97%;
	color: black;
	padding-left: 11px;
	background: url(../../../../../images/M_images/indent1.png) no-repeat left center;
	}
#browsecat {
	width:97%;
	margin:5px 0 0 0;
	padding: 0;
	}
a.add-listing:link, a.add-listing:visited, a.add-listing:hover {
	float:right;
	font-weight:normal
	}
ul.linkcats {
	padding: 0px;
	margin:0px 0px 3px 0px;
	list-style: disc inside;
	}
ul.linkcats li {
	line-height: 18px;	
	}
ul.linkcats a:link, ul.linkcats a:visited {
	color: #fff;
	margin-right: 5px;
	padding:  0 3px;
	text-decoration: none;
	clear: none;
	background-color: #999;
	}
ul.linkcats a:hover {
	background-color: #4c4c4c;
	}
/* @end */

/* @group Reviews */

.reviews {
	width:97%;
	overflow: hidden;
	clear: both;
	}
.reviews .title {
	clear: both;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin: 0 18px 10px 10px;
	font-size: 1.6em;
	border-bottom: 1px solid #ccc;
	}
.reviews p {
	margin: 0 18px 10px 10px;
	}
.reviews .pages-counter {
	float: left;
	width: 97%;
	text-align: center;
	font-weight: bold;
	}
.reviews .pages-links {
	text-align: center;
	width: 97%;
	}	
.review {
	clear: both;
	padding: 0 0 10px 0;
	margin: 5px 18px 0 10px;
	}
#listing .review {
	margin-top: 0;
	}
.review .review-head {
	width:97%;
	margin: 0 18px 0px 0;
	height: 19px;
	clear: both;
	background-color: #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	}
.review .review-listing {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 1.3em;
	}
.review .review-title {
	float:left;
	height: 1.8em;
	line-height: 1.8em;
	}
.review .review-title a {
	text-decoration: none;
	font-weight: normal;
	margin-left: 5px;
	}

.review .review-info {
	float:left;
	height: 1.8em;
	line-height: 1.8em;
	margin-left: 5px;
	}
.review .review-rating {
	width:95px;
	float:left;
	margin: 0;
	text-align: center;
	}
.review-owner {
	margin-left: 3px;
	font-weight: bold;
	}
.review-owner a:link {
	text-decoration: none;
	}
.found-helpful{
	float: left;
	width:97%;
	color:#595959;
	margin-bottom:3px;
	background-color:#F4F4F4;
	padding:0 0 3px 0px;
	line-height:1.4em;
	}
.found-helpful span {
	padding-left: 5px;
	}
.review-text {
	clear: both;
	line-height: 1.4em;
	padding: 0;
	padding: 0 5px;
	}
.owners-reply {
	margin: 10px 10px 0 10px;
	padding: 5px;
	}
.owners-reply span {
	font-weight: bold;
	background-color: #666;
	text-align: center;
	padding: 1px 8px;
	color: white;
	}
.owners-reply p {
	margin: 5px 0 0 0;
	line-height: 1.4em;
	color: #4c4c4c;
	font-style: italic;
	font-weight: bold;
	}
	
.ask-helpful {
	padding-left: 5px;
	margin:10px 0 0 0;
	}

.ask-helpful span a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	font-weight:normal;
	margin-left:3px;
	}
.ask-helpful a {
	text-decoration:underline;
	margin-left:3px;
	}
.ask-helpful2{
	float:left;
	margin-right:4px;
	font-style: italic;
	}
.ask-helpful span a:hover{
	border-bottom: 1px solid #ccc;
	}

.review-reply-and-report {
	text-align: right;
	}
.review-reply, .review-report {
	display: inline;
	text-align: right;
	margin-top:10px;
	}
.review-reply a:link, .review-reply a:visited, .review-report a:link, .review-report a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	margin-right: 10px;
	}
.review-reply a:hover, .review-report a:hover {
	border-bottom: 1px solid #ccc;
	}
.rhaction {
	float:left;
	}

/* @end */

/* @group Gallery */
.next-previous-image {
	float: left;
	width: 97%;
	}
.previous-image {
	float: left;
	width: 48%;
	text-align: right;
	display: block;
	height: 2em;
	line-height: 2em;
	}
.previous-image a:link,.previous-image a:visited {
	text-align: right;
	padding: 2px 5px;
	text-decoration:none;
	font-weight: normal;
	margin-right: 1px;
	border-bottom: 1px dotted #ccc;

	}
.next-image {
	float: left;
	width: 48%;
	height: 2em;
	line-height: 2em;
}
.next-image a:link, .next-image a:visited {
	padding: 2px 5px;
	text-decoration:none;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	margin-right: 1px;
	}
.medium-image {
	text-align: center;
	}
.medium-image img {
	margin: 20px 0;
	}
/* @end */

/* @group User's Items */
.users-tab {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 98%;
	margin-left: 10px;
	}
.users-listings span, .users-reviews span, .users-favourites span {
	font-weight: bold;
	}
.users-listings, .users-listings-active {
	margin-left: 10px;
	}
.users-listings, .users-reviews, .users-favourites {
	position: relative;
	top: 1px;
	float: left;
	padding: 2px 10px;
	background-color: #f4f4f4;
	margin-right: 10px;
	}
.users-listings-active, .users-reviews-active, .users-favourites-active {
	position: relative;
	top: 1px;
	float: left;
	padding: 2px 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	margin-right: 10px;
	font-weight: bold;
	}
.users-listings a:link, .users-listings a:visited, .users-reviews a:link, .users-reviews a:visited, .users-favourites a:link, .users-favourites a:visited {
	text-decoration: none;
	font-weight: bold;
	}	
/* @end */