/* 2tags UI Components */

/**********************
 *  BEG: FORM ELEMENTS
 *********************/
.ttui-frmcontrol {
    text-align: center;
}
/**********************
 *  END: FORM ELEMENTS
 *********************/

 
/**********************
 *  beg: TTUI: DateRange
 *********************/

.ttui-DateRange .selected {
  background: #D0D7DD;
}
.ttui-DateRange td {
  padding-right: 3px;
}
/**********************
 *  end: TTUI: DateRange
 *********************/

 
 /**********************
 *  beg: TTUI: Pagination
 *********************/
.ttui-pagination * {
  font-size: 11px;
}

.ttui-pagination td {
  padding: 2px;
  vertical-align: bottom;
}

.ttui-pagination td.jumpers {
  text-align: right;
  white-space: nowrap;
  width: 100%;
}

.ttui-pagination td.ttui-info {
  text-align: left;
  white-space: nowrap;
  padding: 0 10px 0 5px;  
}

.ttui-pagination .inputbox{
  width: 30px;
}

.ttui-pagination td.links {
  width: 100%;
  padding: 0 0 0 3px;
}

.ttui-pagination td a {
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  display: block;
  padding: 0px 3px 0 3px;
}

.ttui-pagination td.pg a{
}

.ttui-pagination td.nav a {
}

 /**********************
 *  end: TTUI: Pagination
 *********************/

  /**********************
 *  beg: TTUI: DataGrid
 *********************/
.ttui-dg thead th.sort-asc span{
    background: transparent url(../ui_gfx/ttui_dg/arr_sort_u.gif) center center no-repeat;
} 
.ttui-dg thead th.sort-desc span{
    background: transparent url(../ui_gfx/ttui_dg/arr_sort_d.gif) center center no-repeat;
} 
 
.ttui-dg tr.odd td {
    background-color: #EAEAEA;
}
.ttui-dg input {
    margin: 0;
}
.ttui-dg tr.row-summary td {
    text-align: right;
    background: Gray;
    color: white;
}
  /**********************
 *  end: TTUI: DataGrid
 *********************/

/**********************
*  beg: TTUI: EditableGrid
*********************/
.ttui-eg {
    empty-cells: show;   
} 
/**********************
*  end: TTUI: EditableGrid
*********************/
 
/**********************
*  beg: TTUI: TabView Horizontal
*********************/
.ttui-tabview {
    width: 100%;
}
.ttui-tabview .ttui-tabview-nav{
	font-size:0.9em;
	line-height:1.4em;
    padding:5px 0 0 5px;
    clear: both;
    height: 20px;
}

.ttui-tabview .ttui-tabview-nav span{
    display: none;
}
.ttui-tabview .ttui-tabview-nav a {
	display:block;
    float: left;
	text-decoration:none;
	font-size:12px;
	margin: 0 4px 0 0;
    cursor: pointer;
    width: 20%;
	background-color: #D0D7DD;
    color: Black;
    border-color: Gray;
    border-left: 1px solid;
    text-align:center;

}
.ttui-tabview .ttui-tabview-nav a span{
	display:block;
	padding: 5px 12px 3px 12px;
	display:block;
	width:100%;
	text-align:center;
}
.ttui-tabview .ttui-tabview-nav a.selected {
    background-color: Gray;
	color: #3A6EA5;
}

.ttui-tabview .content{
    border: 1px solid gray;
    clear: both;
    padding: 10px;
    margin-top: 0px;
}

/**********************
*  end: TTUI: TabView Horizontal
*********************/


/**********************
*  beg: TTUI: TabView Vertical
*********************/
.ttui-tabviewv {
 }
.ttui-tabviewv .tui-tabviewv-tbl {
    width: 100%;
}
.ttui-tabviewv .tui-tabviewv-tbl-td1, .ttui-tabviewv .tui-tabviewv-tbl-td2 {
    vertical-align: top;
}

.ttui-tabviewv .ttui-tabview-nav{
	font-size:0.9em;
	line-height:1.4em;
    height: 20px;
}

.ttui-tabviewv .ttui-tabview-nav span{
    display: none;
}
.ttui-tabviewv .ttui-tabview-nav a {
	display:block;
    cursor: pointer;
	text-decoration:none;
	font-size:12px;
	margin: 0 4px 0 0;
    width: 20%;
	background-color: #D0D7DD;
    color: Black;
    border-color: Gray;
    border-left: 1px solid;
    width: 100%;
    text-align: left;
}
.ttui-tabviewv .ttui-tabview-nav a span{
	display:block;
	padding: 5px 12px 3px 12px;
	display:block;
	width:100%;
}
.ttui-tabviewv .ttui-tabview-nav a.selected {
    background-color: #EAEAEA;
	color: #3A6EA5;
}
.ttui-tabviewv .tui-tabviewv-tbl-td2 {
    border: 1px solid gray;    
    padding: 10px;
}
.ttui-tabviewv .content{
    margin-top: 0px;
}

/**********************
*  end: TTUI: TabView Vertical
*********************/






/**********************
*  beg: TTUI: GFX Bar
*********************/
.ttui-gfxbar .ttui-gfxbarv-label {
    font-size: 85%;
}

/**********************
*  end: TTUI: GFX Bar
*********************/



/**********************
*  beg: TTUI: GfxBar
*********************/
.ttui-gfxbarv {
    width: 100px;
    border: 1px solid black;
    padding: 1px;
    line-height: 1px; font-size: 1px;
    text-align: left;
}
.ttui-gfxbarv .bar{
    background: red;
    height: 3px;
    line-height: 1px; font-size: 1px;
}
/**********************
*  end: TTUI: GfxBar
*********************/
/*-- START OF THE GLOBAL STYLE DEFINITION-- */
body, html {
    text-align: center;   
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0; margin: 0;
    font-size: 12px;
    background-color: #EDEDED;
 }
body *{    line-height: 1.4em; }
a {
    color: #CC3333;
    background: transparent;
}
a:hover {
    color: #CC3333;
}
a img { 
    vertical-align: middle;
    margin-right: 3px;
    border: 0;
}
table, td, td {
    padding: 0; margin: 0; border: 0;
    border-spacing: 0; border-collapse: collapse;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dd, dt, dl, form, fieldset {
    margin: 0; padding: 0;
}

ul, ol, li {
    list-style: none;
}

h2,h3 {
    font-size: 14px;
    margin-bottom: 4px;
}

p{
    line-height: 1.8em;
    margin-bottom: 10px;
    font-family: Verdana, Arial CE, Arial, Helvetica CE, Helvetica, sans-serif;
}
.button-important{
    background: #333333;
    color: White;
    font-weight: bold;
}
.clear-both { clear: both; height: 1px; font-size: 1px; line-height: 1px}
.hidden { display: none;}
.inputbox {
    padding: 2px 4px;
    font-size: 12px;
    line-height: normal;
    width: 180px;
}
.textarea {
    height: 3em;
    width: 220px;
}
.helpcursor {
    cursor: help;
}
#slogan, #footer {
    height: 30px;
    overflow: hidden;
    background-color: #F8F8F8;
    background-repeat: repeat-x;
    background-image: url(../ui_gfx/slogan_fill.gif);
    margin-top: 5px;
}
#slogan .content {
    padding: 4px 8px 0 8px;
    border: 1px solid #D4D4D4;
}
#slogan-separator {
    height: 4px;
    margin-bottom: 4px;
    font-size: 1px; line-height: 1px;
}
#header {
    position: relative;  overflow: hidden;
    height: 150px;
}
#shopname {
    position: absolute; overflow: hidden;
    width: 200px;
    height: 150px;
    left: 0px;
    background-color: #CC0000;
}
#shopname h1{
    padding: 0; margin: 0;

}
#shopname a {
    display: block;
    width: 100%;
    height: 150px;
    padding: 0; margin: 0;
}

#shopname h1 span{
    display: none;
}

#shopname .content{
    padding: 5px;
    text-align: center;
    border: 2px solid #000000;
    border-top: 0;
    _height: 200px;
    background-repeat: no-repeat;
    background-position: center top;
}
#login{
    position: absolute; overflow: hidden;
    width: 292px;
    left: 205px;
    background-color: #F8F8F8;
    height: 95px;
    border: 1px solid #C1C1C1;
    /*border-color: #003262;*/
    font-size: 105%;
}
#login .content{
    padding: 5px 10px;
}
#login td{
    padding-right: 10px;
}
#login .button{
    height: 22px;
    padding: 0 0 5px 0;
    font-size: 12px;
}
#login h2{
    margin-bottom: 5px;
    font-size: 140%;
}
#cart{
    position: absolute; overflow: hidden;
    width: 255px;
    right: 0px;
    background-repeat: no-repeat;
    background-image: url(../ui_gfx/cart_black_b.gif);
    background-position: 4px 8px;
    background-color: white;
    color: black;
    height: 95px;
    font-size: 110%;
    border: 1px solid #C1C1C1;
}
#cart h3{
    margin-bottom: 1px;
    font-size: 140%;
}
#cart .content{
    padding: 5px 10px 5px 60px;
}
#cart #cart-actions {
    margin: 5px 0 0 0;
}
#menu {
    position: absolute; overflow: hidden;
    width: 558px;    
    top: 100px;
    height: 45px;
    left: 205px;
    margin: 4px 0 0 0;
    border-bottom: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    overflow: hidden;
}
#menu table{
    width: 554px;
    height: 39px;
    overflow: hidden;
}
#menu td {
    padding: 0 0 3px 0;
    text-align: center;
    vertical-align: top;
    background-repeat: no-repeat;
    background-image: url(../ui_gfx/menu_separator.gif);
    background-position: top right;
    border: 1px solid white;
    
}
#menu td.last {
    background-image: none;
    border-right: 1px solid #C1C1C1;
}
#menu a,#menu a:hover, #menu a:link, #menu a:active {
    position: relative;
    display: block;
    text-align: left;
    margin-right: 0px;
    padding: 1px 3px 40px 45px;
    background-repeat: no-repeat;
    background-image: url(../ui_gfx/ico_backtoshop.gif);
    background-position: 4px 0px;
    color: black;
    text-decoration: none;
    font-weight: normal;
}
#menu a#ico-cart { background-image: url(../ui_gfx/ico_menu_cart.gif);  }
#menu a#ico-info { background-image: url(../ui_gfx/ico_menu_info.gif);  }
#menu a#ico-account { background-image: url(../ui_gfx/ico_menu_account.gif);  }
#menu a#ico-orders { background-image: url(../ui_gfx/ico_menu_orders.gif);  }
#menu a#ico-how-to-buy { background-image: url(../ui_gfx/ico_menu_howtobuy.gif);  }

#menu td.selected a{
  color: #CC3333;
  background-position: 4px -48px;
}
#menu a:hover { 
    text-decoration: underline;
    color: #333333;
}
#menu span {
    display: none;
}
#login .content {
    padding: 3px 5px;
}
#login .inputbox {
    width: 80px;
}
#login h2 {
    margin: 0;
    padding: 1px 5px 2px 5px;
    font-size: 100%;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
}
#login fieldset {
    margin: 0; padding: 0; border: 0;
}
#login .lbl {
    text-align: left;
    padding: 0;
}
#container {
    width: 770px;
    text-align: left;
    margin: auto;
    border: 2px solid #000000;
    border-top: 0;
    border-bottom-width: 2px;
    background-color: White;
    margin-bottom: 3px;
}

#container-pad {
    padding: 0 5px;
}

#footer {
    width: 770px;
    text-align: left;
    margin: auto;
    border: 2px solid #D4D4D4;
    border-top: 1px;
    border-bottom: 1px;
    margin-top: 0px;    
    margin-bottom: 4px;
    color: Black;
    height: 24px;
}
#footer .content{
    padding: 2px 8px;
}
#footer a{color: #333333; background: transparent; font-weight: bold;}
#left {
    width: 200px;
}
#main {
    padding-bottom: 25px;
    overflow: hidden;
}
#contab {
	width: 100%;
}
#contab #col-left, #contab #col-right {
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	vertical-align: top;
}
#contab #col-left {
	width: 200px;
}
#contab #col-right {
	padding-left: 4px;
}

#mainhdr {
    margin: 3px 0 0 1px;
    padding: 3px 5px 3px 5px;

}
#main #mainhdr h2{
    margin: 0;
    font-size: 105%;
    color: White;
    font-weight: bold;
}
#sysreport {
    padding: 5px 15px 5px 6px;
    font-size: 125%;
    margin-left: 1px;
    margin-bottom: 10px;
    font-weight: bold;
    background: #333333;
    color: White;
}
#sysreport a:hover, #sysreport a:{ 
    color: White;
    background: transparent;
}
#main .mainpad{
    padding: 15px 5px 15px 5px;
    background: #F3F3F2;
    background: White;
}
#main h2 {
    font-size: 130%;
    margin-bottom: 5px;
    color: #000000;
    background: transparent;
}
#hdr-cat, .navmulti-level0hdr{
    padding: 3px 5px 3px 5px;
     margin-top: 3px;
}
.navmulti-level0hdr a {
    color: White;
    text-decoration: none;   
}
.navmulti-level0hdr table {
    width: 100%;
}
#main .navmulti-level0hdr table td.num{
    width: 20px;
    text-align: right;
    white-space: nowrap;
}

#hdr-cat h2, .navmulti-level0hdr h2{
    margin: 0;
    font-size: 105%;
}
#treecat {
    background: white;
    width: 100%;
    margin-bottom: 25px;
}
#treecat .content{

}
#treecat ul{
    list-style: none;
    border: 1px solid #000000;
    border-top: none;
}
#treecat li{
    padding: 0; margin: 0;
    border-bottom: 1px solid #D4D4D4;
    background-repeat: no-repeat;
    background-position: 5px 5px;

}
#treecat li a{
    display: block; 
    padding: 3px 10px 2px 5px; 
    font-weight: normal;
    text-decoration: none;
    color: black; 
    margin-bottom: 0px;
}
#treecat li a:hover{
    background-color: #333333;
    color: white;
}
#treecat li a.selected{
    background-color: #333333;
    color: white;
}

#treecatmulti .content{
}
#treecatmulti h3{
    
}

.ttui-tree {
    width: 190px;
}

.form {
    background: White;
    padding: 5px 0px;
}
fieldset {
    padding: 10px;

}
legend {
    padding: 2px 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #CC3333;
    font-weight: bold;
}
.form fieldset .lbl {
    text-align: right;
    padding: 2px 5px;
    width: 140px;
}
.list, #preformated ul {
    font-size: 100%;
    list-style: square;
    margin: 5px 0 5px 25px;;
}
.list li, #preformated ul li{
    margin-bottom: 5px;
    list-style: square;
    line-height: 1.4em;
}

.box-help {    margin: 10px 0; padding: 8px; border: 1px solid  #D8D6D6;}
.box-help p { margin: 0; }
/* GREY-BLUE SKIN */
.bkcg-gradient-blue {
    background-color: #CC0000;
    background-image: url(../ui_gfx/gradients/gradient_13.gif);
    background-repeat: repeat-x;
    color: White;
    border-bottom: 1px solid #CC0000;
} 

.bkcg-gradient-orange {
    background-color: #DD9022;
    background-image: url(../ui_gfx/gradients/gradient_13.gif);
    background-repeat: repeat-x;
    color: White;
    border-bottom: 1px solid #DD9022;
} 
.bkcg-gradient-grey {
    background-color: #D8D6D6;
    background-image: url(../ui_gfx/gradients/gradient_13.gif);
    background-repeat: repeat-x;
    color: black;
    border-bottom: 1px solid #D8D6D6;
} 

/* LOCAL CSS: CATALOG */
#catalog {
    width: 100%;
    clear: both;
}

#catalog .catitem {
    width: 165px;
    float: left;
    margin: 0 10px 15px 0;
    border: 1px solid #C1C1C1;
    padding: 2px;
    font-size: 90%;
    _height: 235px;
    min-height: 235px;
    position: relative;
}
#catalog .catitem h3{
    padding: 1px 5px 2px 5px;
    background-color: #EDEDED;
    color: White;
    font-size: 100%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 2px;
    border-bottom: 3px solid #000000;
}
#catalog .catitem h3 a{
    color: #CC0000;
    text-decoration: none;
}
#catalog .catitem h3 a:hover{
    text-decoration: underline;
}

#catalog .catitem p{
    text-align: left;
    padding: 0 5px;
    margin: 0 0 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 70px;
}
#catalog .catitem .content{
   padding: 3px;
}
#catalog .catitem-right {
    float: right;
    margin-right: 0px;
}
#catalog .catitem table {
    width: 100%;
    margin: 0;
    border-left: 0;
    border-right: 0;
}
#catalog .catitem th {
    padding: 1px 1px 1px 3px;
    border-bottom: 1px inset white;
    background-color: #EDEDED;
    font-weight: normal;
    width: 45%;
}
#catalog .catitem th em{
    font-size: 80%;
    font-style: normal;
}
#catalog .catitem td {
    padding: 1px 5px 1px 3px;
    border: 1px solid #EDEDED;
    text-align: right;
}
#catalog .catitem td.price {
    font-weight: bold;
}
#catalog .catitem td.price-withtax {
    font-weight: normal;
}
#catalog .catitem div.foto {
    text-align: center;
    margin: 3px 0;
    height: 92px;
    overflow: hidden;
    width: 165px;
}
#catalog .catitem div.foto span {
    display: block;
    width: 125px;
    vertical-align: middle;
    border: 1px solid #C1C1C1;
    margin: auto;
    padding: 25px 0 25px 0;
    margin-top: 10px;
}
#catalog .catitem div.foto img{
    height: 90px;
    margin: auto;
    border: 0px solid #C1C1C1;
}

#catalog .control {
    padding: 2px 3px 1px 2px;
    position: absolute;
    bottom: 0px;
    text-align: center;
}
#catalog .control form{
    margin: auto;
}
#catalog .inputbox{
    width: 20px;
    text-align: right;
    float: left;
    font-size: 110%;
}
#catalog .control .button {
    font-size: 110%;
    margin-right: 2px;
    text-align: center;
    float: left;
    border: 1px solid #CC0000;
}
#catalog .control a.add {
    float: left;
}
#catalog .control a.info, #ctab a.info {
    font-size: 110%;
    border: 2px solid #CC0000;
    display: block;
    padding: 0px 3px 1px 3px;
    text-decoration: none;
    float: left;
    color: White;
}
#catalog .control a.info:hover {
    color: White;
    background-color: #CC0000;

}
/* TABLES */



.tbl-common .inputbox{
    width: 30px;
    text-align: right;
}
.tbl-common td{
    border: 1px solid #C1C1C1;
    padding: 1px 4px 1px 5px;
    text-align: left;
}
.tbl-common th{
    padding: 2px 4px 1px 4px;
    background-color: #FEFEFE;
    background-repeat: repeat-x;
    background-image: url(../ui_gfx/slogan_fill.gif);
    text-align: left;
    font-weight: normal;
    border: 1px solid #C1C1C1;
    font-size: 90%;
    white-space: nowrap;

}

.v-status {
    display: block;
    color: #333333;
}

label:first-letter,  label .underline{
    text-decoration: underline;
}

.box-info {
    background: #F8F8F8;
    padding: 5px 10px;
    border: 1px solid #D8D6D6;
}

.tbl-list th, .tbl-list td{
    padding: 1px 3px 1px 1px;
}

.tbl-cols td {
    vertical-align: top;
}
.tbl-cols td.last {
    padding-left: 15px;

}


.ttui-ti-invalid, .ttui-ta-invalid {
    background: #333333;
    color: White;
}

.tbl-form .lbl {
    vertical-align: top;
}


.tbl-form  td.required {
    font-weight: bold;
}

form .ttui-frmcontrol {
    text-align: center;
    padding: 5px 10px;
}

td.price, td.num {
    text-align: right;
}

#sb-btnFake {
    height: 1px; width: 1px; line-height: 1px; background: White; font-size: 1px;
}

#cart-full #cart-summary td.pricetotal, td.price-highlight {
    background: #333333;
    color: White;
}

/* cena preskrtnuta */
#container tr.cena-skrt td {
    text-decoration: none;
    /*background: url(../../sharedshop/ui_gfx/grey/dotted_gray.gif) repeat-x 5px 10px;*/
    background-image: url(../../sharedshop/ui_gfx/grey/skrt_gray.gif);
    background-repeat: no-repeat;
    background-position: 0px right;
}
#left .content .nicelink {
    padding: 3px 5px;
    font-size: 120%;
}

td.red {
    background: #333333;
    color: white;
}


#leftseotext1 *
{
	font-size: 12px;
}
#leftseotext1
{
	font-size: 12px;
	padding: 5px;
	text-align: left;
	margin-bottom: 10px;
	padding-right: 5px;
}.ttui-dg {
    border-collapse: separate;
    border-spacing: 2px;
    border: 1px solid #797979;    
}
.ttui-dg td {
    padding: 1px 5px 1px 3px;
    border: 1px solid #D8D6D6;
}
.ttui-dg th {
    padding: 2px 4px 1px 4px;
    background-color: #FEFEFE;
    background-repeat: repeat-x;
    background-image: url(../ui_gfx/slogan_fill.gif);
    text-align: left;
    font-weight: normal;
    border: 1px solid #C1C1C1;
    font-size: 100%;
    white-space: nowrap;
    border: 1px solid #797979;    
}

.ttui-dg td a:hover{
    color: White;
}

/* TabView*/
.ttui-tabview .ttui-tabview-nav a {
    background-color: #D8D6D6;
    background-image: url(../ui_gfx/fill_gradient_grey_l.gif);
    background-repeat: repeat-x;
    color: black;
    border: 1px solid #797979;
    border-bottom: 0;
}

.ttui-tabview .ttui-tabview-nav a.selected {
    background-color: #CC0000;
    background-image: url(../ui_gfx/fill_gradient_blue_l.gif);
    background-repeat: repeat-x;
    color: White;
}/*-- START OF THE STYLE DEFINITION v01 -- */
body, html {
    text-align: left;   
}
#container {
    width: 100%;
    text-align: left;
    border: 0;
    margin-bottom: 0px;
}

#footer {
    width: 100%;
    text-align: left;
    border: 0;
    border-top: 1px solid #333333;
    border-bottom: 1px;
    margin-top: 0px;    
    margin-bottom: 4px;
    color: Black;
    height: 24px;
}


#login{
    width: 64%;
    height: 110px;
    font-size: 1.05em;
}
#login .content{
    padding: 5px 10px 5px 15px;
}

#login h2{
    font-size: 1.2em;
}
#cart{
    position: absolute; overflow: hidden;
    width: 34%;
    right: 0px;
    background-repeat: no-repeat;
    background-image: url(../ui_gfx/cart_black_b.gif);
    background-position: 4px 8px;
    background-color: white;
    color: black;
    height: 110px;
    font-size: 1.1em;
    border: 1px solid #C1C1C1;
}


#menu {
    position: absolute; overflow: hidden;
    width: 100%;    
    top: 120px;
    height: 25px;
    left: 205px;
    margin: 4px 0 0 0;
    border-bottom: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    overflow: hidden;
    font-size: 1.1em;
}
#menu table{
    width: auto;
    height: 39px;
    overflow: hidden;
}
#menu td {
    padding: 1px 4px 2px 5px;
    text-align: left;
    vertical-align: top;
    background-repeat: no-repeat;
    background-image: none;
    background-position: 0 0;
    white-space: nowrap;
    
}
#menu td.last {
    background-image: none;
    border-right: 0;
}
#menu a, #menu a:hover, #menu a:link, #menu a:active, #menu td.selected a:hover {
    display: inline;
    padding: 0; margin: 0;
    text-align: left;
    white-space: nowrap;
    text-decoration: underline;
    color: #333333;
    text-decoration: none;
    font-weight: normal;    
    padding: 0;
    text-transform: uppercase;
 }
#menu a#ico-cart { background-image: none;  }
#menu a#ico-info { background-image: none;  }
#menu a#ico-account { background-image: none;  }
#menu a#ico-orders { background-image: none;  }
#menu a#ico-how-to-buy { background-image: none;  }

#menu td.selected a{
  color: #CC3333;
  background-position: 0 0;
  text-decoration: none;
  font-weight: bold;
}
#menu a:hover { 
    color: #333333;
}
#menu td.selected a:hover {
    font-weight: bold;
}
#menu span {
    display: inline;
}


#catalog-viewoptions {
    margin: 0 0 15px 0;
    clear: both;
    height: 24px;
    border-top: 2px solid #CC3333;
    border-bottom: 2px solid #CC3333;
    overflow: hidden;
    padding: 0;
}

#catalog-viewoptions .floatmenu li{
    width: 70px;
}

/*-- END OF THE STYLE DEFINITION v01 -- */