@import url(slide_product_detail.css);
div, ul, ol {
	padding:0;
	margin:0;
}

input, select, textarea {
font-family:Arial, Helvetica, sans-serif  !important;
font-size: 12px !important;
}

/*reset css*/

/*fix super bug cufon*/
.cufon-loading {
	visibility:inherit !important;
}

.clear {
	clear:both;
}

.clear_desc {
	clear:both;
	/*line-height:1.5em;*/
	padding-top:5px !important;
}
.clear_desc p, .clear_desc span {
	white-space:normal !important;
	border:none !important;
	float:none !important;
}
.clear_desc span {
	display:inline !important;
}

div.product_container	 {
	/*width:100%;*/
	position:relative;
	display:block;
	height:auto;
	font-size:13px;
	font-family:tahoma;
	overflow:hidden;
	margin:0 auto !important;
}
div.product_container div {
	margin:1px 0;
}
div.product_nav {
	font-size:13px;
	color:#777;
	margin-bottom: 20px;
}
div.product_nav a, a:active {
	color:#000;
	font-weight:bold;
}
div.product_nav a:hover {
	color:#666;
}
h1.product_title {
	font-size:18px;
	margin-bottom:10px !important;
}
div.product_image {
	display:block;
	width:100%;
	text-align:center;
}
div#catalog-price {
	width:100%;
	margin:10px 0 0 0;
	display:block;
	float:left!important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px!important;
	border-radius:5px!important;
	background:url(../images/bg-price-bar.png) repeat-x bottom;
}
div#catalog-price div {
	text-align:center;
	margin:0 0 0 20px;
}

div#catalog-price .center_box {
	margin:0 auto;
	display:block;
	vertical-align:middle;
	width:620px;
}

div.product_box_order_l {
	font-weight:bold;
	display:inline-block;
	width:50%;
	margin:0 auto;
	border: 5px solid #afbac2;
	box-shadow:0 0 2px 2px #9ba7ad inset;
	background:#fff;
	padding:2px;
	font-size:0.8em;
}

div.product_box_order_l span#product_price {
	border:none !important;
	background-color:transparent;
	color:#000;
	white-space:normal;
	margin:0;
	display:inline-block;
	text-align:center !important;
	float:none !important;
	padding:0 !important;
}
div.product_box_order_l span#product_price span {
	border:none !important;
	margin:0 !important;
	color:#000 !important;
}
div.product_box_order_r {
	width:40%;
	display:block;
	margin:0 auto 0 auto;
	position:relative;
	top:5px;
	line-height:1em;
}
div.product_box_order_r p {
 	float:left;
	font-size:14px;
	margin:0 4px;
	padding:0;
	color:#fff;
	line-height:1.5em;
}
div.product_box_order_r input {
 	float:left;
	width:40px;
	margin:0 2px;
}

table.product_box_price { margin:10px 0; width:100%; float:left; }
table.product_box_price tr.box-price-header-1 { background:url(../images/title_order.png) repeat-x bottom !important; border-bottom:none !important; border-bottom:none; border-top:1px solid #e3ebee; border-left:1px solid #e3ebee; border-right:1px solid #e3ebee; }
table.product_box_price th { color: #000000; font-size: 13px; font-weight: bold; text-shadow: 0 1px 0 #fff; padding:10px 5px; }
table.product_box_price td { padding:5px; }
table.product_box_price .price-detail { width:50%; }
table.product_box_price .price-buy { width:5%; }
table.product_box_price .price-price { width:15%; }
table.product_box_price .price-amount { width:5%; }
table.product_box_price tr { border-bottom: 1px dotted #eee; border-top:none; border-left:none; border-right:none; }
td.box-price-input input[type=text] { display: block; float: left; margin:0; padding: 3px; background: url(../images/input-bg.png) repeat-x scroll center top #fff; border-color: #83898C #ACB5B9 #D9DDDF;  border-style: solid; border-width: 1px; width:50px; text-align:right; }
table.product_box_price tr.box-price-header-3 td { text-indent:25px; }
table.product_box_price tr.box-price-header-4 td { text-indent:50px; }
td.box-price-checkbox { text-align:center; text-indent:0 !important; }
table.product_box_price td.right { text-align:right; white-space:nowrap; text-indent:inherit!important; }
table.product_box_price tr.box-price-header-2 td:first-child { font-weight:bold; }

div.product_box_price {
	height:100%;
	overflow:hidden;
	padding:2px 10px;
	background:url(../images/title_order.png) repeat-x;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.order_list {
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
}

ul.order_list li:first-child p {
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-shadow: 0 1px 0 #fff;
}
ul.order_list li:first-child {
	height:22px;
	border:none;
}

ul.order_list li {
	border-bottom:dotted 1px #ccc;
	margin:0;
	min-height:15px;
	padding:5px 2px;
	display:block;
}

ul.order_list li p {
	float:left;
	width:10%;
	margin:0;
	padding:0;
	vertical-align:middle;
	text-align:center;
}
ul.order_list li p:first-child {
	float:left;
	width:10%;
	margin:0;
	padding:0;
	vertical-align:middle;
	text-align:left;
}
ul.order_list li p input {
	margin:0;
	padding:0;
	height:14px;
	width:36px;
}
ul.order_list li p:first-child {
	width:60% !important;
}
ul.order_list li p:first-child a {
	font-weight:bold;
	text-decoration:none;
	color:#ff0000;
}
ul.order_list li p:last-child {
	width:35px !important;
	float:right;
}

ul.related_list {
	list-style:none;
	background:url(../images/bg_related.png) no-repeat;
	margin:0;
	padding:0;
}
ul.related_list li {
	float:left;
	margin-left:45px;
}
ul.related_list li a img {
	border:solid 1px #ccc;
	padding:2px;
}
div.product_related {
	width:100%;
	float:left;
}
h3.fontface {
	font-size:16px; font-weight:bold; margin:0; padding:12px 0 10px 0; clear:both;
}
div.last_view {
	margin:auto 0;
	overflow:hidden;
	background:url(../images/bg_last_view.png) center top no-repeat;
}
div.last_view ul {
	margin:0;
	padding:0;
	width:100%;
	position:relative;
}
div.last_view ul li span {
	clear:both;
	margin-top:3px;
	display:block;
}
div.last_view ul li span a {
	color:#3366cc;
	text-decoration:none;
}
div.last_view ul li span a:hover {
	color:#000;
}
div.last_view ul li span.price {
	clear:both;
	display:block;
	margin-top:4px;
}
div.last_view ul li span.price span#normal_price {
	display:inline;
	clear:none;
}
div.last_view ul li {
	text-align:center;
	list-style:none;
	float:left;
	margin:7px 20px 7px 20px;
}


div.slide_view {
	width:100%;
	overflow:hidden;
	height: 100px;
}
div.slide_view ul {
	margin:0;
	padding:0;
	position:relative;
	margin:0 auto;
}
div.slide_view ul li span {
	clear:both;
	margin-top:3px;
	display:block;
}
div.slide_view ul li span a {
	color:#3366cc;
	text-decoration:none;
}
div.slide_view ul li span a:hover {
	color:#000;
}
div.slide_view ul li {
	text-align:center;
	list-style:none;
	/*float:left;*/
	margin:2px 12px 2px 12px;
}

div.slide_view_vertical {
	width:100px;
	overflow:hidden;
	float:left;
}
div.slide_view_vertical ul {
	margin:0;
	padding:0;
	position:relative;
	margin:0 auto;
}
div.slide_view_vertical ul li span {
	clear:both;
	margin-top:3px;
	display:block;
}
div.slide_view_vertical ul li span a {
	color:#3366cc;
	text-decoration:none;
}
div.slide_view_vertical ul li span a:hover {
	color:#000;
}
div.slide_view_vertical ul li {
	text-align:center;
	list-style:none;
	float:left;
	margin:4px 10px 4px 10px;
}

div#photoshow img {
	display:block;
	padding:0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

div#photoshow.default img { /*margin:10px auto 0 auto;*/ margin: 0 auto 0 auto; }
div#photoshow.third img { margin:0 auto 10px auto; }

div#photoshow {
	position:relative;
}
div#photoshow span {
	margin:0 !important;
	padding:0 !important;
	border:none;
	/*float:none !important;*/
}
.FBConnectButton_Small .FBConnectButton_Text { padding:2px 6px 3px 6px !important; }
.entry-meta span { padding-left:1px !important; color:inherit; //color: expression(this.parentNode.currentStyle['color']); float:left; border-left:none; }
.entry-meta { font-size:1em; }
#product_price span.normal-price { padding-right:5px; }
div#photoshow a.image-view:hover span.zoom {
	width: 100%;
	height: 100%;
	text-align:center;
	margin:0 auto !important;
	background:url(../images/zoom_.png) center center no-repeat;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	display: block;
	position: absolute;
	left:0;
	border:none !important;
}
*+html div#photoshow a.image-view span.zoom { display:none; }
div#photoshow_vertical {
	float:left;
	position: relative;
	overflow: hidden;
	width:80%;
}

div#photoshow_vertical div {
	width:580px;
	margin:auto;
	position: relative;
	display:block;
	vertical-align: middle;
}

div#photoshow_vertical div img {
	vertical-align:middle;
	position: relative;
	margin:auto;
	display:table-cell;
}

.product_detail ul {
	list-style:none;
	margin:0;
	padding:0;
}
.product_detail li {
	padding:7px 10px;
	margin:0px;
	border-bottom:dotted 1px #ddd;
}

.product_detail li.download {
	height:24px;
}
html > body .product_detail ul li p form.download_btn input {
	font-size:13px;
	width:70px;
	vertical-align:middle !important;
}

.product_detail ul li p form.download_btn input {
	font-size:13px;
	width:70px;
	margin-bottom:-8px;
}

.product_detail ul li p form {
	float:left;
	display:block;
}

.product_detail ul li p img.captcha {
	float:left;
	margin-right:5px;
}
.product_detail ul li p.title_detail {
	width:140px;
	display:block;
	float:left;
	margin:0;
	font-weight:bold;
	padding:0 0 0 20px;
	background:url(../images/icon_desc.png) no-repeat 0 3px;
}
.product_detail ul li p.detail_product {
	display:inline-block;
	margin-left: 140px;
	margin:0;
	padding:0;
}

.product_detail ul li p.detail_product_img {
	display:inline-block;
	margin:0;
	padding:0;
	
}

.product_detail ul li p a {
	color:#3366cc;
	text-decoration:none;
}
.product_detail ul li p a:hover {
	color:#000;
}

input.verifyinput {
	padding:2px;
	width:55px !important;
	height: 22px;
}

.social_share {
	padding:6px 0;
	clear:both;
}
.social_share input:first-child  {
	border-right:solid 1px #999;
	padding-right:10px;
	float:left;
}

.social_share span {
	float:left;
	display:block;
	margin-left:10px;
}

.social_share span.share-facebook-classic, .social_share span.share-facebook, .social_share span.share-twitter {
	border:0;
	margin:0 5px 5px 5px;
	float:left !important;
}
.social_share span {
	border:0;
	margin:0 5px 5px 5px;
}

/*hack style*/
.cufon-canvas {
	 height:22px !important;
}
.cufon-canvas s {
	  top: 0px !important;
}
.cufon-canvas canvas {
	 top: 0px !important;
}
#order_amount {
	display:block;
	height: 22px;
	text-align: center;
	width: 50px;
}
/*hack style*/
		
		
.photo {
position: relative;
float:left;
}

.photo span {
left:0;
width: 65px;
height: 25px;
display: block;
position: absolute;
background: url(../images/btn_zoom.png) no-repeat;
z-index:20000;
margin: 0 21px;

}

#content { float:none; padding:10px; }
.block-content { position:relative; border:none; }
.clear-padding { padding:0 !important; }


.product_box_order_r input#order_amount { background:#9d9fa7; border:#fff 1px solid; color:#fff; }
div.product_box_order_r p { color:#6b6f82; }
#catalog-price .product_box_order_l { border:#f0f0f0 1px solid; }
div.product_box_order_l { padding:5px; box-shadow:0 0 2px 0px #abafbe inset; }
div#catalog-price { padding:10px 0!important; border:1px solid #e5e5e5; border-bottom:none; width:99.6%; }