/* -------------------------------------------------------------- */
/* global styles */
/* -------------------------------------------------------------- */

body {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: #000 url(/en/images/global/backgroundgradient.gif) top left repeat-x;
  text-align: center;
}

h1 {
  display: none;
}

h2, listingTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin: 0px;
}

h2.pageTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 15px;
}


h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
}

a:link, a:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 10pt;
}

.financingOption, a.financingOption {
  font-family: Arial, Helvetica, sans-serif;
  color: #C00;
  font-weight: bold;
}

.ellipse {
  text-overflow: ellipse;
  overflow: hidden;
}

li, p, td, .text {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 10pt;
}

em, .emphasizedText {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 10pt;
  font-style: italic;
}

.fieldName {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
}

b, strong, .boldText {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.codeText {
  font-family: Courier New, Courier, monospace;
  color: #000;
  font-size: 10pt;
}

.formErrorBox {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 10pt;
  
  border: 1px solid #fc3;
  margin-bottom: 15px;
  background: #ff9;
}

select {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 8pt;
}

option.emphasized {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 8pt;
  font-weight: bold;
}

option.title {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 8pt;
  font-style: italic;
}

#leftPageShadow {
  width: 15px; 
  background: #000 url(/en/images/global/shadowleft.gif) top right no-repeat;
}

#rightPageShadow {
  width: 15px; 
  background: #000 url(/en/images/global/shadowright.gif) top left no-repeat;
}

td.formFieldLabel {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 10pt;
  font-weight: bold;
  padding-right: 15px;
}

td.requiredFormFieldLabel {
  font-family: Arial, Helvetica, sans-serif;
  color: #F00;
  font-size: 10pt;
  font-weight: bold;
  padding-right: 15px;
}

.formFieldLabel {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 10pt;
  font-weight: bold;
}

.requiredFormFieldLabel {
  font-family: Arial, Helvetica, sans-serif;
  color: #F00;
  font-size: 10pt;
  font-weight: bold;
}

.focusedFormField {
  background: #ff9;
  border: 1px solid #000;
  padding: 2px 1px;
}

.unfocusedFormField {
  background: #fff;
  border: 1px solid #000;
  padding: 2px 1px;
}

.fixedTable {
  table-layout: fixed;
}

/* -------------------------------------------------------------- */
/* task pane */
/* -------------------------------------------------------------- */

.taskpane_tlc {
  background-image: url(/en/images/global/taskpaneleft.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border-width: 0 0 0 0;
}

.taskpane_header table {
  color: #E2F5FE;
}

/* table header text */
.taskpane_header table tr td {
  color: #000;
}

.taskpane_header {
  border-top: 1px solid #000;
  background: url(/en/images/global/taskpanecenter.gif);
  background-color: #F90;
  background-repeat: repeat;
  border-width: 1 0 0 0;
}

.taskpane_trc {
  background-image: url(/en/images/global/taskpaneright.gif);
  background-position: top right;
  background-repeat: no-repeat;
  border-width: 0 0 0 0;
}

.taskpane_content {
  background-color: #FFF;
  color: #E68328;
  border: 1px solid #000;
  width: 100%;
}

.taskpane_content .bestBuyText {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 8pt;
}

ul.taskpane_list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ul.taskpane_list li:first-child {
  padding: 3px;
  border: 0;
}

ul.taskpane_list li {
  padding: 3px;
  border-top: 1px solid #CCC;
}

ul.taskpane_list li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: #000;
}

ul.taskpane_list li a:hover {
  color: #F90;
}

/* -------------------------------------------------------------- */
/* task pane checklist */
/* -------------------------------------------------------------- */

ul.taskpane_checklist {
  padding: 0px 0px 0px 20px;
  margin: 0px;
  list-style-image: url('/en/images/listequipment/check.jpg');
}

ul.taskpane_checklist li:first-child {
  padding: 3px;
  border: 0;
}

ul.taskpane_checklist li {
  padding: 3px;
  border-top: 1px solid #CCC;
}

ul.taskpane_checklist li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: #000;
}

ul.taskpane_checklist li a:hover {
  color: #F90;
}

/* -------------------------------------------------------------- */
/* header */
/* -------------------------------------------------------------- */

#headerSearchArea {
  width: 225px;
  float: right;
  padding: 5px 5px 0px 0px;
}

.signInText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #FFF;
  text-align: right;
}

.signInText a, .signInText a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #FFF;
  text-align: right;
}

.signOutText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #FFF;
  text-align: right;
}

.signOutText a, .signOutText a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #FFF;
  text-align: right;
}

#headerSearchArea .searchForm {
  text-align: right;
  float: right;
}

#headerSearchArea .searchButton {
  border: 1px solid #FFF;
  background: #000;
  height: 20px;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #F90;
  font-weight: bold;
  text-align: center;
}

#headerSearchArea div {
  float: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: #EEE url(/en/images/global/searchboxfull.gif) no-repeat top left;
}

#headerSearchArea div input.searchBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;

  margin: 2px 10px 0px 20px;
  border: 0px;
  padding: 0px;
  height: 18px;
  width: 90px;
  background: transparent;
}

input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
}

/* -------------------------------------------------------------- */
/* global nav bar */
/* -------------------------------------------------------------- */

#globalNavBar {
  background: #000 url(/en/images/global/globalnavbarbackground.gif) bottom left repeat-x;
  height: 26px;
}

#globalNavBar dl {
  margin: 0px;
  padding: 0px;
}

#globalNavBar dd {
  margin: 0px;
  padding: 0px;
}

#globalNavBar a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
  background: url(/en/images/global/globalstart.gif) top left no-repeat;
  float: left;
  padding: 6px 10px 5px 10px;
  text-align: center;
  border-right: 1px solid #600;
  text-decoration: none;
}

#globalNavBar a.current {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
  background: url(/en/images/global/globalselectedstart.gif) top left no-repeat;
  float: left;
  padding: 6px 10px 5px 10px;
  text-align: center;
  border-right: 1px solid #600;
  text-decoration: none;
  font-weight: bold;
}

#globalNavBar a:hover {
  background: url(/en/images/global/globalhoverstart.gif) top left no-repeat;
  color: #FF0;
}

/* -------------------------------------------------------------- */
/* section nav bar */
/* -------------------------------------------------------------- */

#sectionNavBar {
  background: #F90;
  height: 24px;
  width: 740px;
  text-align: left;
}

#sectionNavBar dl {
  margin: 0px;
  padding: 0px;
}

#sectionNavBar dd {
  margin: 0px;
  padding: 0px;
}

#sectionNavBar a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
  float: left;
  padding: 4px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
}

#sectionNavBar a.current {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
  float: left;
  padding: 4px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
}

#sectionNavBar a:hover {
  color: #FF0;
}

#sectionNavBarDropShadow {
  height: 15px;
  background: #FFF url(/en/images/global/sectionnavbarshadow.gif) top left repeat-x;
}

/* -------------------------------------------------------------- */
/* space X */
/* -------------------------------------------------------------- */

#spaceXColumn1 {
  width: 370px;
  height: 170px;
}

#spaceXColumn2 {
  width: 186px;
  height: 170px;
}

#spaceXColumn3 {
  width: 164px;
  height: 170px;
}

/* -------------------------------------------------------------- */
/* content bar */
/* -------------------------------------------------------------- */

#contentBarColumn1 {
  width: 370px;
  height: 40px;
  background: #000 url(/en/images/global/contentbarbackground.gif);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

#contentBarColumn2 {
  width: 186px;
  height: 40px;
  background: #000 url(/en/images/global/contentbarbackground.gif);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

#contentBarColumn3 {
  width: 164px;
  height: 40px;
  background: #000 url(/en/images/global/contentbarbackground.gif);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

#listingContentBar {
  height: 40px;
  background: #000 url(/en/images/global/contentbarbackground.gif);

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  padding-left: 5px;
}

/* -------------------------------------------------------------- */
/* content */
/* -------------------------------------------------------------- */

#content {
  width: 740px;
}

#contentWideColumn {
  background: #EEE;
  padding: 5px;
  height: 200px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  text-align: left;
  vertical-align: top;
}

#contentColumns1And2 {
  width: 561px;
  background: #EEE;
  padding: 5px;
  height: 200px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  text-align: left;
  vertical-align: top;
}

#contentColumn1 {
  width: 370px;
  background: #EEE;
  padding: 5px;
  height: 200px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  text-align: left;
  vertical-align: top;
}

#contentColumn2 {
  width: 186px;
  background: #EEE;
  padding: 5px;
  height: 200px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  text-align: left;
  vertical-align: top;
}

#contentColumn3 {
  width: 164px;
  background: #EEE;
  padding: 5px;
  height: 200px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  text-align: left;
  vertical-align: top;
}

#contentColumns2And3 {
  width: 355px;
  background: #EEE;
  padding: 5px;
  height: 200px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  text-align: left;
  vertical-align: top;
}

/* -------------------------------------------------------------- */
/* disclaimer */
/* -------------------------------------------------------------- */

#disclaimer {
  background-color: #FFF;
}

#disclaimer table {
  margin-left: 3px;
  width: 735px;
}

#disclaimer table td {
  background-color: #EEE;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: italic;
  color: #000;
  text-align: center;
}

#disclaimer table td a {
  font-size: 8pt;
  font-style: normal;
}

/* -------------------------------------------------------------- */
/* footer */
/* -------------------------------------------------------------- */

#footer {
  width: 660px;
  height: 95px;
  padding: 4px 0px 0px 50px;
  background: #000 url(/en/images/global/footerbackground.gif) top left no-repeat;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  text-align: left;
}

/* -------------------------------------------------------------- */
/* listing */
/* -------------------------------------------------------------- */

.listingSmallPreviewPicture {
  float: left;
  padding: 1px;
}

.listingSmallPreviewPicture img {
  width: 53px;
  height: 40px;
  border: 1px solid #000;
}

.listingMediumPreviewPicture {
  padding: 1px;
}

.listingMediumPreviewPicture img {
  width: 80px;
  height: 60px;
  border: 1px solid #000;
}

div.listingFullSizedPicture {
  text-align: center;
}

div.listingFullSizedPicture img {
  width: 350px;
}

/* -------------------------------------------------------------- */
/* blog articles */
/* -------------------------------------------------------------- */

span.blogTitle {
  font-weight: bold;
  font-size: 11pt;
}

span.blogAuthor {
  font-style: italic;
  margin-left: 15px;
}

span.blogDate {
  font-style: italic;
  margin-left: 15px;
}

p.blogText {
  margin-left: 15px;
}

/* -------------------------------------------------------------- */
/* header */
/* -------------------------------------------------------------- */

#leftPageShadow {
  width: 15px; 
  background: #000 url('../../images/global/shadowleft.gif') top right no-repeat;
}

#rightPageShadow {
  width: 15px; 
  background: #000 url('../../images/global/shadowright.gif') top left no-repeat;
}

#header {
  width: 740px; 
  height: 100px; 
  text-align: left; 
  background-color: #000;
}

#header table {
  border: 0px;
  width: 100%;
  padding: 0px;
  border-collapse: collapse;
}

#header a {
  color: #FFF; 
  text-decoration: underline; 
}

#header td {
  color: #FFF;
  font-family: Arial, Helvetica;
  font-size: 10pt;
}

#header td p {
  margin: 0px;
  margin-top: 3px;
  margin-right: 5px;
  text-align: right;
}

#phone {
  font-family: Impact, Arial;
  font-size: 14pt;
}

#phone a {
  font-family: Impact, Arial;
  font-size: 14pt;
  text-decoration: none;
}

#header input {
  type: text;
  width: 40px;
}

#banner {
  width: 370px;
}

#header img {
  padding-left: 10px;
}

#changeLanguageMenu {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #000;
  z-index: 100;
  padding: 0px 10px 5px 10px;
  text-align: left;
}

#changeLanguageMenu ul {
  padding-left: 20px;
}

#changeLanguageMenu ul a:hover {
  text-decoration: underline;
}

#changeLanguageMenu ul a {
  text-decoration: none;
}

