* {
	margin: 6px 6px 6px 6px;
	padding: 0px;
	border: 0 none transparent;
	font-size: 14pt;
	font-family: Arial;
	font-weight: normal;
}

body {
	background-color:#96a3f2;
	height: 100%;
	width: 750px;
	text-align: left;
	font-size: 15pt;
	font-family: Arial;
}

body.shop {
	background-color: #212b48;
}

h1 {
	text-align: left;
	width: 100%;
	font-size: 52px;
	color: #100861;
	font-weight: normal;
}

table {
	background-color: #96a3f2;
	border-collapse: collapse;
}

.shopName {
	color: #2415b5;
}

.internalText {
	color: #38338b;
	margin-left: 11px;
}

#availability2 {
	width: 760px;
}

#availability2 tr td {
	color: white;
	border-style: solid;
	vertical-align: top;
}

#availability2 tr th {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	border-bottom: 8px solid white;
	vertical-align: top;
}

#availableListCell {
	width: 760px;
}

#availableListCell p {
	margin: 6px 0;
}

#availableListCell span {
	margin-left: 0;
}

#availableListCell td {
	padding: 0px 6px;
}

#availableList {
	height: 92px;
	overflow: hidden;
}

#availableList td {
	line-height: 36px;
}

#availableList p {
	line-height: 36px;
}

#availableList p a {
	color: white;
	text-decoration: none;
}

#availableList p a:hover {
	color: white;
	text-decoration: underline;
}


#availability4 span.shopName {
	font-weight: bold;
	color: blue;
}

#availability4 {
	width: 760px;
	color: #FFFFFF;
	background-color: #212b48;
}


#availability4 th{
	text-align: center;
	font-weight: bold;
	border-bottom: 5px solid white;
	height: 50px;
}


#availability4 td{
	padding: 1em 20px 0 20px;
}