html {
	overflow: scroll;
}

*:focus { 
	outline: none; 
}

*::-moz-focus-inner { 
	border: none; 
}

.largeletter_q { color: #999999; font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.largeletter_a { color: #000000; font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.question { color: #999999; font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; line-height: 25px; }
p.box 
{	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00CC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;	
	margin: 10px 0px 10px 0px;	
	padding: 5px;
	text-align: center;
}

p.box_red 
{	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;	
	margin: 10px 0px 10px 0px;	
	padding: 5px;
	text-align: center;
}

.tip_box { color: black; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #ffc; padding: 0px; border-style: solid solid solid solid; border-width: 1px 1px 1px 1px; border-color: #fc0; }
.tip_text { color: black; font-style: normal; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; padding: 0px 5px }
.warning_box {
	border-style: solid;
	border-width: 1px;
	border-color: #CC0000;
 }
.warning_text { 	
	text-align: justify;
	font-size: 11px;
	color: #CC0000; 
}
.notify_box {
	border-style: solid;
	border-width: 1px;
	border-color: #3366FF;
}
.notify_text { 	
	text-align: justify;
	font-size: 11px;
	color: #3366FF; 
}

.error_box {
	border-style: solid;
	border-width: 1px;
	border-color: #CC0000;
 }
.error_text { 	
	text-align: justify;
	font-size: 11px;
	color: #CC0000; 
}

.invisible
{
	display: none;
}

.visible
{
	display: block;
}

.text_red
{
	color: #FF0000;
}

.required
{
	color: #FF0000;
}

#pageCentre p.note_text
{
	text-align: justify;
	font-size: 11px;
	color: #CC0000;
}

#pageCentre span.note_text
{
	text-align: justify;
	font-size: 11px;
	color: #CC0000;
}

.green_text
{
	color: #009933;
}


#admin_table table th, td, tr
{
	padding: 5px;
	margin: auto;
}

#pageCentre p.category_description
{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: justify;
}

#basket td span.in_stock
{
	font-size: 12px;
	color: #339900;
}

.map
{
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
}	

#dhtmltooltip
{
	font-size: 11px;
	position: absolute;
	width: 300px;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 2px;
	background-color: #ffffdf;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmltooltip span.header
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#dhtmltooltip span.name
{
	color: #666666;
	font-size: 13px;
}

#dhtmltooltip p.qpp
{
	text-align: justify;
}

.key
{
	border-width: 0px;
}

.admin_key
{
	text-align: center;
}

.category_desc
{
	text-align: center;
}

.footer_cards
{
	margin-top: 10px;
}
