/* $Id$ */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #eeeeee;
	margin: 10px 5px 15px 5px;
}

* html table {
	font-size: 100%;
}

h1 {
	font-size: 140%;
	margin: 0.5em 0 0.1em 0;
}
h2 {
	font-size: 120%;
	margin: 1em 0 0.25em 0;
}
h3 {
	font-size: 100%;
}
/* navigation headings */
#right h3 {
	font-size: 100%;
	margin: 0.5em 0 0.1em 0;
	padding-left: 10px;
}
* html #right h3 {
	margin-bottom: 0.3em;
}

p {
	margin: 0.75em 0;
	line-height: 140%;
}

a {
	color: #535378;
}
a:hover {
	color: #000;
}

a.selected {
	text-decoration: none;
	font-weight: bold;
}

form {
	margin: 0px;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

#center {
	text-align: center; /* for centering in ie */
}

#container {
	text-align: left;
	width: 918px;
	background-image: url(/images/gui/background-918.gif);
	margin: auto;
}

#left {
	float: left;
	width: 728px;
}

#content {
	padding: 3px 18px 15px 10px;
}

#topad {
	padding-bottom: 8px;
	background-color: #eee;
}

#topnav {
	background: #fec632 url(/images/gui/corner.gif) top right no-repeat;
	height: 16px;
}
#topnav a {
	text-decoration: none;
	color: #333333;
}
#topnav a:hover {
	text-decoration: underline;
}
#topnav div {
	float: left;
	margin-right: 10px;
}

#topnav, #title {
	padding: 7px 0px 7px 10px;
}
#title h2 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

#right {
	background: #fec632 url(/images/gui/corner.gif) top right no-repeat;
	float: right;
	width: 180px;
	line-height: 135%;
}
* html #right {
	line-height: 110%;
}
#right ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
* html #right li {
	width: 100%;
}
#right li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding-left: 20px;
}
#right li a:hover {
	background-color: #ccc;
	font-weight: bold;
}

#logo {
	position: absolute;
	margin-left: 97px;
	margin-top: 5px;
}

#cartsummary {
	background-color: white;
	padding: 5px 0px 5px 10px;
	line-height: 140%;
	min-height: 65px;
}
* html #cartsummary {
	height: 75px;
}
#cartsummary h2 {
	font-size: 100%;
	margin:0px;
}
#cartsummary p {
	margin: 0px;
}
#cartsummary p.p1 {
	margin-right: 80px;
}
#cartsummary p.p2 {
	width: 100%;
	margin-top: 10px; 
	font-weight:bold;
}
#cartsummary p.p3 {
	width: 100%;
	margin-top: 10px; 
}

#currency {
	margin-left: 20px;
}
#currency input {
	padding: 1px;
	margin: 1px;
	border: 1px solid #fec632;
}
#currency input:hover {
	border: 1px solid black;
}
#currency input.selected {
	padding: 1px;
	margin: 0px;
	border: 2px solid black;
}

#search, #login {
	margin-left: 19px;
}
#search input {
	font-size: 90%;
	width: 60%;
}
#search input.button {
	width: 30%;
}
#login input {
	font-size: 90%;
	width: 90%;
}
#login input.button {
	width: auto;
	margin-top: 3px;
}

#footernav {
	width: 700px; 
	padding: 10px 10px 0px 10px; 
	border-top: 1px solid #eee;
	line-height: 150%;
	font-size: 90%;
}
* html #footernav, * html #disclaimer {
	font-size: 85%;
}

#disclaimer {
	font-size: 90%;
	margin-top: 7px;
}

.paging {
	font-size: 85%;
	margin-bottom: 1em;
	color: #ccc;
	padding-top: 1em;
}
.paging span {
	border: 1px solid #ccc;
}
.paging a {
	text-decoration: none;
	border: 1px solid #fec632;
}
.paging span, .paging a {
	padding: 1px 3px;
}
.paging a:hover {
	border-color: #fec632;
	background-color: #fec632;
	color: white;
}
.paging span.selected {
	color: #fff;
	background-color: #fec632;
	border: 1px solid #fec632;
}

.distlogo {
	float: right;
	margin: 10px 0px 10px 10px;
}

.productstop {
	height: 4px;
	background-image: url(/images/gui/product-top.png);
	/* for ie */
	font-size: 1px;
	line-height: 1px;
}
.products {
	width: 500px;
	background-color: #fff;
}
* html .products {
	font-size: 100%;
}
.products th {
	padding: 6px 4px;
	border-bottom: 1px solid #fff;
	background-color: #ccc;
}
.products td {
	padding: 6px 4px;
	border-bottom: 1px solid #fff;
}
.products a {
}
.products img {
	padding: 3px;
	background: #fff url(/images/gui/logo-bg.png);
	border: none;
	margin-left: 2px;
}
/* ie6 won't do the above so do it this way instead, with no bg */
* html .products img {
	border: 3px solid white;
}
.products a img {
	vertical-align: bottom;
	border: none;
	padding: 0;
	background: none;
	margin: 0;
}
.productsbottom {
	height: 4px;
	background-image: url(/images/gui/product-bottom.png);
	/* for ie */
	font-size: 1px;
	line-height: 1px;
	/* pushes it up over the last td line */
	margin-top: -1px;
}

.release {
	border-top: 1px solid #eee;
	padding-top: 0.5em;
}
.release img {
	float: right;
	margin: 7px 0px 7px 5px;
}
.mediapackaging img {
	margin-right: 10px;
}

.processorinfo {
	margin-top: 1em;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 1em;
}

.otherinfo, .releases {
	margin: 0.4em 0;
}

.backtotop {
	border-top: 1px solid #eee;
	padding-top: 0.5em;
	margin-top: 1.5em;
}

#basket {
	width: 700px;
	margin-bottom: 1em;
}
#basket th {
	background-color: #ddd;
	text-align: right;
}
#basket td {
	background-color: #eee;
}
#basket th, #basket td {
	line-height: 200%;
	padding: 0 4px;
}
#basket input {
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}
#basket .rowspan {
	background-color: #f7f7f7;
}
#basket .left {
	text-align: left;
}
#basket .right {
	text-align: right;
}
#basket .center {
	text-align: center;
}

#currencyshipping {
	background-color: #eee;
	width: 699px;
	padding: 2px;
	margin-bottom: 1em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#currencyshipping td {
	padding: 3px 10px 3px 5px;
}

#baskettext {
	margin-top: 1em;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
	border-bottom: 1px solid #ddd;
}

.form {
	margin-bottom: 1em;
}
.form th {
	background-color: #ebebeb;
	padding: 0px 10px;
	text-align: left;
}
.form td {
	padding: 4px;
	background-color: #eee;
}
.form .red, .form .green {
	font-size: 90%;
}
* html .form .red, * html .form .green {
	font-size: 80%;
}
.form .red {
	color: #cc0000;
}
.form .green {
	color: #009900;
}

.hiddenbutton {
	border: none; 
	font-size: 1px; 
	margin: 0px; 
	padding: 0px; 
	height: 1px;
	width: 0px;
	position: absolute;
}

#paymenttypes th {
	background-color: #eee;
	padding: 4px;
	padding-top: 8px;
}
#paymenttypes td {
	background-color: #f6f6f6;
	padding: 4px;
}

.confirmbox {
	background-color: #f6f6f6; 
	padding: 8px;
}

.centerbox {
	border-top: 1px solid #ccc;
}

.screenshots img {
	margin: 0px 10px 10px 0px;
	border: 0px;
}

#checkout th {
	background: #DDDDDD;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.required {
	color: red;
}

#screenshots {
	width: 604px;
}
#screenshots div {
	border: 1px solid #ccc;
	padding: 1px;
	margin-bottom: 1em;
}

.closed {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px;
	font-weight: bold;
}

#googlesquare {
	margin: 3px 10px 3px 0px; 
	float: left;
}


.tla {
	padding:10px; border: 1px solid #eee; margin-bottom:10px;
}
.tla ul {
	padding-left: 20px;
}
.tla p {
	padding-top: 0;
	margin-top: 0;
}
