@media print {
	.no_print {
		display:none;
	}
}

* {
	font-family: arial;
	color: #3C3C3C;
}

#wrapper {
	margin: 0px auto;
	width: 720px;
	padding: 40px 40px;
}

#content {
	margin-top: 80px;
}

#print_btn {
	float: right;
}

#print_title {
	font-size: 20px;
	font-weight: bold;
}

#wheretobuy_table {
	margin-top: 20px;
}
#wheretobuy_table td {
	padding: 10px 0px;
	border-bottom: 1px solid #E4E4E4;
}

#wheretobuy_table tr td:first-child{
	border-right: 30px solid white;
}

.wheretobuy_title {
	color: #09BFFE;
	margin: 5px 0px;
}

#product_feature {
	width: 720px;
}

#product_feature ul li{
	list-style-image: url('../images/website/product-detail-bullet.png');
	margin: 5px 0px 5px 17px;
	line-height: 24px;
}

#product_title {
	font-size: 16px;
	font-weight: bold;
}

#product_spec {
	margin-top: 40px;
}

#product_spec table tr.odd {
	background: #F2F2F2;
}

#product_spec table td {
	padding: 5px;
}

#product_spec table td:nth-child(even) {
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
}

.multi_product_indoor {
	border-left: 1px solid #000;
}
.multi_product_indoor_item {
	float: left;
	width: 200px;
	font-size: 14px;
	padding: 10px 29px;
}

.outdoor_multi_type {
	font-size: 16px;
	font-weight: bold;
}

.outdoor_title {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.multi_product_header {
	text-align: center;
}

#multi_border {
	border: 1px solid #000;
}

#print_title span {
	color: #09BFFE;
	margin: 5px 0px;
	font-size: 16px;
}

.wheretobuy_detail div {
	margin: 0px 0px 5px 0px;
}