/* Reset -------------------------------------------------------------------- */
body,legend{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,hr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,hr{border:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a,address{font-style:normal;text-decoration:none;}
input,textarea,select{font-family:inherit;font-size:100%;font-weight:inherit;}

/* Tools -------------------------------------------------------------------- */
.hide           { display:none; }
.replace        { text-indent:-999em; background-repeat:no-repeat; }
.accessibility  { position:absolute; top:-999em; left:-999em; }

.noindent       { margin:0; }
.nomargin       { margin-top:0; margin-bottom:0; }

/* Typography --------------------------------------------------------------- */
body    { font:.75em Arial,Helvetica,sans-serif; }

/* Headings */
h1	{ font-size:2em; font-weight:bold; }
h2	{ font-size:1.75em; font-weight:bold; }
h3	{ font-size:1.5em; font-weight:bold; }
h4	{ font-size:1.25em; font-weight:bold; }
h5	{ text-transform:uppercase; font-weight:bold; }
h6	{ font-weight:bold; }

/* Text */
p, hr,
dl, ul, ol,
li.spaced, .spaced li,
address, table			{ margin-bottom:1.5em; }
.important          	{ font-size:1.25em; }

/* Lists */
dt          			{ font-weight:bold; }
ul     					{ padding-left:1.5em; }
ol						{ list-style-position:inside; }
li.plain, .plain		{ list-style:none; }

/* Tables */
table       {  }

/* Links */
a,
a.inline	{ text-decoration:underline; color:#6f7e89; }
a.anchor    { display:none; }

/* Other */
hr          { color:#444; background:#444; height:1px; clear:both; }

/* Content ------------------------------------------------------------------ */

/* Column */
.col				{ float:left; overflow:hidden; margin:0; }
.col-first          { margin-left:0; }
.col-last           { margin-right:0; }

.col-two            { width:50%; }
.col-three          { width:33%; }
.col-four           { width:25%; }

img.left,
img.right			{ margin-bottom:1em; display:inline; }
img.left 			{ margin-right:1em; float:left; }
img.right 			{ margin-left:1em; float:right; }

/* Icons */
.icon						{ display:inline-block; background:no-repeat 0 50%; vertical-align:text-top; outline:none; overflow:hidden; text-indent:-999em; width:16px; min-height:16px; }
.iconText					{ text-indent:18px; width:auto; }
.iconAdd					{ background-image:url('/images/icons/add.png'); }
.iconCss					{ background-image:url('/images/icons/css.png'); }
.iconDbImport				{ background-image:url('/images/icons/dbImport.gif'); }
.iconDelete					{ background-image:url('/images/icons/delete.png'); }
.iconEdit					{ background-image:url('/images/icons/edit.png'); }
.iconExit					{ background-image:url('/images/icons/exit.png'); }
.iconLock					{ background-image:url('/images/icons/lock.png'); }
.iconPrinter				{ background-image:url('/images/icons/printer.png'); }
.iconStar					{ background-image:url('/images/icons/star.png'); }
.iconTable					{ background-image:url('/images/icons/table.png'); }
.iconTableLink				{ background-image:url('/images/icons/tableLink.png'); }

.searchForm					{ margin-bottom:20px; }
.searchForm .field			{ float:left; margin-right:10px; }
.searchForm .field label	{ display:inline; }
.searchForm .buttons		{ width:auto; clear:none; margin-top:2px; }

/* Tree list */
.treeList,
.treeList ul 				{ margin:0; }

/* Data table */
.dataTable					{ width:100%; }
.dataTable th				{ text-align:left; background:#5d5d5d; border:none; padding:3px 5px; }
.dataTable th a				{ color:#fff; }
.dataTable tr				{ background-color:#191919; }
.dataTable tr:hover			{ background-color:#5b5b5b; }
.dataTable td				{ padding:3px 5px;  }

/* Form in table */
.inTable .field				{ position:relative; }
.inTable .field label		{ position:absolute; top:-1.5em; left:0; width:100%; text-indent:-999em; }
.inTable .field input,
.inTable .field select		{ width:95%; }

/* Pagination */
ul.paginationList			{ border:0; margin:10px 0; padding:0; display:block; }

ul.paginationList li		{ border:0; margin:0; padding:0; font-size:11px; list-style:none; float:left; }
ul.paginationList a			{ border:solid 1px #6a6a6a; margin-right:2px; }
ul.paginationList .previous-off,
ul.paginationList .next-off { color:#666666; display:block; float:left;	font-weight:bold; padding:3px 4px; }
ul.paginationList .next a,
ul.paginationList .previous a		{ font-weight:bold; }
ul.paginationList li.active a		{ color:#FF0036; font-weight:bold;	display:block; float:left; padding:3px 6px; }
ul.paginationList a:link,
ul.paginationList a:visited 		{ color:#9C7D51; display:block; float:left; padding:3px 6px; text-decoration:none; }
ul.paginationList a:hover			{ border:solid 1px #ffffff; color:#9C7D51; }
.entriesTotal						{ clear:both; color:#808080; }

dl.marginal					{ overflow:hidden; }
dl.marginal dt				{ width:10em; float:left; clear:left; }

.ajaxLoad{
	height:300px;
	background:transparent url('/images/templates/default/throbber.gif') no-repeat center center;
}

.infoContent p, .infoContent div{
	padding:5px;
}
.infoContent p, .infoContent div.col{
	padding:0;
}

/* Form styles -------------------------------------------------------------- */
/* Inline form */
form.inline fieldset,
fieldset.inline .field              { display:inline; float:left; }

/* Vertical form */
.vertical .field                { margin-bottom:.25em; }
.vertical label                 { display:block; }

.vertical .multiple             { margin-bottom:.25em; }
.vertical .multiple .field      { margin-bottom:0; }
.vertical .multiple label,
.vertical .result label         { display:inline; }

/* Marginal form */
.marginal .field                { margin-bottom:.25em; height:100%; overflow:hidden; }
.marginal label                 { width:11.5em; float:left; }

.marginal .multiple             { margin-bottom:-2em; }
.marginal .multiple .field      { margin-bottom:0; position:relative; top:-2em; left:11.5em; }
.marginal .multiple label,
.marginal .result label			{ width:auto; float:none; }

/* Form --------------------------------------------------------------------- */
form            { width:100%; overflow:hidden; }
form .field     { line-height:2; }
fieldset        { border:0; margin-bottom:1.25em; padding:0; padding-top:.5em; }
legend          { font-size:18px; font-weight:bold; line-height:1; color:#fff; }
label           { font-weight:bold; cursor:pointer; }
.result label	{ font-weight:normal; }

/* Input */
/*
input.text,
input.secret,
select,
textarea        { border:1px solid #455560; }
*/
input.text,
input.secret	{ text-indent:5px; padding:.25em 0; }
textarea        { /*padding:5px;*/ width:250px; }
input.radio		{ border:0; background:none; }

/* Multiple */
fieldset.multiple           { border:0; margin:0; padding:0; }
/*fieldset.multiple legend    { text-transform:none; font-size:1em; line-height:2; color:#000; }*/
fieldset.multiple .field    { float:left; clear:left; position:relative; }
fieldset.multiple label		{ padding-left:1.25em; font-weight:normal; }
fieldset.multiple input     { position:absolute; top:.5em; left:0; }

/* Control & Output */
button              { padding:0; overflow:visible; cursor:pointer; }
form .buttons       { overflow:hidden; margin-bottom:0; }

form .error         { color:#ed1c24; }
form .error input   { border-color:#ed1c24; }
form .notice        {  }
form .success       {  }

p, div, h1, h2, h3, h4, h5, form, input {margin:0; padding:0;}
body {margin:0; padding:0; background:url(/images/templates/default/bg_body.gif) top left repeat-x #0c0401; font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#ffffff;}
img {border:none; margin:0; padding:0; text-decoration:none; line-height:0; font-size:0;}
.clear {clear:both; font-size:0; line-height:0; height:0;}

/* Conten Item */
p {line-height:16px;}
.brown {color:#9c7d51;}
.red {color:#ff0000;}

/* Normal links */
a {color:#fff; text-decoration:none;}
a:hover {text-decoration:underline;}

/* Content headings */
h1 {padding:3px 7px 8px 7px; font-size:16px; color:#9c7d51; line-height:1em; margin:0; background:url(/images/templates/default/bg__heading_left_menu.gif) left top repeat-x;}
h1 a{color:#9c7d51}
h4{
	font-size:14px;
	font-weight:bold;
	color:#9c7d51;
	padding:10px 5px 0 5px;
}

input.text, input.secret, select, textarea{
	border:1px solid #acacac;
	background:#000;
	color:#9c7d51;
}
button, .button {min-width:70px; padding:3px; cursor:pointer; color:#9c7d51; font-size:11px; text-transform:uppercase; border-top:1px solid #4d4d4d; border-left:1px solid #2e2e2e; border-right:1px solid #2e2e2e; border-bottom:1px solid #151515; background: url(/images/templates/default/bg_button.gif) top left repeat-x;}
a.button	{
	padding:5px 5px;
	display:block;
	text-align:center;
}
#top a.button:hover, a.button:hover {
	text-decoration:none;
}

/* ---------------------------- CONTAINER ---------------------------- */
#container_outer {width:1012px; margin:0 auto; background:url(/images/templates/default/bg_outer_container.png) top center no-repeat;}
#container {width:986px; margin:0 auto; padding:0 5px; background:#000000;}
	/* ---------------------------- TOP ---------------------------- */
	#top {background: url(/images/templates/default/bg_top.gif) top left repeat-x;}
		#top a,
		#top a:visited {color:#9c7d51; font-size:11px; text-decoration:none;}
		#top a:hover {text-decoration:underline;}

		#top_logo {width:210px; float:left; padding:20px 30px;}
		/* Top function 1 */
		#top_left {width:180px; height:58px; float:left; padding:10px; margin:0 5px 0 210px; background:url(/images/templates/default/bg_topfunction.png) top left repeat; border:1px solid #3b352c; color:#ffffff;}
			#top_left_col1 {width:100px; float:left; padding:0 5px 0 0;}
				.text_field {width:96px; margin:2px 0; color:#9c7d51; font-size:11px; border:1px solid #acacac; background:#000000;}
			#top_left_col2 {width:70px; float:left; padding:10px 0 0 0;}
			#top_left .loginForm{
				position:relative;
			}
			#top_left .loginForm h1,
			#top_left .loginForm label{
				display:none;
			}
			#top_left .loginForm .field{
				line-height:1;
			}
			#top_left .loginForm .buttons{
				position:absolute;
				right:2px;
				top:10px;
			}
			#top_left .loginForm input{
				width:8em;
			}
			#top_left ul{
				list-style:none outside;
				padding:0;
				margin-bottom:0;
			}

		/* Top function 2 */
		#top_right {width:270px; float:left; padding:10px 10px!important; padding:10px; margin:0 5px 0 0; background:url(/images/templates/default/bg_topfunction.png) top left repeat; border:1px solid #3b352c;}
			.cart {color:#9c7d51; font-size:11px; text-transform:uppercase; padding:0 0 3px 0;}
			#top_right_col1 {width:175px; float:left; padding:0 5px 0 0;}
				#top_right_col1 select { width: 170px; }
				.selection {width:170px; margin:2px 0; color:#9c7d51; font-size:11px; border:1px solid #acacac; background: url(/images/templates/default/bullet_selection.gif) 160px 6px no-repeat #000000;}
			#top_right_col2 {width:90px; float:left; padding:15px 0 0 0;}
				.button_selection {width:90px; padding:3px; cursor:pointer; color:#9c7d51; font-size:11px; text-transform:uppercase; border-top:1px solid #4d4d4d; border-left:1px solid #2e2e2e; border-right:1px solid #2e2e2e; border-bottom:1px solid #151515; background: url(/images/templates/default/bg_button.gif) top left repeat-x;}

		/* Top menu */
		#top_menu {margin:10px 0 0 0!important; margin:12px 0 0 3px; background:url(/images/templates/default/bg_topmenu.gif) left top repeat-x; border-top:1px solid #4d4d4d; border-bottom:1px solid #1e1e1e; border-left:1px solid #252525; border-right:1px solid #2d2c2b;}
			#top_menu ul,
			#top_menu li {list-style:none; margin:0; padding:0;}
			#top_menu ul li {display:block; float:left; padding:4px 10px; background:url(/images/templates/default/topmenu_separator.gif) right center no-repeat;}
				#top_menu ul li.last {background:none;}
				#top_menu ul li a, #top_menu ul li a:visited {color:#ffffff; font-size:11px; text-transform:uppercase; font-weight:bold; text-decoration:none; display:block;}
				#top_menu ul li a:hover {text-decoration:underline;}
				#top_menu ul li a.active {text-decoration:underline;}
	/* ---------------------------- END OF TOP ---------------------------- */


	/* ---------------------------- MIDDLE ---------------------------- */
	#middle {margin:3px 0 0 0!important; margin:3px 0 0 3px;}

		/* Column 1 */
		#col1 {width:120px; float:left; margin:0 3px 0 0;}
			#left_menu {width:114px; padding:2px; border:1px solid #1d1d1d; border-top:none;}
				#left_menu ul,
				#left_menu li {list-style:none; margin:0; padding:0;}
				#left_menu ul.mainlevel li {display:block; padding:3px 5px; border-left:1px solid #1b1b1b; border-right:1px solid #1b1b1b; background:url(/images/templates/default/bg_left_menu.gif) left top repeat-x;}
					#left_menu ul.mainlevel li a {color:#ffffff; font-size:10px; text-transform:uppercase; text-decoration:none; display:block;}
					/*#left_menu ul.mainlevel li a:hover {text-decoration:underline;}*/
					/*#left_menu ul.mainlevel li a.active {text-decoration:underline;}*/

				#left_menu ul.mainlevel li ul.sublevel {border:none; background:none;}
				#left_menu ul.sublevel li {display:block; margin:0 0 0 8px; border:none; background:none;}
					#left_menu ul.sublevel li a {color:#ffffff; font-size:11px; text-transform:none; text-decoration:none; display:block;}
					#left_menu ul.sublevel li a:hover {text-decoration:underline;}
					#left_menu ul.sublevel li a.active {text-decoration:underline;}

		/* Column 2 - content */
		#contentWrapper {width:660px; float:left; margin:0 3px 0 0; background:#101010; padding:0 0 3px 0;}

		#contentWrapper h2{
			font-size:12px;
			line-height:1.5em;
			padding:0;
			text-align:left;
			color:#9c7d51;
			text-transform:uppercase;
		}
		#contentWrapper h3{
			font-size:10px;
			line-height:1.25em;
			padding:0;
			text-align:left;
			font-weight:normal;
			color:#9c7d51;
			text-transform:uppercase;
		}

		/* Column 3 */
		#col3 {width:200px; float:left;}
			.col3_content .right_col2 { padding:10px; }
			.col3_content .formTellAFriend input{
				width:100px;
				padding:0;
				float:right;
			}
			.col3_content .formTellAFriend textarea{
				width:174px;
				height:50px;
			}
			.col3_content .formTellAFriend .buttons{
				text-align:right;
			}
			.col3_content {width:196px; margin:0 0 3px 0; padding:1px; border:1px solid #1d1d1d; border-top:none;}
			.col3_content .toplist{
				list-style-position:outside;
				margin-left:20px;
			}
			.col3_content .toplist a{
				color:#9C7D51;
				text-transform:uppercase;
			}
			.col3_content .toplist img{
				height:25px;
			}
			.col3_content .toplist .image{
				float:right;
				margin-left:5px;
			}
			.col3_content .toplist li{
				clear:both;
			}
			.col3_content .toplist .productPrice span{
				font-size:12px;
				font-weight:bold;
				color:#ff0036;
			}
			.col3_content .toplist .productPrice span.vatLabel{
				color:#fff;
				font-size:11px;
			}
			.col3_content .toplist .productPrice strong{
				font-size:12px;
				font-weight:normal;
				color:#000;
			}
				#order_form_container {background:#111111; padding:10px;}
				#order_form_container h2 { padding-top:0; }
					#col3 label {width:70px; padding:2px 0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#ff0036;line-height:1.25;}
					.text_field_right {width:90px; float:left; margin:1px 0; padding:0 5px; color:#9c7d51; font-size:11px; border:1px solid #acacac; background:#000000;}
					.button_order {width:90px; margin:0 0 0 103px; padding:3px; cursor:pointer; color:#9c7d51; font-size:11px; text-transform:uppercase; border-top:1px solid #4d4d4d; border-left:1px solid #2e2e2e; border-right:1px solid #2e2e2e; border-bottom:1px solid #151515; background: url(/images/templates/default/bg_button.gif) top left repeat-x;}

				.col3_content_col1 {width:13px; float:left; padding:3px 5px 3px 8px;}
				.col3_content_col2 {width:100px; float:left; padding:3px 5px 3px 0;}
				.col3_content_col3 {width:55px; float:left; padding:3px 0 3px 0;}

			#webdesign {width:200px; text-align:right; padding:50px 0 10px 0; color:#321a0c; font-size:10px;}
				#webdesign a {color:#321a0c; text-transform:uppercase; text-decoration:none;}
				#webdesign a:hover {text-decoration:underline;}
	/* ---------------------------- END OF MIDDLE ---------------------------- */
/* ---------------------------- END OF CONTAINER ---------------------------- */


.productTotal .productPriceTotal{
	margin:20px 0 10px 0;
}
.productTotal .productPriceTotal strong{
	font-size:16px;
	font-weight:bold;
	color:#ff0036;
}
.productTotal .productPriceTotal span.vatLabel{
	color:#fff;
	font-size:11px;
}

