@charset "utf-8";
/* CSS Document */

/*
 * Member Area Style Sheet
 * Eastern Chrysler Dodge Jeep
 *
 * Copyright © 2008 Eastern Chrysler Dodge Jeep. All Rights Reserved.
 * http://www.easternchrysler.ca
 *
 * Author: Kelsey Martens, kmartens@easternchrysler.com	
 * Created: August 5, 2008
 */


/*
    PROFILE
------------------------------------------------------ */

#members {
	margin: 25px -10px 25px -10px;
	clear: both;
	}
#members div.profile_line {
	border: 0;
	padding: 10px 10px 0 10px;
	margin: 10px 0 0 0;
	background: #c8e4ed url('/content/images/profile_top_bg.gif') no-repeat;
	width: 580px;
	height: 200px;
	float: right;
	}
#members div.profile_line_bottom {
	margin: 0 -10px 0 -10px;
	background: #c8e4ed url('/content/images/profile_bottom_bg.gif') no-repeat;
	width: 600px;
	height: 10px;
	}
#members div.photo_line {
	border: 0;
	padding: 10px 10px 0 10px;
	margin: 25px 0 0 0;
	background: #7dbdd1 url('/content/images/photo_top_bg.gif') no-repeat;
	width: 137px;
	height: 137px;
	float: left;
	position: absolute;
	}
#members div.photo_line_bottom {
	margin: 0 -10px 0 -10px;
	background: #7dbdd1 url('/content/images/photo_bottom_bg.gif') no-repeat;
	width: 157px;
	height: 10px;
	}
#members div.photo_box {
	padding: 0 ;
	margin: 0;
	border: 0;
	width: 137px;
	height: 137px;
	}
#members div.profile_box {
	padding: 0;
	margin: 0;
	border: 0;
	height: 190px;
	}
#members div.photo_box img {
	margin: 0;
	border: 1px solid #ffffff;
	text-align: center;
	}
#members h4 {
	font-size: 27px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0 0 95px;
	}
#members p {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 2px 95px;
	}
#members p.email {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 10px 95px;
	}

#members_vehicle {
	margin: 25px -10px 25px -10px;
	height: 350px;
	clear: both;
	}
#members_vehicle div.vehicle_line {
	border: 0;
	padding: 10px 10px 0 10px;
	margin: 10px 0 0 0;
	background: #dde8ec url('/content/images/profile_vehicle_top_bg.gif') no-repeat;
	width: 340px;
	height: 310px;
	float: left;
	position: absolute;
	z-index: 1;
	}
#members_vehicle div.vehicle_line_bottom {
	margin: 50px -10px 0 -10px;
	background: #dde8ec url('/content/images/profile_vehicle_bottom_bg.gif') no-repeat;
	width: 360px;
	height: 10px;
	}
#members_vehicle div.vehicle_photo_line {
	border: 0;
	padding: 10px 10px 0 10px;
	margin: 25px 0 0 320px;
	background: #b8cad1 url('/content/images/vehicle_photo_top_bg.gif') no-repeat;
	width: 327px;
	height: 252px;
	float: right;
	position: absolute;
	z-index: 2;
	}
#members_vehicle div.vehicle_photo_line_bottom {
	margin: 0 -10px 0 -10px;
	background: #b8cad1 url('/content/images/vehicle_photo_bottom_bg.gif') no-repeat;
	width: 347px;
	height: 10px;
	}
#members_vehicle div.vehicle_photo_box {
	padding: 0 ;
	margin: 0;
	border: 0;
	width: 325px;
	height: 250px;
	}
#members_vehicle div.vehicle_box {
	padding: 0;
	margin: 0;
	border: 0;
	height: 250px;
	}
#members_vehicle div.vehicle_photo_box img {
	margin: 0;
	border: 1px solid #ffffff;
	text-align: center;
	}
#members_vehicle h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0 10px 8px;
	width: 285px;
	}
#members_vehicle p {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 2px 8px;
	width: 285px;
	}
#members_vehicle p b {
	font-weight: bold;
	}
#members_vehicle p i {
	font-style: italic;
	}

/*
    SAVED
------------------------------------------------------ */

#saved_list {
	margin: 25px -15px 25px -10px;
	min-height: 800px;
	clear: both;
	}
#saved_list div.saved_item {
	border: 0;
	padding: 0;
	margin: 10px 10px 0 0;
	width: 215px;
	height: 650px;
	float: left;
	}
#saved_list div.saved_item_top1 {
	border: 0;
	padding: 10px 10px 0 10px;
	margin: 0;
	background: #d7ecf2 url('/content/images/saved_vehicle_top_bg1.gif') no-repeat;
	width: 195px;
	height: 610px;
	}
#saved_list div.saved_item_bottom1 {
	margin: 0;
	background: #d7ecf2 url('/content/images/saved_vehicle_bottom_bg1.gif') no-repeat;
	width: 215px;
	height: 10px;
	float: left;
	}
#saved_list div.saved_item_top2 {
	border: 0;
	padding: 10px 10px 0 10px;
	margin: 0;
	background: #e5eff2 url('/content/images/saved_vehicle_top_bg2.gif') no-repeat;
	width: 195px;
	height: 610px;
	}
#saved_list div.saved_item_bottom2 {
	margin: 0;
	background: #e5eff2 url('/content/images/saved_vehicle_bottom_bg2.gif') no-repeat;
	width: 215px;
	height: 10px;
	float: left;
	}
#saved_list div.saved_item img {
	margin: 5px 0 0 0;
	border: 1px solid #75abbb;
	text-align: center;
	}
#saved_list div.saved_item img.vehicle_sold {
	margin: 5px 0 0 0;
	border: 1px solid #ff0000;
	text-align: center;
	position: absolute;
	z-index: 1;
	}
#saved_list h3 {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
	margin: 5px 0 5px 0;
	width: 195px;
	}
#saved_list h3 a:link, #saved_list h3 a:active, #saved_list h3 a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
#saved_list h3 a:hover {
	color: #003947;
	text-decoration: none;
	}
#saved_list p {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 2px 0;
	width: 195px;
	}
#saved_list p b {
	font-weight: bold;
	}
#saved_list p i {
	font-style: italic;
	}

#saved_list div.saved_count_box1 {
	padding: 0;
	margin: 0 0 0 10px;
	border: 0;
	float: left;
	width: 165px;
	}
#saved_list div.saved_count_box2 {
	padding: 0;
	margin: 0;
	border: 0;
	float: left;
	width: 55px;
	}
#saved_list div.saved_count_box3 {
	padding: 0;
	margin: 0;
	border: 0;
	float: left;
	width: 150px;
	}
#saved_list p.saved_count {
	font-size: 18px;
	font-weight: bold;
	color: #165988;
	line-height: 35px;
	margin: 0;
	}
#saved_list p.saved_count_number {
	font-size: 40px;
	font-weight: bold;
	color: #165988;
	line-height: 35px;
	text-align: center;
	width: 55px;
	margin: 0;
	}
#saved_list p.remove_saved {
	font-size: 10px;
	color: #333333;
	text-align: center;
	margin: 0;
	}
#saved_list p.remove_saved a:link, #saved_list p.remove_saved a:active, #saved_list p.remove_saved a:visited {
	color: #333333;
	text-decoration: underline;
	}
#saved_list p.remove_saved a:hover {
	color: #333333;
	text-decoration: none;
	}

#saved_list .saved_moreinfo {
	position: relative;
	background: url('/content/images/button_white_more_over.gif') no-repeat;
	white-space: nowrap;
	text-align: center;
	display: block;
	width: 155px;
	height: 26px;
	margin: 15px 0 3px 20px;
	padding: 0;
	border: 0;
	}
#saved_list .saved_moreinfo a {
	display: block;
	color: #00292d;
	font-size: 12px;
	font-weight: bold;
	width: 155px;
	height: 26px;
	float: left;
	text-align: center;
	text-decoration: none;
	border: 0;
	}
#saved_list .saved_moreinfo a:hover {
	color: #00292d;
	text-decoration: none;
	}
#saved_list .saved_moreinfo img {
	width: 155px;
	height: 26px;
	margin: 0;
	border: 0;
	}
#saved_list .saved_moreinfo a img {
	margin: 0;
	border: 0;
	}
* html a:hover {visibility:visible}
#saved_list .saved_moreinfo a:hover img {visibility:hidden;}
#saved_list .saved_moreinfo span {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 32px;
	top: 5px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	}

#saved_list p.orig_price {
	color: #647f86;
	font-size: 13px;
	font-weight: bold;
	text-decoration: line-through;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 50px;
	float: left;
	}
#saved_list p.sale_price {
	color: #ff0000;
	font-size: 22px;
	font-weight: bold;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0 0 -4px 0;
	width: 120px;
	}
#saved_list p.reg_price {
	color: #0f507d;
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 -4px 0;
	}
#saved_list p.payments {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #0076b4;
	margin: 5px 0 7px 0;
	}
#saved_list p.payments span {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	}

#saved_list div.economy_box_wrap {
	padding: 0;
	margin: 7px 0 7px 0;
	border: 1px solid #a3cad5;
	width: 190px;
	height: 70px;
	background: #ffffff;
	}
#saved_list div.economy_box {
	padding: 5px;
	margin: 0 auto;
	border: 0;
	width: 52px;
	height: 50px;
	float: left;
	}
#saved_list div.economy_box img {
	text-align: center;
	margin: 3px 0 0 0;
	border: 0;
	}
#saved_list div.economy_box p.economy {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	width: 50px;
	}
#saved_list div.economy_box p.economy_type {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	width: 50px;
	}
#saved_list div.economy_box p.economy_desc {
	font-size: 8px;
	text-align: center;
	width: 50px;
	}

div.show {
	margin: 10px -10px 0 -10px;
	padding: 5px 10px 3px 10px;
	border: 1px solid  #91b9cf;
	background: #d7ecf2;
	cursor: pointer;
	}
div.show p {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #333333;
	line-height: normal;
	margin: 0;
	padding: 0;
	border: 0;
	}
div.show p a {
	font-weight: bold !important;
	color: #333333;
	}
div.show p a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	}
div.show p span {
	color: #006bb6;
	text-decoration: underline;
	}

#contact_info {
	display: none;
	}
#contact_info_show {
	display: inline;
	}
#vehicle_info {
	display: none;
	}
#vehicle_info_show {
	display: inline;
	}

#legal {
	margin: 20px -10px 0 -10px;
	padding: 10px;
	border: 0;
	background: #e4e4e4;
	}
#legal div {
	margin: 0;
	padding: 10px;
	border: 0;
	height: 65px;
	overflow: auto;
	}
#legal p {
	font-size: 10px;
	font-weight: normal;
	color: #474747;
	text-align: justify;
	line-height: normal !important;
	margin: 0;
	}
#legal p.accept {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 5px 10px 2px 10px;
	}
#legal p.accept label {
	color: #ff0000;
	cursor: pointer;
	}
#legal label.nomargin {
	font-size: 13px !important;
	font-weight: bold !important;
	margin: -17px 0 0 10px;
	padding: 0 15px 0 15px;
	width: 350px !important;
	float: none;
	}
#members_signin label.nomargin {
	font-size: 13px !important;
	font-weight: bold !important;
	margin: -15px 0 0 -10px !important;
	padding: 0;
	width: 250px !important;
	float: none !important;
	}

-->