body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #d3d3d3;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF3333;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

div {
	margin: 0px;
	padding: 0px;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}

#border {
	width: 895px;
	height: auto;
	overflow: hidden;
}

#header {
	width: 895px;
	height: 105px;
	background: url('images/header.jpg');
	background-repeat:no-repeat;
	background-position: center top;
}

#uppermenu {
	width: 895px;
	height: 38px;
	background: url('images/uppermenu.jpg');
	text-align: left;
}

#uppermenu a {
	font-weight: bold;
	font-size:14px;
	color: white;
}

#uppermenu a:hover {
	color: #dddddd;
}

#uppermenu a:active {
	color: gray;
}

#uppermenuContent {
	width: 682px;
	height: 34px;
	text-align: center;
	font-size: 14px;
	color: white;
	font-weight:bold;
}

#uppermenuContent td {
	font-size: 14px;
	color: white;
	font-weight:bold;
}

#tableborder {
	width: 895px;
	height: auto;
	background-color: white;
}

.noneOverflow {
	overflow: hidden;
}

.pluspadding {
	padding: 4px;
}

#basketBox {
	width: 171px;
	margin-top: 10px;
	overflow: hidden;
	text-align: left;
}

#basketBoxTitle {
	width: 171px;
	height: 18px;
	overflow: hidden;
	color: white;
	background: url('images/boxborder.jpg');
	background-position: top;
	font-weight: bold;
	font-size: 12px;
}

#basketBoxInside {
	background: #010101;
	width: 171px;
	overflow: hidden;
	color: #dcdcdc;
}

#basketBoxInside p,#basketBoxInside  td,#basketBoxInside  div {
	color: #dcdcdc;
}

.bigredbutton {
	width: 157px;
	height: 27px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #bfbfbf;
	background: url('images/button_bg.jpg');
	color: white;
}

.bigredbutton:hover {
	color: yellow;
}

.bigredbutton:active {
	color: black;
}

.miniloginInput {
	width: 148px;
	padding: 2px;
	border: 1px solid #bfbfbf;
	background: #efefef;
	font-weight: bold;
	font-size:12px;
}

#basketBoxFooter {
	width: 171px;
	height: 10px;
	overflow: hidden;
	background: url('images/boxborder.jpg');
	background-position: bottom;
}

#footer {
	width: 895px;
	height: 46px;
	background: url('images/footer.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 12px;
}


.popupmenu {
	width: 140px;
	position: absolute;
	margin-left: 70px;
	margin-top: -18px;
	padding: 4px;
	color: white;
	background: #FF1100;
	border: 1px solid black;
	font-weight: bold;
	z-index: 200;
	opacity:0.85;
	filter:alpha(opacity=85);
	
}

.popupmenu a {
	color: white;
	font-weight: bold;
}

.popupmenu a:hover {
	color: black;
}

.leftmenuItem {
	font-weight: bold;
	color: black;
	cursor: pointer;
}

.feedbackinput {
	border: 1px solid red;
	background: #fafafa;
	font-weight: bold;
	font-size: 10px;
	width: 544px;
	padding: 2px;
}

.feedbacktext {
	border: 1px solid red;
	background: #fafafa;
	font-weight: bold;
	font-size: 10px;
	width: 682px;
	padding: 2px;
}

.feedbackbutton {
	border: 2px outset gray;
	background: black;
	color: white;
	width: 136px;
	font-weight: bold;
	padding: 2px;
}

.feedbackbutton:hover {
	color: yellow;
}

.feedbackbutton:active {
	border: 2px inset red;
	color: red;
}

.reginput {
	width: 500px;
	border: 1px solid red;
	background: #fafafa;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
}

