table.isle {
	width: 80%;
	margin-left: 10%;
}

#store-window  {
	font-family: "Lucida Grande", "Lucida", "Verdana", "Arial", sans-serif;
	font-weight: normal;
	width: 210px;
	float: left;
	padding-left: 2em!important;
}

#store-window p {
	width: 70%;
	font-size: 1.2em;
}

#store-window h1 { font-size: 1.5em; } 
#store-window h2 {
	font-size: 1.2em;
}

#store-catalog {
	width: 700px;
	float: right;
}

#store-catalog p {
	font-size: 1.2em;
	line-height: 1.5;
}


 
.step {
	margin-top: 28px;
	border-top: 1px solid gray;
}

.scrollable {
	background: transparent;
	border: none;
	height: 170px;
	width: 600px;
}

.items div, .items li {
	width: 680px;
}

.item-group span.item {
	background: url(/themes/2009/images/h300.png) repeat-x 0 60px white;
	width: 180px;
	border: 1px solid #CCC;
	height: 150px;
	margin-right: 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	display:block;
	text-align: center;
	float: left;
	color: black;
}

.item-group span.item:hover {
	background-position: 0 -20px;
	background-color: black;
	color: white;
}

a.choice {
	display: table-cell;
	height: 150px;
	width: 180px;
	vertical-align: justify;
	padding-top: 20px;
}

a.choice, a.choice:hover {
	color: inherit;
}

span.item.selected, span.item.selected:hover {
	background: url(/themes/2009/images/check-mark-20x20.png) 5px 5px no-repeat #CCC;
	border: 3px inset white;
	width: 176px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

span.item.selected:hover {
	background-color: #333;
}

a.choice img {
	float: none;
	display: block;
	margin: 0;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:130px;
	height:75px;
	margin-left: 22px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color: inherit;
}

a.choice span {
	padding: 0px;
	width: 130px;
	margin-left: 24px;
	display: block;
	font-size: 11px !important;
	color: inherit;
}

.navi.bar {
	text-align: center;
	background: url(/themes/2009/images/h300.png) repeat-x 0 -45px #000;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border: 2px solid #888;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	height: 20px;
	width: 640px;
}

.navi.bar .tabs a {
	min-width: 20px;
	padding-left: 35px;
	padding-right: 35px;
	display: block;
	float: left;
	height: 18px;
	font-size: 12px;
	padding-top: 2px;
	text-align: center;
	color: black;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.navi.bar .tabs a.active {
	background: url(/themes/2009/images/h300.png) repeat-x 0 -125px black;
	text-shadow: 0px 1px -1px #000;
	color: white;
}

ol.inline {
	display: inline;
	list-style-type: decimal;
}

ol.inline li {
	display: inline;
}

ol.inline li:before {
	display: marker;
}


