

html, body, form, table
{
	margin: 0;
	padding: 0;
	font-family: Trebuchet, "Trebuchet MS", verdana, helvetica, sans-serif;
	font-size: 13px;
	/*
	color: #333333;
	*/
}

img {border-style: none;}

p.back {}

h1
{
/*
	font-size: 17px;
	font-weight: normal;
	padding: 8px 0 0 0;
	*/
	
	/*color: #304B77;*/
	font-size: 18px;
	
	font-weight: bold;
	line-height: 20px;
	padding: 15px 0 0 0;
	margin: 0px;
}

h1.g_h1header
{	
	/*
	padding-bottom: 10px;
	padding-top: 10px;
	*/
	padding-bottom: 16px;
	padding-top: 0;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 0px;
/*
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 0px;
*/
}

h3
{
	font-size: 17px;
	font-weight: normal;
	line-height: 17px;
	margin: 1px 0px 0px 0px;
}
h4
{
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 0px;
}
h5
{
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 0px;
}
h6
{
	font-size: 15px;
	font-weight: bold;
	line-height: 13px;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
}
input, select, button
{
	font-family: Trebuchet, "Trebuchet MS", verdana, helvetica, sans-serif;
	font-size: 13px;
}

a {color: #0033cc; outline: none;}
/*a:hover {text-decoration: none;}*/

.br {clear: both; display: block;}
.nobr {white-space: nowrap;}
.g_left {float: left;}
.g_right {float: right;}
.g_boxmargin {margin-bottom: 10px; height: 1%;}/* margin change */
input.g_textinput
{
	height: 18px;
	border-width: 2px;
	padding: 1px 0;
}

.g_maindiv {margin: 0px auto; width: 960px;}/* margin change */

.g_maindiv_centered {margin: 0px auto; width: 960px;}

.g_content_col {float: left; width: 640px; height: 1%; margin-right: 10px;}/* margin change */

.g_side_col {float: left; width: 310px; height: 1%;}

.g_nav_div
{
	line-height: 18px;
	height: 1%;
	padding-bottom:14px;
	padding-top: 6px;
}
.g_nav_div div
{
	line-height: 18px;
	
}
.g_tags_div
{
	line-height: 18px;
	height: 18px;
	padding-bottom:10px;
}
.g_tags_div div
{
	line-height: 18px;
	height: 18px;
	position: relative;
	top: -4px;
}
.g_backto
{
	float: left;
	width: 55px;
}

.g_addthis_div
{
	float: right;
	width: 130px;
}
.g_addthis
{
	cursor: pointer; 
	height: 16px;
	font-size: 1px;
	line-height: 1px;
	float: right;
}
.g_notifyme
{
	padding-bottom: 8px;	
}

#lbl_Error 
{
	color: red;
}

.g_vul 
{
	list-style-image:url(../../images/icons/v.png);
	margin:10px 0 10px 10px;
	padding:0;
	!margin-left: 0px;
}
.g_vul li 
{
	margin-left:20px;
	padding:0;
	padding-bottom:15px;
	!margin-left: 15px;
	!padding-left: 15px;
}
.g_vul li h1 
{
	margin:0;
	padding:0;
}

ul.g_noindent, ol.g_noindent  
{
	padding-left: 10px; margin-left: 5px;
}

/* buttons */


button
{ 

}
button:focus::-moz-focus-inner 
{ 
	border-color: transparent ! important; 
}
 
button span
{ 

}


button.g_button, a.g_button_link button, button.g_buttonhover, a.g_button_link:hover button, button.g_buttondis
{
	border:0; 
	cursor:pointer; 
	font-weight:bold; 
	padding:0 20px 0 0; 
	text-align:center; 
	position: relative;
	left: -3px;
	font-size:17px; 
	height: 37px;
}

/* IE 6-8 hack */
button.g_button, a.g_button_link button, button.g_buttonhover, a.g_button_link:hover button, button.g_buttondis
{
	left: 0px\9
}
button.g_button, a.g_button_link button, button.g_buttonhover, a.g_button_link:hover button, button.g_buttondis
{
	width:auto\9

}
button.g_button, a.g_button_link button, button.g_buttonhover, a.g_button_link:hover button, button.g_buttondis
{
	overflow:visible\9
}	
/* end  IE 6-8 hack */	

button.g_button span, a.g_button_link button span, button.g_buttonhover span, a.g_button_link:hover button span, button.g_buttondis span 
{
	position:relative; 
	top: -1px;
	display:block; 
	white-space:nowrap; 
	padding:0 0 0 20px; 
	
	height:37px; 
	line-height:37px;
	color: #ffffff;	

}
/* IE 6-8 hack */
button.g_button span, a.g_button_link button span, button.g_buttonhover span, a.g_button_link:hover button span, button.g_buttondis span 
{
	margin-top:1px\9
}
/* end  IE 6-8 hack */	

/* safari AND chrome hack (they both read this, the margin effects only chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    button.g_button span, a.g_button_link button span, button.g_buttonhover span, a.g_button_link:hover button span, button.g_buttondis span 
	{
		top: 0;
		margin-top:-1px;
	}
}
/* Opera hack */
html:first-child button.g_button span, html:first-child  a.g_button_link button span, html:first-child button.g_buttonhover span,
html:first-child a.g_button_link:hover button span, html:first-child button.g_buttondis span
{
	top: 1px;		
} 
button.g_button, a.g_button_link button
{ 
	background:url(../../images/misc/btnr.gif) right no-repeat; 
	
}
button.g_button span, a.g_button_link button span
{ 
	background:url(../../images/misc/btnl.gif) left no-repeat;	
}
button.g_buttonhover, a.g_button_link:hover button
{
	background:url(../../images/misc/btnrhover.gif) right no-repeat; 
}
button.g_buttonhover span, a.g_button_link:hover button span 
{
	background:url(../../images/misc/btnlhover.gif) left no-repeat; 
}
button.g_buttondis
{
	background:url(../../images/misc/btnr.gif) right no-repeat; 
	cursor: default;
}
button.g_buttondis span
{
	background:url(../../images/misc/btnl.gif) left no-repeat; 
	color: #C1C1C1;
}

a button, a.g_button_link, a.g_button_link button, 
a#awrap, a#awrap button, 
a#awrap1, a#awrap2, a#awrap3, 
a#awrap4, a#awrap5, a#awrap6, 
a#vote_confirmed, a#awrapspb
{
	text-decoration: none;	
}


a.g_askme_button
{
	display: block;
	background-color: Transparent;
	background: url(../../images/misc/askme1.gif);
	color: white;
	font-weight: bold;
	border: none;
	font-size: 15px;
	text-align:center;
	text-decoration: none;
	height: 26px;	
	width: 74px;
	line-height: 25px;
	margin: 0 auto;
}
a.g_askme_button:hover
{
	background: url(../../images/misc/askme1hover.gif);
	/*line-height: 27px;*/
}
a.g_ask_button
{
	display: block;
	background-color: Transparent;
	background: url(../../images/misc/askb.gif);
	color: white;
	font-weight: bold;
	border: none;
	font-size: 15px;
	text-align:center;
	text-decoration: none;
	height: 37px;	
	width: 142px;
	line-height: 33px;
	margin: 0 auto;
}
a.g_ask_button:hover
{
	background: url(../../images/misc/askbhover.gif);
	/*line-height: 31px;*/
}
a.g_livechat_button
{
	display: block;
	background-color: Transparent;
	background: url(../../images/misc/buttonlivechat.gif?v=090316);
	color: white;
	font-weight: bold;
	border: none;
	font-size: 17px;
	text-align:center;
	text-decoration: none;
	height: 37px;	
	width: 165px;
	padding-left: 35px;
	line-height: 35px;
	margin: 3px auto 0;
}
a.g_livechat_button:hover
{
	background: url(../../images/misc/buttonlivechathover.gif?v=090316);
	/*line-height: 31px;*/
}



.g_gsbutton, .g_gsbuttonhover, .g_gsbuttondis
{
	border:0 none;
	cursor:pointer;
	font-size:17px;
	font-weight:bold;
	height:37px;
	width: 237px;

	padding: 0;
	position:relative;
	text-align:center;
	top: 1px;
	!top: 0;
}
.g_gsbutton
{
	background-image: url(../../images/misc/gsbutton.gif);
	color: white;
}
.g_gsbuttondis
{
	background-image: url(../../images/misc/gsbutton.gif);
	cursor: default;
	color: #C1C1C1;	
}
.g_gsbuttonhover
{
	background-image: url(../../images/misc/gsbuttonhover.gif);
	color: white;
}

/***********/



 

.g_has_border_top
{
	border-top-style: solid !important;
}
.g_green_top, .g_red_top, .g_yellow_top, .g_blue_top, .g_gray_top, .g_yellow_bright_top
{
	height: 17px;
	line-height: 15px;
	padding: 2px 5px 6px 9px;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
}
.g_green_box, .g_red_box, .g_yellow_box, .g_blue_box, .g_gray_box
{
	border: solid 1px;
	border-top-style: none;
	height: 1%;
	padding: 10px;
	margin-bottom: 10px;/* margin change */
}
.g_green_top
{
	background-color: #E4FED4;
	border: solid 1px #AECE84;
}
.g_green_box
{
	border-color: #AECE84;
}
.g_red_top
{
	background-color: #FFBEC7;
	border: solid 1px #EA96A3;
}

.g_red_box
{
	border-color: #EA96A3;
}

.g_yellow_top
{
	background-color: #FBF697;
	border: solid 1px #D9CC79;
}
.g_yellow_bright_top
{
	border:solid 1px #ecd291;
	background-color:#fff9e7;
	font-size:13px;
	font-weight:normal;
	padding:2px 5px 1px 9px;
}

.g_yellow_box
{
	border-color: #D9CC79;
}

.g_blue_top
{
	background-color: #DDE8F7;
	border: solid 1px #8DB1E0;
}


.g_blue_box
{
	border-color: #8DB1E0;
}
.g_blue_box_full
{
	background-color: #DDE8F7;
	border: solid 1px #8DB1E0;
	padding: 10px;
}

.g_gray_top
{
	background-color: #F2F2F2;
	border: solid 1px #C1C1C1;
}
.g_gray_box
{
	border-color: #C1C1C1;
}
.g_gray_box_full
{
	border: solid 1px #C1C1C1;
}
.g_gray_box_full_no_border,
.g_gray_box_full
{
	margin-bottom:10px;
	padding: 10px;
}
.g_green_top h1, .g_green_top h2, .g_green_top h3, .g_green_top h4,
.g_red_top h1, .g_red_top h2, .g_red_top h3, .g_red_top h4,
.g_yellow_top h1, .g_yellow_top h2, .g_yellow_top h3, .g_yellow_top h4, 
.g_blue_top h1, .g_blue_top h2, .g_blue_top h3, .g_blue_top h4, 
.g_gray_top h1, .g_gray_top h2, .g_gray_top h3, .g_gray_top h4 
{
	line-height: 20px;
	height: 17px;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	color: #333333;
}
.g_green_top a, .g_red_top a, .g_yellow_top a, .g_blue_top a, .g_gray_top a
{
	font-size:13px;
	font-weight:normal;
	margin-top: 2px;
}

.g_header
{
	height: 1%;
	padding: 10px 0 8px 0;
	margin: 0px auto;
}

.g_header_logo 
{
	float: left;
	width: 115px;
	height: 51px;
}
.g_header_logo img
{
	display: block;
	width: 115px;
	height: 51px;
}

.g_header_links
{
	float: right;
	margin-top: 25px;
}
.g_header_links img
{
	margin: 2px 0 -2px 5px;
}

.g_header_tagline
{
	float: left;
	height: 20px;
	margin: 25px 0 0 22px;
	color: #606060;
}

.g_header_rnrlink:hover {text-decoration: underline}
.g_header_rnrlink{text-decoration: none}     /* unvisited link */


h1.g_header_tagline_rnr
{
	float: left;
	height: 20px;
	margin: 5px 0 0 0;
	color: #c0c0c0;
	font-weight: normal;
	font-size: 26px;
	height: auto;
	line-height: normal;
	font-family: Arial Narrow;
	padding: 9px 0 0 4px;
}

.g_footer_basic 
{
    text-align: center;
}

.g_footer {
    width: 970px;
    margin: 0 auto 0 auto;
    border-top: solid 1px #cccccc;
}
.g_footer_spacer
{
	width: 970px;
	height: 30px;
    margin: 0 auto 0 auto;
}
.g_footersimple_spacer
{
	width: 970px;
	height: 300px;
    margin: 0 auto 0 auto;
}
.g_footer_section_l {
    border-right: solid 1px #cccccc;
    float: left;
    width: 50%;
    height: 90px;
    margin-bottom: 20px;
}

.g_footer_section_r {
    float: left;
    width: 49%;
    height: 80px;
    margin-bottom: 20px;
}

.g_footer_section_content {
    margin: 15px 17px 0px 17px;
    line-height: 20px;
}

.g_footer_section_content a {
    font-size: 13px;
    line-height: 20px;
    background: url(/images/misc/box_threadTop_bullet.gif) no-repeat;
    background-position: 0 5px;
    padding-left: 10px;
    display: block;
    float: left;
}

.g_footer_section_r a 
{
    width: 120px;
}

.g_footer_section_l a 
{
    width: 200px;
}

.g_footer_disclaimer {
    margin-bottom: 20px;
}

.g_footer_disclaimer, .g_footer_bottom, .g_footer_disclaimer a {
    font-size: 10px;
    color: #666666;
}

img.g_rss {position: relative; left: 7px; top: 2px; float: left;}
a.g_right_title_link 
{
	float: right; 
	display: inline; 
	font-size: 13px; 
	font-weight: normal;
}


div.g_viewall
{
	text-align:left;
	font-weight: bold;
	height: 20px;
}

div.g_viewall div.g_viewall_right 
{
    float: right;
}

div.g_viewall_dash
{
	margin:0 6px 0 10px;
	padding:7px 5px 0 0;
	text-align:left;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: inherit;
}

.g_green_box div.g_viewall_dash
{
	border-top-color: #AECE84;
}
.g_red_box div.g_viewall_dash
{
	border-top-color: #EA96A3;
}
.g_blue_box div.g_viewall_dash
{
	border-top-color: #8DB1E0;
}
.g_gray_box div.g_viewall_dash
{
	border-top-color: #C1C1C1;
}

/* ads box */
.g_ggl_ad 
{
	margin-bottom: 10px;/* margin change */ 
	border: solid 1px #D9CC79; 
	padding: 4px;
}
.g_ggl_ad .g_ggl_ad 
{
	margin-bottom: 0px;
	border: none 0px white; 
	padding: 0px;
}
.g_ggl_ad iframe
{
	display: block;
}
	
.g_ribbon
{
	padding-right:4px;
	position:relative;
	top:2px;
	width:12px;
}
.g_staff
{
	position: relative; 
	top: 10px; 
	left: 5px;
}
.g_new
{
	/* #dd0011 */
	color:Red;
	font-size:11px;
	position:relative;
	top:-2px;
}
input.g_textbox_xp
{
	height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #94B8E7;
	/* border-color: #8DB1E0;*/
	padding: 1px 0;
}
.g_textarea_xp
{
	border-width: 1px;
	border-style: solid;
	border-color: #94B8E7;
	/* border-color: #8DB1E0;*/
	padding: 1px 0;
}
.g_input_xp
{
	border-width: 1px;
	border-style: solid;
	border-color: #94B8E7;
	/* border-color: #8DB1E0;*/
	padding: 1px 0;
}
.g_tip
{
	font-size: 12px; 
	color: #666666;
}
/* ask pages */

#sb_pmConnect 
{
	color:black;
}
#open_categories
{
	padding: 10px 0 10px;
}
.g_ask_nav
{
	padding-bottom: 6px !important;
}
h1.g_ask_h1
{
	padding: 5px 0 0 0;
	margin:  0 0 11px 0;
	height: 20px;
	position: relative;
	top: -1px;
	!top: 0px;
	
}
h2.g_ask_h2
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
.g_ask_field_header
{
	padding: 14px 0 0 0;
	margin: 0;
	line-height: 15px;
	height: 15px;
	font-size: 15px;
}
.g_ask_field_header_nohint
{
	padding: 17px 0 5px 0;
	margin: 0;
	line-height: 15px;
	height: 15px;
	font-size: 15px;
}
.g_ask_field_hint
{
	font-size: 12px;
	color: #666666;
}

input.g_ask_input, textarea.g_ask_input
{
	width: 462px;
}
.g_ask_chk
{
	padding-top: 4px;
	padding-bottom: 8px;
}
.g_ask_chk input
{
	position: relative;
	top: 2px;
}
input.g_ask_submit
{
	margin-top: 12px;
}

.g_ask_prodimg
{
	float:left;
	padding-top:6px;
}
.g_ask_prodname
{
	display:block; 
	margin-top:0;
	margin-left:5px;
	padding-top:18px;
	float:left; 
	width:390px;
}
.g_ask_notyours
{
	padding-top:13px;
	padding-bottom:7px;
}
.g_ask_buddybox
{

}
.g_ask_tipvalidfor
{
	padding-top: 15px;
}
.g_ask_tiprte
{
	float: left;
	width: 464px;
}
.g_ask_tiptip
{
	display: inline;
	float: left;
	margin-left:16px;
	width:124px;
}
.g_ask_tipnew
{
	display: inline;
	float: left;
	width:176px;
}
.g_ask_tip_box, .g_ask_tip_box2, .g_ask_tip_box3
{
	width: 134px;
	padding:20px 2px 0 40px;
	position: relative;	
	font-size: 11px;
	color: #333333;
	line-height: 12px;
	height: 100px;
	background-image: url(../../images/misc/tip.png);
}
.g_ask_tip_box b, .g_ask_tip_box2 b, .g_ask_tip_box3 b
{
	display: block;
	padding: 0 0 23px 0;
	font-size: 13px;
	font-weight: bold;
	color: Black;
	line-height: 15px;
}

.g_ask_tip_box
{	
	top: 10px;	
}

.g_ask_tip_box2
{	
	top: 80px;
	/*
	height: 116px;	
	background-image: url(../../images/misc/tip2.png);
	*/
}

.g_ask_tip_box3
{	
	top: 320px;
	/*
	height: 108px;	
	background-image: url(../../images/misc/tip3.png);
	*/
}
/**************/



/* tootips and popups */

.g_tooltip
{
	background:#FFFFE1 none repeat scroll 0 0;
	border:1px solid;
	display:none;
	font-family:Trebuchet MS,sans-serif;
	position:absolute;
	width:450px;
	z-index:90;
}
.g_tooltip .message_text
{
	font-weight:bold;
	margin:10px auto;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

.g_tooltip .message_text .message_close
{
	margin-bottom: 5px;
	font-size: 12px;
	color: gray;
	text-align: center;
}

.g_popup
{
	background: #FFFFFF;
	border-width: 2px;
	border-style: outset;
	display: none;
	font-family:Trebuchet MS,sans-serif;
	position:absolute;
	width: 420px;
	z-index: 90;
	padding: 10px;	
}
.g_popup .message_text
{
	font-weight:bold;
	margin: 10px 12px 12px;
	padding: 0 0 10px;
	text-align:center;
}

.g_popup .message_text .buttons
{
	margin-top: 8px;
	width: 100%;
}


.g_popup .message_text .buttons button, .g_popup .message_text .buttons input
{
	width: 80px;
}

.g_popup .message_text .buttons a
{
	text-decoration: none;
}
.g_divblur
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: Gray;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.g_popup .closex
{
	float: right;
	margin: 0;
	width: 16px;
	height: 20px;
	text-align: center;
}
.g_popup .closex a
{
	text-decoration: none;
	color: gray;
	font-weight: bold;
}
/****************/

/* expert notify */

.g_exp_notify
{
	
	width: 500px !important; 
	padding: 0 15px 15px !important;
	z-index: 100;
	overflow: hidden;
	/*
	background:#FFFFFF;
	border: solid 1px;
	font-family: Trebuchet MS,sans-serif;
	display: none;
	position:absolute;
	*/
}
.g_exp_notify .notav
{
	position: relative; 
	/* middle of buttons:
	top: -2px;
	!top: -12px;
	*/
	top: 10px;
	!top: 0px;
}
/****************/




/* rating */

.g_rating_div
{
	padding:8px 0 8px 40px;
}

.g_rating_div a
{
	float: left;
	margin-left: 30px;
	height: 20px;
	width: 90px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	text-align: center;
	display: inline;
}

.g_rating_div .newrate1
{
	background-image: url( '../../images/icons/1 stars.png' );
}
.g_rating_div .newrate2
{
	width: 120px;
	background-image: url( '../../images/icons/2 stars.png' );
}
.g_rating_div .newrate3
{
	background-image: url( '../../images/icons/3 stars.png' );
}
.g_rating_div .newrate4
{
	background-image: url( '../../images/icons/4 stars.png' );
}


.g_rating_div .newrate1_b
{
	background-image: url( '../../images/icons/1 stars_b.png' );
}
.g_rating_div .newrate2_b
{
	width: 120px;
	background-image: url( '../../images/icons/2 stars_b.png' );
}
.g_rating_div .newrate3_b
{
	background-image: url( '../../images/icons/3 stars_b.png' );
}
.g_rating_div .newrate4_b
{
	background-image: url( '../../images/icons/4 stars_b.png' );
}

.g_rating_div .newrate1_bl
{
	background-image: url( '../../images/icons/1 stars_bl.png' );
}
.g_rating_div .newrate2_bl
{
	width: 120px;
	background-image: url( '../../images/icons/2 stars_bl.png' );
}
.g_rating_div .newrate3_bl
{
	background-image: url( '../../images/icons/3 stars_bl.png' );
}
.g_rating_div .newrate4_bl
{
	background-image: url( '../../images/icons/4 stars_bl.png' );
}

.g_rating_div .newrate1_gr
{
	background-image: url( '../../images/icons/1 stars_gr.png' );
}
.g_rating_div .newrate2_gr
{
	width: 120px;
	background-image: url( '../../images/icons/2 stars_gr.png' );
}
.g_rating_div .newrate3_gr
{
	background-image: url( '../../images/icons/3 stars_gr.png' );
}
.g_rating_div .newrate4_gr
{
	background-image: url( '../../images/icons/4 stars_gr.png' );
}

.g_rating_div .newrate1_w
{
	background-image: url( '../../images/icons/1 stars_w.png' );
}
.g_rating_div .newrate2_w
{
	width: 120px;
	background-image: url( '../../images/icons/2 stars_w.png' );
}
.g_rating_div .newrate3_w
{
	background-image: url( '../../images/icons/3 stars_w.png' );
}
.g_rating_div .newrate4_w
{
	background-image: url( '../../images/icons/4 stars_w.png' );
}
/****************/


/* threads */

.g_thread_box
{
	border-style: solid;
	border-width: 1px;
	height: 1%;
	padding: 10px 15px 10px 10px;
}

.g_thread_regular
{
	background-color: #F8FFF3;
	border-color: #AECE84;
	background-image: url(../../images/misc/thread_grad.png);
	background-repeat: repeat-x;
}
.g_thread_regular_n
{
	padding-top: 5px !important;
}
.g_thread_tip
{
	background-color: #DAE9F9;
	border-color: #94B8E7;
}

.g_thread_lounge
{
	background-color: #F5F5F5;
	border-color: #C1C1C1;
}

.g_thread_wiki
{
	background-color: #F5F5F5;
	border-color: #C1C1C1;
}

.g_thread_chat
{
	background-color: #F5F5F5;
	border-color: #C1C1C1;	
}

.g_thread_answerbox
{
	border-width: 1px;
	border-style: none none dashed none;
	padding: 0 15px 10px 10px;
}
.g_thread_answer_regular
{
	border-color: #AECE84;
}
g_thread_answer_tip
{
	border-color: #94B8E7;
}
.g_thread_answer_cebox
{
	border-color: #8DB1E0;
	border-style: none solid dashed !important;
	margin-bottom:10px;
	padding-top:10px;
}
.g_thread_box h2, .g_thread_answer h2
{
	font-size:16px;
	font-weight: bold;
	margin:0;
	padding:0;
	height: 17px;
	line-height: 17px;
}

.g_thread_box .usersection, .g_thread_answer .usersection
{
	padding-top:10px;
}
.g_thread_box .usersection .userimage, .g_thread_answer .userimage
{
	float:left;
	padding:3px;
	width:62px;
}
.g_thread_box .usersection .userdetails, .g_thread_answer .userdetails
{
	float:left;
	overflow:hidden;
	width:192px;
}

.g_thread_box .usersection .postedGuide, .g_thread_answer .postedGuide
{
	float:left;
	font-weight:bold;
	height:26px;
	padding:6px 0 0;
}
.g_thread_box .usersection .star, .g_thread_answer .star
{
	float:right;
	height:23px;
	padding:3px 0 0;
}

.g_thread_box #cc_lcs img {display: block; float: left; margin: 2px 10px 10px 0; width: 88px; height: 31px;}
.g_thread_box #cc_lcs div {float: left; width: 350px; margin-top: 15px;}

.g_thread_box  .rateit 
{
	float: left;
	font-weight:bold;
	padding-top:5px;
	width:220px;
}

.g_thread_box .ratingbuttons 
{
	display:block;
	float:left;
	margin:0 auto;
	width:120px;
}

.g_thread_box .ratingbuttons  a.rateno, .g_thread_box .ratingbuttons a.rateyes 
{
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:30px;
	margin:0 10px 0 0;
	padding:2px 0 0 24px;
	text-align:center;
	width:22px;
}
.g_thread_box .ratingbuttons a.rateno 
{
	background-image:url(../../images/icons/rate_red.gif);
	margin-right:0;
	width:18px;
}
.g_thread_box .ratingbuttons a.rateyes 
{
	background-image:url(../../images/icons/rate_blue.gif);
	width:22px;
}
.g_thread_answer
{
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}
.g_thread_answer .stitle
{
	float:left;
	width: 400px;
}
.g_thread_answer .star
{
	float:right;
	height:23px;
	padding:3px 0 0;
}
.g_thread_answer .posterRow
{
	padding: 10px 0;
	height:65px;
}
.g_thread_answer .posterRow .avatar
{ 
	float: left;
	height: 57px;
	margin: 0;
	overflow: hidden;
	padding: 8px 10px 0 0;
	text-align:center;
	width:56px;
}
.g_thread_answer .pdetails
{
	float:left;
	overflow:hidden;
	width:288px;
}
.g_thread_answer .pdetails .userlink
{
	float:left; 
	padding: 10px 15px 0 0; 
	height: 23px;
}
.g_thread_answer .pdetails img.stafficon
{
	float: left; 
}
.g_thread_answer .pdetails .restdetails
{
	position: relative; 
	top: -8px;
}
.g_thread_answer .pdetails .restdetails img.ribbon
{
	position: relative; 
	top: 6px;
}
.g_thread_answer .userindicates
{
	float: right;
	margin: 8px 0 0 0; 
	padding:2px 3px 0 7px;
	width: 234px;
	height:53px;
	border: solid 1px black;
}
.g_thread_box h3, .g_thread_answer h3
{
	font-size:13px;
	margin-bottom:0;
	margin-top:0;
	color:#666666; 
}

.g_thread_box_itl h3, .g_thread_answer_itl h3
{
	font-size:13px;
	font-weight: bold;
	margin-bottom:0;
	margin-top:0;
	color:#666666;
	font-style:italic;
}


.g_thread_box h3 a, .g_thread_answer h3 a
{
	color:#666666;
}


.g_thread_box h3.postedby
{
	font-size:14px;
	float:left;
	width:65%;
	color:#666666;
}
.g_thread_box h3.postedby a
{
	font-size:14px;
	color:#666666;
}
.g_thread_box .reportabuse, .g_thread_answer .reportabuse
{
	float:right;
	width:15px;
	padding-left: 17px;
	background-image: url(../../images/icons/abuse.gif);
	background-repeat: no-repeat;
	height: 15px;
	line-height: 13px;
	text-align: right;
	background-position:right;
}

.g_thread_box .reportabuse a.rabuse, .g_thread_answer .reportabuse a.rabuse
{
	color: Red;		
	text-decoration:none; 
}
.g_thread_box .leftindent_n
{
	padding-left: 10px;	
}

.g_thread_box div.cmmnt
{
	margin: 0;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
}
.g_thread_box .question_section
{
	overflow: hidden;
	width: 100%;
}
.qtop_n
{
	height: 25px;
	padding-left: 130px;	
}
.g_thread_box .question_section h1.qtitle_n
{
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	margin:0;
	padding:0;
	height: auto;
}
.g_thread_box .question_section .samenum
{
	color: #858585;	
	width: 110px;
}
.g_thread_box div.fintl, .g_thread_answer div.fintl
{
	padding: 20px 0 10px 10px;
	overflow: hidden;
}

.g_thread_box .fintlsame, .g_thread_answer .fintlsame
{
	overflow: hidden;
}

.g_thread_box .fintlsame a, .g_thread_answer .fintlsame a
{
    color:#666666;
}
.g_thread_box div.still_need
{
	padding: 0 0 10px;
}



.g_thread_box div.same_problem_div
{
	border-top:1px dashed #C1C1C1;
	padding-bottom:15px;
	padding-top: 8px;
}
.g_thread_box div.same_problem_div h2
{
	padding-bottom:8px;
}

.g_thread_box div.mailthis
{
	cursor:pointer;
	height: 20px;
	padding: 10px 0 0 0;
}
.g_thread_box div.mailthis img
{
	position: relative;
	top: 5px;
	margin-right: 5px;
}

.g_thread_box a#awrapspb button
{
	height: 38px;
	cursor: pointer;
	position: relative;
	top: 1px;
}

.g_thread_cetop
{
	background-color:#4499DC;
	border-color:#8DB1E0;
	border-width:1px;
	border-style:solid;
	color:White;
	font-weight:bold;
	padding-left:15px;
}

.g_thread_box .g_thread_cetop
{
	border-style: solid none;
}

.g_thread_box .contribute 
{
	padding-bottom:10px;
	padding-top:20px;
}
.g_thread_box .contribute div 
{
	float:left;
}
.g_thread_box .contribute .contribnames 
{
	padding-left:5px;
	width:400px;
}
.g_thread_box h1.innerh1
{
	float: left;
	width: 80%;
	padding-top: 0;
}
.g_thread_box .editlink
{
	float: right;
}
.g_thread_preview
{
	color: Red;
}
.g_thread_wikibtn
{
	padding:20px 0 10px;
	text-align:center;
	width:100%;
}
.g_thread_wikibtn #btn_edit
{
	margin-left:8px;
}


.g_thread_chat_mypost
{
	color: blue;
}
.g_thread_chat_post .trans_nick
{
	float: left;
	margin-bottom: 10px;
	padding-right: 5px;
}
.g_thread_chat_post .trans_msg
{
	float: left;
	width: 400px;
	margin-bottom: 10px;
}

.g_thread_box div.sameproblem
{
	height: 1%;
	padding-bottom: 15px;
}
.g_thread_box div.sameproblem .btn_solve
{
	display: inline;
	float: left;
	margin: 0 13px 0 0;	
}
.g_thread_box div.sameproblem a.a_same
{
	display: inline;
	font-size:17px;
	font-weight:bold;
	float: left;
	margin: 0 13px 0 0;
	height: 37px;
	width: 220px;
	line-height: 37px;
	text-align: center;
	background: url(../../images/misc/same2.gif);
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
	padding: 0;
}
.g_thread_box div.sameproblem a.a_same:hover
{
	background: url(../../images/misc/same2hover.gif);
}

.g_thread_box div.sameproblem a.a_postnew
{
	width: 180px !important;
	background: url(../../images/misc/postnew.gif) !important;
	margin-right: 0 !important;
}
.g_thread_box div.sameproblem a.a_postnew:hover
{
	width: 180px !important;
	background: url(../../images/misc/postnewhover.gif) !important;
}

.g_thread_box div.chat_postedby
{
	float: left;
	font-weight: bold;
}
.g_thread_box div.chat_avail
{
	float: right;
}

.g_thread_tip .tip_comment_postdate	
{
	float: right;
	width: 600px;
	text-align: right;	
}
/* certified experts banner */
.g_red_top a.g_cebannerlink
{
	display: block;
	text-decoration: none;
	color: black;
	line-height: 20px;
	height: 17px;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	color: #333333;
}
/****************/


/* browse and search */

.g_bs_topspacer
{
	height: 4px;
	line-height: 4px;
	font-size: 0px;	
}
.g_bs_resultsummary
{
	margin-left: 18px;
	font-size: 15px;
	font-weight: bold;
}
.g_bs_resultsummary a
{
	font-weight: bold;
}
.g_bs_sectionheader
{
	margin-bottom: 7px;
}
.g_bs_widead .c_wide_ads 
{
	margin-bottom: 10px;
}
.g_bs_resultsbox
{
	padding:10px 10px 10px 10px;
	border: none;
	height:1%;
	/*margin-bottom:2px; margin change */
}
.g_bs_resultsbox_search
{
	padding:0 10px 10px 10px;
	/*border: solid 1px #C1C1C1;*/
	height:1%;
	margin-bottom:10px;/* margin change */
}
.g_bs_resultsboxhide
{}
.g_bs_resultsboxhide .hide
{
	display: none !important;	
}
.g_bs_brandcatlist
{
	height:1%;
	padding: 10px 0 0;
	text-align:left;
	vertical-align:top;
}

.g_bs_listcolslast
{
	vertical-align: top;
	margin-top:13px;
	margin-bottom:0px;
	text-align: left;
	float:left;
	width:33%;
	font-weight: bold;
}

.g_bs_clistbox {width: 100%;}
.g_bs_clistbox  div{padding-left: 30px;}
.g_bs_clistbox  div div {width: 33%; padding: 0;}
.g_bs_clistbox  .normal {float: left;}
.g_bs_clistbox  .last {float: right;}
.g_bs_clistbox  .columnedHeight 
{
	line-height:22px;
	text-align:left;
	vertical-align:top;
}

.g_bs_resultstitle
{
	padding-bottom: 10px;
	display: block;
}
.g_bs_midtitle
{
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
}
.g_bs_more
{
	padding-left: 120px;
	padding-top: 5px;
	font-weight: bold;
}

.g_bs_filtercolumn
{
	float:left;
	vertical-align: top;
	padding: 0px 20px 0px 10px;
	text-align: left;
}
.g_bs_filtercolumn dd {margin-left: 0px;}
.g_bs_filtercolumn ul {margin: 0; padding: 0;}
.g_bs_filtercolumn li {list-style: none;}
.g_bs_filtercolumn h2
{
	padding: 0;
	margin: 0;
	font-size: 13px;
}
/****************/



/* captcha */
#capdiv
{
	padding: 12px 18px !important; 
	width: 372px !important; 
	background-color: White !important; 
	border: outset 2px black !important;
	text-align: left !important;
}
#capdiv h1.caph1
{
	font-size: 14px; 
	font-weight: bold; 
	text-align: center;
	margin: 0;
	padding: 6px 0 17px;
}
#capdiv div.capinner
{
	width: 340px; 
	border: solid 1px #BDBDBD; 
	padding: 15px;
}
#capdiv div#recaptcha_image
{
	height: 57px; 
	text-align: center;
}
#capdiv div.capreload
{
	font-size: 12px; 
	margin-top: 5px;
}
#capdiv div.capreload a
{
	text-decoration: none;
}
#capdiv input#icaptcha
{
	float: left; 
	width: 150px;
}
#capdiv div.caperr
{
	float: left; 
	width: 170px;
	color: red; 
	padding-left: 10px;
}
#capdiv div.capbutton
{
	padding-top: 10px; 
	text-align: left;
}
#capdiv div.capbutton input
{
	width: 50px;
}
/* captcha end */

.bold{
	font-weight:bold;	
}

.g_hidden 
{
    display: none !important;
}
