/*
    Document   : quickquote
    Created on : Feb 28, 2014, 2:26:13 PM
    Author     : PrestaMonster.com
    Description:
    Purpose of the stylesheet follows.
*/

.element_quote table
{
    line-height: 30px;
    width: 100%;
}
.change_product_quote
{
    float: left;
}

a .exclusive,#check_out_current_quote
{
    margin: 5px 0;
    float: right;
    vertical-align: middle;
}
.hs_delete_quote, .change_product_quote .up, .change_product_quote .down
{
    cursor: pointer;
}
.img_view_detail:hover
{
    text-decoration: none;
}
.block_quote
{
    padding: 8px 8px 20px;
}
.tbl_quote tfoot
{
    border-top: 1px solid #000;
    padding-top: 10px;
}
.product_price, .quote_delete
{
    text-align: right;
}
.element_quote .total_price
{

    padding-right: 5px;
}
.pname
{
    padding-bottom: 0px;
}
.table_block td.last_item
{
    width: 13%;
    padding: 12px 5px;
}
.table_block td.quote_delete
{
    padding: 12px 5px;
}
.table_block td.image
{
    width: 15%;
}
.table_block td.price, .table_block td.total_price
{
    width: 18%;
    padding: 12px 6px;
}
.table_block td.quantity
{
    width: 17%;
}
#quote_comment td.date, #quote_comment td.total_price
{
    width: 18%;
}
#quote_comment td.no
{
    width: 5%;
}
#quote_comment td.by
{
    width: 13%;
}
#your_price
{
    width: 75px;
}
.total_detail
{
    text-align: right;
}
.last_price, .total_price
{
    text-align: left;
}
.add_product_to_quote
{
    margin: 8px 0px;
}
#pb-left-column .add_product_to_quote
{
    float: right;
}
.price_error
{
    border: 1px solid #CC0000 !important;
    color: #D8000C !important;;
    font-weight: normal;
}

.instant_quote {
     margin-right: 5px;
}

.instant_quote_confirm {
	height: 250px; 
	padding: 10px;
}


#quote_as_guest .price {
    clear: both;
    color: #777777;
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
    width: 80%;
}

#quote_as_guest label
{
	display: block;
}

.block_quote_header
{
	position: fixed;
	top: 1px;
	margin-left: 1px; 
	opacity: 0.9;
	z-index: 500;
	background-color: #f8f8f8;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px 0;
	width: 99%;
}

.block_quote_footer
{
	position: fixed;
	bottom: 1px;
	margin-left: 1px; 
	opacity: 0.9;
	z-index: 500;
	background-color: #f8f8f8;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px 0;
	width: 99%;
}
.quote_submit
{
    text-align: right;
}