/* 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: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ccc;
	background: #000 url(../images/background.png) repeat-y left top;
}
#global {
	position: relative;
	width: 960px;
	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-image: url(../images/bullet.png); */
	padding: 2px 0 3px 0;
}
ol li {
	padding: 2px 0 3px 0;
}
a:link {
	color: #ccc;
}
a:visited {
	color: #ccc;
}
a:hover {
	color: #fff;
}
a.button {
	color: #333;
}
a.bured, a.bured:hover {
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px;
	background: #300;
	border-top: 1px solid #444;
	border-right: 1px solid #191919;
	border-bottom: 1px solid #191919;
	border-left: 1px solid #444;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-image: none;
}
a.bured:hover {
	color: #ccc;
	background: #600;
}
a img {
	border: 0 none;
}
/* header styles */
#menu {
	float: left;
	width: 210px;
}
#menu h1 {
	padding: 0 15px;
}
#menu h1 a {
	display: block;
	width: 180px;
	height: 100px;
	background: url(../images/logo.png);
	text-indent: -999px;
}
#menu ul {
	padding: 0 0 0 15px;
}
#menu ul li {
	list-style: none;
	padding: 1px 0;
}
#menu ul li.section {
	margin: 20px 0 10px 0;
	padding: 2px 2px 2px 25px;
	font-size: 12px;
	color: #999;
	background: #000 url(../images/section.png) no-repeat left center;
}
#menu ul li a {
	display: block;
	width: 150px;
	height: 13px;
	padding: 6px 15px 9px 15px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #ccc;
	text-decoration: none;
}
#menu ul li a:hover {
	background: url(../images/menu.png) no-repeat 0 -72px;
}
#menu ul li.current a {
	color: #fff;
	background: url(../images/menu.png) no-repeat 0 0;
}
/* content styles */
#content {
	float: left;
	width: 550px;
	padding-bottom: 20px;
}
#content.full {
	width: 750px;
}
#content h1 {
	font-size: 1.75em;
	padding: 50px 0 30px;
}
#content p {
}
#content .ctr {
	text-align: center;
}
#content .rgt {
	text-align: right;
}
#content p.report {
	padding: 6px;
	margin: 0 10px 10px;
	color: #000;
	text-align: center;
	background-color: #393;
	border: 2px solid #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/* product list */
#product-list {
	border-collapse: collapse;
	width: 530px;
}
#product-list td {
	padding: 2px;
	border-bottom: 1px solid #333;
}
#product-list tr:hover td { 
	background-color: #191919;
}
#product-list td small {
	display: block;
	padding: 2px 5px 4px 10px;
}
#product-list td a img {
	height: 60px;
}
#product-list td a.button, #collection-cart a.button, #content.full button {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px;
	background: #333;
	border-top: 1px solid #666;
	border-right: 1px solid #191919;
	border-bottom: 1px solid #191919;
	border-left: 1px solid #666;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#product-list td a.button:hover, #collection-cart a.button:hover, #content.full button:hover {
	cursor: pointer;
	background: #494949;
}
#product-list td+td+td {
	text-align: right;
}
/* paging */
#product-page {
	padding: 10px 30px 5px 0;
}
#product-page div {
	float: left;
	padding: 2px;
}
#product-page p {
	text-align: right;
}
#product-page p a, #product-page p b {
	padding: 2px 5px;
	color: #000;
	background-color: #666;
	text-decoration: none;
	margin-left: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#product-page p a:hover {
	background-color: #7f7f7f;
}
#product-page p b {
	background-color: #999;
}
/* product item */
#product-info {
	float: right;
	width: 260px;
}
#content #product-info {
	margin-top: 50px;
	padding-right: 20px;
}
#back-to-list {
	padding-left: 150px;
}
#back-to-list a {
	display: block;
	width: 87px;
	height: 17px;
	margin: 5px;
	background-image: url(../images/back-to-list.png);
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	text-indent: -9999px;
	overflow: hidden;
}
#back-to-list a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#product-info h3 {
	padding-bottom: 10px;
}
#product-info dt {
	color: #666;
	float: left;
	width: 70px;
}
#product-info dd {
	margin: 0 0 6px 0;
}
/* product buy options */
#product-info .prodbuy {
	padding: 10px 0 10px 0;
}
#product-info .inf {
	font-size: .917em;
	font-weight: bold;
	/*
	height: 1.25em;
	overflow: hidden;
	*/
}
#product-info .prodref {
	width: 120px;
}
#product-info .prodprice {
	float: right;
	width: 130px;
	text-align: right;
}
#product-info .prodprice small {
	font-weight: normal;
	font-size: 1em;
}
#product-info .prodadd {
	clear: both;
	padding: 5px 0;
}
#product-info select.prodsize {
	color: #fff;
	background: #666;
	border-top: 1px solid #666;
	border-right: 1px solid #191919;
	border-bottom: 1px solid #191919;
	border-left: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#product-info button {
	float: right;
	margin: 0 0 0 10px;
	color: #999;
	padding: 2px 5px;
	background: #333;
	border-top: 1px solid #666;
	border-right: 1px solid #191919;
	border-bottom: 1px solid #191919;
	border-left: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#product-info button:hover {
	cursor: pointer;
	background: #494949;
}
/* product description and pictures */
#product-desc {
	padding-top: 6px;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .917em; 
}
#product-pics {
	width: 250px;
}
#content #product-pics {
	margin-top: 50px;
}
#product-pics #pic-big {
	width: 241px;
	height: 241px;
	border: 1px solid #444;
	margin: 5px 0 10px 0;
}
#product-pics img.pic-thb {
	width: 75px;
	height: 75px;
	margin-right: 6px;
	border: 1px solid #444;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#product-pics img.pic-thb:hover {
	border: 1px solid #666;
	cursor: pointer;
}
#product-pics img.current {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/* quick cart */
#collection-cart {
	min-height: 200px;
	max-height: 500px;
	overflow: auto;
}
#collection-cart h3 {
	font-size: 1em;
	border-bottom: 1px solid #999;
	margin-bottom: 6px;
}
#collection-cart div.scrollcart {
	max-height: 300px;
	overflow: auto;
}
#collection-cart table {
	border-collapse: collapse;
	width: 99%;
}
#collection-cart table tbody td {
	font-size: .917em;
	padding: 2px;
	width: 80%;
}
#collection-cart table tbody tr.odd td {
	background-color: #393939;
}
#collection-cart table tbody td.qty {
	width: 20%;
	text-align: right;
}
#collection-cart.loading {
	background: url(../images/working.gif) no-repeat center 30px;
}
#collection-cart.loading .scrollcart {
	opacity: 0.1;
	-moz-opacity: 0.1;
	filter: alpha(opacity=10);
}
#collection-cart h4 {
	font-size: 1em;
	border-top: 1px solid #999;
	margin-top: 6px;
	font-weight: normal;
	padding: 1px 2px;
}
#collection-cart p {
	padding: 15px 0 9px 0;
}
#collection-cart a.button {
}
a.cancel {
	float: right;
	font-size: .917em;
	color: #999;
}
a.cancel:hover {
	color: #fff;
}
/* ajax content */
#collection-ajax {
	position: fixed;
	top: 20px;
	left: 200px;
	width: 520px;
	padding: 10px;
	background-color: #000;
	border: 8px solid #666;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: 50;
	behavior: url(js/ie-fixed.htc);
}
#collection-load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000 url(../images/loading.gif) no-repeat center center;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 100;
	behavior: url(js/ie-fixed.htc);
}
/* ajax product navigation */
ul#ajax-links {
	padding: 0;
	height: 26px;
}
#ajax-links li {
	list-style: none;
	float: right;
	margin-right: 9px;
}
#ajax-links li#perma-link {
	float: none;
}
#ajax-links li a, #ajax-links li span {
	display: block;
	width: 20px;
	height: 17px;
	background-image: url(../images/toolbar.png);
	text-indent: -9999px;
	overflow: none;
}
#ajax-links li span {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}
#ajax-links li a {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#ajax-links li a:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#ajax-links li#lnk-close * {
	background-position: -94px 0;
}
#ajax-links li#lnk-prev * {
	background-position: -65px 0;
}
#ajax-links li#lnk-next * {
	background-position: -122px 0;
}
/* user and cart */
#user {
	float: left;
	width: 190px;
	padding: 5px;
	background: #333;
}
#content.full #user {
	float: right;
}
#user a.logout {
	float: right;
	display: block;
	padding: 0 3px;
	margin: 2px 0 2px 5px;
	color: #000;
	text-decoration: none;
	background-color: #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#user a.logout:hover {
	background-color: #c00;
}
#user h5 {
	padding: 3px 0 6px 0;
}
/* order checkout */
#order-products {
	border-collapse: collapse;
	width: 100%;
}
#order-products td {
	padding: 3px;
}
#order-products tr.odd td {
	background-color: #191919;
}
#order-products input {
	width: 30px;
	text-align: right;
	color: #fff;
	background-color: #333;
	border: 1px solid #999;
}
#order-products tfoot td {
	border-top: 2px solid #333;
}
#order-products tfoot td+td {
	text-align: right;
	font-weight: bold;
}
#order-checkout p {
	padding: 20px 150px;
}
#order-checkout p button {
	font-size: 1.25em;
	margin-right: 20px;
}
/* footer */
#footer {
	clear: left;
	position: relative;
	margin-top: -50px;
	height: 50px;
	padding-left: 205px;
}
#footer p {
	font-size: .917em;
	color: #666;
	padding: 20px 0 0;
}
