/* MAIN COLUMN LIST STYLE 01
	The most used style on the site. Made
	specifically to fit into the main column
	of any design
-------------------------------- */
	.mc_ls01 {
		margin:				0;
		padding:			0;
		background:			none;
		float:				left;
		width:				100%;
	}
	
	.mc_ls01 > li {
		margin:				0 0 20px;
		padding:			0 0 10px;
		background:			none;
		width:				100%;
		float:				left;
		border-bottom:		solid 1px #DDD;
	}
	
	.mc_ls01 .imgBox {
		margin:				0;
		padding:			0 10px 0 0;
		width:				120px;
		height:				90px;
		float:				left;
	}
	
	.mc_ls01 .imgBox img {
		width:				120px;
		height:				90px;
		float:				left;
		border:				solid 2px #F00;
	}
	
	.mc_ls01 .imgBox span {
		width:				120px;
		height:				90px;
		display:			block;
		position:			absolute;
	}
	
	.mc_ls01 .infoBox {
		margin:				0;
		padding:			0;
		width:				290px;
		float:				right;
	}
	
	.mc_ls01 .infoBox h3,
	.mc_ls01 .infoBox a {
		margin:				0;
		padding:			0;
		width:				100%;
		float:				left;
		color:				#FFF;
	}
	
/* -------------------------------- */






/* MAIN COLUMN LIST STYLE 02
	For simple listings, similar to SC_LS01
	but wider and built for the main column
-------------------------------- */
	.mc_ls02 {
		margin:				0 0 20px;
		padding:			0;
		background:			none;
		float:				left;
		width:				400px;
	}
	
	.mc_ls02 > li {
		margin:				0;
		padding:			5px 0 5px 15px;
		background:			none;
		width:				100%;
		float:				left;
		border-bottom:		solid 1px #DDD;
	}
/* -------------------------------- */






/* MAIN COLUMN PHOTO LIST STYLE 01
	This style is the main photo gallery
	style. Used when the photo gallery is
	one of the main features on the page.
-------------------------------- */
	.mc_pl01 {
		margin:				0;
		padding:			0;
		width:				100%;
		float:				left;
	}
	
	.mc_pl01 li {
		margin:				10px;
		padding:			0;
		width:				120px;
		height:				90px;
		float:				left;
	}
	
	.mc_pl01 li a {
		margin:				0;
		padding:			0;
		width:				120px;
		height:				90px;
		display:			block;
		float:				left;
	}
	
	.mc_pl01 li a span {
		width:				120px;
		height:				90px;
		display:			block;
		position:			absolute;
		background:			url(../images/common/rc_frame_120x90_d.png) no-repeat;
		behavior:			url(lib/scripts/iepngfix.htc);
	}
	
	.mc_pl01 li a img {
		width:				120px;
		height:				90px;
	}
/* -------------------------------- */






/* SECONDARY COLUMN LIST STYLE 01
	The most used style in the secondary
	column. Mostly used for sub-navigation
	type lists (i.e.: sections, etc.)
-------------------------------- */
	.sc_ls01 {
		margin:				0;
		padding:			0;
		background:			none;
		float:				left;
		width:				160px;
	}
	
	.sc_ls01>li {
		margin:				0;
		padding:			5px 0 3px 15px;
		width:				145px;
		height:				20px;
		border-bottom:		solid 1px #FFF;
		background:			url(../images/backgrounds/nav_secondary.gif) no-repeat 0 0;
	}
	
	.sc_ls01>li li a {
		padding:			0;
		color:				#888;
	}
	
	.sc_ls01 .cur {
		background:			url(../images/backgrounds/nav_secondary.gif) no-repeat 0 -28px;
	}
	
	.sc_ls01 .cur>a {
		color:				#FFF;
	}
/* -------------------------------- */






/* SECONDARY COLUMN PHOTO LIST STYLE 01
	The most used style in the secondary
	column. Mostly used for sub-navigation
	type lists (i.e.: sections, etc.)
-------------------------------- */
	.sc_pl01 {
		margin:				0;
		padding:			0;
		background:			none;
		float:				left;
		width:				220px;
	}
	
	.sc_pl01 li {
		margin:				0;
		padding:			0 2px 2px 0;
		width:				60px;
		height:				45px;
		background:			none;
		float:				left;
	}
	
	.sc_pl01 li img {
		margin:				0;
		padding:			0;
		width:				60px;
		height:				45px;
	}
	
	.sc_pl01 li span {
		margin:				0;
		padding:			0;
		width:				60px;
		height:				45px;
		position:			absolute;
		background:			url(../images/common/rc_frame_60x45_d.png) no-repeat;
		behavior:			url(lib/scripts/iepngfix.htc);
	}
/* -------------------------------- */





/* MAIN COLUMN LIST STYLE 01
	The most used style on the site. Made
	specifically to fit into the main column
	of any design
-------------------------------- */
	.mc_ls03 {
		margin:				0;
		padding:			0;
		background:			none;
		float:				left;
		width:				100%;
	}
	
	.mc_ls03 > li {
		margin:				0 0 20px;
		padding:			0 0 10px;
		background:			none;
		width:				100%;
		float:				left;
		border-bottom:		dotted 1px #DDD;
	}
	
	.mc_ls03 .imgBox {
		margin:				0;
		padding:			0 10px 0 0;
		width:				85px;
		height:				70px;
		float:				left;
	}
	
	.mc_ls03 .imgBox img {
		width:				85px;
		height:				70px;
		float:				left;
		border:				solid 2px #F00;
	}
	
	.mc_ls03 .imgBox span {
		width:				85px;
		height:				70px;
		display:			block;
		position:			absolute;
	}
	
	.mc_ls03 .infoBox {
		margin:				0;
		padding:			0;
		width:				210px;
		float:				right;
	}
	
	.mc_ls03 .infoBox h3,
	.mc_ls03 .infoBox a {
		margin:				0;
		padding:			0;
		width:				100%;
		float:				left;
		color:				#FFF;
	}
	
/* -------------------------------- */