html,body {
   font-family: Tahoma;
   font-size:12px;
   margin-top: 0px;
   margin-left: 0px;
}
img {
    border: 0px;
}

div.button_left {
    display: block;
    float: left; 
    width: 2px; 
    margin-top: 1px; 
    border-right: 1px solid #c9c9c9
}    
div.button_middle {
    display: block;
    float: left;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: -4px;
    font-size: 11px;
}
div.button_right {    
    display: block;
    float: left;
    width: 2px;
    margin-top: 1px;
    border-left: 1px solid #c9c9c9;
}
/* ------------------------------------------- HEADER SECTION START ------------------------------------------- */
div#header {
   width: 1000px;
   margin-top: 0px;
   height: 95px;
   text-align: left;
   background: url("/img/header_bg.png") repeat-x;   
}
div#logo_holder {
    display: block;     
    float: left;
    height: 50px;
    width: 400px;
    cursor: hand;
}
div#search_holder {
    display: block; 
    float: right;
    width: 250px;
    margin-top: 18px;
    margin-right: 10px;
    margin-left: 100px;
    margin-bottom: 0px;
    border: 1px solid #a7c6ea; 
    background: #e9f0f9;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 2px;
    height: 23px;
    text-align: center center;
}

div#contact_info {
    display: block;
    float: left;
    color: white;
    width: 470px;
    height: 22px;
    font-size: 11px;
    padding-left: 5px;
    border: 0px solid orange;
}

div#contact_info a{
    text-decoration: none;
    color: #afedfd;
}

div#status_info {
    display: block;
    float: right;
    width: 520px;
    height: 22px;
    padding: 0px;
    color: white;
    border: 0px solid red;
    padding-top: 5px;
}

div#status_info a{
    color: white;
}
div#search_btn {
    display: inline; 
    height: 18px;
    width: 58px;
    background: url("/img/blue_button.gif") no-repeat;   
    color: white;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
}

div#head_bottom {
    margin-top: 3px;
    background: #F70000;
    width: 990px;
    height: 21px;
    padding-left: 5px;
    padding-right: 5px;
}

div.head_menu_link {
    display: inline; 
    float: left;
    padding: 3px;
}

div.head_menu_link a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

div.head_menu_space {
    display: inline; 
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

div#lang_holder {
    display: inline; 
    float: right;    
}

div#content_holder {
    width: 1000px;
    margin-top: 20px;
}
/* ------------------------------------------- LEFT SECTION START ------------------------------------------- */
div#left_holder {
    display: block; 
    width: 180px;
    float: left;
    padding-left: 3px;
    padding-right: 3px;
}
div#left_menu {
    text-align: left;
    padding-bottom: 10px
}

div.lmenu_top, div.lmenu_top_sel {
    padding-left: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 2px;
    font-size: 11px;
    font-weight: bold;
}
div.lmenu_top {
    background: url('/img/menu_arrow.gif') no-repeat #e7e7d1;
    background-position: 0% 50%;
}
div.lmenu_top_sel {
    background: url('/img/menu_arrow_sel.gif') no-repeat #e7e7d1;
    background-position: 0% 50%;
}
/* */
div.lmenu_child_holder {
    background: #f8f8f2;
    padding: 5px;
}

div.lmenu_child, div.lmenu_child_sel {
    font-family: Arial;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 2px;
    font-size: 11px;
    font-weight: none;
    margin-left: 9px;
}
div.lmenu_child {
    background: #f8f8f2;
}
div.lmenu_child_sel {
    background: url('/img/menu_arrow_child.gif') no-repeat #f8f8f2;
    background-position: 0px 3px;
}

a.menu_link {
    text-decoration: none;
    color: #3a3a3a;
}
a.menu_link_sel {
    text-decoration: none;
    color: #f70000;
}

/* ------------------------------------------- RIGHT SECTION START ------------------------------------------- */
div#right_holder {
    display: block; 
    width: 180px;
    float: right;
    padding-left: 3px;
    padding-right: 3px;
}

div#right_items {
    display: block;
    width: 180px;
}
div#right_items_header {
    display: block;
    height: 21px;
    background: #f70000;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    color: white;
}
div#right_items_list {
    border-left: 1px solid #d2d2c6;
    border-right: 1px solid #d2d2c6;
    border-bottom: 2px solid #d2d2c6;
}

/* ITEM BOX SMALL */
div.item_box_small {
    display: block;
    float: none;
    width: 150px;
    height: 60px;
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #dad9d7;
}

div.small_info_box {
    display: block;
    float: none;
    width: 70px;
    height: 30px;
    overflow: hidden;
    padding-top: 10px;
}
div.small_info_box a{
    text-decoration: none;
    color: black;
}
div.small_img_box {
    display: block; 
    float: right;
    width: 70px;
    height: 60px;
    overflow: hidden;
}

div#right_card {
    margin-bottom: 15px;
}

div#right_card_header {
    display: block;
    height: 21px;
    background: #2f6ace;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
    color: white;
}
div#right_card_list {
    border: 1px solid #d2d2c6;
    background: #f1f1e3;
    font-size: 11px;
}
/* ------------------------------------------- FOOTER SECTION START ------------------------------------------- */
div#footer {
    width: 1000px;
    float: right;
    height: 50px;
    background: url(/img/footer_bg.gif) repeat-x;
    text-align: left;
    font-size: 11px;
    color: white;
    padding-left: 20px;
    padding-top: 17px;
    margin-top: 30px;
}
/* ------------------------------------------- CENTER SECTION START ------------------------------------------- */
div#center_holder {
    display: block; 
    float: left;
    padding-left: 3px;
    padding-right: 3px;
    width: 619px;
}

div#item_header_name {
    font-size: 18px;
    color: #f70000;
    padding-top: 20px;
    font-weight: bold;
    text-align: left;
}

div.filter_box {
    border: 1px solid #d2d2c6;
    background: #f8f8ff2;
    width: 596px;
    padding: 10px;
    height: 50px;
}

div.paging_box {
    display: block;
    float: none;
    white-space: nowrap;
    height: 21px;
    text-align: center;
    border: 0px solid green;    
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0px solid black;
    width: 350px;
}

a.page_select {
    font-size: 12px;
    color: black;
    padding-left: 3px;
    padding-right: 3px;
}
span.page_select_active {
    font-size: 12px;
    text-decoration: none;
    color: #f70000;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
}

/* ITEM BOX */
div.item_box {
    display: block;
    float: left;
    border: 1px solid #d2d2c6;
    width: 200px;
    height: 228px;
    text-align: center;
    margin: 2px;
}
div.item_box a {
    text-decoration: none;
}
div.image_box {
    display: block;
    width: 198px;
    padding-top: 10px;
    height: 130px;
}
div.item_name_box {
    display: block;
    float: none;
    overflow: hidden;
    height: 30px;
    width: 182px;    
    text-align: left;
    padding-left: 11px;
}
div.item_name_box a{
    color: #050505;
    font-weight: bold;
}
div.price_box {
    display: block;
    height: 22px;
    width: 198px;    
    padding-left: 11px;
    text-align: left;
}
span.price {
    color: red; 
    font-weight: bold;
    font-size: 13px;
}
div.action_box {
    display: block;
    width: 178px;
    height: 13px;
    background: #f1f1e3;
    padding: 11px;
}

/* CAT BOX */
div.cat_box {
    display: block;
    float: left;
    border: 1px solid #d2d2c6;
    width: 200px;
    height: 175px;
    text-align: center;
    padding-top: 10px;
    margin: 2px;
}
div.cat_box a {
    text-decoration: none;
}
div.cat_name_box {
    display: block;
    width: 178px;
    height: 13px;
    background: #f1f1e3;
    padding: 11px;
    text-align: left;
}
div.cat_name_box a{
    color: #050505;
    font-weight: bold;
}

/* ITEM INFO */

div#item_main_info_box {
    width: 606px;
    padding-top: 10px;
    border-top: 1px solid #999999;
}
div#item_photo_box {
    display: block; 
    float: left;
    width: 285px;
}
div#img_nafig_holder {
    display: block; 
    width: 285px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 20px;
}
div#item_photo_box a{
    text-decoration: none;
    color: #999999;
}
div#item_text_box {
    display: block; 
    float: left;
    width: 300px;
    text-decoration: none;
    text-align: left;
}
div#item_name {
    font-family: Arial;
    font-size: 20px;
    color: black;
    padding-bottom: 10px;
}

div.item_links a {
    background: url('/img/arrow_blue.gif') no-repeat;
    background-position: 0% 50%;
    text-decoration: none;
    color: #3366cc;   
    padding-left: 10px;
}

div.item_box_header {
    display: block;
    float: left;
    background: #e7e7d1;
    font-weight: bold;
    font-size: 12px;
    width: 596px;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
div.similar_box {
    display: block;
    float: left;
    width: 288px;
    height: 47px; 
    border: 1px solid #d5d5c9;
    margin-right: 2px;
    margin-top: 2px;
    padding: 5px;
    text-align: left;
}
a.path {
    text-decoration: none;
    color: black;
    padding-left: 3px;
}

td.teh_desc_key{
    width: 50%;
    text-align: left;
    padding-left: 10px;
    padding-top: 3px; 
    padding-bottom: 3px; 
    
}

div.user_block_header {
    padding: 5px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 11px;
    background: #e7e7d1;
    color: #3a3a3a;
}

div.user_block_info {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3a3a3a;
    font-size: 11px;
}

div.user_block_key {
    float: left;
    width: 110px;
    height: 15px;
    font-size: 11px;
    padding-top: 4px;
}
div.user_block_val {
    float: left;
    width: 140px;
    padding-right: 30px;
    height: 25px;
}

div.user_block_row {
    height: 25px;
}

div.how2order_key {
    width: 165px;
    float: left;
    color: red;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    border-right: 1px solid #d2d2c6;
    height: 45px;
    padding-top: 35px;
}
div.how2order_val {
    width: 365px;
    float: left;
    text-align: left;
    padding: 10px;
    height: 70px;
    background: #f8f8ff2;
}
div.leasing_key {
    width: 205px;
    float: left;
    color: red;
    font-weight: bold;
    text-align: left;
    border-right: 1px solid #d2d2c6;
    height: 50px;
    padding: 10px;
}
div.leasing_val {
    width: 325px;
    float: left;
    text-align: right;
    padding: 20px;
    height: 20px;
    background: #f8f8ff2;
    color: #333333;
}
select.lizing_select {
    font-size: 11px;
}
/*
div#header  div#cart_status{
   float:right;
   width:120px;
   height:97px;
   border:0px solid #ccc;
   text-align:left;
   margin:0;
   padding:0;
}
div#header  div#cart_status a {
   color:#fff;
   text-decoration:none;
}
div#cart_status a:hover {
   color:#e61900;
   text-decoration:none;
}
div#cart_status p {
   display:block;
   text-align:center;
   color:#fff;
   font-size: 14px;
   font-weight:bold;
   margin-bottom:5px;
   margin-top:5px;
}
div#cart_status img {
   display:block;
   float:right;
   margin:0;
   padding:0;
   border: 0px solid red;
}
div#cart_status .status {
   clear:both;
   margin-left:5px;
   color:#fff;
   font-size: 12px;
   font-weight:bold;
}
div#header div#head_top {
   width:100%;
   height:52px;
   background-color:#fff;
}
div#head_top img#logo {
   float:left;
   padding-top:15px;
   margin-left:30px;
   border:0;
}
div#header div#head_middle {
   height:97px;
   background: url("http://www.expressshop.lv/img/ifce/h_m_bg.gif") repeat-x;
}
div#head_middle div#left_arr {
   border:0px solid red;
   left:10px;
   float:left;
   width:367px;
   height:97px;
   background: url("http://www.expressshop.lv/img/ifce/h_l_arr_bg.gif") no-repeat bottom center;
   }
div#left_arr div#phone_big {
   width:250px;
   height:30px;
   line-height:30px;
   float:left;
   margin-top:28px;
   margin-left:25px;
   font-size:30px;
   font-weight:bold;
   font-style:italic;
   color:#fff;
   border:0px solid red;
   }
#phone_big img{
   border:0;
   margin-left:20px;
   }
div#left_arr div#phone_small {
   float:left;
   width:180px;
   height:22px;
   line-height:14px;
   margin-top:2px;
   left:5px;
   font-size:14px;
   font-weight:bolder;
   font-style:italic;
   color:#fff;
   border:0px solid red;
   }
#phone_small img {
   border:0;
   }
div#add {
   width:150px;
   height:20px;
   line-height:10px;
   float:left;
   margin-top:20px;
   margin-left:36px;
   font-size:10px;
   font-weight:bold;
   text-align:left;
   border:0px solid red;
   }
#add a {
   display:inline;
   text-decoration:none;
   color: #0675ef;
   }
#add a:hover {
   display:inline;
   text-decoration:underline;
   color:red;
   }
div#head_middle img#cart{
   margin-top:2px;
   margin-right:10px;
   bottom:0;
   height:95px;
   float:right;
   }
#lang_bar_t_r {
   float:right;
   width:100px;
   height:20px;
   top:0;
   right:100px;
   padding-top:4px;
   }
#lang_bar_t_r a {
   font-weight:bold;
   
   color:#fff;
   text-decoration:none;
   }
#lang_bar_t_r a:hover {
   display:inline;
   text-decoration:underline;
   }
   
div#valute_chng {
   position:absolute;
   width:110px;
   height:20px;
   top:0;
   left:666px;
   padding-top:4px;
   background-color:red;
   }
#valute_chng a {
   font-weight:bold;
   color:#fff;
   text-decoration:none;
   }
#valute_chng a:hover {
   display:inline;
   text-decoration:underline;
   }

div#header div#head_bottom {
   width:100%;
   clear:both;
   height:20px;
   line-height:20px;
   color:#056bda;
   background-color:#f0f0f0;
}
div#head_bottom a {
   color:#f21a03;
   font-weight:bold;
   font-size:14px;
   text-decoration:none;
}
div#head_bottom a:hover {
   color:#056bda;
   font-weight:bold;
   font-size:14px;
   text-decoration:none;
}
/* ------------------------------------------- HEADER SECTION END ------------------------------------------- 
div#left {
   left:0;
   float:left;
   width:200px;
   left:10px;
   border:0px solid #333;
}
div#right {
   right:0;
   float:right;
   width:200px;
   right:10px;
   border:0px solid #333;
}
div#middle {

   width:550px;
   margin-left:auto;
   margin-right:auto;
   margin-top:0px;
   margin-bottom:0px;
   padding:0px;
   border-top:0;
   border-left:1px solid #ccc;
   border-right:1px solid #ccc;
   border-bottom:1px solid #ccc;
}
div#middle div#middle_content {
   text-align:center;
}
div#right div#right_content {
   text-align:right;;
}
/* ------------------------------------------- MIDDLE GALLERY SECTION START ------------------------------------------- 
.cat_description {
   border:0px solid red;
   padding-top:5px;
   padding-bottom:5px;
   }
.cat_box {
   display: block;
   float:left;
   height:185px;
   width:30%;
   margin:3px;
   padding:3px;
   }
.item_box {
   display:block;
   float:left;
   width:155px;
   height:200px;
   margin:3px;
   padding:3px;
   overflow: hidden;
   }
.item_box_img {
   display: block;
   width:130px;
   height:130px;
   line-height:130px;
   margin-left:auto;
   margin-right:auto;
   border:0px solid #333;
   }
.cat_box span {
   display:block;
   }
.cat_box_img {
   display:block;
   width:120px;
   height:100px;
   line-height:100px;
   margin-left:auto;
   margin-right:auto;
   border:0px solid #333;
   }
.item_box span {
   display:block;
   }
.compare_table {
   border-collapse:collapse;
   width:100%;
   border-right:1px solid #ececec;
   border-bottom:1px solid #ececec;
   }
.compare_table td{
   padding:0;
   margin:0;
   text-align:left;
   border-top:1px solid #ececec;
   border-left:1px solid #ececec;
   }
/* ------------------------------------------- MIDDLE GALLERY SECTION STOP ------------------------------------------- 
div#footer {
   clear:both;
   bottom:0;
   border:0px solid #333;
   font-size:12px;
   font-weight:bold;
   text-align:center;
   margin-top:5px;
   color:#fff;
   height:16px;
   line-height:16px;
   background: url("http://www.expressshop.lv/img/ifce/p_t_bg.gif");
   }
div#cont {
   clear:both;
   bottom:0;
   border:0px solid #333;
   font-size:10px;
   text-align:center;
   margin-top:5px;
   line-height:16px;
   }

   
div.l_p_borders{
   width:200px;
   margin-bottom:10px;
   border-left:1px solid #ccc;
   border-right:1px solid #ccc;
   border-bottom:1px solid #ccc;
   }
div.l_p_heading {
   width:100%;
   line-height:16px;
   height:16px;
   color:#fff;
   border:0px solid #333;
   background: url("http://www.expressshop.lv/img/ifce/p_t_bg.gif");
   font-size: 14px;
   font-weight:bold;
   }
div.l_p_content {
   width:194px;
   padding-bottom:3px;
   padding-left:3px;
   padding-right:3px;
   }
div#left_menu {
   border:0px solid #333;
   padding-left:15px;
   }
div#left_menu ul, li {  
   padding:0;
   margin:0;
   list-style:none;
   }
div#left_menu ul li.sub_cat {  
   padding:0;
   margin-left:15px;
   margin-right:0;
   margin-top:0;
   margin-bottom:0;
   list-style:none;
   }
div#left_menu #navtree ul li {  
   padding:0;
   margin-left:15px;
   margin-right:0;
   margin-top:0;
   margin-bottom:0;
   list-style:none;
   }
div.l_p_items {
   position:relative;
   height:16px;
   width:100%;
   margin-left:5px;
   font-size:12px;
   line-height: 16px;
   }

a.cat_box_a {
   color: #333;
   font-size: 14px;
   font-weight:bold;
   text-decoration:none;
   height:65px;
   }
a.cat_box_map {
   color: #333;
   text-decoration:none;
   }
a.cat_box_a:hover {
   color: #666;
   font-size: 16px;
   font-weight:bold;
   text-decoration:none;
   height:65px;
   }
a.item_box_a {
   color: #333;
   font-size: 12px;
   font-weight:bold;
   text-decoration:none;
   height:50px;	
   }
a.item_box_a:hover {
   color: #666;
   font-size: 12px;
   font-weight:bold;
   text-decoration:none;
   height:50px;	
   }
a.l_p_categories {
   color: #333;
   font-size: 12px;
   text-decoration:none;
   }
div.image_box {
   height:130px;
   width:120px;
   margin-left:auto;
   margin-right:auto;  
   vertical-align:middle;
   overflow: hidden; 
   }
img.show_pic {
   vertical-align:middle;
   border:0;
   }
/* PATH*
a.path {
   color: #fff;
   font-family: arial, verdana;
   font-weight: bold;
   font-size: 12px;
   text-decoration:none;
   }
a.path:hover {
   color: #efefef;
   font-family: arial, verdana;
   font-weight: bold;
   font-size: 12px;
   text-decoration:none;
   }
/* --- PAGE SELECTION STARTS --- *
div.spages_top {
   height:20px;
   width:100%;
   text-align:right;
   }
div.spages_bottom {
   height:20px;
   clear:both;
   width:100%;
   text-align:right;
   }
span.page_select_active {
   color: red;
   font-weight: bold;
   font-size: 14px;
   text-decoration:none;
   }
a.page_select_arrow {
   color: #333;
   font-weight: bold;
   font-size: 16px;
   text-decoration:none;
   }
a.page_select_arrow:hover {
   color : red;
   font-weight: bold;
   font-size: 16px;
   text-decoration:none;
   }
a.page_select {
   color : #333;
   font-size: 12px;
   font-weight:bold;
   text-decoration:none;
   }
a.page_select:hover {
   color : red;
   font-size: 12px;
   font-weight:bold;
   text-decoration:none;
   }
   
   
/* TABLE *
.row {
   border:0px solid blue;
   width:350px;
   height:25px;
   margin-bottom:2px;
   }
.cell {
   float:left;
   width:150px;
   border:0px solid red;
   }
.cell_end {
   clear:left;
   }
h1 {
   font-size: 14px;
   font-weight:bold;
   text-decoration:none;
   margin:0px 0px 5px 0px;
} 
h2 {
   font-size: 12px;
   font-weight:bold;
   text-decoration:none;
   margin:0px 0px 0px 0px;
} 

.nf404 {
	 font-size: 16px;
   font-weight:bold;
   text-decoration:none;
   margin:0px 0px 0px 0px;
}

div#top_banner {
   position:absolute;
   width:468px;
   height:60px;
   top:73px;
   left:260px;
   padding-top:0px;
   background-color: white;
   z-index: 100;
   }
*/