html {
    height: 100%;
}

body {
    background-color: silver;
    font-family: Sans-Serif;
    margin: 0px;
    padding: 0px;
    font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial, sans-serif;
}

div.detailItem {
    margin-bottom: 45px;
}

div.detailItem h1 {
    margin-bottom: 15px;
}

div.detailItem ul {
    padding-top: 30px;
    margin-left: 200px;
}

div.detailItem form {
    text-align: center;
}

.image-left {
    clear: left;
    border: none;
}

.image-right {
    clear: right;
    border: none;
}

div#theme-content {
    display: block;
    background-color: #ffffff;
    width: 980px;
    height: 100%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #a0a0a0;
}

div#theme-head {
    background: #f0f0f0;
    margin: 0;
    padding: 0;
}

div#theme-logo {
    margin: 0;
    padding: 10px 0 0 10px;
}

div#theme-searchbox {
    clear: right;
    float: right;
    margin: 10px;
}

ul#theme-siteactions {
    margin: 10px 10px 5px 0;
    display: block;
    float: right;
    list-style: none;
}

ul#theme-siteactions li {
    display: inline;
    padding-left: 0.3em;
}

ul#theme-siteactions li a {
    padding: .2em;
    text-decoration: none;
    color: #606060;
}

ul#theme-siteactions li a:hover {
    background: #d8d8d8;
}

div#theme-menu-bar {
    position: relative;
    background-color: Silver;
    border-width: 1px 0px;
    border-style: solid;
    border-color: Yellow;
    margin: 0;
    padding: 5px 0px;
}

div#theme-menu-bar ul#theme-personal-bar {
    float: left;
    display: block;
    list-style: none;
    margin: 0 10px;
    padding: 0px;
}

div#theme-menu-bar ul#theme-section-menu {
    display: block;
    list-style: none;
    margin: 0px;
    margin-left: 270px;
    padding: 0px;
    font-size: 120%;
}

div#theme-menu-bar li {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#theme-menu-bar a {
    padding: 2px 5px;
    background-color: Silver;
    text-decoration: None;
    border-right: 1px Yellow solid;
    color: #505050;
}

div#theme-menu-bar li.selected a {
    color: #f00000;
}

div#theme-menu-bar a:hover {
    text-decoration: None;
    background-color: #cccccc;
}

div#theme-main {
    clear: both;
    position: relative;
}

div#theme-left-column {
    position: absolute;
    width: 250px;
    margin: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    background-color: #dcdcdc;
}

h1#theme-main-heading {
    clear: none;
    display: block;
    margin: 0 0 0 270px;
    padding: 5px 10px;
    background: #f0f0f0;
    text-align: left;
    text-decoration: none;
    font-size: 180%;
    border-width: 0 0 1px 0;
}

div#theme-breadcrumbs {
    margin-left: 270px;
    padding: 10px;
}

div#theme-main-content {
    position: relative;
    margin-left: 270px;
    padding: 0 5px 30px 5px;
    min-height: 600px;
}

div#theme-footer {
    position:relative;
    margin-left: 270px;
    padding: 20px 5px;
    text-align:center;
}

.portlet {
    background: #e8e8e8;
    border: #a0a0a0 1px solid;
    margin-right: 8px;
    line-height: 1.1em;
}

.portletHeader {
    background: silver;
    border: none;
    border-bottom: #a0a0a0 1px solid;
    padding: 0px;
    line-height: 1.1em;
}

.portletItem {
    background: none;
    border: none;
    padding: 0px;
}

.portletFooter {
    background: silver;
    border: none;
    border-top: #a0a0a0 1px solid;
    padding: 0px;
}

.portletMDNavigation {
    font-size: 150%;
}

.portletMDNavigation .portletHeader {
    padding: 3px 10px;
}

.portletMDNavigation .portletItem {
    padding: 0px;
}

.portletMDNaviation .portletFooter {
    height: 50px;
}

.portletMDNavigation a {
    display: block;
    padding: 0px 10px;
    border: transparent solid;
    border-width: 1px 0px;
}

.portletMDNavigation a.selected {
    background: #d8d8d8;
    border-color: #a0a0a0;
}

.portletMDNavigation a:hover {
    background: #a0a0a0;
    border-color: yellow;
}

li.partner {
    margin: 10px 10px 10px 0px;
    display: block;
    list-style: none;
    border: 1px silver solid;
    padding: 5px;
    background: #d8d8d8;
}

li.branch {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

li.region-rep {
    float: left;
    width: 300px;
}

li.partner table {
    width: 100%;
}

li.branch td.img {
    width: 150px;
    height: 150px;
}

li.region-rep td.img {
    width: 100px;
    height: 100px;
}

li.partner td.text {
    vertical-align: middle;
    text-align: center;
}

li.partner td.img a {
    border: none;
}

li.partner td.text ul {
    display: block;
    margin: 5px;
    padding: 3px;
    list-style: none;
    border: 1px silver solid;
    background: #e8e8e8;
}

li.partner td.text ul a {
    text-decoration: none;
    font-weight: bold;
}

li.branch td.text ul {
    font-size: 130%;
    padding: 6px;
}

li.branch ul {
    list-style: none;
    display: inline-block;
    border: 1px solid yellow;
    padding: 3px;
    background: #e0e0e0;
}

.partner-end {
    clear: both;
}

img.salespartner-logo {
    display: block;
    margin: 0 auto;
}

.salespartner-main-heading {
    text-align: center;
    margin: .5em 0 0 0;
    text-decoration: none;
    border: silver solid;
    border-width: 1px 0;
    background: #e8e8e8;
    font-size: 200%;
}

div.salespartner-text {
    margin: 2em 1em 0em 1em;
    padding: 5px;
    background: #f7f7f7;
    border: 1px silver solid;
}

img.salespartner-picture {
    float: left;
    margin: 2em 0 2em 0;
}

.salespartner-contact-heading {
    margin: 2.5em 0 1em 0;
    text-decoration: none;
    border: silver solid;
    border-width: 1px 0;
    background: #e8e8e8;
}

.salespartner-contact-heading span {
    margin-left: 2em;
}

.salespartner-contact-wrapper {
    display: block;
    margin-left: -2em;
}

table.salespartner-contact {
    background: #e0e0e0;
    border: 1px silver solid;
    border-collapse: collapse;
    margin: 1em auto;
}

table.salespartner-contact td {
    display: table-cell;
    vertical-align: top;
    padding: 3px 6px;
    font-size: 1.2em;
    border: silver solid;
    border-width: 1px 0;
}

table.salespartner-contact td.label {
    font-weight: bold;
    vertical-align: top;
    padding-right: 2em;
}

table.salespartner-contact td.odd {
    background: #e8e8e8;
}

table.salespartner-contact td.even {
    background: #f0f0f0;
}

.salespartner-contacts-heading {
    clear: left;
    text-decoration: none;
    border: silver solid;
    border-width: 1px 0;
    background: #e8e8e8;
    padding-left: 1em;
    margin-bottom: 1em;
}

ul.salespartner-contacts {
    display: block;
    margin: 0 6em;
}

li.salespartner-person {
    list-style: none;
    display: block;
    background: #e0e0e0;
    border: 1px solid silver;
    width: 250px;
    margin: 10px 0;
}

ul.salespartner-contacts li.odd {
    float: right;
}

ul.salespartner-contacts li.even {
    float: left;
}


li.salespartner-person table {
    border: none;
    width: 100%;
}

li.salespartner-person td {
    vertical-align: middle;
    text-align: center;
}

li.salespartner-person td.img {
    width: 66px;
    height: 82px;
    padding: 0;
    margin: 0;
}

li.salespartner-person td ul {
    display: block;
    margin: 5px;
    padding: 3px;
    list-style: none;
    border: 1px silver solid;
    background: #e8e8e8;
}

li.salespartner-person td ul a {
    text-decoration: none;
    font-weight: bold;
}

div.clear-floats {
    margin: 0;
    padding: 0;
    clear: both;
}

h1 {
    text-align: center;
    text-decoration: none;
    border: silver solid;
    border-width: 1px 0;
    background: #e8e8e8;
    font-size: 200%;
    padding: 2px;
}

.partnercontact-main-heading {
    text-align: center;
    margin: .5em 0 0 0;
    text-decoration: none;
    border: silver solid;
    border-width: 1px 0;
    background: #e8e8e8;
    font-size: 200%;
}

.partnercontact-job-heading {
    text-align : center;
    border: none;
    font-size: 150%;
    margin: 0.5em 0 0 1em;
}

img.partnercontact-picture {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
}

div.partnercontact-contact-wrapper {
    margin-top: 1em;
}

ul.products {
    margin: 0 5px;
}

li.product {
    margin: 10px 5px;
    display: block;
    list-style: none;
    border: 1px silver solid;
    padding: 5px;
    background: #d8d8d8;
    float: left;
    width: 310px;
}

li.product.odd {
    float: right;
}

li.product table {
    width: 100%;
}

li.product td.img {
    width: 128px;
    height: 128px;
    margin: 0;
    padding: 0;
}

li.product td.text {
    vertical-align: middle;
    text-align: center;
}

li.product td.img a {
    border: none;
}

li.product td.img a img {
    display: block;
    margin: 0 auto;
}

li.product td.text ul {
    display: block;
    margin: 3px;
    padding: 3px;
    list-style: none;
    border: 1px silver solid;
    background: #e8e8e8;
}

li.product td.text ul a {
    text-decoration: none;
    font-weight: bold;
    font-size: 130%;
}

li.product td.text .extra-info {
    color: #60636C;
    margin: 0;
}

h2.flail-header {
    border: none;
    text-align:center;
    font-size: 140%;
    line-height: 1.2em;
    margin: 5px;
    padding: 3px;
}

div.flail-header-box {
    margin: 0;
    padding: 5px;
    font-size: 50%;
    width: 130px;
    background: none;
    text-align: center;
    line-height: 1em;
}

div.flail-header-width {
    float: left;
    border-right: 1px silver solid;
}

div.flail-header-power {
    float: right;
    border-left: 1px silver solid;
}

div.flail-header-box h4 {
    padding: 0;
    margin: 0 0 0.3em 0;
    line-height: 1em;
}

div.flail-header {
    text-align: center;
    text-decoration: none;
    border: silver solid;
    border-width: 1px 0;
    background: #e8e8e8;
    font-size: 200%;
    vertical-align: middle;
    line-height: 1.6em;
}

div.flail-main-text {
    margin: 0em 1em 0em 1em;
    padding: 5px;
    background: #f8f8f8;
    border: 1px silver solid;
}

div.articles-spacer {
    display: block;
    margin: 20px 20px 10px 20px;
    padding: 0;
}

table.articles {
    text-align: center;
    border-collapse: collapse;
    border: 1px silver solid;
    margin: 0;
    width: 100%;
}

table.articles thead {
    background: #d8d8d8;
    font-size: 110%;
}

table.articles td.article-number {
    width: 100px;
    text-align: left;
}

table.articles.product-accessories td.description {
    text-align: left;
}

table.articles td.further-info {
    width: 100px;
}

table.articles td,th {
    padding: 4px;
    border: silver solid;
    border-width: 1px 1px;
}

table.techdata {
    text-align: center;
    border-collapse: collapse;
    border: 1px silver solid;
    margin: 20px 10px 0 20px;
}

table.techdata thead {
    background: #d8d8d8;
    font-size: 110%;
}

table.techdata td,th {
    padding: 4px;
    border: silver solid;
    border-width: 1px 1px;
}

tr.odd {
    background: #e8e8e8;
}

tr.even {
    background: #f0f0f0;
}

table.techdata td.title {
    width: 200px;
}

table.techdata td.data {
    width: 130px;
}

form.edit-techdata-button {
    margin-top: 20px;
}

div.newsitem-full {
    margin: 2em 1em 0em 1em;
    padding: 0;
    background: #f8f8f8;
    border: 1px silver solid;
}

div.newsitem-full div.metadata {
    border: silver solid;
    border-width: 0 0 1px 0;
    background: #d8d8d8;
    margin: 0;
    padding: 5px;
    font-size: 85%;
    color: #606060;
    text-align: right;
}

div.newsitem-full div.content {
    margin: 0;
    padding: 5px;
}

li.newsitem {
    margin: 10px auto;
    display: block;
    list-style: none;
    border: 1px silver solid;
    padding: 0;
    background: #e8e8e8;
    width: 510px;
}

li.newsitem h2.heading {
    border: silver solid;
    border-width: 0 0 1px 0;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 5px 0;
    background: #d8d8d8;
}

li.newsitem h2.heading a {
    border: None;
    margin: 0;
    padding: 0;
    font-size: 110%;
    text-decoration: None;
}

li.newsitem table {
    width: 100%;
    padding: 0 5px 5px 5px;
}

li.newsitem td.img {
    width: 128px;
    margin: 0;
    padding: 0;
}

li.newsitem td.text {
    vertical-align: top;
    text-align: center;
}

li.newsitem td.img a {
    border: none;
}

li.newsitem td.img a img {
    display: block;
    margin: 0 auto;
    border: 1px silver solid;
}

li.newsitem td.text div.content {
    display: block;
    margin: 3px;
    padding: 5px;
    list-style: none;
    border: 1px silver solid;
    background: #f0f0f0;
    text-align: left;
}

li.newsitem td.text .details {
    color: #585858;
    margin: 2px 5px;
    display: block;
    text-align: right;
}

li.newsitem td.text div.read-more {
    color: #585858;
    margin: 5px 5px 2px 0px;
    text-align: right;
}

.documentActions {
    margin-top: 3em;
}

div.localizedsite-main-text {
    margin: 0em 1em 0em 1em;
    padding: 5px;
    background: #f8f8f8;
    border: 1px silver solid;
}

div.youtube-left {
    clear: left;
    float: left;
    margin: 5px;
    width: 320px;
    height: 265px;
    padding: 0;
    border: none;
}

div.youtube-right {
    clear: right;
    float: right;
    margin: 5px;
    width: 320px;
    height: 265px;
    padding: 0;
    border: none;
}

div.youtube-centered {
    clear: both;
    margin: 5px auto;
    width: 425px;
    height: 344px;
    padding: 0;
    border: none;
}
