
/**** RADLEYS.CO.UK STYLE SHEET *****************************************/


/**** BODY **************************************************************/

body {
  margin: 0px;
  background-color: #DBE8F2;
}

td,p {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 11px;
  color: #004857;
}
  
input,textarea,select {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 9px;
  color: #004857;
}

a {
  color: blue;
}

a:hover {
  color: red;
}

img {
   border: 0;
}

form {
  padding: 0;
  margin: 0;
}

.homepagetext {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 11px;
  color: #004857;
}

.heidolphhomebox {
background-image:url(/images/latest_product/heidolph-bkground.jpg);
background-repeat:none;
background-position:top right;
width:428px;
height:183px;
float:left;


}

h1 {
  color: #240078;
	font-size: 14px
	font-weight: bold;
	margin: 0 0 0 0;
}
 

/**** COLOURED TEXT ****************************************************/

.small {
  font-size: 10px;
  color: #004857;
}

.smallWhite {
  font-size: 10px;
  color: white;
}

.white {
  color: white;
}

.red {
  color: red;
}

.quote {
  color: blue;
}

.limegreen {
  color: #abcb55;
}

.limegreen-large {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  color: #abcb55;
  font-weight: bold;
}

.darkgreen-large {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  color: #004857;
  font-weight: bold;
}

.darkgreen-medium {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  color: #004857;
  font-weight: bold;
}

/**** NAVIGATION *******************************************************/

.nav A {
  font-size: 11px;
  color: white;
  text-decoration: none;
}

.nav A:hover {
  color:#B0D0DB;
  text-decoration: none;
}




/**** BACKGROUND COLOURS / IMAGES **************************************/

.greenBg {
  background-color: #ACCB55;
}

.orange-bg {
  background-color: #e16d22;
}

.navBg {
  background-color: #004857;
}

.nav-bg {
  background-color: #240078;
}

.panelBg {
  background-color: #B0D0DB;
}

.whiteBg {
  background-color: white;
}

.panelRightBg {
  background-image: url(/images/panel_right_bg.gif);
}

.panelRightBg.download {
  background-image: url(/images/panel_right_bg.gif);
  background-position: right center;
  background-repeat: repeat-y;
  background-color: #B0D0DB;
}

.whitePanelRightBg {
  background-image: url(/images/white_panel_rgt_bg.gif);
}

.offerRightBg {
  background-image: url(/images/offer_right_bg.gif);
}

.latestProductRightBg {
  background-image: url(/images/latest_product/panel_bg.gif);
}

.latestProductRightWhiteBg {
  background-image: url(/images/latest_product/panel_bg_white.gif);
}

/**** BORDERS / DIVIDES ************************************************/

.whiteBorderLeft {
  border-left: solid white 1px;
}

.whiteBorderRight {
  border-right: solid white 1px;
}

.whiteBorderTop {
  border-top: solid white 1px;
}

.whiteBorderBottom {
  border-bottom: solid white 1px;
}

.lightBorderRight {
  border-right: solid #AFC8D3 1px;
}

.panelBorderTop {
  border-top: solid #99B8C3 1px;
}

.panelBorderBottom {
  border-bottom: solid #99B8C3 1px;
}

.panelBorderLeft {
  border-left: solid #99B8C3 1px;
}

.panelBorderRight {
  border-right: solid #99B8C3 1px;
}
  


/**** BULLETS *********************************************************/

ul.products {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}	

ul.products li {
  padding: 0 0 0 12px;
  background-image: url('/images/li_red.gif');
  background-position: 0 5px;
  background-repeat: no-repeat;
}


/**** FORM *********************************************************/

.formForgotten {
  color: white;
  font-weight: bold;
  background-color: red;
}

.ecardForgotten {
  color: #F3651C;
  font-weight: bold;
  background-color: white;
}

.form-download-title {
  margin-top:8px;
  color: red;
  font-weight: bold;
}


/**** SUMMER MADNESS ***************************************************/
#summer-madness {
  width: 650px;
}

#summer-madness .item {
  margin-top: 20px;
  margin-bottom: 30px;
  clear: both;
}

#summer-madness .item p {
  margin-top: 10px;
  margin-bottom: 10px;
}

#summer-madness .item .image {
  float: right;
  margin-right: 10px;
  margin-bottom: 20px;
}

/**** QUESTIONNAIRE ***************************************************/
.questionnaire-large {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 14px;
  color: #004857;
  font-weight: bold;
}

/**** TOP QUOTE ********************************************************/
#top_quote {
  color: white;
}

#top_person {
  margin-top: 7px;
  color: #004857;
  font-size: 10px;
}


/**** FORM ************************************************/

body#form {
  margin: 10px;
  font-family:verdana, arial, Helvetica, sans-serif;
  color: black;
  background-color: white;
}

body#form h1 {
  font-size: 12px;
  font-weight: bold;
}

/**** LIGHTBOX *********************************************/

#lightbox{
	background-color:#FFF;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox/overlay.png", sizingMethod="scale");
	
#overlay{ background-image: url(/images/lightbox/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox/overlay.png", sizingMethod="scale");
	}
	}
	