body {
	margin-left: 0px;
	margin-top: 0px;
}


.style_menu {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight:bold;

	}

.style_grey {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;

	}

.style_pink {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #d60c8a;
	font-weight:bold;

	}
	
.style_orange {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #f78c3e;

	}
	

.style_white {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fff;
	
}




a:link {
    color:#f78c3e;
	text-decoration:none;
}

a:visited {	
	text-decoration:none;
	color:#f78c3e;
}

a:hover {	
	text-decoration: underline;
	color:#d60c8a;
}
a:active {
    color:#f78c3e;
	text-decoration:none;
}

a#menu
{

	text-decoration:none;
	color:#000;



}

a#menu:hover{	
	text-decoration: underline;
	color:#d80c8c;

}

#scroll {

	height:230px;
	width: 330px;
	overflow: auto;
	
scrollbar-base-color: #8f908b;
scrollbar-arrow-color: #fff;
scrollbar-track-color: #fff;

scrollbar-shadow-color: #8f908b;
scrollbar-lightshadow-color: #8f908b; 
scrollbar-darkshadow-color: #CCCCCC;

scrollbar-highlight-color: #fff;
scrollbar-3dlight-color: #EEEEEE;
}


.login { width: 174px; height: 45px;  }
.login a { display: block; width: 194px; height: 45px; background: url(images/login-roll-over.jpg) no-repeat top left; margin-bottom:1px;}
.login a:hover { background-position: bottom left;}

.register { width: 174px; height: 45px;  }
.register a { display: block; width: 201px; height: 45px; background: url(images/register-roll-over.jpg) no-repeat top left; margin-top:1px;}
.register a:hover { background-position: bottom left;}

.basket { width: 174px; height: 45px;  }
.basket a { display: block; width: 201px; height: 45px; background: url(images/basket-roll-over.jpg) no-repeat top left; margin-top:1px;}
.basket a:hover { background-position: bottom left;}

.quickref { width: 174px; height: 45px;  }
.quickref a { display: block; width: 201px; height: 45px; background: url(images/quickref-roll-over.jpg) no-repeat top left; margin-top: 1px;}
.quickref a:hover { background-position: bottom left;}

