/*
CONVENTIONS ---------------------------------------

hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter (ID's reserved for .net use will start with Upper case letter)

CONTENTS ------------------------------------------

*01: Reset
*02: Util classes & Phrase Elements
*03: Default Styles (Typography, colour)
*04: Structure (layout, size, positioning)
*05: Common Containers & Subclasses
*06: Forms
*07: Custom Containers & Subclasses

*/

/* *01: Reset -----------------------------------------------------------------------------------------------------------------*/

*							{margin:0;padding:0;}
body						{color:#262626;background:#FFF;}
table						{border-collapse:collapse;border-spacing:0; width:100%;}
fieldset,img				{border:0;}
img							{display:block;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li							{list-style:none;}
caption,th					{text-align:left;}
h1,h2,h3,h4,h5,h6			{font-size:100%;font-weight:normal;}
q:before,q:after			{content:"'";}
abbr,acronym				{border:0;font-variant:normal;}
sup,sub						{line-height:-1px;vertical-align: text-top;}
sub							{vertical-align:text-bottom;}
input, textarea, select		{font-family:inherit;font-size:inherit;font-weight:inherit;}
textarea					{overflow:auto;}

/* *02: Util Classes ----------------------------------------------------------------------------------------------------------*/

.center 					{text-align: center; }
.right 						{text-align: right !important; }
.left 						{text-align: left !important; }
.small 						{font-size: 9px !important;}
#ie6 .small, #ie7 .small	{font-size: 10px !important;}
.float-right 				{float: right; }
.float-left 				{float: left;}
.clear 						{clear: both; }
.uppercase 					{text-transform: uppercase; }
.font-large					{font-size:120%;}
.nowrap 					{white-space: nowrap; }
.offscreen					{position: absolute; left: -9999px; top: -9999px; }
.hidden						{display: none; }
.self-clear 				{zoom: 1; }
.self-clear:after 			{content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.margin-none				{margin:0 !important; }
.margin-top-none			{margin-top:0 !important; }
.margin-right-none			{margin-right:0 !important; }
.margin-bottom-none			{margin-bottom:0 !important; }
.margin-left-none			{margin-left:0 !important; }
.padding-none				{padding:0 !important; }
.padding-top-none			{padding-top:0 !important; }
.padding-right-none			{padding-right:0 !important; }
.padding-bottom-none		{padding-bottom:0 !important; }
.padding-left-none			{padding-left:0 !important; }
.border-none				{border:none !important; }
.border-top-none			{border-top:none !important; }
.border-right-none			{border-right:none !important; }
.border-bottom-none			{border-bottom:none !important; }
.border-left-none			{border-left:none !important; }
.hot						{cursor:pointer; }
.abs						{position:absolute; }
.rel						{position:relative; }

/* *02a: Phrase Elements -------------------- */
strong, .bold 				{font-weight: bold !important; /*letter-spacing:1px;*/ }
em, .italic					{font-style: italic; }
code						{font-family: Courier, serif; color: #999; font-size: 0.5em; }
cite						{font-style: italic; }
abbr, acronym				{border-bottom: 1px dotted; cursor: help; }
q							{color: #fff; }
blockquote					{color: #fff; font-size: 1.1em; margin: 0 0 0.5em 0; }

/* *03: Default Styles --------------------------------------------------------------------------------------------------------*/

body {
	font: 62.5%/1.5 Arial,Verdana,sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	background: #fff top center;
	color: #262626;
}
img							{behavior: url(../images/iepngfix.htc) }
h1, h2, h3, h4, h5, h6		{font-family:Arial,sans-serif; font-weight: bold; line-height:1.2; }
h1							{font-size:3em; margin:0 0 10px;}
a							{color: #de1822; text-decoration: none; }
a:hover, 
a:active					{text-decoration: underline; }
blockquote {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica;
	font-weight: bold;
	color: #999;
	padding: 30px 0 0 0;
}

/* *04: Structure -------------------------------------------------------------------------------------------------------------*/
/*    : NOTE: only structural css here - widths, heights, floats, margins etc. any styling code to go in '05: Common Containers & Subclasses' */

html,body { height:100%; }
#master {
	min-height:100%;
	position:relative;
	overflow:hidden;
}
#header {
	position:relative;
	width:958px;
	height:160px;
	border:1px solid #d5d5d5;
	margin:20px auto;
	margin-top:10px;
	background:#fff;
	z-index: 1000;
}
.custom #header { border:none; }
#page {
	overflow:hidden;
	width:960px;
	margin:0 auto 12em;
}
#left {
	float:left;
	width:130px;
}
#content {
    float: none;
    width: auto;
    margin: 20px 0;
}
#page.cols-three #content {
	width:500px;
}
#side {
	float:left;
	width:250px;
	margin:0 0 30px 20px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:8.5em;
	padding:2.5em 0 0;
	border-top:1px solid #d5d5d5;
	background:#fff;
}
#footer .wrapper {
	width:960px;
	margin:0 auto;
}

#ie6 #page {
  margin-bottom: 30px;
}

#ie6 #footer {
  position: relative;
}

/* *05: Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

/*** Date Formatting ***/
p.dates { 
	position:relative;
	float:left;
	margin:0 0 20px;
}
h1.dates-single { margin-left:60px;}
h1.dates-double { margin-left:100px;}
p.dates { 
	padding:5px;
	background:#d5d5d5;
}
.dates strong { 
	float:left;
	text-align:center; 
}
.dates .divide { 
	width:10px;
	padding-top:.5em;
	font-size:2em;
}
li .dates .divide { padding-top:.7em; }
.dates .date,
.dates .date span {
	display:inline-block;
	width:30px;
	vertical-align:middle;
}
.dates .date span { text-transform:uppercase; }
.dates .date span.month	{ font-size:1.1em;	line-height:1.3em; letter-spacing:.1em; }
.dates .date span.day	{ font-size:2.2em;	line-height:.8em; }
.dates .date span.year	{ font-size:1em;	line-height:1em; }
#ie6 .dates .date span.month,
#ie7 .dates .date span.month	{ line-height:1em; }
#ie6 .dates .date span.day,
#ie7 .dates .date span.day		{ line-height:1em; }

/*** Content Columns ***/
#main,
#content #side { float:left; }
#main { width:500px; }
#content #side {
	width:250px;
	margin:0 0 0 20px;
}
#content #side.slim {
	width:210px;
	margin:0 0 0 20px;
}
#ie6 #content #side {
	display:inline;
	margin:0 0 0 18px;
}
#main.wide {
	width:540px;
}

/*** Custom Page Designs ***/
.custom .box { border:none; }
/*.custom #navigation .sel { border:none; }*/
.custom .box { padding:20px 20px 0; }

/*** Link Types ***/
a.star-link,
a.cnr-link {
	display:block;
	padding:0 0 2px 17px;
	line-height:1.1;
	font-weight:bold;
	background: url(../images/ind-circle-medium.png) 0 1px no-repeat;
}

#side a.cnr-link,
#side a.star-link,
#twitter-box a.star-link { background-image:url(../images/ind-circle-small-white.png); }

.box-hi a.star-link { color:#fff !important; }
a.cnr-link {
	position:absolute;
	top:18px;
	right:20px;
	max-width:60px;
	font-size:1.1em;
	z-index:2;
}
.box-hi a.cnr-link { color:#fff; }
.box-hi .inner {
	margin:0 0 10px;
	padding:15px 15px 5px;
	background:#fff;
}
.back-top {
	float:right;
	margin:0 0 10px;
	font-size:1.1em;
}
.back-top span {
	display:inline-block;
	line-height:1em;
	font-size:2.4em;
	color:#de1822;
}
.back-top a {
	display:inline-block;
	line-height:1.2em;
	margin:1px 0 0;
	vertical-align:top;
}

/*** Box Modules ***/
.box {
	position:relative;
	overflow:hidden;
	margin:0 0 20px;
	padding:19px 19px 0;
	border:1px solid #d5d5d5;
	background-color:#fff;
	background-position:right bottom; 
	background-repeat:no-repeat; 
}

/* MR 2012: new zoomer */
#artwork.box{ padding-bottom: 19px;} 

#ie6 .box,
#ie7 .box { zoom:1; }
.box-link,
.box-hi {
	position:relative;
	z-index:2;
	display:block;
	margin:0 0 20px;
	background-color:#de1822;
	background-position:right bottom; 
	background-repeat:no-repeat;
	color:#fff;
}
#ie6 .box .box-hi,
#ie7 .box .box-hi,
#ie8 .box .box-hi {	background:#de1822 url(../images/bg-boxhi-205-cover.png) top center no-repeat; }
#ie6 .box .box-hi { background-image:url(../images/bg-boxhi-205-cover.gif); }
/*
#ie6 #side .box-hi,
#ie7 #side .box-hi,
#ie8 #side .box-hi { background:url(bg-boxhi-210.png); }
*/
#ie6 #side .box-hi { margin-right:-3px; }
#ie6 #side .box-hi h2 { width:170px; right:-2px; }

#side .no-bg-image { background-image:none !important; }

.box-hi h2 {
	position:relative;
	z-index:2;
	padding:15px 20px 10px;
	line-height:1.3em;
	font-size:1.8em;
	color:#fff;
	margin:0 !important;
}

#ie6 .box .box-hi h2,
#ie7 .box .box-hi h2,
#ie8 .box .box-hi h2 {
	zoom:1;
	background-position:top center;
	background-repeat:no-repeat;
}
#side .box-hi .detail {
	padding:0 0 10px;
}
#ie6 #side .box-hi .detail,
#ie7 #side .box-hi .detail,
#ie8 #side .box-hi .detail {
	background-position:bottom center;
	background-repeat:no-repeat;
}
.box-hi p {
	position:relative;
	z-index:2;
	margin-bottom:10px;
	padding-right:20px; 
	padding-left:20px;
	line-height:1.3em;
	font-size:1.2em;
	color:#fff;
}
.box-hi dl {
	padding-right:20px; 
	padding-left:20px;
	color:#fff;
}
a.box-link,
.box-hi a { color:#fff !important; }
.box-link { padding:15px 20px 10px; }
.box-hi-border {
	position:relative;
	z-index:2;
	margin:0 0 15px;
	padding:10px 0 6px;
	border:1px solid #de1822;
	background:#fff;
}
.box-hi-border p,
.box-hi-border li { 
	font-size:1.1em;
}
#ie6 .box-hi-border ul,
#ie6 .box-hi-border li { zoom:1; }

.box-hi-border p,
.box-hi-border ul { 
	margin:0 15px 5px;
}
.box-hi-border h2 { 
	margin:0 13px 0;
	font-size:1.6em; 
}
.box-hi-border h3 {
	margin:0 15px 5px;
	text-transform:uppercase;
	font-size:1em;
}
.box-hi-border p.link-btn {
	margin:0;
	font-size:1.2em;
	font-weight:bold;
}
.box-hi-border p.link-btn a {
	display:block;
	padding:5px 15px;
	background-color:#de1822;
	color:#fff !important;
}
	#ie6 .box-hi-border p.link-btn a { zoom:1; }
.box-hi-border a.ico-twitter {
	display:block;
	padding-bottom:10px;
	background:#de1822 url(../images/ico-twitter.png) right 0;
}
.box-link { padding:5px 20px 10px; }
.box-link:hover { text-decoration:none; }
.box-reproduction {
	/*padding-left:60px;
	padding-right: 10px;*/
	padding: 12px 10px 12px 60px;
	background-image:url(../images/ico-reproduction.png);
	background-position:15px 10px;
	margin-bottom: 0 !important;
}
.box-reproduction:hover { text-decoration: underline; }
.reproduction-holder { position: relative; margin: 0 0 20px; }

.box-promo {
	padding-top:15px;
	background-position:top right;
	background-repeat:no-repeat;
}
#content .box-promo { 
	float:left;
	width:345px;
	margin:0 20px 20px 0;
}
#main.wide .box-promo	{ 
	width:220px;
	padding-bottom:10px;
}
#main.wide .box-inner	{ 
	width:230px;
	padding-bottom:15px;
}
.box-inner				{ padding:15px 14px 14px; }
.custom .box-inner		{ padding:15px 15px 15px; }
#side .box-promo		{ 
	float:none;
	width:210px;
	margin-right:0;
	padding-bottom:10px;
}
#side.slim .box-promo	{ width:170px; }
#side .box-inner		{ padding:15px 14px 14px; }
.box-logos h2,
.box-promo h2 {
	margin:0 0 10px;
	line-height:1.3em;
	font-size:1.8em;
	text-transform:uppercase;
}
.box-link em { 
	position:relative;
	z-index:2;
	display:block;
	font-family:Georgia,Times New Roman;
	font-style:italic;
	font-weight:normal;
	font-size:1.8em;
}
.box-link span {
	display:block;
	position:relative;
	z-index:2;
	font-size:1.1em;
}
.box-promo p,
#side .box-inner p {
	margin-bottom:10px;
	line-height:1.3em;
	font-size:1.2em;
}
.box-hi p.quote,
.box-promo p.quote {
	/*font-family:Georgia,Times New Roman;*/
	font-size:1.1em;
	font-style:italic;
}
.box-hi dl.entries {
	/*font-family:Georgia,Times New Roman;*/
	font-style:italic;
}
.box-hi .entries dt {
	margin:0 0 10px;
	font-size:1.3em;
	font-weight:bold;
}
.box-hi .entries dd {
	margin:0 0 10px;
	font-size:1.1em;
}
.box-hi p.quote q,
.box-promo p.quote q {
	display:block;
	padding:0 0 15px;
	line-height:1.9em;
	font-size:1.6em;
}
.box-promo-img p { padding:0 85px 10px 0; }
.box-hi-img p,
.box-hi-img dl { padding-right:55px; }
.box-promo ul.horizontal li {
	display:inline;
	margin:0 5px 0 0;
}
.box-promo ul li {
	font-size:1.2em;
	font-weight:bold;
}
.box-inner a.cnr-link { right:15px; }
.box-inner h2 a { color:#333 !important; }
.box-inner .inner h2 { margin:0 5px 5px; }
.box-inner .inner {
	overflow:hidden;
	margin:15px 0 0;
	padding:0 0 10px;
	background:#d5d5d5;
}
#ie6 .box-inner .inner { zoom:1; }

.box-inner .inner-text { padding-top:20px; }
.box-promo a.img-link { 
	width:auto;
	height:auto;
	margin:0 0 15px;
}
.box-promo .inner a.img-link { display:block; }
.box-promo .inner-text a.img-link,
.box-promo .inner-text img { 
	margin:0 15px 10px 20px;
	float:left;
}
#ie6 .box-promo .inner-text a.img-link,
#ie6 .box-promo .inner-text img,
#ie7 .box-promo .inner-text a.img-link,
#ie7 .box-promo .inner-text img {
	display: inline;
}

.box-promo .inner a.img-link img { margin:0; }
.box-promo .inner h3 {
	margin:0 20px 0;
	padding:0 0 5px;
	font-size:1.6em;
}
.box-promo .inner h4 {
	margin:0 20px 0;
	padding:0 0 8px;
	font-size:1.2em;
}
.box-promo .inner p { margin:0 20px 10px; }
.box-promo .inner ul { margin:0 20px 10px; }
.box-promo .inner-padding-top { padding-top:20px; }
.box-promo .inner .divide {
	clear:both;
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #aaa;
}

/*** Free Entry Pod ***/
.free-entry {
	margin-bottom: 15px;
	display: block;	
}

/*** Countdown Timer ***/
#countdown-timer {
	display: block;
	height: 115px;
	padding: 145px 15px 15px;
	margin: 0 0 15px;
	background: url(../images/bg-sidebar-timer.png) top left no-repeat;
}
#countdown-timer:hover { text-decoration: none; }

	#countdown-timer .h2,
	#countdown-timer .p { text-shadow: 0 0 2px rgba(0, 0, 0, .3); display: block; color: #fff; }
	#countdown-timer .h2 { font-size: 16px; font-weight:bold; margin: 0 0 5px; }
	#countdown-timer .p { font-size: 11px; }
	
	#countdown-timer .numbers {
		display: block;
		width: 140px;
		padding: 10px 0;
		position: relative;

		margin: 0 0 10px;
	}
	#countdown-timer .numbers .overlay {
		display: block;
		position: absolute;
		top:0; left: 0;
		width: 140px;
		height: 80px;
		background: url(../images/bg-sidebar-timer-numbers.png) top center no-repeat;
	}
	
	#countdown-timer .numbers strong {
		display: inline-block;
		width: 70px;	
		font-size: 52px;
		font-weight: bold;
		text-align: center;
		color: #fff;
		line-height:1;
	}


/*** Twitter feed ***/
#ie6 #twitter-box p.link-btn { margin: 0 0 1.9em; }

#twitter-box p.link-btn a {
	line-height:1.6;
	background-position: 6px 10px;
	padding: 6px 15px 6px 25px;
}
#twitter-box.rounded p.link-btn a {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.twitter-feeds li {
	position:relative;
	padding:0 15px 10px 20px;
	line-height:1.2;
	overflow: hidden;
	width: 103px;
}
.twitter-feeds li span.quote {
	position:absolute;
	top:0;
	left:0;
	line-height:1;
	font-size:2.4em;
	font-weight:bold;
	color:#de1822;
}
.twitter-feeds li span.quote-right {
	bottom:.1em;
	right:0;
	top:auto;
	left:auto;
}
.twitter-feeds li em {
	margin-top:5px;
	display:block;
}	

/*** Speach box style ***/
.box-speech {
	zoom:1;
}

.speech-holder {
	position:absolute;
	bottom:0;
	left:0;
	height:5px;
}
#ie6 .box .speech-holder,
#ie7 .box .speech-holder,
#ie8 .box .speech-holder {
	width:205px;
	background:url(../images/bg-boxhi-205-cover.png) bottom center no-repeat;
}
#ie6 .box .speech-holder { background-image:url(../images/bg-boxhi-205-cover.gif); }

.speech {
	display:none;
	position:absolute;
	bottom:-23px;
	z-index:1;
	overflow:hidden;
	width:20px;
	height:23px;
	font-size:6em;
	font-weight:bolder;
	font-family:Times New Roman;
	color:#de1822;
}
#left .speech { left:65px; }
#content .speech,
#side .speech { left:90px; }
.speech span.left {
	font-weight:bold;
	position:absolute;
	left:2px;
	bottom:3px;
}
.speech span.center {
	font-weight:bold;
	position:absolute;
	left:5px;
	bottom:4px;
}
.speech span.right {
	font-weight:bold;
	position:absolute;
	left:8px;
	bottom:5px;
}
#ie6 #twitter-box .speech {
    display: block;
    position:relative;
    left: 60px;
}
#ie6 #twitter-box { border-width: 1px 1px 0 1px; background-color: Transparent; }
#ie6 #twitter-box p.link-btn { position: relative; top: 23px; margin-top: -23px; }

/*** Rounded corners style ***/
.rounded {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/*** Event Details / Rate This / Share This ***/
.box-inner .details,
.rate,
.share  {
	position:relative;
	margin:0 0 1px;
	padding:15px 20px 10px; 
	background:#d5d5d5;
}

.box-inner .details a.view-all {
	top:13px;
	right:10px;
	padding:5px 10px;
	background-color:#fff;
}
.box-inner .details a.view-all:hover,
.box-inner .details a.view-all:focus { background:#de1822; }

.rate { padding-bottom:20px; }
#ie6 .rate { zoom:1; }
.details h2 {
	margin:0 0 2px;
	font-size:1.6em;
}
.details a { font-weight:bold; }
#side .box-inner .details p { font-size:1.2em; }
.details ul { margin:0 0 10px; }
.details li {
	font-size:1.2em; 
	font-weight:bold;
}
.details dl.cost { margin:0 0 10px; }
.details dl.cost dt,
.details dl.cost dd {
	display:inline;
	font-size:1.2em;
}
.details dl.cost dd {
	display:inline;
}
.details ul.tags li {
	display:inline;
	margin:0 3px 0 0;
	font-weight:normal;
}
ul.add-to-cal { overflow:hidden; }
#ie6 ul.add-to-cal { zoom:1; }
ul.add-to-cal li {
	float:left;
	margin:0 15px 0 0;
}
ul.add-to-cal li a {
	display:inline-block;
	padding:3px 0 3px 28px;
	background:url(../images/ico-ical.png) no-repeat;
}
ul.add-to-cal li.ical a { background-position:-40px 0; }
ul.add-to-cal li.outlook a { background-position:0 -40px; }
ul.services {
	overflow:hidden;
	margin:0;
}
#ie6 ul.services { zoom:1; }
ul.services li {
	float:left;
	width:25px;
	height:25px;
	min-height:0;
	margin:0 5px 0 0;
	padding:0 0 10px;
	text-indent:-10000px;
	background:url(../images/ico-services-medium.png) no-repeat;
}
.list-view ul.services li {
	width:18px;
	height:18px;
	background:url(../images/ico-services-small.png) no-repeat;
}
ul.services li.ramp { background-position:0 0; }
ul.services li.free { background-position:-25px 0; }
ul.services li.chair { background-position:-50px 0; }
ul.services li.hear { background-position:-75px 0; }
ul.services li.email { background-position:-100px 0; }
ul.services li.adult { background-position:-125px 0; }
ul.services li.audio { background-position:-150px 0; }
ul.services li.lang { background-position:-175px 0; }
.rate h2,
.share h2 {
	margin:0 0 5px;
	text-transform:uppercase;
	font-size:1.1em;
	color:#7f7f7f;
}

.share-social {
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	padding: 2px 0 0 3px;
	margin: 0 0 10px;
}

.share-social li {
	display: block;
	width: 87px;
	float: left;
	margin: 0 1px 2px 0;
}
	.share-social li a { display: inline-block; width:84px; padding: 0 2px 4px; }
	.share-social li a:hover { text-decoration: none; background-color: #fff; color:#262626 !important; }
	.share-social li span { display: inline-block; margin-right: 3px; position:relative; top: 4px; }

/*** Box Sponsors ***/
.box-logos { padding-bottom:0; }
.box-logos h3 {
	margin:0 0 10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
	color:#7f7f7f;
}
.box-logos ul { 
	overflow:hidden;
	padding:0 0 10px;
}
#ie6 .box-logos ul { height:1%; }
.box-logos li { 
	float:left;
	margin:0 10px 5px 0;
	text-align:center;
}
.box-logos li img { display:inline; }
#ie6 .box-logos li { position:relative;	}

/*** General Content and Divide ***/
.con { position:relative; }
.con-inner {
	clear:both;
	margin:0 0 20px;
	padding:18px 20px 10px;
	background-color:#d5d5d5;
}
.con-outer {
	clear:both;
	margin:0 0 20px;
	padding:20px 30px 20px;
	border:20px solid #d5d5d5;
}

#ie7 .con-outer {
	zoom:1;
}
#ie6 .con { zoom:1; }
.con-divide { 
	clear:both;
	padding-top:10px;
	border-top:1px solid #d5d5d5;
}
.con h2 {
	margin:0 0 10px;
	font-size:1.8em;
}
.con h3 {
	margin:0 0 8px;
	font-size:1.4em;
}
.con h3 span { font-size:0.8em; font-weight:normal; }
h2 span.item-num {
	margin:0 0 0 2px;
	font-size:.6em;
	font-weight:normal;
}
#side span.item-num { font-size:.7em; }
.con-gen { padding-bottom:10px; }
p.con-gen,
.con-gen p,
.con-gen li,
.con-gen dl {
	font-size:1.2em;
}
p.con-gen,
.con-gen p { margin:0 0 10px; }
.con-gen ul,
.con-gen ol {
	margin:0 0 10px 25px;
}
.con-gen ul li {list-style: disc;}
.con-gen ol li {list-style-type: decimal;}
.con-gen dl.con-divide { margin-top:20px; padding-top:20px; }
.con-gen dt,
.con-gen dd { margin:0 0 10px; }
.con-gen dt { 
	float:left;
	width:165px;
	font-weight:bold;
}
.con-gen dd { margin:0 0 10px 165px; }

/*** Content Overview ***/
.con-over { 
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
}
#ie6 .con-over { zoom:1; }
.con-over li {
	position:relative;
	float:left;
	margin:0 10px 0 0 !important;
	padding:0 0 3px 25px;
	font-size:1.1em;
	background:url(../images/ind-overview-types.png) no-repeat !important;
}
.con-over li.artworks { background-position:-60px 0 !important; }
.con-over li.comments { background-position:-28px -28px !important; }
.con-over li.liked { background-position:4px -58px !important; }

/*** Content Gallery ***/
.con-gallery { padding-bottom:0; }
.print-view .con-image-list li {
	margin-bottom:15px;
}

/*** List Views ***/
.list-view,
.grid-view {
	clear:both;
	overflow:hidden;
}
.list-view ul,
.grid-view ul { overflow:hidden; }
#ie6 .list-view ul,
#ie7 .list-view ul,
#ie6 .grid-view ul { zoom:1; }
#ie6 .list-cols-two,
#ie7 .list-cols-two { margin-bottom:20px; }
.grid-view li {
	float:left;
	padding:0 20px 20px 0;
}
.list-view li {
	overflow:hidden;
	min-height:100px;
	margin:0 0 20px;
	background:#d5d5d5;
}
.list-view .list-simple li { min-height:60px; }
.list-cols-two li,
.list-cols-three li {
	float:left;
	margin-right:20px;
}
.list-cols-two li { width:355px; }
.list-cols-three li { width:230px; }
.list-cols-three li p.type { 
	font-size:1.8em;
	font-weight:bold;
	padding-bottom:10px;
	background:#fff;
}
.list-cols-three li .img-link img { border-bottom:1px solid #fff; }
#ie6 .list-view li,
#ie6 .grid-view li,
#ie7 .grid-view li { zoom:1; }
#ie6 .grid-view li,
#ie7 .grid-view li { display: inline; }
.list-view a.img-enlarge,
.list-view a.img-link,
.list-view img,
.list-view .detail,
.list-view a.ico-thumb { float:left; }
.list-view a.img-link img { float:none; }
.list-view a.ico-thumb {
	width:100px;
	height:100px;
	text-indent:-10000px;
	background:url(../images/ico-file-thumbnail.png) no-repeat;
}
.list-view a.ico-pdf	{ background-position:-100px 0; }
.list-view a.ico-doc,
.list-view a.ico-docx	{ background-position:-200px 0; }
.list-view a.ico-xls,
.list-view a.ico-xlsx	{ background-position:-300px 0; }
.list-view a.ico-ppt,
.list-view a.ico-pptx	{ background-position:-400px 0; }
.list-view a.ico-txt	{ background-position:-500px 0; }
.list-view a.ico-zip,
.list-view a.ico-zipx	{ background-position:-600px 0; }

.list-view li.no-image .detail,
.con-forums-list .list-view .detail { 
	float:none;
	width:auto;
}
.list-view .detail {
	position:relative;
	width:336px;
	min-height:85px;
	padding:10px 12px 5px;
}
.list-view .list-simple .detail { min-height:45px; }
#ie6 .list-view .detail { height:85px; }
.list-cols-two .detail { width:231px; }
.list-cols-three .detail { width:206px; }
.list-view .detail h3 {
	margin:0 0 4px;
	font-size:1.4em;
	line-height:1.2em;
}
.list-view .detail p {
	margin:0 0 5px;
	line-height:1.2em;
	font-size:1.2em;
}
.list-view .detail p.summary { font-style:italic; }
.list-view .dates-single h3,
.list-view .dates-single p { margin-left:45px; }
.list-view .dates-double h3,
.list-view .dates-double p { margin-left:85px; }
.list-view .detail p.dates {
	float:left;
	margin:0 15px 10px 0;
	padding:0;
}
.list-view .services { clear:both; }
.list-cols-three .services { clear:none; }
.list-view .services li { padding-bottom:5px; }
.list-view .con-over {
	margin:1px;
	padding:8px 0 5px 8px;
	background-color:#fff;
}
.list-view .con-over li {
	width:auto;
	height:auto;
	min-height:15px;
	margin-bottom:0;
	background-color:transparent;
}
#ie6 .list-view .con-over { height:1%; }
a.img-enlarge,
a.img-link {
	position:relative;
	display:block;
	text-decoration:none;
}
.img-enlarge {
	width: 100px;
    height: 100px;
}
.list-view .img-enlarge{
	background-color: black;
}


a.img-enlarge span {
	position:absolute;
	left:5px;
	bottom:-995em;
	z-index:10;
	width:64px;
	padding:3px 3px 3px 20px;
	border:1px solid #fff;
	line-height:1.5em;
	text-align:center;
	text-transform:uppercase;
	font-size:1em;
	color:#fff;
	background:#de1822 url(../images/ind-enlarge.png) 4px 4px no-repeat;
	cursor:pointer;
}
a.img-enlarge:hover span { bottom: 5px; }
/*** Content List ***/

/*** Year Month List ***/
.year-month-list {margin-left:-10px;}
.year-month-list li { clear:both; }
.year-month-list strong {
	display:inline-block;
	margin:0 0 0 10px;
	font-size:1.6em;
}
.month-list { overflow:hidden; }
#ie6 .month-list,
#ie7 .month-list { zoom:1; }
#ie6 .year-month-list li,
#ie7 .year-month-list li { zoom:1; }
.month-list li {
	clear:none;
	float:left;
	margin:0 10px 0 0;
	padding-bottom:5px;
	font-size:1.4em;
	font-weight:bold;
}
.month-list li a,
.month-list li span {
	display:block;
	padding:2px 10px;
}
.month-list li span { color:#7f7f7f; }
.month-list li span.selected { 
	color:#fff;
	cursor:default;
	background-color: #555;
}
.month-list li a:hover,
.month-list li a:focus {
	text-decoration:none;
	color:#fff !important;
	background:#de1822;
}

/*** Alpha List ***/
.alpha-list {
	overflow:hidden;
	margin:0 0 5px -6px;
}
.box-inner .alpha-list { padding:0; }
#ie6 .alpha-list { zoom:1; }
.alpha-list li {
	float:left;
	margin:0 2px;
}
.alpha-list span,
.alpha-list a {
	display:block;
	padding:2px 6px;
	font-size:1.4em;
	font-weight:bold;
}
.alpha-list span.selected {	background-color:#555555;color:#FFFFFF; }

.alpha-list span.no-results { color:#999; }
.alpha-list a:hover,
.alpha-list a:focus {
	text-decoration:none;
	color:#fff !important;
	background:#de1822;
}
#content .box-inner .alpha-list li {margin-right:4px; }
.box-inner .alpha-list li,
#main.box-inner .alpha-list li { margin:0; }
#content .box-inner .alpha-list a {
	padding:0 3px;
	font-size:1.2em;
}
#main .box-inner .alpha-list a { padding:0 2px; }

/*** collapse list ***/
.section-list { 
	margin-bottom:20px;
}
.section-list li.section {
	border-bottom:1px solid #cbd4cd; 
}
.section-list h2 {
	position:relative;
	margin:0;
	padding:10px 15px;
}
.section-list .collapse-list { margin-top:0; }
.collapse-list { margin-bottom:20px; }
.collapse-list li { 
	position:relative;
	margin:0 0 1px;
	background-color:#d5d5d5;
}
.collapse-list li .con-gen li { background-color: Transparent; }

#ie6 .collapse-list li { zoom:1; }
.section-list h2 .view-link,
.collapse-list h3 .view-link {
	top:10px;
	right:10px;
	overflow:hidden;
	width:20px;
	height:20px;
	padding:0;
	text-indent:-10000px;
}
.section-list h2 .view-link { top:12px; }
.collapse-list h3 { 
	margin:0;
	padding:10px 15px; 
}
.collapse-list h2 .view-expand,
.collapse-list h3 .view-expand			{ background-position:right -40px; }
.collapse-list h2:hover .view-expand,
.collapse-list h3:hover .view-expand	{ background-position:right 0; }
.collapse-list h2 .view-collapse,
.collapse-list h3 .view-collapse		{ background-position:right -60px }
.collapse-list h2:hover .view-collapse,
.collapse-list h3:hover .view-collapse	{ background-position:right -20px }
.collapse-list img.profile				{ float:left; margin:0 15px 10px 0; }
.collapse-list .con-gen					{ overflow:hidden; padding:10px 15px 15px; }

/*** Artist Files List ***/
.list-view .artist-files-list {
	border: 1px solid #d5d5d5;
	border-width: 1px 0;
	margin: 0 0 20px;
	padding: 20px 0 0;
}

#ie7 .list-view .artist-files-list { padding: 20px 0; }

.list-view .artist-files-list li {
	background-color:transparent;
	min-height: 0;	
}
.list-view .artist-files-list li .detail { 
	padding:0 20px;
	min-height: 0;
}

.list-view .artist-files-list li .detail h3,
.list-view .artist-files-list li .detail p {
	margin: 0;
	display: inline;
	margin-right: 5px;
}

/*** Hero Image ***/
.con-hero { margin:0 0 30px; }

/*** Comments ***/
.con-comments { 
	overflow:hidden;
	padding-bottom:0;
}
.con-comments h2 { margin:0; }
.con-comments p.list-summary {
	margin:0 0 20px;
	font-size:1.1em;
	color:#7f7f7f;
}
.con-comments a.view-comments {
	position:absolute; top:5px; right:0;
	width:150px;
	padding:7px 0 0;
	text-align:center;
	font-size:1.1em;
	color:#fff !important;
	background:#de1822 url(../images/bg-bubble-150x100.png) 0 0 no-repeat;
}
.con-comments a.view-comments span {
	display:block;
	padding:0 10px 15px;
	background:url(../images/bg-bubble-150x100.png) 0 bottom no-repeat;
}
#ie6 .con-comments a.view-comments,
#ie6 .con-comments a.view-comments span { background-image:url(../images/bg-bubble-150x100.gif); }

.comment-list { margin:0 0 20px; }
#ie6 .comment-list li { zoom:1; }
.comment-list li {
	position:relative;
	margin:0 0 10px;
	padding:15px 10px 5px 40px;
	background:#d5d5d5;
}
.comment-list li p {
	margin:0 0 10px;
	font-size:1.2em;
}
.comment-list li p.details {
	font-family:Georgia;
	font-style:italic;
	color:#7f7f7f;
}
.comment-list li p span.quote {
	position:absolute;
	top:3px;
	left:10px;
	font-size:3.5em;
	font-weight:bold;
	color:#de1822;
}

/*** Content Media ***/
.con-media p {
	margin:0 0 10px;
	font-size:1.2em;
}
.media-player { margin-bottom:20px;background:#d5d5d5;	}
.media-player h3 { margin:0; padding:15px 20px 5px; }
.media-player p { margin:0; padding:0 20px 20px; }
.con-media .con-inner p {
	margin:0 0 10px;
	font-size:1.2em;
}
.con-media p .link-download { font-size:1em; }
.con-media h3 { font-size:1.4em;	}
.con-media-list {
	float:left;
	width:220px;
	margin:0 20px 0 0;
	padding:0 0 5px;
}
.media-list li {
	padding:13px 0 15px 25px;
	border-top:1px solid #d5d5d5;
	background:url(../images/ico-media-small.png) no-repeat;
}
.audio-list li { background-position:-35px -35px; }
.video-list li { background-position:-85px 15px; }
.media-list li h3 {
	margin:0;
	font-size:1.3em;
}
.media-list li p { font-size:1.1em;	}
.options li {
	display:inline;
	padding:0;
	border:none;
	background:none;
}
.options li.divide {
	margin:0 5px 0 0;
	padding:0 8px 0 0;
	border-right:1px solid #d5d5d5;
}

/*** Collection ***/

/* MR 2012: removed for new zoomer 
.con-collection { padding-bottom:10px; }
*/

/**	
.con-collection .con-divide {
	padding-top:15px;
	text-align:center;
}
**/
.con-collection p { 
	text-align:center;
}
.con-collection p strong {
	display:block;
	font-size:1.4em;
}
.con-collection p a {
	font-size:1.2em;
}
.con-multi-lists { padding-bottom:0;}
.con-multi-lists h2 {
	margin:0 0 5px;
	font-size:2.4em;
}
.con-multi-lists p {
	margin:0 0 20px;
	font-size:1.2em;
}

/*** Search Results ***/
p.results-info {
	margin:0 0 15px;
	font-size:1.2em;
	color:#7f7f7f;
}
p.results-info strong {
	font-size:1.2em;
	color:#262626;
}
.con-results { padding-bottom:0; }
.con-results .view-link { top:0; }

/*** Horizontal View ***/
.horizon-view { margin-bottom:20px; }
.horizon-view li {
	display:inline;
	font-size:1.2em;
}

/*** Tab Menu ***/
.tabs {
	overflow:hidden;
	margin:0 0 15px;
}
#ie6 .tabs { height:1%; }
.tabs li {
	position:relative;
	float:left;
}
.tabs li a {
	display:inline-block;
	margin:0 3px 0 0;
	padding:5px 10px;
	font-weight:bold;
	font-size:1.2em;
	background:#dfdfdf;
}
.tabs li a:hover,
.tabs li a:focus {
	text-decoration:none;
	color:#fff !important;
	background:#de1822;
}
.tabs li.sel a {
	color:#262626 !important;
	background:transparent !important;
}
.tabs li.sel a:hover,
.tabs li.sel a:focus { cursor:default; }

/*** Functional Links ***/
.view-link,
.view-help {
	position:absolute;
	right:0;
	font-size:1.2em;
}
.view-link { top:0; }
.con-divide a.view-link { top:10px; }
.view-help { top:15px; }
.view-collapse,
.view-expand,
.view-next,
.ui-datepicker-next,
.view-prev,
.ui-datepicker-prev,
.view-report,
.view-gallery,
.link-report,
.view-pages,
.view-close,
.view-art-dets,
.print-btn {
	height:18px;
	padding:2px 28px 0 0;
	background-image:url(../images/ind-view-options.png);
	background-color:#de1822;
}
#ie6 .view-collapse,
#ie6 .view-expand,
#ie6 .view-next,
#ie6 .ui-datepicker-next,
#ie6 .view-prev,
#ie6 .ui-datepicker-prev,
#ie6 .view-report,
#ie6 .view-gallery,
#ie6 .link-report,
#ie6 .view-pages,
#ie6 .view-close,
#ie6 .view-art-dets,
#ie6 .print-btn		{ background-image:url(../images/ind-view-options.gif); }

.view-prev				{ padding:2px 0 0 28px; }
a.view-expand			{ background-position:right top; }
a.view-expand:hover,
a.view-expand:focus		{ background-position:right -40px; }
a.view-collapse			{ background-position:right -20px; }
a.view-collapse:hover,
a.view-collapse:focus	{ background-position:right -60px; }

a.view-next	,
div.view-next,
.ui-datepicker-next		{ background-position:right -80px; }
a.view-next:hover,
a.view-next:focus,
div.view-next:hover,
div.view-next:focus		{ background-position:right -120px; }

a.view-prev,
div.view-prev,
.ui-datepicker-prev		{ background-position:left -100px; }
a.view-prev:hover,
a.view-prev:focus,
div.view-prev:hover,
div.view-prev:focus		{ background-position:left -140px; }

a.view-report			{ background-position:left -160px; }
a.view-gallery			{ background-position:left -200px; }
a.view-gallery:hover,
a.view-gallery:focus	{ background-position:left -220px; }
a.view-pages			{ background-position:left -240px; }
a.view-pages:hover,
a.view-pages:focus		{ background-position:left -260px; }
div.view-close			{ background-position:right -280px; }
div.view-close:hover,
div.view-close:focus	{ background-position:right -300px; }

a.view-all {
	font-size:1.2em;
	padding:4px 15px;
	background:#d5d5d5;
}
a.view-option {
	display:inline-block;
	font-size:1.2em;
	padding:5px 20px;
	background:#d5d5d5;
}
a.view-all:hover,
a.view-all:focus,
a.view-option:hover,
a.view-option:focus {
	text-decoration:none;
	color:#fff !important;
	background:#de1822;
}
.view-report {
	float:left;
	margin:0 0 15px;
	padding:1px 0 0 20px;
	font-size:1.2em;
}
.link-report {
	display:inline-block;
	margin:0 0 10px;
	padding:2px 0 0 20px;
	line-height:1em;
	font-size:1.2em;
	background-position:left -180px;
}
.link-media,
.link-download {
	font-size:1.2em;
	font-weight:bold;
}
.link-download .details { font-weight:normal; }
a.view-gallery {
	display:inline-block;
	padding:0 0 0 22px;
	font-size:1.2em;
	font-weight:bold;
}
.view-help {
	right:20px;
	padding:0 6px;
	background:#fff;
}
.view-help:hover,
.view-help:focus { 
	text-decoration:none;
	color:#fff !important;
	background-color:#de1822;
}
.view-pages {
	float:right;
	margin:-35px 0 0;
	padding:2px 0 0 25px;
	font-size:1.2em;
}
.view-skip-prev,
.view-skip-next { margin:0 0 19px; }
.view-skip-prev { float:left; }
.view-skip-next { float:right; }
.view-skip a {
	overflow:hidden;
	display:block;
	width:40px;
	height:40px;
	text-indent:-10000px;
	background-image:url(../images/ind-arrows-big.png);
	background-color:#de1822;
}
#ie6 .view-skip a { background-image:url(../images/ind-arrows-big.gif); }
.view-skip-prev a { background-position:0 0; }
.view-skip-prev a:hover { background-position:0 -40px; }
.view-skip-next a { background-position:-40px 0; }
.view-skip-next a:hover { background-position:-40px -40px; }
div.view-close {
	background-color:#de1822;
}

.view-art-dets,
.print-btn {
	position: relative;
	top: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0 3px 0 0;
}

.view-art-dets { background-position: 0 -80px; }
.print-btn { background-position: 0 -60px; }

/*** Pagination ***/
.pages {
	clear:both;
	overflow:hidden;
	padding:0 0 20px;
}
#ie6 .pages,
#ie7 .pages { zoom:1; }
.pages ul.nums { float:left; }
.pages ul.skip { float:right; }
.pages ul li {
	float:left;
	font-size:1.2em;
}
.pages .nums li { margin:0 4px 0 0; }
.pages .nums li.divide,
.pages .nums li a,
.pages .nums li span {
	float:left;
	padding:3px 8px;
}
.pages .nums li a,
.pages .nums li span {
	border:1px solid #d5d5d5;
	text-align:center;
	font-weight:bold;
}
.pages .nums li a:hover,
.pages .nums li a:focus {
	padding:4px 9px;
	border:none;
	text-decoration:none;
	color:#fff !important;
	background-color:#de1822;
}
.pages .skip a {
	display:inline-block;
	height:18px;
}
.pages .skip li {
	margin:0 0 0 15px;
	padding:2px 0 0;
	font-size:1.1em;
}

/* *06: Forms -----------------------------------------------------------------------------------------------------------------*/
.box-form {
	padding-bottom:19px;
}
.custom .box-form {
	padding-bottom:20px;
}
.box-form p {
	font-size:1.2em;
	margin:0 0 10px;
}
.box-form p.note { 
	float:right;
	margin:-10px 0 0;
}
.box-form .con-form {
	margin:0;
}
.box-form .con-form p {
	font-size:1.1em;
}

/*** Comments ***/
.form-comments { 
	position:relative;
	clear:both;
	padding:0 0 20px;
}
.form-comments p.note {
	position:absolute; top:20px; right:0px;
	font-size: 1.1em;
}
.form-comments p { font-size:1.1em; }
#submit-comment li p.label label { font-size:1.53em; }
.form-comments fieldset {
	margin:5px 20px 0;
	padding:15px 15px 0;
	background:#fff;
}
.form-comments .half p.error,
.form-comments .half p.error span { background-image:url(../images/bg-error-half.png); }
.form-comments .full p.error { width: 425px; }
.form-comments .full p.error,
.form-comments .full p.error span { background-image:url(../images/bg-error-full.png); }
.con-form-wide .full p.error,
.con-form-wide .full p.error span { background-image:url(../images/bg-error-full-wide.png); }
.form-comments .half p.error { margin-right:0 }

#submit-comment input.btn { background:#d5d5d5; }

/*** basic form ***/
.con-form {
	margin:0 0 20px;
	padding:20px 20px 5px;
	background:#d5d5d5;
}
.con-form p { color:#7f7f7f; }	
.con-form ul { margin:0 0 15px; }
.con-form > ul { clear:right; }
.con-form li {
	overflow:hidden;
	margin:0 0 15px;
}
#ie6 .con-form li { zoom:1; }
.con-form li p {
	margin:0 0 10px;
	padding:0;
	line-height:1.2em;
}
.con-form .error {
	font-size:1.2em;
}
.con-form .half .error {
	float:left;
	width:178px;
	margin:0;
	padding:0 0 6px;
	color:#fff;
	background:#f00 url(../images/bg-error-half-grey.png) 0 bottom no-repeat;
}
#ie7 .con-form .half .error { position: relative; }
#ie6 .con-form .half .error { display:inline; }
.con-form .half .error span {
	display:block;
	padding:7px 5px 0 15px;
	background:url(../images/bg-error-half-grey.png) 0 0 no-repeat;
}
.con-form .full .error {
	width:420px;
	display:block;
	padding:14px 0 0 ;
	color:#fff;
	background:#f00 url(../images/bg-error-full-grey.png) 0 0 no-repeat;
}
.con-form-wide .full .error { width:660px; }
.con-form .full .error span {
	display:block;
	padding:0 10px 7px 10px;
	background:url(../images/bg-error-full-grey.png) 0 bottom no-repeat;
}
#ie6 .con-form .full p.error span { zoom:1; }
.con-form li.half p.label { width:240px; }
.con-form li p.label label {
	font-size:1.4em;
	font-weight:bold;
	color:#262626;
}
.con-form p {
	color:#333333;
}
.con-form li p.inline input,
.con-form li p.inline label {
	display:inline;
	vertical-align:middle;
}
.con-form li p.inline input.checkbox,
.con-form li p.inline .checkbox input { margin-right:5px; }
.con-form select.select,
.con-form input.text,
.con-form textarea.text {
	display:block;
	margin:0 0 5px;
	padding:5px;
	border:1px solid #c4c0ae;
	font-size:1.3em;
	font-family:Arial, Verdana;
}

.con-form select.select:focus,
.con-form input.text:focus,
.con-form textarea.text:focus { border:1px solid #000; }
.con-form li.half select.select,
.con-form li.half input.text,
.con-form li.half textarea.text { 
	float:left;
	width:230px;
}
.con-form li.half select.select {
	width:240px;
}

.con-form li.full input.text,
.con-form li.full textarea.text { width:408px; }
.con-form-slim li.full textarea.text { width:415px; }
.con-form-wide li.full textarea.text { width:648px; }

.con-form select.select { width:242px; }
input.btn {
	margin:0 0 5px;
	padding:6px .4em;
	border:none;
	font-size:1.5em;
	font-weight:bold;
	color:#de1822;
	background:#d5d5d5;
	cursor:pointer;
}
#ie6 input.hover,
input.btn:hover,
input.btn:focus {
	background-color:#de1822 !important;
	color:#fff !important;
}
.con-form input.btn {
	margin:0 0 15px;
	background-color:#fff;
	padding-left:15px;
	padding-right:15px;
}
.con-form a.show-hide { 
	display:inline-block;
	margin:0 0 15px 10px;
	font-size:1.2em;
}
#ie6 .con-form a.show-hide,
#ie7 .con-form a.show-hide {
	vertical-align:middle;
}

/*** Promo inner form ***/
.box-inner fieldset.form-search {
	overflow:hidden;
	margin:0 20px 5px;
}
#ie6 .box-inner fieldset.form-search,
#ie7 .box-inner fieldset.form-search { margin:0 10px 5px; }
.box-inner input {
	float:left;
	border:1px solid #c4c0ae;
	font-family:Arial,Verdana;
	font-size:1.3em;
}
.box-inner input.text {
	padding:6px 5px;
}
#ie6 .box-inner input.text,
#ie7 .box-inner input.text { padding:7px 5px; }
#ie8 .box-inner input { padding:5px; }
#content .box-inner input.text { width:243px; }
#main .box-inner input.text { width:128px; }
.box-inner input.btn {
	width:50px;
	min-height:30px;
	padding:5px;
	border-left:none;
	background:#fff;
}
#ie8 .box-inner input.btn { min-height:16px }
/*** Search Form ***/
.con-form-search {
	margin:2px 0 15px;
	padding:15px 20px 20px;
	background:#d5d5d5;
}
#ie6 .con-form-search,
#ie7 .con-form-search { padding-bottom:10px; }
.con-form-search input.text  {
	float:left;
	width:290px;
	margin-right:12px;
	margin-bottom:0;
	padding:6px 5px;
	border:1px solid #d5d5d5;
	font-size:1.3em;
	font-family:Arial, Verdana;
}
.con-form-search select {
	float:left;
	width:290px;
	margin-right:12px;
	margin-bottom:0;
	padding: 5px;
	border:1px solid #d5d5d5;
	font-size:1.3em;
	font-family:Arial, Verdana;
}
.con-form-search select:focus { border-color: #000; }
.con-form-search input.btn {
	float:right;
	width:70px;
	height:30px;
	margin-bottom:0;
	padding:5px;
	background:#fff;
}
/* OBOSELETE: removed from ArtworkSearch Form
.con-form-search .three-col input.text,
.con-form-search .three-col select { width:190px; }
*/
/*** Rate Form ***/
.form-rate {
	position:relative;
	height: 50px;
}
.form-rate input {
	position:relative;
	z-index:2;
	display:block;
	width:180px;
	height:50px;
	padding:8px 5px 8px 40px;
	border:none;
	line-height:1.5em;
	font-size:1.1em;
	color:#fff !important;
	background:#de1822 url(../images/ind-star-rate.png) 11px 12px no-repeat;
	cursor:pointer;
}
#ie8 .form-rate input { text-align: left; text-indent: 40px; padding-top: 20px; }
#ie7 .form-rate input {	background-image:url(bg-rate.png); background-position: 0 0; }
#ie6 .form-rate input {	background:none !important; position:absolute; z-index:30; }
#ie6 .form-rate p {
	top:0; left:0;
	background-image:url(../images/bg-rate.gif);
	position:absolute; 
	z-index:20; 
	padding:2px 5px 8px 45px;
	width:130px;
	height: 40px;
}

.form-rate p {
	position: absolute;
	z-index:30;
	display:block;
	font-size:1.9em !important;
	font-family:Georgia, Times New Roman;
}
.form-rate p span {
	font-size:.75em;
	font-style:italic;
}
.form-rate a em { font-size:1.1em; }

/*** Rating Form Button ***/
.form-rating input.btn-rate {
	float:left;
	width:40px;
	height:40px;
	border:none;
	text-indent:-10000px;
	background:#de1822 url(../images/btn-rating.png) top center no-repeat;
	cursor:pointer;
}
#ie6 .form-rating input.btn-rate,
#ie7 .form-rating input.btn-rate {
	padding:200px;
}
.form-rating input.btn-rate:hover { background-color:#000 !important; }
.form-rating input.disabled,
.form-rating input.disabled:hover { 
	background-color:#c5c5c5 !important;
	cursor:default;
}
.form-rating label {
	float:left;
	width:130px;
	margin:0 0 0 10px;
	line-height:1.2;
	font-size:1.5em;
	font-style:italic;
	font-family:Georgia, Times New Roman;
}
.form-rating label span.num {
	line-height:.7;
	font-size:1.6em;
	font-style:normal;
}
/*** Date Form ***/
.form-dates { overflow:hidden; }
#ie6 .form-dates,
#ie7 .form-dates { zoom:1; }
.form-dates label {
	clear:both;
	display:block;
	font-size:1.6em;
	font-weight:bold;
}
.form-dates select { margin:0 0 15px; }
#ie6 .form-dates select { position:relative; }

/*** Event Form ***/
.event-form { overflow:hidden; }
#ie6 .event-form { zoom:1; }
.event-form .abstract strong { color:#333; }
.event-form fieldset {
	border-bottom:20px solid #fff;
	padding:0 0 10px;
	background:url(../images/bg-event-form-divider.png) bottom left no-repeat;
}
#ie6 .event-form { zoom:1; }
#ie6 .event-form fieldset { position:relative; }
.event-form h2 {
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #e5e5e5;
	font-size:1.4em;
}
#ie6 .event-form .types h2,
#ie7 .event-form .types h2 { margin-bottom:0; }
.event-form .types h2 { padding-right:150px; }
.event-form label {
	font-size:1.2em;
	vertical-align:middle;
}
.event-form input { vertical-align:middle; }
.event-form .calendar li { margin-bottom:10px; }
.event-form .calendar label {
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}
.event-form .calendar select { font-size:1.2em; }
.event-form .col { float:left; }
#ie6 .event-form .types .col,
#ie7 .event-form .types .col { margin-top:15px; }
.event-form .calendar {
	width:190px;
	margin:0 30px 0 0;
}
.event-form .types {
	position:relative;
	width:410px;
}

.event-form .types p {
	margin-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
}
.event-form .types li { padding-bottom:5px; }
.event-form .types .col {
	width:195px;
	padding:0 10px 0 0;
}
.event-form .types .col tr td { padding: 0 0 3px; }
.event-form .types .col tr td input { margin-right:3px; }
.event-form .controls {
	position:absolute;
	right:0;
	top:.2em;
	width:150px;
	text-align:right;
}

.event-form .controls li {
	display:inline;
	font-size:1.2em;
}
.event-form .controls li.select { margin-right:20px; }
.event-form input.btn {
	float:right;
	margin-bottom:0;
}
.event-form a.close { position: absolute; top: 30px; right: 30px; font-size: 1.2em; }

/***** Pass (Register) *****/
.pass-field { position:relative; }
	#psr-score { position:absolute; top:0; left:250px; width:200px; line-height:1.3em; vertical-align:top; }
	.con-form #psr-score p { margin:0; padding:0; font-size:1.1em; }
	#psr-score .psr-level {	text-transform:uppercase; font-weight:bold;	}
	#psr-strength-notice { display: inline; padding-left: 10px; }
	.psr-bar { display:block; height:5px; margin-top:9px; font-size:0em; }
	.psr-weak .psr-level { color:#A52A2A; }
	.psr-weak .psr-bar { width:50px; background-color:#A52A2A; }
	.psr-medium .psr-level { color: #FFA500; }
	.psr-medium .psr-bar { width:100px; background:#FFA500; }
	.psr-strong .psr-level { color: #3DBE5E; }
	.psr-strong .psr-bar { width:150px; background:#3DBE5E; }
	.psr-excellent .psr-level { color: #416EC2; }
	.psr-excellent .psr-bar { width:175px; background:#416EC2; }

/* *07: Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

/*** Header ***/
#header .logo {
	left:30px;
	top:20px;
}
#header .logo a {
	display:block;
	width:299px;
	height:117px;
	text-indent:-10000px;
	background:#de1822 url(../images/logo-verycoll.png);
}
#ie6 #header .logo a {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo-aucklandartgallery.png', sizingMethod='scale');
	cursor:pointer;
}
#header #printlogo { display: none; }

/*** site search ***/
.site-search {
	position:absolute;
	right:38px;
	bottom:14px;
}
#ie6 .site-search { padding-bottom:1px; }
.site-search .field,
.site-search .selectbox {
	float:left;
	height:19px;
	padding:5px 8px 4px;
	border:1px solid #d5d5d5;
	font-size:1.3em;
}
#ie8 .site-search input.field { 
	padding-top:7px;
	padding-bottom:2px;
}
#ie7 .site-search input.field,
#ie7 .site-search .selectbox {
	
}
.site-search input.field {
    width:150px;
    padding-left: 30px;
    background: url(../images/ico-site-search.png) 5px 4px no-repeat;
}
.site-search select.field {
	width:180px;
	height:30px;
}
.site-search select.field,
.site-search .selectbox { margin:0 0 0 12px; }

/*** ie select swap ***/
.site-search .selectbox {
	width:170px;
	background:url(../images/ind-sitesearch-dropdown.png) 160px 5px no-repeat;
}
#ie6 .site-search .field,
#ie7 .site-search .field,
#ie6 .site-search .selectbox,
#ie7 .site-search .selectbox { 
	height:18px;
	padding-top:6px;
	padding-bottom:4px;
}
.site-search .selectbox-wrapper {
	position:absolute;
	left:202px;
	bottom:1px;
}
.site-search .selectbox-wrapper ul {
	position:absolute;
	top:0;
	left:0;
	width:176px;
	margin:0px;
	padding:.5em;
	border:1px solid #d5d5d5;
	list-style-type:none;
	background-color: #fff;
}

.site-search .selectbox-wrapper ul li {
	display:block;
	margin:0;
	padding:2px;
	list-style-type:none;
	font-size:1.2em;
	cursor:pointer;
}
.site-search .selectbox-wrapper ul li.selected { background-color: #d5d5d5;	}
.site-search .selectbox-wrapper ul li.current { background-color: #eee;	}
.site-search input.btn {
	float:left;
	width:50px;
	height:30px;
}

/*** header info ***/
#header .info {
	position:absolute;
	top:20px;
	right:38px;
}
#header .info li {
	color:#999;
	line-height:1em;
	font-size:1.3em;
}
#header .info .time {
	float:left;
	font-weight:bold;
}
#header .info .time span {
	color: #de1822;
}
#header .info .free-entry {
	/*float:left;*/
	margin:0 0 5px 15px;
	padding:0 0 0 12px;
	/*border-left:1px solid #d5d5d5;*/
	font-weight: bold;
	text-transform: uppercase;
}
#header .info .contact {
	float:left;
	margin:0 0 0 15px;
	padding:0 0 0 12px;
	border-left:1px solid #d5d5d5;
}
#header .info .address {
	clear:left;
	line-height:2em;
	font-size:1.1em;
}
#header .info .free-entry,
#header .info .time,
#header .info .address {
	text-align: right;	
}
/*** Navigation ***/

#navigation {
}

#navigation a { line-height: 1; }

#navigation li {
	margin:0 0 18px;
	font-weight:bold;
    display: inline;
}
#navigation > li > a {
	font-size:1.6em;
    line-height: 1.3em;
}
#navigation li a {
	display:inline-block;
	padding:3px 5px 2px;
	text-transform:uppercase;
	background:#fff;
    text-align: center;
}
#navigation li a:hover,
#navigation li a:focus {
	text-decoration:none;
	color:#fff !important;
	background-color:#de1822;
}
#navigation li.sel {
	padding:12px 10px 0 0;
	background:#fff;
}
#navigation li.home { padding-top:0; border:none; }
#navigation li.home a { margin-left: 0 !important; }
#navigation li.sel a { margin:0 0 0 10px; }
#navigation li.sel a:hover,
#navigation li.sel a:focus {
	color:#262626 !important;
	background-color:transparent !important;
}
#navigation li ul { padding:6px 0; }
#navigation li ul ul { padding:10px 0 0 18px; }
#navigation li.sel a {
	margin:0 0 0 5px;
	padding-left:25px;
	background-image:url(ind-circle-medium.png);
	background-position:3px 4px;
	background-repeat:no-repeat;
	color:#262626 !important;
}
#navigation li.sel li {
	margin:0 0 8px;
	padding:0;
	border:none;
}
#navigation li.sel li a { 
	margin-left: 25px;
	padding:3px 5px;
	line-height:1.2;
	text-transform:none;
	font-size:1.3em;
}
#navigation li.sel li li {
	margin:0 0 5px;
	font-weight: normal;
}
#navigation li.sel li li a {
	margin-left:20px;
	font-size:1.2em;
}
#navigation li.sel li.sel a {
	margin-left:7px;
	padding-left:23px;
	background:url(../images/ind-circle-small.png);
	background-position:5px 4px;
	background-repeat:no-repeat;
}

/*** Footer ***/
#footer .social {float:right;}
#footer .nav,
#footer .terms { 
	clear:left;
	float:left;
	margin:10px 0 3px;
}
#ie6 #footer .nav,
#ie7 #footer .nav,
#ie6 #footer .terms,
#ie7 #footer .terms { width:560px; }
#footer .nav li,
#footer .terms li {
	display: inline;
	padding:0 7px;
	border-left:1px solid #d5d5d5;
	font-size:1.1em;
}
.social { overflow:hidden; }
#ie6 .social { height:1%; }
.social li {
	float:left;
	line-height:1em;
}
#footer .social li.govt {
	padding:8px 0 2px 0;
}
.social li.rss { margin:20px 0 0 20px;}
.social li.face,	
.social li.flkr,	
.social li.twit	{ margin: 20px 0 0 8px;}
#footer .social li.tube { margin: 19px 0 0 8px;}
.social li.tube { margin-top: 15px;}
.social li a {
	overflow:hidden;
	display:block !important;
	text-indent:-10000px;
	background-image:url(../images/ico-social-medium.png);
}
.social li a span { display:none; }
#ie6 .social li a { background-image:url(../images/ico-social-medium.gif); }
.social li.rfa		{ margin-right: 60px; }
.social li.rfa a	{ width:70px; height:60px; background:url(../images/logo-pure-60.png);}
.social li.acc a	{ width:100px; height:50px; background-position:0 0;}
.social li.govt a	{ width:130px;height:60px; background:url(../images/logo-hm.png); }
.social li.rss a	{ width:28px; height:29px; background-position:-240px 0;}
.social li.face a	{ width:28px; height:29px; background-position:-270px 0;}
.social li.flkr a	{ width:28px; height:29px; background-position:-300px 0;}
.social li.twit a	{ width:28px; height:29px; background-position:-330px 0;}
.social li.tube a	{ width:28px; height:29px; background-position:-330px 67px;}
.social li.rbn	    { margin-right: 90px;}
.social li.rbn a	{
    width:41px;
    height:60px;
    background:url(../images/logo-robots.png);
    margin-left: 50px;
    float: none;
}
.social li.rbn div	{
    float: left;
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    text-align: right;
}

/*** Breadcrumbs ***/
.crumbs { margin:0 0 10px; }
.crumbs li {
	display:inline;
	font-size:1.1em;
	color: #de1822;
}
.crumbs li span { color:#333; }
.head-wrap h1 {
	float:left;
	margin:0 20px 20px 0;
	text-transform: uppercase;
}
p.abstract,
div.abstract p {
	clear:left;
	margin:0 0 20px 0;
	line-height:1.3em;
	font-size:1.4em;
}
.head-wrap div.abstract p,
.head-wrap p.abstract {
	clear:none;
	color:#666;
}
.head-wrap .con {
	clear:left;
}

/*** Features ***/
#image-zoom,
#collection-rotator {
	overflow:hidden;
	margin-bottom:10px;
	outline-style:none;
}
#image-zoom { margin-bottom:20px; }
#features li {
	clear: both;
	overflow:hidden;
	margin:0 0 10px;
	padding:15px;
	background:#d5d5d5;
}
#features ul li h2 { font-size:1.1em; }
#features li .dates { position:relative; float:left; padding:0; margin:0; }
#ie6 #features li { zoom:1; }
#features .details h3 {
	line-height:1.4em;
	font-size:2em;
	margin: -1px 0 5px;
}
#features li .details { padding:0; }
#features .details p { font-size:1.1em; }
#features .dates-single .details,
#features .dates-single h2 { margin:0 0 0 40px; }
#features .dates-double .details,
#features .dates-double h2 { margin:0 0 0 80px; }
img.feature {
	float:left;
	margin:0 10px 20px 0; 
}
.calendar-hi,
.feature-hi {
	float:left;
	width:205px;
	height:265px;
}
.feature-hi,
.rotator-hi { height:320px; }
.calendar-hi { 
	background-image:url(../images/bg-calendar-overlay.png) !important;
	cursor:pointer;
}
.calendar-hi h2 {font-size:2.4em; }
.calendar-hi p {font-size:1.4em; }

/*** Jquery fearures rotator ***/
#jquery-rotator {
	position:relative;
	overflow:hidden;
	clear:both;
	float:left;
	width:510px;
	height:320px;
	margin:0 15px 20px 0;
}
#ie7 #jquery-rotator { zoom:1; } 
#jquery-rotator ul.controls li {
	position:absolute;
	bottom:0;
	z-index:2;
}
#jquery-rotator ul.controls li.prev { left:10px; }
#jquery-rotator ul.controls li.next { right:10px; }
#jquery-rotator ul.controls li a {
	overflow:hidden;
	display:block;
	width:30px;
	height:90px;
	text-indent:-10000px;
	background-image:url(../images/bg-jquery-rotator.png);
	outline:none;
}
#ie6 #jquery-rotator ul.controls li a { background-image:url(../images/bg-jquery-rotator.gif); }
#jquery-rotator ul.controls li.prev a { background-position:0 0; }
#jquery-rotator ul.controls li.prev a:hover { background-position:0 -150px; }
#ie7 #jquery-rotator ul.controls li.prev a.disable { background-position:0 -300px; }
#jquery-rotator ul.controls li.next a { background-position:right 0; }
#jquery-rotator ul.controls li.next a:hover { background-position:right -150px; }
#ie7 #jquery-rotator ul.controls li.next a.disable { background-position:right -300px; }
#jquery-rotator ul.feature-list { position:absolute; }
#jquery-rotator ul.feature-list li {
	position:relative;
	float:left;
	width:510px;
	height:320px;
}
#jquery-rotator .detail {
	position:absolute;
	bottom:0;
	left:40px;
	z-index:3;
	width:390px;
	height:80px;
	padding:10px 20px 0;
	background:url(../images/bg-jquery-rotator.png) top center;
}
#ie6 #jquery-rotator .detail { background-image:url(../images/bg-jquery-rotator.gif); }
#jquery-rotator .detail h2 { 
	line-height:1.1em;
	font-size:2.2em;
	color: #fff;
}
#jquery-rotator .detail p { color:#fff; }
#jquery-rotator .detail p.type {
	font-size:1.1em;
	font-weight:bold;
}
#jquery-rotator .dates-double h2, 
#jquery-rotator .dates-double p.type { margin-left:85px; }
#jquery-rotator .dates-single h2, 
#jquery-rotator .dates-single p.type { margin-left:45px; }
#jquery-rotator .detail p.dates {
	float:left;
	margin:0;
	padding:0;
	background:none;
}

/*** Twitter Line ***/
#twitter-line {
	overflow:hidden;
	margin:0 0 20px;
	padding:3px 10px;
}
#ie6 #twitter-line { height:1%; }
#twitter-line a {
	overflow:hidden;
	color:#fff;
	background:url(../images/ico-social-small.png) no-repeat;
}
#ie6 #twitter-line a { background-image:url(../images/ico-social-small.gif); }
#twitter-line a.twitter { 
	float:left;
	margin:0 5px 0 0;
	padding:3px 0 3px 50px;
	vertical-align:text-bottom;
	font-size:1.4em;
	font-weight:bold;
	background-position:-160px 3px;
}
#twitter-line .twits {
	position:relative;
	overflow:hidden;
	display:none;
	float:left;
	width:460px;
}
#twitter-line .twits ul { 
	position:absolute;
	vertical-align:text-bottom;
	font-size:1.1em;
	color:#fff;
}
#twitter-line .social { float:right; }
#twitter-line .twits li,
#twitter-line .social li { float:left; }
#twitter-line .social a {
	display:block;
	width:21px;
	height:23px;
	margin:0 0 0 10px;
	text-indent:-10000px;
}
#twitter-line li a.rss		{ background-position:0 0; }
#twitter-line li a.facebook { background-position:-30px 0; }
#twitter-line li a.flickr	{ background-position:-60px 0; }

/*** Month link ***/
.link-months {
	margin-bottom:0;
	overflow:hidden;
	padding:10px;
}
p.link-months {
	margin-bottom:20px;
	padding:12px 10px 8px;
	border:1px solid #d5d5d5;
	text-align:center;
	line-height:1.4em;
}
p.link-months a { font-size:1.3em; }
.link-months h1 { text-align:center; margin:0; line-height:1.3; }
.link-months h2 {
	margin-bottom:0;
	text-align:center;
	font-size:2.4em;
	line-height:1.7;
}
.link-months .view-skip li { margin-bottom: 0; }
.link-months .view-skip-prev a { background-position:0 -80px; }
.link-months .view-skip-prev a:hover,
.link-months .view-skip-prev a:focus { background-position:0 -40px; }
.link-months .view-skip-next a { background-position:-40px -80px; }
.link-months .view-skip-next a:hover,
.link-months .view-skip-next a:focus { background-position:-40px -40px; }

/*** Calendar ***/
#calendar-picker { position:relative; }
.cal-month { margin-bottom:10px; }
#ie6 .cal-month { zoom:1; }
.cal-month p {
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	color:#de1822;
}
.cal-month a.view-link {
	position:absolute;
	top:2px;
	overflow:hidden;
	display:block;
	width:20px;
	height:20px;
	padding:0;
	text-indent:-10000px;
}
.cal-month a.view-prev { left:0; }
.cal-month a.view-next { right:0; }
.cal-range {
	display:block;
	width:190px;
	margin-bottom:10px;
	border:1px solid #d5d5d5;
	font-size:1.4em;
	padding: 5px;
}
.cal-range option { display:block; }
.cal-days { width:100%; }
.cal-days {
	font-size:1.1em;
	font-weight:bold;
}
.cal-days th {
	text-align:center;
	font-weight:bold;
}
.cal-days td { text-align:center; }
.cal-days td span,
.cal-days td a,
.cal-days td a.inactive,
.cal-days td a.inactive:hover {
	display:block;
	padding:.5em .3em;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#de1822;
	background:#eee;
}
.cal-days td span { color:#aaa; }
.cal-days a#today { background:#555; color:#fff !important; }
#ie6 .cal-days td a { zoom:1; }
.cal-days td a:hover,
.cal-days td a.hover {
	color:#fff !important;
	background:#ccc !important;
	text-decoration:none;
}
.cal-days td.selected a,
.cal-days td.selected a#today,
.cal-days td.selected a:hover {
	color:#fff !important;
	background:#de1822;
}
.cal-days td a strong { }

/*** sitemap ***/
.con-map li { margin:0 0 10px; }
.con-map li a {
	font-size:1.8em;
	font-weight:bold;
}
.con-map li li { margin:0; }
.con-map li li li { margin:0 0 0 20px; }
.con-map li li a {
	font-size:1.2em;
	font-weight:normal;
}

/*** forums ***/
.box-forum h1 { clear:both; }
.view-user-options { float:right; }
.view-user-options li { float:left; margin:0 0 0 10px; }
.con-forum-list p { margin:0 0 10px; }
table.topic-listing { margin-bottom:20px; }
table.topic-listing th {
	padding:5px 10px;
	font-size:1.4em;
	font-weight:bold;
}
table.topic-listing tbody tr:nth-child(2n+1) { background-color:#d5d5d5; }
table.topic-listing td { padding:5px 10px; font-size:1.2em; }
table.topic-listing td.title { width:50%; }
table.topic-listing td.replies { width:20%; }
table.topic-listing td.latestComment { width:30%; }

/*** hint module ***/
#hint {
	display:block;
	position:absolute;
	width:200px;
	padding:15px;
	border:1px solid #d5d5d5;
	background:#fff;
	font-size:1.1em;
}

/*** captcha ***/
ul.captcha-controls { 
	clear:left; 
	overflow:hidden;
	margin:0 0 5px;
}
#ie6 ul.captcha-controls { zoom:1; }
ul.captcha-controls li { 
	float:left;
	margin:0 10px 0 0;
	font-size:1.1em;
}
#recaptcha_image { margin:0 0 10px; }
#recaptcha_widget p.label { width:auto; }

/*** contact-details ***/
.contact-details dl { width: 200px; float: left; font-size:1.3em; margin-right: 20px; }
.contact-details dt { font-weight: bold; font-size: 1.292em; }
.contact-details dd { margin: 0 0 15px; }
#gmap-link { width: 198px; padding:0; float: left; }
#gmap-link .big-link { display: block; background:url(../images/bg-gmap.png); height:139px; overflow: hidden; text-indent: -999em; }
#ie6 #gmap-link, #ie6 #gmap-link .speech-holder { background-image: none !important; }

/*** Tabbed search form ***/
#search-forms {
	background: #D5D5D5;
}
h2.search-heading span { font-size: 0.584em;font-weight: normal;font-style: italic;}
#search-tabs {
	right: 0;
	top: -3.1em;
}
#search-tabs li {
	float: left;
	margin: 0;
}
#search-tabs a {
	display: inline-block;
	background: #FFF;
	border: 1px solid #c4c0ae;
	border-bottom: none;
	padding: 0 15px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.5em;
	vertical-align: middle;
}
#search-tabs a.selected {
	background: #D5D5D5;
	border-color: #D5D5D5;
	color: #000;
}
#advanced-search .advanced-toggle {
	display: block;
	height: 22px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.835em;
	vertical-align: middle;
}
.advanced-toggle span {
	right: 0;
	top: 0;
	display: block;
	width: 22px;
	height: 22px;
	background: red url(../images/ind-forms-expand.png) no-repeat right center;
}

/*** Artwork listing search form ***/
/*.artwork-search-form input.keyword-field { width: 678px; margin: 0 0 15px; }
.artwork-search-form .general-inputs { width:450px; float:left; margin-right:15px; }
.artwork-search-form .general-inputs select { width:219px; margin-bottom: 15px;  }
.artwork-search-form .general-inputs .alt { margin-right:0; }
.artwork-search-form .researcher-inputs { width:212px; float:left; }
.artwork-search-form .researcher-inputs input.text { width: 212px; margin:0 0 15px; }
.artwork-search-form input.btn { float: left; margin: -30px 0 0; }
*/
.artwork-search-form input.text,
.artwork-search-form select {
	border: 1px solid #c4c0ae;	
}
.artwork-search-form ul {
	position: relative;
	overflow: hidden;
}
#ie6 .artwork-search-form ul,
#ie7 .artwork-search-form ul {
	padding-bottom: 15px;
}
.artwork-search-form li { margin-bottom: 10px; }

.artwork-search-form li label {
	float: left;
	width: 140px;
	margin: 4px 30px 0 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}
.artwork-search-form li p {
	font-size: 1.2em;
	padding: 5px 0;
}
.artwork-search-form li .wrapper { width: 520px; }
.artwork-search-form li .wrapper label {
	width: 36px;
	margin-right: 10px;
}
.artwork-search-form .full input.text	{ width: 508px; }	
.artwork-search-form .full select		{ width: 519px; }
.artwork-search-form .filter input.text { width: 406px; }
.artwork-search-form .dates input.text	{
	width: 148px;
	margin-right: 5px;
}
.artwork-search-form .filter select		 { width: 418px; }
.artwork-search-form .filter select.bool {
	width: 82px;
	margin-right: 20px;
}

/*** Collection Landing Search ***/
.form-collection-search {
	background-color: #d5d5d5;
	padding: 20px;
	margin: 0 0 20px;
}
	.form-collection-search .keyword-field {
		width: 589px; 
		margin: 0 20px 0 0;
		float: left;
	}
		.form-collection-search .keyword-field p { margin: 0; }
		.form-collection-search .keyword-field input.text { width: 577px; }
		.form-collection-search input.btn { margin: 0; }
	
	.form-collection-search .search-types-field {
		width: 260px;
		float: left;
		padding-top: 8px;
	}
	
	.form-collection-search .radio-list li {
		position: relative;
		margin: 0 15px 0 0;
		display: inline;
	}
		.form-collection-search .radio-list input {
			margin-right: 5px;
		}
		.form-collection-search .radio-list label {
			position: relative;
			top: -2px;
			font-size: 1.2em;
		}
	
	.form-collection-search .submit-field {	}
	
	#ie6 .form-collection-search .submit-field .btn,
	#ie7 .form-collection-search .submit-field .btn {
		position: relative;
		padding: 3px 7px;
	}

.form-collection-search h3 {
	padding-top: 10px;
	border-top: 1px solid #C4C0AE;
}

.form-collection-search ul,
.form-collection-search .alpha-list li {
	margin: 0;
}
#ie6 .form-collection-search .alpha-list li { margin-right: 4px; }


/*** ColorBox ***/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {top:20px; left:20px; background:#fff;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:absolute; top: 0; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer; color:#de1822;}
#cboxOverlay{background:#000;}
#colorbox{padding:20px !important;background:#fff;}
#cboxContent{}
#cboxLoadedContent{margin-bottom:20px;}
#cboxTitle{margin-bottom:15px;text-align:left; width:90%;font-size:1.8em;font-weight:bold;}
#cboxDescription{margin:20px 0;padding:10px 20px;font-size:1.2em;background-color:#dfdfdf;}
#cboxCurrent{text-align:center;font-size:1.1em; }
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{float:left;font-size:1.2em;}
#cboxNext{float:right;font-size:1.2em;}
#cboxLoadingOverlay{background:url(../images/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:0; right:0;font-size:1.2em;}
#cboxClose.hover{background-position:right -300px;}

#colorbox dl { overflow: hidden; }
#colorbox dt { display:block; float:left; clear:left; font-weight: bold; }
#colorbox dd { display:block; width:400px; float:left; margin: 0px 0px 4px 10px; }
#colorbox dd.credit { width: 520px; }

.gallery-wall {
	background: rgb(181,189,200); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(181,189,200,1)), color-stop(0%,rgba(130,140,149,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: radial-gradient(center, ellipse cover,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gallery-wall p {
	font-size: 1.4em;
	color: #AAA;
	font-weight: bold;
	line-height: 35px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


#page .freshline {
    margin-bottom: 20px;
    margin-top: 20px;
}

/**********************************************************
	-	CAPTION SETTINGS FOR THE PARADIGM SLIDER	-
**********************************************************/


.creative_layer div{ position:absolute;}

.caption_black{
    font-family: 'Open Sans', sans-serif;
    font-size:30px;
    color:#fff;
    background-color:#211e1c;
    padding:20px;
    position:absolute;
    font-weight: 800;
    line-height:1;
}

.caption_black_22{
    font-family: 'Open Sans', sans-serif;
    font-size:22px;
    color:#fff;
    background-color:#211e1c;
    padding:20px;
    position:absolute;
    font-weight: 800;
    line-height:1;
}

.caption_black_noframe{
    font-family: 'Open Sans', sans-serif;
    font-size:28px;
    color:#211e1c;
    position:absolute;
    font-weight: 800;
    line-height:1;
}

.caption_simple{
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color:#211e1c;
    position:absolute;

}

.darkbutton{
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color:#fff;
    position:absolute;
    background-color:#211e1c;
    padding:8px 20px 8px 20px;
    position:absolute;

}

.blackbox{
    background-color:#211e1c;
    width:192px;
    height:20px;
    position:absolute;
}

a:focus {
    outline: none;
}

.minicap{
    font-size:14px;
    font-weight: normal;
}

.smallcap{
    font-size:18px;
    font-weight: normal;
}

.largecap{
    font-size:32px;
}

.imagecap{
    position:absolute;
}

.nobg{
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: #000 5px 5px 5px;
}

/*-- 在线客服 --*/
.box_os{ height:auto; overflow:hidden; width:106px;position:fixed;right:0;top:300px;_position:absolute; z-index:9999;}
.box_os .os_x{ width:13px; height:17px; margin-right:1px; float:right; display:inline; background:url(../images/os20120725.gif) no-repeat; cursor:pointer;}
.box_os .osqq{ width:104px; border:1px solid #D1D1D1; background:#F0F0F0 url(../images/os20120725.gif) no-repeat 0 -101px; clear:both; padding:35px 0 8px 0; text-align:center;}
.box_os .osqq p{ height:auto; line-height:20px;width:104px; margin-top:8px;}
.box_os .osqq p strong{ color:#666;}
.box_os .osqq img{ padding:7px 0 3px 0;}
.box_os .osqq p em{ color:#999; display:block;}
.box_os .osqq p span{ color:#547816; display:block;}
.onlineService{ display:none; width:25px; height:97px; background:url(images/os20120725.gif) no-repeat -80px 0; cursor:pointer;position:fixed;right:0;top:300px;_position:absolute;}
.box_os .osqq p span a{color:#547816;}

.box_os{ width:146px;top:192px; _position: absolute;_top: expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-100);}
.box_os .osqq{width:144px;background:#F0F0F0 url(../images/os20120725.gif) no-repeat 0 -101px;}
.box_os .osqq p{width:144px; *padding-top:8px; *margin-top:0;}
.box_os .qq{ height:45px; padding-top:5px; line-height:45px; color:#547816; background:url(../images/wpa_a04.png) no-repeat center;}
.box_os .qq a{ color:#547816; text-decoration:none; display:block;}
.box_os .qq a:hover { color:#547816; text-decoration:none;display:block;zoom:1;}
.onlineService{top:192px;}