/* === Quote Styling === */

#quoteContainer {
	margin: 20px auto 110px auto;
	width: 915px;
	color: #333;
}

#quoteTabs li {
	display: inline-block;
	width: auto;
	height: 15px;
	padding: 8px 20px 0px;
	border: 1px solid #666;
	border-bottom: none;
	background-color: #333333;
	color: #FFC480;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}

#quoteTabs li a {
	color: #FFC480;
	text-decoration: none;
}

#quoteTabs .selected {
	position: relative;
	top: 1px;
	background-color: #ffc480;
	color: #333333;
	padding-top: 15px;
	height: 21px;
	width: auto;
	font-size: 18px;
	font-weight: bold;
}

#quoteTabs li.right {
	margin-top: 13px;
	float: right;
}

#quoteTabs li.right a {
	cursor: pointer;
}

#quoteOuterBody {
	width: 885px;
	border: 1px #666 solid;
	padding: 20px 15px;
	-moz-box-shadow: 0px 10px 20px #888;
	-webkit-box-shadow: 0px 10px 20px #888;
	box-shadow: 0px 10px 20px #888;
	background: #FFC480;
}

#quoteInnerBody {
	width: 885px;

	border: 1px #999 solid;
	background-color: #FFF;
	overflow: visible;

	background: #F5F5F5;
	background: -moz-linear-gradient(left, #DDDDDD, #FFFFFF);
	background: -webkit-gradient(linear, left top, right top, from(#DDDDDD), to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#DDDDDD', EndColorStr='#FFFFFF', GradientType=1);
}
/* === Stage 1 === */

#quoteInnerBody.stage1 #top {
	padding: 36px 0 0 45px;
	height: 190px;
}

#consignment_container {
	margin:0;
	padding: 30px 0 15px 45px;
	/*border-bottom: 2px #666 solid;*/
}

#consignment_container ul.consignment {
	list-style:none;
}

#consignment_container ul.consignment li {
	display:inline-block;
	padding-right:40px;
	padding-top:15px;
}

#consignment_container ul.error {
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
}

#ddp_container {
	margin:0;
	padding: 30px 0 15px 45px;
	/*border-bottom: 2px #666 solid;*/
}

#ddp_container ul.ddp {
	list-style:none;
}

#ddp_container ul.ddp li {
	display:inline-block;
	padding-top:15px;
}

#ddp_container ul.error {
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
}

#rand_collection_container {
	margin:0;
	padding: 30px 0 15px 45px;
	/*border-bottom: 2px #666 solid;*/
}

#rand_collection_container ul.rand_collection {
	list-style:none;
}

#rand_collection_container ul.rand_collection li {
	display:inline-block;
	padding-right:40px;
	padding-top:15px;
}

#rand_collection_container ul.error {
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
}


#non-stackables {
	margin:0;
	padding: 30px 0 15px 45px;
	/*border-bottom: 2px #666 solid;*/
}

#non-stackables input {
	float: none;
}

#non-stackables label {
	padding: 8px 0px 8px 0px;
}

#quoteInnerBody.stage1 #top div {
	display: block;
	float: left;
	width: 45%;
}

#quoteInnerBody.stage1 #top label {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}

#quoteInnerBody.stage1 #top select {
	font-size: large;
}

#quoteInnerBody.stage1 #top input {
	padding: 5px;
	font-size: 14px;
	width: 100px;
}

#quoteInnerBody.stage1 #top .postcode_errors {
	display: block;
	/*margin: -10px 0 10px 20px;*/
	font-size: 13px;
	color: red;
	font-weight: bold;
}

#quoteInnerBody.stage1 #bottom {
	position: relative;
}

#quoteInnerBody.stage1 #bottom div {
	display: inline-block;
	font-size: 18px;
	padding-bottom: 50px;
}

#quoteInnerBody.stage1 h2 {
	font-size: 26px;
}

#quoteInnerBody.stage1 #bottom input {
	width: 40px;
	height: 30px;
	padding: 0;
	float: none;
	display: inline-block;
	border: 2px solid #333;
	text-align: center;
	margin: 0 4px;
	font-size: 14px;
}

#quoteInnerBody.stage1 #bottom input.formerror {
	background: #fcc;
}

#quoteInnerBody.stage1 #bottom li {
	margin-top: 20px;
	margin-left: 4px;
	height: 35px;
}

#quoteInnerBody.stage1 #bottom ul {
	margin-top: 27px;
	list-style: none;
}

#quoteInnerBody.stage1 #left {
	/*width: 170px;*/
	padding: 35px 0 0 50px;
}

#quoteInnerBody.stage1 #left .clear_button {
	margin-left: -40px;
	padding-right: 10px;
	cursor: pointer;
	text-decoration: underline;
}

#quoteInnerBody.stage1 #right ul {
	margin-left: 23px;
}

#quoteInnerBody.stage1 #right input {
	margin: 0 9px;
}

#quoteInnerBody.stage1 #right .x {
	display: inline-block;
	width: 20px;
	text-align: center;
}

#quoteInnerBody.stage1 #bottom button {
	width: 44px;
	height: 34px;
	border: 2px solid #333;
	background: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	margin-left: 26px;
}

#quoteInnerBody.stage1 #bottom button.add {
	margin-left: 26px;
}

#quoteInnerBody.stage1 #bottom input#getQuoteButton {
	position: absolute;
	right: 36px;
	bottom: 52px;
	border: none;
	width: auto;
	height: auto;
}

/* === Stage 2 === */

#quoteInnerBody .stage2 {
	padding: 25px 20px 120px 20px;
}

.popup.description {
	height: auto;
	width: 400px;
	text-align: center;
	border: none;
}

.popup.description p {
	height: auto;
	width: 300px;
	text-align: left;
}



#quoteInnerBody .stage2 h2 {
	margin-bottom: 18px
}

#cutoff {
	margin: 10px;
	float: right;
	font: bold 20px 'FranklinGothic', Arial, Helvetica, sans-serif;
	text-align: right;
}

#quoteInnerBody .stage2 table.formatted tr td.bookNow {
	background: #333;
	text-align: center;
	color: white !important;
	text-decoration: none !important;
	font-weight: bold;
	cursor: pointer;
}

#quoteInnerBody .stage2 table.formatted tr td.bookNow:hover {
	background: #444;
	text-decoration: none !important;
}

/* === Stage 3 === */
#hint
{
	cursor:pointer;
}

.tooltip
{
	margin:8px ;
	padding:8px ;
	border:1px solid black ;
	background-color: #FFC480 ;
	position: absolute ;
	z-index: 2 ;
}


#quoteInnerBody .stage3 #left {
	float: left;
	width: 340px;
	margin: 40px 0 40px 50px;
	padding: 0;
	border-right: 2px solid #999;
}

#quoteInnerBody .stage3 #right {
	float: right;
	width: 340px;
	margin: 40px 100px 40px 0;
}

#quoteInnerBody .stage3 #right ul.formelements {
	margin: 0;
}

#quoteInnerBody .stage3 #right input {
	margin: 0;
}

#quoteInnerBody .stage3 li.formelement {
	padding-top: 8px
}

#quoteInnerBody .stage3 ul.errors {
	float: none;
	margin: 10px 0 10px 40px;
	display: block;
}

#quoteInnerBody .stage3 input, #quoteInnerBody .stage3 label {
	display: inline-block;
	float: none;
}

#quoteInnerBody .stage3 label {
	width: 140px;
	font-size: 12px;
	font-weight: normal;
}

#quoteInnerBody .stage3 input, #quoteInnerBody .stage3 select {
	width: 140px;
}

#quoteInnerBody .stage3 input[type=text] {
	height: 20px;
	border: 2px #666 solid;
	padding: 2px 5px;
}

#quoteInnerBody .stage3 #right input[type=submit] {
	margin-top: 10px;
	width: auto;
}

.subTitle {
	font-size: 27px;
	font-weight: bold;
	display: inline-block;
	width: 149px;
}

.addressBook {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	border: 2px #666 solid;
	padding: 4px 37px;
	margin-bottom: 15px;
}

/* === Stage 4 === */

#quoteInnerBody .stage4 h2 {
	font-size: 27px;
	margin-bottom: 8px;
}

#quoteInnerBody .stage4 label {
	font-weight: normal;
	font-size: 15px;
	display: inline-block;
}

#quoteInnerBody .stage4 input[type=text], #quoteInnerBody .stage4 textarea {
	width: 140px;
	height: 20px;
	float: none;
	display: inline-block;
	font: 15px normal Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 2px solid #666;
}

#quoteInnerBody .stage4 #collection {
	margin-top: -40px !important;
	padding: 0px 44px 30px 44px !important;
	border-bottom: 2px #666 solid;
	width: 797px !important;
}

#quoteInnerBody .stage4 #collection div {
	width: 33%;
	float: left;
}

#quoteInnerBody .stage4 #top {
	border: 0;
	padding: 0;
	height: 180px;
	border-bottom: 2px solid #666;
}

#quoteInnerBody .stage4 #top div {
	vertical-align: top;
	margin: 0;
}

#quoteInnerBody .stage4 #topLeft,
#quoteInnerBody .stage4 #bottomLeft {
	width: 330px;
}

#quoteInnerBody .stage4 #bottomLeft input[type=radio] {
	margin: 10px;
	/*padding: auto;*/
	width: auto;
	height: auto;
}

#quoteInnerBody .stage4 #topLeft,
#quoteInnerBody .stage4 #topRight {
	overflow: hidden;
	float: left;
	width: 375px;
	padding: 44px 0 0 44px;
}

#quoteInnerBody .stage4 #topLeft select {
	font-size: large;
}

#quoteInnerBody .stage4 #bottomLeft {
	border-right: 2px solid #666;
	vertical-align: top;
	width: 375px;
}

#quoteInnerBody .stage4 #bottomLeft,
#quoteInnerBody .stage4 #bottomRight {
	display: inline-block;
	padding: 28px 0 0 44px;
}

#quoteInnerBody .stage4 .validationerrors {
	font-size: 12px;
	color: red;
	font-weight: bold;
	list-style-type: circle;
	margin: 5px 0 5px 20px;
}

#quoteInnerBody .stage4 #reference {
	padding: 15px;
	border-top: 2px solid #666;
	vertical-align: top;
	text-align: right;
}

#quoteInnerBody .stage4 #reference a {
	margin-left: 25px;
}

#quoteInnerBody .stage4 textarea {
	width: 300px;
	height: 20px;
    font-size: 11px;
    margin-top: 10px;
}

#quoteInnerBody .stage4 #bottomRight label {
	vertical-align: top;
}

#quoteInnerBody .stage4 #bottom li {
	height: auto;
	margin: 0;
}

#quoteInnerBody .stage4 ul {
	list-style-type: none;
}

#quoteInnerBody .stage4 #line_items input {
	width: 100px;
    height: 20px;
    margin-bottom: 5px;
}

#quoteInnerBody .stage4 #line_items .stage4-quantity {
	width: 40px;
}

#quoteInnerBody .stage4 #line_items .stage4-description {
	width: 300px;
}

#quoteInnerBody .stage4 #line_items .stage4-value {
	width: 60px;
}

#quoteInnerBody .stage4 #line_items .stage4-commodity-code {
	width: 150px;
}

#quoteInnerBody .stage4 #line_items .clear_button {
    font-style: italic;
    padding-right: 10px;
}
.popup p.buttons {
	margin: 30px 0px 20px;
	text-align: center;
}

.popup {
	width: 550px;
	padding: 10px;
	height: auto;
}

#booking_conditions p {
	margin-top: 10px;
}

#booking_conditions p, #booking_conditions center {
	margin-bottom: 10px;
}

#booking_conditions p.para {
	margin-left: 30px;
}

#booking_conditions p.para input {
	margin-left: -25px;
	margin-right: 10px;
}

#booking_conditions p.para a {
	color: inherit;
}

.goods_value select {
	font-size: 16px;
}

#quoteInnerBody .stage4 #collection ul.errors {
	margin: 0;
	display: block;
	clear: none;
	float: left;
	margin-left: 350px;
	margin-top: -20px;
	height: 20px;
	width: 450px;
	line-height: 20px;
	font-size: 12px;
	color: red;
	font-weight: bold;
	list-style-type: circle;
}

#quoteInnerBody .stage4 #collection ul.errors li {
	list-style-type: circle;
}

#quoteInnerBody .stage4 #collection label {
	min-width: 180px;
}

#quoteInnerBody .stage4 #collection select {
	font-size: large;
}

/* === Stage 5 === */

#quoteInnerBody.stage5 #service,
#quoteInnerBody .stage4 #collection,
#quoteInnerBody .stage4 #delivery {
	padding: 20px 0px;
	display: inline-block;
	width: 100%;
}

#quoteInnerBody.stage5 #collection,
#quoteInnerBody .stage4 #delivery {
	width: 50%;
	float: left;
}

#quoteInnerBody.stage5 #collection p,
#quoteInnerBody.stage5 #delivery p {
	border: 1px solid #333;
	margin: 5px;
	padding: 5px;
	width: 300px;
	float: left;
	font-size: 14px;
	background: white;
}

#quoteInnerBody.stage5 #collection p strong,
#quoteInnerBody.stage5 #delivery p strong {
	font-size: 16px;
}

#quoteInnerBody form.formatted .requiredIndicator {
	display: inline;
}

#quoteInnerBody .stage3 input[disabled] {
	background: transparent;
}

#stage3_form input[name=col_postcode].postcodeanywhere,
#stage3_form input[name=del_postcode].postcodeanywhere {
	width: 117px !important;
	border-right: none !important;
	margin-right: -5px !important;
	vertical-align: 9.5px !important;
}

#stage3_form .formelement table {
	border: 0;
	height: 20px;
	width: 150px;
	float: right;
/*	margin-right: 35px;*/
}

#stage3_form .postcode-lookup {
    position: absolute;
    border: 2px #666 solid;
    margin-left: -2px;
    line-height: 60px;
    padding: 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    font-size: 24px;
    color: white;
    font-weight: bold;
	background: white url('/images/search-glyph.png') no-repeat center center;
}

#quoteInnerBody form.formatted .requiredIndicator {
 display: none;
}

#quoteInnerBody.stage5 .helpButtonLink {
	width: 34px;
	height: 18px;
	display: inline-block;
}

#quoteInnerBody.stage5 .helpButtonLink div {
	width: 24px;
}

#quoteInnerBody.stage5 .printButtonLink {
	width: 34px;
	height: 18px;
	display: inline-block;
}

#quoteInnerBody.stage5 .printButtonLink div {
	width: 24px;
}


.quote-email input {
	width: 40px;
	height: 30px;
	padding: 0;
	float: none;
	display: inline-block;
	margin: 0 4px;
	font-size: 14px;
}

.quote-email input[type=submit] {
	margin-top: 10px;
    width: auto;
    height: auto;
    padding: 10px;
}

.quote-email li {
	margin-top: 10px;
	margin-left: 4px;
	height: 35px;
}

.quote-email ul {
	list-style: none;
}

.quote-email button {
    color: black;
    padding: 0;
	width: 44px;
	height: 34px;
	border: 2px solid #333;
	background: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	margin-left: 26px;
}

.quote-email button.add {
	margin-left: 26px;
}

.quote-email .requiredIndicator {
	color: red;
}

#quoteInnerBody .stage3 #windsor-b2b-options select, #quoteInnerBody .stage3 #formelement_windsor_type{
	width: revert;
}