.banner {
	background: url(../../../images/topics/2014-back-to-school/banner-bg.jpg) left top repeat-x;
}
.banner .img-responsive {
	margin: 0 auto;
}
.summer {
	background: url(../../../images/topics/2014-back-to-school/summer-bg.jpg) center bottom repeat-x;
}
.product-wrapper {
	background: #f4f2e6;
}
.product-wrapper h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.product-wrapper .media {
	margin-top: 0;
}
.product-wrapper .row  {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 15px;
	padding-top: 15px;
}
.product-wrapper .row:first-child  {
	border-top: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.product-h1 {
	background: url(../../../images/topics/2014-back-to-school/product-h1.png) left center no-repeat;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 50px;
	color: #000;
	border-bottom: 1px solid #d35013;
	margin-bottom: 12px;
}
.product-h1 small {
	line-height: 30px;
}

.product-h1.no-small {
	line-height: 80px;
}

.product-wrapper h3 {
	font-weight: 600;
}
.product-wrapper p,.product-wrapper h3 {
	color: #333;
}
.product-wrapper h3 a:link,.product-wrapper h3 a:visited {
	color: #2c3e50;
}
.product-wrapper h3 a:hover,.product-wrapper h3 a:active {
	color: #3498db;
}
.product-price {
	font-size: 16px;
	padding-bottom: 12px;
}
.product-price.inline {
	display: inline;
	padding-bottom: 0;
	margin-left: 15px;
}
.product-price .old-price {
	color: #777;
	text-decoration: line-through;
}
.product-price .price {
	color: #f00;
	font-weight: bold;
}
.product-price .save {
	color: #f00;
}
.product-action .soft-btn:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.product-action .soft-btn {
	background-color: #f0861f;
	position: relative;
	padding: 5px 12px 5px 36px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	margin: 5px 0;
}
.product-action .soft-btn:after {
	position: absolute;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	left: 12px;
	top: 7px;
	background-image: url(./images/btn-os-small.png);
	background-repeat: no-repeat;
}
.product-action .soft-btn.btn-windows:after {
	background-position: left top;
}
.product-action .soft-btn.btn-mac:after {
	background-position: left bottom;
}
.product-action .soft-btn:link,.product-action .soft-btn:visited {
	color: #fff !important;
}
.product-action .soft-btn:hover,.product-action .soft-btn:active {
	color: rgba(255, 255, 255, 0.8) !important;
}