
/*******************************************************************
					Cart Block Styles
********************************************************************/
#header .quotesOuterBox {
	position:absolute;
	bottom:auto;
	right:60px;
	margin-bottom:0 !important;
	top: 28px;
	width:auto;
}
#header .quotes_cart {
	padding-top: 0px;
}

.quotesOuterBox {
	float:none;
	padding:0;
	margin-bottom:0;
}
.quotesOuterBox .quotes_cart {
	position: relative;
	float: right;
	padding-top: 50px; }

.quotes_cart {
	width: auto;
	text-align:right; 
}
.quotes_cart > a:first-child {
    background: transparent;
    border: medium none;
    color: #777777;
    display: block;
    font-weight: normal;
    overflow: visible;
    padding: 0;
    text-shadow: none;
	font-size:12px;
}
.quotes_cart > a:first-child b {
    color: #000;
    font: 600 12px/22px "Open Sans",sans-serif;
    padding-right: 5px;
}
.quotes_cart > a:first-child:before {
	color: #F35E70; 
}
.quotes_cart_block .cart-buttons a.button_order_cart span {
	padding: 7px 0;
	font-size: 1.1em;
	border: solid 1px #63c473;
	background: #43b155; }
.quotes_cart_block .cart-buttons a.button_order_cart:hover span {
	border: solid 1px #358c43;
	background: #2e7a3a;
	color: white; }
.quotes_cart_block .cart-buttons a.button_order_cart {
	margin-right: 0;
	border: none; }

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .quotes_cart_block {
	top: 45px;
	background: #484848;
	color:white;
}
.quotesOuterBox .quotes_cart_block a {
	color: white; }
.quotesOuterBox .quotes_cart_block a:hover {
	color: #9c9b9b; }
.quotesOuterBox .quotes_cart_block .quotes_cart_block_list .remove_link a,
.quotesOuterBox .quotes_cart_block .quotes_cart_block_list .ajax_quotes_cart_block_remove_link {
	color: white;
	outline: none;
	text-decoration: none; }
.quotesOuterBox .quotes_cart_block .quotes_cart_block_list .remove_link a:hover,
.quotesOuterBox .quotes_cart_block .quotes_cart_block_list .ajax_quotes_cart_block_remove_link:hover {
	color: #9c9b9b; }
.quotesOuterBox .quotes_cart_block .price {
	color: white; }
.quotesOuterBox .quotes_cart_block .product-atributes a {
	color: #9c9b9b; }
.quotesOuterBox .quotes_cart_block .product-atributes a:hover {
	color: white; }
.quotesOuterBox .quotes_cart_block .cart-prices {
	border: none;
	background: #3d3d3d; }
.quotesOuterBox .quotes_cart_block .cart-buttons {
	background: #333333; }

/*******************************************************************
					Quote Button Styles
********************************************************************/
#product .ajax_add_to_quote_cart_button,
#product .fly_to_quote_cart_button {
	cursor: pointer;
	padding: 0;
	margin: 0 auto!important;
	border-top: 1px solid #0079b6;
	border-right: 1px solid #006fa8;
	border-left: 1px solid #006fa8;
	border-bottom: 1px solid #012740;
	border:none!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
	display: inline-block;
	background-image: none!important;
	filter: none!important;
	background-color: #008ac3;
	width:100%;
	border-radius:5px;
}
.ajax_add_to_quote_cart_button:hover,
.fly_to_quote_cart_button:hover {
	background-image: none!important;
	filter: none!important;
	background-position: 0 0;
}
.ajax_add_to_quote_cart_button:before, 
.fly_to_quote_cart_button:before {
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: white;
	font-size: 20px;
	line-height: 35px;
	text-shadow: none;
	content: "\f07a";
	z-index: 2;
	width: 51px;
	text-align: center;
	border: 0px solid #06b2e6;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.ajax_add_to_quote_cart_button:after, .fly_to_quote_cart_button:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 51px;
	content: "";
	width: 1px;
	z-index: 2;
}
.ajax_add_to_quote_cart_button span, .fly_to_quote_cart_button span {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	text-transform:uppercase;
	border-radius: 0px;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	cursor:pointer;
	border-top: 1px solid #06b2e6;
	border-right: 1px solid #06b2e6;
	border-left: 1px solid #06b2e6;
	border-bottom: 1px solid #06b2e6;
	border:none;
	text-shadow: none;
	padding: 8px;
	color: white;
	display: block !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align:center;
}
body#module-askforaquote-QuotesCart #quotes_cart_summary .icon-chevron-up:before {
  content: "\f106"; 
  font-family: "FontAwesome";
  font-style: normal;
}
body#module-askforaquote-QuotesCart #quotes_cart_summary .icon-chevron-down:before {
  content: "\f107"; 
  font-family: "FontAwesome";
  font-style: normal;
}
body#module-askforaquote-QuotesCart #quotes_cart_summary .icon-remove:before {
  content: "\f014"; 
  font-family: "FontAwesome";
  font-style: normal;
}
body#module-askforaquote-SubmitedQuotes #legendPanel .btn {
	background-color:#fff;
	padding-right: 20px;
	padding-left: 0px;
}
body#module-askforaquote-SubmitedQuotes #quotes-list th {background-color:#F3F3F3;}
body#module-askforaquote-SubmitedQuotes #legendPanel .icon-remove:before {
	font-family: "FontAwesome";
    color: #666!important;
    font-size: 16px;
    font-weight: normal;
    left: 15px;
    line-height: 0px;
    position: absolute;
	content: "\f014";
}
body#module-askforaquote-SubmitedQuotes #legendPanel .icon-comments:before {
	font-family: "FontAwesome";
    color: #666!important;
    font-size: 16px;
    font-weight: normal;
    left: 15px;
    line-height: 0px;
    position: absolute;
	content: "\f086";
} 
body#module-askforaquote-SubmitedQuotes #legendPanel .icon-ok-circle:before {
	font-family: "FontAwesome";
    color: #666!important;
    font-size: 16px;
    font-weight: normal;
    left: 15px;
    line-height: 0px;
    position: absolute;
	content: "\f087";
} 
body#module-askforaquote-SubmitedQuotes #legendPanel .icon-mail-forward:before {
	font-family: "FontAwesome";
    color: #666!important;
    font-size: 16px;
    font-weight: normal;
    left: 15px;
    line-height: 0px;
    position: absolute;
	content: "\f0f6";
} 
body#module-askforaquote-SubmitedQuotes #legendPanel .icon-pencil:before {
	font-family: "FontAwesome";
    color: #666!important;
    font-size: 16px;
    font-weight: normal;
    left: 15px;
    line-height: 0px;
    position: absolute;
	content: "\f044";
} 
body#module-askforaquote-SubmitedQuotes #quotes-list .text-center .icon-comments:before {
	font-family: "FontAwesome";
    color: #666!important;
    font-size: 26px;
    font-weight: normal;
    left: -5px;
	top: -5px;
    line-height: 0px;
    position: absolute;
	content: "\f086";
}