@charset "utf-8";
/* CSS Document */

/* tüm element lere*/
*{
	margin:0px;
	padding:0px;
}


/* ######################## DUYURU KABI #########################*/



/* duyuru yu bu taşıyor*/
#populer_urunler_root {
	position:relative;
	
}
#populer_urunler_root a {

	display:block;
	text-decoration:none;
	background:url(images/arrow.gif) no-repeat 5px 5px;
	
	font-weight:700;
	font-size:11px;
	padding:2px;
	padding-left:20px;
	
	color:#333333;
	margin-bottom:3px;
}
#populer_urunler_root a:hover {
	background-color:#f0c1c2;
	background-position:10px;
	border-left:3px #ca1b37 solid;
}

/*
	########################################################################################
			BOX MODEL V2
	########################################################################################
*/
#populer_urunler_kab{
	width:220px;
	background-color:#f3d0d1;
	margin-bottom:10px;
}

#populer_urunler_kab .boxModel_V2{
	position:relative;
}
#populer_urunler_kab .boxModel_V2_LT{
	background:url(images/top.png) no-repeat;
	
	position:absolute;
	width:16px;
	height:15px;
	top:0px;
	left:0px;
}
#populer_urunler_kab .boxModel_V2_BR{
	background:url(images/bottom.png) no-repeat;
	
	position:absolute;
	width:16px;
	height:15px;
	bottom:0px;
	right:0px;
}

/*########################################################################################*/
#populer_urunler_kab .boxModel_V2_baslik{
	background:url(images/baslik_bordo.png) no-repeat;
	font:11px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:600;
	color:#FFFFFF;
	
	position:absolute;
	top:0px;
	left:-5px;
	width:200px;
	height:23px;
	overflow:hidden;
	
	padding:7px 0px 0px 30px;	

}
#populer_urunler_kab .boxModel_V2_icerik{
	padding:30px 10px 10px 10px;
}
/*
	########################################################################################
		END	BOX MODEL V2
	########################################################################################
*/
