﻿
html,  body {width: 100%; height: 100%;}

body  
{
  background-image: url('../images/main-bg.gif');
  background-repeat: repeat-y;
  background-color: #fff;
  margin: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
}

.downloadLink {
  color: Black;
  font-weight: bold;
  text-decoration: underline;
}

.downloadLink:hover {
  text-decoration: none;
}

#wrapper  {width: 797px; height: 100%; border-right: solid 1px black;}
#top_flags  {position: absolute; top:15px; left: 600px; width: 185px; text-align: right;}
#top_menu   {background: url('../images/top-bg.gif'); background-repeat: repeat-x; margin: 0px; padding: 0px; height: 88px;}
#top_logo   {position: absolute;left: 0px;top: 0px; border: none;}
#top_cart   {float: right; font-family: Verdana, Arial, Helvetica, San-Serif; font-style: italic;
            font-size: 10px; margin-top: 60px; padding-right: 10px; padding-left: 25px; 
            height: 26px; text-align: right; line-height: 26px;}
  
#main       {margin-left: 180px; padding-right: 20px; }
  
#left_menu  {background-image: url('/public/images/left-bg.gif'); background-repeat: repeat-y;
            padding: 5px 0px 0px 0px; float: left; width:169px; font-family: Verdana, Arial, Helvetica, San-Serif; font-size: 10px;}

#bottom     {padding: 6px; width:155px; font-family: Verdana, Arial, Helvetica, San-Serif; font-size: 10px; }

#left_search 
{
  margin: 10px;
}
      
#left_links  
{
  margin-top: 20px;
}

#left_links DIV  
{
  height: 13px;
  background-color: #bcb194;
  width:159px;
  padding-left: 8px;
  border-top: solid 1px #c9c1a9;
  border-bottom: solid 1px #968e76;
  border-right: solid 1px black;
}

#left_links a  
{
  color: #000099;
  text-decoration: none;
}

H1 {
  font-size: 14pt;
  font-weight: bold;
}

H2 {
  font-size: 12pt;
  font-weight: bold;
}


/*
 *  Styles för artiklar
 */
.art_title  {margin-bottom: 4px;}
.art_subtitle  {font-size: 10pt; font-weight: normal; padding: 0px; margin: 0px 10px 10px 0px; font-style: italic;}
.art_cover  {padding: 0px 20px 20px 10px;}


/*
 *  Styles för serier
 */
.serie_title  {margin-bottom: 4px;}
.serie_issn  {font-size: 10pt; font-weight: normal; padding: 0px; margin: 0px 10px 10px 0px; font-style: italic;}

.sArtCover  {margin: 0px 10px 10px 5px; border: solid 1px black;}
.sArtTitle  {font-weight: bold;}
.sArtTitle A  {color: Black;}
.sSmallArtTitle {font-weight: bold; font-size: 7pt;}
.sSmallArtTitle A  {color: Black;}
.sSmallArtText {font-size: 7pt;}
.sArtSubTitle {font-style: italic;}
.sArtInfo {margin-top: 6px;}

/*
 * Styles för ModalPopUp
 */
.ModalPopUp { background-color: White; font-size: 8pt; border: solid 1px black; padding:30px; }
.ModalPopUpBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; }




