/* Custom List Video style 
#large-promo-block {
     display:block;
     float:left;
	 margin-bottom:10px;
	 width:960px;
  }*/
  
.cl_left_col {	
	width:720px;
	float:right;
	margin-bottom:8px;
	}

.cl_main {
	position:relative;
	width:640px;
	height:360px;
	margin:0 0 0 15px;
	}

#video, #mc_image {
	width:640px;
	height:358px;
	overflow:hidden;
}
	
.cl_footer {
	width:640px;
	margin:0 0 0 15px;
	}

.cl_text {
	float:left;
	width:620px;
	margin:0 10px 0 7px;
	}

#product-list-navigation #category-nav li {
	padding-left:10px !important;
	}
	
.cl_text h1 {
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding-top:20px;
	color:#000;
	}

.cl_text h2 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	color:#000;
	}

.cl_text h3 {
	font-size:13px;
	font-weight:bold;
	margin:0;
	color:#000;
	}
	
.cl_text p {
	font-size:13px;
	margin:0;
	line-height:18px;
	}
	
/* use if there is no h1 or h2 to added spacing*/
.no_cl_header {
	padding-top:20px;
	}

/*if more than one paragraph add margin bottom of 9px*/
.paragraph_spacing {
   padding:0 0 9px 0;
 }

.headertransform {
   text-transform:uppercase;
 }

.cl_text p span {
	font-weight:bold;
	}

.cl_text p a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
	margin-top:9px;
	display:block;
	}

.removedisplay {
	display:inline !important;
	}
	

