
/* Shopping Cart */
.shoppingcart { font-size:12px; }

.shoppingcart th
{
	color: #d3a870;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px;
	border:none;
	text-align:center;
}

.shoppingcart td
{
	padding: 5px 10px;
	text-align:center;
}

.shoppingcart .right { text-align:right; }

.shoppingcart .left { text-align:left; }

.shoppingcart .center { text-align:center; }

.shoppingcart .item td { border-bottom: #faf5ef solid 4px; }

.orange { background: #f5ebdf; }

.shoppingcart .removeBox
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.shoppingcart .removeBox a
{
	border: 1px solid #e1c5a3;
	height: 25px;
	padding: 0px 7px 0 7px;
	margin: 15px 3px 0 6px;
	text-decoration: none;
	font-style: normal;
	color:#C79149;
}

.shoppingcart .removeBox a:hover
{
	border: 1px solid #a2200f;
	height: 25px;
	padding: 0px 7px 0 7px;
	margin: 15px 3px 0 6px;
	color: #a2200f;
	text-decoration: none;
	font-style: normal;
}

#checkout
{
	color:#7F7F7F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

#checkout .addr {
    width:220px;
}

#checkout label
{
	width:130px;
	float:left;
}

#checkout form label
{
	margin: 5px 0;
}

#checkout input,
#checkout textarea
{
	width:264px;
	border: 1px solid #e1c5a3;
	/*margin:5px 5px 5px 0;*/
	overflow:auto;
	margin: 0 5px 0 0;
}

#checkout #co_submit
{
	background:#fff;
	cursor:pointer;
	border: 1px solid #e1c5a3;
	width: 100px;
	float: right;
	padding:7px 0px;
	font-style: normal;
	color:#C79149;
}

#checkout #co_submit:hover
{
	border: 1px solid #a2200f;
	color: #a2200f;
}

#checkout #Submit,
#checkout #Cancel
{
	background:#fff;
	cursor:pointer;
	border: 1px solid #e1c5a3;
	width: 100px;
	float: right;
	padding:7px 0px;
	font-style: normal;
	color:#C79149;
}

#checkout #Submit { width: 110px; }

#checkout #Submit:hover,
#checkout #Cancel:hover
{
	border: 1px solid #a2200f;
	text-decoration: none;
	color: #a2200f;
}

/* Wish List */

#my_wishlist td { padding-bottom:25px; }


.wishlistOption {
    width:100%;
    text-align:right;
}

.wishlistOption a{
    padding-left: 25px;
}

#termsandcond
{
	float:right;
	font-size:12px;
}

#termsandcond input { width:20px; }

.InputTextBox
{
	padding: 3px 0;	
	height: 17px;
}
