/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}


h1 {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;

	font-size:24px;
	font-style:italic;
}

* html h1 {
	margin-top:15px;
}

li {
	margin-left:15px;
}


#mainContainer {
	display:block;
	width:760px;
	margin:auto;
}

/* header section styles */

#header {
	width:760px;
	height:30px;
	background-image:url('../images/title.jpg');
	background-repeat:no-repeat;
}

#header_text {
	font-size:11px;
	color: #FFFFFF;
	text-align: right;
	padding: 6px 20px 0 0;
}

#header_text a {
	color: #FFFFFF;
}

#header_text ul {
	color:white;
	list-style:none;
	margin:0px;
	padding:0px;
}

#header_text li {
	display:block;
	float:left;
	margin-left:10px;
	margin-top:7px;
	padding-right:10px;
}

/* end header section styles */

/* start title styles */
#title {
	display:block;
	height:45px;
	width:760px;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
}

#title form {
	margin:0px;
}
/* end title styles */

/* start nav styles */
#nav {
	display:block;
	width:760px;
	height:23px;
	background-image:url('../images/nav_bg.jpg');
	background-repeat:repeat-x;
	text-align:left;
	font-size: 10px;
	font-weight: bold;
}

#nav a {
	text-decoration:none;
	color:#0066CC;
}

#nav a:hover {
	text-decoration:underline;
	color: #6699CC;
}

#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#nav li {
	display:block;
	float:left;
	margin-left:10px;
	margin-top:5px;
	padding-right:10px;
	border-right:1px solid #999;
}

#nav li.last_link {
	border-right:none;
}
/* end nav styles */

/* breadcrumbs */
#breadcrumbs {
	display:block;
	height:33px;
	background-repeat:repeat-x;
	background-image:url('../images/bc_bg.jpg');
	text-align:left;
}

.crumb {
	font-size:10px; 
	padding-top:12px; 
	margin:0px; 
	padding-left:20px;
}
/* end breadcrumbs */

/* main graphic styles */
#main_graphic {
	display:block;
	width:760px;
	height:130px;
	background-image:url('../images/main.jpg');
	background-repeat:no-repeat;
}
/* end main graphic styles */

/* main content container styles */
#content {
	position:relative;
	height:auto;
	text-align:left;
}
/* end main content container styles */

/* main content styles */
#mainContent {
	display:block;
	width:545px;
	left:3px;
	padding-left:10px;
	right:0px;
	float:left;
	position:relative;
}

/* end main content styles */

/* sidebar styles */
#sidebar {
	float:left;
	display:block;
	width:200px;
	background-color:#eaeaea;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

#sidebar .picture {
	border:1px solid #999;
	margin-top:8px;
	margin-bottom:8px;
}

#sidebar .sidebar_box {
	display:block;
	border:1px solid #999;
	width:180px;
	/*padding:2px;*/
	margin-top:8px;
	margin-bottom:8px;
	background-color:white;
	font-size:10px;
}

#sidebar_links ul {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	padding:0px; 
	list-style-image:url('../images/bullet_arrow.jpg');
}

#sidebar_links li {
	font-size:10px;
	line-height:15px;
	padding:3px 3px 6px 0px;
	margin-left:20px;
	list-style-image:url('../images/bullet_arrow.jpg');
	border-bottom: 1px dotted #6699FF;
}
/* end sidebar styles */

.text {
	text-align:left;
	margin-left:10px;
}

.divider {
	display:block;
	margin-top:15px;
	border-top:1px solid #ccc;
	margin-bottom:15px;
	clear:both;
}

.product_divider {
	display:block;
	margin-top:15px;
	border-top:1px dashed #ccc;
	margin-bottom:15px;
	clear:both;
}


.product_div {
	font-size:10px;
	width:240px;
	float:left;
	height:auto;
	margin: 10px 18px 10px 0;
	clear:none;
}

.parent_div {
	font-size:10px;

	width:520px;
	float:left;
	height:auto;
}

.subproduct-even {
	background-color:#ffffff;
	width:240px;
	float:left;
	margin-right:20px;
	font-size:10px;
}

#products {
	display:block;
	height:auto;
}

#products input {
font-size:10px;
}

.prod_picture {
	float:right;
	margin-top:3px;
	border:0px;
}

.prod_prices {
	list-style:none; 
	padding:3px;
	margin-left:0px; 
	font-size:11px;
	color:#666666;
	font-weight:bold;
}

.prod_prices li {
	padding-top:2px;
	padding-bottom:2px;
	margin-left:3px;
}

.product_head {
	display:block;
	height:auto;
	width:100%;

	float:left;
	clear:both;
	text-align:left;
	margin-bottom:10px;
}

.prod_specs {
	color:#666;
	padding-left:10px;
	text-align:left;
}

.prod_specs ul {
	margin-left:0px;
	margin-top:0px;
	padding:0px 0px 0px 12px;
	font-size:11px;
	color:#666666;
}

.prod_specs li {
	padding-top:2px;
	padding-bottom:2px;
}

/* Footer Styles */
#footer {
	font-size:10px;
}

#footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
}

#footer li {
	display:block;
	float:left;
	margin-left:10px;
	margin-top:5px;
	padding-right:10px;
	border-right:1px solid #999;
}

#footer li.last_link {
	border-right:none;
}

#page_links ul {
	float:left;
	margin:0 0 0 0;
	padding:0px; 
	list-style-image:url('../images/bullet_arrow.jpg');
}

#page_links li {
	margin:0px;
	width:210px;
	padding:2px;
	font-size:12px;
	margin-left:40px;
}

#page_links2 ul {
	float:left;
	margin:0 0 0 0;
	padding:0px; 
	list-style-type: none;
}

#page_links2 li {
	margin:0px;
	width:210px;
	padding:2px;
	font-size:12px;
	margin-left:40px;
}

#page_links2 a {
	color:blue; 
	text-decoration:none;
}

#page_links2 a:hover {
	text-decoration:underline;
	color: #6699CC;
}

#page_links a {
	color:#0066CC;
	text-decoration:underline;
}

#page_links a:hover {
	text-decoration:underline;
	color: #6699CC;
}

.qprice {
	text-align:left;
	clear:both;
}

.qprice table {
	margin-left:5px;
	margin-top:5px;
	font-size:9px;
}

.hr4 a {
	color:white;
	text-decoration:none;
}

.hr4 a:hover {
	text-decoration:underline;
}

/* Lucene Search Resulst */
a.searchResultLink {
	color:#3666d4 !important;
	background-color:white !important;
	border:1px solid #ccdbe4 !important;
	padding:3px 6px !important;
	margin:2px !important;
	text-align:center !important;
	text-decoration:none !important;
}

a.searchResultLink:hover{
	background-color:#3666d4 !important;
	color:#ffffff !important;
}

a.selected {
	border:1px solid white !important;
	background-color:white !important;
	color:black !important;
	font-weight:bold !important;
	text-decoration:none !important;
}

.qp_sale { color:red; }
.qp_saletxt { color:red; font-weight:bold; }

