@import url(contribute.css?v=1);

#header {
	position: relative;
	background: #001A61;
	height: 94px;
}

#header.christmas {
	background: #001A61 url(/images/snowflakes.png) 160px 0 no-repeat;
}

#header-navigation {
	position: absolute;
	right: 30px;
	top: 35px;
}

#header-navigation div {
	clear: right;
}

#header-navigation img {
	float: right;
	border: none;
}

#header-classical-and-more {
	float: left;
}

#header-phone, #header-facebook, #header-twitter {
	float: right;
}

#header-contact-and-search {
	margin-top: 5px;
	padding: 0 15px;
}

#header-contact-and-search img {
	border: none;
}

#header-search {
	position: relative;
	top: 15px;
	width: 40%;
	margin: 0 auto;
	white-space: nowrap;
}

#header-search-keywords {
	width: 45%;
}

#header-search input, #header-search select, #header-search button {
    padding: 0.2em 0.2em;
    margin: 0.1em 0.2em;
	border: 1px solid #AAA;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	vertical-align: middle;
}

#header-search-format {
	height: 18px;
	color: #666;
}

#header-search-keywords {
	height: 16px;
}

#header-search button {
	height: 18px;
	padding: 0.2em 2em;
}

#body {
	clear: both;
	margin-top: 30px;
}

#footer {
	position: relative;
	clear: both;
	width: 600px;
	margin: 50px auto;
	text-align: left;
	text-decoration: none;
}

#footer a, #footer a:active, #footer a:visited {
	color: #AAA;
	font-weight: bold;
}

body, p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
}

p {
	margin: 0 0 0.9em 0;
}

h2 {
	clear: left;
	height: 16px;
	margin: 0 0 30px 0;
	color: #001966;
	background-repeat: no-repeat;
	font-size: 150%;
	text-transform: uppercase;
	text-indent: -20000px;
}

h2 span {
	display: block;
	margin-top: 5px;
	height: 1px;
	background: -moz-linear-gradient(left, rgba(0, 26, 102, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 26, 102, 1)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0, 26, 102, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0, 26, 102, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0, 26, 102, 1) 0%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0, 26, 102, 1) 0%, rgba(255, 255, 255, 0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a66', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #001966;
}

img {
	border: none;
}

button, a.button, *.button-links-primary a, *.button-links-secondary a {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 0.2em 2em;
	background-color: #001966;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	border: none;
	text-decoration: none;
}

button {
	height: 22px;
}

button.secondary, a.button.secondary, *.button-links-secondary a {
	background-color: #808080;
}

div.thumbnails {
	position: relative;
}

div.thumbnails a.see-all {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 15px;
	font-weight: bold;
	color: #001966;
	text-decoration: none;
}

div.thumbnails a.see-all {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #001966;
	text-decoration: none;
}

table.frame {
	padding: 0;
	border: none;
	border-collapse: collapse;
}

table.frame td {
	border: 1px solid #B4B7C0;
}

table.frame th {
	padding: 0;
	height: 20px;
	background-color: #B4B7C0;
	border: 1px solid #B4B7C0;
}

table.frame th table {
	border: none;
	border-collapse: collapse;
	height: 20px;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}

table.frame th td {
	height: 20px;
	border: none;
	margin: 0;
	padding: 0;
}

table.frame th td.east, table.frame th td.west {
	width: 5px;
}

table.frame th td.east img {
	position: relative;
	top: -1px;
	left: 1px;
}

table.frame th td.center img {
	margin: auto;
}

table.frame th td.west img {
	position: relative;
	top: -1px;
	left: -1px;
}

div.frame {
	border: 1px solid #B4B7C0;
	padding: 0;
}

*.frame h2, *.frame *.heading-main {
	background-color: #EBEEF4;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	color: #335;
	margin: 0;
	padding: 1px;
	padding-left: 5px;
	border-top: 1px solid #B4B7C0;
	border-bottom: 1px solid #B4B7C0;
	text-indent: 0;
}

*.frame td h2:first-child, *.frame *.heading-main:first-child {
	border-top: none;
}

table.form {
	border: none;
	border-collapse: collapse;
}

table.form th {
	border: 1px solid #B4B7C0;
	padding-left: 5px;
	padding-right: 20px;
	background-color: #EBEEF4;
	font-weight: bold;
	text-align: left;
}

table.form td {
	border: 1px solid #B4B7C0;
	padding: 5px;
	text-align: left;
}

table.form tr.buttons td {
	padding-top: 10px;
	border-style: solid none none none;
	text-align: center;
}

table.form tr.spacer td {
	border-style: solid none solid none;
}

table.form tr.errors td {
	border: 1px solid #A00000;
	color: #A00000;
}

table.compact {
	border: none;
	border-collapse: collapse;
}

table.compact td {
	border: none;
	margin: 0;
	padding: 0;
}

input {
	vertical-align: middle;
}

input.image {
	border: none;
}

table.status {
	margin: auto;
}

table.status td {
	border: 1px #808080 dashed;
	padding: 5px;
	background-color: #F0F0F0;
	color: #008000;
	font-size: 14px;
	font-weight: bold;
}

table.errors {
	margin: auto;
}

table.errors td {
	border: 1px #800000 dashed;
	padding: 5px;
	background-color: #F0F0F0;
	color: #800000;
	font-size: 14px;
	font-weight: bold;
}

*.price {
	margin-right: 10px;
	color: #001966;
	font-size: 120%;
	font-weight: bold;
}

div.clear {
	clear: both;
}

div.thumbnail {
	position: relative;
	float: left;
	margin-right: 15%;
	text-align: center;
}

div.thumbnail img {
	width: auto;
	height: 80px;
	margin: auto;
}

div.thumbnail a {
	display: block;
	width: 80px;
	margin-top: 5px;
	padding: 0.2em 0;
}

div.thumbnail div.price {
	margin: 6px 0 3px 0;
	text-align: center;
}

div.thumbnail div.numeral {
	position: relative;
	top: -10px;
	width: 80px;
	color: #001A61;
	font-family: Times New Roman, Times, Serif !important;
	font-size: 20px !important;
	text-align: center;
}

div.margin-box {
	margin-bottom: 30px;
}

div.margin-box h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

div.browse-margin-box {
	background: #999;
	width: 150px;
	padding: 10px;
}

div.browse-margin-box UL {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.browse-margin-box LI {
	padding: 2px;
	background: url(/images/bullet-white.png) no-repeat 4px 0.5em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

div.browse-margin-box A {
	padding-left: 14px;
}

div.browse-margin-box A, div.browse-margin-box A:hover, div.browse-margin-box A:active, div.browse-margin-box A:visited {
	color: #FFF;
}