/*
Copyright 2008 Cockroach Ltd. All rights Reserved.

Stylesheet by Daniel Groves.
http://www.daniel-groves.co.uk
daneil.groves@erixx.co.uk

*/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 175%;
	background: #fff;
	}

#wrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	}

/* Headers and Navigation */

#header {
	height: 200px;
	background: #fff;
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	}
   
#siteid {
	background: #fff url(../imgs/logo.png) center 10px no-repeat;
	height: 200px;
	width: 250px;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
	}
 
#siteid h1 {
	padding: 110px 0 0 0;
	margin: 0;
	letter-spacing: 6px;
	line-height: 150%;
	}
  
#nav {
	width: 650px;
	float: right;
	border-bottom: 2px solid #ff6600;
	margin:10px 0 0 0;
	overflow:hidden;
}
   
#leftside {
	float:left;
	width:300px;
}

#login {
	float: right;
	width: 350px;
}

#login{float:right}
#nav1 {width: 150px;float:left;}
#nav2 {width: 150px;float:right;}
   
ul#nav1, ul#nav2, ul#login {
	padding: 20px 0 0 0;
	margin: 0;
	list-style: none;
	}
   
ul#nav1 li,  ul#nav2 li, ul#login li {
	padding: 0 0 0 5px;
	}
 
li.header {
	background: #ccc;
	border-bottom: 2px solid #ff6600;
	border-top: 2px solid #ff6600;
	margin:0;
	font-size:100%;
	padding:0 0 0 5px;
	font-weight: bold;
	}
 
ul#nav1 li.bottom, 
ul#nav2 li.bottom {
	padding-bottom: 33px;
	}

#nav1 a, #nav2 a {
	color: #333;
	text-decoration: none;
	border: none;
	}

#nav1 a:hover, #nav2 a:hover {
	margin-left: 5px;
	}
 
#nav2 input.viewbasket {
	margin-bottom: 7px;
	}

#login form label {
	float: left;
	width: 75px;
	}
 
#login form input.input {
	width: 190px;
	}

/* Content Formatting */

#content {
	margin-bottom: 20px;
}

#content h2 {
	font-family: georgia, times, serif;
	font-size: 200%;
	padding-bottom: 10px;
	line-height: 150%;
	}

#content h3 {
	width: 782px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-family: Times, 'Times New Roman', serif;
	color: #333;
}	

#content p {
	padding-left: 10px;
	}
	
/* Sponcer Formatting */
	
#sponcer {
	background: #ccc;
	border-top: 2px solid #ff6600;
	border-bottom: 2px solid #ff6600;
	padding: 0 0 0 5px;
	clear: both;
	min-height: 150px;
	}

	
#sponcer a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border: none;
}

/* Footer Formatting */

#footer {
	clear: both;
	padding: 5px 0 5px 0;
	}
	

/* Other Formatting */

img {
	padding: 4px;
	border: 1px solid #ff6600;
	margin: 4px;
	float: left;
	background: #fff;
}

ul li ul li {
	list-style: square;
}	

a {
	text-decoration: none;
	}
a:link {
	color: #000;
	border-bottom: 1px dashed #666;
	}
a:hover {
	border-bottom: 1px solid #000;
	}
a:visited {
	border-bottom: 1px dashed #666;
	color: #000;
	}
a:active {
	border: none;
	}

/* form */

#content form fieldset {
	border: none;
}

#content form fieldset div.outter {
	padding-top: 20px;
}

#content form fieldset label {
	font-weight: bold;
}

#content form fieldset input, #content form fieldset textarea {
	text-align: center;
	border: 1px solid #888;
	margin: 1px;
}

#content form fieldset input.active, #content form fieldset input:hover, #content form fieldset textarea.active, #content form fieldset textarea:hover {
	border: 2px solid #000;
	margin: 0;
}

#content form fieldset label.error {
	position: absolute;
	font-weight: normal;
	font-family: 'Times New Roman', Times, serif;
	color: red;
	font-style: italic;
	right: 650px;
	margin-top: -23px;
	text-align: right;
}

#content form fieldset #buttonarea input, #login form fieldset input.login {
	background: #eee;
	margin: 5px;
	padding: 3px;
}

#login form fieldset {
	border: none;
}

#login form fieldset div, #login form fieldset input.login {
	clear: both;
	margin-top: 7px;
}

#login form fieldset label {
	float: left;
	width: 100px;
}

#login form fieldset input {
	float: right;
}
	
/* Products Page Layout Formatting */
	
dl {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	display: inline;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

dl.alt {
	background: #fff;
	border: none;
	}

dt {
	float: right;
	width: 782px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-family: Times, 'Times New Roman', serif;
	color: #333;
	}
	
.alt dt {
	float: left;
}
	
dd {
	margin: 0;
	padding: 0;
	line-height: 130%;	
	}
	
dd ul li {
	list-style: none;
	margin-left: 115px;
	}
	
.alt dd ul li {
	margin-left: 0;
}
	
dd.img img {
	float: left;
}

.alt dd.img img {
	float: right;
}

/*Detailed Product Pages */

#palmstatus {
	float: right;
	width: 200px;
	}
	
#palmdesc {
	float: left;
	width: 700px;
}

img.prodpage {
	margin: 0 40px;
}

/* Special Bullets */

li.addcart {
	list-style-image: url(../imgs/cart_add.png);
	padding-bottom: 7px;
}

li.cost {
	list-style-image: url(../imgs/coins.png);
}

li.highstock {
	list-style-image: url(../imgs/flag_green.png);
}

li.medstock {
	list-style-image: url(../imgs/flag_orange.png);
}

li.lowstock {
	list-style-image: url(../imgs/flag_red.png);
}

li.uk {
	list-style-image: url(../imgs/cancel.png);
}

li.world {
	list-style-image: url(../imgs/accept.png);
}

li.more {
	list-style-image: url(../imgs/arrow_right.png);
}

/* Accordion styles (static) */

ul.accordion {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative; /* Forces the bottom border of the h2 to display in IE */
}

ul.accordion li {
  clear: left;
}

ul.accordion h3 {
  margin: 0 0 -1px;
  cursor: pointer;
}

ul.accordion h3  span {
  font-size: xx-small;
}

ul.accordion h3 a:link, ul.accordion h3 a:visited {
  display: block;
  margin: 1px;
  text-decoration: none;
}

/* Accordion styles (dynamic) */

.accordionContent {
	overflow: hidden;
  padding: 0;
}

li.collapsed .accordionContent {
  position: absolute;
  left: -9999px;
}

/* Fixes Safari bug that prevents expanded content from displaying.
   See http://betech.virginia.edu/bugs/safari-stickyposition.html */
li.collapsed .accordionContent p {
  position: relative;
}

