﻿/* ----------------------------------------------
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font:0.875em/150% 'Trebuchet MS',Georgia,Tahoma,Verdana,Arial,Sans-Serif;
	color: #666666; 	
	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 5px 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, 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 ;
  	/* white-space: pre; */
  	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;
	margin: 15px 0;
	width:100%;	
}
th, tr, td {
background: none;
border: none;
}

/* Forms */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	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; 
}

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;/*whatever the total width of the border-top and border-bottom equal*/
	text-align: center;/*this will align it for IE*/
	margin: 0 auto; /*this will align it left for Mozilla*/	
} 

/* 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;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
/* Header */
#header {
	position: relative;
	background: url(/test/wrap-bg.png) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 335px;
	text-align: left;	
}
#header #topright {
	position:absolute;
	right:10px;
	top:14px;
}
#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 0 0 20px;
	padding: 0 0 0 20px;
}
#header #topright ul li.home {background:url(/imgs/home.png) no-repeat scroll 0 center transparent;}
#header #topright ul li.contact {background:url(/imgs/contact.png) no-repeat scroll 0 center transparent;}

#header #topright ul li a {
	border-bottom: 3px solid #ccc;
}
#header #topright ul li a:hover, #header #topright ul li a.current {
	border-bottom: 3px solid #000;
}

#header #topleft {
	position:absolute;
	left:20px;
	top:14px;
}
#header #topleft ul#news {
	padding: 0px;
	margin: 0px;		
}
#header #topleft ul#news li {
	display:inline;
	padding: 0 0 2px 25px;
	color: #CD0000;
	font-weight:bold;	
}
#header #topleft ul#news li a {
	padding: 0 0 2px 0;
	border-bottom:none;
	color: #CD0000;	
}
#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;	
}

/*  Navigation  */
#header #nav {
	position: absolute;
	margin: 0 auto;
	padding: 12px;
	width: 660px; height: 85px;
	left: 132px;
	bottom: 28px;
	/* background: url(/imgs/nav-bg.png) no-repeat; */
}
#header #nav ul {
	text-align: center;
	list-style: none;
	margin: 0; padding: 0;	
}
#header #nav ul li {
	display:inline;
	margin: 0; padding: 0;
}
#header #nav ul li a {
	float:left;
	padding:60px 0 5px 0;
	font-size:16px;
	color:#000;
	border-bottom: none;	
	font-weight:bold;	
}

#header #nav.dmbox ul li a {background: transparent url(/imgs/nav-dmbox.png) no-repeat;}
#header #nav.other ul li a {background: transparent url(/imgs/nav-other.png) no-repeat;}
#header #nav ul li a {color:#888;}
#header #nav ul li a:hover {border: none; color:#fff;}
#header #nav ul li a.current {color:#fff;}

#header #nav.dmbox ul li a#m1 {width:680px; background-position: 0px -90px;} /* Dreambox */
/* #header #nav.dmbox ul li a#m1:hover, #header #nav.dmbox ul li a#m1.current {background-position: 0px -90px;} */

#header #nav.other ul li a {opacity: 0.65; filter: alpha(opacity=65);}
#header #nav.other ul li a.current, #header #nav.other ul li a:hover {opacity: 1; filter: alpha(opacity=100);}

#header #nav.other ul li a#m1 {width:112px; background-position: 0px 0px;} /* DGStation */
#header #nav.other ul li a#m2 {width:78px; background-position: -112px 0px;} /* VU+ */
#header #nav.other ul li a#m3 {width:122px; background-position: -190px 0px;} /* Xtrend */
#header #nav.other ul li a#m4 {width:59px; background-position: -312px 0px;} /* Inverto */
#header #nav.other ul li a#m5 {width:82px; background-position: -371px 0px;} /* ATEC */
#header #nav.other ul li a#m6 {width:118px; background-position: -453px 0px;} /* TP-Link */
#header #nav.other ul li a#m7 {width:89px; background-position: -571px 0px;} /* Cap */

#header #nav.other ul li a#m1.current {background-position: 0px -90px;}
#header #nav.other ul li a#m2.current {background-position: -112px -90px;}
#header #nav.other ul li a#m3.current {background-position: -190px -90px;}
#header #nav.other ul li a#m4.current {background-position: -312px -90px;}
#header #nav.other ul li a#m5.current {background-position: -371px -90px;}
#header #nav.other ul li a#m6.current {background-position: -453px -90px;}
#header #nav.other ul li a#m7.current {background-position: -571px -90px;}

/* 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 30px 0;
	width:650px;	
}
#main h1 {
	padding-bottom: 2px;
	font: normal 3.0em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 15px 0;	
}
#main h2 span {
	display: block;
	font-size: 85%;
	font-weight: normal;
	font-style: italic;		
}
#main h3 {
	padding: 2px 0 2px 15px;
	border-left: 4px solid #BBBBBB;	
	font-weight: normal;
	font-style: italic;		
}
#main ul li {
	list-style-image: url(/img/bullet.gif);
}
#main ul.datalist, #main ul.pricelist {
	padding: 0;
}
#main ul.datalist li, #main ul.pricelist li  {
	list-style: none;
	padding: 5px 10px;
}
#main ul.pricelist li  {
	border-bottom:1px solid #EBEBEB;	
}
#main ul.pricelist li.dark {
	background:#F5F5F5;
}
#main ul.datalist li.dark {
	background:#F5F5F5;
	border-bottom:1px solid #EBEBEB;	
}
#main ul.datalist li.last, #main ul.pricelist li.last  {
	border-bottom:1px solid #EBEBEB;	
}
#main ul.datalist img, #main ul.pricelist img {
	border: none;
	padding: 0;
	margin: 2px 0;	
}
#main ul.datalist a, #main ul.pricelist a{
	color: #666666;
	border-bottom: none;
}
#main ul.datalist a:hover, #main ul.pricelist a:hover {color: #000000; border-bottom:1px solid #000000;}

#main ul.datalist span, #main ul.pricelist span {
	float: right;
	text-align: right;
}
#main ul.pricelist span { width: 80px; }

#main ul.pricelist li span.unav {
	background: url(/img/outofstore.png) no-repeat right center;	
}
#main ul.pricelist li span.newprice {
	color: #5CA71B;
	padding-right:30px;
	width: 50px;	
	background: transparent url(/img/pricesale.png) no-repeat right center;
}
#main ul.pricelist li span.oldprice {
	color: #FF0000;
	text-decoration:line-through;
}
#main ul.pricelist li ul.promo {
	padding: 0;
	margin: 5px 0;
}
#main ul.pricelist li ul.promo li {
	float: none;
	text-align: left;
	width: auto;
	padding: 1px 0 0 40px;
	background: transparent; 	
	color: #EF9C0C;
	background: transparent url(/img/pricefree.png) no-repeat left center;
	border-bottom: none;
}

#main .gallery td {
	text-align: center;
	padding: 0 0 25px 0;
	font-size: 1.0em;
}
#main .gallery td.dealer {padding: 0;}
#main .gallery a {
	border: none;
	color: #666666;
	font-weight: bold;	
}
#main .gallery a.active, #main .gallery a:hover {
	color: #000000;	
}
#main .gallery img {
	border: none;
	padding: 0;
	margin: 5px auto;
	opacity: 0.65;
	filter: alpha(opacity=65);	
}
#main .gallery a.active img, #main .gallery img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

#main .map {
	text-align: center;
}
#main .map a {
	padding: 3px 10px;
	margin: 5px 2px;
	color: #666666;
	background: #F5F5F5;	
	border: 1px solid #E7E5E8;	
}
#main .map a.current, #main .map a:hover {
	color: #000000;
	background: #EBEBEB;
	border: 1px solid #E7E5E8;	
}
/* Dealers */
#main .dealers {}
#main .dealers ul.details {
	clear: both;
	margin: 10px 0 20px 20px;
	padding: 5px 0;
	border-bottom: 1px solid #8E8E8E;		
}
#main .dealers ul.details li{
	list-style: none;
	padding:1px 0 1px 25px;
	margin: 2px 0;
	background: transparent url(/img/ico-dealers.gif) no-repeat;
}
#main .dealers ul.details li.add{ background-position: 0px 3px; }
#main .dealers ul.details li.tel{ background-position: 0px -16px; }
#main .dealers ul.details li.fax{ background-position: 0px -36px; }
#main .dealers ul.details li.mob{ background-position: 0px -56px; }
#main .dealers ul.details li.web{ background-position: 0px -75px; }
#main .dealers ul.details li.eml{ background-position: 0px -94px; }
#main .dealers ul.details li.sky{ background-position: 0px -116px; }
	
#main .dealers ul li a {
	text-decoration: none;
	border: none;
	color: #666666;		
}
#main .dealers ul li a:hover {
	color: #000000;		
}

#main .dealers ul.products {
   float:left;
   margin:10px 0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#main .dealers ul.products li {
   float:left;
   list-style:none;
   margin:0;
   padding:0 5px;
   position:relative;
   right:50%;
   background: none;   
}
#main .dealers ul.products li a {
	float:left;
	height: 24px;
	background: transparent url(/imgs/dealer-products.png) no-repeat;	
}
#main .dealers ul.products li a.dreambox {width:56px; background-position: -11px 0px;}
#main .dealers ul.products li a.cuberevo {width:46px; background-position: -77px 0px;}
#main .dealers ul.products li a.vuplus {width:32px; background-position: -133px 0px;}
#main .dealers ul.products li a.xtrend {width:54px; background-position: -175px 0px;}
#main .dealers ul.products li a.inverto {width:23px; background-position: -239px 0px;}
#main .dealers ul.products li a.atec {width:34px; background-position: -271px 0px;}
#main .dealers ul.products li a.tplink {width:51px; background-position: -315px 0px;}
#main .dealers ul.products li a.connectors {width:35px; background-position: -376px 0px;}

#main #map {
	position: relative;
	width:620px;
	height:340px;
	margin: 0 auto;
	padding: 0;
	background:url(/imgs/me-map.png) top left no-repeat;	
	font-size:12px;	
	font-weight: bold;	
    text-align: center;	
}
#main #map li {
    display: inline;
	margin:0;
	padding:0;
	list-style:none;
}
#main #map a {
    background: url("/imgs/mapbg-left.png") no-repeat scroll left top transparent;
    float: left;
    padding: 0 0 0 8px;
	margin: 0;
    position: absolute;
    text-decoration: none;	
	border: none;
}
#main #map a span {
    background: url("/imgs/mapbg-right.png") no-repeat scroll right top transparent;
    color: #333333;
    display: block;
    float: left;
    padding: 0px 8px 2px 0px;
	color: black;
}
#main #map a:hover {
    background-position: left -22px;
}
#main #map a:hover span {
    background-position: right -22px;
}
#main #map li.current a {
    background-position: left -44px;
}
#main #map li.current a span {
    background-position: right -44px;
	color: white;	
}
#main #map a.mar {left:10px; top:65px;}
#main #map a.alg {left:100px; top:100px;}
#main #map a.tun {left:185px; top:40px;}
#main #map a.lba {left:225px; top:110px;}
#main #map a.egy {left:325px; top:120px;}
#main #map a.sud {left:325px; top:225px;}
#main #map a.syr {left:385px; top:18px;}
#main #map a.lib {left:332px; top:40px;}
#main #map a.ple {left:320px; top:62px;}
#main #map a.jor {left:395px; top:90px;}
#main #map a.irq {left:431px; top:55px;}
#main #map a.iri {left:532px; top:45px;}
#main #map a.kuw {left:485px; top:78px;}
#main #map a.brn {left:510px; top:105px;}
#main #map a.qat {left:478px; top:135px;}
#main #map a.qat {left:478px; top:135px;}
#main #map a.uae {left:540px; top:130px;}
#main #map a.oma {left:565px; top:175px;}
#main #map a.yem {left:475px; top:218px;}
#main #map a.ksa {left:450px; top:163px;}

/* countdown timer */
#timer {
	position:relative;
}
#timer .numbers {
	font:24px 'Trebuchet MS';
	font-weight:bold;
	text-align:left;
	color:#fff;
}
#timer #days, #timer #hours, #timer #mins, #timer #seconds {
	float:left;
	width:44px;
	height:30px;
	padding-left:16px;
	margin-right:10px;	
	letter-spacing:10px;
	background:url(/imgs/timer-bg.png) no-repeat;	
}
#timer #days {background-position: 0px 0px;}
#timer #hours {background-position: 0px -40px;}
#timer #mins {background-position: 0px -80px;}
#timer #seconds {background-position: 0px -120px;}

ul.tabs {
    border-bottom: 1px solid #888;
    list-style: none outside none;
    margin: 25px 0;
    padding: 4px 0 2px 0;
    text-align: center;
	background:url(/imgs/tab-bg.gif) repeat;	
}
ul.tabs li {
    display: inline;
    margin: 0px;
    padding: 0px;
}
ul.tabs a {
    border: medium none;
    padding: 6px 10px 4px 10px;
    margin: 0px;	
    text-decoration: none;
	font-weight: bold;	
}
ul.tabs a:hover  {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;	
    background: #888;		
	color:#fff;	
    padding-top: 4px;
}
ul.tabs a.active {
    border: 1px solid #888;
    border-top: 1px solid #888;	
    border-bottom: 2px solid #fff;
    background: #fff;
	color:#000;	
    padding-top: 10px;	
}

#main a.button {
    background: url("/imgs/mapbg-left.png") no-repeat scroll left top transparent;
    padding: 0 0 0 8px;
	margin: 0;
    text-decoration: none;	
	border: none;
}
#main a.button span {
    background: url("/imgs/mapbg-right.png") no-repeat scroll right top transparent;
    color: #666666;
    display: block;
    padding: 0px 8px 2px 0px;
}
#main a.button:hover {
    background-position: left -22px;
}
#main a.button:hover span {
    background-position: right -22px;
	color: black;	
}

/* 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;	
}

#main .rating tr.header {
  background:none repeat scroll 0 0 #F5F5F5;
  border-bottom:1px solid #EBEBEB;
}
#main .rating td {
  border-bottom:1px solid #EBEBEB;
}
#main .rating tr.header td {
  font-weight: bold;
  height: 30px;
}
#main .rating td.model {
  text-align: center; 
  width: 250px;
  padding: 5px 0;
}
#main .rating td.model a {
	border-bottom: none;	
}
#main .rating div {
  width: 80px;
  background: url(/imgs/star-empty.png) 0 0 repeat-x;
  display:block;
  margin: auto 0;
}
#main .rating div div {
  height: 16px;
  background: url(/imgs/star-full.png) 0 0 repeat-x;
}

/* Sidebar */
#sidebar {
	display:inline;
	float:right;
	margin: 12px 35px 0 0px;
	padding:0 0 30px 0;
	width:180px;
}
#sidebar h2 {
	color: #111;
	font: normal 1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #ebebeb;	
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(/img/dots.gif) repeat-x left bottom;
	padding: 5px;
	margin: 0;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	padding:0 0 0 25px;
	text-decoration: none;
	background: transparent url(/img/ico-sidemenu.gif) no-repeat left center;	
	border: none;
	color: #666666;		
}
#sidebar ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
#sidebar ul.sidemenu li a:hover {	
	letter-spacing: 0.5px;
	color: #000;	
	border: none;
}
#sidebar ul.sidemenu li a.current {	
	font-weight: bold;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* 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 {text-align: right;}
#footer p { margin: 0; text-align: center;}
#footer a {
	color: #000;
	border-bottom: none;
}
#footer a:hover {border-bottom: 1px solid #000;}

/* 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 }

/* Alignment */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* Clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

