* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #000 url(/_images/body_bg.gif) top center repeat-y;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.5em;
}
#header {
	height: 150px;
	background: #000 url(/_images/header_bg.gif) top left repeat-x;
	font-size: 2em;
}
#header img {
	margin-top: 22px;
	margin-left: 21px;
}
#main {
	margin: 0 auto;
	width: 930px;
	text-align: left;
	position: relative;
	min-height: 100%;
	color: #3b3b3b;
}
a img, img {
	border: 0;
}
h1 {
	color: #fff;
	font-weight: bold;
	font-size: 1.35em;
	font-variant: small-caps;
	margin-bottom: 0.5em;
	padding: 5px 0 5px 10px;
	background-color: #000;
}
h2 {
	color: #339900;
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 0.3em;
}
p {
	margin-bottom: 0.7em;
}
a, a:link, a:visited {
	color: #0066ff;
}
a:focus, a:hover, a:active {
	color: #ff0000;
}
ul, ol {
	margin-left: 2em;
	margin-bottom: 1em;
}
address {
	font-style: normal;
}
#viewcart {	
	position: relative;
	text-align: right;
	top:-40px;
	margin-bottom: -10px;
	font-size: 0.75em;
	padding: 3px 5px 3px 20px;
}
#viewcart a {
	padding-left: 18px;
	background: transparent url(/_images/icons/cart.gif) left center no-repeat;
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
}
#inner {
	padding: 0 0 4em 0;
}
#menu {
	width: 183px;
	float: left;
	line-height: normal;
	background-color: #000;
}
#menu ul {
	list-style: none;
	margin: 0 8px;
}
#menu li a, #menu li a:link, #menu li a:visited {
	display: block;
	padding: 0.5em 0.5em 0.3em 1.1em;
	color: #fff;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:focus, #menu li a:hover, #menu li a:active {
	text-decoration: underline;
}
#menu li ul {
	margin: 0 0 0 8px;
}
#menu li li a, #menu li li a:link, #menu li li a:visited {
	font-weight: normal;
	padding: 0 0.5em 0.25em 1.1em;
}
#menu ul#productmenu {
	border: 2px solid #d2232a;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
#content {
	padding: 0 5px 15px 193px;
	margin: auto 5px auto 0px;
}
#featured {
	padding: 10px 10px 15px 9px;
	min-height: 122px;
	margin-top: 20px;
}
#featured h2 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.4em;
}
#featured h3 {
	color: #3399cc;
	margin-top: 3px;
	font-size: 1.1em;
}
#featured h3 a {
	text-decoration: none;
	color: #000;
	font-variant: small-caps;
	text-align: center;
}
#featured div {
	/*border-right: 1px dotted #ccc;*/
	float: left;
	padding: 5px 8px;
}
#featured div div {
	border: 0;
	float: none;
	padding: 0;
	height: 200px;
	width: 200px;
}
#featured img {
	padding: 5px;
	background-color: #fff;
}
#featured div.last {
	border-right: none;
}
#featured p, #featured h2 {
	width: 200px;
}
#footer {
	margin: 0 2px 0 193px;
	width: 733px;
	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;
	color: #111;
}
/* note */
.note {
	font-size: 0.75em;
	margin: 1em;
	color: #666;
}

/* -------------- Forms --------------- */
.formline {
	float: left;
	width: 610px;
	margin: 0;
	padding: 1px 1px 15px 1px;
	min-height: 1.2em;
	text-align: center;
}
.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;
}

/* --------------- Messages ---------------- */
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/icons/accept.png);
}
p.error {
	color: #ee0000;
	border: 1px solid #ee0000;
	background-image: url(/_images/icons/exclamation.png);
}

/* --------------- Tables ----------------*/
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;
}
.scoperow {
	border: 0;
	width: auto;
}
.scoperow td, .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;
}


/* ----------------Product list -------------------*/
#productlist {
	margin-bottom: 0.5em;
}
.product {
	width: 152px;
	height: 18.5em;
	padding: 7px 7px 0 7px;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}
.product h2 {
	font-size: 1.0em;
	font-weight: bold;
	font-variant: small-caps;
}
.product h2 a, .product h2 a:link, .product h2 a:visited {
	color: #000;
	text-decoration: none;
}
.product div {
	height: 150px;
}

/* --------------Product Details --------------*/
#productimages {
	width: 560px;
	float: left;
	padding: 0 5px 0 0;
}
#description {
	float: left;
	width: 152px;
	margin-right: 0;
	font-size: 0.9em;
}
#description p {
	padding-left: 0.5em;
}
.prevbutton {
	background: transparent url(/_images/icons/previous.gif) center left no-repeat;
	padding-left: 10px;
	margin-right: 1em;
}
.nextbutton {
	background: transparent url(/_images/icons/next.gif) center right no-repeat;
	padding-right: 10px;
	margin-left: 1em;
}
.returnbutton {
	text-align: center;
}
#viewlargerinstructions{
	color: #fff;
	background-color: #000;
	font-variant: small-caps;
}

/* ------------------ Admin ------------------- */
.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.editsize {
	background-image: url(/_images/icons/calculator_edit.png);
}
.actions a.addsize {
	background-image: url(/_images/icons/calculator_add.png);
}
.actions a.deletesize {
	background-image: url(/_images/icons/calculator_delete.png);
}
.actions a.editcategory {
	background-image: url(/_images/icons/table_edit.png);
}
.actions a.addcategory {
	background-image: url(/_images/icons/table_add.png);
}
.actions a.deletecategory {
	background-image: url(/_images/icons/table_delete.png);
}
.actions a.editbrand {
	background-image: url(/_images/icons/tag_blue_edit.png);
}
.actions a.addbrand {
	background-image: url(/_images/icons/tag_blue_add.png);
}
.actions a.deletebrand {
	background-image: url(/_images/icons/tag_blue_delete.png);
}
.actions a.editproduct {
	background-image: url(/_images/icons/package.png);
}
.actions a.addproduct {
	background-image: url(/_images/icons/package_add.png);
}
.actions a.deleteproduct {
	background-image: url(/_images/icons/package_delete.png);
}
.actions a.editimage {
	background-image: url(/_images/icons/picture_edit.png);
}
.actions a.deleteimage {
	background-image: url(/_images/icons/picture_delete.png);
}
.actions a.addimage {
	background-image: url(/_images/icons/picture_add.png);
}
.actions a.editevent {
	background-image: url(/_images/icons/date_edit.png);
}
.actions a.deleteevent {
	background-image: url(/_images/icons/date_delete.png);
}
.actions a.addevent {
	background-image: url(/_images/icons/date_add.png);
}
.actions a.editregion {
	background-image: url(/_images/icons/world_edit.png);
}
.actions a.deleteregion {
	background-image: url(/_images/icons/world_delete.png);
}
.actions a.addregion {
	background-image: url(/_images/icons/world_add.png);
}
.actions a.editweight {
	background-image: url(/_images/icons/coins.png);
}
.actions a.deleteweight {
	background-image: url(/_images/icons/coins_delete.png);
}
.actions a.addweight {
	background-image: url(/_images/icons/coins_add.png);
}


#productlistadmin td, #productlistadmin th {
	text-align: center;
	vertical-align: middle;
}
#productlistadmin img {
	border: 0;
	padding: 0;
	background-color: transparent;
	margin: 0;
	text-align: center;
}
#productlistadmin td.productname {
	text-align: left;
}
.unavailable {
	opacity: .7;
}
.changelink, .postagedescription {
	display: block;
	margin: 0 auto;
	font-size: 0.7em;
}
.weightvalue {
	font-weight: bold;
}
.alert {
	color: red;
	font-weight: bold;
}

/* Pagination */
.pagination {
	list-style: none;
	margin: 0;
	display: inline-block;
	width: 580px;
	float: left;
	border: 1px solid #fff;
}
.pagination li {
	display: inline;
	padding: 0 4px;
	font-size: 0.9em;
}
.subnav {
	text-align: center;
	padding: 3px 0;
	height: 1.6em;
}
.subnav a, .subnav a:link, .subnav a:visited, .subnav a:focus, .subnav a:hover, .subnav a:active {
	color: #333;
}
.prev, .next {
	width: 70px;
	display: block;
}
.prev {
	float: left;
	text-align: left;
	border: 1px solid #fff;
}
.next {
	float: right;
	text-align: right;
	border: 1px solid #fff;
}
.returnlink {
	display: inline-block;
	width: 580px;
	float: left;
	border: 1px solid #fff;
}
/*Clear Floats*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
