/*******************agents**************************/


.agentPage .agentsList {
	margin-top:5px;
	margin-bottom:10px;
	}
	
.agentPage .agentsList fieldset {
	padding:10px 10px 0 10px;
	margin-top:10px;
	border-top:solid 1px #8e8e8e;
	border-bottom:solid 1px #8e8e8e;
	overflow:hidden;
	}
	
.agentPage .agentsList fieldset select {
	width:299px;
	margin-bottom:10px;
	float:left;
	}
	
.agentPage .agentsList fieldset input.zipCode {
	width:121px;
	margin-left:10px;
	height:14px;
	float:left;
    margin-bottom: 8px;
	}
	
.agentPage .agentsList fieldset input.searchAgents {
	margin:0px 0 10px 0;
	padding:3px 8px 2px 8px;
	-webkit-border-radius: 5px;
    border-radius: 5px; 
    border:1px solid #666;   
    display:block; 
    background: rgb(167,167,167);  
    background: -moz-linear-gradient(top,  rgba(167,167,167,1) 0%, rgba(99,99,99,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,167,167,1)), color-stop(100%,rgba(99,99,99,1)));
    background: -webkit-linear-gradient(top,  rgba(167,167,167,1) 0%,rgba(99,99,99,1) 100%);
    background: -o-linear-gradient(top,  rgba(167,167,167,1) 0%,rgba(99,99,99,1) 100%);
    background: -ms-linear-gradient(top,  rgba(167,167,167,1) 0%,rgba(99,99,99,1) 100%);
    background: linear-gradient(to bottom,  rgba(167,167,167,1) 0%,rgba(99,99,99,1) 100%);    
	text-shadow: 0px 0px 1px #212208;
    filter: dropshadow(color=#212208, offx=1, offy=1);
    cursor:pointer;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	width:130px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a7a7', endColorstr='#636363',GradientType=0 );   
	}
	
.agentPage .agentsList ul li.selected 
{
    background-color:#efefef;
}

.agentPage .agentsList ul li,
.checkoutPages .agentsList ul li {
	margin-left:0;
	margin-bottom:7px;
	overflow:hidden;
	border-bottom:solid 1px #d3d3d3;
	padding-bottom:3px;
	}
	
.agentPage .agentsList ul li h2,
.checkoutPages .agentsList ul li h2 {
	font-weight:bold;
	color:#5b5b5b;
	font-size:12px;
	margin-bottom:0;
	}

.checkoutPages .agentsList ul li .agentAddress {
	margin-left:24px;
	}
	
.agentPage .agentsList ul li .agentAddress a,
.checkoutPages .agentsList ul li .agentAddress a {
	text-decoration:underline;
	color:#5b5b5b;
	}
	
.agentPage .agentsList ul li .agentAddress span,
.checkoutPages .agentsList ul li .agentAddress span {
	display:block;
	color:#5b5b5b;
	}

.agentPage .agentsList ul li .agentActions, 
.checkoutPages .agentsList ul li .agentActions {
	margin-top:5px;
	}
	
.agentPage .agentsList ul li .agentActions a,
.checkoutPages .agentsList ul li .agentActions a  {
	font-weight:bold;
	text-decoration:underline;
	display:block;
	float:left;
	margin-right:10px;
	}
	
/*******************agentview**************************/

.checkoutPages .map{
	margin-top:15px;
	}
	
.agentPage .map{
	margin-top:40px;
	}

.agentPage .agentView,
.checkoutPages .agentView {
	margin-top:5px;
	margin-bottom:10px;
	}


	
.checkoutPages .step3 .orderOption {
	padding-top:10px;
	}
	
.checkoutPages .step3 .orderOption span {
	font-weight:bold;
	}

.checkoutPages .step3 .orderOption p {
	margin-left:22px;
	margin-bottom:0px;
	}
	
.agentPage .agentView fieldset,
.checkoutPages .agentView fieldset{
	padding:10px 10px 10px 10px;
	margin-top:10px;
	border-top:solid 1px #8e8e8e;
	border-bottom:solid 1px #8e8e8e;
	background-color:#eee;
	overflow:hidden;
	}
	
	
.agentPage .agentView fieldset input.zipCode,
.checkoutPages .agentView fieldset input.zipCode {
	width:80px;
	margin-left:10px;
	height:14px;
	float:left;
	}
	
.agentPage .agentView fieldset input.addressLine,
.checkoutPages .agentView fieldset input.addressLine {
	width:200px;
	height:14px;
	float:left;
	}
	
	
.agentPage .agentView fieldset input.searchAgents,
.checkoutPages .agentView fieldset input.searchAgents {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	float:left;
	text-align:center;
	padding:3px 0px 3px 5px;
	margin-top:0px;
	margin-right:0px;
	margin-left:10px;
	width:127px;
	cursor:pointer;
	-webkit-border-radius: 5px;
    border-radius: 5px; 
    border:1px solid #666;   
    display:block; 
    background: rgb(167,167,167);  
    background: -moz-linear-gradient(top,  rgba(167,167,167,1) 0%, rgba(99,99,99,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,167,167,1)), color-stop(100%,rgba(99,99,99,1)));
    background: -webkit-linear-gradient(top,  rgba(167,167,167,1) 0%,rgba(99,99,99,1) 100%);
    background: -o-linear-gradient(top,  rgba(167,167,167,1) 0%,rgba(99,99,99,1) 100%);
    background: -ms-linear-gradient(top,  rgba(167,167,167,1) 0%,rgba(99,99,99,1) 100%);
    background: linear-gradient(to bottom,  rgba(167,167,167,1) 0%,rgba(99,99,99,1) 100%);    
	text-shadow: 0px 0px 1px #212208;
    filter: dropshadow(color=#212208, offx=1, offy=1);
    cursor:pointer;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a7a7', endColorstr='#636363',GradientType=0 );   
	}
	
.agentPage .agentView input.back {
	padding:3px 8px 2px 8px;
	-webkit-border-radius: 5px;
    border-radius: 5px; 
    border:1px solid #666;   
    display:block; 
    background: rgb(167,167,167);  
    background: -moz-linear-gradient(top,  rgba(167,167,167,1) 0%, rgba(99,99,99,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,167,167,1)), color-stop(100%,rgba(99,99,99,1)));
    background: -webkit-linear-gradient(top,  rgba(167,167,167,1) 0%,rgba(99,99,99,1) 100%);
    background: -o-linear-gradient(top,  rgba(167,167,167,1) 0%,rgba(99,99,99,1) 100%);
    background: -ms-linear-gradient(top,  rgba(167,167,167,1) 0%,rgba(99,99,99,1) 100%);
    background: linear-gradient(to bottom,  rgba(167,167,167,1) 0%,rgba(99,99,99,1) 100%);    
	text-shadow: 0px 0px 1px #212208;
    filter: dropshadow(color=#212208, offx=1, offy=1);
    cursor:pointer;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a7a7', endColorstr='#636363',GradientType=0 );   
	text-align:center;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;

	}
		
.agentPage .agentView h2 {
	font-weight:bold;
	color:#5b5b5b;
	font-size:12px;
	margin-bottom:0;
	}
	
.agentPage .agentView h3 {
	font-weight:bold;
	color:#5b5b5b;
	font-size:12px;
	margin-top:10px;
	margin-bottom:0;
	}
	
.agentPage .agentView .agentAddress a {
	text-decoration:underline;
	color:#5b5b5b;
	}
	
.agentPage .agentView .agentAddress span {
	display:block;
	color:#5b5b5b;
	}
	
.agentPage .agentView p {
	color:#5b5b5b;
	margin-top:10px;
	}
	
.agentPage .agentView a {
	font-weight:bold;
	text-decoration:underline;
	margin-right:10px;
	}
	
.agentPage .agentView ul.imageList{
	margin-top:10px;
	}	

.agentPage .agentView ul.imageList li{
	
	}
	
.agentPage .agentView ul.imageList li .border{
	background-color:#fff;
	border:solid 1px #a9aaac;
	padding:4px;
	}
	
