* {
	margin: 0;
	padding: 0;
}
html, body {
	/* height: 100%; */
}
body {
	background: #fff url(/usr/wallallure/images/wallallure/body_bg.gif) repeat-y center top;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
}
#main {
	margin: 0 auto;
	width: 930px;
	text-align: left;
	position: relative;
	min-height: 100%;
	background-color: #fff;
}
#header {
	height: 155px;
	font-size: 2em;
}
#windowGrip {
	text-align: left;
}
.banner-nav {
	position: absolute;
	z-index: 5;
}
h1 {
	/* color: #6666cc; */
	/* color: #FF6600; */
	color: #333333;
	border-bottom: 1px dotted #eee;
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 0.5em;
	margin-left: -5px;
}
h2 {
	/* color: #5d9a01; */
	color: #333333;
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 0.3em;
	margin-top: 10px;
}
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: #003377;
}
a:focus, a:hover, a:active {
	color: #ff0000;
}
h2 a, h2 a:link, h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:focus, h2 a:hover, h2 a:active {
	color: #333333;
	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;
}
#menu ul {
	list-style: none;
	margin: 0 8px;
}
#menu li a, #menu li a:link, #menu li a:visited {
	border-bottom: 1px dotted #ccc;
	display: block;
	padding: 0.5em;
	color: #666;
	text-decoration: none;
}
#menu li a:focus, #menu li a:hover, #menu li a:active {
	background-color: #f6f6f6;
}
#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(/usr/wallallure/images/wallallure/menu_arrow_down.gif) 160px center no-repeat;
}
.menuhidden {
	background: transparent url(/usr/wallallure/images/wallallure/menu_arrow_up.gif) 160px center no-repeat;
}
.newdesigns a:link, .newdesigns a:hover, .newdesigns a:visited {
	background-image: url(/usr/wallallure/images/wallallure/star.gif);
	background-position: 6.3em center;
	background-repeat: no-repeat;
}
#content {
	padding: 15px 15px 15px 10px;
	margin: 0;
	float: left;
	width: 712px;
}
#featured {
	padding: 0 10px 5px 9px;
	background: #fff url(/usr/wallallure/images/wallallure/featured_bg.gif) center top repeat-x;
	min-height: 122px;
	margin-top: 20px;
}
#featured h2 {
	margin-top: 3px;
	font-size: 1.3em;
}
#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: 10px;
	border-top: 1px dotted #ccc;
	text-align: center;
	font-size: 0.7em;
	height: 3.5em;
	padding: 0.5em 0 0 0;
	clear: both;
}
#content img {
	padding: 7px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 5px 0;
}
.formline {
	float: left;
	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(/usr/wallallure/images/wallallure/accept.png);
}
p.error {
	color: #ee0000;
	border: 1px solid #ee0000;
	background-image: url(/usr/common/images/icons/silk/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(/usr/wallallure/images/wallallure/package.png);
}
.actions a.addproduct {
	background-image: url(/usr/wallallure/images/wallallure/package_add.png);
}
.actions a.deleteproduct {
	background-image: url(/usr/wallallure/images/wallallure/package_delete.png);
}
.actions a.editcategory {
	background-image: url(/usr/wallallure/images/wallallure/table_edit.png);
}
.actions a.addcategory {
	background-image: url(/usr/wallallure/images/wallallure/table_add.png);
}
.actions a.deletecategory {
	background-image: url(/usr/wallallure/images/wallallure/table_delete.png);
}
.actions a.editimage {
	background-image: url(/usr/wallallure/images/wallallure/picture_edit.png);
}
.actions a.deleteimage {
	background-image: url(/usr/wallallure/images/wallallure/picture_delete.png);
}
.actions a.addimage {
	background-image: url(/usr/wallallure/images/wallallure/picture_add.png);
}
.actions a.editcolour {
	background-image: url(/usr/wallallure/images/wallallure/color_wheel.png);
}
.actions a.deletecolour {
	background-image: url(/usr/wallallure/images/wallallure/color_wheel.png);
}
.actions a.addcolour {
	background-image: url(/usr/wallallure/images/wallallure/color_wheel.png);
}
.actions a.editregion {
	background-image: url(/usr/wallallure/images/wallallure/world_edit.png);
}
.actions a.deleteregion {
	background-image: url(/usr/wallallure/images/wallallure/world_delete.png);
}
.actions a.addregion {
	background-image: url(/usr/wallallure/images/wallallure/world_add.png);
}
.actions a.addpart {
	background-image: url(/usr/wallallure/images/wallallure/plugin_add.png);
}
.actions a.editpart {
	background-image: url(/usr/wallallure/images/wallallure/plugin_edit.png);
}
.actions a.deletepart {
	background-image: url(/usr/wallallure/images/wallallure/plugin_delete.png);
}
.actions a.addoption {
	background-image: url(/usr/wallallure/images/wallallure/chart_organisation_add.png);
}
.actions a.editoption {
	background-image: url(/usr/wallallure/images/wallallure/chart_organisation.png);
}
.actions a.deleteoption {
	background-image: url(/usr/wallallure/images/wallallure/chart_organisation_delete.png);
}
.actions a.addvoucher {
	background-image: url(/usr/wallallure/images/wallallure/money_add.png);
}
.actions a.deletevoucher {
	background-image: url(/usr/wallallure/images/wallallure/money_delete.png);
}
.actions a.vieworder {
	background-image: url(/usr/wallallure/images/wallallure/package.png);
}
.actions a.deleteorder {
	background-image: url(/usr/wallallure/images/wallallure/package_delete.png);
}
#progressindicator img {
	border: 0;
}
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(/usr/wallallure/images/wallallure/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 {
	/*border: 1px solid #ddd;*/
	width: 152px;
	height: 18.5em;
	padding: 7px 7px 0 7px;
	float: left;
	margin: 0 10px 10px 0;
}
* html .product {
	margin: 0 9px 10px 0;
}
.unavailable {
	opacity: .7;
}
.unavailablenote {
	font-style: oblique;
	font-weight: normal;
}
/*----------------------------------*/
#productlistadmin .product {
	height: 20em;
}
/* can remove the specificity of #table later */ 
table#productlistadmin td, table#productlistadmin th {
	text-align: center;
	vertical-align: middle;
}
table#productlistadmin img, #statstable img, #orderstable img {
	border: 0;
	padding: 0;
	background-color: transparent;
	margin: 0;
	text-align: center;
}
table#productlistadmin td.productname {
	text-align: left;
}
.changelink {
	display: block;
	margin: 0 auto;
	font-size: 0.7em;
}
/*-----*/

.product h2 {
	font-size: 1.0em;
	font-weight: bold;
}
.product div {
	height: 152px;
	width: 152px;
}
.product .actions, table .actions {
	margin-bottom: 0;
}
a.morelink {
	padding-right: 9px;
	background: transparent url(/usr/wallallure/images/wallallure/arrow_more.gif) center right no-repeat;
	color: #5d9a01;
}
a.morelink:focus, a.morelink:hover {
	text-decoration: none;
}
#content .product img {
	padding: 0;
	margin: 0 0 5px 0;
	border: 1px solid #eee;
}
#description {
	width: 535px;
	float: left;
}

* html #description {
	width: 510px;
}

#description select {
	max-width: 420px;
}
#gallery {
	border-left: 1px dotted #ccc;
	float: left;
	width: 155px;
	padding: 10px;
	margin-right: 0;
}
#viewcart {
	background: transparent url(/usr/wallallure/images/wallallure/viewcart_bg.gif) left top no-repeat;
	width: 250px;
	position: relative;
	left: 677px;
	top: 0;
	font-size: 0.35em;
	padding: 3px 0 3px 20px;
	height: 19px;
}
#viewcart a {
	padding-left: 18px;
	background: transparent url(/usr/wallallure/images/wallallure/cart.gif) left center no-repeat;
	font-family: Verdana, Tahoma, sans-serif;
}
#backtocategory {
	background: transparent url(/usr/wallallure/images/wallallure/arrow_back.gif) left center no-repeat;
	padding-left: 12px;
}
optgroup option {
	margin-left: 7px;
}
.stattext {
	font-size: 0.7em;
}
/*
#intro {
	margin-bottom: 10px;
}
#intro div {
	float: left;
	padding: 7px;
	border: 1px solid #ddd;
	margin-left: 5px;
}
#intro img {
	display: inline;
}
#intro div img {
	padding: 0;
	border: 0;
	display: block;
}
*/
/*Clear Floats*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}

.hGallery .galThumb 	{ float: left; clear: none; margin-left: 10px; margin-right: 10px; }

#signupTable .eTitle	{ width: 100px; }
#signupTable .eInput	{ width: 235px; }

/*
 * Context Menu
 */
.contextTab {
	position: absolute;
	left: 890px; top: 3px;
	padding: 0;
	font-size: 10px;
	z-index: 10;
}

.contextTab a:link, .contextTab a:visited {
	display: block;
}

.contextTab a:hover, .contextTab a:active, .contextTab:hover a {
}

.contextMenu { left: -150px; display: none; font-size: 12px; }
.contextTab:hover ul { display: block; }


.product_correlation 		{ padding: 5px 0 0 5px; font-size: 11px; clear: both; }
.product_correlation a		{ text-decoration: none; }

.coProduct					{ padding: 5px; margin: 5px; float: left; width: 96px; height: 127px; overflow: hidden; }
.coProduct img				{ border: 1px solid #E0E0E0; }
.coProduct p				{ text-align: center; font-size: 11px; }

/*
 * Repair Athena Styles
 */

#content .glyph				{ border: 0; margin: 0; padding: 0; }
#breadCrumb					{ padding: 0 0 10px 0;  font-size: 11px; }
#breadCrumb a:link, #breadCrumb a:hover, #breadCrumb a:visited { color: #666; }
h3 							{ margin: 10px 0 2px 0; }
#content .athenaWindowTitle img,
#content .stdBtnRow img 	{ border: 0; background: none; margin: 0 6px 0 0; padding: 0; }
#content .stdTableHeader	{ font-size: 12px; }

tr.subtotal th,
tr.total th,
tr.postage th 				{ background-image: none; background-color: #f0f0f0; }
#aedBody td					{ border: 0; }

#content .dateWindow th		{ background-image: none; }
#content .dateWindow td		{ padding: 0; }
#content .dateWindow a:link, #content .dateWindow a:hover { text-decoration: none; }
#content .dateWindow img	{ background: none; }

ol.tnc li { list-style: decimal; }
ol.tnc li ol li { list-style: lower-alpha; }
ol.tnc li ol li ol li { list-style: lower-roman; }

ol.tnc, ol.tnc ol 	{ margin-top: 8px; margin-bottom: 10px;  }
ol.tnc li			{ margin-bottom: 8px; }

.tnc				{ font-size: 11px; }
.faq				{ color: #5a66ff; }
.faq h2				{ color: #ff6600; }

.priceList 			{ font-size: 11px; }
.priceList thead	{ font-weight: bold; }
.hangtags			{ font-size: 11px; }

#giftTableB			{ margin: 10px; background-color: #FFF; border: 1px solid #DDD; width: 680px; }
#giftTableB td		{ border: 0; padding: 15px 15px 0 15px; }
#giftTableB tr:last-child td	{ padding-bottom: 15px; }

#giftNotes h2		{ margin-top: 0; }
#giftNotes li		{ padding-bottom: 10px; }

#friendTable		{ border: 0; }
#friendTable td		{ border: 0; }
#friendTable .i		{ width: 100%; }

#subscribeTable		{ border: 0; }
#subscribeTable td	{ border: 0; }
#subscribeTable input			{ width: 250px; }
#subscribeTable td:first-child	{ width: 150px; text-align: right; padding-right: 10px; }

.facebook 			{ font-family: "lucida grande", tahoma, verdana, arial, sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none; }

.pgp .galThumb		{ height: 226px; }
