/* main {{{1 */
* {
	padding: 0;
	margin: 0;
}
body {
	color: #555;
	background-color: #444;
	font: 0.7em verdana, arial, helvetica, sans-serif;
	text-align: center;
	padding: 15px;
}
td.main {
	text-align: justify;
}
a:link {
	color: #3F545A;
}
a:visited {
	color: #014789;
}
a:hover, a:active {
	color: #2F727F;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, legend {
	font-family: verdana, arial, helvetica, sans-serif;
}
h3 {
	font-size: 120%;
}
img {
	border: 0;
}
/* layout {{{1 */
div#wrapper {
	background: #444;
	width: 100%;
	max-width: 950px;
	margin: auto;
}
div#top {
	float: left;
	width: 100%;
}
div#head {
	width: 100%;
	float: left;
	height: 150px;
	background: #ABE1FB;
}
div#breadcrumbs {
	width: 100%;
	float: left;
	padding: 5px 0;
	border: 1px dotted gray;
	border-width: 1px 0 1px 0;
	background: white;
	text-align: left;
}
div#main {
	width: 100%;
	float: left;
	background: white url('main_bg.gif') repeat-x 100% 100%;
}
div#sidebar {
	float: left;
	width: 20%;
	padding: 5px;
}
div#content {
	float: right;
	width: 76%;
	margin: 15px 10px 15px 0;
}
div#footer {
	width: 100%;
	float: left;
	clear: both;
	color: #eee;
	background: #444;
}
/* special styles {{{1 */
.smallText {
	font-size: 0.9em;
}
.on_stock {
	margin: 0 5px;
}
/* head {{{1 */
#topfeat {
	float: left;
	width: 20%;
	height: 100%;
	border-width: 0 1px 0 0;
	padding: 5px;
	background: #0C81AC;
}
#top h5 {
	width: 100%;
	font-size: 1em;
	color: white;
	float: left;
	margin: 16px 0 3px 0;
	line-height: 1em;
}
#lang_curr {
	width: 100%;
	padding: 0 0 18px 0;
	float: left;
	border-width: 0 0 1px 0;
}
#topfeat #curr,
#topfeat #lang {
	width: 45%;
	float: left;
}
#topfeat #search {
	border-width: 1px 0 0 0;
	width: 100%;
	float: left;
	padding: 20px 0;
  border: 0;
	text-align: center;
}
#topfeat #curr_sel,
#topfeat #lang_flags {
	float: left;
	width: 100%;
}
#search_form {
	width: 153px;
	margin: auto;
	text-align: left;
}
#search_form input {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
#search_form input.image {
	margin-left: 2px;
}
#keywords {
	float: left;
	width: 80px;
	padding: 1px;
}
#search_form a {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	color: white;
	margin-top: 2px;
}
#banner {
	float: left;
	width: 54%;
}
#bann1 {
	height: 160px;
	background: url('banner_temp.jpg') repeat-x 0 0;
}
#topnav,
#orderuntil {
	float: left;
	width: 11%;
	height: 100%;
	border: 1px dotted gray;
	border-width: 0 0 0 1px;
	padding: 5px;
	color: #666;
}
#topnav ul {
	text-align: left;
	display: block;
	list-style: none;
	margin-top: 16px;
}
#topnav ul li {
	padding-left: 9px;
	background: url(bullet_blue.gif) no-repeat 0 5px;
	margin-bottom: 4px;
}
#topnav a {
	display: block;
	color: #666;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
}
#orderuntil h5 {
	color: #666;
}
.order_until_days {
	display: block;
	color: #30B4E4;
	font-size: 4em;
	line-height: 0.4em;
	vertical-align: bottom;
	margin-top: 11px;
}
#breadcrumbs a {
	color: #333;
}
#breadcrumbs .first {
	margin-left: 10px;
}
/* infobox {{{1 */
#sidebar h3 {
 color: white;
 text-align: left;
 font-size: 1em;
 padding: 0 0 0 15px;
 margin: 10px 0 5px 0;
}
#sidebar h3.i3 {
	text-align: left;
}
#sidebar h3 a {
	color: white;
}
.infoboxContent ul {
	list-style: none;
	text-align: left;
	margin-left: 25px;
}
#bestsellers {
	text-align: left;
	margin-left: 30px;
}
.infoboxContent ul li {
  padding-left: 9px;
  background: url(bullet_blue.gif) no-repeat 0 5px;
  margin-bottom: 4px;
}

/* infonav {{{1 */
#infonav ul {
	list-style: none;
	margin: 10px 0 20px 0;
}
#infonav li {
	display: inline;
	padding: 0 10px;
	border: 1px dotted #777;
  border-width: 0 1px 0 0;
}
#infonav li.last {
	border: 0;
}
#infonav a {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
/* content {{{1 */

/* pageHeading {{{2 */
#content .pageHeading,
#content .infoboxHeading,
#content .productListing th {
	padding: 5px 5px;
	background: #0C81AC url(page_heading_bg.gif) repeat-x 0 86%;
	color: white;
	font-size: 0.9em;
	text-align: left;
}
.pageHeading h3 {
	font-size: 1.1em;
	text-align: left;
	padding-left: 20px;
	background: url(bullet_white.gif) no-repeat 8px 5px;
	width: 60%;
}
.pageHeading img {
	float: right;
	display: none;
}
.pageHeading label b {
  font-weight: normal;
}
.pageHeading select {
	font-size: 0.9em;
}
.infoboxheading,
h4 {
	font-size: 0.8em;
	color: #555;
	font-weight: bold;
	padding: 12px 0 6px 0;
}
h4 {
	font-size: 1.2em;
}
/* adv_search_table {{{2 */
#adv_search_table {
	border: 1px solid #aaa;
	background: white url('main_bg.gif') repeat-x 10% 100%;
	margin: 5px 0;
	padding: 0 5px 5px 5px;
	width: 100%;
}
#adv_search_table .td_label {
	text-align: right;
	padding: 1px 3px;
}
#adv_search_table .td_field {
	padding: 2px 3px;
}
#adv_search_table input.image {
	float: left;
}
/* productListing {{{2 */
.productListing {
	border: 1px solid #aaa;
}
.productListing th,
td.infoboxheading {
	border: 1px solid #aaa;
	border-width: 0 0 1px 0;
	padding: 5px 2px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #0C81AC;
	color: white;
}
td.infoboxheading {
	border-width: 1px 0;
}
.productListing th a {
	color: white;
}
.pl_even td {
	background-color: #eee;
}
tr.pl_even:hover td,
tr.pl_odd:hover td {
	background-color: #D1E7EF;
}
.productListing th,
.productListing td {
	text-align: center;
	padding: 3px 3px;
}
.pl_price,
.pl_buy_now,
.pl_model {
	width: 10%;
}
.pl_image,
.pl_manufacturer {
	width: 15%;
}
td.pl_name {
	width: 40%;
	text-align: left;
	padding: 3px 5px;
}
td.pl_name img {
	margin-right: 5px;
}
td.pl_price {
	text-align: right;
}
span.price,
span.special_price,
span.productSpecialPrice,
span.old_price {
	font-weight: bold;
	display: block;
}
span.special_price,
span.productSpecialPrice {
	color: red;
}
span.old_price {
	text-decoration: line-through;
}
.page_listing {
	margin: 4px;
}
/* new_products {{{2 */
.new_products a {
	display: block;
}
table.infoboxContents td,
.new_products {
	vertical-align: bottom;
	width: 33%;
	padding: 10px 20px;
}
table.infoboxContents {
	border: 1px solid #aaa;
}
/* ship_method {{{2 */
#ship_method .even td {
	background-color: #eee;
}
#ship_method table {
	margin: 5px 0;
}
.moduleRowSelected td,
#ship_method .moduleRowSelected td {
	background-color: #95D7EF;
}
.moduleRowOver td,
#ship_method .moduleRowOver td {
	background-color: #D1E7EF;
}
/* product info {{{1*/
.screenshotsHeader {
	padding: 10px 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
}
.screenshots {
	width: 100px;
	height: 135px;
	float: left;
	text-align: center;
}
.resize {
	display: block;
	width: 100%;
}
.product_info_actions {
	padding-top: 10px;
}
.product_info_actions input,
.product_info_actions a {
	float: left;
	margin: 0;
	margin-right: 4px;
	margin-bottom: 3px;
}
.product_info_actions input {
	margin-top: -1px;
}
/* form {{{2 */
select, input, textarea {
	border: 1px solid #aaa;
	padding: 1px;
	color: #555;
	font: 1em verdana, arial, helvetica, sans-serif; 
}
select option {
	padding-left: 5px;
}
input.image {
	border: 0;
}
/* }}}2 */
/* }}} */
