/**
 * 
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade  to newer
 * versions in the future. If you wish to customize  for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2013  Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */


.price-order{
	background: #fff;
    padding: 15px;
    font-size: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.content-add-car{
    position: fixed;
    z-index: 9999999;
    width: 320px;
    /* height: 200px; */
    background: #fff;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #ccc;
    padding-bottom: 10px;
    display: none;
}

.addcar-header{
	height: 40px;
    background: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    text-align: left;
}

.addcar-header h2{
	color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 26px;
}

.btn-addcar{
	width: 95%;
    font-size: 1em;
    text-transform: uppercase;
    height: 50px;
    background: linear-gradient(to right,#8e0202,#cd0202);
    border-radius: 0px;
    margin: 10px 0 0px 0;
    /* border: 2px solid #298466; */
    font-weight: 400;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.btn-addcar i{
	font-size: 1.5em;
    margin-right: 13px;
}

.div-color{
  	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	color: #b7b7b7;
    background-color: rgba(204, 204, 204, 0.3);
	border-radius: 3px;
	border: 1px solid #fff;
	margin-top: 15px;
	cursor: pointer;
	font-size: 15px;
    text-align: center;
    line-height: 30px;
}

.color-select-t{
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}


.check-t{
	background: rgba(148, 199, 214, 0.71);
    color: #737f90;
    box-shadow: 0 1px 3px rgba(37, 131, 167, 0.4);
}

.visit-t{
	box-shadow: 0px 0px 2px rgba(33, 122, 175, 0.97);
    border: 1px solid #149fb5;
}

.div-color.car-show{
    margin-top: 5px;
    height: 8px;
    width: 50px;
}


    


