/*******************Companies**************************/


.companyPage .companyList {
	margin-top:5px;
	margin-bottom:10px;
	}
	
.companyPage .companyList fieldset {
	padding:10px 10px 0 10px;
	margin-top:10px;
	border-top:solid 1px #8e8e8e;
	border-bottom:solid 1px #8e8e8e;
	overflow:hidden;
	}
	
.companyPage .companyList fieldset select {
	width:299px;
	margin-bottom:10px;
	float:left;
	}
	
.companyPage .companyList fieldset input.zipCode {
	width:121px;
	margin-left:10px;
	height:14px;
	float:left;
	}
	
	
.companyPage .companyList fieldset input.searchCompanies {
	background:url(../gfx/BgHorisontal.png) 0 -376px repeat-x;
	border:solid 1px #969696;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	float:left;
	text-align:center;
	height:20px;
	padding: 0px 0px 1px 2px;
	margin-top:0px;
	margin-right:0px;
	margin-left:10px;
	width:123px;
	cursor:pointer;
	}
	
.companyPage .companyList ul li.selected 
{
    background-color:#efefef;
}

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

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

.companyPage .companyList ul li .companyActions, 
.checkoutPages .companyList ul li .companyActions {
	margin-top:5px;
	}
	
.companyPage .companyList ul li .companyActions a,
.checkoutPages .companyList ul li .companyActions a  {
	font-weight:bold;
	text-decoration:underline;
	display:block;
	float:left;
	margin-right:10px;
	}
	
/*******************companyview**************************/

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

.companyPage .companyView,
.checkoutPages .companyView {
	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;
	}
	
.companyPage .companyView fieldset,
.checkoutPages .companyView fieldset{
	padding:10px 10px 10px 10px;
	margin-top:10px;
	border-top:solid 1px #8e8e8e;
	border-bottom:solid 1px #8e8e8e;
	background-color:#eee;
	overflow:hidden;
	}
	
	
.companyPage .companyView fieldset input.zipCode,
.checkoutPages .companyView fieldset input.zipCode {
	width:80px;
	margin-left:10px;
	height:14px;
	float:left;
	}
	
.companyPage .companyView fieldset input.addressLine,
.checkoutPages .companyView fieldset input.addressLine {
	width:200px;
	height:14px;
	float:left;
	}
	
	
.companyPage .companyView fieldset input.searchCompanies,
.checkoutPages .companyView fieldset input.searchCompanies {
	background:url(../gfx/BgHorisontal.png) 0 -376px repeat-x;
	border:solid 1px #969696;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	float:left;
	text-align:center;
	padding:1px 0px 3px 5px;
	margin-top:0px;
	margin-right:0px;
	margin-left:10px;
	width:120px;
	cursor:pointer;
	}
	
.companyPage .companyView input.back {
	background:url(../gfx/BgHorisontal.png) 0 -376px repeat-x;
	border:solid 1px #969696;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	padding:1px 0px 3px 5px;
	text-align:center;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;
	cursor:pointer;
	}
	
.companyPage .companyView h2 {
	font-weight:bold;
	color:#5b5b5b;
	font-size:12px;
	margin-bottom:0;
	}
	
.companyPage .companyView h3 {
	font-weight:bold;
	color:#5b5b5b;
	font-size:12px;
	margin-top:10px;
	margin-bottom:0;
	}
	
.companyPage .companyView .companyAddress a {
	text-decoration:underline;
	color:#5b5b5b;
	}
	
.companyPage .companyView .companyAddress span {
	display:block;
	color:#5b5b5b;
	}
	
.companyPage .companyView p {
	color:#5b5b5b;
	margin-top:10px;
	}
	
.companyPage .companyView a {
	font-weight:bold;
	text-decoration:underline;
	margin-right:10px;
	}
	
.companyPage .companyView ul.imageList{
	margin-top:10px;
	}	

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