div#contentSection {
    position: relative;
    xbackground: #fff url(/Templates/Styles/images/content-banner.jpg) top left no-repeat;    
    zoom: 1;
}
div#contentBanner {
}

/* content Section */
div#contentSection div#content {
    margin-right: 0px !important;
    margin-top: 0px !important;
}
div#content {
    margin-top: 2em;
}

div#content div.Product {
    float: right;
    margin-right: 1%;
	
	width: 35%;
}

div#content div.Product div.Photo {
    float: left;
    padding-bottom: 2em;
	width: 120px;

}
div#content div.Product div.Photo img {
    border: none;
    border-width: 0px;
}
div#content div.Product div.Description h3 {
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 1.3em;
}
div#content div.Product div.Description p {
    margin: 0em 0em 1em 0em;
}

div#content div.Product {
	border-left: solid 1px #ddd;
	padding-left: 2%;
}

div#content div.ProductHippocrate {
	width: 60%;
	float: left;
	
	border-left: none;
	margin-bottom: 2em;
	padding-left: 0;
}
div#content div.ProductHippocrate div.Description {
	margin-left: 180px;
}
div#content div.ProductHippocrate div.Description p.Description {
	font-weight: bold;
	color: #777;
}
div#content div.ProductHippocrate div.Photo {
    width: 180px;
}

div#content div.ProductLichViet {
	margin-bottom: 2%;
}

div#productIntro {
	margin-bottom: 2em;
}
/*
div#content div.Product div.Description {
    float: right;
    width: 830px;
    height: 95px;
    position: relative;
}
div#content div.Product div.Description h3 {
    margin: 0px;
    font-size: 1.7em;
    line-height: 1em;
}
div#content div.Product div.Description h3 a {
    color: #da8500;
}
div#content div.Product div.Description p {
    margin: .5em 0em;
}
div#content div.Product div.Description p.Detail {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    background: url(/Templates/Styles/images/product-detail-left.jpg) left center no-repeat;
    height: 27px;
}
* div#content div.Product div.Description p.Detail {
    _width: 101px;
}
div#content div.Product div.Description p.Detail a {
    height: 27px;
    display: block;
    padding: 0em 1em;
    color: #fff;
    background: url(/Templates/Styles/images/product-detail-right.jpg) right center no-repeat;
    font-weight: bold;
}
div#content div.Product div.Description p.Detail a span {
    display: block;
    padding: .5em 0em;
}
*/
/* Paginator */
div#content div.Paginator p {
    margin: 0px;
    padding-bottom: 2.5em;
}

/* clearer*/
div#contentSection div.Clearer {
    padding-bottom: 0px !important;
}
