body {
	margin: 0px 0 0 0;
	padding: 0px;
	background: #fff;
	color: #333333;
}

#container {
	text-align: left;
	margin: 0px auto;
	width: 900px;
	padding-top: 10px;
	background: #fff;
	color: #333; /*#406a83;*/
	font: 0.70em Verdana, Arial, Helvetica, sans-serif;
}

#header {
	position: relative;
	border-top: 1px solid #817d7c;
	border-bottom: 1px solid #817d7c;
	height: 75px;
	background-color: #fff;
	background: url(img/american_academy_in_rome.gif) no-repeat center
		center;
}

/* in header quick-login*/
div.quick-access {
	width: 280px;
	float: right;
	margin-top: 80px;
	text-align: right;
	padding: 0px 10px;
	color: #fff;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}

div.quick-access p {
	margin-bottom: 4px;
}

div.quick-access li {
	display: inline;
	background: url(img/shop_access_pipe.gif) no-repeat 100% .35em;
	padding-right: 7px;
	padding-left: 3px;
}

div.quick-access li.first {
	padding-left: 0;
}

div.quick-access li.last {
	padding-right: 0;
	background: none;
}

div.account-access p,div.account-access ul,div.account-access li {
	display: inline;
	color: #000;
}

div.account-access a,div.account-access a:hover {
	color: #000;
}

div.account-access ul {
	padding-left: 10px;
	font-size: .95em;
}

/* fine quickaccess-header*/
#content {
	padding: 5px 0px 15px 0px;
/*	width: 890px;
	float: left;*/
}

a.extlink {
}


a.content:link {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

a.content:visited {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

a.content:active {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

a.content:hover {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666999;
	text-decoration: underline;
}

.percorso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#sidebar { /*	<!-- float: right; -->*/
	width: 200px;
	margin: 0 0 0 583px;
	background-color: #000fff;
}

#footer {
	padding: 10px 5px 10px 0px;
	margin: 30px 0px 0px 0px;
	background: #eeeeee;
	height: 15px;
	clear: both;
}

#footer a:link {
	color: #0066cc;
	text-decoration: none
}

#footer a:visited {
	color: #6699cc;
	text-decoration: none
}

#footer a:active,#footer a:hover {
	color: #3300cc;
	text-decoration: underline
}

.fleft {
	float: left
}

.fright {
	float: right
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
	_height: 1px
}

.inline {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 20px
}

.inline li {
	display: inline;
	margin-right: 20px
}

hr {
	background: #000;
}

img {
	border: 0;
}

em {
	color: #4CA1D8;
}

div,h1 {
	margin: 0px;
	padding: 0px;
}

.error {
	color: #4CA1D8;
}

#content h1 {
	padding-top: 0px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #c74c13;
	border-bottom: 1px dotted #2f3b51;
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	/*	text-transform: uppercase;*/
}

#content h2 {
	padding-top: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom: 1px dotted #2f3b51;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}

#content h3,h4 {
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 1.0em;
}

div.startrow {
	clear: both;
	padding-top: 20px;
}

div.startrow p {
	line-height: 1.2em;
	padding-bottom: 0.4em;
}

/*
div.startrow div.left {
	float: left;
	text-align: left;
}

div.startrow div.right {
	float: right;
}
*/
/* css-table for forms*/
div.row {
	clear: both;
	padding-top: 10px;
	width: 95%;
}

div.row span.label {
	float: left;
	width: 5%;
	text-align: left;
}

div.row span.formw {
	float: right;
	width: 95%;
	text-align: left;
}

#content table.invoice {
	border: none;
	table-layout: fixed;
	background: #fff;
}

#content table.invoice td {
	font-size: 11px;
	padding: 0px 0px;
	line-height: 135%;
	border-top: 0px;
	background: #fff;
	vertical-align: top;
	text-align: left;
}

.startrow a {
	color: #2D58AE;
}

#content table {
	width: 900px;
	border: none;
	table-layout: fixed;
}

#content table th {
	font-size: 11px;
	text-align: left;
	padding: 0 7px;
	line-height: 2.5em;
	background: #D4E0F7;
	border-bottom: 1px solid #FFF;
}

#content table th:hover {
	overflow: visible;
}

#content table td.pari {
	font-size: 11px;
	padding: 5px 7px;
	line-height: 135%;
	border-top: 1px solid #D4E0F7;
	xbackground: #F4F7FD;
	background: #DDDDDD;
	vertical-align: top;
	text-align: left;
	vertical-align: top;
}

#content table td.dispari {
	font-size: 11px;
	padding: 5px 7px;
	line-height: 135%;
	border-top: 1px solid #D4E0F7;
	background: #EEE;
	vertical-align: top;
	text-align: left;
}

#content table.x td.userdata {
	background: #F3F6FD;
	color: #333333;
	font-size: 1em;
	text-align: left;
	border-top: 0px;
	line-height: 100%;
	padding: 4px 12px 0 0;
}

#content table.x td.no {
	color: #333333;
	background: #EAF0FB;
}

#content table.x td.yes {
	color: #333333;
	background: #F5F7FD;
}

#content table.x td.paypal {
	background: #FFF;
	font-size: 1em;
	text-align: center;
	border-top: 0px;
	line-height: 100%;
	padding: 0px 0px 0 0;
}

.copyright {
	text-align: right;
}

.bold a {
	font-weight: bold;
}

.centered {
	text-align: center;
}

/* image-buttons per paymentmetods */
#button_cc {
	width: 100px;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(SearchGoogle.gif) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

/* navigazione nuova*/
#sideNav {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px;
	background: url(img/sideNavMiddle.jpg);
}

#sideNav li a {
	width: 145px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #586169;
	padding-top: 7px;
	padding-right: 0pt;
	padding-bottom: 7px;
	padding-left: 12px;
	margin-top: 0pt;
	margin-right: 1px;
	margin-bottom: 0pt;
	margin-left: 1px;
	color: #999999;
	text-decoration: none;
}

#sideNav li a:hover {
	text-decoration: underline;
}

.sideNavTop {
	width: 160px;
	height: 20px;
	line-height: 17px;
	font-size: 150%;
	text-align: center;
	color: #444040;
	background-color: transparent;
	background-image: url(img/sideNavTop.jpg);
}

.sideNavFooter {
	height: 20px;
	background-color: transparent;
	background-image: url(img/sideNavBottom.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

#sideNav li {
	
}

/* visualizzazione testi ridotti in larghezza */
.half {
	font-size: 1.2em;
	width: 65%;
}

/*visualizzazione della primissima pagina*/
#startpage {
	padding: 0 50px 0 50px;
	font-size: 1.2em;
}

#startpage h1 {
	text-align: center;
	padding-top: 20px;
	border-bottom: 0px;
/*	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.7em;
}

#startpage h4 a {
	color: #BF4E27;
		
}

#startpage ul {
	list-style-type: none;
}

#startpage ul a {
	color: #BF4E27;
}


/* QUESTO SERVE PER LA VISUALIZZAZIONE DELLA SCHEDA */
#maincontent {
	margin: 10px 10px 0px 10px;
	/*width: 880px;*/
}

#maincontent h2 {
	color: #993333;
	font-weight: bold;
	font-size: 120%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-bottom: 0px;	
}

#maincontent h3 {
	font-weight: bold;
	font-size: 110%;
	xmargin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#maincontent h4 {
	color: #666666;
	font-weight: bold;
	font-size: 105%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 8px 0 5px 0;
}


#exif {
	xheight: 0px;
	display: none;
}

.fleft {
	float: left
}

.fright {
	float: right
}

.contentleft {
	height: 100%;
	float: left;
	width: 342px;
	       
}

.contentright {
	float: right;
	width: 520px;
}



.copyright {
	font-size: 90%;
	color: #999999;
	margin: 4px 0px 0px 0px;
	text-align: left;
}

.collectionfilter {
	font-size: 110%;
	color: #990000;
	margin: 4px 0px 0px 0px;
	text-align: left;
}

.info_box {
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #d1d4d6;
/*	width: 342px;*/
}

.info_box ul {
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 18px;
	line-height: 120%;
}

.info_box .contentshow {
	background-color: #eeeeee;
	padding: 4px;
/*	w /idth: 342px; */
}

.info_box_right {
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #d1d4d6;
	border-top: 0px;
}

.info_box_right .contentshowright {
	xbackground-color: #eeeeee;
	padding: 10px;
}

.info_box .contentshow h3 {
	margin-top: 0px;
	margin-bottom: 8px;
}

/* fileinfo */
.arrlink {
	padding: 6px 0px 0px 6px;
	margin-top: 1px;
}


#fileinfo h3 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
}

#fileinfo .arrlink {
	border: 1px solid #d1d4d6;
}

#fileinfo .arrlink a {
	display: block;
	background: url('../images/r_arr.gif')  0px 3px no-repeat;
	padding: 0px 0px 4px 10px;	
}


#fileinfo .arrlink a:hover {
	text-decoration: none;
	
}

#fileinfo .open a {
	background: url('../images/d_arr.gif')  0px 6px no-repeat;
	padding: 0px 0px 4px 10px;	
}



#fileinfo .open {
	background-color: #eee;
}


/* link con freccia */

.arr_r_link {
	background: url('../images/r_arr.gif')  0px 3px no-repeat;
	padding: 0px 0px 6px 6px
}


#panelcontrol {
	display: block;
	border: 1px solid #d1d4d6;
	margin: 1px 0px 2px 0pt;
	white-space: nowrap;
	font-size: 0.9em;
	padding: 2px 4px 4px 4px;
	text-align: bottom;
}

#panelcontrol .inline_divs div {
	display: inline;
	margin-right: 18px;
}

.inline_divs div {
	display: inline;
	margin-right: 8px background-color :       #ff00ff;
}

/* thumbs */
.listed_image {
	width: 185px;
	text-align: left;
	float: left;
	margin: auto 20px auto 20px;
	height: 32em;
	display: table
}

.listed_image_pic {
	width: 183px;
	height: 185px;
	overflow: hidden;
	text-align: center;
	margin: auto auto 0px 0px;
	border: 1px dotted #ddd;
	background-color: #eee;
	vertical-align: bottom;
	padding-bottom: 0px;
	bottom: 0px !important;
	p /osition: relative;
}

.listed_image_deets {
	margin: 5px 0px 0px 0px
}

.image_number {
	font-weight: normal;
	color: #993333;
	font-size: 100%;
	margin: 5px 0px 4px 0px
}

.image_title {
	font-weight: bold;
	margin: 0px 0px 4px 0px
}

.image_artist {
	color: #333333
}

.image_links {
	margin: 5px 0px 0px 0px
}

.image_type {
	
}

.image_date {
	
}

.image_group {
	float: left;
	margin: 5px 20px 20px 0px;
	min-height: 150px;
	_height: 150px
}

.image_group_image {
	width: 90px;
	height: 90px;
}

/* end thumbs */
h5 {
	font-weight: bold;
	font-size: 100%;
	font-family: verdana;
	margin: 10px 0px 3px 0px
}

#scheda h2 {
	color: #333333;
	font-weight: normal;
	font-size: 150%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-bottom: 0px;
	text-transform: none;
}

a {
	text-decoration: none
}

a:link {
	color: #0066cc;
	text-decoration: none
}

a:visited {
	color: #0066cc;
	text-decoration: none
}

a:active,a:hover {
	color: #3333cc;
	text-decoration: underline;
	outline: none
}

#paginationControl {
	display: block;
	border: 1px solid #d1d4d6;
	margin-top: 1px;
	margin-right: 0pt;
	margin-bottom: 12px;
	margin-left: 0pt;
	white-space: nowrap;
	font-size: 0.9em;
	background-color: #ece9e6;
	padding: 10px 4px 4px 4px;
	height: 15px;
	text-align: bottom;
	width: 890px;
}

#paginationControl a,#paginationControl a:hoover,#paginationControl a:visited
	{
	color: #0066cc;
	text-decoration: underline;
	outline-style: none;
	outline-width: 0pt;
	padding: 6px 4px 4px 4px;
	height: 20px;
	text-align: bottom
}

#paginationControl .disabled {
	color: #a6a6a6;
}

/* formato nel pannello*/
#foldoutmenu_leftPanel {
	padding: 15px 15px 15px 15px;
	height: 100%;
	overflow: hidden;
}

#foldoutmenu_leftPanel .browse_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#foldoutmenu_leftPanel .browse_list li {
	display: inline;
	margin: 0px 10px 0px 0px;
	line-height: 20px
}

/*formato liste di risultato*/ /* lista keywords in colonne*/
.result_column {
	float: left;
	width: 280px;
	margin: 0px 60px 0px 0px;
}

.result_list {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px
}

.result_list2 {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px
}

.result_list2 li {
	padding-top: 4px;
}

#close_frame_link {
	xpadding: 2px 4px 2px 4px;
	/*
	background-color: #ffffff;
	position: absolute;
*/
	text-align: right;
	border: 1px dotted #993333;
	color: #993333;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-decoration: none
}

#close_frame_link a:link,#close_frame_link a:visited,#close_frame_link a:active
	{
	color: #993333;
	text-decoration: none
}

#close_frame_link a:hover {
	background-color: #dfdad6
}




.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-dimming {
	background: #000000;
}
.highslide-image {
	border: none;
}
.highslide-caption {
	background-color: #DDDDDD;
	padding: 5px;
	border-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: #FFFFFF;
 border-style: solid;
}
.highslide-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(/scripts/highslide/graphics/loader.white.gif);
}
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/scripts/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}




#fileinfo  {
	font-size: 0.9em;
}

#fileinfo h3  {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 1em;
}


.starttable {
	padding: 0;
  	border-spacing: 0px;
  	border-collapse: collapse;
  	font-size: 1em;
  	color: #000;
  	background-color: #eee;
  	width: 100%;
}

.starttable th {
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;	
		font-size: 1.5em;
	font-weight: strong;
	background-color: #fff;
	color: #BF4E27;
	padding: 0.5em;
	border: 0px;	
}

.starttable th a, .starttable th a:hover {
	color: #BF4E27;
}


.starttable tr {
  	border: 1px dotted #ddd;
}

.starttable td {
	padding: 0.5em;
	border: 0px;
}

.starttable td.image {
    height: 100px;
    width: 115px;
}

.starttable tr.alt td {
  	background-color: #ddd;	
  	color: #2a4763;
}

.starttable tr:hover td {
  background-color: #bbb;
  color: #fff;
}

.starttable tr:hover td a {
	color: #fff;
}


.starttable a {
	height: 100%;
	display: block; 
	color: #632a39;
}

.starttable a:hover {
	color: #eee;
}


