﻿@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	color: #2d2573;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

p {
	color: #2d2573;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	margin: 0 0 1.5em 0px;
	padding: 0 0 0 0px;
}

.sides {
	background-color: #fff;
	width: 20px;
}

.imageborder {
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #f2c8b2;
}


/***********BANNER*************/
.banner {
	background-image: url(../images/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 102px;
	width: 760px;
}

.banner-links {
	float: right;
	padding: 75px 0 0 0;
	width: 200px;
}

	.banner-links a:link, .banner-links a:active, .banner-links a:visited {
		color: #000;
		font-weight: bold;
		text-decoration: none;
		vertical-align: super;
	}

	.banner-links a:hover {
		text-decoration: underline;
	}

/***********END BANNER*************/

/***********MENU*******************/
.menu-l {
	background-image: url(../images/menu-l.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	width: 9px;
}

.menu-r {
	background-image: url(../images/menu-r.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	width: 9px;
}

.menu {
	background-image: url(../images/menu-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 30px;
	width: 960px;
	line-height: 30px;
}

	.menu a:link, .menu a:active, .menu a:visited {
		color: #fff;
		font-weight: bold;
		/*padding:10px 10px;*/
		text-decoration: none;
	}

	.menu a:hover {
		text-decoration: none;
	}

/***********END MENU*******************/


/***********SEARCH BAR*******************/

.searchbar {
	background-image: url(../images/search_bar-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-top: 1px solid #fff;
	color: #fff;
	height: 69px;
	padding: 0 0 0 20px;
}

.search {
	float: left;
}

.search-bg-img {
	background-image: url(../images/search_bar-bg-img.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	height: 69px;
	width: 249px;
}

.search-divider {
	float: left;
	padding: 13px 20px 13px 75px;
}

.searchbar h2 {
	color: #fe7246;
	float: left;
	font-size: 17px;
	font-weight: normal;
	padding: 10px 0 0 0;
}

/***********END SEARCH BAR*******************/

/***********SIDEBAR*******************/

.sidebar {
	margin: 8px 0 0 0;
	width: 212px;
}

	.sidebar h5 {
		background-color: #ff6e20;
		color: #fff;
		font-size: 12px;
		margin: 0 0 0 0px;
		padding: 5px 0 5px 20px;
	}

	.sidebar a:link, .sidebar a:active, .sidebar a:visited {
		color: #27216e;
		text-decoration: none;
	}

	.sidebar a:hover {
		text-decoration: underline;
	}

	.sidebar ul {
		margin: 0 0 0 0px;
		padding: 10px 20px 20px 20px;
	}

		.sidebar ul li {
			background-image: url(../images/sidebar-li.png);
			background-position: left center;
			background-repeat: no-repeat;
			border-bottom: 1px dashed #2a6cb2;
			list-style: none;
			margin: 0 0 0 0px;
			padding: 4px 0 4px 7px;
		}

.shopping-cart {
	background-image: url(../images/cart_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #c3c1d7;
	height: 71px;
	padding: 0 0 0 10px;
}

.cart-l {
	float: left;
	padding: 0 14px 0 0;
}

.get-started {
	background-color: #fff;
	background-image: url(../images/cart_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #c3c1d7;
}


.available-lenses {
	background-image: url(../images/cart_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #c3c1d7;
}

.coloured-lenses {
	background: #513D7A;
	border: 1px solid #c3c1d7;
	color: #ffffff;
}

.space {
	height: 10px;
}

/***********END SIDEBAR*******************/

/***********ADVERT*******************/

.advert {
	border: 1px solid #c3c1d7;
	height: 272px;
	margin: 8px 0 0 20px;
	padding: 0 0 0 0px;
	width: 728px;
}

.advert-block {
	padding: 20px 0 0 25px;
}

.advert h1 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

	.advert h1 strong {
		color: #ff833c;
		font-size: 24px;
		font-weight: normal;
		margin: 0 0 0 0px;
		padding: 0 0 0 0px;
	}

.advert-block h2 {
	background: url(http://www.contactlens.com.au/images/advert-liS.png) 0 4px no-repeat;
	color: #332e7b;
	font-size: 16px;
	font-weight: normal;
	margin: 12px 0 0 0px;
	padding: 0 0 0 18px;
}

/***********END ADVERT*******************/

/***********MAIN*******************/
.main {
	margin: 28px 0 0 20px;
	width: 730px;
}

/***********END MAIN*******************/


/***********BOTTOM*******************/

.bottom {
	margin: 0px 0 0 20px;
	width: 730px;
}

.products {
	background-image: url(../images/products-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #f2c8b2;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	width: 730px;
}

.product-header {
	background-color: #342a7b;
	height: 30px;
	width: 730px;
}


.product-header-l {
	background-color: #342a7b;
	background-image: url(../images/product-header-l.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 6px;
}

.product-header-r {
	background-color: #342a7b;
	background-image: url(../images/product-header-r.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 6px;
}

.product-header h1 {
	color: #fff;
	float: left;
	line-height: 30px;
}


.price {
	color: #ff6816;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 120px 0 0 35px;
}

.products a:link, .products a:active, .products a:visited {
	color: #342a7b;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.products a:hover {
	text-decoration: underline;
}

/***********END BOTTOM*******************/

/***********FOOTER*******************/

.footer {
	border-top: 1px dashed #b5c2da;
	color: #535353;
	font-size: 12px;
	font-variant: small-caps;
	margin: 35px 0 0 0;
	padding: 15px 0;
	text-align: center;
	width: 960px;
}

	.footer a:link, .footer a:active, .footer a:visited {
		color: #535353;
		font-size: 12px;
		padding: 0 10px;
		text-decoration: none;
	}

	.footer a:hover {
		color: #535353;
		font-size: 12px;
		text-decoration: underline;
	}

.copyright {
	background-color: #342a7b;
	color: #fff;
	display: block;
}

/***********END FOOTER*******************/

/***********GENERIC*******************/

table {
	padding: 0 0 0 0px;
}

td {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

a:link, a:active, a:visited {
	color: #27216e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, .h1 {
	color: #ff6e20;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}


h2, .h2 {
	color: #fe7246;
	font-size: 17px;
	font-weight: normal;
}

h3, .h3 {
	color: #ff6e20;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

h4, .h4 {
	color: #ff6e20;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

h5, .h5 {
	color: #ff6e20;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

h6, .h6 {
	color: #ff6e20;
	font-size: 13px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

h1 strong, h3 strong, h2 strong,
.h1 strong, .h3 strong, .h2 strong,
h1 .strong, h3 .strong, h2 .strong,
.h1 .strong, .h3 .strong, .h2 .strong {
	color: #332e7b;
}


ul {
	margin: 0 0 0 0px;
	padding: 5px 20px 5px 5px;
}

	ul li {
		list-style: none;
		background: url(../images/sidebar-li.png) left 10px no-repeat;
		margin: 0 0 0 0px;
		padding: 4px 0 4px 7px;
	}


	ul#orderRequirements {
		list-style: none;
	}

		ul#orderRequirements li {
			background: url(../images/new/check-mark-orange.gif) left top no-repeat;
			margin: 0 0 0 0px;
			padding: 2px 0 4px 32px;
			line-height: 22px;
			height: 30px;
		}


.img-l {
	float: left;
}

/***********END GENERIC*******************/

/***********SPECIFIC*******************/
.page-title {
	margin: 5px 10px 0;
}

div.scrollbox {
	border: 1px solid #c3c1d7;
	height: 150px;
	width: 97.5%;
	padding: 5px;
	overflow-y: scroll;
}

/***********END SPECIFIC***************/

/***********TEXT COLOURS*******************/

.black-bold {
	color: #000;
	font-weight: bold;
}

.red {
	color: #fd1900;
}

.blue-bold {
	font-weight: bold;
}

/***********END TEXT COLOURS*******************/
.adminmenu {
	background-color: #1573ab;
	color: #ffffff;
	margin: 10px 10px 0 10px;
}

	.adminmenu a:active, .adminmenu a:link, .adminmenu a:visited {
		color: #ffffff;
		text-decoration: none;
	}

.dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #342A7B;
}

.maintext {
	margin: 0px 10px 0 0px;
}

.prodHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6E20;
}

.prodborder {
	border: 1px solid #cccccc;
	margin: 10px 0px 5px 20px;
}


.textBoxes {
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D2573;
}

.PurpleHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #342A7B;
	text-decoration: none;
}

/**********Added Sept 09*******************/
.headerback {
	background: transparent url(../images/headerback.jpg) top left repeat-x;
}




/*===== products nav =====*/
.table td {
	height: 25px;
	text-align: left;
	vertical-align: top;
}

ul.products {
	text-align: center;
	margin: 5px auto 5px auto;
	padding: 5px 0 5px 0;
	background: none;
	border: none;
}

	ul.products li {
		background: none;
		display: block;
		float: left;
		min-width: 25px;
		height: 20px;
		margin: 0 5px 0 5px;
		padding: 0;
		line-height: 20px;
		text-align: center;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0px 1px 2px 0px #333333;
		-moz-box-shadow: 0px 1px 2px 0px #333333;
		box-shadow: 0px 1px 2px 0px #333333;
		border: 1px solid #FF6816;
	}

		ul.products li.first-child, ul.products li.last-child {
			width: 100px;
		}

		ul.products li a {
			display: block;
			float: left;
			min-width: 25px;
			height: 20px;
			line-height: 20px;
			color: #2D2573;
			text-decoration: none;
		}

		ul.products li.first-child a, ul.products li.last-child a {
			width: 100px;
		}

		ul.products li a:hover, ul.products li a.current {
			background: #ff6816;
			background: -moz-linear-gradient(top, #ff6816 0%, #ffdac3 3%, #ffb688 21%, #ff995c 38%, #ff7e35 55%, #ff6a1c 72%, #ff691a 79%, #ff7027 86%, #ff7833 90%, #ff8e55 97%, #ff6816 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6816), color-stop(3%,#ffdac3), color-stop(21%,#ffb688), color-stop(38%,#ff995c), color-stop(55%,#ff7e35), color-stop(72%,#ff6a1c), color-stop(79%,#ff691a), color-stop(86%,#ff7027), color-stop(90%,#ff7833), color-stop(97%,#ff8e55), color-stop(100%,#ff6816));
			background: -webkit-linear-gradient(top, #ff6816 0%,#ffdac3 3%,#ffb688 21%,#ff995c 38%,#ff7e35 55%,#ff6a1c 72%,#ff691a 79%,#ff7027 86%,#ff7833 90%,#ff8e55 97%,#ff6816 100%);
			background: -o-linear-gradient(top, #ff6816 0%,#ffdac3 3%,#ffb688 21%,#ff995c 38%,#ff7e35 55%,#ff6a1c 72%,#ff691a 79%,#ff7027 86%,#ff7833 90%,#ff8e55 97%,#ff6816 100%);
			background: -ms-linear-gradient(top, #ff6816 0%,#ffdac3 3%,#ffb688 21%,#ff995c 38%,#ff7e35 55%,#ff6a1c 72%,#ff691a 79%,#ff7027 86%,#ff7833 90%,#ff8e55 97%,#ff6816 100%);
			background: linear-gradient(top, #ff6816 0%,#ffdac3 3%,#ffb688 21%,#ff995c 38%,#ff7e35 55%,#ff6a1c 72%,#ff691a 79%,#ff7027 86%,#ff7833 90%,#ff8e55 97%,#ff6816 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6816', endColorstr='#ff6816',GradientType=0 );
			color: #fff;
		}


/* top selling products - home page */
#topSellingProducts {
	display: block;
	width: 99%;
}

	#topSellingProducts .top {
		display: block;
		width: 100%;
		background: #342a7b;
		color: #ffffff;
		line-height: 30px;
		border-radius: 6px 6px 0 0;
		padding-right: 2px;
	}

	#topSellingProducts .content {
		display: block;
		width: 100%;
		min-height: 100px;
		border-left: 1px solid #f2c8b2;
		border-right: 1px solid #f2c8b2;
		border-bottom: 1px solid #f2c8b2;
		text-align: center;
		background: #ffd1b7;
		background: -moz-linear-gradient(top, #ffd1b7 0%, #ffe7da 32%, #ffffff 62%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd1b7), color-stop(32%,#ffe7da), color-stop(62%,#ffffff));
		background: -webkit-linear-gradient(top, #ffd1b7 0%,#ffe7da 32%,#ffffff 62%);
		background: -o-linear-gradient(top, #ffd1b7 0%,#ffe7da 32%,#ffffff 62%);
		background: -ms-linear-gradient(top, #ffd1b7 0%,#ffe7da 32%,#ffffff 62%);
		background: linear-gradient(top, #ffd1b7 0%,#ffe7da 32%,#ffffff 62%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd1b7', endColorstr='#ffffff',GradientType=0 );
	}

	#topSellingProducts a.item {
		display: block;
		width: 17%;
		height: 160px;
		border: 1px solid #f2c8b2;
		background: #ffffff;
		margin: 10px 0 0 2%;
		float: left;
		font-size: 11px;
	}

	#topSellingProducts a.itemE {
		display: block;
		width: 17%;
		height: 160px;
		border: none;
		background: none;
		margin: 10px 0 0 2%;
		float: left;
	}

	#topSellingProducts a.item img {
		border: none;
	}

	#topSellingProducts a.item:hover {
		background: #cccccc;
		text-decoration: none;
	}



/* coloured lenses - left nav */
#colouredLenses {
	display: block;
	width: 99%;
	font-size: 11px;
}

	#colouredLenses .top, #colouredLenses .content {
		display: block;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}

	#colouredLenses .top {
		padding-top: 10px;
	}

	#colouredLenses .content {
		min-height: 50px;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	#colouredLenses .item {
		display: block;
		width: 100%;
		margin-top: 10px;
		min-height: 50px;
		vertical-align: top;
		border-bottom: 1px dashed #000000;
		font-size: 11px;
		text-align: justify;
	}

		#colouredLenses .item img {
			border: none;
		}

		#colouredLenses .item:hover {
			background: #cccccc;
			text-decoration: none;
		}


/* top nav */
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.menu li {
	background: none;
	display: block;
	float: left;
	margin: 0 7px 0 7px;
	padding: 0;
	height: 30px;
	position: relative;
}

	.menu li a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 30px;
		margin: 0;
		padding: 0;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}

		.menu li a:hover, .menu li a.current {
			text-decoration: underline;
		}

.subnav {
	display: none;
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 9000;
	width: 750px;
	min-height: 100px;
	border: 2px solid #f2c8b2;
	background: #ffd1b7;
	background: -moz-linear-gradient(top, #ffd1b7 0%, #ffe7da 32%, #ffffff 62%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd1b7), color-stop(32%,#ffe7da), color-stop(62%,#ffffff));
	background: -webkit-linear-gradient(top, #ffd1b7 0%,#ffe7da 32%,#ffffff 62%);
	background: -o-linear-gradient(top, #ffd1b7 0%,#ffe7da 32%,#ffffff 62%);
	background: -ms-linear-gradient(top, #ffd1b7 0%,#ffe7da 32%,#ffffff 62%);
	background: linear-gradient(top, #ffd1b7 0%,#ffe7da 32%,#ffffff 62%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd1b7', endColorstr='#ffffff',GradientType=0 );
}


	.subnav .item {
		margin: 0;
		padding: 0;
		display: block;
		float: left;
		width: 33%;
		min-height: 50px;
	}

		.subnav .item strong {
			display: block;
			width: 100%;
			line-height: 30px;
			color: #ff6e20;
		}

		.subnav .item ul {
			margin: 0;
			padding: 0;
			width: 100%;
			list-style: disc;
		}

			.subnav .item ul li {
				margin: 0;
				padding: 0 0 0 7px;
				width: 100%;
				height: 20px;
				background-image: url(../images/sidebar-li.png);
				background-position: left 12px;
				background-repeat: no-repeat;
				list-style: none;
			}


				.subnav .item ul li a {
					color: #332e7b;
					font-weight: normal;
				}

					.subnav .item ul li a:hover {
						text-decoration: underline;
					}

	.subnav .viewall {
		position: absolute;
		bottom: 5px;
		right: 15px;
		width: 120px;
		height: 20px;
		color: #ff6e20;
	}



.advert ul {
	padding: 25px 0 0 20px;
}

	.advert ul li {
		font-size: 14px;
	}

input.catbox {
	padding-top: 5px;
}

a.extSiteLinks {
	padding: 5px;
	background-color: #ff7e35;
	display: block;
	margin-top: 5px;
	width: 189px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}


.table-list {
}

.table-list tr th {
	background-color: #332e7b;
	color:#ffffff;
}

.email_sent {
	color: #48bf00;
	font-size: 1.5em;
}

a.email_sent_notification {
	color: #48bf00;
}

.green {
	color: green;
}