/******************************************************\
* Interspire Shopping Cart Style File                *
*                                                    *
* Name: Default                                      *
* Author: Chris Boulton (Interspire Pty. Ltd.)       *
* Editted: NuBlue                                    *
\*****************************************************/

/* Global Reset */

* {
	margin: 0;
	padding: 0;
}

/* General */

body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.8em;
}

input, select {
	font-size: 11px;
}

input {
	padding: 1px;
}

p {
	line-height: 1.3em;
	margin-bottom: 25px;
	font-weight: 50;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, .TitleHeading {
	font-size: 1.3em;
	font-weight: bold;
	margin: 6px 0 6px 0;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 6px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

img, img a {
	border: 0;
}

ul, ol {
	margin: 0 0 25px 14px;
	padding: 0;
}

li {
	padding: 0 0 0 20px;
	line-height: 1.3em;
	margin: 0 0 6px;
	list-style-type: disc;
}

blockquote {
	margin-left: 28px;
}

select option {
	padding: 0 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border: 0;
}

.Clear {
	clear: both;
}

/* Forms */

.HorizontalFormContainer dl {
	clear: both;
	margin: 0;
}

.HorizontalFormContainer dt {
	float: left;
	width: 100px;
	margin-bottom: 6px;
}

.HorizontalFormContainer #AboutDetails {
	margin-bottom: 30px;
}

.HorizontalFormContainer #AboutDetails dt {
	width: 300px;
}

.HorizontalFormContainer #AboutDetails dd {
	position: relative;
	margin-bottom: 30px;
}

.HorizontalFormContainer dd {
	margin-left: 10px;
	margin-bottom: 15px;
	vertical-align: middle;
}

.HorizontalFormContainer p.Submit {
	margin-left: 0;
}

.HorizontalFormContainer p.Submit input {
	width: 131px;
	height: 30px;
	border: none;
	color: #fff;
}

.FormContainer .LeftSide {
	float: left;
	margin-right: 40px;
	width: 350px;
}

.FormContainer .LeftSide dd {
	margin-bottom: 20px;
}

.FormContainer .RightSide {
	float: right;
	width: 350px;
}

.FormContainer h2 {
	clear: both;
	margin-top: 35px;
}

.FormContainer p {
	clear: both;
}

.FormContainer label {
	padding-left: 3px;
}


.FormContainer select{
	z-index: 0;
	position: static;
}

#ui-datepicker-div {
	position: relative;
	z-index: 1000;
}


.FormContainer .CheckRadiobox input {
	padding: 0;
	margin: 0;
}

.FormContainer .CheckRadiobox label {
	height: 14px;
	vertical-align: middle;
	padding-bottom: 6px;
	text-align: left;
	margin-left: 3px;
	margin-right: 20px;
}

.FormContainer label.NotRequired {
	padding-left: 12px;
}

.FormContainer input.Textbox {
	height: 14px;
	font-size: 0.9em;
	padding: 3px;
}

.FormContainer select.Selectbox {
	height: 22px;
	font-size: 0.9em;
	padding: 3px;
	margin-right: 6px;
}

.FormContainer dd img {
	color: #7b7b7b;
	margin: 0 5px -3px;
}

.FormContainer .FieldNote {
	font-size: 0.8em;
	color: #7b7b7b;
	margin-top: 5px;
}

.Required {
	font-weight: bold;
}

.FormContainer label.error {
	margin-left: 90px;
	margin-top: 5px;
	display: block;
}

.FormContainer #AboutDetails label.error {
	left: 197px;
	top: 15px;
	display: block;
	position: absolute;
}

.FormContainer #AboutDetails .DropDownMenu label.error {
	top: 25px;
}

.IndicatesRequired {
	float: right;
	color: #7b7b7b;
	padding: 3px;
}

/* Page Container */

#Container {
	width: 100%;
	margin: 0 auto;
	padding-top: 35px;
}

/* Top Navigational Menu */

#TopMenu {
	position: relative;
	height: 20px;
}

#TopMenu-Container {
	width: 975px;
	margin: 0 auto;
}

#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#TopMenu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#TopMenu li.First a {
	background-image: none;
}

#TopMenu li a, #TopMenu li div a {
	display: inline;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 0.85em;
	margin: 0;
	padding: 0 6px 4px;
}

#TopMenu li div a {
	display: inline;
}

#TopMenu li a:hover {
	text-decoration: underline;
}

/* Pages Menu */

#Menu {
	clear: both;
	padding: 0;
	height: 40px;
	width: 767px;
	margin: 0;
}

#Menu ul {
	margin: 0;
	padding: 0;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

#Menu li a {
	display: block;
	float: left;
	font-weight: normal;
	font-size: 1.15em;
	text-align: center;
	text-decoration: none;
	height: 28px;
	padding: 11px 16px 0;
}

#Menu li.First a {
	background-image: none;
	margin-left: 0;
	padding: 11px 14px 0 19px;
}

#Menu li a:hover,
#Menu li.ActivePage a {
	font-weight: normal;
	text-decoration: none;
}

/* Holly Hack. IE Requirement \*/

* html #Menu ul li {
	float: left;
	height: 1%;
}

* html #Menu ul li a {
	height: 1%;
}

/* End */

/* Outer Content Wrapper (Surrounds header & content) */

#Outer {
	clear: both;
	margin: 0;
}

#Wrapper {
	clear: both;
	width: 975px;
	margin: 20px auto 0;
}

/* Header */

#Header {
	height: 138px;
	clear: both;
	position: relative;
	margin: 0;
	padding: 0 ;
	margin-top: -20px;
}

#Header-Container {
	width: 975px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#Logo {
	float: left;
	width: 490px;
}

#Logo h1 {
	font-size: 2.4em;
	font-weight: normal;
	padding-left: 64px;
	height: 45px;
	margin-top: 10px;
}

#Logo a {
	text-decoration: none;
}

#Logo a:hover {
	text-decoration: underline;
}

/* Top Newsletter Form */

#Newsletter {
	padding-top: 10px;
	float: right;
	width: 275px;
	margin-top: 20px;
}

#NewsletterForm {
	display: none;
	float: right;
	width: 160px;
}

#NewsletterForm input.Textbox {
	width: 152px;
	font-size: 0.9em;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
}

#NewsletterForm .Button {
	width: 24px;
	height: 22px;
	padding: 0;
	margin-top: 0px;
	vertical-align: top;
	margin-left: 5px;
	float: right;
}

#NewsletterForm .Submit {
	width: 65px;
	float: right;
	height: 22px;
	padding: 0;
	margin-top: 5px;
	vertical-align: middle;
}

#Newsletter p {
	text-align: right;
	font-size: 0.85em;
	float: right;
	margin: 0 0 5px 10px;
}

#NewsletterForm p.infonote {
	text-align: right;
	font-size: 0.7em;
	float: left;
	margin: 5px 0 0 1px;
}

#Newsletter a {
	text-decoration: none;
}

/* Left Content Area */

.Left {
	float: left;
	min-height: 500px;
	width: 187px;
	font-size: 1em;
	margin-right: 10px;
	margin-left: 1px;
	padding-bottom: 10px;
}

.Left h2 {
	font-size: 1.7em;
	margin: 0 0 0 1px;
	text-align: left;
	text-transform: capitalize;
	font-weight: bold;
	padding: 2px 0 9px;
}

.Left .BlockContent {
	font-size: 1.2em;
	margin: 20px 0 0;
}

.Left ul {
	margin: 0;
	padding: 0;
}

.Left li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
	border-bottom: none;
}

.Left li a {
	text-decoration: none;
}

.Left #SideSubPageList {
	margin-top: 0px;
}

.Left #SideSubPageList h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.Left #SideSubPageList li a {
	padding-left: 12px;
}

.Left #SideSubPageList .PageList {
	margin-top: -10px;
	padding: 18px 0;
}

.Left .PageListEmpty {
	margin-top: -10px;
}

.Left #SideSubPageList .PageList ul {
	margin-left: 10px;
	font-size: 0.65em;
	margin-top: 5px;
}

.Left #SideSubPageList .PageList ul li a {
	padding-left: 0px;
	background: none;
	margin: 0;
}

.Left #SideSubPageList .PageList ul li a:hover,
.Left #SideSubPageList .PageList ul li.ActivePage a {
	text-decoration: none;
	background: none;
}

.Left .SideAdvert {
	width: 175px;
	margin: 0 0 12px;
	padding: 12px 6px 18px;
}

.Left .SideAdvert #ShowLeft {
	width: 120px;
   height: 80px;
	float: left;
}

.Left .SideAdvert #ShowRight {
	float: right;
	margin-top: -7px;
	margin-right: -2px;
}

.Left #VisitOnlineShop {
	height: 145px;
}

.Left #WelcomeMsg {
	height: 56px;
}

.Left #MonthFeature {
	height: 116px;
}

.Left #EyeExam {
	height: 88px;
}

.Left .SideAdvert h2 {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	border: none;
}

	
.Left .SideAdvert h3 {
        margin: 0 0 6px;
	padding: 0;
	font-size: 1.6em;
}



.Left .SideAdvert p.VisitLink {
	padding: 0;
	margin: 0 0 3px;
	text-align: left;
}

.Left .SideAdvert p.ImageLink {
	padding: 0;
	margin: 5px 0;
	text-align: left;
}

.Left .SideAdvert p.VisitShop {
	margin-top: 15px;
}

.Left .SideAdvert p.VisitToni {
	margin-top: -6px;
}


.Left .SideAdvert p.VisitLink a {
	padding: 0 10px 0 0;
	font-size: 0.9em;
	text-decoration: none;
}

.Left .SideAdvert p.VisitLink a:hover {
	text-decoration: underline;
}

/* Primary Content Area */

.Content {
	float: left;
	width: 615px;
	min-height: 500px;
	margin: 0;
	padding: 0 0 15px 10px;
	font-size: 0.95em;
}

.Content p {
	line-height: 1.7em;
}

.Content a {
	font-weight: bold;
	text-decoration: none;
}

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

/* Primary Content Area (column span of 2) */

.Content.Wide {
	width: 767px;
}

/* Primary Content Area (column span of 3 - spans entire page width) */

.Content.Widest {
	width: 955px;
}

.Content .Block {
	clear: both;
}

.Content ul, .Content ol {
	margin-top: -15px;
}

.Block {
	margin-top: 20px;
	margin-bottom: 20px;
}

.Content #PageContent {
	margin-top: 20px;
}
.Content #PageContentFlash {
	margin-top: 15px;
}

.Content #PageContentFlash #slider-home { }

.Content h1, .TitleHeading {
	font-size: 2.2em;
	font-weight: normal;
	margin: 0 0 20px;
	padding: 0 0 15px;
}

.Content h2 {
	font-size: 1.5em;
	text-decoration: underline;
	margin: 0;
	padding: 0 0 15px;
}

.Content .HeaderHighlightNext a,
.Content .TextHighlightNext a {
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0 15px 1px 0;
}

.Content .BackToTop a {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	float: right;
	text-decoration: none;
	margin: 0;
	background: url('/images/toni_n_guy/black/Arrow_Up_Blue.gif') no-repeat right 10px;
	padding: 0 15px 1px 0;
	border-bottom: 2px solid #000;
}

.Content .HeaderHighlightNext a:hover,
.Content .TextHighlightNext a:hover,
.Content .BackToTop a:hover {
	text-decoration: none;
	color: #009eeb;
	border-bottom: 2px solid #0196de;
}

.Content .HeaderHighlightNext a {
	font-size: 1.2em;
}

.Content .TextHighlightNext a {
	font-size: 1.1em;
}

.Content h2.HighlightNext a {
	padding-right: 15px;
}

.ContentImageRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.ContentImageLeft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

.ContentImageRight p,
.ContentImageLeft p {
	margin: 0;
	padding: 0;
}

.ImageComment {
	margin-top: 10px;
}

.ImageComment p {
	font-size: 0.9em;
}

.ImageComment p.CharityVisionAid {
	width: 260px;
}

.ImageComment p.EyecareHome {
	width: 372px;
}

.ImageComment p.EyecareConditions {
	width: 350px;
}

.Content .DownloadFile {
	padding: 0;
	margin: 30px 0;
}

.Content .DownloadFile li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.Content .DownloadFile li.FilePdfLrg a {
	height: 45px;
	padding: 12px 0 22px 52px;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.Content .DownloadFile li.FilePdfSml a {
	height: 22px;
	padding: 5px 0 8px 28px;
}

#ContentTopMenu {
	width: 490px;
}

.ContentTopMenuLeft {
	float: left;
}

.ContentTopMenuRight {
	float: right;
}

#ContentTopMenu ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

#ContentTopMenu li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 0 10px;
}

#ContentTopMenu li.First {
	background-image: none;
}

#ContentTopMenu li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0 5px;
	padding: 0 5px 4px;
}

#ContentTopMenu li.First a {
	margin: 0 5px 0 0;
}

#ContentTopMenu li.ActivePage a {
	font-weight: normal;
}

#ContentTopMenu li a:hover {
	text-decoration: none;
}

.Content .PageRow {
	clear: both;
	width: 767px;
	margin-bottom: 20px;
}

.PageRow .IntroBox {
	float: left;
	width: 176px;
	height: 160px;
	margin: 0 20px 20px 0;
	text-align: center;
}

.PageRow .IntroBox a {
	text-decoration: none;
}

.PageRow #LastBox {
	float: right;
	margin-right: 0;
}

#happyNav {text-align:right;margin-bottom:15px;}

#HappyCustomersContent p {
	padding:0 20px 20px 20px;
}

#HappyCustomersContent .highlight {
	font-weight: bold;
	font-size: 1.1em;
}

.Careers .row {
	clear: both;
}

.Careers .row p {
	float: left;
	margin-right: 20px;
}

#WhatwedoContent {
	font-family: "Comic Sans MS", "Helvetica Neue", Helvetica, sans-serif;
}

#whatwedo_presc {text-align:center;}
#whatwedo_presc h4 {margin-bottom:10px;}
#whatwedo_presc .TextHighlightNext {font-size:11px; margin-bottom:18px;}

#GuidesFaqsContent {
	font-family: "Comic Sans MS", "Helvetica Neue", Helvetica, sans-serif;
}





/*********** STYLE GUIDES PAGES **************/
#choosingRightFrame {}
#choosingRightFrame .guides { text-align:right;}

 
#choosingRightFrame .row { float:left; width:100%; clear:both; margin:10px 0; }
#choosingRightFrame .row .imageholder{ float:left; margin:0 1px 0 0; padding:0; position:relative;}
#choosingRightFrame .row .imageholder.last{ float:left; margin:0}
#choosingRightFrame .row .imageholder .textlink { position:absolute; width:127px; background:#000; opacity:0.7; filter: alpha(opacity = 70); margin:0; bottom:0; font-size:12px; left:0; border:1px solid #000; height:36px; padding:5px; }
#choosingRightFrame .row .imageholder .textlink span {width:116px; display:block;}

#choosingRightFrame .guides ul { list-style:none; margin:10px 0; padding:0; display:block;}
#choosingRightFrame .guides ul li{ display:inline; border-right:1px solid #ccc; font-size:90%;margin:0; padding:0 5px;}
#choosingRightFrame .guides ul li.last{border-right:0px solid #ccc;}
#choosingRightFrame .guides a {color:#fff;}
#choosingRightFrame .guides li.current a {color:#009EEB; text-decoration:underline;}
 
#choosingRightFrame .nav ul { list-style:none; margin:10px 0; padding:0;}
#choosingRightFrame .nav ul li{ display:inline; border-right:1px solid #ccc; font-size:90%;text-transform:uppercase; margin:0; padding:0 11px;}
#choosingRightFrame .nav ul li.last{border-right:0px solid #ccc;}
#choosingRightFrame .nav a {color:#fff;}
#choosingRightFrame .nav li.current a {color:#009EEB;}

#choosingRightFrame .images ul { list-style:none; margin:20px 0; padding:0;}
#choosingRightFrame .images ul li{ display:block; float:left; margin:0; padding:0;}

#choosingRightFrame .images ul li h2{ text-transform:uppercase; margin-bottom:10px;}
#choosingRightFrame .images ul li p{}
#choosingRightFrame .images ul li img{ float:left; margin:0 15px 10px 2px;}


#choosingRightFrame .faceimages ul { list-style:none; margin:20px 0; padding:0;}
#choosingRightFrame .faceimages ul li{ display:block; margin:0 0 20px 0; padding:0;}
#choosingRightFrame .faceimages li img {float:right; margin:5px 0 10px 10px;}






#FaqsContent {
	margin-top: 0;
}

#FaqsContent .highlight {
	font-family: "Comic Sans MS", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}

#FaqsContent dl {
	margin-top: -22px;
	margin-bottom: 25px;
}

#FaqsContent dt {
	float: left;
	width: 320px;
}


#NewsList {
	
}

#NewsList .newsblock  {
	border-bottom:1px solid #202020;	
	margin-bottom:16px;
}

#NewsList .newsblock address {
	font-size:0.8em;
}

#NewsList .newsblock h3

 {
	color:#009EEB;
	font-size:1.4em;
	font-weight:normal;
}
#NewsList .newsblock a {
	font-weight:normal;
}

.Content .VoucherOuterRow {
	width: 761px;
	height: 169px;
	padding: 2px;
	border: 1px solid #202020;
	margin: 0 0 20px;
}

.Content .VoucherInnerRow {
	position: relative;
	width: 761px;
	height: 169px;
	background: #000000 url('/images/toni_n_guy/black/VoucherRow_Back.gif') repeat-x 0 0;
}

.VoucherInnerRow .ContentImageLeft {
	margin: 0 20px;
	padding: 0;
}

.VoucherInnerRow .InstoreOfferDesc {
	float: left;
	padding-left: 1px;
}

.VoucherInnerRow ul {
	margin-top: 15px;
}

.VoucherInnerRow li {
	padding-left: 5px;
}

.VoucherInnerRow .TextHighlightNext {
	position: absolute;
	bottom: 15px;
	right: 20px;
	margin: 0;
}

#ContactContent #ContactColumn {
	float: left;
	margin-right: 40px;
}

#TermsContent #ContentTopMenu {
	width: 767px;
	padding-bottom: 40px;
}

#TermsContent #ContentTopMenu ul {
	float: none;
}

#TermsContent #ContentTopMenu li a {
	margin: 0 5px;
	padding: 0 3px 3px;
}

#TermsContent .TermsNum {
	font-weight: bold;
	margin-right: 20px;
}

#TermsContent table {
	width: 300px;
}

#TermsContent th,
#TermsContent td {
	padding: 5px;
}

#PrivacyContent #ContentTopMenu ul{
	width: 767px;
	padding-bottom: 40px;
}

#PrivacyContent #ContentTopMenu .First{
		margin-left: 30px;
}

#PrivacyContent #ContentTopMenu ul {
	float: none;
}

#PrivacyContent #ContentTopMenu li a {
	padding: 0 3px 3px;
	margin: 0 10px 0 9px;
}

/* Page Footer */

#Footer {
	clear: both;
	font-size: 0.85em;
	text-align: left;
	margin: 0;
	padding: 40px 0 0;
}

#Footer-Container {
	width: 975px;
	margin: 0 auto;
	border: none;
}

#Footer .col {
	width: 162px;
	float: left;
}

#Footer h2 {
	padding-bottom: 8px;
	margin-bottom: 16px;
	font-size: 1.55em;
}

#Footer h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 8px;
}

#Footer h3 a{
	color:#fff;
}

#Footer h3.StandAlone {
	margin-bottom: 15px;
}

#Footer ul {
	list-style: none;
	margin: 0 0 20px 5px;
	padding: 0;
}

#Footer li {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 3px 0 0;
}

#Footer li a {
	text-decoration: none;
	padding: 0;
}

#Footer li a:hover {
	text-decoration: underline;
}

#Footer-SiteMap {
	width: 975px;
}

#Footer-Info {
	clear: both;
	width: 975px;
	margin-top: 60px;
}

#Footer-Info #Info-Links {
	float: left;
}

#Footer-Info #Copyright-Info {
	float: right;
	text-align: right;
}

#Footer-Info ul {
	margin-left: 0;
}

#Footer-Info li {
	background: none;
}

#Footer-Info #Info-Links li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 3px 0 0;
	padding: 0;
}

#Footer-Info #Info-Links li.First a {
	background-image: none;
}

#Footer-Info #Info-Links li a {
	display: block;
	float: left;
	text-decoration: underline;
	padding: 4px 20px 4px 0;
}

#Footer-Info #Info-Links li a:hover {
	text-decoration: none;
}

#Footer-Info #Copyright-Info #Symbol {
	line-height: 0.9em;
	font-size: 1.1em;
}

.Field45 {
	width: 45px;
}

.Field60 {
	width: 60px;
}

.Field100 {
	width: 100px;
}

.Field200 {
	width: 200px;
}

.shopLink {
	color: white;
}


