.bold {
  font-weight: bold !important;
}

.blue {
  color: #0000ff !important;
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

#categ_cont {
  width: 200px;
  float: left;
}

#produse_cont {
  width: 540px;
  margin: 0 0 8px 8px;
  float: left;
}

#minicart_cont {
  width: 144px;
  padding-left: 8px;
  float: left;
}

#cse-search-box #q {
  font-weight: normal;
}

/* Boxes */

.grey_box {
  
}

.grey_box .title {
  height: 28px;
  background: #fff url(/images/bg_grey_box_title.png) no-repeat 0 0;
}

.grey_box .title div {
  height: 28px;
  margin-left: 5px;
  padding: 0 5px;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  background: #fff url(/images/bg_grey_box_title.png) no-repeat 100% 0;
}

.grey_box .content {
  border: 1px solid #b4b4b4;
  border-width: 0 1px;
  padding: 10px;
  font-size: 12px;
  background: #fff url(/images/bg_grey_box_content.png) repeat-x 0 1px;
}

.grey_box .content a {
  color: #000 !important;
}

.grey_box .content_p_no_margin p {
  margin: 0;
}

.grey_box .top {
  height: 5px;
  font-size: 0;
  background: #fff url(/images/bg_grey_box_top.png) no-repeat 100% 0;
}

.grey_box .top div {
  width: 5px;
  height: 5px;
  font-size: 0;
  background: #fff url(/images/bg_grey_box_top.png) no-repeat 0 0;
}

.grey_box .bottom {
  height: 5px;
  font-size: 0;
  background: #fff url(/images/bg_grey_box_bottom.png) no-repeat 100% 0;
}

.grey_box .bottom div {
  width: 5px;
  height: 5px;
  font-size: 0;
  background: #fff url(/images/bg_grey_box_bottom.png) no-repeat 0 0;
}

.orange_box .title {
  height: 28px;
  background: #fff url(/images/bg_orange_box_title.png) no-repeat 0 0;
}

.orange_box .title div {
  height: 28px;
  margin-left: 5px;
  padding: 0 5px;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  background: #fff url(/images/bg_orange_box_title.png) no-repeat 100% 0;
}

.orange_box .content {
  border: 1px solid #fbbd6d;
  border-width: 0 1px;
  padding: 10px;
  background: #fff url(/images/bg_orange_box_content.png) repeat-x 0 1px;
  font-size: 12px;
}

.orange_box .content a {
  color: #000 !important;
}

.orange_box .content_p_no_margin p {
  margin: 0;
}

.orange_box .bottom {
  height: 5px;
  font-size: 0;
  background: #fff url(/images/bg_orange_box_bottom.png) no-repeat 100% 0;
}

.orange_box .bottom div {
  width: 5px;
  height: 5px;
  font-size: 0;
  background: #fff url(/images/bg_orange_box_bottom.png) no-repeat 0 0;
}

/* END Boxes */

/* Categories Tree */

ul.tree, ul.tree ul {
  list-style-type: none;
  background: url(/images/vline.png) repeat-y;
  margin: 0;
  padding: 0;
}
ul.tree ul {
  margin-left: 7px;
}
ul.tree li {
  margin: 0;
  padding: 0 13px;
  line-height: 22px;
  background: url(/images/node.png) no-repeat;
}
ul.tree li.last {
  background: #fff url(/images/lastnode.png) no-repeat;
}
ul.tree li a:hover, ul.tree li a.active {
  font-weight: bold;
}

/* END Categories Tree */

/* Produse */

.grey_box .title_products {
  height: 47px;
  background: #fff url(/images/bg_products_box_title.png) no-repeat 100% 0;
}

.grey_box .title_products div {
  height: 47px;
  margin: 0 5px 0 0;
  padding: 0 15px;
  line-height: 47px;
  font-size: 16px;
  font-weight: bold;
  color: #c11e1c;
  background: #fff url(/images/bg_products_box_title.png) no-repeat 0 0;
}

.grey_box .content_products {
  border: 1px solid #b4b4b4;
  border-width: 0 1px;
  padding: 0;
  background: none;
}

.grey_box .content_products_spacer {
  width: 5px;
  height: 350px;
  background: url(/images/bg_products_box_spacer.png) no-repeat 50% 50%;
  float: left;
}

.prodbox {
  width: 156px;
  height: 350px;
  padding: 0 10px;
  float: left;
}

.prodbox a {
  color: #000;
}

.prodbox_image {
  height: 130px;
  margin-bottom: 5px;
  padding: 15px 0;
}

.product_shadow {
  width: 130px;
  margin: 0 auto;
}

.prodbox_image img, .product_image img {
  border: 0;
  margin: 0 auto;
  display: block;
  -moz-box-shadow: 0 0 8px #888;
  -webkit-box-shadow: 0 0 8px #888;
  box-shadow: 0 0 8px #888;
}

.prodbox_text {
  text-align: center;
}

.prodbox_text_top {
  height: 140px;
  overflow: hidden;
}

.prodbox_text_info {
  height: 45px;
  position: relative;
}

.prodbox_text_top_config {
  height: 119px;
  overflow: hidden;
}

.prodbox_text_info_config {
  height: 66px;
  position: relative;
}

.prodbox_text_info_left_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 90%;
  text-align: left;
}

.prodbox_text_info_right_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 90%;
  text-align: right;
}

.prodbox_text p {
  margin: 0 0 .4em 0 !important;
  line-height: 115%;
}

.prodbox_text_info_left_bottom p, .prodbox_text_info_right_bottom p {
  margin: 0 !important;
}

.prodbox_text .name {
  font-weight: bold;
}

.prodbox_text .name a {
  color: #000;
}

.prod_cont .author {
  margin: 0;
  color: #666666;
  font-size: 85%;
}

.prod_cont .author a {
  color: #666666 !important;
}

.in_stock {
  margin: 0 !important;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  float: left;
}

.price {
  margin: 0 !important;
  font-weight: bold;
  color: #990000;
  font-size: 13px;
  float: right;
}

.out_of_stock {
  margin: 0 !important;
  text-align: center;
  font-weight: bold;
  color: #990000;
  font-size: 12px;
}

.green_link {
  color: #049f00 !important;
  font-weight: bold;
}

.blue_link {
  color: #000066 !important;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  -moz-user-select: none;
  height: 21px;
  padding: 2px 8px 0px 8px;
  font: 12px sans-serif;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgb(235, 235, 235);
  -moz-box-shadow:
    0 2px 2px rgba(10, 10, 10, 0.2),
    inset 0 1px 0 rgba(0, 0, 0, 0.2),
    inset 0 0 1px rgba(0, 0, 0, 0.8),
    inset 0 0 1px #000,
    inset 0 10px 5px -5px rgba(255, 255, 255, 1),
    inset 0 -20px 10px -10px rgba(255, 255, 255, 0.8),
    inset 0 -13px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:
    0 2px 2px rgba(10, 10, 10, 0.2),
    inset 0 1px 0 rgba(0, 0, 0, 0.2),
    inset 0 0 1px rgba(0, 0, 0, 0.8),
    inset 0 0 1px #000,
    inset 0 10px 5px -5px rgba(255, 255, 255, 1),
    inset 0 -20px 10px -10px rgba(255, 255, 255, 0.8),
    inset 0 -13px rgba(0, 0, 0, 0.1);
  box-shadow:
    0 2px 2px rgba(10, 10, 10, 0.2),
    inset 0 1px 0 rgba(0, 0, 0, 0.2),
    inset 0 0 1px rgba(0, 0, 0, 0.8),
    inset 0 0 1px #000,
    inset 0 10px 5px -5px rgba(255, 255, 255, 1),
    inset 0 -20px 10px -10px rgba(255, 255, 255, 0.8),
    inset 0 -13px rgba(0, 0, 0, 0.1);
}

.blue_link:hover {
  color: #000066 !important;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  -moz-user-select: none;
  height: 21px;
  padding: 2px 8px 0px 8px;
  font: 12px sans-serif;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #79A7D5;
  -moz-box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(0, 0, 0, 0.2),
    inset 0 0 1px rgba(0, 0, 0, 0.8),
    inset 0 0 1px #000,
    inset 0 10px 5px -5px rgba(255, 255, 255, 0.4),
    inset 0 -20px 10px -10px #A4D6F1,
    inset 0 -13px #387CC0;
  -webkit-box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(0, 0, 0, 0.2),
    inset 0 0 1px rgba(0, 0, 0, 0.8),
    inset 0 0 1px #000,
    inset 0 10px 5px -5px rgba(255, 255, 255, 0.4),
    inset 0 -20px 10px -10px #A4D6F1,
    inset 0 -13px #387CC0;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(0, 0, 0, 0.2),
    inset 0 0 1px rgba(0, 0, 0, 0.8),
    inset 0 0 1px #000,
    inset 0 10px 5px -5px rgba(255, 255, 255, 0.4),
    inset 0 -20px 10px -10px #A4D6F1,
    inset 0 -13px #387CC0;


}



.list_pagination {
  margin: 10px auto 0 auto;
  color: #990000;
  text-align: center;
  font-weight: bold;
}

.list_pagination a {
  padding: 0 3px;
  color: #000 !important;
  font-weight: normal;
}

/* END Produse */

/* Minicart */

#minicart_box {
  max-height: 500px;
  padding: 0 5px !important;
  overflow: auto;
}

#minicart_empty {
  width: 145px;
  height: 60px;
  margin-bottom: 10px;
  padding-top: 130px;
  background: url(/images/bg_minicart_empty.png) no-repeat 0 0;
  text-align: right;
  margin-left: -15px
}

#minicart_actions {
  margin-top: 10px;
  text-align: center;
}

.grey_box .content_minicart {
  padding: 5px 0 0 0;
}

.minicart_item {
  width: 100%;
  padding: 5px 0;
  text-align: center;
  position: relative;
  font-size: 11px;
}

.minicart_item_remove {
  width: 75px;
  height: 30px;
  padding: 4px 4px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.minicart_item_remove a img {
  display: block;
}

.ui-effects-transfer {
  border: 2px dotted grey;
}

/* END Minicart */

/* Pagina produs */

#produse_box_cont {
  width: 540px;
  margin: 0 0 8px 8px;
  float: left;
}

.content_product {
  padding: 0 10px 10px 10px !important;
}

.product_image {
  margin: 0 20px 5px 20px;
  float: left;
}

.product_details {
  width: 270px;
  float: left;
}

.product_details h2 {
  margin: 0;
}

/* END Pagina produs */

/* Cont utilizator */

.account_info {
  width: 692px;
  padding: 0 0 8px 8px;
  float: left;
}

.user_menu_content a {
  margin-bottom: 10px;
  border: 1px solid #bbbbbb;
  padding: 5px 6px;
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  background: #dcdcdc;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 1px #969696;
	-webkit-box-shadow: 1px 1px 1px #969696;
  box-shadow: 1px 1px 1px #969696;
  background-image: -moz-linear-gradient(top, #ffffff, #dcdcdc);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #dcdcdc),color-stop(1, #ffffff));
}

.user_menu_content a:hover {
  border: 2px solid #f98d00;
  padding: 4px 5px;
}

.user_menu_content a.active {
  background: #ffd65c;
  background-image: -moz-linear-gradient(top, #fffbec, #fad259);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fad259),color-stop(1, #fffbec));
}

.user_menu_content a.last {
  margin-bottom: 0;
}

.content_account {
  padding: 10px !important;
}

.content_account p {
  margin-top: 0;
}

.status_cont {
  color: #38761d;
  font-size: 14px;
  font-weight: bold;
}

.form_contract {
  width: 330px;
  float: left;
}

.form_contact {
  width: 330px;
  margin-left: 10px;
  float: left;
}

.form_user_profile_flash {
  color: #38761d;
}

.form_user_profile .form_item {
  margin: 5px 2px;
}

.form_user_profile h4 {
  margin: 0;
  padding: 0;
}

.form_user_profile label {
  display: block;
  padding: 3px 0;
}

.form_user_profile input[readonly] {
  color: gray;
}

.form_user_profile .short {
  width: 40px;
}

.form_user_profile .medium {
  width: 150px;
}

.form_user_profile .long {
  width: 290px;
}

ul.error_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.error_list li {
  margin: 0;
  padding: 0;
  color: #C11E1C;
}

.login_with_facebook_wrapper {
  width: 90px;
  margin: 0 auto;
}

.login_with_facebook_wrapper img {
  border: 0;
}

/* END Cont utilizator */


/* Account Produse */

.grey_box .content_product {
  padding: 10px !important;
}

.acc_product_image {
  width: 130px;
  float: left;
  text-align: center;
}

.acc_product_text {
  width: 335px;
  padding-left: 10px;
  float: left;
}

.acc_product_text div {
  margin: 5px 0;
}

.acc_product_actions {
  width: 162px;
  padding-left: 10px;
  float: left;
}

.acc_product_description {
  color:#666666;
}

.acc_product_cont {
  margin: 10px 0 0 0;
}

/* END Account Produse */


/* Account Statistics */

.istoric_operatiuni {
  border-collapse: collapse;
}

.istoric_operatiuni th,
.istoric_operatiuni td {
  border: 1px solid #B4B4B4;
  padding: 5px;
  text-align: left;
}

.istoric_operatiuni tr.update td {
  background: #fce5cd;
}

.istoric_operatiuni tr.payment td {
  background: #d9ead3;
}

.istoric_operatiuni tr.trimestru td {
  background: #ccc;
}

.istoric_operatiuni .al_right {
  text-align: right;
}

/* END Account Statistics */


/* Account Promovare */

.content_promovare h4 {
  margin: 0;
}

.promovare_left {
  width: 200px;
  float: left;
}

.promovare_right {
  width: 435px;
  margin-left: 10px;
  display: inline;
  float: left;
}

#ipromo_code {
  width: 100%;
}

/* END Account Promovare */