/* $Id: screen.css 28690 2011-03-24 08:01:52Z vidars $ */
@import "/common/css/comments.css";
@import "/common/css/form.css";
@import "reset.css";

body {
  background-color: #fff;
  font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

a {
  color: #c97a00;
  border-bottom: 1px dotted #c97a00;
}

a:hover {
  border-bottom-style: solid;
}
ul { list-style: none; }
.object p { margin-bottom: 1em; }
.object ul { /* regular ul needed in this area */
  list-style: disc;
  padding: 1ex 1ex 0 1ex;
  margin: 0 1ex 0 1em;
}
.object ul li { /* regular li needed in this area */
  padding: 0;
  margin: 0 0 1em 0;
}
/* positions */
#mainframe {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #adadad;
  margin-top: 60px;
}

#tree {
  float: left;
  width: 130px;
  margin-right: 10px;
  margin-left: 20px;
  background: #fff;
  font-size: .85em;
}
#column {
  width: 150px;
  float: left;
}
#footer { clear: both; }
#adcol {
  float: right;
  width: 180px;
}

/* canvasstyle */

/* ` Header / Logo
--------------------------------------------------*/

#header {
  margin: 45px 83px 0 0;
  position: relative;
  float: right;

}
  #header h1 a {
    text-indent: -99999px;
    font-size: 0;
    background: url(../gfx/logo.png) no-repeat;
    height: 220px;
    width: 80px;
    display: block;
    border: 0;
  }

  #header #language {
    position: absolute;
    top: -62px;
    right: -55px;
    width: 150px;
    display: block;
  }
    #header #language li {
      display: inline;
      padding: 0 10px;
    }
      #header #language li a {
        color: #666666;
        border: 0;
      }
      
      #header #language li.set a {
      	font-weight: 700;
      	color: #000;
      }

  #header #gotoshop {
    margin-top: 150px;
    position: absolute;
    top: 240px;
  }
    #header #gotoshop a {
      display: block;
      width: 168px;
      height: 71px;
      background: url(../gfx/gotoshop.png) no-repeat;
      text-indent: -9999px;
      border: 0;
    }


/* ` Tree menu
--------------------------------------------------*/

#tree {
  margin-top: 50px;
}
  #tree ul {
    width: 125px;
  }
  #tree li {
    text-transform: uppercase;
    border-bottom: 1px solid #a1a1a1;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
  }
    #tree li a {
      padding: 7px 3px;
      display: block;
      color: #666666;
      letter-spacing: 2px;
      border: 0;
    }
      #tree li a:hover {
        color: #000;
        text-decoration: none;
      }
    #tree li ul {
      position: absolute;
      top: 0;
      display: none;
      left: 120px;
      background: #fff;
      z-index: 99;
      width: auto;
    }
      #tree li ul li {
        white-space: nowrap;
        position: relative;
        text-transform: none;
        background: #fff;
        border: 0;
        font-size: 1.05em;
        font-weight: 400;
        padding-left: 10px;
      }
        #tree li ul li a {
          padding: 7px 20px;
          position: relative;
        }

/* ` General Content
--------------------------------------------------*/

#content {
  width: 400px;
  margin: 7px auto 0;
  float: none;
}
  #content .object {
    background: #fff0d9;
  }
  #content .pattern.object {
    background: #fff0d9 url(../gfx/bg_pattern.png);
  }
  #content #top_image img {
    background: #fff;
  }
  #content .object {
    padding: 40px 20px 20px;
  }

  #content .object.white_bg {
    background: #fff;
    padding: 0;
  }
    #content .object.white_bg h2 {
      background: #fff0d9;
      padding: 20px;
    }
    #content .object.white_bg .body,
    #content .object.white_bg .caption {
      padding: 0 20px;
    }


/* `Log in form
--------------------------------------------------*/

#content #login {
  background: #fff;
}
  #content #login .alert {
    border: 1px solid #fff0d9;
    background-color: #ffdfdf;
    padding: 10px 20px;
    width: 263px;
    margin-bottom: 10px;
  }
  #content #login h2 {
    display: none;
  }
  #content #login form {
    padding-top: 200px;
    position: relative;
  }
    #content #login fieldset {
      padding: 30px 20px;
      width: 263px;
      height: 60px;
      background: url(../gfx/login_box.png) no-repeat;
    }
    #content #login fieldset legend {
      display: none;
    }
    #content #login fieldset label {
      display: none;
    }
    #content #login fieldset input {
      margin-bottom: 10px;
      width: 240px;
    }
    #content #login fieldset .forgot {
      color: #000;
    }

    #content #login fieldset #submit {
      position: absolute;
      bottom: -23px;
      right: 40px;
      width: 53px;
      height: 53px;
      text-indent: -9999px;
      border: 0;
    }


/* `Flash intro
--------------------------------------------------*/

#flash_intro {
  position: absolute;
  left: 0;
  top: 0;
}
  #flash_intro object {
    z-index: 55;
    position: relative;
  }
  #flash_intro #skip {
    position: absolute;
    top: -20px;
    left: 310px;
    color: #666666;
    padding: 3px;
    z-index: 999;
    border: none;
  }

/* `Where to buy
--------------------------------------------------*/

#shoplist fieldset {
  border-bottom: 1px dashed #666666;
  padding: 10px;
  margin: 30px 0;
}
  #shoplist fieldset legend {
    font-weight: 700;
    font-size: 1.3em;
  }
    #shoplist fieldset label {
      display: block;
      margin-bottom: 5px;
      overflow: hidden;
    }
    	#shoplist fieldset label span {
    		display: block;
    		float: left;
    		width: 70px;
    		padding: 3px;
    		font-weight: 700;
    	}
    	
    	#shoplist fieldset label select {
    		display: block;
    		float: left;
    		width: 200px;
    	}

#shoplist h3 {
  margin-top: 10px;
  padding-bottom: 5px;
}

#shop_info ul {
  margin-bottom: 15px;
}

#shop_info li {
  margin: 0!important;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#shop_info li address {
	font-style: normal;
	margin-top: 7px;
}

#shop_info label {
  width: 100px;
  display: block;
  float: left;
  clear: left;
}
/* `Shop
--------------------------------------------------*/

.payexlogo img { margin-top: 3px;}

#gotoCart, #continiueShop {
	position: absolute;
	right: 0;
}
#gotoCart { top: 300px; }
#continiueShop { top: 350px; }

	#gotoCart a, #continiueShop a {
		display: block;
		height: 48px;
		padding: 3px;
		padding-left: 40px;
		line-height: 48px;
		font-size: 1.2em;
		border: 0;
		font-weight: 700;
		color: #000;
		width: 160px;
	}
	#gotoCart a {
		background: url(../gfx/cart_onmii_style.png) no-repeat left;
	}
	#continiueShop a {
		background: url(../gfx/continue_shopping.png) no-repeat left;
	}
	
	
	

#shop_header {
  width: 400px;
  height: 123px;
  text-indent: -9999px;
}
  #shop_header.eng {
    background: url(../gfx/onmii-store.png) no-repeat;
  }

#shop_menu {
  margin-top: 5px;
  float: right;
  background: url(../gfx/cart.png) no-repeat right;
  padding-right: 45px;
  padding-top: 30px;
  height: 33px;
}
  #shop_menu li {
    display: inline;
    border-bottom: 1px solid #666666;
    margin-left: -3px;
  }
    #shop_menu li a {
      padding: 0 10px;
      color: #666666;
    }

#shop.object {
  background: #fff;
  margin-top: 20px;
}

  #shop #shop_items {	list-style: none; }

  #shop #shop_items li  {
    position: relative;
    margin-bottom: 40px;
  }
    #shop #shop_items li dl {
      position: relative;
      padding-top: 55px;
      padding-left: 20px;
      display: block;
      height: 100%;
      float: left;
      color: #464646;
    }
      #shop #shop_items dt {
        float: left;
        margin-right: 5px;
        font-weight: 700;
      }
      #shop #shop_items .price {
        white-space: nowrap;
      }
      #shop #shop_items .desc {
        float: left;
        padding-top: 10px;
      }
      #shop #shop_items img {
        float: left;
      }
      #shop #shop_items form {
        float: right;
        padding-top: 40px;
      }

a.butt {
  border: 1px #999 solid;
  padding: 2px 3px 1px 3px;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #000;
}
a.butt:hover {
  background: red;
  color: #fff;
}
#menu {
  position: absolute;
  bottom: 0;
  left: 0;
}
#menu li { float: left; }
#menu li a {
  display: block;
  margin: 0 10px;
}
#menu li.selected a { color: red; }

#extramenu {
  position: absolute;
  top: 0;
  right: 0;
}
#extramenu li { float: left; }
#extramenu li a {
  display: block;
  margin: 0 10px;
}
#extramenu li.selected a { color: red; }

#tree ul ul { margin-left: 5px; }

ul.addons a.iconlink { padding-left: 12px; background: transparent url(/common/gfx/icon10/link.png) no-repeat left center; }
ul.addons a.icondoc  { padding-left: 12px; background: transparent url(/common/gfx/icon10/doc.png) no-repeat left center; }
ul.addons a.iconpdf  { padding-left: 12px; background: transparent url(/common/gfx/icon10/pdf.png) no-repeat left center; }
ul.addons a.iconppt  { padding-left: 12px; background: transparent url(/common/gfx/icon10/ppt.png) no-repeat left center; }
ul.addons a.iconxls  { padding-left: 12px; background: transparent url(/common/gfx/icon10/xls.png) no-repeat left center; }
ul.addons a.iconhtml { padding-left: 12px; background: transparent url(/common/gfx/icon10/html.png) no-repeat left center; }
ul.addons a.icondef  { padding-left: 12px; background: transparent url(/common/gfx/icon10/default.png) no-repeat left center; }

#footer { text-align: center; }


/* `Frontpage slider
--------------------------------------------------*/
.frontpage .slideshow {
    position: relative;
    height: 550px;
    width: 400px;
    overflow: hidden;
}
.frontpage .slideshow .slides li {
    position: absolute;
    display: none;
    top: 0;
}
.frontpage .slideshow .image {
	display: block;
	border: 0;
}
.frontpage .slideshow .image-text {
    position: absolute;
    bottom: 0;
    height: 110px;
    width: 350px;
    padding: 20px 25px;
    background: url('../gfx/trans_gray.png') repeat left top;
    color: #333;
    cursor: pointer;
    font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
    font-size: 23px;
}
.frontpage .slideshow .image-text p {
    font-size: 23px;
    line-height: 1.3;
}
.frontpage .slideshow .nav {
    position: absolute;
    right: 10px;
    bottom: 0;
}
.frontpage .slideshow .nav li {
	float: left;
	width: 12px;
}
.frontpage .slideshow .nav a {
	background: url('../gfx/slider_buttons.png') no-repeat center -8px;
	display: inline-block;
	height: 8px;
	width: 12px;
    text-indent: -9999px;
	text-decoration: none;
	border: 0;
}
.frontpage .slideshow .nav a.active,
.frontpage .slideshow .nav a:hover {
    background-position: center 0;
}


/* typestyle */
h1 { padding-bottom: 1em; }
h2,
h3,
h4 { margin-bottom: 0; }

h1 { font-size: 180%; }
h2 {

  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 2px;
}
h3 { font-size: 140%; }
h4 { font-size: 120%; }


p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 5px 0 15px;
}


/* objectstyle */
#frontpage .item {
  width: 49%;
  margin-bottom: 1em;
}
#frontpage .item.wide,
#frontpage .item.banner { width: auto; }
#frontpage .item.left { float: left; clear: both; }
#frontpage .item.right { float: right;}
#frontpage .item img {
  float: left;
  margin: 0 5px 0 0;
}

#article .byline {
  line-height: normal;
  margin: 1em 0;
}
#article .byline .date,
#article .byline .author { display: inline; }
#article #keywords {
  margin: 1em 0;
  text-transform: uppercase;
}
#article #keywords h4 { display: inline; }

#search ul li .title {
  font-weight: bold;
}
#search ul li .body { line-height: normal; }
#search ul li .date { font-size: 80%; }


.object ul.contentlist {
  line-height: normal;
  margin: 0;
  padding: 0;
  list-style: none;
}
.object ul.contentlist ul { list-style: none; }
.object ul.contentlist .caption {
  font-size: 80%;
  margin-bottom: 0;
}
.object ul.contentlist p { margin-bottom: 0; }
.object ul.contentlist .date { font-size: 80%; }

#adrow .pos1 { float: left; }
#adrow .pos2 { float: right; }
#adcol .banner { margin-bottom: 10px; }

/* dynaparked */
.gimage { background: transparent; }
.gimage div {
  font-size: 80%;
  line-height: normal;
}
.gimage.left {
  float: left;
  padding: 10px 10px 10px 0;
}
.gimage.right {
  float: right;
  padding: 0 0 10px 10px;
}
.gimage.center {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
.gimage .gbottom { padding-top: 3px; }
.gimage .gtop { padding-bottom: 3px; }
img.gimg { border: 0; }

/*.banner { background: url(../gfx/ann.gif) no-repeat right top; }*/

/* useful stuff */
.spacer {
  clear: both;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1px;
  height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clear_left { clear: left; }
/*outline: 1px red dashed;*/

