/* @group reset - eric myer reset v2.0 | 20110126
-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers
-----------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline: none;
}

/* @group global - reset additions/overrides
-----------------------------------------------------------------*/
body {
	background-color: #e8e9eb;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #151515;
	line-height: 1.3;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 13px;
}

h1 {
	font-family: "Droid Sans", sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 7px;
}
h1 span {
	color: #cc0000;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 7px;
}

textarea {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

hr {
	border: 0;
	border-bottom: 1px solid #eee;
	margin: 20px 0;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearing {
	clear: both;
}

.hidden {
	visibility: hidden;
}

.error {
	color: red;
}

/* Common
-----------------------------------------------------------------*/
#pagewrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

nav {
	height: 48px;
	background-color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
nav li {
	float: left;
}
nav li a {
	display: table-cell;
	vertical-align: middle;
	height: 48px;
	padding: 0 9px;
	color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #e8e9eb;
}
nav li:last-child a {
	border: 0;
}
nav li:hover a {
	background-color: #e8e9eb;
	text-decoration: none;
}

#content {
	padding: 20px 0;
}

#contentbox {
	margin-top: 20px;
	padding: 25px 30px;
	background-color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.nzlabel {
	color: #f6821d;
}

/* Multiple pages
-----------------------------------------------------------------*/
.full-label {
	width: 100% !important;
}

#page-options {
	margin-top: -25px;
	margin-bottom: 35px;
}
#page-options li:first-child {
	border-left: 1px solid #e8e9eb;
}
#page-options li {
	float: left;
	border: 1px solid #e8e9eb;
	border-top: 0;
	border-left: 0;
}
#page-options li a {
	display: block;
	padding: 10px 15px;
	color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
}
#page-options li a:hover, #page-options li a.active {
	text-decoration: none;
	background-color: #e8e9eb;
}

#sub-options {
	margin-bottom: 35px;
}
#sub-options li {
	float: left;
	border: 1px solid #e8e9eb;
}
#sub-options li a {
	display: block;
	padding: 7px 14px;
	color: #cc0000;
	font-weight: bold;
}
#sub-options li a:hover, #sub-options li a.active {
	text-decoration: none;
	background-color: #e8e9eb;
}

.admin-table td {
	padding: 4px 35px 4px 0;
}
.admin-table tr:nth-child(even) {
	background-color: #f1f1f1;
}

#admin-form, #update-form {
	margin-top: 20px;
}
#admin-form label, #update-form label {
	clear: left;
	float: left;
	line-height: 24px;
	width: 75px;
}
#admin-form input[type="text"], #admin-form input[type="file"], #admin-form select, #admin-form textarea, #update-form input[type="text"], #update-form textarea {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}
#admin-form select {
	width: auto;
}
#admin-form textarea {
	width: 350px;
	height: 67px;
}

a.tooltip, a.view-file-link {
	float: left;
	margin-top: 4px;
}
a.tooltip:hover {
	text-decoration: none;
}
a.tooltip div {
	z-index: 10;
	display: none;
	padding: 10px;
	margin: -5px 0 0 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 8px #ccc;
	-webkit-box-shadow: 5px 5px 8px #ccc;
	box-shadow: 5px 5px 8px #ccc;
}
a.tooltip:hover div {
	display: inline;
	position: absolute;
	color: #111;
	border: 1px solid #c2c2c2;
	background: #f2f2f2;
}

#remove-prod-img, #remove-logo-img {
	float: left;
	margin: 4px 0 0 20px;
}

/* Login page
-----------------------------------------------------------------*/
#loginForm label {
	clear: left;
	float: left;
	line-height: 24px;
	width: 75px;
	margin-bottom: 10px;
}
#loginForm input[type="text"], #loginForm input[type="password"] {
	float: left;
	width: 200px;
}
#loginSubmit {
	margin-left: 225px;
}

/* Manage Menu page
-----------------------------------------------------------------*/
#breadcrumb {
	margin: 20px 0;
}
#sortable.menu-sort li {
	cursor: hand;
	cursor: pointer;
}
#sortable.menu-sort li, #sortable-link.menu-sort li {
	margin: 0 0 15px 0;
	padding: 8px 12px;
	width: 450px;
	border: 1px solid #bbb;
	background-color: #eee;
}
#sortable.menu-sort li:last-child, #sortable-link.menu-sort li:last-child {
	margin-bottom: 5px;
}
#sortable.menu-sort li a, #sortable-link.menu-sort li a {
	color: #1c94c4;
}
#sortable.menu-sort li div {
	float: left;
	margin-right: 20px;
}
#sortable.menu-sort li p, #sortable-link.menu-sort li p {
	font-weight: bold;
	margin-bottom: 8px;
}
#menu-parent-id {
	display: none;
}
#add-div, #related-div {
	display: none;
}

#link-admin-form label {
	clear: left;
	float: left;
	line-height: 24px;
	width: 90px;
}

.page-ident {
	font-weight: bold;
}

/* Manage Content page
-----------------------------------------------------------------*/
.meta-label {
	width: 130px !important;
}

/* Manage News page
-----------------------------------------------------------------*/
#news-update {
	display: none;
}

/* Manage Stores page
-----------------------------------------------------------------*/

#edit-intro {
	display: none;
}

#admin-delete {
	display: none;
}

/* Manage Gallery page
-----------------------------------------------------------------*/
#add-image-page {
	display: none;
}

#rename-image-page {
	display: none;
}

#sortable.gallery-sort li {
	margin: 0 10px 10px 0;
	padding: 3px;
	float: left;
	width: 145px;
	height: 210px;
	text-align: center;
	color: #151515;
	font-weight: normal;
}
#sortable.gallery-sort li p {
	margin-bottom: 5px;
}

#contentbox iframe {
	width: 100%;
	height: 30px;
}

/* Manage Contact page
-----------------------------------------------------------------*/
#adminContactTable th {
	font-weight: bold;
	color: #cc0000;
	padding: 5px 10px 5px 0;
}
#adminContactTable td {
	padding: 5px 10px 5px 0;
}
#adminContactTable td:first-child {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #cc0000;
}
#adminContactTable input[type="text"] {
	width: 250px;
	margin: 3px 0;
}

/* Featured Products page
-----------------------------------------------------------------*/
#order-featured {
	display: none;
}

/* Sitemap page
-----------------------------------------------------------------*/
#contentbox ul.sitemap-ul {
	list-style-type: disc;
}
#contentbox ul.sitemap-ul li {
	margin: 8px 0 0 40px;
}