﻿/*
//author: slasant - www.slasant.ru
 */

/* maxanet */

.auction_information_wrapper {
	position: relative;
	top: -76px;
	background-color: #FFFFFF;
	min-height: 40px;
	padding: 5px 10px 0px 10px;
	margin-bottom: -56px;
}

#auctionInformationWrapper
{
	top: -58px;
	margin-bottom: -38px;
}

.auction_date
{
	display: none;
	white-space: nowrap !important;
}

p .auction_date, a .auction_date
{
	display: inline !important;
}

.auction_details_section_links, .auction_information_section_links
{
	text-align: center;
	margin: 0px;
	padding-bottom: 20px;
}

.auction_details_section_links a, .auction_information_section_links a
{
	text-decoration: none !important;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #4f190d;
	font: bold 13px 'Helvetica', 'Arial', sans-serif;
	padding: 5px 14px 3px 14px;
	text-decoration: none;
	background-color: #78524a;
	color: #dddddd !important;
	line-height: 26px;
}

.auction_details_section_links a:hover, .auction_details_section_links a:active,
.auction_information_section_links a:hover, .auction_information_section_links a:active
{
	background-color: #dddddd;
	color: #4f190d !important;
	text-decoration: none;
}

.auction_details_section_links a:first-child, .auction_details_section_links a:hover:first-child,
.auction_information_section_links a:first-child, .auction_information_section_links a:hover:first-child
{
	border-left-width: 1px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.auction_details_section_links a:last-child, .auction_details_section_links a:hover:last-child,
.auction_information_section_links a:last-child, .auction_information_section_links a:hover:last-child
{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.up_button {
	text-decoration: none !important;
	padding: 1px 7px;
	border: 1px solid #78524a;
	font: bold 10px 'Helvetica', 'Arial', sans-serif;
	background-color: #dddddd;
	color: #78524a !important;
	border-radius: 4px;
}

.up_button:hover {
	background-color: #cccccc;
	color: #4f190d !important;
	border: 1px solid #4f190d;
	text-decoration: none;
}

.date_info_wrapper {
	float: left;
	width: 470px;
	margin-right: 5px;
}

.date_info_header {
	float: left;
	font-size: 11px;
	background-color: #dfecf4;
	border-right: 1px solid #dddddd;
	width: 110px;
	padding: 8px 20px;
	margin-right: 10px;
	font-weight: bold;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	min-height: 35px;
}

.date_info {
	padding: 8px;
	font-size: 12px;
}

.more_date_info {
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
}

.locations_list a {
	display: block;
	text-decoration: none !important;
	font-weight: bold;
	color: #4f190d;
	text-shadow: 1px 1px #FFFFFF;
}

.locations_list a img {
	float: left;
	margin: -4px 10px -4px -4px;
	opacity: 0.7;
}

.locations_list a:hover img {
	opacity: 1.0;
}

.location_name {
	padding: 20px 0px 0px 0px;
}

.location_address {
	font-size: 11px;
	color: #78524a;
	padding: 0px 0px 20px 0px;
}

.all_at_location {
	float: left;
	padding: 10px 20px;
	margin: 10px;
}

.category_list a {
	display: block;
	width: 260px;
	float: left;
	padding: 3px 28px;
	text-decoration: none !important;
	font-weight: bold;
	color: #4f190d;
	text-shadow: 1px 1px #FFFFFF;
	height: 80px;
}

.category_list a:hover, .locations_list a:hover {
	background-color: #dfecf4;
	border-radius: 8px;
	color: #141414;
}

.locations_list a:hover {
	background-color: #ece5db;
}

.locations_list a.all_at_location:hover {
	background-color: #dfecf4;
}

.category_image_mask {
	height: 75px; 	
	display: block; 	
	width: 75px;
	overflow: hidden;
	float: left;
	text-align: center;
}

.category_image_mask img {
	border: 0px;
	height: 70px;
}

.category_list a:hover .category_image_mask img {
	width: 70px;
	height: auto;
	min-height: 35px;
}

.category_title {
	padding-top: 10px;
	padding-left: 90px;
}

.category_lot_count {
	font-size: 11px;
	color: #78524a;
	padding-left: 100px;
}

.category_line_separator {
	clear: both;
	border-bottom: 1px solid #eeeeee;
	padding-top: 10px;
	margin: 0px 20px 10px 20px;
}

.item_index_line_separator {
        clear: both;
        border-bottom: 1px solid black;
        padding-top: 10px;
        margin: 0px 20px 10px 20px;
}

.show_all_button, .show_all_button:visited
{
    font-size: 13px;
    text-align: center;
    display: block;
    width: 550px;
    background-color: #efefef;
    border-top: 2px solid #78524a;
    padding: 4px;
    margin: 10px auto;
    text-decoration: none !important;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 1px 1px #ffffff;
    border-radius: 0px 0px 6px 6px;
}

.show_all_button:hover
{
    border-top: 2px solid #4f190d;
    color: #4f190d;
}

.show_fewer_button, .show_fewer_button:visited
{
    font-size: 12px;
    text-align: center;
    display: block;
    width: 550px;
    background-color: #efefef;
    border-bottom: 2px solid #78524a;
    padding: 4px;
    margin: 10px auto;
    text-decoration: none !important;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 1px 1px #ffffff;
    border-radius: 6px 6px 0px 0px;
}

.show_fewer_button:hover
{
    border-bottom: 2px solid #4f190d;
    color: #4f190d;
}

.lot-subsection-title {
    font-size: 14px;
    margin: 10px;
}
.terms_and_conditions, .terms_and_conditions p {
    font-size: 11px !important;
    line-height: 15px;
}
.terms_and_conditions li {
	font-size: 1.0em !important;
    padding: 4px 0px 8px 0px;
    border-bottom: 1px solid #eeeeee;
}

.terms_and_conditions li li {
    border: 0px;
    padding: 0px;
}

.auction_buttons {
	margin: 0px 0px 10px 100px;
}

.auction_buttons_override {
	margin: 0px 0px 0px 0px;
}

.auction_button {
	display: block;
	float: left;
	text-decoration: none !important;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	padding: 1px 10px !important;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	border-radius: 4px;
	margin: 10px 10px 0px 10px;
	width: 160px;
}

.auction_button_override {
	display: block;
/*  float: left;*/
	text-decoration: none !important;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	padding: 1px 10px !important;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	border-radius: 4px;
	margin: 10px 10px 0px 10px;
	width: 160px;
}

.purplewave_button {
	display: block;
/*  float: left;*/
	text-decoration: none !important;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	padding: 1px 10px !important;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	border-radius: 4px;
	margin: 10px 10px 0px 10px;
	width: 260px;
}

.purplewave_referral_filtered {
	border: 1px solid #402E62;
	background-color: #8260C2;
	text-shadow: 1px 1px 0px #402E62;
}

.purplewave_referral_filtered:hover {
	border: 1px solid #666666;
	background-color: #402E62;
	text-shadow: 1px 1px 0px #666666;
}

.purplewave_referral_all {
	border: 1px solid #878787;
	background-color: #B1B1B1;
	text-shadow: 1px 1px 0px #878787;
}
.purplewave_referral_all:hover {
	border: 1px solid #666666;
	background-color: #878787;
	text-shadow: 1px 1px 0px #666666;
}


.purplewave_registration {
	border: 1px solid #88C4D5;
	background-color: #A0E6FA;
	text-shadow: 1px 1px 0px #88C4D5;
}
.purplewave_registration:hover {
	border: 1px solid #666666;
	background-color: #88C4D5;
	text-shadow: 1px 1px 0px #666666;
}

.results_button {
	display: block;
	float: none;
	text-decoration: none !important;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	padding: 1px 10px !important;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	border-radius: 4px;
	margin: auto;
	width: 160px;
}

.results_button_holder {
	margin: auto;
/*	padding: 10px 10px;*/
}

.terms_button {
	border: 1px solid #EF7F18;
	background-color: #F5B478;
	text-shadow: 1px 1px 0px #EF7F18;
}
.terms_button:hover {
	border: 1px solid #666666;
	background-color: #EF7F18;
	text-shadow: 1px 1px 0px #666666;
}

.register_button {
	border: 1px solid #39B335;
	background-color: #73D163;
	text-shadow: 1px 1px 0px #39B335;
}
.register_button:hover {
	border: 1px solid #666666;
	background-color: #39B335;
	text-shadow: 1px 1px 0px #666666;
}

.catalog_button {
	border: 1px solid #2AA7C5;
	background-color: #7ACFE1;
	text-shadow: 1px 1px 0px #2AA7C5;
}
.catalog_button:hover {
	border: 1px solid #666666;
	background-color: #2AA7C5;
	text-shadow: 1px 1px 0px #666666;
}

.consign_button {
	border: 1px solid #2A76C5;
	background-color: #2AA7C5;
	text-shadow: 1px 1px 0px #2A76C5;
}
.consign_button:hover {
	border: 1px solid #666666;
	background-color: #2A76C5;
	text-shadow: 1px 1px 0px #666666;
}

.vehicle_disclosure_button {
	border: 1px solid #A044B4;
	background-color: #B866CC;
	text-shadow: 1px 1px 0px #A044B4;
}
.vehicle_disclosure_button:hover {
	border: 1px solid #666666;
	background-color: #A044B4;
	text-shadow: 1px 1px 0px #666666;
}

.detail_resource_button {
	border: 1px solid #878787;
	background-color: #B1B1B1;
	text-shadow: 1px 1px 0px #878787;
}
.detail_resource_button:hover {
	border: 1px solid #666666;
	background-color: #878787;
	text-shadow: 1px 1px 0px #666666;
}

.authorized_resource_button {
	width: 270px !important;
	border: 1px solid #878787;
	background-color: #B1B1B1;
	text-shadow: 1px 1px 0px #878787;
}
.authorized_resource_button:hover {
	width: 270px !important;
	border: 1px solid #666666;
	background-color: #878787;
	text-shadow: 1px 1px 0px #666666;
}

.re_button {
	border: 1px solid #B83B2B;
	background-color: #D14A39;
	text-shadow: 1px 1px 0px #B83B2B;
}

.re_button:hover {
	border: 1px solid #666666;
	background-color: #B83B2B;
	text-shadow: 1px 1px 0px #666666;
}

/*
#NextPrev {
	width: 500px;
	margin: 0px auto;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	border-radius: 6px;
}

#NextPrev a {
	text-decoration: none !important;
	padding: 0px 6px;
	border-radius: 4px;
}

#NextPrev a:hover {
	background-color: #cccccc;
}
*/

.category_select_list {
	margin-bottom: 10px;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	border-radius: 6px;
}

.category_select_list .category_select_label {
	float: left;
	padding: 1px 0px 1px 6px;
	margin: 2px;
	font-weight: bold;
	
}

.category_select_list a {
	text-align: left;
	display: block;
	float: left;
	text-decoration: none !important;
	padding: 1px 6px;
	margin: 2px;
	border-radius: 4px;
}

.category_select_list a:hover {
	background-color: #cccccc;
}

.category_select_list a.category_selected {
	display: block;
	float: left;
	padding: 1px 6px;
	margin: 2px;
	background-color: #ffffff;
	border-radius: 4px;
}

.category_select_list .category_select_list_lot_count {
	font-size: 9px;
}

#PhotoArea {
	display: block;
	width: 970px;
}

#PhotoArea p {
	margin: 0px !important;
}

#PhotoArea img {
	max-height: 100px;
	border: 2px solid #ffffff;
	padding: 2px !important;
	margin: 2px !important;
}

#PhotoArea > img:first-child {
	max-height: none !important;
	display: block;
	margin: 0px 0px 22px 0px !important;
	padding: 0px !important;
	border: 40px solid #DFECF4;
}

#PhotoArea img#highlightImage, #allSmallerImages img, #allLargerImages img {
	max-height: none !important;
}

#PhotoArea object, #youtubeVideos object {
	margin: 5px;
}

#PhotoArea .lot-details-header {
	display: none;
}

#highlightImageArea {
	background-color: #DFECF4;
	width: 720px;
	padding: 0px;
}

img#highlightImage {
	padding: 0px !important;
	margin: 0px !important;
	border: 0px !important;
}

#highlightImageToolbarTop, #highlightImageToolbarBottom {
	background-color: #DFECF4;
	color: #808080;
	margin: 0px;
	height: 40px;
	padding: 0px;
	font-size: 11px;
}

#highlightImageToolbarTop a, #highlightImageToolbarBottom a {
	color: #808080;
}

#highlightImageSummaryTop, #highlightImageSummaryBottom {
	font-weight: bold;
}

.highlightImageToolbarInfoOptions {
	float: left;
	width: 460px;
	padding-top: 2px;
}

.highlightGalleryNavigation {
	color: #808080;
	font-size: 25px;
	line-height: 36px;
	height: 100%;
	text-decoration: none !important;
	display: block;
	width: 130px;
}

.highlightGalleryNavigation:hover {
	font-weight: bold;
}

#highlightThumbnails {
	margin-top: 22px !important;
}

#highlightThumbnails a:hover img {
	background-color: #B8CDDC;
}

#loadingGalleryTop, #loadingGalleryBottom {
	height: 40px;
	font-weight: bold;
	font-size: 18px !important;
	line-height: 40px;
	color: #808080;
}

#picasa_gallery {
  text-align: center;
}

#lotInformation li, .auction_information_wrapper li {
	font-size: inherit !important;
}

.lot-disclaimer-text, .lot-location-note, .lot-media-tags, .lot-extension-group {
	margin: 4px 8px;
}
	
.lot-location-note a, .lot-media-tags a, .lot-disclaimer-text, .lot-extension-group a{
	text-decoration: none !important;
	font-weight: normal;
	border: 1px solid #bbbbbb;
	background-color: none;
	font-size: 9px !important;
	border-radius: 6px;
	padding: 2px 8px;
}

.lot-location-on-site-note {
	display: none;
}

/*.lot-location-note a, .lot-disclaimer-text a, {
  font-size: 10px !important;
}*/

.lot-location-note a, .lot-extension-group  a {
	font-size: 10px !important;
}
	
.lot-media-tags a:hover, .lot-location-note a:hover, .lot-disclaimer-text a:hover, .lot-extension-group  a:hover {
	background-color: #eeeeee;
}

.expanded-lot-details-table td
{
	padding: 0px 10px 3px 0px !important;
}

#SearchArea {
	font-size: 11px !important;
	padding-bottom: 5px;
}

#SearchArea form, #SearchArea td, #SearchArea a, #SearchArea input {
	font-size: 11px !important;
}

#NavLinks {
	padding-top: 10px;
	font-size: 11px;
}

#NavLinks a {
	font-size: 11px;
}

#NextPrev, #NextPrev a {
	font-size: 11px;
}

#SelectCat table {
	width: auto !important;
	padding-bottom: 5px;
}

#TableTop td {
	font-size: 11px;
	padding: 0px 10px;
}

td {
	font-size: 12px;
}

#DataTable td
{
	padding: 4px;
}

.GroupID
{
	display: none;
}

#keywordString {
    display: none;
}

.item-listing-title, .lot-description{
    font-weight: bold;
    display: block;
    min-width: 300px;
}

.item-location-address, .lot-location-note, .lot-disclaimer-text{
    font-size: 11px;
}

.bid-input {
	font-size: 13px;
	width: 60px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

a#lotTitle {
	display: block;
	font-size: 18px !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	font-size: 18px !important;
	line-height: 22px;
	color: #4F190D !important;
	padding: 10px 20px 10px 20px;
}

#lotInformation div {
	padding: 8px 0px;
	clear: both;
}

#lotInformation ul
{
	margin: 0px !important;
}

#lotInformation ul li
{
	list-style: none !important;
	margin: 0px !important;
}

#lotInformation #videos object {
	width: 350px !important;
}

#videos iframe, #videos object {
	margin: 5px 10px;
}

#socialButtons {
	margin-top: 8px;
	padding: 0px !important;
	text-align: right;
}

#socialButtons iframe {
	vertical-align: bottom;
}

.lot-details-header {
	border-bottom: 2px solid #78524A;
	color: #78524A;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 5px !important;
	margin: 0px 0px 5px 0px;
	line-height: 17px !important;
}

.lot-subsection-title {
	text-align: center;
	font-weight: bold;
	color: #78524A;
	text-transform: uppercase;
	border-bottom: 2px solid #dddddd;
	padding: 0px !important;
	margin: 20px 0px 10px 0px !important;
}

.mndetails-details-header{
	border-bottom: 2px solid #4F190D;
	color: rgb(79,25,13);
	font-family: Verdana, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	padding: 0px 5px !important;
	margin: 0px 0px 5px 0px;
 }

 .mndetails-subsection-title{
	 text-align: center;
	 font-size: 1.4em;
	 font-family: Verdana, verdana, arial, helvetica, sans-serif;
	 font-weight: bold;
	 color: rgb(79,25,13);
	 margin: 10px 0px;
 }

#SubmitBids
{
	background-color: #DDEDFA;
	padding: 5px 0px !important;
}

.jsArgs {
    display: none;
}

.BidRejected {
  font-size: 22px;
  font-weight: bold;
  background: url(http://bid.mclemoreauction.com/maxanet_theme/img/rejected.png) no-repeat;
  height: 35px;
  width: 160px;
}

.BidAccepted {
  font-size: 22px;
  color: #06ff00;
  font-weight: bold;
  background: url(http://bid.mclemoreauction.com/maxanet_theme/img/accepted.png) no-repeat;
  height: 35px;
  width: 160px;
}

.BidReceived {
  font-size: 22px;
  color: #FFFD0C;
  font-weight: bold;
/*  background: url(http://bid.mclemoreauction.com/maxanet_theme/img/accepted.png) no-repeat;*/
  height: 35px;
  width: 160px;
}

.bid_accepted_msg_higher_bid {
  font-size: 15px;
  font-style: italic;
}

/* main site */

.views-row {
	padding: 10px;
}

.views-row-even {
	background-color: #EBF6FD;
}

.views-field-field-staff-position-value {
	font-style: italic;
}

.feed-icon {
	display: none;
}

.content {
	font-size: 13px;
}

* {padding: 0;margin: 0;}

img {border: 0;}

body {
	font-family: Verdana, Helvetica, sans-serif;
	line-height:1.125em;/*18px*/
	font-size: 100%;/*set regular font size*/
	color: #4A3733;
	letter-spacing:normal;
	background: #9BC9D7 url(img/bg.gif);
	background-attachment: fixed;
	text-align: center;
	margin: 0px auto;
	}

#overallwrapper {
	background-color: #999999;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 996px;
	margin: 0px auto;
}

#page {
	background: white;
	text-align: left;
	margin: 0px auto;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 970px;
	border: 12px solid #FFFFFF;
	border-bottom: 0px;
	}

* html #page { width: 970px; } /* IE hack */

body.flex #page { /* For the flexible-width setting. */
	width: 98%;
	/*width: 80%;
	min-width: 970px !important;
	max-width: 1000px; */
	}

#utilities {
	padding: 0;
	margin: 0px auto;
	width:994px;
	height:40px;
	position:relative;
	background-image: url(img/menulinks.png);
	background-repeat: repeat-x;
	}
/*
#utilities #utilities_corner {
	background-image: url(img/menulinks_corner.png);
	background-repeat: no-repeat;
	background-position: right top;
 	width:994px;
	height:40px;
}
*/

#header {
	padding: 0;
	margin: 0;
	height: 125px; /*rotates images in the banners folder */
	position:relative;
	background-color: #DFECF4;
	/*background-image: url(img/banners/rotate.php);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
	
#submenu { /*secondary links*/
background: #FF9900 url(img/slinks.gif) repeat-x top;
font-size:0.875em;
color:#fff;
text-align:left;
letter-spacing: 1px;
padding:6px 0px 6px 14px;
	}
#submenu {margin: 0px;}	

#submenu a {
color:white; padding:6px 10px 6px 10px;
	}
#submenu a:hover{
	background-image: url(img/slinksover.gif);
	background-repeat: repeat-x;
	padding:6px 10px 6px 10px;
	margin: 0px;
	}
#submenu a.active{
	margin: 0px;
	background-image: url(img/slinksover.gif);
	background-repeat: repeat-x;
	padding:6px 10px 6px 10px;
	}


/*path*/
.path{
	padding-bottom: 0px;
	padding-left: 10px;
}


#primary .singlepage .path  p {
letter-spacing:0px;
margin-top:1px;
	}	


.wrapper{
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
} /*wrapper:defines whole content margins*/

#primary {
	/*float: left; - PM REMOVED THIS 102011, why was it here for our template?*/
	margin: 0px auto;
	/*larghezza settata nel file template.php -  width set in template.php*/
	}


#primary .singlepage {
	text-align: left;
	padding:0 0 15px 0px;
	background-color:#FFFFFF;
	
	}

#primary .singlepage p, div.field-content { /*set typography*/
	font-size: 13px; /*13px*/
	margin:10px 0 10px 0;
	}


/*- Main styles */

h1, h2, h3, h4, h5, h6 {	
	margin: 10px 0;
	}
h1, h1 a{text-decoration: none;}


h3, h4 {
	font-size: 1.2em;
	font-weight: normal;

	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}


#page #primary .drdot{ /* sistema il float */
   clear:both;
	}



/*- Header styles */

#header h1, #header p { /* site title */
	font-family:"Verdana", verdana, arial, helvetica, sans-serif;
	color:white;
	font-size: 2.6em; 
	font-weight: lighter;
	letter-spacing: -1px;
	margin: 0px;
	padding: 30px 0 12px 35px;
	text-transform: none;

	}
.sitetitle {	
}


#header img#logo{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header p.slogan{
    font-family:"Verdana", verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	line-height:1em;
	font-weight: lighter;
	letter-spacing: -0.3px;
	padding: 4px 0 10px 45px;
	display: block;
	color: #D6D6D6;
	}

#header h1 a, #header p a{color: #EBEBEB;}
#header h1 a:hover, #header p.sitetitle a:hover{text-decoration: none;}
	
	
#header h1, #header h2{font-family:"Verdana", verdana, arial, helvetica, sans-serif;}

h1 a, h2 a {
font-family:"Verdana", verdana, arial, helvetica, sans-serif;
color: #333;}

h1 a:visited{color: #fff;}


#header p.description {
	font-family: Arial,sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 5px 0 0 37px;
	}
#header p.description img {
	margin: 0 8px 0 0;
	vertical-align: -2px;
}

/*search box*/	

#utilities form {
position:absolute;
right: 6px;
bottom:2px;
	}
	
	
#utilities label{color:white;display:none;}	
	
#utilities input  {
margin-top:10px;
margin-bottom:5px;
float:left;
	margin-right: 5px;
	}
	
#utilities input.form-submit{
	margin-bottom: 1px;
	color: #666666;
	font-size: 12px;
	border: 1px solid #EDEBD5;
	background: #fff;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}	
#utilities input.form-submit:hover {
	color: #000000;
	border: 1px solid #EDEBD5;
	background: #fff;
}	

#utilities input.form-text  {
	font-size:0.75em;
	border: 1px solid #EDEBD5;
	color: #333333;
	width: 120px;
	padding:2px;
	margin-right: 5px;
	background: #fff url("img/img02.gif") repeat-x;
	}





/*- Primary links in Header */


#utilities #plinks {
font-size:90%;
position:absolute;
left:0px;
bottom:0px!important;
bottom:-1px;
		}

#utilities #plinks ul li{
	display: inline;
	float:left;
	margin-right: -2px;
	background-image: url(img/menuline.png);
	background-repeat: no-repeat;
	background-position: right -4px;
	padding:4px 7px 4px 7px;
}
	
#utilities #plinks ul li.last
{
	background-image: none !important;
}

#utilities #plinks ul li a {
	color: #FFFFFF;
	text-transform:uppercase;
	width: 153px;
	padding: 7px 0px;
	display:block;
	/*background-image: url(img/down_arrow.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	}

#utilities #plinks ul li a:hover {
	/*background-image: url(img/down_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	color: #8ED1E4;
	text-decoration: none;
	font-weight: bold;
	}

#utilities #plinks ul li a.active,
#utilities #plinks ul li a.active:hover {
	color: #ffffff !important;
	/*background-image: url(img/down_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: center top;*/

	text-decoration: none;
	font-weight: bold;
	}

.admintab {
	/*_padding: 5px 15px 6px;*/ /* IE hack */
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */

/*- Sidebar Subpages Menu */

.lsidebar {
	width: 185px;
	float: left;
	margin-top:-10px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:15px;
	}
.rsidebar {
	width: 185px;
	float: left;
	margin-top:-10px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:15px;
	}	

#sitemission{ /*site mission*/
background: url(img/bgmission.gif) no-repeat left top;
margin:0px 0 15px 0;
padding:0px 0px 0px 2px;

}

#primary #sitemission p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-style: normal;
	line-height:110%;
	text-align: center;
	color:#666;
	background-image: url(img/bgmission.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin:0px 0 15px 0;
	padding: 10px;
}
	
/*block styles*/

.defaultblock{
	background-image: url(img/bgblock.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 0px;
	/*
	padding: 0px;
	border: 1px solid #CDE8F9;
	background-color: #EBF6FD;
	border-radius: 6px;
	*/
	}
	
#megatopregion .defaultblock
{
	border: 0px;
	background-color: #FFFFFF !important;
	margin: 0px;
}
	
.defaultblock .blockcontent{
font-size:0.8125em;/*13px*/
margin:0px 0 10px 0;
	}
	
	
.loginblock{
	font-size:0.8125em;
	margin:10px 0 20px 0;
	padding:0px 0 5px 0;

	background-image: url(img/bgblock.gif);
	background-repeat: no-repeat;
	}
	
form#user-login-form{text-align:left;line-height:0.9em;}
form#user-login-form label{margin-bottom:3px;}
.loginblock ul li{margin:0;padding:0; }
	
.defaultblock .blockcontent, .loginblock .blockcontent{
padding:0 10px 6px 10px;
	}

.defaultblock h2{
	color:#333;
	margin-bottom:10px;
	font: 0.875em Georgia, "Times New Roman", Times, serif; /*14px*/
	/*text-transform:uppercase;*/
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	}
	
.loginblock h2{
	color: #999999;
	background:url(img/login.gif) no-repeat 25px 8px;
	font: 1em Georgia, "Times New Roman", Times, serif; /*14px*/
	text-transform:uppercase;
	text-align: center;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;}
.form-item #edit-query { width: 100px;
}	
.form-submit {padding-left: 4px}	
.form-item label {font-size:0.81em;
	color: #333333;

	margin-left: 20px;}
#user-login-form #edit-name  {
	border: 1px solid #CCCCCC;
	color: #333333;
	width: 120px;
		font-size:1em;
padding:1px;
	margin-right: 5px;
	margin-left: 20px;
}
#user-login-form #edit-name-1  {
	border: 1px solid #CCCCCC;
	color: #333333;
	width: 120px;
		font-size:1em;
padding:1px;
	margin-right: 5px;
	margin-left: 20px;
}
#user-login-form  #edit-pass {
		font-size:1em;
padding:1px;
	border: 1px solid #CCCCCC;
	color: #333333;
	width: 65px;
 margin-left: 20px;

 }
#user-login-form #edit-submit {
	color: #666666;
		font-size:1em; padding-bottom:5px;

	width: 50px;
	height: 20px;
	  float: left; margin-left: 5px; margin-top: 10px;
 
}
#user-login-form #edit-submit-1 {
	color: #666666;
		font-size:1em; padding-bottom:5px;

	width: 50px;
	height: 20px;
	  float: left; margin-left: 5px; margin-top: 10px;
 
}

#user-login-form #edit-pass-wrapper { float:left; margin-left: 0px; margin-top: -5px;
}
#user-login-form #edit-name-wrapper { float:left;  margin-top: -5px; }
#user-login-form #edit-name-1-wrapper { float:left;  margin-top: -5px; }
.loginblock .blockcontent .item-list ul  li{
	list-style: none;
	background:none;
	font-size: 80%;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
}
.loginblock .blockcontent .item-list ul  li a:hover{
	color: #FF9900;
}



.defaultblock .blockcontent .item-list ul  li {
	color: #999999;
	font-size: 80%;
}

.defaultblock .blockcontent .item-list ul  li a{
	font-size: 120%;

}



.defaultblock h3{
color:#333;
font: 95% Georgia, "Times New Roman", Times, serif; /*13px*/
text-transform:uppercase;
	}


/*- Primary Contents */

#primary .item {
	margin: 0 0 15px 0;
	padding: 0;
	/*position: relative;*/
	}

	
#primary .title h2{
	color: #333333;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	}
	
#primary .item .itemhead {margin: 0 0 5px 0; padding: 0;}
	
#primary .item .itemhead h3 {
	font-size: 1.7em;
	display: block;
	margin: 0 0 0 0 !important;
	margin: 0 0 0 10px;
	padding: 0;
	}
		
#primary .item .itemtext {
	font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: justify;
	color: #444;
	margin: 0;
	padding: 0;
	}

#primary .item .itemtext p,
#primary .item .itemtext ul,
#primary .item .itemtext ol,
#primary .item .itemtext div,
#primary .item .itemtext blockquote {
	margin: 0 0 0 0 !important;
	margin: 0 0 0 10px;
	}


	
#primary .item .itemhead p.metadata {
	font-size: .85em;
	text-transform: uppercase;
	display: block;
	margin: 2px 0 0 0 !important;
	margin: 2px 0 0 10px;
	color: #666;
	}

/*content headings */



#primary .singlepage h1,#primary .singlepage h2, #primary .singlepage h3, #primary .singlepage h4, #primary .singlepage h5, #primary .singlepage h6, .views-field-title { 
	font-family:"Verdana", verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color: #4F190D;
	letter-spacing: -.5px;
	text-align: left;
	text-transform: none;
	margin:10px 0 10px 0;
	padding:0;
}

#primary .node .content h1 a,#primary .node .content h2 a, #primary .node .content h3 a, #primary .node .content h4 a, #primary .node .content h5 a, #primary .node .content h6 a, .views-field-title, #auction_title, #auction_h4{ 
	font-family:"Verdana", verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color: #4F190D;
	letter-spacing: -.5px;
	text-align: left;
	text-transform: none;
	margin:10px 0 10px 0;
	padding:0;
}


#primary .singlepage h2.nodeTitle a { /*links in teasers are smaller!*/
	font:0.9em Georgia, "Times New Roman", Times, serif; /*14px*/
}


#primary .singlepage h1{font-size:1.6em; line-height:1.15em;margin-bottom:12px;}
#primary .singlepage h2.with-tabs{margin-bottom:30px; margin-left: 10px;}


#primary .singlepage h2{font-size:1.6em; line-height:1.2em;}
#primary .singlepage h3{
	font-size:1.6em;
	line-height:1.2em;
	padding-bottom:10px;

}

#primary .singlepage h3.underline {
	/*background-image: url("http://www.mclemoreauction.com/img/h3_bg.png");
	background-repeat:no-repeat;*/
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: 2px solid #4F190D;
}

#primary .singlepage h4{font-size:1.4em;}
#primary .singlepage h5, .views-field-title {font-size:1.2em;}
#primary .singlepage h6{font-size:1.1em;}

#primary .singlepage h2 a, #primary .singlepage h3 a, #primary .singlepage h4 a, #primary .singlepage h5 a, #primary .singlepage h6 a{font-size: 21px;}


#primary .singlepage h1
{
	font-family: 'Trebuchet MS', "Verdana", verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 0px;
}

#auction_title{
	font-size: 21px;
	line-height: 24px;
}


#auction_h4{
	padding:5px 300px;
	font-size:1.4em;
	background-color:#78524a;
	color:#ffffff;
}

#re_buttons{
	background-color:#ffffff;
}

#primary .singlepage p.small { 
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top: 10px;
	padding-top: 5px;
}

#primary img { 
	padding: 4px;
	/*
	float: left;
	display:block;*/
}

img.imagefield-field_staff_picture, img.imagefield-field_buy_nugget_image
{
	margin: 0 15px 0px 0;
	float: left;
}

#primary .singlepage img.destra { 
	margin: 0 0px 0px 15px;
	padding: 4px;
	border: 1px solid #ccc;
	float: right;
}

#primary .singlepage img.altobasso { 
	margin:0px;
	display:block;
	padding: 4px;
	border: 0px solid #ccc;
	float:none;
}

#footer {
	width: 970px;
	margin: 0px auto;
	padding: 12px;
    text-align: center;
	color:#FFFFFF;
	background-color: #531A13;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	border-top: 2px solid #78524A;
	border-bottom: 2px solid #78524A;
	}

#footer img{border:none;}
#footer a{ color: #ffffff; }
#footer a:hover{text-decoration: underline;}


/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline; 
	}

/*h2 a:hover, h2 span a:hover {
	color: #27d !important;
	}
*/

a {
	color: #78524A;
	text-decoration: none;
	}
	
.field-item a.external_link {
	background-image: url(img/external_link_hover.gif);
	background-repeat: no-repeat;
	background-position: 60px 4px;
	padding-right: 30px;
	font-size: 14px;
	text-decoration:none;  
}
.field-item a:hover.external_link {
	background-image: url(img/external_link.gif);
	background-repeat: no-repeat;
	background-position: 60px 4px;
	padding-right: 30px;
	font-size: 14px;
	text-decoration:none;  
}
#primary .node .content a{
text-decoration: underline;  
	}
#primary .node .content a:hover {	text-decoration:none;}	
.defaultblock a:hover{
	text-decoration: underline;
 
	}
/*.itemtext a:visited {
	color: #b41;
	}*/

/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}
/*
hr {
	display: none;
	}*/

/*- Begin Lists */
.itemtext ol, .itemtext ul {
	padding: 0 0 0 35px;
	margin: 0;
	}

.itemtext ol li, .itemtext {
	margin: 0 0 3px;
	padding: 0;
	}

.secondary div p {
	margin-top: 0.5em;
	}

/*.secondary ul, .secondary ol {
	margin: 5px 0 0;
	padding-left: 0;
	}*/

.secondary ul, .secondary ol, .secondary div {
	margin: 5px 0 0;
	padding-left: 0;
	}


/*---------------tabelle---------------*/

.view table /*view table in fe*/
{
font-size:105%;
}

.view table tr td
{
padding:4px;
}



table
{
	margin: 0px;
	width:100%;
	font-size:0.8125em;
}

table tr td
{
	padding: 5px;
}

#system-themes table img.screenshot /* fix for themes page */
{
	width:100px;
}

thead th
{
	border-bottom:2px solid  #969696;
	margin-bottom:4px;
	padding-bottom:4px;
	color:#494949;
	font-weight: bold;
	text-align: center;
}




tr.even
{
	background-color:#FCFCFC;

}

tr.odd
{
	background-color: #F6F6F6;
}

td.region,td.module,td.container
{
 

	color:#455067; 
	font-weight:bold;
}

tr:first-child td.region,tr:first-child td.module,tr:first-child td.container
{
 
}

td.menu-disabled,td.menu-disabled a
{
	background-color:#D5C2C2;
	color:#000;
}

.sticky-table {clear:left;padding:0px;overflow:hidden;font-size:70%;} /*fix report tab*/


/*----------list styles----------*/



.tabs ul li 
{
	background:none;
	padding:0;
	margin:0;
	list-style:none;

}


#primary ul
{
 margin:10px 0 10px 0;
}

/*lists in content*/

.item-list ul li
{
	margin:0 0 1px 0px;
	background: transparent url('img/square.png') no-repeat 0px 2px;
	list-style:none;
	padding: 0px 0 0px 22px;
}
ul li {
	list-style: none;
} 


#primary .singlepage .node .content li{ /*lists in node content*/
font-size:0.875em;
list-style:square;
margin:3px 0 3px 18px;
}


#primary .singlepage .node .content ol li{ /*ordered lists in node content*/
font-size:0.875em;
margin:3px 0 3px 25px;
list-style:decimal;
}

#primary .singlepage .node .content ol li ul li {
	list-style: disc;
}


.rsidebar ul.menu li, .rsidebar .item-list ul li, .rsidebar li.leaf , .lsidebar ul.menu li, .lsidebar .item-list ul li, .lsidebar li.leaf {
	font-family: "Lucida Grande","Lucida Sans Unicode", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	padding: .15em 0 .15em 1.5em;
	list-style-type: none;
	list-style-image: none;
	background: transparent url('img/square.png') no-repeat 3px .7em;
}



.rsidebar ul li.expanded, .lsidebar ul li.expanded 
{
	background: transparent url('img/squareactive.png') no-repeat 3px .6em;
}

.rsidebar ul li.collapsed, .lsidebar ul li.collapsed 
{
	background: transparent url('img/squareactive.png') no-repeat 3px .6em;
}




ul.inline li 
{
	background: none;
	margin: 0;
	padding: 0 1em 0 0;
}

/*----------other styles----------*/
hr 
{
	margin: 0;
	padding: 0;
	border: none;
	height: 2px;
	background: #78524A;
}

dl 
{
	margin: 0;
	font-size:0.8em

}



dl dd 
{
	margin: 0.5em 0 .5em 1.5em;
}

dl dt
{
	background:url(img/square.gif) no-repeat 0 4px;
	padding:0 0 0 20px;
	margin:0;
}


span.form-required 
{
	color: #ffae00;
}

.body a
{
	margin-bottom: 0.75em;
	padding:2px;
	display:block;
}

.messages ul 
{
	margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item 
{
	margin: 0.25em 0;
	
}

.form-item ul li
{

	list-style: none;
}

.set
{

	list-style: none;
}




.form-button, .form-submit 
{
	margin: 0.5em 0.5em 1em 0;
}

#watchdog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
set .form-button, set .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit
{
  margin: 0;
}


set ul.clear-block li
{
  margin: 0;
  padding: 0;
  background-image: none;
}

.box 
{
	margin-bottom: 2.5em;
}

.div
{
	margin:0;
	padding:0;
}

#primary .content blockquote
{
	border-left: 1px solid #E9EFF3; /* LTR */
	border-top:  1px solid #E9EFF3;
	margin:15px;
	padding:5px;
	color:#666;
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;
}

em
{ 

	font-style:italic;

}

/*admin panel styles*/


/*#primary .singlepage form{
  font-size:0.8em;
}*/

div.admin-panel {
  margin: 0;
  padding: 5px 0px 15px 5px;
  background:url(img/gradient.gif) repeat-x;
}

div.admin-panel .description {
  margin: 0 0 3px;
  padding: 2px 0 3px 0;
}

div.admin-panel .body {
  padding: 0 0px 2px 0px;
}

div.admin {
  padding-top: 15px;
}

div.admin .left {
  float: left;
  width: 45%;
  margin-left: 1em;
}

div.admin .right {
  float: right;
  width: 45%;
  margin-right: 1.1em;
}

/*admin by module*/
div.bymodule ul li {font-size:80%; margin:0 0 0px 0; padding:0px 0 0 18px;}
	
#primary .messages{
   font-size:0.875em;
   padding:10px;
}
#primary .messages ul li {
     list-style:none;
}

#primary .messages .status{
     padding:10px;
	 background-color:#d8fab6;
	 border:1px solid #3d7903;
	}

#primary .help .help{
	padding:5px;
	margin:15px 15px 15px 15px;
	background-color: #F5F5F5;
	border:1px solid  #ECECEC;
	font-size: 80%;
	}
	
	
#primary .help .help a, #primary .help .help a:hover{
     font-weight: normal;
	 color: #990000;
	}	
	
	
#primary .help .help ol li {
	list-style:none;
	background-image: url(img/down_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
	
	
#primary .admin-dependencies, #primary .admin-required {
	 color:#999999;
	 font-size:100%;
	 font-style:italic;
	 font-family:Arial, Helvetica, sans-serif;
	}	

#primary code{
	 color:#000;
	 font-weight:bold;
	 font-family:Arial, Helvetica, sans-serif;
	}	

/*comments & links*/
#comments{
margin-top: 2em;
font-size:0.875em;
}

#comments .box h2{
font-size:1.3em;
}


.commentTitle{
font-size:1.4em;
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom:5px;
}

#comments .content{
margin-bottom:5px;
font-size:1.1em;
}
.submitted{
margin-bottom:10px;
font-style:italic;
font-size:0.75em;
}

.comment{
background-color: #FAFAFA;
border:1px solid  #EDEDED;
margin:0 0 2em;
padding:1em;

}

.links{
font-size:0.875em;/*14px*/
margin-top:1em;
clear:both;
}

.linksteaser{
padding-bottom:10px;
border-bottom: 1px dashed #ccc;
margin-bottom: 5px;
}

.linksteaser ul li {
margin-right: 5px;
}

.comment .links ul li {
list-style:none;
background:none;
padding-left: 23px;
padding-top:1px;
padding-bottom:1px;
}


.comment .links li.comment_delete{
background:url(img/commentdelete.gif) no-repeat;
}

.comment .links li.comment_edit{
background:url(img/commentedit.gif) no-repeat;
}

.comment .links li.comment_reply{
background:url(img/commentadd.gif) no-repeat;
}

#primary .links li.comment_forbidden{
background:url(img/lock.gif) no-repeat;
padding-left:22px;
}

#primary .links li.comment_comments{
background:url(img/comments.gif) no-repeat;
padding-left:22px;
}

#primary .links li.blog_usernames_blog first{
background:url(img/blog.gif) no-repeat;
padding-left:22px;
}

.links li.comment_add{
background:url(img/comment_add.gif) no-repeat;
padding:0px 0 0 23px;
}


.links .node_read_more{
background:url(img/readmore.gif) no-repeat;
padding:1px 0 0 23px;
}


/*taxonomy terms in node*/

.taxonomy{
font-size:0.875em;
margin:15px 0 25px 0;
border-top:4px solid #eee;
padding-top:10px;
clear:left;

}

.taxonomyteaser{
margin:10px 0 15px 0;
border-bottom:1px dashed #ccc;
padding-bottom:10px;
clear:left;
font-size:0.875em;
}

.taxonomy span{

background:url(img/tags.gif) no-repeat;
padding-left:21px;

padding-right:10px;
}

p span.tagsteaser{
background:url(img/tags.gif) no-repeat;
padding-left:23px;

color:#24365c;
}

.preview .node .taxonomy span{background:none;padding-left:3px;padding-right:3px;} /*no key icon in preview */

/*meta in nodes*/

.metanode{

font:0.875em Georgia, "Times New Roman", Times, serif;
font-style:italic;
margin:10px 0 20px 0;
}

.metanode p{

}
.metanode span{
font-weight:bold;
padding-bottom:5px;
}

.metanode span.author{
	padding-left:21px;
	background-image: url(img/use11r.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
}

.metanode span.date{
background:url(img/clock.gif) no-repeat 2px 0;
padding-left:21px;
}

/*pager*/
.item-list ul.pager{
text-align:left;
margin:0px;
padding-top:10px;
font-size:0.75em;
}

.item-list .pager li{
margin:0px;
padding:3px;
}

.item-list .pager li.pager-current{
padding:4px;
background-color:#ededed;
border:1px solid #ccc;
color:#333;
}




/*avatar*/

.picture{
float:right;
margin:8px 0 4px 8px;
}

.picture img{
float:right;
margin:0 0 4px 5px;
padding:4px;
border:1px solid #e1e0e0;
background:white;
}

.picture a:hover img{
background:url(img/bgavatar.gif) no-repeat bottom;
}


/*signature in 6x */ 

.firma{
	margin:6px 0 4px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:1px;
	color: #666;
	background-image: url(img/comment_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*forums*/

#primary .singlepage #forum ul.links li.forum{
font-size:0.8em;
padding-left:22px;
background:url(img/post.gif) no-repeat 0px -1px;
}

.singlepage #forum table tr.even{
background-color:#ededed;
}

.singlepage #forum table tr td.container{
background-color: #FFF;
}


.singlepage #forum{
font-size:0.85em;
}

.singlepage #forum .name{
font-size:1.2em;
margin-bottom:8px;
}

#forum .links
{
margin:0px;
display:inline;
}

#forum .links a
{
font-size:1.3em;
}

/*sticky icon*/
#primary img.sticky{float:none;margin:0px 0 0 8px;padding:0px;}
/*profile*/
.profile{
	font-size:0.9em;
	padding: 10px;
	background-color: #FAFAFA;
	border:1px solid  #EDEDED;
	float: left;
	width: 550px;
}
.profile dl{font-size:0.85em;}
.profile dl dt{font-size:1.2em;}
.profile dl dd{font-size:1.3em;}
.profile dd{font-size:1em;}
.profile h3{font-size:1.4em;border-bottom:none;margin-bottom:20px;}

/*book & forum navigation*/

.book-navigation
{
	display: none;
}

.book-navigation .menu, .book-navigation .page-links
{
	background:#F1FAFD;
	border: 1px solid #8ED1E4;
}

.book-navigation, .forum-topic-navigation{
font-size:0.75em;
margin-top:10px;
}

.book-navigation a, .forum-topic-navigation a{
font-weight:normal;
}

/*attachments */

#page table#attachments tr td{padding:5px 5px 5px 5px; text-align:center;  }
#page table#attachments tr td a{font-weight:normal;}

/*pools*/
#page .poll{clear:both; margin-top:3px;}
.poll .title{font-weight:bold;margin:8px 0 8px 0;}
.poll .percent, .pool .text{margin:1px 0 1px 0;}
#page .poll .bar .foreground{background-color:#156aa3;}
#page .poll .vote-form{text-align:left;}
#page .poll .form-item{margin:8px 0 8px 0;}
#page .poll .choices{margin:0px;}
#page .poll .total{text-align:left;}

/*book links */

.links .book_printer{
background:url(img/print.gif) no-repeat;
padding-left:20px;
}

.links .book_add_child{
background:url(img/add.gif) no-repeat;
padding-left:20px;
}

#primary .content .book-navigation .menu li{
background:url(img/figlio.gif) no-repeat 0 2px;
list-style:none;
list-style-image:none;
list-style-type:none;
padding-left:20px;
margin:4px 0 4px 0;
}

/*search results*/

#primary .singlepage .search-results dt{font-size:100%; background:url(img/result.gif) no-repeat;margin-top:10px;}
#primary .singlepage .search-results p{font-size:100%;}
#primary .singlepage .search-results p strong{ background: #FFFF99}
#primary .singlepage .search-results p.search-info{font-style:italic;}

/*hidden div used to hide hidden form elements (such as paypal form)*/

.hide{visibility:hidden;height:5px;}


/**
 * Collapsible sets
 */
set {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ccc;
  display:block;
  clear:left;
  width:95%;
  overflow:visible;
}

/* Targets IE 7. Fixes background image in  sets. */
*:first-child+html set {
  padding: 0 1em 1em;
  background-position: 0 0.65em;
  background-color: transparent;
}

*:first-child+html set > .description, *:first-child+html set .set-wrapper .description {
  padding-top: 1em;
}

set legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html set legend, *:first-child+html set.collapsed legend {
  display: inline;
}


html.js set.collapsible{
margin:5px 0 5px 0;
display:block;
float:left;
}

html.js set.collapsed{
margin:5px 0 5px 0;
display:block;
clear:left; /* avoid set overlapping in ie */

}


set ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

/*teaser checkbox */
.teaser-checkbox{margin-bottom:10px;}

/*aggregator styles*/
.feedcontainer{margin-left:0px;margin-bottom:20px; margin-top:20px; position:relative;}
#primary .singlepage .feedcontainer h2{margin-bottom:-5px; font-size:1.3em;}
.feedcontainer .feedcontent{border-bottom:1px dashed #ccc;}

#primary .singlepage .feedsummary {border-bottom:1px dashed #ccc;padding-bottom:10px;}
#primary .singlepage #aggregator h2{font-size:1.3em;}
#primary .singlepage #aggregator li { /*aggregator list*/
font-size:0.8em;
list-style:square;
margin:3px 0 3px 18px;
background:none;
padding:0 0 0 3px;
}

/*taxonomy term page */

.terminfo{ background:#fdffe5; font-family:Georgia, "Times New Roman", Times, serif; padding:15px;margin-bottom:10px;}
#primary .terminfo p{
font-size:1.1em;
font-style:italic;
line-height:120%;
text-align:center;
color:#666600;
}


.wrapper.tagadelic a:hover {
	color: #FF9900;
	text-decoration: none;
}

.site-map{
	padding: 10px;
}
.box p {	 
	color: #333333;

}
.box ul li{
	list-style-position: inside;
	display: block;
	font-size: 90%;
}

#primary .singlepage .box .content ul.menu li{
	font-size: 90%; list-style:none;
}
#primary .singlepage .box .content ul li img {
	float: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/*
 * Tabs CSS
 *
 *
 */
 
 
#page #primary .tabs{ /* tabs */
	font-size: 90%;
	margin: 5px;
	padding: 0px;
	}


#page #primary .tabs{ /* tabs */
	}


#page #primary .tabs .secondary {  /* tabs secondary */
	}
	
 .form-item input#edit-image-sizes--original-label {
	width: 100px;
}

 .form-item input#edit-image-sizes-thumbnail-label {
	width: 100px;
}
 .form-item input#edit-image-sizes-preview-label {
	width: 100px;
}
 .form-item input#edit-image-sizes-new1-label {
	width: 100px;
}
 .form-item input#edit-image-sizes-new2-label {
	width: 100px;
}
 .form-item input#edit-image-sizes-new6-label {
	width: 100px;
}
 .form-item input#edit-image-sizes-new3-label {
	width: 100px;
}
 .form-item input#edit-image-sizes-new4-label {
	width: 100px;
}
 .form-item input#edit-image-sizes-new5-label {
	width: 100px;
}

table.sticky-enabled  thead {
	margin: 5px;
}
/*________________________________*/

/*login line*/
#megatopregion {
	background-color: #ffffff;
	position: relative;
	padding: 0;
	font-size: 70%;
	width:994px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: left; 
	color: #EBEBEB; }
#megatopregion .drdot {
	clear:both;
}


#megatopregion #loginline {
	position: absolute;
	left: 640px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 0px;
	height: 21px;
	background-image: url(img/login_line.png);
	background-repeat: no-repeat;
	float: right; 
}



#loginline ul{
	font-size: 12px;
	position: absolute;
	left: 33px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-weight: normal;
	text-decoration: none;
	height: 21px;
} 

#loginline ul li{
	display: inline;
	padding-right: 20px;
}

/* Âûâîäèì â îäíó ñòðîêó ýëåìåíòû ñïèñêà è îòñòóïû ìåæäó íèìè: */
#loginline ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
#loginline ul li a:hover{
	color: #80BBCC;
	text-decoration: none;
}
#loginline ul li.usericon  a{
	background-image: url(img/use11r.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left:25px;

}



#megatopregion #headerblock    {
	text-align:left;
	float: left;
	width: 70%; height:auto;  
}
#megatopregion .defaultblock {
	background-image: none;
}
#megatopregion .defaultblock .blockcontent{
	margin: 8px 0px 0px -5px;
}
#megatopregion .defaultblock h2 {
	display: none;  
}
#megatopregion #headerblock .defaultblock .blockcontent ul.menu a{
 color: #EBEBEB;

}

#megatopregion ul li {	color: #EBEBEB;
	background-image: none;
	display: inline;
	list-style-type: none;
}
 
#megatopregion .block-region {
	margin: 5px; color: #590100;
}

#headerblock ul li a.active,
#headerblock ul li a.active:hover {
	text-decoration: underline;

	}


/*________________________________*/
 

 

/*________________________________*/


#primary .defaultblock {
	background-color: #FAFAFA;
	border: 1px solid #F2F2F2;
	margin:0px 0 15px 0;
	padding:0px 0px 0px 2px;
	background-image: none;
}
#primary .blockcontent {	margin: 0px; 
	padding: 5px; 	font-size: 100%;

}
#primary .blockcontent p{		margin:0px 0px 0px 0px;
	padding: 0px;

}
#primary .defaultblock h2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 120%;
	text-decoration: none;
}

#primary .blockcontent img{
	margin: 0px;
	float: none;
}


blockquote {
	font-style: normal;
	text-decoration: none;
 }
#page .wrapper #primary .singlepage .node .content #subscriptions-ui-node-form .sticky-enabled {
	font-size: 110%;
	margin: 10px;
	background-image: none; border:0;
}
thead .subscriptions-table{ background:none;  border:0; margin: 10px;}

 #page .wrapper #primary .singlepage .node .content #subscriptions-ui-node-form fieldset {
border:0;
}
 #page .wrapper #primary .singlepage .node .content #subscriptions-ui-node-form a { text-decoration:none;
 
}
fieldset {border: solid #EBEBEB 1px;   }
fieldset {}  
legend {
	text-decoration:none;
	font-weight: normal;
 
}

.user-activity div{ max-width: 350px; text-align:left;
 
}
#page .wrapper #primary .singlepage .box .content #subscriptions-content-type-form .form-item .sticky-enabled {
	font-size: 110%;
}#page .wrapper #primary .singlepage .box .content #subscriptions-blog-ui-blog-form .form-item .sticky-enabled {
	font-size: 100%;
}
/* used by printer friendly module - start */
.links li.print{
background:url(img/print.gif) no-repeat;
padding:0px 0 0 23px;
}
 
.links li.print_mail{
background:url(img/mail.gif) no-repeat;
padding:0px 0 0 23px;
}
 
.links li.print_pdf{
background:url(img/pdf.gif) no-repeat;
padding:0px 0 0 23px;
}
/* used by printer friendly module - end */

