/**-----------------------------------------------------------------------------------------------
 * @version $Id: order.css,  v 1.0  12/01/2009   $ 
 *
 * order
 *
 *-------------------------------------------------------------------------------------------------
 */

div.order{
}

/*=============

============*/

#cart
{
    background: url(images/cart_normal.gif) no-repeat 0 0;
    width: 32px;
    height: 31px;
    float: left;
	 padding-left: 35px;
	 padding-top: 10px;
}


a .cart
{
	display: inline-block;
    background: url(images/cart_small.png) no-repeat 0 0;
    width: 22px;
    height: 20px;
    cursor: pointer;
}

a:hover .cart
{
}

a .cart_normal
{
	 display: inline-block;
    background: url(images/cart_normal.png) no-repeat 0 0;
    width: 36px;
    height: 34px;
    cursor: pointer;
}


#but_clear
{
	font-size: 0.9em;
	color: #D04133;
}
#but_calc
{
	font-size: 0.9em;
	color:	#6F8329;
}
#but_order
{
	font-size: 1.2em;
	font-weight: bold;
	color: #34A2D9; 
}
#but_checkout
{
	font-size: 1.3em;
	font-weight: bold;
	color: #34A2D9; 
}

.asd
{
	background-color: #F9FBC6;
	border-top: 1px solid #34A2D9;
	border-bottom: 1px solid #1D6083;
	color: #1D6083;
}
