div#supportQuick {
	width: 562px;
	border: 1px solid #CCCCCC;
	background-color: #33363F;
	color: #FFFFFF;
	margin-bottom: 15px;
}

div.quickImg {
	width: 74px;
	float: left;
	position: relative;
	padding-left: 5px;
	padding-top: 5px;
}

div.quickTxt {
	width: 453px;
	float: right;
	position: relative;
	padding-top: 5px;
	margin-right: 10px;
}

div.quickTxt h3 { font-size: 1.3em; }

div.quickTxt h3  a:link, div.quickTxt h3  a:visited { color: #FFFFFF; text-decoration: none; } 
div.quickTxt h3  a:hover, div.quickTxt h3  a:active { color: #FFFFFF; text-decoration: underline; } 

div#supportSearch {
	background-image: url(/en/images/support/bg_search.gif);
	width: 542px;
	margin-bottom: -5px;
	padding: 10px;
}

div#supportSearch input {
	color: #4D4D4D;
	margin-bottom: 0;
	font-size: 1.1em;
	margin-right: 10px;
}

div#supportSearch input.submit { vertical-align: middle; margin-top: -5px; }

div#solutions, div#resources {
	width: 274px;
	position: relative;
}

div#solutions { float: left; }
div#resources { float: right; }

div.prodSupport {
	width: 562px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

div.prodSupport ul { margin: 10px; }

div#solutions h3, div#resources h3, h3.supportTitle{
	background-color: #DADADA;
	padding: 4px 10px;
	color: #4D4D4D;
}

div.shortcut {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
}

div.shortcutLeft {
	width: 63px;
	float: left;
	position: relative;
}

div.shortcutRight {
	float: right;
	width: 201px;
	padding: 5px;
	position: relative;
}

div.shortcutRight p { margin-bottom: 6px; }

h4 { margin: 0 0 5px 0; padding: 0; font-weight: bold; font-size: 1em; }

h4 a:link, h4 a:visited { color: #4D4D4D; text-decoration: none; } 
h4 a:hover, h4 a:active { color: #4D4D4D; text-decoration: underline; } 

.supportDD { width: 160px; margin-top: 10px; }
input.supportSubmit { 
	border: 0;
	padding: 0;
	margin-bottom: -6px;
}

div.quickTxt select {
	margin-top: 5px;
	width: 150px;
}

div.top {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

div.top ul {
	margin: 0;
	padding: 0;
}

ul.icon li {
	list-style: none;
	list-style-image: none;
	margin-bottom: 5px;
}

ul.questions li {
	list-style: none;
	list-style-image: none;
	background-image: url(/en/images/q.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}

ul.print {
	margin: 0;
	padding: 0;
	text-align: right;
}

ul.print li {
	list-style: none;
	list-style-image: none;
	display: inline;
	padding-left: 5px;
}

ul.downloads { margin: -10px 0 15px 0; padding: 0; }

ul.downloads li {
	list-style: none;
	list-style-image: none;
	margin-bottom: 5px;
	padding: 0;
}

table.support {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 562px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.support th {
	padding: 5px;
	vertical-align: top;
	line-height: 135%;
	background-color: #EEEEEE;
}

table.support td {
	padding: 5px;
	vertical-align: top;
	line-height: 135%;
	border-top: 1px solid #CCCCCC;
}


/** Rating **/

.rating {
	cursor: pointer;
    clear: both;
    display: block;
	margin-bottom: 10px;
}

.rating:after {
    content: '.';
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
}

.cancel, .star {
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
}

div.done, div.done a { cursor: default; }

.star, .star a {background: url(/en/images/star.gif) no-repeat 0 0px;}

.star a {
	display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0px;
}

div.rating div.on a {  background-position: 0 -16px; }

div.rating div.hover a { background-position: 0 -32px; }

/** Live Search **/
div#livesearch {
	width: 171px;
	background-color: #FFFFFF;
	margin: -23px 0 0 11px;
	position: absolute;
	overflow-y: scroll;
	overflow-x: none;
	max-height: 300px;
	display: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	line-height: 150%;
}

div#livesearch a:link, div#livesearch a:visited {
	display: block;
	padding: 5px;
}

div#livesearch a:hover, div#livesearch a:active {
	background-color: #EEEEEE;
	text-decoration: none;
	display: block;
	padding: 5px;
}

div#livesearch li { list-style: none; list-style-image: none; }

/** 40 Series **/
div.lifetime {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 10px;
	background-image: url(/en/images/support/bg_40series.gif); 
	background-repeat: no-repeat;
	background-position: top right;
}

h3.lifetime {
	color: #FF7F00;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	width: 300px;
}

div#lifeTerms {	color: #999999;	font-size: 10px;}
div#lifeTerms p, div#lifeTerms ol { line-height: 110%; }
ol.lifeTerms { margin: 0 0 15px 22px; padding: 0; }
div#lifeTerms strong { color: #666666;}

h3.reg {
	color: #5C7F92;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	width: 450px;
}

/* Search */
ul.tabNavSearch { margin: 0; padding: 0; list-style: none; }
ul.tabNavSearch li { float: left; margin: 0; padding: 0; background: url(/en/images/norm_right.gif) no-repeat right top; list-style: none; }
ul.tabNavSearch a { display: block; background: url(/en/images/norm_left.gif) no-repeat left top; padding: 4px 12px 2px 12px; }
ul.tabNavSearch .current { background-image: url(/en/images/support/norm_right_on.gif); }
ul.tabNavSearch .current a { background-image: url(/en/images/support/norm_left_on.gif); }
ul.tabNavSearch li a:link, ul.tabNavSearch li a:visited { color: #6F6E6E; text-decoration: none; } 
ul.tabNavSearch li a:hover, ul.tabNavSearch li a:active { color: #6F6E6E; text-decoration: underline; } 
ul.tabNavSearch li.current a:link, ul.tabNavSearch li.current a:visited { color: #FFFFFF; text-decoration: none; } 
ul.tabNavSearch li.current a:hover, ul.tabNavSearch ul li.current a:active { color: #FFFFFF; text-decoration: none; } 
ul.tabNavSearch li:hover a { background-position:left -150px; }
ul.tabNavSearch li:hover { background-position:right -150px; }
div.tabContainer { clear: both; float: left; width: 100%; background: url(/en/images/bg_swirl.gif) bottom right no-repeat;  }
div.tabContainer div.tab { border: 1px solid #818181; border-top: 4px solid #33363F; display: none; padding: 10px; }
div.tabContainer div.current { display: block; }
div.tab p:last-child { margin-bottom: 0; }
div.tabContainer ul li { line-height: 150%; }

div.browse { margin-bottom: 10px; padding-bottom:5px; border-bottom: 1px solid #CCCCCC; }
div.browse div.pages { text-align: right; width: 58%; float: right; }
div.browse div.displaying { width: 42%; float: left; }

ul.browse { margin: 0; padding: 0;}
ul.browse li {
	list-style: none;
	list-style-image: none;
	display: inline;
	padding: 1px 5px;
	margin-left: 2px;
	border: 1px solid #C7C7C7;
	background-color: #F7F7F7;
}

ul.browse li a:link, ul.browse li a:visited { text-decoration: none; }
ul.browse li.on { background-color: #33363F; color: #FFFFFF; }