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,td,button{margin:0;padding:0;border:none;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}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;}
body {
	background: #EAEAEA url(../images/bg-page.png) repeat-y center top;
	font: 0.7em/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

a { color: #036; text-decoration: none; }
a:hover { text-decoration: underline; }

hr {
	margin: 1.5em 0;
	height: 1px;
	border: none;
	background: -moz-linear-gradient(left, #FFF, #E2E2E2, #FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF), color-stop(0.5, #E2E2E2));
}

#container { width: 960px; margin: 0 auto; }
#jumpToContent { position: absolute; left: 0; top: 0; text-indent: -1000em; }

/* Top toolbar */
#toolbar {
	background: url(../images/bg-toptoolbar.png) repeat-x 0 0;
	background: -moz-linear-gradient(top, #F6F6F6, #EDEDED);
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#EDEDED));
	min-height: 21px;
	padding: 6px 15px 0 20px;
	margin-bottom: 1px;
}

#toolbar li { display: inline; margin-right: 20px; }
#toolbar li.r { float: right; font-weight: bold; margin: 0 0 0 20px; }

/* Header */
#header {
	height: 100px;
	position: relative;
	background: url(../images/bg-header.png) repeat-x 0 0;
	background: -moz-linear-gradient(top, #F6F6F6, #FFFFFF 20%, #FFFFFF 60%, #F6F6F6);
	background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#F6F6F6), color-stop(0.2, #FFFFFF), color-stop(0.2, #FFFFFF));
	margin-bottom: 1px;
}

#logo {
	position: absolute;
	top: 18px; right: 18px;
}

#siteTitle {
	font-size: 2.1em;
	font-weight: bold;
	position: absolute;
	bottom: 14px; left: 18px;
}

/* Site menu */
#menu {
	background: url(../images/bg-menu.png) repeat-x 0 0;
	background: -moz-linear-gradient(top, #F3F3F3, #FEFEFE 40%, #FEFEFE);
	background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#FEFEFE), color-stop(0.4, #FEFEFE));
}

#menu li {
	display: inline-block;
	margin-right: -3px;
}

#menu li a {
	color: #333;
	display: inline-block;
	border-right: 1px solid #EAEAEA;
	border-left: 1px solid #FFF;
	padding: 9px 15px 9px;
}

#menu li.loggedIn {
	float: right;
	padding: 9px 15px 0;
}

#menu li.loggedIn a {
	display: inline;
	border: none;
	padding: 0;
	color: #036;
}

#menu li.loggedIn img { margin-left: 0.7em; vertical-align: 1px; }

/* Footer */
#footer {
	border-top: 1px dotted #333;
	margin: 0 27px;
	padding: 6px 0 3em;
	clear: both;
	margin-top: 25px;
}

#footer li { display: inline; }
#footer a { color: #333; }

/* Generic content area */
.generic {
	border-top: 6px solid #556A78;
	border-bottom: 6px solid #7A9AAD;
}

.generic p { margin-bottom: 1em; }

.generic h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #036;
	margin-bottom: 0.5em;
}

.generic h2 {
	font-size: 1.28em;
	font-weight: bold;
	color: #036;
	margin-bottom: 0.4em;
}

.generic .inner {
	background: #F6F6F6;
	margin-left: 250px;
	padding: 26px 31px 45px 28px;
	min-height: 15em;
}
/* Contact */
#contact {
	background: #4F4F4F;
	padding: 9px 30px 12px;
	color: #CCC;
	line-height: 1.4;
}

#contact h5 {
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.2em;
}

#contact address {
	font-style: normal;
	float: left;
	margin-right: 2.5em;
}

/* Search */
#search {
	border-top: 6px solid #556A78;
	border-bottom: 6px solid #7A9AAD;
}

#sidebarLeft, #results { padding-top: 26px; }

#sidebarLeft {
	width: 209px;
	float: left;
	padding-left: 21px;
	padding-right: 21px;
}

#sidebarLeft h1 {
	font-size: 1.28em;
	color: #435968;
	margin-bottom: 1em;
}

#sidebarLeft > p { font-size: 1.1em; margin-bottom: 0.4em; }

#sidebarLeft form input {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	border: 1px solid #CCC;
	border-right: none;
	padding: 4px 7px;
	width: 14em;
}

#sidebarLeft form button {
	color: #FFF;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	background: #556A78;
	background: -moz-linear-gradient(top, #8B99A3, #556A78);
	background: -webkit-gradient(linear, left top, left bottom, from(#8B99A3), to(#556A78));
	padding: 3px 4px;
}

#sidebarLeft .categories a {
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	padding-top: 0.2em;
}

#sidebarLeft .advanced { margin-top: 0.5em; font-size: 1em; }

#sidebarLeft ul li.on { font-weight: bold; }

#results {
	margin-left: 250px;
	background: #F6F6F6;
	padding: 26px 31px 45px 28px;
}

#results h1 { font-size: 1.6em; font-weight: bold; color: #036; margin-bottom: 0.8em; }

/* Results grid  */
#resultsGrid { clear: right; margin: 30px 0 0; }
#resultsGrid li {
	display: inline-block;
	width: 180px;
	margin-bottom: 37px;
	vertical-align: top;
}

#resultsGrid li.m { margin: 0 44px 0 30px; }
#resultsGrid li:nth-child(3n-1) { margin: 0 44px 0 30px; }

#resultsGrid .image {
	display: inline-block;
	vertical-align: middle;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 9px;
	margin-bottom: 0.6em;
	height: 160px; width: 160px;
	text-align: center;
}

/* take care of the most common size */
#resultsGrid .image img[height="106"] { padding-top: 27px; }

#resultsGrid .id { font-weight: bold; }

#resultsGrid p {
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	padding: 0.6em 0;
	margin-top: 1.8em;
}

#resultsGrid p img { vertical-align: -2px; }

.contains { font-size: 1.1em; margin: -0.4em 0 2em; }

/* Pagination */
.pagination {
	min-height: 2em;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 10px 0;
}

.pagination select { vertical-align: middle; }
.pagination > span { font-weight: bold; font-size: 1.1em; }

.pagination ul { float: right; }
.pagination ul li { float: left; margin-left: 2px; }

.pagination ul li a {
	display: block;
	color: #666;
	border: 1px solid #999;
	padding: 0.3em 0.4em;
	background: #F6F6F6;
}

.pagination ul li.on a { color: #FFF; background: #999; }

.pagination.top {
	background: -moz-radial-gradient(center bottom, #FFF 10%, #F6F6F6);
	/*background: -webkit-gradient(radial, 50% 100%, )*/
}

.pagination.bottom {
	clear: left;
	background: -moz-radial-gradient(center top, #FFF 10%, #F6F6F6);
	/*background: -webkit-gradient(radial, 50% 100%, )*/
}

.perPage, .perPage p { display: inline-block; }

/* Back to top */
.backToTop { clear: left; font-size: 1.1em; margin-bottom: 0.6em; }
.backToTop a { color: #666; }

/* Pop over */
#imagePage {
	border-bottom: 6px solid #7A9AAD;
	border-top: 6px solid #556A78;
	padding: 26px 31px 45px 28px;
}

#overlay {
	background: url(../images/bg-overlay.png) repeat 0 0;
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 1000;
}

#popOver {
	background: url(../images/bg-popoverinner.png) repeat 0 0;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	padding: 10px;
	width: 650px;
	position: absolute;
	left: 50%; top: 50%;
	margin: -295px 0 0 -322px;
}

#popOver.imagePage {
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	position: static;
	margin: 0 auto;
	padding: 26px 31px 45px 28px;
}

#popOver .closePopover {
	position: absolute;
	right: -8px; top: -10px;
	cursor: pointer;
}

#popOverInner {
	background: #FFF;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	min-height: 400px;
	*height: 550px;
	overflow-y: auto;
	padding: 20px 30px 20px 22px;
}

.imagePlaceholder > img { max-width: 360px; }

#imageInfo {
	float: right;
	width: 215px;
}

#popOver h2 {
	font-size: 2em;
	font-weight: bold;
	color: #036;
	margin-bottom: 0.8em;
}

#popOver h3 {
	font-size: 1.28em;
	font-weight: bold;
	color: #036;
	padding: 0 0 0.3em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.4em;
}

#popOver .availability { margin-bottom: 2em; }
#popOver .availability dt { margin-bottom: 0.2em; }
#popOver .availability dt a {
	display: block;
	padding-left: 9px;
	background: url(../images/arrow-availability.png) no-repeat 0 4px;
}

#popOver .availability dd {
	padding-left: 9px;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
}

#popOver .availability dd.last { border-bottom: none; }

#popOver .details dt {
	float: left;
	clear: left;
	font-weight: bold;
	margin-right: 0.3em;
	padding-top: 1em;
}
#popOver .details dd { padding-top: 1em; }
#popOver .details li { display: inline; }

#popOver .addToLightbox { margin-top: 13px; }
#popOver .addToLightbox a { color: #666; }
#popOver .addToLightbox img { vertical-align: -2px; }

/* Login */
#login form p { margin-bottom: 0.2em; clear: left; }

#login form fieldset { padding-left: 13em; }
#login form label {
	display: block;
	float: left;
	font-weight: bold;
	cursor: pointer;
	vertical-align: top;
	margin-left: -13em;
}

#login form label em { font-weight: bold; font-style: normal; color: red; }

#loginDetails {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}


#requestAccess textarea { float: left; }
#requestAccess span {
	float: left;
	width: 26em;
	margin: 1.5em 0 0 1em;
}

/* Category list */
#categoryList ul { margin: 1em 0; }
#categoryList ul li {
	margin-bottom: 0.4em;
	padding-left: 10px;
	background: url(../images/arrow-availability.png) no-repeat 0 5px;
}

/* Login */
#login { padding: 26px 31px 45px 28px; }

/* Search */
#search .inner form fieldset { padding-left: 12em; }
#search .inner form fieldset label {
	float: left;
	margin-left: -12em;
	font-weight: bold;
}

#search .inner form input { vertical-align: middle; }
#search .inner form input[type="radio"] { vertical-align: -0.15em; }

#searchSpecific {
	border-top: 1px solid #E7DDDD;
	border-bottom: 1px solid #E7DDDD;
	margin: 2em 0;
	padding: 2em 0;
}

/* Lightboxes */
#lightboxes dl { padding-left: 13em; margin: 2em 0; }
#lightboxes dl dt { float: left; margin-left: -13em; }
#lightboxes dl dd { font-weight: bold; margin-bottom: 0.4em; }

/* Corporate */
#categoriesThumbnails li { float: left; width: 180px; margin-bottom: 37px; }
#categoriesThumbnails li.m { margin: 0 44px 0 30px; }

#categoriesThumbnails .imageOutline {
	background: #FFF;
	display: inline-block;
	width: 160px; height: 106px;
	padding: 4px;
	border: 1px solid #CCC;
	margin: 0 4px 8px 0;
	position: relative;
}

#categoriesThumbnails .imageOutline a {
	border: 1px solid #CCC;
	background: #FFF;
	position: absolute;
	padding: 4px;
	top: 4px; left: 4px;
}

#categoriesThumbnails .imageOutline img { display: block; height: 106px; width: 160px; }

/* Help */
#help .inner p { font-size: 1.1em; margin-bottom: 1em; }
#help .inner ul { font-size: 1.1em; }
#help .inner ul li {
	padding-left: 12px;
	background: url(../images/arrow-availability.png) no-repeat 0 5px;
	margin-bottom: 0.2em;
}

#help .inner .backTo { margin: 1em 0; }
