/* Shopping Pages Style Sheet */
/* is called in addition to other style sheets */

body.zoom { background-color: #DFDCC6; }

body.blockPopup { background-color: #FFFFFF; border: 1px solid gray; padding: 0px; }

div#item-thumb { float: left; padding: 0px; font-size: 8pt; font-weight: normal; text-align: center; width: 165px; }

div#item-details { float: left; width: 540px; }

div#item-details div.header-bar { 
	display: block; 
	margin-bottom: 1em;
	border: none;
	width: 100%; 
	background-color: #ABB8C6; 
	background-image: url(img/title-800_06.png); 
	font-size: 10pt; font-weight: bold; color: black; 
	padding-top: 5px; padding-left: 20px; 
	}

div#item-details ul { margin-left: 20px; }

div.spacer { width: 100%; height: 25px; font-size: 15pt; }

form.shop { display: inline; position: relative; top: 0px; margin: 0px 0px 0px 2px; padding: 0px;}

td.grouping-old { width: 200px; height: 260px; }
td.shop-old { font-size: 8pt; border: 1px dotted gray; }
td.shop2-old { background: url('img/pale_blue_bg.gif'); font-size: 8pt; border: 1px dotted gray; }


