body {
	margin:0px;
	padding:0px;
	color: #666666;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	overflow:auto;
	background: #E5E5E5;
}
a {
	text-decoration : none;
	color: black;
}
img{
	border-width:0px;
}
.header {
	background: #340456;
}

.header .top{
	height:41px;
	background-image: url("../images/header.png");
	background-repeat: repeat-x;
}
.header .top2{
	height:162px;
	background-color:#000000;
}
.box_body{
	background-image: url("../images/box_body.png");
	background-repeat: repeat-y;
	padding:11px 16px;
}
.box1_body{
	background-image: url("../images/box1_body.png");
	background-repeat: repeat-y;
	background-position: center right;
	padding:11px 0;
	padding-left:30px;
}
.box2_body{
	background-image: url("../images/box2_body.png");
	background-repeat: repeat-y;
	background-position: center right;
	padding:11px 16px;
	padding-right:0;
}
.box_hr{
	height:1px;
	background-image: url("../images/box_hr.png");
}
.price_n{
	width:89px;
	height:42px;
	background-image: url("../images/price_n.png");
	background-repeat: no-repeat;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.price_s{
	width:89px;
	height:33px;
	background-image: url("../images/price_s.png");
	background-repeat: no-repeat;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	padding-top:17px;
}
.photo{
	float:right;
	width:105px;
	--height:75px;
	height:95px;
	border:#ACACAE solid 1px;
	text-align:center;
}
.buy{
	position:relative;
	top:5px;
	right:-28px;
	text-align:right;
}
.buy_big{
	position:relative;
	left:-45px;
}
.main_right{
	position:relative;
	left:-10px;
}
.price_box{
	border: 1px solid #069A8E;
}
.price_box td{
	background-color: #D7F5F5;
}
.price_box .top{
	height:95px;
	font-size:26px;
	font-weight:bold;
}
.price_box .left, .price_box .right{
	height:46px;
	width:50%;
	font-size:12px;
}
.price_box .top{
	border-bottom: 1px solid #069A8E;
}
.price_box .left{
	border-right: 1px solid #069A8E;
}
.time_bar{
	background-image: url("../images/time_bar.png");
	background-repeat: no-repeat;
	width: 174px;
	height: 40px;
}
.time_bar td{
	--float:left;
	font-weight:bold;
	font-size:24px;
	color:#ffffff;
	padding-top:5px;
	text-align:center;
	width:33%;
}
.time_bar #hour{
	margin-left:20px;
}
.time_bar #min{
	margin-left:25px;
}
.time_bar #sec{
	margin-left:27px;
}
.green_box{
	border: 1px solid #069A8E;
	background-color: #D7F5F5;
}
.green_box .title{
	padding: 10px 0;
	font-size:14px;
}
.green_box .time_text{
	padding: 5px 0 10px 0;
	text-align:center;
	font-size:14px;
}
.content_left{
	padding-left:20px;
	width:474px;
	float:left;
}
.content_right{
	width:173px;
	float:left;
	overflow: hidden;
	padding-left:7px;
}
.light{
	font-size:15px;
	color:#049A8F;
	padding:10px 0;
}

#ctp {
	width:1000px;
	margin:0 auto;
}

#prod_info {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#prod_detail {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#prod_title {
	font-size:30px;
}

#countdownbox {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#340556;
	width:100%;
	text-align:center;
	color:white;
	font-size:20px;
}

.progress_bar .top .ileft {
	display:block;
	width:49%;
	float:left;
}
.progress_bar .top .iright {
	display:block;
	width:49%;
	float:right;
	text-align:right;
}
.progress_bar .bar_wrap {
	margin-left:5px;
	width:95%;
	--border:3px solid #C2C2C2;
	background:#050505;
	height:30px;
}
.progress_bar .bar_wrap .bar_in {
	background:#F45559;
	height:30px;
}
.progress_bar .bottom {
	text-align:center;
}
.debug{
	border: 1px blue solid;
}