/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  color: #333;
}
p span.displaynone { 
	display:none; 
}
.hide {
	display: none;
}
.show {
	display: block
}
.navCart {
	float: left;
	margin-right: 5px;
	color: #FFF;
	padding-left: 30px;
	font-size: 14px;
	line-height: 38px;
	text-decoration: none;
}
.navCart:hover {
	color: #90002B;
	cursor: pointer;
}
.navCart1 {
	height: 25px;
	background-image: url(../../images/symbols/cart1.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.navCart1:hover {
	background-position: 0 0;
}
.navCart img {
	float: left;
}
.SegufixShop {
	display:block;
	text-decoration: none;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
	line-height: 22px;
}
.SegufixShop:hover {
	color: #90002B;
}
.navCart a, .navCart a:link, .navCart a:visited, .SegufixShop, .SegufixShop a:link, .SegufixShop a:visited {
	display:block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-style:none;
}
.navFlags {
	float: right;
	margin-left: 10px;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #A8BDB4;
	background-image:url(../../images/backgrounds/gradiantbg.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#fullWidthHeader {
	background-color: #738B80;
	border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 135px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
.headerShop {
	background-image: url(../../images/symbols/cart.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 6px;
}
.navHeader {
	background-color: #738B80;
	float: left;
	margin-top: 6px;
}
.cartFlags {
	margin-top: 6px;
	margin-bottom: 0px;
	height: 31px;
}
.navHeader a:link, .navHeader a:visited {
	color: #FFF;
}
/* Commonly used to style page titles. */
h1 {
  color: #4A6163;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding-bottom: 20px;
}
/* Commonly used to style section titles. */
h2 {
  color: #4A6163;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h5 {
	color: #6E6E6E;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding-bottom: 10px;
}
	
/* Sets the style for unvisited links. */
a,  a:link {
  color: #607D80;
  font-weight: bold;
  text-decoration: none;
}
a img {
	text-decoration: none;
	border: 0 none;
}
#outerWrapper #footer a:link {
	font-weight: normal;
	font-size: 10px;
  	text-decoration: none;
}
#fullWidthHeader #topNavigation .navHeader a:link {
	color: #FFF;
  	text-decoration: none;
}
#fullWidthHeader #topNavigation navHeader a:visited {
	color: #FFF;
  	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #607D80;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #90002B;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #607D80;
  text-decoration: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #607D80;
  text-decoration: none;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 999px;
}
/* Encloses leftColumn1 and Content to house leftColumn1 backround image */
#innerWrapper {
	min-height: 720px;
	padding-top: 30px;
	background-image: url(../../images/backgrounds/unterm_unten.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: table-cell;
}
#leftColumn1 {
	min-height: 720px;
	padding-top: 30px;
}
.ampel {
	font-size: 14px;
	float: left;
	padding-right: 10px;
}
#fullWidthHeader #topNavigation {
	border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	overflow: visible;
	background-color: #738B80;
	width: 999px;
	margin: 0 auto 0 auto;
}
/* Also sets margin of innerWrapper background image  */
#outerWrapper #contentWrapper {
	background-image: url(../../images/backgrounds/contentWrapper_bg2.png);
	background-repeat: repeat-y;
	padding-left: 10px;	
	padding-bottom: 15px;
	overflow: hidden;
	clear:both;
}
#outerWrapper #contentWrapper #leftColumn1 { /* Sets the right border properties for an element using shorthand notation */
	float: left;
	font-size: 12px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 150px;
	margin-top: -15px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-color: #608061;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	font-size: 12px;
	padding: 30px;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 180px;
}
.contentText {
	padding: 30px;
}
.leftGurte {
	margin-top: -25px;
	border: 0 solid #FFF;
	background-image: url(../../images/backgrounds/gurte.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 150px;
	margin-bottom: 20px;
}
.leftAmpel {
	float: left;
	color: #333;
	line-height: 110%;
	position: relative;
	margin-bottom: 10px;
}
.leftAmpel p {
	position: absolute;
	bottom: -13px;
	left: 42px;
}
.ampelLeftText {
}
#outerWrapper #footer {
	background-color: #93ADA2;
	border-top: solid 1px #608061; /* Sets the top border properties for an element using shorthand notation */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 10px 2px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #666;
	text-align: center;
}
#outerWrapper #footer a:link, #outerWrapper #footer a:visited {
	color: #4A6163;
}
#outerWrapper #footer a:hover {
  color: #90002B;
}
.unternehmenFloatLeft {
	float: left;
	font-size: 12px;
	color: #333;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-weight: bold;
}
.downloadsFloatLeft {
	float: left;
	font-size: 12px;
	color: #333;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 45px;
	font-weight: bold;
	width: 145px;
}
.fortbildungFloatLeft {
	float: left;
	font-size: 12px;
	color: #333;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-weight: bold;
}
.contactFloatLeft {
	float: left;
	font-size: 14px;
	color: #333;
	max-width:171px;
	margin: 30px;
}
.produkteFloatLeft {
	float: left;
	font-size: 12px;
	color: #333;
	width: 140px;
	height: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 50px;
}
.unternehmenFloatRight {
	margin: 30px;
	float: right;
}
.imageInText {
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
	border: thin solid #FFF;
	height: 266px;
	width: 187px;
}
/*'.indexText {
	position: absolute;
	margin-left: 10px;
	width: 722px;
	padding-top: 30px;
}
commented out so index page doesn't spill over footer on mobil devices.
*/
.detailDescription {
	float: right;
	width: 530px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	height: auto;
	margin-right: -10px;
	margin-left: 20px;
	margin-top: -10px;
}
.detailImages {
	float: left;
	width: 216px;
	margin-left: -10px;
}
.detailImages img {
	margin-top: 5px;
	margin-right: 2px;
	padding-bottom: 7px;
}
.laundry {
	float: left;
	margin-right: 10px;
	margin-left: 20px;
}
.traffic img {
	vertical-align:baseline;
	margin-right: 20px;
}
.pzn {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 12px;
	padding-right: 5px;
	color: #333;
}
.pzn2 {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 12px;
	color: #333;
}
.tuev {
	float: left;
	padding-top: 20px;
}
.traffic {
	float: left;
	margin-top: -4px;
	margin-bottom: 0px;
}
.itemno {
	font-size: 14px;
	font-weight: bold;
	color: #90092A;
	line-height: 20px;
}
.detailTitel {
	font-size: 14px;
	font-weight: bold;
	line-height: 110%;
}
.detailText, .detailText a {
	font-weight: bold;
	line-height: 14px;
}
.detailTable {
	width: 500px;
	max-height: 350px;
	margin-bottom: 10px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #999;
}
.detailContent {
	font-weight: normal;
	margin-left: 10px;
	margin-top: -10px;
}
.detailContent2 {
	font-weight: normal;
	margin-left: 2px;
	margin-top: -10px;
	line-height: 16px;
}
.hyphen {
	margin-left: -10px;
}
.detailInfo {
	font-size: 12px;
	font-weight: normal;
	margin-left: 0px;
}
.detailTableTitle {
	background-color: #BBD2C8;
}
.detailTableItemNo {
	float: left;
	width: 45%;
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 30px;
	margin-right: -20px;
}
.detailTablePrice {
	float: left;
	width: 28%;
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: right;
	padding-right: 30px;
	margin-left: -72px;
}
.detailTablePzn {
	float: left;
	width: 27%;
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 30px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	clear: both;
}
.shrinking2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 110%;
	font-weight: normal;
	color: #333;
	text-align: center;
	width: 100%;
	padding-top: 1px;
}
.shrinking {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 110%;
	font-weight: normal;
	color: #333;
	width: 100%;
}
.tuevPznLaundryTraffic {
	margin-top:10px;
	margin-left: -240px;
}
.sizinginfo {
	float: left;
	margin-top:30px;
	padding-bottom:10px;	
}
.clearBothDetail {
	clear: both;
}
.search {
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	margin-right: 10px;
	float: right;
	color: #F00;
}
.search input[type=text] {
	padding-left: 5px;
	font-size: 12px;
	width: 140px;
 }
.search input[type=submit] {
	background-image: url(../../images/symbols/lupe.png);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 25px;
	height: 18px;
	margin-left: -25px;
	cursor: pointer;
	border-width: 0 0 0 0;
	border-style: none;
	text-indent: -9999px;
 }
#content li {
	list-style-position: outside;
}
.unternehmenText {
	margin-left: 220px;
	margin-right: 40px;
}
.leftUnten {
	background-image: url(../../images/backgrounds/unterm_unten.jpg);
	background-repeat: no-repeat;
	height: 162px;
	margin-bottom: 0px;
}
.leftUnten img { 
	position: absolute; bottom: 0;
}
.searchContainer {
	min-height: 106px;
	width: 700px;
	border: thin solid #9F9F9F;
	margin: 10px;
	padding: 10px;
	vertical-align: top;
}
.searchImage {
	float: left;
}
.searchTitle {
}
.searchText {
	position: relative;
	margin-left: 135px;
}
.searchText a:link {
	display:block;
	text-decoration: none;
	border-style:none;
}
.searchInfo {
	margin-top: 8px;
	line-height: 110%;
}
.searchText a, .searchText a:link, .searchText a:visited{
	color: #666;
}
.searchText .searchInfo a, .searchInfo .searchTitle a:link, .searchInfo .searchTitle a:visited {
	font-weight: normal;
}
.hideSubmit {
	display: none;
}
.trainingAvailable {
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: -25px;
	font-size: 12px;
}
.ampelWindow {
	background-image: url(../../images/backgrounds/gradiantbg.png);
	font: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
}
.flash {
	width: 720px;
	height: 180px;
	margin-bottom: 30px;
	border: thin solid #999;
	overflow: hidden;
}
.indexLeftText {
	float: left;
	padding-right: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	width: 340px;
}
.indexRightText {
	float: left;
	width: 340px;
	padding-left: 20px;
}
#instructions {
	float: left;
	line-height: 17px;
	width: 330px;
	margin-right: 40px;
}
#instructions a {
	font-weight: normal;
}
#content #instructions a:hover .instructionItemno, #content #instructions a:hover .instructionName {
  color: #90002B;
	text-decoration: none;
}
.instructionItemno {
	float: left;
	color: #6E6E6E;
}
.instructionName {
	margin-left: 50px;
	color: #6E6E6E;
}
.bold {
	font-weight: bold;
}
.tabelleGebuehren {
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#footer .validator {
	text-align: right;
	margin-top: -25px;
}
/*.table {
	max-width: 500px;
	border: 1px solid #666;
	overflow-y: auto;
	max-height: 360px;
	position: relative;
}
.tableHeader, .tableRow1, .tableRow2, .tableRow3 {
	float: left;
	display: inline-block;
	line-height: 30px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	margin-left: -1px;
	overflow-y: hidden;
	margin-top: -1px;
}
.tableHeader {
	width: 33.33%;
	text-align: center;
}
.tableRow1 {
	width: 23.33%;
	text-align: left;
	padding-left: 10%;
}
.tableRow2 {
	width: 21.33%;
	text-align: right;
	padding-right: 12%;
}
.tableRow3 {
	width: 33.33%;
	text-align: center;
}
.tableHeader {
	background-color: #BBD2C8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
}*/

.tableHeaderLock {
    min-width: 500px;
	height: 100px;
    table-layout: fixed;
	/*border: 1px solid #666;*/
}
.locks {
	font-size: 14px;
	font-weight: bold;
}
#tableLocks table {
}
#tableLocks td {
    text-align: left;
	font-size: 13px;
	font-weight: normal;
	vertical-align: top;
	height: 12px;
	line-height: 16px;
	border-spacing: 0px;
	/*border: solid 1px #666;*/
	
}
#tableLocks th {
	font-size: 14px;
}
#tableLocks th:nth-child(1), #tableLocks td:nth-child(1) {
	width: 30%;
}
#tableLocks th:nth-child(2), #tableLocks td:nth-child(2) { 
	padding-left: 20px;
	width: 33%;
}
#tableLocks th:nth-child(3), #tableLocks td:nth-child(3) { 
	padding-left: 20px;
	width: 33%;
}
#tableLocks tr:nth-child(1) {
	padding-bottom: 2px;
	padding-top: 15px;
}
#tableLocks tr:nth-child(3) td {
	padding-right: 90px;
	padding-bottom: 10px;
}
#tableLocks tr:nth-child(3) td:nth-child(1) {
	background-image: url(../../images/locks/magneticlock3.png);
	background-repeat: no-repeat; 
	background-position: right bottom;
}
#tableLocks tr:nth-child(3) td:nth-child(2) {
	background-image: url(../../images/locks/twistlock3.png);
	background-repeat: no-repeat; 
	background-position: right bottom;
}
#tableLocks tr:nth-child(3) td:nth-child(3) {
	background-image: url(../../images/locks/pushlock3.png);
	background-repeat: no-repeat; 
	background-position: right bottom;
}
	

.itemnoTable {
	height: 370px; 
	width: 500px;
	overflow-y:auto; 
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #666;
	margin-top: 40px;
}
#itemnoTable table, #itemnoTable td, #itemnoTable th {    
    border: 1px solid #666;
    padding: 8px 15px 8px 15px;
}
#itemnoTable th {
	background-color: #BBD2C8;
	text-align: center;
	border-top-width: 0px;
	width: 33%;
}
#itemnoTable {
    border-collapse: collapse;
    width: 100%;
	overflow-y: hidden;
	height: 20px;
}
#itemnoTable td {
	text-align: left;
	width: 33%;
}
#itemnoTable tr:nth-child(even) {
	background-color: #f2f2f2;
}



.fixed_headers {
  width: 500px;
  table-layout: fixed;
	border: 1px solid #666;
	border-collapse: collapse;
	margin-top: 30px;
}
#itemTable th, #itemTable td {
	padding: 7px;
    text-align: left;
  }
#itemTable thead {
    background-color: #BBD2C8;
}  
#itemTable td:nth-child(1), #itemTable th:nth-child(1) { 
	min-width: 130px;
	padding-left: 20px;
}
#itemTable th:nth-child(1) {
	text-align: center;
	min-width: 140px;
}
#itemTable td:nth-child(1) {
	padding-left: 30px;
}
#itemTable td:nth-child(2), #itemTable th:nth-child(2) { 
	min-width: 130px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	text-align: center;
}
#itemTable td:nth-child(3), #itemTable th:nth-child(3) { 
	width: 170px; 
	text-align: center;
}
#itemTable tr {
      display: block;
      position: relative;
	border-bottom: 1px solid #666;
	border-collapse: collapse;
    }
#itemTable tbody {
    display: block;
    overflow-y: auto;
    width: 100%;
    max-height: 347px;
  }
#itemTable tr:nth-child(even) {
      background-color: #f2f2f2;
}

#itemTable .old_ie_wrapper {
  height: 400px;
  width: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}

.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.underline {
	text-decoration: underline;
}
.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	float: left;
	margin-right: 5px;
	text-align: center;
}
.caption p {
	margin-top: -6px;
}
hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.version {
	margin-top: 3px;
}
.versionBoxAbbreviation {
	font-weight: bold;
}
.versionBox {
	width: 250px;
	float: left;
	margin-top: -10px;
	padding: 0px;
	border: 0 solid #999;
	margin-left: 0px;
}
.versionColumn {
	float: left;
	width: 250px;
}
.textSizeTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	color: #333;
}

#hover{
  z-index:1000;
  position:fixed;
  background:#000;
  width:100%;
  height:100%;
  opacity: .6;
  visibility: hidden;
}

#popup{
  z-index:2000;
  position:absolute;
  width:560px;
  height:auto !important;
  background-image: url(../../images/backgrounds/contentWrapper_bg.png);
  background-repeat: repeat-y;
  left:54%;
  top:42%;
  border-radius:5px;
  padding:30px 0 30px;
  margin-left:-320px; /* width/2 + padding-left */
  margin-top:-150px; /* height/2 + padding-top */
  text-align:center;
  box-shadow:0 0 10px 0 #000;
  visibility: hidden;
}

#close{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}

/*.DVDtitle {
	font-weight:bold;
	margin-left:-50px;
	padding-bottom:10px;
	font-size:22px;
	link:color #464646;
}*/
.DVDimage {
	margin-left: 30px;
	float: left;
}
/*.DVDtext {
	text-align: left;
	link:color #464646;
	font-size: 18px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:normal;
	line-height:normal;
	margin-left: 30px;
	width: 50%;
	float: left;
}*/
.DVD {
	color:#fff;
}
#news a:link p {
	text-align: left;
	font-size: 13px;
	color: #607D80;
}
#news img {
	text-align: left;
	margin-bottom: 60px;
	margin-right: 20px;
}
.DVDnews {	
	margin-top: -17px;
}


/*.tg  {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	border-top-color:#859c90;
	boder-top-width:0px;
	padding-top:0px;
	}*/
/*.tg th{
	font-family:Arial, sans-serif;
	color: #333;
	overflow:hidden;
	word-break:normal;
	}
.tg .tg-2ktp{
	color: #333;
	vertical-align:top;
	width:240px;
	}
.tg .tg-yw4l{
	vertical-align:top;
	width:240px;
	}
.tableHeaderLocks{
	font-weight: bold;
	font-size: 14px;
	color: #333;
	text-align: left;
	margin-bottom:12px;
	margin-top:20px;
	}
.tableBackgroundImage{
    background-image: url(../../images/locks/magneticlock2.png); 
	background-repeat: no-repeat; 
	background-position: right bottom;
	width: 200px;
	}
.tableBackgroundImage2{
    background-image: url(../../images/locks/twistlock2.png); 
	background-repeat: no-repeat; 
	background-position: right bottom;
	width: 200px;
	}
.tableBackgroundImage3{
    background-image: url(../../images/locks/pushlock2.png); 
	background-repeat: no-repeat; 
	background-position: right bottom;
	width: 200px;
	}
.padding{
	padding-right:35px;
	}
.padding2{
	padding-left:35px;
	}
.th1{
	font-size:14px;
	font-weight:bold;
	text-align: left;
	}
.th2{
	font-size:14px;
	font-weight:normal;
	text-align: left;
	}
.th3{
	font-size:14px;
	font-weight:normal;
	width:60%;
	margin-top: -2px;
	text-align: left;
	}
.tableLeft{
	float:left;
	}
.tableRight{
	float:right;
	width:50%;
	margin-top:-20px;
	margin-right:-20px;
	padding-right:25px;
	}
.tableRight2{
	float:right;
	width:50%;
	margin-top:-20px;
	margin-right:-40px;
	padding-right:25px;
	}*/
	
.vertical_lines{
	border-right-color:#859c90;
	border-right-style:solid;
	border-right-width:thin;
	}
.line{
	width:730px;
	height:30px;
	border-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#859c90;
	display: table;
	margin-bottom: -30px;
	}
.line2{
	width:730px;
	height:2px;
	margin-bottom:20px;
	border-style:solid;
	border-top-width:1px;
	border-top-color:#859c90;
	display: table;
	}
.line3{
	width:730px;
	height:2px;
	margin-top:20px;
	margin-bottom:10px;
	border-style:solid;
	border-top-width:1px;
	border-top-color:#859c90;
	display: table;
	}
.line4{
	width:204px;
	height:1px;
	display: table;
	}
.locks{
	margin-top:50px;
	}
.test{
	margin-left:0px;
	float: left;
	}
.smallsizeimage{
	margin-top:-10px;
	margin-bottom: 25px;
	}
.popup2 {
	position:absolute;
	background-image: url(../../images/layout/contentWrapper_bg.png);
	background-repeat: repeat-y;
	padding: 25px 25px 25px 25px;
	left:43%;
	top:30%;
	border-radius:5px;
	margin-left:-320px; /* width/2 + padding-left */
	margin-top:-150px; /* height/2 + padding-top */
	text-align:center;
	box-shadow:0 0 10px 0 #000;
	display: none;
	z-index: 2000;
}
.cover {
	background-color:#000;
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	z-index:1000;
}
#close{
  position:absolute;
  background-color:#000;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:10px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
  visibility: hidden;
}	
#sizeButton {
	background-color: #d9c0c0;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #d6c8cb;
	display:inline-block;
	cursor:pointer;
	color: #111111;
	font-family:Arial;
	font-size:16px;
	text-align: center;
	padding-top:4px;
	padding-bottom: 4px;
	width: 204px;
	text-decoration:none;
	margin-top:-10px;
	margin-bottom: 20px;
	font-weight: 100;
	font-size: 16px;
}
#sizeButton a:link {
	color:#111111;
}
#sizeButton:hover {
	background-color:#f0d7d7;
}
#sizeButton:active {
	position:relative;
	top:1px;
}
#buttonColumn {
	margin-top:6px;
}
.privacy {
	margin-left:-10px;
}