    html {width: 100%; height: 100%; overflow: auto;}

	#full-screen-background-image {  z-index: -999;  min-height: 100%;  min-width: 1024px;  width: 100%;  height: auto;  position: fixed;  top: 0;  left: 0;}

	#lang_select {
		display: none;
		position: absolute;
		margin-left: 670px;
		top: 10px;
	}
	#lang_select img {
		border: 0;
		padding-right: 20px;
		height: 17px;
		width: 25px;
	}

	body {		
		margin: 0;
		padding: 0;
		line-height: 130%;	
		height: 100%;
		font-size: 14px;
	}
	#skrollr-body {
		min-height: 100%; 
		position: relative;
	}
	#header {
		text-align: center;
		margin: 0 auto;
	}
	#container {
		-moz-border-radius: 10px;
		border-radius: 10px;
		max-width: 980px;
		min-height: 100%;
		position: relative;
		margin: 0 auto;
		background: #fff;
		margin-top: 20px;
	}

	#content {
		margin: 0 auto;
		padding-bottom: 200px;	/* Height of the footer */
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 10px;
	}
    .content_padder {
		padding-top: 55px;
    }
	#footer {
		background: rgba(0,51,102,0.7);
		position: absolute;
		bottom: 0px;
		height: 200px;			/* Height of the footer */
		width: auto;
		right: 0;
		left: 0;
	}
	#footer_content {
		text-align: left;
		padding-top: 30px;
		margin: 0 auto;
		max-width: 920px;
	}

	#footer p, #footer a, #footer h3 {
		color: #fff;
	}

	.slides img {
		-moz-border-radius: 10px;
		border-radius: 10px;
	}

	.round {
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: 2px solid #e6e5da;
		box-shadow: inset 0px 0px 50px rgba(0,0,0,0.3);
	}
	.listPagesByMenu {list-style: none; margin: 0; padding: 0;}
	.listPagesByMenu img {border: 0; margin: 0px;}
	.listPagesByMenu li {
		cursor: pointer;
		padding: 0;
		margin: 0;
		padding-left: 10px;
		margin-bottom: 2px;
		background: #f2f3f2;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.listPagesByMenu li:hover {
		background: #c0c0c0;
	}
	.listPagesByMenu li.active {
		background: #c3c3c3;
	}
	.listPagesByMenu .header a {
		color: #000;
		font-size: .8em;
		font-family: Arial;
		text-decoration: none;
	}
	.listPagesByMenu .short {
		display: none;
	}
	.listPagesByMenu .modifiedBy {display: none;}

	.margin {
		margin-right: 2.1277%;	
	}
	.underline {
		border-bottom: solid 3px #f0f0f1;
	}
	.column_3x1 {
		width: 31.915%;
		margin-bottom: 1.042%;
		float: left;
	}
	.column_3x2 {
		width: 65.957%;
		margin-bottom: 1.042%;
		float: left;
	}
	.column_4x1 {
		width: 23.404%;
		margin-bottom: 1.042%;
		float: left;
	}
	.column_4x2 {
		width: 48.936%;
		float: left;
	}
	.column_4x3 {
		width: 74.468%;
		margin-bottom: 1.042%;
		float: left;
	}
	.category_box {
		width: 300px;
		margin-right: 20px;
		float: left;
	}

	.frontpuff01 {
		background: #f2f2f2;
		width: 27.5%;
		min-height: 200px;
		padding: 2%;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}


	/* SHOP */

	.puffar {list-style: none; margin: 0; padding: 0;}
	.puffar img {
		border: 0; 
		margin: 0px;
		
	}
	.puffar li {
		width: 200px;
		height: 200px;
		margin: 0;
		margin-right: 10px;
		margin-bottom: 50px;
		padding: 0;
		text-align: center;
		float: left;
		border: 1px solid #979646;
		cursor: pointer;

		-moz-border-radius: 0px;
		border-radius: 0px;

		-moz-border-bottom-left-radius: 10px;
		border-bottom-left-radius: 10px;
		-moz-border-bottom-right-radius: 10px;
		border-bottom-right-radius: 10px;

		border: 5px solid #fff;
		box-shadow: 0px 0px 5px #979646;


	}
	.puffar li:nth-child(3), .puffar li:nth-child(6), .puffar li:nth-child(9), .puffar li:nth-child(12) {
		margin-right: 0px;
	}
	.puffar li a:hover {color: #979646;}
	.puffar .header {
		-moz-border-bottom-left-radius: 6px;
		border-bottom-left-radius: 6px;
		-moz-border-bottom-right-radius: 6px;
		border-bottom-right-radius: 6px;
		
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 190px;
		padding-top: 20px;
	}
	.puffar .header a {
		color: #222;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
	}
	.shopCategory {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.shopCategory img {
		border: 0;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.shopCategory a {
		color: #000; 
		text-decoration: none;
	}
	.shopCategory .image {
		text-align: center;
	}
	.shopCategory li.discont .image {}
	.shopCategory li, .shopCategory li.discont {
		float: left;
		width: 200px;
		position: relative;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;

		padding: 10px;
		padding-top: 5px;
		height: 250px;
		text-align: left;

	}
	.shopCategory li:nth-child(3n+0), .shopCategory li.discont:nth-child(3n+0)  {
		border: 0;
		border-bottom: 1px solid #ccc;
		margin-right: 0;
	}
	.shopCategory li:hover {}
	.shopCategory li.discont {
		background: url(/rwdx/skin/rea_small.png) right bottom no-repeat;
	}
	.shopCategory li.active {}
	.shopCategory li.active a {color: #f58320; font-weight: bold;}

	.shopCategory .header {
		height: 30px;
		line-height: 110%;
	}
	.shopCategory .stock {
		position: absolute;
		color: #959547;
		font-size: 10px;
		text-align: left;
		bottom: 10px;
		left: 10px;
		text-indent: 20px;
		padding-top: 2px;

		background: url(/rwdx/skin/1401992397_splash_green1.png) no-repeat;

	}
	.shopCategory .header a {
		color: #979646;
		font-size: 13px;
		font-weight: normal;
	}
	.shopCategory .header a {}
	.shopCategory p.price {
		color: #000;
		font-size: 14px;
	}
	.shopCategory .discont_price {
		color: red;
		font-weight: bold;
		font-size: 16px;
	}

	.discount_price_old {
		text-decoration: line-through;
		font-size: 14px;
	}

	.shopCategory .short {
		display: none;
		font-size: 10px;
		color: #4f4f4f;
	}
	.product_image {
		border: 0;
	}
	ul.shopCategory li img, ul.shopCategory li.discont img {}
	ul.shopCategory li.discont img {}

	.price {
		font-weight: bold;
		font-size: 16px;
	}


.variant_table form {
	margin: 0;
	padding: 0;
}
.variant_table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #ccc;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}.variant_table table{
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}.variant_table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.variant_table table tr:first-child td:first-child {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.variant_table table tr:first-child td:last-child {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}.variant_table tr:last-child td:first-child{
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}.variant_table tr:hover td {
	
}
.variant_table tr:nth-child(odd){ background-color:#e7e7cf; }
.variant_table tr:nth-child(even){ background-color:#ffffff; }.variant_table td{
	vertical-align:middle;
	border:1px solid #ccc;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:9px;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.variant_table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.variant_table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.variant_table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.variant_table tr:first-child td{
	background-color: #979646;
	border:0px solid #ccc;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.variant_table tr:first-child:hover td{
}
.variant_table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.variant_table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



	.variant_grid {
		width: 120px;
		text-align: center;
		margin: 5px;
		margin-bottom: 20px;
		float: left;
	}
	.variant_grid .title {
		font-style: italic;
	}
	

	#column_wide {float: left; width: 900px; margin-left: 20px;}

	img {
		border: 0;
		max-width: 100%;
		height: auto;
		width: auto; /* ie8 fix*/
	}

    /* Standard Navigation */
    nav {
    	background: #003366;
		height: 30px;
		padding-top: 10px;
		margin: 0;
		padding-left: 210px;
	}
	nav ul li {
		border-right: 1px solid #fff;
	}
	nav ul li:last-child {
		border: 0;
	}
	nav a, nav a:link, nav a:visited {
		cursor: pointer;
		font-family: Arial;
		text-transform: uppercase;
		text-decoration: none; 
		color: #fff;
		font-size: .9em;
		font-weight: bold;
	}
    nav a:hover, nav a:active {
		text-decoration: none;
	}
	nav a.mobile_handle { display: none; }
	nav ul {
		margin: 0;
		padding: 0;
		display: block;
	}
	nav ul li {
		display: inline; 
		position: relative; 
		float: left; 
		list-style: none;
	}
	nav li.submenu {
		background: url(/rwdx/skin/udm/down-white.gif) center right no-repeat;
	}
	nav ul a, nav ul a:link, nav ul a:visited {
		display: block; 
		float: left; 
		padding: 2px 10px 0px 10px; 
		margin: 0;
	}
	nav ul a:hover, nav ul a:active {
		color: #a4a4a4;
		text-decoration: none;
	}
	/* Sub-Nav */
	nav ul ul {
		display: none; 
		position: absolute; 
		top: 30px;
		left: 0px; 
		width: 150px; 
		z-index: 50000;
		background-color: #f1f1f1; 
		background-color: rgba(241, 241, 241, .9);

		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	nav ul ul li {
		display: block; 
		float: none; 
		clear: both;
	}
	nav ul ul li.submenu {
		background: url(/rwdx/skin/udm/right-white.gif) center right no-repeat;
	}
	nav ul ul a, nav ul ul a:link, nav ul ul a:visited {
		display: block; 
		float: none; 
		border: 0; 
		padding: 5px; 
		margin: 0; 
		color: #000;
	}
	nav ul ul a:hover, nav ul ul a:active {
		text-decoration: none;
	}

	/* Third-Level */
	nav ul ul ul { top: 0; left: 150px; }

	.mail {unicode-bidi:bidi-override; direction: rtl;}

	#fixed_header {
		top: 0;
		z-index: 10000;
		width: 100%;
		position: fixed;
		height: 45px;

		background: url(/rwdx/skin/headline_bkg.png) bottom left;
	}
	#fixed_header #marginals {
		max-width: 960px;
		padding-top: 5px;
		margin: 0 auto;
		color: #fff;
	}
	.button {
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding-left: 20px;
		height: 30px;
		padding-right: 20px;
		border: 1px solid #ccc;
		background: #e8882d;
		color: #fff;
		font-weight: bold;
	}
	.button:hover {
		background: #c13700;
	}
	.ui-autocomplete {
		padding: 0;
		list-style: none;
		background-color: #fff;
		width: 218px;
		border: 1px solid #B0BECA;
		max-height: 350px;
		overflow-y: scroll;
	}
	.ui-autocomplete .ui-menu-item a {
		border-top: 1px solid #B0BECA;
		display: block;
		padding: 4px 6px;
		color: #353D44;
		cursor: pointer;
	}
	.ui-autocomplete .ui-menu-item:first-child a {
		border-top: none;
	}
	.ui-autocomplete .ui-menu-item a.ui-state-hover {
		background-color: #D5E5F4;
		color: #161A1C;
	}

	@media (max-width: 800px) {
		.nomobile800 {
			display: none;
		}
	}
	@media (max-width: 650px) {
		#fixed_header {
			top: auto;
			bottom: 0;
		}
		#flag_plate {
			display: none;	
		}
		#header {
			padding-top: 40px;
			text-align: center;
			margin-bottom: 2px;
		}
        body {font-size: 18px; } /* Nudge margin-top to leave room for handle */
		#header {margin-top: 40px;}
        nav { position: fixed; float: none; margin: 0; padding: 0; top: 0; left: 0; width: 100%; z-index: 100000000000;}
        nav a.mobile_handle {
			display: block; 
			padding: 10px; 
			background: #000;
			text-align: right;
			color: #fff;
			font-weight: bold;
		}
        nav ul { display: none; }

		#m4, #m4:hover {
			background: none;
			text-indent: 0px;
			width: 100%;
			display: block; position: relative; float: none; padding: 0; background: #000; border-top: 1px solid #999;
		}

		.nomobile650 {
			display: none;
		}

        nav ul li { display: block; position: relative; float: none; padding: 0; background: #000; border-top: 1px solid #999; text-align: left;}
        nav ul a, nav ul a:link, nav ul a:visited { color: #fff; display: block; position: relative; float: none; padding: 15px 10px; clear: both; }
		nav li.submenu {
			background: #000 center right no-repeat;
		}
        /* Second Level */
        nav ul ul { display: none; position: relative; width: 100%; top: 0; left: 0; margin: 0; padding: 0; border-bottom: 2px solid #999; }
		nav ul ul a, nav ul ul a:link, nav ul ul a:visited { color: #fff; padding: 15px 10px 15px 25px; }
            
        /* Third level */
        nav ul ul ul { top: 0; left: 0; }
            nav ul ul ul a, nav ul ul ul a:link, nav ul ul ul a:visited { padding: 15px 10px 15px 45px; }
        nav .sub_nav { position: absolute; right: 0; top: 0; width: 10%; padding: 15px 20px; margin: 0; cursor: pointer; }
        nav .arrow_up { float: right; width: 0; height: 0; padding: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #000; }
        nav .arrow_down { float: right; width: 0; height: 0; padding: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #000; }
    }

	.footer_object {
		width: 24%;
		float: left; 
	}

	@media (max-width: 480px){
		.mobile100 {
			float: none;
			width: 95%;
		}
		.shopCategory li, .shopCategory li.discont {
			float: none;
			width: 95%;
		}
		.nomobile {
			display: none;
		}
		.footer_object {
			width: 45%;
			float left;
		}
		#back-top {
			display: none;
		}
	}


.defaultAlbumImageBox {
	padding: 0;
	margin: 0
}
.defaultAlbumImageBox li {
	list-style-type: none;
	float: left;
}
.defaultAlbumImageBox li img {
	border: 1px solid #d1d1d1;
	margin: 5px;
	padding: 4px;
	filter: none;
}
.defaultAlbumImageBox li a:hover img {
	filter:alpha(opacity=60);
}
.defaultAlbumImageBox li .caption {
	font-size: 80%;
	text-align: center;
}




form label {
	display: block;
	font-size: 10px;
	margin-top: 5px;
}
form input, form select, form textarea {
	width: 90%;
	display: block;
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 18px;
    padding: 4px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
	color: #7f7f00;
}
form input[type=submit] {
	background-color: #003366;
	width: auto;
	color: #fff;
}
form input[type=radio], form input[type=checkbox] {
	width: auto;
	margin: 5px;
	margin-right: 10px;
}
form input[type=text]:focus {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
form fieldset {
	padding: 10px;
	padding-top: 0;
    border: 1px solid #ccc;
    border-radius: 0px;
}
form legend {
	padding-left: 10px;
	padding-right: 10px;
}


.breadcrumb { 
	padding: 0;
	margin: 0;
	list-style: none; 
	overflow: hidden; 
	font: 14px Helvetica, Arial, Sans-Serif;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 5px 0 5px 45px;
	background: brown;                   /* fallback color */
	background: hsla(34,85%,35%,1); 
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(34,85%,35%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
.breadcrumb li:last-child a {
	background: transparent !important;
	color: black;
	pointer-events: none;
	cursor: default;
}
.breadcrumb li:last-child a:after { border: 0; }
.breadcrumb li a:hover { background: hsla(34,85%,25%,1); }
.breadcrumb li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }



div.tvrrma {
	border: 1px dotted #ccc;
	background: #e2e2e2;
	float: left;
	text-align: left;
	width: 270px;
	height: 70px;
	margin: 5px;
	padding: 10px;
	color: #000;
}
div.tvrrma:hover {
	background: #e1e1e1;
}
div.tvrrma strong {
	color: #000;
}
div.tvrrma p {
	color: #000;
}
div.tvrrma a {
	color: #000;
}


#back-top {
	z-index: 1000;
	opacity:0.8;
	position: fixed;
	bottom: 30px;
	right: 0;
	margin-right: 50px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(/rwdx/skin/up-arrow.png) no-repeat center center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
