﻿/* overwrite some css classes from marketmaps-base */
.largebluetextarea .nomargintop { margin-top: 0px; }
.largebluetextarea .largebluetextheader .sap-content { padding-left: 0px; }
.productpagebody {}
.productpagebody .productdetails { margin-left: -770px; }
.productpagebody .productdetails .sap-content { width: 770px; margin-top: 10px; padding-bottom: 30px; }
.productimage { width: 275px; float: left; }
.productimage .mapbookexampleimage  
{
    width: 275px; 
    height: 250px;
    float: left; 
}
.productimage .digitalmapsexampleimage
{
    height: 250px;
}
.productimage .mapbookformatexampleimage 
{
    width: 275px; 
    float: left; 
}
.productimage .mapbookformatexampleimage div { float: right; }
.productimage .closeupzoomin  
{
    width: 275px; 
    float: left; 
    margin-top: 15px; 
}
.productimage .closeupzoomin div { float: right; }

.productdescription 
{
    width: 450px;
    margin-left: 35px;
    padding-left: 12px;
    float: left;
    font-size: 11px;
    line-height: 14px;
    color: #707070;
}
.productdescription h3 { color: #000000; font-size: 12px; }
.productdescription .mapincludes { margin-top: 1em; }
.productdescription .mapincludes span
{
    font-weight: bold; 
    color: #000000;
    font-size: 12px;
}
.productdescription .mapincludes p { padding-left: 15px; }
.itemseperator 
{
    height: 1px; 
    margin-top: 15px; 
    margin-bottom: 15px;
    width: 450px; 
    clear: both; 
    border: 0px; 
    border-bottom: 1px dotted #acacac;
}
.mapoptionsheader 
{
    color: #1C4C7B;
    font-size: 24px;
    font-weight: bold;
}
.mapoptions  
{
    width: 445px;
    margin-top: 1em;
}

.mapoptions table { width: 445px; }
.mapoptions table td { padding-top: 5px; }
.aligntop { vertical-align: top; }
.mapoptions table .leftcolumn  
{
    width: 110px; 
    text-align: right; 
    padding-right: 10px; 
}
.mapoptions table .middlecolumn { width: 165px; padding-right:10px; }
.mapoptionsddlist { width: 200px; }
.mapoptionsaddtocart  
{
    width: 85px; 
    margin-bottom: 1px;
    height: 17px;
    line-height: 17px;
    border: 1px solid #000000; 
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    display: block; 
    font-weight: bold;
}
.maplistheader  
{
    width: 766px; 
    height: 25px;
    float: left;
    margin-top: 25px;
    background-color: #f4f4f4; 
    border: 1px solid #acacac;
    color: #6699cc;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-indent: 5px;
}
.maplistheader h3 { display: inline; }

.maplistmap2 
{
    width: 220px;
    float: left;
    margin: 20px 0px 10px 0px;
    padding-left: 34px;
}
.maplistmap2 .mapimage 
{
    width: 200px;
    height: 155px;
    float: left;
}
.maplistmap2 .mapname
{ 
    /*width: 180px;*/
    margin-top: 0px;
    min-height: 2em;
    float: left;
}
.maplistmap2 .mapname div 
{
    white-space: nowrap;
    display: inline;
}
.maplistmap2 .mapname a
{
    font-weight: bold;
    color: #1C4C7B;
    text-decoration: none;
}
.maplistmap2 .mapdescription
{
    margin-top: 0px;
    color: #898989;
    height: 30px;
    width: 180px;
    float: left;
}
.maplistmap2 .mapbutton
{
    width: 180px;
    margin-top: 0px;
    float: left;
}
.maplistmap2 .mapbutton .link
{
    background-color: Transparent;
    background-image: url('/images/home/button-70.jpg');
    background-repeat: no-repeat;
    border: 0px;
    width: 70px;
    height: 22px;
    line-height: 22px;
    text-align: center; 
    margin-top: 4px;     
    margin-left: 105px;
    border-bottom: 1.6px solid #324f6d;
}
.maplistmap2 .mapbutton .link a 
{
    color: #ffffff;
    font-weight: bold;
    display: block;
}
.rbordermapitem { border-right: 1px dotted #acacac; }
.wallmapmatrixlinktest {
  color: #666;
  cursor: pointer;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
}
#mapPreviewContainer {
    position: relative;
}
.edition-wrap {
    position: absolute;
    right:0;
    bottom: 0;
}
.edition-wrap >span {
    position: absolute;
}
.edition-wrap >span:nth-of-type(1) {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75px;
    top: 11px;
    font-size: 20px;
    font-family: 'Segoe UI', Arial;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.edition-wrap >span:nth-of-type(2) {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75px;
    bottom: 17px;
    font-size: 15px;
    font-family: 'Segoe UI', Arial;
    font-weight: 700;
    letter-spacing: -.5px;
    color: #000;
    text-align: center;
}
#CartoViewerContainer {
    top:30px !important;
}