/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 30% auto 10%; 
	scrollbar-arrow-color: #efefef;
  scrollbar-base-color: #fff;
  scrollbar-darkshadow-color: #fff;
  scrollbar-3dlight-color: #fff;
  scrollbar-face-color: #cad0f2;
  scrollbar-highlight-color: #aab0d4;
  scrollbar-shadow-color: #aab0d4;
  scrollbar-track-color: #fff;
  background: #181f5d;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 780px;
  float: center;
  background-image: url(/Customer/Turretur/Filearea/SysImg/middle.png);  
}

table { width: 100%; text-align: left; }

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #EEE;
    height: 20px;
    padding: 10px 3px 5px 3px;
    font: 9px verdana;
    font-weight: bold;
    color: #121212;
    text-align: right;
    margin: 1px 5px auto 5px;
    	background:url(/customer/turretur/filearea/sysimg/headerbg.jpg) repeat-x;
}

/* This holds the tabs */
#tabholder
{
    margin-top: 10px; margin-bottom: 1px; width: auto; 
    margin-left: 20px; height: 30px;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
    height: 108px;
    width: 700px;
    display: inline;
    overflow: hidden;
}

.time    {behavior: url(#default#time2);}

#oContainer, #oContainer2, #oContainer3, #oContainer3, #oContainer4, #oContainer5 {
  margin-top: -135px; margin-left: 186px; background: #fff; overflow: hidden;
  width: 570px; height: 108px; display: inline; padding: 0px 0px 0px 0px; }
  
#oContainer6 {
  margin-top: 0px; margin-left: 1px; background: #fff; 
  width: 120px; height: 108px; display: inline; padding: 0px 0px 0px 0px; }

.rubbe { font-family: Times; color: #ccc; font-weight: 700; font-style: italic; 
font-size: 28px;}
span { display: inline; }    

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    padding: 4px 30px 0px 3px;
    background: #fff;
    text-align: right;
    margin: 12px 0px 1px 3px;
    height: 34px;
    overflow: hidden;
    clear: both;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #999;
    font-family: monotype;
    font-size: 12px;
    color: #060;
    height: 20px;
}

.userform .button, .button { width: 90px; color: #fff; border-width: 0px; cursor: hand; 
    background: url(/customer/turretur/filearea/sysimg/button.png) bottom no-repeat; height: 28px; 
}

h2 {
    font: 22px Verdana;
	color: #c00;
	text-align: left;
		font-weight: 400;
		border-left: #c00 0px solid;
		padding: 6px 10px 0px 10px;
		display: in-line;
		letter-spacing: -1pt;
		line-height: 120%;
		
}

h3 {
    font: 11px verdana;
	color: #121212;
	line-height: 140%;
	text-align: left;
	font-style: italic;
}

h4, p, table p {
    font: 12px verdana;
	color: #121212;
	line-height: 155%;
	text-align: left;
	display: in-line;
	padding-right: 10px;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #777;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}


/* Container for the article box, and the pic box */
.articleboxouter {
    width: 756px;
    padding: 0px 7px 0px 7px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxinner, p, h4 {
    width: auto;
    color: #121212;
    padding: 0px 3px 0px 10px;
    background: #fbfbfb;
    border:0px solid #efefef;
    text-align: left;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #5ab770 solid;
    float: left;
    margin: 0 7px 0 7px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 10px 0px 10px;
    clear: both; 
}

/* Content holder for the pic box */
.picbox {
width: 750px;
    height: 110px;
    padding: 5px 3px 6px 3px;
    border: 1px solid #efefef;
    border-top: none;
    text-align: left;
    overflow: auto;
    white-space: nowrap;
    display: run-in;
    background-color: #eeccc3;
}

.picboxobject:hover, .picboxobject:active { border: 1px #000 solid; background: url(/customer/turretur/filearea/sysimg/fade.png) repeat; }

/* This controls the thumbnails in the picbox div */
.picboxobject {
    border-width: 1px;
    border: 1px #c00 solid;
    height: 74px;
    display: inline;
    margin: 2px 3px 2px 3px;
    padding: 1px 3px 1px 3px;
    background-color: #fff;
}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom; margin: 14px;
}
td img { border: #666 1px solid; }

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #009;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #eee;
	border-bottom: 1px #7474da solid;
	border-top: 1px #e5e5e5 solid;
	color: gray;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
	margin: auto 6px 1px 6px;
}

#footer a {
	color: gray;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #f7f7f7;
}

/* First column of the three columns */
.c1
{
	width: 241px;
	background-color: #f7f7f7;
    line-height: 20px;
    color: #444;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 241px;
    float: left;
    line-height: 20px;
    color: #444;
    background-color: #f1f1f1;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
}

/* Third column of the three columns */
.c3
{
	width: 241px;
	background-color: #f7f7f7;
    line-height: 20px;
    color: #444;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-left: 0px solid #03c;
    border-top: none;
    color: #c00;
    padding-left: 10px;
    padding-right: 0px;
    height: 24px;
    font-family: Verdana;
    font-size: 13px;
    font-weight: 700;
	background:url(/customer/turretur/filearea/sysimg/headerbg.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}

th  { border-bottom: 0px #900 solid; }
td.line  { border-bottom: 0px #ddd solid; padding-bottom: 6px; padding-top: 6px; margin-bottom: 6px; padding-left: 4px;
  font-size: 11px; }
td p  { text-align: left; vertical-align: top; display: in-line; }

legend { color: #006; letter-spacing: 1pt; font-size: 12px; }
fieldset { background-color: #fff; padding: 0px 10px 10px 10px; line-height: 140%;}
fieldset b { color: #600; font-weight: 400; line-height: 145%}

/* Produkter */

table.products { width: 98%; background-color: #fff; margin-bottom: 10px; margin-right: 10px;}
.products h2 { padding: 0px 0px 0px 10px; }
.products td { padding: 10px; font-size: 12px; color: #000; margin: 4px; background-color: #ebeafd; vertical-align: top;}
.products b { font-size: 11px; color: #521e1e; }

table.facts td { width: 50%; background-color: #fff; margin-bottom: 0px; }
