#dark-box div#t div div, #dark-box div#b div div {
  height: 6px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

div#dark-box				{ background: #f7f7f7; }
#dark-box #t				{ background: url(/i/genel/j_border.png) 0 0 repeat-x; }
#dark-box #t div			{ background: url(/i/genel/j_crn_tr_dark.png) 100% 0 no-repeat; }
#dark-box #t div div		{ background: url(/i/genel/j_crn_tl_dark.png) 0 0 no-repeat; }

#dark-box #b				{ background: url(/i/genel/j_border.png) 0 100% repeat-x; }
#dark-box #b div			{ background: url(/i/genel/j_crn_br_dark.png) 100% 0 no-repeat; }
#dark-box #b div div		{ background: url(/i/genel/j_crn_bl_dark.png) 0 0 no-repeat; }



#light-box div#t div div, #light-box div#b div div {
  height: 6px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#light-box #t				{ background: url(/i/genel/j_border.png) 0 0 repeat-x; }
#light-box #t div			{ background: url(/i/genel/j_crn_tr_light.png) 100% 0 no-repeat; }
#light-box #t div div		{ background: url(/i/genel/j_crn_tl_light.png) 0 0 no-repeat; }

#light-box #b				{ background: url(/i/genel/j_border.png) 0 100% repeat-x; }
#light-box #b div			{ background: url(/i/genel/j_crn_br_light.png) 100% 0 no-repeat; }
#light-box #b div div		{ background: url(/i/genel/j_crn_bl_light.png) 0 0 no-repeat; }

#content-box {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
