/* 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 #777;
	}
	
	.mc_ls01 .imgBox {
		margin:				0;
		padding:			0 10px 0 0;
		width:				120px;
		height:				90px;
		float:				left;
	}
	
	.mc_ls01 .imgBox img {
		width:				120px;
		height:				90px;
	}
	
	.mc_ls01 .imgBox 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_ls01 .infoBox {
		margin:				0;
		padding:			0;
		width:				480px;
		float:				right;
	}
	
	.mc_ls01 .infoBox h4 a {
		margin:				0;
		padding:			0;
		width:				100%;
		float:				left;
		color:				#DDD;
		font-family:		Georgia, "Times New Roman", Times, serif;
	}
	
/* -------------------------------- */






/* MAIN COLUMN LIST STYLE 02
	Used mostly for displaying feedback
-------------------------------- */
	
	.mc_ls02 {
		margin:				0;
		padding:			0;
		width:				100%;
		float:				left;
	}
	
	.mc_ls02 li {
		padding:			.5%;
		width:				99%;
		background:			#444;
		border-bottom:		solid 1px #888;
	}
	.mc_ls02 li h4 {
		padding:			.5%;
		width:				99%;
		background:			#555;
		color:				#FFF;
	}
	
	.mc_ls02 li h4 a {
		color:				#FFF;
	}
	
/* -------------------------------- */






/* 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:			30px 0;
		background:			none;
		width:				100%;
		float:				left;
		border-bottom:		solid 1px #777;
	}
	
	.mc_ls03 .imgBox {
		margin:				0;
		padding:			0;
		width:				400px;
		height:				180px;
		float:				left;
		position:			relative;
		border:				solid 1px #FFF;
	}
	
	.mc_ls03 .imgBox img {
		width:				400px;
		height:				180px;
	}
	
	.mc_ls03 .imgBox span {
		width:				100%;
		height:				100%;
		display:			block;
		position:			absolute;
	}
	
	.mc_ls03 .infoBox {
		margin:				0;
		padding:			0;
		width:				220px;
		float:				right;
	}
	
	.mc_ls03 .infoBox h4 a {
		margin:				0;
		padding:			0;
		width:				100%;
		float:				left;
		color:				#DDD;
		font-family:		Georgia, "Times New Roman", Times, serif;
		font-size:			18px;
	}
	
/* -------------------------------- */






/* MAIN COLUMN LIST STYLE 01 a
	For simple listings, similar to SC_LS01
	but wider and built for the main column
-------------------------------- */
	.mc_ls01a {
		margin:				0;
		padding:			0;
		background:			none;
		float:				left;
		width:				100%;
	}
	
	.mc_ls01a li {
		margin:				0;
		padding:			0;
		width:				100%;
		border-bottom:		solid 1px #444;
		float:				left;
	}
		
	/* for all list items */
	.mc_ls01a li a {
		padding:			5px 0 0 2%;
		width:				98%;
		height:				20px;
		display:			block;
		background:			#666 url(../images/common/bullet_arrow_rt_w.gif) no-repeat left;
		color:				#DEDEDE;
		float:				left;
		font-size:			12px;
	}
	
	.mc_ls01a li a .count {
		font-weight:		normal;
		font-style:			italic;
	}
	
	.mc_ls01a li a:hover {
		color:				#FFF;
		background:			#AAA url(../images/common/bullet_arrow_rt.gif) no-repeat left;
	}
	
	/* for current states */
	.mc_ls01a .cur a {
		background:			#789 url(../images/common/bullet_arrow_rt_w.gif) no-repeat left;
		color:				#FFF;
	}
	
	.mc_ls01a .cur a:hover {
		color:				#333;
		background:			#DDD url(../images/common/bullet_arrow_rt.gif) no-repeat left;
	}
	
	/* for nested lists */
	.mc_ls01a li ul {
		width:				100%;
		float:				left;
		border-top:			solid 1px #444;
	}
	
	.mc_ls01a li ul li a {
		color:				#DDD;
		background:			#555 url(../images/common/bullet_arrow_rt.gif) no-repeat left;
	}
	
/* -------------------------------- */






/* 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:				100%;
	}
	
	.sc_ls01 li {
		margin:				0;
		padding:			0;
		width:				100%;
		border-bottom:		solid 1px #333;
		float:				left;
	}
		
	/* for all list items */
	.sc_ls01 li a {
		padding:			4px 0 0 7%;
		width:				93%;
		height:				21px;
		display:			block;
		background:			#222 url(../images/common/bullet_arrow_rt_w.gif) no-repeat left;
		color:				#EEE;
		float:				left;
	}
	
	.sc_ls01 li a .count {
		font-weight:		normal;
		font-style:			italic;
	}
	
	.sc_ls01 li a:hover {
		color:				#FFF;
		background:			#333 url(../images/common/bullet_arrow_rt.gif) no-repeat left;
	}
	
	/* for current states */
	.sc_ls01 .cur a {
		background:			#3CF url(../images/common/bullet_arrow_rt_w.gif) no-repeat left;
		color:				#000;
	}
	
	.sc_ls01 .cur a:hover {
		color:				#333;
		background:			#DDD url(../images/common/bullet_arrow_rt.gif) no-repeat left;
	}
	
	/* for nested lists */
	.sc_ls01 li ul {
		width:				100%;
		float:				left;
		border-top:			solid 1px #444;
	}
	
	.sc_ls01 li ul li a {
		color:				#DDD;
		background:			#555 url(../images/common/bullet_arrow_rt.gif) no-repeat left;
	}
	
	/* re-style nested links inside of current items */
	.sc_ls01 .cur ul a {
		color:				#DDD;
		background:			#555 url(../images/common/bullet_arrow_rt.gif) no-repeat left;
	}
	
/* -------------------------------- */






/* 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:				260px;
	}
	
	.sc_pl01 li {
		margin:				0;
		padding:			0 5px 2px 0;
		width:				120px;
		height:				90px;
		background:			none;
		float:				left;
	}
	
	.sc_pl01 li img {
		margin:				0;
		padding:			0;
		width:				120px;
		height:				90px;
	}
	
	.sc_pl01 li span {
		margin:				0;
		padding:			0;
		width:				120px;
		height:				90px;
		position:			absolute;
		background:			url(../images/common/rc_frame_120x90_d.png) no-repeat;
		behavior:			url(lib/scripts/iepngfix.htc);
	}
/* -------------------------------- */






/* SECONDARY COLUMN LIST STYLE 02
	This is used for smaller blog type
	entries in the secondary column
-------------------------------- */
	.sc_ls02 {
		float:				left;
		width:				100%;
	}
	
	.sc_ls02 li {
		padding:			10px 0 5px;
		border-bottom:		solid 1px #888;
		float:				left;
	}
	
	.sc_ls02 h4 a {
		color:				#FFF;
	}
/* -------------------------------- */





/* MAIN COLUMN DETAIL STYLE 01
	This one of the styles used when
	displaying an entry profile.
	*Currently only used in products*
-------------------------------- */
	.mc_ds01 {
		width:				100%;
		float:				left;
	}
	
	.mc_ds01 .imgBox {
		padding:			0 10px 0 0;
		float:				left;
		width:				240px;
		height:				210px;
	}
	
	.mc_ds01 .infoBox {
		float:				right;
		width:				370px;
	}
/* -------------------------------- */