

/* Global configs */

* {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0;
	padding: 10px 0px;
	color: #333333;
	font-family: trebuchet ms, arial, georgia, serif;
	font-size: 0.7em;
	line-height: 1.4em;
	text-align: center;
	z-index: -1;
}

	h1 {
		font-size: 1.7em;
		font-weight: 100;
		line-height: 1.6em;
	}
		h2 {
		font-size: 1.6em;
		font-weight: 100;
		line-height: 1.6em;
	}
		h3 {
		font-size: 1.5em;
		font-weight: 100;
		line-height: 1.6em;
	}
	
p {
	font-size: 1em;
	font-weight: 100;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 1.0em;
	font-weight: 800;
	color: #3390BB;
	text-transform: uppercase;
}

h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 800;
	padding: 3px 0px;
}

h3 img {
	float: left;
	border: 0px solid white;
}

h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 1.4em;
	text-transform: none;
	color: #E35C1A;
}

h5 {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 100;
	color: #676767;
}

h6 {
	display: none;
}

hr {
	color: white;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px solid white;
	margin: 0px 0px 15px 0px;
}

a, a:link, a:visited {
	color: #075BBE;
	text-decoration: none;
}

input, textarea {
	font-family: trebuchet ms, arial, georgia, serif;
	font-size: 1.0em;
}

select {
	padding: 0px;
	font-size: 0.9em;
}

input {
	height: 14px;
}

input.button {
	height: 24px;
}










/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	width: 900px;
	z-index: 1;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	z-index: 0;
}








/* Top absolutly positioned elements */

#header {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 425px;
	height: 110px;
	background: url(../static_images/elements/header.png);
	z-index: 2;
}

	#header h1 {
		display: none;
	}
	
	#header h2 {
		position: absolute;
		top: 80px;
		left: 10px;
		font-size: 1.0em;
		font-weight: 800;
		color: #075BBE;
	}
	

#checkout {
	position: absolute;
	top: 0px;
	right: 25px;
	width: 425px;
	height: 110px;
	background: #075BBE;
	color: white;
	z-index: 2;
}

	#checkout div.search {
		position: absolute;
		top: 10px;
		right: 10px;
		text-align: right;
		width: 200px;
		height: 24px;
	}
	
	#checkout div.summary {
		position: absolute;
		bottom: 10px;
		left: 65px;
		text-align: left;
		width: 180px;
		height: 42px;
	}
	
	#checkout div.info {
		position: absolute;
		right: 10px;
		bottom: 10px;
		text-align: right;
		width: 150px;
		height: 42px;
		font-weight: 800;
	}
	
	#checkout h4 {
		font-size: 1em;
		color: white;
		font-weight: 800;
	}
	
	#checkout h4 a:link, #checkout h4 a:visited {
		color: white;
	}
	
	#checkout input.searchBox {
		width: 130px;
		padding: 3px 0px 0px 0px;
	}























#navigation {
	display: none;
}















/* Main content area elements */

#content_wrapper {
	width: 900px;
	padding: 166px 0px 0px 0px;
	z-index: 1;
}

#content {
	width: 850px;
	padding: 0px 25px 0px 25px;
	background: url(../static_images/elements/bg_center.gif) top center repeat-y;
}







/* Block elements for use in content */

#content h1.block {
	width: 178px;
	height: 20px;
	background: url(../static_images/elements/block_h1.gif);
	color: white;
	font-size: 1.0em;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0px;
	padding: 8px 6px 0px 6px;
	line-height: 1em;
}

#content h1.error {
	width: 178px;
	height: 20px;
	background: url(../static_images/elements/error_h1.gif);
	color: white;
	font-size: 1.0em;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0px;
	padding: 8px 6px 0px 6px;
	line-height: 1em;
}

#content div.block {
	width: 170px;
	padding: 10px;
	background: #EFEFEF;
	margin: 0px 0px 10px 0px;
}

#content div.block ul {
	margin: 0px 0px 0px 20px;
	list-style-image: url(../static_images/elements/bullet.gif);
}

#content div.block div.name {
	width: 60px;
	height: 22px;
	margin: 2px 10px 0px 0px;
	text-align: right;
	color: #075BBE;
	text-transform: uppercase;
	font-weight: 800;
	float: left;
}

#content div.block div.control {
	width: 100px;
	height: 24px;
	float: left;
}

#content div.block div.control input {
	width: 96px;
	padding: 2px 0px 0px 0px;
}

#content div.block div.button {
	float: right;
}

#content div.block div.button input {
	height: 24px;
	float: right;
}

#content div.block a:hover {
	color: red;
}

#content div.block table {
	width: 100%;
}

#content div.block table tr.prescription td {
	text-align: center;
}

#content div.block table input {
	width: 40px;
	padding: 2px 0px 0px 0px;
	text-align: center;
}

#content div.block table textarea {
	width: 260px;
	height: 80px;
}


















/* Left column - categories */

#categories {
	display: inline;
	position: relative;
	width: 190px;
	margin: 0px 10px 0px 10px;
	float: left;
}
	
	#categories div.categories ul {
		margin: 0px;
		padding: 10px 0px;
		width: 190px;
		list-style: none;
		background: #075BBE;
	}
	
		#categories div.categories ul li {
			width: 190px;
			height: 70px;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
			#categories div.categories ul li a:link, #categories div.categories ul li a:visited {
				position: relative;
				display: block;
				width: 190px;
				height: 70px;
				background: url(../static_images/elements/category.png);
				cursor: hand;
			}
			
			#categories div.categories ul li a:hover {
				background: url(../static_images/elements/category_over.png);
			}
			
				#content div.categories a img {
					display: none;
				}
				
				#content div.categories a h2 {
					position: absolute;
					top: 23px;
					left: 88px;
					color: white;
					font-size: 1em;
					text-transform: uppercase;
					font-weight: 800;
					line-height: 1.1em;
				}
				
	#categories div.block ul {
		margin: 0px;
		padding: 0px;
		width: 190px;
		text-transform: uppercase;
		font-weight: 800;
		list-style: none;
	}
		
		#categories div.block ul.navChildren {
			margin: 5px 0px;
		}
			
			#categories div.block ul.navSibling li a:link, #categories div.block ul.navSibling li a:visited {
				color: #888888;
			}
			
			#categories div.block ul.navChildren li a:link, #categories div.block ul.navChildren li a:visited {
				color: #075BBE;
			}
			
			#categories div.block ul.navSibling li a:hover, #categories div.block ul.navChildren li a:hover {
				color: red;
			}



/* Main body content */

#body {
	display: inline;
	position: relative;
	width: 630px;
	float: left;
}

#body h1 {
	width: 618px;
	height: 20px;
	background: url(../static_images/elements/body_h1.gif);
	color: white;
	font-size: 1.0em;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 8px 6px 0px 6px;
	line-height: 1em;
}

#body div.block {
	width: 608px;
	background: white;
	border: 1px solid #DDDDDD;
}

	#body div.block div.name {
		width: 150px;
		height: 22px;
		margin: 2px 10px 0px 0px;
		text-align: right;
		color: #075BBE;
		text-transform: uppercase;
		font-weight: 800;
		float: left;
	}
	
	#body div.block div.control {
		width: 248px;
		height: 24px;
		float: left;
	}
	
	#body div.block div.control input {
		width: 244px;
	}
	
	#body div.block div.button {
		float: right;
	}
	
	#body div.block div.product_left {
		margin-bottom: 20px;
		width: 253px;
		float: left;
	}
	
		#body div.block div.product_left table {
			border-collapse: collapse;
			border-top: 1px solid #CCCCCC;
		}
		
			#body div.block div.product_left table tr td {
				border-bottom: 1px solid #CCCCCC;
				text-transform: uppercase;
			}
	
	#body div.block div.tiny {
		padding: 5px;
		margin: 0px 5px 5px 0px;
		border: 1px solid #CCCCCC;
		cursor: pointer;
		float: left
	}
	
	#body div.block div.product_right {
		margin-bottom: 20px;
		margin-top: 10px;
		width: 140px;
		float: right;
	}
	
		#body div.block div.product_right div.thumb {
			padding: 5px;
			margin: 0px 0px 10px 0px;
			border: 1px solid #CCCCCC;
			cursor: pointer;
		}
		
		#body div.block div.product_right h1.block {
			width: 140px;
			background: url(../static_images/elements/basket_head.gif) no-repeat;
		}
	
	
	
	
	
	
	
	
	#body div.searchResult {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 10px 0px;
		border-bottom: 1px solid #EEEEEE;
	}
		
		#body div.searchResult img {
			float: left;
			padding: 0px 10px 0px 0px;
			border: 0px solid white;
		}
		
		#body div.searchResult table {
			border-collapse: collapse;
			border-top: 1px solid #CCCCCC;
			width: 190px;
			margin-bottom: 5px;
		}
		
			#body div.searchResult table tr td {
				border-bottom: 1px solid #CCCCCC;
				text-transform: uppercase;
			}
	
	
	
	
	
	
	
	
	#body div.block div.basket {
		text-transform: uppercase;
		margin: 0px 0px 10px 0px;
	}
	
	
	#body div.checkout {
	}
	
		#body div.checkout div.product {
			margin: 5px 0px 20px 0px;
			padding: 0px 0px 10px 0px;
			border-bottom: 1px solid #CCCCCC;
			font-size: 1.2em;
			font-weight: 800;
		}
			
			#body div.checkout div.product div.options {
				color: #AAAAAA;
				padding: 0px 70px 0px 30px;
				font-size: 0.8em;
				font-weight: 100;
				font-style: italic;
			}
	
	#body div.loginBox {
		border: 1px solid #CCCCCC;
		padding: 10px;
		margin: 10px 0px;
	}
	
	#body div.checkout_option {
		padding: 10px 10px 0px 10px;
		border: 1px solid #CCCCCC;
		margin: 5px 0px 0px 0px;
		font-size: 0.8em;
		display: none;
	}

	#body div.checkout_option input.data {
		width: 230px;
		padding: 3px 0px 0px 0px;
	}	
	
	
	
	
	
	
	
	
	
	
	
	#body div.block div.images {
		width: 150px;
		padding: 0px 0px 0px 10px;
		margin: 0px;
		float: right;
	}






/* Specs preview box code */

#body div.specs_preview {
	position: relative;
	width: 199px;
	margin: 0px 10px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #DDDDDD;
	float: left;
}

	#body div.specs_preview img {
		position: relative;
		width: 199px;
		height: 100px;
		border: 0px solid white;
	}
	
	#body div.specs_preview h4.cost {
		width: 90px;
		float: left;
	}
	
	#body div.specs_preview div.buttons {
		width: 100px;
		text-align: right;
		float: right;
	}
	
	#body div.specs_preview h4.title {
		width: 86px;
		height: 18px;
		padding: 2px 2px 0px 22px;
		text-align: left;
		text-transform: uppercase;
		font-size: 1.1em;
		font-weight: 800;
	}
	
	#body div.specs_preview div.class {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 56px;
		height: 18px;
		padding: 2px 22px 0px 2px;
		text-align: center;
		color: #AAAAAA;
		text-transform: uppercase;
		font-weight: 800;
	}
	
	

#body div.manu_preview {
	position: relative;
	width: 199px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
}


	#body div.manu_preview img {
		position: relative;
		width: 199px;
		height: 140px;
		border: 0px solid white;
	}
	
	#body div.manu_preview h4.title {
		width: 199px;
		color: #BBBBBB;
		font-size: 1em;
		text-transform: uppercase;
		text-align: center;
	}
	
	

#body div.manuhome_preview {
	position: relative;
	width: 92px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
}


	#body div.manuhome_preview img {
		position: relative;
		width: 92px;
		height: 65px;
		border: 0px solid white;
	}
	
	#body div.manuhome_preview h4.title {
		width: 92px;
		color: #BBBBBB;
		font-size: 1em;
		text-transform: uppercase;
		text-align: center;
	}







/* Home page */

#body div.designers {
	display: none;
}

#actions div.specsearch {
	float: left;
	width: 170px;
	height: 210px;
	padding: 30px 10px 0px 10px;
	background: url(../static_images/elements/specsearch_bg.png) no-repeat #EFEFEF;
}

	#actions div.specsearch p {

		margin: 0px;
		padding: 0px;
		width: 190px;
	}
	







#body div.special_offers {
	float: right;
	width: 190px;
	height: 210px;
	padding: 50px 10px 10px 10px;
	background: url(../static_images/elements/special_offers.png) no-repeat #FFFFFF;
}

	#body div.special_offers p {
		color: white;
		margin: 0px;
		padding: 120px 0px 0px 0px;
		width: 190px;
	}
	
	#body div.special_offers a, #body div.special_offers a:link, #body div.special_offers a:visited {
		color: white;
		font-weight: 800;
	}
	
	#body div.special_offers a:hover {
		text-decoration: underline;
	}








/* Info Popup code */

span.popup {
	position: relative;
	cursor: pointer;
}

span.poptext {
	position: absolute;
	text-transform: none;
	text-align: left;
	font-size: 1em;
	color: black;
	top: 0px;
	left: 20px;
	background: url(../static_images/elements/popup.png);
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 250px;
	display: none;
}

span.popimage {
	position: absolute;
	text-transform: none;
	font-size: 1em;
	color: black;
	top: 0px;
	left: 20px;
	background: url(../static_images/elements/popup.png);
	border: 1px solid #CCCCCC;
	width: 199px;
	height: 100px;
	display: none;
}

span.popup:hover span.poptext, span.popup:hover span.popimage {
	top: 0px;
	right: 0px;
	display: block;
	z-index: 99;
}

span.popinput {
	position: absolute;
	text-transform: none;
	font-size: 1em;
	color: black;
	top: 0px;
	left: 0px;
	background: url(../static_images/elements/popup.png);
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 150px;
	z-index: 99;
	display: none;
}

























/* Right column - actions */

#actions {
	display: none;
}







/* Footer elements */

#footer {
	position: relative;
	width: 850px;
	padding: 20px 25px 0px 25px;
	background: url(../static_images/elements/bg_bottom.gif) top center no-repeat;
}















/* Error block code */

.errorBlock {
	display: none;
}

div.error {
	font-weight: 800;
	color: red;
	text-transform: uppercase;
}

.errorBlock div.block {
	width: 406px;
	border: 2px solid red;
}

.errorBlock div.block ul {
	margin: 0px 0px 0px 20px;
	list-style-image: url(../static_images/elements/bullet_error.gif);
}





#sitemap ul {
	margin-left: 0px;
	list-style: none;
}

	#sitemap ul * ul {
		margin: 0px 0px 10px 20px;
	}
	
	#sitemap ul li {
		padding: 3px 0px 0px 0px;
	}
	
	#sitemap ul a:link, #sitemap ul a:visited {
		text-transform: uppercase;
		font-weight: 800;
	}
