/* GENERELLT */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ 
  margin:                       0px; 
  padding:                      0px;
}

a img,:link img,:visited img 
{ 
  border:                       none; 
}

a
{
  text-decoration:              none;
  color:                        #ED6D00;
}

a:hover
{
  text-decoration:              underline;
}

body
{
  margin:                       0px;
  background-color:             #fff;
  background-image:             url('/images/body_bkgr.gif');
  background-repeat:            repeat-x;
  font-family:                  Arial, Verdana, Sans-Serif;
  font-size:                    12px;
  line-height:                  18px;
}

h1, h2, h3
{
  margin-bottom:                10px;
}

label
{
  display:                      block;
  font-weight:                  bold;
}

.padding_10
{
  padding:                      10px;
}

/* LAYOUT */
#tb_o_top
{
  /*background-color:             yellow;*/
  height:                       200px;
  background-image:             url('/images/top_bkgr.jpg');
  background-position:          top center;
  background-repeat:            no-repeat;
}

#tb_i_top
{
  margin-left:                  auto;
  margin-right:                 auto;
  background-color:             #fff;
  width:                        940px;
  height:                       200px;
}

#tb_top_logo
{
  position:                     relative;
  top:                          -200px;
  left:                         40px;
}

#tb_top_ad
{
  position:                     relative;
  top:                          -309px;
  left:                         340px;
  height:                       80px;
  width:                        550px;
}

#tb_o_breadcrumb
{
  height:                       30px;
  background-image:             url('/images/breadcrumb_bkgr.jpg');
  background-position:          top center;
  background-repeat:            no-repeat;
}

#tb_i_breadcrumb
{
  margin-left:                  auto;
  margin-right:                 auto;
  background-color:             #fff;
  width:                        940px;
  height:                       30px;
}

#tb_breadcrumbs
{
  margin-left:                  340px;
  padding-top:                  7px;;
}

#tb_o_main
{
  background-image:             url('/images/main_bkgr.jpg');
  background-position:          top center;
  background-repeat:            no-repeat;
}

#tb_i_main
{
  margin-left:                  auto;
  margin-right:                 auto;
  background-color:             #fff;
  width:                        940px;
  padding-bottom:               15px;
  padding-top:                  10px;
  min-height:                   275px;
}

#tb_main_left
{
  float:                        left;
  margin-left:                  40px;
  /*background-color:             #F9C395;*/
  width:                        250px;
}

#tb_login
{
  width:                        250px;
  background-color:             #ED6D00;
  color:                        #fff;
}

#tb_main_content
{
  top:                          0px;
  margin-left:                  320px;
  padding-right:                15px;
}

#tb_o_info
{
  height:                       20px;
}

#tb_i_info
{
  margin-left:                  auto;
  margin-right:                 auto;
  background-color:             #fff;
  width:                        940px;
  height:                       30px;
}

#tb_info_orange
{
  width:                        250px;
  height:                       30px;
  margin-left:                  40px;
  margin-right:                 40px;
  background-color:             #ED6D00;
  color:                        #fff;
  text-align:                   center;
  font-weight:                  bold;
}

#tb_info_text
{
  position:                     relative;
  top:                          -30px;
  left:                         340px;
  
}

#tb_o_sitemap
{
  
}

#tb_i_sitemap
{
  margin-left:                  auto;
  margin-right:                 auto;
  width:                        940px;
  background-color:             #8FA6DF;
}

#tb_padding_sitemap
{
  padding-left:                 40px;
  padding-top:                  10px;
  padding-bottom:               10px;
  padding-right:                10px;
}

#tb_sitemap_table th
{
  text-align:                   left;
}

#tb_sitemap_table tr
{
  vertical-align:               top;
}

#tb_sitemap_table a
{
  color:                        #000;
}

#tb_sitemap_table td, th
{
  padding-right:                40px;
}

#tb_category_table
{
  width:                        100%;
}

#tb_category_table td
{
  text-align:                   center;
  width:                        33%;
}

#tb_category_table tr
{
  vertical-align:               bottom;
}

#tb_product_photo
{
  float:                        right;
  width:                        250px;
  margin-left:                  15px;
}

#tb_product_price
{
  float:                        none;
  clear:                        right;
}

.tb_product_about
{
  background-color:             #C58F21;
  padding:                      10px;
}

ul.tb_css_menu
{
  background-color:             #8FA6DF;
	list-style:								    none;
	cursor:										    pointer;
}

ul.tb_css_menu li.parent
{
  background-color:             #ED6D00;
  color:                        #fff;
  font-weight:                  bold;
  padding:                      5px;
}

ul.tb_css_menu li.child
{
  color:                        #000;
  padding:                      2px;
  padding-left:                 10px;
  font-weight:                  normal;
}

ul.tb_css_menu li.child a
{
  color:                        #000;
}



