/* GENERAL HTML TAGS */
body,td,p {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-face-color : #404165;
	scrollbar-highlight-color : #404165;
	scrollbar-track-color : #A4B2CC;
}

	ul			{
	list-style: url("images/image_bullet.gif");
	margin : 0px 0px 0px 10px;
	padding : 0px 0px 0px 16px;
	background-repeat : no-repeat;
}
 
	li			{
	margin : 0px 0px 0px 0px;
	padding : 0px 20px 5px 0px;
}

a:link{

	color : #404165;
	font-size : 11px;
	text-decoration : underline;
}

a:visited{
	
	color : #404165;
	font-size : 11px;
	text-decoration : underline;
}

a:hover{

	color : #506785;
	font-size : 11px;
	text-decoration : none;
}

a.adminbutton {
	border-bottom : #506785 2px solid;
	border-left : #506785 2px solid;
	border-right : #506785 2px solid;
	border-top : #506785 2px solid;
	color : #506785;
	font-weight : bold;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
}

input, textarea, select {
	border : 1px solid #506785;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.header{
font-family : Arial, Helvetica, sans-serif;
	color : #506785;
	font-size : 14pt;
	font-weight : 900;
}

.htmlbutton{
	border-bottom : #506785 2px solid;
	border-left : #506785 2px solid;
	border-right : #506785 2px solid;
	border-top : #506785 2px solid;
	color : #506785;
	font-weight : bold;
	padding-bottom : 1px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 1px;
}

/* SPECIAL LINKS */
a.footer:link{
	background-color : transparent;
	color : #506785;
	font-size : 10px;
	text-decoration : none;
}

a.footer:visited{
	background-color : transparent;
		color : #506785;
	font-size : 10px;
	text-decoration : none;
}

a.footer:hover{
	background-color : transparent;
	color : #003366;
		font-size : 10px;
	text-decoration : none;
}



a.black:link{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}

a.black:visited{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;
}

a.black:hover{
	color : #404165;
	font-size : 11px;
	text-decoration : none;
}

.toplinksstatic{
	color : #FF6600;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}


a.toplinks:link{
	color : #003366;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

a.toplinks:visited{
	color : #003366;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

a.toplinks:hover{
	color : #FF6600;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

/* FONT COLOURS  */
.fontbiege {
	color : #506785;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.redtitle{
	color : #404165;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}

/* BACKGROUND COLOURS  */
.blackbackground{
	background : #000000;
	color : #FFFFFF;
}

/* COLOUR */
.white{
	border : none;
	color : #FFFFFF;
}

.red{
	color : #404165;
}

/* BORDER LINES */
	.box {
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-top : 1px solid #000000;
}

	.boxrightonly {
	background : #FFFFFF;
	border-bottom : 0px solid #000000;
	border-left : 0px solid #000000;
	border-right : 1px solid #000000;
	border-top : 0px solid #000000;
}

	.boxleftonly {
	background : #FFFFFF;
	border-bottom : 0px solid #000000;
	border-left : 1px solid #000000;
	border-right : 0px solid #000000;
	border-top : 0px solid #000000;
}

	.boxtoponly {
	background : #FFFFFF;
	border-bottom : 0px solid #000000;
	border-left : 0px solid #000000;
	border-right : 0px solid #000000;
	border-top : 1px solid #000000;
}

	.boxbottomonly {
	border-bottom : 1px solid #000000;
	border-left : 0px solid #000000;
	border-right : 0px solid #000000;
	border-top : 0px solid #000000;
}

	.boxrighttoponly {
	background : #FFFFFF;
	border-bottom : 0px solid #000000;
	border-left : 1px solid #000000;
	border-right : 0px solid #000000;
	border-top : 1px solid #000000;
}

	.boxleftcream {
	border-bottom : 0px solid #000000;
	border-left : 1px solid #506785;
	border-right : 0px solid #000000;
	border-top : 0px solid #000000;
}


.ErrorMessage{
	color : #ff0000;
}


/*----- price list table -------------*/
table.price_list {
	border-collapse:1px;

}
table.price_list td, table.price_list th {
	padding:3px 5px;
}
table.price_list td.rrp {
	background-color:#eeeeee;
	text-align:right;
}
table.price_list td.our_price {
	color:red;
	text-align:right;
}
table.price_list th.category {
	background-color:black;
	color:white;
	text-align:left;
	font-size:11px;
}
table.price_list th.license {
	background-color:black;
	color:white;
	text-align:center;
	font-size:11px;
}
table.price_list th.product {
	background-color:#888;
	color:white;
	text-align:left;
	font-size:11px;
}
table.price_list th.product a {
	color:white;
	font-size:11px;
	text-decoration:none;
}
table.price_list th.product a:hover {
	color:#FF6600;
	text-decoration:none;
}
