/* main */

html, body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px
font-family: Arial;
  font-weight: normal;
  font-size: 12px;

}

form, p, div{
  margin: 0px;
  padding: 0px;
font-family: Arial;
  font-weight: normal;
  font-size: 12px;

}

table{
  border: 0px;
  border-collapse: collapse;
font-family: Arial;
  font-weight: normal;
  font-size: 12px;

}

table td{
  padding: 0px;
}

/* backgrounds */

.main_gradient{
  background: url(/img/main_gradient.jpg) 0px 0px repeat-x;
}

.main_back{
  background: url(/img/main_back.jpg) 100% 0% no-repeat;
}

.main_div{
  background: url(/img/main_div.jpg) 0% 0% no-repeat;
}

.cart{
  background: url(/img/cart.jpg) 0% 0% no-repeat;
}

.grass_scissors{
  background-image: url(/img/grass_scissors.png);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/grass_scissors.png", SizingMethod="crop"); /* For IE */
  background-image: "none"; /* For IE */
}

.bottom_gradient{
  background: url(/img/bottom_gradient.gif) 0px 0px repeat-x;
}

.dotted_line{
  background: url(/img/dotted_line.gif) repeat-x;
}

.green_line{
  background: url(/img/green_line.gif) repeat-x;
}

.water_pot{
  background-image: url(/img/water-pot.png);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/water-pot.png", SizingMethod="crop"); /* For IE */
  background-image: "none"; /* For IE */
}

.orange_line{
  background: url(/img/orange_line.gif) repeat-x;
}

.div_line{
  background: url(/img/div.gif) repeat-x;
}

/* hrefs */

a.svector_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #006600;
  text-decoration: none;
}

a:hover.svector_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #006600;
  text-decoration: underline;
}

a.bottom_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}

a:hover.bottom_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

a.main_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

a:hover.main_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}

a.news_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

a:hover.news_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}

a.articles_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

a:hover.articles_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}

a.catalog_new_item_name_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}

a:hover.catalog_new_item_name_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

a.orange_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  color: #f98f06;
  text-decoration: none;
}

a:hover.orange_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  color: #f98f06;
  text-decoration: none;
}

a.orange_href_12{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #f98f06;
  text-decoration: underline;
}

a:hover.orange_href_12{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #f98f06;
  text-decoration: none;
}

a.gallery_hrefs{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #f98f06;
  text-decoration: underline;
}

a:hover.gallery_hrefs{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #f98f06;
  text-decoration: none;
}

a.navbar_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #f98f06;
  text-decoration: underline;
}

a:hover.navbar_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #f98f06;
  text-decoration: none;
}

a.catalog_group_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: underline;
}

a:hover.catalog_group_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

a.cart_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #7F5800;
  text-decoration: underline;
}

a:hover.cart_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #7F5800;
  text-decoration: none;
}

a.red_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #ff0000;
  text-decoration: underline;
}

a:hover.red_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #ff0000;
  text-decoration: none;
}

a.navbar_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #f98f06;
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
}

a:hover.navbar_href{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #f98f06;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;  
}

/* text */

.p_container_12{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
}

.orange_text{
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  color: #f98f06;
}

.cart_text{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #7F5800;
}

.search_panel_text{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

.simple_text{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

.p_main_container_12{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.white_header{
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
}

.news_date{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #333333;
}

.articles_text{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
}

.catalog_item_price{
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #333333;
  padding: 2px 4px 2px 4px;
  background: #fcbb6e;
}

.cart_table_header_cell{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  background: #fcbb6e;
  border : 1px solid #7F9DB9;
}

.cart_table_cell{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  background: #ffffff;
  border : 1px solid #7F9DB9;
}

/* forms */

.input_box{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  border: 1px solid #7F9DB9;
}

.button{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  border: 1px solid #7F9DB9;
  background: #e0dfe3;
}

