/* -------------------- General Styles, common to all pages */
body
{
	background: #E0DEDA url(/images/postlogin/body.png) repeat-x;
	color: #333;
	font-family: Arial,helvetica,verdana,clean,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0; /*     border: 0;     width: 100%;     */
}

img
{
	border: none;
	border-width: 0;
}

/*input,
select {
	height: auto;
	border: 1px solid #666666;
	}*/
div.LangSelector select
{
	float: right;
	font-size: 12px;
	margin-top: 12px;
}

.cssbutton_red
{
	background-image: url(/images/button_background_red.gif);
	border: 0 solid #666;
	color: #FFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 19px;
	text-transform: uppercase;
	width: 81px;
}

.cssbutton_darkred
{
	background-image: url(/images/button_background_darkred.gif);
	border: 0 solid #666;
	color: #FFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 19px;
	text-transform: uppercase;
	width: 81px;
}

.cssbutton_red_long
{
	background-image: url(/images/button_background_red_long.gif);
	border: 0 solid #666;
	color: #FFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 19px;
	text-transform: uppercase;
	width: 122px;
}

.cssbutton_darkred_long
{
	background-image: url(/images/button_background_darkred_long.gif);
	border: 0 solid #666;
	color: #FFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 19px;
	margin: 10px 0 5px;
	text-transform: uppercase;
	width: 122px;
}

.cssbutton_white
{
	background-image: url(/images/button_background_white.gif);
	border: 0 solid #666;
	color: #C00;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 19px;
	text-transform: uppercase;
	width: 81px;
}

a.img_button
{
	display: block;
	margin-bottom: 2px;
}

form
{
	display: inline;
	margin: 0 auto;
}

p
{
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-top: 5px;
}

h1
{
	color: #600;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
}

h2
{
	color: #600;
	display: block;
	font-family: Arial,helvetica,verdana,clean,sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0;
	text-transform: uppercase;
}

.gray_text
{
	color: #888;
}

.req
{
	color: Red;
}

.main_title
{
	color: #600;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 14px;
	margin-top: 10px;
	text-transform: uppercase;
}

.main_title_red
{
	color: Red;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 14px;
	margin-top: 10px;
	text-transform: uppercase;
}

.main_title_red_no_transform
{
	color: Red;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 14px;
	margin-top: 10px;
}

.exclamation
{
	color: Red;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

table.dashline td
{
	border-bottom: 1px dashed #999;
}

table.dashline td#nodashline
{
	border-bottom: 0 solid #CCC;
}

#all
{
	background: #FFF url(/images/postlogin/wrapper_shadows.gif) top left repeat-y;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 0;
	clear: both;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
	width: 1000px; /* width of whole page */
}

#content
{
	background: url(/images/postlogin/header.png) top center no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	clear: both;
	float: left;
	width: 960px;
}

#footer
{
	background-color: #5D5D5D;
	color: #FFF;
	display: block;
	font-size: 12px;
	text-align: center;
	clear: both; /*     margin-left: 10px;     margin-right: 10px;         margin-bottom: 0px;     */
	height: auto;
	margin: 0 auto;
	width: 980px;
}

div#footer .footer-container
{
	background-color: #5D5D5D;
	color: #FFF;
	font-size: 11px;
	line-height: 1.3;
	padding: 15px 25px 15px 20px;
}

.footer-container a:link
{
	color: #FFF;
	text-decoration: none;
}

.footer-container a:active
{
	color: #FFF;
	text-decoration: none;
}

.footer-container a:hover
{
	color: #FFF;
	text-decoration: none;
}

.footer-container a:visited
{
	color: #FFF;
	text-decoration: none;
}

#suptext
{
	font-size: 12px;
	padding: 0 0 4px;
	text-align: left;
}

#suptext .text
{
	display: block;
	margin: 30px 8px 8px 0;
	text-transform: none;
}

#suptext .text a
{
	color: #666;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}

#suptext .text a:active
{
	color: #666;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}

#suptext .text a:visited
{
	color: #666;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}

#suptext .text a:hover
{
	color: #666;
	text-decoration: underline;
}

.indented_item
{
	margin-left: 20px;
}

/* -------------------- Styles for the top/header area  */
#top
{
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 70px;
	width: 960px;
}

#top_postlogin
{
	height: 60px;
	width: 960px;
	margin-bottom: 20px;
}

.logo
{
	float: left;
	margin-top: 10px;
}

#topnav
{
	float: right;
	margin-right: 20px;
	padding: 1.1em .25em .25em;
}

#topnav li
{
	color: #666;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#topnav a:link
{
	color: #666;
	text-decoration: none;
}

#topnav a:visited
{
	color: #666;
	text-decoration: none;
}

#topnav a:hover
{
	color: #666;
	text-decoration: none;
}

#topnav a:active
{
	color: #666;
	text-decoration: none;
}

.subnav
{
	clear: both;
	background-color: #BE2529;
	color: #BFE2FF; /*line-height: 30px;*/
	margin: 0;
	padding: 0;
	vertical-align: top;
	display: table-cell;
	border-bottom: solid 1px #5D5D5D;
	border-right: solid 1px #5D5D5D;
}

.subnav ul li
{
	display: block;
}

.subnav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.subnav li img
{
	margin-right: 2px;
	vertical-align: middle;
	display: none;
	visibility: hidden;
}

.subnav li a
{
	padding: 8px;
	display: block;
}

.subnav li a:link
{
	color: #FFF;
	text-decoration: none;
}

.subnav li a:visited
{
	color: #FFF;
	text-decoration: none;
}

.subnav li a:active
{
	color: #FFF;
	text-decoration: none;
}

.subnav li a:hover
{
	background-color: #D7D7D7;
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

span.disabled
{
	color: #AFADAD;
}

/* -------------------- Styles for the challenge questions area  */
.ddlQ
{
	float: right;
	width: 500px;
}

.txtA
{
	float: right;
	width: 495px;
}

#main_nav_reg
{
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
	width: 960px;
}

#main_nav_microsite .imgclass
{
	margin: 3px 2px;
}

#main_nav_postlogin
{
	text-align: center;
	width: 960px;
}

.main_tab
{
	border-right: solid 1px #5D5D5D;
	background: url(/images/postlogin/top_menu.gif) repeat-x;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font: bold 12px Arial,helvetica,verdana,clean,sans-serif;
	height: 34px;
	line-height: 34px;
	list-style: none;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.main_tab_selected
{
	border-right: solid 1px #5D5D5D;
	background: url(/images/postlogin/top_menu_selected.gif) repeat-x;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font: bold 12px Arial,helvetica,verdana,clean,sans-serif;
	height: 34px;
	line-height: 34px;
	list-style: none;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#inner_masthead .text
{
	color: #E2120C;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 37px 160px 0 190px;
	text-transform: uppercase;
}

#inner_masthead_white_with_menu
{
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 75px;
	width: 960px;
}

#inner_masthead_white_no_menu
{
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 80px;
	width: 960px;
}

#inner_left
{
	display: block;
	float: left;
	margin: 0 0 25px;
	width: 180px;
}

#inner_left_nav
{
	background-image: url(/images/inner/left_nav_bg.gif);
	background-repeat: no-repeat;
	margin: 0 0 10px;
	width: 180px;
}

#inner_left_nav .nav_link a
{
	border-top: 1px solid #300;
	color: #FFF;
	display: block;
	margin: 0 17px 0 9px;
	padding: 7px 0 7px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#inner_left_nav .nav_link a:active
{
	border-top: 1px solid #300;
	color: #FFF;
	display: block;
	margin: 0 17px 0 9px;
	padding: 7px 0 7px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#inner_left_nav .nav_link a:visited
{
	border-top: 1px solid #300;
	color: #FFF;
	display: block;
	margin: 0 17px 0 9px;
	padding: 7px 0 7px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#inner_left_nav .nav_link a:hover
{
	color: #FFF;
	font-weight: 700;
	padding-left: 3px;
}

#inner_left_nav img
{
	margin-top: 0;
}

#left_nav_recoveries
{
	background-color: #FFF;
	display: block;
	margin: 10px 0 0;
	padding: 10px 0;
	text-align: right;
}

#left_nav_recoveries .title
{
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

#inner_right
{
	float: left;
	line-height: 16px;
	margin: 10px 0 10px 15px;
	width: 450px;
}

#left_nav_buy_now
{
	background-image: url(/images/inner/left_buy_now_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 116px;
	margin: 10px 0 0;
	width: 178px;
}

#left_nav_buy_now .option
{
	display: block;
	padding: 3px 0 8px;
	text-align: center;
}

#inner_right ul
{
	margin-left: 0;
	padding-left: 1.5em;
}

#inner_right ul li
{
	background-image: url(/images/bullet_grey.gif);
	background-position: 0 .45em;
	background-repeat: no-repeat;
	line-height: 1.5em;
	list-style-type: none;
	margin-bottom: 6px;
	padding-left: 12px;
}

#inner_bottom
{
	clear: both;
}

.shevron
{
	line-height: 1.5em;
	list-style-image: url(/images/bullet.gif);
	margin-bottom: 6px;
}

/* -------------------- Styles for the landing pages, to be used for links sent to email blasts etc.  */
#landing_middle
{
	background-image: url(/images/landing/bg_middle.gif);
	background-repeat: repeat-y;
	display: block;
	float: left;
	margin: 0 0 10px;
	width: 960px;
}

#landing_middle p
{
	line-height: 1.5em;
	margin-bottom: 15px;
}

#landing_left
{
	float: left;
	margin: 25px 0 10px 15px;
	width: 390px;
}

#landing_right
{
	float: right;
	padding: 25px 15px 0 0;
	width: 195px;
}

#landing_right .title
{
	color: #600;
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-left: 0;
	text-transform: uppercase;
}

#landing_right img
{
	margin-left: 10px;
}

#landing_bottom .right
{
	float: left;
	margin: 22px 30px 0;
	width: 170px;
}

#price_box_text_top
{
	color: #000;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
	text-transform: uppercase;
}

#price_box_text
{
	color: #FFF;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 52px;
	font-weight: 700;
	line-height: 52px;
	margin: 0;
}

#price_box_text .dollar
{
	color: #FFF;
	display: inline;
	font-size: 49px;
	font-weight: 700;
	line-height: 0;
	margin: 0;
}

.price_box_text_cent
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
}

#price_box_textsmall
{
	color: #FFF;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 38px;
	margin: 0 0 0 14px;
	vertical-align: top;
}

#price_box_textsmall .dollarsmall
{
	color: #FFF;
	display: inline;
	font-size: 35px;
	font-weight: 700;
	line-height: 0;
	margin: 0;
}

#price_box_textsmall .centsmall
{
	color: #FFF;
	display: inline;
	font-size: 15px;
	font-weight: 700;
	line-height: 15px;
	vertical-align: 18px;
}

#landing_masthead .text
{
	color: #E2120C;
	display: block;
	font-size: 17px;
	font-weight: 700;
	margin: 30px 120px 0 30px;
	text-transform: uppercase;
}

/* -------------------- Styles for the index page  */
.home_middle1
{
	background-image: url(/images/home/bg_middle_janet.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 960px;
}

.home_middle2
{
	background-image: url(/images/home/bg_middle_dawn.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 960px;
}

.home_middle3
{
	background-image: url(/images/home/bg_middle_john.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 960px;
}

.home_middle5
{
	background-image: url(/images/home/bg_middle_tony.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 960px;
}

.home_middle7
{
	background-image: url(/images/home/bg_middle_meagan.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 960px;
}

.home_offer1
{
	background-image: url(/images/home/bg_middle_holiday.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 960px;
}

/* Call to Action. */
#home_offer
{
	float: right;
	height: 39px;
	position: relative;
	right: 22px;
	top: 160px;
	width: 380px;
}

#home_offer .cta
{
	left: 200px;
	position: relative;
}

#home_offer .title
{
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	position: relative;
	text-transform: uppercase;
	top: 38px;
}

#home_text
{
	display: inline;
	float: left;
	height: 180px;
	line-height: 16px;
	margin: 35px 0 0 15px;
	width: 275px;
}

#home_text .title
{
	color: #E2120C;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#home_lower
{
	clear: left;
	float: left;
	margin-top: 20px;
	width: 320px;
}

#home_lower .text
{
	display: block;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 8px;
	text-align: left;
}

#home_lower .links
{
	display: inline;
	height: 16px;
	width: auto;
}

#home_lower .links img
{
	vertical-align: -4px;
}

#home_lower .links a
{
	background-color: #4E0A06;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#home_lower .links a:active
{
	background-color: #4E0A06;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#home_lower .links a:visited
{
	background-color: #4E0A06;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#home_lower .links a:hover
{
	color: Red;
	text-decoration: none;
}

/* -------------------- Styles for the Testimonial Pages  */
#testimonial_middle
{
	background-color: #EFD2BB;
	height: 333px;
	width: 960px;
}

.testimonial_middle1
{
	background-image: url(/images/testimonial/bg_janet.jpg);
	background-repeat: no-repeat;
}

.testimonial_middle2
{
	background-image: url(/images/testimonial/bg_dawn.jpg);
	background-repeat: no-repeat;
}

.testimonial_middle3
{
	background-image: url(/images/testimonial/bg_john.jpg);
	background-repeat: no-repeat;
}

.testimonial_middle4
{
	background-image: url(/images/testimonial/bg_mark.jpg);
	background-repeat: no-repeat;
}

.testimonial_middle5
{
	background-image: url(/images/testimonial/bg_tony.jpg);
	background-repeat: no-repeat;
}

#testimonial_links
{
	float: left;
	margin: 8px 8px 0;
	width: 154px;
}

#testimonial_links .link
{
	display: block;
	width: 154px;
}

#testimonial_text
{
	display: block;
	float: left;
	margin: 35px 0 0 10px;
	width: 230px;
}

#testimonial_text .title
{
	color: #E2120C;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#testimonial_bottom .right
{
	float: right;
	margin: 25px 150px 0 0;
	width: 160px;
}

#cart_middle .main_title
{
	clear: both;
	display: block;
	float: left;
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#cart_middle .currency
{
	clear: both;
	display: block;
	float: right;
	margin: 0 15px 10px 0;
}

#cart_middle .left
{
	float: left;
	margin-top: 83px;
	width: 106px;
}

#cart_middle .center
{
	float: right;
	width: 536px;
}

#cart_bottom
{
	clear: both;
	display: block;
	text-align: right;
	width: 960px;
}

#cart_bottom .left
{
	float: left;
	margin-left: 130px;
}

#cart_bottom .right
{
	float: right;
	margin-right: 10px;
}

#cart_contents
{
	background-image: url(/images/cart/bg_shopping_cart.gif);
	background-repeat: no-repeat;
	clear: both;
	display: block;
	float: left;
	font-size: 12px;
	height: 60px;
	margin-bottom: 23px;
	width: 530px;
}

#cart_contents .text
{
	color: #FFF;
	margin: 15px 0 5px 60px;
	width: 350px;
}

#cart_contents .title
{
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#cart_contents .item
{
	float: left;
	font-weight: 700;
}

#cart_contents .price
{
	float: right;
	font-weight: 700;
}

#cart_upsell
{
	border-bottom: 2px solid #CCC;
	border-top: 8px solid #CCC;
	display: block;
	float: left;
	text-transform: none;
	width: 522px;
}

#cart_upsell .product_pic
{
	display: block;
	float: left;
}

#cart_upsell .text
{
	display: block;
	float: right;
	margin: 12px;
	width: 370px;
}

#cart_upsell .text img
{
	margin-right: 10px;
	vertical-align: middle;
}

#cart_form_1column
{
	display: block;
	float: left;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: left;
	width: 522px;
}

#cart_form_2column
{
	background-image: url(/images/cart/cart_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: left;
	width: 522px;
}

#cart_form_2column .left_column
{
	float: left;
	width: 253px;
}

#cart_form_2column .right_column
{
	float: right;
	width: 253px;
}

.title_bar
{
	background-color: #666;
	color: #FFF;
	height: 13px;
	padding: 3px 5px;
	text-transform: uppercase;
}

.title_bar a:hover
{
	color: #FF0;
	text-decoration: none;
}

.title_bar_light
{
	background-color: #E0E0E0;
	color: #333;
	font-weight: 700;
	height: 13px;
	padding: 3px 5px;
	text-transform: uppercase;
}

.column_item
{
	float: left;
	margin-right: 5px;
	text-align: left;
	width: 300px;
}

.column_delivery
{
	float: left;
	text-align: left;
	width: 55px;
}

.column_price
{
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	width: 30px;
}

.data_row
{
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	height: 20px;
	margin-bottom: 5px;
	padding: 8px 5px 5px 6px;
}

#cart_form_2column .data
{
	color: #666;
	display: block;
	margin-bottom: 5px;
	padding: 6px 3px 6px 6px;
}

#cart_form_2column .billing_form_field
{
	clear: left;
	display: block;
	margin: 5px 0;
	width: 240px;
}

#cart_form_2column .data_field
{
	display: block;
	float: left;
	width: 240px;
}

#cart_form_2column .data_left
{
	display: block;
	float: left;
	width: 160px;
}

#cart_form_2column .data_middle
{
	display: block;
	float: right;
	text-align: center;
	width: 15px;
}

#cart_form_2column .data_right
{
	display: block;
	float: right;
	text-align: right;
	width: 55px;
}

.total_bar
{
	background-color: #C00;
	color: #FFF;
	display: block;
	font-size: 11px;
	font-weight: 700;
	height: 16px;
	padding: 3px 5px 3px 6px;
	text-align: right;
	text-transform: uppercase;
}

.total_bar_price
{
	margin-left: 15px;
	text-align: left;
}

#cart_form_1column .footer_bar
{
	border-bottom: 1px solid #666;
	clear: left;
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
	padding: 5px 15px 1px 0;
	text-align: right;
}

#cart_form_2column .footer_bar
{
	border-bottom: 1px solid #666;
	clear: left;
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
	padding: 5px 15px 1px 0;
	text-align: right;
}

.cc_form_field img
{
	margin: 20px 0 0;
}

#common_middle .left
{
	float: left;
	margin-top: 25px;
	width: 106px;
}

#common_middle .main_title
{
	clear: both;
	display: block;
	float: none;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 500px;
}

#common_middle .center
{
	float: right;
	width: 830px;
}

#postlogin_middle
{
	/*     float: left;     position: relative;         overflow: hidden;     margin: 0px -10px;     width: 980px;     */
	margin-left: -10px;
	width: 980px;
}

#postlogin_middle .left
{
	float: left;
	/*margin-top: 20px;
	width: 200px;*/
}

#postlogin_middle .main_title
{
	clear: both;
	display: block;
	float: none;
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 500px;
}

#postlogin_middle .center
{
	padding-left: 0;
	padding-right: 0;
	border: solid 1px #5D5D5D;
}

#postlogin_middle .center_wide
{
	padding-left: 15px;
	padding-right: 15px;
}

#post_login_menu .center
{
	margin-top: 20px;
	padding-left: 0;
	padding-right: 0;
}

#postlogin_middle .center #post_login_content
{
	background-color: #D7D7D7;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px;
	display: table-cell;
}

#postlogin_middle .center #post_login_content_ctitle
{
	background-color: #F9F9F9;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-top: 1px solid #BEBEBE;
	padding: 5px;
}

#postlogin_middle .center #post_login_content_cinner
{
	background: #FFF url(/images/postlogin/lg_background.gif) repeat-x top;
	border-bottom: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	margin-left: 10px;
	padding: 10px;
}

#postlogin_middle .center #post_login_content_cinner .innercell
{
	border-bottom: 1px dashed #EBEBEB;
	border-right: 1px dashed #EBEBEB;
}

#postlogin_middle .center #post_login_content_cinner .innercellbottom
{
	border-right: 1px dashed #EBEBEB;
}

.postlogin_popup_box_title
{
	background-color: #666;
	color: #FFF;
	display: block;
	padding: 5px;
}

.postlogin_popup_box_content
{
	background-color: #F1F1F1;
	padding: 5px 8px 5px 5px;
}

.ibox_w
{
	background-color: #000;
	height: 50%;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 50%;
}

.status_warning
{
	color: Red;
	font-weight: 700;
}

.status_attention
{
	color: Orange;
	font-weight: 700;
}

.status_good
{
	color: Green;
	font-weight: 700;
}

.status_gray
{
	color: #A9A9A9;
	font-weight: 700;
}

#table_bottom
{
	clear: left;
	display: block;
	text-align: right;
	width: 525px;
}

#table_bottom .lefty
{
	float: left;
	margin-left: 0;
}

#table_bottom .righty
{
	float: right;
	margin-right: 0;
}

/*CollapsiblePanel*/
.collapsePanel
{
	border-bottom: 1px solid #EAEAEA;
	font-size: 12px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 5px;
}

.expandcollapselink a
{
	color: #E2120C;
	text-decoration: underline;
}

.expandcollapselink a:active
{
	color: #E2120C;
	text-decoration: underline;
}

.expandcollapselink a:visited
{
	color: #E2120C;
	text-decoration: underline;
}

.expandcollapselink a:hover
{
	color: #000;
	text-decoration: underline;
}

.collapsePanelContent
{
	font-size: 12px;
	overflow: hidden;
	padding-left: 12px;
}

.collapsePanelHeader
{
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	padding: 5px;
	width: 100%;
}

.collapsePanelHeaderImg
{
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}

.rtop
{
	display: block;
}

.rbottom
{
	display: block;
}

.rtop *
{
	display: block;
	height: 1px;
	overflow: hidden;
}

.rbottom *
{
	display: block;
	height: 1px;
	overflow: hidden;
}

.r1
{
	margin: 0 5px;
}

.r2
{
	margin: 0 3px;
}

.r4
{
	height: 2px;
	margin: 0 1px;
}

.rs2
{
	margin: 0 1px;
}

/* DHTML Tooltip*/
#dhtmltooltip
{
	background-color: #FFF;
	border: 1px solid #C00;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	width: 150px;
	z-index: 100;
}

/* BEGIN ExtensibleButton */
.ext_button
{
	cursor: pointer;
	display: inline-block;
}

img.button_end
{
	cursor: pointer;
	height: 23px;
	vertical-align: bottom;
}

input.white_button
{
	background-color: #EEE;
	background-image: url(/images/button_background_white_interior.gif);
	background-repeat: repeat-x;
	border-width: 0;
	color: #BD0A0D;
	cursor: pointer;
	font-family: Arial,helvetica,verdana,clean,sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 23px;
	margin: 0;
	padding: 0 8px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

input.red_button
{
	background-color: #B12A21;
	background-image: url(/images/button_background_red_interior.gif);
	background-repeat: repeat-x;
	border-width: 0;
	color: #FFF;
	cursor: pointer;
	font-family: Arial,helvetica,verdana,clean,sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 23px;
	margin: 0;
	padding: 0 8px;
	text-align: center;
	text-transform: uppercase;
}

input.darkred_button
{
	background-color: #4E0C07;
	background-image: url(/images/button_background_darkred_interior.gif);
	background-repeat: repeat-x;
	border-width: 0;
	color: #FFF;
	cursor: pointer;
	font-family: Arial,helvetica,verdana,clean,sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 23px;
	margin: 0;
	padding: 0 8px;
	text-align: center;
	text-transform: uppercase;
}

.left_align_button
{
	float: left;
	margin: 5px 0;
}

ul.button_list li
{
	display: inline;
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
}

div.two_line_button_white
{
	float: left;
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 0 0;
	width: 166px;
}

div.two_line_button_red
{
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 0 0;
	width: 166px;
}

div.two_line_button_white a
{
	background-image: url(/images/button_background_white_interior.gif);
	background-repeat: repeat;
	color: #BD0A0D;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: auto;
	padding: 4px;
	text-align: center;
	text-decoration: none;
}

div.two_line_button_red a
{
	background-image: url(/images/button_background_red_interior.gif);
	background-repeat: repeat;
	color: #FFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: auto;
	padding: 4px;
	text-align: center;
	text-decoration: none;
}

.promo_button
{
	width: 362px;
	height: 40px;
	margin-top: 10px;
	margin-right: 20px;
	text-decoration: none;
	padding-top: 8px;
	float: left;
}

.promo_button a
{
		cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
}

.promo_button a span.bold
{
	width: 245px;
	text-align: center;
	color: #FFF;
	display: block;
	padding-left: 110px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

.promo_button a span
{
	width: 245px;
	text-align: center;
	color: #FFF;
	display: block;
	padding-left: 110px;
	font-style: italic;
	font-size: 11px;
}

.promo_button_adp
{
	background: url(/images/postlogin/button_promo_adp.jpg) no-repeat left;
}

.promo_button_l4l
{
	background: url(/images/postlogin/button_promo_l4l.jpg) no-repeat left;
}


/* END PromoButton 
 BEGIN Step display in ReportATheft.aspx */
ul.steps
{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.steps li
{
	color: #535353;
	float: left;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	position: relative;
	text-align: center;
	width: 140px;
}

ul.steps br
{
	margin-bottom: 5px;
}

ul.steps li span.startstep
{
	background: url(/images/postlogin/step_first.gif) no-repeat center bottom;
	color: #BD0A0D;
	display: block;
	font-size: 8px;
}

ul.steps li span.startstepselected
{
	background: url(/images/postlogin/step_first_selected.gif) no-repeat center bottom;
	color: #FFF;
	display: block;
	font-size: 8px;
}

ul.steps li span.step
{
	background: url(/images/postlogin/step_middle.gif) no-repeat center bottom;
	background-color: inherit;
	color: #BD0A0D;
	display: block;
	font-size: 8px;
	vertical-align: bottom;
}

ul.steps li span.stepselected
{
	background: url(/images/postlogin/step_middle_selected.gif) no-repeat center bottom;
	color: #FFF;
	display: block;
	font-size: 8px;
}

ul.steps li span.laststep
{
	background: url(/images/postlogin/step_last.gif) no-repeat center bottom;
	color: #BD0A0D;
	display: block;
	font-size: 8px;
}

ul.steps li span.laststepselected
{
	background: url(/images/postlogin/step_last_selected.gif) no-repeat center bottom;
	color: #FFF;
	display: block;
	font-size: 8px;
}

ul.steps li span.step_label_selected
{
	color: #BD0A0D;
}

.label_right
{
	float: right;
	font-weight: 700;
}

.half_text_box
{
	width: 210px;
}

.full_text_box
{
	width: 438px;
}

.zip_box
{
	width: 100px;
}

.area_code_box
{
	float: left;
	width: 70px;
}

.phone_number_box
{
	width: 100px;
}

.email_box
{
	width: 250px;
}

div.one_column
{
	clear: both;
	padding-top: 6px;
	width: 460px;
}

div.two_column
{
	float: left;
	padding: 6px 8px 0 0;
	width: 230px;
}

div.four_column
{
	float: left;
	padding: 0 4px 6px 0;
	width: 115px;
}

div.legacy_clear
{
	clear: both;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.view_panel
{
	font-weight: 700;
	word-wrap: break-word;
}

span.theftreport_confirm
{
	width: 778px;
	word-wrap: break-word;
}

div.separator
{
	border-bottom: solid 1px #CCC;
	margin-bottom: 10px;
}

/* this is to resolve issue with calendar in IE3 */
.ajax__calendar_title
{
	margin: auto;
	padding: 3px;
}

/* END Styles for MyProfile 
 BEGIN Styles for Download */
ul.download
{
	list-style: none;
	margin: 0;
	padding: 0 0 100px;
	text-align: center;
}

ul.download li
{
	float: left;
	width: 50%;
}

/* END Styles for Download 
 -- Data Delete Style Start -- */
.checklist
{
	background-color: #fff;
	border: solid 1px #E0E0E0;
	height: 10em;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	overflow: auto;
	padding: 0;
	width: 16em;
}

.checklist li
{
	background: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}

.checklist label
{
	display: block;
	padding-left: 25px;
	text-indent: -25px;
}

.checklist label:hover
{
	background: #777;
	color: #fff;
}

.checklist label.hover
{
	background: #777;
	color: #fff;
}

* html .checklist label
{
	height: 1%;
}

.cl1
{
	font-size: 12px;
	height: 280px;
	width: 100%;
}

.cl1 input
{
	vertical-align: middle;
}

.cl1 label:hover
{
	background: #ddd;
	color: #000;
}

.cl1 label.hover
{
	background: #ddd;
	color: #000;
}

.cl1 .sub
{
	background: #E8E8E8;
}

.cl1 .help
{
	float: right;
	height: 15px;
	margin-right: 5px;
	margin-top: -18px;
	position: inherit;
	width: 15px;
}

/* show help comments div*/
.helpcomments
{
	background-color: #FFC;
	border: 1px solid #000;
	display: none;
	max-width: 600px;
	position: absolute;
	visibility: hidden;
	z-index: 999;
}

/* request */
.requestarea
{
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	display: none;
	top: 0;
	width: 100%;
}

/* GridView */
.GridTable
{
	border: 1px solid #E8E8E8;
	width: 100%;
}

.GridHeader
{
	-moz-user-select: none;
	background-color: #FDE;
	background-image: url('/images/datadelete/pink_bg.png');
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #b7b7b7;
	color: #666;
	font-size: 11px;
	font-weight: 700;
	overflow: hidden;
	padding: 4px 1px 5px 4px;
	text-align: center;
	white-space: nowrap;
}

.GridHeader a
{
	color: #666;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
}

.GridHeader a:link
{
	color: #666;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
}

fieldset
{
	border: 1px solid gray;
	font-size: 12px;
	padding: 5px;
}

.fieldclass
{
	background-image: url('/images/datadelete/field-bg.gif');
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	color: #333;
	font-size: 12px;
}

/* Request 
-- table --*/
.tdlabel
{
	font-size: 12px;
	font-weight: 700;
	height: 22px;
	text-align: left;
	width: 100px;
}

/* validation message div */
.validatorInfo
{
	font-family: verdana;
	font-size: 12px;
	padding: 20px 0 0;
	word-spacing: 2px;
}

/* -- Data Delete Style End-- 
 Device Freeze Control Styles */
.DeviceFreezeBanner
{
	background-image: url('/images/LockComputer/serviceBannerBackground.gif');
	background-repeat: repeat-x;
	margin: 0 0 20px;
	padding: 5px 0 7px 10px;
}

.DeviceFreezeStatusTextAvailable
{
	color: #44650F;
	font-family: Verdana;
	font-weight: 700;
	line-height: 18px;
}

.DeviceFreezeStatusTextDefault
{
	color: #333;
	font-family: Verdana;
	font-weight: 700;
	line-height: 18px;
}

.DeviceFreezeStatusTextFrozen
{
	color: #074492;
	font-family: Verdana;
	font-weight: 700;
	line-height: 18px;
}

.DeviceFreezeStatusTextTheftReportExists
{
	color: red;
	font-family: Verdana;
	font-weight: 700;
	line-height: 18px;
}

.DeviceFreezeDisclaimerCssClass
{
	font-weight: 700;
	line-height: 20px;
}

.DeviceFreezeTaskPanel
{
	margin: 5px 0 20px;
}

.DeviceFreezeTaskTitle
{
	font-family: Arial;
	font-size: 14px;
	line-height: 30px;
}

/* Google Maps or Virtual Earth */
.mapCanvas
{
	border: 1px solid #000;
	height: 450px;
}

h3
{
	color: #e2120c;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
}

h4
{
	color: #e2120c;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
}

.hidden
{
	display: none;
	visibility: hidden;
}


.confirmation
{
	display: block;
	border: solid 1px black;
	color: green;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	margin: 10px 0px;
	display: inline-block;
}

.error
{
	display: block;
	color: Red;
	font-size: 12px;
	font-weight: 400;
}

.warning
{
	color: Red;
	font-size: 12px;
	font-weight: 400;
}

#topnav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.button_list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.red_button
{
	display: inline-block;
	
}

div.darkred_button
{
	display: inline-block;
}

div.white_button
{
	float: left;
	display: inline-block;
	margin: 0 20px 0 0;
}

.selected
{
	background-color: #D7D7D7;
	font-weight: 700;
}

.main_label
{
	font-weight: 700;
}

.DeviceFreezeStatus
{
	font-weight: 700;
}

span.selected
{
	color: #000;
}

#main_nav
{
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
	width: 960px;
}

#main_nav_microsite
{
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
	width: 960px;
}

#main_nav img
{
	margin: 3px 0;
}

#main_nav_reg img
{
	margin: 3px 0;
}

#main_nav_microsite img
{
	margin: 3px 1px;
}

#main_nav_postlogin img
{
	margin: 3px 1px;
}

#inner_middle
{
	display: block;
	float: left;
	margin: 0 0 25px;
	width: 960px;
}

#inner_middle_fullpage
{
	display: block;
	float: left;
	margin: 0 0 25px;
	width: 960px;
}

#inner_middle_fullpage .title
{
	color: #600;
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#inner_right .title
{
	color: #600;
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#landing_left .title
{
	color: #600;
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#inner_middle_fullpage li
{
	margin-left: 0;
}

#landing_right li
{
	margin-left: 0;
}

#inner_middle_fullpage a
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#inner_middle_fullpage a:active
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#inner_middle_fullpage a:visited
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#inner_right a
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#inner_right a:active
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#inner_right a:visited
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#landing_left a
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#landing_left a:active
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#landing_left a:visited
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#landing_right a
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#landing_right a:active
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#landing_right a:visited
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#home_text a
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#home_text a:active
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#home_text a:visited
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#home_lower .text a
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#home_lower .text a:active
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#home_lower .text a:visited
{
	color: #E2120C;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#inner_middle_fullpage a:hover
{
	color: #000;
	text-decoration: none;
}

#inner_right a:hover
{
	color: #000;
	text-decoration: none;
}

#landing_left a:hover
{
	color: #000;
	text-decoration: none;
}

#landing_right a:hover
{
	color: #000;
	text-decoration: none;
}

#home_text a:hover
{
	color: #000;
	text-decoration: none;
}

#home_lower .text a:hover
{
	color: #000;
	text-decoration: none;
}

#inner_masthead
{
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 106px;
	width: 960px;
}

#landing_masthead
{
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 106px;
	width: 960px;
}

#inner_masthead .left_nav_title
{
	color: #FFF;
	float: left;
	font-size: 15px;
	font-weight: 700;
	height: 17px;
	margin: 85px 0 0 11px;
	overflow: hidden;
	text-transform: uppercase;
	width: 120px;
}

#inner_masthead_white_with_menu .left_nav_title
{
	color: #FFF;
	float: left;
	font-size: 15px;
	font-weight: 700;
	height: 17px;
	margin: 85px 0 0 11px;
	overflow: hidden;
	text-transform: uppercase;
	width: 120px;
}

#inner_masthead_white_no_menu .left_nav_title
{
	color: #FFF;
	float: left;
	font-size: 15px;
	font-weight: 700;
	height: 17px;
	margin: 85px 0 0 11px;
	overflow: hidden;
	text-transform: uppercase;
	width: 120px;
}

#inner_masthead_white_with_menu .text
{
	color: #E2120C;
	display: block;
	font-size: 17px;
	font-weight: 700;
	margin: 37px 160px 0 190px;
	text-transform: uppercase;
}

#inner_masthead_white_no_menu .text
{
	color: #E2120C;
	display: block;
	font-size: 17px;
	font-weight: 700;
	margin: 37px 160px 0 190px;
	text-transform: uppercase;
}

#landing_bottom
{
	background-image: url(/images/inner/mac_red_curve_background.jpg);
	clear: left;
	height: 120px;
	width: 960px;
}

#testimonial_bottom
{
	background-image: url(/images/inner/mac_red_curve_background.jpg);
	clear: left;
	height: 120px;
	width: 960px;
}

#landing_bottom .left
{
	float: left;
	margin: 20px 0 0 25px;
}

#testimonial_bottom .left
{
	float: left;
	margin: 20px 0 0 25px;
}

.home_middle4
{
	background-image: url(/images/home/bg_middle_mark.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 960px;
}

.home_middle6
{
	background-image: url(/images/home/bg_middle_mark.jpg);
	background-repeat: no-repeat;
	height: 274px;
	width: 960px;
}

#cart_middle
{
	width: 960px;
}

#common_middle
{
	width: 960px;
}

#cart_middle .left img
{
	padding-bottom: 8px;
}

#common_middle .left img
{
	padding-bottom: 8px;
}

#postlogin_middle .left img
{
	padding-bottom: 8px;
}

#cart_stage
{
	height: 83px;
}

#registration_stage
{
	height: 83px;
}

.title_bar a:link
{
	color: #F93;
	text-decoration: none;
}

.title_bar a:visited
{
	color: #F93;
	text-decoration: none;
}

.title_bar a:active
{
	color: #F93;
	text-decoration: none;
}

.title_bar_text
{
	float: left;
}

#continue_shopping
{
	float: left;
}

.expandcollapselink
{
	float: left;
}

.province_box
{
	float: left;
}

.title_bar_button
{
	float: right;
}

.float_right
{
	float: right;
}

.column_delete
{
	float: left;
	margin-right: 5px;
	text-align: center;
	width: 45px;
}

.column_qty
{
	float: left;
	margin-right: 5px;
	text-align: center;
	width: 45px;
}

.cc_form_row
{
	display: block;
	float: left;
	margin-bottom: 5px;
	padding: 6px 5px 5px 6px;
	width: 525px;
}

.form_row
{
	display: block;
	float: left;
	margin-bottom: 5px;
	padding: 6px 5px 5px 6px;
	width: 525px;
}

.cc_form_field
{
	display: block;
	float: left;
	margin-right: 15px;
}

.form_field
{
	display: block;
	float: left;
	margin-right: 15px;
}

.post_login_content_inner_class
{
	background-color: #FFF;
	border: 1px solid #BEBEBE;
	padding: 10px;
}

#postlogin_middle .center #post_login_content_inner
{
	background-color: #FFF;
	border: 1px solid #BEBEBE;
	padding: 10px;
}

.r3
{
	margin: 0 2px;
}

.rs1
{
	margin: 0 2px;
}

.GridAlternating
{
	border: 0;
	color: #666;
	font-size: 11px;
	height: 20px;
	padding: 4px 1px 5px 4px;
	white-space: nowrap;
}

.GridRow
{
	border: 0;
	color: #666;
	font-size: 11px;
	height: 20px;
	padding: 4px 1px 5px 4px;
	white-space: nowrap;
}

.DeviceFreezeStatusTextRequestPending
{
	color: #F60;
	font-family: Verdana;
	font-weight: 700;
	line-height: 18px;
}

.DeviceFreezeStatusTextUnfreezeRequested
{
	color: #F60;
	font-family: Verdana;
	font-weight: 700;
	line-height: 18px;
}

span.recoverytoken
{
	border: solid thin #AAA;
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 4px;
}

div.eula_box
{
	background-color: #FFF;
	border: solid #666 1px;
	height: 300px;
	overflow: auto;
	padding: 15px;
}

div.force_call_box
{
	background-color: #FFF;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 150 px;
}

.location_description a:link
{
	text-decoration: none;
}

.location_description a:visited
{
	text-decoration: none;
}

.location_description a:active
{
	text-decoration: none;
}

/*Add support for NewSiteBanner */
/* TIER THREE */
#tierthree {width: 100%; border-top: 2px solid #000; border-bottom: 1px solid #999; background:#FFF;	
	background: -moz-linear-gradient(top, #FFF 0%, #D9D9D9 100%);
	background: -webkit-gradient(linear, left top, left bottom,  color-stop(0%, #FFF), color-stop(50%, #D9D9D9) );}
#tierthree #tierthree-wrapper {width:820px; margin: 0 auto; position:relative;}

.alert-message, .alert-message-static {border: 1px solid #333; color: #333; padding: 20px; margin: 25px 0px; background: #e7a420;
background: -moz-linear-gradient(top, #e7a420 0%, #f5d028 70%, #f5d028 100%);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E7A420), to(#F5D028), color-stop(.7,#F5D028));
background: -webkit-linear-gradient(top, #e7a420 0%,#f5d028 70%,#f5d028 100%);
background: -o-linear-gradient(top, #e7a420 0%,#f5d028 70%,#f5d028 100%);
background: -ms-linear-gradient(top, #e7a420 0%,#f5d028 70%,#f5d028 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E7A420', endColorstr='#F5D028',GradientType=0 );
background: linear-gradient(top, #e7a420 0%,#f5d028 70%,#f5d028 100%);-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
.alert-message h1, .alert-message-static h1 {color: #333; margin: 0px; font-size: 20px;}
.alert-message {cursor:pointer;}

