﻿
/*
	A.Mantei Theme for Caprica Online Store
	- CheckOut -
	
	Copyright (c) 2008 by Toenda Software Development
	http://www.toenda.com
*/



.checkOutBox {
	background: url(contactFormBG.png) no-repeat left top;
	margin: 10px 0 0 25px;
	min-height: 1px;
	/*padding: 8px 0 20px 0;*/
	width: auto;
}

.checkOut {
	margin: 0;
	padding: 10px 5px 5px 13px;
	font-size: 1.0em !important;
}

.checkOut fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.checkOut label {
	display: block;
	float: left;
	width: 110px;
	margin: 0 0 3px;
	padding: 5px 10px 5px 0px;
	font-size: 1.0em !important;
}

.checkOut .noneStyle {
	display: inline !important;
	float: none !important;
	margin: 0 0 3px;
	padding: 4px 10px 5px 0px;
	font-size: 1.0em !important;
}

.checkOut input[type=text],
.checkOut input[type=password] {
	width: 326px;
}

.checkOut input[readonly=readonly],
.checkOut .inputReadOnly {
	width: 326px;
}

.checkOut textarea {
	width: 326px;
}

.checkOut .placeHolder {
	display: block;
	float: left;
	width: 115px !important;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0 0 3px;
}

.checkOut .descriptionLabel {
	display: block;
	width: 460px !important;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0 0 5px;
	font-weight: bold;
}

.checkOut .checkText {
	margin: 0 0 -3px 0 !important;
	padding: 3px 0 0 0 !important;
}




.btnCheck {
	margin: -2px 0 0 -2px !important;
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
}

.btnCheck:hover {
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
}




.addressBox {
	float: left;
	width: 195px;
	margin: 0 10px 0 0;
	
	/*border: 1px solid #000;*/
}

.payingBox {
	float: left;
	width: 195px;
	margin: 0 10px 0 0;
	
	/*border: 1px solid #ff0000;*/
}

.shippingBox {
	width: 195px;
	margin: 0 0 0 410px;
	
	/*border: 1px solid #0000ff;*/
}
