html {
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	height: 100%;
	color: #404655;
}

select,input {
	font-size: 13px;
	font-family: Arial;
	/* border: 1px solid #cccccc; */
}

a {
	color: #7c7c7c;
	text-decoration: none;
}

#bodydiv {
	background-color: white;
	height: 100%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div,input,body,p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	border: 0px;
	vertical-align: middle;
}

div.autosuggest {
	position: absolute;
	background-position: top;
	background-repeat: no-repeat;
	/* padding: 5px 0 0 0; */
	padding: 0px;
	width: 288px !important;
	/* _width: 288px; */
	margin-left: -4px;
	margin-top: 5px;
	background: white;
	border: 1px solid #2091C8;
	/* padding-top: 5px;
	padding-bottom: 5px; */
}

div.autosuggest div.as_header,div.autosuggest div.as_footer {
	position: relative;
	height: 0px;
	padding: 0px;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.autosuggest div.as_footer {
	border-bottom: 0px solid #cccccc;
	height: 0px !important;
	font-size: 0px !important;
}

#pagerdiv span {
	color: #e49f0a;
	font-weight: bold;
}

/* div.autosuggest div.as_header div.as_bar,div.autosuggest div.as_footer div.as_bar
	{
	height: 6px;
	overflow: hidden;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	color: red;
} */
div.autosuggest ul {
	list-style: none;
	margin: 0px;
	/* margin: 0 0 -4px 0;*/
	padding: 0;
	overflow: hidden;
	background-color: #ffffff;
	/* border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc; */
	width: 100%;
}

div.autosuggest ul li {
	color: #ccc;
	padding: 0px;
	padding-left: 0px;
	text-align: left;
	clear: both; /* marek */
}

div.autosuggest li {
	border-bottom: 0px solid #ededed;
}

div.autosuggest ul li a {
	color: #7c7c7c;
	/*color: #e49f0a; */
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding-left: 10px;
	line-height: 22px;
	width: 279px !important;
	margin-left: 0px;
	font-size: 7pt !important;
	font-weight: normal;
}

a.desc:hover {
	text-decoration: underline;
}

a.bluelink {
	color: #2e64af;
	text-decoration: none;
}

a.bluelink:hover {
	text-decoration: underline;
}

a.orangelink {
	color: #e49f0a;
}

a.orangelink:hover {
	color: #e49f0a;
	text-decoration: underline;
}

div.autosuggest ul li a span {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 8pt;
	border: 0px solid red;
	/* background: red; */
	width: 100%;
}

div.autosuggest span {
	float: left;
}

/* div.autosuggest div.as_review {
	font-family: Arial;
	font-size: 10px;
	color: #7c7c7c;
	text-decoration: none;
	background-image: url("../images/circle.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 8px;
	float: left;
	clear: both;
}

.as_review {
	background-image: url("../images/circle.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 8px;
} */
div.autosuggest ul li a:hover {
	text-decoration: none !important;
	cursor: pointer;
	color: white !important;
	background: #588BBE !important;
}

/* div.autosuggest a.orangeA:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #7c7c7c;
	/*color: #e49f0a; */
}
div.autosuggest a.blueA:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #2e64af;
}

div.autosuggest ul li.as_highlight {
	background-color: #588BBE !important;
	text-decoration: none;
	color: white;
	border: 0px solid red;
	height: 22px;
}

div.autosuggest ul li.as_highlight a:hover {
	background-color: #588BBE !important;
	text-decoration: none;
	color: white;
}

div.autosuggest ul li.as_highlight a {
	background-color: #588BBE !important;
	text-decoration: none;
	color: white;
}

/* div.autosuggest div.as_reviewCount {
	color: #2e64af;
	font-size: 10px;
	float: right;
	clear: both;
	cursor: pointer;
	background-image: url("../images/plus.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6px;
	height: 13px;
} */
div.autosuggest li.as_warning {
	text-align: center;
	border-bottom: 0px;
}

.searchBoxLeft {
	margin-top: 3px;
	width: 4px;
	height: 26px;
	background-image: url(../images/searchbox_left.gif);
	float: left;
}

.searchBoxLeftActive {
	margin-top: 3px;
	width: 4px;
	height: 26px;
	background-image: url(../images/searchbox_left_active.gif);
	float: left;
}

.searchBoxRight {
	margin-top: 3px;
	width: 4px;
	height: 26px;
	background-image: url(../images/searchbox_right.gif);
	float: left;
}

.searchBoxRightActive {
	margin-top: 3px;
	width: 4px;
	height: 25px;
	background-image: url(../images/searchbox_right_active.gif);
	float: left;
}

#results {
	padding-top: 15px;
	color: #7c7c7c;
	margin-bottom: 100px;
}

.resultsNum {
	font-size: 16px;
}

.shortDesc {
	margin-top: 15px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.orange {
	color: #e49f0a;
	font-weight: bold;
}

.sortDiv {
	height: 25px;
	line-height: 25px;
	width: 550px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	font-weight: bold;
	color: #8f8f8f;
	margin-top: 15px;
}

#resultsTable {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
	border: 0px solid #cdcdcd;
	font-size: 13px;
	background-color: #ffffff;
}

#resultsTable .tdactive {
	text-decoration: underline;
}

#resultsTable .tractive2 {
	background-image: url('../images/revnumbg2.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

#resultsTable .tr2 {
	background-image: url('../images/revnumbg.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

a.overorange:hover {
	color: #e49f0a;
	cursor: pointer;
}

#foot {
	color: #7C7C7C;
	margin-top: 15px
}

#review_editor label {
	font-size: 10pt
}

#review_editor table {
	border-collapse: collapse;
	padding: 0px
}

#review_editor td,#review_editor tr {
	padding: 0px;
	margin: 0px
}

#review_editor input,#review_editor select {
	height: 22px;
	border-color: #7C7C7C;
}

#brief_summary_counter {
	font-size: 9pt;
}

.LV_invalid {
	color: #CC0000;
	font-size: 8pt !important;
}

.LV_invalid_field,input.LV_invalid_field:hover,input.LV_invalid_field:active,textarea.LV_invalid_field:hover,textarea.LV_invalid_field:active
	{
	border: 1px solid #CC0000 !important;
}

LV_validation_message {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	text-align: left;
}

.LV_validation_message {
	font-size: 8pt !important;
	margin: 0px;
	padding: 0px;
	padding-top: 3px !important;
	/* line-height: 0px; */
	text-align: left;
}

#rating_menu * {
	margin: 0;
	padding: 0;
}

#first_impression_tab,#product_rating_tab {
	height: 20px;
}

#first_impression_tab img,#product_rating_tab img {
	width: 18px;
	margin-right: 3px;
	cursor: pointer;
}

.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 0px !important;
}

.tabnav li a {
	text-decoration: none;
	color: #222;
	font-weight: normal;
	padding: 5px 12px !important;
	/* outline: none; */
	font-size: 9pt;
	border: 0px solid red;
}

/* .tabnav li a:hover, */
.tabnav li a:active,.tabnav li.ui-tabs-selected a {
	background: #fff;
	color: #222;
	text-decoration: none;
	padding: 4px;
}

.tabdiv {
	margin-top: 4px !important;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 3px !important;
}

.ui-tabs-hide {
	display: none;
}

.star {
	width: 18px !important;
	height: 18px;
	/* background-color: white; */
	background: url('../images/blankstar.png') no-repeat transparent;
	display: block;
	float: left;
	margin-right: 0px !important;
	margin-left: 0px !important;
}


.smile {
	width: 18px !important;
	height: 18px;
	/* background-color: white; */
	background: url('../images/smile_white.png') no-repeat transparent;
	display: block;
	float: left;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.star_yellow,.star_yellow2 {
	background: url('../images/star.png') no-repeat transparent !important;
}

.smile_yellow,.smile_yellow2 {
	background: url('../images/smile_yellow.png') no-repeat transparent !important;
}


.box_top {
	width: 619px;
	height: 9px;
	background-color: white;
	background-image: url('../images/box_top.jpg');
	background-repeat: repeat-x;
	margin-bottom: 0px;
}

.box_middle {
	background-color: white;
	width: 619px;
}

.box_bottom {
	width: 619px;
	height: 9px !important;
	/* background-color: white; */
	background-image: url('../images/box_bottom.jpg');
	background-repeat: repeat-x;
	margin-top: 0px;
}

.box_big_top {
	width: 975px;
	height: 16px !important;
	background-color: white;
	background-image: url('../images/box_big_top.jpg');
	background-repeat: repeat-x;
	margin-bottom: 0px;
}

.box_big_middle {
	background-color: white;
	width: 975px;
}

.box_big_bottom {
	width: 975px;
	height: 16px !important;
	/* background-color: white; */
	background-image: url('../images/box_big_bottom.jpg');
	background-repeat: repeat-x;
	margin-top: 0px;
}

a.overblue:hover {
	color: #1188C1;
	cursor: pointer;
}

.foot1 {
	color: #E3E5E9
}

.foot1 a {
	font-size: 8pt !important;
	color: #7B96A3;
	/* margin-right:6px;
	margin-left: 6px; */
	text-decoration: underline;
}

.foot1 a:hover {
	color: #1188C1;
	cursor: pointer;
}

.thinline {
	width: 100%;
	height: 0px !important;
	/* border: 1px solid red; */
	border-bottom: 1px dashed #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0px;
	padding: 0px;
}

.thinline_solid {
	width: 100%;
	height: 0px !important;
	/* border: 1px solid red; */
	border-bottom: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0px;
	padding: 0px;
}

a.expert_link {
	color: #5B9401;
	font-size: 8pt;
	text-decoration: underline;
	clear: both !important;
}
.expert_link {
	clear: both !important;
}

a.blog_link {
	color: #848A98;
	font-size: 7pt !important;
	text-decoration: underline;
	clear: both !important;
}


.category_link {
	color: #4D80B3;
	font-size: 8pt;
	font-weight: normal;
}

a.category_link {
	color: #4D80B3;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: normal;
}

.review_date {
	font-size: 8pt;
	color: #848A98;
}

.review_title {
	font-size: 13pt;
	font-weight: bold;
	clear: right;
}

.small_star {
	margin-left: 0px;
	margin-right: 0px;
}

a.link_to_post {
	font-weight: bold;
	color: #1387C0;
	text-decoration: underline;
}

.inputBox {
	margin-top: 3px;
	float: left;
	vertical-align: middle;
	width: 200px;
	height: 20px;
	color: #7c7c7c;
	padding-top: 5px;
	padding-left: 3px;
	background-image: url(../images/inputbox.gif);
	background-repeat: none;
	border: 0px;
}

.inputBoxRight {
	margin-top: 3px;
	width: 4px;
	height: 25px;
	background-image: url(../images/inputbox_right.gif);
	float: left;
}

.inputBoxLeft {
	margin-top: 3px;
	width: 4px;
	height: 25px;
	background-image: url(../images/inputbox_left.gif);
	float: left;
}

.inputBox2 {
	margin-top: 3px;
	float: left;
	vertical-align: middle;
	width: 245px;
	height: 19px;
	color: black;
	padding: 0px;
	padding-top: 4px;
	padding-left: 6px;
	font-size: 8pt;
	border: 1px solid #BABABA;
	clear: right !important;
	margin-bottom: 4px !important;
}

.selectBox2 {
	margin-top: 3px;
	float: left;
	vertical-align: middle;
	width: 200px;
	height: 26px !important;
	color: black;
	/*padding: 0px; */ /* padding-top: 4px; */
	font-size: 8pt;
	border: 1px solid #BABABA;
	margin-bottom: 4px !important;
}

.label {
	font-weight: bold;
	color: #4FA7D3;
	font-size: 9pt;
	margin-bottom: 0px;
	margin-top: 12px;
}

.checkbox_category {
	margin-right: 3px;
}

.categories_select label,.accept_terms label {
	margin-right: 10px;
	margin-left: 6px;
	margin-bottom: 4px;
	font-size: 8pt !important;
}

#expert_join_form_table td,#expert_singin_form_table td {
	text-align: left;
}

.forgot_password {
	font-size: 8pt;
}

.forgot_password a {
	font-size: 8pt;
	text-decoration: underline
}

.not_an_expert {
	color: #6EB300;
	font-size: 12pt;
	font-weight: bold;
}

#rememberMe {
	margin-left: 1px !important;
}

.error {
	font-size: 8pt;
	color: #CC0000;
}

.page_title {
	font-size: 12pt;
	font-weight: bold;
	clear: right;
	color: #204264;
}

.page_content {
	font-size: 10pt;
}

.page_title2 {
	font-size: 14pt;
	font-weight: bold;
	clear: right;
	color: #204264;
	margin-top: 20px;
	margin-bottom: 15px;
}


.terms p 
{
margin-bottom: 20px;
}

.red
{
color: red;
}


.fi_smile1_off
{
	width: 17px !important;
	height: 16px;
	background: url('../images/smiley_1off.png') no-repeat transparent;
	display: block;
	float: left;
	margin-right: 1px !important;
	margin-left: 1px !important;
}

.fi_smile2_off
{
	width: 17px !important;
	height: 16px;
	background: url('../images/smiley_2off.png') no-repeat transparent;
	display: block;
	float: left;
	margin-right: 1px !important;
	margin-left: 1px !important;
}

.fi_smile3_off
{
	width: 17px !important;
	height: 16px;
	background: url('../images/smiley_3off.png') no-repeat transparent;
	display: block;
	float: left;
	margin-right: 1px !important;
	margin-left: 1px !important;
}

.fi_smile4_off
{
	width: 17px !important;
	height: 16px;
	background: url('../images/smiley_4off.png') no-repeat transparent;
	display: block;
	float: left;
	margin-right: 1px !important;
	margin-left: 1px !important;
}

.fi_smile1_on, .fi_smile1_clicked
{
	width: 17px !important;
	height: 16px;
	background: url('../images/smiley_1on.png') no-repeat transparent !important;
	display: block;
	float: left;
	margin-right: 1px !important;
	margin-left: 1px !important;
}

.fi_smile2_on, .fi_smile2_clicked
{
	width: 17px !important;
	height: 16px;
	background: url('../images/smiley_2on.png') no-repeat transparent !important;
	display: block;
	float: left;
	margin-right: 1px !important;
	margin-left: 1px !important;
}

.fi_smile3_on, .fi_smile3_clicked
{
	width: 17px !important;
	height: 16px;
	background: url('../images/smiley_3on.png') no-repeat transparent !important;
	display: block;
	float: left;
	margin-right: 1px !important;
	margin-left: 1px !important;
}

.fi_smile4_on, .fi_smile4_clicked
{
	width: 17px !important;
	height: 16px;
	background: url('../images/smiley_4on.png') no-repeat transparent !important;
	display: block;
	float: left;
	margin-right: 1px !important;
	margin-left: 1px !important;
}


.box_header
{
}

.box_top_left
{
  background: url(../images/box_top_left.jpg) no-repeat transparent !important;
  width: 30px;
  height: 9px;
  float: left;
}

.box_top_right
{
  background: url(../images/box_top_right.jpg) no-repeat transparent !important;
  width: 30px;
  height: 9px;
  float: left;
}

.box_top_middle
{
  background: url(../images/box_top_middle.jpg) transparent !important;
  height: 9px;
  float: left;
}

.box_footer
{
}

.box_bottom_left
{
  background: url(../images/box_bottom_left.jpg) no-repeat transparent !important;
  width: 30px;
  height: 9px;
  float: left;
}

.box_bottom_right
{
  background: url(../images/box_bottom_right.jpg) no-repeat transparent !important;
  width: 30px;
  height: 9px;
  float: left;
}

.box_bottom_middle
{
  background: url(../images/box_bottom_middle.jpg) transparent !important;
  height: 9px;
  float: left;
}

.expert_info_box
{
  position: absolute;
  top: 200px;
  left: 100px;
  z-index: 1000;
  border: dashed 1px #ccc;
  background-color: #fff;
  display: none;
  padding: 3px;
}

.expert_info_box .name
{ 
  font-weight: bold;
}

.expert_info_box .blog_name
{
  color: #1387c0;
}

.expert_info_box .personal_bio
{
  width: 200px;
}
