@charset "utf-8";

#product A:link {
	COLOR: #000 /*The color of the link*/
}

#product A:visited {
	COLOR: #000 /*The color of the visited link*/
}

#product A:hover {
	COLOR: #999 /*The color of the mouseover or 'hover' link*/
}

#product .pr07{
	margin-right:7px;}

/*product*/

#product {
	/*padding-top:50px;*/
	color: #6c6c6c;
	margin-bottom: 40px;
}

#product h2 {
	background: url(../../common-images/common/bg_tit_3.gif) no-repeat;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 8px 10px 0 10px;
}

#product h2.seo-h2 {
	font-size:inherit;
	background: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	height: inherit;
}

#product #jquery-send-textStatus h2 {
    background-repeat: repeat-x;
    background-size: cover;
    min-height: 41px;
    height: auto;
    line-height: 41px;
    padding: 0 8px;
}

@media (max-width: 768px) {
    #product #jquery-send-textStatus h2 {
        padding: 8px 10px;
    }
}

@media (max-width: 450px) {
    #product #jquery-send-textStatus h2 {
        line-height: 24px;
    }
}

.detailBox {
	margin-bottom: 40px;
}

/*.detailBox .rimg {
	width: 458px;
	float: left;
	padding-top:15px;
}*/

/*.detailBox .rimg ul{
	padding-top:15px;
}

.detailBox .rimg li{
	float:left;
	margin-right:9px;
}

.detailBox .rimg li a{
	border:#d1cfcf 1px solid;
	display:block;
}
.detailBox .rimg li:last-child{
	margin-right:0px;
}*/
/*.detailBox .data {
	width: 290px;
	float: left;
	margin-right:70px;
}*/

.detailBox .price {
	/*width: 290px;*/
	border-bottom:#d1d1d1 1px solid;
	padding-bottom:15px;
	margin-bottom:15px;
}

.rimg .uk-thumbnav li {
    margin-bottom: 1%;
}

.rimg .uk-thumbnav li img {
    width: 90px;
}

@media (max-width: 768px) {
    .rimg .uk-thumbnav li img {
        width: 55px;
    }
}

.detailBox .icNew {
	font-weight: bold;
	color: #f18b00;
	font-size: 140%;
	margin-bottom: 7px;
}

.detailBox .name {
	font-size: 180%;
	line-height: 1.3;
	color: #2b2b2b;
	margin-bottom: 5px;
}

.detailBox .id {
	line-height: 1.3;
	/*margin-bottom: 10px;*/
	color: #2b2b2b;
	font-size: 106%;
}

.detailBox .discount {
	margin-bottom: 10px;
}

.detailBox .discount span {
	text-decoration: line-through;
}

.detailBox .discount strong {
	font-weight: bold;
	color: #0364a8;
	margin-bottom: 10px;
}

.detailBox .discount #convert strong {
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
}

.detailBox .priceusd {
	font-weight: bold;
	color: #2b2b2b;
	font-size: 120%;
	margin-bottom: 10px;
}

.otherdetail .cartoption .option{
	margin-bottom:7px;
}

.otherdetail .cartoption .quantity{
	margin-bottom:15px;
}

.otherdetail .cartoption .quantity input {
	width:20px;
	padding:0 15px;
	font-size:125%;
}

.otherdetail .addwichlist{
	margin-bottom:10px;
	border-bottom:#d1d1d1 1px solid;
	padding-bottom:15px;
	margin-bottom:15px;
}

.otherdetail .addwichlist a{
	font-size:125%;
	font-weight:bold;
}

.otherdetail .addcart{
	margin-bottom:20px;
}

.otherdetail .delivery{
	margin-bottom:10px;
	border-bottom:#d1d1d1 1px solid;
	padding-bottom:15px;
	margin-bottom:15px;
}

.otherdetail .delivery dt{
	font-weight:bold;
	margin-bottom:5px;
	font-size:106%;
}

.otherdetail .delivery dd{
	font-size:106%;
}


.otherdetail .tag li{
	margin-bottom:6px;
}
.otherdetail .tag li ul.carmodel li {
	margin-bottom: 0;
}

/*Ask about Product*/
#c2 #sendnow{
background-color:#0B7CED;
background: -moz-linear-gradient(top,  rgba(255,65,48,1) 0%, rgba(206,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,65,48,1)), color-stop(100%,rgba(206,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,65,48,1) 0%,rgba(206,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,65,48,1) 0%,rgba(206,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,65,48,1) 0%,rgba(206,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,65,48,1) 0%,rgba(206,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4130', endColorstr='#ce0000',GradientType=0 ); /* IE6-8 */

	font-size:22px;
	width:200px;
	height:35px;
}

/*#tab*/

.detailBox .detailtab{
	clear:both;
}

ul#tab {
	border-bottom:#cecece 1px solid;
	margin: -1px;
	background-color: #f5f5f5;
    padding-left: 0;
}

#tab li {
    float: left;
    display:inline;
    padding: 10px 6px;
    width:180px;
    list-style: none;
    cursor: pointer;
    border:#cecece 1px solid;
    border-bottom:none;
    margin-right:20px;
    text-align:center;
    font-size:14px%;
    margin-bottom:-1px;
    color:#6c6c6c;
    background: #fefdfd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefdfd 1%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fefdfd), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefdfd 1%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefdfd 1%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefdfd 1%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefdfd 1%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefdfd', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
@media (max-width: 768px) {
    #tab li {
        padding: 5px 0px;
        margin-right: 3px;
        font-size: 85%;
        width: 29%;
        overflow-x: hidden;
    }
}
#tab #m1{

}
#tab #m2{

}
#tab #m3{

}

#tab li.select {
  background: #f5f5f5 !important;
		border-bottom:#f5f5f5 1px solid;
		color:#383838;
}
#tab #m1.select{
	background:#f5f5f5 !important;
	font-weight:bold;
}
#tab #m2.select{
	background:#f5f5f5 !important;
	font-weight:bold;
}
#tab #m3.select{
	background:#f5f5f5 !important;
	font-weight:bold;
}

.disnon {
  display: none;
}
#c1.content_wrap{
}
#c2.content_wrap{
}
#c3.content_wrap{
}

#c1.content_wrap div.middlesmall{
	overflow:hidden;
	margin-bottom:13px;
}
#c1.content_wrap div.middlesmall h1 , #c1.content_wrap div.middlesmall span{
	/*float:left;*/
	color: #919191;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
}

.content_wrap {
  clear: left;
  text-align: left;
		margin-bottom:40px;
		padding:30px 10px 0 15px;
}

.content_wrap .infoL{
	width:580px;
	float:left;
}

.content_wrap .customer{
	width:200px;
	float:right;
	border-left:#CCC 1px solid;
	padding-left:45px;
}

.content_wrap dt{
	font-size:125%;
	font-weight:bold;
	margin-bottom:6px;
}

.content_wrap dd{
	font-size:106%;
	line-height:1.6;
}

.content_wrap .customer p{
	font-size:125%;
	font-weight:bold;
	margin-bottom:6px;
}

.content_wrap .customer li a{
	font-size:106%;
	line-height:1.6;
}

#red_text {
	color: #F00;
	font-weight: bold;
}
/* .overlay_images ****/
/* the overlayed element */
.overlay_images {

    /* initially overlay is hidden */
    display:none;
position: absolute;

    /* growing background image */
    background-image:url(/images/overlay_dummy.png);
background-repeat:no-repeat;
    background-color: #fff;
    background-size:auto;
 width: auto;
 heigth : auto;
-moz-background-size:auto;
-webkit-background-size:auto;
-o-background-size:auto;
-ms-background-size:auto;
}

/* default close button positioned on upper right corner */
.overlay_images .close {
    background-image:url(/common-images/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}

#overlay {
  position: absolute;
  display: none;
  top: 10;
  width: 100%;
  z-index: 99999;
  background: url(/common-images/black.png);
}
#overlay img {
  display: inline-block;
  position: absolute;
  width: auto;
  -webkit-box-shadow: 0px 0px 20px 0px #333;
  -moz-box-shadow: 0px 0px 20px 0px #333;
  box-shadow: 0px 0px 20px 0px #333;
}
#cursol {
  position: absolute;
  padding: 5px;
  color: #fff;
  background: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px 0px #333;
  -moz-box-shadow: 2px 2px 5px 0px #333;
  box-shadow: 2px 2px 5px 0px #333;
}

/*#calculate*/

#calculate{
	background:#ededed;
	padding:25px 25px 20px 20px;
	margin-bottom:20px;
}

#calculate h3{
	font-size:125%;
	font-weight:bold;
	border-bottom:#CCC 1px solid;
	padding-bottom:9px;
	margin-bottom:15px;
}

#calculate .option{
	margin-bottom:25px;
	padding-bottom:20px;
	border-bottom:#CCC 1px dotted;

}

/*#calculate dl{
	width:380px;
	float:left;
}*/

#calculate dt{
	margin-bottom:8px;
}

#calculate dd{
	margin-bottom:20px;
}

#calculate dd .ipt1{
	width:155px;
}

#calculate dd .ipt2{
	width:260px;
}

#calculate dd:last-child{
	margin-bottom:0px;
}


#calculate p{
	clear:both;
}

#calculate .calc{
	background: url(/common-images/ic_calculate.gif) no-repeat 20px center #0795e7;
	padding:10px 20px 10px 53px;
	width:330px;
	*width:310px;
	height:42px;

	font-size:190%;
	line-height:1;
	font-weight:bold;
	color:#FFF !important;
	border-radius:7px;
	-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-o-border-radius:7px;
-ms-border-radius: 7px;
behavior:url("/js/PIE.htc");
position:relative;
}

@media (max-width: 500px) {
    #calculate .calc{
        width: 100%;
        font-size: 14px;
    }
}

#calculate p a:hover{
	text-decoration:none;
}


/*recently*/

#recently {
	height: 200px;
}

#recently h2,
#recently p {
	background: url(../../common-images/common/bg_tit_3.gif) no-repeat;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 8px 10px 0 10px;
}

#recently dl {
	width: 190px;
	margin-right: 28px;
	float: left;
	display: block;
	cursor: pointer;
}

#recently dt {
	margin-bottom: 10px;
}

#recently dd {
	line-height: 1.5;
	font-size: 106%;
}

#recently dd strong {
	line-height: 1.5;
	font-weight: bold;
}

#recently dl:last-child {
	margin-right: 0;
}

<!-- Ask about Product -->

dl#askabout_wap{
	overflow:hidden;
}

/*dl#askabout_wap dt{
	margin-bottom:15px;
}*/

dl#askabout_wap dd{
	overflow:hidden;
	/*padding-bottom:30px;*/}


/*dl#askabout_wap dd.askabout_wap_left{
	width:350px;
	float:left;
}

dl#askabout_wap dd.askabout_wap_left{
	width:350px;
	float:left;
}*/

dl#askabout_wap dd h4{
	margin-bottom:4px;
	font-weight:normal;
    font-size: 1.0rem;
}

/*Ask about Product*/


#addnewitems {
	/*position: relative;*/
	/*width:858px;*/
	/*height: 143px;*/
	/*margin-bottom: 35px;*/
}

#addnewitems h2 {
	background: url(../../common-images/common/bg_tit_2.gif) repeat-x;
	margin-bottom: 10px;
}

/*slider*/

/*.infiniteCarousel {d
	width: 858px;
	position: relative;
}*/

.infiniteCarousel .wrapper {
	/*width: 792px;*/ /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	/*overflow: auto;*/
	/*height: 200px;*/
	/*margin: 0 33px;*/
	/*position: absolute;*/
	/*top: 0;*/
}

.infiniteCarousel ul a img {
}

/*.infiniteCarousel .wrapper ul {
	width: 858px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
}*/

/*.infiniteCarousel ul li {
	display:block;
	float:left;
	height: 200px;
	width: 180px;
	padding:0 20px 0 0;
}*/

/*.infiniteCarousel ul li img {
	-webkit-transition: border-color 400ms;
}*/

/*.infiniteCarousel ul:hover li img {
	border-color: #000;
}*/

/*.infiniteCarousel ul:hover li:hover img {
	border-color: #333;
}*/

/*.infiniteCarousel ul li a img {
	display:block;
}*/

/*.infiniteCarousel .arrow {
	display: block;
	height: 93px;
	width: 20px;
	background: url(../images/common/arrow.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	outline: 0;
}*/

.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0;
}

.infiniteCarousel .back {
	background-position: 0 -93px;
	left: 0;
}

.infiniteCarousel .forward:hover {
	background-position: 0 0;
}

.infiniteCarousel .back:hover {
	background-position: 0 -93px;
}

/* Page Rating */

.star01 {
	margin: -13px 0 0 105px;
}

.star02 {
	margin: 0px 0 0 0px;
}

.r-Writter {
	padding: 15px 0 15px 0;
	color: #959595;
}

.r-More {
	border-top:#CCC 1px dotted;
	padding-top: 15px;
}

.r-Review {
/*	width: 640px;
	margin-top: -78px;
	float: right;*/
}


.b-Space {
	margin-bottom: 5px;
	font-weight: bold;
}
/* Rating */

#rating {
	padding-top:0px;
	color: #6c6c6c;
	margin: 0px;
}

#rating h2 {
	background: url(../../common-images/common/bg_tit_3.gif) repeat-x;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 8px 10px 0 10px;
}

.lrating {
}

.lrating img {
	float: left;
}

.lrating ul {
	float: left;
	padding: 20px 0 0 20px;
}

@media (max-width: 768px) {
    .lrating ul {
        padding-top: 0;
    }
}

.lrating ul li {
	padding: 0px;
}

.r_star {
	margin: -19px 0 0 85px;
}

.r_Bar {
	float: right;
	margin: 18px 40px 0 0;
}

@media (max-width: 768px) {
    .r_Bar {
        float: none;
        margin: 18px 0 0 20px;
    }
}

.r_comments {
	border-bottom: solid 1px #cecece;
	margin-bottom: 10px;

}

.r_comments ul {
	width: 250px;
	float: left;
}

.r_comments ul li{
	padding: 10px 0 0 0;
}

@media (max-width: 768px) {
    .r_comments ul {
        width: auto;
        float: none;
    }
}

.r_content {
	padding: 30px 20px 30px 0;
	line-height: 16px;
}

@media (max-width: 768px) {
    .r_content {
        padding: 0 10px 20px 30px;
    }
}

.ratingbar_wrapper {
	margin-left: 10px;
	width: 100px; // default value
	height: 30px;
	background-color: #ccc;
	border: 0px #ccc solid;
	overflow: hidden;
}

.ratingbar_inner {
	width: 0px;
	height: 10px;
	border: 5px white;
	background-color: #ef2d2d;
}

.ratingbar_text {
	color: #ef2d2d;
	font-size: 5%;
	padding-left: 5px;
	padding-top: 5px;
}

#c_comment {
	font-size: 18px;
}

#c_name {
	font-size: 10px;
	color: #959595;
}

#c_date {
	font-size: 10px;
	color: #959595;
	margin-bottom: 8px;
}

.c_nav {
	padding: 10px 10px 30px 0;
	text-align: right;
	font-weight: bold;
	color: #959595;
}

.c_nav a {
	color: #959595;
}



/***********: country calc ************/
/* @group Base */
#calculate dd .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#calculate dd .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
#calculate dd .chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
#calculate dd .chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
#calculate dd .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
#calculate dd .chosen-container-single .chosen-default {
  color: #999;
}
#calculate dd .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*margin-top: 5px;*/
}
#calculate dd .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
#calculate dd .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/common-images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
#calculate dd .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
#calculate dd .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
#calculate dd .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
#calculate dd .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/common-images/chosen-sprite.png') no-repeat 0px 2px;
}
#calculate dd .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
#calculate dd .chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/common-images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/common-images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/common-images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/common-images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/common-images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/common-images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
#calculate dd .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
#calculate dd .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
#calculate dd .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
#calculate dd .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
#calculate dd .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
#calculate dd .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
#calculate dd .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
#calculate dd .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
#calculate dd .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
#calculate dd .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
#calculate dd .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
#calculate dd .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
#calculate dd .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
#calculate dd .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#calculate dd .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
#calculate dd .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
#calculate dd .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
#calculate dd .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/common-images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
#calculate dd .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
#calculate dd .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
#calculate dd .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
#calculate dd .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
#calculate dd .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
#calculate dd .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
#calculate dd .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#calculate dd .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
#calculate dd .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
#calculate dd .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
#calculate dd .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#calculate dd .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
#calculate dd .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
#calculate dd .chosen-disabled .chosen-single {
  cursor: default;
}
#calculate dd .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
#calculate dd .chosen-rtl {
  text-align: right;
}
#calculate dd .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
#calculate dd .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
#calculate dd .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
#calculate dd .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
#calculate dd .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
#calculate dd .chosen-rtl .chosen-choices li {
  float: right;
}
#calculate dd .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
#calculate dd .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
#calculate dd .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
#calculate dd .chosen-rtl.chosen-container-single-nosearch .chosen-search,
#calculate dd .chosen-rtl .chosen-drop {
  left: 9999px;
}
#calculate dd .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
#calculate dd .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
#calculate dd .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
#calculate dd .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/common-images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/common-images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/common-images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/common-images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/common-images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/common-images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
#calculate dd .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
#calculate dd .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/common-images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */


/*  parts detail  */

.detailtab {
	border: 1px solid #cecece;
	margin-bottom: 30px;
}

.detailtab .content_wrap dl dd,
.detailtab .content_wrap dl dt {
    word-break: break-all;
}

h1.seo-h1 {
	display:inline;
}

.uk-lightbox-toolbar .uk-lightbox-toolbar-icon * {
    color: #666;
}

dd .seo-h2 img {
    vertical-align: bottom;
}