.locos   #container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DD0000;
	border-bottom-color: #DD0000;
	border-left-color: #DD0000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
} 
.locos  #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
} 
.locos   #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.locos   #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 145px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 16px;
}
.locos #sidebarRightArticle {
	float: right; /* since this element is floated, a width must be given */
	width: 161px;
	padding-bottom: 10px;
	padding-right: 15px;
	margin-top: 16px;
}
.locos #sidebarRightNews {
	float: right; /* since this element is floated, a width must be given */
	width: 161px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top: 16px;
}
.locos #mainContent  {
	margin-top: 0;
	margin-right: 198px;
	margin-bottom: 0;
	margin-left: 220px;
} 
.locos #mainContentArticle {
	margin-top: 0;
	margin-right: 130px;
	margin-bottom: 0;
	margin-left: 220px;
}
.locos #mainContentNamplates {
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 220px;
}
.locos #mainContentHome {
	margin-top: 0;
	margin-right: 90px;
	margin-bottom: 0;
	margin-left: 220px;
}
.locos  #footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dd0000;
} 
.locos  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 15px;
}
h1 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-color: #c0c0c0;
	padding-top: 5px;
	border-top-style: solid;
}
h2 {
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
	padding-bottom: 6px;
}
body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.order {
	background-color: #000000;
	text-align: center;
	border: 1px solid #ffffff;
	float: right;
	width: 145px;
	margin-left: 15px;
	margin-top: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.orderHeadline {
	background-color: #006400;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ffcc00;
	border-right-color: #ffcc00;
	border-left-color: #ffcc00;
}
.orderPaypalText {
	background-color: #800000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffcc00;
	border-bottom-color: #ffcc00;
	border-left-color: #ffcc00;
}
.orderVisibleBasket {
	background-color: #000000;
	text-align: center;
	padding: 5px;
	border: 1px solid #ffffff;
}
.orderViewBasket {
	text-align: center;
}
.orderPandP {
	background-color: #800000;
	text-align: center;
	padding: 5px;
	border: 1px solid #ffffff;
}
.orderPost {
	background-color: #006400;
	text-align: center;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	border: 1px solid #ffcc00;
	font-weight: bold;
}
.orderUK {
	background-color: #0000FF;
	text-align: center;
	padding: 5px;
	border: 1px solid #ffffff;
}
.orderPostage {
	background-color: #000000;
	text-align: center;
	padding: 5px;
	border: 1px solid #ffffff;
}
.orderWorld {
	background-color: #800000;
	text-align: center;
	padding: 5px;
	border: 1px solid #ffffff;
}
.orderPrice {
	font-size: 16px;
}
.orderFootballer {
	background-color: #AA0000;
	text-align: center;
	border: 1px solid #ffcc00;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	font-size: 15px;
	font-weight: bold;
}
.orderFootballerHead {
	background-color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 5px;
}
.linkRight1st {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 12px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	padding-top: 8px;
	padding-right: 10px;
	margin-right: -15px;
	margin-top: 0px;
}
.linkRight {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-top: 8px;
	margin-top: -10px;
	margin-right: -15px;
}
.liningBackgroundBRred {
	background-image: url(Lines-rivets/Lining_BR_Maroon.gif);
	background-repeat: repeat-y;
}
.liningBackgroundGWRgreen {
	background-image: url(Lines-rivets/Lining_GWR.gif);
	background-repeat: repeat-y;
}
.liningBackgroundGWRroyal {
	background-image: url(Lines-rivets/Lining_GWR_Royal.gif);
	background-repeat: repeat-y;
}
.liningBackgroundLMSstreamRed {
	background-image: url(Lines-rivets/Lining_LMS_Stream_Red.gif);
	background-repeat: repeat-y;
}
.liningBackgroundLMSstreamBlue {
	background-image: url(Lines-rivets/Lining_LMS_Stream_Blue.gif);
	background-repeat: repeat-y;
}
.liningBackgroundLMSspecial {
	background-image: url(Lines-rivets/Lining_LMS_Special.gif);
	background-repeat: repeat-y;
}
.liningBackgroundLNERBlue {
	background-image: url(Lines-rivets/Lining_LNER_Blue.gif);
	background-repeat: repeat-y;
}
.liningBackgroundLNERSilver {
	background-image: url(Lines-rivets/Lining_LNER_Silver.gif);
	background-repeat: repeat-y;
}
.liningBackgroundLNERGreen {
	background-image: url(Lines-rivets/Lining_LNER_Green.gif);
	background-repeat: repeat-y;
}
.liningBackgroundLNERGreenName {
	background-image: url(Lines-rivets/Lining_LNER_Green_Name.gif);
	background-repeat: repeat-y;
}
.liningBackgroundLNWR {
	background-image: url(Lines-rivets/Lining_LNWR.gif);
	background-repeat: repeat-y;
}
.liningBackgroundSRBulleid {
	background-image: url(Lines-rivets/Lining_SR_Bulleid.gif);
	background-repeat: repeat-y;
}
.liningBackgroundGreenRivets {
	background-image: url(Lines-rivets/Rivets_Green.gif);
	background-repeat: repeat-y;
}
.liningBackgroundBlackRivets {
	background-image: url(Lines-rivets/Rivets_Black.gif);
	background-repeat: repeat-y;
}
.liningBackgroundBlackRivetsLeft {
	background-image: url(Lines-rivets/Rivets_Black_Left.gif);
	background-repeat: repeat-y;
}
.liningBackgroundHome {
	background-image: url(Lines-rivets/Rivets_Black_Home.gif);
	background-repeat: repeat-y;
}
.imageSilver {
	border: 1px solid #c0c0c0;
}
.imageYellow {
	border: 1px solid #ffcc00;
}
.imageOrange {
	border: 1px solid #ff6600;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.printDetailsList {
	margin-left: -15px;
	padding-bottom: 10px;
}
.printDetailsListLast {
	margin-left: -15px;
	padding-bottom: 2px;
}
.printDetailsAdjust {
	margin-top: -15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
.printDetailsAdjustSilver {
	margin-top: -15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
}
.printDetailsNo {
	font-size: 11px;
	line-height: 26px;
}
.print690 {
	background-color: #FFFFFF;
	margin-left: -173px;
	border: 2px solid #000000;
}
.print720 {
	background-color: #FFFFFF;
	margin-left: -203px;
	border: 2px solid #000000;
}
.printFootballer {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	margin-bottom: 20px;
}
.footballName {
	font-size: 18px;
	font-weight: bold;
	color: #ffcc00;
}
.printBorderTop {
	background-image: url(site_wide/border_top.gif);
	background-repeat: repeat-x;
}
.printBorderLeft {
	background-image: url(site_wide/border_verticle_left.gif);
	background-repeat: repeat-y;
}
.printBorderRight {
	background-image: url(site_wide/border_verticle_right.gif);
	background-repeat: repeat-y;
}
.printBorderBottom {
	background-image: url(site_wide/bottom_border.gif);
	background-repeat: repeat-x;
}
.printBorderHorizontal {
	background-image: url(site_wide/border_horizontal.gif);
	background-repeat: repeat-x;
}
.backgroundBlack {
	background-color: #000000;
}
.backgroundWhite {
	background-color: #FFFFFF;
}
.backgroundOrange {
	background-color: #ff6600;
}
.backgroundCream {
	background-color: #faf1e6;
}
.backgroundCreamLine {
	background-color: #ffffcc;
}
.backgroundGrey {
	background-color: #9d9d9e;
}
.backgroundMGrey {
	background-color: #808080;
}
.backgroundDGrey {
	background-color: #444444;
}
.backgroundSilver {
	background-color: #c0c0c0;
}
.backgroundYellow {
	background-color: #ffcc00;
}
.backgroundRed {
	background-color: #dd0000;
}
.backgroundLNERBlue {
	background-color: #0066aa;
}
.backgroundLNERgreen {
	background-color: #286400;
}
.backgroundGWRgreen {
	background-color: #004000;
}
.backgroundSRbulgreen {
	background-color: #006400;
}
.backgroundLMSmaroon {
	background-color: #800000;
}
.ConditionHead {
	color: #ffcc00;
	font-family: Arial;
	font-size: 13px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.ConditionSubHead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	font-weight: bold;
	padding-bottom: 6px;
	margin-right: 15px;
	margin-left: 15px;
}
.ConditionList {
	padding-bottom: 8px;
	color: #ffcc00;
}
.ConditionText {
	padding-bottom: 8px;
	color: #ffcc00;
	padding-right: 15px;
	padding-left: 15px;
}
.text14px {font-size: 14px}
.text13px {
	font-size: 13px;
	font-weight: normal;
}
.text11px {
	font-size: 11px;
}
.textYellow {
	color: #ffcc00;
}
.textSilver {
	color: #c0c0c0;
}
.textCream {
	color: #ffffcc;
}
.textWhite {
	color: #ffffff;
}
.textOrange {
	color: #ff6600;
}
.lineSilver {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
}
.paypal {
	margin-top: -20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.tableDetails {
	margin-left: 50px;
}
.captionSilver {
	font-size: 12px;
	font-style: italic;
	color: #c0c0c0;
	margin-top: -4px;
}
.captionYellow {
	font-size: 12px;
	font-style: italic;
	color: #ffcc00;
	margin-top: -4px;
}
.captionCream {
	font-size: 12px;
	font-style: italic;
	color: #ffffcc;
	margin-top: -4px;
}
.tableMoveUp {
	margin-top: -10px;
}
.feedBackName {
	margin-left: 25px;
	color: #ffffcc;
}
.dateHead {
	background-color: #000000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #ffffff;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	margin-top: 30px;
}
.lineYellowClose {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
	margin-top: -10px;
}
.lineYellow {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc00;
}
.lineCream {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffcc;
}
.lineGreyClose {
	margin-bottom: -10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #808080;
}
.newsletterSubHead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	color: #ffffcc;
	padding-top: 20px;
}
.newsletterNumber {
	color: #ffcc00;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -15px;
}
.boxBlack {
	background-color: #000000;
	text-align: center;
	padding: 5px;
	border: 1px solid #ffffff;
}
.floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.detailFloatRight {
	margin-bottom: 10px;
	background-color: #000000;
	margin-top: 0px;
	float: right;
}
.tableProjectBlackHead {
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #000000;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffffff;
}
.tableProjectGrey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #696969;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.tableProjectGreyRight {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #696969;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
.lineSilverClose {
	margin-bottom: -10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
}
.ListFuture {
	padding-bottom: 8px;
	color: #ffcc00;
}
.ListAvailable {
	padding-bottom: 2px;
	color: #FFFFFF;
	background-color: #DD0000;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	margin-left: 2px;
	border: 1px solid #FFFFFF;
}
