/*Product detail*/
.more-content-wrap {
	display: inline-block;
}

.more-text {
	display: none;
}

.comment {
	width: 400px;
	background-color: #f0f0f0;
	margin: 10px;
}

.no-left-margin img {
	width: 50%;
	display: inline-block;
	padding-bottom: 20px;
}

.limited-offer-section {
	background-color: #F2F2F2;
	padding: 20px;
	margin-bottom: 20px;
}

.limited-offer-section .heading {
	color: #8aa900;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

#master-card-link {
	color: #2467C9;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font-weight: bold;
}

.limited-offer-section .description {
	color: #a0a09f;
	font-size: 14px;
	line-height: 20px;
}

/*.pdf_icons {
   padding-right: 20px;
   float:left;
   background: transparent url(../img/icons/icon_pdf.png) no-repeat center right;
}*/
.pdf-icons {
	padding-left: 20px;
	background: transparent url(../img/icons/icon_pdf.png) no-repeat center
		left;
	font-weight: bold;
}

.home-page-video iframe {
	width: 100%;
	height: 230px;
}

/*** New changes ***/
.main-heading-section {
	margin-bottom: 20px;
	width: 100%;
}

.product-details {
	margin: 10px 0;
	float: left;
}

.product-details .heading {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.product-details .properties-list .each-property {
	font-size: 14px;
	color: #a0a09f;
	border-bottom: 1px solid #F2F2F2;
	line-height: 30px;
}

.properties-list .each-property ul {
	margin-left: 0;
}

.properties-list .each-property li {
	margin: 10px 0;
}

.add-to-cart-section {
	background-color: #F2F2F2;
	padding: 20px;
	margin-bottom: 20px;
}

.add-to-cart-section .pricing {
	font-size: 24px;
	font-weight: bold;
	float: left;
	width: 100%;
}

.add-to-cart-section .sub-instructions {
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
}

.sub-products-section {
	margin-top: 30px;
}

.sub-products-section .heading,.similar-products-section .heading,.add-to-cart-tab-section .heading
	{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #b7b7b7;
	color: #434446;
}

.add-to-cart-tab-section .heading {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.sub-products-section ul,.similar-products-section ul {
	margin-top: 20px;
}

.sub-products-section a {
	font-size: 14px;
}

.sub-products-section ul li,.similar-products-section ul li {
	margin: 10px 0;
	font-size: 14px;
	position: relative;
}

.sub-products-section li span.checkbox {
	margin-top: 3px;
}

.similar-products-section {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.similar-products-section li .account-type {
	color: #767A7C;
}

.file_size {
	margin-left: 5px;
	color: #A0A09F;
	font-size: 14px;
}

.sub-products-section li input {
	float: left;
	width: 10%;
	margin-top: 4px;
}

.sub-products-section li .product-name {
	float: left;
	width: 81%;
	line-height: 20px;
	margin-left: 5px;
}

.sub-products-section ul,ol {
	padding: 0;
	margin: 0px;
}

.similar-products-section ul,ol {
	margin: 0px;
}

.section-heading {
	margin: 0px;
}

.purchase-instruction-content {
	position: relative;
	top: -170px;
	left: 20px;
}

.sub-products-section .heading {
	margin-top: 60px;
}

/**** Styles for complex PDP ****/
.main-heading-section .image-wrap {
	display: none;
}

.main-heading-section .image-wrap img {
	float: right;
}

.complex-pdp .section-desc {
	width: 50%;
	float: left;
}

.complex-pdp.main-heading-section .image-wrap {
	display: block;
	width: 50%;
	float: right;
}

.limited-offer-section {
	display: none;
}

.complex-pdp.limited-offer-section {
	display: block;
	min-width: 95%;
}

.visit-app-text,.contact-me-text {
	margin-left: 0;
}

.sub-products-section {
	margin-top: -5%;
}

.visible-desktop .contact-us {
	padding: 10px 20px 20px;
	border: 1px solid #dcdcdc;
}

.visible-desktop .helpful-links-wrap {
	padding: 10px 20px 20px;
}

.product-details-wrap .product-details .row-fluid {
	color: #a0a09f;
}

/*Responsive design css changes for mobile view*/
@media ( max-width :767px) {
	.home-page-video iframe {
		width: 100%;
		height: 200px;
	}
	.left-section.help-section.hidden-desktop {
		float: left;
	}
	.mobile-left-section .contact-us li,.mobile-left-section .helpful-links-wrap li
		{
		font-size: 11px;
		float: left;
		margin-right: 15px;
	}
	.mobile-left-section .helpful-links-wrap li {
		margin: 0 10px 0 0;
		width: 20%;
	}
	.mobile-left-section.search-page .helpful-links-wrap li {
		width: 18%;
	}
	.mobile-left-section .contact-us,.mobile-left-section .helpful-links-wrap
		{
		float: left;
		width: 90%;
		padding: 0 10px;
	}
	.mobile-left-section.search-page .helpful-links-wrap {
		width: 93%;
	}
	.mobile-left-section .contact-us .section-heading {
		font-weight: bold;
		margin-right: 20px;
	}
	.similar-products-section {
		margin-top: 0;
	}
	.pull-left.span6.main-button {
		max-width: 50%;
		float: left;
	}
	.pull-right.span6.main-button {
		max-width: 48%;
	}
	.mobile-left-section .contact-us {
		width: 96%;
		padding: 0 4px;
	}
	.mobile-left-section .contact-us .section-heading {
		margin-right: 5px;
	}
	.mobile-left-section .contact-us li {
		margin-right: 5px;
	}
	.mobile-left-section .contact-us li.icons a {
		padding-left: 15px
	}
}

/*Responsive design css changes for tablet view*/
@media ( min-width :768px) and (max-width:979px) {
	.similar-products-section {
		margin-top: 0;
	}
	.products-list-wrap.row-fluid {
		margin-left: 20px;
	}
	.add-to-cart-section {
		width: 90%;
	}
	.product-details-wrap.visible-phone.visible-tablet {
		width: 98%;
	}
	.left-section.help-section.hidden-desktop {
		float: left;
	}
	.mobile-left-section .contact-us li,.mobile-left-section .helpful-links-wrap li
		{
		font-size: 12px;
		float: left;
		margin-right: 15px;
	}
	.mobile-left-section .helpful-links-wrap li {
		margin: 0 10px 0 0;
		width: 20%;
	}
	.mobile-left-section .contact-us,.mobile-left-section .helpful-links-wrap
		{
		float: left;
		width: 90%;
		padding: 0 10px;
	}
	.mobile-left-section .contact-us .section-heading {
		font-weight: bold;
		margin-right: 20px;
	}
}