/*-------------------------KWICKS--------------------*/
.kwicks{
	margin:0px 0px 0px 0px !important;
	padding:0px !important;
}

.kwicks table, .kwicks table td, .kwicks table th{
	border:none !important;
	padding:0px !important;
}

.kwicks li {
	float: left;
	width: 230px;
	height: 100px;
	margin-right: 0px;
	list-style:none;
	background-image:url('images/kwick-bg.gif');
	overflow:hidden;
	border-right:1px solid #d9dcdb;
}

.kwicks li.last{
	border-right:none;
}

.kwicks li img{
	border:none;
}

.kwicks li a{
	color:#6b6d70;
}

.kwicks li a:hover{
	color:#f58220;
}

.kwicks li div.a1{
	float:left;
	width:220px;
	text-align:center;
	padding:0px 15px 0px 5px;
}

.kwicks li div.a1 div.title{
	margin:5px 0px 0px 0px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
}

.kwicks li div.a2{
	float:right;
	margin:0px 0px 0px 0px;
	width:150px;
	text-align:justify;
	font-size:10px;
}

.kwicks li div.a2 div.more{
	text-align:right;
	margin:1px 0px 0px 0px;
}

.kwicks li div.a2 div.more a{
	color:#f58220;
}

.kwicks li container{
}

#kwick1 { 
	background-color: #fafcfb;
}
#kwick1.active { 
	background-image:url('images/kwick-hover.gif');
}
#kwick2 {
	background-color: #fafcfb;
}
#kwick2.active {
	background-image:url('images/kwick-hover.gif');
}
#kwick3 {
	background-color: #fafcfb;
}
#kwick3.active {
	background-image:url('images/kwick-hover.gif');
}
#kwick4 { 
	background-color: #fafcfb;
	margin-right: none;
}
#kwick4.active { 
	background-image:url('images/kwick-hover.gif');
}
