#Body {
	background-color: #000000;
	font-family: Verdana, Helvetica;
	font-size: 12px;
}

#Container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 961px;
}

#Content {
	height: 496px;
	min-height: 496px;
	background-repeat: no-repeat;
}

#Content h1 {
	
	font-size: 20px;
	font-weight: bold;
}

#Content h2 {
	font-size: 16px;
	margin: 4px;
}

#Content h3 {
	font-size: 12px;
	margin: 0px;
}

#Information {
	position: relative;
	height: 466px;
	margin-left: 35px;
	margin-right: 35px;
	top: 12px;
	overflow: auto;
}

#Footer {
}

#Stock_indicator {
	position: relative;
	left: 150px;
	top: 4px;
}

#Order_button {
	position: relative;
	margin-left: 300px;
	margin-top: 70px;
	width: 188px;
	height: 34px;
}

#Order_button a {
	float: left;
	display: block;
	cursor: pointer;
	background-image: url(../img/order.gif);
	background-position: left top;
	width: 188px;
	height: 34px;
	text-indent: -999em;
    overflow: hidden;
	outline: none;
}

#Order_button a:hover {
	background: url(../img/order.gif) 0px -34px no-repeat;
}

#Screenshots_button {
	position: relative;
	margin-left: 531px;
	margin-top: 33px;
	width: 375px;
	height: 117px;
}

#Screenshots_button a {
	display: block;
	cursor: pointer;
	background-image: url(../img/screenshots.gif);
	background-position: left top;
	width: 375px;
	height: 117px;
	text-indent: -999em;
    overflow: hidden;
	outline: none;
}

#Screenshots_button a:hover {
	background: url(../img/screenshots.gif) 0px -117px no-repeat;
}

#Payment_button {
	position: relative;
	margin-left: 531px;
	margin-top: 50px;
	width: 375px;
	height: 117px;
}

#Payment_button a {
	display: block;
	cursor: pointer;
	background-image: url(../img/payment.gif);
	background-position: left top;
	width: 375px;
	height: 117px;
	text-indent: -999em;
    overflow: hidden;
	outline: none;
}

#Payment_button a:hover {
	background: url(../img/payment.gif) 0px -117px no-repeat;
}

.text {
	border: 1px solid #000000;
}

.textarea {
	border: 1px solid #000000;
	width: 250px;
	height: 100px;
}

.button {
	border: 2px solid #000000;
	height: 20px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color:#000000;
	text-decoration: none;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}