@charset "utf-8";
/* CSS Document */
/* main elements */ 

html,body {
	margin: 0;
	padding: 0;
	outline: 0;
	height: 100%;
	min-width:960px;
}

body {
	background: #333 url("http://img.routerboard.com/bg_top.png") repeat-x top left;
}

/* links */

a {
	color: #719ab1;
}

a.boxlink {
	text-decoration: none;
	color: #000;
}

#slider a {
	color: #fff;
}

footer a {
	color: #666;
	text-decoration:;
}

section, nav, header, footer {
	display: block;
}

/* bottom footer tricks */ 

.container_16:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.container_16{display:inline-block}
* html .container_16{height:1%}
.container_16{display:block}

section {
	font-size:1.1em;
}
.padding {
	padding: 25px;
}

.spotlight {
	height: 280px;
	padding-top: 0px;
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	font-size: 120%;
	margin-bottom: 30px;
}

.spotlight h1 {
	
}

.readmore a{
	font-size: 1.4em; 
	padding: 10px; 
	background: #ffa000; 
	text-shadow: #333 0px 1px 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	color: #fff;
	text-decoration: none;
}

.readmore a:hover{
	background: #e1e1e1; 
}

.inline_img {
	margin: 5px 5px 10px 10px;
	float: right;
}
header {
	margin-top: 5px;
	margin-bottom: 10px;
}

.logo {
	height: 77px;
}

#main-logo {

}

.footer {
	padding-top: 10px;
	background: #333;
	color: #666;
	text-shadow: #000 0px 1px 1px;
	height: 80px;
}

.wrap-body {
background: #fff url("http://img.routerboard.com/bg_body.png") repeat-x top left;
padding-top: 30px;
}
.wrap-spot {
background: #59bc7f url("http://img.routerboard.com/bg_spot.png") repeat-x top left;
}

.wrap-footer {
background: #333;
}



/* side menu */ 

nav {
/* 	margin-top: 25px; */
	width: 180px;

}
nav dt {
	font-weight:bold;
	font-size: 1.4em;
}
nav dd {
	width: 180px;
	font-size: 0.8em;
	color: #888;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
nav a {
	text-decoration: none;
}
nav a:hover {
	color: #903;
}

 .filter-slider {
 width: 210px;
 }
 
 .filter-label {
 border: 0; 
 color: #000; 
 font-weight: bold;
 background: transparent;
 width :110px; 
 }
 
/* top menu */ 

ul#menu
{
	margin:0;
	list-style-type:none;
	width:auto;
	display:block;
	height:30px;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	margin-right: 10px;
}
	
ul#menu li a {
	display:block;
	float:left;
	color:#e1e1e1;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 8px 20px;
	height:22px;
	text-shadow: #333 0px 1px 1px;

}
	
ul#menu li a:hover {	
	color:#fff;
	height:22px;
	background: #4a6d84;
	text-shadow: #333 0px 1px 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
	

ul#menu li a.current {
	color:#fff;
	height:22px;
	background: #4a6d84;
	text-shadow: #333 0px 1px 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

/* product list */

.product_group_description {

color: #888;
border-left: 3px solid #888;
padding-left: 10px;
margin: 10px;
width: 80%;
clear: both;
}

h1 {
	font: normal normal normal 2.2em/normal 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h2 {
	clear: both;
	display: block;
	font: normal normal normal 2em/normal 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 0px;
	text-shadow: #C1C1C1 0px 1px 1px;
	width: 100%;
}

h3 {
	font: normal normal normal 1.3em/normal Arial, sans-serif;
	margin-bottom: 15px;
}

h3 a {
text-decoration: none;
color: #000;
}

.product_box {
	position: relative;
	display: block;
	width: 260px;
	border: 1px solid #ccc;
	float: left; 
	padding: 10px;
	background: #f1f1f1;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	border: solid 1px #f1f1f1;
	color: #222;
	margin: 15px 30px 15px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	height: 140px;
}

.product_box_img {
	position: absolute;
	left: 20px;
	-webkit-box-reflect:  below 0px -webkit-gradient(linear, left top, left bottom, from(transparent),   color-stop(0.7, transparent),   to(rgba(255, 255, 255, 0.3)));
}

.product_box_info {
	position: absolute;
	font-size: 12px;
	width: 150px; 
	right: 20px;
	top: 40px;
}

.filesbox strong {
margin-bottom: 4px;
display: block;
}
.filesbox li{
	list-style-type: circle!important;
	margin-left: 20px!important;
}

.compare_icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}

.price_label {
	position: absolute;
	right: 40px;
	bottom: 7px;
	color: #555;
}

.compare_block {
	float: left;
	margin-right: 10px;
	margin-right: 10px;
	display: block; 
	text-align: center;
}

.compare_block  img {
max-width: 30px;
}

.compare_img {
    width: 30px;
		height: 60px;

}

#compare_error {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}






/* filesbox */

.filesbox {
	padding: 10px;
	color: #888888;
	font-size: 11px;
	width: 80%;
	background: #f1f1f1;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	border: solid 1px #f1f1f1;
	color: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.filesbox ul {
	list-style-type: circle;
	padding: 0;
	margin: 0;
}

.filesbox li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}

.filesbox span{
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

/* Slider box left menu */
.slider_box {	padding: 10px; border-right: 1px dotted #ccc; width: 100%; height: 500px; margin-top: 30px;}
.slider_box h3 {font-size: 1.2em; margin: 10px 0px 10px 0px;}
.slider_box li {margin-left: 20px; color: #888; border-bottom: 1px dotted #ccc; padding: 5px; list-style-type: disc; }

.ui-slider-handle {
	line-height:18px;
	text-align:left;
	width:17px;
	height:17px;
	right:187px;
}

.filter_item {
	font-size:1em;
}

/* BANNER STYLE */

#slider	{ 
    overflow: hidden; 
    position: relative; 
}
#mover { 
	position: relative; 
}
.slide { 
	float: left; 
	position: relative; 
}
#slider-stopper	{ 
	position: absolute; 
	top: 1px; 
	right: 20px; 
	background: #ac0000; 
	color: white;
    padding: 3px 8px; 
    font-size: 10px; 
    text-transform: uppercase; 
    z-index: 1000; 
}

.pictures_list li {
	list-style: none outside none;
}

.slider_container {
    margin: 5px 0 15px 0;
}

/* product page */

.parameters_table {
    border-width: 0px;
    border-collapse: collapse;
    border-color: #c1c1c1;
    color: #4F6B72;
    width: 950px;
    
}

.clearance_table {
    border-width: 1px;
    border-collapse: collapse;
    border-color: #c1c1c1;
    color: #4F6B72;
    width: 950px;
}

.clearance_table td {
	    font-size: 0.9em;
border: none;
border-bottom: 1px dotted #c1c1c1;
	padding: 7px; 
	
}


.parameters_table th{
	padding: 5px;
	border-bottom: 1px solid #c1c1c1;


}

.parameters_table td{
	    font-size: 0.9em;
border: none;
border-bottom: 1px dotted #c1c1c1;
	padding: 7px; 
	
}

.parameters_table tr:nth-child(even) {
background: #fcfcfc;
}

.proddescription {
font-size: 1.2em;
}

.prodtable {
border-top: 2px solid #eee;
padding-top: 20px;
}

.related_products_title {
    color: #888888;
    display: block;
    font: 2em 'Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-bottom: 15px;
    margin-top: 35px;
    text-shadow: 0 1px 1px #C1C1C1;
}

#product_pictures {
position: relative;
display: block;
height: 200px;
}

#product_pictures li{
position: absolute;
bottom: 10px;
}

/* distributor table */

dl.master {
padding: 5px;
margin: 10px;
float: left;
width: 175px;
display: block;
border: 1px solid #ababab;
height: 150px;
-webkit-box-shadow: 3px 3px 3px #e1e1e1;
-moz-border-radius-bottomright: 13px;
-webkit-border-bottom-right-radius: 13px;
overflow: hidden;
background: url(http://mt.lv/web_contacts/dist32.png) 95% 95% no-repeat;
}

dl.reseller {
padding: 5px;
margin: 10px;
float: left;
width: 175px;
display: block;
border: 1px solid #ababab;
height: 150px;
-webkit-box-shadow: 3px 3px 3px #e1e1e1;
-moz-border-radius-bottomright: 13px;
-webkit-border-bottom-right-radius: 13px;
overflow: hidden;
background: url(http://mt.lv/web_contacts/reseller_32.png) 95% 95% no-repeat;
}



.reseller dd, .master dd{
margin-left: 10px;
}

.reseller dt a, .master dt a{
font-size: 1.1em;
margin-bottom: 10px;
text-decoration: none;
display: block;
}

/* region name */

.dist_country {
clear: both;
display: block;
width: 100%;
}

/* about us */

dl.aboutus
{
	margin: 1em 0;
	padding: 0;
	font-family: georgia, times, serif;
}

.aboutus dt
{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 15em;
	font-weight: bold;
}

.aboutus dd
{
	border-left: 1px solid #000;
	margin: 0 0 0 16em;
	padding: 0 0 .5em .5em;
}

.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}

