body {
	background: #0172bb;
	padding: 0;
	margin: 0;
	text-align: center;
}
body, td, th, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
p {
	margin: 0;
	padding: 0 0 1em 0;
}
form, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
img, select, input {
	vertical-align: middle;
}

a {
	color: #1c2f7e;
}

.container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0 12px;
}

#header {
	height: 100px;
	background: #fff;
	color: #0172bb;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	border-bottom: 8px solid #1c2f7e;
}
#nav {
	float: left;
	list-style-type: none;
}
#nav li, #nav li a {
	float: left;
}
#nav li a {
	padding-right: 38px;
	line-height: 60px;
	color: #fff;
	text-decoration: none;
}
#nav .logo {
	text-transform: uppercase;
	color: #0172bb;
	margin-top: 14px;
	font-size: 21px;
	line-height: 1;
}
#nav .logo span {
	font-weight: bold;
	font-size: 48px;
}
#content {
	position: relative;
	background: #f6f6f6;
	z-index: 2;
}
#content .container {
	padding-top: 15px;
	background: #fff;
}

h1 {
	font-size: 22px;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #0172bb;
}
.mainContent {
	padding: 0 0 25px 0;
}
.contentLeft {
	float: left;
	width: 478px;
}
#homeRight {
	float: right;
	width: 275px;
	background: #f4f4f4;
}
#homeRight div {
	padding: 15px 19px;
}
#homeRight div h3 {
	color: #0172bb;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 5px 0;
}
#homeRight div p:last-child {
	padding-bottom: 4px;
}

#sectionSelector, .sectionSelector {
	margin: 1em 0 0 0;
	text-align: center;
	padding: 6px;
	background: #f3f3f3;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
#sectionSelector, #sectionSelector select, .sectionSelector, .sectionSelector select {
	font-size: 16px;
}
#sectionSelector select, .sectionSelector select {
	width: 200px;
}
.sectionSelector {
	margin-bottom: 1em;
}

.clearer {
	clear: both;
}
.productList {
	padding-top: 20px;
}
.productList h2, .productList .list h3 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	background: #0172bb;
	color: #fff;
	padding-left: 8px;
}
.productList .list {
	padding: 8px;
}
.productList .list .list {
	padding: 8px 0;
}
.product {
	border-bottom: 1px dashed #999;
	padding: 14px 0;
	margin: 0 0 0 0;
}
.product .ebayLink {
	position: relative;
	top: -5px;
}
.product .img {
	width: 90px;
	margin: 0 12px 0 0;
	float: left;
}
.product .img .additionalImages {
	display: none;
}
.product .img div {
	border: 1px solid #0172bb;
	margin: 0;
	width: 84px;
	height: 84px;
	overflow: hidden;
	margin: 0 0 2px 2px;
}
.product .img div img {
	display: block;
	margin: 2px;
}
.product .img span {
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 11px;
	text-align: center;
}
.product .text {
	float: left;
	width: 650px;
}
.product .text p {
	color: #60676b;
}
.product h4 {
	font-size: 16px;
	margin: 0 0 0.5em 0;
}
.product .price {
	clear: left;
	float: left;
	width: 60px;
	height: 38px;
	line-height: 38px;
	color: #0172bb;
}
a.btn {
	background: url(/images/btnleft.gif) no-repeat left top;
	float: right;
	display: block;
	height: 38px;
	color: #0172bb;
	text-decoration: none;
}
a.btn span {
	background: url(/images/btnright.gif) no-repeat right top;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 12px;
}
.productList .product4, .productSectionList .product2 {
	border-right: 0 !important;
}

#footer {
	clear: both;
	position: relative;
	z-index: 3;
	padding: 1em 0;
}
#footer .container {
	text-align: center;
	color: #fff;
	font-size: 11px;
}
#footer img {
	margin-bottom: 55px;
}
#footer a {
	color: #fff;
}
#footer p {
	padding: 0;
}

#headerContact {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	font-size: 24px;
	line-height: 140%;
}

#contactForm label {
	font-size: 14px;
	display: block;
	padding-top: 6px;
	float: left;
	clear: left;
	width: 150px;
	color: #999;
}
#contactForm p {
	padding-bottom: 7px;
}
#contactForm input, #contactForm textarea {
	padding: 6px; /* Saf4+, Chrome */ /* Chrome 10+, Saf5.1+ */ /* FF3.6 */ /* IE10 */ /* Opera 11.10+ */
	background-image:         -webkit-gradient( linear, left top, left bottom, from(#fff), to(#f2f2f2) );
	background-image:         linear-gradient( #fff, #f2f2f2 );
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	width: 220px;
}
#contactForm textarea {
	height: 100px;
	overflow: auto;
	resize: none;
}
#contact_submit {
	width: 100px !important;
	border-color: #f4e1b5 !important;
	cursor: pointer;
	margin: 0 0 0 284px;
	padding: 0;
	text-align: center;
	background: #fff8e8 !important;
}
.productSectionDesc {
	float: left;
	width: 500px;
	background: #fbf1f7;
}
.productSectionDesc>div {
	padding: 15px 19px;
}
.productSectionDesc h1 {
	color: #0172bb;
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 5px 0;
}
.productSectionList {
	float: right;
	width: 500px;
}

#postageChangeInfoLink {
	cursor: pointer;
	font-size: 11px;
}
#postageChangeInfo {
	position: absolute;
	right: 50px;
	margin: 20px 0 0 0;
	background: #fffedd;
	display: block;
	width: 175px;
	border: 1px solid #666;
	font-size: 11px;
	padding: 6px;
	display: none;
}

.tabs {
	border-bottom: 1px solid #e2e2e2;
}
.tabs h2.tab {
	float: left;
	padding: 10px 30px;
	background: #e2e2e2;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
	margin: 0 5px 0 0;
	font-size: 22px;
	color: #999;
}
.tabs .tab:hover {
	background: #eee;
}
.tabs .tab.active {
	background: #0172bb;
	color: #fff;
}
.tabs .label {
	float: left;
	padding: 10px 0;
	margin-right: 15px;
	font-size: 22px;
	font-weight: normal;
}