/*************************************************************
* BEGIN : GENERAL LAYOUT
*************************************************************/
/*
@font-face {
	font-family: "Calibri";
	font-style: normal;
	font-weight: normal;
	src: url("/file/font/calibri.ttf");
}
*/
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url('/IMAG/GENE/PICT/bg_trendystores.gif');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	text-align: center;
}
img {
	border: 0px;
}
b, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
form, ul {
	margin: 0px;
	padding: 0px;
}
a {
	color: #d91f2a;
	text-decoration: none;
}

#div_header, #div_banner, #div_body, #div_footer {
	clear: both;
	width: 100%;
	text-align: center;
}
.div_container {
	position: relative;
	margin: 0px auto;
	width: 850px;
}
/*************************************************************
* END : GENERAL LAYOUT
*************************************************************/


/*************************************************************
* BEGIN : PAGE HEADER
*************************************************************/
#div_header {
	height: 110px;
}
	#div_header .div_container {
		height: 110px;
	}
	
	#div_header_logo {
		position: relative;
		float: left;
		width: 525px;
		height: 80px;
		margin: 10px 0px 0px 0px;
	}
		#div_header_logo img {
		}
		
	#div_header_intro {
		position: relative;
		float: left;
	}
	
	#div_header_navigation {
		position: absolute;
		top: 50px;
		right: 0px;
	}
		#div_header_navigation img {
		}

	#div_header_language {
		position: absolute;
		z-index: 50;
		top: 90px;
		right: 0px;
		float: left;
		width: 200px;
		color: #999999;
		font-size: 12pt;
		line-height: 20px;
		text-align: right;
	}
		#div_header_language a {
			margin: 0px 5px;
			color: #ffffff;
			font-size: 10pt;
			font-weight: bold;
		}
		#div_header_language a:hover {
		}
	
	#div_header_contact {
		position: absolute;
		top: 90px;
		left: 0px;
		width: 850px;
		height: 20px;
		background-color: #999999;
		color: #ffffff;
		font-size: 8pt;
		font-weight: bold;
		line-height: 20px;
		text-align: left;
		text-indent: 10px;
		text-transform: uppercase;
	}
		#div_header_contact span {
			margin-right: 20px;
		}
		
	#div_header_deliveryarea {
		display: none;
	}
		#div_header_deliveryarea a {
		}
		#div_header_deliveryarea img {
		}
/*************************************************************
* END : PAGE HEADER
*************************************************************/


/*************************************************************
* BEGIN : PAGE BANNER
*************************************************************/
#div_banner {
}
	#div_banner .div_container {
		width: 850px;
	}
	
	#div_banner img {
	}	
	#div_banner h1 {
		position: absolute;
		top: 125px;
		left: 20px;
		width: 960px;
		color: #ffffff;
		font-size: 12pt;
		font-weight: bold;
		line-height: 25px;
		text-align: left;
		text-transform: uppercase;
	}
	#div_banner h2 {
		position: absolute;
		top: 100px;
		left: 20px;
		width: 400px;
		color: #ffffff;
		font-size: 10pt;
		text-align: left;
	}
	
	#div_bannerspecials {
		position: absolute;
		top: 200px;
		left: 20px;
		width: 500px;
		height: 160px;
	}
		.div_bannerspecial {
			float: left;
			width: 112px;
			margin-right: 13px;
			text-align: left;
		}
		.div_bannerspecial a {
			font-size: 12pt;
		}
		.div_bannerspecial img {
			display: block;
			width: 110px;
			height: 110px;
			margin-bottom: 5px;
			border: 1px solid #ffffff;
		}
/*************************************************************
* END : PAGE BANNER
*************************************************************/
	

/*************************************************************
* BEGIN : PAGE CONTENT
*************************************************************/
#div_content {
}
	#div_content .div_container {
		display: table !important;
		display: block;
		background-color: #ffffff;
	}
	#div_contentleft {
		position: relative;
		display: table-cell;
		float: left;
		width: 200px;
	}
	#div_contentright {
		position: relative;
		display: table-cell;
		float: left;
		width: 650px;
	}
/*************************************************************
* END : PAGE CONTENT
*************************************************************/


/*************************************************************
* BEGIN : PAGE CONTENT LEFT
*************************************************************/
#div_contentleft_navigation {
	width: 200px;
	margin-bottom: 20px;
}
	#div_contentleft_navigation ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
	}
		ul#navigation_level1 li {
			display: block;
			padding: 10px 5px;
			font-size: 8pt;
			line-height: 15px;
			text-align: left;
			text-transform: uppercase;
			/*border-bottom: 1px dotted #cccccc;*/
		}
		ul#navigation_level1 li a {
			font-size: 8pt;
			text-transform: uppercase;
		}
		ul#navigation_level1 li b ,
		ul#navigation_level1 li h2 ,
		ul#navigation_level1 li h3 {
			display: inline;
			font-size: 8pt;
			font-weight: normal;
		}
		
		ul#navigation_level1 li#navigation_level1_sublevel {
			display: inline;
			margin: 0px;
			padding: 0px;
			border: 0px;
		}
		
		ul#navigation_level2 li {
			display: block;
			padding: 10px 5px 10px 35px;
			text-indent: -15px;
			border-bottom: 1px dashed #d91f2a;
			background-color: #ffffff;
			font-size: 8pt;
			line-height: 15px;
			text-align: left;
			text-transform: uppercase;
		}
		ul#navigation_level2 li a {
			font-size: 8pt;
			font-weight: normal;
			text-transform: uppercase;
		}
		ul#navigation_level2 li b,
		ul#navigation_level2 li h2,
		ul#navigation_level2 li h3 {
			display: inline;
			font-size: 8pt;
			font-weight: normal;
		}

#div_contentleft_spotlight {
	width: 200px;
	margin-bottom: 20px;
}
	#div_contentleft_spotlight img {
		display: block;
		margin-bottom: 10px;
	}
	
.div_contentleft_parameter {
	display: block;
	height: 40px;
	margin-bottom: 10px;
	padding: 5px 0px 10px 20px;
	background-color: #eeeeee;
	color: #58595b;
	font-size: 8pt;
	text-align: left;
	text-transform: uppercase;
}
	.div_contentleft_parameter select {
		margin: 5px 0px;
		padding: 2px;
		font-size: 8pt;
		text-transform: uppercase;
	}

#div_contentleft_customercomment {
	margin: 40px 0px;
	color: #eeeeee;
}
	#div_contentleft_customercomment h4 {
		padding: 10px 5px;
		background-color: #dfdfdf;
		color: #034832;
		font-size: 10pt;
		font-weight: bold;
	}
	#div_contentleft_customercomment dl {
		margin: 5px 0px 0px 0px;
		padding: 5px;
		background-color: #efeff1;
	}
	#div_contentleft_customercomment dl dt {
		margin: 0px;
		padding: 0px;
		color: #034832;
		font-size: 8pt;
		font-weight: bold;
	}
	#div_contentleft_customercomment dl dd {
		margin: 10px 0px;
		padding: 0px;
		color: #034832;
		font-size: 8pt;
	}
/*************************************************************
* END : PAGE CONTENT LEFT
*************************************************************/


/*************************************************************
* BEGIN : PRODUCT CATALOGUE
*************************************************************/
#catalogue_title {
	position: relative;
	height: 25px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	background-color: #d91f2a;
	color: #ffffff;
	font-size: 8pt;
	line-height: 25px;
	text-align: left;
	text-transform: uppercase;
}
	#catalogue_title h2 ,
	#catalogue_title b {
		display: inline;
		color: #ffffff;
		font-size: 8pt;
		font-weight: normal;
	}
	#catalogue_title a {
		color: #ffffff;
		text-decoration: underline;
	}

#catalogue_products {
	display: block;
	clear: both;
	vertical-align: top;
	padding: 0px 10px;
	background-color: #ffffff;
}
	.product {
		float: left;
		display: inline;
		width: 200px;
		text-align: center;
	}
		.product img {
			display: block;
			margin: 0px auto;
			text-align: center;
		}
		.product_info {
			height: 20px;
			color: #d91f2a;
			font-size: 8pt;
			font-weight: bold;
			text-decoration: underline;
		}
		.product_info a {
			color: #d91f2a;
			font-size: 8pt;
			font-weight: bold;
			text-decoration: underline;
		}
		.product_price {
			color: #999999;
			font-size: 8pt;
		}
		.product_more {
			height: 25px;
			padding-left: 30px;
			text-indent: -20px;
			background-color: #999999;
			text-align: left;
		}
		.product_more a {
			color: #ffffff;
			font-size: 8pt;
			line-height: 10px;
			text-transform: uppercase;
		}
		.product_more b {
		}
	
	.spacer {
		float: left;
		display: inline;
		width: 10px;
		height: 20px;
	}
	.separator {
		clear: both;
		width: 630px;
		height: 0px;
	}
	
#catalogue_paging_top {
	position: absolute;
	top: 0px;
	right: 0px;
}
#catalogue_paging_bottom {
	clear: both;
	float: left;
	height: 25px;
	width: 645px;
	margin-left: 5px;
	background-color: #d91f2a;
	text-align: right;
}
	#catalogue_paging_top,
	#catalogue_paging_bottom {
		color: #ffffff;
		font-size: 8pt;
		text-decoration: none;
	}
	#catalogue_paging_top b,
	#catalogue_paging_bottom b {
		margin-left: 5px;
		padding: 0px 5px;
		background-color: #999999;
		color: #ffffff;
		font-size: 8pt;
		line-height: 25px;
		text-decoration: none;
	}
	#catalogue_paging_top a ,
	#catalogue_paging_bottom a {
		margin-left: 5px;
		padding: 0px 5px;
		background-color: #d91f2a;
		color: #ffffff;
		font-size: 8pt;
		line-height: 25px;
		text-decoration: underline;
	}
/*************************************************************
* END : PRODUCT CATALOGUE
*************************************************************/


/*************************************************************
* BEGIN : PRODUCT PAGE
*************************************************************/
/*************************************************************
* END : PRODUCT PAGE
*************************************************************/


/*************************************************************
* BEGIN : PAGE FOOTER
*************************************************************/
#div_footer {
}
	#div_footer .div_container {
	}
	
/*************************************************************
* FOOTER NEWSLETTER
*************************************************************/
#div_footer_newsletter {
	clear: both;
	height: 60px;
}
	#div_footer_newsletter form {
		position: relative;
		display: block;
		float: right;
		width: 240px;
		height: 60px;
		margin-right: 20px;
		color: #999999;
		font-size: 8pt;
		line-height: 20px;
		text-align: left;
		text-transform: uppercase;
	}
	#div_footer_newsletter input {
		font-size: 8pt;
		width: 200px;
	}
	#div_footer_newsletter #lbl_error {
		color: #993333;
	}
	#div_footer_newsletter #btn_newsletter_submit {
		position: absolute;
		top: 0px;
		right: 0px;
		width: auto;
		height: auto;
		margin-top: 17px;
	}

/*************************************************************
* FOOTER USEFUL INFORMATION
*************************************************************/
#div_footer_usefulinformation {
	clear: both;
}
	#div_footer_usefulinformation_title {
		height: 25px;
		margin: 10px 0px;
		padding: 0px 10px;
		background-color: #d0c7bc;
		color: #034832;
		font-size: 9pt;
		line-height: 25px;
		text-align: left;
		text-transform: uppercase;
	}
	#div_footer_usefulinformation_title h2 {
		color: #034832;
		font-size: 9pt;
		font-weight: normal;
	}
	#div_footer_usefulinformation_left {
		float: left;
		width: 160px;
		background-color: #555255;
		text-align: left;
	}
		#div_footer_usefulinformation_left img {
			margin: 20px 0px;
		}
		#div_footer_usefulinformation_left label {
			display: block;
			padding: 5px;
			background-color: #d0c7bc;
			color: #034832;
			font-size: 8pt;
		}
		#div_footer_usefulinformation_left cite {
			display: block;
			padding: 10px 5px;
			background-color: #d0c7bc;
			color: #034832;
			font-size: 8pt;
			font-style: normal;
		}
	#div_footer_usefulinformation_right {
		float: right;
		width: 790px;
		padding: 20px 5px;
		/*background-color: #555255;*/
		color: #034832;
		font-size: 10pt;
		text-align: left;
	}
		#div_footer_usefulinformation_right b {
			font-weight: bold;
		}
	
#div_footer_links {
	clear: both;
	/*border-top: 1px solid #7b7b7b;*/
	/*border-bottom: 1px solid #7b7b7b;*/
	background-color: #999999;
	text-align: center;
}
	#div_footer_links ul {
		margin: 5px 0px;
		list-style-type: none;
	}
	#div_footer_links ul li {
		display: inline;
		margin: 0px 10px;
		font-size: 8pt;
		line-height: 25px;
		text-transform: uppercase;
	}
	#div_footer_links ul li a {
		color: #ffffff;
	}	
	
#div_footer_richtext {
	clear: both;
	display: block;
	height: 250px;
	margin: 10px 0px;
	background-color: #555255;
}
	
#div_footer_countries {
	position: relative;
	display: none;
	z-index: 100;
	width: 810px;
	margin: 0px 10px;
	margin-top: 115px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: left;
}
	#div_footer_countries ul {
		list-style-type: none;
	}
	#div_footer_countries ul li {
		display: block;
		float: left;
		width: 270px;
		font-size: 10pt;
	}
	#div_footer_countries ul li a {
		color: #034832;
	}
	#div_footer_countries ul li a:hover {
		color: #034832;
	}
	#btn_countries_close {
		position: absolute;
		top: -20px;
		right: -20px;
	}
	
#div_footer_contact {
	float: right;
	font-size: 8pt;
	text-align: right;
}
#div_footer_security {
	float: left;
	text-align: left;
}
/*************************************************************
* END : PAGE FOOTER
*************************************************************/


/*************************************************************
* BEGIN : FOOTER RICHT TEXT CONTENT
*************************************************************/
#div_richtext_topleft {
	float: left;
	width: 248px;
	/*width: 250px;*/
	height: 248px;
	/*height: 250px;*/
	margin-right: 5px;
	border: 1px dashed #666666;
	background-color: #5e5e5e;
}
	#div_richtext_topleft h4 {
		height: 40px;
		color: #2f2d2e;
		font-size: 12pt;
		line-height: 40px;
	}
	#div_richtext_topleft ul {
		list-style-type: none;
		text-align: left;
	}
	#div_richtext_topleft ul li {
		display: block;
		clear: left;
		height: 40px;
		border-top: 1px dashed #666666;
		color: #3a3a3a;
		font-size: 9pt;
		line-height: 12px;
	}
	#div_richtext_topleft ul li a {
		display: block;
		color: #3a3a3a;
	}
	#div_richtext_topleft ul li img {
		display: block;
		margin: 4px;
	}
#div_richtext_bottomleft {
}
#div_richtext_topmiddle {
	float: left;
	width: 693px;
	/*width: 705px;*/
	height: 163px;
	/*height: 165px;*/
	padding: 0px 5px;
	border: 1px dashed #666666;
	margin-bottom: 5px;
	background-color: #5e5e5e;
}
	#div_richtext_topmiddle h4 {
		height: 40px;
		color: #2f2d2e;
		font-size: 12pt;
		line-height: 40px;
		text-align: left;
	}
	#div_richtext_topmiddle p {
		margin-top: 0px;
		margin-bottom: 10px;
		color: #3a3a3a;
		font-size: 9pt;
		line-height: 12px;
		text-align: left;
	}
	#div_richtext_topmiddle ul {
		list-style-type: none;
	}
	#div_richtext_topmiddle ul li {
		display: inline;
		vertical-align: top;
	}
#div_richtext_bottommiddle {
	float: left;
	width: 488px;
	/*width: 500px;*/
	height: 78px;
	/*height: 80px;*/
	padding: 0px 5px;
	border: 1px dashed #666666;
	margin-right: 5px;
	background-color: #5e5e5e;
}
	#div_richtext_bottommiddle h4 {
		color: #2f2d2e;
		font-size: 12pt;
		text-align: left;
	}
	#div_richtext_bottommiddle p {
		margin-bottom: 5px;
		color: #3a3a3a;
		font-size: 9pt;
		line-height: 12px;
		text-align: left;
	}
#div_richtext_topright {
}
#div_richtext_bottomright {
	float: left;
	width: 198px;
	/*width: 200px;*/
	height: 78px;
	/*height: 80px*/
	border: 1px dashed #666666;
	background-color: #5e5e5e;
}
/*************************************************************
* END : FOOTER RICH TEXT CONTENT
*************************************************************/


/*************************************************************
* BEGIN : SHOPPING CART
*************************************************************/
table {
	width: 100%;
	background-color: #ffffff;		/*BgColor CenterTable*/
}
	table td {
		color: #999999;				/*TextColor CenterTable*/
		font-size: 8pt;
	}
	table td small {
		color: #999999;				/*TextColor CenterTable*/
		font-size: 7pt;
	}
	table td em {
		color: #993333;				/*TextColor Remarks*/
		font-size: 8pt;
		font-weight: bold;
		font-style: normal;
	}
	table td strong {
		color: #999999;				/*TextColor CenterTable*/
		font-size: 8pt;
		font-weight: bold;
	}
	table td a {
		color: #999999;				/*TextColor CenterTable*/
	}

table tbody {
}
	table tbody th {
		background-color: #d91f2a;	/*BgColor Columns*/
		color: #ffffff;				/*TextColor Columns*/
		font-size: 8pt;
		font-weight: bold;
		line-height: 20px;
	}
	table tbody td {
		color: #999999;				/*TextColor CenterTable*/
	}
	
table tfoot {
}
	table tfoot td {
		color: #999999;				/*TextColor CenterTable*/
	}
/*************************************************************
* END : SHOPPING CART
*************************************************************/