.locContent {
    font-family:arial;
    height:auto;
    left:0;
    margin-top:0;
    padding:0;
    position:absolute;
    top:210px;
    width:870px;
    z-index:30;
}

.locContentResult {
    font-family:arial;
    height:auto;
    left:0;
    margin-top:0;
    padding:0;
    position:absolute;
    top:130px;
    width:990px;
    z-index:30;
}

h2.locHl {
    font-family:arial;
    margin:0 0 10px 290px;
    font-size:11px;
    width:400px;
    text-transform: uppercase;
    font-weight: normal;
}

h2.locHl img {
    vertical-align: middle;
    margin: 0 10px 0 0
}

#locSearchForm {
    margin-left:290px;
    position:relative;
}

div.locBrands {
    background:url("/inet_superglobal/images/sl_start/verlauf_logos.jpg") no-repeat scroll -55px top transparent;
    display:block;
    font-family:arial;
    height:76px;
    margin-bottom:20px;
    margin-top:5px;
    padding-bottom:10px;
    width:596px;
}

div.locBrands div {
    display:block;
    float:left;
    height:57px;
    margin:30px 10px 0 0;
    width:92px;
}

div.locBrands input {
    float:left;
    margin-right:2px;
    margin-top:8px;
}

div.locBrands span.locText {
    float:left;
    width:40px;
    display:block;
    font-family:arial;
    font-size:11px;
}

label.locBrandImg{
    display: block;
    height:35px;
}

label.locText {
    font-family:arial;
    font-size:11px;
}

.locSelections {
    font-family:arial;
    height: 40px;
    width: 530px;
    display: block;
    padding-bottom: 10px;
    position: relative;
}

.locLongSelect {
    width: 360px;
    float: left;
}

.locShortSelect {
    width: 140px;
    float: right;
}

.locShortSelect input {
    width: 40px;
    border: 1px solid #FACB61;
    padding: 2px 3px;
    width: 44px;
    font-family:arial;
    font-size:11px;
}

#locSearch {
    font-family: arial;
    font-weight: bold;
    text-align: left;
    color: #7F7F7F;
    line-height: 12px;
    cursor: pointer;
    padding-left: 17px;
    margin-top: 50px;
    border: none;
    background-color: transparent;
    background-image: url(/inet_superglobal/images/pfeil_orange.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    padding-top: 2px;
}

/* Safari Mac */
html:not([dummy]) #locSearch {
    padding-top: 2px;
}

#locError {
    color:red;
    font-size: 11px;
    margin: 0;
    position: absolute;
    top: 220px;
    width: 420px;
    display: none;
}


/*SELECTS*/
/* Add the background image and set the height of the image */
div.skinnedSelect {
    background: url('/inet_superglobal/images/sl_start/pulldown_sehr_lang.gif') no-repeat scroll -2px top;
    height: 21px;
    width: 359px;
    position: relative;
}
div.skinnedSelectShort {
    background: url('/inet_superglobal/images/sl_start/pulldown_kurz_2.gif') no-repeat scroll top left;
    height: 21px;
    width: 95px;
    position: relative;
}
/* Set the opacity to 0 to make the options appear invisible, this allows the image to be visable */
div.skinnedSelect select,
div.skinnedSelectShort select {
    position: absolute;
    top: 0;
    left: 0;;
    opacity: 0;
    filter: alpha(opacity = 0);
    moz-opacity: 0;
    width: 359px;
    margin-left: 0;
    height: 19px;
    font-size:11px;
}

div.skinnedSelectShort select {
    width: 95px;
}

/* Tee text inside the box */
div.skinnedSelect .text,
div.skinnedSelectShort .text {
    float: left;
    text-indent: 10px;
    line-height: 14px;
    width: 359px;
    padding-top: 4px;
}

div.skinnedSelectShort .text {
    width: 95px;
}

/* Shared font sizes */
div.skinnedSelect .text,
div.skinnedSelect select option,
div.skinnedSelectShort .text,
div.skinnedSelectShort select option {
    font-size: 11px;
    color: #000000;
}

/* RESULTS */
table#locResults {
    margin: 0 0 0 290px;
    width:680px;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
}

table#locResults .left{
    text-align:left;
}

table#locResults .center{
    text-align: center;
}

table#locResults .right{
    text-align: right;
}

table#locResults tbody td.right{
    padding-right:29px;
}

table#locResults thead tr {
    background: transparent url(/inet_superglobal/images/sl_liste/tabelle_head.jpg) top left repeat-y;
}

table#locResults thead tr th {
    font-family: Arial;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    height: 36px;
}


table#locResults tbody tr td,
table#locResults thead tr th{
    padding: 0 3px 0 3px;
    margin: 0;
    border: 0;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
}

table#locResults tbody tr td a {
    display: block;
}

table#locResults tbody tr.even {
    background: transparent url(/inet_superglobal/images/sl_liste/tabelle_zeile_hell.jpg) top left repeat-y;
}

table#locResults tbody tr.odd {
    background: transparent url(/inet_superglobal/images/sl_liste/tabelle_zeile_dunkel.jpg) top left repeat-y;
}

table#locResults tfoot tr {
    background: transparent url(/inet_superglobal/images/sl_liste/tabelle_unten.jpg) top left repeat-y;
}

table#locResults tfoot tr td {
    height: 50px;
}

table#locResults tfoot tr td #locPrint,
table#locResults tfoot tr td #locNewSearch {
    background: transparent url(/inet_superglobal/images/pfeil_orange.png) top left no-repeat;
    padding: 2px 0 2px 20px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    float: right;
}

table#locResults tfoot tr td #locNewSearch {
    margin-right: 25px;
}

table#locResults tfoot tr td #locPrint {
    margin-right: 60px;
}

/* Overlay */
#locWait,
#locOverlay {
	text-align: center;
	left:-2000px;
	position:absolute;
	top:0pt;
	width: 100%;
	height: 700px;
	z-index:110;
}

#locOverlay {
    left: 0;
    opacity: 0.0;
	filter: alpha(opacity=0);
    background-color:#FFF;
}

#locWait img{
	top: 123px;
	position: relative;
	display: none;
	margin: 0 0 0 450px;

}

#locWait img{
    width:118px;
    height:15px;
}

/* THICKBOX */
#TB_window {
    border: none;
}

#TB_title {
    display:none;
}

#TB_window #TB_ajaxContent a {
    background-image:url(/inet_superglobal/images/pfeil_orange.png);
    background-position:left top;
    background-repeat:no-repeat;
    color:#AAAAAA;
    font-size:13px;
    margin:5px 0px 5px 0;
    padding-bottom:10px;
    padding-left:20px;
    text-decoration:none;
    float: right;
}

/* IE */
* html #locSearch {
    margin-top: 30px;
    background-image: url(/inet_superglobal/images/pfeil_orange.gif);
    background-position: left 1px ;

}

*+html #locSearch {
    background-position: left 1px;
    padding-top: 2px;
}


* html #locError {
    top: 240px;
}

* html table#locResults tfoot tr td #locPrint,
* html table#locResults tfoot tr td #locNewSearch {
    background: transparent url(/inet_superglobal/images/pfeil_orange.gif) top left no-repeat;
}

* html #locOverlay {
    background-color: transparent;
}

* html #locWait img {
    margin-left: 300px;
    top: 150px;
}

*+html div.locBrands span.locText {
    margin-top: 4px;
}

*html #TB_window #TB_ajaxContent a {
    background-image:url(/inet_superglobal/images/pfeil_orange.gif);
}