/* Carousel Styling */

#large-promo-block {
     display:block;
     float:left;
	 margin-bottom:10px;
	 width:960px;
  }
.cl_left_col {	
	width:640px;
	float:left;
	}

.cl_main {
	position:relative;
	width:640px;
	height:401px;
	}
	
.cl_footer {
	width:640px;
	}

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

#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;
	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;
 }
 
 /* use if there is no heading to added spacing and to add padding bottom of 9px below single paragraph*/
 .paragraph_spacing2 {
 	padding: 20px 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;
	}
