﻿/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }
body {
	font: 14px/125% 'Trebuchet MS',Georgia,Tahoma,Verdana,Arial,Sans-Serif;
	color: #333; 	
	margin: 0; padding: 0 0 25px 0; 
	background: #fff url(/img/bg.gif) repeat-x;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	outline-style: none;
	color: #000;
	border-bottom: 1px dotted #8E8E8E;	
}
a:hover {
	border-bottom: 1px solid #000;
}

/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 0 10px 0;
	margin: 0;
}
h1 {font-size: 175%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}

h1 a, h1 a:hover, h2 a, h2 a:hover { border: none; }

p { 
	padding: 0; margin: 15px 0;
	text-align: justify;
}

ul, ol {
	margin: 10px 0;
	padding: 0 0 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Images */
img {
	display:block;
	margin: 0 auto;
	padding: 15px 0;	
}
a img { padding: 0; border: none; }
img.float-right {
  	margin: 0 0px 5px 20px;
	padding: 0;	
}
img.float-left {
  	margin: 0 20px 5px 0px;
	padding: 0;		
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(/img/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}

/* Tables */
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

tr:hover {background-color:#f5f5f5;}

/* Forms */
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
	padding-right: 15px;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
hr {
	color: #111;
	width: 50%;
	height: 1px;
	text-align: center;
	margin: 0 auto;
} 

/* Search */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}


/* Header */
#header {
	position: relative;
	background: url(/img/wrap-bg.png) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 350px;
	text-align: left;	
}
#header #topright {
	float:right;
	margin: 12px 10px 0 0;	
}
#header #topright ul {
	list-style:none outside none;
	text-align: center;
	list-style: none;
	margin: 0; padding: 0;	
}
#header #topright ul li {
	display:inline;
	margin: 0 3px;
	padding: 0;	
}
#header #topright ul li a {
	display:inline-block;
	font-size: 16px;
	font-weight:bold;	
	font-variant:small-caps;	
	padding: 3px 6px;	
	background: #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3.1px;
    -moz-border-radius: 3.1px;
    -webkit-border-radius: 3.1px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.1) inset;	
    color: #000;
}
#header #topright ul li a:hover, #header #topright ul li a.current {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	background: -webkit-gradient(linear, center top, center bottom, from(#666666), to(#000000));
	background: -moz-linear-gradient(center top, #666666, #000000);
	background: -ms-linear-gradient(top, #666666, #000000);	
    border: 1px solid #333333;
    color: #FFF;
}
#header #topright ul li a#cart {
	padding-left: 30px;
	background: #fff url(/img/cart.png) no-repeat 8px center;
    border: 1px solid #333333;
    color: #000;
}

#header #topleft {
	float:left;
	margin: 15px 0 0 10px;
}
#header #topleft ul#news {
	padding: 0px;
	margin: 0px;
	background: url(/img/news.png) center left no-repeat;	
}
#header #topleft ul#news li {
	display:inline;
	padding: 0 0 2px 25px;
	font-weight:bold;
	font-variant:small-caps;	
}
#header #topleft ul#news li a {
	padding: 0 0 2px 0;
	border-bottom:none;
}
#header #topleft ul#news li a:hover {
	color: #000;	
}

#header .breaking {
	color: #FF0000;	
	font: 20px "Trebuchet MS";
	margin: 0;	
}
#header a.breaking {
	border-bottom: none;
}
#header #event {
	padding:0px;
	position:absolute;
	left:300px;
	top:12px;
	color: #FF0000;	
	font: 20px "Trebuchet MS";
	margin: 0;
	padding-left:15px;
	border-left: 1px solid #000;	
}
#header #event a {
	border-bottom: none;
	color: #FF0000;	
}

/*  Brands  */
#header #nav, #header #cat {
	position: absolute;
	margin: 0 35px;
	padding: 0;
	width: 100%;
	text-align: center;
	overflow: hidden; 	
}
#header #nav { top: 195px; margin: 0; }
#header #cat { top: 315px; margin: 0; }
#sec { margin-top: 30px; }

#header #nav ul, #header #cat ul, #sec ul  {
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
	justify-content: center;
	margin: 0; padding: 0;
}
#header #nav ul li, #header #cat ul li, #sec ul li {
	margin: 0; padding: 0;
	list-style: none !important;
}
#header #nav ul li a, #header #cat ul li a, #sec ul li a {
	float: left;
	padding: 45px 0 5px 0;
	margin: 0 5px;	
	font-size: 14px;
	color: #000;
	border-bottom: none;	
	font-weight: bold;
	font-variant: small-caps;		
}
#header #nav ul li a span {
	color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    text-decoration: none;
    padding: 1px 4px;
	border-radius: 3.1px;
	-moz-border-radius: 3.1px;
	-webkit-border-radius: 3.1px;		
	background: #000;	
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.1) inset;	
}
#header #cat ul li a {
	padding: 3px 11px;
	margin: 2px;	
    border-radius: 3.1px;
    -moz-border-radius: 3.1px;
    -webkit-border-radius: 3.1px;
	border: 1px solid #000;
	border-top: none;
	background: #000;
	color:#fff;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5), 0 1px 5px rgba(0, 0, 0, 0.1) inset;		
}
#sec ul li a {
	padding: 3px 11px;
	margin: 2px;	
    border-radius: 3.1px;
    -moz-border-radius: 3.1px;
    -webkit-border-radius: 3.1px;
	border: 1px solid #333;
	background: #fff;
	color:#000;	
}
#header #cat ul li a:hover, #header #cat ul li a.current, #sec ul li a.current {
	border: 1px solid #689d20;
	border-top: none;	
	background: #689d20;
	color:#fff;
}
	
#header #nav ul li a {background: transparent url(/img/brands.png) no-repeat; opacity: 1; filter: alpha(opacity=100);}
#header #nav ul li a:hover {border: none;}
#header #nav ul li a.current, #header #nav ul li a:hover {opacity: 1; filter: alpha(opacity=100);}
#header #nav ul li a.current span, #header #nav ul li a:hover span {
	border: 1px solid #000;
	color: #000;
	background: #ddd;
}

#header #nav ul li a#dreambox {width:65px; background-position: center 0px;} /* Dreambox */
#header #nav ul li a#vuplus {width:55px; background-position: center -100px;} /* VU+ */
#header #nav ul li a#inverto {width:43px; background-position: center -200px;} /* Inverto */
#header #nav ul li a#tiandy {width:100px; background-position: center -300px;} /* Tiandy */
#header #nav ul li a#xtrend {width:84px; background-position: center -400px;} /* Xtrend */
#header #nav ul li a#paytv {width:47px; background-position: center -500px;} /* Pay-TV */
#header #nav ul li a#atec {width:57px; background-position: center -600px;} /* ATEC */
#header #nav ul li a#tplink {width:82px; background-position: center -700px;} /* TP-Link */
#header #nav ul li a#cabelcon {width:100px; background-position: center -800px;} /* Cabelcon */
#header #nav ul li a#cap {width:59px; background-position: center -900px;} /* CAP */
#header #nav ul li a#gibertini {width:60px; background-position: center -1000px;} /* Ggibertini */
#header #nav ul li a#oren {width:85px; background-position: center -1100px;} /* Oren */

/* Wrap */
#wrap {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	min-height:450px;
	background: #fff url(/img/content-bg.gif) no-repeat;
}

/* Main */
#main {
	float:left;
	margin: 0 35px;
	padding:0 0 20px 0;
	width:870px;	
}
#main h1 {
	padding-bottom: 0px;
	font: normal 3.0em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #888;
	margin: 10px 0 20px 0;	
	font-variant:small-caps;	
}
#main h3 {
	padding: 2px 0 2px 15px;
	border-left: 4px solid #BBBBBB;	
	font-weight: normal;
	font-style: italic;		
}
#main ul li {
	list-style-type: square;
}

/* Products */
#main ul.products {
	padding: 0;
	margin: 0;
	width: 100%;
}
#main ul.products li  {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;	
}

#main ul.products h2 {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EDEDED');
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EDEDED));
	background: -moz-linear-gradient(center top, #FFFFFF, #EDEDED);
	background: -ms-linear-gradient(top, #FFFFFF, #EDEDED);	
	border-radius: 3.1px;
	-moz-border-radius: 3.1px;
	-webkit-border-radius: 3.1px;	
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);	
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);	
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #CCC;		
	padding: 0 0 0 15px;
	margin: 15px 0;
	font-size: 125%;
    color: #000;	
}
#main ul.products h2 .price {
	float: right;
	height: 24px;
	width: 198px;	
	margin: 0px;	
	font-size: 85%;	
	font-weight: bold;
	font-style: normal;		
	text-align: right;
	padding: 1px 15px 0 15px;	
}
#main ul.products h2 .price a {
	display:inline-block;
	width: 100%;
	height: 100%;		
	color: #fff;	
}
#main ul.products h2 .price a.add {
	background: url(/img/cart.png) no-repeat left center;
}
#main ul.products h2 .price a.remove {
	background: url(/img/cart-remove.png) no-repeat left center;
}
#main ul.products h2 .price a.stockout {
	background: url(/img/outofstore.png) no-repeat left center;	
}
#main ul.products h2 .price a.unavailable {
	cursor: not-allowed;	
}
#main ul.products h2 .price .sale {
	margin: 0 10px 0 0;
	display: inline;
	color: #000;
	text-decoration: line-through;	
}
#main ul.products h2 .price .sale span {
	display: inline;
	color: #CCC;
}
#main ul.products h2 .id {
	float: left;
	width: 90px;	
	margin-right: 15px;	
	text-shadow: none;
	text-align: left;	
    border-right: 1px solid #ddd;
}
#main div.photo {
	float: left;
	width: 25%;
}
#main div.photo img {
	margin: 5px auto;
	padding: 0;
	max-width: 175px;
	max-height: 135px;		
}
#main div.info {
	float:left;
	width: 45%;
}
#main div.info p {
	margin: 0 0 5px 0;
}
#main div.rating {
	float:left;
	width: 30%;
}
#main div.rating ul {
	margin: 0 0 0 30px;
	padding: 0 25px;	
	border-left: 1px solid #DDD;		
}
#main div.rating .vat {
	font-size: 13px;
	display:block;
	padding: 2px 15px;
	margin: -13px 0px 20px 30px;	
	background-color: #ddd;
	color: #666;
	border-radius: 0 0 5px 5px;
	text-align: center;
	font-weight: bold;
}
#main div.rating ul li{
	padding: 0;
	margin: 0;		
}
#main div.rating li span {
	width: 80px;
	display: inline;
	float: right;  
}
#main div.rating li span.stars {
	background: url(/img/rating.png) 0 0 repeat-x;
}
#main div.rating li span.stars span{
	background: url(/img/rating.png) 0 -20px repeat-x;
	float: left;    		
}
#main ul.promo {
	padding: 0;
	margin: 15px 0 0 0;
}
#main ul.promo li {
	float: none;
	text-align: left;
	width: auto;
	padding: 1px 0 1px 25px;
	margin: 0;	
	background: transparent; 	
	color: #fa6800;
	background: transparent url(/img/add.png) no-repeat left center;
	border-bottom: none;
}
#main h1 .dropdown  {
	background: transparent url(/img/arrow-down.png) no-repeat right center;
	float: right;
	margin: 10px 0;
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;	
	font-weight: normal;
	font-variant: normal;
}

/* Dropdown Menu */
#main .dropdown	{
	position: relative;
	font-size: 14px;
	letter-spacing: normal;
	font-variant: normal;		
}
#main .dropdown a {
	text-decoration: none;
	padding: 10px;
}
#main .dropdown a:hover{
	color: #fff;	
}
#main .dropdown.active {
}
#main .active a{
	color: #fff;
}
#main .subNav {
	position: absolute;
	background: #fff;
	padding: 15px 20px 5px 20px;
	right: 0px;
	top: 95%;
	width: 400px;
	display: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
#main .subNav .topheader {
	display:block;
	font-weight:bold;	
	padding: 1px;	
	margin: 5px 0 10px 0;		
	background: #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3.1px;
    -moz-border-radius: 3.1px;
    -webkit-border-radius: 3.1px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.3), 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.3), 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.3), 0 1px 5px rgba(0, 0, 0, 0.1) inset;	
	text-align: center;	
	color:#000;
}
#main .navSection {
	margin: 0 0 10px 0;
}
#main .navSection span.header {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	margin: 0 0 5px 0;
	padding: 0px 2px;	
	color: #444;
}
#main .subNav a, #main .subNav span {
	float: none;
	border: none;
	display: block;
	color: #444;
	padding: 1px 12px;
	margin: 0;	
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
    border: 1px solid #fff;	
}
#main .subNav a:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EDEDED');
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EDEDED));
	background: -moz-linear-gradient(center top, #FFFFFF, #EDEDED);
	background: -ms-linear-gradient(top, #FFFFFF, #EDEDED);	
    border: 1px solid #B7B7B7;
    color: #000;
}
#main .subNav span.current {
	font-weight: bold;
	padding: 1px 0;	
}
#main .subNav span.current:before {
	content: "";
	display: inline-block;
	margin: 0 6px 0 0;
	width: 0; height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #333;
	font-weight: bold;	
}

/* Datalist */
#main ul.datalist {
	padding: 0;
}
#main ul.datalist li  {
	list-style: none;
	padding: 3px 0;
	border-bottom:1px solid #ccc;	
}
#main ul.datalist img {
	border: none;
	padding: 0;
	margin: 2px 0;	
}
#main ul.datalist a {
	color: #666666;
	border-bottom: none;
}
#main ul.datalist a:hover {color: #000000; border-bottom:1px solid #000000;}

#main ul.datalist span {
	width: 600px;
	float: right;
}

/* Downloads */
#main ul.downloads {
	padding: 0;
}
#main ul.downloads li  {
	list-style: none;
	padding: 3px 0;
	border-bottom:1px solid #ccc;	
}
#main ul.downloads span.file {
	float: left;
	width: 400px;	
}
#main ul.downloads span.detail {
	float: left;
}
#main ul.downloads span.link {
	float: right;
	margin: 0;
}
#main ul.downloads span.link a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;
	width: 0; height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
}

/* News */
.news {
	position: relative;
	margin: 0 0 40px 0;
}
.news  h2 {
	padding: 0 0 15px 0;
	line-height:125%;
}
.news  h2 .arabic {
	font-size: 18px;
}
.news .date {
	float:left;
	width: 85px;
	padding: 3px 0 0 0;		
	background: #fcfcfc; 
	
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -ms-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 	
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	font-weight: bold; 
	text-align: center;	
	text-transform: uppercase;
	font-size: 16px; color: #000; 		
}
.news .date span {
	display: block;
	padding: 3px 0 5px 0;		
	margin:	3px 0 0 0;
	background: #d10000; 
	background: linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -ms-linear-gradient(top, #d10000 0%, #7a0909 100%);	
	border-top: 3px solid #a13838;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	font-size: 22px; color: #fff; 		
}
.news .content {
	margin-left: 110px;
	width: 750px;	
}


/* Dealers */
#main #map {
	position: relative;
	width:620px;
	height:340px;
	margin: 0 auto;
	padding: 0;
	background:url(/img/me-map.png) top left no-repeat;	
	font-size:12px;	
	font-weight: bold;	
    text-align: center;	
}
#main #map li {
	display: inline-block;
    position: absolute;
	list-style: none;
	padding:0;	
}
#main #map li a {
    text-decoration: none;	
	border: none;
	color: #fff;
	padding:2px 5px;	
}
#main #map li span {
	padding:2px 5px;	
}
#main #map li.mar {left:10px; top:65px;}
#main #map li.alg {left:100px; top:100px;}
#main #map li.tun {left:185px; top:40px;}
#main #map li.lba {left:225px; top:110px;}
#main #map li.egy {left:325px; top:120px;}
#main #map li.sud {left:325px; top:225px;}
#main #map li.syr {left:385px; top:18px;}
#main #map li.lib {left:332px; top:40px;}
#main #map li.ple {left:320px; top:62px;}
#main #map li.jor {left:395px; top:90px;}
#main #map li.irq {left:431px; top:55px;}
#main #map li.iri {left:532px; top:45px;}
#main #map li.kuw {left:485px; top:78px;}
#main #map li.brn {left:510px; top:105px;}
#main #map li.qat {left:478px; top:135px;}
#main #map li.qat {left:478px; top:135px;}
#main #map li.uae {left:540px; top:130px;}
#main #map li.oma {left:565px; top:175px;}
#main #map li.yem {left:475px; top:218px;}
#main #map li.ksa {left:450px; top:163px;}
#main #map li.pak {left:580px; top:105px;}

#main .dealers h2 {
	padding: 0 0 0 10px;
	font-size: 100%;
	margin: 25px 0 10px 0;	
	background: #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3.1px;
    -moz-border-radius: 3.1px;
    -webkit-border-radius: 3.1px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.3), 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.3), 0 1px 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.3), 0 1px 5px rgba(0, 0, 0, 0.1) inset;	
	color:#000;
}
#main .dealers h2 span {
	float: right;
	display:inline;
	width: 80px;	
	height: 19px;
	padding: 0px 8px;
	font-size: 16px;
	font-variant: small-caps;	
	font-weight: bold;
	font-style: normal;		
	text-align: center;
	line-height: 1;	
}
#main ul.contacts {
	margin: 0;
	padding: 0;
}
#main ul.contacts li{
	list-style: none;
	padding:1px 0 1px 25px;
	margin: 2px 0;
	background: transparent url(/img/contacts.gif) no-repeat;
}
#main ul.contacts li span{
	display: inline-block;
	font-weight: bold;
	width: 60px;
}
#main ul.contacts li.add{ background-position: 0px 3px; }
#main ul.contacts li.tel{ background-position: 0px -16px; }
#main ul.contacts li.fax{ background-position: 0px -36px; }
#main ul.contacts li.mob{ background-position: 0px -56px; }
#main ul.contacts li.web{ background-position: 0px -75px; }
#main ul.contacts li.eml{ background-position: 0px -94px; }
#main ul.contacts li.sky{ background-position: 0px -116px; }

#main ul.dealerbrands {
	text-align: center;
	padding: 0;
	margin: 15px 0; 
}

#main ul.dealerbrands li {	
    display: inline-block;
    background: transparent url(/img/brands.png) no-repeat;  
	list-style: none;
	height: 30px;
	margin-bottom: 5px;
}

#main ul.dealerbrands li.dreambox {width:65px; background-position: center 0px;} /* Dreambox */
#main ul.dealerbrands li.vuplus {width:55px; background-position: center -100px;} /* VU+ */
#main ul.dealerbrands li.inverto {width:43px; background-position: center -200px;} /* Inverto */
#main ul.dealerbrands li.tiandy {width:76px; background-position: center -300px;} /* Tiandy */
#main ul.dealerbrands li.xtrend {width:84px; background-position: center -400px;} /* Xtrend */
#main ul.dealerbrands li.paytv {width:47px; background-position: center -500px;} /* Pay-TV */
#main ul.dealerbrands li.atec {width:57px; background-position: center -600px;} /* ATEC */
#main ul.dealerbrands li.tplink {width:82px; background-position: center -700px;} /* TP-Link */
#main ul.dealerbrands li.cabelcon {width:100px; background-position: center -800px;} /* Cabelcon */
#main ul.dealerbrands li.cap {width:59px; background-position: center -900px;} /* CAP */
#main ul.dealerbrands li.gibertini {width:60px; background-position: center -1000px;} /* Ggibertini */
#main ul.dealerbrands li.oren {width:85px; background-position: center -1100px;} /* Oren */
#main ul.dealerbrands li.myhd {width:63px; background-position: center -1200px;} /* MyHD */

/* Footer */
#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	padding:10px 0 0 0;
	color: #000;
	border-top: 1px solid #8E8E8E;	
}
#footer .bottom-left {float: left;}
#footer .bottom-right {float: right;}
#footer p { margin: 0; text-align: center;}
#footer a {
	color: #000;
	border-bottom: none;
}
#footer ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#footer ul li {display: inline;}
#footer ul li  a img {display: inline;}

#scroll-top {
	position: fixed;
	z-index:9999; 
	bottom:0;
	right:0;
	display:inline-block;
	margin: 30px;
}
#scroll-top a {
	color: #fff;
	font-weight: bold;	
	
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#scroll-top a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;
	width: 0; height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}

/* Buttons */
.button {
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 3.1px; 
	-moz-border-radius: 3.1px;
	border-radius: 3.1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: 0px 8px;
}
.black {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	background: -webkit-gradient(linear, center top, center bottom, from(#666666), to(#000000));
	background: -moz-linear-gradient(center top, #666666, #000000);
	background: -ms-linear-gradient(top, #666666, #000000);	
    border: 1px solid #333333;
    color: #D7D7D7;
}
.black:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	background: -webkit-gradient(linear, center top, center bottom, from(#444444), to(#000000));
	background: -moz-linear-gradient(center top, #444444, #000000);
	background: -ms-linear-gradient(top, #444444, #000000);	
}
.black:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#444444');
	background: -webkit-gradient(linear, center top, center bottom, from(#000000), to(#444444));
	background: -moz-linear-gradient(center top, #000000, #444444);
	background: -ms-linear-gradient(top, #000000, #444444);	
    color: #666666;
}
.gray {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
	background: -webkit-gradient(linear, center top, center bottom, from(#888888), to(#575757));
	background: -moz-linear-gradient(center top, #888888, #575757);
	background: -ms-linear-gradient(top, #888888, #575757);	
    border: 1px solid #555555;
    color: #E9E9E9;
}
.gray:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4B4B4B');
	background: -webkit-gradient(linear, center top, center bottom, from(#757575), to(#4B4B4B));
	background: -moz-linear-gradient(center top, #757575, #4B4B4B);
	background: -ms-linear-gradient(top, #757575, #4B4B4B);	
}
.gray:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
	background: -webkit-gradient(linear, center top, center bottom, from(#575757), to(#888888));
	background: -moz-linear-gradient(center top, #575757, #888888);
	background: -ms-linear-gradient(top, #575757, #888888);	
    color: #AFAFAF;
}
.white {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EDEDED');
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EDEDED));
	background: -moz-linear-gradient(center top, #FFFFFF, #EDEDED);
	background: -ms-linear-gradient(top, #FFFFFF, #EDEDED);	
    border: 1px solid #B7B7B7;
    color: #606060;
}
.white:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DCDCDC');
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#DCDCDC));
	background: -moz-linear-gradient(center top, #FFFFFF, #DCDCDC);
	background: -ms-linear-gradient(top, #FFFFFF, #DCDCDC);	
}
.white:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#FFFFFF');
	background: -webkit-gradient(linear, center top, center bottom, from(#EDEDED), to(#FFFFFF));
	background: -moz-linear-gradient(center top, #EDEDED, #FFFFFF);
	background: -ms-linear-gradient(top, #EDEDED, #FFFFFF);	
    color: #999999;
}
.orange {
    background: -moz-linear-gradient(center top , #FAA51A, #F47A20) repeat scroll 0 0 transparent;
    border: 1px solid #DA7C0C;
    color: #FEF4E9;
}
.orange:hover {
    background: -moz-linear-gradient(center top , #F88E11, #F06015) repeat scroll 0 0 transparent;
}
.orange:active {
    background: -moz-linear-gradient(center top , #F47A20, #FAA51A) repeat scroll 0 0 transparent;
    color: #FCD3A5;
}
.red {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED1C24', endColorstr='#AA1317');
	background: -webkit-gradient(linear, center top, center bottom, from(#ED1C24), to(#AA1317));
	background: -moz-linear-gradient(center top, #ED1C24, #AA1317);
	background: -ms-linear-gradient(top, #ED1C24, #AA1317);	
    border: 1px solid #980C10;
    color: #FADDDE;
}
.red:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9151B', endColorstr='#A11115');
	background: -webkit-gradient(linear, center top, center bottom, from(#C9151B), to(#A11115));
	background: -moz-linear-gradient(center top, #C9151B, #A11115);
	background: -ms-linear-gradient(top, #C9151B, #A11115);	
}
.red:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AA1317', endColorstr='#ED1C24');
	background: -webkit-gradient(linear, center top, center bottom, from(#AA1317), to(#ED1C24));
	background: -moz-linear-gradient(center top, #AA1317, #ED1C24);
	background: -ms-linear-gradient(top, #AA1317, #ED1C24);	
    color: #DE898C;
}
.blue {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ADEE', endColorstr='#0078A5');
	background: -webkit-gradient(linear, center top, center bottom, from(#00ADEE), to(#0078A5));
	background: -moz-linear-gradient(center top, #00ADEE, #0078A5);
	background: -ms-linear-gradient(top, #00ADEE, #0078A5);		
    border: 1px solid #0076A3;
    color: #D9EEF7;
}
.blue:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095CC', endColorstr='#00678E');
	background: -webkit-gradient(linear, center top, center bottom, from(#0095CC), to(#00678E));
	background: -moz-linear-gradient(center top, #0095CC, #00678E);
	background: -ms-linear-gradient(top, #0095CC, #00678E);		
}
.blue:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078A5', endColorstr='#00ADEE');
	background: -webkit-gradient(linear, center top, center bottom, from(#0078A5), to(#00ADEE));
	background: -moz-linear-gradient(center top, #0078A5, #00ADEE);
	background: -ms-linear-gradient(top, #0078A5, #00ADEE);	
    color: #80BED6;
}
.rosy {
    background: -moz-linear-gradient(center top , #F16C7C, #BF404F) repeat scroll 0 0 transparent;
    border: 1px solid #B73948;
    color: #FAE7E9;
}
.rosy:hover {
    background: -moz-linear-gradient(center top , #CF5D6A, #A53845) repeat scroll 0 0 transparent;
}
.rosy:active {
    background: -moz-linear-gradient(center top , #BF404F, #F16C7C) repeat scroll 0 0 transparent;
    color: #DCA4AB;
}
.green {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7DB72F', endColorstr='#4E7D0E');
	background: -webkit-gradient(linear, center top, center bottom, from(#7DB72F), to(#4E7D0E));
	background: -moz-linear-gradient(center top, #7DB72F, #4E7D0E);
	background: -ms-linear-gradient(top, #7DB72F, #4E7D0E);	
    border: 1px solid #538312;
    color: #E8F0DE;
}
.green:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B9D28', endColorstr='#436B0C');
	background: -webkit-gradient(linear, center top, center bottom, from(#6B9D28), to(#436B0C));
	background: -moz-linear-gradient(center top, #6B9D28, #436B0C);
	background: -ms-linear-gradient(top, #6B9D28, #436B0C);	
}
.green:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E7D0E', endColorstr='#7DB72F');
	background: -webkit-gradient(linear, center top, center bottom, from(#4E7D0E), to(#7DB72F));
	background: -moz-linear-gradient(center top, #4E7D0E, #7DB72F);
	background: -ms-linear-gradient(top, #4E7D0E, #7DB72F);	
    color: #A9C08C;
}
.pink {
    background: -moz-linear-gradient(center top , #FEB1D3, #F171AB) repeat scroll 0 0 transparent;
    border: 1px solid #D2729E;
    color: #FEEEF5;
}
.pink:hover {
    background: -moz-linear-gradient(center top , #F4AACB, #E86CA4) repeat scroll 0 0 transparent;
}
.pink:active {
    background: -moz-linear-gradient(center top , #F171AB, #FEB1D3) repeat scroll 0 0 transparent;
    color: #F3C3D9;
}

/* Reveal Modals */		
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
.reveal-modal {
	visibility: hidden;
	top: 150px; 
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background: #fff;
	position: absolute;
	z-index: 101;
	padding: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal .close-reveal-modal {
	float: right;
	font-size: 40px;
	line-height: 0.5;
	font-weight: bold;
	padding: 0px;
	margin: 8px 0 0 0;
	cursor: pointer;
	color:#980C10;
	font-weight: bold;	
} 
#main .reveal-modal h1 {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 30px;
    color: #000;
	border-bottom: 1px solid #666;		
}

/* Arabic */
.arabic {
	direction: rtl;
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	text-align: right;
	text-align: justify;	
}
#main .arabic  h2 {
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 125%;
}
#main .arabic  ul, #main .arabic ol { 
	padding: 0 20px 0 0;
	text-align: justify;	
}

/* Tables */
.table {
	display: table;
	margin: 0 auto;
}
.row {display: table-row;}
.cell {display: table-cell; padding: 15px;}
.cell h2 {padding: 0;}
.cell p {margin: 10px 0;}

ul.horizontal {
	list-style: none;
    text-align: center;
	padding: 0;	
}
ul.horizontal li, ul.horizontal li img  {
	display: inline;
}
ul.horizontal li a  {
	border-bottom: none;	
}
img.framed {
    border-radius: 6px;
    box-shadow: 0 0 8px #888888;
    display: block;
    padding: 6px;
    margin: 10px;	
}
img.centered {
    display: block;
    margin: 10px auto;	
}
p.caption {
    text-align: center;
	font-weight: bold;	
}

/* Thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }
a.photo img {cursor:url(/img/zoom.cur), -moz-zoom-in;}

/* Alignment */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.block { display: block; }

/* Clearing */
.clearer { clear: both; }
.clear {	}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* Form */
form .container {
}
form .container input[type=text], form .container input[type=password] {
  width: 100%;
  padding: 7px;
  margin: 5px 0 10px 0;
  display: inline-block;
  background: #f1f1f1;
}
form .container input[type=text]:focus, form .container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
form .container hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
form .container button.submit {
  background-color: #4CAF50;
  color: white;
  padding: 10px 50px;
  border: none;
  cursor: pointer;
  opacity: 0.9;
}
form .container button.submit:hover {
  opacity:1;
}
form .container a {
  color: dodgerblue;
}

/* Checkbox container */
.checkmark {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 12px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkmark span {
  margin-top: -4px;
  font-size: 16px;
}
.checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.checkmark:hover input ~ .check {
  background-color: #ccc;
}
.checkmark input:checked ~ .check {
  background-color: #2196F3;
}
.check:after {
  content: "";
  position: absolute;
  display: none;
}
.checkmark input:checked ~ .check:after {
  display: block;
}
.checkmark .check:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Columns */
.row {
  display: flex;
}
.row.center {
  align-items: center;
  justify-content: center;  
}
.column-10 {
  flex: 10%;
}
.column-20 {
  flex: 20%;
}
.column-30 {
  flex: 30%;
}
.column-40 {
  flex: 40%;
}
.column-50 {
  flex: 50%;
}
.column-60 {
  flex: 60%;
}
.column-70 {
  flex: 70%;
}
.column-80 {
  flex: 80%;
}
.column-90 {
  flex: 90%;
}
.column-100 {
  flex: 100%;
}