/*
Fot Tablet Settings width: 520px to 979px
	Reset Items
	Base Items

---------------------------------------------------------------------- */

/* paymethod.tpl on_cart.tpl Items
---------------------------------------------------------------------- */
.oncart table{
	width: 90%;
	border-collapse: collapse;
}
.oncart td,
.oncart th{
	padding: 5px;
	border: 1px solid #ccc;
}
.oncart th{
	font-weight: bold;
}
.oncart thead th{
	background:#e6e6e6;
	white-space: nowrap;
}
.oncart tbody th{
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}
.oncart tbody td{
	white-space: nowrap;
}
.oncart img{
	max-height: 30px;
	width: 30px;
	margin-right: 5px;
}
.oncart_acc table{
	margin: 10px 0;
	width: 300px;
	border-collapse: collapse;
}
.oncart_acc td,
.oncart_acc th{
	padding: 5px;
	border: 1px solid #ccc;
}
.oncart_acc tbody th{
	width: 130px;
	background:#e6e6e6;
	white-space: nowrap;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}
.oncart_acc tbody td{
	white-space: nowrap;
}

.address_form input[type="submit"],[type="button"]{
	padding:15px 12px;
	margin:5px 15px 5px 0px;
	width:300px;
	border:1px solid #c0c0c0;
	border-radius:2px;
	color:#fff;
	background:#808080;
}

.address_form input[type="submit"]:hover,[type="button"]:hover{
	outline:none;
	border-color:#ff9900;
	box-shadow:0 0 10px #ff9900
}
.address_form input[name="confirm"]{
	padding:20px 6px;
	margin:5px 10px 5px 0px;
	border:1px solid #808080;
	border-radius:2px;
	color:#808080;
	background:#fff;
		font-size:1.5em;
}
.address_form input[name="confirm"]:hover{
	outline:none;
	border-color:#ff9900;
	box-shadow:0 0 10px #ff9900;
}

.address_form p{
	display:inline-block;
	margin:10px 0px 0px;
	width:130px;
	font-size:1em;
}
p#auto_implement{
	display:inline-block;
	margin:10px 10px 0px;
	width:60%;
	font-size:1em;
}
/* Base Items  in on_cart_paymethod
---------------------------------------------------------------------- */
.colum300 {
	display: inline-block;
	min-height: 100px;

	min-width: 320px;
	padding: 0 0 10px 0;
	margin: 0 5px 5px 0;
	border: 1px solid #c0c0c0;
 vertical-align: top;
}
.colum300 H3 {
	background:#e6e6e6;
	margin: 0 0 5px 0;
	padding: 5px;
	border-bottom: 1px solid #c0c0c0;
}
.colum300 p{
	width: auto;
	padding: 0 5px;
	color: rgb(85, 85, 85);
	background:#ffffff;
}

.colum300 input[type="radio"]{
	margin: 0 5px 5px 5px;
	padding:  0 5px 5px 5px;
}
.half_hight {
	display: inline-block;
	width: 320px;
	min-height: 150px;
	padding: 0 0 10px 0;
	border: 1px solid #c0c0c0;
	vertical-align: top;
	float: left;
}
.half_hight input[type="text"],input[type="tel"]{
	margin:  5px 5px 5px 5px;
}
.half_hight p{
	width: auto;
	padding: 0 5px;
	color: rgb(85, 85, 85);
	background:#ffffff;
}

.half_hight_wrap {
	display: inline-block;
 width:auto;
	padding: 0 0 10px 0;
	margin: 0 5px 5px 0;
	border: none;
 vertical-align: top;
}

.half_hight H3 {
	background:#e6e6e6;
	margin: 0 0 5px 0;
	padding: 5px;
	border-bottom: 1px solid #c0c0c0;
}
