body {
	background: url(/images/bg2.jpg) #ffffff ;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 10pt;
}

A {     
	font-family: Arial;
	font-size: 12px;
	text-decoration : none;
}
A:hover { 
    font-family: Arial;
	font-size: 12px;
	text-decoration : underline;
}
a.side {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
a.side:hover {
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
}


.boxContent {
background:#ffffff;
}

.catlist {
height:24px;
border-bottom:1px solid #ffffff;
background:#e9e9e9;
cursor:pointer;
width:250px;
}

.catlist a{
height:24px;
font-size:12px;
font-family:Arial;
color:#ff7700;
text-decoration:none;
padding-left:15px;
background:url(/images/icbanner.gif) no-repeat;
font-weight:bold;
}

.catlist a:hover{
height:24px;
font-size:12px;
font-family:Arial;
color:#4f4e4e;
font-weight:bold;
text-decoration: underline;
}

.catlist:hover {
font-size:12px;
font-family:Arial;
background:#e2eeee;
color:#4f4e4e;
font-weight:bold;
text-decoration: underline;
}

.catlist:hover  a{
font-size:12px;
font-family:Arial;
color:#4f4e4e;
font-weight:bold;
text-decoration: underline;
}


.categoryitems {
list-style-type: none;
margin: 0px;
padding: 0px;
margin-bottom: 0px;
margin-top: 0px;
}

.categoryitems  li{
line-height:24px;
}

.categoryitems  li a{
height:24px;
font-size:12px;
font-family:Arial;
color:#666666;
text-decoration:none;
padding-left:53px;
background:url(/images/icbanner.gif) 20px 0px no-repeat;
font-weight:bold;
}

.categoryitems  li a:hover{
height:24px;
font-size:12px;
font-family:Arial;
color:#80959a;
font-weight:bold;
text-decoration: underline;
}

.catitem.selected {
color:red;
}

.resimcizgi{
	display: inline-block;
	zoom: 1; 
	margin: 0px 0px 0px;
	text-decoration: none;
	color: #666666;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	border:1px solid #CCCCCC;
	background: #dfdfdf;
	background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#FFFFFF));
	background: -moz-linear-gradient(top,  #dfdfdf,  #FFFFFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#FFFFFF');
}

