html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	background-color: #ffffff;
	font-family: Tahoma, Trebuchet MS;
	line-height: 1.7;
	font-size: 12px;
}

a:link
{
	color: #ff7500;
	text-decoration: none;
}

a:visited
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin-bottom: 15px;
}

h1
{
	background: #ff7500;
	position: relative;	
	border: 1px solid #ffffff;
	padding-left: 4px;
	z-index: 20;
	height: 36px;
	font-size: 20px;
	clear: both;
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
}

h1.titletop
{
	margin-bottom: -1px;
}

h1.small
{
	font-size: 12px;
	height: 20px;
}

h1:hover
{
	border: 1px solid #ff7500;
}

h1 a:link,
h1 a:visited
{
	display: block;
	color: #ffffff;
	text-decoration: none;
}

h1 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

h1 div.type
{
	position: absolute;
	top: 0px;
	right: 4px;
	float: right;
	text-transform: capitalize;
}

.label
{
	position: relative;
	display: none;
}

.label[lang="en"]
{
	z-index: 2;
	display: inline;
}

span.open
{
	-webkit-transform: rotate(33deg);
	-moz-transform: rotate(33deg);
	background-image: url('/img/open_star_70.png');
	background-repeat: no-repeat;
	position: absolute;
	font-weight: bold;
	text-align: center;
	display: block;
	right: -10px;
	top: -10px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	padding: 0px;
	z-index: 50;
	text-transform: uppercase;
	font-size: 15px;
	color: #000000;
}

span.future
{
	-webkit-transform: rotate(33deg);
	-moz-transform: rotate(33deg);
	background-image: url('/img/open_star_70.png');
	background-repeat: no-repeat;
	position: absolute;
	font-weight: bold;
	text-align: center;
	display: block;
	right: -5px;
	top: -5px;
	height: 35px;
	width: 70px;
	line-height: 15px;
	padding: 20px 0px;
	z-index: 50;
	text-transform: uppercase;
	font-size: 13px;
}

span.future .date
{
	line-height: 10px;
	font-weight: normal;
	font-size: 10px;
}


span.open span,
span.future span
{
	background-color: #e4e400;
}

.grid
{
	width: 320px;
}


.embed
{
	position: relative;
	display: block;
	background: #ffffff;
	float: left;
	padding: 0px;
	margin: 0px -1px -1px 0px;
	border: 1px solid #ffffff;
	width: 159px;
	height: 119px;
}

.medium
{
	width: 319px;
	height: 239px;
}

.embed:hover
{
	z-index: 90;
	border: 1px solid #ff7500;
}

.embed a:hover
{
	text-decoration: none;
}

.embed .caption
{
	position: absolute;
	overflow: hidden;
	bottom: 0px;
	right: 0px;
	width: 100%;
	text-align: right;
	padding: 0px 5px 0px 5px;
	line-height: 18px;
	color: #000000;
	z-index: 5;
}

.embed .caption .background
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	z-index: 10;
	background: #ffffff;
}

.embed .caption .text
{
	position: relative;
	z-index: 20;
}


div.blank:hover
{
	border: 1px solid #ffffff;
}


.embed a.primary
{
	position: absolute;
	display: block;
	visibility: none;
	z-index: 15;
	width: 159px;
	height: 119px;
}

.medium a.primary
{
	width: 319px;
	height: 239px;
}

.embed a.primary:hover
{
	background: #ffffff;
}


.embed .file,
.embed .placeholder
{
	outline: 1px solid #ffffff;
	width: 159px;
	height: 119px;
	position: absolute;
	top: 0px;
	z-index: 1;
	background: #f4f4f4;
	background-image: url('/img/processing-wheel-24px-trans.gif');
	background-repeat: no-repeat;
	background-position: 68px 38px;
	display: block;
	overflow: hidden;
}

.medium .file,
.medium .placeholder
{
	width: 319px;
	height: 239px;
	background-position: 148px 92px;
}

.embed .file img
{
	position: absolute;
	z-index: 1;
	display: block;
}

.embed .price
{
	z-index: 3;
}

a.shop .caption
{
	width: 309px;
	text-transform: uppercase;
}

a.shop .mapcontainer
{
	position: absolute;
	display: block;
	width: 128px;
	height: 76px;
	bottom: 0px;
	right: 0px;
	z-index: 5;

}

a.shop .map
{
	position: absolute;
	display: block;
	width: 128px;
	height: 76px;
	bottom: 0px;
	right: 0px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}


a.shop .largelocation
{
	position: absolute;
	width: 480px;
	height: 360px;
	z-index: 10;
	top: -70px;
	left: -90px;
}

.map .location
{
	display: none;
}

a.shop .slide .map
{
	width: 320px;
	height: 240px;
	opacity: 1;
	filter: alpha(opacity = 100);
}

.small a.shop .slide .map
{
	width: 160px;
	height: 120px;
}

.small a.shop .caption
{
	width: 159px;
}

.small span.open
{
	background-image: url('/img/open_star_40.png');
	height: 40px;
	width: 40px;
	line-height: 42px;
	font-size: 9px;
}

.small span.future
{
	background-image: url('/img/open_star_40.png');
	height: 40px;
	width: 40px;
	line-height: 11px;
	padding: 10px 0px;
	font-size: 9px;
}


/** generic styles for map credit placement **/

.wml-copyright-text
{
	position: absolute
	bottom: 0px;
	right: 0px;
	z-index: 10;
	white-space: nowrap;
	text-align: center;
	background: #ffffff;
	font-size: 9px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.wml-copyright-text:before
{
	content: 'Maps ';
}