#ecommerce_module .heading {
	background-color: #dedede;
	padding: 4px 0 4px 4px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

#ecommerce_module #shipping,
#ecommerce_module #billing,
#ecommerce_module #payment,
#ecommerce_module #shipping_method {
	margin-bottom: 1em;
}

#ecommerce_module #shipping,
#ecommerce_module #billing {
	float: left;
	width: 50%;
}

#ecommerce_module #shipping .cms_wrap {
	padding-right: 5px;
}

#ecommerce_module #shipping a.edit,
#ecommerce_module #billing a.edit,
#ecommerce_module #gift_message a.edit,
#ecommerce_module #special_instructions a.edit {
	float: right;
}

#ecommerce_module #shipping a.edit,
#ecommerce_module #billing a.edit,
#ecommerce_module #payment a.edit,
#ecommerce_module #cart a.edit {
	text-decoration: none;
}

#ecommerce_module #cart .cart_header th {
	padding-bottom: 5px;
}

#ecommerce_module #cart .cart_item td {
	padding: 5px 0 5px 0;
	border-top: 1px solid #dedede;
}

#cart table.cart_list {
	border-collapse:collapse;
	margin-bottom: 10px;

}

#ecommerce_module #cart table tfoot td.discount {
	padding-top:12px;
}

#ecommerce_module #cart table tfoot #discount_title {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}

#ecommerce_module #cart table tfoot #discount_box {
	float:left;
	widows:202px;
}

#ecommerce_module #cart table tfoot .discount_box_top {
	float:left;
	width:202px;
	height:3px;
	line-height:0px;
	background-image:url(../images/discount_bg_top.gif);
	background-repeat:no-repeat;
}

#ecommerce_module #cart table tfoot .discount_box_body {
	float:left;
	width:192px;
	padding:2px 4px 3px 4px;
	border-left:1px solid #c5c5c6;
	border-right:1px solid #c5c5c6;
	background-image:url(../images/discount_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#666666;
	font-size:11px;
	line-height:18px;
}

#ecommerce_module #cart table tfoot .discount_box_bottom {
	float:left;
	width:202px;
	height:3px;
	line-height:0px;
	background-image:url(../images/discount_bg_bottom.gif);
	background-repeat:no-repeat;
}

#ecommerce_module #cart table tfoot .discount_box_body .discount_input {
	border:#afafaf solid 1px;
	display:inline;
	float:left;
	font-size:11px;
	height:18px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	width:154px;
}

#ecommerce_module #cart table tfoot .discount_box_body .discount_submit {
	background:url(../../../images/arrow_right.gif) center center no-repeat;
	border:#afafaf solid 1px;
	cursor:pointer;
	display:inline;
	float:left;
	height:20px;
	margin:0px 0px 0px 3px;
	padding:0px;
	text-indent:-999999px;
	width:33px;
}

#ecommerce_module #cart table tfoot td.shipping {
	padding-top:12px;
	width:202px;
}

#ecommerce_module #cart table tfoot #shipping_title {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}

#ecommerce_module #cart table tfoot #shipping_box {
	background:url(../images/shipping_bg.png) right 0px no-repeat;
	color:#666666;
	font-size:11px;
	height:39px;
	line-height:18px;
	padding:5px;
	width:192px;
}

#ecommerce_module #cart table tfoot #shipping_box .shipping_input {
	border:#afafaf solid 1px;
	display:inline;
	float:left;
	font-size:11px;
	height:18px;
	margin:0px;
	padding:0px 3px;
	vertical-align:top;
	width:148px;
}

#ecommerce_module #cart table tfoot #shipping_box .shipping_select {
	border:#afafaf solid 1px;
	font-size:11px;
	padding:1px 1px 1px 0px;
	width:192px;
}

#ecommerce_module #cart table tfoot #shipping_box .shipping_submit {
	background:url(../../../images/arrow_right.gif) center center no-repeat;
	border:#afafaf solid 1px;
	cursor:pointer;
	display:inline;
	float:left;
	height:20px;
	margin:0px 0px 0px 3px;
	padding:0px;
	text-indent:-999999px;
	width:33px;
}

#ecommerce_module #cart table tfoot td.labels {
	line-height:18px;
	padding-top:12px;
}

#ecommerce_module #cart table tfoot td.values {
	line-height:18px;
	padding-top:12px;
}

#ecommerce_module #payment {
	clear: both;
}

#ecommerce_module #shipping_method {
	clear: both;
	margin-top: 15px;
}

#ecommerce_module #cart {
	clear: both;
}

#ecommerce_module .buttons {
	text-align: center;
}

#ecommerce_module .required_message {
	font-size: 10px;
	margin-bottom: 12px;
}

#ecommerce_module .cart_item .update img,
#ecommerce_module .cart_item .remove img {
	vertical-align: middle;
}

#ecommerce_module.form .attributeOptions {
	padding: 0 0 0 5px;
}
#ecommerce_module #cart .attributeOptions td {
	border: 0;
}

#ecommerce_module #shipping_method #shipping_box {
	text-align: center;
	padding-top: 10px;
}

#ecommerce_module .billing_same_as_shipping,
#ecommerce_module .order_is_gift {
	text-align: center;
}

#ecommerce_module #gift_message,
#ecommerce_module #special_instructions {
	margin: 15px 0 15px 0;
}

#ecommerce_module #gift_message .gift_message_container,
#ecommerce_module #special_instructions .special_instructions_container {
	margin-right: 50px;
}

#ecommerce_module .email_optin_container table {
	margin: 0 auto;
}

#ecommerce_module .email_optin_container td {
	vertical-align: top;
	padding: 3px;
}

#ecommerce_module .cart_list_edit_cart {
	padding-top: 20px;
}

#ecommerce_info_contentbox .summary {
	border-bottom: 1px dotted;
	margin-bottom: 2px;
	padding-bottom: 12px;
}

#ecommerce_info_contentbox .summary .num_items {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 8px;
}

#ecommerce_info_contentbox .summary .total,
#ecommerce_info_contentbox .summary .subtotal {
	display: block;
	float: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding-right: 8px;
}

#ecommerce_info_contentbox .summary .including {
	display: block;
	float: left;
	font-size: 10px;
	line-height: 10px;
}

#ecommerce_info_contentbox .disclaimer {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 6px;
}

/* number boxes */
#ecommerce_info_contentbox .steps .step_box {
	border: 1px solid #000;
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	line-height: 28px;
	width: 30px;
	text-align: center;
}

#ecommerce_info_contentbox .steps .step_inactive .step_box {
	border-color: #ccc;
	color: #ccc;
}
#ecommerce_info_contentbox .steps .step_inactive .step_label {
	color: #ccc;
}

#ecommerce_info_contentbox .checkout_button,
#ecommerce_info_contentbox .continue_shopping_button {
	display: block;
	width: 100%;
	padding: 5px 0;
	margin: 10px 0 10px 0;
}

#ecommerce_module .vertical_divider{
	background: url(../images/vertical_divider_gradient.gif) no-repeat center center;
	margin-top: 3px;
	height: 290px;
	float: left;
}

#ecommerce_module .hbox_260_left{
	background: url(../images/hbox_260_left.gif) no-repeat;
	width: 5px;
	height: 260px;
	float: left;
}
#ecommerce_module .hbox_260_right{
	background: url(../images/hbox_260_right.gif) no-repeat;
	width: 5px;
	height: 260px;
	float: left;
}
#ecommerce_module .hbox_260_middle{
	background: url(../images/hbox_260_middle.gif) repeat-x;
	height: 260px;
	width: 97%;
	float: left;
}
#ecommerce_module .hbox_260_middle .inside{
	position: relative;
	padding: 12px;
	height: 236px;
}

#ecommerce_module .hbox_260_middle .form_area input{
	width: 100%;
	border: 1px solid #CCCCCC;
	margin: 5px 0px;
	height: 16px;
	padding: 2px;
	color: #666666;
	margin: auto;
}

#ecommerce_module .hbox_260_middle .inside a{
	text-decoration: underline;
}

#ecommerce_module .hbox_260_middle .inside .instructions {
	height: 40px;
	color: #666666;
	font-size: 11px;
	line-height:12px;
}

#ecommerce_module .hbox_260_middle .inside .form_area {
	height: 140px;
	width: 100%;
}

#ecommerce_module .hbox_260_middle .inside .button_area {
	text-align: center;
	width: 100%;
}

#ecommerce_module .hbox_260_middle .inside .button_area input{
	padding: 5px 20px 5px 20px;
}

#ecommerce_module .gray{
	color: #666666;
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
	padding-top: 3px;
}

#ecommerce_module.form #cart .cart_list .total {
	font-weight:bold;
}

#ecommerce_module.form .form_buttons {
	text-align: center;
}

#ecommerce_module.form .form_container {
	margin-bottom: 15px;
}

#ecommerce_module.form .cms_gift_card_list {
	margin-top: 10px;
}
#ecommerce_module.form .cms_gift_card_list .cms_gift_card_number {
	width: 55%;
	padding-right: 10px;
	text-align: right;
}
#ecommerce_module.form .cms_gift_card_list .cms_gift_card_balance_label {
	width: 30%;
	padding-right: 10px;
	text-align: right;
}
#ecommerce_module.form .cms_gift_card_list .cms_gift_card_balance {
	width: 25%;
	text-align: right;
}

#ecommerce_module .cc_brand_images img{
	position: relative;
	top: 3px;
}

#ecommerce_module .candidate_address_select {
	width: 50px;
	background-color: #F5F5F5;
	padding: 5px;
	text-align: right;
	vertical-align: top;
}
#ecommerce_module .candidate_address_details {
	padding: 5px;
	vertical-align: top;
}