﻿/* reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* layout.css */

body {
	background: #cfcfcf;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}


a {
	/*color: #9badb5*/;
	color: #153b53;
	text-decoration: none;
}

a:hover {
	color: #d1021b;
	text-decoration: none;
}

#wrapper {
	width: 944px;
	margin: auto;
	margin-top: 10px;	
	margin-bottom: 30px;
}






/* ============ BANNER ==============*/
#banner {
	height: 97px;
	background: url(../template/AS_backgroundHeader.png) no-repeat top left;
	position: relative;
}

#logo {
	position: absolute;
	top: 32px;
	left: 25px;
}

#search {
	position: absolute;
	top: 44px;
	left: 372px;
}

#search img {
	margin-bottom: -7px;
}

#help {
	position: absolute;
	top: 55px;
	right: 29px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

#help a {
	color: white;
	text-decoration: none;
}

#help a:hover {
	text-decoration: underline;
}
/* ============ BANNER ==============*/







#middle {
	background: url(../template/AS_backgroundCenter.png) repeat-y;
	position: relative;
	padding: 0px 12px 0px 12px;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearLeft {
	clear: left;
}

.clearCenter {
	clear:inherit;
	margin: 35px 0px 0px 0px;
}

#cart {
	position: absolute;
	height: 28px;
	top: -1px;
	right: 37px;
	background: url(../template/AS_cartTabLeft.png) no-repeat bottom left;
}

#cartInner {
	background: url(../template/AS_cartTabRight.png) no-repeat bottom right;
	padding: 4px 20px 6px 20px;
}

#cartInner a {
	text-decoration: none; 	
	color: white;
}

#cartInner a:hover {
	text-decoration: underline;
}

#cartInner img {
	margin: 0px 6px 0px 0px;
}









/* ============ MAIN NAV =============*/
#nav {
	height: 26px;
	background: url(../template/AS_backgroundNav.png) repeat-x;
	border: 1px #b5b5b5 solid;
	border-right: 0px;
}

ul.navMain {
	float: left;
}

ul.navMain li {
	float: left;
}

ul.navMain a {
	border-right: 1px #b5b5b5 solid;
	display: block;
	padding: 6px 36px 4px 36px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	text-decoration: none; 
}

ul.navMain a:hover {
	color: white;
	background: #91928f;
}

ul.navMain a:hover.plusLine {
	background: #a7b443;
}

ul.navMain a:hover.media {
	background: #3082a5;
}

ul.navMain a:hover.store {
	background: #e3760e;
}

ul.navMain a:hover.events {
	background: #d04419;
}

ul.navMain .selectedMain a {
	color: white;
	background: #91928f;
}

ul.navMain .selectedPlusLine a {
	color: white;
	background: #a7b443;
}

ul.navMain .selectedMedia a {
	color: white;
	background: #3082a5;
}

ul.navMain .selectedStore a {
	color: white;
	background: #e3760e;
}

ul.navMain .selectedEvents a {
	color: white;
	background: #d04419;
}
/* ============ MAIN NAV =============*/










/* ============= SUB NAV =============*/
#subNavMain {
	height: 28px;
}

#subNavPlusLine {
	height: 28px;
	background: #a7b443;
}

#subNavMedia {
	height: 28px;
	background: #3082a5;
}

#subNavStore {
	height: 28px;
	background: #e3760e;
}

#subNavEvents {
	height: 28px;
	background: #d04419;
}


ul.subNavPlusLine, ul.subNavMedia, ul.subNavStore, ul.subNavEvents {
	float: left;
}

ul.subNavPlusLine li, ul.subNavMedia li, ul.subNavStore li, ul.subNavEvents li {
	float: left;
}

ul.subNavPlusLine a, ul.subNavMedia a, ul.subNavStore a, ul.subNavEvents a {
	border-right: 1px white solid;
	display: block;
	margin-top: 6px;
	padding: 0px 36px 0px 36px;
	color: white;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

ul.subNavPlusLine a:hover, ul.subNavMedia a:hover, ul.subNavStore a:hover, ul.subNavEvents a:hover {
	text-decoration: underline;
}
/* ============= SUB NAV =============*/











/* ============= MAIN ===============*/
#main {
	margin: 0px 160px 0px 160px;
	padding: 0px 1px 0px 1px;
	background: url(../template/AS_sidelines.png) no-repeat top left;
	min-height: 500px;
}

#topImage {
	border-top: 1px #b5b5b5 solid;
}

#breadcrumbs {
	margin: 0px 0px 15px 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}


.items {
	margin: 30px 10px 20px 10px;
}

.itemSections {
	margin: 0px 10px 0px 10px;
}

.itemSections p.rssFullLength {
	margin-bottom: 4px;
}

.itemSmall {
	width: 182px;
	height: 140px;
	float: left;
	margin: 0px 5px 20px 5px;
	position: relative;
}

.itemSmall p.smallHeader {
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 3px;
}

.itemSmall p.author {
	font-size: 0.8em;
	font-style: italic;
	margin: 0px 0px 4px 3px;
}

.itemSmall p.description {
	margin: 0px 0px 0px 80px;
	font-size: 0.9em;
}

.itemSmall p.price {
	margin: 3px 0px 3px 80px;
	font-size: 0.9em;
}

.itemSmall p.more {
	margin: 0px 0px 0px 80px;
	font-size: 0.9em;
}

.itemSmall p.rss {
	margin: 0px 0px 0px 0px;
	font-size: 0.9em;
}

.itemSmall img {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 75px;
}

.itemSmall img.video {
	width: 75px;
}

.pageNumbers {
	font-size: 0.9em;
	text-align: center;
	margin: 20px 0px 30px 0px;
}

.pageNumbers a {
	padding: 2px 5px 2px 5px;
	color: #9badb5;
	border: 1px #f1f2f3 solid;
	margin-right: 7px;
}

.pageNumbers a:hover {
	color: #d1021b;
	border:1px #d1021b solid;
}

.pageNumbers .selected, .pageNumbers .selected:hover {
	color: white;
	text-decoration: none;
	border: 1px #d1021b solid;
	background-color: #d1021b;
}


#content {
	margin: 15px 15px 20px 15px;
}

#content p {
	line-height: 17px;
	margin-bottom: 10px;
}

#content ul {
 	list-style: circle;
 	padding-left: 25px;
 	margin-bottom: 10px;
}

#content ol {
 	list-style:decimal;
 	padding-left: 25px;
 	margin-bottom: 10px;
}


#content p.confirmation {
	text-align: center;
	margin: 30px 0px 20px 0px;
}

#contentImages {
	float: right;
	max-width: 270px;
	margin: 0px 0px 10px 10px;
}

#contentImages p.imageHeader {
	font-size: 1.1em;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 10px;
}

#contentImages .photo {
	float: left;
	margin: 0px 7px 10px 0px;
	width: 80px;
	height: 60px;
	overflow: hidden;
}

#contentVideoDetails {
	margin-left: 335px;
}

#contentDocumentDetails {
	margin-left: 150px;
}

#contentVideoFile {
	float: left;
}

#contentVideoFile object {
	z-index: 50;
}

#contentProductDetails {
	margin-left: 200px;
}

#contentProductImage {
	float: left;
}

#contentProductImage img.product {
	width: 130px;
}

#content p.product {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.contentForm {
	margin: 20px 0px 0px 90px;
}


#content label {
	float: left;
	font-size: 1.1em;
	width: 150px;
	padding-top: 4px;
}

#content label.text {
	padding-top: 0px;
}

#content p.last {
	margin-bottom: 30px;
}

#content p.header {
	font-size: 1.1em;
	font-weight: bold;
}

#content p.noMargine {
	margin-bottom: 0px;
}

.noteRed {
	width: 500px;
	margin: auto;
	margin-bottom: 40px;
	padding: 20px;
	border: 1px #bf1e2e dashed;
	background: url(../template/sign_red.png) no-repeat top left;
	background-position: 26px 23px;

}

.noteRed ul {
	list-style-image: url(../template/alert_red.png);
	margin-left: 80px;
}

.noteRed ul li {
	margin: 4px 0px 0px 4px;
}

.noteBlue {
	width: 500px;
	margin: auto;
	margin-bottom: 40px;
	padding: 20px;
	border: 1px #2a4a84 dashed;
	background: url(../template/sign_blue.png) no-repeat top left;
	background-position: 26px 23px;

}

.noteBlue ul {
	list-style-image: url(../template/alert_blue.png);
	margin-left: 80px;
}

.noteBlue ul li {
	margin: 4px 0px 0px 4px;
}

.noteGreen {
	width: 500px;
	margin: auto;
	margin-bottom: 40px;
	padding: 20px;
	border: 1px #608162 dashed;
	background: url(../template/sign_green.png) no-repeat top left;
	background-position: 26px 23px;
}

.noteGreen ul {
	list-style-image: url(../template/alert_green.png);
	margin-left: 80px;
}

.noteGreen ul li {
	margin: 4px 0px 0px 4px;
}

.noteRed, .noteBlue, .noteGreen {
	min-height:50px;
}

.feedback {
	width: 50px;
	margin-left: 20px;
}

.searchPages {
	margin: 15px 0px 15px 0px;
}

.searchResult {
	margin: 0px 5px 20px 5px;
	/*background-color: lime;*/
}

.searchResult p {
	margin: 0px 0px 2px 0px;
}

.searchResult p.smallHeader {
	font-size: 1.1em;
	font-weight: bold;
}

.searchResultSection {
	position: relative;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 70px;
}

.searchResultPlusLine {
	width: 60px;
	padding: 2px 0px 2px 0px;
	border: 1px #a7b443 solid;
	color: #a7b443;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

.searchResultMedia {
	width: 60px;
	padding: 2px 0px 2px 0px;
	border: 1px #3082a5 solid;
	color: #3082a5;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

.searchResultStore {
	width: 60px;
	padding: 2px 0px 2px 0px;
	border: 1px #e3760e solid;
	color: #e3760e;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

.searchResultEvents {
	width: 60px;
	padding: 2px 0px 2px 0px;
	background-color: #d04419;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}





/* ============= MAIN ===============*/














/* ========== LEFT COLUMN =============*/
#columnLeft {
	width: 150px;
	float: left;
}

.sidebox {
	border-left: 1px #f1f2f3 solid;
	border-right: 1px #f1f2f3 solid;
	border-bottom: 10px #f1f2f3 solid;
	margin-bottom: 20px;
	position: relative;
}

.sideboxTop {
	height: 33px;
	width: 148px;
	background-color: #f1f2f3;
	position: absolute;
	color: #a1a3a6;
	font-size: 0.9em;
	position: relative;
}

.sideboxHeader {
	position: absolute;
	top: 9px;
	left: 29px;
}

.sideboxTop img {
	position: absolute;
	top: 11px;
	left: 10px;
}

.flyout {
	position: absolute;
	top: 134px;
	left: 161px;
	background-color: #b5b5b5;
	z-index: 100;
}


.flyout ul {
	padding: 8px 0px 10px 0px;
}


.flyout ul a {
	display: block;
	font-size: 0.9em;
	color: white;
	text-decoration: none;
	padding: 2px 15px 2px 15px;
	border-right: 1px white solid;
}

.flyout ul.last a {
	border-right: 0px;
}

.flyout ul a:hover {
	text-decoration: underline;
}
/* ========== LEFT COLUMN =============*/










/* =========== RIGHT COLUMN ==========*/
#columnRight {
	width: 150px;
	float: right;
}

.login {
	margin: 10px 0px 10px 7px;
}

.login p {
	margin-bottom: 10px;
}

.login p.forgotPassword {
	text-align: right;
	font-size: 0.9em;
	margin-right: 10px;
}

.login p.loginButton {
	text-align: right;
	margin-right: 10px;
}

.ad {
	margin: 10px 9px 10px 9px;
}

.ad p {
	font-size: 0.9em;
	line-height: 16px;
	margin-bottom: 12px;
}

.ad p.adHeader {
	font-weight: bold;
	margin-bottom: 0px;
}

ul.navColumn {
	margin: 10px 0px 10px 0px;
}

ul.navColumn a {
	display: block;
	text-indent: 20px;
	font-size: 0.9em;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px #f1f2f3 solid;
	background: url(../template/navTriangleBlue.png) no-repeat top left;
	background-position: 8px 5px;
}

ul.navColumn a:hover {
	color: white;
	background: url(../template/navTriangleWhite.png) no-repeat top left;
	background-position: 8px 5px;
	background-color: #b5b5b5;
}

ul.navColumn li.first a {
	border-top: 1px #f1f2f3 solid;
}

ul.navColumn li.last a {
	border-bottom: 10px #f1f2f3 solid;
}

ul.navColumn li.reset a {
	border-top: 1px #f1f2f3 solid;
	border-bottom: 1px #f1f2f3 solid;
	margin-bottom: 10px;
	color: #d1021b;
}

ul.navColumn li.selected a {
	display: block;
	text-indent: 20px;
	font-size: 0.9em;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px #f1f2f3 solid;
	border-top: 1px #f1f2f3 solid;
	border-bottom: 1px #f1f2f3 solid;
	color: white;
	background: url(../template/navTriangleWhite.png) no-repeat top left;
	background-position: 8px 5px;
	background-color: #b5b5b5;
	margin-bottom: 10px;
}

ul.navColumn li.selected a:hover {
	color: #d1021b;
	text-decoration: none;
}

ul.navColumn li.open a {
	background: white;
	padding: 2px 0px 2px 0px;
	border-bottom: 0;
	text-indent: 8px;
}

ul.navColumn li.open a:hover {
	color: #d1021b;
}

ul.navColumn li.open ul {
	margin-bottom: 3px;
}

ul.navColumn li.open ul a {
	display: block;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

ul.navColumn li.open ul ul a {
	text-indent: 20px;
}

ul.navColumn li.open ul ul ul a {
	text-indent: 30px;
}

/* =========== RIGHT COLUMN ==========*/






/* ============= FOOTER ============*/
#footer {
	height: 46px;
	background: url(../template/AS_backgroundFooter.png) no-repeat top left;
	background-color: transparent;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	padding: 13px 0px 0px 0px;
	text-align: center;
	position: relative;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}
/* ============= FOOTER ============*/

/* type.css */

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}
.red {
	color: #d1021b;
}

.redBold {
	color: #d1021b;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin: 0px 0px 15px 0px;
}

h4 {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;

}

h5 {
	margin: 20px 0px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
}

/* forms.css */

.inputSearch {
	width: 211px;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #91928f;
	padding: 4px 2px 3px 10px;
	margin: 0px 5px 0px 0px;
	border: 0px;
}

.inputLogin {
	width: 120px;
	border: 1px #cccccc solid;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #91928f;
	padding: 4px 2px 3px 10px;
	margin: 0px 0px 0px 0px;
}


.inputCatalog {
	width: 65px;
	border: 1px #cccccc solid;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #91928f;
	padding: 4px 2px 3px 10px;
	margin: 0px 7px 7px 0px;
}

.inputQty {
	width: 30px;
	border: 1px #cccccc solid;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #91928f;
	padding: 4px 2px 3px 10px;
	margin: 0px 0px 7px 0px;
}


.inputRegular {
	width: 200px;
	border: 1px #cccccc solid;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #91928f;
	padding: 4px 2px 3px 10px;
	margin: 0px 0px 3px 0px;
}

select {
	width: 215px;
	padding: 2px 2px 2px 5px;
	font-size: 1.1em;
}

select.expMonth {
	width: 80px;
	margin-right: 10px;
}

select.expYear {
	width: 121px;
}

select.searchOptions {
	width: 70px;
	color: #91928f;
}


.button {
	background-color: #f1f2f3;
	border: 1px #cccccc solid;
	font: 1.1em Arial, Helvetica, sans-serif;
	padding: 4px 5px 3px 5px;
	color: #a1a3a6;
}

.buttonRed {
	background-color: #f1f2f3;
	border: 1px #cccccc solid;
	font: 1.1em Arial, Helvetica, sans-serif;
	padding: 4px 5px 3px 5px;
	color: #d1021b;

}

textarea.contact {
	width: 250px;
	border: 1px #cccccc solid;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #91928f;
	padding: 4px 2px 3px 10px;
	margin: 0px 0px 3px 0px;
}


.inputSearch:focus,
.inputLogin:focus,
.inputCatalog:focus,
.inputQty:focus,
.inputRegular:focus,
select:focus,
textarea:focus {
	background-color: #f4f4f4;
}

/* tables.css */

.shopByCatalog th {
	color: #91928f;
	border: 0px;
}

.itemDetails  td {
	padding: 2px 10px 2px 10px;
}

.itemDetails td.itemLabel {
	font-weight: bold;
	width: 80px;
}

.itemDetails td.catalogNo {
	width: 50px;
}

.standardTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

.standardTable caption {
	text-align: right;
	font-size: 1em;
}

.standardTable td, th {
	border: 1px #e7e7e9 solid;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

.standardTable td.description {
	width: 47%;
}
.standardTable td.orderNo {
	text-align: center;
}

.standardTable td.amount {
	text-align: right;
}

.standardTable td.image {
	text-align: center;
}

.standardTable td p {
	margin: 0px 0px 0px 0px;
}

.standardTable th {
	text-align: left;
	background: #5e5e62;
	color: white;
}

.standardTable tr.odd td {
	background: #f1f2f4;
}

.standardTable tr:hover td {
	background-color: #d1d1d1;
}

.cartTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

.cartTable caption {
	text-align: right;
	font-size: 1em;
}

.cartTable td, th {
	border: 1px white solid;
	border-bottom: 1px #e7e7e9 solid;
	padding: 7px 10px 7px 10px;
	vertical-align: top;
}


.cartTable tr.noBorder td {
	border-bottom: 1px white solid;
}

.cartTable td.description {
	width: 40%;
}


.cartTable td.orderNo {
	text-align: center;
}

.cartTable td.amount {
	text-align: right;
}

.cartTable td.image {
	text-align: center;
}

.cartTable td p {
	margin: 0px 0px 3px 0px;
}

.cartTable td p.completePurchase {
	margin: 15px 0px 20px 0px;
}

.cartTable td p.reservation {
	margin: 8px 0px 0px 0px;
	color: #d1021b;
	font-weight: bold;
}

.cartTable th {
	text-align: left;
	background: #5e5e62;
	color: white;
}

.shipping {
	margin: 0px 0px 50px 100px;
}
.shipping td, .shipping th {
	border: 0;
	width: 180px;
	text-align: left;
	padding: 7px 10px 7px 10px;
	vertical-align: top;	
}

.shipping td.estimatedArrival {
	padding-top: 11px;
}

.shipping td.colspan {
	width: auto;
}

.addressTable {
	margin: 60px 0px 50px 90px;
}

.addressTable td, .addressTable th {
	border: 0px;
	width: 180px;
	text-align: left;
	padding: 7px 10px 7px 10px;
	vertical-align: top;	
}

.addressTable td.colspan {
	width: auto;
}

.trackTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

.trackTable caption {
	text-align: right;
	font-size: 1em;
}

.trackTable td, .trackTable th {
	border: 1px white solid;
	border-bottom: 1px #e7e7e9 solid;
	padding: 7px 10px 7px 10px;
	vertical-align: top;
}

.trackTable th {
	text-align: left;
	background: #5e5e62;
	color: white;
}

.trackTable tr.noBorder td {
	border-bottom: 1px white solid;
}

.trackTable td.upsValues {
	font-weight: bold;
}

.trackTable p.noMargine {
	margin-bottom: 0px;
}

.trackTable td.status {
	width: 10%;
	font-weight: bold;
}

/* developer.css */


.blueBold {
	color: #1b02d1;
	font-weight: bold;
}

.feedback span {
	display: none;
}

#content .shipping label  { /*This workaround is used strictly for Zvonko's code. Remove later*/
	float:none;
}

p.articleSummary {
	font-weight: bold;
}

#lightbox{ 
	z-index: 160; 
}

#overlay{ 
	z-index: 155; 
}





