﻿@charset "utf-8";


body /*Kopējā background izskats*/
{
  background-color: #FFFFFF;
  position: static;
}

div.logo_saukl /*Logs, kurā ievieto uzņēmuma logo un saukli*/
{
  background-color: #FFFFFF;
  position: relative;
  margin: auto;
  width: 895px;
  height: 115px;
}

div.logo /*Logs, kur ievieto konkrēti uzņēmuma logo*/
{
  position: relative;
  top: 15px;
  bottom: 15px;
  left: 5px;
  width: 193px;
  height: 74px;
}

div.saukl /*Logs, kur ievieto konkrēti uzņēmuma saukli*/
{
  position: absolute;
  top: 50px;
  right: 30px;
  width: 620px;
  height: 33px;
}

div.valoda_kontakti /*Logs, kur ievieto valodas un sadalas "Par mums" un "Kontakti" linkus*/
{
  position: relative;
  margin: auto;
  width: 895px;
  height: 29.5px;
}

div.valoda_LV  /*Logs, kur ievieto LV valodas linku*/
{
  position: absolute;
  left: 5px;
  width: 20px;
  height: 18px;
  border: none;  
}

div.valoda_LV h4  /*LV valodas linka dizains*/
{
  margin: auto;
  font-family: Tahoma, sans-serif;
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
}

div.valoda_RUS /*Logs, kur ievieto RUS valodas linku*/
{
  position: absolute;
  left: 30px;
  width: 29px;
  height: 18px;
  border: none;  
}

div.valoda_RUS h4 /*RUS valodas pogas links*/
{
  margin: auto;
  font-family: Tahoma, sans-serif;
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
}

div.about /*Logs, kur ievietos linku "Par mums"*/
{
  position: absolute;
  right: 160px;
  width: 80px;
  height: 18px;
}

div.about h4 /*"Par mums" linka dizains*/
{
  margin: auto;
  font-family: Tahoma, sans-serif;
  color: #9F9F9F;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}

div.contact /*Logs, kur ievietos linku "Kontakti"*/
{
  position: absolute;
  right: 80px;
  width: 80px;
  height: 18px;
}

div.contact h4 /*"Kontakti" linka dizains*/
{
  margin: auto;
  font-family: Tahoma, sans-serif;
  color: #9F9F9F;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}


div.shop /*Logs, kur ievietos linku "Internetveikals"*/
{
  position: absolute;
  right: 0px;
  width: 80px;
  height: 18px;
}

div.shop h4 /*"Internetveikala" linka dizains*/
{
  margin: auto;
  font-family: Tahoma, sans-serif;
  color: #660000;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}


div.h_line /*Galvenes līnija*/
{
  background-image: url(image/menu_line.bmp);
  width: 894px;
  height: 74px;
  position: relative;
  background-repeat: no-repeat;
  top: -10px;
  margin: auto;
}

div.main_m /*Logs, kurā atradīsies galvenas izvelnes pogas*/
{
  position: absolute;
  margin: auto;
  width: 886px;
  height: 47px;
  top: 9px
}

div.submenu /*Logs, kurā atradīsies apakšizvelnes*/
{
  background-color: #FFFFFF;
  position: relative;
  margin: auto;
  top: 0px;
  width: 895px;
  height: 60px;
}

div.content /*Logs, kurā atradīsies saturs*/
{
  background-color: #FFFFFF;
  position: relative;
  margin: auto;
  top: -5px;
  width: 895px;
  min-height: 200px;
}

.content h6 /*Satura galvenais virsraksts*/
{
  margin: auto;
  font-family: Tahoma, sans-serif;
  color: #CC0000;
  font-size: 17px;
  text-align: left;
  text-decoration: none;
  padding-top: 0px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.content h3 /*Satura apakšvirsraksts*/
{
  margin: auto;
  font-family: Tahoma, sans-serif;
  color: #000000;
  font-size: 13px;
  text-align: left;
  text-decoration: underline;
  padding-top: 15px;
  padding-left: 5px;
}

.content h2 /*Satura apakšvirsraksts2*/
{
  margin: auto;
  font-family: Tahoma, sans-serif;
  color: #000000;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
  padding-top: 15px;
  padding-left: 5px;
}

.content p /*Satura teksts*/
{
  margin: auto;
  font-family: Tahoma, serif;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 20px;
  line-height: 20px;
  text-align: justify;
}

.content a /*Linki saturā*/
{
  margin: auto;
  font-family: Tahoma, serif;
  color: #000000;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
  text-decoration: underline;
}

.content ul /*Bulletu noformējums*/
{
  margin: auto;
  font-family: Tahoma, serif;
  color: #000000;
  font-size: 12px;
  padding-left: 60px;
  padding-right: 20px;
  line-height: 20px;
  text-align: justify;
}

.content li /*Bulletu noformējums*/
{
  margin-left: auto;
  font-family: Tahoma, serif;
  color: #000000;
  font-size: 12px;
  padding-left: 3px;
  text-align: justify;
}


div.copyright /*Logs, kur ievieto tiesības uz saturu, izmaiņu datumu*/
{
  background-color: #FFFFFF;
  position: relative;
  margin: auto;
  width: 895px;
  height: 29.5px;
}

div.f_line /*Kājienes līnija*/
{
   background-image: url(image/line.bmp);
   background-repeat: no-repeat;
   position: absolute;
   top: 10px;
   width: 895px;
   height: 9.4px;
}

div.copy /*Logs, kur ieraksta tiesības uz lapu*/
{
  background-color: #FFFFFF;
  position: absolute;
  margin: auto;
  left: 350px;
  top: 35px;
  width: 250px;
  height: 60px;
}

.copy p /*Teksta noformējums*/
{
  margin: auto;
  font-family: "Arial";
  color: #9F9F9F;
  font-size: x-small;
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
}

.float_foto_l /*Bilde tekstā_kreisajā pusē*/
{
  background-color: #FFFFFF;
  border: solid #FFFFFF;
  width: 200px;
  height: 100px;
  float: left;
  padding: 3px;
  margin-right: 20px;
  margin-left: 15px;
  text-indent: 0;
  margin-top: 3px;
}

.float_foto_r /*Bilde tekstā_labajā pusē*/
{
  background-color: #FFFFFF;
  border: solid #FFFFFF;
  width: 200px;
  height: 100px;
  float: right;
  padding: 5px;
  margin-left: 20px;
  text-indent: 0;
  margin-top: 3px;
}

.float_foto_c /*Bilde tekstā_centrā*/
{
  background-color: #FFFFFF;
  border: solid #FFFFFF;
  width: 200px;
  height: 100px;
  float: none;
  padding: 5px;
  margin-left: 70px;
  margin-right: auto;
}

/*Palielināšanas iespēja attēlam sadaļā "Garantija"*/
.PopBoxImageSmall /*Mazās bildes noformējums*/
{
  border: none 0px #FFFFFF;
  border: none;
  cursor: url("image/magplus.cur"), pointer;
}

.PopBoxImageLarge /*Lielās bildes noformējums*/
{
  border: solid 1px #999999;
  cursor: url("image/magminus.cur"), pointer;
  width: 800px;
  height: 1115px;
}

.PopBoxImageShrink /*Kursora izskats, kad samazina bildi*/
{
  cursor: url("image/magminus.cur"), pointer;
}

.PopBoxImageLink
{
  cursor: pointer;
}

.PopBoxImageMove
{
  border: none 0px #FFFFFF;
  cursor: pointer;
}

/*Tab tabulas noformējums*/
div.tabs /*Tabu noformējums*/
{
  margin: auto;
  padding: auto;
  float: left;
  list-style: none;
  height: 27px;
  border-bottom: 1px solid #9F9F9F;
  border-left: 1px solid #9F9F9F;
  width: 896px;
}

div.tabs li /*Teksta izvietojuma noformējums iekš tabiem*/
{
  float: left;
  margin: auto;
  padding: auto;
  height: 27px;
  line-height: 25px;
  border: 1px solid #9F9F9F;
  border-left: none;
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
}

div.tabs li a /*Teksta noformējums iekš tabiem*/
{
  text-decoration: none;
  color: #000000;
  display: block;
  font-size: 10 px;
  padding: 0px 20px;
  border: 1px solid #FFFFFF;
  outline: none;
}

div.tabs li a:hover /*Teksta noformējums iekš tabiem - kad uz to uzbrauc ar peli*/
{
   color:#CC0000;
   background: #FFFFFF;
}


html div.tabs li.active, html div.tabs li.active a:hover /*Teksta noformējums iekš tabiem - kad tas ir aktīvs un kad uz šo aktīvo uzbrauc ar peli*/
{
   background: #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   color:#000000;
}

.tab_container /*Satura daļa tabulai - noformējums*/
{
   border: 1px solid #9F9F9F;
   border-top: none;
   overflow: visible;
   clear: both;
   width: 895px;
   background: #FFFFFF;
   padding: auto;
}

.tab_content
{
   padding: 5px;
}



table.reklama
{
   background-color: #FFFFFF;
   border: none;
   width: 850px;
   position: relative;
}

.ramis
{
    width:410px;
    height:376px;
    vertical-align: top;
    background-repeat: no-repeat;
}

.ramis h6
{
    margin: auto;
    font-family: Tahoma, sans-serif;
    color: #CC0000;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
    padding-top: 40px;
    padding-bottom: 5px;
    padding-right: 50px;
    padding-left: 10px;
}

.ramis p
{
    font-family: Tahoma, serif;
    color: #000000;
    font-size: 11px;
    text-decoration: none;
    padding-top: 25px;
    line-height: 20px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 25px;
}


.txt1
{
  font-weight: bold;
  color: #000000;
}


.txt2
{
  color: #CC0000;
  font-weight: bold;
}

.reklamas_foto_c
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
}

.reklamas_foto_l
{
  display: block;
  margin-right: auto;
}
























