
/*JS Cart*/

.skycart .show{
width: 300px;
position: fixed;
right: 0px;
top: 50px;
background-color: #fff;
z-index: 920;
}
.skycart .show .head { background-color:#008FFF; color: #fff; padding: 7px; font-weight: bold; }
.skycart .show .head .fa-sign-out { font-size: 17px; cursor: pointer; margin-left: 152px; }
.skycart .hide { 
width: 110px;
z-index: 920;
position: fixed;
right: 0px;
top: 50px;
background-color: #fff;
border: solid 1px #AAA;
border-right: none;
border-left: solid 5px #008FFF;
cursor: pointer;
padding: 10px;
}
.skycart .hide .head { color: #777; font-size: 14px; }
.skycart .hide .num { font-size: 32px; }
.skycart .hide .total { font-size: 20px; }

.sidebar_cart {
	width: 100%;
	display: table;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: solid 2px #CCC;
}

.sidebar_cart .list {
	border-bottom: solid 1px #CCC;
	clear: both;
	padding: 10px;
}

.sidebar_cart .product_list {
	text-align: left;
}

.sidebar_cart .product_list > .list > div.img {
	float: left;
	width: 70px;
	height: 70px;
	border:solid 1px #CCC;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
.sidebar_cart .product_list > .list > div.img > img {
	height: 100%;
}

.sidebar_cart .list .fa-times {
	float: right;
}

.sidebar_cart .list i {
	font-size: 14px;
	color: #555;
	cursor: pointer;
}

.sidebar_cart .list input[type="text"] {
	font-size: 11px;
	background-color:#FFF;
	border:solid 1px #CCC;
	width: 30px;
}

.sidebar_cart .price, .sidebar_cart .qty,  .sidebar_cart .shipping {
	margin-top: 3px;
}

.sidebar_cart .total {
	padding: 5px;
	text-align: right;
}	

.sidebar_cart .list .desc {
	width: 50%;
	float: left;
	margin-left: 3%;
}

.addtocart_option_dialog {
	width: 300px;
	margin: 20px;
}

.addtocart_option_dialog .item_opt_ls {
	border: dashed 1px #777;
	margin: 10px;
	padding: 5px;
	text-align: left;
}


/*product overview*/
.checkout th, .checkout td {
	border-top: solid 1px #555;
	vertical-align: top;
}

.checkout th {
	font-family: "Arial";
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 3px 0px 3px 0px;
}

.checkout .label {
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.checkout .bold {
	font-weight: bold;
}

.checkout .gap {
	height: 20px;
}

.checkout .remove {
	font-family: "Arial";
	font-size: 11px;
	cursor: pointer;
}

.checkout .icon-remove {
	width: 10px;
	height: 12px;
	margin-right: 5px;
}

.checkout .list td {
	padding-right: 10px;
	padding-bottom: 20px;
}

.checkout .productname img{
	width: 75px;
}

.checkout .productname .name{
	text-decoration: underline;
}

/*Check out*/
.titlebar {
	background-color:#D53468;
	padding: 5px 0px 0px 0px;
	margin-bottom: 10px;
	height: 37px; width: 96%; border-radius: 4px;
}

.inactive {
	background-color:#BBB;
}

.titlebar .number {
	background-color:#FFF;
	border-radius: 3px;
	padding: 5px;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 30px;
	text-align: center;
	margin-left: 5px;
	color: #555;
	line-height: initial;
}

.titlebar .title {
color: #FFF;
font-family: th-sans;
font-size: 20px;
float: left;
margin-left: 20px;
letter-spacing: 1px;
}

.myb {
	font-family: Microsoft Yi Baiti;
}

.checkout .back_bt {
	float: left;
	width: 100px;
	background-color:#BBB;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	padding: 3px;
}
.checkout .back_bt:hover {
	background-color:#CCC;
	cursor: pointer;
}

.checkout .next_bt {
	background-color: #D53468;
	background: linear-gradient(#d37c8e, #a83448);
	color: #FFF;
	font-weight: normal;
	font-family: arial;
	font-size: 14px;
	padding: 5px 20px 5px 20px;
	margin: 5px;
	border: none;
	display: inline-block;
	border-radius: 15px;
	cursor: pointer;
}


.product_overview i {
	font-size: 15px;
	color: #555;
	cursor: pointer;
}

.price span { 
	color: #C30; 
	font-weight: bold;
}

.guarantee {
	font-weight: bold;
	margin: 10px;
	font-size: 14px;
}

.red { color: #F00; }
.green { color: #070; }

.banklist {
	background-color:#EEE;
	margin: 10px;
	border:solid 1px #CCC;
	padding: 10px;
	display: table;
	width: 95%;
}

.banklist img{
	float: left;
	width: 70px;
	height: 70px;
	border:solid 1px #000;
	margin-right: 20px;
}
.banklist > div{
	float: left;
	width: 60%;
}
