@charset "utf-8";
/* CSS Document */

body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background: url('../images/bg.png') repeat-x;
	color: #333;
}
a {
 	color: #3371ac;
	text-decoration: none;
}
sup {
	vertical-align: top;
	font-size: 70%;
}
img { border: 0 }
.clear { clear: both; }
h1 {
	font-size: 120%;
	margin-top: -8px;
}
h2, h3 {
	border-bottom: 1px solid #bbb;
	display: block;
	margin-bottom: 1px;
	font-weight: bold;
	padding: 0 0.5em;
}
h3 {
	padding: 0.25em;
	font-size: 96%;
	color: #555;
	border-bottom: none;
	margin-bottom: 5px;
}
#right-side li {
	padding-left: 4px;
	list-style-type: disc;
	list-style-position: inside;
}
#right-side p b, #right-side p strong {
	font-weight: bold;
}
.breadcrumbs {
	padding: 12px;
	padding-bottom: 0;
}
.category-item li {
	font-size: 95%;
}
.category-item li a {
	font-size: 110%;
}
.category-item {
	padding: 4px;
	line-height: 1.1em;
	margin: 4px;
	display: block;
	background: #f5f5f5;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.category-item .product-photo {
	margin: 0;
	position: static;
}
.product-photo {
	float: right;
	margin: 4px;
	position: relative;
	top: -22px;
}
.purchase {
	display: block;
	padding: 6px;
	color: black;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 5px;
	margin-right: 3px;
	clear: both;
}
.product-photo img {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}

#header {
	width: 100%;
	min-width: 630px;
	max-width: 1280px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 150px;
	clear: none;
}
#header img {
	float: left;
}
/* content table styles (tables = gross, I know) */
table.content {
	margin-top: 4px;
	border-spacing: 5px;
	width: 100%;
}
table.content .table-content { padding: 5px; }
table.content .table-content p {
	line-height: 1.25em;
	margin-bottom: 10px;
}
table.content td#left-side { width: 210px; }
table.content td#left-side, td#right-side {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #bbb;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
/* top navigation menu */
#top-nav-menu {
	position: absolute;
	right: 2.5em;
	font-size: 110%;
	bottom: 1em;
}
#top-nav-menu li {
	margin: 0 10px;
	display: inline;
}

/* side navigation */
table.content td#left-side ul li {
	padding: 2px;
	list-style: url('../images/arrow.png');
	line-height: 19px;
	list-style-position: inside;
}
table.content td#left-side ul li a {
	border-bottom: 1px dotted #aaa;
}
table.content td#left-side .table-content {
	padding: 1px 5px;
}
/* page container */
#main {
	vertical-align: top;
	width: 1000px;
	margin: 0 auto;
}

hr { clear: both; height: 0; border: none;}

/* product description */
.content .description {
	border: 1px solid #ccc;
	background: #f7f7f7;
	padding: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* product specs */
.content .details {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	clear: both;
}
.content .details p {
	font-size: 95%;
	margin: 4px;
}
.content .details #product-info { font-size: 95%; }
.content .details #product-info .field {
	font-weight: bold;
	position: relative;
}
.content .details #product-info .grey {
	font-weight: normal;
	color: gray;
	font-size: smaller;
	position: absolute;
	width: 220px;
	top: 13px;
	left: 0;
}
.content .details #product-info td { padding: 8px !important; }
.content .details #product-info .even { background: #fafafa; }
#footer {
	text-align: center;
	font-size: 85%;
	margin: 6px;
	line-height: 1.25em;
}