@charset "utf-8";

/* ------------------- Main ID & Class for Shopping Cart page (English) --------------------- */
/* Author: Rattha Pringsulaka */
/* Company: NetCreatic Dot Com CO.,LTD. */


/* ---------- =Shopping Cart ---------------*/

#cart {
	font-size: 13px;
	margin: 0 30px 15px 30px;
}

#cart table {
	border: 1px solid #ECECFF;
	background: #FFF;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

#cart caption {
	display: none;
}

#cart th, #cart td {
	padding: 8px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #E7E7E7;
}

#cart th {
	font-weight: bold;
	color: #996699;
	background: #F1F1F1;
	text-align: center;
}

#cart td {
	line-height: 18px;
}

#cart label, #cart input, #cart select {
	vertical-align: middle;
}
#cart input {
	text-align: center;
}

#cart .note img {
	display: block;
	margin: 6px auto;
}

#c
/* IE6 & below */
* html #cart .note img {
	text-align: center; /*IE only*/
}
#cart .note {
	text-align: center;
}
/* IE7 only */
*:first-child+html #cart .note img {
	text-align: center; /*IE only*/
}

#cart .note, #cart .free, #cart td.checkout {
	font-family: "tahoma" ,"MS Sans Serif", "Microsoft Sans Serif";
	font-size: 12px;
}

#cart select {
	margin: 10px 0;
}

#cart .redeem h4 {
	font-family: "tahoma" ,"MS Sans Serif", "Microsoft Sans Serif";
	font-size: 18px;
	font-style: italic;
	color: #6A1A4A;
	padding-bottom: 5px;
}

#cart .redeem input, #cart td.update input {
	margin-left: 10px;
}

#cart #cart-input { float: right; }

#cart td.update {
	padding: 12px 16px;
	/*border-right: 0;*/
	text-align: right;
}

#cart td.update:hover {
	background-color: #F0A9C9;
	color: #FFF;
}

#cart td.checkout {
	padding: 10px 10px 0 0;
	border: 0;
	text-align: right;
}

#cart td.checkout div {
	padding-bottom: 6px;
}

#cart ul li {
	padding: 0 0 15px 12px;
	background: #FFF url(../images/pic_arrow_4.gif) no-repeat 0 8%; 
}

/* IE6 & below */
* html #cart ul li {
	background-position: 0 15%;
}

/* IE7 only */
*:first-child+html #cart ul li {
	background-position: 0 15%;
}

#cart input.delivery-datepicker {
	padding: 1px 0 2px;
	text-align: left;
}

img.ui-datepicker-trigger {
	vertical-align: middle;
	cursor: pointer;
}

/* ------------ =no items in shopping cart --------------- */

.noitem {
	margin: 12px auto;
}

#result {
	margin-right: 10px;
}

#result .box-conf {
	width: 100%;
	color: #080;
	margin: 15px 0 0 0;
	vertical-align: middle;
}

#result .box-err {
	width: 100%;
	margin: 15px 0 0 0;
	vertical-align: middle;
}


