﻿/********* General CSS front page **********/

#colmid, #colleft {
	float: left;
	width: 990px;						
	position: relative;
}

#colleft {
	right: 580px;						
	background-color: white;	
}

#colmid {
	right: 180px;						
	background-color: white;		
}

#colright {
	position: relative;	
	overflow: hidden;	 	 	 
	width: 990px; 
	background-color: white;	
}

#col1, #col2, #col3 {
	float: left;
	position: relative;
	padding: 0 0 0 0;		
	overflow: hidden;
}

#col1 {
	width: 210px;				
	left: 780px;				
	background-color: white;	
}

#col2 {
	width: 530px;				
	left: 800px;				
	background-color: white;
	padding-bottom: 20px;
}

#col3 {
	width: 160px;				
	left: 840px;				
	background-color: white;
}

/********* /General CSS front page **********/


/********* Large box news **********/

.largenewsbox {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0; 
	width: 530px;
}

.largenewsbox h3.headlinebg {
	margin: 0;
	padding-top: 2px;
	padding-left: 8px;
	text-align: left;
	background: url(../images/largeboxtop.jpg) no-repeat;
	color: #ffffff;
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetica, Arial, Georgia, "Times New Roman", Times, serif;
	width: 530px;
	height: 25px;     
}

.largenewsbox-content {
	margin: 0;
	padding: 8px;
	border-left: 1px solid #000000;
        border-right: 1px solid #000000;
	font-size: 12px;
}

.largenewsbox-bottom {
	width: 530px;
	height: 6px;
	background: url(../images/largeboxbottom.jpg) no-repeat;
}

.largenewsbox-icon {
	position: absolute;
	left: 505px;
	top: 6px;
}

/********* /Large box news **********/

/********* Side bar **********/

.sidebar {
	margin: 0 0 10px 0;
	padding: 0; 
	width: 160px;
	overflow: hidden;
}

.sidebar h3 {
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
	background: url(../images/boxtop.jpg) no-repeat;
	color: white;
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetica, Arial, Georgia, "Times New Roman", Times, serif;
	width: 160px;
	height: 25px;     
}

.sidebar-content {
	margin: 0;
	padding: 4px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 12px;
	width: 150px;
}
.sidebar-bottom {
	width: 160px;
	height: 6px;
	background: url(../images/boxbottom.jpg) no-repeat;
}

/********* /Side bar **********/


/********* Countdown extension **********/

#rcountdown {
  float: left;
  color: #fff;
  font-size: 14px;
  padding-right: 8px;
  padding-top: 2px;
}

.tx-astcountdown-pi1 {
  text-align: center;
  padding: 5px 0 1px 0;
}

/********* /Countdown extension **********/

/********* FLV Player extension **********/

.user-flvplayer-pi1 {
  padding: 0 0 10px 0;
}

.user-flvplayer-pi1 .title {
  padding: 0;
  font-size: 12px;
  font-style: italic;
  color: #111111;
}

/********* /FLV Player extension **********/

