.leftcol{
	border: 1px solid #c8c8c8;
	width: 449px;
	background-color: white;
	float: left;
	height:660px;
}
.rightcol{
	float: right;
	width: 440px;
}
.leftcol a.item{
	display: block;
	border-bottom: 1px solid #c8c8c8;
	border-left: 5px solid white;
	border-right: 5px solid white;
	padding: 5px 5px;
	color: black;
}
.leftcol a.item .leftimg{
	margin-right: 20px;
}
.leftcol a.item:hover{
	color: #D22738;
	text-decoration: underline;
	border-bottom: 1px solid #c8c8c8;
	border-left: 5px solid #D22738;
	border-right: 5px solid #D22738;
}


form.ajanlatform{
	background-color: #D0E3F2;
	padding: 10px;
	border: 1px solid #C8C8C8;
	margin-bottom: 15px;
}

form.ajanlatform fieldset{
	float: left;
}

form.ajanlatform label{
	display: block;
	float: left;
	width: 80px;
}
form.ajanlatform select{
	display: block;
	float: left;
	width: 180px;
}

form.ajanlatform #submity{
	display: block;
	float: right;
	background-color: #D22738;
	color: white;
	font-weight: bold;
	padding: 5px 15px;
	margin-top: 22px;
	cursor: pointer;
}

.hidden{
	display: none;
}
a.tab{
	display: block;
	background: url(../images/ful_bg.jpg) repeat-x;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	float: left;
	width: 193px;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	font-weight: bold;
	color: silver;
}
a.tablast{
	border-right: none;
}
a.tabactive{
	border-bottom: none;
	background: none;
	color: black;
	cursor: default;
}
a.tab:hover{
	color: black;
}

.rightcol .itembox{
	float: left;
	width: 195px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #D0E3F2;
	height: 154px;
}

.rightcol .itembox:hover{
	background-color: #b8d2eb;
}
.rightcol .itembox h3{
	margin-bottom: 5px;
	font-size: 12px;
}
.rightcol .itembox img{
	display: block;
	margin-bottom: 5px;
}

/*
.rightcol .item{
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0;
	cursor: default;
}
.rightcol .item:hover{
	background: url(../images/item_bg.jpg) center top repeat-y;
}
.rightcol .item a{
	color: #a9a9a9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}
.rightcol .item a:hover{
	color: #751613;
}
.rightcol .item p{
	margin-bottom: 5px;
}*/

