/* @override http://localhost:3000/stylesheets/screen.css?1244033677 */

/* @group basics */

body { 
	background-color: #eee; 
	color: #333; 
	padding-bottom: 2em; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #000; }
a:hover { color: #fff; background-color:#000; }

a.external {
	background: url(../images/external.gif) no-repeat 100% 0;
	padding-right: 13px;
}

a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}

a.img:hover {
	background-color: transparent;
}

img {
  border: none;
}

.clear {
  clear: both;
}

.clear_tag {
  clear: both;
  height: 0;
}
/* @end */


/* @group table */

table {
	border-collapse: collapse;
	margin-bottom: 5em;
}

thead tr th, tbody tr td {
/*	border: 1px solid #e5e5e5;*/
	padding: 0.5em 1em 0.5em 0.4em;
	background-color: transparent;
}

/* @group thead */

thead tr {
	border-bottom: 1px solid;
	border-color: #bbb;
}

thead tr th {
	background-color: #e5e5e5;
	padding: 0.5em;
	text-align: left;
}

/* @end */

/* @group tbody */

tbody td {
	border-bottom: 1px solid #ddd;
}

tbody tr.odd {
}

tbody tr.even td {
	background-color: #f4f4f4;	
}

tbody tr.toRemove {
	text-decoration: line-through;
}

tbody tr td.number {
	text-align: right;
}

tbody tr:hover td {
	background-color: #d9eff3;
}

/* @end */

/* @group td.button */

td.button {
	border: none;
}

tr.even td.button {
	background-color: transparent;
}

td.button a {
	color: #fff;
}

tr:hover td.button {
	border: inherit;
	background-color: transparent;
}

tr:hover td.button a {
	color: #262626;
}

tr:hover td.button a.delete {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

tr:hover td.button a:hover {
	color: #fff;
}

/* @end */



/* @end */

/* @group auto complete */

div.auto_complete {
	z-index: 100;
	background-color: #fff;
}

div.auto_complete ul, div.auto_complete ul li {
	width: 30em;
	background-color: #fff;
}

/* @end */

/* @group layout */

#header {
  height: 42px;
  position: relative;
}

#container {
	position: relative;
	width: 90%;
	margin: 1em auto;
	min-width: 800px;
}

#content {
	background: url("../images/background.jpg") no-repeat right top;
	padding: 1em 2em 2em 17em;
	min-height: 40em;
}

#footer {
  clear: both;
  height: 43px;
  line-height: 43px;
/*  background: url("../images/bottom-text.png") no-repeat center top;*/
}

/* @end */

/* @group colours */

/* loaded from colours.css*/

/* @end */

/* @group errors */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* @end */

/* @group flash msgs */

.flash {
  padding: 1em;
  -webkit-border-radius: 7px;
  -moz-border-radius:    7px;
  border-radius:         7px;
}

#flash_error {
	color: #c00;
}

#flash_notice {
	color: #363;
}

/* @end */

/* @group user nav */

#user_nav {
  position: absolute;
  right: 0;
  bottom: 0.5em;
}

/* @end */

/* @group toolbar */

#toolbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* @end */

#language_switchers a {
  padding: 0 0.3em;
}

/* @group header */

#header #title {
  padding-left: 1em;
  position: relative;
  top: -5px;
  font: italic small-caps 1.5em "Bradley Hand ITC TT", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 2px;
}

#basket_value {
  position: absolute;
  right: 0;
}

/* @end */

/* @group footer */

#footer p {
}

#footer ul.links {
  float: right;
}

/* @end */

/* @group links */

ul.links {
  font-size: 0.8em;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.links li {
  float: left;
  margin-left: 0.5em;
}

ul.links li:before {
  content: " | ";
}
ul.links li.first:before {
  content: "";
}

/* @end */

/* @group pod */

.pod {
  padding: 1em;
  background: url("../images/bg-grey-transparent.png");
	-webkit-border-radius: 7px;
	-moz-border-radius:    7px;
  border-radius:         7px;
}

/* @end */

/* @group Product styles */

/* @group #products */
#products {
  clear: both;
}

#products div.product {
  padding: 1em 1em 3em 1em;
	width: 26%;
	min-width: 11em;
	min-height: 22em;
	float: left;
	margin: 0 1em 1em 0;
}

#products div.product h3 {
  font-size: 1.1em;
  margin: 0 0 0.5em 0;
}

#products div.product h3 a {
  text-decoration: none;
}

#products div.product p {
  margin: 0;
}

#products div.product p.price {
  margin-top: 0.5em;
}

#products div.product dl {
  margin: 0 0 1em 0;
}

/* @end */

/* @group #product */

#product img {
  float: left;
  margin-right: 1em;
}

/* @end */

/* @group .product */

div.product {
  position: relative;
}

div.product em {
  font-style: normal;
  font-weight: bold;
}

/* @end */

/* @group product spec */
dl.spec {
  font-size: 0.8em;
  clear: both;
}
dl.spec dt {
  float: left;
  clear: left;
  margin-right: 0.5em;
}
dl.spec dd {
  margin: 0; float: left;
}
/* @end */

/* @group .basket_item .product */

.basket_item .product {
  position: relative;
}

.basket_item .product img {
  float: left;
  margin-right: 0.5em;
}

.basket_item .product a {
  text-decoration: none;
}

.basket_item .product a:hover {
  text-decoration: underline;
}

/* @end */

/* @group add_to_basket_button*/

.add_to_basket_button {
  position: absolute;
  right: 1em;
  bottom: 1em;
  border: 1px solid;
  padding: 0.3em 0.5em;
  text-decoration: none;
  -webkit-border-radius: 12px;
  -moz-border-radius:    12px;
  border-radius:         12px;
}

#product .add_to_basket_button {
  bottom: auto;
  top: 1.5em;
  right: 5em;
}

/* @end */



/* @end */

/* @group pagination */

div.pagination {
  text-align: center;
  margin: 1em 0;
  color: white;
}
div.pagination span.current {
  padding: 0 1em;
  background-color: white ;
  color: black;
}

div.pagination a {
  color: white;
  padding: 0 1em;
}

span.disabled {
  padding: 0 1em;
  color: transparent;
}

div.pagination a:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

/* @end */

/* @group menu*/

#categories_menu {
  position: absolute;
  left: 1em;  
}

#categories_menu h4 {
  
}

ul.menu {
  list-style: none;
  margin: 0;
  font-size: 0.8em;
  font-weight: normal;
  width: 16em;
}

/* @end */

/* @group dev */

.button_label {
	font-size: 1.8em;
	font-weight: lighter;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.remove {
	text-decoration: line-through;
	
}

.pending {
	text-decoration: line-through;
	color: #777;
}

/* @end */

#header, #header #title, #header a, #header a:visited { color: #fff; }
#footer a, #footer a:visited { color: #fff; }
a:hover { color: #fff; }
h3 a:link { color: #439FEB; }
h3 a:visited { color: #439FEB; }
h3 a:hover { color: #fff; }
h3 a:active { color: #439FEB; }
h1 { color: #fff; }
.product .price em { color: #214D8D; }
.product .price input { color: #214D8D; }
#categories_menu h4 { color: #214D8D; }
#categories_menu ul li a:link { color: #214D8D; }
#categories_menu ul li a:visited { color: #214D8D; }
#categories_menu ul li a:hover { color: #fff; }
#categories_menu ul li span { color: #214D8D; }
#pods .pod { color: #fff; }
a.add_to_basket_button { color: #fff; }
#footer { color: #fff; }
.blue { color: #214D8D; }
.light_blue { color: #439FEB; }
.green { color: #71B93D; }
.pink { color: #E0236D; }
.black { color: #1b1718; }
.white { color: #fff; }
.bg_blue { background-color: #214D8D; }
.bg_light_blue { background-color: #439FEB; }
.bg_green { background-color: #71B93D; }
.bg_dark_green { background-color: #499B3A; }
.bg_pink { background-color: #E0236D; }
body { background-color: #1b1718; }
a:hover { background-color: #008ce5; }
#container { background-color: #1b1718; }
#content { background-color: #008ce5; }
.add_to_basket_button { background-color: #214D8D; }
.add_to_basket_button:hover { background-color: #ff5511; }
.flash { background-color: #fff; }
.add_to_basket_button { border-color: #008ce5; }
fieldset { border: 1px solid #439FEB; }
