/*
	Utility
*/
.floatLeft { float: left; }
.floatRight { float: right; }
.clear		{ clear: both; }




* {
	padding:0; margin:0;
	font-family: " Verdana", sans-serif;
}

html, body {
	height: 100%;
	text-align:center;
	background-color: #f8f7e5;
	margin: 0;
	padding: 0;
}
hr {
	width: 98%;
	background-color: #cccccc;
	color: #cccccc;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}
h2 { 
	margin: 40px 0 2px 0;
	color: #44c22d;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: bold;
}

a {
	color: #3f894d;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
}


ul.imagecontrols  { 
	list-style-type: none; 
}
ul.imagecontrols li { 
	display: inline; 
	padding: 0 5px 0 21px; 
}
ul.imagecontrols li.delete { 
	background: url('images/delete.png') no-repeat top left; 
}
ul.imagecontrols li.rotate { 
	background: url('images/rotate.png') no-repeat top left; 
	padding-left: 18px; 
}



.pagination {text-align: center;}


#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	}	
	#container h3 {
		padding: 25px 25px 10px 25px;
		font-weight: normal;
	
}
#header { 
	background-color:#3F894D;
	background-image: url('images/bg_dealerHeader4.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 100px 0 0 0;
	width: 100%;
	height: 86px;
	margin-bottom: 15px;
	}
	#header h1 {
		color: #fff;
		text-align: center;
		font-family: sans-serif;
		padding: 3px;
		margin: 0 auto;
		background: #3F894D;
		width: 502px;
}
	

h2.successmsg {
	color: #6E9D5D;
	background-color: #EDFFDF;
	padding: 10px;
}
h2.errormsg, .errormsg {
	color: #fff;
	background-color: #FF0000;
	padding: 10px;
}
.errormsg a {
	color:#fefefe;
	text-decoration: underline;
}

#wrapper {width: 950px;  margin:0 auto;}



#navSecondary {
	margin: 0;
	padding-left: 45px;
	list-style-type: none;
	width: 650px;
	float: left;
	}
	#navSecondary li {
		display: inline;
		text-align: center;
		height: 43px;
		width: 123px;
		float: left;
		margin-right: 12px;
		
	}
	#navSecondary li a {
		background: url(images/bg_nav.jpg) repeat-x bottom left #ffffff;
		border: 2px solid #cccccc;
		border-bottom: 0;
		display: block;
		padding: 4px 20px 10px 20px;
		text-decoration: none;
		font-size: 24px;
		color: #666666;
		font-weight: bold;
	}
	#navSecondary li a:hover {
		background-color: #fff;
		background-image: none;
		border-top: 8px solid #87795e;
		padding-top: 0;
		padding-bottom: 6px;
	}

	
#dealerEdit .detail a, #dealerVisit .visit a, #dealerPhotos .photos a, #dealerInternal .internal a {
	background-color: #fff;
	background-image: none;
	border-top: 8px solid #87795e;
	padding-top: 0;
	padding-bottom: 7px;
	color: #333333;
	margin-top: 1px;
	position: relative;
	z-index: 2;
	width: 80px;
	
}
#navSecondary li.internal {
	float:right;
}



/******* Photos Page **********/

#dealerPhotos #formButtons {margin: 0 70px 0 auto;}
#dealerPhotos #navPanel #mdUpdate input[type=text] {width: 140px;}
#dealerPhotos #content form #steps {margin-left:0;}
#dealerPhotos th {font-size: 12px;}
#dealerPhotos table { margin-right: 23px; width: 260px; }
#dealerPhotos td img { margin: 10px 0; }
#dealerPhotos td.sml { width: 15px; }
#dealerPhotos #photoupload { margin-top: 10px; width:375px; background: #E9F0FA; padding: 25px 0 75px 0; text-align: center; }
#dealerPhotos #uploadifyUploader { margin: 10px 0; display: pointer; }
#dealerPhotos .uploadifyQueueItem { width: 340px; margin: 0 auto; }
#dealerPhotos #formButtons { margin-right: 85px; }
#dealerPhotos td.image img  { margin: 30px 0 5px 0; }
#dealerPhotos td.storefront   { width: 100px; text-align: center; }
#dealerPhotos p.errormsg   { margin-bottom: 30px; }




/******* Complete Page **********/
h2.step_title {
	padding: 0 0 0 5px;
	font-size: 24px;
	color: #333;
	background: #f6f6f6;
}
div.section {
	background:#fff;
	padding: 15px 10px 15px;
	margin: 20px 0;

}
#dealerComplete h2.first {
	margin-top: 0;
}

#dealerComplete h3 {
	background-color: #EDFFDF;
}

/******* Record Header **********/
#recordHeader {
	margin-bottom: 50px;
	background: #f6f6f6;
	padding: 10px 10px 30px 10px;
	border: 2px solid #cccccc;
	}
	#recordHeader h1 {
		float:left; 
		margin-top: 15px;
		color: #333333;
		}
		#recordHeader #recordName {
			float:right; 
			margin-right: 10px; 
			text-align:right;
			color: #666666;
		}
		#recordHeader #recordName h3 {
			margin-bottom: 0; 
			padding-right: 0; 
			padding-bottom: 0;
			}
		#recordHeader #recordImage {
			float: right; 
			margin-top: 3px; 
			margin-right: 15px;
			}
			#recordHeader #recordImage img {
				margin: 0; 
				border: 2px solid #cccccc;
			}

p.lastupdated {
	float: right;
	font-style: italic;
	width: 100%;
	text-align: right;
	margin-top: -40px;
	font-size: 12px;
}
/******** Visit Form ************/

#visitfields .button { width:100px; height: 24px; padding: 0; }
#dealerVisit label { width:90px; }
#dealerVisit input { padding:4px; }
#visitfields {
	float:left;
	margin: 0 0 15px 0;
	border: none;
	width: 650px;
}
.noborder { border: 0;}


#dealerVisit td {padding-right: 10px;}

ol.steps {margin: 10px 0 0 20px;}

.formContainer {
	padding: 10px;
	margin-bottom: 15px;
	height: 30px;
}
	
.visitC {
	background: #EDFFDF;
}
.visitIC {
	background: #F6F6F6;
}
.visitC a, .visitNC a {
	float: right;
	width: 50px;
	display: inline;
}
.visitC input.button, .visitIC input.button {
	display: none;
}
.visitC input.hasDatepicker, .visitNS input.hasDatepicker, .visitIC input.hasDatepicker {
	background: transparent;
	border: 0;
	font-weight: bold;
	color:#000000;
}


.visitNC, .visitNS {
	background: #F6F6F6;
}

.visitNC input.button {
	display: inline;
}

.visitNS input.button {
	display: none;
}

#content {
	float: left;
	margin: 0 0 20px 0;
	text-align: left;
	width: 666px;
	min-height: 700px;
	padding: 10px 30px 30px 30px;
	background: #fff;
	border: 2px solid #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	#content form .grey {
			color: #C4BFB8;
		}
			
	#content form .category {
		float: left; 
		margin: 0 2px 5px; 
		width: 90px; 
		border: none;
		}
		form .category:focus {
			border:none;
	}
	#content form .competitor {
		margin-right: 85px;
		width: 200px;
	}
	#content form em {
		display:block;
		float:left;
		margin-right: 8px;
	}
	#content form .photos {
		margin:15px 15px 8px 15px;
		border: 2px solid #de805c;
	}
	#content form .storefront {
		margin-left: -143px;
	}
	#content form .checkbox {
		margin-left: 12px;
		margin-top: 0;
	}
	
	#formButtons {
		padding:20px 0 70px 0;
		}
		#formButtons h4 {
			margin: 20px 0;
			color: #29231E;
}

#navPanel {
	text-align: left;
	padding-top:30px;
	float: right;
	width: 200px; /*Width of right column in pixels*/
	}
	#navPanel  * {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	#navPanel h2 {
		color: #333333;
		font-size: 24px;
		margin: 20px 0 10px 0;
	}
	#navPanel ul li a {
		background: #ebead3;
		border-top:1px dotted #d3d3d3;
		display:block;
		font-size:14px;
		padding:10px 0pt 10px 20px;
		text-decoration:none;
		background-repeat: no-repeat;
		background-position: left center;
		padding-left:35px;
		color: #87795E;
		}
		#navPanel ul li a:hover {
			background: #d7e79e;
			background-repeat: no-repeat;
			background-position: left center;
		}
		.dealerAdmin #mdNew a, #dealerManage #mManage a, #dealerNew #mManage a, #dealerEdit #mManage a, #dealerComplete #mManage a, #dealerSearch #mManage a, #dealerSubmitted #mManage a {
			background-color: #d7e79e;
		}
		#home #mHome a {
			background-color: #d7e79e;
		}
		#dealerTools #mTools a {
			background-color: #d7e79e;
		}
	
	#navPanel #mdRemove a {
		background-image: url('images/mdRemove.gif');
	}
	#navPanel #mdAdd a {
		background-image: url('images/mdAdd.gif');
	}
	#navPanel #mdNew a {
		background-image: url('images/mdNew.gif');
	}
	#navPanel #mdReport a {
		background-image: url('images/mdReport.gif');
	}
	#navPanel #mdMyDealers a {
		background-image: url('images/mdMyDealers.gif');
	}
	#navPanel #mdUpdate p {
		font-size: 11px;
	}
	#navPanel #mdUpdate form {
		background-color: #d7e79e; 
		padding: 5px;
		margin-bottom: 5px;
		}
		#navPanel #mdUpdate input {
			width: 140px;
			background: #ebead3;
			padding: 7px;
			border: 1px solid #6e9d5d;
			margin-top: 5px;
			color: #87795E;
			margin-bottom: 3px;
			
			}
		 #navPanel #mdUpdate .button{
			width: 26px;
			margin-left: 3px;
			margin-top: 5px;
			padding: 6px 0;
			font-size: 10px;
			color: #ffffff;
			background-image: none;
			
			
			border-left: 3px solid #44c22d; 
			border-top: 3px solid #44c22d;
			border-right: 3px solid #036351;
			border-bottom: 3px solid #036351;
			background: #6e9d5d none repeat scroll 0% 50%;
	}
	#navPanel #mHome a {
		background-image: url('images/mHome.gif');
	}
	#navPanel #mLogout a {
		background-image: url('images/mLogout.gif');
	}
	#navPanel #mDownloads a {
		background-image: url('images/mDownloads.gif');
	}
	#navPanel #mManage a {
		background-image: url('images/mManage.gif');
	}
	#navPanel #mTools a {
		background-image: url('images/mTools.gif');
	}
	#navPanel #npProducts li a {
		background-color: transparent;
		padding-left:20px;
	}
	#navPanel #npProducts li a:hover {
		background-color: #d7e79e;
		padding-left:20px;
	}
	#navPanel #chainNav {
		margin-top: 10px;
		}
		#navPanel #chainNav a.current {
			background-color: #d7e79e;
}

#dealerManage ol {
	margin-left: 15px;
}


.clearBoth {
  clear:both;
}

#footer {
	height: 20px;
	margin-top: 20px;
	padding-top: 10px;
	background: #87795E url('images/dealer_coastalLogo.jpg') no-repeat top right;
	clear:left;
	border-top: 2px solid #fff;
	}
	#footer, .push {
		height: 4em;
		clear: both;
	}

	
	#radupload {
		padding:0px;  margin:20px auto;
		width:290px;
		border: 1px solid #336699;
	}
		
				
	#searchForm {
		background-image: url('../../images/dealer_search2.jpg'); 
		background-repeat: no-repeat;
		height: 92px;
		width: 685px;
		margin: 0 auto 100px auto;

		}
	#dealerSearch #content h2 {
		margin-top: 0;
	}


/************  HOME PAGE STYLE BEGIN ************/

	#home #content ul {
		list-style-type: none;
		margin-bottom: 20px;
		width: 600px;
		}
		#home #content ul li{
			background-image: url(images/arrow.png);
			background-repeat: no-repeat;
			background-position: 0;
			padding: 3px 0 3px 20px;
			margin: .4em 0;
	}
	#home #content h2 {
		margin-bottom:10px;
		padding: 14px 10px;
		text-transform:uppercase;
		background: #EDFFDF;
		font-size: 18px;
	}	
	
	#home #content h3 {
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
#home #content .productImage {
	padding: 3px;
	border: 1px dotted #87795E;
	margin-right: 10px;
	}

/************  HOME PAGE STYLE END ************/
		
		

/****** Tableless Form Style ******/
	label,input,select {
		display: block;
		width: 200px;
		float: left;
		margin-bottom: 10px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}	
	label {
		color: #29231E;
		text-align: left;
		width: 230px;
		padding-right: 20px;
	}
		
	input, select, textarea {
		margin-right: 10px;
		background-color: #fff;
		padding: 2px;
		color: #000;
		border: 2px solid #cccccc;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		} 
		input:focus, select:focus, textarea:focus {
			border: 1px solid #e37d64;
	}
	.radio {
		width:15px;
		padding:0;
		margin-left:0;
		margin-right:0;
		border:none;
		}
	.button {
		border-left: 3px solid #44c22d; 
		border-top: 3px solid #44c22d;
		border-right: 3px solid #036351;
		border-bottom: 3px solid #036351;
		background: #3F894D none repeat scroll 0% 50%; 
		-moz-background-clip: -moz-initial; 
		-moz-background-origin: -moz-initial; 
		-moz-background-inline-policy: -moz-initial; 
		color: white; 
		font-weight: bold; 
		font-family: Verdana;
		width: 220px;
		cursor: pointer;
	}
	
	br {
		clear: left;
	}
	
	
/******* My Dealers BEGIN ********/	

.stat-table 			{ width: 650px; margin-bottom: 30px; }
.stat-table td	 		{ text-align: center; padding: 10px 5px; }
.stat-table tr.totals		{ background: #efefef; }
.stat-table tr.totals td	{ padding: 3px; font-size: 13px; color: #7f7f7f; }
.stat-table tr.title td		{ width: 120px; text-align: left; font-weight: bold; border-right: 1px solid #efefef; }
.stat-table tr.title td	span	{ font-weight: normal; margin-top: 3px; display: block;}
.stat-table tr.percent td	{ font-weight: bold; font-size: 16px; }
.stat-table td span		{ color: #58C135; font-size: 13px; }
.stat-table tr.heading td	{ text-align: left; padding: 0; font-size: 10px; text-transform: uppercase; }
#dealerResults h4		{ color: #4f4f4f; } 
#myDealers a.rep,
#myDealers a.email		{ padding-left: 0; } 
a img				{ border: 0; }
.hide				{ display: none; }

#myDealers #form1 { height: 50px; }
#myDealers #form1 input { width: 50px; }
#myDealers #form1 label { width: 100px; }
#myDealers .icon { display:none; }

#myDealers tr.parent {
	/*background-color: #e4e4e4;*/
	background-color: #f4f4f4;
	}
#myDealers tr.collapse td.lrg {
	background: url(images/arrow-collapse.png) no-repeat 0 50%;
	padding-left: 14px;
}
#myDealers tr.expand td.lrg {
	background: url(images/arrow-expand.png) no-repeat 0 50%;
	padding-left: 14px;
}
#myDealers tr.expand td {
	font-weight: bold;
}
#myDealers tr.child {
	background-color: #fff;
}
		

.dealersTable {
	width: 650px;
}
.dealersTable td {
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 8px 8px 0;
	font-size: 12px;
}
.dealersTable tr.headings {
	background-color:#C7D8EB;
}
.dealersTable tr.parent {
		background-color: #f4f4f4;
		}
.dealersTable tr.highlight {
	background-color: #eee;
}
.dealersTable td.num {
	padding-left: 8px;
	width: 18px;
}
.dealersTable td.sm {
	width: 25px;
}
.dealersTable td.med {
	width: 60px;
}
.dealersTable td.lrg {
	width: 107px;
}
.dealersTable th {
	text-align: left;
	padding: 8px 8px 8px 0;
	font-size: 12px;
}
.dealersTable a {
	padding-left: 19px;
	}
	.dealersTable a.complete {
		background: url(images/complete.png) no-repeat center left;
	}
	.dealersTable a.notcomplete {
		background: url(images/notcomplete.png) no-repeat center left;
	}
	.dealersTable a.newstore {
		background: url(images/newstore.png) no-repeat center left;
		color: #666666;
}

.tablekey td.keydesc {
	padding: 0 10px 3px 3px;
}
	
/******* Validation Style BEGIN ********/

.rating {
	font-weight:bold;
	margin-left: 5px;
 }

.error {
	font-family: Tahoma;
	font-size: 8pt;
	color: red;
	display:none;
  }
  .errorLabel {
	background-image: url(../../images/error-graphic.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
  }

.fixedLabel{
	background-image: url(astrick.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px;
	padding-bottom: 5px;
}

.required{
	color:#FF0000;
}

.errortxt{
	color: #FF0000;
	display:none;
}

#errorwarning{
	color: #FFFFFF;
	padding: 6px 15px;
	background-color: #FF0000;
	border-left: 15px solid #990000;
	margin:5px 0;
	display:none;
}

.requiredcontainer{
	color:#999999;
	text-align:right;
	float:right;
	width:75px;
}

/******* Validation Style END ********/




