/**********************[ заказы ]****************************/

a{
   text-decoration: none;
}

table.order {
   width: 100%;
   background-color: #eee;
   margin: 3px 0 3px 0;
   border: 0px;
}

table.order td {
   padding: 3px 5px 3px 5px;
}

tr.order_title {
   background-color: #aaa;
   font-weight: bold;
   color: white;
}

tr.order_names {
   background-color: white;
}

a.edit {
   width: 100px;
   height: 25px;
   line-height: 25px;
   padding-left: 20px;
   background: url("/images/icon-edit.gif") left center no-repeat;
}

a.del {
   width: 100px;
   height: 20px;
   line-height: 20px;
   padding-left: 20px;
   background: url("/images/icon-del.gif") left center no-repeat;
   margin-left: 5px;
}

/********************[ форма регистрации покупателя ]********************/
table.reg_form{
   align: center;
   border: 0;
   cellpadding: 0; 
   cellspacing: 5px;
   width: 430px;
}

table.reg_form tr td {
   width: 180px;
}

table.reg_form input{
   width: 250px;
}

td.reg_form_title{
   color: rgb(132, 132, 132); 
   padding-left: 10px;
   background-color: #eee;
   height: 20px;
}


/*********************[ список заказов ]*********************************/ 
table.order_sort{
   width: 100%;
   background-color: #cc9;
}

table.order_sort select{
   border: 1px solid #888;
/*   background-color: #cc9;*/
/*   font-size: 12px;*/
}

/***************[ просмотр заказа перед отправкой ]**********************/ 
table.order_form{
   width: 410px;
   border: 1px solid #aaa;
   background-color: #eee;
   padding: 5px;
   border-spacing: 0;
}

table.order_form td{
   color: black;
   text-align: left;
}

table.order_form td.clmn1{
   width: 50%;   
   text-align: right;
   padding-right: 10px;
   vertical-align: top;
   color: #555;
}

tr.order_form_title{
   color: #fff; 
   background-color: #aaa;
   font-weight: bold;
   height: 20px;
}

tr.order_form_title td {
   width: 50%;
   padding: 0 3px 0 3px;
   color: white;
   text-align: right;
}

table.order_form a {
   text-decoration: none;
}

table.order_form input{
   width: 220px;
   padding: 2px;
   border: 1px solid #ddd;
}

table.order_form select{
   width: 220px;
   border: 1px solid #ddd;
}

table.order_form textarea{
   width: 220px;
   padding: 2px;
   border: 1px solid #ddd;
}

/***************[ список товаров (просмотр заказа перед отправкой) ]**********************/ 
table.order_basket{
   width: 100%;
   padding: 5px 0 5px 0;
   border-spacing: 1px;
}

tr.order_basket_title {
   background-color: #ccc;
   padding: 0 3px 0 3px;
}


/***************[ корзина ]**********************/ 
table.basket {
   background-color: #fc0;
   align: right;
}

table.basket td#summ {
   width: 100px;
   text-align: center;
   background-color: #fff;
}

table.basket a.lnkl {
   text-decoration: none;
   color: #fff;
   font-weight: bold;
   padding-left: 5px;
}

table.basket a.lnkc{
   text-decoration: none;
   color: #fff;
   font-weight: bold;
}

table.basket img.imgr {
   padding-right: 5px;
}


/***************[ информация о заказе ]**********************/ 
div.order_box{
   border: 1px solid #aaa;
   background-color: #eee;
}

table.orderextview{
   width: 100%;
   padding: 3px;
}

table.orderextview td{
   text-align: left;
}

table.orderextview th{
   background-color: #888;
   color: #fff;
   text-align: left;
}

table.ordergoods {
   width: 100%;
   border: 0px;
   padding: 0;
   background-color: #fff;
   text-decoration: none;
}

/***************[ список товаров (информация о заказе) ]**********************/ 
table.ordergoods a {
   text-decoration: none;
}

table.ordergoods th{
   background-color: #ccc;
   text-align: left;
}

table.ordergoods tbody .odd {
   background-color: #ddd;
}

table.orderextview td.clmn1{
   width: 30%;   
   text-align: right;
   vertical-align: top;
}

table.extviewtitle {
   width: 100%;   
   text-align: left;
   background-color: #888;
   font-weight: bold;
   color: #fff;
}

/***************[ редактирование заказа (редактор) ]**********************/ 
img{
   border: 0;
}

a.ordedit{
   width: 100px;
   height: 20px;
   line-height: 20px;
   padding-left: 20px;
   background: url("/images/edit.png") left center no-repeat;
}

a.orddel{
   width: 15px;
   height: 25px;
   line-height: 25px;
   padding-left: 20px;
   background: url("/images/del.png") left center no-repeat;
}

/***************[ просмотр информации о покупателе ]**********************/ 
div.customerbox{
   border: 1px solid #aaa;
   background-color: #eee;
}

div.customerbox tr.org {
   background-color: #ddd;
}

p.help{
   padding: 10px;
   background-color: #dee;
   display: none;
}

/***************[ настройка параметров модуля "корзина" ]*****************/ 
textarea.mailtmpl{
   width: 100%;
}

table.basketfrm{
   width: 100%;
   background-color: #fc0; 
   border-spacing: 1px; 
   color: white; 
   text-align: center;
}

table.basketfrm input{
   text-align: center;
   border: 1px solid #aaa;
   background-color: #eee; 
}

span.bbutton{
   background-color: #eee;
   padding: 5px;
   color: #888;
   font-weight:bold;
   border: 1px solid #aaa;
}

/******************[ сообщения]****************************/
p.b_msg{
   background-color: #eee;
   border: 1px solid #ccc;
   padding: 5px 0px 5px 10px;
   font-size: 11px;
   color: #666;
}

p.b_msg_e{
   background-color: #ecc;
   border: 1px solid red;
   padding: 5px 0px 5px 10px;
   font-size: 11px;
   color: red;
}

