

/* Global configs */

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

body {
	margin: 0;
	padding: 10px 0px;
	color: #333333;
	font-family: trebuchet ms, 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;
}

input.payment {
	height: 63px;
}










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

#wrapper {
	position: relative;
	width: 1000px;
	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 div.links {
		position: absolute;
		top: 80px;
		left: 10px;
	}
	
	#header h2 {
		font-size: 1.0em;
		font-weight: 800;
		color: #075BBE;
	}

	#header .printheader {
		display: none;
	}


#checkout {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 445px;
	height: 130px;
	background: url(../static_images/elements/checkout.png);
	color: white;
	z-index: 2;
}

	#checkout div.search {
		position: absolute;
		top: 8px;
		left: 100px;
		text-align: right;
		width: 200px;
		height: 24px;
	}

	#checkout div.summary {
		position: absolute;
		left: 220px;
		top: 40px;
		text-align: left;
		width: 145px;
		height: 60px;
	}

	#checkout div.login {
		position: absolute;
		left: 60px;
		top: 40px;
		text-align: left;
		width: 145px;
		height: 60px;
		font-weight: 800;
	}

	#checkout h4 {
		font-size: 1.2em;
		color: white;
		font-weight: 800;
	}

	#checkout a:link, #checkout a:visited {
		color: white;
		text-decoration: underline;
	}

	#checkout a:hover {
		color: black;
		text-decoration: none;
	}

	#checkout p {
		color: white;
		line-height: 1.2em;
	}

	#checkout input.searchBox {
		width: 130px;
		padding: 3px 0px 0px 0px;
	}























#navigation {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 1000px;
	height: 36px;
	padding: 0px 0px 10px 0px;
	background: url(../static_images/elements/bg_top.gif) bottom center no-repeat;
	z-index: 2;
}

/* Navigation system classes */

#navigation ul.h {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 840px;
	height: 36px;
	list-style: none;
	margin: 0px;
	padding: 0px;
    cursor: hand;
	cursor: pointer;
}

        #navigation ul.h li {
                position: relative;
                display: block;
                float: left;
                margin: 0px 2px 0px 0px;
        }

                #navigation ul.h li a:link, #navigation ul.h li a:visited {
                        display: block;
                        padding: 0px;
                        text-transform: uppercase;
                }

                        #navigation ul.h li a:link .round_left, #navigation ul.h li a:visited .round_left {
								display: block;
                                width: 10px;
                                height: 36px;
                                background: url(../static_images/elements/nav_01.png) top repeat-x;
                                float: left;
                        }

                        #navigation ul.h li a:link .round_center, #navigation ul.h li a:visited .round_center {
								display: block;
                                height: 26px;
                                padding: 10px 5px 0px 5px;
                                text-align: left;
								cursor: hand;
                                font-size: 11px;
                                background: url(../static_images/elements/nav_02.png) top repeat-x;
                                float: left;
                        }

                        #navigation ul.h li a:link .round_right, #navigation ul.h li a:visited .round_right {
								display: block;
                                width: 10px;
                                height: 36px;
                                background: url(../static_images/elements/nav_03.png) top repeat-x;
                                float: left;
                        }

                        #navigation ul.h li a:hover .round_left {
                                background: url(../static_images/elements/nav_over_01.png) top repeat-x;
                        }

                        #navigation ul.h li a:hover .round_center {
                                background: url(../static_images/elements/nav_over_02.png) top repeat-x;
                                color: white;
                        }

                        #navigation ul.h li a:hover .round_right {
                                background: url(../static_images/elements/nav_over_03.png) top repeat-x;
                        }

        #navigation ul.h ul.v {
                position: absolute;
                left: 0px;
                top: 36px;
                width: 206px;
                padding: 0px;
                font-size: 10px;
        }

        #navigation ul.v li {
                position: relative;
                float: none;
                background: url(../static_images/elements/nav_v_01.png) top;
                width: 200px;
                padding: 0px 3px;
                margin: 0px;
        }

                #navigation ul.v li a:link, #navigation ul.v li a:visited {
                        display: block;
                        padding: 5px 10px;
                        text-align: left 
                }

                #navigation ul.v li a:hover {
                        background: url(../static_images/elements/nav_v_hover.png) top;
                        color: white;
                }

                #navigation ul.v ul.v {
                        position: absolute;
                        top: 0px;
                        left: 200px;
                        background: blue;
                }


        #navigation ul.v li.bottom {
                position: relative;
                float: none;
                background: url(../static_images/elements/nav_v_02.png) top;
                width: 206px;
                height: 8px;
                padding: 0px;
                margin: 0px;
        }


        #navigation ul ul, #navigation ul ul ul, #navigation ul li:hover ul, #navigation ul li:hover ul ul {
                visibility: hidden;
        }

        #navigation ul li:hover ul, #navigation ul ul li:hover ul {
                visibility: visible;
        }



                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                


/* Main content area elements */

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

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







/* Block elements for use in content */

#content div.tabs {
	display: block;
	height: 28px;
}

#content div.tabs h1.block {
	width: 218px;
	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;
	float: left;
}

#content div.tabs h1.tab {
	width: 136px;
	height: 20px;
	background: url(../static_images/elements/block_h1_red.gif);
	font-size: 1.0em;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 0px 4px;
	padding: 8px 6px 0px 6px;
	line-height: 1em;
	float: left;
}

#content div.tabs h1.tab a:link, #content div.tabs h1.tab a:visited {
	color: white;
}


#content h1.block {
	width: 218px;
	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: 210px;
	padding: 10px;
	background: #EFEFEF;
	margin: 0px 0px 10px 0px;
}

#content div.block_half {
	width: 190px;
	margin: 0px 10px 0px 0px;
        float: left;
}

#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 */

#share {
	position: relative;
	width: 210px;
	padding: 10px 10px 10px 10px;
        background: #EFEFEF;
}

#discount {
	position: relative;
	width: 170px;
	padding: 10px 50px 10px 10px;
	height: 180px;
    background: url(../static_images/discount_panel.jpg) no-repeat;
}

#twitter {
	position: relative;
	width: 210px;
	padding: 10px 10px 10px 10px;
    background: #EFEFEF;
}

#twitter ul {
    list-style: none;
}

#twitter img {
    text-align: center;
}
 
#categories {
	display: inline;
	position: relative;
	width: 230px;
	margin: 0px 10px 0px 10px;
	float: left;
}

	#categories div.categories div.items {
		margin: 0px;
		padding: 10px 0px;
		width: 230px;
		list-style: none;
		background: #EFEFEF;
	}
        
		#categories div.categories div.item {
			position: relative;
			top: 0px;
			left: 0px;
			width: 220px;
			height: 64px;
			margin: 0px;
			display: block;
			padding: 0px 0px 6px 10px;
			list-style: none;
			display: block;
                        overflow: hidden;
		}

			#categories div.categories div.item a:link, #categories div.categories div.item a:visited {
				position: relative;
				display: block;
				width: 210px;
				height: 64px;
				background: url(../static_images/elements/category.png) no-repeat;
				cursor: hand;
			}

			#categories div.categories div.item a:hover {
				background: url(../static_images/elements/category_over.png) no-repeat;
			}

				#content div.categories a img {
					position: absolute;
					top: -10px;
					left: 110px;
					border: 0px solid white;
				}

				#content div.categories a p {
					position: absolute;
					top: 10px;
					left: 10px;
					width: 100px;
					color: white;
					text-transform: capitalize;
					font-size: 1.2em;
					font-weight: 100;
					line-height: 1.1em;
				}   

				#content div.categories a p {
					position: absolute;
					top: 10px;
					left: 10px;
					width: 100px;
					color: white;
					text-transform: capitalize;
					font-size: 1.2em;
					font-weight: 100;
					line-height: 1.1em;
				}   
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
	#categories div.categories ul {
		margin: 0px;
		padding: 10px 0px;
		width: 230px;
		list-style: none;
		background: #EFEFEF;
	}

		#categories div.categories ul li {
			position: relative;
			top: 0px;
			left: 0px;
			width: 220px;
			height: 64px;
			margin: 0px;
			display: block;
			padding: 0px 0px 6px 10px;
			list-style: none;
			display: block;
		}

			#categories div.categories ul li a:link, #categories div.categories ul li a:visited {
				position: relative;
				display: block;
				width: 210px;
				height: 64px;
				background: url(../static_images/elements/category.png) no-repeat;
				cursor: hand;
			}

			#categories div.categories ul li a:hover {
				background: url(../static_images/elements/category_over.png) no-repeat;
			}

				#content div.categories a img {
					position: absolute;
					top: 0px;
					left: 110px;
					border: 0px solid white;
				}

				#content div.categories a span {
					position: absolute;
					top: 10px;
					left: 10px;
					width: 100px;
					color: white;
					text-transform: capitalize;
					font-size: 1.2em;
					font-weight: 100;
					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;
			}

#categories div.specsearch {
	width: 170px;
	height: 224px;
	padding: 30px 30px 0px 30px;
	background: url(../static_images/elements/specsearch_bg.png) no-repeat #EFEFEF top center;
}

	#categories div.specsearch p {
		margin: 0px;
		padding: 0px;
		width: 190px;
	}


#categories div.validate {
	width: 170px;
	height: 224px;
	padding: 30px 0px 0px 0px;
}

	#categories div.validate img {
		border: 0px solid white;
	}








/* Main body content */

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

#body h1 {
	width: 418px;
	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: 408px;
	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: 30px;
		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: 75px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
}


	#body div.manuhome_preview img {
		position: relative;
		width: 75px;
		height: 53px;
		border: 0px solid white;
	}

	#body div.manuhome_preview h4.title {
		width: 75px;
		color: #BBBBBB;
		font-size: 1em;
		text-transform: uppercase;
		text-align: center;
	}







/* Home page */

#body div.designers {
	width: 430px;
	height: 220px;
	margin: 0px 0px 10px 0px;
	background: url(../static_images/elements/home_maun_bg.png);
}










#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: inline;
	position: relative;
	width: 230px;
	margin: 0px 10px 0px 10px;
	float: right;
}

	#actions div.block_manu {
		width: 230px;
		height: 95px;
		margin: 0px 0px 10px 0px;
	}

		#actions div.block_manu img {
			border: 0px solid white;
			width: 230px;
			height: 95px;
		}

	#actions div.block_feature {
		width: 210px;
		height: 210px;
		margin: 0px 0px 10px 0px;
		padding: 10px;
	}

	#actions div.block_feature h2 {
		text-transform: none;
		font-size: 1.4em;
	}

	#actions #stylist {
		background: url(../static_images/elements/specstylist_block.png) no-repeat top left;
	}



#actions div.specs_block_main {
    width: 210px;
    padding: 10px 10px 0px 10px;
    background: url(../static_images/elements/specs_block_main.png) repeat-y top left;
}

#actions div.specs_block_bottom {
    width: 230px;
    height: 10px;
    background: url(../static_images/elements/specs_block_bottom.png) no-repeat top left;
    margin: 0px 0px 10px 0px;
}

#actions div.specs_block_main div.right_spec {
    width: 200px;
    height: 30px;
    padding: 5px 5px 10px 5px;
    background: url(../static_images/elements/spec_line.png) no-repeat top left;
}

#actions div.specs_block_main div.right_spec img {
    border: 0px solid white;
    float: left;
}

#actions div.specs_block_main div.right_spec h2 {
    font-size: 10px;
    line-height: 14px;
    display: inline;
}

#actions div.specs_block_main div.right_spec p {
    font-size: 10px;
    display: inline;
}


/* Price Match */

	#actions div.price_block_feature {
		width: 230px;
		height: 120px;
		margin: 0px 0px 20px 0px;
	}


/* Try at Home */

	#actions div.tryathome_block_feature {
		width: 210px;
		height: 140px;
		background: url(../static_images/elements/tryathome_block.png) no-repeat top left;
		margin: 0px 0px 10px 0px;
		padding: 10px;
	}

	#actions div.tryathome_block_feature h2 {
		text-transform: none;
		font-size: 1.4em;
	}


/* Competition */


	#actions div.comp_block_feature {
		width: 210px;
		height: 140px;
		background: url(../static_images/elements/competition_block.png) no-repeat top left;
		color: white;
		margin: 0px 0px 10px 0px;
		padding: 10px;
	}

	#actions div.comp_block_feature h2 {
		text-transform: none;
		color: white;
		font-size: 1.4em;
	}

	#actions div.comp_block_feature a, #actions div.comp_block_feature a:link, #actions div.comp_block_feature a:visited {
		color: white;
	}



/* Bank Holiday */


	#actions div.bankholiday_block_feature {
		width: 210px;
		height: 140px;
		background: url(../static_images/elements/bankholiday_block.png) no-repeat top left;
		color: black;
		margin: 0px 0px 10px 0px;
		padding: 10px;
	}

	#actions div.bankholiday_block_feature h2 {
		text-transform: none;
		color: black;
		font-size: 1.4em;
	}

	#actions div.bankholiday_block_feature a, #actions div.bankholiday_block_feature a:link, #actions div.bankholiday_block_feature a:visited {
		color: black;
	}




/* Testimonials */


	#actions div.testimonials_block {
		width: 180px;
		height: 170px;
		background: url(../static_images/elements/testimonials_block.png) no-repeat top left;
		margin: 0px 0px 10px 0px;
		padding: 25px 25px 45px 25px;
	}
	
	#actions div.testimonials_block h1 {
		display: none;
	}
	
	#actions div.testimonials_block h2 {
		text-transform: none;
		margin-bottom: 40px;
		font-size: 1.4em;
	}
	
	#actions div.testimonials_block p {
		font-style: italic;
	}


/* Links */

#links {
	width: 910px;
	height: 205px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}


	#links div.link_1 {
		width: 140px;
		height: 200px;
		padding: 0px 15px 15px 25px;
		float: left;
	}

	#links div.link_2 {
		width: 140px;
		height: 200px;
		padding: 0px 15px 15px 25px;
		float: left;
	}

	#links div.link_3 {
		width: 140px;
		height: 200px;
		padding: 0px 15px 15px 25px;
		float: left;
	}

	#links div.link_4 {
		width: 140px;
		height: 200px;
		padding: 0px 15px 15px 25px;
		float: left;
	}

	#links div.link_5 {
		width: 140px;
		height: 200px;
		padding: 0px 15px 15px 25px;
		float: left;
	}



/* 3 steps */

#steps {
	width: 910px;
	height: 235px;
	padding: 45px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	background: url(../static_images/elements/bg_3steps.gif) no-repeat;
}

	#steps div.step_1 {
		width: 240px;
		height: 200px;
		padding: 0px 15px 15px 45px;
		float: left;
		background: url(../static_images/elements/step_1.png) top left no-repeat;
	}

	#steps div.step_2 {
		width: 250px;
		height: 200px;
		padding: 0px 15px 15px 45px;
		float: left;
		background: url(../static_images/elements/step_2.png) top left no-repeat;
	}

	#steps div.step_3 {
		width: 240px;
		height: 200px;
		padding: 0px 15px 15px 45px;
		float: left;
		background: url(../static_images/elements/step_3.png) top left no-repeat;
	}

	#steps h7 {
		display: none;
	}



/* Footer elements */

#footer {
	position: relative;
	width: 950px;
	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;
	}


div.featured {
	position: relative;
	width: 424px;
	height: 194px;
	padding: 6px 0px 0px 6px;
	margin: 0px 0px 10px 0px;
}

#designer {
	background: url(../static_images/elements/featured_designer.png) top left no-repeat;
}

#sun {
	background: url(../static_images/elements/featured_sun.png) top left no-repeat;
}

	div.featured h2 {
		width: 408px;
		height: 24px;
		padding: 6px 0px 0px 10px;
		color: #105EC0;
		background: url(../static_images/elements/featured_h1.png) top left no-repeat;
	}

div.featured div.specs {
	position: relative;
	display: block;
	width: 131px;
	height: 142px;
	margin: 6px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background: url(../static_images/elements/featured_spec.png) top left no-repeat;
	text-align: center;
	float: left;
}

	div.featured div.specs img.manu {
		position: relative;
		height: 30px;
		border: 0px solid white;
	}

	div.featured div.specs img.glasses {
		position: relative;
		width: 92px;
		height: 65px;
		border: 0px solid white;
	}

	div.featured div.specs h4.title {
		width: 131px;
		color: #BBBBBB;
		font-size: 1em;
		text-transform: uppercase;
		text-align: center;
	}
        
               
#specstylist {
    padding: 10px;
    position: relative;
    width: 408px;
    height: 550px;
    background: url(../static_images/elements/stylist_bg.jpg) top center no-repeat;
}

    #specstylist #photo {
        position: absolute;
        top: 15px;
        left: 25px;
        width: 378px;
        height: 435px;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    
    #specstylist #information div.box {
        position: absolute;
        top: 442px;
        left: 25px;
        width: 378px;
        height: 70px;
        display: none;
    }
    
        #specstylist #information div.box div.buttons {
            position: absolute;
            bottom: 0px;
            right: 0px;
        }
        
        #specstylist #information div.box div.buttons input {    
            height: 24px;
            padding: 0px;
        }
                
    #spectylist .loading {
        margin: 20px 0px;
        text-align: center;
    }
                
    
    /*
        #specstylist #photo #image_load {
            position: absolute;
            top: 81px;
            left: 12px;
            width: 240px;
            height: 142px;
            padding: 60px 60px;
            background: url(../static_images/elements/stylist_load.png) top center no-repeat;
        }
        
        #specstylist #photo #iris_info {
            position: absolute;
            top: 81px;
            left: 12px;
            width: 240px;
            height: 142px;
            padding: 60px 60px;
            background: url(../static_images/elements/stylist_load.png) top center no-repeat;
        }
        
        #specstylist #photo #eye_select {
            position: absolute;
            bottom: 5px;
            right: 5px;
        }
    */
    
                
                



