@charset "utf-8";
/* CSS Document */

body {
	background-color:#F2F2F2;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 2em;
	line-height: 1;
	color: #0D5D87;
	font-weight: bold;
	font-family: Georgia;
}

h1#logo {
	position: absolute;
	margin: 0;
	display: block;
	width: 212px;
	height: 128px;
	left: 0;
	top: 0;
	background: url(/images/logo.gif) no-repeat;
	text-align: left;
}
h1#logo a {
	display: block;
	width: 212px;
	height: 128px;
	text-indent: -9999px;
}
h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Arial;
}
h4 {
	margin: 0;
	padding: 0 0 3px 0;
	display: block;
	text-align: center;
	color:#636363;
	font-weight: bold;
	color: #367DB1;
	font-size: 1.2em;
	font-family: Arial;
}

.none {
	text-decoration: inherit;
	color: inherit;
}
a.none:hover {
	text-decoration: underline;
}

.white {
	color: #fff;
}
.grey {
	color: #313131;
}
.blue {
	color: #0D5D87;
}
.blueish {
	color: #1083C1;
}
img.icon {
	margin: 0 0 -5px 0;
}
.flash {
	margin-bottom: 1em;
	padding: 1em;
	border: 2px solid #0f0;
}
.tag_line {
	padding-top: 4px;
	text-align: center;
}

hr.dotted {
	margin: 30px;
	padding: 0;
	color: #fff;
	border: 0;
	border-bottom: 1px dotted #ccc;
}

/* End Utilities */

#container {
	margin: 4px auto;
	padding: 2px;
	width: 960px;
	border: 1px solid #4CA8DA;
	background: #fff;
	font-size: 11px;
}
#header {
	position: relative;
	margin-bottom: 1px;
	padding: 10px 30px;
	height: 108px;
	background: url(/images/top_bg.gif) repeat-x;
	text-align: right;
}
#content {
	margin: 13px 5px 0 5px;
	float: left;
	width: 594px;
}
	#content.bordered {
		position: relative;
		margin: 7px 5px 0 5px;
		padding: 16px 15px 22px 15px;
		width: 564px;
		background: url(/images/content_bg.gif) repeat-y;
	}
	#content.bordered span.header {
		position: absolute;
		top: 0;
		left: 0;
		width: 594px;
		height: 16px;
		background: url(/images/content_header_bg.gif) no-repeat;
	}
	#content.bordered span.footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 594px;
		height: 16px;
		background: url(/images/content_footer_bg.gif) no-repeat 0 100%;
	}
	#content.padded {
		position: relative;
		margin: 7px 5px 0 5px;
		padding: 16px 15px 22px 15px;
		width: 564px;
	}
	
#footer {
	margin: 0 auto;
	width: 960px;
	color: #429AC9;
	font-size: 11px;
	text-align: right;
}
#search_bar {
	position: relative;
	float: left;
	padding: 4px 10px 8px;
	width: 410px;
	height: 25px;
	background: url(/images/search_bar_bg.gif);
	line-height: 2;
	font-weight: bold;
	color: #313131;
}

	#search_bar .rend {
		position: absolute;
		right: 0;
		top: 0;
		width: 16px;
		height: 37px;
		background: url(/images/search_bar_right.gif) no-repeat;
	}
	.shopping_cart_link {
		font-weight: bold;
		color: #313131;
		text-decoration: none;
	}
.sidebar {
	width: 178px;
}

.product_box {
	position: relative;
	padding: 20px 10px 35px 10px;
	width: 543px;
	background: url(/images/product_box_bg.gif) repeat-y;
}
div.product_box span.header, #content.bordered div.product_box span.header {
	position: absolute;
	width: 563px;
	height: 10px;
	top: 0;
	left: 0;
	background: url(/images/product_box_header_bg.gif) repeat-y;	
}
div.product_box span.footer, #content.bordered div.product_box span.footer  {
	position: absolute;
	width: 563px;
	height: 10px;
	bottom: 0;
	left: 0;
	background: url(/images/product_box_footer_bg.gif) repeat-y 0 100%;	
}

.product_name {
	margin: 0;
	padding: 0 10px;
	float: left;
	width: 225px;
	border-right: 1px dotted #000;
}

.product_details {
	margin: 0;
	padding: 0 0 15px 15px;
	float: left;
	width: 160px;
	color: #6B6B6B;
	line-height: 1.6;
}
	div.product_box .product_details {
		padding: 15px 0 15px 10px;
		width: 275px;
	}
	.product_details b {
		color: #000;
	}

	a.top_nav {
		padding: 0 10px;
		background: url(/images/arrow.gif) no-repeat 0 50%;
		text-decoration: none;
		color: #fff;
	}
	a.top_nav:hover {
		text-decoration: underline;
	}
	a.view_button {
		margin: 4px 2px;
		display: block;
		width: 68px;
		height: 18px;
		background: url(/images/view_bt.gif) no-repeat;
		text-indent: -9999px;
	}
	a.add_cart_button {
		margin: 4px 2px;
		display: block;
		width: 88px;
		height: 17px;
		background: url(/images/addtocart_bt.gif) no-repeat;
		text-indent: -9999px;
		text-align: left;
	}

.main_banner {
	display: block;
	padding-bottom: 10px;
}

ul#nav {
	margin: 0;
	padding: 0;
}
	ul#nav li {
		margin: 0;
		padding: 0;
		float: left;
	}
		ul#nav li a {
			display: block;
			padding-top: 9px;
			width: 106px;
			height: 28px;
			background: url(/images/nav_li_bg.gif) no-repeat;
			text-align: center;
			text-decoration: none;
			color: #fff;
		}
		ul#nav li a:hover {
			font-weight: bold;
		}

ul.sidebar_list {
	margin: 0 0 5px 0;
	padding: 13px 0;
	list-style: none;
	background: #f7f7f7;
}

	ul.sidebar_list li {
		border-bottom: 1px dashed #ddd;
		margin: 0 11px;
		padding: 5px 20px;
		background: url(/images/green_arrow.gif) no-repeat 3px 50%;
	}
	ul.sidebar_list li.bigcat {
		margin: 0;
		background: #82D2F8;
		background: #f7f7f7;
	}
	ul.sidebar_list.dark {
		background: #E3E3E3;
	}
		ul.sidebar_list.dark li {
			border-bottom: 1px dashed #999;
		}
		
		ul.sidebar_list li.green_box {
			margin: 0;
			background: #fff;
			border: 1px solid #76A819;
		}
		ul.sidebar_list li.no_dashes {
			border-bottom: none;
		}
		ul.sidebar_list li.kill_the_arrow {
			padding: 5px;
			background: none;
		}
			
	ul.sidebar_list.blue {
		background-image: url(/images/ul_blue_bg.gif);
		background-repeat: no-repeat;
	}
	ul.sidebar_list.green {
		background-image: url(/images/ul_green_bg.gif);
		background-repeat: no-repeat;
	}
	ul.sidebar_list.orange {
		padding-top: 0;
	}
		ul.sidebar_list.blue li a {
			color: #429AC9;
			text-decoration: none;
		}
		ul.sidebar_list.green li a {
			color: #85B331;
			text-decoration: none;
		}
		ul.sidebar_list.dark li a {
			color: #343434;
			text-decoration: none;
		}
			ul.sidebar_list.blue li a:hover {
				color: #85B331;
				text-decoration: none;
			}
			ul.sidebar_list.dark li a:hover, ul.sidebar_list.green li a:hover {
				color: #429AC9;
				text-decoration: none;
			}
	ul.sidebar_list li.bigcat a {
		color: #EE2C1D;
		color: #0A366C;
		font-weight: bold;
	}
	ul.sidebar_list li.bigcat a:hover {
		color: #EE2C1D;
		text-decoration: underline;
	}
	
	li.header.dashed {
		border-bottom: 1px dashed #fff;
	}
	li.header span.corner {
		position: absolute;
		top: 0;
		width: 8px;
		height: 21px;
	}
	li.header.blue span.corner.left {
		left: 0;
		background: url(/images/li_top_blue_left.gif) no-repeat;
	}
	li.header.blue span.corner.right {
		right: 0;
		background: url(/images/li_top_blue_right.gif) no-repeat 100% 0;
	}
	li.header.green span.corner.left {
		left: 0;
		background: url(/images/li_top_green_left.gif) no-repeat;
	}
	li.header.green span.corner.right {
		right: 0;
		background: url(/images/li_top_green_right.gif) no-repeat 100% 0;
	}
	li.header.orange span.corner.left {
		left: 0;
		background: url(/images/li_top_orange_left.gif) no-repeat;
	}
	li.header.orange span.corner.right {
		right: 0;
		background: url(/images/li_top_orange_right.gif) no-repeat 100% 0;
	}
	li.header.blue {
		background: #368cba url(/images/li_top_blue_bg.gif) repeat-x;
	}
	li.header.green {
		background: #70a410 url(/images/li_top_green_bg.gif) repeat-x;
	}
	li.header.orange {
		background: #70a410 url(/images/li_top_orange_bg.gif) repeat-x;
	}
	li.header h3 {
		margin: 0;
		padding: 0 0 0 25px;
		text-transform: uppercase;
		font-weight: bold;
		color: #fff;
	}
	li.header.blue h3 {
		background: url(/images/li_top_blue_left.gif) no-repeat -10px 50%;
	}
	li.header.green h3 {
		background: url(/images/li_top_green_left.gif) no-repeat -10px 50%;
	}

ul.product_list {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f7f7f7;
}
	ul.product_list li {
		position: relative;
		float: left;
		margin: 6px 3px;
		padding: 10px 6px;
		width: 130px;
		height: 220px;
		background: #e3e3e3;
		color:#636363;
		line-height: 1.5;
		font-weight: bold;
		-moz-border-radius: 1em;
		-webkit-border-radius: 1em;
		border-radius: 1em;
	}
	ul.product_list li span.footer {
		position: absolute;
		display: block;
		bottom: 5px;
		left: 15px;
	}
	span.product_price {
		display: block;
		text-align: center;
		font-size: 1.5em;
		color: #5C07F9;
		font-weight: bold;
		font-family: Arial;
	}
	span.product_qty {
		color: #5C07F9;
		font-size: .6em;
	}




li.header, ul.sidebar_list li.header, ul.product_list li.header.blue {
	float: none;
	position: relative;
	margin: 0;
	padding: 4px 10px;
	height: 13px;
	min-height: 13px;
	width: auto;
}

table.table {
	margin: 1em 0;
	padding: 0;
}
	table.table td {
		padding: 0;
	}
	table.table.wide {
		width: 100%;
	}
	table.table.tall td {
		padding: 4px 5px;
	}

	table.table.product_list th {
		padding: 4px 5px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		color: #429AC9;
		font-weight: bold;
	}
	table.table.product_list td {
		color: #313131;
	}

	table.table.product_list td.label, table.table.product_list th.label {
		padding-right: 15%;
		width: 40%;
		text-align: right;
		font-weight: bold;
	}
	
	table.checkout tr th {
		border-bottom: 2px #ccc solid;
		font-weight: bold;
	}
	table.checkout tr td {
		border-bottom: 1px #ccc solid;
		background: #F7F7F7;
	}
	table.checkout tr td.first_one {	
		background: #F7F7F7 url(/images/green_arrow.gif) no-repeat 10px 50%;
	}
	table.checkout tr th.product_column, table.checkout tr td.product_column {
		width: 40%;
	}
	table.checkout tr th.quantity_column, table.checkout tr td.quantity_column {
		width: 155px;
	}
	table.checkout tr th.quantity_column, table.checkout tr td.quantity_column {
		width: 100px;
		padding: 5px 10px;
	}
	table.checkout tr th.remove_column, table.checkout tr td.remove_column {
		width: 65px;
	}
	td.product_column a {
		text-decoration: none;
		font-weight: bold;
		color: #313131;
	}
	td.product_column a:hover {
		text-decoration: underline;
	}
	
table.display {
  
}
  table.display {
    
  }
/*  Forms  */

dl.form {
	margin: 0;
	padding: 0;
}
	dl.form dt {
		float: left;
		clear: left;
		margin: 0 1em 1em 0;
		padding: 0;
		width: 150px;
		text-align: right;
	}

	dl.form dd {
		float: left;
		margin: 0 0 1em 0;
		padding: 0;
	}
	dl.form.login {
		float: left;
		margin: 9px 0 0 5px;
		width: 210px;
	}
	dl.form.login dt {
		width: 70px;
		text-transform: uppercase;
		color: #999;
	}
	dl.form.login dd {
		width: 110px;
	}

input.text, textarea.textarea, select.select {
	border: 1px solid #B3B3B3;
}
textarea.textarea.small {
	height: 80px;
}

input.add_cart_button {
	margin: 4px 2px;
	display: block;
	width: 88px;
	height: 17px;
	background: url(/images/addtocart_bt.gif) no-repeat;
	text-indent: -9999px;
	text-align: left;
	border: 0;
}
form#search div {
  display: none;
}

a.remove_button {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, 'san serif';
}
a.remove_button:hover {
	text-decoration: underline;
}
/* End Forms */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

	#errorExplanation h2 {
	  text-align: left;
	  font-weight: bold;
	  padding: 5px 5px 5px 15px;
	  font-size: 12px;
	  margin: -7px;
	  background-color: #c00;
	  color: #fff;
	}

	#errorExplanation p {
	  color: #333;
	  margin-bottom: 0;
	  padding: 5px;
	}

	#errorExplanation ul li {
	  font-size: 12px;
	  list-style: square;
	}


form#search {
	display: inline;
	margin: -3px 0 0 12px;
	padding: 3px 0 0 17px;
	height: 33px;
	background: url(/images/search_bar_line.gif) no-repeat 0 50%;
}

input.go_submit {
	display: inline;
	margin: 0 0 -19px 12px;
	padding-top: 0;
	width: 21px;
	height: 22px;
	background: url(/images/button_go.gif) no-repeat;
	border: 0;
	text-indent: -9999px;
}