body { text-align:center; } /*  background:#EEE;  */
body, td, th, input, select, textarea {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333;
}

h1, h2, h3, h4 {
	margin-bottom:6px;
	font-weight:normal;
	font-family:arial, helvetica;
	letter-spacing:-1px;
}
h1 { font-size:24px; font-weight:bold; color:#c41230; }
h2 { font-size:22px; }
h3 { font-size:20px; }
h4 { font-size:18px; }
p { margin-bottom:6px }

a {
	color:#000;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#dc0a19;
	cursor:pointer;
	text-decoration:underline;
}

#logo {
	background:url(/i/whats-new.gif) 100% 100% no-repeat;
	display:block;
	width:186px;
	height:28px;
}
#logo strong {
	display:none;
}

.whisper {
	color:#666;
	font-size:smaller;
}

table.plain {
	width:100%;
	border:1px solid #CCC;
}
table.plain td {
	padding:2px 4px;
}
table.plain th {
	padding:3px 6px;
	border-bottom:1px solid #CCC;
	background:#333;
	color:#FFF;
	font-size:10px;
	text-transform:uppercase;
}
table.plain tr.zebra {
	background:#EEE;
}

table.plain td a, table.plain th a {
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	color:#06C;
	padding:2px;
}
table.plain td a:hover, table.plain th a:hover {
	color:#FFF;
	background:#06C;
}

table.plain td table td a {
	text-transform:none;
}
table.plain.small td {
	font-size:11px;
}


#shell {
	width:660px;
	margin:0 auto;
	text-align:left;
	background:#FFF;
}


#header h1 {
	float:left;
	margin-right:16px;
	padding:4px 0 0 6px;
}
#header h2 {
	float:left;
	font-size:18px;
	line-height:32px;
	padding-top:4px;
	color:#333;
}
.separator { padding:0 4px 0 5px; }
p { padding:5px 0; }
#header #narrow {
	float:right;
	padding:3px 18px 0 0;
}
#header #cat_toggle {
	color:#000;
	text-decoration:none;
	outline:none;
}
#header #cat_toggle:hover {
	color:#dc0a19;
	cursor:pointer;
	text-decoration:underline;
}
#products { background:#FFF; }
.product {
	position:relative;
	float:left;
	padding:3px 3px 0 3px;
}
.product .photo {
	display:block;
	height:105px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#CCC;
	
	border-top:1px solid #BBB;
	border-left:1px solid #BBB;
	border-right:1px solid #BBB;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
.product .new {
	position:absolute;
	top:15px;
	left:12px;
	background:url(../i/new.gif) top left no-repeat;
	width:30px;
	height:14px;
}
.product .details {
	padding:2px 4px;
	background:#E8E8E8;
	overflow:hidden;
	width:151px;
	border-bottom:1px solid #BBB;
	border-left:1px solid #BBB;
	border-right:1px solid #BBB;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.product .title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:-0.8px;
	overflow-x:hidden;
	white-space:nowrap;
	width:150px;
}
.product .price {
	font-weight:bold;
	float:right;
	font-size:18px;
}
.product .description {
	clear:right;
	font-size:10px;
	height:65px;
	overflow-y:auto;
}
#categories {
	padding:15px;
	background:#E8E8E8;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#categories ul {
	list-style: disc inside;
	padding-left: 1em;
	text-indent: -1em;
}
#categories ul li {
	float:left;
	margin-right:25px;
}
#categories ul ul li {
	float:none;
}
#categories ul li:before {
	content: "\00BB \0020";
}

#categories a {
	color:#000;
	text-decoration:none;
	outline:none;
}
#categories a:hover {
	color:#dc0a19;
	cursor:pointer;
	text-decoration:underline;
}
