* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #3b3b3b /*url(../_images/body_bg.gif) repeat-y center top*/;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.5em;
}
#main {
	margin: 0 auto;
	width: 930px;
	text-align: left;
	position: relative;
	min-height: 100%;
	color: #3b3b3b;
	background-color: #fff;
	border-left: 4px solid #666;
	border-right: 4px solid #666;
}
#header {
	height: 159px;
	background: #000 url(../_images/header_bg.jpg) top left no-repeat;
	font-size: 2em;
}
#header img {
	margin-top: 0;
	margin-left: 0;
}
h1 {
	color: #3c3c3c;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 0.5em;
	margin-left: -5px;
}
h2 {
	color: #999;
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 0.3em;
}
h3, dt {
	color: #768067;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.2em;
}
p, dd {
	margin-bottom: 0.7em;
}
a, a:link, a:visited {
	color: #3399cc;
}
a:focus, a:hover, a:active {
	color: #ff0000;
}
h2 a, h2 a:link, h2 a:visited {
	color: #3399cc;
	text-decoration: none;
}
h2 a:focus, h2 a:hover, h2 a:active {
	text-decoration: underline;
}
a img, img {
	border: 0;
}
ul, ol {
	margin-left: 2em;
	margin-bottom: 1em;
}
abbr, acronym {
	border-bottom: none;
}
#inner {
	padding: 0 0 4em 0;
}
#menu {
	width: 193px;
	float: left;
	padding-top: 12px;
	line-height: normal;
}
#menu ul {
	list-style: none;
	margin: 0 8px;
}
#menu li a, #menu li a:link, #menu li a:visited {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 0.5em;
	color: #3b3b3b;
	text-decoration: none;
}
#menu li a:focus, #menu li a:hover, #menu li a:active {
	background-color: #f7f7f7;
}
#menu li ul {
	margin: 0 0 0 8px;
}
#menu li li a, #menu li li a:link, #menu li li a:visited {
	padding: 0.3em;
	border-bottom: 1px dotted #eee;
}
.menushown {
	background: transparent url(../_images/menu_arrow_down.gif) 160px center no-repeat;
}
.menuhidden {
	background: transparent url(../_images/menu_arrow_up.gif) 160px center no-repeat;
}
.newdesigns {
	background-image: url(../_images/star.gif);
	background-position: 6.3em center;
	background-repeat: no-repeat;
}
#content {
	padding: 15px 5px 15px 10px;
	margin: auto 5px auto 193px;
}
#featured {
	padding: 10px 10px 15px 9px;
	background: #fff url(../_images/featured_bg.gif) center top repeat-x;
	min-height: 122px;
	margin-top: 20px;
}
#featured h2 {
	font-variant: small-caps;
	font-weight: bold;
	color: #ff0000;
	font-size: 1.4em;
}
#featured h3 {
	color: #3399cc;
	margin-top: 3px;
	font-size: 1.1em;
}
#featured h3 a {
	text-decoration: none;
}
#featured div {
	border-right: 1px dotted #ccc;
	display: inline;
	float: left;
	padding: 5px 8px;
}
#featured img {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
}
#featured div.last {
	border-right: none;
}
#featured p, #featured h2 {
	width: 200px;
}
#footer {
	margin: 0 1%;
	width: 98%;
	border-top: 1px dotted #ccc;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 0.7em;
	height: 3.5em;
	padding: 0.5em 0 0 0;
	line-height: normal;
}
#content img {
	padding: 7px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 5px 0;
}
.formline {
	float: left;
	width: 610px;
	margin: 0;
	padding: 1px 1px 15px 1px;
	min-height: 1.2em;
	text-align: center;
}
.leftalign {
	text-align: left;
	padding-left: 5px;
}
.formlabel, .text, textarea {
	width: 230px;
}
.forminput, div.formlabel {
	float: left;
	text-align: left;
	min-height: 1.2em;
}
.formlabel {
	padding-left: 40px;
	font-weight: bold;
}
.forminput {
	width: 300px;
	padding-left: 30px;
	padding-right: 10px;
}
.checklistitem {
	margin-bottom: 5px;
}
.featuredlist {
	list-style: none;
}
.featuredlist li {
	margin-bottom: 5px;
}
.featuredlist li label {
	padding-left: 20px;
	margin-left: -20px;
}
p.error, p.success {
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 25px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 5px center;
}
p.success {
	color: #009900;
	border: 1px solid #009900;
	background-image: url(../_images/accept.png);
}
p.error {
	color: #ee0000;
	border: 1px solid #ee0000;
	background-image: url(../_images/exclamation.png);
}
.note {
	font-size: 0.8em;
	margin-top: 1em;
}
.actions {
	list-style: none;
	text-align: left;
	margin-left: 0;
	margin-bottom: 0.5em;
}
.actions li {
	border: 0;
	margin: 0 5px 7px 0;
	display: inline;
}
.actions a, .actions a:link, .actions a:visited {
	color: #555;
	text-decoration: none;
	text-align: left;
	padding: 3px 8px 3px 20px;
	font-weight: bold;
	font-size: 0.9em;
	background-position: 2px 3px;
	background-repeat: no-repeat;
}
.actions a:focus, .actions a:hover, .actions a:active {
	color: #000;
	text-decoration: underline;
}
.actions a.editproduct {
	background-image: url(../_images/package.png);
}
.actions a.addproduct {
	background-image: url(../_images/package_add.png);
}
.actions a.deleteproduct {
	background-image: url(../_images/package_delete.png);
}
.actions a.editcategory {
	background-image: url(../_images/table_edit.png);
}
.actions a.addcategory {
	background-image: url(../_images/table_add.png);
}
.actions a.deletecategory {
	background-image: url(../_images/table_delete.png);
}
.actions a.editimage {
	background-image: url(../_images/picture_edit.png);
}
.actions a.deleteimage {
	background-image: url(../_images/picture_delete.png);
}
.actions a.addimage {
	background-image: url(../_images/picture_add.png);
}
.actions a.editcolour {
	background-image: url(../_images/color_wheel.png);
}
.actions a.deletecolour {
	background-image: url(../_images/color_wheel.png);
}
.actions a.addcolour {
	background-image: url(../_images/color_wheel.png);
}
.actions a.editregion {
	background-image: url(../_images/world_edit.png);
}
.actions a.deleteregion {
	background-image: url(../_images/world_delete.png);
}
.actions a.addregion {
	background-image: url(../_images/world_add.png);
}
table {
	border-left: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-collapse: collapse;
	width: 100%;
	margin: 5px 0;
}
td, th {
	vertical-align: top;
	padding: 7px;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
th {
	background: #e9e9e9 url(../_images/th_bg.gif) top left repeat-x;
	color: #768067;
}
table.scoperow {
	border: 0;
	width: auto;
}
table.scoperow td, table.scoperow th {
	border: 0;
	background: transparent none;
	color: #666;
	text-align: left;
}
tr.odd td {
	background-color: #fff;
}
tr.even td {
	background-color: #f6f6f6;
}
.totals td, .totals th {
	text-align: right;
	background: #f3f3f3 none;
}
.total {
	text-align: right;
}
#productlist, #productlistadmin {
	margin-bottom: 0.5em;
}
.product {
	width: 152px;
	height: 19em;
	padding: 7px 7px 0 7px;
	float: left;
	margin: 0 10px 10px 0;
}
div.unavailable {
	opacity: .7;
}
li.unavailable {
	color: #999;
}
.unavailablenote {
	font-style: oblique;
	font-weight: normal;
}
#productlistadmin .product {
	height: 20em;
}
.product h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #3399cc;
}
.product div { /* should apply a class to this so that another div can be added below for the add to cart and more links */
	height: 152px;
	width: 152px;
}
.product .actions, table .actions {
	margin-bottom: 0;
}
#content .product img {
	padding: 0;
	margin: 0;
	border: 0;
}
#content .product img.productimg {
	padding: 0;
	margin: 0 0 5px 0;
	border: 1px solid #eee;
}
#content .product .addtocart {
	margin-left: 10px;
}
#description {
	width: 540px;
	float: left;
}
#description select {
	max-width: 420px;
}
#images {
	border-left: 1px dotted #ccc;
	float: left;
	width: 152px;
	padding: 10px;
	margin-right: 0;
}
#viewcart {	
	position: relative;
	top: 64px;
	font-size: 0.35em;
	bottom: 102px;
	padding: 3px 10px 3px 20px;
	height: 19px;
	text-align: right;
}
#viewcart a {
	padding-left: 18px;
	background: transparent url(../_images/cart.gif) left center no-repeat;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
}
#backtocategory {
	background: transparent url(../_images/arrow_back.gif) left center no-repeat;
	padding-left: 12px;
}

/* Pagination */
#pagination {
	text-align: center;
}
#pagination p {
	/*display: inline;*/
}
#pagination ul {
	list-style: none;
	/*display: inline;*/
	margin-left: 0;
}
#pagination li {
	/*isplay: inline;*/
	float: left;
	/*border-right: 1px solid #ddd;*/
	padding: 1px 6px;
}
/*#pagination li.lastpagelink {
	border-right: none;
}
#pagination li#currentpage {
	padding: 2px;
}*/
/*Clear Floats*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
