/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #fff;
	color: #333;
	font-size: 11px;
	padding: 0;
}


/* anchors
----------------------------------------------- */
a {
	color: #0686d8;
}
a:hover {
	color:#333;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#logo {
	/* text-indent:-2000px;
	background: url(../images/contact-lenses-co-uk-logo.gif) 0 10px no-repeat; */
	padding:10px 0;
	margin-bottom:0;
	width:275px;
	height:60px;
	float:left;
	padding: 5px 0 0;
	margin-left: -35px;
}
h1#logo a {
	display:block;}
#tagline {
	background:url(../images/bottom-shadow.jpg) center bottom no-repeat;}
#tagline h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.4em;
	color: #6dc2bd;
	margin:20px 0 0 20px;}
#tagline img {
	margin: 7px 0 4px 20px;}
#delivery {
	text-align: center;
	height:14px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#8db3d7;
	font-weight:bold;
	font-size: 15px;
	padding-bottom:12px;}
#delivery em{
	font-family:"Times New Roman", Times, serif;
	text-transform:none;
	color:#000;
	font-weight:normal;
	font-size:12px;
}
#phone p{
	color: #969797;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align: right;
	margin:1em 0 0.6em;}
#phone strong {
	font-family:Arial, Helvetica, sans-serif;
	color: #6699cc;
	font-size:1.5em;
	letter-spacing:-0.03em;}
#search  .box {
	padding: 2px 0 5px 5px;}
#search input {
	display:inline;
	width: 70%;
	border:1px solid #999999;
	background: #ffffff;
}
#search select {
	display:inline;
	width: 100%;
	border:1px solid #999999;
	background: #ffffff;
}
#search input.submit {
	background: url(../images/search-submit.gif) no-repeat;
	border:none !important;
	width:23%;
	height:23px;
	margin-left:2%;
	}
#feature {
	height: 250px;
	background:#f0f0f0 url(../images/feature-bg.jpg) left top no-repeat;
	margin: 0 0 5px;}
div#rotator { position:relative; width:100%; height:250px;  z-index:96; }
div#rotator ul {margin-top:0; padding:0;}
div#rotator ul li { float:left; position:absolute; list-style:none; margin: 0;}
div#rotator ul li img { border:0; padding:0; background:#FFF; height:250px; }
div#rotator ul li.show { z-index:96; }
#catalog {
	min-height: 278px;}

#catalog hr {
	border:none;
	border-bottom:1px solid #e3eaf0 !important;
	/*padding-top:15px;*/
	margin-bottom:1px !important;
}
#catalog br {
	line-height: 15px;
	clear:both;
}
#catalog h2, #related h2, #checkout h2{
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
background:#6699cc url(../images/bg_rounded.gif) no-repeat;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:#86B7ED;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:solid;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:1px;
left:0;
right:0;
top:0;
text-align:left;}
#catalog h2 span, #related h2 span, #checkout h2 span{
	background:url(../images/bg_rounded_r.gif) top right no-repeat;
		padding:6px 12px;
		display:block;
}
#related {
	text-align:center;}
/* Homepage Products
-------------------------------------------------------*/
.homepage_products ul {
	margin:0;}
.homepage_products ul li{
	display:inline;
	float:left;
	width: 32.333%;
	margin:0 0.5%;
	padding:0;
	cursor: pointer;
	cursor:hand;
	}
.homepage_products ul li ul li{
	display:block;
	width:100%;
	float:none;
	/* font-size:1.2em; */
	}
.pr-name {
	color:#6699cc;
	font-size: 1.4em;
}
.pr-stock {
	color:#009900;
	font-size: 1.3em;
	font-weight:bold;}
.pr-ship {
	color:#990000;
	font-size: 1.3em;
	font-weight:bold;}
.pr-image img {
}
.pr-description {
	font-size: 0.9em;
}
.pr-price {
	font-size: 1.4em;
	font-weight:bold;
	white-space: nowrap;
	font-family: Tahoma;
}
.rss {
	background:url(../images/rss.gif) no-repeat;
	display:block;
	float:right;
	width:15px;
	height:14px;
	margin-top:8px;
	text-indent:-2000px;}
/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background:#fff;
	margin-bottom:10px;
	padding:1px;
	border:1px solid #eef2f6;
}
.box h2, #catalog h2 {
	font-size:1.1em;
	font-weight:normal;
	color:#fff;
	margin:0;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../images/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:0;
	border:none;
}
.box h3 {
	font-size:1.1em;
	text-transform:uppercase;
	color:#6699cc;
	margin:0;
	padding:6px 0;
}
.box h3 .new {
	background: #1baa21;
	color:#FFF;
	font-size:0.9em;
	line-height:1.1em;
	padding: 0.1em 0.3em;}
.content h3 {
	font-size:1.3em;
	text-transform:none;
	color: #000;
	margin:0;
	padding:6px 0;
}
.gradientbox {
	background: #fff url(../images/top-gradient.jpg) 1px 1px no-repeat;
	padding: 4% 8% 1% 10%;
}
.sungl {
	background: #fff url(../images/sungl2.png) 1px 1px no-repeat;
	padding: 4% 8% 1% 10%;
	background-size: cover;
	/*background-position: center center;*/
}
.gradientbox ul.nav2, .sungl ul.nav2 {
	margin-bottom: 10px;
}
.odd, .even {
	padding:5%;}
.odd {
	background:#f5f5f5;}
.even {
	background:#fbfbfb;}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../images/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}
.featured_products {
	padding:1px;
	border:none;}
.featured_products h2{
	color:#000;
	background:transparent url(../images/top-shadow.jpg) center 1px no-repeat;
	font-size: 18px;
	border-top:1px dotted #000;
	border-bottom:1px dotted #aaaaaa;}
hr.shadow_break {
	height:10px;
	margin:0;
	background:transparent url(../images/top-shadow.jpg) center 1px no-repeat;
	border:none;
	border-top:1px dotted #000;
	}
.tri {
	width: 32.333%;
	margin:0 0.5%;
	display: inline;
	float: left;
	padding:0;
	border:none;}
.duo {
	width: 49%;
	margin:0 0.5%;
	display: inline;
	float: left;
	padding:0;
	border:none;}
.extras {
	text-align:center;
	margin-bottom:5px;}
.extras a{
	width:148px;
	margin: 0 auto;}
.content  {
	padding:1px;
	border:none;}
.content h2 {
	background:none;
	color:#6699cc;
	font-size:1.6em;
	padding:0;}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */

table {
	width:100%;
	margin-bottom:10px;
	/* border:1px solid #bbb; */
}
table#products {
	margin-top:-32px;
	margin-bottom:0;
	border:none;}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
table#products thead th {
	background: none;
	color:#000;
	padding:.4em 1em .2em;
}
thead th {
	background:#6699CC;
	color:#fff;
	padding:.4em 1em .2em;
}
#products thead th {

	padding:.4em 1em .2em;
}

thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
#products thead th{

	border-right:1px solid #EBEBEB;

}
#productslist tbody th, #products tbody th,
#productslist tbody td, #products tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#F7F7F7;
}
#products table {
	width:100%;
	margin-bottom:10px;
	border:1px solid #bbb;
}
#products tbody th,
#products  tbody td {
	background:none;}
#products tbody th,
#products tbody td {
	border-right:1px solid #EBEBEB;}
tbody th.last, thead th.last,
tbody td.last {
	border-right:none;
}

tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot  {
	border-top:2px solid #666;
}
tfoot th,
tfoot td {
	border-top:1px solid #EEE;
	background:#fff;
}

tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}

.noborder th, .noborder td {
	border:none !important;}
/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none !important;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left;
	margin:3px 10px 3px 0;
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left;
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* Footer
----------------------------------------------- */
#footer .box {
	color:#ccc;
	background:#f7f7f7;
	margin-bottom:10px;
}
#footer p {
	display:inline;
	padding:5px 15px;
	line-height:2.4em;}
#footer p a {
	padding:0 15px;}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box {
	padding:0;
	overflow:hidden;
}
#kwick-box h2 {
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}
/* Slideshow
---------------------------------------*/
#picture_box
{

	height:250px;
	margin:0;
	overflow:hidden;
	/*min-width:710px;*/
}
#pictures_row
{
width:4200px;
height:250px;
position:relative;
visibility:hidden;

}
#pictures_row .photo_frame
{
position:absolute;
left:0px;
top:0px;

	display: none;

}
#pictures_row .photo_data
{

	display:none;
}

	#count_bar
	{
		position: relative;
		top: 40px;
		right: 50px;

		margin-right: 10px;

		width:auto;
		height:28px;
	}
	#count_bar a
	{
		display:inline-block;
		padding:0 2px 0 3px;
		text-decoration:none;
		color:#9f9184;
		font-size:0px;
		width:11px;
		height:11px;
		background:url(../images/button.gif) no-repeat top center;
	}
	#count_bar a.selected
	{
		color:#97393b;
		background:url(../images/button-selected.gif) no-repeat top center;
	}
	#sub_footer
	{
		position:absolute;
		top:110px;
		right:50px;
	}
.basket {
	background: url(../images/basket.gif) 0 center no-repeat;
	padding-left: 30px;
	display:block;}
h1.basket {
	background: url(../images/basket.gif) 0 30px no-repeat;
	padding-left: 30px;
	display:block;}
.remove {
	background: url(../images/delete.png) no-repeat scroll 0 0 transparent;
	padding: 5px 0 3px 24px;
	line-height:16px !important;}
#accontainer img {
border-bottom-color:#C4C4C4;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:#C4C4C4;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:solid;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:1px;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:#C4C4C4;
border-right-style-ltr-source:physical;
border-right-style-rtl-source:physical;
border-right-style-value:solid;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:1px;
border-top-color:#C4C4C4;
border-top-style:solid;
border-top-width:1px;
float:left;
margin-right:7px;
}
#announcement .container{
	background: #6699CC;
	color:#fff;
	font-size:18px;
	line-height: 30px;
	height:30px;
	text-align:center;

	}
#announcement .close {
	margin-right:15px;
	background:url(../images/close.png);
	width:15px;
	height:15px;
	display:block;
	cursor:hand;
	cursor:pointer;
	position:absolute;
	top:7px;
	right: 7px;}
#announcement .close:hover {
	float:right;
	margin-right:15px;
	background:url(../images/close_hover.png);
}


.tab_content {
	/* font-size: 1.2em; */
	padding: 20px;
}

#feature_eyecare {
		background: url("../images/feature-eyecare_bg.jpg") no-repeat scroll left top #CCD2D6;
		height: 247px;
		margin: 0 0 5px;
}

#feature_multimedia {
	height: 248px;
	background: url(../images/feature-multimedia_bg.jpg) repeat-x;
	margin: 0 0 5px;
}

#feature_help {
		background: url("../images/feature-help-bg2.jpg") no-repeat scroll left top #CCD2D6;
		height: 248px;
		margin: 0 0 5px;
}

/* main page tri boxes
----------------------------------------------- */
.tri-box-container .box {
	width: 32.333%;
	margin: 0 0.5% 5px 0.5%;
	display: inline;
	float: left;
	padding: 0;
	border: none;
}