/* This is the Default css required for the site */
body {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
}


.linerule {
	border-top: 1px solid #996600;
}
.siteType {display: none;}

#header {display: none;}

.comments {display:none }

.login_area {display:none;}

.print_home {display:none;}

#footer {display:none;}

.printonly {display:block;}
.printonly1 {display:inline;}

.mainTable {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

a {color: #666666;}
a:link {color: #666666;text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #666666; text-decoration: none;}
a:focus {color:#666666; text-decoration: none;}

.btn {visibility:hidden}

.error{
	font-weight: bold;
	color: #CC0000;
}

.text {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.text1 {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
b.text1 {color: #666666; font-size: 11px; font-weight: bold;}

b.text2 {color: #666666;  font-size: 11px; font-weight: bold;}

b.text3 {color: #666666;  font-size: 11px; font-weight: bold;}

b.text4 {color: white; }

/*Font colours/styles as used by Back Office settings */
h1{
	color:#333333;
	font-size:14pt;
	font-family:"Arial Narrow", Arial;
	border-bottom:1px dotted #666666;
	line-height:30px;
}
h2 { color: #333333;} 
h3 { color: #333333; font-size:12px; } 


/*These are the styles available on the products page */
 
.StyleProductprepaid {color: #000000; } 
.StyleProductcurrency {color: #000000;	 } 
.StyleProductprepaidsup {color: #000000;	 } 
.StyleProducttc {color: #000000;	 }


/* these rows are for the Currency exchange rates column lists 
- the number of rows 'A-Z' are set in the Back Office */

.rowA {
background-color: #E4E4E4; /* yellow */
padding-left: 3px;}

.rowB {
background-color: #E4E4E4;
padding-left: 3px;}

}
 /* This are additional styles for elements of the product line*/
.StyleCurrency{	text-align:left; width:210px;}
.StyleForeignAmount{text-align:center;}
.StyleSterlingAmount{text-align:left;}
.StyleRate {text-align:left; padding-left: 10px; border-right-color:#FFFFFF; border-right-style:solid;	border-right-width:4px; width:60px;}
.StyleBuyRate {text-align:left; padding-left: 10px; border-right-color:#FFFFFF; border-right-style:solid;	border-right-width:15px; width:60px;}

 /* This is the style that is on the order_confirmation*/
.StyleRate1 { 
	text-align:center;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:15px;
}

