@charset "UTF-8";

div.padding {
	padding: 20px 0px;
}
img.fw {
	max-width: 100%;
}
button {
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
}
.nav > li > a {
	font-size: 12px;
	padding: 5px 10px;
}
table.howtouse {
	margin-bottom: 30px;
}
table.howtouse th {
	white-space: nowrap;
	text-align: left;
	padding-right: 30px;
}
table.howtouse th,table.howtouse td {
	
}
table.commerce {
	margin-bottom: 30px;
}
table.commerce th {
	white-space: nowrap;
	text-align: left;
	padding-right: 30px;
}
table.commerce th,table.commerce td {
	font-size: 14px;
	border-top: solid 1px #CCC;
}
dl.howtouse dt {
	border-radius: 10px;
	background-color: #CCC;
	padding: 10px 20px;
	margin: 20px auto 10px auto;
	font-size: 14px;
}
dl.howtouse dd {
	font-size: 12px;
	line-height: 1.7em;
	padding: 10px 10px 30px 10px;
}
div#shoppingcart {
	max-width: 800px;
	margin: 10px auto!important;
}
table.pricetable {
	float: right;
}
table.pricetable tr th,
table.pricetable tr td {
	padding: 3px 0px;
}
table.pricetable tr th {
	padding-right: 5px;
}
table.pricetable tr td {
	text-align: right;
}
div#mfp_price {
	clear: both;
}
form#search {
	background: #232F3E;
	margin: 0px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px 5px 10px;
	vertical-align: middle;
	display: inline-block;
}
form#search input {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	min-height: 30px;
}
strong.price {
	font-size: 18px;
}
strong.price span {
	font-size: 12px;
}
div.hotfix_center {
	text-align: center;
}
p.center {
	text-align: center;
}
.accordion-inner {
	color: #FFF;
}
.accordion-inner dl.block {
	display: inline-block;
	vertical-align: top;
	margin: 5px 10px;
}
.accordion-inner dl dd {
	padding-bottom: 20px;
}
.accordion-inner dl dd table {
	box-sizing: border-box;
}
.accordion-inner dl dd table th,
.accordion-inner dl dd table td {
	padding: 5px 10px;
}
.accordion-inner dl dd table thead tr th {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
.accordion-inner dl dd table tbody tr th {
	text-align: left;
}
.accordion-inner dl dd table tbody tr td {
	text-align: right;
}
.accordion-inner dl dd table tbody tr td.center {
	text-align: center;
}
.accordion-inner dl dd table tfoot tr th {
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}
.accordion-inner dl dd table tfoot tr td {
	text-align: right;
}
.result {
	text-align: center;
	font-size: 12px;
	border-radius: 5px;
	padding: 15px;
}
.green {
	border: solid 1px #9F9;
	background: #EFE;
}
.red {
	border: solid 1px #F99;
	background: #FEE;
}
span.error {
	color: #F00;
	font-weight: bold;
	display: block;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	font-size: 12px;
	line-height: 12px;
	background-image: url(images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
h3.spec {
	color: #666;
}
span.cool {
	background: url(_images/cool.png) no-repeat 0.5em center #00A0E9;
	background-size: 2.0em 2.0em;
	font-weight: bolder;
	color: #FFF;
	display: inline-block;
	padding: 2px 1.5em 2px 2.8em;
	font-size: 12px;
	border-radius: 3px;
	margin: 10px 0px;
}
#response {
	color: #F00;
}
div#foot {
	text-align: center;
	padding: 0px;
}
div#foot a {
	display: inline-block;
	font-size: 14px;
	margin: 5px;
}
