html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 90%;
}

h1, h2, h3 {
	color: #555555;
}

:link {
	text-decoration: none;
	font-weight: bold;
	color: #880000;
}

:visited {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

:link img, :visited img {
	border: 0;
}

input {
	vertical-align: middle;
}

table {
}

th {
	padding: 3px;
}

td {
	padding: 3px;
}

ul.product_details {
	margin-top: 3px;
	margin-bottom: 3px;
}

ol.product_details {
	margin-top: 3px;
	margin-bottom: 3px;
}

ul.product_details.li {
	margin-bottom: 6px;
}

ol.product_details.li {
	margin-bottom: 6px;
}


.nobullet {
	list-style-type: none;
}

#search {
	text-transform: lowercase;
	position: relative;
	text-align: right;
}

blockquote {
	font-style: italic;
}


.question {
	font-weight: bold;
	color: #555555;
}

.answer {
	padding-left: 40px;
}

.submit {
}

.submit:hover, .submit:focus {
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.result {
	font-weight: bold;
	color: green;
}

.item {
}

.itemalt {
	background-color: #F5F5F5;
}

.itemheader {
	color: #000000;
	background-color: #CCCCCC;
}

.product {
}

.product_title {
	color: #555555;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.price {
	text-align: right;
}

.quantity {
	text-align: right;
}

.quantityinput {
	text-align: center;
}

.total {
	font-weight: bold;
	text-align: right;
	background-color: #CCCCCC;
}

.totaltext {
	font-weight: bold;
	text-align: right;
	background-color: #CCCCCC;
}

.destination {
	font-weight: bold;
	text-align: right;
	background-color: #CCCCCC;
}

.agreeterms {
	font-weight: bold;
	text-align: right;
	background-color: #FFFFFF;
}

.purchasebutton {
	text-align: right;
}

.deliverytimes {
	text-align: center;
}

.deliverynote {
	font-size: 90%;
	color: #555555;
}

form{
	margin-bottom: 0;
}

.formerror {
	background-color: #FFA0A0;
}

.formok {
	background-color: #FFFFFF;
}

.faded {
	color: #AAAAAA;
}


.header_stats_number {
	text-align: right;
	vertical-align: bottom;
	font-size: 100%;
	font-weight: bold;
	color: #F8F8F8;
}

.header_stats_label {
	text-align: left;
	vertical-align: bottom;
	font-size: 90%;
	font-weight: bold;
	color: #F8F8F8;
}

.whatsnew {
	font-size: 75%;
}

/**** DIVS ****/

.container {
	margin: 0;
	padding: 0;
	height: 100%;
}

.newsh2 {
	font-weight: bold;
	color: #555555;
	margin: 0px 0px 5px 0px;
	padding: 20px 0px 0px 0px;
}

.build_line1 {
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.build_line2 {
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.build_line3 {
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.build {
	color: #880000;
	font-weight: bold;
}

.built {
	color: #555555;
	font-weight: bold;
}

.news {
	float: right;
	font-size: 75%;
	width: 175px;
	margin: 0px 0px 0px 20px;
}

.news_section {
}

.center {
	text-align: center;
}

.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.introduction {
	padding: 0px 20px 0px 0px;
	height: 100%;
}

.header {
	background: #CCCCCC;
	height: 70px;
	color: #fff;

	border-bottom-width: 2px;
	border-bottom-color: #555555;
	border-bottom-style: solid;
}

.headerimage {
	float: left;
	margin: 10px 10px;
	height: 48px;
}

.headertext {
	padding: 10px 10px;
	font-size: 250%;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}

#header_basket {
	position: absolute;
	top: 40px;
	right: 0px;
	margin-right: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #F8F8F8;
}

#header_basket a {
	color: #F8F8F8;
	text-decoration: none;
}

#header_stats {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 10px;
	margin-right: 10px;
        color: #FFFFFF;
}

.body {
	background: #FFF;
	position: absolute;
	width: auto;
	top: 72px;
}

.content {
	margin: 20px 10px 10px 160px;
}

.side {
	float: left;
	position: absolute;
	left: 0px;
	top: 20px;
	padding: 10px 10px 10px 0px;
	width: 120px;

	text-align: right;

	border-right-width: 2px;
	border-right-color: #BBBBBB;
	border-right-style: solid;
}

.side li, .fc li {
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	padding-right: 0.6em;
}

.side :link:hover, .side :visited:hover {
	padding-bottom: 4px;
	border-bottom: solid 3px #BBBBBB;
}

.side :link, .side :visited {
	font-size: 90%;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;

	color: #555555;
}

.paypal_logos {
	text-align: center;
}

.footer p {
	font-size: 60%;
}

.package_stats th {
}

.package_stats_center {
	white-space: nowrap;
	text-align: center;
	font-size: 90%;
}

.package_stats_source {
	white-space: nowrap;
	text-align: left;
	font-size: 90%;
	color: #555555;
	font-weight: bold;
}

.package_stats_release {
	font-size: 150%;
	color: #555555;
	font-weight: bold;
}

.product_panel {
	border: solid;
	border-width: 1px;
	border-color: #d0d0f8;
	background: #F3F6F6;
	background-image: url('images/product_box_shading.gif');
	background-repeat: repeat-x;
	background-position: top left;
	margin-bottom: 20px;
	padding: 10px;
}

/* START: Rounded box classes */
.box_hr {
  background-image: url('images/box/gb.gif');
  background-position: top;
  background-repeat: repeat-x;
  height: 2px;
}

.box_tl {
  background-image: url('images/box/tl.gif');
  background-position: top left;
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
}

.box_t {
  background-image: url('images/box/gb.gif');
  background-position: top;
  background-repeat: repeat-x;
  text-indent: .15em;
}

.box_tr {
  background-image: url('images/box/tr.gif');
  background-position: top right;
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
}

.box_l {
  background-image: url('images/box/gb.gif');
  background-position: left;
  background-repeat: repeat-y;
}

.box_c {
  background-color: #FAFAFA;
  color: #000000;
  text-indent: .3em;
}

.box_r {
  background-image: url('images/box/gb.gif');
  background-position: right;
  background-repeat: repeat-y;
}

.box_bl {
  background-image: url('images/box/bl.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
}

.box_b {
  background-image: url('images/box/gb.gif');
  background-position: bottom;
  background-repeat: repeat-x;
}

.box_br {
  background-image: url('images/box/br.gif');
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
}
/* END: Rounded box classes */
