/* Ebay Configurator CSS Document -AUG 2014 */

/***** OVERALL STYLES *****/
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/* background-color:#EEEEEE; */
}
.page{
	width:65em;
	margin:0px auto;
}
.clear{
	clear:both;
}

/*************** TYPE STYLES ***************/	
h1 {
	font-size:2.25em;
    margin:.5em auto;
    font-weight:normal;
    text-align:center;
    max-width:20em;
}
h2 {
	font-size:1.375em;
	color:#00125B; /* navy blue */
	margin:0;
	padding:0;
	font-weight:normal;
}
h3 {
	text-transform:uppercase;
	font-size:1.125em;
	color:#999;
	font-weight:normal;
	
}
h4 {
	margin:0;
	padding:0;
	font-size:1em;
	color:#006FB4;
	font-weight:normal;
}
p {
	color:#666;
	font-size:1em;
	line-height:100%;
	margin:0 0 1.250em;
}

/*************** HEADER STYLES ***************/	
.header {
	height:7.125em;
	width:95%;
	margin:0 auto;
}
.header_bar{
	height:1.250em;
	background:#d36a00;
}
.logo {
	float:left;
	height:5.438em;
	width:20.313em;
	margin:1.250em 0 0 0.625em; 
}
.contact {
	text-align:right;
	padding-top:2.500em;
	float:right;
}
.contact h3 {
	margin-top:1.125em;
	display:table;
	display: -moz-box;
}
.callus {
	float:right;
	text-align:left;
	border-left:0.063em solid #999;
	padding-left:0.625em;
	margin-left:0.625em;
	margin-top:0.938em;
}

/***** MAIN CONTENT STYLES *****/
#ebayInfo{
	padding:0.625em 1.250em;
	font-size:0.938em;
	margin:0.75em 0 1.563em;
	font-weight:bold;
	border-top:1px solid #EEEEEE;
}
.left{
	width:13em;
	float:left;
	margin-right:0.625em;
	font-size:0.938em;
}
.leftInfo{
	width:100%;
}
.right{
	display:block;
	max-width:20.5em;
}
.notes{
	display:table;
	padding-right:1.250em;
	text-align:left;
	font-weight:bold;
	color:red;
}
.loading{
	cursor:wait;
}
.hidden{
	display:none;
}

/***** SUMMARY STYLE *****/
#summary{ 
	box-shadow:none;
	margin:1.250em auto; 
	color:#555;
	display:block;
	border:1px black solid;
	padding-bottom:0.625em;
	font-size:0.938em;
	text-align:initial;
}
#summary .summaryTitle{
	margin-bottom:0.625em;
	background:#d36a00;
	text-shadow:none;
}
.summaryLabel{
	width:15.75em;
	float:left;
	font-weight:bold;
	margin-left:0.625em;
}
.summaryValue{
	display:inline-block;
	padding: 0 1.250em;
}

/***** SECTION STYLES *****/
.section{
	margin-bottom:0.938em;
	background:#FFF;
	box-shadow:0 0.188em 0.125em rgba(60, 60, 60, .5);
}
.title{	
	background:#376C97;
	background:-webkit-gradient(linear, left top, right top, from(#5093C9), to(#376C97));
	background:-webkit-linear-gradient(left, #5093C9, #376C97);
	background:-moz-linear-gradient(left, #5093C9, #376C97);
	background:-ms-linear-gradient(left, #5093C9, #376C97);
	background:-o-linear-gradient(left, #5093C9, #376C97);
    font-size:1.563em;
    font-family:Arial, Helvetica, sans-serif;
    text-shadow:2px 2px black;
    color:#FFF;
    padding:0.250em 0.250em 0.250em 0.625em;
	margin-bottom:0.750em;
	text-align:initial;
}
.sectionInfo{
    padding-bottom:0.750em;
	text-align:right;
	vertical-align:bottom;
	color:#222222;
    font-size:1em;
}

/***** ADD TO CART STYLE *****/
#buttonDiv{
	padding:0 0 0.250em;
	margin:3.750em auto 0.625em;
	width:37.875em;
}
#buttonDiv .title{
	background:#d36a00;
}
#button{
    /* padding:.75em 1em;
    font-size:1.625em; */
	padding: .75em .5em;
    font-size: 1.5em;
    display:block;
    margin:1.5em auto 0;
	outline:none;
	cursor:pointer;
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	border-radius:0.5em;
	box-shadow:0 1px 0.125em rgba(0,0,0,.2);
	color:#FFF;
	border:solid 1px #092849;
	background:#b0c0ff;
	background:-webkit-gradient(linear, left top, left bottom, from(#b0c0ff), to(#6A7BBD));
	background:-moz-linear-gradient(top, #b0c0ff, #6A7BBD);
}
#button:hover{
	text-decoration:none;
	background:#94A3DF;
	background:-webkit-gradient(linear, left top, left bottom, from(#94A3DF), to(#52619C));
	background:-moz-linear-gradient(top, #94A3DF, #52619C);
}
#button:active{
	position:relative;
	top:1px;
	color:#E3E3E3;
	background:-webkit-gradient(linear, left top, left bottom, from(#415296), to(#212A4E));
	background:-moz-linear-gradient(top, #415296, #212A4E);
}


/***** BROWSER STYLES *****/
.cf:before, .cf:after { 
	content:"";
	display:block;
}
.cf:after {
	clear:both;
}

/***** MED SCREEN STYLES *****/
@media screen and (min-width: 10em) and (max-width: 71.875em){
 	#page {
		padding:0;
		margin:auto;
		width:95%;
		min-width:43.875em;
		max-width:55.750em;
	}
	.logo{
		margin:1.250em auto 0; 
		display:block;
		float:none;
		width:25.000em;
		height:6.250em;
	}
	.header{
		height:14.375em;
	}
	.callus{
		float:none;
		text-align:center;
		border-left:0 solid #999;
		padding-left:0;
		margin:0.625em 0 0;
	}
	.contact{
		padding:0;
		float:none;
	}
	.contact h3{
		margin-top:0.313em;
		text-align:center;
		display:block;
	}
	h1{
		margin:1.250em 0 0.938em;
	}
	h2 {
		font-size:1.875em;
		font-weight:bold;
	}
}

/* colors CSS Document */

/***** TABLE STYLES *****/
#colors table{
    width:100%;
	margin:0 auto;
	padding-bottom:25px;
}
#colors table th{
    font-weight:bold;
    font-size:16px;
	border:none;
    color:#383838;
    padding:4px;	
}
#colors table td{
    border:none;
    padding:2px;
    vertical-align:top;
	text-align:center;
	height:30px;
}
#colors td .images {
	width:100%;
	min-width:68px;
	border-radius:10px;
	margin:5px auto;
	display:block;
	max-width: 280px;
	border-radius:0;
	max-width:400px;
}

/*#colors table tr#vehicle_colors_row td .images, #colors table tr#allcolors_colors_row td .images, #colors table tr#vehicle_items_row td .images{
	width:100%;
	min-width:80px;
	border-radius:10px;
	margin:5px auto;
	display:block;
	max-width: 280px;
}
#colors table tr#vehicle_items_row td .images{
	border-radius:0;
	max-width:400px;
}*/
.hidden{
	visibility:hidden;
}
.tabs {
    width:100%;
    display:inline-block;
}
 
/*----- Tab Links -----*/
/* Clearfix */
.tab-links {
margin-bottom:0px;
}

.tab-links:after {
display:block;
clear:both;
content:'';
}

.tab-links li {
margin:0px 5px;
float:left;
list-style:none;
}

.tab-links a {
	padding:9px 15px;
	display:inline-block;
	border-radius:3px 3px 0px 0px;
	background:#a7cce5;
	font-size:16px;
	font-weight:600;
	color:#4c4c4c;
	transition:all linear 0.15s;
	text-decoration: none;
}

.tab-links a:hover {
	background:#5093C9;
	text-decoration:none;
}

li.active a, li.active a:hover {
background:#5093C9;
color:#4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
	box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
	background:#fff;
	border-style: solid;
	border-color: rgb(80, 147, 201);
	display: block;
	margin:0 .25em 1em;
	border-radius: 1em;	
}

.tab {
	display:none;
}

.tab.active {
	display:block;
	
}

/* logos CSS Document */

/***** TABLE STYLES *****/
#logos table{
    width:100%;
	padding-bottom:25px;
}
#logos table th{
    font-weight:bold;
    font-size:16px;
	border:none;
    color:#383838;
    padding:4px;	
}
#logos table td{
    border:none;
    padding:4px;
    vertical-align:top;
	text-align:center;
	height:30px;
}
#logos table td .images{
	width:149px;
	border-radius:10px;
	margin:5px auto;
	display:block;
}
#logos table tr#threads_row td{
	width:16%;
}
#logos table tr#threads_row td .images{
	width:100%;
	min-width:70px;
	border-radius:10px;
	margin:5px auto;
	display:block;
	max-width: 130px;
}
.hidden{
	visibility:hidden;
}

/* vehicle information CSS document */
.warning{
	padding:0 35px 16px;
	font-weight:bold;
	font-size:20px;
	text-align:left;
}

.pieceTitle{
	text-decoration:underline;
	font-weight:bold;
	margin-left:31%;
	text-align:left;
	display:block;
}
/*************** TYPE STYLES ***************/	
h2 {
	font-size:1.375em;
	color:#00125B; /* navy blue */
	margin:0;
	padding:0;
	font-weight:normal;
}
h3 {
	text-transform:uppercase;
	font-size:1.125em;
	color:#999;
	font-weight:normal;
	
}
h4 {
	margin:0;
	padding:0;
	font-size:1em;
	color:#006FB4;
	font-weight:normal;
}
p {
	color:#666;
	font-size:1em;
	line-height:100%;
	margin:0 0 1.250em;
}
/*************** LINK PSEUDO STYLES ***************/	
a:link, a:visited, a:active{
	text-decoration:none;
}
.photos a img {
	border:0.063em solid #ccc;
}
a.checkout {
	background:#7994FF url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/button_checkout.jpg) 0 0.125em no-repeat;
	border:0.063em solid #3B4B8F;
	padding:0.125em 0.313em 0.125em 2.688em;
	height:1.875em;
	color:#fff;
	font-style:italic;
}
/*************** HEADER STYLES ***************/	
.header {
	height:7.125em;
	width:95%;
	margin:0 auto;
}
.header_bar{
	height:1.250em;
	background:#d36a00;
}
.logo {
	float:left;
	height:5.438em;
	width:20.313em;
	margin:1.250em 0 0 0.625em; 
}
.contact {
	text-align:right;
	padding-top:2.500em;
	float:right;
}
.contact h3 {
	margin-top:1.125em;
	display:table;
	display: -moz-box;
}
.callus {
	float:right;
	text-align:left;
	border-left:0.063em solid #999;
	padding-left:0.625em;
	margin-left:0.625em;
	margin-top:0.938em;
}
/*************** CONTENT STYLES ***************/	
.content h1 {
	margin-bottom:1.875em;
	float:left;
	width:31.250em;
}
.photos {
	float:left;
	width:45%;
}
.photo_top {
	background:url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/photo_top.jpg) top left no-repeat;
	height:0.563em;
	width:20.625em;
}
.photo_mid {
	background:url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/photo_mid.jpg) repeat-y;
	width:20.625em;
	padding:0.313em 1.000em;
}
.photo_bot {
	background:url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/photo_bot.jpg) top left no-repeat;
	height:0.563em;
	width:20.625em;
}
.prodDetails{
	margin-bottom:0.625em !important;
}
.info1 {
	float:right;
	width:49%;
	margin:0;
}
.specsname{
	width:10.813em;
	float:left;
	text-align:right;
	vertical-align:top;
	padding-right:0.688em;
	font-weight:bold;
}
.specsvalue{
	text-align:left;
	vertical-align:top;
	color:#666;
	display:inline-block;
	width:17.563em;
}
#steps{
	width:95%;
	margin:0 auto;
	background-color:#F5F5F5;
	padding:0.625em;
	text-align:center;
	border-style:solid;
	border-color:#d36a00;
	box-shadow:0.313em 0.313em 1.250em #BDBDBD;
}
#steps h2{
	color:black;
    font-size:3em;
	font-weight:bold;
}
#steps .specsname{
	width:auto;
	font-size:1.250em;
	float:left;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
}
#steps .specsvalue{
	text-align:center;
	font-size:1.063em;
	vertical-align:middle;
	color:#666;
	display:inline-block;
	width:auto;
}
.cutout{
	border:0.063em #888888 solid;
	box-shadow:0.625em 0.625em 0.938em #BDBDBD;
	margin:0.938em 1.875em 9.375em;
	padding:0.938em;
}
.info2 {
	clear:both;
	margin:1.563em 0.625em;
}
.info3{
	margin-left:1.875em;
}
.info h3{
	padding-left:1.250em;
	margin-bottom:0.625em;
	font-size:1.875em;
	color:#fff;
	background:#376C97;
	background:-webkit-gradient(linear, left top, right top, from(#5093C9), to(#376C97));
	background:-webkit-linear-gradient(left, #5093C9, #376C97);
	background:-moz-linear-gradient(left, #5093C9, #376C97);
	background:-ms-linear-gradient(left, #5093C9, #376C97);
	background:-o-linear-gradient(left, #5093C9, #376C97);
}
.special {
	color:#7993ff; /* bright blue */
}
.note {
	font-size:0.813em;
	color:#ccc;
}
.step2 h3{
	font-size: 1.875em;
	background: #d36a00;
	text-align: center;
	color:#fff;
	margin:0;
}
.step2 p{
	padding:20px 2%;
	margin:0;
}
.step2 p font{
	font-weight:bold;
}
td input[type="submit"]{
	color: #fff;
	text-shadow: 0 0.063em 0 rgba(0,0,0,0.2);
	text-decoration: none;
	font-size: 24px;
	background: #3B63B8;
	background: -webkit-gradient(linear, left top, left bottom, from(#5287F1), to(#3B63B8));
	background: -webkit-linear-gradient(top, #5287F1, #3B63B8);
	background: -moz-linear-gradient(top, #5287F1, #3B63B8);
	background: -ms-linear-gradient(top, #5287F1, #3B63B8);
	background: -o-linear-gradient(top, #5287F1, #3B63B8);
	padding: .25em 1em;
	white-space: nowrap;
	border-radius: 0.375em;
	margin: 10px;
	cursor:pointer;
}

/*************** PAYMENT LIST STYLES ***************/	
#weaccept {
	margin-top:0.625em;
	width:17.688em;
	height:4.813em;
	background:url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/accepted_weaccept.jpg) 0 0 no-repeat;
	color:#FFF;
	font-size:0.750em;
	padding-top:0.938em;
	}
div#weaccept ul {
	padding:0;
	list-style-type:none;
	margin:0;
}
div#weaccept ul li {
	position:absolute;
	text-indent:-312.500em;
	margin-top:1.250em;
	}
div#weaccept ul a {
	text-decoration:none;
	display:block;
	height:auto;
	color:#FFFFFF;
	}
div#weaccept ul li#mastercard {
	margin-left:0;
	height:2.438em;
	width:3.438em;
	background: url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/accepted_mastercard.png) 0 0 no-repeat;
  }
div#weaccept ul li#visa {
	margin-left:3.438em;
	height:2.438em;
	width:3.438em;
	background: url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/accepted_visa.png) 0 0 no-repeat;
  }
div#weaccept ul li#discover {
	margin-left:7.188em;
	height:2.438em;
	width:3.438em;
	background: url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/accepted_discover.png) 0 0 no-repeat;
  }
div#weaccept ul li#amex {
	margin-left:10.625em;
	height:2.438em;
	width:3.438em;
	background: url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/accepted_amex.png) 0 0 no-repeat;
  }
div#weaccept ul li#paypal {
	margin-left:14.063em;
	height:2.438em;
	width:3.438em;
	background: url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/accepted_paypal.png) 0 0 no-repeat;
  }
div#weaccept ul li#echeck {
	margin-left:18.438em;
	height:2.438em;
	width:3.438em;
	background: url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/accepted_echeck.png) 0 0 no-repeat;
  }
/*************** DIVIDER STYLES ***************/	 
.divider {
	background:#464241 url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/divider_top_1164.jpg) top left no-repeat;
	padding:0.500em;
	color:#fff;
}
.divider_bottom {
	height:0.625em;
	width:100%;
	margin-bottom:1.250em;
	background:url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/divider_bottom_1164.jpg) bottom left no-repeat;
}

/***************MO STYLES*********************/
.upgrade_sub_header {
	padding-left:0.500em;
	height:1.875em;
	width:59.375em;
	background:url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/grayheader2.jpg) no-repeat;
}
.upgrade_sub_header h4{
	color:white;
	width:50.000em;
	height:1.875em;
}
img#preview_image{
	height:initial;
    max-height:29.813em;
    width:28.625em;
	display:inline-block;
	margin:auto;
	vertical-align:middle;
	border:0.188em solid white;
    border-radius:0.625em;
}
img.thumbnail{
	width:3.5em;
	height:3.5em;
	border:0.063em solid gray;
	padding:0.125em;
	cursor:hand;
}
.imgteaser {
	overflow:hidden;
	white-space:nowrap;
	height:29.188em;
	position:relative;
	margin-top:0.625em;
	margin-bottom:0.313em;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	border:0.125em solid #5093C9;
    border-radius:0.625em;
}
.imgteaser .desc{
	display:block;
	font-size:0.750em;
	padding:0.625em 0;
	background:#111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color:#fff;
	position:absolute;
	bottom:0.688em;
	left:0.688em;
	right:0.688em;
	padding:0.625em;
	margin:0;
	border-top:1px solid #999;
	white-space:normal;
}
.helper{
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.thumbs {
	margin-top:1em;
	overflow:hidden;
	max-width:36.125em;
}
.thumbs h3 {
	margin:0.188em 0 0.35em 0.188em;
}
.colorSubheader{
	margin:0.188em 0 0.188em 0.313em;
	font-size:1.063em; 
	color:#888;
	font-weight:normal;
	text-decoration:underline;
}
.videoDiv{
	float:left;
	margin:1.875em 0 1.875em 1.250em;
}
#videoDiv, #videoDiv2{
	float:none;
	margin:4.125em auto;
}
.center{
	margin:1.563em auto 4.250em;
	width:100%;
}
.smallMargin{
	margin:1.563em auto 2.500em;
}
figure{
	display:inline-block;
}
figcaption{
	text-align:center;
}
.buyButtonDiv{
	width:95%;	
}
#orderFormButton, #swatchButton, .shippingButton{
	color:#fff;
	text-shadow:0 0.063em 0 rgba(0,0,0,0.2);
	text-decoration:none;
	background:#d36a00;
	background:-webkit-gradient(linear, left top, left bottom, from(#d48001), to(#d36a00));
	background:-webkit-linear-gradient(top, #d48001, #d36a00);
	background:-moz-linear-gradient(top, #d48001, #d36a00);
	background:-ms-linear-gradient(top, #d48001, #d36a00);
	background:-o-linear-gradient(top, #d48001, #d36a00);
	padding:0.313em 1.2em;
	white-space:nowrap;
	line-height:0.750em;
	text-transform:none;
}
#orderFormButton{
	line-height:3.125em;
	border-radius:0.188em;	
}   
#swatchButton{
	font-size:1em;
	float:right;
	margin-right:0.250em;	
}
.shippingButton{
	font-size:1.15em;
	width:11em;
	margin:1em auto;
	display:block;
	text-align:center;
}
#orderFormButton:hover, #orderFormButton:active, #swatchButton:hover, #swatchButton:active, .shippingButton:hover, .shippingButton:active{
	background:#D46B00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D46B00',endColorstr='#D46B00');
}

#binButton{
	color:#fff;
	text-shadow:0 0.063em 0 rgba(0,0,0,0.2);
	text-decoration:none;
	background:#00509d;
	background:-webkit-gradient(linear,left top,left bottom,from(#0079bc),to(#00509d));
	background:-moz-linear-gradient(top,#0079bc,#00509d);
	background:-ms-linear-gradient(top,#0079bc 0,#00509d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0079bc',endColorstr='#00509d');
	padding:.625em 1em;
	white-space:nowrap;
	line-height:3.125em;
	border-radius:0.188em;
	margin-right:0.625em;
}
#binButton:hover, #binButton:active{
	background:#00509d;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00509d',endColorstr='#00509d');
}
#atcButton{
	color:#fff;
	text-shadow:0 0.063em 0 rgba(0,0,0,0.2);
	text-decoration:none;
	background:#2386c0;
	background:-webkit-gradient(linear,left top,left bottom,from(#45aad6),to(#2386c0));
	background:-moz-linear-gradient(top,#45aad6,#2386c0);
	background:-ms-linear-gradient(top,#45aad6 0,#2386c0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45aad6',endColorstr='#2386c0');
	padding:.625em 1em;
	white-space:nowrap;
	line-height:3.125em;
	border-radius:0.188em;
}
#atcButton:hover, #atcButton:active{
	background:#2386c0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2386c0',endColorstr='#2386c0');
}

/********* COMPARE PRODUCTS BUTTONS***********/
*:first-child+html .compare
{
margin-right:0.625empx;
}
.compare, .compare a:link, .compare a:visited, .compare a:hover {
	float:right;
	margin-top:0.313em;
	height:1.688em;
	color:#FFF;
	text-decoration:none;
	font-size:0.750em;
}
.compare a {
	float:left;
	height:1.688em;
	background:url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/compare_yellow.png) no-repeat top left;
}
.compare span {
	float:left;
	margin-left:0.500em;
	height:1.688em;
	padding:0.313em 0.500em 0 0.313em;
    color:blue;
	background:url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/compare_yellow_span.png) no-repeat top right;
}
.compare a:hover {
	background:url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/compare_yellow_hover.png) no-repeat top left;
}
.compare span:hover {
	background:url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/compare_yellow_span_hover.png) no-repeat top right;
}
.instructions_th{
	font-weight:bold;
	font-size:1.125em;
	color:white;
	height:1.563em;
	width:24.750em;
	background:url(http://www.customfitautoaccessories.com/ebay/automatstore_template/images/grayheader3.jpg) no-repeat top right;
}
.instructions_td{
	width:24.750em;
	border:1px solid gray;
	vertical-align:top;
}
.instructions_td a{
	color:#659EC7;
}
.instructions_td a:hover{
	color:red;
}
.instructions{
	width:49.500em;
}
.instructions_button{
	border:none;
	float:right;
}
.addtocart_button{
	border:none;
	float:right;
}
.addtocart_msg{
	float:right;
	margin-right:0.625em;
	height:2.563em;
	vertical-align:middle;
}

/***** BROWSER STYLES *****/
.cf:before, .cf:after { 
	content:"";
	display:block;
}
.cf:after {
	clear:both;
}