
#content-panel {
	float:none;
}
#search h1 {
	margin-left: 0;
	float:left;
}
#search .continue {
	float:right;
	margin-top:20px;
}
p.productname {
	margin-bottom: 5px;
	margin-left: 10px;
}
p.description {
	margin-right: 120px;
	margin-left: 10px;
}
table {
	width:100%;
	font-size:100%;
	border-collapse:collapse;
}
.qty {
	width: 1.5em;
	text-align:center;
}
th, td {
	padding-right: 8px;
	padding-top: 6px;
			
}
th {
	padding-top:10px;
	text-align:left;
	border-bottom: 1px solid #BFBFBF;
	color:#666;
	font-size:110%;
}
.centre {
	text-align:center;
}
th.price {
	color:#666;
}
td {
	padding-top: 15px;
	padding-bottom: 12px;
	border-bottom:1px solid #BFBFBF;
}
td.tight {
	padding-top:5px;
	padding-bottom:3px;
}
td.medium {
	padding-top:10px;
	padding-bottom:10px;
}
td.tightbottom {
	padding-bottom:3px;
}
td.clearbottom {
	border-bottom:none;
}
td.priceheader {
	text-transform:uppercase;
	color:#666;
	font-weight:bold;
}
td.totalheading {
	padding-left: 10px;
}
td.total {
	color:#FFF;
	background-color: #5F5E63;
	font-weight:bold;
	font-size: 115%;
	border-bottom:1px solid #FFF;
}
input.link {
	background-color: #E7DDE8;
	border:1px solid #83598B;
	color:#83598B;
	font-size: 85%;
	padding: 2px 4px;
}

form {
	margin: 0;
}
.checkout{
	text-align:right;
	margin: 20px 0;
}
.submit_button {
	padding: 2px 20px;
}
.checkout .submit_button {
	background-color:#FFCC00;
	color:#5F5E63;	
	border: 1px solid #FFCC00;
	font-weight:bold;
	padding: 5px 10px;
	overflow:visible;
	cursor:pointer;
	text-transform:uppercase;
	font-size: 95%;
}
.additional {
	margin-top: 25px;
	margin-left: 20px;
}

#footer {
	margin-top: 0;
}
.bg {
	background-color:#F7F7F7;
}
.price {
	text-align:right;
	padding-right: 10px;
}
input#update, input#empty, button#continue {
	background: #FFF;
	border: 1px solid #DDD;
	color: #5F5E63;
	font-size: 95%;
	padding: 2px 5px;
	cursor:pointer;
	overflow:visible;
	text-decoration:none;
}
input#empty:select {
	border: 1px solid #DDD;
}
p.topnote {
	color:#009933;
	font-weight:bold;
	margin-bottom:0;
}