@charset "utf-8";
/* CSS Document */

h3 {
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	}	
.listlist {
	list-style-type:none;
	padding:0;
	}
	
.blue {	
	color:#03C;
	margin:0px 0px;
	font-size: 13pt;
	font-weight:bold;
	}
	
.red {	
	color:#bc0303;
	margin:0px 0px;
	font-size: 18pt;
	font-weight:bold;
	}
	
.reds {	
	color:#bc0303;
	margin:0px 0px;
	font-size: 10pt;
	font-weight:bold;
	}

#product {
	margin-top:30px;	
	width:750px;
	height:400px;
	padding-bottom:50px;
	}
	
#product2 {
	margin-top:10px;	
	width:750px;
	height:360px;
	padding-bottom:80px;
	}

#product_img {
	float:left;
	width:400px;
	padding-left:0px;
	padding-top:0px;
	}
		
#product2_img {
	width:750px;
	z-index:1;
	}

#product_title {
	float:left;
	width:350px;
	}
	
#product2_title {
	position:absolute;
	margin-left:0px;
	margin-top:15px;
	z-index:2;
	}
	
#product_title .text{
	margin-left:-20px;
	font-size:11pt;
	}
	
#product_circle {
	position:absolute;
	height:295px;
	width:303px;
	margin-left:150px;
	margin-top:250px;
	z-index:3;
	}
	
#product_circletext {
	font-size:10pt;
	font-weight:bold;
	line-height:125%;
	position:absolute;
	margin-left:520px;
	margin-top:260px;
	z-index:4;
	}
	
#product_circletext2 {
	font-size:10pt;
	font-weight:bold;
	line-height:125%;
	position:absolute;
	margin-left:115px;
	margin-top:360px;
	z-index:4;
	}
	
#product_icon {
	position:absolute;
	margin-left:535px;
	margin-top:-15px;
	z-index:5;
	}


#product_photo {
	/*position: relative;*/
	width: 300px;
	overflow: hidden;
}
#product_photo img {
	display: block;
}
#product_photo .content {
	clear: both;
	height: 260px;
	overflow: hidden;
}
#product_photo .content .box {
	/*position: relative;*/	
	width: 188px;
	float: left;
}
#product_photo .content .side {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 93px;
}
#product_photo .content .side li.first {
	zoom:1;
	padding: 0 0 3px;
	*padding: 0;
}
#product_photo .box img {
	/*position: absolute;*/
	top: 0;
}
#product_photo .box h3 {
	margin: 0;
	/*position: absolute;*/
	top: 102px;
	width: 190px;
	color: #fff;
	padding: 8px 0;
	height: 22px;
	text-align: center;
	z-index: 1000;
	overflow: hidden;
}
#product_photo .box .mask {
	/*position: absolute;*/
	background: #000;
	top: 102px;
	height: 38px;
	width: 190px;
	z-index: 999;
}
#product_photo .list {
	clear: both;
	margin: 0;
	padding-left:0px;
	list-style: none;
	width: 100%;
}
#product_photo .list li {
	float: left;
	width: 35px;
	padding-right: 30px;
	
}
#product_photo .list .last {
	padding: 0 0 0 1px;
}
#product_photo .box img {
	width: 250px;
	height: 250px;

}
#product_photo .side img, #product_photo .list img {
	margin-top:10px;
	width:50px;
	height:50px;
	border:1px solid #ccc;
}

#buy_btn{
	margin:35px 0px;
	text-align:center;
	line-height:30px;
	width:100px;
	height:30px;
	border-radius:10px;
background: rgb(37,202,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(37,202,252,1) 0%, rgba(83,203,241,1) 40%, rgba(0,122,198,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(37,202,252,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(0,122,198,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(37,202,252,1) 0%,rgba(83,203,241,1) 40%,rgba(0,122,198,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(37,202,252,1) 0%,rgba(83,203,241,1) 40%,rgba(0,122,198,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(37,202,252,1) 0%,rgba(83,203,241,1) 40%,rgba(0,122,198,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(37,202,252,1) 0%,rgba(83,203,241,1) 40%,rgba(0,122,198,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25cafc', endColorstr='#007ac6',GradientType=0 ); /* IE6-9 */
	}
#buy_btn:hover{
background: rgb(0,122,198); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,122,198,1) 0%, rgba(83,203,241,1) 60%, rgba(37,202,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,122,198,1)), color-stop(60%,rgba(83,203,241,1)), color-stop(100%,rgba(37,202,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,122,198,1) 0%,rgba(83,203,241,1) 60%,rgba(37,202,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,122,198,1) 0%,rgba(83,203,241,1) 60%,rgba(37,202,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,122,198,1) 0%,rgba(83,203,241,1) 60%,rgba(37,202,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,122,198,1) 0%,rgba(83,203,241,1) 60%,rgba(37,202,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ac6', endColorstr='#25cafc',GradientType=0 ); /* IE6-9 */
	}	
#buy_btn a{
	display:block;
	color:#000;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;}
#buy_btn a:hover{
	color:#FFF;}
	

#square1{
	width:750px;
	height:40px;
	text-align:center;
	color:#fff;
	line-height:25px;
	font-weight:bold;
	display:table-cell;
	vertical-align:middle;
	border-radius:10px;
background: #bc0303; /* Old browsers */
background: -moz-linear-gradient(top, #bc0303 0%, #6d0202 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc0303), color-stop(100%,#6d0202)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bc0303 0%,#6d0202 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bc0303 0%,#6d0202 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bc0303 0%,#6d0202 100%); /* IE10+ */
background: linear-gradient(to bottom, #bc0303 0%,#6d0202 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc0303', endColorstr='#6d0202',GradientType=0 ); /* IE6-9 */
}

#square6{
	float:left;
	width:165px;
	height:170px;
	background-color:#EEE;
	margin:5px 8px;
	border-radius:22px;
	}
	
#square6 #pic{
	width:100px;
	height:100px;
	margin:10px 33px;
	}
	
#square6 h4{
	margin:5px;
	padding:0px;
	color:#090;
	}
	
#square6 p{
	font-size:11pt;
	margin:2px 15px;
	}
	
	
#square7{
	float:left;
	width:170px;
	height:190px;
	background-color:#EEE;
	margin:5px 8px;
	border-radius:22px;
	}
	
#square7 #pic{
	width:130px;
	height:130px;
	margin:8px 20px;
	}
	
#square7 h4{
	margin:5px;
	padding:0px;
	color:#090;
	}
	
#square7 p{
	font-size:11pt;
	margin:5px 15px;
	}
	
#square08{
	float:left;
	width:230px;
	height:230px;
	background-color:#EEE;
	margin:5px 8px;
	border-radius:22px;
	}
	
#square08 #pic{
	width:200px;
	height:150px;
	border-radius:10px;
	border:#3ebbd0 8px solid;
	margin:9px 7px;
	}
	
#square08 h4{
	margin:5px;
	padding:0px;
	color:#090;
	}
	
#square08 p{
	font-size:11pt;
	margin:5px 15px;
	}
	
#square09{
	float:left;
	width:350px;
	height:300px;
	background-color:#EEE;
	margin:5px 10px;
	border-radius:22px;
	}
	
#square09 #pic{
	width:320px;
	height:240px;
	border-radius:10px;
	border:#3ebbd0 8px solid;
	margin:8px 15px;
	}
	
#square09 h4{
	margin:5px;
	padding:0px;
	color:#090;
	}
	
#square09 p{
	font-size:11pt;
	margin:5px 15px;
	}