@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	
	margin-top:10px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
	background-image:url(img/style/bg_lines.gif);
	background-repeat:repeat;
}
img {
	border:none;
}
a {
	color:#CC0000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#site {
	width:900px;
	margin:auto;
	
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

#header {
	
	height:100px;
	
	background-color:#333333;
	
	background-image:url(img/style/bg_header.png);
	background-repeat:no-repeat;
	
}
#header_title {
	font-family:"Times New Roman", Times, serif;
	font-size:48px;
	font-weight:bold;
	color:#FFFFFF;
	
	vertical-align:middle;
	
	line-height:100px;
	
	padding-left:10px;
	padding-right:10px;
}

.red {
	color:#CC0000;
}

#menu {
	background-color:#333333;
	width:100%;
	border-top:1px solid #FFFFFF;
	background-image:url(img/style/bg_menu.png);
	background-repeat:repeat-x;
}
#menu ul {
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#333333;
}
#menu li {
	float:left;
	list-style-type:none;
	background-color:#333333;
}
#menu li a {
	padding:10px;
	color:#FFFFFF;
	background-image:url(img/style/bg_menu.png);
	background-repeat:repeat-x;
	display:block;
}
#menu li a:hover {
	background-color:#CC0000;
}

#main {
	min-height:400px;
	background-image:url(img/style/bg_main.png);
	background-repeat:repeat-x;
	background-position:top;
}
#content {
	padding:10px;
	margin-right:310px;
}

#content h2 {
	font-size:18px;
	padding-top:20px;
	margin-bottom:2px;
	
	
}

.news h3, .news_topnews h3 {
	padding-bottom:0px;
	margin-bottom:0px;
}
.news h3 a, .news .more a, .news_topnews h3 a, .news_topnews .more a {
	text-decoration:none;
}
.news h3 a:hover, .news .more a:hover, .news_topnews h3 a:hover, .news_topnews .more a:hover {
	text-decoration:underline;
}
.news .teaser, .news_topnews .teaser {
	margin-top:0px;
	padding-top:0px;
}

.news .picture {
	float:left;
	margin-right:5px;
}
.news .picture img {
	width:90px;
	height:90px;
}

.news_topnews .picture img {
	width:570px;
	height:180px;
}

/* SINGLE NEWS */
.detail_news h1 {
	font-size:12px;
	color:#CC0000;
	padding-bottom:0px;
	margin-bottom:0px;
}
.detail_news h2 {
	font-size:18px;
	padding-top:0px !IMPORTANT;
	margin-top:0px !IMPORTANT;
	color:#333333;
}
.detail_news .date {
	float:right;
	font-size:10px;
	color:#333333;
	
	padding-top:5px;
}
.detail_news .teaser {
	font-weight:bold;
	margin-top:10px;
}

.detail_news .picture {
	margin-top:5px;
	padding:1px;
	border:1px solid #333333;
	width:180px;
	font-size:12px;
	color:#333333;
}

.detail_news .picture img {
	width:180px;
	height:180px;
}

.detail_news p {
	color:#333333;
	line-height:18px;
}

.detail_news .picture {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.detail_news .related {
	width:48%;
	background-color:#eeeeee;
	padding:5px;
	margin-bottom:5px;
}

.detail_news .related ul {
	margin-top:2px;
	margin-bottom:2px;
}

.detail_news .imageSource h5 {
	border-top:1px solid #cccccc;
	font-size:10px;
	padding:0px;
	margin:0px;
	text-align:right;
}
.detail_news .imageSource p {
	font-size:10px;
	padding:0px;
	margin:0px;
	text-align:right;
}
/* SINGLE NEWS */

/* DETAIL BROKER */
.detail_broker h1 {
	color:#333333;
}
.detail_broker h1 span {
	color:#cc0000;
	font-size:12px;
	display:block;
}
.detail_broker h2 {
	color:#cc0000;
}

.detail_broker .service_table, .detail_broker .news_table {
	width:100%;
	border:1px solid #CCCCCC;
}

.detail_broker .service_table thead th {
	font-weight:bold;
}

.detail_broker .service_table th {
	text-align:left;
	font-weight:normal;
	width:180px;
	vertical-align:text-top;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	/*background-color:#ededed;*/
}

.detail_broker .service_table td, , .detail_broker .news_table td {
	/*background-color:#FFFFFF;*/
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:text-top;
}

/* DETAIL BROKER */

/* DETAIL CATEGORY */
.detail_category ul, .broker ul {
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;
}
.detail_category li, .broker  li {
	padding:4px;
	float:left;
}
.detail_category a, .broker a {
	display:block;
}
.detail_category ul img, .broker ul img {
	border:1px solid #CCCCCC;
}
/* DETAIL CATEGORY */


.table {
	border:1px solid #666666;
}
.table th {
	background-color:#CCCCCC;
	height:25px;
	color:#FFFFFF;
	background-image:url(img/style/bg_menu.png);
	background-repeat:repeat-x;
	background-position:-8px;
	border-bottom:1px solid #666666;
}
.table td {
	padding:2px;
}
.table .row_a, .row_a {
	background-color:#FFFFFF;
}
.table .row_b, .row_b {
	background-color:#EEEEEE;
}

#rightbar .clear {
	clear:both;
}
#rightbar {
	width:310px;
	
	float:right;
	height:100%;
}
#rightbar .box {
	border-top:1px solid #FFFFFF;
	background-color:#EDEDED;
}
#rightbar .box h3 {
	font-size:14px;
	background-color:#666666;
	background-image:url(img/style/bg_rightbar_head_gradient.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	height:25px;
	vertical-align:middle;
	line-height:25px;
}
#rightbar p {
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#rightbar ul {
	margin-bottom:0px;
	margin-top:0px;
}
#rightbar li {
	list-style-type:square;
	/*padding:0px;
	margin:0px;*/
	color:#999999;
}

.box_roundcorners, .box_white_roundcorners {
	margin-top:10px;
	
}
.box_roundcorners .top {
	background-image:url(img/style/bg_box_border_top.png);
	background-repeat:no-repeat;
	background-position:top;
}
.box_white_roundcorners .top {
	background-image:url(img/style/bg_box_white_border_top.png);
	background-repeat:no-repeat;
	background-position:top;
}
.box_roundcorners .top h3, .box_white_roundcorners .top h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	padding:5px;
	padding-bottom:0px;
	margin-bottom:5px;
}
.box_white_roundcorners .top h4 {
	font-size:9px;
	padding-left:25px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:5px;
	color:#cc0000;
}
.box_roundcorners .bottom {
	clear:both;
	background-image:url(img/style/bg_box_border_bottom.png);
	background-repeat:no-repeat;
	background-position:left;
	height:18px;
}
.box_white_roundcorners .bottom {
	clear:both;
	background-image:url(img/style/bg_box_white_border_bottom.png);
	background-repeat:no-repeat;
	background-position:left;
	height:18px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	
	height:61px;
	
	color:#FFFFFF;
	
	font-size:10px;
	background-color:#333333;
	vertical-align:middle;
}

#footer_content {
	
	height: 30px;
	margin: 0 auto;
	padding: 15px 0;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	position: relative;
}

#footer_content a {
	color:#FFFFFF;
}

#footer_right {
	float:right;
	text-align:right
}
