/* @override 
	http://localhost:3000/stylesheets/application.css
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #006600;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0px 2px 0px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}
p {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}
a {
	color: #006600;
}
th, td {
	font-size: 12px;
}
input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea, select, option, optgroup {
	margin: 0px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}
.nobul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.error {
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	color: #CC0000;
}
.error a {
	color: #CC0000;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */

#wrapper {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}
#header {
}
#header h1 {
	margin: 0px;
	width: 760px;
	height: 80px;
	background: #66CC00 url(../images/header.png) no-repeat center top;
	border-bottom: 1px solid #006600;
}
#header h1 span {
	display: none;
}
#header p {
	margin: -40px 20px 0px 0px;
	text-align: right;
	color: #006600;
	font-weight: bold;
	font-size: 10px;
	height: 40px;
}
#header p a {
	color: #006600;
}
#body{
	background: #FFFFFF url(../images/bkgnd.png) repeat-y left top;
}
#sidebar {
	float: left;
	width: 189px;
}
#notice {
	font-style: italic;
	color: #CC0000;
	padding: 2px 5px;
	background-color: #FFDDDD;
}
#login-status {
	color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 10px;
	line-height: 10px;
	background: url(../images/lines/grey-dotted-h.gif) repeat-x left bottom;
}
#login-status a {
	color: #999999;
}
#content {
	clear: right;
	float: right;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 15px 0px 5px 0px;
	width: 530px;
	min-height: 400px;
}
#content h2 {
	font-size: 16px;
	border-bottom: 1px solid #006600;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	color: #006600;
}
#content h2 a {
	color: #006600;
	text-decoration: none;
}
#content h3 {
	background: url(../images/lines/grey-dotted-h.gif) repeat-x left bottom;
	padding: 0px 0px 5px 0px;
	margin: 15px 0px 5px 0px;
	clear: both;
}
#content p.buttons {
	background: url(../images/lines/buttons.gif) no-repeat 2px 0px;
	text-align: right;
	margin: 10px -2px 15px -2px;
	padding: 5px 0px 0px 0px;
	clear: both;
}
#content p.buttons input, 
#content p.buttons img {
	margin: -2px 0px -4px 0px;
}
#content p.small-buttons {
	background: url(../images/lines/small-buttons.gif) no-repeat 2px 0px;
	text-align: right;
	margin: 10px -2px 0px -2px;
	padding: 5px 0px 0px 0px;
}
#content p.small-buttons input, 
#content p.small-buttons img {
	margin: -2px 0px -4px 0px;
}
#content form h4 {
	margin: 10px 0px 2px 0px;
}
#content form p {
	margin: 0px 0px 5px 0px;
}
#content form p.error {
	margin: 0px 0px 0px 0px;
}
#content form ul.radio-list {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#content form ul.radio-list li {
	display: inline;
	margin: 0px 10px 0px 0px;
}
#pager {
	border-top: 1px solid #006600;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 0px 0px;
	color: #333333;
	font-weight: bold;
	line-height: 12px;
}
#pager a {
	text-decoration: none;
}
#pager a:hover {
	text-decoration: underline;
}
#pager .status {
	float: right;
}
#footer {
	color: #AACC66;
	padding: 5px 0px 10px 0px;
}
#footer p {
	margin: 0px;
	font-size: 10px;
}
#footer a {
	color: #AACC66;
}
#footer p#copyright {
	float: left;
}
#footer p#footer-links {
	text-align: right;
}

#menu ul {
	list-style: none; 
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 12px;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 189px;
	height: 31px;
}
#menu a {
	display: block;
	height: 31px;
	width: 189px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#menu a:hover {
	background-position: 0px -31px;
}
#menu li.current a {
	background-position: 0px -31px;
}
#menu a span {
	display: none;
	height: 31px;
}
#menu-home {
	background-image: url(../images/categories/home.png);
}
#menu-screens {
	background-image: url(../images/categories/screens.png);
}
#menu-lamps {
	background-image: url(../images/categories/lamps.png);
}
#menu-projector-deals {
	background-image: url(../images/categories/projector-deals.png);
}
#menu-projector-repairs {
	background-image: url(../images/categories/projector-repairs.png);
}
#shopping-basket {
	padding-bottom: 10px;
}
#shopping-basket h3 {
	width: 189px;
	height: 20px;
	margin: 0px;
	background: #66CC00 url(../images/headers/basket.png) no-repeat left top;
	border-top: 1px solid #006600;
	border-bottom: 1px solid #006600;
}
#shopping-basket h3 span {
	display: none;
}
#shopping-basket #empty-basket {
	font-style: italic;
	text-align: center;
	margin: 10px 10px 0px 10px;
}
#shopping-basket table {
	width: 169px;
	font-size: 10px;
	line-height: 12px;
	margin: 0px 10px;
}
#shopping-basket th {
	color: #006600;
	font-size: 10px;
}
#shopping-basket td {
	font-size: 10px;
}
#shopping-basket #basket-header {
	margin-top: 8px;
}
#shopping-basket #basket-items {
	border-top: 1px solid #006600;
	border-collapse: collapse;
	margin: 3px 10px;
	background: url(../images/lines/green-solid-h.gif) repeat-x left bottom;
}
#shopping-basket #basket-items td {
	padding: 5px 0px 6px;
}
#shopping-basket #basket-items tr {
	background: url(../images/lines/green-dotted-h.gif) repeat-x left bottom;
}
#shopping-basket #basket-footer {
	border-bottom: 1px solid #006600;
}
#shopping-basket #basket-footer td {
	padding-bottom: 3px;
}
#basket-links {
	font-size: 10px;
	text-align: right;
	margin: 5px 10px 0px 10px;
}
#basket-links p {
	margin: 0px;
	font-weight: bold;
	font-size: 10px;
}
#currency-selector {
	font-size: 10px;
	color: #006600;
	margin: 20px 0px 9px 0px;
}
#currency-selector h4 {
	margin: 0px 10px 0px 10px;
}
#currency-selector form {
	margin: 0px;
	padding: 0px;
}
#currency-selector table {
	border-collapse: collapse;
	width: 169px;
	border-bottom: 1px solid #FFEFAA;
}
#currency-selector tr {
	border-bottom: 1px dotted #006600;
}
#currency-selector td {
	padding: 2px 0px;
}
#currency-selector input {
	margin: 2px 0px;
}
#search-form {
}
#search-form h3 {
	width: 189px;
	height: 20px;
	margin: 0px;
	background: #66CC00 url(../images/headers/search.png) no-repeat left top;
	border-bottom: 1px solid #006600;
}
#search-form h3 span {
	display: none;
}
#search-form form {
	margin: 0px;
	padding: 10px;
}
#search-form form p {
	margin: 0px;
}
#search-form label {
	color: #006600;
	white-space: nowrap;
}
#search-form #criteria {
	float: left;
	width: 130px;
	margin-bottom: 10px;
}
#search-form #go-button {
	margin: -1px -2px;
	float: right;
}
#search-form ul {
	clear: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#search-form li {
	padding: 0px;
	margin: 2px 0px 0px 0px;
}
#search-form li input {
	margin: 0px;
}

