/*--------------------------------------------------------------
	# The News II - October 2008 (for Joomla 1.5)
	# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.
	# License: Copyrighted Commercial Software
	# Website: http://www.gavick.com
	# Support: support@gavick.com 
	---------------------------------------------------------------*/
	
/* ||| universal set of reset styles |||*/

html,
body,
div,
span,
applet,
object,
iframe,
caption,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	vertical-align: baseline;
	font-size: 12px;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
body {
	background: white;
	line-height: 1;
	color: black;
}
ol,
ul {
	list-style: none;
}
/* tables still need cellspacing="0" in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
}
/* remove possible quote marks (") from <q> & <blockquote> */

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
/* ||| the end |||*/
/* ||| set of clearing floats |||*/	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clr {
	font-size : 1px;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/* End hide from IE-mac */
/* ||| the end |||*/

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	font-size:12px;
}
#bg {
	background: #f5f5f5;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height:1.6;
}
a {
	outline: none;
	cursor: pointer;
}
img {
	border: none;
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	border: 0;
	padding: 5px 0;
}
th {
	padding: 4px;
	text-align: left;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 175%;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 115%;
}
p,
pre,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	padding: 0;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
input,
select,
button {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
}
hr {
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
	color: #eee;
	background-color: #eee;
}
.clearfix {
	clear: both;
}
.lf {
	float: left;
}
.rf {
	float: right;
}
.breadcrumb {
	float: left;
}
#wrap_1 {
	background: transparent url('../images/bg_page.png') repeat-y 50% 0;
	width: 1043px;
	margin: 0 auto;
}
#wrap_2 {
	width: 961px;
	padding: 0;
	margin: 0 auto;
}
#top_wrap {
	background: #272727;
	height: 39px;
	line-height: 30px;
	overflow:hidden;
}
/* Suckerfish menu background */
#member_area,
#login_wrap,
#top_wrap,
#logo_block,
#bg_content_wrap,
#bottom_wrap_1,
#bottom_wrap_2 {
	clear: both;
	padding: 0 22px;
	width: auto;
	
}
#header_wrap {
	clear: both;
	padding: 3px 22px 0 22px;
	width: auto;
	
}
horiz-menu {
	clear: both;
	padding: 0 0px;
	width: auto;
}
#bottom_wrap_1 {
	background: #eee url('../images/menu_bg.png') repeat-x 0 0;
	border-top: 1px solid #eeeeee;
}
#bottom_wrap_2 {
	background: #272727;
}
#mainbody,
#mainbody-2 {
	margin-bottom: 9px;
}
#horiz-menu {
	background: #eee url('../images/menu_bg.png') repeat-x 0 0;
	width: auto;
	height: 39px;
}
/* Member area */
#member_area,
#login_wrap {
	background: url('../images/menu_bg.png') repeat-x 0 0;
	height: 39px;
	line-height: 32px;
	font-size: 10px;
	text-transform: uppercase;
}
#login_wrap {
/*	display:none */
}
#member_area .lf a {
	background: url('../images/button_left.png') no-repeat 0 50%;
	color: #666;
	padding: 4px 3px;
	margin-right: 1px;
}
#member_area .lf a span {
	background: url('../images/button_right.png') no-repeat 100% 50%;
	padding: 4px 7px 4px 4px;
}
#member_area .lf a:hover {
}
/* Search module */
#member_area .rf div.search {
	margin-top: 5px;
}
#member_area .rf div.search input {
	border: 1px solid #e1e1e1;
	padding: 3px 2px;
	color: #c0c0c0;
	width: 120px;
}
#member_area .rf div.search input:focus {
	color: #000;
}
#member_area .rf div.search input.button,
ul.loginposition input.button,
div.logout input.button {
	color: #fff;
	border: none;
	width: 50px;
	height: 19px;
	padding: 0 0 1px;
	margin-left: 8px;
}
/* Content wrap */
#logo_block {
	border-top: 1px solid #fff;
	height: 84px;
	padding-top: 7px;
	padding-bottom: 7px;
}
/* Here you can change width or height of your logo*/

a#logo {
	width: 308px;
	height: 84px;
	float: left;
	display: block;
}
/*end*/
#banner_wrap {
	float: left;
	clear: both;
	padding: 0 22px;
	width: auto;
}
/* Set of majot blocks */
div#header {
	float:left;
	overflow: hidden;
}
div#advert2 {
	float:right;
	overflow: hidden;
}
/* default crounded corners block */
/* Moduletable 
-------------------------------------------------------------------------------- */

div.module h3,
div.module_menu h3,
div.module_text h3 {
	margin: 0 2px 0 4px;
	padding: 1px 0;
	white-space: nowrap;
	height: 37px;
	background: url('../images/moduletable_h3_def_r.png') no-repeat 100% 50%;
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #272727;
}
div.module .spantitle,
div.module_menu .spantitle,
div.module_text .spantitle {
	display: block;
	margin: 0 0 0 -2px;
	padding: 8px 0 0 10px;
	height: 29px;
	background: url('../images/moduletable_h3_def_l.png') no-repeat 0 50%;
}
div.moduletable {
	margin: 0 0 9px;
}
#header div:last-child.moduletable {
	margin: 0;
}
div.module_content {
	padding: 9px;
}
div#header,
div.module,
div.module_menu,
div.module_text {
	margin: 0 0 9px;
	padding: 0;
	width: 100%;
	background: url('../images/def_cor_rb.png') no-repeat bottom right;
}
div#header .lb,
div.module .lb,
div.module_menu .lb,
div.module_text .lb {
	padding: 0;
	background: url('../images/def_cor_lb.png') no-repeat bottom left;
}
div#header .rt,
div.module .rt,
div.module_menu .rt,
div.module_text .rt {
	padding: 0;
	background: url('../images/def_cor_rt.png') no-repeat top right;
}
div#header .lt,
div.module .lt,
div.module_menu .lt,
div.module_text .lt {
	padding: 0;
	background: url('../images/def_cor_lt.png') no-repeat top left;
}
/* Joomla menu */

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0 0 6px;
	background: #fff;
}
ul.menu li {
	background: none;
	margin: 0 9px;
	padding: 0;
	border-bottom: 1px solid #f1f1f1;
}
ul.menu li a {
	display: block;
	outline: none;
	padding: 5px 2px;
	color: #333;
	text-decoration:none!important;
}
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
}
ul.menu li.active a {
}
div.module_menu ul.menu li.parent a {
	background: url('../images/menu_joomla_bullet.png') no-repeat 96% center;
}
ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li li {
	border-bottom: 1px solid #f1f1f1;
}
ul.menu li li:first-child {
	border-top: 1px solid #f1f1f1;
}
ul.menu li li a {
	border: none;
	font-weight: normal !important;
	padding-left: 20px !important;
}
ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
}
ul.menu li:last-child {
	border: none;
}
ul.menu li:last-child a {
	padding-bottom: 0;
}
ul.menu li li:last-child a {
	padding-bottom: 5px;
}
ul.menu li.parent li a {
	background: none;
}
.users_wrap {
	clear: both;
}
/* set the width of user modules */
.us_width-24b,
.us_width-32b,
.us_width-49b {
	overflow: hidden;
	float: left;
	margin-left: 1%;
}
.us_width-24b {
	width: 24.25%;
}
.us_width-32b {
	width: 32.6%;
}
.us_width-49b {
	width: 49.5%;
}
div:first-child.us_width-24b,
div:first-child.us_width-32b,
div:first-child.us_width-49b {
	margin-left: 0;
}
.us-stand {
	clear: both;
	width: 100%;
}
.users {
	overflow: hidden;
	float: left;
	margin-left:1%;
	padding: 18px 0;
}
#bottom_wrap_2 .users:first-child {
	margin-left: 0;
}
.us_width-16 .users {
	width: 15.8%;
}
.us_width-19 .users {
	width: 19.2%;
}
.us_width-24 .users {
	width: 24.25%;
}
.us_width-33 .users {
	width: 32.6%;
}
.us_width-49 .users {
	width: 49.5%;
}
.us_width-99 .users {
	width: 100%;
}
/* component + right */
div#component-2 {
	float: left;
	width: 626px;
}
div#right {
	float: right;
	width: 284px;
}
div#content_wrap {
	background: #fff;
}
/* component */

div#component {
	width: 100%;
}
#mainbody {
	padding: 0;
	margin-bottom: 10px;
}
/* Background of mainbody content */
#mainbody-2 #main_center {
	background: url('../images/cont_sh_center.png') repeat-y 50% 50%;
	width: 100%;
}
#mainbody-2 #main_top {
	background: url('../images/cont_sh_top.png') no-repeat 50% 0;
}
#mainbody-2 #main_bottom {
	background: url('../images/cont_sh_bottom.png') no-repeat 50% 100%; 
}
#main_content {
	margin:0;
	padding:9px;
}
#mainbody #main_center {
	background: url('../images/cont_center.png') repeat-y 50% 50%;
	width: 100%;
}
#mainbody #main_top {
	background: url('../images/cont_top.png') no-repeat 50% 0;
}
#mainbody #main_bottom {
	background: url('../images/cont_bottom.png') no-repeat 50% 100%; 
}
#bottom_wrap_1 div.moduletable {
	margin: 0 9px 9px;
}
div.moduletable h3 {
	margin: 0 2px 0 0;
	padding: 1px 0;
	white-space: nowrap;
	height: 28px;
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #666;
}
#header div.moduletable h3 {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 9px;
}
#bottom_wrap_1 div.null,
#bottom_wrap_1 div.us_width-24b,
#bottom_wrap_1 div.us_width-32b,
#bottom_wrap_1 div.us_width-49b {
	background: url('../images/bottom_module_separator.png') repeat-y 0 0;
	margin-top: 18px;
	margin-bottom: 9px;
}
#bottom_wrap_1 div.null:first-child,
#bottom_wrap_1 div.us_width-24b:first-child,
#bottom_wrap_1 div.us_width-32b:first-child,
#bottom_wrap_1 div.us_width-49b:first-child {
	background: none;
}
#bottom_wrap_1 ul li {
	border-bottom: 1px solid #d0d0d0;
}
#bottom_wrap_2 div.moduletable {
	color: #b8b8b8;
}
#bottom_wrap_2 div.moduletable h3 {
	color:#fff;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#bottom_wrap_2 ul li {
	border-bottom: none;
	line-height: 110%;
}
#bottom_wrap_2 a:link,
#bottom_wrap_2 a:visited,
#bottom_wrap_2 a:active {
	text-decoration: none;
	color: #ccc;
}
#bottom_wrap_2 a:hover {
	text-decoration: underline;
	color: #fff;
}
/* Footer */

#footer_wrap {
	background: url('../images/footer_bg.png') no-repeat 50% 0;
	width: 1043px;
	clear: both;
	height: 104px;
	line-height: 46px;
	font-size: 11px;
	margin: 0 auto;
	color: #999;
}
#copyright {
	background: url('../images/footer_bg.png') no-repeat 50% 0;
	width: 1043px;
	clear: both;
	height: 104px;
	line-height: 46px;
	font-size: 11px;
	margin: 0 auto;
	color: #999;
}
#copyright #infoo {
	margin: 0 0 0 62px;
	float: left;
	width: 20%;
	border: 1px;
}
div#footer_wrap a {
	text-decoration: none;
	color: #666;
}
#copyright #stylearea {
	margin: 0 0px 0 0;
	float: right;
	width: 70%;
	border: 1px;
}
#copyright #stylearea a:link,
#copyright #stylearea a:visited,
#copyright #stylearea a:active {
	color: #999;
}
#copyright #stylearea a:hover {
	color: #666;
}


/* COMMON STYLE
--------------------------------------------------------- */

/* Normal link */

img {
	margin: 0;
	padding: 0;
}

.img_caption p {
	text-align: center;
}

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

.mosimage_caption {
	color: #666666;
	font-size: 90%;
	padding-top: 5px;
}

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

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

br {
	height: 1px;
	font-size: 1px;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	background: #FFFFCC;
	border-left: 5px solid #999999;
	font: 1em/1.5 "Courier News", monospace;
	margin: 5px 0 15px;
	padding: 10px 15px;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 2px 0 2px 25px;
}

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
	padding: 2px 25px 2px 0;
}

/* Dropcap */
.dropcap {
	color: #CC0000;
	display: block;
	float: left;
	font: 60px/58px Georgia, Times, serif;
	padding: 0 10px 0 0;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	background: url(../images/icon-error.gif) no-repeat 0px 4px;
	color: #CC0000;
	padding-left: 25px;
}

p.message {
	background: url(../images/icon-info.gif) no-repeat 0px 4px;
	color: #00508E;
	padding-left: 25px;
}

p.tips {
	background: url(../images/icon-tips.gif) no-repeat 0px 4px;
	color: #FF6600;
	padding-left: 25px;
}

p.feed {
	background: url(../images/icon-rss.gif) no-repeat 0px 4px;
	padding: 3px 0 3px 25px;
}

.highlight {
	color: #333333;
	background: #FFFFCC;
	font-weight: bold;
	padding: 1px 5px;
}

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 15px 10px 15px 60px;
}

p.download {
	background: url(../images/icon-download.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 15px 10px 15px 60px;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(../images/icon-checklist.gif) no-repeat 0 6px !important;
	margin-left: 15px !important;
	padding: 0 0 0 20px !important;
}

/* Check list (star) */
ul.stars {
	list-style: none;
}

ul.stars li {
	background: url(../images/icon-star.gif) no-repeat 0 0px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Check list arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(../images/icon-arrow.gif) no-repeat 3px 7px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Film list arrow */
ul.film {
	list-style: none;
}

ul.film li {
	background: url(../images/icon-film.gif) no-repeat 0px 2px;
	margin-left: 15px;
	padding: 0 0 0 20px;
	line-height: 180%;
}

/* Bignumber */
.bignumber {
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 20px/normal Arial, sans-serif;
	margin-right: 8px;
	padding: 6px 7px;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	background: url(../images/icon-author.gif) no-repeat left center;
	font-weight: bold;
	margin-left: 25px;
	padding-left: 20px;
}

div.bubble1 div {
	background: url(../images/bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 10px 15px 20px;
	width: auto;
}

div.bubble2 div {
	background: url(../images/bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 10px 15px 25px;
	width: auto;
}

div.bubble3 div {
	background: url(../images/bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

div.bubble4 div {
	background: url(../images/bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

/* Legend */
.legend-title {
	background: #FFFFFF;
	display: block;
	font-size: 100%;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -10px;
}

.legend {
	border: 1px solid #E6E6E6;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

.padding-none ul.film li {
	margin-left: 0;
}