@charset "utf-8";

/* Default CSS */

body{
	background-color:#000;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	text-align:center;
    margin:0;
}
img{
	border:none;
}
a{
	text-decoration:none;
	color:#FF6600;
}
a.hover{
	/* Nothing yet */
}
a.visited{
	/* Nothing yet */
}
/*Font tags */
h1{
	font-size:13pt;
	color:#FF6600;
	text-transform:uppercase;
	text-align:center;
    margin:0;
}
h2{
	font-size:10pt;
	color:#111111;
	text-transform:uppercase;
	text-align:center;
}
h3{
	font-size:10pt;
	color:#111111;
	text-transform:uppercase;
	text-align:left;
    margin:0;
}
h4{
	font-size:10pt;
	color:#FF6600;
	text-transform:uppercase;
	text-align:center;
}
h5{
	font-size:7pt;
}
h6{
	font-size:9pt;
	color:#111111;
	text-transform:uppercase;
	text-align:center;
    margin:5px;
}
/* TEMPLATE TAGS */
/* wrapper tag */
#wrapper{
	text-align: center;
	font-size: 9pt;
	width: auto;
    height: auto;
}

#bgheader{
	background-image:url(../images/template/bgheader.gif);
    text-align: center;
	height: 80px;
}
#header{
	background-image:url(../images/template/header.gif);
    background-repeat:no-repeat;
	text-align: center;
	height: 80px;
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 19px;
	padding-left:18px;
}
#bgnav{
	background-image:url(../images/template/bgnav.gif);
	text-align: center;
	height: 20px;
}
#nav{
	color:#FFF;
	text-transform:uppercase;
	width:950px;
	text-align:left;
   	font-size:10px;
    margin-left: auto;
	margin-right: auto;
    padding-top:3px;
    padding-left:48px;
}
#bgfooter{
	background-image:url(../images/template/bgfooter.gif);
	text-align: center;
	height: 60px;
}
#footer{
	background-image:url(../images/template/footer.gif);
	text-align: center;
	width:950px;
	font-size: 7pt;
	color: #CCCCCC;
	padding-top:5px;
	margin-left: auto;
	margin-right: auto;
	background-repeat:no-repeat;
}
#footer_left{
	width: 700px;
	float:left;
	text-align:left;
	padding-top:14px;
}

#footer_right{
	text-align:right;
}

#footer a{
	color:#999999;
}
#bgcontent{
	background-color:#FFFFFF;	
	text-align: center;
}
#content{
	text-align: center;
	padding-left:5px;
	padding-right:5px;
	width: 950px;
	background-color:#FFFFFF;
    margin-left: auto;
	margin-right: auto;
}
/* Index page */
#indexleft{
	background-image:url(../images/template/indexleft.png);
	background-position:right;
	background-repeat:no-repeat;
	height:150px;
	float:left;
	width:390px;
	text-align:center;
	padding: 50px 0 10px 85px;
}

#indexright{
	background-image:url(../images/template/indexright.png);
	background-position:left;
	background-repeat:no-repeat;
	height:150px;
	float:right;
	width:390px;
	text-align:center;
	padding: 50px 85px 10px 0;
}

#indexbottom{
	clear:both;
}
/* Index page - none divs*/
button.getsupport{
	margin-top:10px;
	margin-bottom:5px;
}

td.productholderhome{
	width:130px;
	text-align:center;
	vertical-align:top;
}
td.productimagehome{
	background-image:url(../images/template/borderproductimageshome.png);
    background-position:center;
	background-repeat:no-repeat;
	text-align: center;
    padding-top: 10px;
	height: 125px;
	width: 130px;
}

td.productimagehome2{
	color:#333;	
	text-align:center;
}

/* Product page */
#productleft{
	background:#FFFFFF;
	float:left;
	width:200px;
	padding:10px;
	text-align:left;
}

#productright{
	background:#FFFFFF;
	float:right;
	width:700px;
	padding:10px;
	text-align:left;
}
#productbottom{
	height:1px;
	clear:both;
}

#productimage{
	text-align: center;
}
table.producttable{
	background-color:#F1F1F1;
	width:700px;
	table-layout:auto;
	vertical-align:top;
	border-bottom:1px solid #FF6600;
	border-top:1px solid #FF6600;
    border-left:1px solid #FF6600;
	border-right:1px solid #FF6600;
}
td.producttdone{
	text-align:left;
	border-bottom:2px solid #FF6600;
	vertical-align:top;
	width:200px;
	font-size:13px;
}
td.producttd{
	text-align:left;
	border-bottom:2px solid #FF6600;
	vertical-align:top;
	width:250px;
	font-size:13px;
}
table.contacttable{
	background-color:#F1F1F1;
	border-color:#FF6600;
	border-style:solid;
	border-width:1px;
	padding: 5px;
}
div.error{
	background-color: #F9F9F9;
	text-align:center;	
	color:#F33;
}

/* Products page (overview of all products of one country */
#country{
	background:#FFFFFF;
	padding:10px;
	text-align:center;
}

td.productholder{
	width:165px;
	text-align:center;
	vertical-align:middle;
}

td.productimage{
	width:165px;
	height:165px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/template/borderproductimages.png);
	background-repeat:no-repeat;
	background-position:top;
}

td.productname{
	text-align:center;
	font-weight:bold;
}
/* Selection page/none div's*/
td.selectiontd{
	text-align:center;
	vertical-align:top;
}



/* TO BE EDITED*/

font.smallinfo{
	font-size:7pt;
	color:#111111;
	font-style:italic;
	text-align:left;
}
font.smallback{
	font-size:7pt;
}
font.notvalid{
	font-size:8pt;
	color:#CC0000;
	font-weight:bold;
	text-transform:uppercase;
}

/* header tag's */
#menubar{
	float:right;
	vertical-align:bottom;
	height:25px;
}

.menustart{
	background-image:url(../images/template/buttons/start.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.menustart:hover{
	background-image:url(../images/template/buttons/starthover.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.menufaq{
	background-image:url(../images/template/buttons/faq.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.menufaq:hover{
	background-image:url(../images/template/buttons/faqhover.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.atmenufaq{
	background-image:url(../images/template/buttons/faqhover.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.menuoxx{
	background-image:url(../images/template/buttons/oxx.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.menuoxx:hover{
	background-image:url(../images/template/buttons/oxxhover.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.atmenuoxx{
	background-image:url(../images/template/buttons/oxxhover.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.menuabout{
	background-image:url(../images/template/buttons/about.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.menuabout:hover{
	background-image:url(../images/template/buttons/abouthover.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.atmenuabout{
	background-image:url(../images/template/buttons/abouthover.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.menucontact{
	background-image:url(../images/template/buttons/contact.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.menucontact:hover{
	background-image:url(../images/template/buttons/contacthover.gif);
    display:inline-block;
    height:25px;
    width:87px;
}
.atmenucontact{
	background-image:url(../images/template/buttons/contacthover.gif);
    display:inline-block;
    height:25px;
    width:87px;
}

/* added by cazaadotdk (url: http://cazaa.dk/) */

.menuteamviewer{
	background-image:url(../images/template/buttons/teamviewer.gif);
    display:inline-block;
    height:25px;
    width:87px;
}

/* selector tag's*/
#selector{
	background:#FFFFFF;
	padding:10px;
	text-align:center;
}

td.selectortabletopbgimage{
	background-image:url(../images/template/tabletopback.png);
	background-repeat:repeat-x;
	color:#CCCCCC;
}
/* login tag's*/
#login{
	background:#FFFFFF;
	padding:10px;
	text-align:center;
}
/* mainfaq tag's */
#mainfaq{
	background:#FFFFFF;
	padding:10px;
    text-align:left;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
/* about tag's */
#about{
	background:#FFFFFF;
	padding:10px;
    text-align:left;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
/* contact tag's*/
#contact{
	background:#FFFFFF;
	padding:10px;
    text-align:center;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
/* no code tag's*/
td.contactinfo{
background-color:#E4E4E4;
border-color:#F60;
border-style:solid;
border:1px;
width:400px;
}

#nocode{
	background:#FFFFFF;
	padding:10px;
    text-align:center;
    width:600px;
    margin-left:auto;
    margin-right:auto;
}
/* new accordion*/
#list3 div.selected .title { 
	background-image:url(../images/template/accordion/scenter.png);
	background-repeat:repeat-x;
}
#list3 div:hover .title {
	color:#FF6600;
	background-image:url(../images/template/accordion/scenter.png);
	background-repeat:repeat-x;
}
#list3 div div {
	border-left:1px solid #FF8800;
	margin: 0;
	padding: 5px;
	
}
#list3 div.title {
	padding: 5px;
	height: 20px;
	background-image: url(../images/template/accordion/center.png);
	background-repeat:repeat-x;
	color: #FFF;
	height:10px;
	line-height: 10px;
	border: 1px solid #FF8800;
	border-bottom: none;
	font-weight:bold;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}
