/* POINTS CONTAINER ************************************************************************* */	

TD.webcentives_points_container{
height: 32px;
widht: 100%;
background-color:#FFFFFF;
text-align:center;
padding: 10px 0px 0px 0px;
}

DIV.webcentives_points_container{
height: auto;
width: auto;
margin: 0px 0px 0px -5px;
}


/* SHOPPING BASKET ************************************************************************* */				

A.shoppingbasket, A.shoppingbasket:hover
{				
	background-image: url(../Images/shopping_basket.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	
	float: left;
	diplay: block;
	width: auto;
	line-height: 47px;
	height: 47px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 66px;
	
	color: #142878;
	
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
}
					
A.shoppingbasket:hover{				
	color: #ee3b41;
}


/* CATEGORY ON THE LEFT ************************************************************************* */	

A.webcentives_category_light, A.webcentives_category_light:hover,
A.webcentives_category_dark, A.webcentives_category_dark:hover
{				
	background-image: url(../Images/webcentives_category_light.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	
	float: left;
	diplay: block;
	width: 100%;
	line-height: 35px;
	height: 35px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	color: #142878;
	
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold;
	text-decoration: none; 
	white-space: nowrap;
	text-indent:47px;
}
A.webcentives_category_dark, A.webcentives_category_dark:hover{
	background-image: url(../Images/webcentives_category_dark.gif);
}


			
A.webcentives_category_light:hover, A.webcentives_category_dark:hover{				
	background-image: url(../Images/webcentives_category_on.gif);
	color: #FFFFFF;
}

/* WEBCENTIVES FORM LOGINPAGE =============================== */

DIV.login_container{
float:right;
width: 305px;	/*341 - 36*/
height: auto;
border: 0px solid #FF9900;
padding: 0px;
margin: 12px 0px 0px 0px;
}

FORM.login{
width: 100%;
margin: 7px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

FORM.login P{
margin: 0px;
padding: 0px;
}

FORM.login P.fieldtitle{
float: left;
width: 130px;
height: 20px;
line-height: 20px;
font-size: 13px;
font-weight:bold;
color: #314684;
margin: 0px 0px 3px 0px;
clear:left;
}

FORM.login INPUT.login_field{
float: left;
width: 140px;
height: 18px;
line-height: 18px;
text-indent: 3px;
border: 1px solid #314684;
background-color: #FFFFFF;
font-size: 12px;
color: #0f0f0f;
margin: 0px 0px 9px 0px;
}


/* FORGOT PASSWORD ITEM */
FORM.login A.forgotpassword, FORM.login A.forgotpassword:hover{
float: left;
width: auto;
height: 20px;
line-height: 16px;
font-size: 13px;
font-weight:bold;
color: #ee3b41;
margin: -5px 0px 5px 17px;
background-color: none; 
text-decoration: none;
}
FORM.login A.forgotpassword:hover{
text-decoration: underline;
}

INPUT.submit_login{
display: block;
float: left;
width: auto;
height: 21px;
line-height: 16px;
color: #314684;
font-weight: bold;
margin: -6px 0px 0px 0px;
padding: 0px 6px 0px 5px;
border: 1px solid #314684;
background-color: #FFFFFF;
cursor: hand;
}
INPUT.submit_login:hover{
color: #ffffff;
background-color: #ee3b41;
border: 1px solid #ee3b41;
cursor: hand;
}


/* LOGIN FAIL EN WACHTWOORD AANVRAGEN STIJLEN */
DIV.login_container_message{
	float:left;
	width:auto;
	height:auto;
	padding: 0px 0px 0px 72px;
	border: 0px solid #000000;
}
DIV.login_container_message P.fieldtitle{
	color:#FFFFFF;
	font-weight:bold;
}
DIV.login_container_message P.fieldtitle{
	width: 138px;
}
DIV.login_container_message BR.extra_small_space{
line-height:5px;
height:5px;
font-size:5px;
}

DIV.login_container_message INPUT.submit_login:hover{
	color: #ffffff;
	background-color: #142878;
	border: 1px solid #142878;
	cursor: hand;
}





/* WEBCENTIVES MARQUEE ======================================= */

/* VERTICAL MARQUEE */

MARQUEE#vertical{
height: 140px;	/* change this for change the height */
}

TD.marquee_vertical_cell{
padding: 6px 4px 6px 12px;
border: 0px solid #000000;
color:#142878;
font-size:8px;
line-height:10px;
}

TD.marquee_vertical_container, DIV.marquee_vertical_container{
float: left;
height:150;
width: 100%;
margin-bottom:18px;
clear: both;
}

DIV.marquee_vertical_image{
float: center;
height: auto;
width: 50px;
margin: 10px 0px 8px 0px;
}

DIV.marquee_vertical_image A IMG{
border: 0px solid #ff9900;
}

DIV.marquee_vertical_image A:hover IMG{
border: 0px solid #000000;
}


DIV.marquee_vertical_container A, DIV.marquee_vertical_text A, DIV.marquee_vertical_text{
color:#142878;
font-size:12px;
line-height:14px;
}


DIV.marquee_vertical_container A, DIV.marquee_vertical_text A{
color:#ee3b41;
text-decoration:none;
}
DIV.marquee_vertical_container A:hover, DIV.marquee_vertical_text A:hover{
color:#ee3b41;
text-decoration:underline;
}


