/****************************************
	Product Description page css
*********************************************/
#breadcrumb-category {
	margin-left:9px;
	margin-bottom:5px;
}
.exclamation, .check-mark {
	font-size:16px;		
	padding:2px 0px 2px 22px;		
}
.check-mark {
	background: url(../../gfx/images/check-16x16.png) no-repeat 0px 3px;
}
.exclamation {
	background: url(../../gfx/images/exclamation-16x16.png) no-repeat 0px 3px;
}
.suggstPrice {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.productRelatedImgs {
	/*background: #a2afc0 none repeat scroll 0 0;*/
	background: url(../../gfx/images/pattern3.jpg) repeat 0 0; 	
	padding: 40px 0 37px;
}
.productRelatedImgs h6 {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	padding: 0 0 12px;
}
.productRelatedImgs p {
	color: #000;
	font-size: 16px;
	line-height: 25px;
	padding: 0 0 17px;
}
.productRelatedImgs ul {
}
.productRelatedImgs li {
	display: inline-block;
	float: left;
	margin: 0 23px 0 0;
	width: 260px;
}
.productRelatedImgs li img {
	height: auto;
	width: 100%;
}
.productRelatedImgs .wrapper {
/*width: 449px;*/
}
.suggestedPrice {
	color: #000;
	clear: both;
	font-weight: bold;
}
.recommendedAccry {
	padding: 36px 0 45px;
}
.recommendedAccry h5 {
	color: #484848;
	font-size: 24px;
	font-weight: 500;
	padding: 0 0 26px;
}
.recommendedAccry .items li {
	margin-bottom: 0;
}
.productDetails .wrapper {
	padding: 0 10px;
}

@media only screen and (min-width:960px) and (max-width:1149px) {
.recommendedAccry h5 {
	padding: 0 10px 26px;
}
.productRelatedImgs li {
	margin-left: 35px;	
}
}

@media only screen and (min-width:641px) and (max-width:959px) {
.recommendedAccry h5 {
	padding: 0 10px 26px;
}
.productRelatedImgs li {
	margin-left: 25px;	
}
}

/*
@media only screen and (min-width:641px) and (max-width:768px) {
.productRelatedImgs li {
	margin: 0 23px 0 55px;
}	
.recommendedAccry h5 {
	padding: 0 10px 26px;
}
.recommendedAccry .items li {
	margin-bottom: 37px;
}
}
*/
@media only screen and (min-width:540px) and (max-width:640px) {
.recommendedAccry h5 {
	padding: 0 10px 26px;
}
.recommendedAccry .items li {
	margin-bottom: 37px;
}
.productRelatedImgs li {
	margin: 0 10px 0 55px;
	width: 80%;
}
}

@media only screen and (min-width:321px) and (max-width:540px) {
.recommendedAccry h5 {
	font-size: 19px;
	padding: 0 10px 8px;
}
.recommendedAccry .items li {
	margin-bottom: 37px;
}
.productRelatedImgs .wrapper {
	padding: 0 10px;
	width: auto;
	
}
.productRelatedImgs li {
	margin: 0 10px 0 35px;
	width: 80%;
}
}

@media only screen and (max-width:320px) {
.productRelatedImgs li {
	display: inline-block;
	float: left;
	margin: 0 23px 0 0;
	width: 65%;
}
.productRelatedImgs li img {
	height: auto;
	width: 100%;
}
.productRelatedImgs .wrapper {
	width: 449px;
}
.recommendedAccry {
	padding: 36px 0 45px;
}
.recommendedAccry h5 {
	color: #484848;
	font-size: 24px;
	font-weight: 500;
	padding: 0 0 26px;
}
.recommendedAccry .items li {
	margin-bottom: 0;
}
}
