#memberpages .loginbox p {
	font-size: inherit
}
#memberpages input.loginmail, #memberpages input.loginpass {
	width: 260px
}
input[type="text"]:focus, input[type="password"]:focus {
	border-color: #258FAF;
	box-shadow: 0px 0px 5px #258FAF;
	background: none repeat scroll 0% 0% #fff
}
#memberpages div.loginbox {
	width: 280px;
	padding: 0px 10px 30px;
	margin-top: 0px
}
.submit #member_login {
	width: 100%
}
input:hover, #memberpages .loginbox p#nav:hover {
	opacity: .8
}
#memberpages .loginbox p#nav {
	width: 100%;
	padding: 0.4rem;
	text-align: center;
	margin-bottom: 1.7rem
}
#memberpages .loginbox p#nav a {
	color: #fff
}
#newmember .customer_form input, #newmember .customer_form input#mailaddress1, #newmember .customer_form input#mailaddress2, #newmember .customer_form input#address1, #newmember .customer_form input#address2, #newmember .customer_form input#address3 {
	width: 90%
}
#customer_pref, #delivery_pref {
	width: 50%;
	height: 2.5rem;
	font-size: 1rem
}
select#member_pref {
	width: 10rem
}
div.usccart_navi li.usccart_cart, div.usccart_navi li.usccart_confirm, div.usccart_navi li.usccart_customer, div.usccart_navi li.usccart_delivery {
	background-repeat: repeat-x;
	background-color: #258FAF;
	text-shadow: 1px 1px 5px #000;
	background: linear-gradient(to bottom, #2BA6CB, #2285A2);
	background: -moz-linear-gradient(center top, #2BA6CB 0%, #2285A2);
	background: -webkit-gradient(linear, left top, left bottom, from(#2BA6CB), to(#2285A2));
	position:relative;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BA6CB', endColorstr='#2285A2', GradientType=0)"
}
div.usccart_navi li.usccart_cart span, div.usccart_navi li.usccart_confirm span, div.usccart_navi li.usccart_customer span, div.usccart_navi li.usccart_delivery span {
	margin: 0 0.4rem 0 0
}
div.usccart_navi li.ucart {
	float: left;
	height: 29px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
	text-align: center;
	padding: 2px 0px 0px;
	width: 22%;
	background-color: #555;
/*	margin: 0px 3px;*/
	border-radius: 5px 0 0 5px;
	margin: 0.5rem 3px;
	margin-right:2%;
	position:relative;
}
div.usccart_navi li.ucart:before {
   position: absolute;
   content: counter(num) ".";
   counter-increment: num;
   left:10%;
   top:3%;
}
div.usccart_navi li.ucart:after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    border: 15px solid transparent;
    border-left-color: #555;
    left: 100%;
    top: 0;
}
div.usccart_navi li.usccart_cart:after,
div.usccart_navi li.usccart_confirm:after,
div.usccart_navi li.usccart_customer:after, 
div.usccart_navi li.usccart_delivery:after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    border: 15px solid transparent;
    border-left-color: #258FAF;
    left: 100%;
    top: 0;
}

#cart th {
	background-color: #D5D5D5;
	font-size:1.2em;
}
#cart input.quantity {
	margin: auto 0
}
#inside-cart .send, #info-confirm .send, #customer-info .send, #delivery-info .send {
	margin-top: 0;
	border-top: 0 none
}
.send input, .upbutton input, input.delButton, input.use_point_button, .edit_member a, .logout_member a, .usces_search_button, #searchsubmit {
	border-radius: 10px;
	cursor: pointer;
	margin: 0.4rem 0px;
	display: inline-block;
	padding: 0.4rem;
	text-align: center;
	border: none;
	font-family: inherit;
	font-weight: bold
}
#previouscart, .back_cart_button, .back_to_customer_button, .logout_member a {
	background-color: #CBCBCB;
	width: 140px;
	font-size: 1rem;
	color: #FFF
}
.to_customerinfo_button, .to_deliveryinfo_button, .to_deliveryinfo_buttonup, .to_confirm_button, #memberpages .send input, .edit_member a {
	background-color: #258FAF;
	width: 160px;
	font-size: 1.1rem;
	color: #FFF
}
#memberpages .send input {
	background-color: #258FAF;
	width: 160px;
	font-size: .95rem;
	color: #FFF
}
.to_reganddeliveryinfo_button {
	background-color: #119B2B;
	width: 210px;
	font-size: 1.1rem;
	color: #FFF
}
.usces_search_button, #searchsubmit {
	background-color: #119B2B;
	width: 100px;
	font-size: .9rem;
	color: #FFF
}
#purchase_button, input.use_point_button {
	background-color: #258FAF;
	width: 170px;
	color: #FFF;
	font-size: 1rem
}
.upbutton input {
	background-color: #222222;
	font-size: .9rem;
	color: #FFF
}
input.delButton {
	background-color: #fff;
	font-size: 1.1rem;
	color: #222222
}
#cart th.aright {
	color: #6A6A6A
}
#cart th, #cart td {
	border-color: #CCC
}
#cart table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px
}
#confirm_table td {
	font-size: 1rem
}
.postage_privilege {
	text-align: center
}
.customer_form input {
	padding: 0.5rem;
	font-size: 0.8rem;
	height: 2rem;
	margin: 0
}
form .send {
	max-width: 400px;
	margin: 0px auto
}
div.usccart_navi ol.ucart {
	margin: 0 0 1rem;
	counter-reset: num;
	display: inline-block
}

#customer-info .customer_form input.button,
#search_zipcode.button {
	padding:0 10px;
	height:28px;
	font-size:14px;
}

@media only screen and (max-width: 40em) {
div.usccart_navi li.ucart {
	width: 46%
}
}
#wc_customer h6 {
	border-bottom: 1px solid;
	border-left: 10px solid;
	padding-left: 1em
}
#time select {
	max-width: 320px;
	margin: auto
}
#customer-info table {
	width: 100%
}
#customer-info th, #delivery-info th, #newmember th {
	font-size: .87rem
}
.customer_form input {
	width: 1rem;
	height: 2.5rem;
	vertical-align: middle
}
#delivery-info td {
	font-size: 1rem;
	line-height: 150%;
	color: #4C4C4C;
	border: 1px solid #E6E6E6;
	padding: 0 5px;
	height: 3rem;
	vertical-align: middle
}
#delivery_table td {
	font-size: 11px;
	line-height: 150%;
	color: #4C4C4C;
	border: 1px solid #E6E6E6;
	padding: 5px 10px
}
#customer-info .customer_form input, #delivery_table table.customer_form input, #delivery_table input {
	font-size: 1rem;
	height: 1rem
}
#inside-cart .no_cart {
	color: #258FAF
}
#cart #point_table input.used_point {
	margin: auto
}
#memberpages #memberinfo ul {
	list-style: none
}
#delivery-info .customer_form dt {
	font-size: 1rem
}
#delivery-info .customer_form dl dd {
	border-bottom: 1px solid #E6E6E6
}
#delivery-info .customer_form dl dd:last-child {
	border-bottom: none
}
dl.itemGpExp dt {
	margin: 0px;
	padding: 3px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #F33;
	height: 16px;
	background: none
}
#main #content div ol.ucart{
	background:none;
}

/*@media only screen and (max-width: 40em) {
#cart table {
	font-size: .6rem
}
#cart th, #cart td {
	padding: 1px 2px
}
#customer-info th, #delivery-info th, #newmember th, #cart .upbutton, #delivery_table table.customer_form th {
	font-size: 0.7rem
}
#customer-info th, #delivery_table table.customer_form th {
	padding: 5px 5px
}
#customer-info .customer_form input, #delivery_table table.customer_form input {
	width: 80%
}
#customer-info .customer_form tr.inp1 input, #delivery_table table.customer_form tr.inp1 input {
	width: 100%
}
#cart input.quantity {
	width: 30px
}
}*/

/*@media only screen and (max-width: 400px) {
#cart #point_table {
	width: 90%
}
}*/

/*@media only screen and (max-width: 480px) {
#customer-info table tr, #delivery-info table tr, #newmember table tr {
	border-bottom: 2px solid #EFEFEF;
	display: block;
	margin-top: 8px;
	padding-bottom: 6px
}
#customer-info table th, #customer-info table td, #delivery-info table th, #delivery-info table td, #newmember table th, #newmember table td {
	display: block;
	width: 100%;
	border: 0px none;
	background-color: inherit;
	height: auto
}
#delivery-info #delivery_table tr.inp1 input, #delivery-info #delivery_table input, #customer-info .customer_form tr.inp2 input, #customer-info .customer_form input, #delivery-info #delivery_table tr.inp2 input, #custom_order .customkey_coupon input {
	width: 100%
}
#customer-info table #zipcode, #delivery-info table #zipcode, #newmember table #zipcode {
	width: 60%
}
#wc_customer h6, #confirm_table h3 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	border-bottom: 1px solid;
	border-left: 10px solid;
	padding-left: 10px
}
#confirm_table tr, #memberinfo .customer_form tr {
	border-bottom: 2px solid #EFEFEF;
	display: block;
	margin-top: 8px;
	padding-bottom: 6px
}
#confirm_table .ttl {
	background-color: inherit
}
}
*/