/**
 * 1page Chekout CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_opc.css by zen-dera project 2008
 */

#opc_continue_shopping {
	margin-bottom:10px;
	margin-top: 10px;
}

#opc_product_delete_confirm {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/opc_messageback.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 250px;
	padding-top: 20px;
}

#opc_product_delete_confirm h1 {
	color:#FFFFFF;
}
#opc_product_delete_confirm h2 {
	color:#FFFFFF;
	background-image: url(../images/icons/footer_menu_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 6px;
	padding-left: 22px;
	font-size: 12px;
	text-align: left;
	margin-left: 30px;
}

#opc_product_delete_confirm input {
	background-color: transparent;
}

#opc_product_delete_yes, #opc_product_delete_no {
	cursor:pointer;
}

.opc_sectionBorder {
	border-top-style: dotted;
	border-top-color: #999999;
	border-top-width: 3px;
	text-decoration: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#opc_start_checkout {
	margin-top: 30px;
}
#opc_wrapper {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

.floatingBox, #sendSpendWrapper, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	width: 49%;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-size: 0.9em;
	line-height: 1.4em;
	}
#checkoutSection address {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	font-size: 1.3em;
	line-height: 1.4em;
}
LABEL.inputLabelPayment {
	width: 100%;
	float: left;
	font-size: 1em;
	}
#opc_payment_method .radioButtonLabel {
	font-size: 1.2em;
	font-weight: bold;
}
#opc_payment_method .ccinfo input {
}
#checkoutOrderTotals #ottotal {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 1.2em;
	font-weight: bold;
}

