body {
  margin: 0;
  padding: 0;
  color: #220e0a;
  background: #fc0079;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  text-align: left;
}

.header_menu {
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
}

.header_menu_category {
  color: #6f0f54;
  font-size: 13px;
  line-height: 24px;
}

.menu_box {
  color: #ffffff;
  font-size: 12px;
}

.menu_box_header {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}

.menu_box_content {
  color: #ffffff;
  font-size: 12px;
}

.body_box_header {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
}

.main {
  color: #31001d;
  font-size: 13px;
  padding: 5px 12px;
}

.small_text {
  color: #ffffff;
  font-size: 11px;
}

a.small_text {
  color: #ffffff;
  font-size: 11px;
}

.pageResults {
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
}

.product_box {
  color: #3c0041;
  font-size: 11px;
}

.categories_bar {
  color: #3c0041;
  font-size: 12px;
}

.categories_bar_highlited {
  color: #ffd3ef;
  font-size: 12px;
  background: #a50078;
}

.header_login {
  color: #ffffff;
  font-size: 12px;
  font-weight:bold;
  background: #da0078;
}

a.header_login {
  text-decoration: none;
}

a:hover.header_login {
  text-decoration: underline;
}

.header_basket {
  color: #ffc0dd;
  font-size: 12px;
  padding-right: 10px;
}

a.header_basket {
  color: #ffffff;
  font-weight:bold;
  text-decoration: none;
  padding-right: 0px;
}

a:hover.header_basket {
  text-decoration: underline;
}

.products_list {
  border:1px solid #f19fdb;
}

.product_line {
  color: #31001d;
  font-size: 12px;
}

a.categories_bar {
  text-decoration: none;
}

a:hover.categories_bar {
  text-decoration: none;
  background: #ffc4e9;
}

a.categories_bar_highlited {
  text-decoration: none;
}

a.header_menu {
  text-decoration: none;
}

a.header_menu:hover {
  text-decoration: underline;
}

a.header_menu_category {
  text-decoration: none;
}

a.header_menu_category:hover {
  text-decoration: underline;
}

#blanket {
background-color:#111111;
opacity: 0.65;
filter: alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
position:absolute;
background-color:#ffffff;
width:450px;
height:450px;
z-index: 9002;
}

.popup {
  text-align:center;
  padding:10px;
}

.popup_content {
  font-size: 12px;
}




.products_adm_bar {
  color: #1f2f00;
  font-size: 12px;
}

tr:hover.products_adm_bar {
  background: #aaffaa;
}

.products_adm_bar_even {
  color: #1f2f00;
  font-size: 12px;
  background: #eeeeee;
}

tr:hover.products_adm_bar_even {
  background: #aaffaa;
}

.products_adm_bar_deleted {
  color: #f2b5b4;
  font-size: 12px;
  background: #8b2c11;
}

tr:hover.products_adm_bar_deleted {
  background: #ee2c11;
}


.more {
  display: none;
}

.hidden {
	display: none;
}