/* Madsens Cameras and Imaging - Site Design CSS
 This will get used for more than just these small segments one day =(
  Michael Fenton - Webmaster 2008
 
 Last Edited: 15th Feb 2008
 
 */


/* BODY { background-color: #FFFFFF; background-image: none } */

a:link {color: #0000FF; }
a:visited {color: #0000FF; }
a:active {color: #0000FF; }
a:hover {color: #000DCC; text-decoration: none; }
a span {display: none;}
a:hover span {display: inline;}

a.hidelink:link {color: #000000;  text-decoration: none; }
a.hidelink:visited {color: #000000; text-decoration: none;  }
a.hidelink:active {color: #000000; text-decoration: none;  }
a.hidelink:hover {color: #000000; text-decoration: underline; }
a.hidelink span {display: none;}
a.hidelink:hover span {display: inline;}

#locationmap { font: bold 18px Arial; }
#locationmap a { text-decoration:none; color:#00825A; }
#locationmap a:link { text-decoration:none; color:#00825A; }
#locationmap a:active { text-decoration:none; color:#00825A; }
#locationmap a:visited { text-decoration:none; color:#00825A; }
#locationmap a:hover {text-decoration:none; color:#FF0000;}

/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#fff; border:1px solid #000; 
  width:200px; padding:6px;
  color:#000; font-size:11px; line-height:1.3;
}
/* These are used in the wrapTipContent function */
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px }

/* This is for use with the new Segment Link Buttons (currently only in StudioShop) */
.segmentlink {
    background: #999999;
    border-bottom: #666666 1px solid;
    border-left: #666666 1px solid;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    color: blue;
    font:18px Century Gothic, Geneva, Arial, Helvetica, san-serif;
    font-weight: bold;
    margin: 4px;
    width:"100%";
    height:26px;
    text-align: left;
}

/* This is for use with the new Segment Link Buttons (currently only in StudioShop) */
.sidemenubutton {
    background: #DDDDDD;
    border-bottom: #AAAAAA 1px solid;
    border-left: #AAAAAA 1px solid;
    border-right: #AAAAAA 1px solid;
    border-top: #AAAAAA 1px solid;
    color: blue;
    font:13px Arial, Times New Roman, Times, Helvetica, san-serif;
    font-weight: bold;
    margin: 4px;
    width:"100%";
    height:26px;
    text-align: left;
}

.sidemenu {
    font:13px Verdana, Arial, Times New Roman, Times, Helvetica, san-serif;
    font-weight: bold;
}

a.sidemenu:link {color: #0000FF; text-decoration: none;}
a.sidemenu:visited {color: #0000FF; text-decoration: none; }
a.sidemenu:active {color: #0000FF; text-decoration: none; }
a.sidemenu:hover {color: #FFFFFF; text-decoration: none; }
a.sidemenu span {display: none;}
a.sidemenu:hover span {display: inline;}

.sidemenu-sn {
    font:13px Verdana, Arial, Times New Roman, Times, Helvetica, san-serif;
    font-weight: bold;
}
a.sidemenu-sn:link {color: #CC00CC; text-decoration: none;}
a.sidemenu-sn:visited {color: #CC00CC; text-decoration: none; }
a.sidemenu-sn:active {color: #CC00CC; text-decoration: none; }
a.sidemenu-sn:hover {color: #FFFFFF; text-decoration: none; }
a.sidemenu-sn span {display: none;}
a.sidemenu-sn:hover span {display: inline;}

.sidemenu-pe {
    font:13px Verdana, Arial, Times New Roman, Times, Helvetica, san-serif;
    font-weight: bold;
}

a.sidemenu-pe:link {color: #FF6600; text-decoration: none;}
a.sidemenu-pe:visited {color: #FF6600; text-decoration: none; }
a.sidemenu-pe:active {color: #FF6600; text-decoration: none; }
a.sidemenu-pe:hover {color: #FFFFFF; text-decoration: none; }
a.sidemenu-pe span {display: none;}
a.sidemenu-pe:hover span {display: inline;}

.nopheader {
    font:13px Verdana, Arial, Times New Roman, Times, Helvetica, san-serif;
    font-weight: bold;
}

.nopentry {
    font:15px Calibri, Times New Roman, Times, Helvetica, san-serif;
}

.noptotal {
    font:13px Verdana, Arial, Times New Roman, Times, Helvetica, san-serif;
    font-weight: bold;
}

.hoveron {
    background-color: #FFFFCC;
}

.hoveroff {
    background-color: #CCCCCC;
}

.priceinchoveron {
    background-color: #CCFFFF;
}

#searchsuggest
  { 
  margin:0px;
  width:280px; 
  }

#query
  { 
  margin:0px;
  } 

