﻿html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}


#myRedButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ed5050 ), color-stop(1, #af1010) );
	background:-moz-linear-gradient( center top, #ed5050 5%, #af1010 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5050', endColorstr='#af1010');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	font-family:arial;
	color:white;
	font-size:11px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
	float:right;
}#myRedButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #af1010), color-stop(1, #ed5050 ) );
	background:-moz-linear-gradient( center top, #af1010 5%, #ed5050 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#af1010', endColorstr='#ed5050 ');
	background-color:#af1010;
}#myRedButton:active {
	position:relative;
	top:0px;
}

#myShopButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #50ed50 ), color-stop(1, #10af10) );
	background:-moz-linear-gradient( center top, #50ed50 5%, #af1010 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50ed50', endColorstr='#10af10');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	font-family:arial;
	color:white;
	font-size:11px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
	float:right;
}#myShopButton :hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #10af10), color-stop(1, #50ed50) );
	background:-moz-linear-gradient( center top, #10af10 5%, #50ed50  100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#10af10', endColorstr='#50ed50');
	background-color:#10af10;
}#myShopButton :active {
	position:relative;
	top:0px;
}



.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #afafaf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #afafaf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#555555;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:0px;
}


#myBlueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5050ed ), color-stop(1, #1010af) );
	background:-moz-linear-gradient( center top, #5050ed 5%, #1010af 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5050ed', endColorstr='#1010af');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	font-family:arial;
	color:white;
	font-size:11px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
	float:right;
}#myBlueButton :hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1010af), color-stop(1, #5050ed ) );
	background:-moz-linear-gradient( center top, #1010af 5%, #5050ed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1010af', endColorstr='#5050ed ');
	background-color:#1010af;
}#myBlueButton :active {
	position:relative;
	top:0px;
}
