/*@import 'login.css';*/
/* BASE COLORS */
/* BASE ELEMENT STYLES */
/* Global Text Styles */
.interstatebold {
  font-family: SweetSans;
  font-style: normal;
  font-weight: bold;
	font-size: 11px;
}
H1 {
  font-size: 26px;
}
H2 {
  font-size: 18px;
}
P, SPAN {
  font-size: 13px;
}
A {
  color: #7c7c7c;
}
.gray_light {
  color: #8a8a8a;
}
.gray_dark {
  color: #333333;
}
/* Layout
----------------------------------------------------*/
#layout {
  width: 100%;
    background-color:white;
}
    @media screen and (min-width:2000px) {  
        body.gng{
            background-color:#f2f2f2;
        }
        .gng #layout {
            width: 2000px;
            margin:0 auto;
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
            -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
            -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.6);
        }
    }
#layout DIV.container {
  width: 100%;
}
#layout DIV.container.border_bottom {
  border-bottom: 1px solid #cbcbcb;
  height: auto;
}
#layout DIV.container.border_top {
  border-top: 1px solid #cbcbcb;
}
#layout DIV.container DIV.content {
  width: 940px;
  margin: 0 auto;
  position: relative;
  *display: inline-block;
}
#layout > DIV.container DIV.content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#layout > DIV.container.careers DIV.content:after,
#layout > DIV.container DIV#how_it_works.content:after {
	content: none;
}

DIV.content_third {
  width: 290px;
  margin-right: 45px;
}
DIV.no_margin {
  margin: 0 ;
}
.underline {
  text-decoration: underline;
}
/* pagination UL 
--------------------------------------------------*/
UL.pagination {
  font-size: 12.5px;
}
UL.pagination LI {
  display: inline;
  color: #cbcbcb;
}
UL.pagination LI A {
  font-size: 12.5px;
  color: #333333;
}
/* global form stuff
---------------------------------------------------*/
/* moved to form.css */
/* Two-column layout (example: gallery page with large image on left and text content on right)
------------------------------------------------------------------------------------------------*/
.two_col_layout {
  padding: 45px 0;
  font-size: 13px;
  line-height: 19px;
  color: #7c7c7c;
  *display: inline-block;
}
.two_col_layout:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.two_col_layout .image_column {
  float: left;
  width: 565px;
  height: 355px;
  overflow: hidden;
}
.two_col_layout .text_column {
  float: left;
  margin-left: 60px;
  width: 335px;
}
.two_col_layout .text_column H1 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}
.two_col_layout .text_column P {
  margin-top: 10px;
}
.two_col_layout .text_column P.description {
  font-style: italic;
  margin-top: 0;
}
.two_col_layout .text_column DIV#artist_list UL {
  float: left;
  margin-top: 10px;
  width: 50%;
}
.two_col_layout .text_column DIV#artist_list UL LI A {
  color: #7c7c7c;
}
/* selected art layout (full-size image on left with info on right)
------------------------------------------------------------------------------------------------*/
.selected_art_layout {
  padding: 45px 0;
}
.selected_art_layout .image_column {
  display: block;
  width: 715px;
  float: left;
}
#layout .selected_art_layout .image_column DIV.container {
	text-align:center;
}

.selected_art_layout .image_column DIV.container {
	}

	.selected_art_layout .image_column DIV.container A {
		display: block;
		text-decoration: none;
		position: relative;
		}
	.selected_art_layout .image_column DIV.container A .overlay {
		display: none;
		text-indent: -999em;
		width: 165px;
		height: 11px;
		background: url(../img/artwork_view/zoom_scale.png) center center no-repeat;
		position: relative;
		margin: 0 auto;
		cursor: pointer;
		}


.selected_art_layout .image_column DIV.container IMG#selected_artwork {

}

.selected_art_layout .image_column DIV.container IMG#selected_artwork.hover {
  cursor: pointer;
}
.selected_art_layout .text_column {
  display: block;
  width: 225px;
  float: left;
  margin-left: 20px;
}
.selected_art_layout .text_column P {
  line-height: 20px;
  margin: 0 0 20px;
}
.selected_art_layout .text_column .gallery {
  font-size: 13px;
}

.selected_art_layout .text_column .artist {
	font-size: 17px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #333;
	font-family: SackersGothic;
}

.selected_art_layout .text_column .title {
  font-size: 24px;
  font-style: italic;
  color: #333;
}

.selected_art_layout .text_column .description {
  font-size: 13px;
  color: #6d6d6d;
}
.selected_art_layout .text_column .price {
  font-size: 18px;
  color: #8a8a8a;
}
/* prev next share+ buttons
	----------------------------------------------------*/
.selected_art_layout .text_column UL#prev_next_share {
  width: 225px;
  height: 20px;
}
.selected_art_layout .text_column UL#prev_next_share LI {
  height: 20px;
  display: inline;
  float: left;
}
.selected_art_layout .text_column UL#prev_next_share LI A {
  height: 20px;
  display: block;
  text-indent: -999em;
}
.selected_art_layout .text_column UL#prev_next_share LI.prev {
  width: 13px;
  margin-right: 37px;
}
.selected_art_layout .text_column UL#prev_next_share LI.prev A {
  background: url(../img/slice_prev_next_share.png) no-repeat 0 0;
}
.selected_art_layout .text_column UL#prev_next_share LI.next {
  width: 13px;
  margin-right: 35px;
}
.selected_art_layout .text_column UL#prev_next_share LI.next A {
  background: url(../img/slice_prev_next_share.png) no-repeat -49px 0;
}

.selected_art_layout .text_column UL#prev_next_share LI.inquire {
  width: 56px;
}
.selected_art_layout .text_column UL#prev_next_share LI.inquire A {
  background: url(../img/slice_prev_next_share.png) no-repeat -98px 0;
}
.selected_art_layout .text_column UL#prev_next_share LI.share {
  width: 71px;
}
.selected_art_layout .text_column UL#prev_next_share LI.share A {
  background: url(../img/slice_prev_next_share.png) no-repeat -154px 0;
}


/* call to action buttons
		---------------------------------------------------*/
.selected_art_layout .text_column UL#call_to_action {
  width: 200px;
  height: 25px;
  margin: 20px 0;
  background: url(../img/call_to_action.png) no-repeat 0 0;
}
.selected_art_layout .text_column UL#call_to_action LI {
  height: 25px;
  display: block;
  float: left;
}
.selected_art_layout .text_column UL#call_to_action LI#dossier {
  width: 91px;
}
.selected_art_layout .text_column UL#call_to_action LI.action {
  width: 101px;
}
.selected_art_layout .text_column UL#call_to_action LI A {
  height: 100%;
  display: block;
  text-indent: -999em;
}
.selected_art_layout .text_column UL#call_to_action LI#dossier A {
  background: url(../img/call_to_action.png) no-repeat 0 0;
}
.selected_art_layout .text_column UL#call_to_action LI#acquire A {
  background: url(../img/call_to_action.png) no-repeat -91px 0;
}
.selected_art_layout .text_column UL#call_to_action LI#acquire.no_dossier A {
  background: #fff url(../img/acquire_single.png) no-repeat;
	width: 300px !important;
}



.selected_art_layout .text_column UL#call_to_action LI#join_to_acquire A {
  background: url(../img/call_to_action.png) no-repeat -91px -25px;
  height: 38px;
}
.selected_art_layout .text_column UL#call_to_action LI#sold A {
/*  background: url(../img/call_to_action.png) no-repeat -98px -63px;*/
	background: #fff;
	height: 38px;
	margin-top: -3px;
}
.selected_art_layout .text_column UL#call_to_action LI#sold .inquire_other_artworks {
  font-size: 13px;
  display: block;
  width: 200px;
  position: relative;
  border-top: 1px solid #b2b2b2;
  padding-top: 10px;
  top:-55px;

}
.selected_art_layout .text_column UL#call_to_action LI#sold .inquire_other_artworks A {
	color:#7C7C7C;
	text-indent:0;
}

/* content nav (not main nav) 
-------------------------------------------------*/
.content_nav {
  font: normal 15.5px Arial;
  text-transform: uppercase;
  height: 45px;
  *display: inline-block;
}
.content_nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.content_nav UL {
  height: 46px;
}
.content_nav UL LI {
  float: left;
  margin-right: 65px;
}
.content_nav UL LI A {
  text-decoration: none;
  display: block;
  line-height: 46px;
  color: #000;
  cursor: pointer;
}
.content_nav UL LI A:hover, .content_nav UL LI A.current {
  color: #7c7c7c;
  background: url(../img/secondary_nav_hover.png) no-repeat center bottom;
}
.content_nav UL LI A SPAN {
  display: block;
  text-indent: -999em;
  background: url(../img/sprite_numbered_steps.png) 0 0 no-repeat;
}
.content_nav UL LI A:hover SPAN, .content_nav UL LI A.current SPAN {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
/* Header 
----------------------------------------------------*/
#header #top {
  position: relative;
  width: 860px;
  height: 81px;
}

h1#logo
{
	display: block;
	float: left;  
	width: 103px;
	height: 40px;
  padding-top: 21px;
  overflow: hidden;
}
h1#logo a:before{
  color: #0837EF;
  font-size: 100px;
  text-decoration: none; 
  line-height: 100px;  
  position: relative;
  top: -1px;
  left: -19px;
}
.gng h1#logo
{
	position: absolute;
	top: 19px;
	height: 46px;
	width: 289px;
	left:calc(50% - 144.5px);
	background: url(/assets/img/global/gng_header_logo_bigger.png) no-repeat 0 0;
}

h1#logo a
{
	display: block;
  width: inherit;
	height: inherit;
}
h1#logo a span
{
  display: block;
  text-indent: -999em;
}

#header #top #access {

}
#header #top #access .logged_out {
  position: relative;
  right: 0;
  width: 104px;
  height: 15px;
}
#header #top #access A.login_sign_up {
  right: 0;
  top: 0;
  position: absolute;
  width: 104px;
  height: 15px;
  display: block;
  background: url(../img/access.png) no-repeat 0 0;
  text-align: left;
  text-indent: -999em;
}
#header #top #access .logged_in .username {
  white-space: nowrap;
  padding-left: 15px;
  background: url(../img/access.png) no-repeat -215px 6px;
  text-align: right;
  margin-right: 110px;
	display: block;
	margin-right: 20px;
	float: right;
}

#header #top #access DIV#about_paddle8 A {
  position: relative;
  height: 29px;
  display: block;
	float: right;
	margin-right: 10px;
  text-align: right;
	font-family: SweetSans;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
	color: #000;
	text-decoration: none;
}

#header #top #access DIV#main_login_trigger A#open_login_dropdown {
  float: right;
	margin-right: 20px;
  position: relative;
  width: 53px;
  height: 29px;
  display: block;
  background: #fff url(../img/login_btn_header.png) no-repeat center center;
  text-align: left;
  text-indent: -999em;
  padding: 0 8px;
}

#header #top #access DIV#main_login_trigger A#open_login_dropdown.active {
	background: #eee url(../img/login_btn_header.png) no-repeat center center;
}

#header #top #access DIV#join_paddle8 A {
  position: relative;
  width: 71px;
  height: 29px;
  display: block;
  background: url(../img/join_btn_header.png) no-repeat 0 0;
  text-align: left;
  text-indent: -999em;
	float: right;
}


/* My account nav (based on suckerfish: http://htmldog.com/articles/suckerfish/dropdowns/ )
-------------------------------------------------------------------------------------*/
#my_account {
  position: relative;
  text-align: left;
  display: block;
	margin-top: 7px;
	float: right;
  z-index: 2000;
}
#my_account, #my_account UL {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 2000;
}
#my_account A {
  display: block;
  color: #333;
  z-index: 2000;
}
#my_account > LI {
  position: relative;
  width: 80px;
  z-index: 2000;
}
#my_account LI A.my_account {
  position: relative;
  width: 90px;
  display: block;
  background: url(../img/access.png) no-repeat -120px 0;
  text-indent: -999em;
  z-index: 2000;
}
#my_account LI UL {
  /* second-level lists */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #eee;
  background: white;
  width: 133px;
  z-index: 2000;
  position: relative;
  display: none;
}
#my_account LI UL LI.gray {
  background: #eee;
}
#my_account LI UL LI A {
  height: 25px;
  line-height: 25px;
  padding: 5px 15px;
}
#my_account LI:hover UL,
#my_account LI.sfhover UL {
  /* lists nested under hovered list items */
  display: block;
}

/* Main nav (based on suckerfish: http://htmldog.com/articles/suckerfish/dropdowns/ )
-------------------------------------------------------------------------------------*/
DIV#nav {
  display: block;
  position: absolute;
	top: 30px;
	right: 0;
  margin-top: 15px;
  height: 30px;
  width: 820px;
  /* UL.dropdown */
}
DIV#nav UL.dropdown {
  float: right;
  /* LI UL */
  /* LI.artworks UL LI */
  /* LI.artworks UL LI */
}
DIV#nav UL.dropdown LI A {
  color: #000;
}
DIV#nav UL.dropdown LI A:hover, DIV#nav UL.dropdown LI A.active {
  color: #7C7C7C;
}
DIV#nav UL.dropdown LI:hover UL {
  background: #eee;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
/*	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=140, Color=#444444);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(trength=0, Direction=140, Color=#444444, positive=true)";
	zoom: 1;*/
  /* LI UL LI */
}
DIV#nav UL.dropdown LI:hover UL:before {
  display: block;
  content: ' ';
  height: 0;
  position: relative;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #eee;
  bottom: 20px;
  left: 17px;
}
DIV#nav UL.dropdown LI:hover UL LI {
  margin: -10px 0 15px -1px;
	padding: 0;
  border: 0 !important;
  /* A */
}
DIV#nav UL.dropdown LI:hover UL LI A {
  padding-left: 25px !important;
  border: 0 !important;
}
DIV#nav UL.dropdown LI:hover UL LI:hover {
  /* UL */
}
DIV#nav UL.dropdown LI:hover UL LI:hover UL {
/*	background: transparent;*/
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC0000FF,endColorstr=#CC0000FF)"; /* IE8 */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC0000FF,endColorstr=#CC0000FF); /* IE6 & 7 */
/*	zoom: 1;*/
	background: #00F;
  background: rgba(0, 0, 255, 0.8);
  margin-top: -10px;
  margin-left: 2px;
  padding: 0 15px 0 20px;
  color: #fff !important;
  /* LI */
}
DIV#nav UL.dropdown LI:hover UL LI:hover UL:before {
  display: block;
  content: ' ';
  height: 0;
  position: relative;
  width: 0;
  border: 10px solid transparent;
	border-right-color: #00F;
  border-right-color: rgba(0, 0, 255, 0.8);
  top: 15px;
  left: -40px;
}
DIV#nav UL.dropdown LI:hover UL LI:hover UL LI {
  color: #fff;
  font-family: SweetSans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
DIV#nav UL.dropdown LI:hover UL LI:hover UL LI A {
  padding: 5px 0 !important;
  color: #efefef;
}
DIV#nav UL.dropdown LI:hover UL LI:hover UL LI A:hover {
  color: #fff;
}
DIV#nav UL.dropdown LI.artworks:hover UL {
  margin-left: -25px;
  width: 134px;
}
DIV#nav UL.dropdown LI.artworks:hover UL LI A {
  padding-left: 25px;
}
DIV#nav UL.dropdown LI.community:hover UL {
  width: 140px;
}
DIV#nav UL.dropdown LI.community:hover UL LI A {
  padding-right: 25px;
}

/* #nav */



/* nav container (added for launch page js animation)
---------------------------------------------------*/
#nav_container {
	width: 717px;
	height: 71px;
	float: right;
	margin-right: -5px;
	margin-top: 0px;
}

/* Reset Password
---------------------------------------------------*/
#pw_reset_container {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#pw_reset_container .background {
  background: #000;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
#pw_reset_container .content {
  position: absolute;
  top: 90px;
  color: #333;
  background: #fff;
  width: 450px;
  padding: 50px 0;
  margin: 0 auto;
}
#pw_reset_container.content H1 {
  font-size: 19px;
  line-height: 22px;
  margin: 0 40px 20px;
  border-bottom: 1px solid #8a8a8a;
}
#pw_reset_container.content P {
  margin: 0 40px;
  font-size: 13px;
  line-height: 1.5;
}
#pw_reset_container.content P A {
  color: #333;
}
#pw_reset_container .content FORM {
  margin: 30px 40px 30px;
}
#pw_reset_container .content FORM P {
  margin: 0;
  line-height: 24px;
}
#pw_reset_container .content FORM P INPUT {
  width: 250px;
  height: 22px;
  margin-right: 10px;
  border: 1px solid #e4e4e4;
}
/* Header Exhibition strip 
--------------------------------------------------*/
#header #exhibition_strip {
/*  background: url(../exhibitions/taking_sides/exhibition_strip_bg.png) center center repeat-x;*/
	background: #eee;
	height: 45px;
	width:100%;
	overflow-x:hidden;
}
	#header #exhibition_strip .content {
		position: static !important;
		}
/* Main content area 
----------------------------------------------------*/
/* page title with header on left, short body copy on right, separated by 3px border
-----------------------------------------------------------------------------------------*/
#page_title {
  margin: 45px 0 40px;
  *display: inline-block;
}
#page_title.one_column H1 {
  font-size: 26px;
  color: #333;
  float: left;
  margin-right: 50px;
}
#page_title.two_column H1 {
  font-size: 28px;
  color: #333;
  float: left;
  margin-right: 50px;
}
#page_title.two_column P {
  float: left;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  width: 500px;
  padding-left: 25px;
  border-left: 3px solid #b2b2b2;
}
#page_title.two_column DIV.see_friends_from_other {
  float: right;
  width:215px;
}
#page_title.two_column DIV.see_friends_from_other P {
  width:auto;
  padding:0;
  margin-bottom:5px;
  border:0;
  display:block;
  float:none;
}
#page_title.two_column DIV.see_friends_from_other FORM {
  display:block;
}
#page_title A.back_to_list {
  float: right;
  color: #666;
  font-size: 13px;
  line-height: 18px;
}
#page_title:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* Influencers
-------------------------------------------------------*/
/*#influencers {
	overflow:hidden;
	}
	UL#influencers_grid {
		position:relative;
		width:980px;
		}
		UL#influencers_grid LI {
			width:230px;
			float:left;
			margin-right:15px;
			margin-bottom:15px;
			}
			UL#influencers_grid LI IMG {
				display:block;
				padding-bottom:10px;
				border-bottom:1px solid #666;
				margin-bottom:10px;
				}
			UL#influencers_grid LI P.name {
				color:#333;
				font-size:13px;
				margin-bottom:5px;
				}				
			UL#influencers_grid LI P.description {
				color:#666;
				font-size:11px;
				margin-bottom:5px;
				}				
*/
/* three-column bottom layout
example: in Influencers page, 3-column section w/ 
What is Paddle8? / Upcoming Exhibitions / Spotlight
----------------------------------------------------*/
.three_col_layout > DIV {
  position: relative;
  height: 307px;
}
.three_col_layout > DIV .text_container {
  position: absolute;
  bottom: 0;
}
.three_col_layout H1 {
  height: 65px;
  width: 100px;
  background: url(../img/secondary_headers.png) no-repeat 0 0;
  text-indent: -999em;
}
.three_col_layout P {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.three_col_layout A.enter_button {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.three_col_layout INPUT.text {
  vertical-align: middle;
  border: 1px solid #d8d8d8;
  width: 175px;
  margin-right: 15px;
}
/* what is paddle8
	---------------------------------------------------*/
.three_col_layout #what_is_paddle8 H1 {
  width: 220px;
}
/* upcoming exhibitions
	---------------------------------------------------*/
.three_col_layout #upcoming_exhibitions H1 {
  background-position: -240px 0;
  width: 235px;
}
.three_col_layout #upcoming_exhibitions IMG {
  display: block;
}
.three_col_layout #upcoming_exhibitions IMG.top {
  margin-bottom: 12px;
}
/* spotlight
	---------------------------------------------------*/
.three_col_layout #spotlight H1 {
  background-position: -500px 0;
  width: 100px;
}
.three_col_layout #spotlight IMG {
  display: block;
}
.three_col_layout #spotlight A {
	text-decoration: none;
	line-height: 17px;
	}
.three_col_layout #spotlight IMG.left {
  margin-right: 10px;
}
/* you've recently views
	---------------------------------------------------*/
.three_col_layout #you_recently_viewed H1 {
  background-position: -622px 0;
  width: 230px;
}
.three_col_layout #you_recently_viewed IMG {
  display: block;
}
/* Footer
-----------------------------------------------------*/
#footer A {
  color: blue;
}
#footer A:hover {
  color: red;
}
#footer DIV.right {
  font-size: 11px;
}
#footer DIV.right UL {
  margin-top: 40px;
}
#footer DIV.right UL LI {
  display: inline;
  margin-left: 20px;
}
#quick_links {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  line-height: 28px;
  position: relative;
  border: 2px solid #d8d8d8;
}
#quick_links UL {
  padding: 0;
  list-style: none;
  line-height: 28px;
  position: relative;
  border: 2px solid #d8d8d8;
}
#quick_links A {
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding-left: 10px;
  background: url(../img/arrow_big_up_down.png) no-repeat 200px 5px;
}
#quick_links A:hover, #quick_links > LI:hover A {
  background-position: 200px -20px;
}
#quick_links UL LI A {
  display: block;
  background: #fff;
  border-bottom: 2px solid #d8d8d8;
}
#quick_links LI {
  float: left;
  width: 225px;
  line-height: 28px;
  position: relative;
}
#quick_links LI UL {
  position: absolute;
  background: orange;
  width: 225px;
  left: -999em;
  bottom: 28px;
  border-bottom: 0;
}
#quick_links LI:hover UL, #quick_links LI.sfhover UL {
  left: -2px;
}
/* Image browser
	--------------------------------------------------------*/
#image_browser {
  margin: 0 auto;
  position: relative;
  padding-top: 25px;
}
#image_browser DIV.top {
  height: 50px;
  margin-bottom: 0;
}
#image_browser H1 {
  font-size: 18px;
  font-weight: normal;
  color: #6d6d6d;
  float: left;
}
/* Toggle buttons for grid/list views
	---------------------------------------------------------*/
#image_browser #grid_list_toggle {
  float: right;
  margin-top: 4px;
  margin-left: 60px;
  text-indent: -999em;
  width: 104px;
  background: url(../img/grid_list.png) no-repeat 0 0;
}
#image_browser #grid_list_toggle SPAN {
  display: block;
  height: 10px;
  float: left;
  cursor: pointer;
}
.pagination_separator { 
	display: block;
	background: #828282;
	height: 1px;
	width: 940px;
	margin-bottom: 20px;
}
#image_browser DIV#pagination {
	float: right !important;
}
#image_browser DIV#pagination #see_all,
#image_browser DIV#pagination #showing_per_page {
	float: left;
}
#image_browser DIV#pagination #showing_per_page {
	margin-right: 20px;
}
#image_browser DIV#pagination #see_all {
	margin-top: 5px;
	margin-right: 40px;
}
#image_browser DIV#pagination #see_all a {
	text-decoration: none;
}

#image_browser DIV#pagination #showing_per_page .select_group {
	width: 100%;
}

#image_browser DIV#pagination DIV.interior_link,
#image_browser DIV#pagination DIV.next_page
 {
	display: inline-block;
	margin-left: 7px;
	height: 13px;
	width: 8px;
	line-height: 13px;
	font-size: 13px;
	margin-top: 5px;
}
#image_browser DIV#pagination DIV A.arrow {
	display: inline-block;
	height: 13px;
	width: 8px;
	text-indent: -999em;
}
#image_browser DIV#pagination DIV.previous_page A {
	text-indent: -999em !important;
	background: url(../img/footer_left_arrow.png) no-repeat 0 0;
}
#image_browser DIV#pagination DIV.next_page A {
	text-indent: -999em !important;
	background: url(../img/footer_right_arrow.png) no-repeat 0 0;
}
#image_browser #grid_list_toggle SPAN.grid {
  background: url(../img/grid_list.png) no-repeat 0 0;
  width: 42px;
  margin-right: 22px;
}
#image_browser #grid_list_toggle SPAN.grid.hover, #image_browser #grid_list_toggle SPAN.grid.active {
  background-position: 0 -10px;
}
#image_browser #grid_list_toggle SPAN.list {
  background: url(../img/grid_list.png) no-repeat -64px 0;
  width: 40px;
}
#image_browser #grid_list_toggle SPAN.list.hover, #image_browser #grid_list_toggle SPAN.list.active {
  background-position: -64px -10px;
}
/* List sorting
	-------------------------------------------------------*/
#image_browser UL#list_sort {
  width: 940px;
  margin-bottom: 5px;
  *display: inline-block;
}
#image_browser UL#list_sort:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#image_browser UL#list_sort LI A {
  color: #333;
  font-size: 14px;
  background: url(../img/arrow_small_up_down.png) no-repeat 0 6px;
  text-decoration: none;
  padding-left: 10px;
}
#image_browser UL#list_sort LI A:hover, #image_browser UL#list_sort LI.current A {
  color: #7c7c7c;
  background-position: 0 -24px;
}
/* Grid view 
		----------------------------------------------------*/
#image_browser UL#artworks.grid {
  margin-top: 30px;
  width: 980px;
}
#image_browser UL#artworks.grid LI {
  display: block;
  float: left;
  width: 225px;
  height: 286px;
  margin-right: 20px;
  margin-bottom: 100px;
}
#image_browser UL#artworks.grid LI A {
  position: relative;
  text-decoration: none;
  display: block;
  height: 225px;
}
#image_browser UL#artworks.grid LI SPAN.exhibit_column {
  display: block;
  line-height: 225px;
  width: 225px;
  height: 225px;
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
}
#image_browser UL#artworks.grid LI SPAN.exhibit_column IMG {
  line-height: 225px;
  display: inline;
  vertical-align: middle;
  margin: 0 auto;
}
#image_browser UL#artworks.grid LI SPAN.text_container {
  position: relative;
  display: block;
  width: 225px;
  height: 70px;
  line-height: 20px;
}
#image_browser UL#artworks.grid LI.hover SPAN.text_container {
  background: #cecece;
}
#image_browser UL#artworks.grid LI SPAN.artist {
  display: block;
  padding-top: 8px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
#image_browser UL#artworks.grid LI SPAN.title {
  display: block;
  font-size: 13px;
  color: #6d6d6d;
  text-align: center;
}
#image_browser .exhibit_column {
  display: block;
  float: left;
  width: 245px;
  text-align: center;
  height: 161px;
  line-height: 161px;
}
#image_browser UL#list_sort LI.exhibit_column {
  height: 20px;
  line-height: 20px;
}
#image_browser .exhibit_column.gridview {
  float: none;
}
#image_browser .artist_column {
  display: block;
  float: left;
  width: 415px;
}
/* used in toggling between grid and list */
#image_browser .artist_column.gridview {
  width: 100%;
}
#image_browser .size_column {
  display: block;
  float: left;
  width: 148px;
}
#image_browser .price_column {
  display: block;
  float: left;
  width: 152px;
}
#image_browser UL#artworks.list LI {
  float: none;
  height: 160px;
  border-top: 1px solid #b2b2b2;
}
#image_browser UL#artworks.list LI A {
  text-decoration: none;
  display: block;
  height: 100%;
}
#image_browser UL#artworks.list LI SPAN.image_container {
  width: 160px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  float: left;
}
#image_browser UL#artworks.list LI SPAN.exhibit_column IMG {
  max-height: 160px;
  vertical-align: middle;
}
#image_browser UL#artworks.list LI SPAN.text_container {
  float: left;
  line-height: 1.5;
  height: 100%;
}
#image_browser UL#artworks.list LI.hover SPAN.text_container {
  background: #dadada;
}
#image_browser UL#artworks.list LI SPAN.text_container > SPAN {
  margin-top: 20px;
}
#image_browser UL#artworks.list LI SPAN.text_container SPAN > SPAN {
  margin-left: 10px;
}
#image_browser UL#artworks.list LI SPAN.text_container SPAN.artist_column SPAN.artist {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
}
#image_browser UL#artworks.list LI SPAN.text_container SPAN.artist_column SPAN.title {
  display: block;
  font-size: 13px;
  color: #7a7a7a;
}
#image_browser UL#artworks.list LI SPAN.text_container SPAN.size_column SPAN {
  display: block;
  font-size: 12.5px;
  color: #7a7a7a;
}
#image_browser UL#artworks.list LI SPAN.text_container SPAN.price_column SPAN {
  font-size: 18px;
  color: #7a7a7a;
}
#image_browser UL#artworks.list LI SPAN.text_container SPAN.price_column SPAN.currency_code {
  margin: 0;
}
#image_browserUL#artworks.list LI SPAN.text_container SPAN.price_column SPAN SPAN.currency_code {
  font-size: 10px;
  text-transform: uppercase;
}
.artwork_container {
  display: block;
  width: 288px;
  height: 240px;
  border: 1px solid #cbcbcb;
}
.artwork_container .gutter {
  display: block;
  float: left;
  width: 31px;
  height: 240px;
}
.artwork_container .gutter.left {
  background: url(../img/footer_left_arrow.png) center center no-repeat;
}
.artwork_container .gutter.right {
  background: url(../img/footer_right_arrow.png) center center no-repeat;
}
.artwork_container .gutter A {
  display: block;
  height: 240px;
  width: 30px;
  text-indent: -999em;
}
.artwork_container .artwork_details {
  display: block;
  float: left;
  width: 225px;
}
.artwork_container .artwork_details .artwork_image {
  display: block;
  width: 225px;
  height: 166px;
  margin: 10px auto;
  border-bottom: 1px solid #cbcbcb;
}
.artwork_container .artwork_details .artwork_image IMG {
  display: block;
  margin: 19px auto 15px;
  max-width: 145px;
  max-height: 145px;
}
.artwork_container .artwork_details .artwork_text {
  display: block;
  text-align: center;
  width: 225px;
  margin: 0 auto;
  padding: 0;
}
.artwork_container .artwork_details .artwork_text P.artist {
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
}
.artwork_container .artwork_details .artwork_text P.title {
  font-size: 13px;
  color: #7c7c7c;
  font-style: italic;
  line-height: 18px;
}

/* ---------------------------------------------------------------
**  gng banner for auctions in preview, trying to get people to sign up
--------------------------------------------------------------- */

DIV#preview_signup_banner{
	background-color:#f2f2f2;
	height:140px;
}
DIV#preview_signup_banner .banner_content{
	width:940px;
	margin:0 auto;
	padding:30px 0px;
	position:relative;
}
DIV#preview_signup_banner .seal{
	float:left;
	width:80px;
	height:80px;
	margin-right:27px;
	background-image:url(/assets/img/home_page/gg_seal_sprite.png);
	background-repeat:no-repeat;
	background-position:-1px -1px;
}
DIV#preview_signup_banner .copy{
	width:640px;
	float:left;
	font-size:18px;
	line-height:25px;
}
DIV#preview_signup_banner .join_button{
	position:absolute;
	top:49px;
	right:0px;
	padding-top:15px;
	padding-bottom:15px;
}
DIV#preview_signup_banner .banner_content:after {
    content: "";
    display: table;
    clear: both;
  }
DIV#preview_signup_banner:after {
    content: "";
    display: table;
    clear: both;
  }
@media screen and (max-device-width: 480px) and (min-device-width: 320px){
  #welcome-bar{display:none;}
}