#order-box {
background-color:#eee;
background-image:url(../images/order/bg_top_eee.gif);
background-repeat:no-repeat;
margin:0px; padding:0px;
}

#order-head h1 {color:#999;margin: 8px 4px 4px 10px; float:left; width:400px;}
#order-head #order-close {float:right; margin: 8px 4px 4px 0px;}
#order-box-bottom{height:16px;background-image:url(../images/order/bg_bottom_eee.gif);background-repeat:no-repeat; margin: 0px; padding:0px; }

#order-body {padding:0px 6px; margin:0px; clear:both;}

.order-block, .order-option, .order-option-value{font-size:13px;}
.order-option-value{font-style:italic}
.order-comment{font-size:11px; color:#666;}

.order-block, #order-save-me {
clear:both;
background-color:white;
background-image:url(../images/order/frame_middle_white.gif);
background-repeat:repeat-y;
padding: 0px 20px;
margin:0px;}

#order-end{
clear:both;
background-color:#fff9d2;
background-image:url(../images/order/frame_middle_beige.gif);
background-repeat:repeat-y;
padding: 0px 20px;
margin:0px;
}

.order-frame-top-white {height:20px;background-image:url(../images/order/frame_top_white.gif);background-repeat:no-repeat;}
.order-frame-bottom-white {height:22px;background-image:url(../images/order/frame_bottom_white.gif);background-repeat:no-repeat;}
.order-frame-top-beige{height:20px;background-image:url(../images/order/frame_top_beige.gif);background-repeat:no-repeat;}
.order-frame-bottom-beige{height:22px;background-image:url(../images/order/frame_bottom_beige.gif);background-repeat:no-repeat;}

.order-frame-bottom-white, .order-frame-bottom-beige {margin-bottom:10px;}

#order-end dd   {border:1px solid #fff9d2;  /*IE6 BUG!*/}
.order-block dd {margin:0px 10px; border:1px solid #fff;  /*IE6 BUG!*/}

/* если опций в блоке несколько */
.order-block dd dl {padding-bottom:30px; margin:0px;}

.order-block-title {color:#666; margin-bottom:30px; font-size:15px;text-align:right;}
.order-option-title {margin-bottom:10px; font-weight:normal;color:#99cc33; font-size:18px;text-align:left}



#order-end .order-option-title {color:black;}

#order-total div {margin-bottom:12px;}
.order-total-cell1{
    float:left;
    /*border:1px solid #ccc;*/
    width:70%;
	background-image: url(../images/2px_dashed_black.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.order-total-cell1 span {background-color:#fff9d2;}
order-total-cell2{float:right;}

#order-wrong-auth{padding:50px; text-align:center; border:1px dashed #999}
