/* GENERAL STYLES */

* {
    margin: 0;
    padding: 0;
}

a {
    color: #ffcb00;
}

a:hover {
    color: #cccccc;
}

a img {
    border: none;
}

/* LAYOUT */

/* form elements */
/* form {} */
.inputbox, .text_area, .selectbox {
	background: #333333;
	border: 1px solid #666666;
	padding: 2px 0 2px 0;
	margin: 1px;
  color: #cccccc;
}

input[type="text"], textarea {
	background: #333333;
	border: 1px solid #666666;
	padding: 2px 0 2px 0;
	margin: 1px;
  color: #cccccc;
}

select option {
	color: #cccccc;
}

/* form button */
.button {
	background-color: #444444;
	border: 1px solid #666666;
	color: #dddddd;
	font-weight: normal;
	padding: 2px;
	margin: 2px;
}

/* back button */
div.back_button {
	background: transparent url(../images/back.png) 0 50% no-repeat;
	padding-left: 18px;
	margin: 10px;
}

/* system message (mosmsg) */
div.message {
	clear: both;
	background: url(../images/icolumn.png) repeat;
	border: 1px solid #666666;
	padding: 8px 5px 8px 38px;
	margin: 5px;
	font-weight: bold;
	color: #cc0000;
}

/* small text */
.small { font-family: tahoma, verdana, arial; font-size: 90%; }

/***************************************************/
/* CONTENT */

/* headers */

h1, h1.contentheading, h1.componentheading {font-size: 130%; color: #eee;}
h2 {font-size: 125%;}
h3 {font-size: 120%;}
h4 {font-size: 115%;}
h5 {font-size: 110%;}
h6 {font-size: 105%;}

h1.contentheading, h1.componentheading, h1.contentheading a, h1.componentheading a { font-weight: normal; font-family: sans-serif;}
h2.contentheading {}
h3.contentheading {}

/* email, print, rtf, pdf buttons */
div.buttonheading {
	margin-top: -10px;
	margin-right: 10px;
}

/* item's category and section */
/* .item_sectioncategory {} */
div.item_sectioncategory a { text-decoration: none; }
/* item's author, creation and last modification dates and related links */
div.item_sectioncategory, div.item_author, div.item_createdate, div.item_modifydate, div.item_hits {
	padding-left: 18px;
	font-family: tahoma,verdana,arial,sans-serif;
	color: #999;
	font-style: normal;
	font-size: 92%;
}

div.item_author {
	background: transparent url(../images/autor.png) 0 50% no-repeat;
}

div.item_createdate {
	background: transparent url(../images/calendar.png) 0 50% no-repeat;	
}

div.item_hits {
	background: transparent url(../images/hits.png) 0 50% no-repeat;		
}

div.item_sectioncategory {
	background: transparent url(../images/category.png) 0 50% no-repeat;
	font-size: 100%;
}

div.item_modifydate { margin: 10px 0 20px 0; }

div.item_related { margin: 20px 0 20px 0; }
div.item_related a {
	line-height:  18px;
	padding-left: 23px;
	background: transparent url(../images/url.png) 0 50% no-repeat;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 92%;
}

/* section, category table view wrapper */
div.contentpane { text-align:justify; }

/* section category description */
.contentdescription { float: left; }
.contentdescription img { margin: 5px; }

/* section, category contents (table view) */
div.tcs { margin-bottom: 10px; }
div.tcs ul { margin: 0; padding: 10px 0; }
div.tcs ul.table { margin: 0; padding: 0; }

ul.table li.row0, ul.table li.sectiontableentry1, ul.table li.row1, ul.table li.sectiontableentry2 {
	background: url(../images/box.png) repeat;
	margin: 3px 0;
	border: 1px solid #666;
}
ul.table li.sectiontableentry1 a:link, ul.table li.sectiontableentry1 a:visited,
ul.table li.sectiontableentry2 a:link, ul.table li.sectiontableentry2 a:visited {
	font-weight: bold;
	text-decoration:none;
}

/* content navigation footer */
div.sectiontablefooter {
	margin: 15px 0 20px 0;
}

div.blog { overflow:hidden; }
div.blogleading { overflow: hidden; clear: both; padding: 5px 10px 5px 0px;}
div.blogcell { margin: 0 3px; }
div.blogcell div.contentpaneopen_text { text-align:justify; padding: 5px 5px; }
/* more links */
.moreLinks {}

div.blog_more ul { margin: 5px; }
div.blog_more li { list-style-type: square; }
div.blog_more li a.blogsection {}

div.contentpaneopen_text { text-align:justify; }
div.contentpaneopen_text li { list-style-type: disc; }

a.contentpagetitle:link, a.contentpagetitle:visited { font-size: 110%; text-decoration: none; }
a.contentpagetitle:hover { text-decoration: none; }

/* category link */
a.category:link, a.category:visited { font-weight: bold; text-decoration:none; }
a.category:hover {}

/* read more link */
a.readon:link, a.readon:visited {
	padding: 3px;
	text-decoration:none;
	border: 1px solid #666;
	margin: 10px 0 20px 0;
	display: block;
	float: left;
}
a.readon:hover {}
div.blogleading a.readon { background-color: inherit; border: 0; }

/* page navigation links */
span.pagenav { font-size: 85%; }
a.pagenav:link, a.pagenav:visited,
.pagenav_next a:link, .pagenav_next a:visited,
.pagenav_prev a:link, .pagenav_prev a:visited {
	font-size: 85%;
	padding: 3px;
	text-decoration:none;
}
a.pagenav:hover, .pagenav_next a:hover, .pagenav_prev a:hover {}

/***************************************************/
/* COMPONENTS SPECIFIC */

/* weblinks */
div.weblinks ul.table {
	float: left;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
div.weblinks ul.table li { padding: 2px; margin: 2px; text-indent: 0px; }
div.weblinks a.category:link, div.weblinks a.category:visited {}
div.weblinks a.category:hover {}
#weblinksform { border: 1px dashed #ccc; margin: 4px; padding: 4px; }

/* Newsfeeds */
div.newsfeeds ul li, div.newsfeeds ul.table li { padding: 2px 0px; }

/* user */
table.contentpaneopen {
	padding: 0px;
	margin: 5px 0 20px 0;
	font-size: 95%;
}

table.contentpaneopen th {
	padding: 2px;
	margin: 0;
	border-collapse: collapse;
	border: 0px none;
	font-weight: bold;
}

table.contentpaneopen #activecolumn { }
table.contentpaneopen th a { text-decoration: none; }
table.contentpaneopen th a:hover { }
tr.sectiontableentry1 { }
tr.sectiontableentry2 { }
tr.sectiontableentry1:hover { }
tr.sectiontableentry2:hover { }
table.contentpaneopen td { padding: 4px 0 4px 0; }

#vuserprofile h1 { }
#vuserprofile h2 { }

div.tab-row h2{
	background-image: none;
}

div#basicinfo-page, div#contactinfo-page, div#addinfo-page, div.avatarbox{
	background: transparent url(../images/box.png) repeat;
	color: inherit;
	margin: 3px 0;
	border: 1px solid #666;
}

div.profile_signature {
	background: transparent;
	color: inherit;
	margin: 5px 5px 5px 0;
}

th {
	text-align: justify;
}

/* contact */
div.contactscats ul li a { text-decoration: none; font-weight: bold; }
div.contactscats ul.table li a { text-decoration: underline; font-weight: normal; }

div.business-card {
	background: transparent url(../images/box.png) repeat;
	color: inherit;
	margin: 3px 0;
	border: 1px solid #666;	
}

div.business-card dt {
	color: inherit;
}

/* poll */
ul.polltable li.row0, ul.polltable li.sectiontableentry1 { background: url(../images/box.png) transparent repeat; margin: 3px 0;
	border: 1px solid #666;}
ul.polltable li.row1, ul.polltable li.sectiontableentry2 { background: transparent; margin: 3px 0;
	border: 1px solid #666;}
ul.polltable li.sectiontableentry1 a:link, ul.polltable li.sectiontableentry1 a:visited,
ul.polltable li.sectiontableentry2 a:link, ul.polltable li.sectiontableentry2 a:visited {
	font-weight: bold;
	text-decoration:none;
}
ul.polltable li.sectiontableentry1 a:hover, ul.polltable li.sectiontableentry2 a:hover { }
#icolumn form a {text-decoration: none;}

/***************************************************/
/* MODULES */

/* frontpage module */
.modfpg-ctitle {
	background: url(../images/h.png) repeat-x 0 100%;
	color: #eee;
	padding: 3px 3px 3px 0;
	border: none;
}
.modfpg-introtitle a, .modfpg-introtitle a:visited, .modfpg-introtitle a:active { color: #ffcb00;}
.modfpg-introtitle a:hover { color: #ccc;}

.modfpg-authordate {color: #999; font-size: 92%;}
.modfpg-more {text-decoration: none;}
.modfpg-ul li a {text-decoration: underline;}
/* language module */
.moduletable-lang { text-align: center; font-weight: bold; }
.moduletable-lang a { color: #ffcb00; }
.selectbox-lang {}

/* banners module */
.moduletable-banner { text-align: center; padding: 10px 0 10px 0; }

/* user login module */
div.userlogin { min-height: 55px;}
.userlogin img { margin: 0 2px 0 0; }
div.userlogin a, div.userlogin a:visited {
	background: transparent url(../images/info.png) 0 50% no-repeat;
	padding-left: 17px;
	text-decoration: none;
}
div.userlogin a:hover { }

/* modules most read (popular) and latest news */
ul.mostread, ul.latestnews {
	margin-left: 0;
	margin-bottom: 10px;
}
ul.mostread li.latestnews, ul.latestnews li.latestnews {
	list-style-type: none;
	margin-left: 5px;
	padding-left: 22px;
	background: transparent url(../images/rating_star.png) top left no-repeat;
}
a.mostread, a.latestnews, a.mostread:visited, a.latestnews:visited {
	text-decoration: none;
}
a.mostread:hover, a.latestnews:hover {
}

/* module rss feed */
div.syndicate { padding: 4px; }
div.syndicate img { margin: 2px 2px 2px 10px; float: left; }

/* module Top Weblink */
#topweblink {
	padding: 5px;
	padding-left: 20px;
	margin: 4px;
	margin-bottom: 20px;
}
#topweblink h3 {
	padding: 0;
	margin: 2px;
}

#topweblink img {
	margin: 4px;
	padding: 2px;
}

#topweblink-explain { color: #999999; }
#topweblink-desc { font-style: italic; }
#topweblink-hits {}
#topweblink-date { font-size: 92%; color: #999999; }
#topweblink a {}

/* menu */

ul.mainlevel li {
	padding: 0;
	margin: 0;
}

a.mainlevel {
	margin: 3px 0;
	padding-left: 10px;
	border-left: 4px solid #616161;
	color: #eeeeee;
	text-decoration: none;
}

a.mainlevel:active, a.mainlevel:hover, #imenu a:hover, #imenu a:active {
	color: #999999;
}

#active_menu {
	color: #666666;
	font-weight: bold;
}

#active_menu-nav {
	color: #666666;
	border-bottom: 3px solid #616161;
}

#imenu ul {
    margin: 5px 10px;
	list-style: none;
}

#imenu ul li {
	display: block;
	float: left;
    margin: 0px auto;
	font-weight: bold;
    padding: 5px 15px;
    background: url(../images/menu.png) 100% center no-repeat;
}

#imenu ul li a {
	padding-bottom: 3px;
	color: #eee;
    text-decoration: none;
}


/***************************************************/
/* MAMBOTS */

/* mosImage */
div.mosimage {}
div.mosimage_caption { margin: 3px 0 10px 0; font-size: 87%; color: #999; border: 1px solid #666; }

/* mosVote */
span.content_rating {
	color: #999999;
	font-style: normal;
	font-size: 92%;
}
span.content_rating img {
	position: relative;
	vertical-align: bottom;
}
span.content_vote {
	font-weight: bold;
	font-family: tahoma,verdana,arial,sans-serif;
	color: #999;
	font-style: normal;
	font-size: 92%;
	background: url(../images/box.png) repeat transparent;
	padding: 8px;
	border: 1px solid #666666;
}

/* mosPaging */
.pagenavcounter {}
div.pagenavbar {
	padding: 6px;
	width: auto;
}
div.pagenavbar a, div.pagenavbar a:link, div.pagenavbar a:visited, div.pagenavbar a:hover {
	text-decoration: none;
	margin: 10px;
}
ul.contenttoc { background: url(../images/box.png) repeat transparent; border: 1px solid #666; }
ul.contenttoc li.headtoc { background: url(../images/ibody.png) repeat transparent; color: #FFFFFF; }
ul.contenttoc a.toclink:link, ul.contenttoc a.toclink:visited {
	font-size: 92%;
	text-decoration:none;
}
ul.contenttoc a.toclink:hover { text-decoration:underline; }

/* Layout */

#i {
    background: #666666;
    color: #dddddd;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
}

#iwrapper {
    width: 982px;
    min-height: 516px;
    margin: 0 auto;
    background: url(../images/bg.png) top left no-repeat;
}

#iheader, #ibody, #ifooter {
    float: none;
}

.clear {
    clear: both;
}

#ilogo {
    width: 211px;
    height: 80px;
    float: left;
    margin: 10px 50px 0 30px;
	padding: 0;
}


#itop {
    float: right;
    width: 689px;
    background: #4a4a4a;
}

#itop-l {
    background: url(../images/lhead.png) 0 0 no-repeat;
}

#itop-r {
    background: url(../images/rhead.png) 100% 0 no-repeat;
}

#itop-content {
    height: 42px;
}

#imenu {
    float: left;
}

#isearch {
    width: 170px;
    height: 21px;
    margin: 8px 10px 0 0;
    padding: 0;
    float: right;
    background: url(../images/search.png) 0 0 no-repeat;
}

#isearch form {
    margin: 0;
    padding: 0;
}

#isearch .inputbox {
    background: transparent;
    border: none;
    height: 21px;
    padding: 0 0 5px 10px;    
    width: 130px;
    color: #fff;
}

#ibody {
    background: url(../images/ibody.png) 100% 0 repeat;
}

#iltop {
    background: url(../images/ltop.png) 0 0 no-repeat;
}

#irtop {
    background: url(../images/rtop.png) 100% 0 no-repeat;
}

#ilbottom {
    background: url(../images/lbottom.png) 0 100% no-repeat;
}

#irbottom {
    background: url(../images/rbottom.png) 100% 100% no-repeat;
}

#icontent {
    padding: 10px;
}

#imain {
    width: 690px;
    float: left;
	margin-right: 10px;
	text-align: justify;
}

#imainbody h1, #imainbody h2, #imainbody h3 {
    padding-bottom: 4px;
    background: url(../images/h.png) 0 100% repeat-x;
}

#imainbody img {
	margin: 3px 7px 3px 0;
}

#imainbody .content_rating img, #imainbody div.buttonheading img {
	margin: 0;
}

#icolumn {
    width: 262px;
    float: left;
    background: transparent;
}

#icolumn .module div div {
    background: url(../images/top2.png) 100% 0 no-repeat;
	padding-top: 9px;
	margin-bottom: 10px;
}

#icolumn .module div div div {
    background: url(../images/bottom2.png) 0 100%  no-repeat;
	padding: 0px 10px 10px 10px;
}

#icolumn .module div div div div {
	overflow: hidden;
	background: transparent !important;
	margin: 0;
	padding: 0;
}

#icolumn h3 {
    padding-bottom: 3px;
	margin: 0 !important;
    background: url(../images/h2.png) 0 100% repeat-x;
}

#ifooter {
    margin: 10px 0;
    text-align: center;
    color: #222;
}



.tabs_product_description {
	color:#999999;
	font-size:12px;
	font-weight:normal;
}
.ess_title {
	color:#CDA111;
}

.eav_title {
	color:#74C699;
}
.h2t {
	font-size:16px;
	color:#006D73;
	margin:0;
}