/*
------------------------------------------------------------------------------
	HACKS
------------------------------------------------------------------------------
*/

* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

/* min-height-hack from http://www.greywyvern.com/code/min-height-hack.html */
.prop {height:350px; float:right; width:1px;}
.clear {clear:both; height:1px; overflow:hidden;}

/*
------------------------------------------------------------------------------
	GLOBAL
------------------------------------------------------------------------------
*/

body {
    padding:0px;
    margin:0px;
	text-align: center;
	height:100%;
}

p {
	margin:0px;
	padding:0px;
}

a:link {text-decoration: none; color:#000066;}
a:visited {text-decoration: none; color:#000066;}
a:hover {text-decoration: none; color:#0000FF;}
a:active {text-decoration: none; color:#0000FF;}

#left_boxes a:link {text-decoration: none; color:#000000; font-family:"Trebuchet MS",verdana,sans; font-weight:normal;}

span a:link {text-decoration: none; color:#308F00;}
span a:visited {text-decoration: none; color:#308F00;}
span a:hover {text-decoration: none; color:#00FF00;}
span a:active {text-decoration: none;}


h3 {
	font-family:"Trebuchet MS",verdana,sans;
	font-size:1.3em;
	font-weight: bold;
	text-align:center;
}

fieldset {
	border: #CCCCFF dotted 1px;
	margin:5px;
	padding-top:20px;
}

legend {
	border: #CCCCFF dotted 1px;
	padding-left:5px;
	padding-right:5px;
	background-color:#DDDDFF;
}

#oldbrowser {
	display: none;
}

#all {
	border: #FF0000 solid 0px;
	padding:10px 0 10px 0;
	margin: 0 auto;
	width:910px;
	font-family:"Trebuchet MS",verdana,sans;
	font-size:0.7em;
	font-weight:normal;
	text-align: left;
	background-color: transparent;
}

#head {
	width:100%;
	margin: 0 0 10px 0;
	border: #FF0000 solid 0px;
	background-color: transparent;
}

#head a:link {text-decoration:none; color: #CCCCFF; font-weight:bold;}
#head a:visited {text-decoration:none; color: #CCCCFF; font-weight:bold;}
#head a:hover {text-decoration:none; color: #FFFFFF; font-weight:bold;}
#head a:active {text-decoration:none; color: #CCCCFF; font-weight:bold;}
#head img {border: #FFFFFF solid 0px;}

#footer {
	float:right;
	width:100%;
	font-size:0.8em;
	font-weight:normal;
	text-align: center;
	color: #FFFFFF;
}

#footer_admin {
	float:right;
	display:block;
	width:100%;
	font-size:0.9em;
	font-weight:normal;
	text-align: center;
	color: #000000;
}

#footer a:link {text-decoration:none; color: #5DC531; font-weight:normal;}
#footer a:visited {text-decoration:none; color: #00FF00; font-weight:normal;}
#footer a:hover {text-decoration:none; color: #00FF00; font-weight:normal;}
#footer a:active {text-decoration:none; color: #00FF00; font-weight:normal;}

#contents {
	float:left;
	border: #FF0000 solid 0px;
	width: 900px;
	text-align:justify;
	padding: 10px 0 10px 10px;
	margin: 0px;
	background-image: url("/pictures/corner_white.gif");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

#contents_admin {
	float:left;
	border: #FF0000 solid 0px;
	width: 850px;
	text-align:justify;
	padding: 10px;
	margin: 0px;
	background-image: url("/pictures/corner_grey.gif");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

/*
------------------------------------------------------------------------------
	MENU TOP
------------------------------------------------------------------------------
*/

#menu_top {
	font-size:13px;
	line-height:normal;
	border:0px solid #FF0000;
	background-color: transparent;
}

	#menu_top ul {
		margin:0 0 0 6px;
		padding:0;
		list-style:none;
	}

/*
	NOT SELECTED
*/

.not_selected {
		display:inline;
		margin:0;
		padding:0;
	}
.not_selected a {
		float:left;
		background:url("/pictures/menu/tab_left.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
		font-weight:bold;
		border-bottom: #FFFFFF solid 0px;
	}
.not_selected a span {
		float:left;
		font-family:"Trebuchet MS",verdana,sans;
		font-weight:bold;
		display:block;
		background:url("/pictures/menu/tab_right.gif") no-repeat right top;
		padding:5px 10px 4px 6px;
		color:#FFFFFF;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
.not_selected a span {float:none;}
	/* End IE5-Mac hack */
.not_selected a:hover span {
		color:#FFFFFF;
	}
.not_selected a:hover {
		background-position:0% -42px;
	}
.not_selected a:hover span {
		background-position:100% -42px;
	}

/*
	NOT SELECTED RIGHT
*/

.not_selected_r {
		display:inline;
		margin:0;
		padding:0;
	}
.not_selected_r a {
		float:right;
		background:url("/pictures/menu/tab_left.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
		font-weight:bold;
		border-bottom: #FFFFFF solid 0px;
	}
.not_selected_r a span {
		float:right;
		font-family:"Trebuchet MS",verdana,sans;
		font-weight:bold;
		display:block;
		background:url("/pictures/menu/tab_right.gif") no-repeat right top;
		padding:5px 6px 0px 6px;
		color:#FFFFFF;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
.not_selected_r a span {float:none;}
	/* End IE5-Mac hack */
.not_selected_r a:hover span {
		color:#FFFFFF;
	}
.not_selected_r a:hover {
		background-position:0% -42px;
	}
.not_selected_r a:hover span {
		background-position:100% -42px;
	}

/*
	SELECTED
*/

.selected {
		display:inline;
		margin:0;
		padding:0;
	}
.selected a {
		float:left;
		background:url("/pictures/menu/tab_left_sel.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
		border-bottom: #FFFFFF solid 0px;
	}
.selected a span {
		float:left;
		font-family:"Trebuchet MS",verdana,sans;
		font-weight:bold;
		display:block;
		background:url("/pictures/menu/tab_right_sel.gif") no-repeat right top;
		padding:5px 10px 4px 6px;
		color:#000000;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
.selected a span {float:none;}
	/* End IE5-Mac hack */
.selected a:hover span {
		color:#000000;
	}
.selected a:hover {
		background-position:0% -42px;
	}
.selected a:hover span {
		background-position:100% -42px;
	}

/*
	SELECTED RIGHT
*/

.selected_r {
		display:inline;
		margin:0;
		padding:0;
	}
.selected_r a {
		float:right;
		background:url("/pictures/menu/tab_left_sel.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
		border-bottom: #FFFFFF solid 0px;
	}
.selected_r a span {
		float:left;
		font-family:"Trebuchet MS",verdana,sans;
		font-weight:bold;
		display:block;
		background:url("/pictures/menu/tab_right_sel.gif") no-repeat right top;
		padding:5px 6px 0px 6px;
		color:#000000;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
.selected_r a span {float:none;}
	/* End IE5-Mac hack */
.selected_r a:hover span {
		color:#000000;
	}
.selected_r a:hover {
		background-position:0% -42px;
	}
.selected_r a:hover span {
		background-position:100% -42px;
	}

/*
------------------------------------------------------------------------------
	LEFT MENU
------------------------------------------------------------------------------
*/

.left_menu_1 {
	margin-right:10px;
	margin-left:2px;
	text-align:left;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS",verdana,sans;
	cursor:pointer;
	border:none;
	height:24px;
}

.left_menu_2 {
	margin:5px 5px 5px 0;
	text-align:left;
	background-color:#FFFFFF;
	cursor:pointer;
	padding-left:8px;
	border:none;
	height:24px;
}

.left_menu_1 a:link {color:#000000; font-size:15px; font-weight:bold;}
.left_menu_1 a:visited {color:#000000; font-size:15px; font-weight:bold;}
.left_menu_1 a:hover {color:#2A7F00; font-size:15px; font-weight:bold;}
.left_menu_1 a:active {color:#2A7F00; font-size:15px; font-weight:bold;}

.left_menu h1 a:hover{color:silver;}

.left_menu span a {
	color:black;
}

.left_menu_over {
	display:block;
	padding-left:1px;
	margin-bottom:4px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
	border:1px solid #BBD0FF;
	background:#E0E0E0;
	padding:5px 10px 5px 6px;
}

.left_menu_out{
	display:block;
	padding-left:1px;
	margin-bottom:4px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
	border:1px solid #BBD0FF;
	background:#F8F8F8;
	padding:5px 10px 5px 6px;
}

.left_submenu_1 {
	padding-left:10px;
	text-align:left;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS",verdana,sans;
	cursor:pointer;
	border:none;
}
.left_submenu_1 a:link {color:#000000; font-size:11px; font-weight:bold;}
.left_submenu_1 a:visited {color:#000000; font-size:11px; font-weight:bold;}
.left_submenu_1 a:hover {color:#2A7F00; font-size:11px; font-weight:bold;}
.left_submenu_1 a:active {color:#2A7F00; font-size:11px; font-weight:bold;}

.designer_boks{
	scrollbar-arrow-color: white;
	scrollbar-base-color: silver;
	scrollbar-dark-shadow-color: silver;
	scrollbar-track-color: silver;
	scrollbar-face-color: black;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
	padding-right:4px;
}




/*
------------------------------------------------------------------------------
	BOXES
------------------------------------------------------------------------------
*/

.product_table {
	text-align:left;
	width:100%;
	margin:0 0 10px 10px;
	font-size:13px;
}

.product_square {
	text-align:center;
	background-color:#F9F9F9;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	width:194px;
	height:194px;
}

.product_square_lock {
	text-align:center;
	background-color:#DDDDDD;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	width:194px;
	height:194px;
}

.lock {
	position:absolute;
	top:80px;
	left:185px;
	z-index:20;
	border:none;
}

.lock2 {
	position:absolute;
	top:80px;
	left:110px;
	z-index:20;
	width:90px;
	text-align:right;
	border:none;
}

.lock2 a:link {color:#333333; font-size:10px;}
.lock2 a:visited {color:#666666; font-size:10px;}
.lock2 a:hover {color:#5DC531; font-size:10px;}
.lock2 a:active {color:#5DC531; font-size:10px;}

.image {
	border: 1px solid #ccc;
}

.largebox {
	border: 1px solid #ccc;
	width: 600px;
	height: 180px;
}

.largebox img {
	float:right;
	margin-right:50px;
	margin-top:10px;
	border:1px solid #ccc;
}

.smallbox {
	border: 1px solid #ccc;
	width: 190px;
	height: 160px;
	position:relative;
	margin:5px;
	margin-top:20px;
}

.smallbox img {
	float:right;
	border:0;
	margin:6px;
	margin-top:18px;
}

#fullscr {
	display:none;
	background: url(/pictures/dot.png) repeat 0 0;
	filter:alpha(opacity=50);
	opacity=0.5;
	-moz-opacity:0.5;
	position:absolute;	
	top:0;
	left:0;
	height:100px;
	min-height:100px;
	width:100%;
	z-index:50;
}


#details {
		display:none;
		width:669px;
		background: url(/pictures/bgdetails_6.gif);			
		height:490px;
}

#detail_top_frame {
	margin: 5px 5px 5px 10px;
	height:14px;
	text-align:right;
}

#detail_frame {
	font-family:"Trebuchet MS",verdana,sans;
	font-size:0.6em;
	font-weight: normal;
	color:#FFFFFF;
	margin: 25px 20px 10px 20px;
	height:420px;
}

#detail_left2 {
	float:left;
	padding-right: 3px;
	height:420px;
	text-align:left;
	width:266px;
	overflow:auto;
}

#detail_right2 {
	float:right;
	margin: 0;
	height:420px;
	text-align:left;
	width:342px;
}

.line {
	color: #DDDDDD;
	background-color: #DDDDDD;
	height: 1px;
	border:none;
}


.small {
	font-size: 10px;
	color: #5DC531;
	display:inline;
}

h1, h2, h3 {
	font-family:"Trebuchet MS",verdana,sans; font-weight:normal;
}

h1 {
	font-size: 2.3em;
	font-weight:bold;
}


h2 {
	font-size: 1.7em;
	font-weight:bold;
	margin: 10px 0;
}

.info {
	width: 500px;
	margin-left:10px;
}

h4 {
	font-weight:bold;
	font-size:1.8em;
}

.price_img {
	width:90px;
	padding-right:10px;
	text-align:right;
	font-size:12px;
	font-weight:bolder;
	color:#000000;
}

.selectbox {
	font-family:"Trebuchet MS",verdana,sans; font-weight:normal;
	font-size:13px;
}

.button {
	padding: 0px 6px;
	margin: 0 5px;
	border: 1px solid #000;
	font-weight:bold;
}

#dhtmltooltip{
	position: absolute;
	font-size:11px;
	color:#FFFFFF;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #333333;
	visibility: hidden;
	z-index: 100;
	text-align:left;
	padding:3px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}

