/*
2006-12-01 JS: Generic Style Sheet
==================================
1.1em = 13px
1em = 12px
0.85em = 11px
0.8em = 10px
*/
body, input, .textbox, .dropdownlist
{
	font-family: Arial, Verdana, Sans-Serif;
}
body
{
	padding: 0;
	margin: 0;
	font-size: 80%;
	color: #333;
	overflow: -moz-scrollbars-vertical;
}
body *
{
	font-size: 1em;
	padding: 0;
	margin: 0;
}
h1
{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 0.6em;
}
h2
{
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.6em;
}
h3, h4, h5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.6em;
}
p
{
	padding-bottom: 1.3em;
}
a
{
	color: #333;
	text-decoration: underline;
}
ul, ol
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

input, select, textarea, .dropdownlist  {
	font: 100.01% Arial, Verdana, Helvetica, sans-serif;
}

/********************************** COMMON CLASSES *******************************/
.clear
{
	clear: both;
}
.accessibility
{
	display: none;
	visibility: hidden;
}
.CMSColumnEdit
{
	border: dashed 1px #090;
}
.textbox
{
	padding: 1px;
	border: solid 1px #8DA8C1;
}
.dropdownlist
{
	border: solid 1px #8DA8C1;
}
.button
{
	border: solid 1px #9EA4A8;
	background-color: #ccc;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 15px;
	margin: 0;
	cursor: pointer; /*IE fix for horizontal button padding*/
	width: auto;
	overflow: visible;
}
a.button
{
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
input.button
{
	cursor: pointer;
	border: none;
	color: #FFF;
	font-weight: bold !important;
	text-align: left !important;
} 
input.checkbox 
{
	width: auto !important;
}
.imagebutton
{
}
.checkbox
{
}
/********************************** LAYOUT *******************************/

#Sheet
{
	text-align: left;
	margin: auto;
	width: 898px;
	background:#FFF url(/Templates/Images/Layout/bodyShadow_bg.gif) repeat-y center top;
	overflow: visible;
	padding:16px 25px 0 25px;
	position:relative;
}

#Header
{
	position:absolute;
	height: 153px;
	z-index:1;
	position:relative;
}

.HeadOverlayTab 
{
	position: absolute;
	background: url(/Templates/Images/Headings/cityCardTab.png) no-repeat left top;
	top:-8px;
	right:10px;
	z-index:2;
	width: 233px;
	height: 275px;
}

#PrintHeader 
{
	display: none;
}

#Navigation
{
	margin-top:1px;
	height:64px;
	background:#FFF url(/Templates/Images/Layout/navUl_bg.gif) no-repeat right top;
}

#Navigation ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

* html #Navigation .clear 
{
	display:none;
}

#Navigation ul li
{
	float:left;
	padding-right:2px;
}

#Navigation a 
{
	display:block;
	position:relative;
	height:32px;
	text-decoration:none;
	margin-bottom:3px;
}

#Navigation a.homeTab {background:url(/Templates/Images/Buttons/navHome_tab.gif) no-repeat left top; width:98px;}
#Navigation a.seniorTab {background:url(/Templates/Images/Buttons/navSenior_tab.gif) no-repeat left top; width:104px;}
#Navigation a.mobilityTab {background:url(/Templates/Images/Buttons/navMobility_tab.gif) no-repeat left top; width:114px;}
#Navigation a.adultTab {background:url(/Templates/Images/Buttons/navAdult_tab.gif) no-repeat left top; width:95px;}
#Navigation a.contactTab {background:url(/Templates/Images/Buttons/navContact_tab.gif) no-repeat left top; width:213px;}

#Navigation a {background-position:0 0}
#Navigation a:hover {background-position:0 -32px;}


#Navigation .activeTab a, #Navigation .activeTab a:hover
{
	background-position:0 -64px;
	border-bottom: solid 3px #DD6A1D;
	margin-bottom: 0;
}

#Navigation a span
{
	position:relative;
	top:-1000px;
}

#Navigation .navStrapline 
{
	margin-top:-1px;
	height:28px;
	border:solid 1px #F8902F;
	background-color:#DD6A1D;
}

#Navigation .navStrapline img
{
	position:relative;
	top:6px;
	left:12px;
}

#Content
{
	margin: 10px 0;
	width: 898px;
	float: right;
	color: #58585A;
	position: relative;
}

.breadcrumb
{
	display:block;
	margin-bottom:16px;
}

#Text
{
	padding: 20px;
}

#ColumnMain1Col 
{
	width: 898px;
}

#ColumnMainHp, #ColumnMain2Col
{
	float: right;
	width: 668px;
	position: relative;
}

#ColumnMainTopHp, #ColumnMainTop2Col
{
	width: 668px;	
}

#ColumnMainBottom2Col 
{
	margin-left:8px;
	width: 660px;
}

#ColumnMainLeftHp
{
	float: left;
	width: 430px;
	padding:0 8px;
}

#ColumnMainRightHp
{
	float: left;
}

#ColumnMainLeftHp .hpCardType 
{
	padding:8px;
	border-top:dashed 1px #666;
	margin-bottom:8px;
}

#ColumnMainLeftHp .hpCardType img 
{
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}

.hpCardType p 
{
	font-size: 0.85em;
	padding-bottom:0;
}

.hpCardType h2 
{
	font-size: 1.25em;
	font-weight: bold;
}

.hpCardType a, #ContactForm a, .register a, #ContactForm .button
{
	display: block;
	float:right;
	width: 82px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	font-size:0.85em;
	padding-left:4px;
	font-weight: bold;
	text-decoration: none;
}

a.green {background:#007577 url(/Templates/Images/Layout/button_corner.gif) no-repeat right bottom;}
a.orange {background:#FF5F00 url(/Templates/Images/Layout/button_corner.gif) no-repeat right bottom;}
a.lime, .lime {background:#9C0 url(/Templates/Images/Layout/button_corner.gif) no-repeat right bottom;}
a.rust {background:#DD6A1D url(/Templates/Images/Layout/button_corner.gif) no-repeat right bottom;}

.greenTitle {color:#007577;}
.orangeTitle {color:#FF5F00;}
.limeTitle {color:#9C0;}
.rustTitle {color:#DD6A1D;}

#ContactForm .inputFull 
{
	width: 197px;
}
#ContactForm input.padding 
{
	margin-bottom: 5px;
}

#ContactForm .postcodeInput
{
	width:100px;
}

#ContactForm .dOBInput
{
	width:40px;
	margin-right:2px;
}

#ContactForm .rustTitle 
{
	font-weight:bold;
}
#ContactForm input 
{
	width: 200px;
}
#ContactForm .checkbox input
{
	width: auto !important; 
}
#ContactForm textarea 
{
	width: 284px;
	padding-right:0;
	margin-right:0;
}

#ColumnMainRightHp
{
	margin-top:-45px;
	display: inline;
	float: left;
	width: 205px;
	padding-left:8px;
	padding-right:8px;
}

.CMSColumnEdit #ColumnMainRightHp
{
	margin-top: 0px;
}


.numberName
{
	float:left;
	font-weight:bold;
	color:#CC0033;
}

.number 
{
	float:right;
}

.numbersHolder 
{
	height:1%;
	margin-bottom: 10px;
}

.headingBar 
{
	font-size: 1.2em;
	padding:0 10px;
	height:28px;
	line-height:28px;
	font-weight: bold;
	position: relative;
	color: #FFF;
	margin-bottom: 8px;
	background:#DD6A1D url(/Templates/Images/Layout/triCorner_bg.gif) no-repeat right bottom;
	margin-left:-8px;
	margin-right:-8px;
}

#ColumnLeft
{
	float: left;
	position: relative;
	width: 223px;
}

#ColumnLeft h2
{
	background-color: #DD6A1D;
	font-size: 1.2em;
	padding: 0 10px;
	height: 28px;
	line-height:28px;
	font-weight: bold;
	position: relative;
	color: #FFF;
	margin-bottom: 0;
}

#ColumnLeft .hpMiniBanner 
{
	width:223px;
	position:relative;
	margin-bottom:-12px;
}

#ColumnLeft .hpMiniBanner a 
{
	display : block;
	position: relative;
	bottom: 28px;
	left: 130px;
	width: 82px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	font-size: 0.85em;
	padding-left: 4px;
	font-weight: bold;
	text-decoration: none;
}

.hpMiniBanner a.rust {background: url(/Templates/Images/Layout/miniBannerBtnRust_bg.gif) no-repeat right top;}
.hpMiniBanner a.green {background: url(/Templates/Images/Layout/miniBannerBtnRust_bg.gif) no-repeat right top;}
.hpMiniBanner a.orange {background: url(/Templates/Images/Layout/miniBannerBtnRust_bg.gif) no-repeat right top;}
.hpMiniBanner a.lime {background: url(/Templates/Images/Layout/miniBannerBtnLime_bg.gif) no-repeat right top;}


#ColumnLeft .blockquoteHolder, #ColumnLeft .citycardTotalPoints
{
	background: #DD6A1D url(/Templates/Images/Layout/triCorner_bg.gif) no-repeat right bottom;
	color:#FFF;
	padding:10px;
	padding-bottom:12px;
	height:1%;
}
#ColumnLeft .citycardTotalPoints h2
{
	padding-left: 0;
	margin-left: 0;
}
#ColumnLeft .citycardTotalPoints a
{
	bottom: 0;
	left: 110px;
}
#ColumnLeft .citycardTotalPoints
{
	width: 203px;	
}
#ColumnLeft .blockquoteHolder
{
	text-align:right;	
}
#ColumnLeft blockquote 
{
	text-align:left;
	font-size:0.95em;
	background:url(/Templates/Images/Icons/bqOpen.gif) no-repeat left top;
	padding-left:18px;
	padding-right:16px;
	padding-top: 2px;
	margin-bottom: 6px;
}

#ColumnLeft cite
{
	background:url(/Templates/Images/Icons/bqClose.gif) no-repeat right top;
	padding-top:20px;
	text-align:right;
	font-style: normal;
	font-size: 0.85em;
}


.citycardPoints table
{
	margin-top: 10px;
}



#Footer
{
	margin-left:-25px;
	margin-right:-25px;
	background:#FFF url(/Templates/Images/Layout/footerShadow_bg.gif) no-repeat left top;
	clear: both;
	height:120px;
}

#Footer .holder 
{
	border-top: dashed 1px #666;
	margin:0 25px;
	padding-top: 8px;
	font-size: 0.85em;
}

/* --- IE off by a few pixels here --- */
* html #Footer .holder 
{
	padding-top: 11px;
}

#Footer a
{
	color: #58585A;
	text-decoration: none;
	line-height: 2em;
	margin-bottom: 16px;
}

#Footer .holder img
{
	position:relative;
	top:-2px;
}

#Footer  .footerBullet 
{
	padding:0 8px;
}

#Footer #copyright 
{
	margin-top: 28px;
	color: #999;
}

#Footer #internovaLogo
{
	color:#58585A;
	float:right;
	margin: 0;
	font-size: 0.70em;
}

#Footer #internovaLogo a, #Footer #internovaLogo a img
{
	text-decoration: none;
	border:none;
}

/********************************** SHOP STYLES *******************************/

.SiteNavigation 
{
	margin-bottom: 10px;
}

.SiteNavigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.SiteNavigation ul li 
{
	background: #9C0 url(/Templates/Images/Layout/triCorner_bg.gif) no-repeat right 22px;
}

.SiteNavigation ul li a
{
	font-weight: bold;
	line-height: 28px;
	padding-left: 24px;
	background: url(/Templates/Images/Icons/siteNav_bullet.gif) no-repeat 10px center;
	height: 28px;
	display: block;
	color:#FFF;
	text-decoration: none;
	border-bottom :solid 2px #FFF;
}

.SiteNavigation ul ul li
{
	background: #81993D url(/Templates/Images/Layout/triCorner_bg.gif) no-repeat right 22px;
}

.SiteNavigation ul ul li a
{
	background: url(/Templates/Images/Icons/siteNav_bullet.gif) no-repeat 10px center;
}

/* Parent of CurrentNode A Styling */
.SiteNavigation li.CurrentParent a.CurrentParent
{
    font-style: italic
}

/* Current Node A Styling */
.SiteNavigation li.Current a.Current
{
    font-weight: bold;
}

.shopForm
{
	padding: 15px;
	border: solid 1px #666;
}
.shopForm label
{
	font-weight: bold;
	font-size: 0.8em;
	display: block;
	text-align: right;
	width: 200px;
	float: left;
	padding: 3px 3px 0 0;
}
.shopForm .textbox, .shopForm .dropdownlist
{
	margin-bottom: 3px;
	width: 150px;
}
.shopConditions
{
	border: solid 1px #666;
	border-top: 0;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-size: 0.8em;
}
.shopTable
{
	border: solid 1px #666;
	width: 100%;
}
.shopTable td, .shopTable th
{
	padding: 5px;
}
.shopTable thead th
{
	background-color: #9EA4A8;
	color: #fff;
	font-size: 0.85em;
	border-bottom: solid 1px #666;
}
.shopTable tbody td.colProduct, .shopTable tbody td.colPrice, .shopTable tbody td.colRemove, .shopTable tbody td.colTotal
{
	font-size: 0.8em;
}
.shopTable tfoot td
{
	border-top: solid 1px #666;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.shopAddressTable
{
}
.createCustomer
{
}
.shopFormButtons
{
	padding-top: 15px;
	text-align: right;
}
.customerOrders
{
}
.editAddress
{
}
.leftLogin
{
}
.leftLoginButtons
{
}
.loginButtons
{
	padding: 15px 0 0 205px;
}

.loggedInOptions
{
}
.login
{
	margin-bottom: 15px;
	text-align: left;
}

.login .shopForm
{
	border:none;	
}

.login .button
{
	border: none;	
	background:#9C0 url(/Templates/Images/Layout/button_corner.gif) no-repeat right bottom;
	color:#FFF;
	font-weight: bold;
	font-size:0.85em;
	margin-bottom: 0.4em;
}

.login .checkbox 
{
	padding-right: 4px;
}

.lostPassword
{
}
.orderStatusKey
{
}
.orderStatusKeyBox
{
}
.categories
{
}
.product
{
}
.productImage
{
}
.productDescription
{
}
.productList
{
}
.productListing
{
	width: 160px;
	border: solid 1px #333;
	text-align: center;
	float: left;
	margin: 8px;
	font-size: 0.85em;
}
.productListingImage
{
	display: block;
	text-align: center;
}
.productListingImage img
{
	border: solid 1px #333;
	margin-top: 15px;
}
.productListingName
{
	font-weight: bold;
	display: block;
	padding: 0 10px;
}
.productListingPrice
{
	font-weight: bold;
	line-height: 1em;
	display: block;
}
.productListingBuy
{
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background-color: #ccc;
	border: solid 1px #9EA4A8;
	line-height: 4em;
	padding: 4px;
}
.productListPager
{
}
.productListPagerLinks
{
}
.productListPage
{
}
.recentlyViewedProducts
{
}
.relatedProducts
{
}
.shopHighlights
{
}
.shopHighlight
{
}
.topSellers
{
}
.topSellerImage
{
}
.discountCode
{
}
.basket
{
	margin-bottom: 15px;
}
.basketShipping
{
	border-top: solid 1px #333;
}
.miniBasket
{
}
.payment
{
}
.paymentLogos
{
}
.receipt
{
}
.shopStages
{
}
.showAddresses
{
}
.disountCode
{
	padding: 10px 0 20px 0;
}
.disountCode input, .disountCode label
{
	vertical-align: middle;
}
.currencySelector
{
	padding-bottom: 10px;
}
.currencySelector a
{
	text-decoration: none;
	padding: 3px 0;
	border: solid 1px #333;
	font-weight: bold;
}
.currencySelector a:hover, .currencySelector a.selected
{
	background-color: #9EA4A8;
	color: #fff;
}
.currencyTitle
{
	display: none;
}
.reviews
{
}
.reviewerDetail
{
}
.reviewerName
{
}
.reviewerLocation
{
}
.reviewerDate
{
}
.reviewerText
{
}
/* Popup Window (using IDs because there can only be one */
#Overlay
{
}
#ImagePopupBG
{
}
#ImagePopup
{
	height: 420px;
	width: 320px;
}
#ImagePopupContents
{
	padding:10px;
	background-color:#FFF;
}
#PopupContent
{
}
#MainImage
{
}
#imgProductImage
{
	margin-bottom:10px;
}
.thumbImg
{
}
#CloseBtn
{
	text-align:right;
}
/********************************** PRINTSHOP STYLES *******************************/
.imageLibrary
{
}
.imageLibraryAdmin
{
}
.imageLibraryPager
{
	padding: 10px;
}
.imageLibraryPage
{
}
.imageLibraryPagerLinks
{
}
.imageLibraryTable
{
	width: 100%;
}
.imageLibraryCell
{
	width: 33%;
	text-align: center;
	padding: 10px;
}
.imageLibraryCell img
{
	border: 1px solid #666;
}
.imageLibrarySelector
{
}
.imageFound
{
	font-weight: bold;
	margin-left: 20px;	
}
.enlargeImage
{
}
.useImage
{
}
.libraryList
{
}
.alternatingLibraryListItem
{
}
.libraryListAdmin
{
}

/********************************** SITEMAP *******************************/

.siteMap 
{
	margin-bottom:16px;	
}

.siteMap ul
{
	margin:0;
	list-style-type:none;	
}

.siteMap ul li
{
	padding-left:24px;
	background:url(/Templates/Images/Icons/webPage_icon.gif) no-repeat left 8px;
	padding-top:8px;
}

.siteMap ul ul
{
	margin:4px 0;
	font-size:0.85em;	
	margin-left:2px;
}

.siteMap ul ul li
{
	background:url(/Templates/Images/Icons/tinyarw.gif) no-repeat left 10px;
	padding-left:16px;
}

.siteMap ul ul ul 
{
	font-size:1em;
}

/********************************** CMS MODULE STYLES *******************************/
.searchBox
{
	margin-bottom: 1.5em;
}

.searchBox .searchKeyword 
{
	display:block;
	margin-bottom : 2px;
}

.searchBox .textbox 
{
	float:left;
}

.searchBox .searchLink 
{
	display: block;
	float: left;
	margin-left: 10px;
	padding: 2px 5px;
	background-color: #DD6A1D;
	color: #FFF;
	text-decoration : none;
	font-weight: bold;
}
.searchResults
{
}
.searchResultsList
{
	padding-left: 8px;
}

* html .searchResultsList
{
	padding-left: 12px;
}

#Popup
{
	padding: 10px;
}

/********************************** NEWS STYLES *******************************/


.NewArticle 
{
	font-size: 0.85em;
	margin-bottom: 16px;
}

.NewsDrop 
{
	margin-bottom: 16px;
	display:block;
}

.NewArticle h2 
{
	color:#CC0033;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.1em;
}

.NewArticle a 
{
	display: block;
	float:right;
	width: 82px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	padding-left:4px;
	font-weight: bold;
	text-decoration: none;
	background:#9C0 url(/Templates/Images/Layout/button_corner.gif) no-repeat right bottom; 
}
.NewStory h1
{
	color:#DD6A1D;
}

.newsLinkList ul
{
	margin:0;
	margin: 8px 0;
	list-style-type: none;
}

.newsLinkList ul li 
{
	padding:3px 0 3px 10px;
}

.newsLinkList ul li a
{
	padding-left:12px;
	background: url(/Templates/Images/Icons/newsBullet.gif) no-repeat left 6px;
	text-decoration: none;
}

/********************************** IE HEIGHT FIX *******************************/

* html #Navigation ul,  * html  #Navigation ul li, * html .SiteNavigation ul li , * html  #ColumnMainTopHp, * html .SiteNavigation ul li , * html  #ColumnMainTopHp, * html #Footer .holder, * html .searchBox, * html #ColumnLeft cite, * html .NewArticle 
{
	height:1%;
}

/********************************** SiteNavigation *******************************/
/* DO NOT EDIT THESE 4 LINES */
.SiteNavigation ul.Selective li ul { display: none; }
.SiteNavigation ul.Selective li.CurrentParent ul.CurrentParent { display: block; }
.SiteNavigation ul.Selective li.Current ul { display: block; }
.SiteNavigation ul.Selective li.Current ul li ul { display: none; }
.SiteNavigation .Scroller
{
	height: 260px;
	overflow: auto;
}
.SiteNavigation .Scroller div img
{
	float: left;
	margin-bottom: 10px;
	border: solid 1px #000;
}
.SiteNavigation .Scroller div div
{
	float: left;
	width: 81px;
	padding-left: 10px;
}
.SiteNavigation .Admin
{
	background-color: #FFF;
}

#accessKeyLinks 
{
	/*visibility: hidden;*/
}


.FAQAnswer
{
	display: none;
}
/********************************** FORUM STYLES *******************************/
.forum img
{
	border: 0;
}
.forumReplyLink, .forumNewTopicLink
{
	display: block;
	padding: 10px 0 5px 0;
}
.forumMessageOptionButtons
{
	text-align: right;
}
.forumMessages
{
	width: 100%;
	border: solid 1px #666;
	margin: 10px 0;
}
.forumMessageItem
{
	background-color: #ffffff;
}
.forumMessageAlternateItem
{
	background-color: #efefef;
}
.forumMessageItem, .forumMessageAlternateItem
{
	padding: 0 5px;
}
.forumMessage blockquote
{
	border: 1px solid #666;
	margin: 10px;
	padding: 10px;
}
.forumQuoteMessageLink
{
}
.forumMessageEditedBy
{
}
.forumMessageSeparator
{
	line-height: 0;
	overflow: hidden;
	border-bottom: dotted 2px #000;
}
.forumMessagePoster, .forumMessageOptionButtons
{
	font-size: 0.85em;
	padding: 5px 0;
}
.forumMessageEditedBy
{
	display: block;
	font-size: 0.85em;
	padding-top: 30px;
}
.forumTable
{
	width: 100%;
}
.forumTableCount
{
	width: 60px;
}
.forumTableLastPost
{
	width: 120px;
}
.forumTableCount, .forumTableLastPost
{
	text-align: center;
}
td.forumTableLastPost, td.forumTableCount
{
	font-size: 0.85em;
}
.forumTableItem
{
}
.forumTableAlternateItem
{
}
.forumTable td, .forumTable th
{
	padding: 3px;
}
.forumTable th
{
	background-color: #ccc;
}
.forumTopicList
{
	margin: 10px 0;
}
.forumTableTopicStarter
{
	width: 120px;
}

.forumEditProfileAvatar
{
	padding: 6px;
	border: solid 1px #8DA8C1;
}
.forumProfileAvatar
{

	border: solid 1px #8DA8C1;
}
.forumProfile h3
{
	background-color: #ccc;
	font-size: 1em;
	color: #666;
	font-weight: bold;
	padding: 3px;
}
.forumProfile p
{
	
}
.forumEditProfileLink
{
	display: block;
	float: right;
	font-size: 0.85em;
	margin-top: 5px;
}
.forumEditProfile textarea.textbox
{
	width: 300px;
	height: 150px;
}