/**
 * Shared CSS File
 *
 * You can code here styles shared by all themes.
 * As an example a CSS just for IE quirks.
 */
 
*{
	margin:0;
	padding: 0;
}
/* layout estart */
body {
	margin: 5px;
	font-size : small;
	font-family: "Verdana, Sans-serif";
	font-family: Arial, Verdana ,Helvetica,sans-serif;
	background-attachment: fixed;
	background-image: url(../images/pagelayout/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000013;
}
	
#container {
	width: 1000px;
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	background-image: url(../images/pagelayout/bg_body.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
	
#header {
	text-align: right;
	height: 150px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background-color: #111111;
	background-image: url(../images/pagelayout/headerbackground.gif);
	border-bottom: 0px solid #000000;
	font : normal 13px/1px "Verdana, Sans-serif";
	
	}
#headerImg{
		float:left;
		}
#headerTekst{
		float:left;

		}

ul#menu{
	float:left;
	line-height: 12px;
	clear:both;
	width: 100%;
}

#menu li{
	float: left;
	display: inline;
	margin: 12px;
	padding-bottom:5px;
}

#menu li a, #menu li a:visited  {
	color: #fff;
	text-decoration: none;
}

#menu li a:hover{
	color: #d8eaf8;
	text-decoration: underline;
}

#menu li a.currentMenuItem , #menu li  a.currentMenuItem :visited  {
	color: #d8eaf8;
	font-weight:700;
	text-decoration: underline;
}
	
#content {
	display : inline;
	float : left;
	width : 670px;
	padding : 10px 10px 10px 10px;
	margin-bottom : 0px;
	font-size : 95%;
	}
div#focusbox{
	display : inline;
	float : left;
	width : 660px;
	padding : 5px 5px 5px 5px;
	margin-bottom : 15px;
	border: 0px solid #000;
}
div#focusitem1, div#focusitem2{
	position: relative;
	display : inline;
	width : 320px;
	padding : 2px 0px 2px 0px;
	background: #fefeee;
	border: 1px solid #eee;
	height: 100%;
}
#focusitem1 a, div#focusitem2 a{
	text-align: right;
}	
div#focusitem1{
	float: left;
}
div#focusitem2{
	float: right;
}
div#latest{
	display : inline;
	float : left;
	width : 650px;
	padding : 10px 10px 10px 10px;
	margin-bottom : 5px;
	border: 0px solid #000;
}
div#banner{
	display : inline;
	float : left;
	width : 650px;
	padding : 10px 10px 10px 10px;
	margin-bottom : 5px;
	border: 0px solid #000;
}
div#other{
	display : inline;
	float : left;
	width : 650px;
	padding : 10px 10px 10px 10px;
	margin-bottom : 15px;
	border: 0px solid #000;
}

div#other1, div#other2{
	display : inline;
	width : 300px;
	padding : 10px 10px 10px 10px;
	margin-bottom : 0px;
	border: 0px solid #000;
}	
div#other1{
	float: left;
}
div#other2{
	float: right;
}
#column {

	float : left;
	width : 305px;
	padding-left : 0px;
	margin-left : 5px;
}
#column h3{
	padding-left:40px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 140%;	
}
ul#sub_menu, ul#admin_menu{
	list-style: none;
	
	list-style-position: inside;
}
#sub_menu li, #admin_menu li{
	display: block;
	margin-left: 0px;
	list-style-position: outside;

	
}
#sub_menu li a, #sub_menu li a:visited, #admin_menu li a, #admin_menu li a:visited{
	display: block;
	margin: 0px;
	padding: 10px;
	padding-left: 55px;
	border-bottom:1px solid #ccc;
	text-align: left;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	
}	
#sub_menu li a:hover, #admin_menu li a:hover{
	display: block;
	margin: 0px;
	padding: 10px;
	padding-left: 55px;
	border-bottom:1px solid #000;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	
}
dl.pop_prod, #sub_menu dl.pop_prod {
	margin: 10px 0 10px 0;
	padding: 0 20px 10px 0;
	border-bottom: 1px solid #ccc;
}
dl.pop_prod dt {
	margin: 0;
	padding: 0;
}
dl.pop_prod dt a {
	float: left;
	display: block;
	margin: 2px 10px 0 10px;
	padding: 2px;
	border: 3px solid #eee;
	background: #fffefa;
}
dl.pop_prod dt a img {
	float: left;
}
dl.pop_prod dt a:hover {
	padding: 2px;
	border-color: #bbb;
	background: #fff;
	}
dl.pop_prod dd {
	margin: 0 0 2px 0 !important;
	padding: 0;
	line-height: 1.4em;
	font-size: 90%;
	
}
dl.pop_prod dd em {
	font-style: normal;
	color: #888;
}
dl.pop_prod:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html dl.pop_prod {
	height: 1%;
}
ul#popular_products{
	list-style: none;	
	list-style-position: inside;
}
#popular_products li{
	display: block;
	margin-left: 0px;
	list-style-position: outside;
	border-bottom:1px solid #ccc;
}
dl.pop_prod dd a, dl.pop_prod dd a:visited{
	color: #333;
	font-size: 105%;
	text-decoration: none;	
}	
dl.pop_prod dd a:hover{
	color: #000;
	font-size: 110%;
	text-decoration: underline;
}
#footer {
	clear : both;
	text-align: center;
	font-size: 95%;
	height : 4em;
	border-top : 1px solid #d0d0d0;
	padding: 10px;
	background: #fff;
	}
ul#footerinfo{
	list-style: square;
	display: block;
}
#footerinfo li{
	display: inline;
	padding-right: 10px;
}
/*layout end */
a {
	color: #366D9C; 
	display: block;
}
#footer a, #error a {
	display: inline;
}
#menuItemsChild li{
	display:block;
	margin-bottom: 5px;
	margin-top: 15px;
}
input.input, input.input_inline{
	display: block;
	background: #d8eaf8;
	border: 1px solid #000;
}
label{
	display: block;
	padding-top: 15px;
}
span.required{
	color: red;
}
#viewutleie label, #viewutleie input, #viewutleie textarea, #contact label, #contact input, #contact textarea, #activity label, #activity input, #activity textarea, #viewpadling textarea, #viewpadling input, #viewpadling label, #viewwall input, #viewwall label, #viewWall textarea{
	display: block;
	line-height: 150%;
}
label.profile{
	line-height: 18px;
}
textarea, input, select{
	background: #d8eaf8;
	border: 1px solid #000;
}
input.hidden {
	border: 0;
	background: none;
}
input.submit{
	margin-top: 5px;
	background-position: center;
	background-repeat: no-repeat;
	padding:1px 2px;
	background:#c3d3ed url(../images/toolbar/gray-bg.gif) repeat-x;
	cursor:pointer;
	white-space: nowrap;
}

input.submit:hover, input.submit2:hover{
	background:#c3d3ed url(../images/toolbar/btn-over-bg.gif) repeat-x;
	border:1px solid #6593cf;
	padding:1px 2px;
}

input.submit2{
	margin-left: 5px;
	background-position: center;
	background-repeat: no-repeat;
	padding:1px 2px;
	background:#c3d3ed url(../images/toolbar/gray-bg.gif) repeat-x;
	cursor:pointer;
	white-space: nowrap;
}

input.input_inline{
	display: inline;
}
#login {
	display: block;
}

/* Image drop shadow - Thanks to allistapart.com : http://www.alistapart.com/articles/cssdrop2/ */
div.imagepadding{
	margin-right: 10px;
	padding:0px;
	float: left;
}
div.imagepadding-focusbox{
	margin-right: 5px;
	padding: 0px;
	float: left;
}
div.imagepadding-right{
	margin-right: 10px;
	float: right;
}
.alpha-shadow {
	float:left;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 14px 0 0 17px !important;
	margin: 14px 0 0 8px;
	}

.alpha-shadow div {
  background: url(../images/shadow2.png) no-repeat left top !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  float: left;
  padding: 0px 5px 5px 0px;

  }

.alpha-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  }

/* Image drop shadow END */

IMG
{
  border: 0;
}

H1,H2,H3,H4,H5 {
  font-weight:normal;
}

H1
{
  font-size: 190%;
  color: #366D9C;
  float: none;
	display: block;
	clear: both;
  margin: 0.7em 0 0.7em 0.7em;
  text-decoration: none;

}

H1 A {
  color: #fff;/*#234764;*/
}


H2
{
  font-size: 140%;

  color: #366D9C;
  margin: 0.7em 0 0.7em 0;
}

H3
{
  font-size: 135%;
  color: #366D9C;
  margin: 0.4em 0 0.0em 0;
}

H4
{
  font-size: 120%;
  color: #366D9C;
  margin: 0.4em 0 0.3em 0;
}
p.smalltext{
	font-size: 95%;
	color: #333;
	margin-left: 20px;
}
p.price{
	
}
p.discount, span.discount{
	padding-top: 5px;
	padding-bottom: 5px;
	color: red;
	font-size: 110%;
}
span.bigprice{
	font-size: 140%;
}
span.ingress{
	font-size: 105%;
	font-weight: 500;
	font-style: italic;
	margin: 10px;
	padding-top: 5px;
	float: none;
	line-height: 130%;
	display: block;
}
fieldset{
	padding: 14px;
}
ul{
	list-style: none;
}

#addNewMenu{
	text-align: center;
}

.addnewMenuItem, div.inFieldSet{
	float: left;
	margin: 6px;
	display: inline;
}
div.view_all_0, div.view_all_1 {
	display : inline;
	float : left;
	width : 650px;
	padding : 10px 10px 10px 10px;
	margin-bottom : 5px;
	border: 1px solid #000;
}
div.view_all_1{
	background-color: #eee;
}
div.datecontainer{
	display: block;
	float: left;
	clear: both;
}
div.dateform{
	float:left;
}
.dateform label, .dateform input{
	margin: 5px;
}
#linkList th{
	font-size: 180%;
}
ul#linkList li{
	margin-bottom: 5px;
}
ul#linkList li a{
	padding-left: 15px;
}
ul#linkList li p{
	padding-left: 15px;
}
/*TABLE*/
#pricetable{
	width: 500px;
	padding: 0;
	margin: 0;
}
table#persontable{
	margin:0;
	padding:0;
	width: 350px;
	margin-top: 6px;
	margin-bottom: 6px;
	
}

#pricetable caption, #persontable caption {
	margin-top: 15px;
	padding: 0 0 5px 0;
	width: 500px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#pricetable th, #persontable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/layout/panel-title-light-bg.gif) repeat-x;
}

#pricetable th.nobg , #persontable th.nobg{
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#pricetable td, #persontable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;

}


#pricetable td.alt, #persontable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#pricetable th.spec, #persontable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#pricetable th.specalt, #persontable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
div.persondata{
	position: relative;
	margin: 5px;
	
	margin-bottom: 20px;
	clear: both;
	text-align: center;
	width: 100%;
	
}
table#aboutCompany{
	text-align: left;
	margin: 20px;
}
#linkItemsTop fieldset{
	margin-top:10px;
	background-color: #eee;
}
#linkItemsTop li{
	margin-top:10px;
	text-align:left;
}
span.strike_through{
	text-decoration:line-through;
}
