/**
 * CSS file
 */
body, table
{
    font-size:12px;
    font-family: Arial, Tahoma, Verdana, Sans-Serif; 
    color:#333333;
}
table
{
    border:0px;
    border-collapse:collapse;
}

img {
    border:0px;
    vertical-align:middle;
}
img.delete {
    border:0px;
    vertical-align:top;
}

body,
td,
th,
h1,
h2,
h3,
form,
p,
div,
ul,
li,
dl,
dt,
dd,
input,
select,
button,
textarea
{
    padding:0px;
    margin:0px;
}
p
{
	padding-bottom:10px;
}
h1
{
	font-size:21px;
	font-weight:normal;
	padding-bottom:10px;
	letter-spacing:-1px;
}
h2
{
	font-size:12px;
}
h3
{
	font-size:14px;
	padding:5px 0px;
}
ul {padding-left:15px;}

input.button{
    font-size:11px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif; 
    background-color:#C81100;
    color:#FFF;
    height:22px;
    border:0px;
    padding:3px;
    padding-left:12px;
    padding-right:12px;
}

input, textarea, select
{
    font-size:12px;
    font-family:Arial, Verdana, Sans-Serif;
}

textarea, select, input.input { border: 1px solid #D2D2D2;}

div.right { float:right;}
div.left { float:left;}
div.clear { clear:both;}

input.input, select.input {
    width:290px;
	padding:2px 4px;
}
select.input
{
	width:300px;
}

textarea {
    width:290px;
    height:120px;
	padding:2px 4px;
}

table.main {
    margin-top:10px;
    margin-bottom:15px;
}
table.main td {
    padding:2px;
    padding-left:15px;
}

table.main th {
	font-weight:normal;
    text-align: right;
}
table.main input,
table.main select,
table.main textarea
{
	margin-bottom:5px;
}
table.main input.button
{
	margin-top:5px;
}

a,
a:link,
a:visited,
a:active
{
    color:#0055cc;
    text-decoration:underline;
}
a:hover{
    color:#0055cc;
    text-decoration:none;
}
a.black,
a.black:link,
a.black:visited,
a.black:active
{
    color:#000;
    text-decoration:none;
}

a.black:hover {
    color:#C81100;
    text-decoration:underline;
}

a.grey,
a.grey:link,
a.grey:visited,
a.grey:active
{
    color:#2f2f2f;
    text-decoration:none;
    font-weight:bold;
    font-size:12px;
    text-transform:uppercase;
}
a.grey:hover {
    color:#2f2f2f;
    text-decoration:none;
}

a.grey_,
a.grey_:link,
a.grey_:visited,
a.grey_:active
{
    color:#626161;
    text-decoration:underline;
}
a.grey_:hover {
    color:#626161;
    text-decoration:none;
}

a.white,
a.white:link,
a.white:visited,
a.white:active,
a.white:hover
{
    color:#FFF;
    text-decoration:none;
}

span.star {
    color:#C71100;
}

div.small_title {
    height:16px;
    font-weight:bold;
    font-size:12px;
    padding-top:5px;
    padding-bottom:5px;
    /*background-image:url(../design/node_0.gif); 
    background-position: center left;
    background-repeat:no-repeat;*/
}
div.small_title span {
    /*padding-left:15px;*/
}

/* body */

div#main_bg
{
	background-color:#ececec;
}

div.page {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9;
    background:#ececec;
    filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
div#counter_content_p
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:10;
}
/* IE6 fixed bug fix */
/**html {
    overflow: hidden;
}

* html body {
    height: 100%;
    overflow: auto;
}
* html body div.page {
    position:absolute;
}
* html body div#counter_content_p {
    position:absolute;
}*/


div#body
{
    margin-left:auto;
    margin-right:auto;
    width:959px;
	background:url(/design/bg_main.gif) repeat-y;
	padding-left:21px;
	padding-right:24px;
    /*float:left;*/
}

div#logo
{
    height:84px;
    margin-left:20px;
    padding-top:9px;
}
div#body_print
{
    padding-left:20px;
    padding-right:20px;
	background:#fff;
}
div#body_print div#logo
{
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

div#header
{
	height:101px;
}
div#header div#search
{
	float:right;
}
div#header div#search div.top_box
{
	padding-top:24px;
	padding-right:19px;
	width:552px;
	height:46px;
}
div#header div#search div.top_box div.box_right
{
	float:left;
	width:10px;
	height:46px;
	background:url(/design/box1_right.gif);
}
div#header div#search div.top_box div.box_center
{
	float:left;
	width:532px;
	height:34px;
	background:url(/design/box1_center.gif);
	padding-top:12px;
}
div#header div#search div.top_box div.box_left
{
	float:left;
	width:10px;
	height:46px;
	background:url(/design/box1_left.gif);
}
div#header div#search div.top_box div.box_center input,
div#header div#search div.top_box div.box_center select,
div#header div#search div.top_box div.box_center button
{
	padding:1px 1px 1px 4px;
	color:#666666;
	border:1px solid #d2d2d2;
	margin-left:5px;
}
div#header div#search div.top_box div.box_center input
{
	padding:2px 4px;
	width:290px;
}
div#header div#search div.top_box div.box_center input.button
{
	background:url(/design/bg_top_search.gif);
	width:27px;
	height:20px;
	color:#fff;
	border:0px none;
	padding:0px;
	font-weight:bold;
}
div#main_menu
{
	background:url(/design/bg_main_menu.gif);
	height:53px;
}
div#main_menu div div.sep1
{
	background:url(/design/main_menu_sep.gif) no-repeat center center;
	height:53px;
	width:38px;
	float:left;
}
div#main_menu div div.menu_item
{
	font:bold 16px Arial;
	float:left;
	line-height:53px;
}
div#main_menu div div.menu_item a
{
	color:#fff;
	text-decoration:none;
}
div#main_menu div.left
{
	padding-left:20px;
	color:#fff;
	font:bold 14px Arial;
	line-height:53px;
}
div#top
{
	height:51px;
	background:#efefef;
}
div#top div.left
{
	padding-top:16px;
	padding-left:28px;
}
div#top div.left div.menu_item
{
	padding:0px 18px;
	float:left;
}
div#top div.right
{
	padding-right:20px;
	line-height:51px;
}
div#main_content
{
	padding-top:26px;
	padding-left:18px;
}
div#main_content div#left_content
{
	float:left;
	width:211px;
	padding-bottom:55px;
}
div#main_content div#left_content div.header_l
{
	font:normal 18px Trebuchet MS;
	color:#fff;
	letter-spacing:-1px;
    border-right:1px solid #e0e0e0;
	line-height:45px;
	background:url(/design/menu_bg.gif);
	padding-left:28px;
}
div#main_content div#left_content div.menu_title,
div#main_content div#left_content div.menu_title_active
{
    border-right:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    border-left:1px solid #e0e0e0;
	line-height:38px;
	background:#efefef url(/design/menu__normal_bg.gif) repeat-x top left;
	padding-left:28px;
}
div#main_content div#left_content div.menu_title_active
{
	background:#fff url(/design/arrow_menu.gif) no-repeat center left;
    border-right:0px none;
    border-left:0px none;
}
div#main_content div#left_content div.menu_title a,
div#main_content div#left_content div.menu_title_active a
{
	color:#000;
}
div#main_content div#left_content div.menu_title_active a
{
	text-decoration:none;
}
div.tools
{
	padding-top:23px;
}
div.tools div.title
{
	background:url(/design/icon_tools.gif) no-repeat 3px center;
	padding-left:34px;
	line-height:32px;
	font-family:Trebuchet MS;
	font-size:21px;
}
div.tools div.t_item
{
	background:url(/design/tools_li.gif) no-repeat 8px center;
	padding-left:34px;
	line-height:21px;
}
div#main_content div#center_content
{
	float:left;
	width:440px;
	padding-left:15px;
	padding-right:17px;
	padding-bottom:55px;
}
div#main_content div#center_content2
{
	float:left;
	width:460px;
	padding-left:15px;
	padding-bottom:55px;
}
div#main_content div#center_content_xl
{
	float:left;
	width:695px;
	padding-left:15px;
	padding-bottom:55px;
}
div#main_content div#center_content2 ul,
div#main_content div#center_content2 li
{
	list-style-type:none;
	padding-left:15px;
}
div#main_content div#center_content2 li
{
	padding-left:25px;
	background:url(/design/tools_li.gif) no-repeat scroll left center;
}
div.actions_main
{
	margin-bottom:30px;
	width:440px;
	height:317px;
}
div.news_item2
{
	padding-bottom:20px;
}
div.more
{
	color:#0055cc;
}

div.top_box2
{
	margin-top:22px;
	padding-top:22px;
	height:69px;
	border-top:1px solid #ececec;
}
div.top_box2 div.box_right
{
	float:left;
	width:10px;
	height:69px;
	background:url(/design/box2_right.gif);
}
div.top_box2 div.box_center
{
	float:left;
	width:420px;
	height:69px;
	background:url(/design/box2_center.gif);
}
div.top_box2 div.box_left
{
	float:left;
	width:10px;
	height:69px;
	background:url(/design/box2_left.gif);
}
div.top_box2 div.box_center div.box_content
{
	padding-left:5px;
	padding-top:8px;
	line-height:22px;
}
div.top_box2 div.box_center div.box_content input,
div.top_box2 div.box_center div.box_content button
{
	padding:2px 4px;
	color:#666666;
	border:1px solid #d2d2d2;
	margin-right:5px;
}
div.top_box2 div.box_center div.box_content input
{
	width:260px;
}
div.top_box2 div.box_center div.box_content input.button
{
	background:url(/design/bg_top_search.gif);
	width:27px;
	height:20px;
	color:#fff;
	border:0px none;
	padding:0px;
}
div#main_content div#right_content
{
	float:left;
	width:238px;
	padding-bottom:55px;
}
div.local_news
{
	background:url(/design/bg_local_news.gif) repeat-x;
	margin-bottom:10px;
}
div.local_news div.ln_title
{
	font-size:21px;
	line-height:44px;
	letter-spacing:-1px;
	padding-left:14px;
}
div.local_news div.ln_item
{
	border-top:1px solid #afbec2;
	padding:4px 0px 4px 14px;
	line-height:20px;
}
div.local_news div.ln_more
{
	border-top:1px solid #afbec2;
	padding:8px 14px 24px 14px;
	text-align:right;
}
div.global_news
{
	margin-bottom:10px;
}
div.global_news div.gl_title
{
	font-size:21px;
	line-height:44px;
	letter-spacing:-1px;
	padding-left:14px;
}
div.global_news div.gl_item
{
	border-bottom:1px solid #ececec;
	padding:4px 0px 4px 14px;
	line-height:20px;
}
div.global_news div.gl_more
{
	padding:8px 14px 24px 14px;
	text-align:right;
}
div.products_cats
{
	background:#efefef;
	padding:15px 15px 20px 15px;
	margin-bottom:10px;
}
/* products */
div.tab,
div.tab_on
{
	background:url(/design/tab_bg.gif) no-repeat top right;
	float:left;
	border-right:1px solid #fff;
}
div.tab p,
div.tab_on p
{
	background:url(/design/tab_corner.gif) no-repeat top left;
	line-height:24px;
	color:#fff;
	padding:0px 7px;
	font-weight:bold;
	cursor:pointer;
}
div.tab_on
{
	background:url(/design/tab_on_bg.gif) no-repeat top right;
}
div.tab_on p
{
	background:url(/design/tab_on_corner.gif) no-repeat top left;
	color:#333;
}

div.prod_note
{
	padding:15px;
}
/* footer */

div#footer 
{
    margin-left:auto;
    margin-right:auto;
    width:959px;
	padding-left:21px;
	padding-right:24px;
	padding-top:20px;
	height:62px;
	background:#ececec url(/design/bg_footer.gif) repeat-x top left;
}
div.footer_content
{
	padding-left:20px;
}
div#copyright {
	width:367px;
	float:left;
}
div#contacts {
	width:458px;
	float:left;
}
div#solution {
	width:111px;
    float:right;
}
div.q_links
{
	float:right;
	border:1px solid #e0e0e0;
	padding:10px 20px;
	margin-right:20px;
	margin-bottom:20px;
	width:178px;
}







div#top_search {
    width:218px;
    text-align:right;
}
.in_visible
{
    width:138px;
    border:0px none;
    margin-top:1px;
    height:16px;
    background:transparent;
}
div.search
{
    background:url(/design/search.gif) top right no-repeat;
    padding-left:10px;
    padding-top:1px;
    width:208px;
    height:22px;
    text-align:right;
}
.in_visible2
{
    width:24px;
    height:19px;
    border:0px none;
    background:transparent;
}

div#top_img
{
    position:relative;
    float:left;
    width:253px;
    height:34px;
    padding-top:16px;
    background-image:url(../design/top_img.gif); 
    background-position: bottom left;
    background-repeat:no-repeat;
}

div#top_menu_2
{
    float:right;
    height:28px;
    width:700px;
    padding-top:5px;
}
div#top_menu_2 div.menu_item
{
    height:26px;
    float:left;
    padding-top:12px;
}
div.sep1
{
    height:38px;
    float:left;
    background:url(/design/node_0.gif) right center no-repeat; 
    width:15px;
}
div.sep2
{
    border-right:1px dashed #8c8c8c;
    height:38px;
    width:25px;
    float:left;
}



/* antrastes ir ikoneles */

div.title1, div.title2, div.title3, div.title4  {
    font-size:12px;
    font-weight:bold;
}

div.title1_tool,
div.title1 {
    padding-left:18px;
    height:18px; 
    padding-top:3px;
    color:#FFFFFF;
    background:#C81100 url(/design/ico_catalog.gif) right top no-repeat;
}
div.title2
{
    padding-left:40px;
    height:18px; 
    padding-top:3px;
    color:#fff;
    background:#08628c url(/design/ico_other.gif) left top no-repeat;
}
div.title3 {
    padding-left:35px;
    height:18px; 
    padding-top:3px;
    color:#FFFFFF;
    background:#C81100 url(/design/ico_news.gif) left top no-repeat;
}
div.title32 {
    padding-left:35px;
    height:18px; 
    padding-top:3px;
    color:#FFFFFF;
    font-weight:bold;
    background:#C81100 url(/design/ico_globe.gif) left top no-repeat;
}
div.title1_tool
{
    background:#C81100 url(/design/ico_tool.gif) right top no-repeat;
}

div.title4 {
    margin-left:26px;
    color:#000000;
}

div.title4 {
    width:500px;
}

div.lm_1, div.lm_2, div.rm_1, div.rm_2,  div.rm_c, div.middle_ico, div.mid_prod, div.mid_counter  {
    float:left;
    height:28px;
    background-position: bottom right;
    background-repeat:no-repeat;
}

div.lm_1, div.lm_2 { width:42px;}
div.rm_1, div.rm_2 , div.rm_c { width:26px;}
div.middle_ico, div.mid_prod, div.mid_counter { width:20px; }
    
div.lm_1 { background-image:url(../design/left_menu_ico_1.gif); }
div.lm_2 { background-image:url(../design/left_menu_ico_2.gif); }
div.rm_1 { background-image:url(../design/right_menu_ico_1.gif); }
div.rm_2 { background-image:url(../design/right_menu_ico_2.gif); }
div.rm_c { background-image:url(../design/ico_cart_r.gif); }
div.middle_ico { background-image:url(../design/middle_ico.gif); }
div.mid_prod { background-image:url(../design/ico_prod.gif); }
div.mid_counter { background-image:url(../design/ico_counter.gif); }

div.header_r, div.header_c 
{
    height:21px;
}
div.arrow
{
    background:url(/design/arrow.gif) left center no-repeat;
    margin-left:8px;
    padding-left:20px;
    margin-top:30px;
    margin-bottom:10px;
}
div.arrow2
{
    margin-left:8px;
    margin-top:30px;
    margin-bottom:10px;
}

div.sep
{
    background:url(/design/sep.gif) center no-repeat;
    height:1px;
    margin-top:25px;
    margin-bottom:15px;
}

div.header_r { background-color:#C81100;}

/* ??? */

div#middle_info {
    padding-bottom:15px;
}
div#middle_info3 {
    padding-bottom:15px;
}

div#middle_info div.item {
    padding-top:18px;
}

/* meniu */

div.menu_content {
    margin-bottom:10px;
	line-height:20px;
    /*background-image:url(../design/bg_menu.gif); 
    background-position: top left;
    background-repeat:repeat-x;
    background-color:#FFF;*/
}

div.menu_content div.menu_item {
    height:21px;
    padding-bottom:3px;
    font-size:12px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif; 
}

div.menu_content div.menu_item div.bullet {
    float:left;
    width:15px;
    height:5px;
    padding-top:12px;
}

div.menu_content2 div.menu_item div.title {
    padding-top:7px;
}

div.menu_content div.menu_item div.title
 {
    float:left;
    width:170px;
    padding-top:7px;
    background-image:url(../design/bg_menu_line.gif); 
    background-position: top left;
    background-repeat:repeat-x;
}


/* lentele */
table.t_middle {
    width:100%;
    border-spacing: 0px;
    /*background-color:#F8F3E8;*/
    border:0px;
}
table.t_middle td {
    vertical-align: top;
    margin:0px;
}

table.t_middle td.left1, table.t_middle td.left2{ width:225px; }
table.t_middle td.right1, table.t_middle td.right2{ width:344px; }
table.t_middle td.center2, table.t_middle td.center_large { height:100%; }

table.t_middle td.left1 {height:250px;}

#rt_cell {background-color:#FFF;}

table.t_middle td.center1, table.t_middle td.center2, table.t_middle td.center_large, table.t_middle td.center_large2 {
    width:416px;
    background-color:#FFF;
}

table.t_middle td.center1, table.t_middle td.center_large, table.t_middle td.center_prod  {
    /*background-image:url(../design/table_top.gif); 
    background-position: top left;
    background-repeat:repeat-x;
    background-color:#FFF;*/
}

table.t_middle td.center_prod {
    background-color:#F2F1F1;
    padding:15px;
    padding-bottom:5px;
    width:390px;
}

table.t_middle td.center_large, table.t_middle td.center_large2 {
    width:781px;
}

table.t_middle td.space1 {
    width:21px;
    background-image:url(../design/line_space.gif); 
    background-position: top left;
    background-repeat:repeat-y;
    background-color:#FFF;
}

table.t_middle td.space2 {
    width:18px;
    background-color:#FFF;
}

div.space_tt {
    padding-top:2px;
}

div#space_line,
div.space_line
{
    width:21px;
    height:400px;
    /*background-image:url(../design/line_space.gif); 
    background-position: top left;
    background-repeat:repeat-y;*/
}

div#space_line div.top,
div.space_line div.top {
    height:170px;
    width:9px;
    background:url(../design/line_space_top.gif) top right no-repeat; 
}

div#space_line div.top2,
div.space_line div.top2 {
    height:170px;
    width:14px;
    background:url(../design/line_space_top2.gif) top right no-repeat; 
}

div#space_shadow , div#space_no_shadow 
{
    width:18px;
    height:250px;
    position:relative;
}

div#space_shadow 
{
    background-image:url(../design/line_shadow.gif); 
    background-position: top left;
    background-repeat:no-repeat;
}

div#space_no_shadow
{
    background-image:url(../design/table_top.gif); 
    background-position: top left;
    background-repeat:repeat-x;
}


div#middle {
    width:100%;
    height:100%;
    background-color:#FFF;
}

div.middle_top,
div#middle_top
{
    width:416px;
    height:228px;
    background-position:top left;
    background-repeat:no-repeat;
}
div.text
{
    /*padding-top:10px;*/
	line-height:16px;
}
div.action_block div.text
{
	color:#fff;
    padding-right:10px;
	font-weight:bold;
}
div.action_block div.text p
{
	padding:0px;
	line-height:18px;
	cursor:pointer;
}
div.action_bg
{
    height:250px;
}
div.action_bg div
{
	background-position:center center;
	background-repeat:no-repeat;
}
div.action_block
{
    padding-left:150px;
	padding-top:18px;
}

div.action_block div.button {
    float:right;
    position:relative;
    width:118px;
    height:40px;
    background-position: top left;
    background-repeat:no-repeat;
	margin-right:1px;
	cursor:pointer;
}

div.action_block div.button span {
    margin-left:20px;
}

div.space {
    width:100%;
    height:8px;
    background-color:#FFF;
}

div.msg {
    width:100%;
    padding-top:20px;
    text-align:center;
    font-size:12px;
}

div.my_prod_block {
    width:90%;
    background-color:#FFF;
    padding-left:30px;
    padding-top:10px;
}

div.my_prod_block table {
    padding:2px;
    font-size:12px;
}

div.my_prod_block th {
    padding-left:20px;
}

/*katalogo submeniu sluoksnis */

a.prod_cat,
a.prod_cat:link,
a.prod_cat:visited,
a.prod_cat:active
{
    color:#000;
    text-decoration:none;
}
a.prod_cat:hover {
    color:#C81100;
    text-decoration:underline;
}

span.wt { background:#fff;}

div.submenu
{
    position:absolute;
    top:230px;
    /*border:1px solid #fff;
    background:#F2F1F1;*/
    background:url(/design/float_bg.gif) top left no-repeat;
    line-height:19px;
    filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
    color:#000;
    padding:9px;
    width:380px;
    height:194px;
    margin:20px;
    font-size:12px;
}
/*div.submenu
{
    position:absolute;
    top:195px;
    line-height:21px;
    color:#000;
    padding:9px;
    width:380px;
    height:194px;
    margin:10px;
    font-size:12px;
}*/

div.submenu_more{ float:right;}
div.submenu_item { height:26px; }
div.submenu_left { float:left; width:600px; }
div.submenu_left1 { float:left; width:260px; }
div.submenu_left2 { float:left; width:260px; padding-left:8px; }

div.submenu2_left
{
	float:left;
	width:370px;
}
div.submenu2_left1
{
	float:left;
	width:180px;
}
div.submenu2_left2
{
	float:left;
	width:180px;
	padding-left:8px;
}

ul.submenu  {
    list-style-type:none;
}

ul.submenu li {padding:2px;}

/*--------------------------- kita */

div.space2 {
    position:relative;
    width:100%;
    height:3px;
    background-color:#FFF;
}

div.space3 {
    
    width:100%;
    height:16px;
}

div.clear { clear:both; }

.debug
{
    border-color:#990000;
    border-style:solid;
    border-width:1px;
}

.debug2
{
    border-color:#009900;
    border-style:solid;
    border-width:1px;
}

/* produktu sarasas */

div.prod_comment {
    padding-top:20px;
}

div.prod_comment2 {
    padding-left:0px;
    padding-top:20px;
}

div.prod,
table.prod { width:695px; }
table.prod1 { width:732px; }
table.prod2 { width:732px; }

table.prod a
{
	color:#333;
}
/*table.prod, table.prod1, table.prod2 { margin-left:15px; }*/

table.prod td, table.prod1 td, table.prod2 td{
    height:19px;
	padding-top:5px;
	padding-bottom:8px;
}

table.prod th, table.prod1 th, table.prod2 th {
    padding-top:5px;
    padding-bottom:5px;
	background:#efefef;
	font-size:12px;
}

table.prod th, table.prod td, table.prod1 th, table.prod1 td, table.prod2 th, table.prod2 td {
    font-size:11px;
}

td.c9, td.c1, th.c1, td.c2, th.c2, td.c_left, th.c_left, td.c_left_last, th.c_left_last
{
    border-bottom:1px solid #d4d4d4;
}
/*tr.line1, tr.line1_c{ background-color:#EFEFF0;}
tr.line2, tr.line2_c { background-color:#FFF; }*/

tr.line1_c, tr.line2_c {cursor:pointer;}

td.c1, th.c1 {
    padding-left:10px;
    width:70px;
    white-space: nowrap;
}
th.c1, th.c2 { text-align:left; }

td.c2, th.c2 { padding-left:10px; }
td.c2 { color:#5f5f5f; }
td.c_left, th.c_left { text-align:right;  width:70px;}
td.c_left2 { text-align:right;  width:70px;}
td.red { color:#C81100;}
td.c_left_last, th.c_left_last { text-align:right;  width:20px;}

tr.c_all {
    font-weight:bold;
}
tr.c_all td {
    padding-top:5px;
    text-align:right;
}

tr.c_date td {
    padding-top:10px;
    text-align:left;
}

td.c9 {padding-left:7px;}
td.c9 div {padding-top:5px;padding-bottom:7px;color:#C81100;}

input.prod_count, input.prod_price  {
    text-align:right;
    width:30px;
    height:12px;
    padding:1px;
    font-size:10px;
}

input.prod_price  { width:50px; }
td.c_last, th.c_last  { padding-right:10px;}
th.all { text-align:right; }

div.pc_title, div.pc_title2 , div.pc_title3 {
    font-size:11px;
    font-weight:bold;
}
div.pc_title{
    cursor:pointer;
    padding-left:30px;
    padding-top:2px;
    color:#c81100;
}

div.pc_title2 {
    padding-top:5px;
	background:#efefef;
	font-size:12px;
}
div.pc_title3 {
    font-size:12px;
    color:#c81100;
    margin-left:22px;
    margin-right:22px;
    border-bottom:1px solid #c81100;
    padding-top:2px;
}

div.pc_title img { padding-right:10px; }
/*div.prod_content { padding-bottom:10px; }
div.prod_content2 { padding-bottom:10px; }*/
div.prod_content_, div.prod_content_2 { padding-left:80px;padding-top:10px;padding-bottom:10px; }

div.prod_all {
    font-weight:bold;
    /*position:fixed;
    bottom:20px;*/
	position:absolute;
    width:281px;
    margin-left:400px;
    height:42px;
	background:#E0E0E0;
	border:1px solid #D4D4D4;
    /*background:url(/design/float_small.gif) top left no-repeat;*/
    /*filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;*/
    padding-top:17px;
    padding-right:20px;
}

.fl_r { float:right;}
.fl_l { float:left; }
.table { 
    width:100%; 
    border: 1px solid #9C9C9C;
}
.table td, .table th {
    padding:5px;
    border: 1px solid #9C9C9C;
}

div#prod_price_all {
    width:60px;
    padding:5px;
    float:left;
}

div.prod_all div.prod_all_text { padding:5px;}

span.prod_cat { color:#C81100;}

div.line {
    height:1px;
    width:100%;
    margin-top:20px;
    margin-bottom:10px;
    background-color:#ccc;
}
div.adm {
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

/* ------- skaiciuokle -------*/

div.counter_title {
    height:14px;
    font-size:12px;
    padding-top:3px;
    padding-bottom:3px;
	padding-left:20px;
}

div.counter_Mtitle {
	padding-top:8px;
	padding-bottom:5px;
}
div#counter_content
{
    background:#fff;
    /*border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;*/
    height:400px;
    overflow: auto;
}
div.box_top
{
    /*background:url(/design/box_top.gif);
    height:30px;
    width:600px;*/
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
}
div.box_bottom
{
    /*background:url(/design/box_bottom.gif);
    height:11px;
    width:600px;*/
}
iframe.iframe
{
	width:750px;
	height:400px;
}
div.counter_Mcontent2 {
    margin-top:100px;
    position:aboslute;
    margin-left:auto;
    margin-right:auto;
    background:#fff;
    min-height:400px;
    width:750px;
    z-index:10;
	padding:0px 15px 15px 15px;
}

div.counter_Mcontent {
    border: 1px solid #9C9C9C;
    position:absolute;
    padding-right:10px;
    padding-top:15px;
    padding-bottom:5px;
    margin-left:10px;
    height:150px;
    width:550px;
    overflow: auto;
    background-color:#FFF;
    z-index:10;
}

div.counter_title span {
    cursor:pointer;
}

table.prod_counter {
	width:700px;
}

table.prod_counter td.right {
    width:60px;
}

table.prod_counter tr.selected {
    font-size:11px;
    color:#626161;
}

table.prod_counter tr.selected td { padding-bottom:5px;padding-top:5px; }
table.prod_counter tr.selected td.first, tr.c_all td.first { width:700px; }
table.prod_counter tr.selected td.first { padding-left:30px;width:700px; }

th.right {text-align:right;}
/* --------produkto aprasymas ------ */

div#body_popup
{
	background:#fff;
}
div#body_popup div.padd
{
	padding:10px 20px;
}

div#popup_info {
    padding:5px;
    padding-bottom:15px;
}

div#popup_info div.cat {
    font-size:11px;
    font-family: Arial, Tahoma, Verdana, Sans-Serif; 
    /*color:#C81100;*/
    padding-top:10px;
}

div#popup_info div.title {
    font-size:12px;
    font-family: Arial, Tahoma, Verdana, Sans-Serif; 
    color:#000;
    font-weight:bold;
    padding-bottom:20px;
}

div#popup_info div.descr {
    font-size:10px;
    color:#5B5B5B;
    padding-bottom:20px;
}

div#popup_info table.price td {
    font-size:12px;
}

div#popup_info table.price td.val { padding-left:10px;}
/*div#popup_info table.price td.val span { color:#C81100;}*/

.center {
    width:100%;
    text-align:center;
}
div.ar_item_list
{
	background:url(/design/tools_li.gif) no-repeat left center;
	padding-left:26px;
	line-height:21px;
}
/* -------- naujienos ------ */
a.news_arch_y,
a.news_arch_y:link,
a.news_arch_y:visited,
a.news_arch_y:active
{
    font-size:12px;
    color:#C81100;
    text-decoration:none;
    font-weight:bold;
}


div.news_item {
    padding-bottom:15px;
    padding-top:5px;
}

div.news_date
{
    color:#999;
}
div.news_text { font-size:12px; }


div.news_item span.title, div.news_item span.date {
    font-size:11px;
    font-weight:bold;
}

div.news_item span.title {
    color:#C81100;
}

div.pages { 
    padding-top:20px;
}
div.pages a
{
	padding:3px 5px;
}
div.pages a.on
{
	background:#dc2b19;
	color:#fff;
	text-decoration:none;
}
div.pages div.prev {
    padding-right:10px; 
    text-align:right;
    height:15px; 
    width:90px;
}
div.pages div.next {
    padding-left:10px; 
    text-align:left; 
    height:15px; 
    width:70px;
}

/* prenumeratioriu box pilka */
div.box_tr { background:#eeeeee url(/design/box_tr.gif) right top no-repeat;margin-right:10px;margin-left:10px; }
div.box_tl { background:#eeeeee url(/design/box_tl.gif);height:9px;width:9px; }
div.box_br { background:#eeeeee url(/design/box_br.gif) right top no-repeat;margin-right:10px;margin-left:10px; }
div.box_bl { background:#eeeeee url(/design/box_bl.gif);height:9px;width:9px; }
div.box_c
{
    background:#eeeeee;
    margin-right:10px;
    margin-left:10px;
    padding-top:9px;
    padding-left:18px;
    color:#de2716;
    height:60px;
}
div.subscribe
{
    background:url(/design/subscribe.gif) top left no-repeat;
    padding-left:10px;
    padding-top:1px;
    margin-top:5px;
    height:20px;
    text-align:left;
}

.dtree {
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree .clip {
	overflow: hidden;
}

div.empty
{
    padding-top:10px;
}
div.sitemap
{
    padding-bottom:3px;
}
div.sitemap a {padding-bottom:5px;}
div.close
{
    float:right;
    padding-top:10px;
    text-align:left;
    width:25px;
    cursor:pointer;
}

div.news2 { background-image:url(/design/ico_news_2.gif); }
div.tool2 { background-image:url(/design/ico_tool_2.gif); }
div.prod2 { background-image:url(/design/ico_catalog_2.gif); }

/* ------- klaidu pranesimai -------*/
.error {
    font-size:14px;
    font-weight:bold;
    color:#FF0000;
}

/* ------- spausdinimo span -------*/
div.print {
    float:right;
    padding-top:7px;
    padding-right:7px;
}
.akcijos_title
{
    color:#C81100;
    font-size:16px;
    font-weight:bold;
    padding-bottom:20px;
    text-align:right;
}
.akcijos_tekstas
{
    font-size:14px;
    text-align:right;
}
div.prnt_footer
{
    padding-top:10px;
    margin-top:10px;
    border-top:1px solid #ccc;
    height:50px;
    text-align:left;
    font-size:12px;
    
}
/* --- nesiojami komp teksto redaktoriuje --- */
.coolTable {
    border:0px;
    font-size:12px;
}

.coolTable  td {
    vertical-align: top;
    padding:5px;
    padding-left:11px;
}

.coolTableImg {
    padding:5px;
    width:160px;
}

.coolTableFirst {
    font-weight:bold;
    vertical-align: center;
    background-color:#F9F9F9;
}

.coolTableLast {
    vertical-align: bottom;
}


.coolTable2
{
	color:#333;
	background:#fff;
}
.coolTable2 td
{
	text-align:center;
	border:1px solid #d4d4d4;
}
.coolTable2D,
.coolTable2First
{
    font-size:11px;
	padding:5px 0px 8px 0px;
	text-align:center;
}
.coolTable2H
{
    font-size:12px;
	background:#efefef;
	padding:5px 0px;
	text-align:center;
}
.coolTable2First
{
	padding-left:10px;
	text-align:left;
}