* { margin: 0px; padding: 0px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background: #363635 url(/support/bg.gif) repeat-x;
	text-align: center;
}

h1 {
	font-size: 22px;
	margin-bottom: 12px;
	font-weight: normal;
}
h1 a { color: #000000; }
h3 {
	padding-left: 30px;
	height: 57px;
	line-height: 57px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	font-size: 17px;
	background-position: -5px 0px;
	background-repeat: repeat-x;
	background-image: url(/support/i/h.gif);
}
h3.round {
	border-top: 0px;
	background-position: left;
}
h3 div {
	height: 57px;
	background-position: top right;
	background-repeat: no-repeat;
}
h3.issue { background-image: url(/support/i/h_issues.gif); }
h3.suggest { background-image: url(/support/i/h_suggest.gif); }
h3.question { background-image: url(/support/i/h_question.gif); }
h3.issue div { background-image: url(/support/i/h_issues_r.gif); }
h3.suggest div { background-image: url(/support/i/h_suggest_r.gif); }
h3.question div { background-image: url(/support/i/h_question_r.gif); }
.topic .left h3 { font-size: 20px; font-weight: normal; }

h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
h4.content { 
	margin-bottom: 20px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 13px;
}
h6 {
	font-size: 15px;
	font-weight: normal;
}

a {
	cursor: pointer;
	color: #028fd4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 9px;
}
small,
.show_hide {
	color: #979696;
	font-size: 11px;
}
a small { text-decoration: underline; }

input,
textarea {
	color: #535353;
}

/* --- */

.clear { clear: both; }
.inner {
	padding: 6px 23px 35px 23px;
}

.i_issue { background: url(/support/i/i_issue.gif) no-repeat; }
.i_suggest { background: url(/support/i/i_suggest.gif) no-repeat; }
.i_question { background: url(/support/i/i_question.gif) no-repeat; }

.i_comment,
.i_posts { background: url(/support/i/i_comment.gif) right no-repeat; padding-right: 19px;  }

.private { 
	color: #333333;
	padding: 3px 26px 3px 4px;
	line-height: 20px;
	border: 1px solid #bab794; 
	background: #fefed9 url(/support/i/i_private.gif) right center no-repeat;
}

.message {
	margin-bottom: 14px;
	padding: 8px 18px 8px 18px;
	background: #FFFFCC;
}

input.button_short {
	width: 98px;
	height: 46px;
	border: 0px;
	font-size: 14px;
	background: url(/support/i/button_short.gif) center left;
	cursor: pointer;
}
input.button_short:hover {
	background-position: center right;
}

/* --- */

.type_nav {
	list-style: none;
}
.type_nav li {
	float: left;
	margin-right: 8px;
	background: url(/support/i/button_icon_inner.gif) no-repeat left bottom;
}
.type_nav li:hover {
	background-position: right bottom;
}
.type_nav li a {
	position: relative;
	/*left: -5px;*/
	display: block;
	width: 100px;
	height: 29px;
	line-height: 29px;
	padding: 4px 0px 0px 42px;
	color: #535353;
	font-size: 12px;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.type_nav li a:hover { text-decoration: none; }

.type_nav li.search {
	 background-image: url(/support/i/button_top_small.gif);
}
.type_nav li.search a {
	 width: 98px; 
	 padding-left: 0px; 
	 padding-right: 0px; 
	 text-align: center;
}
.type_nav li.issue a { background-image: url(/support/i/i_issue.png); }
.type_nav li.question a { background-image: url(/support/i/i_question.png); }
.type_nav li.suggest a { background-image: url(/support/i/i_suggest.png); }

.product_index .type_nav li {
	float: none;
	margin-right: 0px;
	background-image: url(/support/i/button.gif);
}
.product_index .type_nav li a {
	left: -5px;
	width: 141px;
	height: 40px;
	line-height: 40px;
	padding: 8px 0px 0px 60px;
	font-size: 17px;
}
.product_index .type_nav li.search { display: none; }
.product_index .type_nav li.issue a { background-image: url(/support/i/i_issue_big.png); }
.product_index .type_nav li.question a { background-image: url(/support/i/i_question_big.png); }
.product_index .type_nav li.suggest a { background-image: url(/support/i/i_suggest_big.png); }

/* --- */

ul.topics {
	list-style: none;
	margin-top: 17px;
}
ul.topics li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 30px;
	background-position: top left;
	background-repeat: no-repeat;
}
ul.topics li h5 {
	display: inline;
	margin: 0px;
}
ul.topics li small {
	display: block;
	margin-top: 3px;
}
ul.topics li .show_hide {
	padding-left: 10px;
}
ul.topics li .summary { 
	display: none;
	margin-top: 2px;
}

ul.short small {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
}
#search_results ul.short small {
	top: -5px;
}

ul.short li {
	padding-right: 70px;
}

.sidebar ul.topics li { 
	margin-bottom: 4px;
}
.sidebar ul.topics h5 { 
	font-size: 12px; 
	font-weight: normal;
}

/* --- */

#container {
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: left;
	color: #1b1b1b;
}

/* --- */

#header {
	font-size: 12px;
	margin-bottom: 5px;
}

#site_header {
	position: relative;
	margin-bottom: 15px;
	height: 95px;
	z-index: 10000;
}
#site_header h2 {
	position: absolute;
	top: 0px;
	left: -20px;
}
#site_header h2 a {
	display: block;
	width: 377px;
	height: 104px;
	text-indent: -789em;
	background: url(/support/i/logo.gif) left no-repeat;
}

#site_header .header_right {
	margin-left: 473px;
	padding-top: 27px;
}

#visit_is {
	position: absolute;
	top: 15px;
	right: 0px;
	color: #FFFFFF;
}

#product_nav {
	position: relative;
	list-style: none;
	width: 479px;
	height: 36px;
	margin-top:3px;
	background: #FFFFFF;
	z-index: 10000;
}
#product_nav li {
	float: left;
	margin-right: 25px;
	line-height: 36px;
}
#product_nav li a {
	display: block;
	padding-left: 40px;
	height: 36px;
	color: #000000;
	background: left no-repeat;
}
#product_nav li.more {
	position: absolute;
	float: none;
	top: 0px;
	right: 0px;
	font-size: 11px;
	padding: 0px 15px 0px 15px;
	margin-right: 0px;
	background: url(/support/i/arrow_down_little.gif) left no-repeat;
	text-align: right;
	z-index: 10000;
}
#product_nav li.more:hover ul { right: -1px !important; left: auto !important; }
#product_nav li.more ul {
	list-style: none;
	position: absolute;
	top: 36px;
	left: -789em;
	border: 1px solid #000000;
	border-top: 0px;
	z-index: 10000;
}
#product_nav li.more li {
	float: none;
	margin: 0px;
	line-height: 20px;
}
#product_nav li.more li a {
	width: 150px;
	padding-right: 5px;
	height: 20px;
	text-align: right;
	background: #FFFFFF;
}

#product_header {
	clear: both;
	position: relative;
	height: 50px;
	padding: 0px 12px 0px 58px;
	background: #FFFFFF left no-repeat;
	z-index: 1;
}
#product_header h1 {
	line-height: 50px;
	font-size: 17px;
}
#product_header p,
#product_header h4 {
	display: none;
}
#product_header .side {
	position: absolute;
	top: 7px;
	right: 3px;
}


.product_index #product_header {
	height: 155px;
	padding: 47px 355px 0px 203px;
	background-position: 25px 35px;
}
.product_index #product_header h1 {
	line-height: normal;
	font-size: 22px;
}
.product_index #product_header p,
.product_index #product_header h4 {
	display: block;
}
.product_index #product_header .side {
	position: absolute;
	top: 17px !important;
	right: 80px;
}
.product_index #product_header .side {
	top: 0px;
	right: 80px;
}

/* --- */

#search {
	display: none;
	padding: 9px 0px 10px 60px;
	background: #FFFFFF url(/support/i/search_row.gif) top center no-repeat;
}
#search h4 { display: inline; }
.product_index #search { display: block; }
#s {
	width: 578px;
	height: 33px;
	margin: 0px 3px 7px 22px;
	padding: 13px 0px 0px 15px;
	font-size: 16px;
	border: 0px;
	background: url(/support/i/search.gif);
}
#s.empty {
	color: #c5c4c4;
}

#search_results {
	display: none;
	padding: 13px 45px 0px 0px;
}
#search_results h6 {
	float: left;
	width: 145px;
}
#search_results_list {
	float: left;
	position: relative;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 0px;
	width: 680px;
	height: 140px;
	overflow: auto;
}
.expanded #search_results_list {
	height: auto;
}
#search_results_list li {
	margin-bottom: 10px;
}
#search_results_list li a { font-weight: normal; }
#search_results_list li small { font-size: 12px; }
#search_results #search_expand {
	display: none;
	width: 120px;
	margin-left: 340px;
	text-align: center;
	padding-right: 5px;
	background: url(/support/i/arrow_down.gif) center right no-repeat;
	text-decoration: none;
}
#search_results #search_expand small {
	padding-left: 10px;
	background: url(/support/i/arrow_down.gif) center left no-repeat;
}
#search_results.expanded  #search_expand,
#search_results.expanded  #search_expand small { background-image: url(/support/i/arrow_up.gif); }


/* --- */

#main {
	margin-top: 14px;
}
.product_index #main { margin-top: 0px; }

/* --- */

.sidebar {
	float: left;
	width: 225px;
	background: #FFFFFF;
}

.sidebar .scrollable {
	position: relative;
	overflow: auto;
	width: 179px;
	height: 138px;
}

/* --- */

#abs_footer {
	clear: both;
	font-size: 11px;
	padding: 20px 0px 50px 0px;
}
#abs_footer a {
	color: #CCCCCC;
}

/* --- */

.product_index .left {
	float: left;
	width: 555px;
	min-height: 750px;
	margin-right: 5px;
	background: #FFFFFF;
}
.product_index .right {
	float: left;
	width: 390px;
	min-height: 750px;
	background: #FFFFFF;
}

/* --- */

.topic .left {
	float: left;
	width: 712px;
	margin-right: 13px;
}

#topic_first {
	background: #FFFFFF;
}
#topic_first small {
	display: block;
	margin-bottom: 25px;
}
#topic_first small span,
.posts small span {
	padding-right: 17px;
}
#topic_first cite {
	display: block;
	text-align: right;
	font-style: normal;
	margin-top: 20px;
}

#posts_wrapper {
	margin-left: 50px;
}

.status_msg {
	position: relative;
	margin: 5px 0px 5px 0px;
	padding: 16px 16px 16px 90px;
	min-height: 50px;
	border-width: 10px;
	border-style: solid;
	background: #FEFEFE url(/support/i/shade.gif) bottom repeat-x;
}
.status_msg span {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 50px;
	height: 50px;
	background: center no-repeat;
}
.issue .status_msg { border-color: #f5ae1f; }
.suggest .status_msg { border-color: #f8e877; }
.question .status_msg { border-color: #4299ff; }
.issue .status_msg span { background-image: url(/support/i/i_issue_big.png) }
.suggest .status_msg span { background-image: url(/support/i/i_suggest_big.png) }
.question .status_msg span { background-image: url(/support/i/i_question_big.png) }

.posts {
	list-style: none;
	padding: 20px 0px 20px 32px;
	background: #FFFFFF;
}
.posts li {	
	position: relative;
}
.posts li .wrapper {
	margin-bottom: 18px;
	padding: 17px 20px 14px 16px;
}
.posts li .avatar {
	display: none;
	position: absolute;
	top: 0px;
	left: -44px;
	width: 44px;
	height: 62px;
}
.posts li ul li .avatar { left: 4px; }
.posts li cite {
	display: block;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}
.posts li .reply {
	font-size: 11px;
}
.posts li small {
	float: right;
	display: block;
	text-align: right;
}
.posts li ul.posts {
	padding: 0px;
}
.posts li ul li {
	padding-left: 48px;
}

.posts li .developer {
	color: #FFFFFF;
	background: #616161 url(/support/i/post_developer.gif) bottom left no-repeat;
}
.posts li .developer .avatar {
	display: block;
	background: url(/support/i/avatar_nate.png) no-repeat;
}
.posts li .developer a { color: #73c4ec; }
.posts li .developer small { color: #8f8f8f; }


/* -- Form -- */

#post_form {
	margin-top: 5px;
	padding: 40px;
	background: #FFFFFF;
}

.form {	
	font-size: 12px;
}
.form h5 {	
	margin-top: 50px;
	font-weight: normal;
}

.form .label {
	position: absolute;
	left: 0px;
	top: 0px;
}
.form .field {
	
}
.form .desc {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 165px;
	font-size: 10px;
	line-height: normal;
	text-align: right;
}
.form .desc strong {
	color: #d51b1b;
	font-weight: normal;
}
.form .desc small {
	font-size: 10px;
}

.form .field input,
.form .field select,
.form .field textarea {
	width: 243px;
	height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #bdc7cc;
	background: #fcfbfc;
}
.form .field textarea {
	height: 60px;
}


.form .standard {
	position: relative;
	margin-bottom: 15px;
	padding-left: 175px;
	line-height: 20px;
}
.form .main_desc {
	position: relative;
	margin-bottom: 15px;
}
.form .main_desc .label {
	position: static;
	margin-bottom: 4px;
	font-size: 14px;
}
.form .main_desc .desc {
	top: 15px;
}
.form .main_desc textarea {
	width: 408px;
	height: 154px;
	padding: 4px;
	background-image: url(/support/i/desc_field.gif);
	background-repeat: no-repeat;
}

#post_problem_div { text-align: center; padding-left: 0px; }
#post_problem {
	cursor: pointer;
	width: 183px;
	height: 39px;
	padding: 0px;
	border: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background: url(/support/i/btn_submit.gif) center no-repeat;
}

.form .field input.requiredEmpty,
.form .field select.requiredEmpty,
.form .field textarea.requiredEmpty {
	color: #FFFFFF;
	background: #D51B1B;
}

#post_form_reply {
	display: none;
	border: 1px dashed #999999;
	padding: 7px;
	margin-bottom: 15px;
	background: #F9F9F9;
}

/* -- Loading/Spinner Styles --- */

.spinner_loading,
.spinner_loading_spinner,
.spinner_loading_fill,
.spinner_loading_txt {
	position: absolute;
	top: 0px;
	left: 0px;	
}
.spinner_loading_fill {
	background: #FFFFFF;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	z-index: 1000;
}
.spinner_loading_spinner {
	background: url(/support/i/loading.gif) center no-repeat;
	z-index: 1001;
}
.spinner_loading_txt {
	text-align: center;
	color: #000000;
	z-index: 1002;
}


/* --- Home Page --- */

.index #main {
	padding: 35px;
	background: #FFFFFF;
}
#products_index {
	list-style: none;
	margin: 25px 0px 35px 0px;
}
#products_index li {
	position: relative;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	padding: 47px 355px 0px 203px;
	height: 155px;
}
#products_index li h1 {
	line-height: normal;
	font-size: 22px;
}
#products_index li .icon {
	position: absolute;
	display: block;
	text-indent: -789em;
	top: 35px;
	left: 25px;
	width: 140px;
	height: 140px;
	background-repeat: no-repeat;	
}

#more_products_index {
	list-style: none;
}