html, html body
{
	width: 100%;
	height: 100%;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: url(../images/site_bckgr.jpg) repeat-x;
}
input
{
	color: #666666;
}
img
{
	border: none;
}
a, a:link, a:visited
{
	text-decoration: none;
	color: #666666;
}
a:hover{
	text-decoration: underline;
}
.site
{
	width: 99%;
}
.lang_bar
{
	background: url(../images/lang_bar_bckgr.jpg) repeat-x;
	padding: 0 8px;
	position: relative;
}
.lang_bar img
{
	margin: 8px;
}
.lang_bar_right
{
	position: absolute;
	top: -10px;
	right: 8px;
}
.lang_bar_right img
{
	margin: 16px 14px 0 4px;
}
.top_menu
{
	background: #999999;
	height: 32px;
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.top_menu a
{
	margin: 0 4px;
	color: #ffffff;
	padding: 8px 0 0 0;
}
.top_menu a:hover
{
	background: url(../images/menu_over_element.gif) no-repeat top center;
	text-decoration: none;
	color: #b91518;
}
.top_sub_menu
{
	background: #999999;
	height: 32px;
	border-top: solid 1px #e6e6e6;
	text-align: center;
}
.top_sub_menu a
{
	margin: 0 14px;
	color: #ffffff;
	padding: 8px 0 0 0;
}
.top_sub_menu a:hover
{
	background: url(../images/menu_over_element.gif) no-repeat top center;
	text-decoration: none;
	color: #b91518;
}
.search
{
	background: #d7d7d7;
	height: 37px;
	border-top: solid 1px #eeeeee;
	position: relative;
}
.basket_top
{
	position: absolute;
	top: -2px;
	right: 8px;
	white-space: nowrap;
}
.basket_price
{
	color: #b91518;
	font-size: 140%;
}
.basket_top_text
{
	position: absolute;
	right: 40px;
	top: 24px;
	margin: -18px 10px 0 0;
	color: #777777;
}
.site_path
{
	background: #f0f0f0;
	height: 33px;
	border-top: solid 1px #f7f7f7;
}
.left
{
	width: 242px;
}
.right
{
	width: 200px;
}
.logo
{
	vertical-align: bottom;
	background: #999999;
}
.search_content
{
	background: url(../images/search_content.gif) no-repeat;
	width: 181px;
	height: 21px;
	border: none;
	margin: 1px 0 0 9px;
	padding: 3px 0 0 4px;
}
.search_subm
{
	background: url(../images/search_subm.gif);
	width: 60px;
	height: 22px;
	border: none;
	margin: 0 0 0 4px;
}
.pathDevider
{
	margin: 0 8px;
}
#SitePath
{
	color: #666666;
	margin: 0 0 0 12px;
}
#SitePath a
{
	color: #666666;
}
.group_menu
{
	background: #f0f0f0;
}
.group_menu a
{
	border-bottom: solid 1px #ffffff;
	display: block;
	padding: 10px 0px 2px 16px;
	background: url(../images/group_menu_bckgr.gif) no-repeat;
}
.group_menu a:hover
{
	background: #ffffff url(../images/group_menu_bckgr_over.gif) no-repeat;
	color: #b91518;
	text-decoration: none;
}
.child
{
	padding: 10px 0px 2px 20px !important;
	background: #f0f0f0 !important;
}
.child_over
{
	background: #ffffff url(../images/group_menu_children_bckgr_over.gif) no-repeat;
	color: #b91518;
	text-decoration: none;
	padding: 10px 0px 2px 20px !important;
}
.footer
{
	background: #999999;
	color: #ffffff;
	text-align: right;
	padding: 8px 14px;
}
.submenu
{
	background: none !important;
	display: inline !important;
	border: none;
	padding: 0 0 0 3px !important;
}
.active {
	color: #b91518 !important;
	font-weight: bold !important;
}
.submenu_over
{
	background: none !important;
	display: inline !important;
	border: none;
	color: #b91518 !important;
	padding: 0 0 0 3px !important;
}
.product_cell
{
	float: left;
	width: 180px;
	border: dashed 1px #cccccc;
	padding: 4px;
}
.product_cell h3
{
	font-weight: normal;
	font-size: 100%;
	text-align: center;
}
.product_cell h3 a
{
	color: #c31c1c;
}
.red_price
{
	color: #c31c1c;
	font-size: 120%;
	font-weight: bold;
}
.product_basket
{
	position: relative;
	height: 30px;
	padding: 10px 0 4px 16px;
	background: url(../images/group_menu_bckgr_over.gif) no-repeat;
	color: #707070;
}
.product_basket img, .product_basket a
{
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
}
.basket
{
	width: 100%;
	border: solid 1px #d7d7d7;
	table-layout: fixed;
	float: left;
}
.basket td
{
	border-bottom: solid 1px #d7d7d7;
	border-top: solid 1px #ffffff;
	padding: 1px 4px;
	background: #f8f8f8;
}
.basket td input
{
	border: none;
	background: #f8f8f8 url(../images/basket_quantity_bckgr.gif) no-repeat;
	width: 26px;
	height: 23px;
	padding: 2px;
	text-align: center;
	margin: 0 4px;
}
.basket2
{
	width: 100%;
	border: solid 1px #d7d7d7;
	table-layout: fixed;
	float: left;
}
.basket2 td
{
	border-bottom: solid 1px #d7d7d7;
	border-top: solid 1px #ffffff;
	padding: 1px 4px;
	background: #f8f8f8;
}
.basket2_quantity input
{
	border: none;
	background: #f8f8f8 url(../images/basket_quantity_bckgr.gif) no-repeat;
	width: 26px;
	height: 23px;
	padding: 2px;
	text-align: center;
	margin: 0 4px;
}
.basket2_price input
{
	border: 1px solid #999999;
	background: #f8f8f8;
	text-align: center;
	padding: 2px 2px 3px 2px;
}
.basket_header
{
	background: #999999;
	color: #ffffff;
}
.baskte_total
{
	text-align: right;
	padding: 12px 24px !important;
}
.basket_submit
{
	text-align: right;
	padding: 0 32px;
	margin: 24px 0;
}
.basket_submit input
{
	background: url(../images/basket_submit_bckgr.gif) no-repeat;
	border: solid 1px #cccccc;
	padding: 3px 6px 4px 22px;
	color: #b91518;
	height: 22px;
}
.bc1
{
	color: #b91518;
	text-align: center;
	padding: 12px 0 !important;
}
.bc2
{
	width: 100px;
	color: #b91518;
	text-align: center;
	padding: 12px 0 !important;
}
.bc3
{
	width: 100px;
	color: #b91518;
	text-align: center;
	padding: 12px 0 !important;
}
.bc4
{
	width: 100px;
	color: #b91518;
	text-align: center;
	padding: 12px 0 !important;
}
.bc5
{
	width: 40px;
	color: #b91518;
	text-align: center;
	padding: 12px 0 !important;
}
.basket_item
{
	padding: 0 0 0 10px;
}
.basket_item:hover
{
	padding: 0 0 0 10px;
	background: url(../images/basket_item.gif) no-repeat;
}
.basket a:hover
{
	color: #000000;
	text-decoration: none;
}
.user_info
{
	table-layout: fixed;
	float: left;
}
.user_info td
{
	padding: 18px;
}
.user_info
{
	width: 100%;
}
.user_info input
{
	display: block;
	width: 100%;
	border: solid 1px #cccccc;
	padding: 1px 4px;
}
.user_info textarea
{
	display: block;
	width: 100%;
	border: solid 1px #cccccc;
	height: 100px;
	color: #666666;
	padding: 4px;
}
.new_user_basket
{
	margin: 0 14px 0 0;
}
.new_user_basket input
{
	width: 150px !important;
	background: #F8F8F8 !important;
	border: solid 1px #cccccc !important;
	text-align: left !important;
	padding: 0 !important;
	height: auto !important;
}
.err
{
	color: #B91518;
	font-size: 120%;
	text-align: center;
	padding: 4px;
}
.admin_orders_list
{
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	width: 100%;
}
.admin_orders_list tr td
{
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	padding: 4px;
	vertical-align: top;
}
.admin_orders_list tr th
{
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	padding: 4px;
	color: #ffffff;
	background: #cccccc;
}
.basket_admin_submit
{
	text-align: right;
	background: #F8F8F8;
	border: solid 1px #cccccc;
	padding: 4px;
}
.basket_admin_submit input
{
	background: url(../images/basket_submit_bckgr.gif) no-repeat;
	border: solid 1px #cccccc;
	padding: 3px 6px 4px 22px;
	color: #b91518;
	height: 22px;
}
.fast_add
{
	width: 100%;
	table-layout: fixed;
	background: #F8F8F8;
	border-top: solid 4px #cccccc;
}
.fast_add tr td
{
	padding: 12px;
}
.fast_add tr td select
{
	border: solid 1px #cccccc;
	width: 100%;
}
.product_view
{
	
	padding: 5px;
}
.product_view img
{
	float: left;
	margin: 0 12px 0 0;
}
.pack
{
	border-bottom: dashed 1px #cccccc;
	padding: 4px;
}
.pack h3
{
	margin: 0 0 4px 0;
}
.quantity_layer
{
	position: absolute;
	width: 150px;
	margin: 0 0 0 -120px;
	height: 65px;
	border: solid 1px #C31C1C;
	background: #F0F0F0;
	z-index: 150;
	text-align: center;
	padding: 4px;
}
.quantity_layer input
{
	border: solid 1px #cccccc;
	width: 30px;
	text-align: center;
	margin: 0 0 0 8px;
}
.quantity_layer div
{
	margin: 8px 0;
}
.mass_messages_holder
{
	margin: 8px 0 0 12px;
}
.mass_list
{
	
}
.mass_list td
{
	width: 387px;
	cursor: pointer;
	background: #FFFFFF;
}
.mass_error
{
	margin: 10px 0 0 15px;
	text-decoration: none;
	color: #ff0000;
	font-size: 120%;
}
.guarantee
{
	float: left;
	width: 100%;
	border-top: solid 1px #d7d7d7;
	border-left: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	table-layout: fixed;
}
.guarantee th
{
	color: #c31c1c;
	background: #f8f8f8;
	border-bottom: solid 1px #d7d7d7;
}
.guarantee td
{
	border-bottom: solid 1px #d7d7d7;
	border-top: solid 1px #ffffff;
	padding: 1px 4px 2px;
	background: #f8f8f8;
}
.guarantee td input
{
	border: solid 1px #1cc31c;
	width: 100%;
	padding: 2px 0 0 0;
	text-align: left;
}
.guarantee td textarea
{
	text-align: left;
	width: 100%;
	border: solid 1px #1cc31c;
	height: 50px;
	color: #666666;
	padding: 2px 0 0 0;
}
.gf_button
{
	cursor: pointer;
	border: solid 1px #d7d7d7;
	padding: 2px 15px 3px 15px;
	color: #c31c1c;
	font-weight: bold;
}
.gf_error
{
	color: #c31c1c;
}
.gf_req
{
	font-size: 10px;
}
.delivery_table
{
	width: 100%;
	border-top: solid 1px #d7d7d7;
	border-left: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	table-layout: fixed;
}
.delivery_table th
{
	font-weight: normal;
	color: #c31c1c;
	background: #f8f8f8;
	border-bottom: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	padding: 1px 0 2px 0;
}
.delivery_table td
{
	border-bottom: solid 1px #d7d7d7;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #d7d7d7;
	padding: 1px 4px 2px;
	background: #f8f8f8;
}
.delivery_table td input
{
	border: none;
	width: 100%;
	padding: 2px 0 0 0;
	text-align: left;
}
.dv_send_btn
{
	color: #c31c1c; 
	background: url(../images/basket_submit_bckgr.gif) no-repeat;
}
.dv_done
{
	padding: 5px;
	color: #c31c1c;
}
.manager_holder
{
	padding: 0px;
}
#slideShow
{
	border: 6px solid #d5d5d5;
}
.presentation_text
{
	text-align: center;
	padding: 3px;
}
.news_holder
{
	width: 242px;
}
.news_title
{
	width: 222px;
	float: left;
	color: #c31c1c;
	padding: 5px 5px 5px 15px;
	background: #F0F0F0 url(../images/news_arrow.gif) no-repeat;
	border-bottom: #ffffff solid 1px;
}
.news_title a
{
	color: #c31c1c;
}
.news_body
{
	width: 217px;
	float: left;
	background-color: #f8f8f8;
	padding: 0 10px 10px 15px;
	border-bottom: #ffffff solid 1px;
}
.news_read_more a
{
	color: #c31c1c;
}
.article_preview
{
	padding: 10px;
	width: 500px;
}
.article_title
{
	float: left;
	color: #c31c1c;
	border-bottom: dotted 1px;
	padding-bottom: 3px;
	font-size: 120%;
}
.article_body
{
	float: left;
	text-align:  justify;
	text-justify: newspaper;
	padding: 10px 0;
}
.article_date
{
	float: left;
	color: #c3c3c3;
	font-size: 80%;
	margin-left: 10px;
}
.article_photo
{
	float: left;
	padding-right: 10px;
}
.more_news a
{
	float: left;
	color: #c31c1c;
}
.news_page_table
{
	width: 100%;
	padding: 5px;
}
.news_page_table th
{
	color: #c31c1c;
	border-bottom: dotted 1px #686868;
	font-weight: normal;
	font-size: 140%;
	text-align: left;
	padding: 1px 5px 5px 5px;
}
.news_page_table td
{
	border-bottom: dotted 1px #686868;
	padding: 3px 5px 7px 5px;
}
.banner_zone
{
	float: left;
	padding: 5px 0 5px 0;
	background-color: #eff0f2;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	width: 100%;
}
.banner_image
{
	float: left;
	margin: 0 5px 0 5px;
}
.banner_flash
{
	float: left;
	margin: 5px 5px 0 5px;
}
.textpage_content
{
	float: left;
	padding: 5px;
}
.guarantee_form_content
{
	float: left;
	padding: 5px;
}
.register
{
	width: 45% !important;
	margin: 10px;
}

.register input {
	width: 98%;
	border: 1px solid #cccccc;
	font: 13px "Tahoma";
	padding: 1px;
}

.register .register_button {
	width: 100%;
}

.login_table
{
	width: 45% !important;
	margin: 10px;
}

.login_table input {
	border: 1px solid #cccccc;
	font: 13px "Tahoma";
	padding: 1px;
	width: 197px;
}

.login_table .login_button {
	width: 200px;
}

.site_map
{
	float: left;
}
.partners
{
	float: left;
	padding: 5px;
}
.partners th
{
	font-weight: normal;
	text-align: left;
	color: #c31c1c;
	border-bottom: dotted 1px #686868;
	font-size: 140%;
	padding: 1px 5px 5px 5px;
}
.partners td
{
	text-align: center;
	padding: 5px 0 5px 0;
	width: 180px
}
.partners td img
{
	border: dashed 1px #cccccc;
}
.partner_name
{
	padding: 5px 0 5px 0;
}
.partners td a
{
	color: #c31c1c;
}
.newsletter_box
{
	margin-left: 5px;
	background-color: #ffffff;
	border: 1px dotted #686868;
}
.newsletter_box_title
{
	font-weight: normal;
	
	color: #c31c1c;
	font-size: 140%;
	padding: 1px 10px;
}
.newsletter_box_text
{
	
	padding: 10px;
}
.newsletter_box_input input
{
	border: 1px solid #d1d1d1;
	background-color: #fff;
	margin-left: 10px;
	width: 80%;
	color: #ababaa;
}
.newsletter_box_submit input
{
	background-color: #f1f1f1;
	border: 1px solid #d1d1d1;
	margin: 5px 0 5px 10px;
}
.newsletter_error
{
	margin: 0 0 5px 10px;
	color: #c31c1c;
}
.home_page
{
	width: 100%;
	padding: 5px;
}
.home_page th
{
	font-weight: normal;
	text-align: left;
	color: #c31c1c;
	border-bottom: dotted 1px #686868;
	font-size: 140%;
	padding: 1px 5px 5px 5px;
}
.catalogues
{
	float: left;
	width: 100%;
	padding: 5px;
}
.catalogues th
{
	font-weight: normal;
	text-align: left;
	color: #c31c1c;
	border-bottom: dotted 1px #686868;
	font-size: 140%;
	padding: 1px 5px 5px 5px;
}
.catalogues td
{
	padding: 5px;
	border-bottom: dotted 1px #888888;
}
.catalogues td img
{
	float: left;
}
.download_link
{
	color: #c31c1c;
}
.catalogues a
{
	text-decoration: none;
}
.stats
{
	float: left;
	width: 500px;
	padding: 5px;
}
.stats th
{
	font-weight: normal;
	color: #c31c1c;
	border: 1px solid #cccccc;
	border-right: none;
	padding: 2px 0 4px 0;
}
.stats td
{
	text-align: center;
	padding: 2px;
}
.stats_td
{
	border: 1px dotted #cccccc;
	border-top: none;
	border-right: none;
}
.stats input, select
{
	border: 1px solid #cccccc;
}
.service_holder
{
	float: left;
	padding: 5px;
}
.service_description
{
	
}
.service_article
{
	border-top: 1px dotted #cccccc;
	padding-top: 4px;
}
.service_article_name
{
	font-size: 120%;
	color: #c31c1c;
}
.service_article_price
{
	color: #333333;
	font-weight: bold;
}
.service_article_price_num
{
	color: #c31c1c;
	font-weight: bold;
	font-size: 120%;
}
.service_button
{
	margin: 10px 0 20px 0;
	padding: 2px;
	cursor: pointer;
	width: 100px;
	background-color: #f1f1f1;
	text-align: center;
	border: 1px dotted #dfdfdf;
}
.service_form
{
	padding-bottom: 25px;
}
.service_form_table
{
	
}
.service_form_table .offers_col_1 {
	vertical-align: top;
}
.service_form_table .offers_col_2 {
	vertical-align: top;
}
.service_form_table input
{
	width: 218px;
	border: 1px solid #cccccc;
	background-color: #fff;
	margin-bottom: 2px;
}
.service_form_table textarea
{
	border: 1px solid #cccccc;
	background-color: #fff;
	margin-bottom: 2px;
}
.offers_holder
{
	float: left;
	padding: 5px;
}
.offers_form
{
	float: right;
	padding: 10px 0;
}
.special_td
{
	border-bottom: dotted 1px #686868;
	text-align: right;
	background: #ffffff url(../images/group_menu_bckgr_over.gif) no-repeat;
}
.eshop_top
{
	width: 745px;
	padding: 5px;
	margin: 5px;
	border: 1px dotted #686868;
}
.eshop_top th
{
	font-weight: normal;
	text-align: left;
	padding-bottom: 3px;
}
.eshop_top select
{
	width: 95%;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: #989898;
}
.eshop_top input
{
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: #989898;
}
.eshop_top_button
{
	background: url(../images/basket_submit_bckgr.gif) no-repeat;
	padding-left: 18px;
}
.contacts_table
{
	width: 500px;
	padding: 5px;
}
.contacts_table td
{
	padding-top: 5px;
}
.contacts_table th
{
	font-weight: normal;
	text-align: center;
	padding-bottom: 2px;
	font-size: 17px;
	color: #333333;
	border-bottom: 1px dotted #333333;
}
.contacts_info
{
	margin: 5px 5px 20px 5px;
}
.contacts_input_text input
{
	width: 100%;
	background-color: #fdfdfd;
	border: 1px solid #cccccc;
}
.contacts_input_textarea textarea
{
	width: 100%;
	background-color: #fdfdfd;
	border: 1px solid #cccccc;
}
.contacts_require
{
	color: #ff0000;
	width: 10px;
	padding-left: 10px;
}
.contacts_req_info
{
	font-size: 10px;
}
.contacts_submit
{
	text-align: center;
}
.contacts_submit input
{
	border: 1px dotted #666666;
	background-color: #f2f2f2;
	padding: 0 5px 0 5px;
	margin: 5px 0;
}
.contacts_error
{
	font-size: 15px;
	color: #ff0000;
	padding: 5px;
}
.conditions
{
	width: 745px;
	padding: 5px;
	margin: 5px;
}
.conditions th
{
	font-weight: normal;
	text-align: left;
	color: #c31c1c;
	border-bottom: dotted 1px #686868;
	font-size: 140%;
	padding: 1px 5px 5px 5px;
}
.conditions td
{
	padding: 10px 0 20px 5px;
}
.msg_system {
	width: 50%;
}
.msg_system select {
	width: 100%;
	font: 13px "Tahoma";
	color: #999999;
}
.msg_system textarea {
	width: 99%;
	border: 1px solid #cccccc;
	font: 13px "Tahoma";
	color: #999999;
	padding: 1px 2px 1px 1px;
}
.msg_system .mass_submit {
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #efefef;
}
.msg_system_bar
{
	width: 412px;
	margin: 20px 0 10px 3px;
	padding: 5px 5px 5px 5px;
	background-color: #efefef;
}
.msg_box_content
{
	width: 412px;
	margin: 0 0 0 3px;
	padding: 15px 5px 1px 5px;
	background-color: #ffffcc;
	border-top: 1px solid #cccccc;
}
.msg_old_content_box
{
	width: 412px;
	margin: 0 0 0 3px;
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #cccccc;
}
.missing_phones
{
	width: 420px;
	margin: 0 0 0 15px;
	padding: 15px 0 15px 0;
	border-bottom: 1px dotted #cccccc;
}
.missing_phones input
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 100%;
}
.missing_phones_info
{
	font-size: 10px;
	color: #ff0000;
	padding: 0 0 5px 0;
}
.missing_phones_table
{
	width: 100%;
}
.missing_phones_table th
{
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #cccccc;
}
.missing_phones_table td
{
	padding: 5px 3px 3px 3px;
}
.order_templates
{
	width: 50%;
}
.order_templates td
{
	padding: 5px;
	text-align: center;
}
.order_templates th
{
	color: #cc0000;
	padding: 10px;
}
.ot_row_a
{
	background-color: #efefef;
	cursor: pointer;
}
.ot_row_b
{
	background-color: #dedede;
	cursor: pointer;
}
#couriers_holder
{
	float: right;
	padding-top: 10px;
}
.basket_info
{
	text-align: right;
	padding-top: 25px;
	color: #cc0000;
	font-size: 14px;
}
.pay_body p {
	padding: 10px 10px 0 10px;
}
.info_section {
	padding: 10px;
	font-size: 14px;
	color: #cc0000;
	border-bottom: 1px dotted #cc0000;
	display: block;
}
.presentation_menu {
	width: 100%;
}
.presentation_menu select {
	width: 100%;
	background-color: #999999;
	color: #fdfdfd;
	border: 1px solid #767676;
	font-size: 12px;
	font-family: Tahoma;
}
.text_block {
	padding: 10px 10px 0 12px;
}
#change_view_holder {
	background-color: #f3f3f3;
	/* border: 1px solid #cccccc; */
	font-size: 12px;
	font-family: Tahoma;
}
.change_view {
	float: right;
	margin: 5px 5px 0 0;
}
.cv_label {
	float: left;
	margin: 2px 5px 0 0;
}
.cv_form {
	float: left;
}
.proforma_info_div {
	position: absolute;
	background-color: #cccccc;
	border: 1px solid #999999;
	color: #333333;
	/* width: 100%; */
	width: 450px;
	left: 0;
	top: 0;
}
.proforma_info_close {
	width: 440px;
	text-align: right;
	/* text-transform: uppercase; */
	color: #cc0000;
	cursor: pointer;
	background-color: #dedede;
	border-bottom: 1px solid #999999;
	padding: 5px;
}
.proforma_info_table_holder {
	width: 440px;
	padding: 5px;
}
.proforma_info_table {
	width: 100%;
	color: #232323;
}
.proforma_info_col_1 {
	width: 45%;
	vertical-align: top;
}
.proforma_info_col_2 {
	width: 55%;
	vertical-align: top;
}
.proforma_info_col_2 input {
	width: 98%;
	border: 1px solid #999999;
	background-color: #dedede;
	color: #232323;
	font: 12px "Tahoma";
	padding: 3px 0 3px 2px;
}
.proforma_info_col_2 select {
	width: 99%;
	border: 1px solid #999999;
	background-color: #dedede;
	color: #232323;
	font: 12px "Tahoma";
	padding: 3px 2px 3px 2px;
}
.proforma_info_col_2 textarea {
	width: 98%;
	border: 1px solid #999999;
	background-color: #dedede;
	color: #232323;
	font: 12px "Tahoma";
	padding: 3px 0 3px 2px;
}
.proforma_info_label {
	
}
.proforma_info_btn {
	width: 150px;
	text-align: center;
	margin: 5px auto;
	padding: 2px 0 2px 0;
	border: 1px solid #999999;
	cursor: pointer;
	background-color: #dedede;
}
.invoice_paging {
	margin-bottom: 5px;
}
.red_line {
	background-color: #ffcccc !important;
}
.blue_line {
	background-color: #ccccff !important;
}
.green_line {
	background-color: #ccffcc !important;
}
.admin_legend {
	margin: 0 0 10px 0 !important;
}
.legend_square {
	width: 30px;
	height: 15px;
	float: left;
}
.legend_label {
	float: left;
	padding: 0 10px 0 5px;
}
.extended_filter {
	margin: 15px 0 15px 15px;
}
.extended_filter .col_0 {
	width: 190px;
}
.extended_filter .col_1 {
	width: 180px;
}
.extended_filter .col_2 input {
	border: 1px solid #999999;
	width: 200px;
	padding: 1px 1px 2px 1px;
}
.extended_filter .col_4 input {
	margin: 0 0 0 20px;
}
.on_hold_info {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.on_hold_info .highlight {
	color: #cc0000;
}
.offers_form .require {
	color: #cc0000;
	float: left;
}
.offers_error {
	font-size: 15px !important;
	color: #cc0000 !important;
	padding: 20px 5px 10px 5px !important;
	font-weight: bold;
}

#live_container td {
	cursor: pointer;
}
