
/*  9 of 12 Microsoft Internet Explorer Design Templates 


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HTML TAGS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	font-family: Trebuchet MS, Arial, Tahoma, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}

p
{
	font-size: 0.9em;
}
	
.super-container
{
	max-width:1096px;
	min-width:900px;
	margin-left:auto;
	margin-right:auto;
}

li {
	font-size: 0.8em;
	line-height:160%;
	}
	
a img {
	border:none;
	}

.w1
{
	font-size: 1em;
}

.w2
{
	font-size: 1.15em;
}

.w3
{
	font-size: 1.3em;
}

.w4
{
	font-size: 1.45em;
}

.w5
{
	font-size: 1.6em;
}

.w6
{
	font-size: 1.75em;
}

.w7
{
	font-size: 1.9em;
}

.w8
{
	font-size: 2.05em;
}

.w9
{
	font-size: 2.2em;
}

.w10
{
	font-size: 2.35em;
}

.tags
{
	border-top: 1px dotted #7a7a7a;
	border-bottom: 1px dotted #7a7a7a;
	background-color: #f6f6f6;
	padding-bottom: 20px;
	padding-top: 20px;
}

.pager a,
.pager span
{
	font-size: 1.1em;
}

.collection-in-list
{
	padding: 5px 5px 5px 0px;
	border-bottom: solid 1px #ccc;
}

.collection-in-list .caption
{
	font-size: 1.5em;
}

.collection-in-list span
{
	padding-right: 15px;
}

.collection-in-list .collection-superscript
{
	font-size: 0.65em;
	color: #e99400;
}

.exhibit td
{
	padding: 5px 5px 5px 0px;
	border-bottom: solid 1px #ccc;
	width: 100%;
}

.exhibit .caption
{
	font-size: 1.5em;
}

.exhibit span
{
	padding-right: 15px;
}

.exhibit .thumbnail
{
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

.exhibit-block
{
	margin-top: 30px;
}

/* HEADINGS */
	
h1,h2,h3,h4,h5,h6 {
	margin:15px 0;
	font-family:"trebuchet MS", verdana, sans-serif;
	color:#e99400;
	}

.content-left h1, .content-right h1,
.content-left h2, .content-right h2,
.content-left h3, .content-right h3,
.content-left h4, .content-right h4,
.content-left h5, .content-right h5,
.content-left h6, .content-right h6 {
	color:#e99400;
	margin:5px 0;
	}
	
h1.first,
h2.first,
h3.first,
h4.first,
h5.first,
h6.first 
{
	margin-top: 0;
}
	h1 {
	font-size:1.4em;
	}
	
h2 {
	font-size:1.2em;
	}
	
h3 {
	font-size:1.1em;
	}
	
h4 {
	font-size:1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FORMS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

fieldset {
	padding:10px 20px;
	margin:15px 0;
	position:relative;
	}

fieldset fieldset {
	margin:10px 0;
	width:90%;
	}
	
legend {
	font-weight:bold;
	font-size:1em;
	padding:10px;
	color:#000;
	margin:0 0 10px 30px;
	font-family:"trebuchet MS", verdana, sans-serif;
	}

fieldset fieldset legend {
	font-size:.8em;
	}
	
.form-field textarea
{
	width: 300px;
}

.form-field input[type=file]
{
	width:auto;
}

.form-field input,
.input-box
{
	width: 200px;
	font-family: Trebuchet MS;
}

.form-field input,
.form-field textarea,
.form-field select,
.input-box
{
	margin-bottom:5px;
	color:#444;
	font-size: 1em;
	border:1px solid #82b26e;
	background-color: #F4F5F6;
	font-family: Trebuchet MS;
}

.profile-message
{
	//zoom: 1;
}

.profile-message input,
.profile-message textarea
{
	color:#444;
	font-size: 0.9em;
	width: 300px;
	border:1px solid #82b26e;
	background-color: #F4F5F6;
	font-family: Trebuchet MS;
}

/*div.input-element .checkbox
{
	width: auto;
}*/

.login-input-box
{
	width: 100%;
	font-size:.9em;
}

label {
	font-size:.7em;
	display:block;
}

label.large
{
	font-weight: normal;
	font-size: 0.9em;
}

.checkbox {	
	margin:12px 0;
	padding:4px 0 2px 3px;
	border:1px dotted #585858;
	width:95%;
	}
	
.checkbox input {	
	margin-right:6px;
	margin-bottom:2px;
	}

.forgot-password {
	margin:2px 0;
	font-size:.65em;
	}
	
.watermark-center
{
	color:#888;
	text-align:center;
	font-weight:normal;
}

.watermark-left
{
	color: #888;
	padding-left: 5px !important;
	font-weight: normal;
}
	
input.button {
	color:#FFF;
	background:#317f0c url(images/bg-button.png) repeat-x;
	border:2px groove #FFF;
	font-size:.7em;
	font-weight:bold;
	padding:0 5px 2px 5px;
	cursor:pointer;
	}
	
input.button-big 
{
	font-size: 1.1em;
	padding: 6px 20px;
	margin: 10px 0px 10px 0px;
}

input.middle-big 
{
	font-size: 0.8em;
	padding: 3px 12px;
	margin: 10px 0px 0px 0px;
}
	
.input-form
{
	font-size: 1em;
}

.validation-summary-errors
{
	color: #f00 !important;
}

label.input-validation-error
{
	color: #f00 !important;
}

select.input-validation-error
{
	border: 1px solid #ff0000 !important;
    background-color: #fcc !important;
}

textarea.input-validation-error,
input.input-validation-error
{
	color: #f00 !important;
    border: 1px solid #ff0000 !important;
    background-color: #fcc !important;
}

label.valid
{
	color: green !important;
}

.form-label
{
	text-align: right;
}

.form-field
{
	text-align: left;
	padding-left: 15px;
}

.form-center
{
	margin-left: auto;
	margin-right: auto;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LINKS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color:#33840c;
	text-decoration:underline;
	}

a:visited {
	color:#33840c;
	text-decoration:underline;
	}

a:hover 
{
	color:#e99400;
	}

a:active {
	text-decoration:underline;
	color:#86c400;
	}
	
.important
{
	font-weight:bold;
	color:#f00 !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HEADER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-container {
	position:relative;
	padding:6px 0 0 0;
	background:#373737;
	color:#FFF;
	border-bottom:1px dotted #585858;
	min-height:1px;
	_height:1px;
	}

/* LOGO */

.logo {
	font-size:1.5em;
	width:60%;
	float:left;
	font-family:"trebuchet MS", verdana, sans-serif;
	padding:5px 0 10px 15px;
	letter-spacing:.2em;
	}

/* LOGO LINK */

.logo a:link,
.logo a:visited {
	color:#FFF;
	}
	
.logo a:hover
{
	color:#e99400;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LOGIN
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-login  {
	font-size:.9em;
	text-align:right;
	margin:10px 15px 3px 0;
	float:right;
	width:20%;
	}

/* LOGIN LISTS */

.nav-login ul {
	margin:0;
	padding:0;
	}

.nav-login li {
	list-style:none;
	padding:3px 0 3px 17px;
	display:inline;
	margin-left:15px;
	background:url(images/bullet.png) no-repeat 0 4px;
	}

.nav-login li.first {
	list-style:none;
	margin-left:0;
	}
	
/* LOGIN LINKS */

.nav-login li
{
	background: none;
	font-size: 1em;
}

.nav-login a:link,
.nav-login a:visited{
	color:#FFF;
	}
	
.nav-login a:hover
{
	color:#e99400;
}

.login,
.exhibit-widget
{
	width: 170px;
	margin: 0px auto 0px auto;	
	border: solid 1px #e99400;
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
}

.exhibit-widget h2
{
	margin: 0;
	padding: 0.3em 0;
	text-align: center;
	font-size: 1.1em;
}

.exhibit-widget
{
	font-size: 0.8em;
}

.exhibit-widget .name
{
	font-size: 1em;
	padding-bottom: 3px;
}

.text
{
	font-size: 0.85em;
}

.m-text
{
	font-size: 0.9em;
}

.l-text
{
	font-size: 1.2em;
}

.s-text
{
	font-size: 0.8em;
}

.t-text
{
	font-size: 0.7em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MAIN NAV
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-main {
	margin:-41px 0 0 199px;
	padding:12px 15px 0 15px;
	background:#f6f6f6;
	min-height:28px;
	_height:28px;
	border-top:1px dotted #7a7a7a;
	border-bottom:1px dotted #7a7a7a;
	border-left:1px dotted #7a7a7a;
	}

/* MAIN NAV LISTS */

.nav-main ul {
	margin:0;
	padding:0;
	}

.nav-main li {
	list-style:none;
	float:left;
	background:none;
	padding:0;
	font-size:1.1em;
	}

.nav-main li a {
	display:block;
	padding:0 10px;
	border-right:1px dotted #d2d2d2;
	}
	
.nav-main li.orange a
{
	color: #E99400;
}

.nav-main li.orange a:hover
{
	color: #f00;
}

.nav-main li.first a {
	padding-left:0;
	}
	
/* NAV MAIN LINKS */

.nav-main a:link,
.nav-main a:visited {
	color:#33840c;
}

.nav-main .active a:link,
.nav-main .active a:visited {
	color:#000;
	text-decoration:none;
	cursor:text;
	}

.nav-main a:hover {
	text-decoration:underline;
	color:#e99400;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FOOTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer {
	padding:10px 0;
	_height:1px;
	background:#373737;
	clear:both;
	}

.nav-footer {
	_height:1px;
	margin:0 200px;
	text-align:center;
	clear:both;
	}

.nav-footer ul{
	padding:0;
	margin:0;
	text-align:center;
	}

.nav-footer li{
	background:none;
	display:inline;
	border-right:1px dotted #686868;
	padding:0 10px;
	}

.nav-footer li.first {
	border-left:1px dotted #686868;
	}
	
.copyright {
	color:#999;
	font-size:.7em;
	clear:both;
	margin:5px 0 0 0;
	}

.nav-footer a:link,
.nav-footer a:visited {
	color:#CCC;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 POSTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.poster-container {
	background:url(images/bg-poster-tile.jpg) repeat-x;
	min-height:200px;
	_height:200px;
	margin-top:-1px;
	}

.poster-container-no-image {
	background:url(images/bg-poster-tile.jpg) repeat-x;
	min-height:70px;
	_height:70px;
	margin-top:-1px;
	}
	
.poster-inner {
	background:url(images/bg-poster.jpg) no-repeat left top;
	font-family:"trebuchet MS", verdana, sans-serif;
	min-height:70px;
	_height:70px;
	}

.poster-photo {
	background:url(images/bg-poster-photo.jpg) no-repeat left;
	min-height:170px;
	_height:170px;
	padding:30px 30% 0 200px;
	font-style:italic;
	}

.poster-container h1 {
	margin:0;
	font-size:1.2em;
	color:#000;
	}

.poster-container p {
	margin:10px 0 0 0;
	line-height:normal;
	font-size:1em;
	}

/* POSTER LINKS */

.poster-links {
	font-weight:bold;
	}
	
.poster-container a:link,
.poster-container a:visited {
	color:#33840c;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 BREADCRUMB
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb {
	min-height:1px;
	_height:1px;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	font-size:.7em;
	border-bottom:1px dotted #686868;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PRIMARY LAYOUT STYLES 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  
.content-container {
	position:relative;
	_height:1px;
	min-height:1px;
	background:url(images/bg-column-left.png) repeat-y;
	}

.content-container-inner {
	background:url(images/bg-column-right.png) repeat-y right;
	_height:1px;
	min-width:400px;
	min-height:1px;
	padding:0 200px;
	position:relative;
	}
	
.content-main {
	padding:15px 2% 20px 2%;
	position:relative;
	min-height:1px;
	_height:1px;
	float:left;
	width:96%;
	}

.content-left {
	padding:20px 10px;
	float:left;
	width:180px;
	margin-top:-1px;
	position:relative;
	margin-left:-100%;
	right:200px;
	_left:200px;
	border-top:1px dotted #797979;
	}

.content-right {
	padding:15px 10px 20px 10px;
	float:left;
	width:180px;
	position:relative;
	margin-right:-200px;
	}

.ads {
	text-align:center;
	margin:20px 0;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 SIDE BUCKET
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.side-bucket {
	line-height:normal;
	padding-bottom: 10px;
	}

/* SIDE BUCKET LISTS */

.side-bucket ul {
	margin:0;
	padding:0;
	_height:1px;
	}

.side-bucket li 
{
	background: none;
	padding-left: 0px;
	list-style:none;
	border-bottom:1px dotted #7a7a7a;
	background-position:0 4px;
	}

.side-bucket li.first {
	border-top:1px dotted #7a7a7a;
	}
	
/* SIDE BUCKET LINKS */

.side-bucket li.orange a:link,
.side-bucket li.orange a:visited 
{
	color: #E99400;
	font-size: 1.2em;
	font-weight: bold;
}

.side-bucket a:link,
.side-bucket a:visited 
{	
	display:block;
	_display:inline;
	}
	
.side-bucket a:hover {
	text-decoration:underline;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PHOTOS & CAPTIONS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-container
{
	padding: 5px;
	border:1px dotted #7a7a7a;
}

.photo-content
{
	width: 1%;
}

.photo-container img
{
	display: block;
	border: 1px solid #555;
	margin-left: auto;
	margin-right: auto;	
}
	
.photo-caption 
{
	font-size: 0.7em;
	padding:5px 0px 0 0px;
	text-align: center;
	color: #999;
	font-style: italic
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 DATA TABLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.data-table {
	border-top:1px dotted #7a7a7a;
	border-left:1px dotted #7a7a7a;
	}

table.data-table caption{
	background: #ffdd55;
	padding:10px;
	text-align:center;
	font-weight:bold;
	border:1px dotted #7a7a7a;
	border-bottom:none;
	}

table.data-table td,
table.data-table th{
	padding:8px;
	border-right:1px dotted #7a7a7a;
	border-bottom:1px dotted #7a7a7a;
	}

table.data-table th{
	text-align: center;
	background:#fea;
	}
	
table.data-table td{
	}

table.data-table tr.row-alternating td{
	background:#e0e0e0;
	}
	
	
table.data-table .CollectionName
{
	width: 330px;
	overflow: hidden;
}










table tr.new-message td
{
	background: #e0e0e0;
}

table tr td .message-body
{
	padding-top: 10px;
}


.message-body a:link
{
	text-decoration: none;
}

.message-body a:visited
{
	text-decoration: none;
}

.message-body a:hover 
{
	color:#e99400;
}

.message-body a:active
{
	text-decoration: none;
}

.message-body div.date
{
	text-align: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LISTS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

li {
	list-style:none;
	background:url(images/bullet.png) no-repeat 0 5px;
	padding:3px 0 3px 17px;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MISC STYLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.none
{
	display:none;
}

.clear
{
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
}

.text-left
{
	text-align: left;
}

.align-left
{
	float:left;
}

.align-right
{
	float:right;
	margin:0 0 15px 20px;
}

.align-middle
{
	vertical-align:middle;
}

.valign-top
{
	vertical-align: top;
}
	
.inline
{
	display:inline;
}

.no-margin 
{
	margin:0;
}
	
.overflow
{
	overflow: hidden;
}
	
.center
{
	text-align: center;
}

.center input
{
	margin-left: 0px;
}

.margin-tp
{
	margin-top: 20px;
}

.large-font
{
	font-size: 1.5em;
}

.no-border
{
	border: none;
}

.bold
{
	font-weight: bold;
}





.preloader64,
.preloader24
{
	display: none;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}


.online
{
	color: #00f;
	font-size: 0.8em;
}

.send-message
{
	width: 305px;
	text-align: center;
}



div.growlUI
{
	background: url(/Content/Images/ok24.png) no-repeat 10px 10px;
	background-color: #33840c;
}

div.growlUI h1
{
	font-size: 1.2em;
}

div.growlUI h2
{
	font-size: 0.9em;
}

div.growlUI h1,
div.growlUI h2
{
	color: #e99400;
	padding: 5px 0px 5px 55px;
	text-align: left;
	margin: 0px;
}



div.collection-details-header
{
	padding-bottom: 20px;
}



.user td
{
	padding: 5px 5px 5px 0px;
	border-bottom: solid 1px #ccc;
	
}



.collection-editor .form-field input,
.collection-editor .form-field textarea
{
	width: 400px;
}




/* ------------------------------------------- Создание/ред экспонатов ------------------------------------------- */

#ExhibitEditor label
{
	display: inline;
	font-size: 1em;
	font-weight: normal;
}

#ExhibitEditor input
{
	width: 300px;
}

#ExhibitEditor input[type=file]
{
	width: auto;
}

#ExhibitEditor input[type=checkbox]
{
	width: auto;
}

#ExhibitEditor #SalePrice
{
	width: 80px;
}

#ExhibitEditor input.year
{
	width: 40px;
}

#ExhibitEditor input[type=submit]
{
	width: 150px;
}

input.newTag
{
	width: 150px !important;
}

/* ------------------------------------------- Просмотр экспоната ------------------------------------------- */

#pictures a.picture
{
	margin-right: 10px;
}

#comments-block
{
	margin-top: 50px;
}

#comments-block .comment-header
{
	background-color: #ddffd8;
}





#messenger
{
	background: #ddffd8;
	margin: 0px;
	padding: 10px;
	width: 410px;
}

#messenger .messenger-buttons
{
	width: 400px;
}

#messenger textarea,
#messenger input[type=text]
{
	width: 400px;
}


#messageHeader
{
	padding-left: 10px;
	float: left;
}

#messageHeader div
{
	padding-bottom: 3px;
}

#messageBody,
#messageSubject
{
	padding-top: 10px;
	clear: both;
}



#feedback .feedback-type
{
	font-size: 1.5em;
}

#feedback .feedback-type select
{
	font-size: 0.9em;
}

#feedback .feedback-body
{
	font-size: 1.1em;
}

#feedback .feedback-body textarea
{
	width: 100%;
}

#feedback input[type=text]
{
	width: 280px;
}





.faq h3
{
	padding-top: 20px;
}

#ExhibitsIndexFilter
{
	font-size: 1em;
	color: #e99400;
	border-style: solid;
	border-width: 1px;
}

.filter select
{
	color: #e99400;
	font-size: 1em;
	border-style: solid;
	border-width: 1px;
}

.filter
{
	padding-bottom: 10px;
}

.nav-main li a.sale16,
.sale16
{
	background-position: right;
	background-repeat:no-repeat;
	background-image: url(/Content/Images/sale16.png);
	padding-right: 16px;
}

.sale-text-lable
{
	background-color: #338400;
	color: #fff;
	padding: 0 3px 0 3px;
	font-size: 0.8em;
}

.social
{
	float: right;
}