.box-container {
	font-size: 0;
	margin-top: 25px;
	padding: 10px 0;
	position: relative;
}

.box-title {
	background-color: #D4D4D4;
}

.content-container {
	margin: auto;
	padding: 10px 0;
}

.content-container h1 {
	margin-bottom: 15px !important;
}

.inner-content-container {
	margin: auto;
	padding: 20px 0;
}

.inner-content-container h1 {
	margin-bottom: 15px !important;
}

.inner-content-container h2 {
	margin-bottom: 8px !important;
}

.inner-content-container h3 {
	margin-bottom: 6px !important;
}

.inner-content-container p {
	margin-bottom: 22px;
	text-align: justify;
}

.inner-content-container p.small {
	margin-bottom: 5px;
}

.inner-content-container ul, .inner-content-container ol {
	padding: 6px 0 25px 40px;
	margin: 0;
}

.inner-content-container ul.nolist {
	padding: 6px 0 25px 40px;
	margin: 0;
	list-style: none;
}

.inner-content-container-bg {
	background-color: #ffffff;
	padding-top: 10px;
}

.pro-details {
	padding: 10px 0;
	position: relative;
}

.pro-details .left {
	float: left;
	width: 250px;
}

.pro-details .left img {
	max-width: 80%;
	cursor: zoom-in;
}

.pro-details .right {
	float: left;
	padding-top: 10px;
}

.pro-details .right .heading {
	border-bottom: 1px solid #CFCFCF;
	margin: 15px 0 10px 0;
	padding-bottom: 4px;
}

.pro-link {
	border-bottom: 1px dashed #BFBFBF;
	margin: 0 20px;
	padding: 10px 0;
	position: relative;
}

.pro-link .link {
	display: inline-block;
	padding: 30px 0 0 12px;
	vertical-align: top;
}

.pro-link .link a {
	line-height: 22px;
}

.pro-link .product {
	display: inline-block;
	height: 102px;
	vertical-align: top;
	width: 80px;
}

.pro-link .product img {
	height: auto;
	max-width: 100%;
}

.product-list {
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

.product-list .left {
	border-right: 1px solid #D4D4D4;
	float: left;
	padding-right: 20px;
	width: 150px;
}

.product-list .left img {
	height: auto;
	margin-top: 10px;
	max-width: 100%;
}

.product-list .right {
	border-left: 1px solid #D4D4D4;
	float: left;
	margin-left: -1px;
	padding-left: 20px;
	text-align: justify;
}

.product-list .right .text {
	line-height: 22px !important;
}

.three-box-container {
	border-right: 1px dashed #C4C4C4;
	display: inline-block;
	padding-bottom: 5px;
	vertical-align: top;
	width: 33.33%;
}

.three-box-container .box-title {
	margin: 0 4px;
	padding: 12px 12px 12px 16px;
}

.three-box-container .pro-link:last-child {
	border-bottom: 0 none;
}

.three-box-container:first-child .box-title {
	margin: 0 4px 0 0;
	padding: 12px 12px 12px 20px;
}

.three-box-container:last-child {
	border-right: 0 none;
}

.three-box-container:last-child .box-title {
	margin: 0 0 0 4px;
	padding: 12px 12px 12px 16px;
}

.paging {
	padding: 10px 0;
	cursor: default;
	font-size: 0;
}

.paging a {
	display: inline-block;
	padding: 9px 9px;
	background-color: #174C65;
	-khtml-border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	margin-right: 5px;
	cursor: pointer;
	text-align: center;
}

.paging a:hover {
	background-color: #226F93;
}

.paging a.active, .paging a.active:hover {
	background-color: #2B8EBC;
	cursor: default;
}

.float-three-box {
	float: left;
	width: 30%;
	padding: 5px 0;
}

.float-two-box {
	float: left;
	width: 48%;
	padding: 5px 0;
}
