/*************************************/
/*** Main CSS for the BBI Template ***/
/*************************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, Sans-serif;
  background-color: #e8e2b7;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
	height: 100%;
}

img {
	border: 0px;
}

.layout_holder {
	position: relative;
	margin: 0px auto;
	width: 940px;
}

input {
	font-size: 11px;
	font-family: Arial;
}

select {
	font-size: 11px;
	font-family: Arial;
}

a:link {
	color: #3e331c;
}

a:hover {
	color: #a0a500;
}

a:active {
	color: #ec8601;
}

a:visited {
	color: #907742;
}

/*********************/
/*** Header Styles ***/
/*********************/
.header {
	background: url(/templates/ms_standard/images/page-top.gif) no-repeat;
	height: 93px;
}

.header_link {
	position: absolute;
	top: 0px;
	}

.header_right {
	float: right;
}

.header_right_box {
	clear: right;
	float: right;
	margin: 10px 20px 0 0;
	font-size: 10px;
	color: #FFFFFF;
}

.header_right_box a {
	text-decoration: none;
	color: #FFFFFF;
}	

.header_right_box .search {
	width: 274px;
	height: 45px;
	background: url(/templates/ms_standard/images/search-box.gif) no-repeat;
	position: relative;
}

.header_right_box .search .inputbox {
	padding-top: 3px;
	padding-left: 2px;
	position: absolute;
	top: 13px;
	left: 60px;
	font-size: 12px;
	width: 179px;
	height: 16px;
	border: 0px;
}

.header_right_box .search .button {
	position: absolute;
	top: 13px;
	left: 248px;
}


/* My Account Area */
.my_account {
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
}

.sign_in {
	cursor: pointer;
}

.spacer {
	margin-left: 5px;
	margin-right: 5px;
}

.misc_sign_in {
	z-index: 4;
}

.sign-in-btn {
	margin-left: 92px;
	width: 108px;
	height: 24px;
}

.signed_id a {
	text-decoration: underline;
}


/**********************/
/*** Top Nav Styles ***/
/**********************/
.top_nav {
	background-color: #907742;
	height: 33px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.top_nav .menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 940px;
}

.top_nav .menu li {
	border-left: 1px solid #c3b599;
	height: 33px;
	width: 187px;
	float: left;
	text-align: center;
	text-transform: uppercase;
}

.top_nav .menu li.active {
	background-color: #a0a500;
}

.top_nav .menu li.item10 {
	border-left: 0px;
	width: 188px;
}

.top_nav .menu li a {
	position: relative;
	top: 8px;
	text-decoration: none;
	color: #FFFFFF;
}

/**************************/
/*** Top Content Styles ***/
/**************************/
.content_top {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.ctop {
	float: right;
}

.ctop_get_started_home {
	position: relative;
	float: right;
	width: 304px;
	height: 201px;
	border-left:1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #f5b802 url(/templates/ms_standard/images/home-get-started-bg.gif) no-repeat;
}

.ctop_reward_home {
	position: relative;
	float: right;
	clear: right;
	width: 304px;
	height: 100px;
	border-left:1px solid #FFFFFF;
	background: #1672c9 url(/templates/ms_standard/images/home-reward-bg.gif) no-repeat;
}

.ctop_reward_home p {
	color: #FFFFFF;
	font-size: 15px;
	margin: 13px 10px 4px 10px;
	line-height: 20px;
	font-weight: bold;
}

.ctop_reward_home p span {
	font-size: 29px;
	font-weight: bold;
}

/* Home Page Blue Box */
.blue_box_link {
	position: absolute;
	top: 75px;
	left: -10px;
}

.blue_box_link a {
	color: #FFFFFF;
	font-size: 14px;
	margin-left: 200px;
	font-weight: bold;
}

/* Home Page Let's Get Started */
.get_started {
	text-transform: uppercase;
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 10px 0 10px;
}

.get_started_why {
	margin: 0 10px 10px 10px;
}

.get_started_why a {
	color: #FFFFFF;
	font-size: 10px;
}

.gs_nextStep {
	position: absolute;
	top: 159px;
	left: 159px;
}

.get_started_line {
	color: #FFFFFF;
	margin: 5px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
}

.get_started_line input {
	border: 1px solid #000000;
}

.get_started_line .small-box {
	width: 50px;
}

.get_started_line select {
	border: 1px solid #000000;
}

/* Small Lets get Started */
.small_lets_get_started {
	height: 137px;
	width: 218px;
	background: #f7c502 url(/templates/ms_standard/images/lets-get-started-small-bg.gif) no-repeat;
	color: #FFFFFF;
	cursor: pointer;
}

.small_lets_get_started .llgs_header {
	padding-top: 5px;
	font-size: 33px;
	margin: 0 10px 0 10px;
	text-transform: uppercase;
	line-height: 30px;
}

.small_lets_get_started .llgs_text {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
}

.large_lets_get_started {
	height: 137px;
	width: 218px;
	background: #f7c502 url(/templates/ms_standard/images/lets-get-started-full-bg.gif) no-repeat;
	color: #FFFFFF;
}

.large_lets_get_started .llgs_header {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 10px 0 10px;
	padding-top: 5px;
}

.large_lets_get_started .llgs_text {
	font-size: 12px;
	margin: 10px 10px 0 10px;
}

.large_lets_get_started .llgs_why {
	margin: 15px 10px 0 10px;
}

.large_lets_get_started .llgs_why a {
	color: #FFFFFF;
}

.large_lets_get_started .get_started_line {
	margin-top: 9px;
}

.smo-orange {
	margin-left: 10px;
	margin-top: 10px;
	border: 0px;
}

.small_close {
	font-size: 10px;
	position: absolute;
	top: 160px;
	left: 5px;
	cursor: pointer;
}

.homeFlash {
	width: 595px;
	height: 267px;
	padding: 10px 20px 10px 20px;
}

.homeFlash h1 {
	color: #a0a500;
	font-size: 36px;
}

.breadcrumbs {
	position: relative;
	z-index: 10;
	margin-bottom: 10px;
	font-size: 11px;
}

/**********************/
/*** Content Styles ***/
/**********************/
p {
	font-size: 12px;
}

td {
	font-size: 12px;
}

.content_holder {
	background-color: #FFFFFF;
	width: 940px;
	clear: both;
}

.pointy-cursor {
	cursor: pointer;
}

/* Main Content */
.main_content_with_right {
	margin: 0 218px 0 0;
	padding: 15px;
	width: 692px;
	background-color: #FFFFFF;
}

.main_content_without_right {
	width: 910px;
	padding: 15px;
	background-color: #FFFFFF;
}


/* Right Content */
.content_right {
	float: right;
	background-color: #fff2d5;
}

.content_right_box {
	float: right;
	clear: right;
	width: 218px;
	padding-top: 20px;
	font-size: 12px;
}

.content_right_mod_title {
	color: #6e5a32;
	font-weight: bold;
	margin-left: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

.content_right_box .menu {
	margin: 0 15px 0 35px;
	padding: 0px;
	list-style-type: none;
}

.content_right_box .menu li {
	text-transform: uppercase;
	margin-top: 10px;
}

.content_right_box .menu li a {
	text-decoration: none;
	color: #907742;
}

.content_right_box .menu li#current a {
	font-weight: bold;
} 


/* Content Styles */
.actual_content {
	position: relative;
}

.actual_content h1 {
	margin: 0px;
	color: #a0a500;
	font-size: 36px;
}

.actual_content h2 {
	color: #a0a500;
	font-size: 20px;
	margin-bottom: 5px;
}

.actual_content h2 a {
	color: #a0a500;
}

.actual_content p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.actual_content input {
	margin-bottom: 10px;
}

.actual_content select {
	margin-bottom: 10px;
}

.medium-box {
	width: 165px;
}

.long-box {
	width: 350px;
}

.small-box {
	width: 35px;
}

.right-float {
	float: right;
}

.left-float {
	float: left;
}

.normal_hidden {
	display: none;
}

.big_copy {
	font-size: 13px;
}

/* My Accounts Page */
.req_fields {
	color: #A0A500;
	font-size: 10px;
}

.reg_head_line {
	font-size: 14px;
	color: #A0A500;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.reg_form_box {
	float: left;
	margin-right: 15px;
}

.clear-left {
	clear: left;
}

.edit-offset {
	position: relative;
	top: 7px;
	left: 15px;
}

.ma_static_heading {
	font-weight: bold;
}

.errors {
	color: #FF0000;
}

.notes {
	color: #f09d01;
	font-weight: bold;
}

.sign_in_line input {
	margin: 10px 4px 0 4px;
}

.sign_in_line #signin-password-page {
	margin-left: 27px;
	margin-right: 10px;
}

.sign_in_line a {
	color: #999999;
	font-size: 10px;
	text-decoration: underline;
}

.offer_hist_holder {
	font-weight: bold;
	font-size: 13px;
	clear: left;
	margin-bottom: 15px;
}

.offer_hist_prod_holder {
	font-size: 11px;
	font-weight: normal;
	margin-left: 25px;
	width: 600px;
	margin-top: 0px;
}

.offer_prod_row {
	clear: right;
	padding: 8px 0 8px 0;
	margin-top: 8px;
}

.rebate_form_holder {
	margin-left: 10px;
}

.offer_prod_row img {
	vertical-align: middle;
	margin: 0 20px 0 10px;
}




/* Offer Concierge */
.off_conc_lbox {
	width: 210px;
	height: 296px;
	position: relative;
	margin-right: 15px;
}

.oc-box-1 {
	background: url(/templates/ms_standard/images/oc-laptop-creditcard.jpg) no-repeat;
}

.oc-box-2 {
	background: url(/templates/ms_standard/images/oc-blue.jpg) no-repeat;
}

.oc-box-3 {
	background: url(/templates/ms_standard/images/oc-builder.jpg) no-repeat;
}

.oc-box-4 {
	background: url(/templates/ms_standard/images/oc-boxes.jpg) no-repeat;
}

.off_conc_lbox .box_header {
	color: #FFFFFF;
	font-size: 18px;
	position: absolute;
	left: 30px;
	bottom: 222px;
	margin-right: 30px;
}

.off_conc_lbox .box_header a {
	color: #FFFFFF;
	text-decoration: none;
}

.off_conc_lbox .box_text {
	position: absolute;
	left: 28px;
	top: 105px;
	font-size: 12px;
	margin-right: 28px;
}

.off_conc_lbox .box_button {
	position: absolute;
	left: 28px;
	top: 251px;
	cursor: pointer;
}

.oc_holder {
	background-color: #fff2d5;
	background: url(/templates/ms_standard/images/oc-main-bg.gif) repeat-y;
	width: 940px;
	position: relative;
	top: -40px;
	left: -15px;
}

.oc_search_params {
	width: 188px;
	padding: 15px;
}

.oc_search_params .outter_text {
	color: #666666;
	font-size: 11px;
}

.oc_search_params .change_text {
	text-decoration: underline;
	cursor: pointer;
}

.oc_search_params .choices {
	color: #a0a500;
	font-size: 11px;
}


/* Cart Parts */
.oc_cart {
	background-color: #ffdc92;
	width: 188px;
	padding: 15px;
}

.oc_cart .cart_header {
	font-weight: bold;
	color: #64532e;
	text-transform: uppercase;
	clear: left;
}

.shopping_cart_item {
	float: left;
	clear: left;
	margin-top: 8px;
	width: 150px;
}

.shopping_cart_item img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
}

.shop_cart_prod_name {
	font-weight: bold;
	margin-left: 20px;
}

.shop_cart_prod_desc {
	margin: 0 0 5px 20px;
}

.shop_cart_rwd_name {
	margin: 0 0 5px 20px;
	color: #a0a500;
	font-size: 15px;
	font-weight: bold;
}

.order_now {
	margin-top: 15px;
}

.none-selected {
	font-size: 11px;
}


.oc_terms {
	font-size: 9px;
	color: #999999;
	padding: 15px;
	width: 188px;
}

.oc_content_ctop {
	float: left;
	width: 692px;
	margin-top: 25px;
}

.pckg_desc {
	margin-top: 8px;
	float: right;
}

.header_break_line {
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3d321c;
	line-height: 19px;
	padding-left: 15px;
	margin-top: 4px;
	margin-bottom: 20px;
	text-transform: uppercase;
	clear: left;
}

.view-offers-for {
	color: #534426;
	font-size: 12px;
	width: 692px;
	float: left;
	margin-bottom: 4px;
}

/* Offer Display part of the concierge */
.main_offer_holder {
	
}

.oc_content {
	background-color: #FFFFFF;
	margin-right: 218px;
	padding: 15px;
}

.offer_holder {
	position: relative;
	border-top: 1px solid #FFF;
	float: left;
	clear: left;
	width: 692px;
}

.offer_prod_holder {
	float: left;
	width: 500px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.offer_prod_holder_confirm {
	float: left;
	width: 912px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.offer_holder_confirm {
	width: 912px;
}

.oph_min_height {
	min-height: 120px;
}

.offer_top_border { 
	border-top: 1px solid #d5d5d5;
}

.offer_prod_logo {
	float: left;
	margin-left: 17px;
	margin-right: 15px;
	width: 88px;
	font-size: 14px;
	font-weight: bold;
	color: #a0a500;
}

.offer_prod_desc {
	float: left;
	width: 379px;
}

.offer_prod_icons {
	color: #3e331c;
	font-weight: bold;
}

.offer_prod_icons img {
	vertical-align: middle;
	margin-right: 2px;
}

.offer_prod_show_details {
	margin-top: 10px;
}

.offer_prod_show_details img {
	cursor: pointer;
}

.offer_prod_full_details {
	
}

.offer_add_to_cart {
	position: relative;
	display: block;
}

.offer_add_to_cart_rwd {
	background: url(/templates/ms_standard/images/rwd-grn-bg.jpg) no-repeat bottom right;
	position: relative;
	display: block;
}

.atc_holder {
	padding-left: 11px;	
	width: 135px;
	position: absolute;
	top: 10px;
	left: 545px;
}

.atc_holder_confirm {
	width: 145px;
	float: left;
	margin-top: 15px;
}

.offer_confirm_reward {
	width: 236px;
	float: left;
	background-color: #fff2d5;
	margin-left: 20px;
}

.earn_rewards_text {
	color: #a0a500;
	margin: 0 20px 0 20px;
}

.elg_reward {
	color: #a0a500;
	margin: 0 20px 0 20px;
	font-size: 16px;
	font-weight: bold;
}

.elg_sreg {
	color: #a0a500;
	margin: 0 20px 0 20px;
}

.earn_text_big {
	font-size: 18px;
}

.offer_prod_short_desc_confirm {
	width: 320px;
}

.show-pointer {
	cursor: pointer;
}

.reward_header {
	color: #3e331c;
	font-size: 16px;
	font-weight: bold;
}

.reward_copy {
	font-size: 11px;
	color: #3e331c;
	margin-bottom: 12px;

}

.atc_holder img {
	margin-bottom: 12px;
}

.in-offer-reward {
	font-weight: bold;
	color: #a0a500;
	margin-top: 5px;
}



/* About Us Styles */
.about_us_lbox {
	width: 209px;
	height: 296px;
	background: #FFFFFF url(/templates/ms_standard/images/about-us-mbg.gif) no-repeat;
	float: left;
	position: relative;
	margin-right: 15px;
}

.about_us_lbox .box_header {
	font-size: 20px;
	margin: 60px 27px 0 27px;
}

.about_us_lbox .box_header a.green {
	color: #a0a500;
	text-decoration: none;
}

.about_us_lbox .box_header a.orange {
	color: #f1a935;
	text-decoration: none;
}


.about_us_lbox .box_text {
	margin: 40px 27px 0 27px;
	font-size: 12px;
}

	
.about_us_lbox .box_button {
	position: absolute;
	left: 25px;
	bottom: 20px;
}



/* Package Builder */
.pack_build_box {
	margin-bottom: 15px;
}

.pack_build_box .box_header {
	width: 523px;
	height: 32px;
	background: url(/templates/ms_standard/images/package-builder-grad.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 20px;
	position: relative;
	padding-top: 6px;
	padding-left: 16px;
}

.pack_build_box .box_header .box_button {
	position: absolute;
	top: 7px;
	left: 406px;
	cursor: pointer;
}

.pack_build_box .box_text {
	width: 523px;
	border-top: 1px solid #FFFFFF;
	background-color: #fbf1dc;
	color: #a0a500;
	font-size: 30px;
	padding: 15px 0 15px 16px;
	font-weight: bold;
}

.pack_build_box .box_text img {
	vertical-align: top;
	margin-left: 10px;
}



/*  Move Resources */
.move_resc_lbox {
	position: relative;
	width: 262px;
	height: 258px;
	background: #FFFFFF url(/templates/ms_standard/images/move-resource-grad-bg.gif) no-repeat;
	padding: 40px 20px 0 20px;
	margin-right: 15px;
	float: left;
}

.move_resc_lbox .icon_holder {
	position: absolute;
	top: 0px;
	right: 0px;
}

.move_resc_lbox .box_header a {
	color: #f1a935;
	font-size: 24px;
	text-decoration: none;
}

.move_resc_lbox .box_text {
	margin-top: 50px;
	font-size: 12px;
}

.move_resc_lbox .additional_content {
	margin-top: 20px;
}

.move_resc_lbox .additional_content a {
	font-size: 12px;
}

.sec_box {
	
}


/*  Move Tools */
.move_tool_lbox {
	position: relative;
	width: 242px;
	height: 258px;
	background: #FFFFFF url(/templates/ms_standard/images/move-resource-grad-bg.gif) no-repeat;
	padding: 40px 30px 0 30px;
	margin-right: 15px;
	float: left;
}

.move_tool_lbox .icon_holder {
	position: absolute;
	top: 0px;
	right: 0px;
}

.move_tool_lbox .box_header {
	color: #f1a935;
	font-size: 24px;
}

.move_tool_lbox .box_header a {
	color: #f1a935;
	text-decoration: none;
}

.move_tool_lbox .box_text {
	margin-top: 50px;
	font-size: 12px;
}

.move_tool_lbox .additional_content {
	margin-top: 20px;
}

.move_tool_lbox .box_button {
	position: absolute;
	top: 241px;
	left: 31px;
}


/* Move Checklist */
.clist_checkbox {
	float: left;
	margin-left: 35px;
}

.checklist_label {
	font-weight: bold;
	font-size: 20px;
	color: #a0a500;
}

.checklist_item {
	width: 500px;
	float: left;
	margin-top: 3px;
}

/* Filler Boxes */
.move_filler_lbox {
	float: left;
	width: 220px;
	padding: 50px 20px 0 20px;
}

.move_filler_lbox .box_header {
	color: #a0a500;
	font-size: 16px;
	font-weight: bold;
}

.move_filler_lbox .box_header a {
	color: #a0a500;
	text-decoration: none;
}

.move_filler_lbox .box_text {
	margin-top: 20px;
	font-size: 13px;
}

.move_filler_lbox .box_button {
	margin-top: 20px;
}


/*************************/
/*** Bottom Nav Styles ***/
/*************************/
.bottom_nav {
	border-bottom: 1px solid #e8e2b7;
	background: url(/templates/ms_standard/images/bottom-nav-bg.gif) no-repeat bottom right;
	background-color: #907742;
	float: left;
	width: 940px;
	padding: 10px 0 10px 0;
	font-size: 11px;
}


.bottom_nav_box {
	float: left;
	margin: 0px;
	padding: 5px 20px 5px 20px;
	border-right: 1px solid #b69653;
}

.bottom_nav_headline {
	font-size: 13px;
	color: #392f1a;
	font-weight: bold;
}

.bottom_nav_box .menu {
	margin: 10px 0 0 0;
	padding: 0px;
	list-style-type: none;
}

.bottom_nav_box .menu li a {
	color: #FFFFFF;
	text-decoration: underline;
}
	
	

/*********************/
/*** Footer Styles ***/
/*********************/
.footer {
	background-color: #483b21;
	background: url(/templates/ms_standard/images/copyright-bg.gif) no-repeat;
	height: 32px;
	width: 940px;
	color: #907742;
	clear: both;
	font-size: 11px;
}

.footer_left {
	float: left;
	margin-top: 9px;
	margin-left: 22px;
}

.footer_middle {
	float: left;
	margin-top: 9px;
	margin-left: 15px;
}

.footer_middle .menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.footer_middle .menu li {
	border-left: 1px solid #907742;
	float: left;
}

.footer_middle .menu li.item44 {
	border-left: 0px;
}

.footer_middle a {
	text-decoration: none;
	color: #907742;
}

.footer_middle span {
	margin: 0 7px 0 7px;
}

.footer_right {
	float: right;
	margin-top: 7px;
	margin-right: 13px;
}

.footer_right a {
	text-decoration: none;
	color: #907742;
}




/**********************/
/*** Overlay Styles ***/
/**********************/
.overlay_boxes {
	border: 10px solid #3a2903;
	background-color: #FFFFFF;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -200px;
	z-index: 3;
	width: 375px;
	padding: 15px 0 10px 25px;
	display: none;
}

.overlay_boxes div {
	color: #999999;
	font-size: 12px;
	margin-bottom: 10px;
}

.overlay_boxes h3 {
	color: #f97b13;
	font-size: 14px;
	margin-top: 0px;
	text-transform: uppercase;
}

.overlay_boxes h3.green {
	color: #a0a500;
	font-size: 14px;
	margin-top: 0px;
	text-transform: uppercase;
}

.overlay_boxes .close-x {
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: -23px;
	left: -24px;
}

.overlay_boxes p {
	color: #999999;
	font-size: 12px;
}

.overlay_line input {
	margin: 0 4px 0 4px;
}

.overlay_line select {
	margin: 0 4px 0 4px;
}

.overlay_line input.equal-width {
	width: 144px;
}

.overlay_line input#signin-password {
	margin-left: 33px;
}
.overlay_line input#signin-password-page {
	margin-left: 27px;
}
.overlay_boxes a {
	color: #999999;
	font-size: 10px;
	text-decoration: underline;
}


fieldset {
	padding: 10px 0 10px 0;
	width: 100%;
	border:0px;
	clear: both;
}

label {
	vertical-align: middle;
}

h2.searchHeader {
	margin-bottom: 3px;
	color: #f97b13;
	font-size: 13px; 
}

h2.searchHeader a {
		color: #f97b13; 
	}