@charset "UTF-8";


.tb1 {
	BORDER-RIGHT: #61879a 1px solid; BORDER-TOP: #61879a 1px solid; BACKGROUND: #fff; MARGIN: 1px 1px 1px 1px; BORDER-LEFT: #61879a 1px solid; BORDER-BOTTOM: #61879a 1px solid; BORDER-COLLAPSE: collapse; PADDING-LEFT: 4px; PADDING-RIGHT: 4px; PADDING-TOP: 4px; PADDING-BOTTOM: 4px; TEXT-ALIGN: left; 
}

body {
	color:#333;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	text-align:left;
}


/*	SCREEN IMPORT
$Revision: 1.6 $
*/

/*	BLOCK CODE $Revision: 1.4 $
@author btapley
 */
pre {
display:block;
padding: 1em 1.5ex 1.5em;
margin:1em 0;
white-space:pre;
background-color:#F0F6FC;
border: 1px solid #ccc;
_width: 100%;
overflow-x:auto;
}
html>body pre {
/*\*/
overflow:auto;
/*/
display:inline-block;
padding-left:0;
padding-right:0;
width:100%;
/**/
}
pre strong {
font-weight: normal;
background-color: #F9F9B7;
}
.css-comment{color:#999}
.css-import {color:#099}
.css-important {color:#F00}
.css-media {color:#900}
.css-property {color:#009}
.css-selector {color:#F0F}
.css-string {color:#060}
.css-value {color:#00F}

/*	COMPACT	$Revision: 1.10 $
float child elements, clear floats
*/
.compact>* { float: left; }
.compact::after {
content: "\0020";
display: block;
height: 0;
clear: both;
}
.compact {
/*\*//*/ display: inline-table; /*MacIE*/
_height: 1em;
min-height: 1px;
}
.compact {
 padding-bottom: 1px;
 _behavior: url(/lib/com.adobe/remedy/compactWsFix.htc);
 }
.compact>p,
.compact>span {
margin-right: 1ex;
margin-bottom: 0;
padding: 0;
}
dl.compact>dd { margin-left: 0; }
ul.compact li,
ol.compact li,
dl.compact dd,
div.compact p { 
_display: inline;
_float: left;
}
dl.compact * dd ol.compact * li,
ul.compact * li,
div.compact * p { 
_display: block;
_float: none;
}
dl.compact dd { _margin-left: 0; }
div.compact p { 
_margin-right: 1ex;
_margin-bottom: 0;
_padding: 0;
}
h3.compact span,
h4.compact span {
_float: left;
_margin-right: 1ex;
}
h3.compact span span,
h4.compact span span {
_float: none;
_margin-right: 0;
}

/*	
Data CSS
$Revision: 1.12.2.1 $
@author btapley
*/
table {
_font-size: 100%;
}
table caption {
padding-bottom: 0.5em;
}
table.data {
background-color: #FFF;
border-spacing: 1px;
border-collapse: separate;
margin-bottom: 1em;
}
.data td, 
.data th {
padding: .35em 2ex;
}

.data .headerBlock th,
.data-bordered .headerBlock th,
.data-downloads .headerBlock,
.data-downloads .headerBlock th {
text-transform: uppercase;
background-color: #9D9FA3;
}
.data .headerBlock th,
.data .headerBlock a,
.data-bordered .headerBlock th,
.data-bordered .headerBlock a {
color: #FFF;
}
.data .ts,
.data-bordered .ts { 
font-size: 85%;
}
.data .headerBlock th {
padding-top: .5em;
}
.data tbody tr {
background-color: #F0F1F1;
}
.data td,
.data-bordered td,
.data-downloads td {
line-height: 1.35;
}
.no,
.yes,
.partial,
.full {
text-indent: -9999px;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
}
.tk .icon { 
text-indent: 0;
background-position: left center;
}
.data .yes,
.data-bordered .yes {
background-image: url(yes.gif);
}
.data .partial,
.data-bordered .partial {
background-image: url(data/partial.gif);
}
.data .full,
.data-bordered .full {
background-image: url(data/full.gif);
}
.data .price {
text-align: right;
}
table.max {
width: 100%;
}
.linkTh th:hover,
.linkTh th:hover a,
.linkTd td:hover,
.linkTd td:hover a,
th.link:hover,
th.link:hover a,
td.link:hover,
td.link:hover a {
color: #C00;
background-color: #FFF5C0;
}
.linkTh th a,
.linkTd td a,
th.link a,
td.link a {
display: block;
}
.linkTh th:empty:hover,
.linkTd td:empty:hover {
background-color: #9D9FA3;
}
.linkTh th:empty:hover,
.linkTd td:empty:hover {
background-color: inherit;
}
/* DATA META
*/
.data-meta {
border-spacing: 0;
border-collapse: 0;
text-align: left;
margin-bottom: 1em;
}
.data-meta caption {
font-weight: bold;
padding: 0 0 .75em;
caption-side: top;
text-align: left;
border-bottom: 1px solid #999;
margin-bottom: .5em;
}
.data-meta th,
.data-meta td  {
padding-right: 1.75ex;
padding-bottom: .35em;
}
/* DATA BORDERED */
table.data-bordered {
margin-bottom: 1em;
border-spacing: 0;
border-collapse: collapse;
border-bottom: solid 1px #b4b4b4;
border-right: solid 1px #b4b4b4;
}
.data-bordered thead th { 
vertical-align: middle;
}
.data-bordered th {	
background-color: #CDCDCD;
color: #454545;
font: bold 0.85 Tahoma, arial, Helvetica, sans-serif;
text-transform: none;
font-size: 100%;
}
.data-bordered td {
font-size: 0.917em;
}
.data-bordered .alt td {
background-color: #E5E5E5;
}
.data-bordered tbody tr {
background-color: #f9f9f9;
}
.data-bordered th,
.data-bordered td {
padding: 0.35em 10px;
vertical-align: top;	
border-top: solid 1px #b4b4b4; 
border-left: solid 1px #b4b4b4; 
}
td.nodata,
th.nodata,
td.data-none {	
border-top: solid 1px #fff; 
border-left: solid 1px #fff;
background: #fff !important;
}
table.data-downloads {
position: relative;
left: -16px;
_left: 0;
_margin-left: -16px;
margin-right: -17px;	
border-right: none;
border-bottom: solid 1px #ccc;
border-spacing: 0;
border-collapse: collapse;
width: 558px;
}
::root table.data-downloads { margin-right: -16px; }
.data-downloads th {
background-color: transparent;
color:#000;
border-bottom: 2px solid #ccc;
text-transform: uppercase;
}
.data-downloads .headerBlock,
.data-downloads .headerBlock th {
background-color: #9D9FA3;
color: #fff;
text-transform: none;
}
.data-downloads tbody tr { background-color: #fdfdfd; }
.data-downloads th,
.data-downloads td {
border-left: none;
border-top: solid 1px #ccc; 
padding: 0.35em 10px;
vertical-align: top;
}
.data-downloads .no-border-top td { border-top: none; } 
.data-downloads tbody td {	
border-right: 1px solid #ccc; 
border-bottom: none;
}
.data-downloads .productHead {
font-weight: normal;
text-align:left;
text-transform: none;
background-color: #fff;
padding-top: 0.85em;
padding-bottom: 0;
 }
.data-downloads .treelist {	margin-top: -0.35em; }
.data-downloads .treelist dt {font-weight: bold; }

/*	FORM $Revision: 1.16 $
@author btapley
*/
/*	LAYOUT
*/
.formBlock {
padding-top: 12px;
padding-bottom: 12px;
margin-top: 0;
margin-bottom: 0;
}
.inputBlock {
margin-top: 0;
margin-bottom: 0;
}
.inputBlock p {
margin-bottom: 6px;
}
.inputBlock dt {
font-weight: bold;
margin-top: 0;
margin-bottom: 6px;
}
.inputBlock dd {
margin-left: 0;
margin-bottom: 6px;
}
.inputBlock .inputGroup {
margin-left: 0;
}
.inputGroup {
list-style-type: none;
padding-left: 0;
margin-top: 0;
margin-bottom: 6px;
}
.inputGroup li {
margin-bottom: 0;
padding-bottom: 0; /*override default glue*/
padding-right: 1ex; /* Mac IE freaks on margin-right, use padding instead */
}
.inputGroup .left {
font-weight: normal;
}
.inputGroup .caption {
margin-top: .25em;
margin-bottom: 0;
}
.buttonBlock {
display:block;
}
div.buttonBlock {
margin-top: 2em;
margin-bottom: 0;
}
span.buttonBlock {
margin-top: 1em;
}
/*	BASE
*/
input,
button,
select {
/*\*/ vertical-align: middle; /**/
}
label.top {
display: block;
margin-bottom: 6px;
font-weight: bold;
}
label.left {
display: inline-block;
_height: 1em;
margin-right: 1ex;
vertical-align: middle;
font-weight: bold;
}
form {
margin: 0 0 1em;
padding: 0;
font-size: 100%; 
font-family: inherit;
}
.disabled {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity:0.5;
opacity: 50%;
}
.required {
color: #C00;
}
.button {
font-weight: bold;
font-family: inherit;
text-align: center;
color: #2b333c;
background: #fefefe url(form/element_bg.gif) repeat-x;
border: 1px solid;
border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#AAAAAA);
box-shadow: 0 1px 2px #AAA;
padding: .2em 1.5ex;
_padding: .2em 2ex;
_width/**/:1px;
_white-space: nowrap;
overflow: visible; /* fix button width for IE 5.5 to 7 */
cursor: pointer;
_cursor: hand;
}
.button {
_margin-left: expression(this.previousSibling ? '1ex' : 'null');
}
*+.button {
margin-left: 1ex;
}
/* \*/
::root input.button {
font-size: inherit;
}
/* */
.inputBlock .caption {
display: block;	
margin-top: .2em;
}
input,
select,
button {
font-family: inherit;
font-size: 100%;
line-height: 1.35;
}
select.max {
width: auto;
min-width: 100%;
}
select[class=max] {
max-width: 100%;
}
input.max
{
-moz-box-sizing: border-box;
width: 100%;
}
/*\*/*:first-child+html/**/ 
/*\*/*:first-child+html/**/ input.max {
width: 97%;
}
.textfield {
_height: 1.85em;
}
.textfield,
select[size] {
padding-top: 2px;
padding-bottom: 3px;
background-color: #f7f7f7;
border-width: thin;
border-style: solid;
border-color: #999 #aab3b3 #d5dddd #aab3b3;
}
select {
line-height: 1.35;
background-color: #fefefe;
border-width: thin;
border-style: solid;
border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
min-height: 1.8em;
}
select[size] {
background-color: #fff !important
}
/*	STATES
*/
.textfield:hover,
.textfield:focus,
select[size]:hover,
select[size]:focus
{
border-color: #459455 #5b5 #6d5 #5b5;
}
select:hover,
select:focus {
border-color: #6d5 #5b5 #459455 #5b5;
}
.textfield:focus,
select:focus,
.button:hover {
background-color: #FFF;
outline: #D6FFC9 solid 1px;
}
.button:hover {
outline-width: 2px;
}
::root .button>* {
position: relative; /* Safari 2 throws outlines around everything inside button. Newer Webkits address this bug. For now, this puts the button text on top of all the outlines. */
}


/*	MENU CSS $Revision: 1.18 $
*/
.menu {
display: block;
margin-left: 0;
margin-right: 0;
margin-bottom: 1em;
zoom: 1;
_height: 1em;
}
.menu {
word-spacing: -1ex;
letter-spacing: -1ex;
line-height: 0;
}
.menu * {
word-spacing: normal;
letter-spacing: normal;
line-height: 1.25;
}
.menu>*,
.menu>* a {
display: inline;
display: inline-block;
display: -moz-inline-box;
zoom: 1;
}
 
[className~=menu]>*, 
[className~=menu]>* a {
 display: inline; 
}
.menu li,
.menu dt,
.menu dd,
.menu li a,
.menu dd a,
.menu dt a {
_display: inline;
_zoom: 1;
}
.menu * li,
.menu * dd,
.menu * dt,
.menu * li a,
.menu * dd a,
.menu * dt a { _display: inline-block; }
.menu li a:hover,
.menu dd a:hover,
.menu dt a:hover { background-color: transparent; }	/* override default hover bg color */
.menu li,
.menu dd,
.menu dt {
padding-bottom: 0; /* unfortunately <LI> is globally redefined to have padding bottom. I need to override that here */
_display: inline;
}
.menu li a,
.menu dd a,
.menu dt a { vertical-align: /*\*/ bottom /*/ baseline /**/; }
.menu .selected {
padding: .1em 0.8ex;
margin-left: 0;
}
.menu .first { padding-left: 0; }
.boxed {
background: #ebebeb url(menu/boxshadow.gif) repeat-x bottom left;
border-top: 1px solid #b1b1b1;
margin: 0 -16px 0 -16px;
padding: 0 0 4px;
position: relative;
list-style-type: none;
_zoom: 1;
}
.boxed li {
background-color: #efefef;
border-left: 1px solid #fff;
border-right: 1px solid #b1b1b1;
}
.boxed li a,
.boxed dd,
.boxed dt {
padding: 6px 16px;
color: #000;
}
.boxed li.on a:hover {
_margin-top: -7px; /*IE sub 7*/
_padding-top: 7px; /*IE sub 7*/
}
.boxed li a:hover {
background-color: #def;
color: #000;
}
.boxed li.on { background-color: #f9f9f9; }
.boxed li a:visited { color: #000; }
dl.boxed {
background-image: none;
border-top: none;
border-bottom: 1px solid #b1b1b1;
padding-bottom: 1px;
margin: 0 -8px 1em;
}
.boxed dd,
.boxed dt {
padding: 2px 6px 1px 8px;
margin-top: 0;
margin-bottom: 0;
}
.boxed dt {
_display: inline;
_float: left
}
.boxed dd {
float: right !important;
}
.page {
text-align: right;
margin: 0 0 1em;
padding: 0;
}
.page ul {
list-style-type: none;
margin: 0 0 0 10px;
padding: 0;
}
.page ul li a { padding: .1em 0.7ex; }
.page dt,
.page dd {
font-size: 0.917em;
text-align: left;
line-height: 1.36;
margin: 0;
padding: 0;
vertical-align: middle;
}
.page dd.next {
background-image: url(menu/next_null.gif);
margin-left: -1px;
}
.page dd.prev {
margin-left: 10px;
background-image: url(menu/prev_null.gif);
}
.page dd.next a { background-image: url(menu/next.gif); }
.page dd.prev a { background-image: url(menu/prev.gif); }
.page .prev a,
.page .prev,
.page .next a,
.page .next {
width: 17px;
height: 17px;
background-repeat: no-repeat;
background-position: 0 0;
/*\*/ overflow: hidden; /**/
word-spacing: -3ex;
letter-spacing: -3ex;
}
.page .prev,
.page .next { font-size: 0; }
.page dd.prev a:hover,
.page dd.prev a:focus {
background-color: transparent;
background-image: url(menu/prev_hover.gif);
}
.page dd.next a:hover,
.page dd.next a:focus {
background-color: transparent;
background-image: url(menu/next_hover.gif);
}
ol.path { list-style-type: none; }
html:not([lang*=""])*.path>li:after { /* Netscape 6 - 7 */
content: "/";
margin-right: 1ex;
}
body:-moz-last-node .path li {
display: inline;
}
.path>li::after {
content: "/";
color: #AAA;
font-weight: normal;
margin-right: 1ex;
}
ol.path {
-htc-method: expression(this.htcMethod = "$getLastChild >$getFirstChild[A] >$addStyleToNode[fontWeight bold,runtime]"); 
behavior:url(/lib/com.adobe/evaluate.htc); }
ol.path li a {
-htc-method: expression(this.htcMethod = "$addTextToNode[ /,after,fontWeight normal]"); 
behavior:url(/lib/com.adobe/evaluate.htc);
}
.path li a { padding: 0.1em 1ex .1em 0; }
/*	PIPE
@author btapley
*/
ul.pipe { list-style-type: none; }
.pipe>li+li {
background-image: url(theme/pipe.gif);
padding-left: 1px;
}
.pipe li {
background-repeat: no-repeat;
background-position: left center;
}
.pipe li a {
padding: 0.1em 1ex;
vertical-align: baseline; /* mostly for Opera */
}
.pipe li a:hover { background-color: #FFF5C0; }
ul.pipe {
-htc-method: expression(this.htcMethod = "$getDirectChild >$getAdjacent >$addClassToNode[pipe-adjacent]"); 
_behavior: url(/lib/com.adobe/evaluate.htc); }
.pipe-adjacent {
background-image: url(theme/pipe.gif);
padding-left: 1px;
}

/*	PULLOUT $Revision: 1.17 $
@author btapley
http://webdev/wiki/index.php/Pullout
*/
p.pullout-item img {
margin-right: 0;
}
.pullout-left,
.pullout-right {
_height: 1em; 
}
*:first-child+html .pullout-left {
margin-left: 0;
display: inline-block;
}
.pullout-left::after,
.pullout-right::after {
content: "\0020";
clear: both;
display: block;
height: 0;
}
.pullout-item {
overflow: hidden;
_height: 100%;
}
*:first-child+html .pullout-right p.pullout-item {
clear: both;
}
.left-wrap .pullout-item,
.right-wrap .pullout-item {
_height: auto;
}
.pullout-left .pullout-item {
float: left;
margin-left: 0 !important;
_margin-right: 6px; 
}
.pullout-right .pullout-item {
float: right;
margin-right: 0 !important;
_margin-left: 6px; 
}
div.left-wrap>.pullout-item {
margin-right: 10px;
}
.pullout-left>span {
display: block;
}
*.pullout-left span,
*.pullout-left *.pullout-left span { 
_display: block;
}
*.pullout-left *.pullout-left * span,
*.pullout-left * span { 
_display: inline;
}
div.right-wrap>.pullout-item {
margin-left: 10px;
}
a.pullout-left,
a.pullout-right {
display: block;
_cursor: hand;
}
div.pullout-wrap>* {
margin-left: 0;
}
div.left-wrap>.pullout-item {
margin-right: 10px;
}
div.right-wrap>.pullout-item {
margin-left: 10px;
}
.left-180 .pullout-item,
.right-180 .pullout-item {
width: 180px;
}
.left-155 .pullout-item,
.right-155 .pullout-item {
width: 155px;
}
.left-125 .pullout-item,
.right-125 .pullout-item {
width: 125px;
}
.left-112 .pullout-item,
.right-112 .pullout-item {
width: 112px;
}
.left-100 .pullout-item,
.right-100 .pullout-item {
width: 100px;
}
.left-90 .pullout-item,
.right-90 .pullout-item {
width: 90px;
}
.left-80 .pullout-item,
.right-80 .pullout-item {
width: 80px;
}
.left-72 .pullout-item,
.right-72 .pullout-item {
width: 72px;
}
.left-71 .pullout-item,
.right-71 .pullout-item {
width: 71px;
}
.left-51 .pullout-item,
.right-51 .pullout-item {
width: 51px;
}
.left-60 .pullout-item,
.right-60 .pullout-item {
width: 60px;
}
.left-50 .pullout-item,
.right-50 .pullout-item {
width: 50px;
}
.left-40 .pullout-item,
.right-40 .pullout-item {
width: 40px;
}
.left-20 .pullout-item,
.right-20 .pullout-item {
width: 20px;
}
.left-16 .pullout-item,
.right-16 .pullout-item {
width: 16px;
}
.left-16 .pullout-item {
margin-right: 0; 
}
.right-16 .pullout-item {
margin-left: 0; 
}
.left-180>* {
margin-left: 190px !important;
}
.right-180>* {
margin-right: 190px !important;
}
.left-155>* {
margin-left: 165px !important;
}
.right-155>* {
margin-right: 165px !important;
}
.left-125>* {
margin-left: 135px !important;
}
.right-125>* {
margin-right: 135px !important;
}
.left-112>* {
margin-left: 122px !important;
}
.right-112>* {
margin-right: 122px !important;
}
.left-100>* {
margin-left: 110px !important;
}
.right-100>* {
margin-right: 110px !important;
}
.left-90>* {
margin-left: 100px !important;
}
.right-90>* {
margin-right: 100px !important;
}
.left-80>* {
margin-left: 90px !important;
}
.right-80>* {
margin-right: 90px !important;
}
.left-72>* {
margin-left: 82px !important;
}
.right-72>* {
margin-right: 82px !important;
}
.left-71>* {
margin-left: 81px !important;
}
.right-71>* {
margin-right: 81px !important;
}
.left-60>* {
margin-left: 70px !important;
}
.right-60>* {
margin-right: 70px !important;
}
.left-50>* {
margin-left: 60px !important;
}
.right-50>* {
margin-right: 60px !important;
}
.left-51>* {
margin-left: 61px !important;
}
.right-51>* {
margin-right: 61px !important;
}
.left-40>* {
margin-left: 50px !important;
}
.right-40>* {
margin-right: 50px !important;
}
.left-20>* {
margin-left: 28px !important;
}
.right-20>* {
margin-right: 28px !important;
}
.left-16>* {
margin-left: 20px !important;
}
.right-16>* {
margin-right: 20px !important;
}


/*
Layout Columns CSS 	
$Revision: 1.3 $
@author btapley
*/
.columns-4-ABCD-A,
.columns-4-ABCD-B,
.columns-4-ABCD-C,
.columns-3-ABC-A,
.columns-3-ABC-B,
.columns-3-ABcc-A,
.columns-3-ABcc-B,
.columns-3-aaBC-aa,
.columns-3-aaBC-B,
.columns-3-aaBcc-aa,
.columns-3-aaBcc-B,
.columns-2-aaB-aa,
.columns-2-Abb-A,
.columns-2-AB-A {
margin-bottom: 0.5em;
float: left;
}
.columns-4-ABCD-D,
.columns-3-ABC-C,
.columns-3-ABcc-cc,
.columns-3-aaBcc-cc,
.columns-3-aaBC-C,
.columns-2-Abb-bb,
.columns-2-aaB-B,
.columns-2-AB-B {
margin-bottom: 0.5em;
float: right;
}
.columns-2-AB-A,
.columns-2-AB-B { width: 48%; }
.columns-2-Abb-A,
.columns-2-aaB-B { width: 64%; }
.columns-2-Abb-bb,
.columns-2-aaB-aa { width: 32%; }
.columns-3-ABC-A,
.columns-3-ABC-B,
.columns-3-ABC-C { width: 30%; }
.columns-3-ABC-B { margin-left: 5%; }
/* Safari floors percentages instead of rounding, so this helps with balanced columns */
/* \*/
::root .columns-3-ABC-B,
::root .columns-3-aaBC-B,
::root .columns-3-ABcc-B,
::root .columns-3-aaBcc-B,
::root .columns-4-ABCD-B,
::root .columns-4-ABCD-C {
 position: relative;
 left: 1px;
}
/* */
.columns-3-ABcc-A,
.columns-3-ABcc-B,
.columns-3-aaBC-B,
.columns-3-aaBC-C { width: 34%; }
.columns-3-ABcc-cc,
.columns-3-aaBC-aa,
.columns-3-aaBcc-aa,
.columns-3-aaBcc-cc { width: 26%; }
.columns-3-ABcc-B,
.columns-3-aaBC-B,
.columns-3-aaBcc-B { margin-left: 3%; }
.columns-3-aaBcc-B { width: 42%; }
.columns-4-ABCD-A,
.columns-4-ABCD-B,
.columns-4-ABCD-C,
.columns-4-ABCD-D { width: 22%; }
.columns-4-ABCD-B,
.columns-4-ABCD-C { margin-left: 4%; }

@charset "UTF-8";
/*	THEMES CSS	$Revision: 1.30 $
Copyright 2006 Adobe Systems Incorporated. */
html,
body {
	background-color: #FFF;
	color: #000000;
	_text-align: center;
}

#layoutLogic {
padding: 0;
margin: 0 auto;
width: 758px;
}
div[id="layoutLogic"] {
clear: both;
min-height: 1em;
}

body * div { _height: auto; }
img { border: 0; }
/*	FLASH PIXEL
*/
#flash-pixel { display: none; }
#accesslink {
display: block;
position: absolute;
top: 0px;
left: -9999px;
overflow: hidden;
width: 1px;
height: 1px;
}
br.clear-both,
div.clear-both,
br.clear-left,
div.clear-left {
font: 1px/1px monospace;
display: block;
}
.clear-both { clear: both; }
.clear-left { clear: left; }
.clear-after::after {
content: "\0020";
display: block;
height: 0;
clear: both;
}
.clear-after {
/*\*//*/ display: inline-table; /*MacIE*/
_height: 1em;
min-height: 1px;
}
/*	DEPTH PATH
*/
#depthpath {
padding-left: 0;
margin: 0;
min-height: 10px;
}
#depthpath li {
font-size: 0.833em;
font-family: Tahoma, arial, Helvetica, sans-serif;
}
#depthpath * {
line-height: 1.30;
}
#depthpath>li:last-child a { font-weight: bold; }
#depthpath li.last-child a { font-weight: bold; }
#depthpath>li:not(:last-child) a {
/*Safari is being over zealous so */
 font-weight: normal;
}
#depthpath li .space { font-weight: normal; }
#depthpath a,
#depthpath a:hover { background-color: transparent; }
#depthpath,
#depthpath a { color: #aaa; }
#depthpath a:hover { color: #C00; }
.replace-text {
text-indent: -1000%;
/*\*/overflow: hidden;/**/
display: block;
}
.h-nav {
background-color: #ECECEC;
margin: 0 -8px 0.85em -8px;
padding: 0.1em 8px;
position: relative;
}
p {
	font-size: 1.083em;
	line-height: 1.333;
	margin-top: 0;
	padding-bottom: 1px;
	margin-bottom: 1.2em;
}
h4 img,
p img {
vertical-align: middle;
}
h1,
h2 { font-weight: normal; }
h2,
h3,
h4,
h5 { line-height: 1.25; }
h3,
h4,
h5 { font-size: 1em; }
h1 {
font-size: 1.75em;
line-height: 1.1;
padding-right: 4em;
padding-bottom: 0.35em;
padding-left: 16px;
margin-right: -17px;
margin-bottom: 0.5em;
margin-left: -16px;
}
h2 {
margin-top: 0;
margin-bottom: 0.5em;
font-size: 1.5em;
}
h4,
h5 {
margin-top: 0;
margin-bottom: 0;
}
.price,
.price a { color: #992222 }
.price {
/*\*/white-space: nowrap; /**/
_height: 1em;
min-height: 1em;
}
/*\*//*/ span.price, /**/
span[className~=price],
a[className~=price] { display: inline-block; }
.price-lrg {
font-size: 1.41em;
font-weight: bold;
}
.txtleft { text-align: left; }
.txtright { text-align: right; }
.txtcenter { text-align: center; }
ul,
ol,
dl {
word-spacing: -2ex;
letter-spacing: -2ex;
line-height: 0;
}
dt,
dd,
li {
word-spacing: normal;
letter-spacing: normal;
line-height: 1.25;
}
ol,
li,
li ol,
li ul { font-size: 1em; }
ul {
list-style-type: disc;
margin-left: 1ex;
}
ul,
ol {
padding-left: 2.5ex;
margin-top: 1em;
margin-bottom: 1.35em;
}
li {
line-height: 1.25em;
padding-bottom: 0.5em;
}
ol {
list-style-type: decimal;
overflow: visible;
margin-left: 3ex;
_padding-left: 6ex; 
}
ol ol {
list-style-type: lower-alpha;
margin-left: .5ex;
_margin-left: 1.5ex; 
}
ol ol ol { list-style-type: lower-roman; }
li ol,
li ul {
margin-top: 0;
margin-bottom: .3ex;
}
li p { margin-bottom: 0.5em; }
dt,
dd { line-height: 1.5em; }
dt {
font-weight: bold;
margin-bottom: 1em;
margin-top: 0.5em;
}
dl,
dd { margin-bottom: 1.5em; }
dd { margin-left: 16px; }
/*	TAG LIST
*/
.tags li { margin-right: 10px; }
.tag { margin-bottom: 0.5em; }
.link-list {
text-align: left;
list-style: none;
margin: 0 0 1em;
padding: 0;
}
.link-list>* {
margin: 1px 1.5ex 1px 0;
line-height: 1.333em;
}
.link-list>li,
.link-list>dt { padding: 2px 0; }
.link-list>dd { padding-left: 1.25ex; }
.link-list li,
.link-list dt { _padding: 0.15em 0 0.2em;  }
.link-list dd { _padding-left: 1.25ex;  }
.link-list li,
.link-list dt,
.link-list dd {
_margin: 1px 1.5ex 1px 0;
_line-height: 1.35em; 
}
hr {
clear: both;
background: #c3c8cb;
color: #c3c8cb;
border: none;
height: 1px;
margin: 0 0 1.35em;
_margin: 0 0 1em;
}
div.hr {
background-color: #ccc;
font-size: 1px;
line-height: 1px;
height: 1px;
}
/*	STARS
*/
.star-rating,
.star-rating .star {
background-repeat: repeat-x; /*using repeat to work with different rating systems ie. 4-star, 5-star*/
height: 16px;
display: block;
}
.star-rating { background-image: url(theme/starOff.gif); }
.star { background-image: url(theme/star.gif); }
.st0 { width: 0; }
.st1 { width: 19px; }
.st2 { width: 38px; }
.st3 { width: 57px; }
.st4 { width: 76px; }
.st5 { width: 95px; }
/*	PROMO
*/
.promo-pod { margin-bottom: 1em; }
/*	FMA
*/
#fma { margin-bottom: 0; }
.fma { margin: 0 -16px 1em; }
.no-gap img,
.no-gap embed,
.no-gap object
{
margin-top: -0.85em;
_margin-top: -0.9em;	
margin-bottom: 0;
padding-bottom: 0;
}
/* For IE7 and Opera \*/
*+html .no-gap img,
*+html .no-gap embed,
*+html .no-gap object { margin-top: -0.9em; }
/* */
.clip-top { margin-top: 0; }
.clip-bottom { margin-bottom: 0 !important; }
.p0 .clip-sides { 
margin-left: -16px;
margin-right: -16px;
}
.p1 .clip-sides { 
margin-left: -8px;
margin-right: -8px;
}
.p2 .clip-sides { 
margin-left: -10px;
margin-right: -8px;
}
.clip-left { margin-left: -16px; }
.p1 .clip-left,
.p2 .clip-left  { margin-left: -8px; }
.clip-right { margin-right: -16px; }
.p1 .clip-left { margin-right: -8px; }
.p2 .clip-left  { margin-right: -10px; }
/*	ANCHORS
*/
a { color: #047; }
a,
a:hover { text-decoration: none; }
a.on,
a:hover,
a:visited:hover,
.tags a:hover {
color: #C00;
background-color: #fff5c0;
}
a.off,
a:visited { color: #5A6F7F; }
a.noHover:hover,
.noHover a:hover { background-color: transparent; }
a .mask-a,
a:hover .mask-a { color: #888; }
.user a { color: #F60; }
.editable a {
background-color: #def;
padding: 2px;
margin-right: 3px;
}
/*	NAV UP
*/
.nav-up {
position: relative;
top: 0;
left: 0;
height: 25px;
background: transparent url(theme/back_to_top.gif) no-repeat top right;
}
.error { color: #CC0001; }
.error-block {
background-color: #ffffcb;
color: #f00;
padding: 6px 8px;
margin-bottom: 1em;
border: 1px solid #CCC;
_zoom: 100%;
}
.error-block * {
_cursor: auto; /* force a re-draw in IE 6 for dynamically assigned css */
}
.error-block a,
.error-block a:visited,
.error-block a:hover { color: #f00; }
.error-block .alert { font-weight: bold; }
.error-block p,
.error-block ul {
margin-top: 6px;
margin-bottom: 6px;
margin: 0;
}
/*	BORDER
*/
.border { border: 1px solid; }
img.border { border-color: #999; }
.frame { border: 1px solid; }
img.frame {
border-color: #424242;
outline-color: #CCC;
}
div.frame {
border-color: #c8c8c8;
outline-top-color: #ccc;
border-bottom: 3px ridge #fff;
_border-bottom-width: 2px;
margin-bottom: 1em;
padding: 0 8px 8px 8px;
}
*:first-child+html .frame {
padding: 0;
border-bottom-width: 2px;
}
[className~=frame]>* { padding: 0 8px; }
/*	PHRASE ELEMENTS
*/
code,
kbd,
pre,
samp { /*\*/ font-family: "Courier New", Courier, monospace;/*/
font-family: Courier, monospace;
/**/ }

code:empty,
kbd:empty,
pre:empty,
samp:empty { font-family: Courier, monospace; }
abbr,
address,
acronym,
cite {
font-style: normal;
border-bottom-style: hidden;
}
acronym { font-size: 0.91em; }
code,
pre { color: #000; }
pre { line-height: 1.333; }
code { background-color: #E6F0FA; }
del { color: #000; }
blockquote { margin: 0 0 1.5em; }
blockquote,
address { line-height: 1.33; }
blockquote.pullquote {
color: #333;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 1.25em 0;
}
blockquote.indent { margin: 0 32px 1.5em; }
address { width: auto; }
abbr { cursor: help; }
sup { _margin-top: -.35em; }
*:first-child+html sup { display: inline-block; }
/*	CUSTOM PHRASE ELEMENTS
*/
.new {
color: #aa2222;
font-weight: bold;
font-size: 0.91em;
font-family: Tahoma, arial, Helvetica, sans-serif;
}
div.new {
float: left;
margin-right: 1px;
}
span.new {
padding-left: 5px;
/*\*/
white-space: nowrap;/**/
}
.caption {
color: #888;
margin-top: 0.8em;
font-size: 0.91em;
font-family: Tahoma, arial, Helvetica, sans-serif;
line-height: 1.3;
}
p.caption { margin-top: 0.5em; }
.required { color: #CC0001; }
.achtung { color: #aa2222 !important; }
.call-action,
.rating { font-weight: bold; }
.msg-promo,
.promoHeader { font-size: 1.58em; }
.byline {
font-family: Tahoma, arial, Helvetica, sans-serif;
font-size: 0.833em;
}
.footnote,
.note,
.stamp-fileinfo,
span.article-date,
.stamp-date { color: #888; }
.tag { border-bottom: 1px solid #ddd; }
/*	POINTER
require "/lib/com.adobe/evaluate.htc"
require "/lib/com.adobe/remedy/ieSubCss.js"
*/
.link-more::after {
 content: ' \203a';
}
 .link-back::before {
 content: '\2039';
 margin-right: 0.5ex;
}
.link-more {
 -htc-method: expression(this.htcMethod = "$addTextToNode[ ,after]"); behavior: url("/lib/com.adobe/evaluate.htc"); }
.link-back {
 -htc-method: expression(this.htcMethod = "$addTextToNode[ ,before]"); behavior: url("/lib/com.adobe/evaluate.htc"); }
/*	SWF ALTERNATIVE
*/
.static-messaging {
border: 1px solid #D3D3D3;
background: #f5f7f7;
padding: 5px 5px 10px;
margin: 0 auto 1em;
min-height: 1em;
_height: 1em;
text-align: center;
}
.static-messaging.p1 {	
border: none;
background-color: transparent;
padding: 0;
text-align: left;
font-weight: bold;
}
.p1.static-messaging .pod-body * { margin-bottom: 0; }
.p1.static-messaging .pod-body .icon { padding-left: 26px; }
/*	CALLOUT BUTTON
*/
.callout-button {
color: #047;
padding: 4px 2ex !important;
font-size: 1em;
font-family: Tahoma, arial, Helvetica, sans-serif;
font-weight: bold;
}
.callout-button:hover,
.callout-button:visited:hover {
color: #c00;
background-color: #FFF;
background-image: none;
}
/*	PRODUCTBAR
*/
.productBar a { 
display: block; 
width: 558px; 
height: 20px;
text-indent: -9999px; /* sends text way off screen */
}
/*	ICON
$Revision: 1.18 $
@author btapley
*/
/* http://www.macedition.com/cb/ie5macbugs/substringbug.html \*//*/ @media hide { /**/
.icon {
padding-left: 20px;
background-repeat: no-repeat;
background-position: left center;
background-position-y: top;
}
/*\*//*/pcie/**/*\5 .icon {
height: 1em;
}
a.icon,
span.icon,
li.icon { 
_zoom: 100%; 
}
a.icon:not([className~=icon]),
span.icon:not([className~=icon]) {
display: inline-block;
vertical-align: bottom;
}
li.icon,
p.icon {  
background-position: left top; }
button.icon-replace {	
-moz-outline: none;
padding: 0;
border-style: none;
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
}
/*	ICON REPLACE
@author bapley
*/
.icon-replace {
background-repeat: no-repeat;
background-position: center center;
display: inline; 
display: inline-block; 
display: -moz-inline-box; 
_display: inline; 
zoom: 100%; 
width: 24px; 
padding: 0 !important; 
overflow: hidden; 
white-space: nowrap; 
text-align: left; 
word-spacing: -2ex; 
letter-spacing: -2ex; 
min-height: 16px; 
_height: 16px; 
color: transparent; 
_font: 1px/0 monospace; 
_word-spacing: -2px;
_letter-spacing: -2px;
}
button.icon-replace,
th.icon-replace,
td.icon-replace {
_color: #FFF;
}
button[className~=icon-replace],
th[className~=icon-replace],
td[className~=icon-replace] {
color: #FFF;
}
[className~=icon-replace] {
font: 1px/0 monospace !important;
word-spacing: -2px;
letter-spacing: -2px;
}
a.icon-replace {
vertical-align: bottom;
}
th.icon-replace,
td.icon-replace {
display: table-cell;
background-position: center center;
width: auto;
}
@media screen and (-op-browser) {
th.icon-replace,
td.icon-replace {
letter-spacing: normal; 
}
th.icon-replace:before,
td.icon-replace:before {
content:"\0020"; 
margin-left: -100%;  
}
}
/*	IMAGES
*/
.add { background-image: url(add.gif) }
.alert { background-image: url(alert.gif) }
.buy { background-image: url(buy.gif) }
.call { background-image: url(contact_call.gif) }
.checkout { background-image: url(secure.gif) }
.contact { background-image: url(email.gif) }
.delete { background-image: url(delete.gif) }
.download { background-image: url(exchange_download.gif) }
.edit { background-image: url(edit.gif) }
.email { background-image: url(email.gif) }
.enroll { background-image: url(seminar.gif) }
.help { background-image: url(help.gif) }
.info { background-image: url(info.gif) }
.launch { background-image: url(launch.gif) }
.listen { background-image: url(listen.gif) }
.locked { background-image: url(theme/locked.gif) }
.print { background-image: url(print.gif) }
.search { background-image: url(search.gif) }
.subtract { background-image: url(subtract.gif) }
.upgrade { background-image: url(upgrade.gif) }
.breeze-file { background-image: url(breeze.gif) }
.captivate-file { background-image: url(captivate.gif) }
.connect-file { background-image: url(launch.gif) }
.pdf-file { background-image: url(pdf.gif) }
.quicktime-file { background-image: url(quicktime.gif) }
.rss-file { background-image: url(theme/rss.gif) }
.shockwave-file { background-image: url(theme/shockwave.gif) }
.swf-file { background-image: url(theme/flashpaper.gif) }
/*\*//*/}/**/


/*	GLUE CSS
Resolve differences between independant selectors when combined
*/
.p0 .tabNav {
margin-left: -16px;
margin-right: -16px;
}
li.icon { padding-left: 20px; }
.pullout-left .icon-replace {
_background-position: top left; 
}
.pipe li .icon-replace {
_vertical-align: bottom;
}
[className~=pipe]>li>.icon-replace {
vertical-align: bottom;
}
.pipe li a.icon {
padding-left: 25px;
background-position: 5px center;
}
.tabChiclet a.icon,
.boxed a.icon {
padding-left: 30px;
background-position: 10px center;
}
td.icon {
padding-left: 33px;
background-position: 13px center;
}
body:-moz-last-node .menu li a.icon {
vertical-align: baseline;
}
#L1C1 .columns-2-Abb-bb .p1 .pod-body li.icon { _position: relative; }
#L0C1.columns-2-Abb-A,
#L2C1.columns-2-Abb-A,
#L4C1.columns-2-Abb-A { width: 562px; }
#L0C2.columns-2-Abb-bb,
#L2C2.columns-2-Abb-bb,
#L4C2.columns-2-Abb-bb { width: 191px; }
#L1C1.columns-2-Abb-A { width: 485px; }
#L1C2.columns-2-Abb-bb { width: 267px; }
#L2C1.columns-3-ABcc-A,
#L2C2.columns-3-ABcc-B { width: 276px; }
#L2C2.columns-3-ABcc-B { margin-left: 9px; }
::root #L2C2.columns-3-ABcc-B {
 left: 0;
}
#L2C3.columns-3-ABcc-cc { width: 189px; }
#L1C1.columns-3-aaBcc-aa,
#L1C3.columns-3-aaBcc-cc { width: 189px; }
#L1C2.columns-3-aaBcc-B {
width: 362px;
margin-left: 9px;
}
#L2C1.columns-4-ABCD-A,
#L2C2.columns-4-ABCD-B,
#L2C3.columns-4-ABCD-C,
#L2C4.columns-4-ABCD-D { width: 183px; }
#L2C2.columns-4-ABCD-B,
#L2C3.columns-4-ABCD-C { margin-left: 9px; }
#layoutLogic.L3 {
width: auto;
margin: 0;
}
#L3C1.columns-1-A-A {
padding-left: 18px;
padding-right: 18px;
}
::root .L3 embed {
 margin-top: -8px;
}
.side-menu a { display: block; }
.side-menu dt { font-family: Tahoma, arial, Helvetica, sans-serif; }
#L0C1.columns-1-A-A h1 { margin-right: -228px; }
#L0C1.columns-1-A-A #L0C1-body div h1 { margin-right: -16px; }
#L0C1.columns-1-A-A #L0C1-body { padding-right: 230px; }
#L4C1.columns-1-A-A.cs3-top #L4C1-body>*:first-child { margin-right: -228px; }
#L4C1.columns-1-A-A.cs3-top #L4C1-body .p0-first-child { margin-right: -228px; }
.p2-top .pod-body>h2:first-child {
font-size: 1em;
font-weight: bold
}
.p1-top h2.p1-first-child {
_top: -1px;
_left: -1px !important;
_margin-right: -10px !important;
}
.p1-last-child a, 
.p1-last-child a:visited {
color: #fff;
font-weight: bold;
}
.p1-last-child a:hover, 
.p1-last-child a:visited:hover {
color: #C00;
background-color: transparent;
}
h2.p2-first-child {
font-size: 1em;
font-weight: bold
}
.p0 h1 {
border-bottom: 2px solid;
border-color: #ccc;
}
.p2 {
font-family: Tahoma, arial, Helvetica, sans-serif;
font-size: .85em;
}
.p2 #nextsteps {
font-family: Tahoma, arial, Helvetica, sans-serif;
font-size: 1.2em;
}
.p2 h3,
h3.p2-first-child,
.p2 .link-list {
font-size: 115%;
font-family: Tahoma, arial, Helvetica, sans-serif;
}
.p2 dl { _margin-top: 0; }
.p2 .pod-body>h1:first-child,
.p2 .pod-body>h2:first-child {
font-weight: bold;
font-size: 1.2em;
font-family: Tahoma, arial, Helvetica, sans-serif;
}
.p2 h1.p2-first-child,
.p2 h2.p2-first-child,
.p2 .side-menu dt {
font-size: 115%;
font-family: Tahoma, arial, Helvetica, sans-serif;
}
.p1 h1,
.p2 h1 { border: none; }
.p2 h2 { color: #222; }
.p2 a:hover,
#sideNav a:hover,
#sideNav a:visited:hover { background-color: #dedede; }
.p2 .side-menu dt {
color: #444;
font-size: 1.2em;
}
.p2 .inputBlock dt { font-family: Tahoma, arial, Helvetica, sans-serif; }
.p0 h3,
#iframeContent h3 {
color: #222;
margin: 0 -8px 0.85em -8px;
padding: 0.25em 8px;
_height: 1em;
_position: relative;/* ---IE sub7 : fix clipping ---*/
_left: -8px;
_margin-left: 0;
_margin-right: -16px;
min-height: 1em; 
background-color: #ececec;
border-bottom: 1px solid #bdbdbd;
}
#iframeContent .p1-top .p1-first-child,
.p1-top h3.p1-first-child {
left: 0;
margin: 0 -9px;
padding: 0.2em 9px;
background-color: #777;
color: #fff;
}
#iframeContent .p1-top .pod-body>*:first-child {
margin-left: -9px;
margin-right: -9px;
padding-left: 9px;
padding-right: 9px;
background-color: #777;
color: #fff;
}
.p2 h2,
.p2 h3 {
padding-bottom: 8px;
margin-bottom: 0.35em;
}
/* frame callout */
.p0 .frame h3 {
position: relative;
font-size: 1.5em;
font-weight: normal;
margin-bottom: 0.5em;
}
*:first-child+html .frame>*:first-child { padding: 4px 8px; }
.p0 .portal-features h3,
.p0 .portal-features h4 {
background-color: transparent;
font-size: 1.2em;
}
#sideNav .side-menu { margin-bottom: 0; }
.side-menu { behavior: url("/lib/com.adobe/remedy/podSideMenu.htc"); }
.pod .side-menu dt {
border-top: 1px solid #CCC;
margin: 6px -8px 4px;
padding: 6px 8px 0;
_height: 1em;
}
.pod-body>.side-menu>dt:first-child {
border-top: none;
padding-top: 0;
margin-top: 0;
padding-bottom: 0;
}
.pod .side-menu dt.side-menu-first-child {
border-top: none;
padding-top: 0;
margin-top: 0;
padding-bottom: 0;
}
.pod .side-menu dd {
padding: 2px 0;
display: block;
}
.pod .side-menu dt a,
.pod .side-menu dd a { 
display: block;
}
.pod .side-menu * { margin: 0; }
.pod .side-menu dd .icon a { margin-left: -20px }
.tab a:hover { background-color: transparent; }
#L0C0-body,
#L0C1-body,
#L4C1-body { padding-bottom: 3.5em; }
blockquote.pullquote p {
font-size: 1.4em;
margin-bottom: .5em;
}
blockquote address,
blockquote cite {
margin-top: 0.25em;
font-size: 0.9em;
line-height: 1.35;
font-family: Tahoma, arial, Helvetica, sans-serif;
}
blockquote.pullquote cite,
blockquote cite { font-weight: bold; }
blockquote.pullquote cite {
font-size: 0.85em;
color: #999;
display: block;
margin-left: 1em;
}
blockquote.pullquote span.author {
color: #333;
margin-left: -1em;
}
.treelist dt,
.page dt { font-weight: normal; }
.tags li a {
font-weight: bold;
font-size: 1.15em;
}
.tags li a.disabled { font-size: 1em; }
.ratings a { font-weight: bold; }
.rating .note { font-weight: normal; }
#fma h2 { font-size: 1.55em; }
#static-messaging h2 {
font-weight: bold;
font-size: 1.2em;
}
.nav-up a {
display: block;
width: 16px;
height: 16px;
text-indent: -1999px;
/*\*/	
overflow: hidden;
position: absolute;
top: 0;
right: 0;/**/
}
.nav-up a:hover { background-color: transparent; }
.meta dt,
.meta dd {
margin: 0;
float: left;
}
.meta dt {
clear: both;
width: 30%;
}
.meta dd {
width: 68%;
white-space: normal;
}
div.h-nav p {
float: right;
margin: 0 0 0 2ex;
margin: 0;
}
div.h-nav h3 {
float: left;
margin: 0;
padding: 0;
display: inline-block;
line-height: 1.35;
border-bottom-style: none;
}
.h-nav .menu {
float: right;
width: auto;
margin: 0 0 0 2ex;
padding: 0;
}
form.pod-body { margin-bottom: 0; }
/* PULLOUT WRAP AND LISTS */
.left-wrap li {
list-style-position: inside;
}
.left-wrap .link-list li {
list-style-position: outside;
}
.error .caption {
 color: #CC0001;
}


/*	GLOBAL NAV  
(lib/css) master_2_0
$Id: gnav.css,v 1.21 2007/05/16 17:44:13 btapley Exp $
@author btapley
*/
#site-search,
#site-menu .menu-title { line-height: 16px; }
#site-menu .menu-title,
#site-search button { font-size: .833em; }
#site-menu .menu .menu dt,
#site-menu .menu .menu dd,
#site-menu .menu .menu li { font-size: .916em; }
#layoutLogic { z-index: 0; }
#globalnav-search,
#globalnav,
#site-menu,
#site-menu-dropdown,
#site-menu-dropdown li {
position: relative;
z-index: 4;
left: 0;
}
#site-menu-dropdown li .menu { z-index: 4; }
#globalnav-search,
#globalnav,
#globalnav-noscript {
width: 756px;
margin: 0 auto;
}
#globalnav-search { padding: 0; }
#globalnav { padding-top: 8px; }
#globalnav-noscript {
padding-bottom: 1em;
background-image: url(theme/alert.gif);
background-repeat: no-repeat;
background-position: 0 0;
text-indent: 20px;
}
#globalnav.checkout-nav { background-image: none; }
#globalnav.checkout-nav #user-menu { margin-top: 45px; }
/*\*/
#adobe-logo a {
display: block;
overflow: hidden;
}
/*/
#globalnav-cart .cart-icon,
#globalnav-cart a,
#adobe-logo a,
#greeting,
#site-menu {
display: inline-block;
}
/**/
#globalnav {
display: block;
position: relative;
top: 0;
left: 0;
background-image: url(gnav/bar.gif);
background-position: right 36px;
background-repeat: no-repeat;
min-height: 63px;
height: auto;
padding-bottom: 1px;
}
#adobe-logo {
float: left;
position: relative;
top: 6px;
left: 4px;
width: 42px;
height: 48px;
background-image: url(gnav/adobe.png);
background-repeat: no-repeat;
background-position: 0 0;
}
#adobe-logo a {
/*setting a width breaks link area for PC IE 5*/
width/**/: 42px;
/*\*//*/
width: 42px;
/**/
height: 48px;
text-indent: -1000px;
}
#adobe-logo a:hover { background-color: transparent; }
#user-menu {
float: right;
margin-top: 0;
margin-bottom: 0;
min-height: 28px;
_height: 28px; 
}
#user-menu .menu {
text-align: right;
padding: 2px 0 0;
margin: 0;
}
#user-menu .menu a,
#user-menu .menu a:visited {
color: #333;
}
#user-menu .menu a:hover,
#user-menu .menu a:focus { 
background-color: #DDD;
color: #C00;
}
#user-menu .menu li { font-size: .916em; }
html:not([lang*=""])*#user-menu .menu>:last-child { /* Netscape 6 - 7 */
margin-right: -1.8ex;
}
#user-menu .menu>:-moz-last-node { /* New Moz too */
margin-right: -1.8ex;
}
#greeting {
display:-moz-inline-box;
/*\*/
display: inline-block;
/**/
padding: .1em 1ex;
}
#globalnav-cart .cart {
background-image: url(gnav/cart.gif);
background-repeat: no-repeat;
background-position: center center;
width: 36px;
}
#site-search {
float: right;
position: relative;
top: 0;
left: 0;
border-left: 1px solid #aaa;
margin-left: 1ex;
padding-left: 1ex;
min-height: 32px;
_height: 32px; /*IE sub7*/
}
#site-search button {
font-family: Tahoma, arial, Helvetica, sans-serif;
color: #555;
border-style: none;
background-color: transparent;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 1.25ex;
padding-right: 1.25ex;
_padding-left: 0;
_padding-right: 0;
_margin-bottom: -2px; 
_padding-top: 2px; 
_padding-bottom: 2px; 
cursor: pointer;
}
#site-search button:active,
#site-search button:focus,
#site-search button:hover { color: #C00; }
#site-search>p:-moz-last-node>button {
 padding-top: 6px;
}
*:first-child+html #site-search button { 
padding-left: 0;
padding-right: 0;
}
#site-menu .d-dropdown { _behavior: url(/lib/com.adobe/hover.htc) url(/lib/com.adobe/evaluate.htc); /*IE sub7*/ }
#site-menu .d-dropdown .menu-title,
#site-search button { text-transform: uppercase; }
#site-search p {
word-spacing: -1ex;
letter-spacing: -1ex;
margin-bottom: 0;
}
#site-search p * {
word-spacing: normal;
letter-spacing: normal;
}
#search-input {
width: 102px;
background-color: #eee;
border-width: 1px;
_margin-top: 2px;
}
#search-input:active,
#search-input:focus,
#search-input:hover { background-color: #fff; }
#site-menu {
margin: 0;
padding: 0;
float: left;
clear: right;
position: relative;
top: 5px;
left: 0;
width: 500px;
margin-left: 10px;
_text-align: left; /*IE sub7*/
_clear: right; /*IE sub7*/
_top: 32px; /*IE sub7*/
}
*:first-child+html #site-menu { top: 32px; }
#site-menu .pipe-adjacent { background-image: url(gnav/bar_pipe.gif); }
#site-menu .pipe {
margin: 0;
padding: 0;
}
#site-menu .pipe a,
#site-menu .pipe a:visited { color: #555; }
#site-menu .pipe a:hover {
color: #C00;
}
#site-menu .d-dropdown .menu-title {
margin-left: 5px;
font-weight: bold;
}
#site-menu .d-dropdown .menu-title { padding: 5px 5px 6px 0; }
#site-search p { padding: 3px 5px 3px 0; }
#site-menu .menu-title a:hover { background-color: transparent; }
#site-menu .d-dropdown .menu-title a { /*IE sub7*/ padding: 0; }
#site-menu .menu-title a,
#site-menu .menu-title a:visited,
#site-menu .menu-title a:hover,
#site-menu .menu-title a:visited:hover { color: #555; }
#site-menu .pipe>li+li {
background-image: url(gnav/bar_pipe.gif);
background-repeat: no-repeat;
background-position: 0 2px;
padding-left: 1px;
}
#site-menu .d-dropdown {
position: relative;
left: 10px;
}
#site-menu .d-dropdown>li:hover,
#site-menu .d-dropdown>li:first-child:hover {
background-color: transparent;
background-image: url(gnav/tab_titleL.png);
background-repeat: no-repeat;
background-position: left top;
}
#site-menu .d-dropdown>li:hover .menu-title,
#site-menu .d-dropdown>li:focus .menu-title {
background-image: url(gnav/tab_titleR.png);
background-repeat: no-repeat;
background-position: right top;
}
#site-menu .d-dropdown li.hover,
#site-menu .d-dropdown li.focus {
background-image: url(gnav/tab_titleL.gif);
background-repeat: no-repeat;
background-position: left top;
}
#site-menu li.hover .menu-title,
#site-menu li.focus .menu-title {
background-color: transparent;
background-image: url(gnav/tab_titleR.gif);
background-repeat: no-repeat;
background-position: right top;
}
#site-menu .pipe li {
_background-repeat: no-repeat;
_background-position: 0 4px;
_padding-left: 0;
}
#site-menu .pipe li ul { margin-left: 0; }
#site-menu .d-dropdown .menu {
width: 149px;
padding: 0 0 6px;
_height: 1em; /*IE sub7*/
color: #333;
}
#site-menu .d-dropdown .menu a:hover,
#site-menu .d-dropdown .menu a:focus { 
background-color: #DDD;
color: #C00;
}
#site-menu .d-dropdown .menu dt,
#site-menu .d-dropdown .menu dd,
#site-menu .d-dropdown .menu li,
#site-menu .d-dropdown .menu li a { display: block; }
#site-menu .d-dropdown .menu li a,
#site-menu .d-dropdown .menu dt a,
#site-menu .d-dropdown .menu dd a { _width: 149px; }
#site-menu .compact dt { _height: 1em;  }
#site-menu .d-dropdown .menu {
background-image: url(gnav/tab_capB.png);
_background-image: url(gnav/tab_capB.gif); /*IE sub7*/
background-repeat: no-repeat;
background-position: bottom left;
}
#site-menu>.d-dropdown .menu>* {
background-image: url(gnav/tab_tile.png);
background-repeat: repeat-y;
}
#site-menu .d-dropdown .menu li,
#site-menu .d-dropdown .menu dd,
#site-menu .d-dropdown .menu dt {
_background-image: url(gnav/tab_tile.gif);
_background-repeat: repeat-y;
}
#site-menu .d-dropdown .menu li {
_display: inline; 
_float: right; 
_clear: both;
}
#site-menu>.d-dropdown .menu>*:first-child {
background-image: url(gnav/tab_capT.png);
background-position: no-repeat;
background-position: top right;
padding-top: 5px;
}
#site-menu ul.d-dropdown .menu {
 -htc-method: expression(this.htcMethod = '$getFirstChild >$addClassToNode[dropdown-first-child]'); _behavior: url("/lib/com.adobe/evaluate.htc"); }
#site-menu .d-dropdown .menu .dropdown-first-child {
background-image: url(gnav/tab_capT.gif);
background-repeat: no-repeat;
background-position: top right;
padding-top: 5px;
}
#site-menu .d-dropdown .menu *,
#site-menu .d-dropdown .menu * a { _padding: 2px 8px; }
#site-menu .d-dropdown .menu * a { _margin: 0 -8px; }
#site-menu .d-dropdown .menu dd {
_padding-left: 0;
_padding-right: 0;
}
#site-menu .d-dropdown .menu dd a { _margin: 0; }
/*	FOOTER
*/
#globalfooter {
position: relative;
border: 0;
margin: 0 auto;
width: 732px;
font-size: 0.833em;
font-family: Tahoma, arial, Helvetica, sans-serif;
}
#trustelogo { border-bottom: 1px solid #CCC;  }
#privacy,
#copyright, 
#terms,
#searchengine {
line-height: 1.3;
}
#privacy,
#terms {
margin-bottom: .5em;
}
#terms {
margin-top: 0;
}
#copyright { 
margin-bottom: 0;
}
#globalfooter .menu {
margin: 0 0 10px;
padding: 0;
width: 100%; 
}
#globalfooter .menu li,
#globalfooter .menu a {
line-height: 1.3;
}
#globalfooter .menu li { margin-bottom: 3px; }
#globalfooter .menu a {  padding: 0.1em 1ex; }
img.googlelogo {
border: 0;
margin-left: 0.4em;
vertical-align: middle;
}
#globalfooter a,
#globalfooter a:hover,
#globalfooter a:visited {
color: #111;
text-decoration: none;
}
#globalfooter a:hover { background-color: #CCC; }

@charset "UTF-8";
/*	DROP DOWN $Revision: 1.4 $
Copyright 2006 Adobe Systems Incorporated
*/
.d-dropdown {
position: relative;
_behavior: url("/lib/com.adobe/hover.htc"); /*IE sub7*/
z-index: 2;
}
.d-dropdown>li {
position: relative;
top: 0;
left: 0;
z-index: 2;
}
.d-dropdown li {
list-style-type: none;
_position: relative; /*IE sub7*/
_top: 0; /*IE sub7*/
_left: 0; /*IE sub7*/
}
* html .d-dropdown li li { position: static; }
.d-dropdown .menu {
position: absolute;
top: 1.75em;
left: 0;
z-index: 2;
display: none;
}
.d-dropdown li.hover .menu,
.d-dropdown li.focus .menu { 
display: block;
}
.d-dropdown>li:hover .menu { display: block; }
.d-dropdown .menu a,
.d-dropdown .menu-title { 
/*\*/ display: block; /*/
display: inline-block;
/**/
_display: inline;
_zoom: 1;
}
/*--Tier 1---*/
.d-dropdown .menu>* {
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
}
* html .d-dropdown .menu dt,
* html .d-dropdown .menu dd,
* html .d-dropdown .menu li {
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
}
.d-dropdown .menu a {
margin: 0 1px;
-moz-outline: none;
}
.d-dropdown .menu-title { min-height: 2em; }
.d-dropdown>li a { padding: 0; }
/*--Tier 2---*/
.d-dropdown .menu>*,
.d-dropdown .menu>*>a { padding: 2px 8px; }
.d-dropdown .menu>*>a { margin: 0 -7px; }
.d-dropdown .divide a { font-weight: normal; }
.d-dropdown .divide { border-top: 1px solid #ccc; }
.d-dropdown .menu .divide { padding-top: 3px; }
