#main_basket {
	width: 800px;
	margin: 20px auto 0 auto;
}

form {
	/*background:#fff;*/
	border: 0px;
	text-align:left;
	/*width: 430px;*/
}
/*fieldset div {
	margin:0.3em 0;
	clear:both;
	padding-bottom:5px;
}*/
/*form {
	width: 430px;
	margin: auto;
}*/
label {
	float:left;
	width: 11em;
	text-align:left;
	margin-right:1em;
}
legend {
	color:#3a3e4c;
	font-size:1.2em;
}
legend span {
	width:11em;
	text-align:right;
}
input {
	padding:0.15em;
	width:25em;
	background:#fff;
	/*font: arial, sans-serif;*/
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	margin-bottom: 2px;
	border: 1px solid #d1d1d1;
}
input:hover, input:focus {
	border-color:#444;
	background:#f6f6f6;
} 
textarea {
	border:1px solid #a1a1a1;
	background:#fafafa;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}
textarea:hover {
	border:1px solid #444;
}
fieldset {
	border:0px;
	padding:0 0 0;
}
.email {
	width:14em;
}
.fileatt {
	width:24em;
}
.subject {
	width:23em;
}
input.default {
	color:#3a3e4c;
}
.radio {
	width: 19px;
	background-color: #fff;
	border: 0px;
	float: left;
	padding-top: 7px;
}
.radio:hover {
	background-color: #fff;
}
.border_bottom {
	border-bottom: 1px solid #d1d1d1;
}

#submit {
	margin-top:1em;
	width:146px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background-color: #444;
	color: #fff;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit:hover {
	background-color: #a1a1a1;
	color: #fff;
}

table, td, th
{
	/*font-family: "Times New Roman", Times, serif;*/
	border: 0;
  border-collapse: collapse;
}

table
{
  border-spacing: 0;
}

th
{
  margin: 0;
  padding: 4px;
	color: #000;
}

td
{
  margin: 0;
  padding: 4px;
  background-color: #FFF;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #f1f1f1;
	font-weight: bold;
	text-align: center;
}

/*.entryTable input {
	width: 350px;
}*/

.entryTable .heading {
	background-color: #d1d1d1;
}

.entryTable .label {
	/*background-color: #EFEFEF;*/
	padding-left: 20px;
}

.entryTable .content {
	background-color: #FFFFFF;
}

.confTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.confTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	background-color: #fff;
	font-weight: bold;
	background-position: center;
}

.confTable .label {
	background-color: #EFEFEF;
}

.confTable .content {
	background-color: #FFFFFF;
}

.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	background-position: center;
	text-align: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .heading {
	background-color: #d1d1d1;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.delete {
	background: url('../images/delete_icon.gif');
	width: 25px;
	height: 25px;
	border: 0px;
	cursor: pointer;
}

.delete:hover {
	background: url('../images/delete_icon.gif');
	width: 25px;
	height: 25px;
}

.update {
	background: url('../images/update_btn.gif');
	cursor: pointer;
	height: 25px;
	width: 70px;
	border: 0;
}

.update:hover {
	background: url('../images/update_btn.gif');
	cursor: pointer;
	height: 25px;
	width: 70px;
	border: 0;
}

.continue {
	background: url('../images/continue_shopping_btn.gif');
	cursor: pointer;
	height: 25px;
	width: 180px;
	border: 0;
}

.continue:hover {
	background: url('../images/continue_shopping_btn.gif');
}

.checkout {
	background: url('../images/proceed_to_checkout_btn.gif');
	cursor: pointer;
	height: 25px;
	width: 180px;
	border: 0;
}

.checkout:hover {
	background: url('../images/proceed_to_checkout_btn.gif');
}

.proceed {
	background: url('../images/proceed_btn.gif');
	cursor: pointer;
	height: 25px;
	width: 180px;
	border: 0;
}

.proceed:hover {
	background: url('../images/proceed_btn.gif');
}

.modify {
	background: url('../images/modify_info_btn.gif');
	cursor: pointer;
	height: 25px;
	width: 180px;
	border: 0;
}

.modify:hover {
	background: url('../images/modify_info_btn.gif');
}

.confirm {
	background: url('../images/confirm_order_btn.gif');
	cursor: pointer;
	height: 25px;
	width: 180px;
	border: 0;
}

.confirm:hover {
	background: url('../images/confirm_order_btn.gif');
}

.returnhome {
	color: #fff;
	background-color: #444;
	border: 1px solid #000;
	cursor: pointer;
	height: 25px;
	width: 230px;
}

.returnhome:hover {
	color: #444;
	background-color: #a1a1a1;
	border: 1px solid #000;
}

.right {
	text-align: right;
}

.basket_product:hover {
	color: #a1a1a1;
	background-color: transparent;
	text-decoration: none;
}

#frmCheckout label.error {
	display: none;
	font-weight: normal;
	color: red; 
	text-align: left;
	width: 350px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
  background: transparent url('../images/cancel.png') no-repeat scroll left;
}

#frmCheckout input.error { 
	border: 1px dotted red; 
	background: #EDBE9C;
}

#frmCheckout select.error { 
	border: 1px dotted red; 
	background: #EDBE9C;
}

/* CARD LOGOS */
#card_logos {
	float: right;
	width: 340px;
	height: 70px;
	margin-bottom: 20px;
	/*background: url('../images/card-logos.gif');*/
}

/* PAYMENT PAGES */
#paypal {
	width: 600px;
	text-align: center;
	margin: auto;
	background-color: #fff;
}

.paypal_payment {
	margin-top: 10px;
	margin-bottom: 10px;
}

#paypal_button {
	/*width:438px;*/
	text-align: center;
	margin: auto;
}

.paypal_button {
	height: 40px;
	width: 300px;
	background: url('../images/paypal_button.gif');
	border: 0px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}

.paypal_button:hover {
	background: url('../images/paypal_button.gif');
}

.cardsave_button {
	height: 51px;
	width: 438px;
	background: url('../images/payment_button.png');
	cursor: pointer;
	border: 0px;
	margin: 20px auto 20px auto;
}

.cardsave_button:hover {
	background: url('../images/payment_button.png');
}

#paypal_info {
	width: 600px;
	margin: auto;
	color: #003E7E;
	margin-bottom: 20px;
	padding: 5px;
}

#verify-form {
	color: #000;
	background-color: #9C6;
}

#verify-form input {
	padding:0.15em;
	width:20em;
	background:#fff;
	/*font: arial, sans-serif;*/
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	margin-bottom: 2px;
	border: 1px solid green;
}

#verify-form input:hover, #verify-form input:focus {
	border-color:#444;
	background:#f6f6f6;
} 

#verify-form .btnVerify {
	width: 70px;
	height: 25px;
	background: url('../images/verify_btn.gif');
	vertical-align: middle;
	border: 0px;
	cursor: pointer;
}

#verify-form .btnVerify:hover {
	width: 70px;
	height: 25px;
	background: url('../images/verify_btn.gif');
	vertical-align: middle;
	border: 0px;
	cursor: pointer;
}

/* Checkout registration form (register or guest) */
#frmRegister radio {
	width: 20px;
	border: 0px;
	float: left;
}

/* confirmation screen */
#btnBack {
	width: 200px;
}

#btnConfirm {
	width: 200px;
}

									

	
