/* generalities */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, hr {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: #fff;
	min-width: 960px;
}
#global {
	position: relative;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	min-height: 100%;
}
* html #global {
	height: 100%;
}
/* default styles */
h1 {
}
h2 {
}
h3 {
}
p {
	padding-bottom: 9px;
}
ul, ol {
	padding: 0 0 5px 25px;
}
ul ul, ol ol {
	padding: 0 0 5px 15px;
}
ul li {
	list-style: disc;
	padding: 2px 0 3px 0;
}
ol li {
	padding: 2px 0 3px 0;
}
a {
	color: #bda358;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0 none;
}
a.gold {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	padding: 4px 40px 4px 15px;
	background: url(../images/goldbar.png) no-repeat right center;
}
a.dlog {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	padding: 4px 15px 4px 40px;
	background: url(../images/dlogbar.png) no-repeat left center;
}
a.gold:hover, a.dlog:hover {
	color: #fff;
	text-decoration: none;
}
a.out:hover {
	/* outline: 2px solid #bda358; */
	position: relative;
	left: 3px;
}
button, a.b_next {
	color: #bda358;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 25px;
	background: url(../images/bullets.png) no-repeat 0 0;
	border: 0 none;
}
button:hover {
	text-decoration: underline;
	cursor: pointer;
}
/* layout */
#header {
	height: 48px;
	color: #fff;
	background-color: #000;
	border-bottom: 3px solid #fff;
}
#core {
	width: 960px;
}
#side {
	float: right;
	width: 310px;
}
#main {
	width: 640px;
}
/* navigation */
#header ul {
	padding: 20px 0 0 25px;
}
#header ul li {
	float: left;
	padding: 0 20px 0 0;
	list-style: none;
}
#header ul li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: overline;
}
#header ul li.current a {
	color: #e5ce8a;
	text-decoration: overline;
}
/* user login */
#account div#newacc {
	float: right;
	padding: 8px 3px;
}
#account ol {
	margin: 0;
	padding: 5px 5px 0 5px;
}
#account ol li {
	float: left;
	list-style: none;
	padding: 3px 0;
	margin: 0 14px 0 0;
}
#account ol li label {
	display: block;
	font-size: 12px;
	width: 70px;
	padding: 0 2px 0 2px;
}
#account ol li input {
	width: 84px;
	padding: 2px;
	border: 1px solid #000;
	margin: 0;
}
#account ol li input:focus {
	outline: none;
	border-color: #bda358;
}
#account p.login {
	clear: left;
	font-size: 12px;
	padding: 0 0;
}
#account p.login button {
	margin-left: 18px;
}
#side ul {
	clear: left;
	padding: 10px 0 40px 0px;
}
#side ul li {
	list-style: none;
	background: url(../images/bullets.png) no-repeat left top;
	padding: 2px 0 3px 25px;
}
#side ul li a {
	font-weight: bold;
	color: #ab9552;
}
/* side panel */
#side .bkg {
	display: block;
	width: 310px;
	text-indent: -9999px;
	background-image: url(../images/sidepics.png);
}
#side h1, #side h1 a {
	height: 140px;
}
#side h2 {
	height: 80px;
	background-position: 0 -415px;
}
#account {
	height: 115px;
	background: url(../images/sidepics.png) no-repeat 0 -495px;
}
#account h4 {
	padding: 6px 2px 0 2px;
	font-size: 24px;
}
#account p {
	padding: 5px 2px;
}
#side #account p a {
	font-size: 18px;
}
#account p big, #account p#cartcount {
	font-size: 24px;
}
#cartdiv {
	min-height: 120px;
}
#cartdiv.loading {
	background: url(../images/loading.gif) no-repeat center 30px;
}
#cart {
	width: 310px;
}
#cart tbody tr {
	vertical-align: bottom;
	overflow: hidden;
}
#cart tbody th {
	padding: 0 5px 6px 2px;
	width: 220px;
	text-align: left;
}
#cart tbody th big {
	font-size: 24px;
	display: block;
}
#cart tbody td {
	padding: 0 2px 6px 5px;
	font-weight: bold;
	text-align: right;
}
#cart tfoot td {
	font-size: 24px;
	font-weight: bold;
	margin: .75em 0 0 0;
	padding: 2px 5px;
	text-align: right;
	border-top: 3px solid #000;
}
#cart tfoot td span {
	display: block;
	float: left;
}
#checkout {
	text-align: right;
	margin: 6px 0 20px 0;
}
#side #checkout a {
	font-size: 22px;
	font-weight: bold;
	padding: 0 10px 0 22px;
	background: url(../images/bullets.png) no-repeat 0 5px;
}
#side #workshop a {
	height: 92px;
	background-position: 0 -140px;
}
#side #vouchers a {
	height: 92px;
	background-position: 0 -232px;
}
#side #register a {
	height: 92px;
	background-position: 0 -324px;
}
/* content styles */
#main h2.head {
	width: 640px;
	height: 390px;
	text-indent: -9999px;
}
#main a#buyspecial {
	float: right;
}
#main h3 {
	font-size: 24px;
	padding: 8px 0 4px 22px;
	background: url(../images/bullets.png) no-repeat 0 -47px;
}
#main table.thumbs {
	padding: 0;
	border-collapse: separate;
	border-spacing: 3px;
}
#main table.thumbs td {
	padding: 2px;
	text-align: center;
	vertical-align: center;
	width: 210px;
	height: 160px;
	border: 1px solid #ccc;
}
#main table.thumbs td.go:hover {
	background-color: #ccc;
}
#main table.thumbs td a {
}
#main #thnav {
	clear: left;
	padding: 5px;
	text-align: right;
}
#main #thnav a.dlog {
	float: left;
	margin-top: -4px;
}
/* forms */
button.b_next, a.b_next {
	padding: 0 25px 0 10px;
	background-position: right 0;
} 
button.b_previous {
	background-position: 0 -180px;
}
button.b_refresh {
	background-position: 0 -120px;
}
/* footer */
hr.stuck {
	height: 185px;
	clear: right;
	visibility: hidden;
}
#footer {
	position: relative;
	left: 50%;
	width: 960px;
	margin: -185px 0 0 -480px;
	height: 185px;
	color: #fff;
	background-color: #000;
}
#footer h1 {
	padding: 20px 0 0 25px;
}
#footer h1 a {
	display: block;
	width: 389px;
	height: 76px;
	text-indent: -9999px;
	background-image: url(../images/footer.png);
	overflow: hidden;
}
#footer p {
	color: #e5ce8a;
	padding: 0 0 6px 25px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#follow {
	float: right;
	padding: 50px 25px 0 0; 
	width: 250px;
	text-align: right;
}
#follow h4 {
	font-size: 24px;
}
#follow p {
	margin: 10px 0 30px
}
#footer #follow p a {
	display: block;
	color: #e5ce8a;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 22px;
	float: right;
	background: url(../images/socialpics.png) no-repeat left 4px;
}
#follow p a#facebook {
	margin-left: 20px;
	background-position: left -36px;
}
#follow div#tirzen {
	padding: 22px 0 0 0;
}
#follow div#tirzen a {
	color: #fff;
}
#quick_admin {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 165px;
	width: 300px;
	border-style: dotted;
	border-color: #fff;
	border-width: 0 1px 1px 1px;
}
#quick_admin h4 {
	color: #fff;
	padding: 1px 8px;
	font-size: 14px;
}
#quick_admin h4 a {
	color: #fff;
}
#quick_admin h4 small {
	position: absolute;
	top: 4px;
	right: 5px;
}
#quick_admin p {
	color: #000;
	font-size: 12px;
	padding: 1px 5px 4px 5px;
}
#quick_admin p a {
	padding: 1px 3px;
}
#quick_admin p a:hover {
	color: #000;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
.lft {
	text-align: left;
}
.ctr {
	text-align: center;
}
.rgt {
	text-align: right;
}
.jty {
	text-align: justify;
}