@charset "UTF-8";
/* CSS Document */

div#content div.column1of3 { float:left; width:580px; }
div#content div.column2of3 { float:left; width:170px; margin:0 0 0 20px; }
div#content div.column3of3 { float:right; width:120px; }

.section { padding: 10px 20px 30px 20px; }	
	
h1 { 
	padding:5px 10px 5px 10px; 
	margin:0 0 15px 0;
	background: #B5B009;
}

div.section {
	position: relative;
	overflow: auto;
}

p.fieldIndicate {
	position:absolute;
	top:15px;
	right:10px;
}

#cardLogos li { display: inline; }

div#promotionalCode { margin: 0 0 20px 0; }

.cartButtons { 
	background:url(../img/buttons/largeLinkBtn.jpg) no-repeat center;
	width:115px;
	height:18px;
}

a.cartButtons {
	display:block;
	height:17px;
	text-align:center;
	}

ul#cardLogos, table#basketInformation { margin-bottom: 40px; }
.cartSections { border-bottom: 1px solid #B5B009; margin-bottom: 10px; padding-bottom: 10px; }
.cartSections fieldset { position:relative; }
.cartSections .submit { right: 0; }
.cartSections .reset { left: 0; }

table.cartTable { width: 100%; }
table.cartTable td { vertical-align: top; }
.cartTable thead td { padding:0 0 20px 0; }
.cartTable tbody td { padding:0 20px 10px 0; }
.cartTable tbody td.col4, .cartTable tbody td.value { padding:0 0 10px 0; }
.cartTable td.col4, .cartTable td.value { text-align: right; }
.col1 { width: 165px; }
.col2 { width: 180px; }
.col3 { width: 60px; }

.cartTable td.value { width: 80px;}

input.qty { float:left; width:30px; }

input.removeItem {
	float:right;
	border: none;
	display: block;
	padding: 16px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
	width:16px;
	background-image:url(../img/buttons/remove.gif);
	height: 0px !important; /* for most browsers */
	height /**/:20px; /* for IE5.5's bad box model */
	}
	
input.textfield { width: 110px; }

/**** Smooth box properties ***/

#TB_ajaxContent{
	background: #FFFFFF;
	clear:both;
	float:left;
	padding:0 15px 15px 15px;
	overflow-y: auto;
	text-align:left;
}

#TB_closeAjaxWindow a {
	background: transparent url(../img/buttons/viewBasketBtn.jpg) no-repeat scroll center center;
	height: 19px;
	padding-top: 4px;
	font-size: 1.1em;
	text-align: center;
	width: 80px;
	color: #FFFFFF;
	float: right;
	display: inline;
	margin: 5px 5px 0 0;
	text-decoration: none;
}

#TB_title{
	background-image:none;
	background-color:#8E9400;
	border-bottom:1px solid #F17213;
	height:32px;
	margin-bottom: 20px;
}

#TB_ajaxContent h2 {
	color:#FD8719;
}

#TB_window {
	background:#FFFFFF ;
	color:#333333;
	position:absolute;
	text-align:left;
	z-index:9999;
	padding-bottom:16px;
}
