body {
	background: #f0dab2;
}
.text-center {
	text-align:center;
}
.summer-main {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 12px 0;
}
.summer-banner {
	text-align: center;
	margin: 0 -250px;
}
.summer-banner img {
	margin: 0 auto;
}
.share-img img {
	max-width: 100%;
}
.product-h1 {
	padding: 10px 0 0 0;
	text-align: center;
	line-height: 59px;
	font-size: 22px;
	color: #005e81;
	text-shadow: 0 1px 2px #fff;
	margin-bottom: 12px;
	background: url(http://www.pavtube.com/public/topics/2014-summer/product-h1.png) center top no-repeat;
}
.product-h1.valued-deals {
	background: url(http://www.pavtube.com/public/topics/2014-summer/product-h1-1.png) center top no-repeat;
}
.product-h1.share-get {
	background: url(http://www.pavtube.com/public/topics/2014-summer/product-h1-2.png) center top no-repeat;
}
.product-h1 span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #0189bc;
	text-shadow: 0 1px 2px #fff;
	line-height: 30px;
}
.product-wrapper {
	border-right: 3px dashed #feaf3f;
	border-bottom: 3px dashed #feaf3f;
	margin-bottom: 12px;
}
.share-wrapper {
	padding: 12px 15px;
	background: rgba(237, 191, 165, 0.5);
	border: 3px dashed #feaf3f;
}
.share-wrapper p {
	font-size: 13px;
}
.share-wrapper p.share-msg {
	color: #31708f;
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	padding: 12px 15px;
	line-height: 24px;
	font-size: 15px;
}
.read-share {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 12px 15px;
}
.more-links {
	margin: 12px 0 0 -15px;
	
}
.more-links a {
	float: left;
	margin: 0 0 0 14px;
	display: inline;
}

.product-wrapper .product-wrap {
	float: left;
	width: 50%;
	border-top: 3px dashed #feaf3f;
}
.product-wrapper .product {
	padding: 12px 15px;
	border-left: 3px dashed #feaf3f;
}

.product h3 {
	font-weight: 600;
}
.product p {
	color: #333;
	font-size: 13px;
}
.product h3 {
	color: #333;
	font-size: 16px;
}
.product h3 a:link,.product h3 a:visited {
	color: #2c3e50;
}
.product h3 a:hover,.product h3 a:active {
	color: #3498db;
}
.product .product-pic {
	display: block;
}
.product .product-pic.pull-left {
	float: left;
	margin-right: 25px;
}
.product .product-intro {
	display: block;
}
.product .product-intro.pull-right {
	float: right;
	width: 265px;
}
.product-price {
	font-size: 15px !important;
	padding-bottom: 12px;
}
.product-price span {
	font-size: 18px !important;
}
.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;
	
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background-image: none;
	border-radius: 4px;
	
}
.product-action .soft-btn:after {
	position: absolute;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	left: 12px;
	top: 7px;
	background-image: url(http://www.pavtube.com/public/topics/2014-summer/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;
}