body {
	margin:0 0px;
	padding:0 0px;
	background:#464646 url('/i/bg_gray.gif');
	font:80% Arial, sans-serif;
	color:white;
}

* {
	font-size:100%;
}

a {
	color:white;
}
img {
	border-width:0;
}
div.PageContainer {
	height:100%;
	background:url('/i/top-bg.gif') repeat-x;
	width:100%;
}

table.Layout {
	width:100%;
	height:100%;
	background:url('/i/bottom.gif') no-repeat bottom center;
	max-width: 1200px;
	width: expression(
			(document.body.clientWidth > 1200)
			? 1200
			: "100%"
		);	
}

tr#Header td {
	height:84px;
	vertical-align:top;
	padding:14px 0 40px 0;
}

div.catNavigation div.item {
	padding:0 20px 1em 20px;
}
div.catNavigation div.item div.item {
	padding:0.4em 0 0.4em 20px;
}
div.catNavigation div.selected,
div.catNavigation div#parent a.selected,
div.catNavigation div#parent {
	color:#e3ed3e;
}
div.catNavigation div.item img {
	width:11px;
	height:11px;
	margin-right:10px;
}

div.position {
	margin:0 20px 20px 0;
	border-bottom:1px solid #979797;
	border-right:1px solid #979797;
	border-left:1px solid #3b3b3b;
	border-top:1px solid #3b3b3b;
	float:left;
	padding:10px;
	background:#848484;
} 

div.view {
	padding:20px;
	margin:0;
}
span.price {
	font-size:1.4em;
}
h1, h2 {
	font-weight:normal;
}
h1 {
	color:#FF3C00;
	font-size:1.8em;
}
h2 {
	font-size:1.6em;
}

div.info {
	clear:both;
	margin-top:2em;
	padding-left:20px;
}

div.title a {
	color:#e3ed3e;
}
div.title {
	font-size:1.2em;
	color:#e3ed3e;
	margin-bottom:1em;
}

table tr th {
	background:#cccccc;
	border-bottom:1px solid white;
	color:black;
}

/* Studio Copyright */
.madein {
	color:black;
	padding: 5px 0 0px 0px;
	position:relative;
	width:200px;
	
}
.madein .studio-logo {
	float:left;
	margin-right:10px;
}

.madein .studio-text {
	position:absolute;
	background:white;
	padding:10px;
	margin-top:10px;
	top:0px;
	left:20px;
	border:1px solid #efefef;
}
.madein .studio-text a {
	color:#158ddd;
}

.footer span {
	font-size:4.5em;
}

textarea {
	font-size:1.5em;
}