@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body,td {
	font: 11px/1.7em  Arial, Helvetica, Verdana, sans-serif;
	color: #6e6e6e;
}
a {
	color: #6e6e6e;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
    color: #333;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}

/*index*/
.white {
	font: 10px/1.7em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
}
.white_title {
	font: 14px/1.7em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.index_input {
	color: #6e6e6e;
	border: 1px solid #C8C8C8;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.index_order {
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
}
.index_time {
	font-size: 11px;
	color: #333;
	line-height: 1.9em;
}

/*store*/
.store_title {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	line-height: 2em;
}
a.store_title:link, a.store_title:visited {
	text-decoration: none;
}
a.store_title:hover {
    color: #eb5a19;
	text-decoration: none;
}

.store_product_title {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	line-height: 2em;
}
.store_product {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	line-height: 2em;
}
a.store_product:link, a.store_product:visited {
	text-decoration: none;
}
a.store_product:hover {
    color: #eb5a19;
	text-decoration: none;
}
.store_product_h2 {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 2em;
}
a.store_product_h2:link, a.store_product_h2:visited {
	text-decoration: none;
}
a.store_product_h2:hover {
    color: #eb5a19;
	text-decoration: none;
}
.store_ship {
    color: #eb5a19;
}
.store_features_img {
	border: 1px solid #c8c8c8;
}
.specifications{
    color: #333;
	line-height: 1.2em;
}
.store_input {
	color: #333;
	border: 1px solid #C8C8C8;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 2px;
}
.cart{
	padding: 12px;
}
.store_compelte {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #eb5a19;
	line-height: 2em;
}
.hand{
	cursor: hand;
}
.learnmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eb5a19;
	text-decoration: underline;
}
a.learnmore:link, a.learnmore:visited {
	color: #eb5a19;
	text-decoration: underline;
}
a.learnmore:hover {
	cursor: hand;
	color: #eb5a19;
	text-decoration: underline;
}