    html {width: 100%; height: 100%; overflow: auto;}

	body {
		background: #d8d8d8 url(/rwdx/skin/body_bakground.jpg) center top;
		margin:0;
		padding:0;
		line-height: 130%;
		height: 98%;
		font-size: 14px;

		background: #4c4c4c; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNGM0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjNTk1OTU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjNDc0NzQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjMlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMmIyYjJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjMWMxYzFjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 6%, #474747 18%, #000000 23%, #111111 39%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(6%,#595959), color-stop(18%,#474747), color-stop(23%,#000000), color-stop(39%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 6%,#474747 18%,#000000 23%,#111111 39%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 6%,#474747 18%,#000000 23%,#111111 39%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 6%,#474747 18%,#000000 23%,#111111 39%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 6%,#474747 18%,#000000 23%,#111111 39%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-8 */


	}
	#header {
		min-height: 50px;
		margin: 0 auto;
	}
	#main_logo {
		margin-left: 20px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	#container {
		-moz-border-radius: 10px;
		border-radius: 10px;

		max-width: 980px;
		min-height: 100%;
		position: relative;
		margin: 0 auto;
		margin-top: 10px;

		background: #fff;
		-webkit-box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .1);
        box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .1);
	}
	#content {
		margin: 0 auto;
		padding-bottom: 100px;	/* Height of the footer */
		padding-left: 20px;
		padding-right: 20px;
	}
	#footer {
		position: absolute;
		bottom: 0;
		height: 100px;			/* Height of the footer */

		width: 90%;
		margin: 0 auto;

		text-align: right;
		padding-top: 5px;
		margin-left: 20px;
		padding-right: 60px;

		border-top: solid 3px #a0a0a0;

	}
	#footer p, #footer a {
		color:#2E3190;
	}

	.rouded, .slides li img {
		-moz-border-radius: 10px;
		border-radius: 10px;		
	}

	.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;
		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 */
	.shopCategory {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.shopCategory img {border: 0;}
	.shopCategory a {color: #000; text-decoration: none;}
	.shopCategory .image {
		float: left;
		margin-right: 30px;
	}
	.shopCategory li, .shopCategory li.discont {
		float: left;
		width: 160px;
		height: 180px;
		text-align: center;
		margin: 5px;
	}
	.shopCategory li:hover {
		box-shadow: 0px 0px 5px #888888;
	}
	.shopCategory li.discont {
		background: url(/rwdx/skin/rea.png) right bottom no-repeat;
	}
	.shopCategory li.active {}
	.shopCategory li.active a {color: #f58320; font-weight: bold;}

	.shopCategory .header {}
	.shopCategory .header a {
		color: #4f4f4f;
		font-size: 14px;
		font-weight: bold;
	}
	.shopCategory .header a {}
	.shopCategory p.price {
		color: red;
		font-size: 14px;
	}
	.shopCategory .discont_price {
		color: red;
		font-weight: bold;
		font-size: 16px;
	}

	.discount_price_old {
		text-decoration: line-through;
		font-size: 10px;
	}

	.shopCategory .short {
		display: none;
		font-size: 10px;
		color: #4f4f4f;
	}
	.shopPaging {
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		margin-top: 20px;
		list-style: none;
	}
	.shopPaging li {
		border: 1px solid #dadada;
		font-size: 10px;
		width: 18px;
		height: 15px;
		float: left;
		text-align: center;
		margin-left: 2px;
		padding-bottom: 5px;
	}
	.shopPaging li a {
		text-decoration: none;
		color: #000;
	}
	.shopPaging li.active {
		padding-bottom: 5px;
		font-weight: bold;
	}
	.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 {
		width: 100%;
		border: 1px solid #d1d1d1;
		background: #eee;
	}
	.match {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.match a {color: #000; text-decoration: none;}
	.match img {text-align: center; padding-bottom: 10px; border: 0;}
	.match li {
		float: left;
		border: 1px dotted #d1d1d1;
		background: #fff;
		padding: 10px;
		width: 70px;
		height: 100px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.match li p {
		font-size: 9px;
		text-align: center;
	}
	.match li p.match_price {
		font-weight: bold;
	}

	.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 */

	#m4 {
		background: url(/rwdx/skin/homebutton.png) 10px 2px no-repeat;
		width: 30px;
		text-indent: -999px;
	}
	#m4 a:hover, #m4 a:active {
		background: url(/rwdx/skin/homebutton_hover.png) 10px 2px no-repeat;
		width: 30px;
		text-indent: -999px;
	}

    nav {
		background: #ff0204;
		height: 25px;
		padding-top: 5px;
		padding-bottom: 5px;

		
		margin-left: 20px;
		width: 940px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		
	}
	nav a, nav a:link, nav a:visited {
		cursor: pointer; 
		text-decoration: none; 
		color: #fff;
		font-size: 1em;
		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-black.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 {
		display: none;
		top: 0;
		z-index: 10000;
		width: 100%;
		position: fixed;
		height: 40px;
		background: #000;
		background: rgba(0,0,0,0.8);
		-webkit-box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .3);
		box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .3);
	}
	#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: 650px){
		
		#header {
			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;
		}

        nav ul li { display: block; position: relative; float: none; padding: 0; background: #000; border-top: 1px solid #999; }
        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; }
    }
	@media (max-width: 480px){
		.mobile100 {
			float: none;
			width: 90%;
		}
	}



.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 input, form select, form textarea {
    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: #0072bc;
	color: #fff;
}
form input[type=radio], form input[type=checkbox] {
	width: auto;
	margin: 5px;
	margin-right: 10px;
}
form input[type=text]:focus {
    border: 1px solid #09F;
    -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;
    border: 1px solid #ccc;
    border-radius: 8px;

}
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;
}
