/*
CSS: Spectangles
Copyright(C)2009 Red Cherry Solutions Ltd. All rights reserved.
*/

/* --------------------------------------------------------------- MAIN */
body {
	background-color: #FFFFFF;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}
form {
	margin: 0;
	padding: 0;
}
table {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
p {
}

a {
	color: #000000;
}
a:hover {
	color: #FF7700;
}

div {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

/* --------------------------------------------------------------- TEXT SIZES */
div.textSizes {
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	position: relative;
	bottom: 30px;
	right: 14px;
	text-align: right;
	height: 0px;
}
div.textSizes a { border: 1px solid #999999; text-decoration: none; margin: 0px; display: inline; }
div.textSizes a.textSmall { font-size:0.9em; padding: 1px 3px; margin: 0px; }
div.textSizes a.textMedium { font-size:1.3em; padding: 1px 3px; margin: 0px; }
div.textSizes a.textLarge { font-size:1.8em; padding: 1px 3px; margin: 0px; }

/* --------------------------------------------------------------- FLAGS */
div.flags {
	padding: 2px;
	margin: 0px;
	position: relative;
	bottom: 90px;
	right: 14px;
	text-align: right;
	height: 0px;
}
div.flags a {
	border-bottom: 2px solid #FFFFFF;
}
div.flags a:hover {
	border-bottom: 2px solid #FF7700;
}
div.flags img {
	border: none;
}

/* --------------------------------------------------------------- MESSAGES */
div.message {
	background-color: #FFFFEE;
	border: 2px solid #FF7700;
	color: #CC0000;
	margin: 0px 0px 5px 0px;
	text-align: center;
}
div.message a {
	color: #CC0000;
}

/* --------------------------------------------------------------- PAGE ARES */
#page {
	background-color: #FFFFFF;
	border: 10px solid #868789;
	border-top: none;
	margin: 2px auto;
	padding: 0px;
	width: 800px;
}

/* --------------------------------------------------------------- HEADER */
#header {
	margin: 0 auto;
	padding: 0px;
}
#header #spectangle img {
	border: none;
	margin: 0px 20px 0px 20px;
}
#header h1 {
	display: inline;
	font-size: 2.8em;
	position: relative;
	bottom: 40px;
	padding: 0px;
	margin: 0px;
}
#header p.strap {
	display: inline;
	color: #555555;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	position: relative;
	bottom: 15px;
	right: 213px;
	padding: 0px;
	margin: 0px;
}

/* --------------------------------------------------------------- MENU AREA */
#menuArea {
	border: 3px solid #3E9CDD;
	height: 182px;
	margin: 10px 15px;
}
#menu {
	background-color: #F5F5F5;
	border-right: 1px solid #BBBBBB;
	float: left;
	width: 168px;
	height: 182px;
}
#menu a {
	background-image: url(menu-item.jpg);
	border-bottom: 1px solid #BBBBBB;
	display: block;
	height: 21px;
	padding: 4px 0px 0px 25px;
	text-decoration: none;
}
#menu a:hover {
	background-image: none;
	background-color: #3E9CDD;
	color: #FFFFFF;
	font-weight: bold;
}
#animation {
	height: 180px;
	text-align: center;
}

/* --------------------------------------------------------------- CONTENT */
#content {
	border: 1px solid #FF7700;
	margin: 10px 15px;
	padding: 5px 10px;
}

/* --------------------------------------------------------------- SIGHTSAVERS */
#sightsavers {
	background-color: #F2F5F9;
	border: 1px solid #0099FF;
	font-size: 1.1em;
	margin: 5px 15px;
	padding: 0px 10px;
}

/* --------------------------------------------------------------- PRODUCT WINDOW */
#window {
	background-image: url(window.jpg);
	background-repeat: no-repeat;
	float: left;
/*	height: 240px;*/
	height: 340px;
	padding: 10px 0px 0px 12px;
	margin: 10px 10px 10px 10px;
	width: 215px;
}
#window img {
	margin-left: 35px;
	height: 90px;
}
#window h2 {
	font-size: 1.1em;
	padding: 10px 15px 5px 3px;
	margin: 5px 0px 0px 0px;
}
#window p {
	padding: 0px 14px 0px 0px;
	margin: 10px 3px 0px 3px;
}
#window p.price {
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 0px 0px 0px;
}
#window a {
	color: #FF7700;
	font-weight: bold;
}
#window input {
	width: 45px;
	margin: 0px 8px 0px 4px;
	padding-left: 3px;
}
#window div.buy {
	position: relative;
	top: 318px;
	left: 90px;
	height: 1px;
}
#window div.buy input {
	border: none;
	background-color: #45A0D7;
	color: white;
	font-weight: bold;
	width: 115px;
}
#window select {
	border: 1px solid #0000CC;
	font-weight: bold;
	margin: 2px 0px 0px 11px;
	width: 130px;
}


/* --------------------------------------------------------------- FOOTER */
#footer {
	background-color: #EEEEEE;
	border: 2px solid #868789;
	font-size: 0.9em;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	width: 796px;
}
#footer a {
	text-decoration: none;
	margin-right: 12px;
}
#footer a.RCS {
	float: right;
	font-size: 10px;
	position: relative;
	top: 35px;
	left: 10px;
	margin: 0px;
	height: 0px;
}

/*------------------------------------------------------ INPUT TABLE */
input {
	border: 1px solid #0000CC;
}
textarea {
	border: 1px solid #0000CC;
}
select {
	border: 1px solid #0000CC;
}
table.input {
	background-color: #FBFBFB;
	border: 1px solid #FF7700;
	width: 100%;
	border-collapse: collapse;
}
table.input thead th {
	background-color: #FF6600;
	color: #FFFFFF;
}
table.input tbody th {
	background-color: #F0F6FF;
	text-align: left;
	vertical-align: top;
	padding: 4px 0px 0px 5px;
	width: 120px;
}
table.input tbody td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
div.req {
	display: inline;
	color: #CC0000;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 5px;
}

/* --------------------------------------------------------------- SHOP BASKET TABLE */
table.basket {
	background-color: #F5FFFF;
	border: 1px solid #45A0D7;
	width: 600px;
	margin: 20px 10px 10px 70px;
}
table.basket thead th {
	background-color: #45A0D7;
	color: #FFFFFF;
	padding: 5px;
}
table.basket tbody td {
	border-bottom: 1px solid #C0FAFA;
	padding: 3px;
}
table.basket tbody td input {
	background-color: #45A0D7;
	color: white;
	font-weight: bold;
}
table.basket tbody td p.spec {
	font-size: 0.8em;
	margin: 0px 0px 0px 8px;
	padding: 0px;
}
table.basket tbody td input.quantity {
	background-color: #FFFFFF;
	color: #000000;
	width: 40px;
}
table.basket tfoot {
	font-weight: bold;
}
table.basket tfoot td input {
	background-color: #45A0D7;
	color: white;
	font-weight: bold;
}

/* --------------------------------------------------------------- DELIVERY INPUT */
#delivery {
}
/*
#delivery a {
	display: block;
	background-color: #3E9CDD;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0px 4px 8px;
	margin-bottom: 2px;
}
#delivery a:hover {
	background-color: #FF6600;
}
#delivery a.open {
	background-color: #FF6600;
}
#delivery a.open:hover {
	background-color: #3E9CDD;
}
*/
#delivery a {
	display: block;
/*	background-color: #3E9CDD;*/
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0px 4px 8px;
	margin-bottom: 2px;
}
#delivery a:hover {
/*	background-color: #FF6600;*/
}
#delivery a.open {
/*	background-color: #FF6600;*/
}
#delivery a.open:hover {
/*	background-color: #3E9CDD;*/
}
#delivery img {
	border: none;
}
#delivery p {
	margin-left: 100px;
}

/*------------------------------------------------------ DELIVERY TABLE */
table.delivery {
	background-color: #FBFBFB;
	border: 1px solid #FF6600;
	border-collapse: collapse;
	width: 550px;
	margin: 0px 0px 10px 100px;
}
table.delivery tbody th {
	background-color: #F0F6FF;
	text-align: left;
	vertical-align: top;
	padding: 4px 0px 0px 5px;
	width: 150px;
}
table.delivery tbody td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

/****************************************************************************************/
/*clearfix container*/
.clearfix {
	display: inline-block;
}  
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div.container {
	margin: 0 auto;
	width: 880px;
}