@charset "utf-8";

body {
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #222;
}

img {
	border: none;
}

#header {
	background: #211 url('../images/header.jpg') top center no-repeat;
	position: relative;
	z-index: 2;
}

#header_content_wrapper {
	height: 150px;
	text-align: left;
	border-bottom: 2px solid #000;
	background: url('../images/navbar_bg.jpg') bottom left repeat-x;
}

#header_content {
	width: 940px;
	margin: 0 auto;
	font-weight: bold;
}

#header img {
	display: inline;
}

/*
ul#nav_bar {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style-type: none;
}

ul#nav_bar li {
	margin: 0;
	padding-right: 30px;
	float: left;
	position: relative;
}

ul#nav_bar li ul {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute; 
	top: 16px;
	left: 0;
	list-style-type: none;
	background-color: black;
	opacity: 0.9;	
	filter: alpha(opacity=90);
}

ul#nav_bar li:hover ul {
	display: block;
}

ul#nav_bar li ul li {
	width: 160px;
	padding: 5px 10px;
}

ul#nav_bar a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: white;
}

ul#nav_bar a:hover {
	text-decoration: underline;
}
*/

/* start nav */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	font-size: 12px;	
	list-style: none;
}

#nav a {
	text-decoration: none;
	color: white;
	display: block;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li {
	float: left;
	padding-right: 16px;
}

#nav li ul {
	position: absolute;
	width: 180px;
	display: none;
}

#nav li ul:hover {
	display: block;
}

#nav li ul li {
	width: 160px;
	padding: 5px 10px;
	background-color: #000;	
	filter: alpha(opacity=90);
	opacity: 0.9;	
}

/* end nav */

#page_content {
	width: 940px;
	margin: 0 auto;
	padding-top: 1px;
	line-height: 1.8em;
	font-size: 14px;
}

#page_content h1, {
	border-bottom: 1px solid #cfcfcf;
}

#h2_font {
	
	font-weight: bold;
	font-size: 20px;
	padding-top: 4px;
	border-bottom: 1px solid #cfcfcf;
}
.box {
	padding: 10px 10px 20px 10px;
	border-top: 4px solid #06F;
	background-color: #fff;
	margin-top: 20px;
}

#content_left {
	margin-top: 19px;
	float: left;
	width: 230px;
	border-top: 4px solid #06F;
	background-color: #fff;	
}

#content_left a {
	text-decoration: none;
}

#content_left h2, #content_left h3 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #393939;
	color: white;
}

#content_right {
	margin-top: 19px;
	padding: 0 10px;
	width: 670px;
	float: right;
	border-top: 4px solid #06F;
	background-color: #fff;
	height: auto !important;
	height: 350px;
	min-height: 350px;
}

#content_right h1 {
	margin-top: 19px;
	padding-top: 0px;
}

#page_content a {
	color: #14f;
}

#product_button {
	clear: both;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	border: 1px dotted #ccc;
}

#product_left {
	float: left;
	width: 400px;
	text-align: center;	
}

#product_left #product_photo {
	text-align: center;
}

#product_right {
	width: 510px; 
	float: right;
}

/* case lists with no ul */
#product_right li {
	margin-left: 15px;
	padding-left: 0;
}

/* case lists with ul */
#product_right ul {
	margin-left: 0px;
	padding-left: 15px;
}

#product_right ul li {
	margin-left: 0;
	padding-left: 0;
}

/* case lists with no ul, but are placed in a table */
#product_right td li {
	margin-left: 10px;
	padding-left: 0px;
}

table.product_list {
	width: 100%;
}

table.product_list td {
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}

table.product_list h4 {
	padding: 0;
	margin: 0;
}

table.product_list td.image_column {
	/* meaning: take up required space only */
	width: 1px;
}

table.showcase {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;		
}

table.showcase td {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top; 
	text-align: center;
}

table.showcase td.image img {
	margin: 0px auto;
}

table.showcase td.image:hover {
	cursor: pointer;
}

table.showcase td.price {
	font-weight: bold;
	font-size: 22px;
	color: #c00;
	padding-bottom: 25px;
	border-bottom: 1px solid #bbb;	
}
	
#footer {
	margin: 20px auto 0px auto;
	width: 940px;
	padding: 1px;
	font-size: 13px;
	color: white;
	text-align: right;
	border-top: 1px solid #444;
}

#footer a {
	color: white;
}

.googlecart-override #googlecart-widget-head {
  background-color: #222 !important;
  border-color: #444;
}

.googlecart-override #googlecart-title {
	color: white;
}

.googlecart-override #googlecart-summary {
	color: white;
}

