File: /home/mykensington.co.uk/public_html/v2/resources/css/sets/div_with_results.css
/*
* ---------------------------------------------- Floating (hidden) Div with Geo results instead of pop-up
*/
/*
html, body {
width: 100%!important;
margin: 0;
padding: 0;
}
*/
iframe#iframeUnderDiv {
display: none;
position: absolute;
top: 200px;
z-index: 98;
width: 552px;
border: none;
}
* body iframe#iframeUnderDiv {
left: expression((document.body.clientWidth - 552) / 2 +'px');
}
div#floatWithResults {
display: none;
position: absolute;
top: 200px;
z-index: 99;
width: 552px;
}
* body div#floatWithResults {
left: expression((document.body.clientWidth - 552) / 2 +'px');
}
:root div#floatWithResults {
width: 550px;
}
div.shadow {
width: 552px;
padding: 0 2px 0 0;
background: #454545 url(../../../images/dot3x3.gif) top right no-repeat;
}
:root div.shadow {
width: 554px;
}
div.dot3x3 {
padding: 0 0 2px 0;
background: url(../../../images/dot3x3.gif) bottom left no-repeat;
}
#floatWithResults div#wrapper {
background-color: #FFF;
border: solid 2px #36C;
width: auto;
width: 550px;
padding: 15px;
padding-bottom: 5px;
font-size: 12px;
}
:root #floatWithResults div#wrapper {
width: 520px;
}
#floatWithResults div#wrapper a {
color: #000080;
}
#floatWithResults div#wrapper a:hover {
color: #F00;
}
div#text {
font-size: 11px;
padding-top: 20px;
}
div.h6Header {
font-size: 18px;
color: white;
font-weight: bold;
padding: 10px;
margin: -15px;
display: block;
background: #36C;
text-align: center;
}
div#text p {
margin: 0.3em 0;
}
div#navBar {
padding: 10px 0;
text-align: center;
}
div#navBar a {
color: #F00;
}
div#insideDiv {
height: 250px;
overflow: auto;
}
/*
#insideDiv #listItself {
height: 250px;
overflow: auto;
}
*/
table#geoMenu {
width: 100%;
}
#floatWithResults div#wrapper table#GeoMenu td {
vertical-align: middle;
padding: 15px 0;
font-size: 12px;
border-bottom: solid 1px #DADADA;
}
table#GeoMenu tr.firstRow td {
border-top: solid 1px #DADADA;
padding: 18px 0;
}
table#GeoMenu tr.thirdRow td {
border: 0;
}
table#GeoMenu table {
width: 100%;
margin-bottom: -15px;
}
:root table#GeoMenu table {
width: 100%;
margin-bottom: -13px;
}
table#GeoMenu table td {
vertical-align: top;
padding: 0 5px 0 0!important;
border: none!important;
}
table#GeoMenu table td.button {
padding: 0;
text-align: right;
}
:root table#GeoMenu table td.button a {
position: relative;
top: -1px;
}
table#GeoMenu table td input {
width: 230px;
}
#floatWithResults div#wrapper table#GeoMenu td span {
font-size: 11px;
color: #555;
}
table#GeoMenu td div {
margin: 5px 0 0 0;
}
#floatWithResults div#wrapper table#GeoMenu td a {
color: #000;
}
#floatWithResults div#wrapper table#GeoMenu td a:hover {
color: #F00;
}
table#GeoMenu td div a, table#GeoMenu td div a:hover {
font-weight: bold;
}
table#GeoMenu td div b {
color: #C2C2C2;
}
#floatWithResults hr {
width: 100%;
height: 1px;
color: #DADADA;
}
:root #floatWithResults hr {
height: 1px;
border-bottom: 0;
color: #DADADA;
}
#floatWithResults div#wrapper table#GeoMenu td.letterTD {
color: #36C;
font-size: 14px;
font-weight: bold;
padding: 3px 10px 3px 0;
}
div.letterMap {
text-align: center;
padding: 10px 0;
}
div.letterMap a, div.letterMap b {
font-weight: bold;
margin: 0 2px;
}
#floatWithResults div#wrapper div.letterMap a.visited {
font-weight: bold;
margin: 0 2px;
color: #F00;
}
div.letterMap b {
color: #C2C2C2;
}
#insideDiv ol {
margin: 0;
}
#floatWithResults div#wrapper #insideDiv ol p {
font-size: 14px;
font-weight: bold;
color: #36C;
padding: 0;
margin: 15px 0 5px 0!important;
text-transform: capitalize;
}
#insideDiv ol li {
margin-left: 35px;
}
#floatWithResults div#wrapper #insideDiv ol li a {
color: #000;
}
#insideDiv ol li a:hover {
color: #F00;
}