/****** Customer Register - Form Page Specific Style *****/
body {
	background: #fff url(../images/bg_body_stripe.gif) repeat-x;
	color: #4d4d4d;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	height: 100%;
	/* line-height: 1; */
	margin: 10px 0px;
	padding: 0px;
}

body {
	background-position: 0px -90px;
}

.customer_container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.customer_container .logo_header {
	display: block !important;
	height: 90px;
}

.logo_header #brand_logo {
	padding-top: 10px;
}

.customer_container .border_boxtop {
	background: url(../images/gradient_top_wide.png) no-repeat #F7F7F7
		scroll 0 0;
	height: 6px;
	overflow: hidden;
}

.customer_container .content_wrapper {
	background: url(../images/gradient_borders_wide.png) repeat-y scroll 0 0
		transparent;
	margin: 0 20px 0 0;
}

.customer_container .border_boxbottom {
	background: url(../images/gradient_bottom_wide.png) no-repeat;
	height: 8px;
	overflow: hidden;
	clear: both;
}

.customer_container .content_wrapper .header_wide_box {
	background: url(../images/gradient.png) repeat-x scroll 0 0 #E5E7E8;
	overflow: hidden;
	margin: 0 3px 0 1px;
	color: #4D4D4D;
	border-bottom: 1px solid #DEDEDE;
	min-height: 55px;
}

.customer_container .content_wrapper .footer_wide_box {
	background: url(../images/gradient.png) repeat-x scroll 0 0 #E5E7E8;
	overflow: hidden;
	margin: 0 3px 0 1px;
	color: #4D4D4D;
	border-top: 1px solid #DEDEDE;
	min-height: 54px;
}

.content_wrapper .header_wide_box h2, .header_wide_box h1 {
	padding: 5px 0 5px 15px;
	color: #4D4D4D;
	font-size: 16px;
	float: left;
}

.content_wrapper .content_wide_box {
	padding: 25px 15px;
	background-color: #FFFFFF;
	margin: 0 3px 0 2px;
}
.clear1 {
    clear: both;
    display: block;
    height: 25px;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
}
.content_wrapper .content_wide_box p {
	line-height: 20px;
	padding-bottom: 5px;
}

.content_wide_box .header_info {
	margin: 0 0 10px 0;
}

.content_wide_box .line_seperator {
	border-bottom: 1px solid #DEDEDE;
	display: inline-block;
	height: 1px;
	margin: 10px 0px;
	width: 100%;
}

.content_wide_box h2.subtitle {
	font-size: 16px;
	margin-bottom: 10px;
	color: #c00 !important;
	font-weight: bold;
}

.field_row {
	padding-bottom: 10px;
}

.field_row .field_label {
	width: 200px;
	display: inline-block;
}

.field_row .field_value {
	/* width: 400px; */
	display: inline-block;
}

a.btn_action, a.btn_primary {
	float: right;
	margin-top: 12px;
	margin-right: 15px;
}

a.btn_action {
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}
a.btn_action:link, a.btn_action:visited {
	color: #fff;
}
a.btn_action span {
	background-color:#c00;
	display: block;
	height: 23px;
	width: 10px;
	color: inherit;
}
a.btn_action span.left {
	border: 1px solid #c00;
	padding: 8px 30px 0px 30px;
	width: auto;
	font-weight: bold;
	font-size: 13px;
}
a.btn_action span:hover {
	background-color:#fff;
	color: #c00;
}

a.btn_primary {
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}

a.btn_primary:link, a.btn_primary:visited {
	color: #c00;
}
a.btn_primary span {
	display: block;
	background-color:#fff;
	height: 23px;
	width: 10px;
	color: inherit;
}
a.btn_primary span.left {
	border: 1px solid #c00;
	padding: 8px 20px 0px 20px;
	width: auto;
	font-weight: bold;
	font-size: 13px;
}
a.btn_primary span:hover {
	background-color:#c00;
	color: #fff;
}

a.btn_secondary_small {
	float: right;
	margin: 10px 15px 5px 0px;
}

a.btn_secondary_small {
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}

a.btn_secondary_small:link, a.btn_secondary_small:visited {
	color: #c00;
}
a.btn_secondary_small span {
	display: block;
	background-color:#fff;
	height: 18px;
	width: 10px;
	color: inherit;
}
a.btn_secondary_small span.left {
	border: 1px solid #c00;
	padding: 5px 20px 0px 20px;
	width: auto;
	font-weight: bold;
	font-size: 13px;
}
a.btn_secondary_small span:hover {
	background-color:#c00;
	color: #fff;
}


/** Customer Register - Register Confirmation Page Specific Styles **/
div.message p.orangeTextBold {
	color: #c00;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:14px;
}

/***** Customer Register - Ship-To and Cost Center Page Specific Style ******/
.accumulator {
	overflow: hidden;
	background-color: #ffffff;
	height: 300px;
}

.accumulator p {
	font-size: 12px;
	font-weight: bold;
}

.accumulator .accumulator_content {
	float: left;
	height: 100%;
	width: 378px;
}

.accumulator .accumulator_content p {
	padding-bottom: 0px;
	line-height: 14px;
}

.accumulator_select_content {
	float: left;
	width: 377px;
	height: 240px;
	overflow: hidden;
	border: 1px solid #d9d9d9;
}

.accumulator_select_content select.accumulator_content_select {
	border: 0 none;
}

.accumulator_content_select {
	display: block;
	width: 380px;
	padding-left: 5px;
	font-size: 12px;
	background: none repeat scroll 0 0 #FFFFFF;
	height: 240px;
	margin-left: -3px;
}

.accumulator_button {
	float: left;
	margin: 70px 8px 0px;
	width: 132px;
}

.accumulator_button a.btn_add:link, a.btn_action:visited {
	color: #ffffff;
}

.accumulator_button a.btn_remove:link, a.btn_remove:visited {
	color: #c00;
}

.accumulator_button .btn_add, .accumulator_button .btn_remove {
	padding-bottom: 10px;
	margin-right: 0px;
}

.accumulator_button .btn_add .left, .accumulator_button .btn_remove .left {
	width: 112px;
	text-align: center;
}

.accumulator_button a.btn_add {
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}
.accumulator_button a.btn_add span {
	background-color: #c00;
	display: block;
	float: left;
	height: 20px;
	width: 10px;
	color: inherit;
	
}
.accumulator_button a.btn_add span.left {
	border: 1px solid #c00;
	background-position: left top;
	padding: 5px 10px 0 10px;
	line-height: 13px;
	font-weight: bold;
	font-size: 12px;
}

.accumulator_button a.btn_remove {
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}
.accumulator_button a.btn_remove span {
	background-color:#fff;
	display: block;
	float: left;
	height: 20px;
	width: 10px;
	color: inherit;
}
.accumulator_button a.btn_remove span.left {
	border: 1px solid #c00;
	background-position: left top;
	padding: 5px 8px 0 10px;
	line-height: 13px;
	font-weight: bold;
	font-size: 12px;
}

.accumulator_button a.btn_add span.arrow_add {
	background: url(../images/icon_arrow_add.gif) no-repeat;
	float: right;
}

.accumulator_button a.btn_remove span.arrow_remove {
	background: url(../images/icon_arrow_remove_red.gif) no-repeat;
	width: 4px;
	height: 8px;
	float: left;
	margin-top: 2px;
}

.accumulator_button a.btn_add span:hover {
	background-color:#fff;
	color: #c00;
}
.accumulator_button a.btn_remove span:hover {
	background-color:#c00;
	color: #fff;
}

.accumulator_button .accumulator_button_space {
	height: 40px;
}
.accumulator_button .arrow_add_1 {
    margin-right: 20px;
    margin-left: -20px;
}
.accumulator_button .arrow_remove_1 {
    margin-left: 10px;
    margin-right: -10px;
}

.test_red {
	color: #b70000;
}

.bd {
	font-weight: bold !important;
}

.required_text {
	color: #B70000;
	padding-right: 3px;
}
.close_btn {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}

.close_btn .submit {
    font-weight: bold;
    background-color: #ccc;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
}

