div.menu ul li.products span.selected
{
    background: url("../../img/default/products_left_menu.png") no-repeat left center;
}

div.tab_menu div.menu ul li span.menu_parent_products span.selected
{
    background: url("../../img/default/products_right_tab.png") no-repeat right top;
}

div.tab_menu div.menu ul li span.menu_parent_products span.selected a
{
    background: url("../../img/default/products_left_tab.png") no-repeat left top;
}

div.menu ul.left_top li.products.selected, div.menu ul.tab li.menu_parent_products.selected
{
    background-color: #2cd4ca;
    border-color: #2cd4ba;
}

div.tree.item_type span.reorg:hover
{
  border: 1px solid #999;
}

div.tree div.instructions
{
  color: #999;
  font-size: 8pt;
  padding: 5px;
}

div.catalog
{
  color: #555;
  font-size: 10pt;
}

div.catalog span.title
{
  font-weight: bold;
}

div.catalog span.link
{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

div.catalog span.link:hover
{
  text-decoration: underline;
}

div.catalog span.action_link
{
  color: #cccced;
  cursor: pointer;
}

div.catalog span.action_link:hover
{
  color: inherit;
  text-decoration: underline;
}

td.sideinfo div.quick_picks
{
  border: 1px solid #cccced;
  margin-right: 4px;
  padding-left: 3px;
  padding-right: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

td.sideinfo div.quick_picks div.title
{
  font-size: 10pt;
  background-color: #cccced;
  padding: 3px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px; 
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

div.form_item span.form_input_description textarea.item
{
   width: 410px;
   height: 100px;
}

div.business_product_line
{
  margin-left: 15px;
  margin-top: 2px;
}

div.heading_section div.product_price
{
  font-size: 15pt;
  font-weight: bold;
  margin-top: 10px;
}

div.heading_section div.product_provider
{
  font-weight: bold;
  margin-bottom: 5px;
}

input.price
{
  text-align: right;
  font-size: 8pt;
  width: 50px;
}

/* Shopping cart related stuff starts */

div.info_shopping_cart div.info_data
{
  padding: 15px;
}

div.shopping_cart
{
  border: 3px double #eee;
  padding: 5px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

div.confirm div.shopping_cart
{
  border: none;
}

table.shopping_cart
{
  font-size: 9pt;
}

table.shopping_cart tr.title td
{
  font-size: 8pt;
  font-style: italic;
}

table.shopping_cart td
{
  vertical-align: top;
}

table.shopping_cart td.name
{
  width: 200px;
}

table.shopping_cart td.unit
{
  width: 60px;
}

table.shopping_cart td.count
{
  width: 10px;
}

table.shopping_cart td.price
{
  width: 60px;
}

table.shopping_cart td:last-child
{
  text-align: right;
}

table.shopping_cart tr.total
{
  font-weight: bold;
}

table.shopping_cart td a
{
  color: inherit;
  text-decoration: none;
}

table.shopping_cart td a:hover
{
  text-decoration: underline;
}

/* Shopping cart related stuff ends */
