/* Error Widget ------*/

.widget{
	position: absolute;
	bottom: 0px;
	right: 0px;
	border: 4px double #aa3333;
	z-index: 999;
	background-color: white;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	cursor: move;
	height: 400px;
	overflow: scroll;
}

	.widget li{clear: both; }

		.widget dl, .widget dd{
			margin: 0;
			padding: 0;
		}

	.widget dl{
		margin-top: 5px;
	}

	.close-widget{
		font-style: italic;
		position: absolute;
		top: 1px;
		right: 4px;
	}
	
	
	
	/* Shopping Cart Styles ------------------------------------------------------------------------- */

.buttons-top, #buttons-bottom {
	padding: 10px 0 5px 0;
	text-align: right;
}
.buttons-top input, #buttons-bottom input {
	margin-left: 7px;
}
.cart {
	border: 0 none;
	border-collapse: collapse;
	width: 100%;
}
.cart td {
	padding: 8px 0 4px 10px;
}
.cart th {
	padding: 6px 8px;
}
.cart thead {
	background: #f3883d;
	color: #FFF;
}
.cart .headSpace {
	/*padding-left: 15px;*/
}
.cart input {
	padding: 0 3px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
}
.cart .alt1, .cart .alt2 {
	border-bottom: 2px solid #FFF;
}
.cart .alt1 {
	background: #F1F0F0;
}
.cart .alt2 {
	background: #E1E1E1;
}
.remove {
	width: 20px;
	text-align: center;
}
.align-top {
	vertical-align: top;
}
.align-top a {
	margin-left: 10px;
}
.cart .qty input {
	width: 30px;
}
.cart tfoot {
	background: #FFF;
}

.cart tfoot th{
	text-align:right;
	font-weight:bold;
}

.cart .total{
	font-weight:bold;
}

.proceedDate ol {
	padding-top: 15px;
}
.proceedDate li {
	padding-bottom: 10px!important;
}
.proceedDate button {
	padding: 1px 3px;
}
.discountCode {
	background: #EFF0F0;
}
.discountCode input {
	margin-right: 10px;
}

.txtright{
	text-align:right;
}

/*My Account page*/

.tidyList  {
	list-style-image:none;
	list-style-type: none;
	padding: 1.2em 0;
		}
		
	.tidyList h3 {
		margin-top:.7em;
		margin-bottom:.5em;
		font-weight:bold;
		font-size: 1.2em;
		}
	.tidyList a.orderStatus {
		background:url(/img/icons/calendar.gif) 0 top no-repeat;
		padding-left: 22px;
	}
	.tidyList a.editAccount {
		background:url(/img/icons/edit.gif) 0 top no-repeat;
		padding-left: 22px;
	}
	.tidyList a.addressBook {
		background:url(/img/icons/folder.gif) 0 top no-repeat;
		padding-left: 22px;
	}
	.tidyList a.shoppingCart {
		background:url(/img/icons/cart.gif) 0 top no-repeat;
		padding-left: 22px;
	}
	.tidyList a.goCheckout {
		background:url(/img/icons/lock.gif) 0 top no-repeat;
		padding-left: 22px;
	}
	.tidyList h3 a {
		color: #036BAF!important;
		text-decoration: none;
		}
	.tidyList h3 a:hover {
		text-decoration: underline;
		color: #068FC3!important;
		}
	.tidyList li {
		padding-bottom:10px;
		margin-bottom:20px;
		border-bottom: 1px solid #e5e5e5;
		}
	.tidyList li a {
		color: #068FC3;
		}

/*Checkout steps */
#checkout-steps li {
	display:inline;
	}
	
	
#withThisItem {
	font-family:"Century Gothic";
	font-weight:normal;
	width:270px;
	height:70px;
	background-image:url(/img/qbox.png);
	background-repeat: no-repeat;
	padding-left:80px;
	padding-top:9px;
	padding-right:30px;
}

/* */

.list_col ul {
	float:left;
	margin-right:50px;
}

.cart_header_question {
	margin-left:20px;
}
		
.cart_top ol li {
	margin-top:8px;
}
