/* ALGEMENE STYLES */

* {
	margin: 0;
	padding: 0 0 0 0;
}

html {
	height:100%;
	width:100%;
	min-width:1010px;
}

body {
	height:100%;
	width:100%;
	min-width:1010px;
	font: 11px Arial, Helvetica, sans-serif;
	background:url(/images_suncell_nl/menuleft_background.gif) repeat-y;
}

td {
	font-family: tahoma, arial;
	font-size: 11px;
}

a {
	color: #223d53;
	text-decoration: none;

}

a:hover {
	color: #223d53;
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	padding: 5 0 5 0;
}

/* SITE ALGEMEEN */

h2 {
	border-top: 1px;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 1px 5px 1px 5px;
	color: #FFF;
	height: 19px;
	background-image:url(/images_suncell_nl/menuright_background.gif);
	background-repeat:repeat-x;
	text-align: center;
}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0080ff;
	height:25px;
	padding: 4px 10px 0px 10px;
	vertical-align:text-top;
}

h3 a {
	color: #0080ff;
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(/images_suncell_nl/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-decoration: none;
}

h3 a:hover {
	color: #afd5ff;
	text-decoration: underline;	
}


h4 {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #ff893f;
}

.red {
	color: #FF0000;
}

.bold {
	font-weight: bold;
}

.right {
	text-align: right;
}

.border_groen {
	border-left: 1px solid #009400;
	border-top: 1px solid #009400;
	border-right: 1px solid #009400;
	border-bottom: 1px solid #009400;
	padding: 1px 1px 1px 1px;
	width: 100px;
	height: 20px;
	background-color: #FFF;
	cursor:pointer;
	text-align: right;
	text-decoration: none;
}

img.text-image
{
	display: inline;
	vertical-align: middle;
	text-decoration: none;
}


/* SITE LAYOUT */

#layout_wrapper {
	max-width: 100%;
	min-height: 100%; /* Uses IE.ancient fix: property not supported */
	margin-left: auto;
	margin-right: auto;
	height:100%;
	width:100%;
	margin-left: auto;
	margin-right: 0px;
}
	

/* HEADER MENU */

#header {
	height:135px;
	background-image:url(/images_suncell_nl/header_background.gif);
	background-repeat:repeat-x;
}

#header_top
{
	height: 80px;
}

#header_logo {
	padding-left: 40px;
	padding-top: 4px;
	float: left;
	border: 0px;
}

/* HEADER MENU > RECHTS (LOGIN / QSHOPS) */

#header_right {
	float: right;
	height: 53px;
	padding: 5px 1.0em 0px 0px;

}

#header_flags {
	float: right;
	height: 100%;
	padding: 2px 10px 2px 10px;
    border-left: 1px solid #878787;
}

#header_qshops
{
	float: right;
    border-left: 1px solid #878787;
    padding: 5px 10px;
}

#header_login {
	float: right;
	height: 100%;
	padding: 2px 10px 2px 45px;
    border-left: 1px solid #878787;
	background-image: url(images_suncell_nl/login_logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
}

#header_login ul {
	list-style-type: none;
	color: #878787;
    font: bold 12px arial, helvetica, sans-serif;
}

#header_login li.groot a{
	color: #000000;
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(images_suncell_nl/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 30px;
}

#header_login li.klein {
	color: #878787; 
    font: 9px arial, helvetica, sans-serif;
	padding-left: 10px;
	text-align: center;
	line-height: 10px;
}

#header_login li.klein a {
	color: #878787; 
}

/* HEADER MENU > NAVIGATIE */

#header_navlist 
{
	clear: both;
	margin: 0;
	padding: 0;
}

#header_navlist ul
{
	margin: 0 0 0 200px;
	color: #000000;
	float: left;
	font: bold 12px/16px arial, helvetica, sans-serif;
	border-left: 1px solid #223d53;
	padding: 0;
	display: inline;
}

#header_navlist ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header_navlist ul a
{
	padding: 2px 2.0em;
	color: #FFF;
	float: left;
	border-right: 1px solid #223d53;
	font: bold 12px/16px arial, helvetica, sans-serif;
	text-decoration: none;

}

#header_navlist ul li a:hover
{
	color: #223d53;
	background: url(/images_suncell_nl/navlist_background.gif) repeat-x;
}



/* HEADER MENU > ONDER NAV (ZOEKEN E.D.) */

#header_under {
	float: left;
	height:25px;
	width: 1010px;
	padding: 4px 10px 0px 10px;
	vertical-align:text-top;
	display: inline;
	clear: both;
}

#header_under a {
	color: #223d53;
	padding-left: 10px;
	padding-top: 0px;
    font: bold 12px/16px arial, helvetica, sans-serif;
	background-image: url(/images_suncell_nl/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#header_search {
	float: right;
	height: 25px;
	width: 200px;
	border-left: 1px solid #878787;
	padding: 0px 10px 0px 10px;
}

#header_search img {
	display: inline;
	vertical-align: top;
}


#header_quicklink {
	float: left;
	text-align: center;
	margin: 0px 5px 0px 5px;
	line-height: 28px;
}

.header_quicklink_tussen {
	margin: 10px;
}

#header_shopcart {
	float: right;
	height: 25px;
	width: 180px;
	border-left: 1px solid #878787;
	list-style-type: none;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

.header_shopcart a {
	background-image: url(/images/images_suncell_nl/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 2px 0px 10px;
}

/* LEFT MENU */

#layout_leftmenu {
	width: 150px;
	height: 100%;
	min-height: 100%;
	padding: 0px 10px 0px 0px;
	float:left;
	text-align: left;
}

#leftmenu h4
{
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #df6d24;
	margin: 5 0 0 2;
	padding: 0 0 0 2;
	border: 1px solid #878787;
}

#leftmenu ul 
{
	padding: 0 0 0 2px;
	margin: 0 0 0 2px;
	list-style-type: none;
	color: #000000;
    font: bold 12px/16px arial, helvetica, sans-serif;
}


/* LEFT MENU > ANDERE LINKS */

#leftmenu li.groot a{
	color: #223d53;
    font: bold 12px arial, helvetica, sans-serif;
	text-decoration: none;
}

#leftmenu li.groot a:hover{
	text-decoration: underline;
}

#leftmenu li.klein {
	color: #878787; 
    font: 9px arial, helvetica, sans-serif;
	text-decoration: none;
	vertical-align: top;
	padding-left: 5px;
}

#leftmenu li.klein a {
	color: #878787; 
	text-decoration: none;
}

#leftmenu li.klein a:hover{
	text-decoration: underline;
}

/* CONTENT */

#layout_content {
	height: 100%;
	min-height: 100%; 
	padding: 5px 5px 5px 5px;
}

.promotion {
	float: left;
	width: 300px;
	height: 150px;
	border: 1px solid #b7bab0;
	padding: 0px 1px 0px 1px;
	margin: 5px 5px 0px 0px;

}

.promotion_image {
		float:left;
		vertical-align:text-top;
}

.promotion_tekst {
	height: 70px;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 0px 5px 0px 5px;
	vertical-align:text-top;

}

.promotion_price_big {
	height:35px;
	width: 150px;
	text-align: right;
	float:right;
}

.promotion_price_small {
	height:35px;
	width: 20px;
	text-align: left;
	float:right;
	padding: 0px 10px 0px 0px;
}

.promotion_background {
	color: #FFF;
	height: 15px;
	width: 290px;
	background-image:url(/images_suncell_nl/promotion_background.gif);
	background-repeat:repeat-x;
	text-align: right;
	float:left;
	padding: 0px 5px 0px 5px;
}

.promotion_background a {
	color: #FFF;
	padding-left: 8px;
	padding-top: 0px;
	background-image: url(/images_suncell_nl/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-decoration: none;
}

.promotion_background a:hover {
	text-decoration: underline;
}

/* RIGHT MENU */

#layout_rightmenu {
	float: right;
	width: 160px;
	padding: 0px 4px 10px 4px;
	display: block;
}

.rightmenu {
	padding: 0px 1px 10px 0px;
}

.rightmenu li {

	padding-top: 2px;
	list-style-type: none;

}

.rightmenu li.voordelen {
	padding-left: 9px;
	background-image: url(/images_suncell_nl/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

.rightmenu li a{
	color: #223d53;
	text-decoration: none;
}

.rightmenu li a:hover{
	color: #5f7d99;
	text-decoration: underline;

}


#rightmenu_quick {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

#rightmenu_quick li {
	width: 50px;
	height: 70px;
	float: left;
	text-align: center;
	list-style-type: none;
}

#rightmenu_quick li a{
	color: #223d53;
	text-decoration: none;
}
#rightmenu_quick li a:hover{
	color: #5f7d99;
	text-decoration: underline;
}

#rightmenu_quick li a.image {
	padding: 0px 0;
	display: block;
}

#rightmenu_quick li a.image img {
	vertical-align: top;
}

.rightmenu_promo {
	border: 1px solid #df6d24;
	height: 150px; 
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

.promotion_promo_price_big {
	height:35px;
	text-align: right;
	float:right;
}

.promotion_promo_price_small {
	height:35px;
	width: 10px;
	text-align: left;
	float:right;
	padding: 0px 0px 0px 0px;
}


.rightmenu_sites {
	padding: 0px 0px 10px 0px;
	width: 150px; 
	list-style-type: none;
}

.rightmenu_sites li {
	list-style-type: none;
	padding: 2px 0px 0px 0px;
}

/* FOOTER */