@charset "utf-8";
/* Kirk */
/* CSS Document for Index page */

#ticket {
	position: relative;
	padding: 14px 14px 8px 14px;
	background: #f3f4df;
}
#ticket .header {
	font-size: 1.3em;
	color: #f60;
	margin: 0 0 15px 0;
}	#ticket .header span {
		border-bottom: 1px dashed #b36d22;
		cursor: pointer;
	}
#ticket p.field {
	margin: 7px 0 1px 0;
}
#t_name, #t_contact, #t_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #666;
	background: #fff;
}
#t_name {
	width: 200px;
	padding: 2px 4px 3px 4px;
}
#t_contact, #t_desc {
	width: 277px;
	height: 72px;
	padding: 4px;
}
#t_submit {
	margin-top: 10px;
	border: 1px solid #666;
	cursor: pointer;
}
#ticket .tl, #ticket .tr, #ticket .bl, #ticket .br {
	position: absolute;
	width: 11px;
	height: 11px;
}
#ticket .tl {
	top: 0;
	left: 0;
	background: url(../img/news_tl.gif) left top no-repeat;
}
#ticket .tr {
	top: 0;
	right: 0;
	background: url(../img/news_tr.gif) left top no-repeat;
}
#ticket .bl {
	bottom: 0;
	left: 0;
	background: url(../img/news_bl.gif) left top no-repeat;
}
#ticket .br {
	bottom: 0;
	right: 0;
	background: url(../img/news_br.gif) left top no-repeat;
}
#ie6 #ticket .tl {
	left: -15px;
}
#ie6 #ticket .tr {
	right: 53px;
}	#ie6 #ticket .br, #ie6 #ticket .bl {
		display: none;
	}
#ticket_form {
	display: none;
	margin-bottom: 10px;
}
#files {
	margin: 10px 0 30px 0;
}
#files h2 {
	margin-bottom: 20px;
}
#files .pos {
	margin: 0 0 14px 5px;
	padding-left: 16px;
	font-size: 0.8em;
	background: url(../img/file.gif) left 3px no-repeat;
}
#files .pos a {
	color: #f60;
}
#files .pos span {
	font-size: 0.85em;
	margin-left: 9px;
}

вот код catalog.css
@charset "utf-8";
/* Kirk */
/* CSS Document for Index page */

#catalog_list {
	margin: 20px 0 20px -9px;
}
#catalog_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#catalog_list ul ul {
	margin: 5px 0 15px -9px;
	display: none;
}
#catalog_list li {
	padding-left: 9px;
	margin-bottom: 10px;
	font-size: 15px;
}	#catalog_list li a {
		color: #000;
		text-decoration: none;
		border-bottom: 1px dashed #f60;
	}
#catalog_list li li {
	margin-bottom: 3px;
	font-size: 12px;
}	#catalog_list li li a {
		color: #f60;
		border: 0;
		text-decoration: underline;
	}
#catalog_list li.active a {
	font-size: 18px;
	border: 0;
	cursor: default;
}	#catalog_list li.active li a {
		font-size: 12px;
		border: 0;
		cursor: pointer;
	}
#catalog_list li.active ul {
	margin-top: 10px;
}
#catalog_list li li.active a {
	margin-left: -9px;
	padding: 0 0 0 9px;
	color: #000;
	font-style: italic;
	text-decoration: none;
	background: #fb992f url(../img/cl_left.gif) left top no-repeat;
	cursor: default;
}	#catalog_list li li.active a span {
		padding-right: 9px;
		background: #fb992f url(../img/cl_right.gif) right top no-repeat;
	}
#ie6 #catalog_list li li.active a, #ie7 #catalog_list li li.active a {
	margin-left: 0;
}
#ie6 #catalog_list li li.active, #ie7 #catalog_list li li.active {
	margin-left: -9px;
}