/*CSS Stylesheet	Author: Anton Solovykh (Inmedia Ltd.)--------------------------- */



/* Utilites------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main styles------------------------------ */

html { height: 100%; background: #fff; font: 0.75em/1.5 Verdana, sans-serif; }
body { height: 100%; min-height: 100%; } /* body height 100% */

a { color: #003366; }
a:visited {  }
a:hover { color: #7c001a; }
a:active {  }



/* Main Layout
------------------------------ */

#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('../i/top.jpg') top right no-repeat;
} 



/* Header */
#header {
	height: 170px;
	padding: 80px 0 0 50px;
	background: url('../i/cable.jpg') top left no-repeat;
}
	
	#logo {
		width: 310px;
		height: 90px;
		padding-bottom: 90px;
		background: url('../i/phones.gif') bottom left no-repeat;
	}
		
		#logo a h1 {
			width: 310px;
			height: 90px;
			background: url('../i/logo.gif') top left no-repeat;
		}
	

#top {
	height: 42px;
	background: #1e668f url('../i/menu-bg.gif') top repeat-x;
	padding: 0 35px;
}



/* Middle */
#middle {
	margin: 0 35px;
	padding: 30px 0 75px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 290px 0 290px;
}

/* Sidebar Left */
.sl {
	float: left;
	width: 270px;
	margin-left: -100%;
	position: relative;
}

/* Sidebar Right */
.sr {
	float: right;
	width: 270px;
	margin-right: 0;
	position: relative; right: 0;
}



/* Footer */
#footer {
	border-top: 2px solid #2782b2;
	margin: -75px 35px 0 35px;
	min-width: 1000px;
	height: 75px;
	padding: 15px 7px;
	font-size: 11px;
	color: #666;
}

#search-top { float: right; height: 20px; padding: 10px 0; }



			
/* Layout Boxs
------------------------------ */

.page-layout { margin-right: -5px; }
.layout-box { float: left; margin: 0 5px 5px 0; }

.lb-1 { width: 779px; } /* 100% */
.lb-2 { width: 583px; } /* 75% */
.lb-3 { width: 387px; } /* 50% */
.lb-4 { width: 191px; } /* 25% */
			
			
/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font: 1.7em "Myriad Pro", Arial, Helvetica, sans-serif; margin-bottom: .5em; color: #003366; align: center;}
.content h2 { font-size: 1.5em; color: #7c001a; align: center;}
.content h3 { font-size: 1.3em; font-weight: bold; align: center;}
.content h4 { font-size: 1.1em; font-weight: bold; align: center;}

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
code, pre { font: 1.2em/1 "Courier New", Courier, monospace; padding: 1px 2px; background: #eee; }
pre { border: 1px dashed #aaa; line-height: 1.7em; padding: 5px; font-size: .9em; background: #eee; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #ccc; background-color: #ccc; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, .content img, hr { margin-bottom: 11px;}

.box { margin: 11px; }
.box2 { margin: 22px; }

.block { margin-bottom: 12px; }

/* Text align, float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

table { border-collapse: collapse; width: 100%; }
table th, table td { border: 1px solid #ccc; padding: 2px 3px; text-align: center; vertical-align: middle; }
table th { background: #f4f4f4; }
table td { text-align: center; vertical-align: middle; }
table tr { text-align: center; }

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { float: left; text-align: right; width: 25.99%; padding: 0 2%; }
.content .f-inputs { padding-left: 30%; }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle; }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }

.searchbox { height: 20px; width: 170px; background: url('../i/searchbox-bg.gif') top left no-repeat; border: none; padding: 3px 5px 3px 25px; font-size: 11px; font-style: italic; color: #fff; }

/* Corners (em)
------------------------------ */
.corners { position: relative; overflow: hidden; background: #f2f2f2; }
.corners em.tl, .corners em.tr, .corners em.bl, .corners em.br { position: absolute; font-size: 1px; width: 20px; height: 20px; background: url(../i/corners.png);  }
.corners em.tl { left: -10px; top: -10px; } .corners em.tr { right: -10px; top: -10px; } .corners em.bl { left: -10px; bottom: -10px; } .corners em.br { right: -10px; bottom: -10px; }

/* Big buttons
------------------------------ */
.butt {	width: 270px; height: 56px; margin-bottom: 5px;	}
.butt a { display: block; width: 270px; height: 36px; background: url('../i/butt.png') top left no-repeat; text-align: center; padding-top: 20px }
.butt a:hover { background: url('../i/butt.png') bottom left no-repeat; }

/* Lists
------------------------------ */

ul.arrow { margin-left: 1em; }
ul.arrow li { line-height: 18px; list-style: none; background: url('../i/arrow.gif') 0 7px no-repeat; padding-left: 2em; }

ul.border { margin: 0; }
ul.border li { list-style: none; padding-top: 7px; border-bottom: 1px dotted #333; }
ul.border li.first { padding-top: 0; }
ul.border li.last { border: none; }

/* Top menu
------------------------------ */
#top ul {
	display: block;
	margin: 0;
	height: 42px;
	float: left;
}

#top ul li { 
	display: block;
	float: left;
	list-style: none;
}



#top ul li a {
	color: #fff;
	padding: 10px 15px 11px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
}

#top ul li a:hover, #top ul li.active a {
	background: url('../i/menu-bg.gif') bottom repeat-x;
}

/* Left menu
------------------------------ */
ul.left-menu { margin: 0; font-size: 11px; }
ul.left-menu li { line-height: 18px; list-style: none; background: url('../i/arrow.gif') 0 7px no-repeat; padding-left: 1.3em; }

ul.left-menu li.parent { background: none; margin-top: 11px; padding-left: 0; }
ul.left-menu li ul { margin-left: 1.3em; }

ul.left-menu li.active {
	font-weight: bold;
}

/* Links
------------------------------ */
.readmore { font-size: 11px; font-family: Arial, Helvetica, sans-serif; padding: 0 0 10px 0; }

/* Breadcrumbs
------------------------------ */
.breadcrumbs { font-size: 11px; font-style: italic; }

.product-icon { width: 180px; height: 160px; text-align: center; font-size: 11px; margin: 10px; }
.product-icon img { margin: 0; padding: 0; border: none !important; }

tr.odd td { background: red; }

/* Search */
  .ajaxSearch_highlight, .ajaxSearch_highlight1 {
    /* padding: 2px 3px; */
    background: #ffcc99;
  }
  
  .ajaxSearch_result {
    padding: 10px 0;
    border-bottom: 1px dotted #999;
  }

