@charset "utf-8";
/* CSS Document */
.consignmentMediumPhoto { background:#FFFFFF; border:1px #A5A541 solid; padding:0px; }
#master-img {width:469px; }
#imgMasterPhoto { background:#669999; }
#TabbedPanelsImages { margin-top:12px; width:469px; height:341px; float:left; clear:none; }
.galleryImgs {height:auto; }
.galleryImgsContainter { margin:4px; padding:2px;
	height:72px; width:72px; background-color:#333333; border:1 px #FFFFFF; text-align:center; vertical-align:center; float:left;
	}

#gallery { width:500px; height:auto; padding:10px;  }
.galleryImgFullSize { display:none; position:absolute; top:0px; left:0px; float:left; background:#000; border:#CCCC66 5px ridge; height:670px; width:711px; overflow:hidden; text-align:center }
.galleryImgFullSize img { height:90%; width:auto; }
.galleryImgFullSize p { color:#FFFFFF; }
.galleryImgFullSize a { color:#FFFFFF; cursor:pointer; }
#consignment-search fieldset { margin:0; padding:0; padding-right:20px; }
#keyword { width:180px; margin:0; margin-bottom:1em; }
#consignment-search select { width:180px; height:100px; margin:0; padding:0; }
.lb { width:170px; background-color:#F2F0EC }
#consignment-search-short {margins:0; padding:0;padding-left:10px; width:106px; height:auto;}

#consignments-menu {  text-align:left;cursor:pointer;width:520; margin-top:12px;  margin-bottom:22px; margin-left:20px;  padding:0 }
#consignments-menu td {padding:0; }
#consignments-menu tr th {padding-left:6px; padding-top:12px; }
#consignments-menu ul{list-style:none; margin:0;}
#consignments-menu li{
	border-top:1px solid black; 
	display:block;  
	text-align:right;
	height:auto;
}
#groups { }
#categorys {} 
#mediums { }
#groups, 
#categorys {width:173px;} 
#mediums {width:174px;}
#consignments-menu tr,#consignments-menu th {padding:0; margin:0;}

/* Margin top and bottom add spacing between text a li blocks */
#consignments-menu span { text-align:left; vertical-align:text-top;  width:124px; margin-top:2px; margin-bottom:4px;}

#consignments-menu a { width:40px; margin-right:4px; font-size:.85em; text-decoration:none; color:#669933 }

#groups  { border-right: 1px dotted black; }
#mediums { border-left: 1px dotted black; }
.hover {background-color:#CCFF00;}
.select {background-color:#00FF66;}

/* Database Photo are aligned and center in divs */
.img-sm { background:#EDEDE4; 
padding:0px; 
border:none; 
height:72px; 
width:72px; 
float:left; 
border: 1 solid #BEBF91; 
margin:10px; 
text-align: none;
	}
.img-sm img{ 
display:block; 
height:auto; 
width:auto; 
border-top-style: none;
border-right-style: none; 
border-bottom-style: none; 
border-left-style: none; 
margin: auto; 
padding: 0px; 	
	}





/* On photos.cfm this class removes the bg image on the document body */
.sub {background:none;}


.modalDialogueBox{
	display:table;
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	background:repeat fixed; 
	background-image:url(/images/template_images/bg_web_dither.png);
	position:fixed;
	top:0;
	left:0;
	text-align:center;
	z-index:3;
	}
.modalwrapper {/* Make verticle centering possible in ie7*/
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
	}
#termsofsale {
	#position: relative; 
	#top: -50%;
	#left: -50%; 
	height:580px; 
	width:500px;
	background-color:#E7EBEA; 
	border:#8A1E21  6px  ridge ; 
	z-index:4;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135, strength=3);
	}
#termsofsale p {margin-top:4px;text-align:center;font-size:.85em}
#termsofsale iframe { margin-right:20px; margin-left:20px; margin-top:20px; width:450px; height:450px; }
#idecline { }
#iaccept {margin-left:16px;}
