@charset "UTF-8";

/* CSS Document */

.boldTitle {
	float: left;
	margin-right: 10px;
}

.editlink {
	cursor: pointer;
	display: block;
	float: left;
	background: url("../images/buttons/button-edit.png") no-repeat;
	width: 59px;
	height: 23px;
	text-indent: -99999px;
	outline: 0;
	margin-top:-5px;
	_margin-top:0px;
	hasLayout: 1;
}

.editlink:hover {
	background: url("../images/buttons/button-edit.png") bottom left;
	hasLayout: 1;
}

.updatelink {
	cursor: pointer;
	display: block;
	float: left;
	background: url("../images/buttons/button-update.png") no-repeat;
	width: 78px;
	height: 25px;
	text-indent: -99999px;
	outline: 0;
	margin-top: 5px;
	hasLayout: 1;
}

.updatelink:hover {
	background: url("../images/buttons/button-update.png") bottom left;
	hasLayout: 1;
}

.addlink {
	cursor: pointer;
	display: block;
	float: left;
	background: url("../images/buttons/button-addMoreProviders.png") no-repeat;
	width: 132px;
	height: 22px;
	text-indent: -99999px;
	outline: 0;
	margin-top:-3px;
	_margin-top:0px;
	margin-bottom:2px;
	hasLayout: 1;
}

.addlink:hover {
	background: url("../images/buttons/button-addMoreProviders.png") bottom left;
	hasLayout: 1;
}

.attachlink {
	cursor: pointer;
	display: block;
	float: right;
	background: url("../images/buttons/button-attach-files.png") no-repeat;
	width: 85px;
	height: 25px;
	text-indent: -99999px;
	outline: 0;
	hasLayout: 1;
}

.attachlink:hover {
	background: url("../images/buttons/button-attach-files.png") bottom left;
	hasLayout: 1;
}

.buttonHelp {
	color: #6a6a6a;
	font-weight: bold;
	float: left;
	margin-top: 5px;
}

.top20 {
	margin-top: 20px;
}

.underline {
	text-decoration: underline;
}

.bluelink {
	color: #00a0d2;
}

input.loginInputs {
	float: left;
	margin: 10px 10px 0 0;
}

.postlink {
	background: url("../images/buttons/button-action-postOrder.png") top left no-repeat;
	text-indent: -99999px;
	height: 25px;
	width: 95px;
	text-indent: -99999px;
	display: block;
	float: right;
	margin-right: 10px;
	hasLayout: 1;
}

.postlink:hover {
	background: url("../images/buttons/button-action-postOrder.png") bottom left no-repeat;
	hasLayout: 1;
}

#editDescription {
	margin-top: 50px;
	margin-left: 10px
}

#filesattached {
	margin-top: 5px;
}

#chargesLayout {
	text-align: right;
	margin-bottom: 15px;
}

#providersSelected {
	margin: 0px;
	padding: 0px;
	color: #D65300
}

#providersSelected li {
	list-style-type: none;
	margin-left: 0px;
	display: block;
	width: 150px;
	float: left;
}

input.curFocus,textarea.curFocus,radio.curFocus,select.curFocus,label.curFocus {
		background: #FBC2C4;
}

a#applyPromoCode{
	background:url("../images/buttons/button-apply-promo.png") no-repeat top left;
	width: 143px;
	height:24px;
	display:block;
}
	
a#applyPromoCode:hover{
	background-position:bottom left;	
}