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;
}


.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 {
	padding:4px 0 0 0;
}
#header h2 {
	font-size:18px;
	line-height:32px;
	padding-top:4px;
}
#header h1 a { text-decoration:none; }
#header h1 a {
	color:#c41230;
}

##header h2 a {
}
.separator { padding:0 4px 0 5px; }
p { padding:5px 0; }
#header #narrow {
	float:right;
	padding:3px 4px 0 0;
}
#header #cat_toggle {
	color:#36C;
	text-decoration:none;
}
#header #cat_toggle:hover {
	color:#FFF;
	background:#36C;
}
/*#product { position:relative; }*/
#photos {
	float:left;
	width:310px;
	margin-right:15px;
}
#photos .preview {
	/*background-color:#E8E8E8;*/
	background-position:50% 50%;
	background-repeat:no-repeat;
	display:block;
	width:310px;
	height:260px;
	position:relative;
	text-decoration:none !important;
}
#caption, #caption_bg {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:300px;
	padding:2px 5px;
	height:18px;
	line-height:18px;
	overflow:hidden;
}
#caption {
	z-index:5;
	text-align:center;
	color:#000;
}
#caption_bg {
	z-index:4;
	background:#FFF;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
#caption_bg strong {
	color:#FFF;
	font-weight:normal;
	display:none;
}
#photos #thumbs {
	width:310px;
	height:100px;
}
#photos #thumbs a.thumb {
	display:block;
	float:left;
	background-position:50% 50%;
	background-repeat:no-repeat;
	width:90px;
	height:80px;
	margin:0 2px;
	border:1px solid #333;
}
#description {
	float:left;
	width:310px;
	padding-right:8px;
	white-space:normal;
}
#description .price {
	float:right;
	font-size:22px;
	letter-spacing:-1px;
}
#description h4 {
	font-size:14px;
	font-weight:normal;
	color:#333;
}

