body, html {
	background:#99c;
	color:#222;
	font-family:'DroidSerifRegular', 'Arial', 'Times', sans-serif;
	margin:0;
	padding:0;
}

::-moz-selection {background:#fcf;}
::-webkit-selection {background:#fcf;}
::selection {background:#fcf;}

h1, h2, h3, h4, h5, h6 {
	margin:0;
}

h1 {
	font-size:1.7em;
}

h2 {
	margin-bottom:10px;
}

a {
	color:#222;
}
a:hover {
	text-decoration:none;
}

img {
	display:block;
}

.rnd {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
}

.clr {
	overflow:hidden;
	width:100%;
}

.err {
	background:#e99;
	font-size:0.8em;
	margin:0 0 5px 0;
	padding:5px;
}

.success {
	background:#9e9;
	font-size:0.8em;
	margin:0 0 5px 0;
	padding:5px;
}

.errmsg {
	float:left;
	font-size:0.8em;
	left:320px;
	margin:0;
	padding:2px;
	position:relative;
	width:300px;
	visibility:hidden;
}

#wrap {
	background:transparent;
	margin:0 auto;
	width:960px;
}

#header {
	background: rgb(204,204,204);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(204,204,204,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(204,204,204,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=1 ); /* IE6-8 */

	margin:10px 0 10px 0;
	padding:5px;
}

#header h1 {
	display:inline;
	text-shadow:2px 2px 2px #666;
}

#clock {
	float:right;
	line-height:2em;
}

#main {
	background:#ddd;
	float:right;
	margin:0 0 10px 0;
	min-height:200px;
	padding:5px;
	width:730px;
}

#inner {
	background:#ccc;
}

#products {
}

.grid {
	background:#555;
	float:left;
	margin:0 0 5px 0;
	padding:0;
	position:relative;
	width:240px;
	height:240px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.grid img {
	float:left;
	width:240px;
	height:240px;
	opacity:0.5;
	position:absolute;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-transition:opacity .25s linear;
	-webkit-transition:opacity .25s linear;
	transition:opacity .25s linear;
}
.grid:hover img {opacity:1.0;}

.grid .header {
	color:#eee;
	margin-left:5px;
	margin-right:5px;
	position:absolute;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	-moz-transition:opacity .25s linear;
	-webkit-transition:opacity .25s linear;
	transition:opacity .25s linear;
}
.grid:hover .header {opacity:0.0;}

.grid .header .title {
	display:block;
	font-size:1.5em;
	margin-bottom:5px;
}
.grid .header .desc {
	display:block;
	/*text-align:justify;*/
}

.grid .footer {
	bottom:0px;
	margin:2px;
	position:absolute;
	width:236px;
}
.grid .footer .price {
	background:#555;
	color:#8d8;
	display:inline;
	float:left;
	font-size:1.0em;
	line-height:14px;
	margin-right:5px;
	padding:3px 5px 3px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.grid .footer .buy {
	background:#444;
	color:#ccc;
	cursor:pointer;
	display:inline;
	float:right;
	font-size:1.0em;
	line-height:14px;
	padding:3px 5px 3px 5px;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.grid .footer .buy:hover {
	color:#444;
	background:#ccc;
}
.grid .footer .buy:active {
	color:#ccc;
	background:#444;
}

.grid + .grid {margin-left:5px;}
.row + .row .grid {margin-bottom:5px;}

#prdftr {
	padding-top:5px;
	text-align:center;
}

#prdftr a {
	margin:0;
	padding:0 5px 0 5px;
	text-decoration:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-transition:background .1s linear;
	-webkit-transition:background .1s linear;
	transition:background .1s linear;
}
#prdftr a:hover {
	background:#222;
	color:#ddd;
}

#prdftr .cur {
	text-decoration:underline;
}

#prdftr span {
	padding:0 5px 0 5px;
}

#sidebar {
	background:#ddd;
	float:left;
	margin:0 0 10px 0;
	padding:5px 5px 0 5px;
	width:200px;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar li {
	display:block;
	margin:0 0 5px 0;
	padding:0;
}

#footer {
	clear:both;
	background:#ddd;
	margin:0;
	padding:5px;
}
#footer p {margin:0;}

/* cart */

#cart .row {
	padding:5px;
	height:60px;
}

#cart .odd {
	background:#ddd;
}

#cart .even {
	background:#ccc;
}

#cart .price {
	float:left;
}

#cart .qty {
	background:#aaa;
	float:right;
	font-size:1.5em;
	text-align:center;
	width:40px;
}

#cart .del {
	float:right;
	margin-top:8px;
	margin-left:10px;
}

#cart .continue+.continue {
	margin-left:5px;
}

#cart .title {
	float:left;
	display:block;
	width:200px;
}

#cart .total {
	float:right;
	font-size:1.2em;
}

#cart img {
	display:inline;
	float:left;
	margin-right:10px;
	vertical-align:text-top;
}

#cart span {}

.cart_img {
	width:60px;
	height:60px;
}

.continue {
	background:#444;
	color:#ccc;
	cursor:pointer;
	display:inline;
	float:left;
	font-size:1.0em;
	line-height:14px;
	padding:3px 5px 3px 5px;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.continue:hover {
	color:#444;
	background:#ccc;
}
.continue:active {
	color:#ccc;
	background:#444;
}

.checkout {
	background:#444;
	color:#ccc;
	cursor:pointer;
	display:inline;
	float:right;
	font-size:1.0em;
	line-height:14px;
	padding:3px 5px 3px 5px;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.checkout:hover {
	color:#444;
	background:#ccc;
}
.checkout:active {
	color:#ccc;
	background:#444;
}

/* global forms */

fieldset {border:none;padding:5px 0 5px 0;}

form {
	/*background:#ccc;*/
	margin:0;
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

form p {
	clear:both;
	margin:0;
	padding:0;
}

form input[type="text"] {
	border:1px solid #000;
}

form input[type="password"] {
	border:1px solid #000;
}

form input[type="submit"] {
	/*background:#9e9;*/
	border:1px solid #000;
	cursor:pointer;
	display:inline;
	float:left;
	font-family:'DroidSerifRegular', 'Arial', 'Times', sans-serif;
	font-size:0.9em;
	line-height:14px;
	margin:2px 0 0 0;
	padding:0;
	text-align:center;
	width:80px;
	height:20px;
}

form input[type="submit"]::-moz-focus-inner {border:0;}

form input[type="submit"]:active {
	padding:2px 0 0 2px;
	box-shadow:inset 1px 1px 2px #000;
}
	
form input:focus, select, textarea {
	outline:none;
}
form input[type="text"]:focus, input[type="password"]:focus {
	-moz-box-shadow:inset 0 0 1px #000;
	-webkit-box-shadow:inset 0 0 1px #000;
	box-shadow:inset 0 0 2px #000;
}

/* login form */

.login label {
	float:left;
	line-height:1.5em;
	margin-right:10px;
	text-align:right;
	width:100px;
}

.login input {
	float:left;
	margin-right:10px;
	text-align:left;
	width:180px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.login input[type="submit"] {margin-left:20px;}

/* register form */

.register label {
	float:left;
	line-height:1.5em;
	margin-right:10px;
	text-align:right;
	width:300px;
}

.register input {
	float:left;
	text-align:left;
	width:200px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#register .val {
	background:#9e9;
}

#register .ival {
	background:#e99;
}

@font-face {
font-family: 'DroidSerifRegular';
src: url('f/DroidSerif-Regular-webfont.eot');
src: url('f/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	 url('f/DroidSerif-Regular-webfont.woff') format('woff'),
	 url('f/DroidSerif-Regular-webfont.ttf') format('truetype'),
	 url('f/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
font-weight: normal;
font-style: normal;
}