@import "admin.css";
@import "form.css";

/* --default-- */
body {
	margin: 0;
	padding: 0;

	font-size: 78%;
	font-family: Helvetica, Arial, sans-serif;
	color: #01437c;
	background: #fff url(../images/head_bg.jpg) no-repeat top;
}

h1,h2,h3,h4,h5,h6 {
	position: relative;

	font-family: Helvetica;
	font-weight: bold;
	color: #c5c70d;
	display: block;
}

h1 {
	padding-top: 7px;

	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

a {
	color: #105491;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

hr {
	margin: 2em 0 2em 0;
}

p {
	position: relative;
}
/*  */

/* --generic id's & classes-- */
div.clear {
	clear: both;
}

div#content img.imageleft {
	margin: 0 20px 20px 0;
	float: left;

	border: #0B2F85 1px solid;
}

div#content img.imageright {
	margin: 0 0 20px 20px;
	float: right;

	border: #0B2F85 1px solid;
}

.price {
	font-size: 1.1em;
	font-weight: bold;
}
/*  */

/* --structure-- */
div#surround {
	margin: 0 auto 0 auto;
	width: 780px;
}

div#header {
	margin: 0;
	padding: 0;
	height: 195px;
}

div#main {
	margin: 0;
	padding: 0;
}

div#footer {
	margin: 0;
	padding: 0;
	height: 150px;

	background: #01437C url(../images/foot_bg.jpg) no-repeat top right;
}
/*  */

/* --header-- */
div#header img {

}

div#header img.logo {
	margin: 0 0 0 297px;
	border: none;
}

div#header img.printlogo {
	display: none;
}

div#header img {
	border: none;
}

/* headersearch */
div#headersearch {
	margin: 0;
	padding: 5px 0 0 10px;
	position: absolute;
	top: 155px;

	/*border-bottom: #a39fb6 1px solid;*/
}

div#headersearch label {
	display: none;
}
/*  */

/* headernav */
ul#headernav {
	margin: 0 0 0 202px;
	padding: 0;
	position: absolute;
	top: 150px;
	height: 45px;

	list-style: none;
}

ul#headernav li {
	float: left;
}

ul#headernav li a.nav_last {
	background-image: none;
}

ul#headernav li a {
	padding: 0 33px 0 33px;
	height: 44px;
	line-height: 44px;
	display: block;

	color: #00315b;
	font-size: 0.9em;
	font-family: Helvetica;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/headnav_divide.jpg) no-repeat right;
}

ul#headernav li a:hover {
	text-decoration: underline;
}
/*  */

	/* BASKET */
	div#basket {
		display: none;
		/*margin: 0 0 0 660px;
		padding: 0;
		position: absolute;
		top: 130px;
		width: 130px;
		display: block;

		color: #d5eb2f;
		text-align: left;
		background-color: #525077;*/
	}

	div#basket a {
		color: #d5eb2f;
		text-decoration: none;
	}

	div#basket a:hover {
		color: #fff;
		background-color: transparent;
		text-decoration: underline;
	}

	div#basket ul {
		margin: 0;
		padding: 0;

		list-style: none;
		font-size: 0.9em;
	}

	div#basket li {
		padding: 0 10px 0 10px;
		line-height: 28px;
	}

	div#basket li a {
		padding: 0;
		display: block;
	}
	/*  */

	/* OPTIONS */
	div#options {
		display: none;
		/*margin: 0 0 0 378px;
		padding: 0;
		position: absolute;
		top: 130px;

		color: #d5eb2f;
		text-align: center;*/
	}

	div#options ul {
		margin: 0;
		padding: 0;
		list-style: none;

		border-top: none;
		font-size: 0.9em;
	}

	div#options li a {
		color: #d5eb2f;
		text-decoration: none;
		display: block;
		background-color: #525077;
		width: 90px;
		margin-left: 3px;
	}

	div#options li {
		border-bottom: #fff 1px solid;
		padding: 0;
		line-height: 28px;
		float: left;
	}

	div#options li a:hover {
		text-decoration: underline;
		background-color: #525077;
	}
	/*  */
/*  */

/* --main-- */
div#column {
	margin: 0;
	padding: 0;
	width: 190px;

	background-color: transparent;
}

	/* PRIMARY */
	ul.primary {
		margin: 5px 0 10px 0;
		padding: 5px;
		background-color: #e3f1fd;
	}

	ul.primary li {
		margin: 0;
		padding: 0;
		display: block;

		font-size: 1em;
		background-color: transparent;
	}

	ul.primary li.nav_title {
		margin-bottom: 5px;
		margin-top: 15px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1em;
		font-family: Helvetica, sans-serif;
	}

	ul.primary li a {
		padding: 0 0 0 5px;
		line-height: 20px;
		height: 20px;
		display: block;

		color: #5c5c5c;
		text-transform: capitalize;
		text-decoration: none;
		font-size: 0.9em;
		border-bottom:#E3F1FD 1px solid;
	}

	ul.primary li a:link {
		background-color: transparent;
	}

	ul.primary li a:hover {
		color: #59B1FD;
		border-bottom: #59B1FD 1px solid;
		text-decoration: none;
	}

	#adminnav {
		background: transparent;
		border-top: none;
	}

	#adminnav li {
		margin-left: 0;
		margin-bottom: 5px;
	}

	#adminnav li a {
		padding-left: 5px;
		line-height: 2em;
		height: 2em;

		color: Green;
		background-color: #C3FFD2;
	}

	#adminnav li a:hover {
		color: Green;
		background-color: #EEFFF2;
	}
	/*  */

div#content {
	margin: 0;
	padding: 0;
	float: right;
	width: 580px;
}

div#content p {
	font-size: 1.1em;
	line-height: 18px;
}

div#content img {
	border: 1px solid silver;
}

div#content .ctaboxpagead,
div#content .ctaboxpageadend,
div#content .ctaboxofferad,
div#content .ctaboxofferadend {
	margin: 0 5px 5px 0;
	padding: 0;
	float: left;
	width: 190px;
	height: 172px;

	background: #887D64 url(../images/cta_pagead_bg.jpg) no-repeat bottom;
}

div#content .ctaboxpagead p,
div#content .ctaboxpageadend p,
div#content .ctaboxofferad p,
div#content .ctaboxofferadend p {
	margin: 0 0 0 3px;
	padding: 0;
}

div#content .ctaboxpagead p a,
div#content .ctaboxpageadend p a,
div#content .ctaboxofferad p a,
div#content .ctaboxofferadend p a {
	font-size: 0.9em;
	font-style: italic;
	color: #bde0ff;
	text-decoration: underline;
}

div#content .ctaboxofferad,
div#content .ctaboxofferadend {
	background: #01437C url(../images/cta_offerad_bg.jpg) no-repeat bottom;
}

div#content .ctaboxpagead {

}

div#content .ctaboxpageadend {
	margin-right: 0;
}

div#content .ctaboxofferad {
	margin-right: 5px;
}

div#content .ctaboxofferadend {
	margin-right: 0;
}

div#content .ctaboxpagead h2,
div#content .ctaboxpageadend h2 {
	margin: 124px 0 0 0;
	padding: 2px;

	color: #fff;
	font-family: "Century Gothic", Helvetica;
	font-size: 1.2em;
	font-weight: bold;
	font-weight: normal;
	letter-spacing: -1px;
}

div#content .ctaboxpagead img,
div#content .ctaboxpageadend img {
	margin: 0;
	padding: 0;
	position: absolute;
	float: right;
	border: none;
}

div#content .ctaboxofferad img,
div#content .ctaboxofferadend img {
	float: right;
	border: none;
}

div#content .ctaboxofferad h2,
div#content .ctaboxofferadend h2 {
	margin: 124px 0 0 0;
	padding: 2px;

	color: #fff;
	font-family: "Century Gothic", Helvetica;
	font-size: 1.2em;
	font-weight: bold;
	font-weight: normal;
}

div#content em.oldoffpr {
	text-decoration: line-through;
}

div#content em.newoffpr {
	font-weight: bold;
	font-size: 1.1em;
	color: Red;
}

	/* BREADCRUMB */
	ul#breadcrumb {
		margin: 0 0 2em 0;
		padding: 2px 6px 2px 6px;
		position: relative;

		color: #000;
		font-size: 0.9em;
		text-transform: lowercase;
		background-color: #F5F4B2;
	}

	ul#breadcrumb li {
		display: inline;
	}

	ul#breadcrumb a {
		color: #000;
		text-decoration: underline;
	}
	/*  */

	/* PAGENAV */
	ul.pagenav {
		margin: 0;
		padding: 0;
		text-align: center;
		height: 30px;
	}

	ul.pagenav li {
		margin: 0;
		padding: 0;
		display: block;
	}

	li.pagelink {
		float: right;
		width: 20px;
	}

	li.totalpages {
		float: left;
		text-align: left;
	}

	li.previousnext {
		float: right;
		width: 150px;
	}
	/*  */

	/* SPOTLIGHT */
	div#spotlight {
		margin: 0 auto 5px auto;
		padding: 0;
		height: 160px;
		clear: both;
	}

	div#spotlight img {
		margin: 0;
		padding: 0;
		float: left;
		border: none;
	}
	/*  */

	/* CATEGORY */
		div.categoryblock {
			margin: 0 0 0 10px;
			padding: 0;

			color: #000;
			font-size: 1em;
		}

		.oldprice {
			font-size: 1em;
			text-decoration: line-through;
			color: #5F5F5F;
		}

		li.newprice {/* not used for category products ( see div#content div.product li.newprice) */
			color: #0a3085;
			font-size: 1.4em;
			font-weight: bold;
			list-style: none;
		}

		div.product div.clear,
		div.productwide div.clear {
			display: none;
		}

		div#content div.product h2.producttitle {
			margin: 0 0 5px 0;
			padding: 5px;
			position: absolute;
			width: 170px;
			z-index: 1;

			background-color: #CCD231;
			font-size: 1.4em;
			font-weight: normal;
		}

		div#content h2.producttitle a {
			color: #0a3085;
			display: block;
		}

		div#content p.details {
			padding: 5px 5px 0 5px;

			font-size: 1.1em;
		}

		div.product ul.productprices {
			position: relative;
			top: -63px;
			width: 180px;
			height: 60px;
			z-index: 3;

			background-color: #CCD231;
			color:  #0a3085;
			font-size: 1.2em;
			list-style: none;
		}

		div.product ul.productprices li {
			padding: 1px 5px 0 5px;
		}

		/* PRODUCT STYLES */
		div#content div.product {
			margin: 0 .7em 1em .7em;
			padding: 0;
			float: left;
			width: 180px;
			height: 180px;
			z-index: 0;

			color: #1F3281;
			border: none;
			background-color: #CCD231;
		}

		div#content div.productwide {
			margin: 0 0 1.7em 1em;
			padding: 0;
			width: 94%;

			color: #000;
			border: none;
			background-color: #E7F0ED;
		}

		div#content div.product img,
		div#content div.productwide img {
			margin: 0;
			padding: 0;
			z-index: 2;

			border: none;
		}

		div#content div.productwide img {
			float:right;
		}

		div#content div.product ul,
		div#content div.productwide ul {
			margin: 0;
			padding: 0;

			list-style: none;
		}

		div#content div.product li {
			margin-bottom: 0px;
		}

		div.product ul li,
		div.productwide ul li {
			display: block;
		}

		div#content div.product li.newprice {
			color: #0a3085;
			font-size: 1em;
			font-weight: normal;
			list-style: none;
		}

		div#content div.product p,
		div#content div.productwide p {
			display: none;
		}

		div#content li.detailslink {
			margin: 0.3em 0 0 0;
			padding: 0;
		}
	/*  */

	/* PRODUCT DETAILS */
	div#productdetails {
		margin: 0;
		padding: 0;
		font-size: 1.1em;
		line-height: 18px;
	}

	div#productdetails img {
		border: #CCD231 1px solid;
	}

	div#prodisimg {
		margin: 0 10px 0 0;
		padding: 0;
		width: 250px;
		float: right;
	}

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

	div#productdetails p {
		font-size: 1.1em;
		line-height: 18px;
	}

	div#productdetails fieldset {
		margin: 0;
		padding: 0;
	}

	/*  */

	/* PRODUCT OPTIONS */
	table#productoptions th {
		font-size: 0.9em;
		font-weight: normal;
	}

	table#productoptions th.toptitle {
		text-align: center;
	}

	table#productoptions tr.descriptionrow {
		background-color: #EEEEEE;
	}

	table#productoptions td.descriptiontext {
		border: 1px solid #7E7E7E;
		text-align: left;
	}

	table#productoptions tr.options th,td {
		text-align: center;
	}
	/*  */

	/* VIEW BASKET */
	table {
		margin-bottom: 15px;
	}

	table#admintable {
		border-bottom: 1px solid #000;
	}

	table#admintable th {
		font-weight: normal;
		border-bottom: 1px solid;
		line-height: 1.8em;
	}

	table#subtotal {
		text-align: right;
	}
	/*  */

	/* CHECKOUT */
		/* PROGRESS BAR */
		#progress_indicator {
			margin: 0 0 50px 0;
			padding: 0;

			font-size: 0.8em;
			text-transform: uppercase;
			text-align: center;
			color: #989796;
		}

		#progress_indicator li {
			margin: 0 2px 2px 2px;
			padding: 0 0 0 0;
			line-height: 15px;
			float: left;
			width: 115px;

			background-color: #eaeaea;
			border-bottom: 1px solid #646464;
		}

		#progress_indicator a {
			padding: 0;
			width: 115px;

			text-decoration: none;
		}

		#progress_indicator a:hover {
			background-color: transparent;
		}

		#selected  {
			color:  #373535;
		}

		#checkout_comments {
			margin: 0 auto 0 auto;
			padding: 0;

			text-align: left;
		}

		.carddates {
			 float:left;
			 width:7em;
		}

		.checkoutaddress {
			 float:left;
			 width:250px;
		}
		/*  */

		/* USER SPECIFIC OPTIONS */
		div#content ol.customeroptions li a {
			margin-bottom: 3px;
			padding: 5px;
			width: 350px;
			line-height: 1.6em;
			background-color: #F2F2F2;
			/* -moz-border-radius: 10px; */
			display: block;
		}
/*  */
/*  */

/* FOOTER */
ul.footer {
	margin: 0 0 0 40px;
	padding: 0;

	font-size: 0.8em;
	color: #fff;
	width: 250px;
	list-style-type: none;
}

ul.footer li {
	margin-right: 1.5em;
	line-height: 2em;
}

ul.footer a {
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
}

ul.footer a:hover {
	text-decoration: underline;
}

#siteinfo {
	margin-top: 10px;
}

#siteterms {
	padding-top: 10px;
	margin-top: 10px;
}

div#footer li.copyright {
	margin: 0;
	padding: 0;
	float: right;
}
/*  */