@charset "utf-8";
/* CSS Document */
/*********************fonts***********************/
@font-face {
  font-family: 'compset';
  src: url('../font/compset/BCompset.eot?#') format('eot'),  
       url('../font/compset/BCompset.woff') format('woff'),
       url('../font/compset/BCompset.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'elham';
  src: url('../font/elham/BElham.eot?#') format('eot'),  
       url('../font/elham/BElham.woff') format('woff'),
       url('../font/elham/BElham.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'farnaz';
  src: url('../font/farnaz/BFarnaz.eot?#') format('eot'),  
       url('../font/farnaz/BFarnaz.woff') format('woff'),
       url('../font/farnaz/BFarnaz.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'homa';
  src: url('../font/homa/BHoma.eot?#') format('eot'),  
       url('../font/homa/BHoma.woff') format('woff'),
       url('../font/homa/BHoma.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'koodak';
  src: url('../font/koodak/BKoodakBold.eot?#') format('eot'),  
       url('../font/koodak/BKoodakBold.woff') format('woff'),
       url('../font/koodak/BKoodakBold.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'lotus';
  src: url('../font/lotus/BLotus.eot?#') format('eot'),  
       url('../font/lotus/BLotus.woff') format('woff'),
       url('../font/lotus/BLotus.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'nazanin';
  src: url('../font/nazanin/BNazanin.eot?#') format('eot'),  
       url('../font/nazanin/BNazanin.woff') format('woff'),
       url('../font/nazanin/BNazanin.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'sina';
  src: url('../font/sina/BSinaBold.eot?#') format('eot'),  
       url('../font/sina/BSinaBold.woff') format('woff'),
       url('../font/sina/BSinaBold.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'titr';
  src: url('../font/titr/BTitrBold.eot?#') format('eot'),  
       url('../font/titr/BTitrBold.woff') format('woff'),
       url('../font/titr/BTitrBold.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
@font-face {
  font-family: 'yekan';
  src: url('../font/yekan/Yekan.eot?#') format('eot'),  
       url('../font/yekan/Yekan.woff') format('woff'),
       url('../font/yekan/Yekan.ttf') format('truetype');
  font-style:normal;
  font-weight:normal;
}
/************************color class***************************/
.green{
	color:#090;
}
.b_green{
	background-color:#090;
}
.red{
	color:#F30;
}
.b_red{
	background-color:#F30;
}
.orange{
	color:#F90;
}
.b_orange{
	background-color:#F90;
}
.brown{
	color:#C60;
}
.b_brown{
	background-color:#C60;
}
.blue{
	color:#06C;
}
.b_blue{
	background-color:#06C;
}
.black{
	color:#000;
}
.b_black{
	background-color:#000;
}
.grey{
	color:#666;
}
.b_grey{
	background-color:#666;
}
.whit{
	color:#fff;
}
.b_whit{
	background-color:#fff;
}
.gold{
	color:#f2d352;
}
.b_gold{
	background-color:#f2d352;
}
.headline{
	color:#000066;
	font-size:14px;
}
.b_headline{
	color:#000066;
	font-size:18px;
	font-weight:bold;
}
.bs{
	font-weight:bold;
	text-shadow: 2px 2px 2px #768DAD;
}
.bg_table{
	background-color:#85a3e0;
}
.bold{
	font-weight:bold;
}
/**************************************************************************/
.live_search ul{
	position:absolute;
	margin:0px;
	padding:0px;
	overflow-X:hidden;
	height:100px;	
}
.live_search li
{
	width:130px;
	height:38px;
	display:block;
	background-color:#FFF;
	
}
.live_search li:hover
{
	background-color:#D3D0F5;
}
