/*--------------------
 Last edited by: CU
 Edited: 08.05.07
 Updated: added styling for video
---------------------- */

body {font-family: Verdana, Arial, Helvetica, sans-serif; color:#4c4c4c }

a img  {border: 1px solid #C0C0C0;} /* adds border around product image*/




/*You Are here Bar */
.yah { font-size: 65%; color: #000000; width:595px; border-bottom:1px solid #C0C0C0; margin: 0 0 6px 0; padding-bottom: 5px}

.yah a { color: #0981cd; text-decoration: none;}

.padding {padding-right: 5px; padding-left: 5px}




/*mouse hover */

A:hover, a:active { text-decoration:underline; color:#0981cd /*--COLOR: #AD2918--*/}




/*Default Text */
.copyDefault { color: #000000; font-weight: normal; font-size:70%; }

.copyDefaultBold {padding: 5px 0 5px 0; } 
.copyDefaultBold { color: #4c4c4c; font-weight: bold; font-size:70%;  }
.copyDefaultBold a { color: #0981cd; font-weight: bold; text-decoration:none }

.ProdListNumbers { color: #000000; font-weight: bold; }




/*Default links */

a.linkDefault, font.linkDefault { color: #000000; font-weight: normal; font-size: 70%; text-decoration: none; }

a.linkDefault:hover {text-decoration: underline; }

.lDefaultNoUnderline { color: #4c4c4c; text-decoration: none; font-weight: normal; font-size:70% }

.linkDefaultbold { color: #000000; font-weight: bold; }

 A.linkDefaultbold:hover { text-decoration:underline; color:#0981cd }

.linkBoldUnderline { color: #0981cd; font-weight: normal; font-size:70%; text-decoration:none; /* removed underline temporarily */}




/*Special Promtional link and text and strikethrough */

.promoCopy { color: #AD2918; font-weight: normal; font-size: 10px; font-family: verdana, san-serif; xtext-align:left; margin:0; padding:0 }

.promoPrice { text-decoration: none; color: #AD2918; font-weight: bold; font-size:100% }

.linkStrike { text-decoration: line-through; color: #000000; font-weight: normal; font-size: 80%; font-family: Arial, san-serif; }




/* Pricing links bold and normal */

.linkBold { text-decoration: none; color: #000000; font-weight: bold; font-size:70% }

.link { text-decoration: none; color: #000000; font-weight: normal;}




/* category headings */

.prodHeader { text-decoration: none; color: #000000; font-weight: bold; font-size: 70%}




/* Cell colours for the category and light prod list sections */

.panelDarkShade { border-bottom: 1px solid #c0c0c0;} /*--background-color: #c0d2f3; }--*/

.panelLightShade td { background-color: #ffffff; border-top: 1px solid #C0C0C0 ! important; border-bottom: 1px solid #C0C0C0 ! important;}




/*Search results style*/

.searchResultMeta { color: #000000; font-weight: bold; }

.searchResultMeta a { color: #000000; font-weight: bold; }

.searchResultDept { color: #000000; font-weight: normal; }

.searchResultDept a { color: #000000; font-weight: normal; }

.searchFieldCopy { color: #000000; font-weight: bold; font-size: 13px; }




/*Table border */

.border {  border: #c0c0c0; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; background-color: #e5e5e5}


	.video_copy {
		color: #ffffff;
		font-size: 70%;
		background-color:#9697CD;
		padding: 5px;
	}
	
	.video_available a {
		margin-top: 3px;
		line-height: 1em;
		display: block;
		width: 129px;
		height: 16px;
		text-indent: -5000px;
	}

			.video_available a:link,
			.video_available a:visited {
				background: url(/ukgif/video_available.gif) no-repeat 0 0;
			}

			.video_available a:hover,
			.video_available a:active {
				background: url(/ukgif/video_available.gif) no-repeat 0 -16px;
			}
			

	.video_available_textonly {
		display: block;
		width: 95%;
		background: url(/ukgif/video_border.gif) repeat-x #dfdeec top left;
		margin-top: 15px;
		padding: 5px;
		text-align: right;
		font-size: 70%;
	}
	
			.video_available_textonly a:link,
			.video_available_textonly a:visited {
				color: #4d4d4d;
				text-decoration: none;
			}
			
			.video_available_textonly a:hover,  
			.video_available_textonly a:active {
				color: #4d4d4d;
				text-decoration: underline;
			}


/* --------------------------------------------- */
/* product listing - link to videos of todays products */
/* --------------------------------------------- */
#roa-votp-link {
		color: #ffffff;
		font-size: 70%;
		padding: 5px;
	}
	
	#roa-votp-link a {
		margin-top: 0px;
                margin-left: 10px;
		display: block;

		height: 16px;
		text-indent: -5000px;
	}


			#roa-votp-link a:link,
			#roa-votp-link a:visited {
				background: url(/ukgif/btn_videosoftodaysproducts.gif) no-repeat 0 0;
			}

			#roa-votp-link  a:hover,
			#roa-votp-link  a:active {
				background: url(/ukgif/btn_videosoftodaysproducts.gif) no-repeat 0 -16px;
			}
