#product_mid h2 {
	font-size: 36px;
	line-height: 40px;
}


#product_nav ul li ul {
	margin: 5px 0px 10px 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.storyItem {
	padding: 10px 0;
	border-bottom: 1px dashed #000000;
	margin-bottom:10px;
}
.storyItem .storyPic {
	float: right;
	width: 150px;
}
.storyItem .title {
	font-weight:bold;
	font-size: 24px;
	color: #79CDCF;	
}
.clearLeft {
	clear: both;
}


