/*defining colors */
/*----------GRADIENTS------------*/
/* adding gradient */
.redgradient {
  background: #9d0101;
  background: -webkit-gradient(linear, 0 0, 0 50%, from(#9d0101), to(#890000));
  background: -moz-linear-gradient(#9d0101, #890000 50%);
  background: linear-gradient(#9d0101, #890000 50%);
  -pie-background: linear-gradient(#9d0101, #890000 50%);
  behavior: url(/scripts/PIE.htc);
}
.blackgradient {
  background: #3f3e3e;
  background: -webkit-gradient(linear, 0 0, 0 50%, from(#3f3e3e), to(#232323));
  background: -moz-linear-gradient(#3f3e3e, #232323 50%);
  background: linear-gradient(#3f3e3e, #232323 50%);
  -pie-background: linear-gradient(#3f3e3e, #232323 50%);
  behavior: url(/scripts/PIE.htc);
}
.blackgradient2 {
  background: #414141;
  background: -webkit-gradient(linear, 0 0, 0 50%, from(#414141), to(#1e1e1e));
  background: -moz-linear-gradient(#414141, #1e1e1e 50%);
  background: linear-gradient(#414141, #1e1e1e 50%);
  -pie-background: linear-gradient(#414141, #1e1e1e 50%);
  behavior: url(/scripts/PIE.htc);
}
.lightgraygradient {
  background: #e4e4e4;
  background: -webkit-gradient(linear, 0 0, 0 50%, from(#e4e4e4), to(#9d9d9d));
  background: -moz-linear-gradient(#e4e4e4, #9d9d9d 50%);
  background: linear-gradient(#e4e4e4, #9d9d9d 50%);
  -pie-background: linear-gradient(#e4e4e4, #9d9d9d 50%);
  behavior: url(/scripts/PIE.htc);
}
.whitegradient {
  background: #f4f4f4;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#bebebe));
  background: -moz-linear-gradient(#f4f4f4, #bebebe 100%);
  background: linear-gradient(#f4f4f4, #bebebe 100%);
  -pie-background: linear-gradient(#f4f4f4, #bebebe 100%);
  behavior: url(/scripts/PIE.htc);
}
.whitegradient3 {
  background: #ffffff;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(#ffffff, #f5f5f5 100%);
  background: linear-gradient(#ffffff, #f5f5f5 100%);
  -pie-background: linear-gradient(#ffffff, #f5f5f5 100%);
  behavior: url(/scripts/PIE.htc);
}
.whitegradient2 {
  background: #ffffff;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#bebebe));
  background: -moz-linear-gradient(#ffffff, #bebebe 100%);
  background: linear-gradient(#ffffff, #bebebe 100%);
  -pie-background: linear-gradient(#ffffff, #bebebe 100%);
  behavior: url(/scripts/PIE.htc);
}
.mediumgraygradient {
  background: #8e8e8e;
  background: -webkit-gradient(linear, 0 0, 0 50%, from(#8e8e8e), to(#565656));
  background: -moz-linear-gradient(#8e8e8e, #565656 50%);
  background: linear-gradient(#8e8e8e, #565656 50%);
  -pie-background: linear-gradient(#8e8e8e, #565656 50%);
  behavior: url(/scripts/PIE.htc);
}
/*----------BORDERS------------*/
/* adding round corners */
.radius5 {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(/scripts/PIE.htc);
}
.radius10 {
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  behavior: url(/scripts/PIE.htc);
}
.radius4 {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  behavior: url(/scripts/PIE.htc);
}
.grayborder {
  border: 1px solid #575757;
}
.darkborder {
  border: 1px solid #2f2f2f;
}
.darkredborder {
  border: 1px solid #600000;
}
/*----------SHADOWS------------*/
/* adding box shadows */
.imgshadow {
  -webkit-box-shadow: rgba(77, 77, 77, 0.4) 0px 0px 9px;
  -moz-box-shadow: rgba(77, 77, 77, 0.4) 0px 0px 9px;
  box-shadow: rgba(77, 77, 77, 0.4) 0px 0px 9px;
  behavior: url(/scripts/PIE.htc);
}
.imgshadow2 {
  -webkit-box-shadow: rgba(1, 1, 1, 0.9) 0px 0px 5px;
  -moz-box-shadow: rgba(1, 1, 1, 0.9) 0px 0px 5px;
  box-shadow: rgba(1, 1, 1, 0.9) 0px 0px 5px;
  behavior: url(/scripts/PIE.htc);
}
.inputshadow {
  -webkit-box-shadow: rgba(77, 77, 77, 0.4) 0px 0px 9px;
  -moz-box-shadow: rgba(77, 77, 77, 0.4) 0px 0px 9px;
  box-shadow: rgba(77, 77, 77, 0.4) 0px 0px 9px;
  behavior: url(/scripts/PIE.htc);
}
@font-face {
  font-family: 'ubahn';
  src: url('../fonts/Ubahn.eot');
  src: local('Ubahn'), local('Ubahn'), url('../fonts/Ubahn.ttf') format('truetype');
}
@font-face {
  font-family: 'ubahn-light';
  src: url('../fonts/Ubahn-Light.eot');
  src: local('ubahn-light'), local('ubahn-light'), url('../fonts/Ubahn-Light.ttf') format('truetype');
}
/*---------------HELPERS--------------*/
.textwhite,
.textwhite a,
.textwhite a:link,
.textwhite a:visited,
.textwhite a:active {
  color: #ffffff;
}
.textgray,
.textgray a,
.textgray a:link,
.textgray a:visited,
.textgray a:active {
  color: #868686;
}
.bgwhite {
  background: #ffffff;
}
body {
  background: #ffffff url(../images/bg_body.gif) repeat top left;
  color: #010101;
  font: normal normal 11px/15px Arial, sans-serif;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #cd0101;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0;
}
h1 {
  font: normal 24px/25px Arial, sans-serif;
  color: #a10101;
  font-weight: bold;
}
h1 a,
h1 a:link,
h1 a:visited {
  color: #a10101;
}
h1 a:hover {
  text-decoration: none;
}
h2 {
  font: 25px/30px 'Trebuchet MS', Arial, sans-serif;
  color: #f13a3a;
}
h3 {
  font: bold 15px/16px Arial, sans-serif;
  margin-bottom: 3px;
  color: #f13a3a;
}
h3 a:link,
h3 a:visited,
h3 a:active {
  color: #830000;
}
h4 {
  font-size: 15px;
  padding: 0 0 5px 0;
}
h3.section_title {
  border-bottom: 1px solid #ddd;
}
h3.black_title {
  color: #333;
}
strong {
  font-weight: bold;
}
small {
  font-size: 10px;
}
em {
  font-style: italic;
}
/*-----main layout-----*/
.wrapper {
  background: white;
  width: 980px;
  margin: 0 auto;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.4);
  position: relative;
}
#container {
  width: 980px;
  margin: 5px auto;
}
.bgpattern {
  background-image: url(../images/bg_pattern.png);
  background-repeat: repeat;
}
.button {
  font-size: 12px;
  color: #fff;
  padding: 3px 9px;
  border: none;
  cursor: pointer;
}
.button.small {
  padding: 2px 7px;
}
a.button {
  color: #fff;
}
.button.whitegradient {
  color: #9d0101;
}
.smallbutton {
  font-size: 11px;
  text-transform: lowercase;
  border: 0 none;
}
.bigbutton {
  font-size: 14px;
  padding: 6px 12px 7px;
}
/*-----TOP BAR ------*/
#top_bar,
#top_bar a {
  color: white;
  font-size: 11px;
}
#top_bar ul.left li {
  border-left: 1px solid #282828;
  border-right: 1px solid #434343;
  float: left;
  padding: 8px 16px 10px;
}
#top_bar ul.left li.first {
  border-left: 0 none;
}
#top_bar ul.left li.last {
  border-right: 0 none;
}
a.rss {
  background: url(../images/socials.png) no-repeat left -58px;
  display: block;
  margin-top: 2px;
  padding: 9px 20px 0 32px;
}
a.rss span.arrow {
  background: url(../images/arrdown.png) no-repeat left top;
  width: 20px;
  height: 10px;
  display: block;
  float: right;
  margin-top: 4px;
}
a.preview_icon,
a.top_icon,
a.service_icon {
  background: url(../images/icons.png) no-repeat left top;
  display: block;
  height: 27px;
  margin-top: 5px;
  width: 25px;
}
a.top_icon {
  background-position: left -328px;
}
a.service_icon {
  background-position: left -61px;
}
#blogspot_icon,
#facebook_icon,
#twitter_icon,
#delicious_icon {
  background: url(../images/socials.png) no-repeat left top;
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  float: right;
  margin: 2px 2px;
}
#blogspot_icon {
  background-position: -4px -111px;
}
#delicious_icon {
  background-position: -4px -4px;
}
#facebook_icon {
  background-position: -4px -165px;
}
#twitter_icon {
  background-position: -4px -218px;
}
#header_logo {
  margin: 4px;
}
a#top_logo {
  margin-top: 16px;
}
a#top_logo img {
  margin: 0;
}
ul.rss_links {
  left: 26px;
  padding: 8px;
  position: absolute;
  top: 29px;
  background-color: #222;
}
/*---- AD PLACEHOLDER------*/
#ad728x90 {
  width: 728px;
  height: 90px;
  background: #fff;
  color: #fff;
}
#ad300x250 {
  width: 300px;
  max-height: 250px;
  background: #fff;
  color: #fff;
}
/*-----NAVIGATION--------*/
#navbar {
  margin-bottom: 5px;
}
#nav li h2 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
}
#nav li h2 a {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Trebuchet MS';
}
#nav li {
  float: left;
  padding: 2px 22px;
}
#nav li.selected {
  border-left: 1px solid #5f0202;
  border-right: 1px solid #5f0202;
}
/*-------SEARCH TOP ---------*/
.text_input {
  padding: 5px 15px;
  font-style: italic;
  font-size: 12px;
  width: 247px;
  margin-bottom: 12px;
}
.search_input {
  margin-bottom: 0;
  width: 203px;
}
#search_top {
  margin-top: 5px;
}
#search_top #submit {
  padding-right: 22px;
  padding-left: 6px;
  margin-right: 2px;
}
#search_top .sicon {
  background-image: url(../images/search_icon.png);
  background-position: top right;
  width: 17px;
  height: 14px;
  display: block;
  top: 7px;
  right: 6px;
}
/*-------BREADCRUMB---------*/
p.breadcrumb {
  font-size: 12px;
  margin: 4px 5px;
}
p.breadcrumb a {
  font-style: italic;
  text-transform: lowercase;
}
/*-------FOOTER ---------*/
#footer {
  background: #090909;
  color: #ffffff;
}
#footer h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
}
#footer div.inner {
  padding: 10px;
}
#about_text {
  background: #2a2a2a;
  padding: 10px;
}
span#bg_abouttext {
  background: url(../images/bg_abouttext.png) no-repeat top left;
  display: block;
  width: 37px;
  height: 11px;
  left: 14px;
  top: -11px;
}
#about_text p {
  margin-bottom: 10px;
}
#footer_nav a,
#footer_nav small,
#links_exchage a {
  color: #ffffff;
}
#footer_nav ul,
#links_exchage {
  margin: 5px;
}
#footer_nav ul li,
#links_exchage li {
  line-height: 17px;
  background: url(../images/list_b.png) no-repeat left center;
  padding-left: 10px;
}
#footer_nav ul li.tree {
  background: url(../images/redrss.gif) no-repeat left center;
  padding-left: 15px;
  position: relative;
  left: -6px;
}
/*-------BOTTOM FOOTER ---------*/
#bottom_footer {
  background: #1b1b1b;
  padding: 5px 10px;
}
#bottom_footer p {
  line-height: 28px;
}
.home-col1 {
  width: 379px;
}
.home-col2 {
  width: 279px;
}
.home-col3 {
  width: 300px;
}
/*----------HOME HEADER--------------*/
#home_header {
  margin: 5px;
}
#homeSlider {
  width: 663px;
  height: 250px;
  position: relative;
}
.imgcontainer {
  background: white;
  margin-bottom: 1px;
  margin-right: 7px;
  overflow: hidden;
}
.imgcontainer img {
  display: block;
  margin: auto;
}
#homeSlider .imgcontainer {
  width: 264px;
  height: 234px;
  margin-right: 20px;
  margin-left: 0;
}
#homeSlider .content {
  width: 365px;
  height: 243px;
  z-index: 2;
}
#homeSlider ul li {
  padding: 7px;
}
#homeSlider h1 {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 3px;
}
#homeSlider p.rev_data {
  border-top: 1px solid #c3c3c3;
  font-size: 12px;
  padding: 5px 0;
}
#homeSlider .next,
#homeSlider .prev {
  background: url(../images/nextprev.png) no-repeat top left;
  width: 40px;
  height: 38px;
  display: block;
  text-indent: -9999px;
  position: relative;
  top: -159px;
  left: -2px;
  z-index: 3;
}
#homeSlider .next {
  background: url(../images/nextprev.png) no-repeat top right;
  left: 626px;
  top: -195px;
}
.bxslider_container {
  z-index: 1;
}
.bx_pager {
  position: absolute;
  text-align: center;
  bottom: -18px;
  width: 100%;
}
.bx_pager a {
  background-color: #878787;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(/scripts/PIE.htc);
  display: inline-block;
  height: 9px;
  margin-left: 8px;
  text-indent: -99999px;
  width: 9px;
}
.bx_pager a.active {
  background-color: #920202;
}
#slider h4 {
  color: #545454;
}
#slider p {
  font-size: 12px;
  padding-right: 24px;
  max-height: 87px;
  overflow: hidden;
}
.bottom_info {
  bottom: 10px;
  width: 100%;
}
/*
----------------Rating-----------
*/
.rating_wrapper * {
  margin: 0;
  border: 0;
  padding: 0;
}
.rating_wrapper {
  overflow: hidden;
  height: 16px;
}
.sp_rating {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #5f5f5f;
  display: block;
}
.rating {
  float: left;
  padding-right: 4px;
  color: #DFC3C7;
  line-height: 29px;
}
.base {
  background: url('../images/ratings.gif') 0 0 no-repeat;
  margin-top: 8px;
  width: 150px;
  height: 100%;
  float: left;
  padding-right: 4px;
  overflow: hidden;
}
.average {
  background: url('../images/ratings.gif') 0 -16px no-repeat;
  text-indent: -9999px;
}
#note_useri .average {
  opacity: 0.5;
}
.nota_mea {
  margin-left: 9px;
  color: #890000;
  font-size: 12px;
}
.votes {
  float: left;
  padding-right: 4px;
  color: #fff;
  font-weight: bold;
}
.score {
  background: url('../images/ratings.gif') 0 0 no-repeat;
  width: 150px;
  height: 16px;
  float: left;
  position: relative;
}
.score a {
  display: block;
  height: 100%;
  float: left;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
  line-height: 1em;
}
.score1 {
  width: 10%;
  z-index: 60;
}
.score2 {
  width: 20%;
  z-index: 59;
}
.score3 {
  width: 30%;
  z-index: 58;
}
.score4 {
  width: 40%;
  z-index: 57;
}
.score5 {
  width: 50%;
  z-index: 56;
}
.score6 {
  width: 60%;
  z-index: 55;
}
.score7 {
  width: 70%;
  z-index: 54;
}
.score8 {
  width: 80%;
  z-index: 53;
}
.score9 {
  width: 90%;
  z-index: 52;
}
.score10 {
  width: 100%;
  z-index: 51;
}
.score a:hover {
  background: url('../images/ratings.gif') bottom left no-repeat;
}
.status {
  height: 16px;
  width: 100px;
  overflow: hidden;
  position: relative;
}
.score_this {
  height: 100%;
  overflow: hidden;
}
.score_this a {
  color: #f37800;
}
#slider .sp_rating {
  bottom: 0px;
  padding: 10px 8px;
  width: 250px;
  background: rgba(255, 255, 255, 0.6);
}
#slider .rating {
  color: #434343;
  font-size: 12px;
}
#slider .votes {
  color: #890202;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}
.slider_wrap {
  height: 275px;
}
/*------COLUMNS-----*/
.col-1 {
  width: 375px;
  margin-right: 8px;
  margin-left: 5px;
  background: #e4e4e4;
}
.col-2 {
  width: 280px;
  background: #c7c7c7;
}
.col-3 {
  width: 300px;
  margin-right: 5px;
  background: #d5d5d5;
}
.list-item {
  padding: 5px;
}
.listContent .list-item {
  border-bottom: 1px solid #8c8c8c;
  border-top: 1px solid #fff;
}
.listContent .list-item.first {
  border-top: 0;
}
.listContent .list-item.last {
  border-bottom: 0;
}
#footer h3 {
  font-family: 'Trebuchet MS', sans-serif;
  margin-bottom: 9px;
}
a.more {
  color: #830000;
  font-size: 13px;
  text-align: right;
  display: block;
}
h3.black a,
h3.black {
  color: #010101;
}
h2.section_title {
  color: #fff;
  font-size: 18px;
  padding: 2px 10px;
}
h2.section_title a {
  color: #fff;
}
h1.innerpage_title {
  padding: 5px;
}
a.rss.right {
  color: #fff;
  background-position: right -58px;
  padding-right: 28px;
}
a.rss.textgrey {
  color: #868686;
}
h2.left {
  margin-bottom: 0;
}
#history {
  background: #e1e1e1;
  margin: 5px;
  padding: 5px;
}
#homebestbuy li {
  margin: 0 8px;
  padding: 0;
  border: 0;
}
#homebestbuy div.absolute {
  bottom: 0;
  left: 0;
  width: 274px;
  padding: 5px;
}
#home_preview div.absolute {
  bottom: 5px;
  left: 10px;
  padding: 7px 5px;
  width: 248px;
}
#home_preview h3 {
  font-size: 20px;
  line-height: 20px;
}
#home_preview p.right {
  color: #fff;
}
h3.hist_title {
  font-family: 'Trebuchet MS', arial, sans-serif;
  font-size: 15px;
  border: none;
  font-weight: normal;
  padding: 5px;
  margin-top: 15px;
}
span.bg_hist {
  background: url(../images/bg_hist.gif) no-repeat top left;
  display: block;
  width: 30px;
  height: 13px;
  left: 25px;
  top: -12px;
}
#home_preview div.imgcontainer {
  margin-left: 5px;
  margin-top: 2px;
}
#homebestbuy div.transparent {
  background: rgba(0, 0, 0, 0.6);
}
#home_preview div.transparent {
  background: rgba(255, 255, 255, 0.6);
}
#homebestbuy li h2 {
  font-size: 19px;
  margin-bottom: 0;
  padding: 0 3px;
}
#homebestbuy li h2 small {
  color: #a0a0a0;
  font-size: 13px;
  text-transform: lowercase;
  padding-left: 5px;
}
#homebestbuy li h2 span {
  display: block;
  background: #9f0101;
  color: #fff;
  font-size: 19px;
  line-height: 21px;
  border: 1px solid #830000	;
  padding: 0 6px;
  margin-top: 3px;
  margin-left: 5px;
  width: 12px;
  text-align: center;
}
#homebestbuy li.collapsed h2 span {
  background: #2f2e2e;
  border: 1px solid #0a0a0a;
}
#homebestbuy li h2 a {
  color: #fff;
}
#homebestbuy li h3 {
  font-size: 20px;
  line-height: 21px;
}
#homebestbuy li h3 a {
  color: #fff;
}
#homebestbuy .collapsed .content {
  display: none;
}
#homebestbuy .collapsed small {
  display: none;
}
#homebestbuy .collapsed {
  background: #969696;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #666;
}
#homebestbuy li {
  background: #5d5d5d;
}
#home_top h5 {
  font-size: 14px;
}
#home_top h5 a {
  color: #323232;
  text-align: left;
  width: 238px;
  padding-top: 3px;
}
#home_top h5 a:hover {
  color: #9d0101;
}
#home_top h5 span {
  color: #fff;
  background: #7b7b7b;
  padding: 4px 5px;
  text-align: center;
  width: 15px;
}
#cauta_service {
  padding: 10px;
  background: #959595;
}
#cauta_service select {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 12px;
  padding: 4px 3px 4px 15px;
  width: 260px;
  border: none;
}
#cauta_service label {
  margin-top: 4px;
}
#service_list {
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
}
#sidebar {
  margin: 5px;
  width: 300px;
  background: #d5d5d5;
}
.home-col2 h5 {
  font-size: 14px;
  margin: 5px 0;
  line-height: 17px;
}
.list_header {
  padding: 0 5px;
}
#main {
  font-size: 12px;
  margin: 5px;
  width: 660px;
}
#main .content {
  width: 410px;
}
#main .content h3 {
  font-size: 20px;
  line-height: 21px;
}
#main .content p {
  padding: 5px 0;
}
#main .list_item {
  padding: 11px 5px;
  border-bottom: 1px solid #8c8c8c;
  border-top: 1px solid #fff;
}
#main .list_item.first {
  border-top: 0;
}
#main .votes {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin-top: 7px;
}
.pagination li {
  float: left;
}
.pagination li a {
  width: 15px;
  height: 15px;
  display: block;
  font-size: 12px;
  text-align: center;
  background: #2F2E2E;
  color: #fff;
  margin: 2px;
  padding: 1px;
  border: 1px solid #0a0a0a;
}
.pagination li.current {
  width: 15px;
  height: 15px;
  display: block;
  font-size: 12px;
  text-align: center;
  background: #9d0101;
  border: 1px solid #830000;
  color: #fff;
  margin: 2px;
  padding: 1px;
}
.select_t {
  border: none;
  padding: 5px;
  width: 120px;
}
.reviews_filters .bgpattern {
  padding: 5px;
}
.blog_article {
  border-bottom: 1px dotted #fff;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.static_content {
  padding: 12px 5px;
}
.static_content p {
  margin: 4px 0;
}
.static_content h3 {
  color: #232323;
  margin: 10px 0;
  border-top: 1px dotted #232323;
  padding-top: 6px;
}
.static_content h1 {
  margin-bottom: 12px;
}
.section {
  background: white;
  font-size: 12px;
}
.section .text {
  padding: 5px 10px;
}
.section h2.section_title {
  font-size: 24px;
}
/*----REVIEW SIDEBAR-----*/
/*----SPECIFICATII-----*/
#specificatii {
  background: #e5e5e5;
}
#specificatii h4 {
  padding: 5px 5px 0;
  margin-bottom: 6px;
}
#specificatii #tabel_specificatii td {
  padding: 4px 10px;
}
#specificatii #tabel_specificatii td.subcateg {
  background: #7b7b7b;
  color: #fff;
  font-size: 14px;
}
#specificatii #tabel_specificatii td.key_spec {
  background: #b6b6b6;
  color: #000;
  border-bottom: 1px solid #7b7b7b;
  border-right: 1px solid #7b7b7b;
}
#specificatii #tabel_specificatii td.val_spec {
  border-bottom: 1px solid #7b7b7b;
  color: #3c3c3c;
}
/*----CUPRINS-----*/
ol#contents li {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #959595;
  font-size: 14px;
  padding: 6px;
}
ol#contents li a {
  color: #323232;
}
ol#contents li a span {
  background: #7b7b7b;
  color: #fff;
  padding: 3px 8px;
}
ol#contents li a:hover,
ol#contents li a.active {
  color: #970202;
  text-decoration: none;
}
ol#contents li a:hover span,
ol#contents li a.active span {
  background: #970202;
}
#review_header #review_header_images {
  width: 310px;
}
#review_header #review_header_images .small_tmb {
  display: block;
  margin: 4px 3px;
}
#review_header h1 {
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 3px;
}
#review_header p.rev_data {
  border-top: 1px solid #C3C3C3;
  padding-top: 5px;
}
#review_header .bgpattern {
  padding: 7px;
}
#review_header .content {
  width: 320px;
  font-size: 12px;
}
#review_header .content .sp_rating {
  margin: 10px 0;
  font-size: 14px;
}
#review_header .content .sp_rating a {
  color: #000;
}
#review_header .content .sp_rating a:hover {
  text-decoration: none;
}
#review_header .content .sp_rating .votes {
  font-size: 18px;
  color: #b30101;
  text-shadow: 2px 2px 0px #bebebe;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dfdfdf;
  padding: 6px;
}
#review_header .content .taguri {
  font-size: 11px;
}
.share {
  width: 303px;
  text-align: right;
  margin-bottom: 8px;
}
.review_buttons {
  padding: 20px 0;
}
.twitter-share-button {
  width: 60px !important;
}
.whitebigbutton:link,
.whitebigbutton {
  font: bold 18px/19px "Arial Black", sans-serif;
  color: #970202;
  border: 1px solid #bbb9b9;
  padding: 5px 7px;
  cursor: pointer;
}
a#print_review {
  background: url(../images/print.png) no-repeat left center;
  padding-left: 30px;
}
a#comment_review {
  background: url(../images/comment.png) no-repeat left center;
  padding-left: 35px;
}
#comment_form {
  background: #dedede;
  border: 1px solid #c3c3c3;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
#comment_form h3 {
  color: #494949;
  font-family: 'Trebuchet MS';
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 10px;
}
#comment_form input[type=reset] {
  margin: 0 4px;
  display: none;
}
#comment_form .text_input {
  border: none;
  display: block;
  font-size: 11px;
  width: 220px;
  padding: 7px 5px;
}
#comment_form textarea.text_input {
  width: 57%;
  border: none;
  height: 93px;
}
#comment_form #wrapperCheckNofifier {
  /*           	display: none; */

  position: absolute;
  left: 260px;
  bottom: 15px;
}
#comment_form #wrapperCheckNofifier p {
  width: 220px;
  margin: 4px 0;
}
#comment_form #wrapperCheckNofifier p input {
  display: block;
}
#comment_form #wrapperCheckNofifier p label {
  cursor: pointer;
  margin-left: 20px;
}
#comment_form #comm_errors div {
  padding-bottom: 5px;
}
#comment_form #preloader {
  width: 16px;
  height: 16px;
  background: transparent url('../images/preload16.png') no-repeat center center;
  position: absolute;
  right: 20px;
  bottom: 10px;
  display: none;
}
#all_comments {
  background: white;
}
#all_comments h3.black_title {
  color: #494949;
  font-family: 'Trebuchet MS';
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 10px;
}
#all_comments .page_navigation,
#all_comments .alt_page_navigation {
  padding-bottom: 10px;
}
#all_comments .page_navigation a,
#all_comments .alt_page_navigation a {
  padding: 3px 5px;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  float: left;
  font-size: 12px;
  background-color: #2F2E2E;
}
#all_comments .active_page {
  background: #9d0101 !important;
  border: 1px solid #830000!iportant;
}
#comments_list {
  background: white;
}
#comments_list li div.comment_body {
  border: 1px solid #DFDFDF;
  position: relative;
  background: #f2f2f2;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 30px 150px 30px 30px;
  min-height: 50px;
  height: 50px;
  height: auto!important;
}
#comments_list li div.comment_body.coment_admin {
  border: 1px solid #d7b2b1;
  background: #efefef;
}
#comments_list li div.comment_body .avatar {
  position: absolute;
  right: 10px;
  top: 10px;
}
#comments_list li div.comment_body .wrapper_comment {
  bottom: 0;
  font-size: 8px;
  left: 0;
  position: absolute;
  text-decoration: none !important;
  text-transform: uppercase;
}
#comments_list li div.comment_body .wrapper_comment a:hover {
  text-decoration: none;
}
#comments_list li div.comment_body .read_more_info {
  font-size: 11px;
  padding: 5px 0px;
  font-weight: bold;
  color: #d7b2b1;
}
#comments_list li .comment_content {
  /* 	            width: 580px; */

}
#comments_list li ul.children {
  margin-bottom: 0px;
}
#comments_list li ul.children li {
  background: url("../images/li_bg.png") no-repeat scroll 0 20px transparent;
  border-left: 1px solid #CACACA;
  padding-left: 30px;
  border-left: 1px solid #DFDFDF;
}
.error {
  color: #d22a2a;
}
#gallery {
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  margin: 15px 0;
  padding: 7px 0;
}
#gallery h3 {
  color: #494949;
  font-family: 'Trebuchet MS';
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 10px;
}
#gallery_container {
  width: 750px;
  height: 90px;
}
#images_c {
  width: 610px;
  height: 93px;
  overflow: hidden;
}
#gallery_scrollable {
  width: 200000em;
  left: auto;
}
#gallery_scrollable div {
  margin: 6px;
}
a.next_img,
a.prev_img {
  cursor: pointer;
  background: url(../images/nextprev.gif) no-repeat top left;
  width: 19px;
  height: 27px;
  text-indent: -9999px;
  margin-top: 30px;
}
a.prev_img {
  margin-left: 2px;
}
a.next_img {
  background: url(../images/nextprev.gif) no-repeat top right;
}
#container_note,
#container_note_useri {
  border-radius: 8px;
  background: #dedede;
  padding: 6px;
  height: 155px;
  margin-left: 6px;
}
.note {
  margin: 0 6px;
}
.note th {
  color: #d22a2a;
  font-family: 'Trebuchet MS';
  font-weight: normal;
  font-size: 15px;
  padding-bottom: 10px;
}
.note th span {
  font-family: arial;
}
.note td {
  font-size: 12px;
  padding: 2px;
}
.note td .base {
  margin-top: 0;
}
.note .media_finala {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #DFDFDF;
  color: #B30101;
  padding: 6px;
  text-shadow: 1px 1px 1px #BEBEBE;
  font-weight: bold;
}
.note #submit_vot {
  margin-bottom: 7px;
}
.info {
  margin-left: 7px;
  background: #DEDEDE;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 12px;
}
.info h3 {
  font-family: 'Trebuchet MS';
  font-weight: normal;
  font-size: 15px;
  padding-bottom: 4px;
  color: #000;
}
.tags {
  margin-left: 9px;
}
.tags h3 {
  display: inline;
}
.padding {
  padding: 7px;
}
.padding img {
  padding: 5px;
}
.padding p {
  margin-bottom: 5px;
}
.intro {
  font-style: italic;
  margin: 10px 0;
}
.graybackground {
  background: #e4e4e4;
}
#cse-search-results .list-item {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #b4b4b4;
}
.exit_pages {
  margin-top: 5px;
  background: white;
}
.exit_pages h3 {
  color: #494949;
  font-family: 'Trebuchet MS';
  font-weight: normal;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.exit_pages .exit_page {
  padding: 6px;
  width: 316px;
  background: #4d4d4d;
  color: #bdbdbd;
  font-size: 11px;
  line-height: 13px;
  height: 116px;
}
.exit_pages .exit_page h5 {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.exit_pages .exit_page h5 a {
  color: #fff;
}
.exit_pages .exit_page .right {
  width: 163px;
}
.exit_pages .exit_page .rate {
  font-size: 18px;
  color: #d60000;
  font-family: "Arial Black", sans-serif;
  background: rgba(255, 255, 255, 0.6);
  padding: 7px 5px;
  left: 0;
  top: 0;
}
.exit_pages .exit_page2 {
  width: 148px;
  padding: 6px;
  background: #dedede;
  color: #1f1f1f;
  font-size: 11px;
  line-height: 13px;
  height: 258px;
  margin-right: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}
.exit_pages .exit_page2 h5 {
  font-size: 14px;
  line-height: 16px;
  margin-top: 6px;
  margin-bottom: 6px;
  color: #1f1f1f;
}
.exit_pages .exit_page2 h5 a {
  color: #1f1f1f;
}
#content_nav {
  padding: 5px;
  border-bottom: 1px dotted #333;
  margin: 10px 0 24px;
}
a.prev_section,
a.next_section {
  display: block;
  font-size: 17px;
  font-family: 'Trebuchet MS', sans-serif;
  color: #9d0101;
  line-height: 30px;
  padding-top: 20px;
}
a.prev_section {
  background: url(../images/prev_chapter.jpg) no-repeat bottom left;
  padding-left: 43px;
}
a.next_section {
  background: url(../images/next_chapter.jpg) no-repeat bottom right;
  padding-right: 43px;
}
a.next_section_button {
  background: url(../images/nextprev2.png) no-repeat right 2px;
  display: block;
  height: 38px;
  margin-right: 0;
  width: 42px;
}
a.prev_section_button {
  background: url(../images/nextprev2.png) no-repeat left 2px;
  display: block;
  height: 38px;
  margin-right: 0;
  width: 42px;
}
#sort_asc {
  background: url(../images/sort_asc.png) no-repeat bottom right;
  display: block;
  width: 15px;
  height: 11px;
  text-indent: -99999px;
  margin-top: 6px;
  margin-left: 2px;
}
#sort_desc {
  background: url(../images/sort_desc.png) no-repeat bottom right;
  display: block;
  width: 15px;
  height: 11px;
  text-indent: -99999px;
  margin-top: 6px;
  margin-left: 2px;
}
#slider {
  height: 250px;
  overflow: hidden;
}
/* green */
.green {
  color: #e8f0de;
  border: solid 1px #538312;
  background: #64991e;
}
.green:hover {
  background: #538018;
}
.green:active {
  color: #a9c08c;
}
/* red */
.red {
  color: #faddde;
  border: solid 1px #980c10;
  background: #d81b21;
}
.red:hover {
  background: #b61318;
}
.red:active {
  color: #de898c;
}
/* orange */
.orange {
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background: #f78d1d;
}
.orange:hover {
  background: #f47c20;
}
.orange:active {
  color: #fcd3a5;
}
span.best_design_medium {
  display: block;
  width: 92px;
  height: 92px;
  background: url(../images/best_design_m.png) no-repeat top left;
  top: 0;
  left: 0;
}
span.extreme_performance_medium {
  display: block;
  width: 92px;
  height: 92px;
  background: url(../images/extreme_performance_m.png) no-repeat top left;
  top: 0;
  left: 0;
}
span.world_travel_medium {
  display: block;
  width: 92px;
  height: 92px;
  background: url(../images/world_travel_m.png) no-repeat top left;
  top: 0;
  left: 0;
}
span.best_design_small {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/best_design_s.png) no-repeat top left;
  top: 0;
  left: 0;
}
span.extreme_performance_small {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/extreme_performance_s.png) no-repeat top left;
  top: 0;
  left: 0;
}
span.world_travel_small {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/world_travel_s.png) no-repeat top left;
  top: 0;
  left: 0;
}
#banner_468x60 {
  width: 468px;
  height: 60px;
  overflow: hidden;
  margin: 10px auto;
}
