/* Class definition for background shading */ 

.system_template_innerWindow_init {
	visibility:hidden;
	position:absolute;
	z-index:90;
	border:12px solid #000000;
	background-color:#F5F5F5;
}
.system_template_innerWindow {
	visibility:hidden;
	position:absolute;
	z-index:90;
	border-left:12px solid #000000;
	border-bottom:12px solid #000000;
	border-right:12px solid #000000;
	background-color:#F5F5F5;
}
.system_template_content_shade {
	visibility:hidden;
	position:absolute;
	z-index:20;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	background-color:#000000;
}
.system_dynamic_content_www_link {
	text-decoration:none;
	color:#CCCC00;
	font-weight:bold;
}
.system_dynamic_content_email_link {
	text-decoration:none;
	color:#FF00FF;
	font-weight:bold;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, span {
	margin:0;
	padding:0;
	border: 0;
}
body {
	text-align: left;
	/*	font-family:tahoma, Arial, Helvetica, sans-serif;*/
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-stretch:normal;
	font-weight:normal;
	color:#4D4D4D;
	font-size:70%;
	background-color:#dedfe0;
	line-height:1.5em;
	background-image: url(../images/bg.png);
	background-position:top left;
	background-repeat: repeat-x;
}
tr, td {
	color:#4D4D4D;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
p {
}
h1 {
	font-size: 200%;
	font-weight:lighter;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 2em;
}
h2 {
	font-size: 180%;
	font-weight:400;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
h3 {
	font-size: 160%;
	font-weight:400;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 2em;
}
h4 {
	font-size: 140%;
	font-weight:bold;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
h5 {
	font-size: 100%;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: 600;
}
h6 {
	font-size: 100%;
	font-weight:bold;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
sup {
	font-size: 100%;
}
label {
	font: bold 100% "tahoma", Verdana, Arial;
	color: #334d55;
}
hr {
	border:0px solid #FFFFFF;
	height:0px;
}
fieldset {
	padding:10px;
	border:1px solid #fff;
}
.alternatif_fieldset {
	padding:5px;
	border:1px solid #fff;
}
legend {
	color:#2793B9;
	font-weight:bold;
	font-size:10pt;
	margin-bottom:5px;
}
form {
	margin: 0;
	padding:0;
}
form select {
	color:#000000;
	font-family:tahoma;
	font-size:8pt;
}
form select {
	color:#000000;
	font-family:tahoma;
	font-size:8pt;
}
.error_message {
	color:#FF0000;
	font-weight:bold;
}
option {
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	height:16px;
}
ul {
	list-style-type:square;
	margin-left:15px;
}
li {
	list-style-type:disc;
	margin-top:5px;
	list-style-position: outside;
}
ul li {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
ol {
	list-style-type:decimal;
	margin-left:35px;
	list-style-position: outside;
}
ol li {
	margin-top:10px;
	font-size:8pt;
	list-style-type:decimal;
}
ol ol {
	list-style-type: disc;
}
ol ol ol {
	list-style-type: none;
}
a.tab_class {
	background-color:#CCCCCC;
}
a.tab_class_active {
	background-color:#F8FAA0;
	color:#FF0000;
}
/***************** mail form ************/



.input {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:160px;
	height:20px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#17323e;
}
.input:hover {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:160px;
	height:20px;
	background-color:#ffffff;
	border:1px solid #000;
	color:#17323e;
}
.input_text {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:160px;
	height:40px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	color:#17323e;
}
.input_text:hover {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
	width:160px;
	height:40px;
	background-color:#ffffff;
	border:1px solid #000;
	color:#17323e;
}
.button {
	border:1px #414447 solid;
	width:70px;
	height:20px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#000;
	background-color:#8ba8c2;
	font-weight:bold;
	font-size:10px;
	font-family:tahoma, Arial, Helvetica, sans-serif;
}
.button:hover {
	border:1px #414447 solid;
	width:70px;
	height:20px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#000;
	background-color:#648aad;
	font-weight:bold;
	font-size:10px;
	font-family:tahoma, Arial, Helvetica, sans-serif;
}
/*********  insan kaynaklari  ***********/

.ik_normal {
	font-family:tahoma;
	font-size:8pt;
	font-style:normal;
	width:120px;
	height:18px;
	border:1px solid #999999;
	color:#2b373c;
	background-color:#ffffff;
}
.ik_middle {
	font-family:tahoma;
	font-size:8pt;
	font-style:normal;
	width:80px;
	height:18px;
	border:1px solid #999999;
	color:#2b373c;
	background-color:#ffffff;
}
.ik_small {
	font-family:tahoma;
	font-size:8pt;
	font-style:normal;
	width:50px;
	height:18px;
	border:1px solid #999999;
	color:#2b373c;
	background-color:#ffffff;
}
.ik_text {
	font-family:tahoma;
	font-size:8pt;
	font-style:normal;
	width:400px;
	height:100px;
	border:1px solid #999999;
	color:#2b373c;
	background-color:#ffffff;
}
.ik_adres {
	font-family:tahoma;
	font-size:8pt;
	font-style:normal;
	width:300px;
	height:60px;
	border:1px solid #999999;
	color:#2b373c;
	background-color:#ffffff;
}
.ik_baslik {
	background-color:#336699;
	height:20px;
	padding:0px 0px 0px 10px;
	font-weight:bold;
	font-size:9pt;
	color:#FFFFFF;
}
/******** divler ***********/

#cerceve {
	margin:0 auto;
	width:100%;
}
#header {
	margin:0 auto;
	width:920px;
	height:148px;
}
#logo {
	margin:0 auto;
	float:left;
	width:260px;
	height:140px;
	padding:8px 0px 0px 0px;
}
#flash {
	margin:0 auto;
	float:left;
	width:660px;
	height:148px;
	padding:0px 0px 0px 0px;
}
#menu {
	margin:0 auto;
	width:920px;
	height:35px;
}
#menu_1 {
	margin:0 auto;
	float:left;
	width:868px;
	height:25px;
	padding:10px 0px 0px 0px;
}
#menu_2 {
	margin:0 auto;
	float:left;
	height:25px;
	border-right:1px #191919 solid;
}
#language {
	margin:0 auto;
	float:left;
	width:50px;
	height:20px;
	padding:15px 0px 0px 0px;
	text-align:center;
}
#icerik {
	margin:0 auto;
	width:900px;
	margin-top:5px;
	border:#c0c1c2 1px solid;
	background-color:#FFFFFF;
	padding:5px 10px 5px 10px;
}
#footer1 {
	margin:0 auto;
	width:900px;
	height:20px;
	padding:5px 5px 5px 15px;
	border-left:#c0c1c2 1px solid;
	border-right :#c0c1c2 1px solid;
	background-color:#8ba8c2;
}
#footer2 {
	margin:0 auto;
	width:910px;
	height:80px;
	padding:5px 5px 5px 5px;
	border:#c0c1c2 1px solid;
	background-color:#648aad;
}
#footer_iletisim {
	background-image:url(../images/iletisim_alt.png);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	margin:0 auto;
	width:690px;
	height:70px;
	padding:5px 5px 5px 5px;
}
#adres {
	float:left;
	width:50px;
	padding:0px 0px 0px 5px;
}
#sirajans {
	float: right;
	margin:0 auto;
	width:200px;
	height:70px;
	padding:5px 5px 5px 5px;
	text-align:right;
}
/******** diger divler **************/

#urunler {
	margin:0 auto;
	width:900px;
	padding:0px 0px 0px 0px;
}
#orta1 {
	margin:0 auto;
	width:900px;
	height:219px;
	padding:0px 0px 15px 0px;
}
#yeni_urun {
	background-image:url(../images/yeni_urun_alt.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:420px;
	height:169px;
	padding:50px 20px 0px 15px;
	float:left;
}
#yeni_urun_en {
	background-image:url(../images/en_yeni_urun_alt.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:420px;
	height:169px;
	padding:50px 20px 0px 15px;
	float:left;
}
#duyuru {
	background-image:url(../images/duyuru_alt.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:435px;
	height:209px;
	padding:10px 0px 0px 10px;
	float:left;
}
#duyuru_en {
	background-image:url(../images/en_duyuru_alt.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:435px;
	height:209px;
	padding:10px 0px 0px 10px;
	float:left;
}
#orta2 {
	margin:0 auto;
	width:900px;
	height:173px;
	padding:0px 0px 10px 0px;
}
#fiyat_listesi {
	background-image:url(../images/fiyat_listesi_alt.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:435px;
	height:133px;
	padding:50px 10px 0px 10px;
	float:left;
}
#projeler {
	background-image:url(../images/projeler_alt.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:435px;
	height:173px;
	padding:10px 0px 0px 10px;
	float:left;
}
#projeler_en {
	background-image:url(../images/en_projeler_alt.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:435px;
	height:173px;
	padding:10px 0px 0px 10px;
	float:left;
}
#fiyat {
	float:left;
	width:200px;
	height:118px;
	padding:0px 0px 0px 20px;
	border-left:1px #779ec2 solid;
}
/*********** menu linkler *******/

.menulink {
	background-image:url(../images/menu01.png);
	background-position:left top;
	background-repeat:repeat-x;
	float:left;
	width:122px;
	height:21px;
	padding:4px 0px 0px 0px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	border-left:1px #191919 solid;
}
a.menulink:hover {
	background-image:url(../images/menu02.png);
	background-position:left top;
	background-repeat:repeat-x;
	float:left;
	width:122px;
	height:21px;
	padding:4px 0px 0px 0px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	border-left:1px #191919 solid;
}
.menulink_sel {
	background-image:url(../images/menu02.png);
	background-position:left top;
	background-repeat:repeat-x;
	float:left;
	width:122px;
	height:21px;
	padding:4px 0px 0px 0px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	border-left:1px #191919 solid;
}
a.menulink_sel:hover {
	background-image:url(../images/menu02.png);
	background-position:left top;
	background-repeat:repeat-x;
	float:left;
	width:122px;
	height:21px;
	padding:4px 0px 0px 0px;
	color:#000;
	text-decoration:none;
	text-align:center;
	border-left:1px #191919 solid;
}
.sayfa {
	float:left;
	background-image:url(../images/mavi.jpg);
	background-position:left center;
	background-repeat:repeat-x;
	color:#fff;
	width:175px;
	height:22px;
	padding:3px 0px 0px 25px;
	margin-left:0px;
	font-size:9pt;
	font-weight:bold;
}
a.sayfa:hover {
	float:left;
	background-image:url(../images/turuncu1.jpg);
	background-position:left center;
	background-repeat:repeat-x;
	color:#fff;
	width:175px;
	height:22px;
	padding:3px 0px 0px 25px;
	margin-left:0px;
	font-size:9pt;
	font-weight:bold;
}
.sayfa_sel {
	float:left;
	background-image:url(../images/turuncu.jpg);
	background-position:left center;
	background-repeat:repeat-x;
	color:#fff;
	width:175px;
	height:22px;
	padding:3px 0px 0px 25px;
	margin-left:0px;
	font-size:9pt;
	font-weight:bold;
}
a.sayfa_sel:hover {
	float:left;
	background-image:url(../images/turuncu.jpg);
	background-position:left center;
	background-repeat:repeat-x;
	color:#000;
	width:175px;
	height:22px;
	padding:3px 0px 0px 25px;
	margin-left:0px;
	font-size:9pt;
	font-weight:bold;
}
/*********** yazi stilleri ************/


.yazi_beyaz {
	color:#FFFFFF;
}
.yazi_beyaz_bold {
	color:#FFFFFF;
	font-weight:bold;
}
.yazi_beyaz_bold_big {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10pt;
}
.haber_baslik {
	color:#4d4d4f;
	font-weight:bold;
	font-size:10pt;
}
.baslik1 {
	color:#4d4d4f;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	font-size:11pt;
	padding:0px 0px 5px 0px;
}
.baslik {
	font-size:14px;
	color:#353535;
	font-weight:bold;
}
.baslik1_beyaz {
	color:#fff;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	font-size:11pt;
	padding:0px 0px 5px 0px;
}
.yeni_urun_baslik {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}
/************ linkler *******/

.link_beyaz {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}
a.link_beyaz:hover {
	text-decoration:none;
	color:#3f3f3f;
	font-weight:normal;
}
.link_siyah {
	text-decoration:none;
	color:#000;
	font-weight:normal;
}
a.link_siyah:hover {
	text-decoration:underline;
	color:#648aad;
	font-weight:normal;
}
.link_siyah_bold {
	text-decoration:none;
	color:#595959;
	font-weight:bold;
}
a.link_siyah_bold:hover {
	text-decoration:none;
	color:#648aad;
	font-weight:bold;
}
.link_beyaz_bold {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
a.link_beyaz_bold:hover {
	text-decoration:none;
	color:#3f3f3f;
	font-weight:bold;
}
.link_devami {
	text-decoration:none;
	color:#0d1b28;
	font-weight:bold;
}
a.link_devami:hover {
	text-decoration: underline;
	color:#648aad;
	font-weight:bold;
}
.link_proje {
	text-decoration:none;
	color:#0d1b28;
	font-weight:bold;
	font-size:9pt;
}
a.link_proje:hover {
	text-decoration: underline;
	color:#648aad;
	font-weight:bold;
	font-size:9pt;
}
.link_baslik {
	font-size:14px;
	color:#353535;
	font-weight:bold;
}
a.link_baslik:hover {
	font-size:14px;
	color:#f43d3f;
	font-weight:bold;
}
.link_sirajans {
	text-decoration:none;
	color:#010101;
	font-weight:normal;
}
a.link_sirajans:hover {
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}
/*********** kenarlik *********/

.kenarlik {
	border:1px #706c6c solid;
}
.kenarlik_cat {
	border:1px #c8c8c8 solid;
}
.kenarlik_yeni_urun {
	border:1px #c9c9c9 solid;
}
.kenarlik_alt_noktali {
	border-bottom:1px #c9c9c9 dotted;
}
.kenarlik_alt_ince {
	border-bottom:1px #b0b0b0 solid;
}
.kenarlik_sag {
	border-right:1px #779ec2 solid;
}
.kenarlik_bej {
	border:1px #e6e7e8 solid;
}
/****** arkaplan *****/

.bg_gray {
	background-color:#CECECE;
}
.bg_gray_referans {
	background-color:#ACACAC;
}
.bg_acik_gray {
	background-color:#e6e7e8;
}
.bg_mavi {
	background-color:#CECECE;
	background-image:url(../images/mavi_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:30px;
}
/*********** ürün stilleri **********/

#bg_turuncu {
	background-position:left top;
	background-image:url(../images/turuncu.png);
	background-repeat: repeat-x;
	width:164px;
	height:23px;
	float:left;
	padding:5px 0px 0px 10px;
	margin-bottom:2px;
}
.resim {
	border:1px #118492 solid;
}
.resim:hover {
	border:1px #000 solid;
}
.dokuman {
	background-image:url(../images/mavi.png);
	background-repeat:repeat-x;
	background-position:left top;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
}
/********** ürün stilleri ********/

.catlink_0 { float:left; background:url(../images/mavi.jpg) left center repeat-x; color:#fff; width:175px; height:22px; padding:3px 0px 0px 25px; margin-left:0px; font-size:9pt; font-weight:bold; }
a.catlink_0:hover { float:left; background:url(../images/turuncu1.jpg) left center repeat-x; color:#fff; width:175px; height:22px; padding:3px 0px 0px 25px; margin-left:0px; font-size:9pt; font-weight:bold; }
.catlink_0_active { float:left; background:url(../images/turuncu.jpg) left center repeat-x; color:#fff; width:175px; height:22px; padding:3px 0px 0px 25px; margin-left:0px; font-size:9pt; font-weight:bold;
}
a.catlink_0_active:hover { float:left; background:url(../images/turuncu.jpg) left center repeat-x; color:#fff; width:175px; height:22px; padding:3px 0px 0px 25px; margin-left:0px; font-size:9pt; font-weight:bold;
}
.catlink_1 { color:#000; float:left; border-bottom:1px #CCCCCC solid; width:180px; padding:2px 0px 1px 10px; margin-left:10px; }
a.catlink_1:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:180px; padding:2px 0px 1px 10px; margin-left:10px; }
.catlink_1_active { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:180px; padding:2px 0px 1px 10px; margin-left:10px; }
a.catlink_1_active:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:180px; padding:2px 0px 1px 10px; margin-left:10px; }

.catlink_2 { color:#000; float:left; border-bottom:1px #CCCCCC solid; width:170px; padding:2px 0px 1px 10px; margin-left:20px; }
a.catlink_2:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:170px; padding:2px 0px 1px 10px; margin-left:20px; }
.catlink_2_active { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:170px; padding:2px 0px 1px 10px; margin-left:20px; }
a.catlink_2_active:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:170px; padding:2px 0px 1px 10px; margin-left:20px; }

.catlink_3 { color:#000; float:left; border-bottom:1px #CCCCCC solid; width:160px; padding:2px 0px 1px 10px; margin-left:30px; }
a.catlink_3:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:160px; padding:2px 0px 1px 10px; margin-left:30px; }
.catlink_3_active { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:160px; padding:2px 0px 1px 10px; margin-left:30px; }
a.catlink_3_active:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:160px; padding:2px 0px 1px 10px; margin-left:30px; }






/****** urun ***/

.urunlink_0 { color:#000; float:left; width:200px; padding:3px 0px 3px 0px; margin-left:0px; }
.urunlink_0_active { color:#fff; float:left; background-color:#e6e7e8; width:200px; padding:3px 0px 3px 0px; margin-left:0px; }

.urunlink_1 { color:#000; float:left; border-bottom:1px #CCCCCC solid; width:180px; padding:2px 0px 3px 10px; margin-left:10px; }
a.urunlink_1:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:180px; padding:2px 0px 1px 10px; margin-left:10px; }
.urunlink_1_active { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:180px; padding:2px 0px 1px 10px; margin-left:10px; }
a.urunlink_1_active:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:180px; padding:2px 0px 1px 10px; margin-left:10px; }

.urunlink_2 { color:#000; float:left; border-bottom:1px #CCCCCC solid; width:170px; padding:2px 0px 3px 10px; margin-left:20px; }
a.urunlink_2:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:170px; padding:2px 0px 1px 10px; margin-left:20px; }
.urunlink_2_active { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:170px; padding:2px 0px 1px 10px; margin-left:20px; }
a.urunlink_2_active:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:170px; padding:2px 0px 1px 10px; margin-left:20px; }

.urunlink_3 { color:#000; float:left; border-bottom:1px #CCCCCC solid; width:160px; padding:2px 0px 3px 10px; margin-left:30px; }
a.urunlink_3:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:160px; padding:2px 0px 1px 10px; margin-left:30px; }
.urunlink_3_active { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:160px; padding:2px 0px 1px 10px; margin-left:30px; }
a.urunlink_3_active:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:160px; padding:2px 0px 1px 10px; margin-left:30px; }

.urunlink_4 { color:#000; float:left; border-bottom:1px #CCCCCC solid; width:150px; padding:2px 0px 3px 10px; margin-left:40px; }
a.urunlink_4:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:150px; padding:2px 0px 1px 10px; margin-left:40px; }
.urunlink_4_active { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:150px; padding:2px 0px 1px 10px; margin-left:40px; }
a.urunlink_4_active:hover { color:#000; float:left; background-color:#e6e7e8; border-bottom:1px #CCCCCC solid; width:150px; padding:2px 0px 1px 10px; margin-left:40px; }



.link_urun { float:left; width:100%; height:15px; padding:0px 0px 0px 0px; color:#2B2B2B; text-decoration:none; }
a.link_urun:hover { float:left; width:100%; height:15px; padding:0px 0px 0px 0px; color:#449dd5; text-decoration:underline; }
.link_cat { color:#2B2B2B; text-decoration:none; font-weight:bold; }
a.link_cat:hover { color:#fff; text-decoration:underline; font-weight:bold; }

