/*---------------------------------
   Event Box Styling (HIRE)
-----------------------------------*/
#kart {
	margin: 0;
	padding: 0;
	background: url(../../images/cheq_grey_fade.gif) repeat-y top left;
}
#kart h1 {
	color: #FFF;
	margin: 0;
	padding: 6px 0 5px 25px;
	background: #777 url(../../images/cheq_white.gif) repeat-y top right;
}
#kart h2 {
	font-weight: normal;
	font-style: italic;
	color: #444;
	margin: 0;
	padding: 5px 0 5px 25px;
	background: #CCC url(../../images/cheq_white_flip.gif) repeat-y top right;
}
#kart p {
	color: #555;
	margin: 0 0 0 25px;
}
#kart .bold {
	font-weight: bold;
	color: #000;
}
#kart a {
	color: #333;
}
#kart a:hover {
	color: #F90;
}
#kart h4 {
	font-weight: normal;
	text-align: center;
	font-style: italic;
	color: #000;
	margin: 20px 0;
	padding: 5px 10px;
	background: #CCC url(../../images/cheq_white_flip.gif) repeat-y top right;
}
#kart h6 {
	display: none;
}
#kart h6 a {
}