/* Colors                                 */
/* Dark grey: #231f20                     */
/* Light grey: #666;                      */
/* Red: #b91e23                           */
/* White                                  */
/* Black                                  */
/* ************************************** */

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	height: 100%;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	height: 100%;
	background: #231f20;
	color: #231f20;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	text-align: center;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a:link, a:visited {
	color: #333;
	font-weight: bold;
}
a:hover {
	color: #000;
}
#header a:link, #header a:visited {
	color: #8c8e90;
	cursor: pointer;
}
#header a:hover {
	color: #fff;
}
a:focus {
	text-decoration: none;
}
a:focus,:focus {
	outline: 1px dotted #000;
}
a:active {
	outline: none;
}
a img {
	border: none;
}
body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}
p {
	padding: 0 10px 10px 10px;
}
fieldset, img {
  border: 0;
}
img {
	vertical-align: bottom;
}
ul {
	padding: 0 0 0 22px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
	text-align: center;
} 
tbody th {
	text-align: left;
}
th, strong, dt, b {
  font-weight: bold;
}
td ul {
	padding: 0 0 20px 20px;
}
td ul li {
	padding: 5px 0;
}
td ul li ul {
	padding-bottom: 0;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.inputButton {
  *overflow: visible;
  _width: 0;
  padding: .2em .4em;
  cursor: pointer;
}

/* layout */
#container {
	width: 960px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url('../image/bg.jpg') repeat-y;
}
#header {
	color: #fff;
	height: 170px;
	background: url('../image/header.jpg') no-repeat bottom left;
}
/* logo */
#header .div2 {
	float: left;
	padding-top: 5px;
	padding-left: 15px;
}
/* site links */
#header .div3 {
	float: right;
	padding: 7px 30px 0 0;
	height: 38px;
}
#header .div3 a {
	margin-left: 15px;
	padding: 1px 0px 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
/* search */
#header .div4 {
	width: 372px;
	clear: right;
	float: right;
	height: 32px;
	padding-right: 30px;
}

/* account links */
#header .div5 {
	clear: both;
	width: 370px;
	margin-left: 35px;
}

#header .div5 a {
	float: left;
	margin-right: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#header .div5 a.selected {
	color: #fff;
	padding-bottom: 10px;
	z-index: 3;
}

/* breadcrumbs */
#header .div6 {
	clear: both;
	margin-bottom: 10px;
}

#header .div6 .center {
	height: 32px;
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
}

/* language and currency */
#header .div7 {
	float: right;
	padding: 25px 50px 0;
}
/* search box and drop-down */
#header .div9 {
	float: right;
}
/* search button and advanced search */
#header .div10 {
	float: right;
	margin: 2px 0;
}
#search {
	font-weight: bold;
}
#search select {
	padding: 1px;
	border: none;
}
#search a {
	color: #fff;
}
#search input {
	padding: 2px;
	border: none;
}
#breadcrumb {
	float: left;
	padding: 30px 0 11px 30px;
	height: 13px;
	margin-bottom: 10px;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #fff;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #fff;
}
.switcher .selected a {
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #000;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
	color: #000 !important;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	background-color: #fff;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	color: #000 !important; 
	background: #ccc;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 210px;
	margin: 0 10px 0 30px;
	clear: left;
}
#column_right {
	float: right;
	width: 210px;
	margin: 0 50px 0 10px;
	clear: right;
}
#content {
	width: 430px;
	margin-left: 255px;
	margin-right: 240px;
	margin-bottom: 10px;
}
#content .largelogo {
	width: 430px;
	height: 335px;
	margin-bottom: 20px;
}
#content .top {
	background: #231f20;
	border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius:20px;
}
#content .top h1 {
	padding: 8px 0px 8px 10px;
	color: #fff;
}
#content h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	background: #fff;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius:20px;
}
#content input, #content textarea, #content select {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	margin: 0 0 10px 0;
}
.box {
	margin-bottom: 10px;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: #231f20;
	border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius:20px;	
}
.box .top img {
	float: left;
	margin: 0 5px 0 5px;
}
.box .middle {
	background: #fff;
	padding: 10px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius:20px;
}
.box .middle ul li, .box .middle table tr td {
	padding: 5px 0 5px 0;
}
#content_search {
	padding: 10px;
	margin: 3px 0 10px 0;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	height: 23px;
	min-width: 100px;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px 0 5px;
	text-align: center;
	display: inline-block;
	background: #b91e23;
	text-decoration: none;
	color: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	cursor: pointer;
}
.button:hover {
	color: #fff;
	text-decoration: none;
}
.buttons {
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.model, small {
	color: #666; 
	font-size: 11px;
}
.price {
	color: #900; 
	font-weight: bold;
}
.strike {
	color: #900; 
	font-weight: bold; 
	text-decoration: line-through;
}
.special {
	color: #F00;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 8px 7px 8px;
	margin-right: 2px;
	border: 1px solid #999;
	background: #999;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
	cursor: pointer;
	border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius:20px;

}
.tabs a.selected {
	background: #fff;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #999;
	background: #fff;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius:20px;
}

#footer {
	color: #231f20;
	width: 960px;
	height: 185px;
	clear: both;
	padding-top: 5px;
	margin: 0;
	background: #231f20 url('../image/footer.jpg') no-repeat;
}
#footer .div1 {
	width: 200px;
	float: left;
	text-align: left;
	margin: 70px 0 0 80px;
}
#footer .div1 a {
	text-decoration: underline;
}
#footer .div2 {
	width: 270px;
	float: left;
	text-align: left;
	margin: 70px 0 0 80px;
}
#footer .div3 {
	width: 230px;
	float: left;
	text-align: left;
	margin: 50px 0 0 30px;
}
#siteseal {
	float: left;
}
#AuthorizeNetSeal {
	float: left;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
}
.cart td {
	padding: 5px;
}
