/* ===  CSS Document for Gamenode.com front page  ================================= */
* {
	margin			: 0px;
	padding			: 0px;
	border			: none;
}

html, body {
	padding			: 0px 20px 20px 0px;
	font			: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color			: #000000;
	background		: #FFFFFF;
}

html {
	overflow		: -moz-scrollbars-vertical;
}

a, a:visited {
	color			: #0000FF;
}

ul {
	list-style		: outside disc;
}

li {
	margin			: 0px 0px 0px 16px;
}


#container {
	width			: 900px;
	margin			: 0px auto 0px auto;
}

#header {
	margin			: 20px 0px 0px 0px;
}

#menu {
	margin			: 20px 0px 0px 0px;
	font-size		: 0px;
}

#menu a img {
	padding			: 0px 0px 0px 26px;
}

#left {
	float			: left;
	margin			: 7px 0px 0px 0px;
	width			: 260px;
	color			: #FFFFFF;
}

#left a, #left a:visited {
	color			: #FFFFFF;
}

#left_top {
	height			: 320px;
	background		: #000000;
}

#left_top .address {
	display			: block;
	height			: 80px;
	padding			: 190px 0px 0px 20px;
}

#left_top .search {
	padding			: 0px 0px 0px 20px;
}

#left_bottom {
	height			: 180px;
	margin			: 1px 0px 0px 0px;
}

#left_bottom .left {
	float			: left;
	width			: 219px;
	height			: 150px;
	padding			: 20px 0px 0px 20px;
	background		: #000000;
}

#left_bottom .right {
	float			: left;
	width			: 20px;
	height			: 170px;
	margin			: 0px 0px 0px 1px;
}

#quicklinks {
	height			: 120px;
}

#iso {
	height			: 20px;
}

#block {
	float			: right;
	width			: 4px;
	height			: 20px;
}

#square {
	float			: right;
	width			: 20px;
	height			: 20px;
	border-left		: 1px solid #FFFFFF;
	border-bottom	: 1px solid #FFFFFF;
}

#content {
	float			: left;
	width			: 640px;
	margin			: 7px 0px 0px 0px;
}

.content {
	padding			: 20px 0px 0px 20px;
	width			: 620px;
	height			: 471px;
}

.content p {
	text-align		: justify;
}

.red {
	color			: #ED0000;
	font-weight		: bold;
}

.csstable {
	
}

.csstable .left {
	clear			: both;
	float			: left;
	width			: 110px;
}

.csstable .right {
	
}

.thumbnail {
	float			: left;
	width			: 92px;
	margin			: 0px 5px 0px 0px;
	text-align		: center;
	font-size		: 10px;
}

.thumbnail img {
	width			: 90px;
	height			: 90px;
	border			: 1px solid #000000;
}

.icons {
	float			: left;
	width			: 34px;
	margin			: 5px 0px 0px 10px;
	text-align		: center;
	font-size		: 10px;
}

.row {
	height			: 20px;
}

.spacer {
	clear			: both;
	height			: 10px;
}

.product {
	clear			: both;
	height			: 92px;
	vertical-align	: middle;
}

.text
{
	height			: 20px;
	margin			: 30px;
	float			: left;
}

.button {
	border			: 1px solid #000000;
	font-size		: 11px;
	padding			: 2px;
	cursor			: pointer;

}


/* === Forms ================================================================================================================== */
 .textfield, .textfield_error, .textarea, .textarea_error, .select, .select_error {
	width			: 180px;
	height			: 18px;
	border			: 1px solid #AAAAAA;
	font			: normal 11px Tahoma, Verdana;
}

.textfield, .textfield_error {
	height			: 14px;
	margin-top		: -1px;
	padding			: 1px 0 1px 4px;
}

input[type=text], input[type=password], input[type=button] {
	margin-top		: 0px;
/*	margin-left		: -1px; */
}

.select, .select_error {
	font			: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding			: 0px;
	height			: 18px;
}

.textarea, .textarea_error {
	height			: auto;
	overflow		: -moz-scrollbars-vertical;
}

.textfield_error, .textarea_error, .select_error {
	border			: 1px solid #CC0000;
}

.button {
	height			: 18px;
	margin-right	: 10px;
	background-image: url(/images/button100x18.gif);
	border			: 1px solid #000000;
	font			: normal 11px Arial, Helvetica, sans-serif;
}

input[type=submit], input[type=reset] {
	padding			: 1px 15px 3px 15px;
}

/* IE */
.checkbox, .radio {
    margin-left		: -3px;
	height			: 18px;
	margin			: 0px 0px 10px -3px;
}

/* FF */
input[type=checkbox], input[type=radio] {
    margin			: 0px 0px 0px 1px;
	padding			: 0px;
}

.button, .select, .checkbox {
	cursor			: pointer;
}
