html { height: 100%; }
body { 
	font-family: Arial, Sans-Serif; 
	font-size: 0.8em;
	background: #E7E3E7;
	padding: 0;
	margin: 0;
	height: 100%;
}

a {
	color: #B51842;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#outer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 35px;
	padding-left: 30px;
	width: 930px;
	background-color: transparent;
	background-image: url(../images/post_bg.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0% 0%;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100%;
}

#inner {
	width: 929px;
	min-height: 350px;
	margin: -1px auto 10px auto;
	padding: 0 0 0 0;
	border: 1px solid #ccc;
	border-top: 0px solid #ccc;
	background: #ffffff;
}

#top {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 90px;
	width: 100%;
	background-image: url(../images/lw_header_strip.jpg);
	background-repeat: repeat-x;
}

#top_tag_line {
	padding: 0; 
	background: #EF1829;
	height: 15px;
	display: none;
}


#bottom {
	padding: 0; 
	height: 74px;
}

#bottom_tag_line {
	padding: 0; 
	background: #cccccc;
	height: 1px;
	display: none;
}


#logo {
	width: 390px;
	height: 90px;
	background: url('../images/legalweek_logo.jpg');
	margin: 0 0 0 0;
	background-repeat: no-repeat;
}

#area_select_holder  {
	width: 460px;
	margin: 0 auto 0 auto;
	padding: 10px;
	border: none;
}

#area_select_holder label {
	width: 324px;
	display: block;
	float: left;
}

#area_select_holder input.text {
	width: 150px;
	display: block;
	float: left;
}

#area_select_holder #area {
	width: 154px;
	display: block;
	float: left;
	background-image: url('../images/bg_input.gif');
	border: 1px solid #ccc;
}

#rate_table_holder {
	width: 460px;
	margin: 0 auto 0 auto;
}


#area_select_holder input.submit,
#form_step_three input.submit,
#form_step_three_inv input.submit,
#form_step_one_trial input.submit,
#form_step_one_edit input.submit,
#form_step_two #rate_table_holder input.submit
{
	float: right;
	margin: 10px 5px 0px 0;
}

h2 {
	text-align: center;
	color: #000000;
}


div.rate_table_row .rate_id_radio {
	width: 40px;
	height: 20px;
	float: left;
	border-top: 1px solid #ccc;
	padding-top:5px;
}

div.rate_table_row .rate_id_description {
	width: 355px;
	height: 20px;
	float: left;
	text-align: left;
	border-top: 1px solid #ccc;
	padding-top:5px;
}

div.rate_table_row .rate_id_goods {
	width: 80px;
	height: 20px;
	float: left;
	text-align: left;
	border-top: 1px solid #ccc;
	padding-top:5px;
}

div.rate_table_row .rate_id_currency {
	width: 130px;
	height: 20px;
	float: left;
	text-align: left;
	border-top: 1px solid #ccc;
	padding-top:5px;
}

div.rate_table_header .rate_id_radio {
	width: 40px;
	height: 20px;
	float: left;
	font-weight: bold;
	color: #0069AD;
	margin-bottom: 5px;
	text-align: left;
}

div.rate_table_header .rate_id_description {
	width: 355px;
	height: 20px;
	float: left;
	font-weight: bold;
	color: #0069AD;
	text-align: left;
}

div.rate_table_header .rate_id_goods {
	width: 80px;
	height: 20px;
	float: left;
	font-weight: bold;
	color: #0069AD;
	text-align: left;
}

div.rate_table_header .rate_id_currency {
	width: 130px;
	height: 20px;
	float: left;
	font-weight: bold;
	color: #0069AD;
	text-align: left;
}

.clear { 
	clear: both;
	margin: 0;
	padding: 0;
}



#block_address,
#block_del_address { 
	margin: 0 auto 0 auto;
}

#block_address label,
#block_del_address label
{
	width: 155px;
	display: block;
	float: left;
}

#block_address select,
#block_del_address select {
	width: 200px;
	float: left;
	background-image: url('../images/bg_input.gif');
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
}

#block_address input,
#block_del_address input {
	width: 198px;
	float: left;
}

.LV_validation_message { 
	color: red;
	float: left;
	display: block;
	width: 100px;
	margin-left: 10px;
	font-weight: bold;
}

#pay_inv_holder {
	margin-top: 20px;
}

#info_billing_address {
	margin: 20px 0 20px 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #0069AD;
}

#pay_cc_holder,
#pay_inv_holder,
#rate_table_holder,
#area_select_holder,
#address_outer,
#conf_page_container
 {
	border: 1px solid #ccc;
	background: #e7e7e7;
	padding: 10px;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#pay_cc_holder label {
	width: 160px;
	float: left;
}


#pay_cc_holder input.text {
	width: 180px;
	float: left;
}

#pay_cc_holder select {
	width: 50px;
	float: left;
}

#area_select_holder .LV_validation_message { 
	color: red;
	float: left;
	display: block;
	width: 350px;
	margin-left: 0;
}

input.submit {
	background-color: #0F0D10;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center center;
	color: #ffffff;
	font-size: 1.2em;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: none;
	width: 150px;
}


input.text {
	background-image: url('../images/bg_input.gif');
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
}

#email_address_advice {
	margin: 10px 0 10px 0;
}

#email_address_advice strong {
	color: red;
}

h3 {
	color: #000000;
}

#tabs {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: 0px solid #ccc;
	background-image: url(../images/lw_top_menu_bg.jpg);
	background-repeat: repeat-x;
}

#tabs div.normal {
	float: left;
	display: block;
	height: 20px;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 3px;
	padding-left: 12px;
	color: #ffffff;
	font-size: 1.0em;
	cursor: pointer;
	background-image: url(../images/lw_top_menu_bg.jpg);
	background-repeat: repeat-x;
}

#tabs div.active {
	float: left;
	display: block;
	height: 20px;
	border-right: 1px solid #ccc;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 3px;
	padding-left: 12px;
	margin-top: -1px;
	color: #666666;
	background-color: #ffffff;
	font-size: 1.0em;
	cursor: pointer;
	background-image: url(../images/lw_main_menu_active_bg.jpg);
	background-repeat: repeat-x;
}

.h2_note {
	display: block;
	font-size: 0.5em;
	color: red;
}

.mand { color: red; }



#credit_cards {
	background-image: url('../images/cards.png');
	width: 173px;
	height: 24px;
	float: left;
	margin: 0px 6px 10px 0px;
}

#ssl_logo {
	background-image: url('../images/ssl_logo.gif');
	width: 150px;
	height: 28px;
	float: right;
	margin: 10px 6px 10px 10px;
}

#dpa_container {
	font-size: 0.9em;
}

.dpa_one_col  {
	width: 120px;
}

.dpa_one_col span.dpa_label {
	width: 90px;
	float: left;
}

.dpa_one_col input.dpa_box {
	float: left;
}

#tag_line_image {
	background-image: url('../images/post_mag_tag.png');
	width: 90px; 
	height: 14px;
	margin-left: 2px;
}

#footer_img_one {
	background-image: url('../images/black_and_white_footer_logo.jpg');
	width: 163px; 
	height: 74px;
	float: left;
}

.footer_content {
	float: right;
	width: 430px;
}

.footer_content_text {
	text-align: right;
	margin-right: 20px;
	font-size: 1.0em;
	line-height: 17px;
	color: #333333;
}

#footerNav {
    float: left;
    font-size: 1em;
    padding: 0;
} 
#footerNav ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerNav a {
    border-right: 1px solid #CCCCCC;
    color: #3083AD;
    padding: 0 8px;
} 
#footerNav h3 {
    color: #000;
    font-size: 1em;
    margin: 0 4px 0 0;
} 
#footerNav div {
    border-top: 1px solid #e4e4e4;
    clear: both;
    float: left;
    padding: 0.5em 0 0.75em 6px;
    width: 924px;
} 

#footerNav li {
    margin: 3px 0;
    white-space: nowrap;
    list-style: none;
    float: left;
    padding-top: 0px;
} 
#footerNav .footerTitle {
    border-top: 0px solid #69c;
    float: left;
    clear: none;
    width: 148px;
    padding: 0;
    margin: 0 10px 0 0;
    color: #000;
} 
#footerNav .footerLinks {
    border-top: 0 solid #6699CC;
    clear: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 766px;
} 
#footerNav .firstLi a {
    border-left: 0;
} 
#footerNav .lastLi a {
    border-right: 0;
}
#footerNav h3 {
    margin: 2px 0;
    padding: 0;
    float: left;
}

a.conf_page_link {
	color: #08246B;
	font-weight: bold;
}

#form-initial-details,
#form-print-delivery,
.middle-box {
	width: 500px;
	margin: 0px auto 0px auto;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	padding:10px 10px 20px;
	width:480px;
}


#form-initial-details fieldset,
#form-print-delivery fieldset,
.middle-box fieldset
	{
	border: none;
}

#form-initial-details fieldset legend,
#form-print-delivery fieldset legend,
.middle-box fieldset legend
{
	font-weight: bold;
	font-size: 1.2em;
	margin-left: -10px;
}

#form-initial-details fieldset label, 
#form-print-delivery fieldset label,
.middle-box fieldset label 
{
	display: inline-block;
	width: 150px;
}

#form-initial-details fieldset label.error, 
#form-print-delivery fieldset label.error,
.middle-box fieldset label.error 
{
	display: inline-block;
	width: 100px;
	color: red;
	padding-left: 10px;
}

#form-initial-details fieldset input.text, 
#form-print-delivery fieldset input.text 
{
	display: inline-block;
	width: 180px;
}  

#form-initial-details fieldset select, 
#form-print-delivery fieldset select ,
.middle-box fieldset select
{
	display: inline-block;
	width: 180px;
}

#form-initial-details input.submit, 
#form-print-delivery input.submit,
.middle-box input.submit 
{
	display: block;
	margin: 0px auto 0px auto;
} 