* {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
}

img {
	border: 0;
}

a {
	text-decoration:underline;
	font-weight:bold;
}

a:link {
	color:#009;
}

a:visited {
	color:#913A57;
}

a:hover,a:active {
	color:#f90;
}

h1,h2,h3,h4,h5 {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	line-height:1.1em;
}

h2,h3,h4,h5 {
	margin:2em 0 1em;
}

h1 {
	font-size:1.4em;
	margin-bottom:1em;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.0em;
}

/* layout */

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */

#header, #subnav, #footer {
	color: #000;
	clear: both; 
	width: 100%;
}

#contentfloatholder {/* right faux column tab */
	float: left;
}

#centerwrap {
	float:left;
	width: 100%; 
	margin: 0 -95% 0 0;
}

/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {
	margin: 0 -100% 0 0;
}
* html div#left {
	margin: 0;
}

/* clear floats */

#contentfloatholder:after,
#header:after,
ul.cols:after,
div.productwrapper:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
}

/* end layout */

div#container {
	text-align:left;
}

/* header */

#header form label {
	display:block;
	position:absolute;
	top:-100em;
}


/* breacumbs */

#breadcrumbs {
	font-size:smaller;
	margin: 0 0px 2em -0.5em;
}

#breadcrumbs a, #breadcrumbs strong {
	margin:0 0.5em;
	font-weight:normal;
}

/* navigation contents */

/* shoppingcart */

#cart {
	background: #F4F4F4;
	border:1px solid #ccc;
	border-width:0 0 1px 1px;
}

#cart h2, #cart a.checkout  {
	color:#fff;
	line-height:2.5em;
	padding-left:0.5em;
	border:0;
}

#cart h2 a {
	background: url('/img/icon_cart.png') center left no-repeat;
	color:#fff;
	display:block;
	padding-left:30px;
}

#cart ul {
	list-style: none;
}

#cart ul li {
	margin-left:1em;
	font-size:10px;
}

#cart ul.total {
	border-top:1px solid #ddd;
	margin:0.5em;
	text-align:right;
	font-size:10px;
}

#cart li.total {
	border-top:1px solid #ddd;
	font-weight:bold;
}

#cart a.checkout {
	width:100%;
	display:block;
	padding:0;
	border:0px;
}

/* prices */

del {
	color: #999;
	text-decoration: line-through;
}

ins {
	color: #c30;
	font-weight: bold;
	text-decoration: none;
}

/* tables */

table {
	margin-top:1em;
	width:100%;
}

td, th {
	border-bottom:1px solid #ccc;
	padding:4px;
	vertical-align:top;
}

tfoot td {
	border:0 none;
	text-align:right;
}


/* product listing */

ul.cols li {
	display:block;
	float:left;
	height:165px;
	padding:2em 1%;
	margin:0;
	text-align:center;
	width:30%;
}

ul.cols li a {
	display:block;
}

ul.cols li a:first-child {
	height:100px;
	line-height:100px;
}

ul.cols li a img {
	vertical-align:middle;
}

/* footer */

#footer {
	font-size:0.8em;
	text-align:center;
}

#footer ul {
	background:#eee;
	border:1px solid #ccc;
	border-width:1px 0;
	line-height:2em;
	margin-top:0;
}

#footer ul li {
	display:inline;
}

/* flash messages */

div.fmessage {
	border-bottom:1px solid #333;
	line-height:1.5;
	padding:5px 20px;
}

div.confirmation {
	background-color:#f4f8e4;
	color:#729d00;
	font-weight:bold;
}

.error {
	background:#fcc;
}

/* action buttons */

button, a.checkout  {
	background:#f90 url('/img/button_bg.jpg') 0 0 repeat-x;
	border:1px solid #333;
	padding:0 1em;
	text-align:center;
	text-decoration:none;
}

#center button,
a.checkout  {
	height:2.5em;
}

a.admin {
	border:1px solid #ccc;
	color:#333;
	line-height:2em;
	height:2em;
}

#center a.admin {
	background: #EDF2F9 url('/img/icons/add.gif') 0.2em 0.5em no-repeat;
	padding:0.5em 1em 0.5em 2em;
	margin-right:1em;
	width:10em;
}

#center a.edit.admin {
	background-image: url('/img/icons/pencil.gif');
}

/* header admin link */

a.admin.show {
	position: fixed;
	left: 45%;
	top: 0;
	padding: 0 2em;
	text-decoration: none;
	width:5%;
	display:block;
	background-color: #EDF2F9;
	z-index:1;
	border-top:0;
}


pre {
	text-align:left;
	font-size:1.4em;
}

/* total */

#total ul {
	list-style:none;
}

#total li#btotal {
	font-size:1.3em;
	font-weight:bold;
	padding-top:0.2em;
	margin-top:0.2em;
	border-top:1px solid #666;
}

#total button, #total a {
	font-size:1.4em;
	font-weight:bold;
	margin-top:0.2em;
	display:block;
}

#Image .loading {
	background: transparent url('/img/icons/ajax-loading.gif') no-repeat center center;
}

