/*===== set Box =====*/
html, body 
{
    color: Gray;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*===== Layout elements =====*/
#container {
	width:925px;
	height:100%;
}
#top {
	position:absolute;
	width:898px;
	height:60px;
	background-color:#FFFFFF;
}
#logo {
	position:absolute;
	top:7px;
	width:221px;
	height:48px;
}
#language {
	position:absolute;
	top:21px;
	left:400px;
	width:221px;
	height:48px;
}
#language img {
	margin-right:7px;
}
#login 
{
    margin: 0px 2px 0px 2px;
    text-align:right;
    border:solid 3px white;
	position:absolute;
	top:1px;
	left:650px;
	width:235px;
	height:48px;
}
#login input {
	margin-right:5px;
}
#header_image {
	position:absolute;
	top:60px;
	width:898px;
	height:149px;
}
#shopdetails {
	position:absolute;
	top:90px;
	left:650px;
	width:140px;
	height:85px;
	font-size:10px;
	line-height:150%;
}
#pagecontent {
	position:absolute;
	top:235px;
	left:245px;
	width:535px;
	font-size:11px;
	padding-bottom:50px;
}
#categorie {
	width:115px;
	height:140px;
	border:1px solid #c9c9c9;
	float:left;
	margin:0px 5px 5px 0px;
	padding:10px 5px 0px 5px;
	text-align:center;
	text-transform:uppercase;	
}
#categorie img {
	border:1px solid #000000;
	margin:0px 0px 7px 0px;
}
#categorie a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#909090;
}
#spacer {
	position:absolute;
	top:209px;
	left:800px;
	width:98px;
	height:612px;
	background-image:url(../images/background_right.jpg);
	background-repeat:no-repeat;
}
#ProductHolder {
	border:1px solid #cacaca;
	width:500px;
	padding:10px;
	clear:left;
}
#tbl_Prices {
	margin:5px 0px 10px 0px;
}
#tbl_Prices td {
	height:25px;
}
#clear {
	clear:both;
}

/*===== Tag elements =====*/
p {
	margin:0px;
	padding:0px;
	line-height:150%;
}
strong, a {
	color:#909090;	
}

/*===== Form elements =====*/
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.input_125 {
	width:125px;
	border:1px solid #c9c9c9;
	padding:2px 0px 3px 2px;
	color:#909090;
	background-color:#FFFFFF;	
}
.input_30 {
	width:30px;
	border:1px solid #c9c9c9;
	/* padding:2px 0px 3px 0px; */
	color:#909090;
	background-color:#FFFFFF;	
}
.button {
	border:1px solid #c9c9c9;
	padding:1px 0px 1px 0px;
	font-weight:bold;
	background-color:#FFFFFF;	
}
.button_article {
	width:200px;
	background-color:#c9c9c9;	
	border:1px solid #909090;
	padding:2px 0px 3px 0px;
	font-weight:bold;
}

/*===== Menu elements =====*/
#menu {
	position:absolute;
	top:209px;
	width:220px;
	height:612px;
	background-image:url(../images/background_left.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #FFFFFF;
}
#item {
	width:190px;
	border-bottom:1px solid #FFFFFF;
	height:30px;
	padding-left:30px;
	color:#909090;	
}
#item_active {
	width:220px;
	border-bottom:1px solid #FFFFFF;
}
#hilight { /* active item */
	margin-left:10px;
	background-color:#FFFFFF;	
	height:100%;
	padding:0px 0px 5px 20px;
	line-height:110%;
}
#item div { /* default tab position */
	width:10px;
	height:100%;
	float:right;
}
#menu a {
	font-size:10px;
	text-decoration:none;
	color:#909090;
}
#menu h2 {
	margin:0px;
	padding:8px 0px 0px 0px;
	font-weight:bold;
	text-transform:uppercase;	
}
#menu #search {
	width:190px;
	height:30px;
	padding:15px 0px 0px 30px;
}


