﻿/* CSS Document */

/********************************** page start **************************************************/
body {
    padding:0px;
    margin:0px;
}

.page{
	float:right;
	width:660px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#FFF;
	text-align:right;
	direction:rtl
}



.hd{
	float:right;
	width:660px;
	height:41px;
	
}

.imgtd{
	float:left;
	width:160px;
	height:102px;
	margin:2px 0
}


.contant{
	float:left;
	width:490px;
	height:102px;
	background-color:#730000;
	margin:3px 3px 0 3px;
	
}

.text{
	float:right;
	width:auto;
	font-size:11pt;
	margin:15px 15px 0 0;
	padding-left:5px
}

.text span{
	font-size:10pt;
	font-weight:normal;
	

}
.clear{
	clear:both;
}

.text_img{
	background-color:#730000;	
    margin-right:4px;
}
.text_img02 {
    background-color: #828282;    
    margin-right:4px;
}

.text_img03 {
    width:160px;
    margin-right:4px;
}
.title{	
	text-align:center;
	font-size:12pt;
	margin:10px 5px;
	
}
.title a{
	color:#fff;
	font-size:13pt;	
    text-decoration:none;
	
}

.hd_sport {   
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 38px;
    margin-top: 1px;
    padding: 0 0 0 20px;
}

/*.hd_sport {
    background-color: #5a9712;
    float: right;
    height: 28px;    
    width: 650px;
    color:#fff;
    font-size: 9pt;
    border:5px solid #e3e3e3;    
}*/
.hd_sport a{    
    color:#5C5C5C;    
    text-decoration:none;
}

.text_online{
	float:left;
	width:auto;
	font-size:11pt;
	margin:15px  0 0 15px;
	padding-left:5px;
    height:80px;
    overflow:hidden;
}

.text_online a{	
	text-decoration:none;
    color:#fff;
    font-weight:bold;
}

.text_online span{
    color:#fff;
	font-size:10pt;
	font-weight:normal;
    float:left;
    margin-top:10px;
}
/************************************* page end **********************************************/