#support .right-navigation {padding-top: 0px; width: 196px; float: right;}
#rightNav {width: 196px;}
#topRight {float: none;}

.support {
    margin: 0 0 60px 0px;
    width: 100%;
}

.support a {
    color: #336699;
    text-decoration: none;
}

.support a:hover {
    text-decoration: underline;
}

.topContent {
    margin: 15px 0px 50px 0px;
    height: 80px;
}

.contactInfo {
    background-image: url('/resource/images/support/chat_icon.jpg');
    background-repeat: no-repeat;
    background-position: 5px;
    padding: 8px 0 5px 86px;
    background-color: #eaeaea;
    height: 100%;
    font-size: 11px;
}

.contactTitle {
    padding-left: 5px;
    font-weight: bolder;
    font-size: 12px;
}

.contactContent {
    padding-right: 20px;
    margin-top: 5px;
}

.supportSegment {
    clear: both;
    min-height: 65px;
    margin-top: 20px;
}

.segImag {
    float: left;
    width: 80px;
}

.imaSet {
    width: 64px;
    height: 64px;
    border: 0;
}

.segText {
    width: 98%;
    font-size: 11px;
}

.segTitle {
    padding: 2px 0 4px 0;
    margin: 0;
    font-size: 1em;
    font-weight: bolder;
    color: #d2d2d2;
}

.title-text {
    font-size: 1em;
}

.support-body-content {
    vertical-align: top;
    width: 80%;
	padding-right: 20px;
}

.plusClick {
    background-image: url('../images/support/Imgplus.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding: 5px 0 5px 0;
    font-family: Arial;
    color: #336699;
    font-size: 11px;
    cursor: pointer;
    text-decoration: underline;
}

.minusClick {
    background-image: url('../images/support/Imgminus.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding: 5px 0 5px 0;
    font-family: Arial;
    color: #336699;
    font-size: 11px;
    cursor: pointer;
    text-decoration: underline;
}

.imgButton {
    color: #87D300;
    background: url("../images/support/gobuttonCenter.png") repeat-x;
}

.imgButton2 {
    background: url("../images/support/goButton.png") repeat-x;
    border: 0px solid #87D300;
}

.modelGuideOn {
    display: block;
    top: 10px;
    font-family: Arial;
    position: relative;
}

.modelGuideOff {
    display: none;
    font-family: Arial;
}

#modelGuideInfo,#productGuideInfo {
    margin: 0px 0px 20px 0;
}

#modelGuideInfo .corner1,
#productGuideInfo .corner1 {
    background-color: #F8F8F8;
}

#modelGuideInfo .corner2,
#productGuideInfo .corner2 {
    background-color: #F8F8F8;
    height: 0px;
}

#modelGuideInfo .corner3,
#productGuideInfo .corner3 {
    border-left: 1px solid #F8F8F8;
    border-right: 1px solid #F8F8F8;
    background-color: #F8F8F8;
}

#modelGuideInfo .corner4,
#productGuideInfo .corner4 {
    border-left: 1px solid #F8F8F8;
    border-right: 1px solid #F8F8F8;
    background-color: #F8F8F8;
}

#modelGuideInfo .guideInfoContent,
#productGuideInfo .guideInfoContent {
    border-left: 1px solid #F8F8F8;
    border-right: 1px solid #F8F8F8;
    background-color: #F8F8F8;
    padding: 0px 0px 5px 5px;
}

.guideInfoDetails {
    width: 410px;
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 20px;
}

.locateMessage {
    text-align: left;
    margin-bottom: 10px;
    color: #87D300;
    font-size: 12px;
    font-weight: bold;
}

.modelSerialInfo {
    width: 260px;
    float: left;
    margin-top: 20px;
}

.modelSerialInfoLabels {
    text-align: center;
    width: 85px;
    float: left;
    font-weight: bold;
    font-size: 12px;
}

.modelNumberLabel {
    text-align: right;
    float: left;
    margin-top: 17px;
}

.serialNumberLabel {
    text-align: right;
    float: left;
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
}

.barCodeImage {
    text-align: center;
    float: left;
}

.footerDetails p {
    font-size: 11px;
    margin-top: 5px;
    margin-left: 15px;
}

.suggest_link_odd {
    background-color: #FFFFFF;
    padding: 2px 6px 2px 6px;
    font: 10px arial;
}

.suggest_link_even {
    background-color: #F4F4F4;
    padding: 2px 6px 2px 6px;
    font: 10px arial;
}

.suggest_link_over {
    background-color: #86D300;
    color: #FFFFFF;
    padding: 2px 6px 2px 6px;
    font: 10px arial;
    font-weight: bolder;
    cursor: pointer;
}

#search_suggest {
    position: absolute;
    background-color: #FFFFFF;
    text-align: left;
    border: 1px solid #000000;
    font: 10px arial;
    overflow: auto;
    z-index: 1000000;
}

/*for support tabs*/
.tab_container {
    border: 1px solid #CCC;
    overflow: visible;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    z-index: -1;
	margin-bottom: 20px;
}

.support_tab_content {
    padding: 10px 15px 5px 15px;
    font-size: 1.2em;
    z-index: 1;
    background-image: url("../images/bg_tab.png");
    background-repeat: repeat-x;
    background-position: 0 100%;
}
#tab1,#tab2{
	padding-bottom: 20px;
}
.chooseModel{
	margin-bottom:-20px; 
	font-size:12px;
	}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px; /*--Set height of tabs--*/
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 32px; /*--Subtract 1px from the height of the unordered list--*/
    line-height: 31px; /*--Vertically aligns the text within the tab--*/
    border-bottom: 1px solid #CCC;
    border-left: none;
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
}

ul.tabs li .corner1 {
    background-color: #fff;
}

ul.tabs li .corner2 {
    background-color: #d2d2d2;
    height: 1px;
}

ul.tabs li .corner3 {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background-color: #eaeaea;
}

ul.tabs li .corner4 {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background-color: #eaeaea;
}

ul.tabs li a {
    text-decoration: none;
    color: #626469;
    display: block;
    font-size: 1em;
    font-weight: bolder;
    padding: 0 20px;
    border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
    border-top: none;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    outline: none;
}

ul.tabs li a:hover {
    text-decoration: none;
}

html ul.tabs li.active, html ul.tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
    background: #fff;
    border-bottom: 0; /*--Makes the active tab look like it's connected with its content--*/
    height: 33px; /*--Makes the active tab look like it's connected with its content--*/
}

ul.tabs li.active .corner3, ul.tabs li.active .corner4, ul.tabs li.active a {
    background-color: #FFF;
}

.contentTitle {
    color: #336699;
    font-size: 16px;
    font-weight: bolder;
    text-align: left;
    padding-bottom: 10px;
    display: inline;
    vertical-align: middle;
}

.salesSupportIcon {
    height: 38px;
}

.warrantyServiceIcon {
    height: 40px;
}

#tab3 .seLeftNav {
    padding-top: 0px;
}

#tab3 .seLeftNav .sereply {
    padding-bottom: 4px;
}

#prodDesc a, #prodDesc a:hover {
    text-decoration: none;
    font-size: 11px;
}

.resourceCell {
    width: 45%;
    margin-top: 20px;
    margin-left: 10px;
}

.resourceIcon {
    float: left;
    width: 20%;
}

.resourceIcon img {
    border: 1px solid #CCCCCC;
}

.resourceText {
    float: right;
    width: 75%;
    padding: 15px 5px;
}

.resourceText a, .resourceText a:hover {
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

#highlights{
	width:45%;
	float:right;
}
#highlights .corner1 {
    background-color: #fff;
}

#highlights .corner2 {
    background-color: #d2d2d2;
    height: 1px;
}

#highlights .corner3 {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background-color: #eaeaea;
}

#highlights .corner4 {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    background-color: #eaeaea;
}


#highlights  .roundedBackground{
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}


#support_highlight_style{
	padding: 10px 0 5px;
}
#support_highlight_style a{
	text-decoration:none;
}
#support_highlight_style a h2{
	font-size: 14px;
	color:#336699;
	margin-bottom:2px;
}
#support_highlight_style span
{
	margin-top: 0px;
	padding-top: 0px;
	font-size:11px;
}

.divideLine
{
	height:6px; 
	width:94%;
	width:310px\9;
	margin:5px 3%; 
	background: url("/resource/images/header/horizontal_line.jpg") repeat-x scroll left 4px transparent;
}
/*for Warranty Check form*/
#warcheck_result {
    margin: 20px;
}

#warcheck_result .corner1, #warcheck_result.corner2, #warche#e2e1d9ck_result.corner3, #warcheck_result.corner4 {
    font-size: 1px;
    overflow: hidden;
    display: block;
    background: #EAEAEA;
}

#warcheck_result.corner1 {
    height: 1px;
    margin: 0 5px;
}

#warcheck_result.corner2 {
    height: 1px;
    margin: 0 3px;
}

#warcheck_result.corner3 {
    height: 1px;
    margin: 0 2px;
}

#warcheck_result.corner4 {
    height: 2px;
    margin: 0 1px;
}

#warcheck_result .content {
    background: #EAEAEA;
    padding: 10px 20px;
}

#additional_resources{
	margin-bottom:35px;
}
.support_links a {
    color: #336699;
    text-decoration: none;
    font-size: 11px;
    margin:0;
    padding: 2px 0 0px 0px;
}
.support_links a:hover {
	text-decoration:underline;
}
.support_links{
	margin-top:5px;
	font-size: 11px;
}
.support_links .download{
	padding:14px 0 10px 65px;
	background: url("../images/supportlinks/software_download.png") no-repeat scroll left 12px transparent;
}
.support_links .chat{
	padding:14px 0 10px 65px;
	background: url("../images/supportlinks/chat_with_support_02-40x40.png") no-repeat scroll left 15px transparent;
}
.support_links .mySupport{
	padding:14px 0 10px 65px;
	background: url("../images/supportlinks/my_support.png") no-repeat scroll left 12px transparent;
}
.support_links .discForum{
	padding:14px 0 10px 65px;
	background: url("../images/supportlinks/discussion_forums.png") no-repeat scroll left 12px transparent;
}
.support_links .socialMedia{
	padding:14px 0 10px 65px;
	background: url("../images/supportlinks/social_networking.png") no-repeat scroll left 12px transparent;
}
.support_links .contactUs{
	padding:14px 0 10px 65px;
	background: url("../images/supportlinks/contact_us.png") no-repeat scroll left 15px transparent;
}
.support_links .emailSupport{
	padding:14px 0 10px 65px;
	background: url("../images/supportlinks/email_support.png") no-repeat scroll left 15px transparent;
}

.support_links .partNumSearch{
	padding:14px 0 10px 65px;
	background: url("../images/supportlinks/part_num_search.jpg") no-repeat scroll left 15px transparent;
}

/*for Warranty Info component*/
#warrantyInfo {
    margin: 20px 0px;
}

#warrantyInfo .corner1 {
    background-color: #fff;
}

#warrantyInfo .corner2 {
    background-color: #B2B2B4;
    height: 1px;
}

#warrantyInfo .corner3 {
    border-left: 1px solid #B2B2B4;
    border-right: 1px solid #B2B2B4;
    background-color: #eaeaea;
}

#warrantyInfo .corner4 {
    border-left: 1px solid #B2B2B4;
    border-right: 1px solid #B2B2B4;
    background-color: #eaeaea;
}

#warrantyInfo .infoContent {
    border-left: 1px solid #B2B2B4;
    border-right: 1px solid #B2B2B4;
    background-color: #eaeaea;
    padding: 10px 5px 20px 15px;
    width: 560px;
}

#warrantyInfo .infoDetails {
    padding-top: 15px;
}

.infoDetails .getWarranty {
    float: left;
    border-right: 1px solid #B2B2B4;
    width: 280px;
}

.infoDetails .serialSearch {
    float: right;
    padding: 0 5px;
}

.infoDetails #modelGuideInfo .guideInfoContent,
.infoDetails #productGuideInfo .guideInfoContent {
    background-color: #eaeaea;
    border-color: #eaeaea;
}

.infoDetails #modelGuideInfo .guideInfoContent .modelSerialInfo,
.infoDetails #productGuideInfo .guideInfoContent .modelSerialInfo {
    margin: 0 0 0 20px;
    width: 320px;
}

.detailHeader {
    font-size: 11px;
    font-weight: bolder;
    word-break: break-all;
    dispaly: block;
    width: 250px;
}

.getWarranty span, .getWarranty a, .serialSearch a {
    font-size: 11px;
    font-weight: normal;
    color: #336699;
    text-decoration: none;
	background: url("/products/resource/images/green_bullets.jpg") no-repeat scroll left 4px transparent;
	
	padding-left: 15px;
}

.getWarranty a:hover, .serialSearch a:hover {
    color: #336699;
    text-decoration: underline;
}
.expandWarr .detailHeader,.serialSearch .detailHeader{
	color:#4FA600;
}
.serialSearch #plusMinus{
	background: url("/products/resource/images/green_bullets.jpg") no-repeat scroll left 10px transparent;
	text-decoration: none;
}

#link_back {
    margin-top: 18px;
}
#link_back a {
	background: url("/products/resource/images/white_arrow.jpg") no-repeat scroll 5px center #87D300;
    color: white;
    display: block;
    font-size: 1.1em;;
    padding: 2px 5px 2px 45px;
    text-decoration: none;
}

#link_back .corner1, #link_back .corner2, #link_back .corner3, #link_back .corner4 {
    background-color: #87D300;
}

.green {
    background-color: #87D300;
    color: white;
    font-weight: bold;
	font-size: 3em;
	text-align:left;
}

.support_header {
	padding: 0;
	margin: 0.5em 0 1em 0;
	width:1000px !important!;
}

.support_header table {
	margin: 0;
	padding: 0;
	width: 100%;
}

.support_header table td {
	padding: 1px 0;
}

.support_header h1 {
	white-space: nowrap;
	color: #5BAC11;
	font-size:22px;
	margin-bottom:0px;
}

.support_header div {
	height: 4px;
	margin-top: 0.75em;
	background-color: #87D300;
	margin-top: 1em !important!;
	line-height:4px !important!;
}

#bodyRight #rightNavTitle{
	margin-bottom: 0px;
}

#bodyRight .corner1, #bodyRight .corner2, #bodyRight .corner3, #bodyRight .corner4{
	background-color: #FFFFFF;
}

#bodyRight h5 {
	background-color: #FFFFFF;
	color: #4FA600;
}

#mail_subscribe a{
	 background: url("../images/mail.png") no-repeat scroll left 2px transparent;
	 padding-left:28px; 
}

#support_navigation ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-type: none;
	list-style:none;
	padding: 0px 0px 0px 0;
	text-align:left;
	margin-left: -6px;
	float: left;
	display: block;
}
span.middle li, ul {
	text-decoration: none;
}

#support_navigation li div {
	margin: 0;
}

#support_navigation h3{
	color: #4FA600;
	font-size: 1em;
	margin: 0;
}

#support_navigation li { 
	background: url("/products/resource/images/green_bullets.jpg") no-repeat scroll left 8px transparent;
	color: #626469;
	cursor: pointer;
	font-size: 11px;
	margin: 0 0 0 3px;
	padding: 2px 0 3px 15px;
}

#support_navigation li a:hover,
#support_navigation li div a:hover{
	text-decoration: underline;
	color: #336699;
}

#support_navigation li div a {
	padding: 0 px 0 0;
	margin: 0;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size: 11px;
	color: #626469;
}

.support_navigation_div {
	width:188px;
	margin-top:10px; 
	margin-bottom:0px;
}

#support_navigation_tabs ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-indent: 5px;
	list-style-type: none;
	list-style:none;
	padding: 0px 0 20px;
	text-align:left;
	width: 700px;
}

#support_navigation_tabs li div {
	padding: 0px 0px 0 10px;
	margin: 0;
}

#support_navigation_tabs li { 
	float:left;
	width:350px;
	background: url("/products/resource/images/green_bullets.jpg") no-repeat scroll left 8px transparent;
	list-style:none;
	list-style-type: none;
}

#support_navigation_tabs li a:hover,
#support_navigation_tabs li div a:hover{
	text-decoration: underline;
	color: #336699;
}

#support_navigation_tabs li div a {
	padding: 0 px 0 0;
	margin: 0;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size: 11px;
	color: #626469;
}

#support_navigation_tabs div {
    width: 750px;
}

/* fix the missing Units issue in Header.css when using strict DTD in support page*/
.menu_panel_leftCorner{
	background-position:-4px -1px;
}
.menu_panel_rightCorner{
	background-position:0 -1px;
}
.menu_panel_leftBorder{
	background-position: -4px 0;
}
/*Changes for SUP-320*/
.chatbox-grey { 
	border-radius:5px; 
	border:1px solid #d2d2d2; 
	padding:15px 25px 10px 65px;
	background: url("../images/supportlinks/chat_with_support_02-40x40.png") no-repeat scroll 10px center #eaeaea;
}
/*Changes for SUP-320*/