
	/**
	* zero everything
	*/
	* {
		margin: 0;
		padding: 0;
		}



	/**
	* global declarations
	*/
	body {
		font-size: 0.8em;
		font-family: "Times New Roman", Times, serif;
		}

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

	a:hover {
		color: #9E0B0E;
		}

	fieldset {
		border: 0;
		margin: 10px 0 0;
		}

	legend {
		font-weight: bold;
		font-size: 0.8em;
		padding: 0 0 0 15px;
		}



	/**
	* forms
	*/
	button {
		border: 0;
		padding: 0;
		font-size: 1px;
		text-indent: -9999em;
		}



	/**
	* headings
	*/
	h2 {
		text-indent: -9999em;
		font-size: 1px;
		margin: 10px 0 0 15px;
		background-repeat: no-repeat !important;
		}

	h2.show {
		text-indent: 0;
		font-size: 12px;
		display: inline;
		padding: 0 10px 0 0;
		font-weight: normal;
		background: url(/img/static/bullets/down-arrow.gif) right;
		}

	h2.flo {
		float: left;
		}
		
	h3 {
		font-size: 12px;
		margin: 20px 0 0 15px;
		}



	/**
	* main container
	*/
	#container {
		width: 754px;
		margin: 17px auto 20px;
		}



	/**
	* columns
	*/
	#c-left {
		width: 179px;
		float: left;
		}

	#c-right {
		float: left;
		width: 575px;
		color: #635549;
		}

	#c-right p {
		margin: 0 15px;
		}



	/**
	* header
	*/
	#header {
		height: 267px;
		position: relative;
		background: url(/img/static/layout/header-bg.jpg);
		}



	/**
	* logo
	*/
	h1 {
		width: 225px;
		height: 60px;
		float: left;
		margin: 20px 5px;
		}

	h1 a {
		height: 60px;
		display: block;
		text-indent: -9999em;
		}



	/**
	* add to favourites
	*/
	#favs {
		width: 20px;
		height: 89px;
		position: absolute;
		right: -17px;
		top: 122px;
		background: url(/img/static/layout/add-to-favs.gif);
		}

	#favs a {
		height: 89px;
		font-size: 1px;
		text-indent: -9999em;
		display: block;
		}



	/**
	* search
	*/
	#search {
		background: url(/img/static/layout/search-bg.jpg);
		}

	#search-top {
		padding: 10px 0 0;
		background: url(/img/static/layout/search-top.jpg) top no-repeat;
		}

	#search-bottom {
		padding: 0 0 15px;
		background: url(/img/static/layout/search-bottom.jpg) bottom no-repeat;
		}

	#search h2 {
		height: 9px;
		margin: 0 0 5px 20px;
		padding: 20px 0 0;
		background: url(/img/static/headings/search.gif) bottom left;
		}



	/**
	* search form
	*/
	#search form {
		margin: 0 20px;
		}

	#search label {
		display: none;
		}

	#search input, #search select {
		border: 0;
		color: #7F7369;
		margin: 5px 0;
		height: auto !important;
		width: 133px;
		line-height: normal;
		padding: 0 0 0 5px;
		background-color: #F1EDE9;
		}

	#search select {
		width: 138px;
		padding: 0;
		}

	#search button {
		float: right;
		width: 35px;
		height: 9px;
		margin: 0 3px;
		display: inline;
		background: url(/img/static/buttons/find.gif);
		}



	/**
	* cart
	*/
	#cart {
		color: #fff;
		background: url(/img/static/layout/cart-bg.gif);
		}

	#cart-top {
		padding: 10px 0 0;
		background: url(/img/static/layout/cart-top.gif) top no-repeat;
		}

	#cart-bottom {
		padding: 0 0 10px;
		background: url(/img/static/layout/cart-bottom.gif) bottom no-repeat;
		}

	#cart p, #cart ul {
		padding: 0 0 0 21px;
		}

	#cart a {
		color: #fff;
		}

	#cart p#checkout {
		padding-top: 3px;
		background: url(/img/static/layout/basket.gif) 6.5em 0.3em no-repeat;
		}

	#cart span, #cart a:hover {
		color: #FFF200;
		}
		
		
		
	/**
	* cart list
	*/
	#cart ul {
		margin: 0 0 5px;
		list-style-type: none;
		}
		
	#cart ul li {
		display: inline;
		padding: 0 10px 0 0;
		}



	/**
	* cards
	*/
	#cards {
		height: 120px;
		text-indent: -9999em;
		background: url(/img/static/layout/cards.jpg);
		}



	/**
	* footer
	*/
	#footer {
		color: #fff;
		line-height: 63px;
		text-align: center;
		background: url(/img/static/layout/footer-bg.gif);
		}

	#footer a {
		color: #fff;
		text-decoration: none;
		}

	#systemMessage{
		padding: 5px; 
		margin:10px 19px 5px 10px;
		color:#BC3333;
	}

	/**
	* css clearing fix
	*/
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}

	.clearfix {
		display: inline-block;
		}

	/* Hide from IE Mac \*/
	.clearfix {
		display:block;
		}
	/* End hide from IE Mac */
	
	ul#flags{
		margin-top:14px;
		margin-bottom:10px;
		height:22px;
	}
	
	ul#flags li a{
		font-size:1px/1px serif;
		text-indent:-999999em;
		display:block;
		background-color:transparent;
		width:32px;
		height:22px;
	}
	
	ul#flags li{
		float:left;
		padding-right:4px;
		background-repeat:no-repeat;
	}
	
	ul#flags li#yen{
		background-image:url(../img/static/flags/yen.gif);
	}
	
	ul#flags li#euro{
		background-image:url(../img/static/flags/euro.gif);
	}
	
	ul#flags li#dollar{
		background-image:url(../img/static/flags/dollar.gif);
	}
	
	ul#flags li#pound{
		background-image:url(../img/static/flags/pound.gif);
	}
	
	
	div.pL div{
		width:70px;
		height:70px;
		background-image:url(../img/static/layout/recommends.gif);
		background-repeat:no-repeat;
		position:absolute;
		top:1px;
		left:1px;
		float:left;
		font-size:1px/1px serif;
		text-indent:-99999em;
	}
	
	div#legend{
		height: 73px;
		text-indent: -9999em;
		background: url(/img/static/layout/legend.gif);
		background-repeat:no-repeat;
	}
	
	div#onmyipod{
		height: 73px;
		background: url(/img/static/layout/ipod.gif);
		background-repeat:no-repeat;
	}
	
	div#onmyipod a{
		width:176px;
		height:73px;
		display:block;
		text-indent:-9999em;
	}
