/* Path DIV properties  */

div#catpath{
    margin-top:15px;
    margin-bottom:15px;
}

div#catpath a{
    color: #493c71;
    font-size:14px;
    text-decoration: none;
}

div#catpath img{
    margin-left:10px;
    margin-right:10px;
}

/* Current Level Categories List Properties In Main Window */

span#catcontent{
    font-size: 14px;
    line-height: 22px;
    margin:0px;
    margin-left:15px;
    padding:0px;
    display: block;
}

span#catcontent a{
    text-decoration: none;
    color: #232323;
    margin:0px;
    padding:0px;
    background: url("menu_small_arrow.gif") left top no-repeat;
    padding-left:10px;
}

span#catcontent a:Hover{
    color: #e99300;
}

/* Products List Properties*/

table.prodtable{
    empty-cells: show;
}

td.prodtbltopbg{
    background-image:url("prod_tbl_top_middle.gif");
    width:540px;
    height:23px;
}

td.prodtblmiddlebg{
    background-image:url("prod_tbl_middle_center.gif");
    width:540px;
    height:22px;
}

td.prodtblrightbg{
    width:10px;
    background-image:url("prod_tbl_center_right.gif");
    
}

td.prodtblprodtd{
    border-style:solid;
    border-left-width:1px;
    border-color: #e2e2e2;
    padding-left:1px;
    height:70px;
    width:550px;
    background-color: #FFFFFF;
}

td.prodtblprodnametd{
    padding-left: 20px;
    vertical-align: middle;
    background-color: #FFFFFF;
    font-family:Tahoma;
    font-size:14px;
    color: #353535;
    padding-bottom: 5px;
}

input.prodtblinp1{
    border-width: 1px;
    border-color: #353535;
    border-style:solid;
    font-size: 12px;
    color: #353535;
    background-color: #e1e1e1;
    height:18px;
    width:80px;
    margin-top:10px;
    background-image: url("cat_butt_1.gif");
    background-position: right;
    background-repeat: no-repeat;
    text-align:left;
    padding-left:10px;
}

td#prodtblbottomtd{
    border-width: 1px;
    border-style:solid;
    height:2px;
    border-top-width: 0px;
    border-color: #e2e2e2;
}

td.prodtblprodpricetd{
    text-align:right;
    font-family:Tahoma;
    font-size:14px;
    color: #353535;
}

/* Catalog Left Menu Properties */

div#catalogmenu{
    width:350px;
    background-color: #fefef7;
}

div#catmenubottom{
    width:350px;
    background: #fefef7 url("lmenu_bg_b.gif") left bottom repeat-x;
    height:4px;
}

div#catalogmenu ul{
    background-color: #fefef7;
    border: 0px solid #e1e1e1;
    border-left-width: 1px;
    border-right-width: 1px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div#catalogmenu ul li{
    background-color: #ededed;
    margin-top:2px;
    padding:0px;
    padding-right:5px;
}

div#catalogmenu ul li img{
    margin-right: 8px;
    display: inline;
    vertical-align: bottom;
}

div#catalogmenu ul li a{
    font-family: Tahoma, Verdana;
    font-size:12px;
    color: #232323;
    text-decoration:none;
    display: inline;
}

div#catalogmenu ul li a:Hover{
    color: #e99300;
}

div#catalogmenu ul li.catlichoosed{
    background-color: #cacaca;
}

/* Left Menu Properties */

img#lmenu_corner_bl{
    width: 5px;
    height: 4px;
    float: left;
}

img#lmenu_corner_br{
    width: 5px;
    height: 4px;
    float: right;
}

* html img#lmenu_corner_bl{
    display:none;
}

* html img#lmenu_corner_br{
    display:none;
}