

/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/

img.ImgFloatRight {
	border: 1px solid #333366;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeft {
	border: 1px solid #333366;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNone {
	border: 1px solid #333366;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatRightNoBorder {
	border: 0px;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeftNoBorder {
	border: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 8px;
}
img.ImgFloatNoneNoBorder {
	border: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

.strikethrough {
	text-decoration:line-through;
}
.redtext {
	color: #bb0e06;
}

table.tableStyleA {
	margin: 10px 0px 10px 0px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	border-collapse: collapse;
}

table.tableStyleA td, th{
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	padding: 5px 5px 5px 5px;
}

.riley-blue {
	color: #0079c2;
}

.priceStaffOnly {
	color: #339900;
}

input.buttonBasket {
	border: 0px;
	background-color: #999999;
	color: #FFFFFF;
	float: none;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
}
input.buttonCheckout {
	border: 0px;
	background-color: #00CC00;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
}

.specialofferhighlight {
	color: #FF0000;
}

img.imgVertAlignMiddle {
	vertical-align: middle;
}

.not-translated {
	color:#FF0000;
}

.not-translated-menu {
	border: #FF0000 1px solid;
}
.not-translated-menus {
	border: #FF0000 1px solid;
}
	
.not-translated-pagetitle {
	text-transform: uppercase;
}

.login-message {
	text-align: right;
	font-weight: bold;
}

input.inputgrey {
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	width: 137px;
}

.eventbutton{
}
.eventbutton a {
	background-image:url(../images/clearance-link-bg.gif);
	background-repeat:repeat-x;
	background-color: #bb0e06;
	color: #FFFFFF;
	font-weight: bold;	
	padding: 5px 25px 5px 25px;	
	text-decoration: none;
	width: 50%;
}
.eventbutton a:hover {
	color: #000000;
}

