@charset "utf-8";
/* CSS Document */

#gallery {
	border: 1px solid #ebe8e5;
	padding:0;
	margin:0;
	border-collapse: collapse;
	width:100%;
}

#gallery TD {
	padding:7px;
	border: 1px solid #ebe8e5;
	text-align:center;

}

	
#gallery TD A.icon {
	display:block;
	padding:5px;
	border:1px solid #fff;
	margin-bottom:2px;
}

#gallery TD IMG {
	border:0;
}
	
#gallery TD A.icon:hover, #gallery TD:hover A.icon {
	border: 1px solid  #CEB93E;	
}
	
#gallery TD A.title {
	text-transform:uppercase;
	font-size:90%;
	color:#666;
	text-decoration:none;
}

.preview {
	background:url(images/borderBG5.jpg) no-repeat; padding:12px 14px 14px 12px; width:480px; float:left; margin-bottom:1em;
}

h2 {
	font-weight: normal;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ADA69E;
}

h2.home {margin-top:0; line-height:1em}

#orderSamples, #specs { border:0; margin-right:5px; margin-top:0.8em }

.details P {margin:0.5em; font-size:.8em}

#iconScroller {clear:both; margin-top:1em; margi\n-top:7em; height:170px; overflow:auto; border:1px solid #ccc}

#orderDetails { width:100%; margin:0; padding:0; font-size:0.9em}
#orderDetails th { background-color:#F1EFEA; padding:0.5em}
#orderDetails td {padding:0.5em}