﻿/*
 2f63ab -> rgb 47,99,171
 6294bc -> rgb 98,148,188
 */
/*
 ELEMENTS
 */
body,div,h1,h2,h3,p,img,form,fieldset,blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	color: rgb(47, 99, 171);
	text-decoration: none;
}

a:hover {
	color: rgb(98, 148, 188);
}

fieldset {
	border: 1px solid rgb(98, 148, 188);
	padding: 1em;
}

fieldset legend {
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: bold;
}

h1,h2,h3 {
	font-size: 18px;
	font-weight: bold;
	color: rgb(0, 0, 0);
	margin: 0 0 1em 0;
}

h1 {
	text-transform: capitalize;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

hr {
	border: 0;
	background-color: rgb(98, 148, 188);
	color: rgb(98, 148, 188);
	height: 1px;
}

input,option,textarea {
	font-size: 11px;
}

input[type="button"],input[type="submit"],input[type="reset"] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	background-color: rgb(244, 244, 244);
	color: rgb(47, 99, 171);
	border-width: 1px;
	border-color: rgb(98, 148, 188) rgb(47, 99, 171) rgb(47, 99, 171)
		rgb(98, 148, 188);
}

p {
	margin: 0 0 1em 0;
}

strike {
	text-decoration: line-through;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}

li,dt,dd {
	margin-top: 0;
	margin-bottom: 0;
}

/*
 CONTAINER
 */
#container {
	background: rgb(255, 255, 255) url(../images/sidebar_bg.gif) left
		repeat-y;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 100%;
}

/*
 HEADER
 */
#header {
	background-color: rgb(255, 255, 255);
	padding: 0;
}

#subheader {
	background-color: rgb(98, 148, 188);
	padding: 0;
}

#subheader-menu {
	float: right;
	padding: 5px 20px 5px 5px;
	text-align: right;
	white-space: nowrap;
	width: 350px;
}

#subheader-menu,#subheader-menu a {
	font-size: 10px;
	font-weight: bold;
	color: rgb(255, 255, 255);
}

#subheader-menu a:hover {
	color: rgb(204, 204, 204);
}

#subheader-menu span {
	font-weight: normal;
}

#subheader-search {
	padding: 3px 0 3px 180px;
	white-space: nowrap;
	width: 300px;
}

#subheader-search span {
	font-size: 10px;
	font-weight: bold;
	color: rgb(255, 255, 255);
}

/*
 SIDEBAR
 */
#sidebar {
	float: left;
	padding: 20px 0 20px 0;
	/* add further padding to individual elements within #sidebar, not to #sidebar itself */
	width: 180px;
}

/*
 MAIN
 */
#main {
	color: rgb(0, 0, 0);
	font-size: 12px;
	margin: 20px 20px 20px 200px;
	/* this left margin should match or exceed width of #sidebar */
}

/*
 FOOTER
 */
#footer {
	background: rgb(255, 255, 255) none;
	/* cancel out background image used for rest of #container */
	border-top: 1px solid rgb(98, 148, 188);
	padding: 0 10px 0 10px;
}

#footer div {
	margin: 0;
	padding: .25em;
}

#footer-menu,#footer-info,#footer-copyright,#footer-attribution {
	font-size: 10px;
	text-align: center;
}

#footer-menu,#footer-info,#footer-copyright {
	color: rgb(0, 0, 0);
}

#footer-menu {
	margin-bottom: 10px !important;
}

#footer-menu {
	font-size: 11px;
	font-weight: bold;
}

#footer-attribution,#footer-attribution a {
	color: rgb(204, 204, 204);
}

#footer-attribution a:hover {
	color: rgb(192, 192, 192);
}

/*
 TEXT FORMATTING, ETC.
 */
.float-right {
	float: right;
	margin-left: 8px;
}

.float-left {
	float: left;
	margin-right: 8px;
}

.clear-float {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.basket-table {
	border: 0;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 11px;
	width: 100%;
}

.basket-table td,.basket-table th {
	padding: 3px;
}

.basket-table caption,.basket-table th {
	font-weight: bold;
	text-align: left;
}

.basket-table span {
	font-weight: normal;
}

.basket-table tbody td,.basket-table tbody th {
	vertical-align: top;
}

.basket-table thead td,.basket-table thead th {
	vertical-align: bottom;
}

.basket-options {
	font-size: smaller;
	font-style: italic;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 1em;
	text-indent: -1em
}

.basket-totals,.basket-totals td {
	text-align: right;
}

.breadcrumbs,.subcategories {
	font-size: 10px;
	color: rgb(0, 0, 0);
	margin-bottom: 2ex;
}

.breadcrumbs a,.subcategories a {
	text-decoration: none;
	color: rgb(47, 99, 171);
	white-space: nowrap;
}

.breadcrumbs a:hover,.subcategories a:hover {
	color: rgb(98, 148, 188);
}

.category-product-image {
	border: 1px solid rgb(47, 99, 171);
	font-size: 10px;
	margin: 0 0 4px 0;
	padding: 4px;
	width: 120px;
}

.category-product-name {
	font-size: 10px;
	color: rgb(47, 99, 171);
}

div.checkout-note {
	font-size: 10px;
	max-height: 100px;
	overflow: auto;
	width: 225px;
}

.form-table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 11px;
}

.form-table td,.form-table th {
	padding: 3px;
}

.form-table caption,.form-table th {
	font-weight: bold;
	text-align: left;
}

.form-table caption {
	margin: 0 0 1ex 0;
	padding: 0 0 1ex 0;
	border-bottom: 1px solid rgb(98, 148, 188);
}

.form-table span {
	font-weight: normal;
}

.form-table tbody td,.form-table tbody th {
	vertical-align: top;
}

.form-table thead td,.form-table thead th {
	vertical-align: bottom;
}

.list-table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 11px;
}

.list-table td,.list-table th {
	padding: 3px;
}

.list-table caption,.list-table th {
	font-weight: bold;
	text-align: left;
}

.list-table caption {
	margin: 0 0 1ex 0;
	padding: 0 0 1ex 0;
	border-bottom: 1px solid rgb(98, 148, 188);
}

.list-table span {
	font-weight: normal;
}

.list-table tbody td,.list-table tbody th {
	vertical-align: top;
}

.list-table thead td,.list-table thead th {
	vertical-align: bottom;
}

tfoot,.form-comment {
	font-size: 10px;
	font-weight: normal;
}

tfoot {
	text-align: center;
}

ul.msg-error,ul.msg-info {
	background-color: rgb(245, 245, 245);
	border: 1px solid rgb(233, 233, 233);
	list-style: none;
	margin: 0 0 1em 0;
	padding-left: 1em;
	text-indent: -1em
}

ul.msg-error li,ul.msg-error li a,ul.msg-info li,ul.msg-info li a,.msg,.msg a
	{
	color: rgb(204, 0, 0);
	text-decoration: none;
}

ul.msg-info li,ul.msg-info li a {
	color: rgb(0, 0, 204);
}

ul.msg-error li a,ul.msg-info li a,.msg a {
	text-decoration: underline;
}

.msg,.msg a {
	font-size: 11px;
}

.pagination {
	font-size: 10px;
}

.product-zoom {
	font-size: 10px;
	margin-top: 1px;
	text-align: center;
}

.smaller {
	font-size: smaller;
}

.special-box {
	border: 1px solid rgb(98, 148, 188);
	float: right;
	margin: 0 4px 4px 4px;
	padding: 4px;
	text-align: center;
	width: 250px;
}

.special {
	font-size: 10px;
	color: rgb(0, 0, 0);
	padding: 5px;
}

.special-price {
	font-size: 10px;
	color: rgb(0, 0, 0);
}

/* MISC */
.alert-background {
	background-color: rgb(204, 0, 0) !important;
}

.inactive {
	color: rgb(128, 128, 128) !important;
}

.notice-background,.row-alt {
	background-color: rgb(245, 245, 245) !important;
}

.strong {
	font-weight: bold !important;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.align-center {
	margin-left: auto !important;
	margin-right: auto !important;
}

.width-full {
	width: 100%;
}

.width-half {
	width: 50%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}