/* 
=============================================================
www.AspTR.Net
Copyright © 2009-20010  Tüm Hakları Saklıdır. ("All Rights Reserved")
Cascading Style Sheet (CSS) Document - AspTR tarafindan yazilmistir.
=============================================================
*/


/*==================== Genel Ayarlar ========================= */
body { 
    font-size: 8pt;
   	color: black;
	font-family: verdana,helvetica,'Lucida Grande',arial,sans-serif;
	font-variant: normal;
    background : #ffffff url(site_arka.png) repeat-x fixed center top; 
    scrollbar-3d-light-color: #e0dddd; 
    scrollbar-base-color: #e0dddd; 
    scrollbar-dark-shadow-color: #e0dddd; 
    scrollbar-face-color: #e0dddd; 
    scrollbar-highlight-color: #cecaca; 
    scrollbar-shadow-color: #cecaca; 
    scrollbar-arrow-color: #cecaca; 
    scrollbar-track-color: #e0dddd } 
                       
table { font-family: Tahoma; font-size: 9pt; color: #000 }

textarea{ font-weight: bold; 
          border-style: solid; border-width: 1px; 
          background: #ffffff url(text_bg.png) left top repeat-x;
          color: #000000;
          border: 1px solid #999999;
          padding: 2px;
	      font-family: verdana,helvetica,'Lucida Grande',arial,sans-serif;
          line-height: 1.4;
          font-size: 13px;}
          
textarea:focus { background: #ffffff url(text_over.png) left top repeat-x;
                 border: 1px solid #96d1fa;}

select        { border-style:solid; border-width:1px; font-family: Tahoma; font-size: 8pt; font-weight: bold; background-color:#fafafb }

a:link        { text-decoration: none; color:#000; }
a:visited     { text-decoration: none; color:#000; }
a:active      { text-decoration: none; color:#000; }
a:hover       { text-decoration: none; color:#c57e03; }


/*==================== Genel Ayarlar Son========================= */

/*==================== Çizgiler ========================= */

.ucizgi       { border:1px solid #5a5a5a; }
.kare         { border:1px solid #5a5a5a;  }
.sagcizgi     { border-right: 1px solid #3d85ce }
.solcizgi     { border-left: 1px solid #3d85ce}
.altcizgi     { border-bottom: 1px solid #3d85ce }
.ustcizgi     { border-top:1px solid #5a5a5a; border-left-width:1px; border-right-width:1px; border-bottom-width:1px }
.sagcizgii     { border-right: 1px solid #707070 }
.solcizgii     { border-left: 1px solid #707070}
.altcizgii    { border-bottom: 1px solid #707070 }

.yucizgi      { border-left: 1px solid #3272ac; border-right: 1px solid #3272ac; border-bottom: 1px solid #3272ac}
.ykare        { border:1px solid #3272ac;  }
.ysagcizgi    { border-right: 1px solid #3272ac }
.ysolcizgi    { border-left: 1px solid #3272ac }
.yaltcizgi    { border-bottom: 1px solid #3272ac }

/*==================== Çizgiler Son ========================= */

/*==================== Haykırış Duvarı ========================= */

.hbaslik_sol div {
	background: transparent url(hbaslik_sol.png) top left no-repeat;
	display: block;
	width: 42px;
	height: 33px;
}
.hbaslik_bg {
	background: transparent url(hbaslik_bg.png) top left repeat-x;
	padding-top: 4px;
}
.hbaslik_sag div {
	background: transparent url(hbaslik_sag.png) top left no-repeat;
	display: block;
	width: 10px;
	height: 33px;
}

/*==================== Haykırış Duvarı Son ========================= */

/*==================== Kullanici Giris kutusu ========================= */
.uye-paneli {
	width: 100%;
}
.uye-paneli form{
	margin-top: 8px;
}
.k-adi {
	border: 1px solid gray;
	padding: 2px 0px 2px 20px;
	background: transparent url(giris-sifre.png) left 0px no-repeat;
}
.k-adi:focus {
	border: 1px solid #006be5; /*#006be5 mavi*/
	padding: 2px 0px 2px 20px;
	background: transparent url(giris-sifre.png) left 0px no-repeat;
}

.sifre {
	border: 1px solid gray;
	padding: 2px 0px 2px 20px;
	background: transparent url(giris-sifre.png) left -23px no-repeat;
}
.sifre:focus {
	border: 1px solid #006be5; /*#006be5 mavi*/
	padding: 2px 0px 2px 20px;
	background: transparent url(giris-sifre.png) left -23px no-repeat;
}

.kayit {
	background: transparent url(kayit.png) center left no-repeat;
	padding: 1px 0 1px 20px;
}
.unuttum {
	background: transparent url(unuttum.png) center left no-repeat;
	padding: 1px 0 1px 20px;
	margin-left: 0px;
}
.mail {
	background: transparent url(amail.png) center left no-repeat;
	padding: 1px 0 1px 20px;
	margin-left: 0px;
}

.uye-paneli ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.uye-paneli ul li{
	float: left;
	width: 40%;
	padding-left: 20px;
}
/*==================== Kullanici Giris kutusu Son========================= */

/*============================= İnputlar ============================== */

input.textbox {
background: #ffffff url(input-bg.gif) left top repeat-x;
color: #000000;
border: 1px solid #999999;
padding: 2px;
}
input.textbox:focus {
background: #ffffff url(input-over.png) left top repeat-x;
border: 1px solid #96d1fa;
}
input {
background: #ffffff url(input-bg.gif) left top repeat-x;
color: #000000;
border: 1px solid #999999;
padding: 2px;
}
input:focus {
background: #ffffff url(input-over.png) left top repeat-x;
border: 1px solid #96d1fa;
}
/*============================= İnputlar Son ============================== */



/*============================= Butonlar ============================== */
.cevap-buton {/*Cevaplar Buton*/ width: 90px; height: 24px; background: url(cevapla.png) left 0px no-repeat; border: 0; cursor: pointer; }
.cevap-buton:hover { /*Cevaplar Buton Hover*/ background: url(cevapla.png) left -24px no-repeat; border: 0; }

.gcevap-buton {/*Gelişmiş Cevaplar Buton*/ width: 143px; height: 24px; background: url(gcevapla.png) left 0px no-repeat; border: 0; cursor: pointer; }
.gcevap-buton:hover { /*Gelişmiş Cevaplar Buton Hover*/ background: url(gcevapla.png) left -24px no-repeat; border: 0; }

.anket-buton {/*Gelişmiş Cevaplar Buton*/ width: 68px; height: 24px; background: url(oyla.png) left 0px no-repeat; border: 0; cursor: pointer; }
.anket-buton:hover { /*Gelişmiş Cevaplar Buton Hover*/ background: url(oyla.png) left -24px no-repeat; border: 0; }

.giris-buton {/*Gelişmiş Cevaplar Buton*/ width: 74px; height: 24px; background: url(gbuton.png) left 0px no-repeat; border: 0; cursor: pointer; }
.giris-buton:hover { /*Gelişmiş Cevaplar Buton Hover*/ background: url(gbuton.png) left -24px no-repeat; border: 0; }

.kaydet-buton {/*Gelişmiş Cevaplar Buton*/ width: 85px; height: 24px; background: url(kaydet.png) left 0px no-repeat; border: 0; cursor: pointer; }
.kaydet-buton:hover { /*Gelişmiş Cevaplar Buton Hover*/ background: url(kaydet.png) left -24px no-repeat; border: 0; }

.dkaydet-buton {/*Gelişmiş Cevaplar Buton*/ width: 175px; height: 24px; background: url(dkaydet.png) left 0px no-repeat; border: 0; cursor: pointer; }
.dkaydet-buton:hover { /*Gelişmiş Cevaplar Buton Hover*/ background: url(dkaydet.png) left -24px no-repeat; border: 0; }

.sifirla-buton {/*Gelişmiş Cevaplar Buton*/ width: 85px; height: 24px; background: url(sifirla.png) left 0px no-repeat; border: 0; cursor: pointer; }
.sifirla-buton:hover { /*Gelişmiş Cevaplar Buton Hover*/ background: url(sifirla.png) left -24px no-repeat; border: 0; }

.gonder-buton {/*Gelişmiş Cevaplar Buton*/ width: 85px; height: 24px; background: url(gonder.png) left 0px no-repeat; border: 0; cursor: pointer; }
.gonder-buton:hover { /*Gelişmiş Cevaplar Buton Hover*/ background: url(gonder.png) left -24px no-repeat; border: 0; }

.tsec-buton {/*Gelişmiş Cevaplar Buton*/ width: 74px; height: 24px; background: url(tsec.png) left 0px no-repeat; border: 0; cursor: pointer; }
.tsec-buton:hover { /*Gelişmiş Cevaplar Buton Hover*/ background: url(tsec.png) left -24px no-repeat; border: 0; }

.ssil-buton {/*Gelişmiş Cevaplar Buton*/ width: 127px; height: 24px; background: url(ssil.png) left 0px no-repeat; border: 0; cursor: pointer; }
.ssil-buton:hover { /*Gelişmiş Cevaplar Buton Hover*/ background: url(ssil.png) left -24px no-repeat; border: 0; }

/*============================= Butonlar Son ============================== */


/*============================= Blokların Yapısı ============================== */
.blok-ust-sol {
	background: transparent url(blok/sol_ust.png) 0px 0px no-repeat;
	width: 9px;
	height: 33px;
}
.blok-ust-bg {
	background: transparent url(blok/ust_orta.png)  repeat-x;
	height: 22px;
}
.blok-ust-sag {
	background: transparent url(blok/sag_ust.png)  no-repeat;
	height: 33px;
}
.blok-sol {
	background: transparent url(blok/blok-bg.png) -3px 0px repeat-y;
	width: 9px;
}
.blok-bg {
	background: #a2d0fc url(blok/konu-ic-bg.png) top left repeat-x;
}
.blok-sag {
	background: transparent url(blok/blok-bg.png) -12px 0px repeat-y;
	width: 9px;
}
.blok-sol div {
	background: transparent url(blok/sol_yan.png) right 0px no-repeat;
	width: 9px;
	height: 30px;
	display: block;
}
.blok-sag div{
	background: transparent url(blok/sag_yan.png) left 0px no-repeat;
	width: 9px;
	height: 30px;
	display: block;
}
.blok-alt-sol {
	background: transparent url(blok/sol_alt.png) right 0px no-repeat;
	width: 10px;
	height: 9px;
}
.blok-alt-bg {
	background: transparent url(blok/alt_orta.png) left 0px repeat-x;
	height: 9px;
}
.blok-alt-sag {
	background: transparent url(blok/sag_alt.png) left 0px no-repeat;
	width: 10px;
	height: 9px;
}
/*============================= Blokların Yapısı Son============================== */

/*============================= Tabloların Yapısı ============================== */
.tablo-ust-sol {
	background: transparent url(tablo/sol_ust.png) 0px 0px no-repeat;
	width: 9px;
	height: 33px;
}
.tablo-ust-bg {
	background: transparent url(tablo/ust_orta.png)  repeat-x;
	height: 22px;
}
.tablo-ust-sag {
	background: transparent url(tablo/sag_ust.png)  no-repeat;
	height: 33px;
}
.tablo-sol {
	background: transparent url(tablo/blok-bg.png) -3px 0px repeat-y;
	width: 9px;
}
.tablo-bg {
	background: #e4e4e5 url(tablo/konu-ic-bg.png) top left repeat-x;
}
.tablo-sag {
	background: transparent url(tablo/blok-bg.png) -12px 0px repeat-y;
	width: 9px;
}
.tablo-sol div {
	background: transparent url(tablo/sol_yan.png) right 0px no-repeat;
	width: 9px;
	height: 30px;
	display: block;
}
.tablo-sag div{
	background: transparent url(tablo/sag_yan.png) left 0px no-repeat;
	width: 9px;
	height: 30px;
	display: block;
}
.tablo-alt-sol {
	background: transparent url(tablo/sol_alt.png) right 0px no-repeat;
	width: 10px;
	height: 9px;
}
.tablo-alt-bg {
	background: transparent url(tablo/alt_orta.png) left 0px repeat-x;
	height: 9px;
}
.tablo-alt-sag {
	background: transparent url(tablo/sag_alt.png) left 0px no-repeat;
	width: 10px;
	height: 9px;
}

/*============================= Tabloların Yapısı Son============================== */

/*============================= Sayfalandırma ============================== */
.navigation {
	color:#666; 
	border:0px;
}

.navigation a {
	background: transparent url(gbgh.png) left -6px repeat-x;
	outline: #000000 solid thin;
	border:1px solid #d9d9d9;/*#E6E6E6*/;
	padding:3px 6px;
	margin-left: 1px;
	margin-right: 1px;
	font-size:11px;
	text-decoration:none;
	color: #E6E6E6;
}
.navigation span {
	text-decoration: none;
	background: transparent url(gbgh.png) left -70px repeat-x;
	padding: 3px 6px;
	margin-left: 1px;
	margin-right: 1px;
	outline: #0000FF solid thin;
	border: 1px solid #cbe2ff;
	color: black;
	font-size: 11px;
}

.navigation a:hover {
	background: transparent url(gbgh.png) left -38px repeat-x;
	color:#FFFFFF;
	outline: red solid thin;
	border-color:#E6E6E6;
}

/*============================= Sayfalandırma Son ============================== */

/*============================= Forum Tabloları ============================== */

.tcat {
	background: #e2e2e2 url(tcat.gif) top repeat-x;
	color: #000000;
	height: 30px;
	font-size: 12px;
}

.tcat a:link {
	color: #000000;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.trow1 {
	background: #f5f5f5;
}

.tborder {
	width: 100%;
	margin: auto auto;
	border-right: 4px solid #2677e6;
	border-left: 4px solid #2677e6;
}
.smalltext {
	font-size: 11px;
}
.thead {
	background: #44545b url(thead01_02.png) top left repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.baslik h2{
	margin: 0;
	padding: 0;
	color: #2677e6;
	font-style: italic;
	font-family: Georgia;
	font-weight: normal;
	text-shadow: 1px 1px 1px black;
}
.baslik h2 img{
	margin-right: 6px;
}
.baslik a:link {	
	color: #2677e6;
	text-decoration: none;
	outline-style: none;
}
.baslik a:visited {
	color: #2677e6;
	text-decoration: none;
	outline-style: none;
}
.baslik a:hover, .baslik a:active {
	color: #fd9c68;
	text-decoration: none;
	outline-style: none;
}

.fbaslik_sol div {
	background: transparent url(baslik_sol.png) top left no-repeat;
	display: block;
	width: 42px;
	height: 33px;
}
.fbaslik_bg {
	background: transparent url(baslik_bg.png) top left repeat-x;
	padding-top: 4px;
}
.fbaslik_sag div {
	background: transparent url(baslik_sag.png) top left no-repeat;
	display: block;
	width: 10px;
	height: 33px;
}
.fserit {
	background: #9b9b9b url(fserit.png) 0px -1px repeat-x;
	color: #000000;
	font-size: 12px;
    height: 30px;
	border-bottom: 1px solid #5d5d5d
	border-left: 1px solid #5d5d5d
	border-right: 1px solid #5d5d5d;
}

.fserit a:link {
	color: #000000;
}

.fserit a:visited {
	color: #000000;
}

.fserit a:hover, .tcat a:active {
	color: #000000;
}


/* YORUMLAR */
.yor {
	margin: 8px 0px 8px 0px;
	font-weight: normal;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;
	color: black;
}
.yor-ok {padding-top: 12px;}
.yor-ok div{
	background: transparent url(yor-ok.png) top right no-repeat;
	width: 20px;
	height: 40px;
	display: block;
}

.yor-avatar div{
	background: transparent url(yor-avatar-bg.png) top left no-repeat;
	width: 63px;
	height: 63px;
	position: relative;
	/*z-index: 50;*/
}

.yor-nik-zaman {
	border-bottom: 1px dotted gray;
	margin-top: -6px;
}
.yor-ust-sol {
	background: transparent url(yorumlar.png) top right no-repeat;
	width: 13px;
	height: 13px;
}
.yor-ust-bg {
	background: transparent url(yorumlar.png) left -13px repeat-x;
	height: 13px;
}
.yor-ust-sag {
	background: transparent url(yorumlar.png) left -26px no-repeat;
	width: 13px;
	height: 13px;
}
.yor-sol {
	background: transparent url(yorumlar-bg.png) 0px 0px repeat-y;
	width: 13px;
}
.yor-sol div{
	background: transparent url(yorumlar.png) right -39px no-repeat;
	width: 13px;
	height: 61px;
	display: block;
}
.yor-bg {
	background: #ececec url(yorumlar.png) left -200px repeat-x;
}
.yor-sag {
	background: transparent url(yorumlar-bg.png) -13px 0px repeat-y;
	width: 13px;
	height: auto;
}
.yor-sag div{
	background: transparent url(yorumlar.png) left -100px no-repeat;
	width: 13px;
	height: 61px;
	display: block;
}
.yor-alt-sol {
	background: transparent url(yorumlar.png) right -161px no-repeat;
	width: 13px;
	height: 13px;
}
.yor-alt-bg {
	background: transparent url(yorumlar.png) left -174px repeat-x;
	height: 13px;
}
.yor-alt-sag {
	background: transparent url(yorumlar.png) left -187px no-repeat;
	width: 13px;
	height: 13px;
}

/*============================= Forum Tabloları Son ============================== */

/*============================= Tooltip ============================== */

a.tooltip{
position: relative;
z-index: 20;
color: #000;
text-decoration: none;
}

a.tooltip:hover{
z-index: 25;
text-decoration: none; 
color:#c57e03;
}

a.tooltip span{ /* Span Element nicht anzeigen */
display: none;
}

a.tooltip:hover span{ /* Span Element nur angezeigt beim Ueberfahren mit der Maus */
background: #505050; /* Hintergrundbild */
display: block; /* macht aus dem Inlineelement ein Blockelement */
position: absolute;
top: 1.8em; /* abstand von oben */
left: 1.8em; /* abstand von links */
width: 15em; /* breite */
padding: 3px 7px; /* Innenabstand */
border: 1px solid #ccc; /* Rahmenfarbe */
color: #fff; /* Textfarbe */
text-align: left; /* Textausrichtung */
}

a.tooltip:hover span strong{
color: #AC93C8;
}

/*============================= Tooltip Son ============================== */

/*============================= Alt ============================== */
.foot-logo {
	float: right;
	margin-right: 2px;
	margin-top: 20px;
	margin-buttom: 25px;

}

.foot-sol {
    padding-left: 10px;
    font-size: 8pt;
	font-family: verdana, arial, sans-serif;;
	font-variant: normal;
	color: black;
	font-style: oblique
}
.foot-sag {
    padding-left: 15px;
    padding-top: 2px;
    font-size: 8pt;
	font-family: verdana, arial, sans-serif;;
	font-variant: normal;
	color: black;
	font-style: oblique
}

.foot-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.foot-menu ul li {
	float: right;
	margin-right: 2px;
	margin-top: 15px;
	margin-buttom: 25px;

}


.foot-menu ul li a {
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	}

.foot-menu ul li a span {
	visibility: hidden;
}

.RSS {background: transparent url(RSS.png) 0 0 no-repeat;}
.gizlilik {background: transparent url(gizlilik.png) 0 0 no-repeat;}
.iletisim {background: transparent url(iletisim.png) 0 0 no-repeat;}
.tavsiye {background: transparent url(tavsiye.png) 0 0 no-repeat;}

a:hover.RSS, a:hover.gizlilik, a:hover.iletisim, a:hover.tavsiye {
	background-position:0 -20px;
}
/*============================= Alt Son ============================== */

.RSS {background: transparent url(RSS.png) 0 0 no-repeat;}
.gizlilik {background: transparent url(gizlilik.png) 0 0 no-repeat;}
.iletisim {background: transparent url(iletisim.png) 0 0 no-repeat;}
.tavsiye {background: transparent url(tavsiye.png) 0 0 no-repeat;}

a:hover.RSS, a:hover.gizlilik, a:hover.iletisim, a:hover.tavsiye {
	background-position:0 -20px;
}




/* Burdan Aşağısını Ellemenize Gerek Yoktur */

}
.div_ust{top:96%; bottom: 0px; height: 100%; width:100%; position: fixed; _position: absolute; _top:expression(eval(document.body.scrollTop));  _left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth); }
.div_2{ width:90%; LEFT: 106%; BOTTOM: 0px; position: fixed; _position: absolute; }
#hintbox{ position:absolute;top: 0; background-color: lightyellow; width: 150px; padding: 3px; border:1px solid black; font:normal 11px Verdana; line-height:18px; z-index:100; border-right: 3px solid black; border-bottom: 3px solid black; visibility: hidden;}
#dropdownpanel{position: absolute;width: 102%;left: 0;top: 0;visibility:hidden;}
#dropdownpanel .contentdiv{background: black;color: white;padding: 10px;}
.shadetabs{list-style-type: none;text-align: left; padding-left:0px; margin-bottom:3px;}
.shadetabs li{display: inline;margin: 0;}
.shadetabs li a{text-decoration: none;position: relative;z-index: 1;border: 1px solid #777788;color: #2D2B2B;background: #FFFFFF url('blok_arka.gif') repeat-x top left; padding:3px;}
.shadetabs li a.selected{background-image: url('../../Resimler/square-gray-right.gif');border-bottom-color: white;}
#newsMainBox { MARGIN: 10px auto 0px; OVERFLOW: hidden; WIDTH: 100%; ZOOM: 1; HEIGHT: auto}
.newsMain { WIDTH: 100%}
.topNewsBox { WIDTH: 100%; POSITION: relative; HEIGHT: 268px}
.topNews { border:1px solid #B7B7B7; Z-INDEX: 90; LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 258px}
.topNewsPic { FLOAT: left; MARGIN: 7px 14px 0px 6px; OVERFLOW: hidden; WIDTH: 300; HEIGHT: 240px}
.topNewsList { MARGIN-TOP: 7px; FLOAT: left; OVERFLOW: hidden; WIDTH: 40%; HEIGHT: 243px;text-align:left}
.topNewsList UL { MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 250px; HEIGHT: 216px}
.topNewsList UL LI { OVERFLOW: hidden; WIDTH: 250px; LINE-HEIGHT: 30px; BORDER-BOTTOM: #dbdbdb 1px solid; HEIGHT: 30px}
.topNewsList UL LI A { PADDING-RIGHT: 0px; PADDING-LEFT: 12px; BACKGROUND: url(../../Resimler/nokta.gif) no-repeat 4px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px}
.topNewsList UL LI A.up { FONT-WEIGHT: bold; BACKGROUND: url(../../Resimler/sol.gif) no-repeat; COLOR: #f25500}
.topNewsBg { Z-INDEX: 80; LEFT: 4px; WIDTH: 100%; POSITION: absolute; TOP: 4px; HEIGHT: 258px}
.focusPicBox { PADDING-BOTTOM: 10px; OVERFLOW: hidden; ZOOM: 1; HEIGHT: auto}
.newsHotBox .focusPic { DISPLAY: block; FLOAT: none; MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 100%; ZOOM: 1; HEIGHT: auto}
.newsHotBox .focusPic H4 { BORDER-BOTTOM-WIDTH: 0px; MARGIN-BOTTOM: 5px; WIDTH: 100%}
.newsHotBox .focusPic .picList { MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 100%; HEIGHT: 244px}
.newsHotBox .focusPic .picList LI { PADDING-RIGHT: 24px; PADDING-LEFT: 24px; FLOAT: left; PADDING-BOTTOM: 0pt; MARGIN-LEFT: -1px; BORDER-LEFT: #989898 1px dashed; WIDTH: 122px; PADDING-TOP: 0pt; HEIGHT: 122px}
.newsHotBox .focusPic .picList LI IMG { BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FLOAT: left; BORDER-LEFT: #000000 1px solid; WIDTH: 120px; BORDER-BOTTOM: #000000 1px solid; HEIGHT: 90px}
.newsHotBox .focusPic .picList LI P { MARGIN-BOTTOM: 10px; OVERFLOW: hidden; WIDTH: 122px; LINE-HEIGHT: 30px; HEIGHT: 30px; TEXT-ALIGN: center }

/* ==================================================================== */
