
/*--------------------------------- RESET ALL ----------------------------------------*/

html, body, button, 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, input, 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, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup{
	font-size: smaller;
	vertical-align: super;
}

sub{
	font-size: smaller;
	vertical-align: sub;
}

/*------------------------------- HTML Elements --------------------------------------*/

body{
	color:#333333;
	background: #1f3d4c url(../images/body-grad.jpg) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

table{
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
}

th{
	font-weight: normal;
}

img {
	border: 0px;
}

a:link {
    color: #146b97;
	text-decoration: none;
}

a:visited
{
    color: #146b97;
	text-decoration: none;
}

a:hover {
    color: #eeb94a;
	text-decoration: none;
}

h2{
	font-size: 110%;
	color: #146b97;
	margin-bottom: 12px;
}

h3{
	font-size: 100%;
	margin-top: 16px;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #BEC4C7;
	background-color: white;
}

select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #BEC4C7;
}

textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #BEC4C7;
}

form {
	margin: 0;
	min-width: 100%;
}

button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	cursor: pointer;
	color: #146b97;
	width: auto;
	overflow: visible;
}

button::-moz-focus-inner{padding:0;border:none}

*+html button{
	line-height: 1;
}

button:hover{
	color: #f7c867;
	background-color: #146b97;
}

/*------------------------------- Classes --------------------------------------*/

.clear {
	clear: both;
}

.simpleContent{
	text-align: justify;
	margin: 4px;
}

.simpleContent p{
	margin: 0px;
	padding: 0px;
}

.componentSimpleContent{
	padding: 2px;
}

.component{
	margin: 4px;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #F3F3F8;
}

.componentTitle{
	background-color: #ddd;
	padding: 2px;
	border-bottom: 1px solid #aaa;
}

.componentRowOdd{
	background-color: #F3F3F8;
}

.componentRowEven{
	background-color: #E8E8EE;
}

.itemTitle{
	font-size: 110%;
	font-weight: bold;
	color: #146b97;
	margin: 4px 4px 8px 4px;
	text-align: center;
}

.component a:visited{
}

.label{
	margin: 4px;
}

/*------------------------------- Tab Control --------------------------------------*/

.tabControl{
	margin: 4px;
}

.tabControlHeader{
	position: relative;
	margin: 0px;
	z-index: 1;
}

.tabControlTabTitle{
	float: left;
	padding: 2px;
	margin-right: 2px;
	border: 1px solid #aaa;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	background-color: #ddd;
}

.tabControlTabTitle a{
}

.tabControlTabTitleSelected{
	border-bottom: 1px solid white;
	background-color: white;
	font-weight: bold;
}

.tabControlTabTitleSelected a{
	color:#146b97;
}
.tabControlTab{
	border: 1px solid #aaa;
	position: relative;
	top: -1px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	min-height: 16px;
}

.tabControlTab .component{
	border: none;
	margin: 0px;
	background: none;
}

/*------------------------------- Edit Box --------------------------------------*/

.editBoxCommand{
	position: relative;
	top: -1px;
	margin-left: 4px;
	padding: 1px 2px 1px 2px;
	font-size: 80%;
	background-color: #F3F3F8;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.editBoxCommand:hover{
	color: #f7c867;
	background-color: #146b97;
}

.editBoxContent{
	padding: 1px 0px 1px 0px;
}

.editBoxContent .editBoxFieldValue{
	padding: 1px 4px 1px 1px;
}

.editBoxContent .editBoxFieldValue input{
	margin-left: 1px;
}

.editBoxContent .editBoxFieldValue select{
	border: 1px solid #BEC4C7;
	margin-left: 1px;
}

.editBoxContent .editBoxFieldValue textarea{
	border: 1px solid #BEC4C7;
	margin-left: 1px;
}

.editBoxContent .editBoxFieldLabel{
	padding-left: 2px;
	padding-top: 3px;
	width: 120px;
}

.editBoxContent .editBoxFieldHint{
	width: 220px;
}

.editBoxContent .editBoxFieldSpacer{
	width: 6px;
}

.editBoxContent a{
    border-bottom: 1px solid #f7c867;	
}

/*------------------------------- Option Box --------------------------------------*/

.optionBoxContent a:hover{
	background-color: #146b97;
}

.optionBoxOption{
	height: 15px;
	border-top: 1px solid transparent;
	vertical-align: baseline;
}

.optionBoxCommand{
	height: 16px;
	float: left;
}

.optionBoxCommandText{
	position: relative;
	top: -1px;
}

/*------------------------------- Grid --------------------------------------*/

.gridTitleWithHeaders{
	border-bottom: none;
}

.gridHeader{
	background-color: #ddd;
}

.grid .component{
	width: 95%;
	margin: 0px;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.grid .editBoxFieldValue{
	float: none;
	margin: 0px;
	overflow: visible;
}
.grid .editBoxFieldValue input[type="checkbox"]{
	width: 14px;
}

/*------------------------------- Media --------------------------------------*/

.thumbnail{
	position: relative;
	width: 162px;
	height: 162px;
	margin: auto;
	background-color: #ddd;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    text-align: center;
}

*html .thumbnail img{
	margin: -1px;
}

.thumbnail a:hover{
	background-color: transparent;
}

.thumbnailTick{
	position: absolute;
	top: 8px;
	left: 138px;
	width: 14px;
	height: 14px;
	background-color: white;
}

*html .thumbnailTick{
	border: 1px solid black;
}

.thumbnailTick a:hover{
	background-color: transparent;
}

.thumbnailCaption{
	text-align: center;
	width: 162px;
	height: 28px;
}

.detailThumb{
	padding: 4px 4px 4px 3px;
	width: 413px;
	height: 164px;
	background-color: #fff;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

*html .detailThumb{
	width: 415px;
}

.detailThumbLeft{
	float: left;
	width: 166px;
}

.detailThumbRight{
	float: left;
	width: 241px;
	margin-left: 4px;
}

*html .detailThumbRight{
	width: 244px;
}

.detailThumbCaption{
	text-align: center;
	padding-top: 2px;
	padding-bottom: 6px;
	margin-bottom: 4px;
	border-bottom: 1px solid #aaa;
}

.detailThumbDetail{
	padding: 4px 0px 0px 0px;
}

.detailThumbDetailLabel{
	float: left;
	width: 60px;
	padding: 4px 0px 0px 0px;
}

.detailThumbDetailValue{
	float: left;
	width: 181px;
	padding: 4px 0px 0px 0px;
}

.collectionsDetailThumb{
	width: 268px;
	height: 264px;
	padding: 4px;
	background-color: #f3edb8;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.collectionsDetailThumbCaption{
	text-align: center;
	margin-bottom: 4px;
	font-weight: bold;
}

.collectionsDetailThumbLeft{
	text-align: center;
	height: 192px;
}

.collectionsDetailThumbRight{
	margin-top: 4px;
	text-align: justify;
}

.image{
	position: relative;
	margin: 4px;
	padding: 2px;
	padding-bottom: 1px;
	background-color: #ddd;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    text-align: center;
}

.video{
	position: relative;
	margin: 4px;
	padding: 2px; 
	padding-top: 3px;
	padding-bottom: 1px;
	background-color: #ddd;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    text-align: center;
}

*html .video{
	padding-bottom: 3px;
}

*+html .video{
	padding-bottom: 3px;
}

.sound{
	position: relative;
	margin: 4px;
	padding: 2px; 
	padding-top: 3px;
	padding-bottom: 1px;
	background-color: #ddd;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    text-align: center;
}

/*------------------------------- Gallery --------------------------------------*/

.gallery{
	border: 0;
	margin: 0;
	background-color: transparent;
}

.galleryItem{
	float: left;
	margin: 4px;
}

*html .galleryItem{
	margin: 2px;
	width: 167px;
}

*+html .galleryItem{
	margin: 2px;
	width: 168px;
}

.galleryDetailItem{
	float: left;
	margin: 4px;
}

*html .galleryDetailItem{
	margin: 2px;
}

/*------------------------------- Pager --------------------------------------*/

.pager .componentTitle{
	overflow: hidden;
	border: none;
}

.pager input{
	padding-top: 1px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
}

*html .pager input{
	margin: -1px;
}

*+html .pager input{
	margin: -1px;
}

.pagerLeft{
	float: left;
	width: 25%;
	padding-top: 2px;
}

.pagerCenter{
	float: left;
	text-align: center;
	width: 40%;
}

.pagerCenter input{
	width: 48px;
}

.pagerCenter img{
	margin-top: 1px;
	margin-bottom: -3px;
	padding: 0px;
}

.pagerRight{
	float: right;
	text-align: right;
	width: 35%;
	clear: right;
}

.pagerRight input{
	width: 24px;
}

.pagerRight select{
	height: 18px;
}

*html .pager select{
	margin: -1px;
}

*+html .pager select{
	height: 18px;
	margin: -1px;
}

/*------------------------------- Button --------------------------------------*/

.button{
	display: inline;
	float: left;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

.button:hover{
	background-color: #146b97;
}

.button a:hover{
	background-color: #146b97;
}

/*------------------------------- ItemRelatedItems --------------------------------------*/

.itemRelatedItemsContent{
	padding: 0px 2px 3px 2px;
}

.itemRelatedItemsContent a{
	margin: 2px;
}

.itemRelatedItems .tree{
	position: relative;
	left: -16px;
}

.itemRelatedItems .tree .treeNode{
	width: 400px;
}

.itemRelatedItemsContent .galleryItem{
	width: 78px;
}

.itemRelatedItemsContent .thumbnail{
	width: 66px;
	height: 66px;
}

.itemRelatedItemsContent .thumbnailCaption{
	width: 78px;
}

.itemRelatedItemsContent .thumbnailCaption{
	overflow: hidden;
}

.itemRelatedItemsItem a{
	padding: 2px;
}

.itemRelatedItemsItem a:hover{
	background-color: #146b97;
}

.itemRelatedItemsItem a{
	display: block;
}

/*------------------------------- Highlight --------------------------------------*/

.highlight{
	height: 216px;
	width: 184px;
	padding: 8px;
	background-color: white;
}

*html .highlight{
	width: 178px;
	margin-right: 8px;
}

.highlightCaption{
	text-align: center;
	margin-bottom: 8px;
}

.highlightDescription{
	padding: 0px 16px 0px 16px;
	margin-top: 6px;
	text-align: center;
}

/*------------------------------- Popup / Messages --------------------------------------*/

.popUpContent{
	font-size: 110%;
}

div.popup {
	min-width: 100px;
	max-width: 600px;
	font-size: 110%;
	position: absolute;
}

div.popupContent{
	margin-top: 0px;
	padding: 8px;
	font-size: 110%;
}

div.popupContent img{
	float: left;
	margin-right: 8px;
}

#popup_overlay {
	background-color: black;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}

span.popup_link, a.popup_link {
	cursor: pointer;
	border-bottom: 1px dotted;
}

.popup_draghandle {
	cursor: move;
}

/*------------------------------- Upload / Progress Bar --------------------------------------*/

.uploadFormBtn{
	padding: 2px;
}

.swfupload {
	position: absolute;
	margin: 4px;
	z-index: 1;
}

.progressContainer {
	margin: 4px;
	padding: 4px;
	overflow: hidden;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #F3F3F8;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/buttons/uploadCancel.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	background-color: green;
	font-size: 0;
	width: 0%;
	height: 4px;
	margin-top: 2px;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

/*------------------------------- jsProgressBar --------------------------------------*/

.progressBarContainer{
	margin: 8px 0px 8px 0px;
}

/*------------------------------- HomePage --------------------------------------*/

#HomePageMainContent{
	float: left;
	margin-left: 22px;
	width: 605px;
	line-height: 1.4em;
}

*html #HomePageMainContent{
	margin-left: 12px;
}

#HomePageMainContent a:link{
    border-bottom: 1px solid #f7c867;
}

#HomePageMainContent a:hover{
    border-bottom: 1px solid #f7c867;
}

#HomePageMainContent a:visited{
    border-bottom: 1px solid #f7c867;
}

#HomePageRightContent{
	float: right;
}

/*------------------------------- IndexSearchPage --------------------------------------*/

.indexInitials{
	float: left;
	width: 48px;
	list-style-type: none;
	padding: 2px;
}

.indexInitials li{
	float: left;
	margin: 2px;
	width: 18px;
	text-align: center;
}

*+html .indexInitials{
	padding-bottom: 4px;
}

.indexInitials a{
	width: 10px;
	padding: 4px;
	display: block;
}

.indexSelectedInitial{
	background-color: #E2E7EA;
}

.indexSubjects{
	margin-left: 62px;
}

.indexSubjects a{
	margin: 4px;
	padding: 4px;
	display: block;
	float: left;
	width: 100px;
	height: 32px;
}

/*------------------------------- ViewItemPage --------------------------------------*/

#itemPageLeft{
	width: 416px;
}

#itemPageRight .editBoxContent .editBoxField input{
	width: 308px;
}

*html #itemPageRight .editBoxContent .editBoxField input{
	width: 304px;
}

*+html #itemPageRight .editBoxContent .editBoxField input{
	width: 304px;
}

*html #itemPageRight .editBoxContent .editBoxField select{
	width: 306px;
}

*+html #itemPageRight .editBoxContent .editBoxField select{
	width: 305px;
}

#itemPageRight .editBoxContent .editBoxField textarea{
	width: 421px;
	overflow: hidden;
}

*html #itemPageRight .editBoxContent .editBoxField textarea{
	width: 418px;
}

*+html #itemPageRight .editBoxContent .editBoxField textarea{
	width: 418px;
}

*+html #itemPageRight .editBoxContent .editBoxField textarea{
	margin-left: -2px;
}

/*------------------------------- Checkout Page --------------------------------------*/

.CheckoutPage #DeliveryAddress{
	float: left;
	width: 420px;
}

.CheckoutPage #BillingAddress{
	float: left;
	width: 420px;
}

/*------------------------------- Structure --------------------------------------*/

#wrapper{
	width: 998px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background:#fff url(../images/content-grad.jpg) top left no-repeat;
	font-size: 110%;
}

#logo {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#logo img{
	display: block;
	border-style: none;
}

#contentOuter{
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

#content {
	padding: 4px;
	padding-left: 0px;
	vertical-align: top;
	height: 400px;
}

#content p{
	margin-top: 8px;
	margin-bottom: 8px;
}

#jumpLinks{
	display: none;
}

#banner {
	margin: 0px 8px 0px 8px;
	padding-top: 4px;
	height: 22px;
	border-bottom: 1px solid #aaa;
}

/*------------------------------- QuickSearch --------------------------------------*/

#quickSearch{
	float: right;
	width: 320px;
}

#quickSearch .editBoxField{
	float: left;
	width: 272px;
}

#quickSearch .button{
	float: right;
	margin: 0px;
	padding: 1px 2px 1px 2px;
}

*+html #quickSearch .button{
	padding-bottom: 1px;
}

#quickSearch .editBoxFieldLabel{
	width: 76px;
	margin-right: 4px;
	background-color: transparent;
}

#quickSearch .editBoxFieldValue input{
	width: 183px;
}

/*------------------------------- Crumbtrail --------------------------------------*/

#crumbtrail{
	padding: 6px 8px 0px 8px;
}

#crumbtrailHeader{
	float: left;
	margin-right: 4px;
}

#crumbs{
	float: left;
	width: 520px;
}

#crumbs a:link{
    border-bottom: 1px solid #f7c867;
}

#crumbs a:hover{
    border-bottom: 1px solid #f7c867;
}

#crumbs a:visited{
    border-bottom: 1px solid #f7c867;
}

#crumbtrailSearchDescription{
	float: right;
	width: 370px;
}

/*------------------------------- Navigate --------------------------------------*/

#navigate{
	width: 130px;
	padding: 4px;
	padding-right: 0px;
	vertical-align: top;
}

#navigate .navigateSubMenu{
	padding-left: 15px;
	width: 103px;
	border: 0;
}

#navigate .navigateSubMenuSelected{
	padding-left: 15px;
	width: 103px;
	border: 0;
}

#sidebar{
	width: 150px;
	vertical-align: top;
	padding: 4px;
	padding-left: 0px;
}

/*------------------------------- Footer --------------------------------------*/

#footer{
	background: url(../images/content-bottom.jpg) bottom left no-repeat #1f3d4c;
	background-color: white;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 4px;
	text-align: center;
	font-size: x-small;
}

#footer a{
    text-decoration: none;
}

/*------------------------------- PurchaseHistoryDetail --------------------------------------*/

.purchaseHistoryDetail{
	margin: 2px;
	background-color: white;
	line-height: 1.5em;
}

.purchaseHistoryDetailSummary{
	float: left;
	width: 200px;
}

.purchaseHistoryDetailItems{
	float: left;
}

.purchaseHistoryDetailItems li{
	list-style-type: disc;
	margin-left: 16px;
}

.purchaseHistoryDetailItems a:hover{
	background-color: transparent;
    color: #eeb94a;
}

.purchaseHistoryDetailButtons{
	float: right;
}

/*------------------------------- AddressListItem --------------------------------------*/

.addressListItem{
	margin: 4px 0px 4px 0px;
	background-color: white;
}

.addressListItemTitle{
	margin-left: 4px;
	font-weight: bold;
}

.addressListItemAddress{
	margin: 4px;
}

/*------------------------------- Other Stuff --------------------------------------*/

.adminMenu{
	width: 50%;
	float: left;
}

.itemSubjectsContent a{
    border-bottom: 1px solid #f7c867;	
}

.HelpPage .nobullethangingindent{
	margin-left: 16px;
}

#ManageImportPoliciesPage1 .editBoxFieldLabel{
	width: 180px;
}

#ManageItemPermissionsPage1 .editBoxFieldLabel{
	width: 180px;
}

#ManageSystemPreferencesPage1 .editBoxFieldLabel{
	width: 180px;
}

#displayReportFrame{
	padding: 4px 4px 1px 4px;
	height: 400px;
}

.imageRotator{
	width: auto;
	float: left;
}

.imageRotator .image{
	margin: 2px 8px 0px 0px;
}

.creditAvailableContent{
	padding: 2px;
}
