/* Фон и рамки таблицы заказа */
.basket_line{background:#C6D3DC; height:1px;}
.basket_tr{background:#000000;}

/* Тексты в таблице заказа */
.text td.basket_text_left{font:12px Arial; color:#687780; padding-left:0px; vertical-align:middle; text-align:left;}
.text td.basket_text{font:12px Arial; color:#687780; vertical-align:middle;}
.text td.basket_price{font:12px Arial; color:#D02218; vertical-align:middle;}
.text td.basket_text_left a{font:12px Arial; color:#4D78B8; text-decoration:underline;}
.text td.basket_text_left a:hover{text-decoration:none;}
.text td.basket_text input{width:30px; height:1.2em; text-align:center; font:12px Arial; color:#334455; border:1px #8899AA solid;}
.text td.basket_text_left input{background:#5396CE; border:0px; height:19px; font:13px Arial; color:#FFFFFF; cursor:pointer;}
.text font.basket_empty{font:13px Arial; color:#D02218;}

/* Тексты в форме заказа */
.text td.custom_text_left{font:12px Arial; color:#687780; padding-left:0px; vertical-align:middle; text-align:left;}
.text td.custom_text{font:12px Arial; color:#687780; vertical-align:middle;}

/* Поля в форме заказа */
.text input.custom_input{width:150px; height:1.25em; font:12px Arial; color:#334455; border:1px #849ABB solid;}
.text textarea.custom_textarea{width:390px; height:98px; font:12px Arial; color:#334455; border:1px #849ABB solid;}
.text input.knopka{background:#5396CE; border:0px; height:19px; font:13px Arial; color:#FFFFFF; margin-top:6px; cursor:pointer;}

/* Цвета специальных текстов */
.custom_error{font:11px Tahoma; color:#D02220;}
.custom_blue{font:11px Tahoma; color:#0055FF;}
.custom_comment{font:11px Tahoma; color:#A0A8AF;}

/* Конечная страница заказа */
.final_custom{background:#DDECFC; border:1px #CDDCEC solid; text-align:center; font:bold 11px Tahoma; color:#686F88; vertical-align:middle;}
.final_custom_onstart{font:bold 11px Tahoma; color:#5075B0; text-decoration:underline;}
.final_custom_onstart:hover{text-decoration:none;}
