@CHARSET "UTF-8";

body {
	background-color: black;
	color: #F0F0F0;
	font-family: arial;
	font-size: 12px;
}

div.maindiv {
	position: relative;
	width: 1010px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url( ../gfx/background_1000.png );
	background-repeat: no-repeat;
}

div.head {
	position: relative;
	width: 1008px;
	height: 134px;
	background: url( ../gfx/menubg_1000_whitefade.png );
}

div.menudiv {
	position: absolute;
	right: 100px;
	bottom: 12px;
	width: 800px;
	height: 24px;
}

table.menutable {
	width: 60%;
	height: 100%;
	border: none;
	border-collapse: collapse;
}

td.menu {
	text-align: center;
}

a.menu:link {font: 16px arial;color: #F0F0F0;text-decoration:none;}
a.menu:visited {font: 16px arial;color: #F0F0F0;text-decoration:none;}
a.menu:hover {font: 16px arial;color: #F0F0F0;text-decoration:none;}

div.sidebar {
	background: url( ../gfx/sidebar_1000.png );
	width: 176px;
	height: 620px;
	position: absolute;
	left: 20px;
	top: 126px; 
}

div#content { 
	position: absolute;
	left: 150px;
}

/* WebShop */

a.category:link {font: 14px arial;color: #F0F0F0;text-decoration:none;}
a.category:visited {font: 14px arial;color: #F0F0F0;text-decoration:none;}
a.category:hover {font: 14px arial;color: #F0F0F0;text-decoration:none;}
a.product:link {font: 14px arial;color: #F0F0F0;text-decoration:none;}
a.product:visited {font: 14px arial;color: #F0F0F0;text-decoration:none;}
a.product:hover {font: 14px arial;color: #F0F0F0;text-decoration:none;}
a.webshop_basket:link {font: 12px arial;color:#F0F0F0;text-decoration:underline;}
a.webshop_basket:visited {font: 12px arial;color:#F0F0F0;text-decoration:underline;}
a.webshop_basket:hover {font: 12px arial;color:#F0F0F0;text-decoration:underline;}
a.webshop_basket_overstock:link {font: 12px arial;color:#F03030;text-decoration:underline;}
a.webshop_basket_overstock:visited {font: 12px arial;color:#F03030;text-decoration:underline;}
a.webshop_basket_overstock:hover {font: 12px arial;color:#F03030;text-decoration:underline;}
a.categorylink:link {font:14px arial; color: #D0D0D0;text-decoration: underline;}
a.categorylink:visited {font:14px arial; color: #D0D0D0;text-decoration: underline;}
a.categorylink:hover {font:14px arial; color: #FFFFFF;text-decoration: underline;}


table.category {
	position:relative;
	left: 50px;
}

td.productstitle,
td.subcategoriestitle {
	border-bottom: 1px solid white;
	font: 16px arial;
	color: #FFFFFF;
}

td.product,
td.category {
	padding: 10px;
}

div.product,
div.category {
	width: 168px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
}

img.product,
img.category {
	width: 150px;
	border: none;
}

p.producttitle {
	font-size: 15px;
	margin: 0px;
}
p.productingress {
	margin:0px;
}
p.productstock {
	font-size: 12px;
	margin: 0px;
}
p.productprice {
	margin: 0px;
}
p.productbuynow {
	margin: 0px;
}
input.productbuynow {
	width: 50px;
	border: none;
	border-bottom: 1px solid white;
}

div.productmain {
	position: relative;
	left: 50px;
}

div.producttext {
	width: 350px;
}

div.productpictures {
	position: absolute;
	left: 380px;
	top: 20px;
	width: 270px;
}

div.mainpic {
	width: 410px;
	margin-bottom: 10px;
}

img#mainpic {
	width: 400px;
	border: none;
}

div.thumbnails {
	width: 400px;
}

img.thumbnail {
	width: 92px;
	max-height: 92px;
	border:none;
	margin: 4px;
}

div#webshop_basket_container {
	position: absolute;
	left: -125px;
	top: 20px;
}

div#webshop_basket {
	margin: 5px;
}

p.webshop_basket {
	margin: 0px;
	margin-bottom: 3px;
}

div#webshop_myaccount,
div.webshop_summary,
div.webshop_cart {
	position:relative;
	left: 100px;
	width: 700px;
}

p.webshop_summary_head,
p.webshop_cart_head {
	font: 14px arial;
	margin: 0px;
	margin-top: 10px;
}

p.webshop_cart {
	font: 12px arial;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

table.webshop_summary {
	border-collapse: collapse;
}
td.webshop_summary_left {
	width: 150px;
	font: 12px arial;
	border-bottom: 1px solid #303030;
	font-weight: bold;
}
td.webshop_summary_right {
	font: 12px arial;
	border-bottom: 1px solid #303030;
}
td.webshop_summary_info {
	font: 10px arial;
	border-bottom: 1px solid #303030;
}

table#webshop_summary_list,
table#webshop_cart {
	width: 700px;
	border-collapse: collapse;
}

input.webshop_cart_itemcount {
	border: none;
	background: white;
	width: 50px;
	font: 12px arial;
}

td.webshop_summary_head,
td.webshop_address_head,
td.webshop_payment_head,
td.webshop_cart_head {
	border-bottom: 1px solid gray;
	font: 14px arial;
}

tr.webshop_summary,
tr.webshop_address,
tr.webshop_payment,
tr.webshop_cart {
	
}

tr.webshop_summary_hl,
tr.webshop_cart_hl {
	background-color: #000000;
}

td.webshop_summary,
td.webshop_address,
td.webshop_payment,
td.webshop_cart {
	font: 12px arial;
}

td.webshop_summary_total,
td.webshop_cart_total {
	border-top: 1px solid gray;
	font: 14px arial;
}

table.webshop_login {
	width: 700px;
	height: 400px;
}

td.webshop_login {
	width: 50%;
}

td.webshop_sublogin_head {
	font: 14px arial;
	border-bottom: 1px solid gray;
}

td.webshop_sublogin {
	font: 12px arial;
}

input.webshop_sublogin {
	border:none;
	font: 12px arial;
}

input.webshop_sublogin_error {
	border: 1px solid red;
	font: 12px arial;
}
font.webshop_payment_addedcost {
	font: 11px arial;
	color: red;
}
textarea.webshop_payment {
	width: 500px;
	height: 50px;
	font: 12px arial;
}

p.webshop_info {
	border: 1px solid blue;
	padding: 5px;
}
