@CHARSET "UTF-8";

/*---------------------------------------------------outer container---------------------------------------------------*/
* {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

body {
	background-image: url(../img/texture/bg_gradient2.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: grey;
}

#border {
	width: 1000px;
	display: table;
	height: auto;
	margin: auto;
	background-image: url(../img/texture/border.png);
	background-repeat: repeat;
	padding: 10px;
}

#sheet { /*position: relative;*/
	width: 1000px;
	display: table;
	height: auto;
	margin: auto;
	background-color: white;
	border: 1px solid #6B6350;
}

#decoration_left {
	position: relative;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #dedede;
	width: 300px;
	height: 10px;
}

#decoration_right {
	position: relative;
	float: left;
	margin-left: 353px;
	margin-top: 0px;
	background-color: #dedede;
	width: 250px;
	height: 10px;
	background-color: #dedede;
}

/*--------------------------------------------------head------------------------------------------------------*/
#headStripe {
	position: relative;
	background-image: url(../img/texture/clothtexture.jpg);
	background-repeat: repeat;
	background-color: #EBDAAB;
	border-bottom: 1px solid #6B6350;
	/*height: 200px;*/
	width: 100%;
	height:30px;
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
}

div#edgeBottom {
	position: relative;
	/*border: solid 1px black;*/
	width: 100%;
	height:10px;
	background-image: url(../img/texture/shadow_border_bottom.png);
	background-repeat: repeat-x;
	top:20px;
		
}

/*---------------------------------------------------sidebar---------------------------------------------------*/
#sidebar {
	position: relative;
	margin-left: 0px;
	margin-top: 8px;
	float: left;
	clear: both;
}

#logo {
	position: relative;
	/*margin: 0px 500px 0px 0px;*/
	margin-left: 100px;
	margin-top: 30px;
	clear: both;
	float: left;
	/*border: 1px solid black;*/
}

/*----------------------------main menue----------------------------*/
#mainmenu {
	position: relative;
	margin-left: 100px;
	margin-top: 20px;
	width: 200px;
	float: left;
	clear: both;
	text-align: left;
	/*border: 1px solid black;*/
}

.menu1 {
	font-family: Optimer;
	font-size: 14px;
	margin-left: 0px;
	/*padding-left:20px;*/
	display: block;
	text-decoration: none;
	color: #000000;
	height: 20px;
}

.submenu {
	font-family: Optimer;
	font-size: 14px;
	display: block;
	height: 19px;
	text-decoration: none;
	margin-left: 20px;
	color: #000000;
	display: block;
}

.singleButton {
	font-family: Optimer;
	font-size: 16px;
	display: block;
	height: 19px;
	text-decoration: none;
	margin: 5px 20px 20px 5px;
	color: #000000;
	display: block;
	float: right;
}

.singleButtonBack {
	font-family: Optimer;
	font-size: 16px;
	display: block;
	height: 19px;
	text-decoration: none;
	margin: 5px 20px 20px 5px;
	color: #000000;
	display: block;
	clear: both;
	float: left;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/*---------------------------------------------------content---------------------------------------------------*/
#content {
	position: relative;
	margin-left: 0px;
	margin-top: 8px;
	float: left;
	width: 600px;
	/*border: 1px solid #dedede;*/
	overflow: visible;
	padding-bottom:30px;
}

#basket {
	position: relative;
	margin-top: 0px;
	margin-left: 353px;
	background-color: #dedede;
	padding: 2px 10px 2px 10px;
	/*float: left;
	clear: both;*/
	width: 230px;
	height: 41px;
}

#container_shadow {
	background-image: url(../img/texture/img_container_shadow.png);
	/*background-position: -10px -10px;*/
	background-repeat: no-repeat;
	padding: 0px 3px 17px 3px;
	background-color: #fff;
	width: 100%;
	height: 253px;
	/*border: 1px solid #000;*/
}

#img_container {
	position: relative;
	/*float: left;*/
	width: 100%;
	height: 240px;
	background-color: #BA0000;
	margin-left: 0px;
	margin-top: -8px;
	margin-bottom: 20px;
	overflow: hidden;
	color: white;
}

#article_container_shadow {
	background-image: url(../img/texture/article_container_shadow.png);
	/*background-position: -10px -10px;*/
	background-repeat: no-repeat;
	padding: 0px 3px 5px 3px;
	background-color: #fff;
	width: 100%;
	height: 113px;
	/*border: 1px solid #000;*/
}

#article_container {
	position: relative;
	/*float: left;*/
	width: 100%;
	height: 100px;
	background-color: #BA0000;
	margin-left: 0px;
	margin-top: 0px;
	/*overflow:hidden;*/
	color: black;
}

#article_container_grey {
	position: relative;
	/*float: left;*/
	width: 100%;
	height: 100px;
	background-color: #dedede;
	margin-left: 0px;
	margin-top: 0px;
	/*overflow:hidden;*/
	color: black;
}

div.basket_article_info {
	position: relative;
	float: left;
	margin: 10px 0px 0px 0px;
	width: 250px;
	height: 85px;
}

div.article_info {
	position: relative;
	float: left;
	margin: 10px 0px 0px 0px;
	width: 400px;
}

div.basket_article_price {
	position: relative;
	text-align: left;
	vertical-align: bottom;
	float: right;
	width: 150px;
	height: 80px;
	padding: 0px 10px 0px 15px;
	margin: 10px 0px 0px 0px;
	border-left: solid 1px white;
}

div.article_price {
	position: relative;
	text-align: right;
	vertical-align: bottom;
	float: right;
	padding: 0px 10px 0px 5px;
	margin: 10px 0px 0px 0px;
}

div.article_delete {
	position: relative;
	float: right;
	margin: 10px 10px 0px 0px;
}

div.washingsymbols {
	float: right;
}

img {
	border: none;
}

#img_container img {
	position: relative; //
	height: 240px;
}

table.img_container_facts {
	color: white;
	font-family: Optimer;
	font-size: 16px;
	float: left;
}

table.img_container_facts th {
	font-weight: 400;
	width: 100px;
	text-align: right;
	padding: 2px 10px 2px 0px;
}

table.img_container_facts td {
	font-weight: 400;
	text-align: left;
	padding: 2px 10px 2px 10px;
}

span#headline_cat {
	position: relative;
	/*float: left;*/
	font-family: Optimer;
	font-size: 24px;
	color: grey;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

span#headline_subcat {
	position: relative;
	font-family: Optimer;
	font-size: 16px;
	color: black;
	margin-top: 5px;
	margin-left: 0px;
	/*float: left;
	clear: left;*/
}

span#headline_subsubcat {
	position: relative;
	font-family: Optimer;
	font-size: 14px;
	font-weight: 500;
	color: black;
	margin-top: 5px;
	margin-left: 0px;
	/*float: left;
	clear: left;*/
}

span#imgContainerFont {
	position: absolute;
	font-family: Optimer;
	font-size: 18px;
	color: white;
	margin-top: 100px;
	margin-left: 350px;
	z-index: 100;
}

span.bold_headline {
	font-weight: 600;
}

span#article_num {
	position: relative;
	font-family: Optimer;
	font-size: 14px;
	font-weight: 500;
	color: black;
	margin-top: 5px;
	margin-left: 0px;
	/*float: left;
	clear: left;*/
}

span#article_price {
	position: relative;
	font-family: Optimer;
	font-size: 14px;
	color: black;
	margin-top: 5px;
	margin-left: 0px;
	/*float: left;
	clear: left;*/
}

.smallDesc {
	font-size: 10px;
}

img.floatedImg {
	float: left;
	margin: 0px 10px 0px 2px;
}

div#price_sum {
	position: relative;
	font-family: Optimer;
	font-size: 16px;
	border-top: solid 1px black;
	color: black;
	margin-top: 10px;
	margin-left: 0px;
}

span#smallInfo {
	font-size: 9px;
}

div.paging {
	position: relative;
	width: 100%;
	/*border: 1px solid black;
	background-color: grey;*/
	clear: both;
	/*height: 50px;*/
}

.textcontainer {
	position: relative;
	/*border: 1px solid black;*/
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 600px;
}

.address_textcontainer {
	position: relative;
	/*border: 1px solid black;*/
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 180px;
	min-height: 160px;
	text-valign: bottom;
}

div.imagestripe {
	width: 600px;
	height: 200px;
	/*border: 1px solid black;*/
}

div.imageclip {
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	width: 72px;
	height: 72px;
	border: 1px solid grey;
}

div.imageclip img {
	position: absolute;
	left: -40px;
	clip: rect(20px, 100px, 80px, 40px);
	top: -20px;
	padding: 5px 5px 5px 5px;
	margin: 6px 6px 6px 6px;
	width: 100px;
}

div.article_imageclip {
	position: relative;
	margin: 10px 0px 0px 10px;
	float: left;
	width: 72px;
	height: 72px;
	border-top: 2px solid grey;
	border-left: 1px solid grey;
	border-right: 2px solid grey;
	background-color: white;
}

div.article_imageclip img {
	position: absolute;
	left: -5px;
	clip: rect(8px, 65px, 68px, 5px);
	top: -8px;
	padding: 5px 5px 5px 5px;
	margin: 6px 6px 6px 6px;
	width: 60px;
}

div.fabric_imageclip {
	position: relative;
	margin: 52px 15px 10px -22px;
	float: left;
	width: 40px;
	height: 40px;
	/*border: 1px solid grey;*/
	background-color: grey;
}

div.fabric_imageclip img {
	position: absolute;
	left: -40px;
	clip: rect(20px, 80px, 60px, 40px);
	top: -20px;
	/*margin:6px 6px 6px 6px;*/
	width: 100px;
}

div.imageclip_icons {
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	background-color: grey;
	border: 1px solid grey;
}

div.imageclip_icons img {
	position: absolute;
	/*padding: 5px 5px 5px 5px;*/ /*margin:2px 2px 2px 2px;*/
	background-color: white;
	width: 32px;
}

div.checkIcons {
	float: left;
}

hr {
	color: #dedede;
	border: solid #dedede 1px;
	clear: both;
}

div.map {
	float: right;
	width: 400px;
	height: 120px;
	border: solid #000 1px;
	margin-top: 15px;
}

div.container_map {
	width: 100%;
	height: 100%;
	border: 0px;
	/*border: solid #000 1px;*/
}

div.h_box {
	width: 100%;
	height: 100px;
	/*float: left;
	margin: 0px 5px 0px 5px;*/
	border: solid #000 1px;
	overflow-x: auto;
	overflow-y: hidden
}

div.box {
	width: 200;
	float: left;
	margin: 0px 5px 0px 5px;
	border: solid #000 1px;
}

div#containerMenu {
	padding-top: 160px;
}

p {
	clear: both;
}

p.grey {
	clear: both;
	background-color: #dedede;
	padding: 5px 8px 3px 8px;
	margin-bottom: 3px;
}

span.grey {
	clear: both;
	background-color: #dedede;
	padding: 5px 8px 3px 8px;
	margin-bottom: 3px;
}

span.greyed {
	color: grey;
	/*margin-left:100px;*/
}

ul.list li {
	list-style: decimal;
	margin-left: 5px;
	margin-bottom: 3px;
}

div.address_container {
	position: static;
	float: left;
	margin: 5px 10px 5px 10px;
	/*border: solid #000 1px;*/
	width: 29%;
	padding: 0px;
}

div.address_container pre {
	white-space: normal;
}

table.default_table {
	width: 100%;
	vertical-align: text-top;
	text-align: left;
}

table.default_table th {
	background-color: #a9a9a9;
	color: black;
	padding: 3px 5px;
	vertical-align: text-top;
	text-align: left;
}

table.default_table tr.even {
	background-color: white;
}

table.default_table tr.uneven {
	background-color: #dedede;
}

table.default_table td {
	padding: 3px 5px;
	vertical-align: text-top;
	text-align: left;
}

.table_input {
	width: 200px;
}

<!--
--
tooltip   ------->.tooltip {
	background: url(../img/texture/tooltip.png) no-repeat;
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #fff;
}

#img_container_caption {
	position: absolute;
	z-index: 200;
	width: 600px;
	height: 30px;
	font-family: Optimer;
	font-size: 14px;
	color: white;
	text-align: left;
	padding-left: 20px;
	margin-top: 200px;
}

/*---------------------------------------------------links---------------------------------------------------*/
a {
	text-decoration: none;
	color: #BA0000;
}

#img_container a img {
	position: relative;
	width: 20px;
	width: 20px;
	top: 5px;
	left: 3px;
}

.singleButton img {
	position: relative;
	width: 20px;
	width: 20px;
	top: 5px;
	left: 3px;
}

.singleButtonBack img {
	position: relative;
	width: 20px;
	width: 20px;
	top: 5px;
	left: -3px;
}

a:hover {
	color: #000;
}

.pagination_prev {
	position: relative;
	width: 32px;
	float: left;
	clear: both;
	margin-left: -30px;
	margin-top: -180px;
	z-index: 10;
}

.pagination_next {
	position: relative;
	width: 32px;
	float: right;
	margin-right: -20px;
	margin-top: -180px;
	z-index: 10;
	/*clear:both;*/
}

div.pagination_current_page {
	background-color: #BA0000;
	height: 20px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding-top: 2px;
	text-align: center;
	color: white;
	font-family: Optimer;
}

div.pagination_page_link {
	background-color: #dedede;
	height: 15px;
	float: left;
	margin: 4px;
	text-align: center;
}

div.pagination_page_link:hover {
	background-color: grey;
}

span.feedback {
	color: #BA0000;
	text-align: right;
}

div.img_container_left_side {
	float: left;
	border-right: 1px solid white;
	width: 240px;
	margin: 30px 10px;
	padding: 0px 20px;
}

div.img_container_right_side {
	float: left;
	margin: 30px 10px;
	width: 240px;
	padding: 0px 10px;
}

div.img_container_left_side_third {
	float: left;
	border-right: 1px solid white;
	width: 200px;
	margin: 30px 10px;
	padding: 0px 20px;
}

div.img_container_right_side_third {
	float: left;
	margin: 30px 10px;
	width: 280px;
	padding: 0px 10px;
}

/*----------------------icons--------------------*/
a.pdf {
	background: url(../img/icons/pdf_16.png) no-repeat 0 2px;
	overflow: visible;
	clear: left;
	float: none;
	padding-top: 5px;
	padding-left: 20px;
}

/*---------------------------------------------------translation_menu---------------------------------------------------*/
ul.translation_menu {
	float: right;
	clear: both;
	margin-right: 5px;
	margin-top: 10px;
}

ul.translation_menu li {
	list-style: none;
	display: inline;
}

/*---------------------------------------------------footer---------------------------------------------------*/
#footer {
	position: relative;
	background-image: url(../img/texture/clothtexture.jpg);
	background-repeat: repeat;
	background-color: #EBDAAB;
	border-top: 1px solid #6B6350;
	/*height: 200px;*/
	width: 100%;
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
}

div#edge {
	position: relative;
	/*border: solid 1px black;*/
	margin-top:0px;
	width: 100%;
	height:10px;
	background-image: url(../img/texture/shadow_border_top.png);
	background-repeat: repeat-x;
}



div#footer div.inner_foo {
	width: 275px;
	border-left: 1px solid #6B6350;
	border-right: 1px solid #6B6350;
	padding-left: 40px;
	padding-right: 40px;
}

div#footer div {
	float: left;
	width: 200px;
	position: relative;
	/*border: 1px solid #6B6350;*/
	margin-top: 0px;
	margin-bottom: 40px;
}

div#footer div.left_foo {
	clear:both;
	width: 160px;
	padding-left: 100px;
	padding-right: 40px;
}

div#footer div.right_foo {
	width: 210px;
	padding-left: 80px;
	padding-right: 50px;
}

ul.foo_menu {
	float: none;
	clear: both;
	margin-left: -40px;
}

ul.foo_menu li {
	list-style: none;
	margin-bottom: 5px;
}

<!--
forms -->div.img_container_form_field {
	margin: 10px;
	border: 1px solid black;
	width: 500px;
	height: 220px;
}

div.form_field_admin {
	width: 500px;
	height: 220px;
	text-align: center;
	border: 1px solid white;
	padding: 5px;
	float: right;
	margin: 20px 50px;
}

div.img_container_info {
	width: 500px;
	height: 150px;
	/*border: 1px solid white;*/
	padding: 5px;
	float: right;
	margin: 20px 50px;
}

fieldset.img_container_fieldset {
	margin: 20px 20px;
	border: none;
	border-top: 1px solid #dedede;
}

fieldset.article_container_fieldset {
	border: 0px;
}

fieldset.article_container_fieldset input{
	width:200px;
}

fieldset.article_container_fieldset label{
	width: 200px;
}


fieldset.article_container_fieldset div.radio_group_h input{
	width:20px;
}

fieldset.article_container_fieldset div.radio_group_h label{
	width: 50px;
}


fieldset.img_container_fieldset .submit {
	float: right;
	clear: both;
	margin-top: 5px;
}

div.input {
	clear: both;
	padding: 3px 5px 3px 0px;
}

label {
	margin-right: 10px;
	float: left;
}

textarea {
	position: relative;
	width: 400px;
	height: 40px;
	clear: both;
	resize: none;
}

textarea.info {
	position: static;
	width: 200px;
	height: 40px;
}

.submit {
	text-align: right;
}

div.img_container_left_side form {
	text-align: right;
}

div.img_container_left_side label {
	text-align: right;
}

div.radio_group_h {
	float: none;
	clear: both;
	text-align: left;
	margin-right: 60px;
}

div.radio_group_h input {
	float: left;
}

div.radio_group_h label {
	float: left;
	text-align: left;
}

<!--
form   - article-->div.article_selection_form {
	width: 300px;
	margin-top: 5px;
	background-color: grey;
	border: 1px solid black;
}

.article_selection {
	float: left;
	margin-left: 0px;
}

.article_quantity {
	float: left;
	margin-left: 15px;
}

.article_quantity input {
	width: 40px;
}

.stockInput {
	width: 30px;
}

.articel_submit {
	float: right;
	margin-right: 10px;
}

#washingsymbols_selection select option {
	background-position: 0px -4px;
	background-repeat: no-repeat;
	height: 24px;
	width: 30px;
}

div#copyright{
 	font-family: Optimer;
	font-size: 10px;
	margin-left: 0px;
	text-decoration: none;
	color: grey;
	text-align:center;
}

div.footer_info{
	clear:both;
	color:grey;
	text-align: left;
	margin-top:50px;

}

div.footer_info ul{
	list-style-type: decimal;
	margin-left:0px;
}

div.footer_info li{
	margin-left:-20px;
	margin-top:5px;
		font-size:10px;
}

