.frame_now {
font-size: 11px;
font-weight: bold;
color: grey !important;
padding: 2px;
width: 120px;
background:url("/images/image.gif");
background-repeat: no-repeat;
margin-left:30px;
display: block;
}

.compute_form{
  width: 50px;
  font-family: Courier New, Courier, Sans-serif;
  text-align: right;
  font-weight: bold;
  border-top: 1px solid grey;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  border-left: 1px solid grey;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 2px !important;
  background-color: whitesmoke;
}

.compute_form:hover{
  width: 50px;
  font-family: Courier New, Courier, Sans-serif;
  text-align: right;
  font-weight: bold;
  border-top: 2px solid orange;
  border-right: 2px solid orange;
  border-bottom: 2px solid orange;
  border-left: 2px solid orange;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1px;
  background-color: whitesmoke;
}

.compute_form_d{
  width: 50px;
  font-family: Courier New, Courier, Sans-serif;
  border-top: 0px solid grey !important;
  border-right: 0px solid silver !important;
  border-bottom: 1px solid silver !important;
  border-left: 0px solid grey !important;
  padding: 1px;
  text-align: right;
  background:none !important;
  background-color: whitesmoke !important; 
}

.inplace_form_field {
  border-top: 1px solid grey;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  border-left: 1px solid grey;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
  background-color: whitesmoke;
}

.inplace_form_field:hover{
  border: 1px solid orange;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
}

.smalltxt{
font-size: 11px;
color: black;
line-height:95%
}

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

.fl_left {
  float: left;
}

.fl_right {
	float: right;
}

.see_more {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: black !important;
	background:url("/images/comment.gif");
	background-repeat: no-repeat;
	margin-left:30px;
	padding-left: 20px;
}


#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;
}

.cse-src {
padding: 3px 6px 3px 6px;
margin-top: -2px;
font-size: 13px;
font-family: tahoma;
text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.cse-butt {
float: right;
border: 1px solid grey;
padding: 3px 6px 3px 6px;
margin-top: -2px;
font-size: 13px;
text-decoration: none;
background: #dcdcdc;
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 1px 3px white;
-webkit-box-shadow: 0px 1px 3px white;
box-shadow: 0px 1px 3px white;
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));
}



/* 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 {
  background-color: #DFDFFF;
  border: 3px solid #DFDFFF;
}

ul.tree li a.active {
  background-color: orange;
  border: 3px solid orange;
}





/* 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: 130px;
  overflow: hidden;
}

.prodbox_text_info {
  height: 55px;
  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;
}

.prod_cont  a {
  color: black;
}


.in_stock {
margin: 0 !important;
color: DarkGreen;
font-size: 12px;
float: left;
background:url("/images/icon_accept.gif");
background-repeat: no-repeat;
padding-left:18px;
padding-bottom:2px;
}

.price {
  margin-top: -5px !important;
  font-weight: bold;
  color: #990000;
  font-size: 13px;
}

.out_of_stock {
margin: 0 !important;
color: red;
font-size: 12px;
float: left;
background:url("/images/action_stop.gif");
background-repeat: no-repeat;
padding-left:18px;
padding-bottom:2px;
}

.green_link {
border: 1px solid grey;
padding: 5px 6px 5px 6px;
font-size: 13px;
text-decoration: none;
background: #dcdcdc;
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 1px 2px silver;
-webkit-box-shadow: 0px 1px 2px silver;
box-shadow: 0px 1px 2px silver;
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));
}

.green_link:hover {
text-decoration: none;
border: 3px solid orange;
padding: 5px 6px 4px 6px;
margin-left: -2px;
margin-bottom: -3px;
}



.blue_link {
border: 1px solid grey;
padding: 5px 6px 5px 6px;
font-size: 13px;
text-decoration: none;
background: #dcdcdc;
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 1px 2px silver;
-webkit-box-shadow: 0px 1px 2px silver;
box-shadow: 0px 1px 2px silver;
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));
}

.blue_link:hover {
text-decoration: none;
border: 3px solid orange;
padding: 5px 4px 4px 6px;
margin-bottom: -3px;
}



.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 {
  font-size: 14px;
}

.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;
}

.status_butt {
border: 1px solid grey;
padding: 3px 4px 3px 4px;
font-size: 13px;
width: 140px;
text-decoration: none;
background: #dcdcdc;
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 1px 2px silver;
-webkit-box-shadow: 0px 1px 2px silver;
box-shadow: 0px 1px 2px silver;
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));
}

.status_butt:hover {
text-decoration: none;
border: 3px solid orange;
padding: 3px 2px 2px 3px;
margin-bottom: -3px;
}

.del_butt {
border: 1px solid grey;
padding: 3px 4px 3px 4px;
font-size: 13px;
width: 140px;
text-decoration: none;
background: #dcdcdc;
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 1px 2px silver;
-webkit-box-shadow: 0px 1px 2px silver;
box-shadow: 0px 1px 2px silver;
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));
}

.del_butt:hover {
text-decoration: none;
border: 3px solid red;
padding: 3px 2px 2px 3px;
margin-bottom: -3px;
}


/* 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 */
