/*-----------------------------------------------------------------------------
Layout Style Sheet (for version 4 browsers)
Mozilla FireFox 1.5 +
Opera 8.0 +
Safari 2.0 +
Version: 1.1.1
Author: Inside Internet
E-mail: support@insideinternet.nl
Web: http://www.insideinternet.nl/
------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
Default font settings
------------------------------------------------------------------------------*/
body {
	font-size:100%; /* Inherrits the configured default browser font size */
	font-family:Arial, Helvetica, sans-serif;
	background:#5c5c5c url(/assets/templates/apothecon/images/startBg.gif) repeat-x;
}
#wrapper {
	width:960px; /* Total with of the template */
	height:100%; /* If hieght is auto */
	margin-left:auto; /* Set margin left & right to set wrapper in the middle, otherwise comment these next 2 row out */
	margin-right:auto;
}
/*-----------------------------------------------------------------------------
Header
------------------------------------------------------------------------------*/
#headerContainer {
	width:940px;
	height:100px;
	float:left;
	padding:0 10px 0 10px;
}
#headerLogo {
	width:202px;
	height:42px;
	background:url(/assets/templates/apothecon/images/headerLogo.png) no-repeat;
	margin-top:40px;
}
/*-----------------------------------------------------------------------------
ContentContainer
------------------------------------------------------------------------------*/
#contentContainer {
	width:960px;
	height:500px;
	float:left;
	background:url(/assets/templates/apothecon/images/contentBg.png) no-repeat;
}
.selectBox {
	width:250px;
	height:auto;
	float:right;
	margin-top:100px;
}
/*-----------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------*/
#footerContainer {
	width:960px;
	height:auto;
	float:left;
	margin-top:15px;
	margin-bottom:20px;
}
.footerLinks {
	width:500px;
	height:auto;
	float:left;
	padding:0 10px 0 10px;
	color:#fff;
	font-size:11px;
}
.footerCopy {
	width:400px;
	height:auto;
	float:right;
	padding:0 10px 0 10px;
	color:#fff;
	font-size:11px;
	text-align:right;
}
#footerContainer a{
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
#footerContainer a:hover {
	color:#fff;
	text-decoration:underline;
}
/*-----------------------------------------------------------------------------
Select
------------------------------------------------------------------------------*/
.elSelect {
	width:206px;
	height:20px;
	background:url(/assets/templates/apothecon/images/select/select_bg.gif) no-repeat 0% 0%;
}
.elSelect .selected {
	background-color:#fff !important;
	color:#006BB7 !important;
	cursor:pointer;
}
.elSelect .clear {
	clear:both;
}
.elSelect .selectedOption {
	float:left;
	padding:2px 0 0 6px;
	width:177px;
	font-weight:bold;
	font-size:12px;
	color:#858585;
	overflow:hidden;
}
.elSelect .dropDown {
	width: 23px;
	height: 20px;
	float: right;
	background:url(/assets/templates/apothecon/images/select/select_arrow.gif) no-repeat 0% 0%;
}
.elSelect .optionsContainerTop {
	position:absolute;
	background:url(/assets/templates/apothecon/images/select/top_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div {
	background:url(/assets/templates/apothecon/images/select/top_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerTop div div {
	background:url(/assets/templates/apothecon/images/select/top_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom {
	position:absolute;
	margin:-5px 0 0 0;
	background:url(/assets/templates/apothecon/images/select/bottom_center.gif) repeat-x 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div {
	background:url(/assets/templates/apothecon/images/select/bottom_left.gif) no-repeat 0% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainerBottom div div {
	background:url(/assets/templates/apothecon/images/select/bottom_right.gif) no-repeat 100% 0%;
	width:100%;
	height:5px;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
}
.elSelect .option {
	padding:4px 0 5px 5px;
	background-color:#fff;
	border-left:solid 1px #c0c0c0;
	border-right:solid 1px #c0c0c0;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#858585;
}
.elSelect .disabled {
	background-color:#C0CCCF;
	border-left:solid 1px #749490;
	border-right:solid 1px #749490;
	color:#90A4AA;
}
.en {
	background:url(/assets/images/flags/en.gif) no-repeat 4px 50%;
	padding-left:30px !important;
}
.nl {
	background:url(/assets/images/flags/nl.gif) no-repeat 4px 50%;
	padding-left:30px !important;
}

form select {
	width:215px;
	padding:5px;
	background:#D1D2D4;
	border:1px solid #fff;
	font-size:16px;
	color:#444444;
	font-weight:bold;
}
img {
	border:0;
}
.selectBox #mySelect {
	padding:10px;
	margin:0 0 10px 0;
	background:#fff;
	border:1px solid #ccc;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:900;
	color:#7A7A7A;	
	width:200px;
	cursor:pointer;
}
.selectBox #mySelect a {
	text-decoration:none;
	display:block;
	border:0;
}