/* category element styles */

.catel {
	border-top: 1px solid #ccc;
	width:100%;
	height:406px;
	padding:0;
	margin:0;
}

.catel_narrow {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width:236px;
	height:230px;
	float:left;
	margin:0;
}

.catel .first {
	border-left:0;
}

.catel_narrow ul li, .catel_wide ul li {
	padding-right:15px;
}

.catel_wide {
	border-left: 1px solid #ccc;
	width:355px;
	height:185px;
	float:left;
	margin:0;
}

/* SR 10.1 DE variant */

.devar {height:361px; border-bottom: 1px solid #ccc; padding-bottom:10px;}
.catel {}
.devar .catel_narrow {height:210px;}
.devar .catel_wide {height:160px;}

/* SR 10.1 IE variant */

.catel_alt {
	height:140px;
	padding:10px 0 5px 15px;
	width:698px;
	
}

.catel_alt .catel_wide_alt {
	border-left:0;
	text-align:left;
	width:600px;
	margin-left:12px;
	
}

.catel_alt .catel_wide_alt img {
	float:left;
	margin-right:20px;
}

.catel_alt .catel_wide_alt ul {
	width:400px;
	float:left;
	padding:0;
	margin:0;
}

.catel_alt .catel_wide_alt p {
	margin-top:10px;
	width:400px;
	float:left;
}
