/* defined in scp_content.css, needs to be here for joomla admin */
.infobox {}
.first {}
.last {}

/* 
	pixami iframe
	iframe is moved upwards 
*/
div.pixamiWrapper#content #content_outer { 
	overflow: hidden;
	padding: 0;
	left: 0px;
	width: 819px;
	height: 600px;
}

div.pixamiWrapper#content #content_outer iframe {
	position: relative;
	top: -43px;
}
/* end pixami iframe */


* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body  {
	font: 70%/130% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}


a img { border: 0; }
a { outline: 0; text-decoration: none; }

/************************************************************************************ Containers */
#container { 
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

/************************************************************************************ Header */
#header_top {
	height: 28px;
	line-height: 28px;
	text-align: right;
	background: #fff url(../images/header_top_bg.png) top left no-repeat;
}

#header_top ul li {
	display: inline;
}

#header_top ul li a {
	color: #bd181e;
	padding-right: 15px;
	font-weight: bold;
}

#header_top ul li a:hover {
	color: #a7cf3b;
}

.language_switch { padding-right: 25px;}
.language_switch a { color: black; text-decoration: underline; }
.language_switch a:hover { text-decoration: none; }

#header_holder {
	height: 100px;
	background: url(../images/header_bg.png) top left no-repeat;
}

#header .logo {
	display: block;
	height: 100px;
	width: 193px;
	float: left;
}


#header_holder ul.navItems {
	padding-top: 40px;
}

#header_holder ul li {
	display: block;
	float: left;
	padding-right: 5px;
}

/*
#header_holder div#navHome {
	background: url("nav/nav-home.gif");
}
#header_holder div#navPrice {
	background: url("nav/nav-price.gif");
}

#header_holder div#navCart {
	background: url("nav/nav-cart.gif");
}

#header_holder div#navPixHome {
	background: url("nav/nav-photo.gif");
}

#header_holder div#navPixLogout {
	background: url("nav/nav-logout.gif");
}
*/


#header_holder div#navHome {
}

#header_holder div#navPrice {
}

.french #header_holder div#navCart, .french #header_holder ul li div#navCart a {
	width: 90px;
}

.french #header_holder div#navPixHome, .french #header_holder ul li div#navPixHome a {
	width: 130px;
}

#header_holder div#navPixLogout {
}


#header_holder ul li div {
 	width: 90px;
 	height: 40px;
}


#header_holder ul li a {
	display: block;
	float: right;
	width: 90px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	color: #4cccdd;
	font-weight: bold;
	font-size: 15px;
}

#header_holder ul li a:hover {
	color: black;
}

#header_holder ul.pixamiTools { 
	float: right;
	padding: 50px 200px 0 0;
}

#header_holder ul.pixamiTools a { 
	display: inline; 
	padding: 0;
	margin: 0;
}


/************************************************************************************ Sidebar */
#sidebar {
	width: 161px;
	height: 470px;
	background: url(../images/sidebar_bg.png) top left no-repeat;
	padding: 36px 0 60px 0;
}

td#sidebarTd {
	background-color: #dfe0e1
}

#sidebar .sidebar_bottom {
	height: 3px;
	display: block;
	background: #d6d9da url(../images/sidebar_bottom_bg.png) top left no-repeat;
}
#sidebar h2 {
	padding-left: 10px;
	color: #4cccdd;
	font-weight: bold;
	font-size: 1.6em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 4px;
}
#sidear ul li {
	display: block;
	margin-bottom: 10px;
}
#sidebar ul li a.opac {
	background: #fff; 
	display: block;
	height: 23px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding: 0 10px;
	font-size: .8em;
}
#sidebar ul li a.opac:hover {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	background-color: #fff;
}
#sidebar ul li .dotties {
	margin: 0 10px 3px 10px;
}
#sidebar ul ul {
	margin: 0px 10px 0 10px;
	font-weight: bold;
	color: #666;
}
#sidebar ul li a.green{
	background: #4cccdd; 
	display: block;
	height: 23px;
	line-height: 21px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	padding: 0 10px;
	margin: 10px 0;
}

#sidebar ul li a.green:hover {
	color: #000;
}

#sidebar #loginFiller { height: 150px; }
#sidebar #login {
	margin: 0 6px 10px 6px;
	padding-bottom: 50px;
}
#sidebar #login input {
	border: 1px solid #fff;
	color: #afafaf;
	width: 139px;
}
#sidebar #login .login_outer {
	text-align: center;
}
#sidebar #login .login_inner {
	text-align: left;
	margin: 0 auto;
	width: 97%;
	font-size: 10px;
	padding: 3px 0;
}


a.button {
	display: block;
	color: white;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background: #4cccdd url("../images/btn-l.gif") top left no-repeat;
	letter-spacing: -1px;
	margin-top: 5px;
	cursor:pointer;
}

a.button span {
	display: block;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: url("../images/btn-r.gif") top right no-repeat;
	padding: 0 10px;
}


a.button:hover {
	color: #000;
}




#dhtmlgoodies_slidedown_menu a.button {
	color: white;
	margin-right: 1px;
}
#dhtmlgoodies_slidedown_menu a.button:hover {
	color: black;
}

#sidebar #login ul {
	padding-top: 3px;
}
#sidebar #login ul li {
	display: inline;
}
#sidebar #login a.pass_qeust, a.pass_qeust {
	color: #000;
	text-decoration: underline;
}
#sidebar #login a.pass_qeust:hover, a.pass_qeust:hover {
	text-decoration: none;
}



/* Rounded Corners */
.roundedCornerSpacer {
  margin: 0px; padding: 0px; border: 0px;
  clear: both;
  font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
  width: 4px; height: 4px;
  padding: 0px; border: 0px;
  z-index: 99;
}

.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }


.borderTL {
  position: relative;
  left: -1px;
  top: -1px;
  background: url("../images/tl.gif") top left no-repeat;
}

.borderTR {
  background: url("../images/tr.gif") top right no-repeat;
  position: relative;
  right: -1px;
  top: -1px;
}

.borderBL {
  background: url("../images/bl.gif") bottom left no-repeat;
  position: relative;
  left: -1px;
  bottom: -1px;
}

.borderBR {
  background: url("../images/br.gif") bottom right no-repeat;
  position: relative;
  right: -1px;
  bottom: -1px;
}

.bottomCorners { 
	height: 4px;
	clear: both;
}

div#login .content {
  margin: 0px;
  padding: 0px;
  border: 1px solid #4cccdd;
  background: #e1e3e4;
}
.contentWrapper {
  padding: 0px;
  border: 0px;
}

/************************************************************************************ Content */

.pathway { color: #666666; font-weight: bold;}
span.pathway {
	display: block; 
	padding-left: 30px;
	height: 30px; 
	line-height: 30px;
	background: url("../images/arrow.png") 18px 12px no-repeat;
}


#content_outer { 
/*
	margin: 0 170px 0 161px;
	padding: 10px;
*/
	position: relative;
	left: 10px;
	width: 810px;
	
}

/************************************************************************************ Footer */
#footer { 
	padding: 3px 10px;
	background: #4cccdd;
	color: #fff;
	text-align: center;
	font-size: 80%;
	clear: both;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #a6ce39;
}
#pay_methods {
	height: 70px;
	background: url(../img/pay_methods_right.png) top right no-repeat;
}

/************************************************************************************ Overige */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear {
	clear: both;
	font-size: 0;
	overflow: hidden;
	height: 0;
}

.greenbg {
	background: #b0d25a;
}

	/*
	General rules
	*/
#dhtmlgoodies_slidedown_menu{
	padding: 5px 0px;
}
	

#dhtmlgoodies_slidedown_menu li{
list-style-type:none;
position:relative;
	
}

#dhtmlgoodies_slidedown_menu ul{
margin:0px;
padding:0px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
		
	}
	/* 	Layout CSS */
	/*
	#dhtmlgoodies_slidedown_menu{		
		visibility:hidden;
	}
	*/

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a {
		color: #464648;
		text-decoration:none;	
		display:block;
		clear:both;
	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		font-weight:bold;
		padding: 3px 10px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:blue;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:15px;
		padding:5px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}

	#dhtmlgoodies_slidedown_menu a.slMenuItem_depth1 {
		background-color: #eeeff0;
	}  

	#dhtmlgoodies_slidedown_menu #mainMenuItem1 a.slMenuItem_depth1 { background-color: #fafbfb; }  
	#dhtmlgoodies_slidedown_menu #mainMenuItem2 a.slMenuItem_depth1 { background-color: #f7f8f8; }  
	#dhtmlgoodies_slidedown_menu #mainMenuItem3 a.slMenuItem_depth1 { background-color: #f4f4f5; }  
	#dhtmlgoodies_slidedown_menu #mainMenuItem4 a.slMenuItem_depth1 { background-color: #f2f3f4; }  
	#dhtmlgoodies_slidedown_menu #mainMenuItem5 a.slMenuItem_depth1 { background-color: #eff0f1; }  
	#dhtmlgoodies_slidedown_menu #mainMenuItem6 a.slMenuItem_depth1 { background-color: #eeeeef; }  
	#dhtmlgoodies_slidedown_menu #mainMenuItem7 a.slMenuItem_depth1 { background-color: #eaecec; }  
	#dhtmlgoodies_slidedown_menu #mainMenuItem8 a.slMenuItem_depth1 { background-color: #e8e9ea; }  


.progressMenu td {
	background: url("../images/arrow.png") 0px 5px no-repeat;
	font-size: 12px;
} 
