/* Default CSS Stylesheet for a new Web Application project */
@import url("NewMenu7.css");
@import url("Tables5.css");

/* avoid drag & select on Firefox */
.protectedText
{
	-moz-user-focus: ignore;
	-moz-user-input: disabled;
	-moz-user-select: none;
}



/* images on grab it now page and also hot deals page */
#ctl00_c_gvBargains img
{
	width: 70px;
}

#ctl00_c_dg tr
{
	border-color: #eeeeee;
}

BODY
{
	font-size: 8pt;
	color: black;
	font-family: arial, helvetica, sans-serif;
	background-color: white;
	margin: 0px;
}

H1
{
	font-size: 14pt;
	font-weight: 500;
}

H2
{
	font-size: 13pt;
	margin-bottom: 4px;
}

A:link
{
	text-decoration: none;
	color: blue;
}

A:visited
{
	text-decoration: none;
	color: blue;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

IMG
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 0;
}

#divContent
{
	position: absolute;
	top: 142px;
	text-align: center;
	left: 0px;
	width: 100%;
}

#homepageicons img
{
	margin: 0px;
}



.PleaseWait
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	font-family: Arial;
}

.SearchTable
{
	border: silver thin solid;
}

.SiteMapTitle
{
	border-right: activeborder thin outset;
	border-top: activeborder thin outset;
	padding-left: 3px;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 0px;
	word-spacing: normal;
	text-transform: none;
	border-left: activeborder thin outset;
	line-height: normal;
	border-bottom: activeborder thin outset;
	font-style: normal;
	background-color: #ffffcc;
	text-decoration: none;
}

#BannerLatest a
{
	margin-right: 12px;
}


#ctl00_socialbookmarks
{
	position: absolute;
	top: 40px;
	color: #EBF1FF;
	font-size: 7pt;
}

#ctl00_socialbookmarks a, #ctl00_socialbookmarks a:visited
{
	padding-right: 8px;
	color: #EBF1FF;
}

#ctl00_socialbookmarks img
{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	padding-right: 2px;
}

td.TableHeader
{
	font-size: 10pt;
	color: white;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #415373;
	border-bottom-style: none;
}

table.Small td
{
	font-size: 8pt;
	vertical-align: middle;
	background-color: #ffffdd;
	text-align: center;
}



/* used by product type and retailer lists on vouchers page */
table.SelectionList tr
{
	font-size: 8pt;
	border-style: none;
	background-color: #ebf1ff;
}

table.SelectionList a
{
	margin-left: 6px;
}

table.SelectionList a:hover
{
	width: 100%;
	color: white;
	background-color: rgb(100,135,220);
	text-decoration: none;
}

#SelectedItem
{
	border-style: ridge;
	background-color: #ffffd7;
}

div.SectionDescription
{
	font-size: 10pt;
	left: 3px;
	position: relative;
}

.LargeHyperlink
{
	font-size: 16pt;
	left: 3px;
	position: relative;
	background-color: #f0f0f0;
	font-weight: bold;
}

div.SmallCentered
{
	font-size: 8pt;
	text-align: center;
}

div.Small
{
	font-size: 8pt;
	text-align: justify;
}

.SearchBox
{
	border: solid 1px #cccccc;
	width: 200px;
	background-color: #FFFFCC;
}

table.SidedTable
{
	border-right: gainsboro thin solid;
	border-left: gainsboro thin solid;
	border-bottom: gainsboro thin solid;
}

.ProductImage
{
	float: right;
	padding: 5px;
}

/* css for the data grid on the vouchers screen */
.V1
{
	color: blue;
	background-color: #FAFAD2;
	font-size: 9pt;
}

.V2
{
	font-size: 9pt;
	color: blue;
	background-color: #FAFAD2;
}

.V1 a
{
	cursor: pointer;
}

.V2 a
{
	cursor: pointer;
}

.V1 a:hover
{
	text-decoration: underline;
}

.V2 a:hover
{
	text-decoration: underline;
}

.VH
{
	font-weight: bold;
	font-size: 9pt;
	background-color: #415373;
	color: White;
}

.VH a
{
	color: White;
}

.VH a:hover
{
	text-decoration: underline;
	color: White;
}

.VH a:visited
{
	color: White;
}

.Insurance TD
{
	padding: 0px 5px 0px 5px;
}

.Insurance IMG
{
	padding: 0px;
	margin: 0px;
}


/* advert panels on price comparison page */
.tdAdPanel
{
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding-top: 50px;
}

.tdAdPanel A
{
	font-weight: bold;
	display: block;
}

.AdPanel
{
	font-family: verdana;
	font-size: 8pt;
	list-style: none;
	margin-left: 0px;
	width: 200px;
}


.AdPanel div
{
	color: green;
	padding-bottom: 20px;
}

/* roll over of home page icons */
a.sales
{
	display: block;
	width: 201px;
	height: 170px;
	background: url(           "images/homepage/salesicon.gif" ) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.sales
{
	background-position: -200px 0;
}

a.finance
{
	display: block;
	width: 200px;
	height: 170px;
	background: url(           "images/homepage/financematters.gif" ) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.finance
{
	background-position: -200px 0;
}

a.bingo
{
	display: block;
	width: 200px;
	height: 170px;
	background: url(           "images/homepage/bingodeals.gif" ) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.bingo
{
	background-position: -200px 0;
}

a.gaming
{
	display: block;
	width: 200px;
	height: 170px;
	background: url(           "images/homepage/gamingdeals.gif" ) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.gaming
{
	background-position: -200px 0;
}

a.grabit
{
	display: block;
	width: 200px;
	height: 170px;
	background: url(           "images/homepage/grabitnowdeals.gif" ) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.grabit
{
	background-position: -200px 0;
}

a.insurance
{
	display: block;
	width: 200px;
	height: 170px;
	background: url(           "images/homepage/insurancedeals.gif" ) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.insurance
{
	background-position: -200px 0;
}

a.mobilephones
{
	display: block;
	width: 200px;
	height: 170px;
	background: url(           "images/homepage/mobilephonedeals.gif" ) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.mobilephones
{
	background-position: -200px 0;
}

a.sportsbets
{
	display: block;
	width: 200px;
	height: 170px;
	background: url(           "images/homepage/sportsbetdeals.gif" ) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.sportsbets
{
	background-position: -200px 0;
}

a.travel
{
	display: block;
	width: 200px;
	height: 170px;
	background: url(           "images/homepage/traveldeals.gif" ) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.travel
{
	background-position: -200px 0;
}



a.ukdiscountcodes
{
	display: block;
	width: 300px;
	height: 305px;
	background: url(           "images/homepage/ukdiscountcodes.gif" ) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.ukdiscountcodes
{
	background-position: -300px 0;
}

a.ukpricecomparison
{
	display: block;
	width: 300px;
	height: 305px;
	background: url(           "images/homepage/ukpricecomparison.gif" ) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.ukpricecomparison
{
	background-position: -300px 0;
}

#CompleteCompanyList a
{
	display: block;
}


/*****************************************************/
/* used for the 3 main columns of the vouchers table */
/*****************************************************/
#leftcontent
{
	position: absolute;
	left: 4px;
	top: 2px;
	width: 180px;
}


#centercontent
{
	background: #fff;
	margin-left: 165px; /* 15 less than the left column width */
	margin-right: 10px; /* 15 less than the right column width */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 195px; /* 15 more than the left column width */
	margin-right: 10px; /* 15 more than the right column width */
}
html > body #centercontent
{
	margin-left: 195px; /* 15 more than the left column width */
	margin-right: 10px; /* 15 more than the right column width */
}

/*****************************************************/
/*****************************************************/
/*****************************************************/

.MyCalendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: lemonchiffon;
	color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
	color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
	color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
	color: black;
	font-weight: bold;
}

/* BROWSE DISCOUNT CODES */

.DiscountLetters
{
	font-family: Arial;
	text-align: center;
	width: 99.8%;
	position: absolute;
	top: 110px;
	right: 0px;
	font-size: 14pt;
	background-color: white;
	border-right: #d4d4d4 1px dotted;
	border-top: #d4d4d4 1px dotted;
	border-left: #d4d4d4 1px dotted;
	border-bottom: #d4d4d4 1px dotted;
}


.DiscountVoucherLetter
{
	text-align: left;
	padding: 3px;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 5px;
	background-color: #0066EE;
	color: yellow;
}

.VoucherBrowseTable
{
	width: 100%;
	text-align: center;
}

.VoucherBrowseTable td
{
	text-align: left;
}

.VoucherBrowseTable td span img
{
	width: 16px;
}

.GoShopping
{
	width: 181px;
	margin: 0 auto;
	padding-bottom: 4px;
	padding-top: 0px;
}

.ShareBox
{
	text-align: center;
	padding: 5px;
	background-color: #ebf1ff;
	border: 1px solid silver;
	font-size: 8pt;
	font-family: Verdana;
}

.ShareBox input
{
	font-size: 8pt;
	font-family: Verdana;
}


#tabDiscountCodes
{
	border-collapse: collapse;
}

#tabDiscountCodes td
{
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	padding-top: 10px;
}

dc3
{
	vertical-align: top;
	text-align: center;
}

#VouchersPage
{
	position: absolute;
	left: 0px;
	top: -3px;
	text-align: left;
	width: 100%;
}


#divTitleBar
{
	width: 100%;
	height: 78px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#spanLogo
{
	left: 8px;
	width: 202px;
	position: absolute;
	height: 78px;
}

#spanLogo IMG
{
	margin: 0px;
}

#BannerLatest
{
	height: 78px;
	width: auto;
	position: absolute;
	left: 250px;
	top: 14px;
	font-size: 14pt;
	font-family: Verdana;
}

#BannerLatest A
{
	color: #BBD4F8;
}

.StoreSearchLabel
{
	font-size: 18pt;
	color: #282828;
	font-family: Arial;
}

.StoreSearchBox
{
	font-size: 18pt;
	width: 310px;
	font-family: Verdana;
	height: 50px;
	border: #000 solid 1px;
	background-color: #f0ffd3;
	margin-right: 0px;
	margin-left: 4px;
}

#MailingList
{
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	width: 100px;
	color: #ffff99;
	top: -2px;
}

#txtEmail
{
	vertical-align: top;
	font-family: Arial;
	font-size: 8pt;
	height: 17px;
	background-color: #ffffcc;
}

/****************************************************/
/* styles for vouchers footer menu system are below */
/****************************************************/

#navcontainervf ul
{
	padding-left: 0px;
	float: left;
	margin-left: 0px;
	width: 100%;
	color: white;
	background-color: #415373;
	font-size: 8pt;
}

#navcontainervf ul li
{
	display: inline;
}

#navcontainervf ul li a
{
	padding: 0.2em 1em;
	background-color: #415373;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainervf ul li a:hover
{
	color: black;
	background-color: #ebf1ff;
}

/* Days Out Page CSS */
.tabDaysOut
{
	font-size: 8pt;
	font-family: Tahoma;
}

.tabDaysOut tr
{
	text-align: center;
	padding: 5px;
}

.tabDaysOut td
{
	vertical-align: top;
	background-color: #cccc99;
	padding: 3px;
}

.tabDaysOut td a img
{
	display: block;
	width: 100px;
}

/**********************/

.NavTable
{
	border-collapse: collapse;
	border: silver 1px solid;
	width: 100%;
	background-color: #ebf1ff;
	margin-bottom: 10px;
}

.NavTable th
{
	text-align: center;
	font-weight: bold;
}

.NavTable td a
{
	margin-left: 5px;
	font-size: 8pt;
	color: #3050ff;
}

.NavTable td hr
{
	width: 90%;
	text-align: center;
}

.NavTable td div
{
	margin-left: 8px;
}

.tabPagination
{
	font-size: 10pt;
	width: 100%;
	background-color: #EBF1FF;
	border: #e6e6e6 2px solid;
}

.FilterControl
{
	font-size: 8pt;
	background-color: #ffffc8;
	width: 158px;
	font-family: Tahoma;
}

.FilterButton
{
	font-size: 9pt;
	background-color: #cce9b6;
	margin: 10px;
	margin-left: 15px;
}

.FullViewLinks
{
	font-size: 9pt;
	font-family: Courier New;
	margin-left: 20px;
	margin-bottom: 4px;
}

.FullViewLinks a
{
	color: Green;
}

#tabDiscountCodes i
{
	font-style: normal;
	color: blue;
}

#tabDiscountCodes i:hover
{
	color: Blue;
	background-color: Yellow;
}

.ulDiscounts
{
	padding: 0px;
	margin: 0px;
}

.ulDiscounts li
{
	margin-left: 14px;
	padding-bottom: 6px;
}