/*
Title:		Standard website style definitions
File: 		inc/style_site.css
Version: 	v2.20
Author:		Digitalization
Contact:	info@digitalization.nl
*/

/* Clear all default margins and paddings */
* {
	margin:				0px;
	padding:			0px;
	outline:			none;
}

/* Body */
body {
	margin: 			20px;
}

.bullet {
	background:			url('../gfx/site/bullet.gif') left no-repeat;
	padding-left:		14px;
	margin-right:		10px;
	letter-spacing:		1px;
}

input.link, button.link {
	font-family: 		Arial, Helvetica, sans-serif;
	border:				0px;
	background-color:	#fff;
	font-size:			13px;
	cursor:				pointer;
	letter-spacing:		1px;
}

.bullet:hover, .bullet_active {
	background:			url('../gfx/site/bullet_hover.gif') left no-repeat;
	padding-left:		14px;
	margin-right:		10px;
	letter-spacing:		1px;
}

a.bullet.index:hover {
	background:			url('../gfx/site/bullet_white.gif') left no-repeat;
}

.keyword_active {
	font-weight:		bold;
	color:				#fe660d;
}

/* Text throughout the site*/
body,td,th,p, a {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#80807b;
	letter-spacing:		1px;
 	line-height:		17px;
}

/* Default paragraph text */
p {
	padding-bottom:		17px;
}

b.colored {
	color:				#fe660d;
}

/* Links */
a {
	font-weight:		normal;
	text-decoration:	none;
}

a:hover, a.active {
	color: 				#fe660d;
	text-decoration:	none;
}

.highlighted {
	color: 				#fe660d;
}

/* Rulers */
hr {
	border:				0px;
	border-bottom:		1px solid #9e9e98;
	margin-top:			8px;
	margin-bottom:		8px;
	height:				0px;
	background:			#fff;
}

/* Headers */
h1 {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#80807b;
	letter-spacing:		1px;
 	line-height:		17px;
 	font-weight:		bold;
}

h2 {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#fe660d;
	letter-spacing:		1px;
 	line-height:		17px;
}

h3 {
	font-size:			11px;
	color:				#fe660d;
	font-weight:		bold;
}

/* Success message after form submit */
p.message {
	font-style:			italic;
}

/* Error message after form submit */
p.error_message {
	color:				red;
}

/* Clearing element */
.clear {
	clear: 				both;
}

/* No border for images */
img {
	border: 			none;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Arial;
	color: 				#80807b;
	font-size: 			11px;
	margin-bottom: 		1px;
	margin-top: 		1px;
}

form {
	display: 			inline;
}

/* Standard width fitting for textarea and selectboxes */
textarea {
	border: 		1px solid #888888;
	width: 			362px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

option {
	padding:		1px;
}

/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		14px;
	padding: 		2px;
}

.input_medium {
 	border: 		1px solid #888888;
	width: 			150px;
	height: 		14px;
	padding: 		2px;
}

.input_regular {
 	border: 		1px solid #888888;
	width: 			210px;
	height: 		14px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			362px;
	height: 		14px;
	padding: 		2px;
}

/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		14px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;
	padding: 		2px;
}

/* Checkboxes */
input[type='checkbox'], input[type='radio'] {
	margin-left: 	4px;
}

/* Correct text blocks div for checkboxes and radio buttons */
div.radio_checkbox_div {
	padding-left: 	40px;
	text-indent: 	-45px;
}
div.radio_checkbox_div input {
	width:			40px;
}

/* Buttons */
button, input[type='submit'], .input_submit {

}

/* Calendar button */
button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}

/* Layout divs */
.tooltip {
	position:			absolute;
	top:				0px;
	left:				0px;
	z-index:			3;
	display:			none;
}

div#container {
	position:			absolute;
	top:				50%;
	left:				50%;
	width:				914px;
	height:				538px;
	margin-left:		-457px;
	margin-top:			-269px;
	border:				1px solid #80807b;
	z-index:			10;
}

div#header {
	position:			absolute;
	left:				-1px; /*Ja ja, ik heb Russisch bloed, ik weet het  =.= */
	top:				-1px;
	width:				916px;
	height:				127px;
}

div#logo {
	position:			absolute;
	top:				23px;
	left:				25px;
	width:				215px;
	height:				82px;
}

div#menu_beam {
	position:			absolute;
	top:				23px;
	left:				265px;
	width:				624px;
	height:				79px;
	border:				1px solid #ffffff;
}

div#body {
	position:			absolute;
	top:				126px;
	width:				914px;
	height:				412px;
	overflow:			hidden;
}

div#test1 {
	position:			absolute;
	height:				1px;
	background:			#000;
	width:				800px;
	top:				454px;
	z-index:			10;
}

div#test2 {
	position:			absolute;
	height:				1px;
	background:			#000;
	width:				800px;
	top:				159px;
	z-index:			10;
}

div#plain {
	position:			absolute;
	top:				25px;
	left:				25px;
	width:				864px;
	height:				362px;
	overflow:			auto;
}

div#keyword_list {
	position:			absolute;
	top:				5px;
	height:				20px;
	left:				50px;
}

div#product_list {
	position:			absolute;
	top: 				25px;
	left:				25px;
	width:				864px;
	height:				362px;
	overflow: 			auto;
}

div#product_slideshow {
	position:			absolute;
	top:				35px;
	left:				25px;
	width:				475px;
	height:				362px;
}

div#product_description {
	position:			absolute;
	top:				25px;
	left:				525px;
	width:				365px;
	height:				362px;
}

div#product_browsing {
	position:			absolute;
	top:				8px;
	left:				525px;
	width:				375px;
	text-transform:		uppercase;
	font-size:			10px;
	text-align:			right;
}

div#product_browsing a {
	text-transform:		uppercase;
	font-size:			10px;
}

div.product_window {
	float:				left;
	margin-right:		45px;
	width:				165px;
	height:				165px;
	margin-bottom:		10px;
}

div.product_window:hover p {
	color:				#fe660d;
}

div.product_image {
	position:			relative;
	width:				165px;
	height:				140px;
	overflow:			hidden;
}

img.product_image {
	position:			absolute;
	z-index:			1;
}

img.sold_out {
	position:			absolute;
	z-index:			2;
}

div.index_news {
	background:			#fff;
}

div.index_news:hover {
	background:			#fe660d;
	color:				#fff;
	cursor:				pointer;
}

div.index_news:hover b.colored {
	color:				#fff;
}

div.index_news:hover a.bullet {
	color:				#fff;
	background:			url('../gfx/site/bullet_white.gif') left no-repeat;
}

div#slideshow {
	position:			relative;
}

div.hidden {
	visibility:			hidden;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

div#content_left {
	position:			absolute;
	top:				25px;
	left:				25px;
	width:				475px;
	height:				372px;
	overflow: 			auto;
}

div#content_right {
 	position:			absolute;
 	top:				31px;
 	left:				525px;
 	width:				365px;
 	height:				362px;
}

div.player {
	width:				365px;
	height:				244px;
	background:			#fff;
	border:				1px solid #7f7f7e;
}

div.product_player {
	width:				450px;
	height:				293px;
	background:			#fff;
	overflow:			hidden;
}

div#buttons {
	position:			relative;
	top:				20px;
	width:				365px;
}

div#image_numbers {
	display:			inline;
}

div#fullscreen_buttons {
	position:			absolute;
	top:				50%;
	left:				50%;
	width:				400px;
	height:				18px;
	margin-left:		60px;
	margin-top:			-290px;
	text-align:			right;
}

div#caption {
	position:			relative;
	top:				37px;
	width:				365px;
	background:			#fff;
	height:				75px;
	z-index:			1;
}

div#caption div {
    position:			absolute;
    top:				0;
    left:				0;
    z-index:			8;
    width:				365px;
    height:				75px;
    background:			#fff;
    z-index:			1;
}

div#caption div.active {
    z-index:			10;
}

div#caption div.last-active {
    z-index:			9;
}

div#footer {
	position:			absolute;
	left:				50%;
	margin-left:		-457px;
	top:				50%;
	margin-top:			285px;
	width:				914px;
	height:				20px;
}

div#footer_menu {
	position:			absolute;
	width:				600px;
	text-align:			left;
}

div#search_box {
	position:			absolute;
	left:				665px;
	width:				250px;
	text-align:			right;
	font-size:			10px;
}

/* Menu structure */
ul.menu_section {
	float:				left;
	width:				124px;
	list-style-type:	none;
	border-right:		1px solid #ffffff;
	margin:				0px;
	padding:			0px;
}

ul.last {
	border:				0px;
}

ul.menu_section li {
	width:				124px;
	padding:			0px 0px 0px 0px;
	height:				15px;
	border-top:			1px solid #ffffff;
	line-height:		15px;
	text-transform:		uppercase;
	font-weight:		bold;
	color:				#ffffff;
	overflow:			hidden;
}

ul.menu_section li.first,  ul.active_menu_section li.first, ul.active_menu_section li.first:hover {
	width:				119px;
	padding-left:		5px;
	border:				0px;
	background:			#ffffff;
	color:				#fe660d;
	font-size:			11px;
}

ul.menu_section li a {
	display:			block;
	width:				119px;
	padding-left:		5px;
	height:				15px;
	color:				#ffffff;
	font-weight:		bold;
	text-transform:		uppercase;
	line-height:		15px;
	font-size:			11px;
}

ul.menu_section li a:hover, ul.menu_section li a.active {
	background:			#ffffff;
	color:				#fe660d;
	cursor:				pointer;
	text-decoration:	none;
}

ul.menu_section:hover li a, ul.menu_section:hover li.first  {
	background:			#fff;
	color:				#8a8984;
}

ul.menu_section li a:hover {
	background:			#8a8984;
	color:				#fff;
}

ul.active_menu_section {

}

ul.active_menu_section li a {
	background:			#ffffff;
	color:				#fe660d;
	font-size:			11px;
}

ul.active_menu_section li a:hover, ul.active_menu_section li a.active {
	color:				#ffffff;
	background:			#fe660d;
}

ul#footer_menu {
	list-style-type:	none;
	margin:				0px;
	padding:			0px;
}

ul#footer_menu li {
	margin-left:		0px;
 	float:				left;
 	margin-right:		20px;
}

ul#footer_menu a {
	font-size:			10px;
	text-transform:		uppercase;
}

/* Cart styles */
table.cart {

}

tr.cart_header td {
	color:				#fe660d;
}
.orange{
	color: #fe660d;
}

/* Auxiliary objects */
