/*
colour info:
Flat green (body bg) #8cc63e

Flat pale green #c4e0ad
Green text #6ea740
Flat orange #ff8300
orange text #ff8300
Grey (dividers, etc.) #ccc
General text #666
General links #666
General hover links #ccc
*/



/* General Styles
-------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

/*
hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: none;
}
*/

hr {
	height: 0;
	margin: 10px 0;
	border: none;
	border-bottom: 1px dotted #ccc;
}

img {
	display: block;
	border: none;
}

a img {
	border: none;
}

img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

img.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

img.tableRight {
	margin: 0 0 10px 10px;
}

img.tableLeft {
	margin: 0 10px 10px 0;
}

img.bordered {
	border: 1px solid #ccc;
	padding: 3px;
}

.hide {
	display: none;
}

.inline {
	display: inline;
}

.noMargin {
	margin: 0;
}

.noIndent {
	text-indent: 0;
}

.floatRight {
	float: right;
	margin-left: 15px;
}

.floatLeft {
	float: left;
	margin-right: 15px;
}

span.highlight {
	color: #c00;
	font-weight: bold;
}

.greyedOut {
	color: #ccc !important;
}

.clearBoth {
	clear: both;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	width: 0;
	font-size: 0;	/* fixes an IE bug */
}

input.button {
	border: 0;
	width: 200px;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	/*cursor: hand; [does not validate] */
	text-decoration: none;
	color: #000;
	background: url(../images/styledButtonBg.gif) no-repeat left -32px #8cc63e;
}

input.button:hover {
	background: url(../images/styledButtonBg.gif) no-repeat left top #000;
	color: #fff;
}

input.button.back {
	padding: 0 0 0 28px;
	background: url(../images/styledButtonBackBg.gif) no-repeat left -32px #8cc63e;
	float: left;
	margin-right: 10px;
}

input.button.back:hover {
	background: url(../images/styledButtonBackBg.gif) no-repeat left top #000;
}

input.button.backRight {
	padding: 0 0 0 28px;
	background: url(../images/styledButtonBackBg.gif) no-repeat left -32px #8cc63e;
	float: right;
	margin-left: 10px;
}

input.button.backRight:hover {
	background: url(../images/styledButtonBackBg.gif) no-repeat left top #000;
}

input.button.floatRight {
	margin-left: 10px;
}

input.button.floatLeft {
	margin-right: 10px;
}

a.button {
	display: block;
	border: 0;
	width: 190px;
	height: 23px;
	padding: 9px 0 0 10px;
	margin: 0 0 5px 0;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: url(../images/styledButtonBg.gif) no-repeat left -32px #8cc63e;
}

a.button:hover {
	color: #fff;
	background: url(../images/styledButtonBg.gif) no-repeat left top #000;
	border: 0;
	cursor: pointer;
	/*cursor: hand; [does not validate] */
	text-decoration: none;
}

a.button.back {
	width: 172px;
	padding: 9px 0 0 28px;
	background: url(../images/styledButtonBackBg.gif) no-repeat left -32px #8cc63e;
}

a.button.back:hover {
	background: url(../images/styledButtonBackBg.gif) no-repeat left top #000;
}

a.button.backRight {
	width: 172px;
	padding: 9px 0 0 28px;
	float: right;
	margin-left: 10px;
	background: url(../images/styledButtonBackBg.gif) no-repeat left -32px #8cc63e;
}

a.button.backRight:hover {
	background: url(../images/styledButtonBackBg.gif) no-repeat left top #000;
}

a.button.floatLeft {
	float: left;
	margin-right: 15px;
}

a.button.floatRight {
	float: right;
	margin-left: 15px;
}

div.buttonDisabled {
	display: block;
	border: 0;
	width: 190px;
	height: 23px;
	color: #fff;
	padding: 9px 0 0 10px;
	margin: 0 0 5px 0;
	background: url(../images/styledButtonDisabledBg.gif) no-repeat left top #eee;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

ul, ol {
	margin: 0 0 1em 1em;
}

ul {
	list-style-image: url(../images/bulletArrowBlack.gif);
}

li {
	margin: 0 0 0.5em 1em;
}

ul ul, ol ol {
	margin: 0 0 0.15em 1em;
}


ul.linksBox {
	border: 1px solid #000;
	background: #cae4a5;
	width: 300px;
	margin: 0 auto 30px auto;
	padding: 2em 2em 1em 2em;
	list-style: none;
}

ul.linksBox li {
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 17px;
}

ul.linksBox li a {
	display: block;
	padding: 0 0 0 20px;
	margin: 0;
	text-decoration: none;
	background: url(../images/bulletArrowGreenBgWhite.gif) no-repeat;
	line-height: 16px;
	color: #000;
}

ul.linksBox li a:hover {
	text-decoration: underline;
	background: url(../images/bulletArrowGreenBgGreen.gif) no-repeat;
	color: #fff;
}

ol.flowchart {
}

ol.flowchart li {
	padding-bottom: 50px;
	background: url(../images/flowchartBg.gif) no-repeat 75px bottom;
}

ol.flowchart li.last {
	padding-bottom: 30px;
	background: none;
}

ul.topLink {
	text-align: right;
	list-style: none;
}

p.quote {
	background: url(../images/quoteBackground.jpg) no-repeat left top;
	border: 1px solid #666;
	color: #000;
	padding: 25px 15px 25px 110px;
	margin: 0 auto 15px; auto;
	width: 80%;
}




/*
ul.linksBox {
	border: 1px solid #000;
	padding: 2em;
	background: #fc6;
	width: 300px;
	margin: 0 auto 30px auto;
}

ul.linksBox li {
	color: #6ea740;
	list-style-image: url(../images/bulletOrangePng.png);
}
*/





/* Typography
-------------------------------------------------------------------------------------- */

body, input, textarea, select {
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
	font-weight: bold;
}

a[name] {
	text-decoration: none;
}

p {
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 1em;
}

h1 {
	color: #000;
	font-size: 2.2em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h2 {
	color: #8CC63E;
	font-size: 1.4em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 1em;
}

h3 {
	color: #000;
	font-size: 1.2em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 1em;
}

h4 {
	color: #000;
	font-size: 12px;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 1em;
}

blockquote {
	border: 1px solid #000;
	background: #fc6;
	width: 75%;
	margin: 0 auto 30px auto;
	padding: 2em;
}

blockquote a {
	color: #000;
}

blockquote a:hover {
	color: #6ea740;
}

.error, .messages {
	color: #c00;
	font-weight: bold;
}








/* General Page Structure
-------------------------------------------------------------------------------------- */

html, body {
	width: 100%;
}

body {
	margin: 18px auto;
	background: #8cc63e;
	width: 960px;
	position: relative;  /* fixes IE relative positioning bug on #header, but causes IE positioning bug on fixedTipDiv which is fixed with edit to fixedTipDiv JavaScript */
}

body.temp {	/* used for temp pages only */
	margin: 0 auto;
	background: #fff;
	width: 760px;
}

body.popup {
	margin: 0;
	background: #fff;
	width: auto;
	padding: 10px;
}

#wrapper {
	padding: 18px;
	background: #fff;
	overflow: hidden;	 /* IE7 hack to give HasLayout - fixes Peekaboo bug */
}

* html #wrapper { /* IE6 hack to give HasLayout - fixes Peekaboo bug */
	height: 1%;
}




/* Header
-------------------------------------------------------------------------------------- */

#header {
	margin: 0 0 18px 0;
	height: 116px; /* for normal logo */
	/*height: 119px;  for xmas logo */
	position: relative;
	background: url(../images/headerBg.gif) left bottom repeat-x;
}

#headerLogo {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

#header blockquote {
	position: absolute;
	left: 320px;
	top: 17px;
	border: none;
	background: none;
	width: 330px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	color: #c00;
}

#cartSummary {
	float: right;
	/*background: url(../images/cartSummaryBg.gif) top left no-repeat #cae4a5;*/
	background: url(../images/cartSummaryBg2.gif) top left no-repeat;
	margin-top: -10px;
}

#cartSummary p {
	padding: 25px 0 10px 40px;
	margin: 0;
	color: #000;
	white-space: nowrap;
}

#cartSummary p span {
	font-weight: bold;
	padding-right: 10px;
}

#cartSummary p strong {
	font-weight: bold;
	color: #c00;
}

#cartSummary ul {
	list-style: none;
	text-align: right;
	padding: 0;
}

#cartSummary ul li {
	display: inline;
	padding: 0 5px;
	line-height: 15px;
	border-right: 1px dotted #000;
	margin: 0;
}

#cartSummary ul li.last {
	border-right: none;
	padding: 0 0 0 5px;
	margin: 0;
}

#cartSummary ul li a {
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #000;
}

#cartSummary ul li a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #8cc63e;
}



#headerBannerHotline {
	position: absolute;
	left: 251px;
	top: -5px;
	border: 1px solid #666;
	background: url(../images/bannerOrderHotlineBg.gif) top left no-repeat;
	width: 350px;
	height: 78px;
	margin: 0;
	padding: 0;
}

#headerBannerHotline p.hours {
	position: absolute;
	left: 70px;
	top: 0px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #000;
}

#headerBannerHotline img {
	position: absolute;
	left: 70px;
	top: 30px;
	margin: 0;
	padding: 0;
}

#headerBannerHotline p.free {
	position: absolute;
	left: 70px;
	bottom: 3px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #000;
	line-height: 100%;
}

#headerBannerHotline p.free span {
	font-style: italic;
}



#headerBannerOffer {
	position: absolute;
	left: 611px;
	top: -5px;
	border: 1px solid #000;
	background: #c00;
	width: 85px;
	/*height: 78px;*/
	margin: 0;
	padding: 5px;
}

#headerBannerOffer p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
}


#alexaBox {
	position: absolute;
	left: 611px;
	top: -5px;
	
}

#changeCurrencyBg {
	position: absolute;
	left: 611px;
	top: 58px;
	padding: 10px;
                   width:300px;
                   height:20px;
                  background: url(../images/changeCurrency.gif) top left no-repeat;
}

#changeCurrencySelectBox {
	position: absolute;
	left: 842px;
	top: 52px;
	padding: 10px;
               
}
changeCurrencyBtn{
	position: absolute;
	left: 860px;
	top: 52px;
	padding: 10px;                   
}


/* Main nav
-------------------------------------------------------------------------------------- */

#mainNav {
	height: 29px;
	width: 690px;
	position: absolute;
	left: 234px;
	top: 87px; /* for normal logo */
	/*top: 90px;  for xmas logo */
}




/* LHS column
-------------------------------------------------------------------------------------- */

#lhsSearchWrapper {
	border: 1px solid black;
	/*background: #cae4a5;*/
	background: url(../images/advSearchBg2.jpg) bottom right no-repeat #cae4a5;
	margin: 0 0 18px 0;
	position: relative;
}

#lhsSearchWrapper h2 {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	color: #8cc63e;
	background: #000;
	padding: 9px 18px;
	margin: 0;
}

#lhsSearchTitle {
	position: absolute;
	left: 0;
	top: 0;
	width: 248px;
	height: 41px;
	background: url(../images/browseAllOurFrames.jpg) top left no-repeat;
}

#lhsSearchWrapper form {
	padding: 18px;
	margin: 0;
}

#lhsSearchWrapper form select {
	width: 100%;
	margin-bottom: 5px;
}

#lhsSearchWrapper form input[type="text"] {
	width: 100%;
	margin-bottom: 5px;
}

#lhsSearchWrapper form input[type="submit"] {
	width: 50px;
}

#lhsSearchWrapper form ul {
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
	list-style: none;
}

#lhsSearchWrapper form ul li a {
	color: #000;
}

#lhsSearchWrapper form ul li a:hover {
	color: #fff;
}

#lhsAdvSearch {
	border: 1px dotted #000;
	padding: 3px;
	margin-bottom: 3px;
}

#lhsAdvSearch h4 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

#lhsAdvSearch h4 img {
	display: inline;
}

#lhsAdvSearch table {
	border-collapse: collapse;
	width: 100%;
}



div.lhsFeatureBox {
	border: 1px solid black;
	background: #8cc63e;
	padding: 5px;
	margin-bottom: 18px;
}

div.lhsFeatureBox h3 {
	color: #000;
	font-size: 17px;
	margin-bottom: 5px;
}

div.lhsFeatureBox h3 a {
	color: #000;
	text-decoration: none;
}

div.lhsFeatureBox h3 a:hover {
	color: #000;
	text-decoration: underline;
}

div.lhsFeatureBox div.link {
	float: right;
	height: 28px;
	margin: 0 0 0 3px;
}

div.lhsFeatureBox div.link a {
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 28px;
	padding: 0 31px 0 0;
	background: url(../images/arrowCircleGreenBg.gif) no-repeat right top;
}

div.lhsFeatureBox div.link a:hover {
	color: #000;
	text-decoration: underline;
	background: url(../images/arrowCircleGreenBg.gif) no-repeat right -28px;
}

div.lhsFeatureBox p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
}





/* Messages
-------------------------------------------------------------------------------------- */

#messageBox {
	background: url(../images/alert32.png) no-repeat 5px 5px #ffe5e5;
	border:1px solid #000;
	margin-bottom: 2em;
	padding: 1em 1em 1em 50px;
	font-weight: bold;
	color: #f00;
	font-style: normal;
}

#messageBox ul {
	margin: 0 0 0 1em !important;
}

#messageBox li {
	list-style-image: none !important;
	list-style-type: disc !important;
	margin: 0 0 0.15em 1em !important;
}

#messageBox a {
	color: #f00;
}

#messageBox a:hover {
	color: #000;
}





/* Popup help tooltips
-------------------------------------------------------------------------------------- */

#dhtmltooltip{
	position: absolute;
	width: 200px;
	border: 1px solid black;
	padding: 5px;
	background-color: #c4e0ad;
	visibility: hidden;
	z-index: 100;
	color: #000;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#fixedTipDiv{
	position: absolute;
	width: 200px;
	padding: 10px 5px 5px 42px;
	border: 3px solid #6ea740;
	background: url(../images/info32.png) no-repeat 5px 5px #000;
	min-height: 22px;
	color: #fff;
	z-index: 100;
}

div.tooltipHelp {
	width: 16px;
	height: 16px;
}

div.tooltipHelp a {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../images/info16.png) no-repeat left top;
	border: none;
}

div.tooltipHelp a:hover {
	border: none;
}






/* Progress indicator
-------------------------------------------------------------------------------------- */

div.progressIndicator, div.progressIndicatorOn, div.progressIndicatorDone {
	width: 50px;
	height: 30px;
	padding: 5px;
	border: 1px solid #666;
	margin: 0 0 20px 0;
	text-align: center;
	float: left;
}

div.progressIndicator {
	background: #eee;
}

div.progressIndicatorOn {
	font-weight: bold;
	background: #fc0;
}

div.progressIndicatorDone {
	font-weight: bold;
	background: none;
	border: none;
	width: 70px;
	height: 32px;
	line-height: 32px;
	padding-left: 0;
}

div.progressIndicatorArrow {
	width: 36px;
	height: 40px;
	float: left;
	background: url(/images/arrowRightGreen32.gif) 50% 50% no-repeat;
}






/* Quote/order
-------------------------------------------------------------------------------------- */

table.quoteTable {
	border-collapse: separate;
	border-spacing: 3px;
	border: 1px solid #000;
	margin-bottom: 20px;
}

table.quoteTable td {
	padding: 7px;
	background: #fc6;
	color: #000;
}

table.quoteTable th {
	padding: 7px;
	background: #9c9;
	color: #000;
	font-weight: bold;
}

table.boxTable {
	border-collapse: collapse;
	border: 1px solid #000;
	margin-bottom: 20px;
}

table.boxTable td {
	padding: 7px;
	background: #fc6;
	color: #000;
	text-align: left;
}






/* Search styles
-------------------------------------------------------------------------------------- */

#advSearch {
	border: 1px solid #000;
	margin-bottom: 20px;
	padding: 5px;
	background: #fc6;
}

div.resultsNav {
	clear: both;
	/*background: #cae4a5;
	border: 1px solid black;*/
	padding: 3px;
	margin-bottom: 20px;
	text-align: right;
	color: #666;
}

div.resultsNav a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

div.resultsNav a:hover {
	color: black;
	text-decoration: underline;
}









/* Cart summary
-------------------------------------------------------------------------------------- */

/*
#cartSummaryTop {
	width: 165px;
	background: url(../images/top_nav_b.gif) left top no-repeat #02586f;
	margin-bottom: 1px;
}

#cartSummaryTop p {
	padding: 15px 6px 6px 6px;
	margin: 0;
	color: #fff;
}

#cartSummaryMid {
	background: #02586f;
	padding: 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#cartSummaryMid label, #cartSummaryMid a {
	color: #fff;
}

#cartSummaryMid a:hover {
}

#cartSummaryBottom {
	width: 165px;
	height: 28px;
	background: url(../images/bottom_nav.gif) left top no-repeat;
	margin-bottom: 10px;
}
*/





/* General page content
-------------------------------------------------------------------------------------- */

#breadcrumbs {
	margin-bottom: 1em;
	text-align: left;
}

#mainContent {
	/*margin-bottom: 15px;*/
}

#leftColumn {
	float: left;
	width: 250px;
	margin-right: 18px;

}

#rightColumn {
	float: left;
	width: 656px;
}







/* Footer
-------------------------------------------------------------------------------------- */

#footerBar {
	background: #8cc63e;
	padding: 10px;
	margin: 0 0 10px 0;
	clear: both;
}

#footerNav {
	float: right;
}

#footerNav ul {
	list-style: none;
	text-align: right;
}

#footerNav ul li {
	display: inline;
	padding: 0 5px;
	line-height: 15px;
	border-right: 1px dotted #ccc;
	margin: 0;
}

#footerNav ul li.last {
	border-right: none;
	padding: 0 0 0 5px;
}

#footerNav ul li a {
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #6ea740;
}

#footerNav ul li a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #666;
}

#footerIcons {
	float: left;
}

#footerIcons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footerIcons ul li {
	display: block;
	margin: 0 5px 0 0;
	text-indent: -9000px;
	padding: 0;
}

#footerIcons ul li.cardLogos {
	background: url(../images/cardlogos.gif) no-repeat 0 0;
	width: 200px;
	height: 20px;
}

/*
#footerIcons ul li.hackerSafe {
	width: 115px;
	height: 32px;
}

#footerIcons ul li.hackerSafe a {
	display: block;
	text-indent: -9000px;
	border: none;
	background: url(../images/hackerSafeTemp.gif) no-repeat 0 0;
	width: 115px;
	height: 32px;
}

#footerIcons ul li.commodo {
	background: url(../images/comodo40.gif) no-repeat 0 0;
	width: 67px;
	height: 40px;
}

#footerIcons ul li.paypal {
	width: 60px;
	height: 38px;
}

#footerIcons ul li.paypal a {
	display: block;
	text-indent: -9000px;
	border: none;
	background: url(https://www.paypal.com/en_GB/i/logo/PayPal_mark_60x38.gif) no-repeat 0 0;
	width: 60px;
	height: 38px;
}

#footerIcons ul li.isis {
	width: 77px;
	height: 40px;
}

#footerIcons ul li.isis a {
	display: block;
	text-indent: -9000px;
	border: none;
	background: url(../images/isis40.gif) no-repeat 0 0;
	width: 77px;
	height: 40px;
}

#footerIcons ul li.idis {
	background: url(../images/idis40.gif) no-repeat 0 0;
	width: 77px;
	height: 40px;
}
*/

#footerBase {
	clear: both;
	color: white;
	background: #8cc63e;
	margin: 5px 0;
}

#footerBase p.left {
	float: left;
	clear: left;
	margin: 0 5px 0 0;
	width: 470px;
	overflow: visible;
}

#footerBase p.right {
	float: right;
	clear: right;
	text-align: right;
	margin: 0 0 0 5px;
	width: 470px;
	overflow: visible;
}

#footerBase p.right a, #footerBase p.left a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#footerBase p.right a:hover, #footerBase p.left a:hover {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}









/* Edit record
-------------------------------------------------------------------------------------- */

table.editForm {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}

table.editForm td {
	border: 0;
	padding: 2px;
	margin: 0;
}

table.editForm td.required {
	width: 5px;
	text-align: center;
	color: #f00;
}

table.editForm td.submit {
	border: 0;
	padding: 2px;
	margin: 0;
	background-color: transparent;
}

table.editForm th {
	padding: 5px 18px;
	background: #CAE4A5;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

table.editForm tr.row1 {
	background-color: #F5F5F5;
}

table.editForm tr.row2 {
	background-color: #FFFFFF;
}

td.field {
	text-align: left;
	width:99%;
}

td.fieldName {
	white-space: nowrap;
	text-align: right;
}

td.fieldNameError {
	white-space: nowrap;
	text-align: right;
	color: #f00;
	font-weight: bold;
}






/* Home content
-------------------------------------------------------------------------------------- */

#homeContentWrapper {
}

#homeBoxOffers {
	margin: 0 0 18px 0;
	border: 1px solid #333;
	padding: 5px 0 5px 5px;
}

#homeBoxOffers a.search {
	float: right;
	color: #000;
	margin: 0 5px 0 0;
	line-height: 180%;
}

#homeBoxOffers a.search:hover {
	color: #c00;
}

#homeBoxOffers h2 {
	color: #000;
	margin: 0;
}

#homeBoxOffers h2 span {
	color: #8cc63e;
}

#homeBoxOffers div.offerItem {
	width: 157px;
	margin: 0 5px 0 0;
	float: left;
	text-align: center;
}

#homeBoxOffers div.offerItem img {
	margin: 0 auto;
}

#homeBoxOffers div.offerItem h4 {
	margin: 0;
}

#homeBoxOffers div.offerItem h4 a {
	color: #000;
}

#homeBoxOffers div.offerItem h4 a:hover {
	color: #8cc63e;
}

#homeBoxOffers div.offerItem p {
	margin: 0;
}

#homeBoxOffers div.offerItem p span.previous {
	color: #000;
	text-decoration: line-through;
}

#homeBoxOffers div.offerItem p span.current {
	color: #c00;
	font-weight: bold;
}

#homeBoxWardrobeCollection {
	float: left;
	width: 206px;
	height: 344px;
	margin: 0 18px 18px 0;
}

#homeBoxWardrobeCollection a {
	display: block;
	width: 206px;
	height: 344px;
	background: url(../images/homeBoxWardrobeCollection.gif) left top no-repeat;
}

#homeBoxVarifocalValentineOffer {
	float: left;
	width: 206px;
	height: 344px;
	margin: 0 18px 18px 0;
}

#homeBoxVarifocalValentineOffer a {
	display: block;
	width: 206px;
	height: 344px;
	background: url(../images/homeBoxVarifocalValentineOffer.jpg) left top no-repeat;
}


#homeBoxTransitionsEasterOffer {
	float: left;
	width: 206px;
	height: 344px;
	margin: 0 18px 18px 0;
}

#homeBoxTransitionsEasterOffer a {
	display: block;
	width: 206px;
	height: 344px;
	background: url(../images/homeBoxTransitionsEasterOfferV2.jpg) left top no-repeat;
}




#homeBoxSave {
	float: left;
	width: 207px;
	height: 163px;
	margin: 0 18px 18px 0;
}

#homeBoxSave a {
	display: block;
	width: 207px;
	height: 163px;
	background: url(../images/homeBoxSave.gif) left top no-repeat;
}

#homeBoxMens {
	float: left;
	width: 207px;
	height: 163px;
	margin-bottom: 18px;
}

#homeBoxMens a {
	display: block;
	width: 207px;
	height: 163px;
	background: url(../images/homeBoxMens.gif) left top no-repeat;
}

#homeBoxVarifocals {
	float: left;
	width: 207px;
	height: 163px;
	margin-bottom: 18px;
}

#homeBoxVarifocals a {
	display: block;
	width: 207px;
	height: 163px;
	background: url(../images/homeBoxVarifocals.gif) left top no-repeat;
}

#homeBoxWomens {
	float: left;
	width: 207px;
	height: 163px;
	margin: 0 18px 18px 0;
}

#homeBoxWomens a {
	display: block;
	width: 207px;
	height: 163px;
	background: url(../images/homeBoxWomens.gif) left top no-repeat;
}

#homeBoxReglaze {
	float: left;
	width: 207px;
	height: 163px;
	margin-bottom: 18px;
}

#homeBoxReglaze a {
	display: block;
	width: 207px;
	height: 163px;
	background: url(../images/homeBoxReglaze.gif) left top no-repeat;
}



#homeBoxTransitionsOffer {
	float: right;
	width: 207px;
	height: 163px;
	margin: 0 0 18px 18px;
}

#homeBoxTransitionsOffer a {
	display: block;
	width: 207px;
	height: 163px;
	background: url(../images/homeBoxTransitionsOffer.gif) left top no-repeat;
}



#homeBoxBoothAndBruce {
	float: right;
	width: 207px;
	height: 163px;
	margin: 0 0 18px 18px;
}

#homeBoxBoothAndBruce a {
	display: block;
	width: 207px;
	height: 163px;
	background: url(../images/homeBoxBoothAndBruce.gif) left top no-repeat;
}



#homeBoxMayMadness {
	float: right;
	width: 207px;
	height: 163px;
	margin: 0 0 18px 0;
}

#homeBoxMayMadness a {
	display: block;
	width: 207px;
	height: 163px;
	background: url(../images/homeBoxMayMadness3.gif) left top no-repeat;
}

#homeBoxReglaze2 {
	float: right;
	width: 207px;
	height: 163px;
	margin: 0 0 18px 18px;
}

#homeBoxReglaze2 a {
	display: block;
	width: 207px;
	height: 163px;
	background: url(../images/homeBoxReglaze.gif) left top no-repeat;
}

#homeBox176Lens {
	float: right;
	width: 207px;
	height: 163px;
	margin: 0 0 18px 0;
}

#homeBox176Lens a {
	display: block;
	width: 207px;
	height: 163px;
	background: url(../images/homeBox176Lens.jpg) left top no-repeat;
}


#homeBannerVarifocals {
	width: 654px;
	height: 111px;
	background: url(../images/homeBannerVarifocals3.jpg) left top no-repeat;
	border: 1px solid #666;
	margin-bottom: 18px;
}

#homeBannerVarifocals a.main {
	display: block;
	width: 575px;
	height: 55px;
	margin: 10px 10px 2px 10px;
	text-decoration: none;
}

#homeBannerVarifocals a.main:hover {
	text-decoration: none;
}

#homeBannerVarifocals p {
	padding: 0 17px 0 17px;
	margin: 0;
	line-height: 120%;
	font-size: 1.2em;
}

#homeBannerVarifocals p a {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

#homeBannerVarifocals p a:hover {
	font-weight: normal;
	color: #c00;
	text-decoration: underline;
}




#homeBannerFreeVarifocals {
	width: 654px;
	height: 111px;
	background: url(../images/homeBannerFreeVarifocals.jpg) left top no-repeat;
	border: 1px solid #666;
	margin-bottom: 18px;
}

#homeBannerFreeIndexLens{
	width: 654px;
	height: 111px;
	background: url(../images/homeBannerFreeIndexLens.jpg) left top no-repeat;
	border: 1px solid #666;
	margin-bottom: 18px;
}

#homeBannerFreeIndexLens a.main {
	display: block;
	width: 575px;
	height: 55px;
	margin: 10px 10px 2px 10px;
	text-decoration: none;
}

#homeBannerFreeIndexLens a.main:hover {
	text-decoration: none;
}

#homeBannerFreeIndexLens p {
	padding: 70px 17px 0 17px;
	margin: 0;
	line-height: 120%;
	font-size: 1.2em;
}

#homeBannerFreeIndexLens p a {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

#homeBannerFreeIndexLens p a:hover {
	font-weight: normal;
	color: #c00;
	text-decoration: underline;
}

#homeBannerMonthlyOffers{
	width: 654px;
	height: 111px;
	border: 1px solid #666;
	margin-bottom: 18px;
}


#homeBannerFreeVarifocals a.main {
	display: block;
	width: 575px;
	height: 55px;
	margin: 10px 10px 2px 10px;
	text-decoration: none;
}

#homeBannerFreeVarifocals a.main:hover {
	text-decoration: none;
}

#homeBannerFreeVarifocals p {
	padding: 0 17px 0 17px;
	margin: 0;
	line-height: 120%;
	font-size: 1.2em;
}

#homeBannerFreeVarifocals p a {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

#homeBannerFreeVarifocals p a:hover {
	font-weight: normal;
	color: #c00;
	text-decoration: underline;
}





#homeFlashBannerWrapper {
	width: 654px;
	height: 111px;
	border: 1px solid #666;
	margin-bottom: 18px;
}

#homeFlashBannerNoPlugin {
	width: 654px;
	height: 111px;
}

#homeFlashBannerNoPlugin p {
	width: 80%;
	margin: 40px auto 0 auto;
	color: #000;
}

#homeFlashBanner {
	width: 654px;
	height: 111px;
}


#homeBoxVirtualMirror {
	float: right;
	position: relative;
	width: 204px;
	height: 342px;
	margin: 0 0 18px 18px;
	background: url(../images/homeBoxVirtualMirrorBg.jpg) left top no-repeat;
	border: 1px solid #666;
}

#homeBoxVirtualMirror a.main {
	display: block;
	height: 200px;
	margin: 0 0 5px 0;
}

#homeBoxVirtualMirror ol {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

#homeBoxVirtualMirror ol li {
	line-height: 100%;
	color: #000;
	font-weight: bold;
}

#homeBoxVirtualMirror ol li.item1 {
	margin: 0 15px 8px 33px;
}

#homeBoxVirtualMirror ol li.item2 {
	margin: 0 15px 8px 33px;
}

#homeBoxVirtualMirror ol li.item3 {
	margin: 0 15px 8px 33px;
}

#homeBoxVirtualMirror p {
	position: absolute;
	bottom: 8px;
	left: 10px;
	margin: 0;
}

#homeBoxVirtualMirror p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#homeBoxVirtualMirror p a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#homeBoxVirtualMirror a.arrow {
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
}



#homeBannerTwitterFacebookLinks {
	position: relative;
	width: 654px;
	height: 106px;
                  background: url(../images/homeBannerTwitterFacebookLinks.jpg);  
	border: 1px solid #666;
	margin-bottom: 18px; 
	clear: both;
}

#homeBannerTwitterFacebookLinks a.facebook {
position: absolute;
	left: 200px;
	top: 25px;
	display: block;
	width: 265px;
	height: 80px;    	
      background: url(../images/facebook.png)  no-repeat
}

#homeBannerTwitterFacebookLinks a.twitter {
	position: absolute;
left: 0px;
	top: 25px;	
      display: block;
	width: 200px;
	height: 75px;
background: url(../images/twitter.png) no-repeat; 
}


#homeBannerTestimonials {
border: 1px solid black;
	background: #8cc63e;
	padding: 5px;
	margin-bottom: 18px;
	position: relative;
	width: 654px;
	height: 106px;
	border: 1px solid #666;
	margin-bottom: 18px;
	clear: both;
}

#homeBannerTestimonials a.main {
	position: absolute;
	left: 90px;
	top: 3px;
	display: block;
	width: 320px;
	height: 24px;
}

#homeBannerTestimonials a.arrow {
	position: absolute;
	right: 89px;
	bottom: 4px;
	display: block;
	width: 27px;
	height: 27px;
}

#homeBannerTestimonials a.more {
	position: absolute;
	right: 120px;
	bottom: 10px;
	color: #000;
	text-decoration: none;
}

#homeBannerTestimonials a.more:hover {
	color: #fff;
	text-decoration: underline;
}

#homeBannerTestimonials p {
	position: absolute;
	left: 90px;
	top: 30px;
	width: 474px;
	margin: 0;
	line-height: 120%;
	color: #000;
}

#homeBannerTestimonials p span {
	font-weight: bold;
	font-style: italic;
}



/* Reglaze
-------------------------------------------------------------------------------------- */

#reglazeFullRimBox {
	float: left;
	position: relative;
	width: 317px;
	height: 255px;
	background: url(../images/reglazeFullRimBoxBg.jpg) left top no-repeat;
	border: 1px solid #666;
	margin: 0 18px 18px 0;
}

#reglazeFullRimBox h5 {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
}

#reglazeFullRimBox h5 a {
	color: #fff;
	text-decoration: none;
}

#reglazeFullRimBox h5 a:hover {
	color: #fff;
	text-decoration: underline;
}

#reglazeFullRimBox p {
	position: absolute;
	left: 16px;
	top: 170px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
}

#reglazeFullRimBox p a {
	color: #000;
	text-decoration: none;
}

#reglazeFullRimBox p a:hover {
	color: #c00;
	text-decoration: underline;
}

#reglazeFullRimBox a.main {
	position: absolute;
	display: block;
	left: 10px;
	top: 190px;
	width: 295px;
	height: 60px;
	text-decoration: none;
}

#reglazeFullRimBox a.main:hover {
	text-decoration: none;
}






#reglazeRimlessBox {
	float: left;
	position: relative;
	width: 317px;
	height: 255px;
	background: url(../images/reglazeRimlessBoxBg.jpg) left top no-repeat;
	border: 1px solid #666;
	margin: 0 0 18px 0;
}

#reglazeRimlessBox h5 {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
}

#reglazeRimlessBox h5 a {
	color: #fff;
	text-decoration: none;
}

#reglazeRimlessBox h5 a:hover {
	color: #fff;
	text-decoration: underline;
}

#reglazeRimlessBox p {
	position: absolute;
	left: 17px;
	top: 170px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
}

#reglazeRimlessBox p a {
	color: #000;
	text-decoration: none;
}

#reglazeRimlessBox p a:hover {
	color: #c00;
	text-decoration: underline;
}

#reglazeRimlessBox a.main {
	position: absolute;
	display: block;
	left: 10px;
	top: 190px;
	width: 295px;
	height: 60px;
	text-decoration: none;
}

#reglazeRimlessBox a.main:hover {
	text-decoration: none;
}









/* Contact
-------------------------------------------------------------------------------------- */

#contactForm {
	float: left;
	width: 550px;
	margin-right: 25px;
}

#contactAddress {
	float: left;
	width: 250px;
}

table.contact {
	width: 100%;
	border: 0;
	margin: 0 0 30px 0;
	border-collapse: collapse;
}

table.contact td {
	border: 0;
	padding: 2px;
}


table.contact td.fieldName p {
	text-align: right;
	margin-bottom: 0;
	padding-right: 5px;
}


table.contact td.required {
	width: 5px;
	text-align: center;
	color: #c00;
}

table.contact td.field {
	text-align: left;
	width:99%;
}

table.contact td.field p {
	margin-bottom: 0;
}

table.contact td.fieldName {
	white-space:nowrap;
	text-align:right;
}

table.contact td.fieldName label {
	text-align:right;
	margin-bottom: 0;
}

table.contact td.fieldNameError {
	white-space:nowrap;
	text-align:right;
	color: #c00;
	font-weight: bold;
}

table.contact td.fieldNameError label {
	text-align:right;
	color: #c00;
	font-weight: bold;
	margin-bottom: 0;
}






/* News
-------------------------------------------------------------------------------------- */

#newsList {
	list-style: none;
	margin: 0 0 20px 0;
	float: left;
	width: 500px;
}

#newsList strong {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	color: #f90;
}

#newsSubNav {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}

#newsQuoteForm {
	margin: 30px 0;
	border: 2px solid #e3e3e3;
}

/*
#newsSubNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#newsSubNav ul li {
	text-align: left;
	margin: 0;
	padding: 0;
}

#newsSubNav ul li a {
	padding: 0 0 0 12px;
	margin: 0;
	text-decoration: none;
	background: url(../images/arrowWhiteOnRedWhiteOnGrey.gif) no-repeat 0 0;
	line-height: 15px;
}

#newsSubNav ul li a:hover {
	text-decoration: underline;
	background: url(../images/arrowWhiteOnRedWhiteOnGrey.gif) no-repeat 0 -15px;
}
*/





/* Blog
-------------------------------------------------------------------------------------- */

div.blogListItem {
	border-bottom: 2px solid #ccc;
	background-color: #fc6;
	margin-bottom: 30px;
	padding: 10px 10px 30px 10px;
}

div.blogListItem h2 {
	margin-bottom: 5px;
}

div.blogListItem p.taster {
}

div.blogListItem a:hover {
	color: #fff;
}

#blogContent {
	border: 3px solid #ccc;
	padding: 10px 10px 30px 10px;
	background-color: #fff;
	margin-bottom: 30px;
}

#blogCommentFormWrapper {
	margin-bottom: 30px;
}

div.blogComment {
	padding: 10px 10px 30px 10px;
	background-color: #fc6;
	border-bottom: 2px solid #ccc;
	margin-bottom: 30px;
}

div.blogComment h3 {
	color: #333;
}

div.blogComment hr {
	color: #ff8300;
	background: #ff8300;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: none;
}

div.blogComment p {
	color: #333;
}

#blogCommentsEditable {
	margin-bottom: 30px;
}

div.blogCommentEditable {
	border-bottom: 1px solid #318085;
	padding: 10px 10px 30px 10px;
	background-color: #cde5e6;
	margin-bottom: 30px;
}






/* Shop listings
-------------------------------------------------------------------------------------- */

#cartLinks {
	float: right;
	margin: 0 0 10px 20px;
}

#shopListWrapper{
	margin: 0 0 20px 0;
}

div.shopListItemWrapper {
	border-right: 1px dotted #ccc;
	float: left;
	margin: 0 20px 0 0;
	padding: 20px 20px 20px 0;
}

div.shopListItemWrapper.last {
	border-right: none;
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
}

div.shopListItemClearer {
	clear: both;
	height: 0;
	overflow: hidden;
	/*width: 0;*/
	font-size: 0;	/* fixes an IE bug */
	border-bottom: 1px dotted #ccc;
	margin: 0 0 0 0;
}

div.shopListItemWrapper img.shopListThumb {
	/*float: left;
	border: 1px dotted #ccc;
	clear: left;*/
	margin: 0 0 3px 0;
}

div.shopListItemWrapper div.shopListItemContent {
	float: left;
	width: 340px;
}

div.shopListItemWrapper h2 {
	font-size: 18px;
	font-style: normal;
	margin: 0 0 0.25em 0;
}

div.shopListItemWrapper h2 a {
	color: #6ea740;
	text-decoration: underline;
	font-weight: bold;
}

div.shopListItemWrapper h2 a:hover {
	color: #c00;
	text-decoration: underline;
	font-weight: bold;
}

div.shopListItemWrapper p.price {
	color: #c00;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 0.5em;
	clear: both;
}

div.shopListItemWrapper p.price span.previous {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	text-decoration: line-through;
}

div.shopListItemWrapper p.price img.special {
	display: inline;
	margin: 0 0 0 15px;
}

div.shopListItemWrapper div.icons {
	clear: left;
}

div.shopListItemWrapper div.icons img {
	float: left;
	margin: 0 3px 10px 0;
}

div.shopListItemWrapper p.coloursIntro {
	float: left;
	line-height: 22px;
	margin-right: 3px;
}

div.shopListItemWrapper ul.colourSwatches {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.shopListItemWrapper ul.colourSwatches li {
	border: none;
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	float: left;
}

div.shopListItemWrapper ul.colourSwatches li a {
	border: 1px solid black;
	margin: 0;
	padding: 0;
	display: block;
	width: 20px;
	height: 20px;
}

div.shopListItemWrapper ul.colourSwatches li a span {
	display: none;
}






/* Shop item details
-------------------------------------------------------------------------------------- */

#shopItemDetailsWrapper {
}

#shopItemDetailsWrapper #breadcrumbs {
	float: left;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px dotted #333;
}

#shopItemDetailsReturnToList {
	float: left;
	margin-right: 25px;
	padding-right: 25px;
	/*border-right: 1px dotted #666;*/
}

#shopItemDetailsNextPrev {
	float: right;
}

#shopItemDetailsNextPrev div.prev {
	float: left;
}

#shopItemDetailsNextPrev div.prev a.text {
	float: left;
	margin-right: 10px;
}

#shopItemDetailsNextPrev div.prev img {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px dotted #666;
}

#shopItemDetailsNextPrev div.prev img.noBorder {
	border-right: none;
}

#shopItemDetailsNextPrev div.next {
	float: left;
}

#shopItemDetailsNextPrev div.next img {
	float: left;
	margin-right: 10px;
}

#shopItemDetailsNextPrev div.next a.text {
	float: left;
}

#shopItemDetailsWrapper h1 {
	font-size: 3em;
	clear: left;
}

#shopItemMainImgWrapper {
	float: left;
	margin: 0 25px 25px 0;
	padding-right: 25px;
	border-right: 1px dotted #666;
}

#shopItemMainImgWrapper img.thumb {
	float: left;
	margin: 1px 25px 1px 1px;
	border: 1px dotted #666;
}

#shopItemMainImgWrapper img.thumbSelected {
	float: left;
	margin: 0 24px 0 0;
	border: 2px solid #c00;
}

#shopItemDetailsWrapper div.right {
	float: left;
	padding-top: 5px;	/* required for IE7 - clips top of price off without this */
}

#shopItemDetailsPrice {
	color: #c00;
	font-size: 14px;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 1em;
}

#shopItemDetailsPrice span.previous {
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 100%;
	text-decoration: line-through;
}

#shopItemDetailsPrice span.current {
	font-weight: bold;
	font-size: 2em;
}

#shopItemDetailsSpecial {
	display: inline;
	margin: 0 0 0 15px;
}

#shopItemDetailsWrapper div.icons {
	width: 100%;
}

#shopItemDetailsWrapper div.icons img {
	float: left;
	margin: 0 3px 10px 0;
}

#shopItemDetailsSelectColourLabel {
}

#shopItemDetailsSelectColour {
	float: left;
	margin-right: 40px;
}

#shopItemDetailsAddBtn {
}

#shopItemDetailsVirtualMirrorLink {
}

#shopItemDetailsDescription {
	clear: both;
	margin-bottom: 25px;
}

#shopItemDetailsSize {
	clear: both;
}

/*
#shopItemDetailsSizes {
	position: relative;
	width: 500px;
	height: 109px;
	background: url(../images/per_glasses.gif) no-repeat left 15px;
	margin-bottom: 20px;
}

#shopItemDetailsSizeWidth {
	position: absolute;
	top: 90px;
	left: 92px;
}

#shopItemDetailsSizeBridgeWidth {
	position: absolute;
	top: 0;
	left: 94px;
}

#shopItemDetailsSizeFrameHeight {
	position: absolute;
	top: 13px;
	left: 32px;
}

#shopItemDetailsSizeLensDiameter {
	position: absolute;
	top: 52px;
	left: 155px;
}

#shopItemDetailsSizeArmLength {
	position: absolute;
	top: 52px;
	left: 340px;
}
*/

#shopItemDetailsSizes {
	position: relative;
	width: 854px;
	height: 191px;
	background: url(../images/frameDimensionsWide.jpg) no-repeat left top;
	margin-bottom: 20px;
}

#shopItemDetailsSizes.withHeight {
	background: url(../images/frameDimensionsWide2.jpg) no-repeat left top;
}

#shopItemDetailsSizeWidth {
	position: absolute;
	top: 162px;
	left: 225px;
}

#shopItemDetailsSizeBridgeWidth {
	position: absolute;
	top: 14px;
	left: 233px;
}

#shopItemDetailsSizeFrameHeight {
	position: absolute;
	top: 87px;
	left: 97px;
}

#shopItemDetailsSizeLensDiameter {
	position: absolute;
	top: 102px;
	left: 306px;
}

#shopItemDetailsSizeArmLength {
	position: absolute;
	top: 15px;
	left: 677px;
}






/* Shop item options
-------------------------------------------------------------------------------------- */

#shopItemOptionsWrapper {
	margin-bottom: 25px;
}

#shopItemOptionsWrapper #breadcrumbs {
	float: left;
	margin-right: 25px;
	padding-right: 25px;
}

#shopItemOptionsWrapper span.price {
	color: #c00;
	font-weight: bold;
}

#shopItemOptionsBack {
	float: right;
}

div.frameSummary {
	float: left;
}

div.frameSummary span.price {
	color: #c00;
	font-weight: bold;
}

#shopItemOptionsBack p, div.frameSummary p {
	line-height: 150%;
	margin-bottom: 0;
	text-align: right;
}

#shopItemOptionsBack p.total, div.frameSummary p.total {
	line-height: 200%;
	margin-top: 10px;
	border-top: 1px dotted #000;
}

#shopItemOptionsBack img, div.frameSummary img {
	display: inline;
	vertical-align: middle;
}

#shopItemOptionsWrapper h1 {
	clear: both;
}

.glassesOptions {
	border: 1px dotted #ccc;
	margin-bottom: 25px;
}

.glassesOptions.unavailable {
	display: none;
}

.unavailableOptionsLink {
	margin: 0 0 25px 0;
}

#availableColourOptions {
	display: none;
}

.glassesOptions h2 {
	border-bottom: 1px dotted #ccc;
	padding: 5px 18px;
	margin: 0;
	background: #CAE4A5;
	color: #000;
}

.glassesOptions h3 {
	color: #000;
}

.glassesOptions h3 span.price {
	color: #c00;
	font-weight: bold;
	font-size: 0.8em;
}

.glassesOptions .option {
	border-bottom: 1px dotted #ccc;
	padding: 18px;
}

.glassesOptions .option .colourOption {
	float: left;
	width: 200px;
	margin: 0 20px 20px 0;
}

.glassesOptions .greyedOut span.price {
	color: #ccc !important;
}

.glassesOptions .visionTypeDetails {
	float: left;
	width: 640px;
}

.glassesOptions .form {
	float: right;
}

.glassesOptions .form  p, .glassesOptions .form  ul, .glassesOptions .form  ul li {
	margin-bottom: 2px;
}






/* Prescription entry
-------------------------------------------------------------------------------------- */

table.prescriptionEntryTbl {
	border-collapse: collapse;
	border-left: 10px solid #333;
	border-right: 10px solid #333;
	border-bottom: 10px solid #333;
	margin-bottom: 10px;
}

table.prescriptionEntryTbl th, table.prescriptionEntryTbl td {
}

table.prescriptionEntryTbl th {
	font-weight: bold;
	/*background: #cae4a5;*/
	background: #333;
	color: #fff;
	text-align: center;
	padding: 10px 3px;
}

table.prescriptionEntryTbl th.centre, table.prescriptionEntryTbl td.centre {
	/*background: #cae4a5 !important;*/
	background: #333 !important;
	width: 10px;
	padding: 0 !important;
}

table.prescriptionEntryTbl tr.labels td {
	text-align: center;
	padding: 10px 3px 3px 3px;
}

table.prescriptionEntryTbl tr.inputs td {
	text-align: center;
	padding: 3px 3px 10px 3px;
}

table.prescriptionEntryTbl tr.confirm td {
	padding: 10px 3px;
}

table.prescriptionEntryTbl tr.confirm td label {
	display: block;
	margin-bottom: 8px;
}

table.prescriptionEntryTbl tr.row1 td {
	background: #e0e0e0;
}

table.prescriptionEntryTbl tr.row2 td {
	background: #f8f8f8;
}

table.prescriptionEntryTbl select {
	width: 118px;
}

table.prescriptionEntryTbl th.divider {
	height: 10px;
	padding: 0;
}

table.prescriptionEntryTbl img {
	display: inline;
}




td.prescriptionInfoTblWrapper {
	background: #f8f8f8;
}

table.prescriptionInfoTbl {
	border-collapse: collapse;
}

table.prescriptionInfoTbl tr.labels td {
	text-align: center;
	padding: 10px 3px 3px 3px;
}

table.prescriptionInfoTbl tr.inputs td {
	text-align: center;
	padding: 3px 3px 10px 3px;
}

table.prescriptionInfoTbl tr.row1 td {
	background: #e0e0e0;
}

table.prescriptionInfoTbl tr.row2 td {
	background: #f8f8f8;
}






/*

#productOptionsTbl {
	border-collapse: collapse;
	margin-bottom: 25px;
}

#productOptionsTbl td.itemOptionLabel {
	line-height: 120%;
	padding: 3px;
	text-align: right;
}

#productOptionsTbl td.itemOptionSelect {
	line-height: 120%;
	padding: 3px;
}

#itemDescription img {
	display: inline;
}
*/











/* Cart
-------------------------------------------------------------------------------------- */

table.cartTable {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}

table.cartTable td {
	border: 1px dotted #ccc;
	padding: 5px;
	margin: 0;
}

table.cartTable tr.row2 td {
	background-color: #fff;
}

table.cartTable tr.row1 td {
	background-color: #fff;
}

table.cartTable th {
	border: 1px dotted #ccc;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	background: #CAE4A5;
	margin-top: 15px;
}

table.cartTable th img {
	display: inline;
}






/*******************************************************************
 *                               FAQ                               *
 ******************************************************************/

#catList {
	margin-bottom: 40px;
}
