/* One Telecom Solutions by Big Plain Media and Julian Parge. */

/* Main CSS */
body { 
	width:900px;
	margin:0px auto;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; 
	background: url(../images/bg.png) no-repeat top center #ffffff; 
	font-size: 11px; 
	color: #000000; 
	}

a, a:visited  {
	text-decoration:none; 
	color:#999999;
	}

a:hover { 
	text-decoration:none; 
	color:#3c6e14;
	}

img, a img { 
	border: none; 
	}

h3 {
	margin:0px;
	font-weight:normal;
	padding-bottom:10px;
	font-size:11px;
	color:#3c6e14;
	}
	
h4 {
  font-size:14px;
  padding-bottom:10px;
  color:#2b6c82;
  margin:0px;
}

li, ul {
	margin:0px;
	}
	
/* Logo */
.logo { margin-left:30px; }

/* New Misc. */
.text-input { width:150px;background:#f1f1f1;margin-top:2px;margin-bottom:6px;color:#777;border-top:1px solid #777;border-left:1px solid #777; border-right:1px solid #ccc; border-bottom:1px solid #ccc; }
.rounded { width:100%; margin:0px auto; padding:0px; border:0px; }	
.rounded-top {background:url('http://www.onetelecom.eu/images/top.png') no-repeat bottom center; border:0px;}
.rounded-tshop {background:url('http://www.onetelecom.eu/images/top-shop.png') no-repeat bottom center; border:0px;}
.rounded-middle {background:url('http://www.onetelecom.eu/images/mid.png') repeat-y top center; border:0px; padding-top:20px;padding-bottom:20px;}
.rounded-bottom {background:url('http://www.onetelecom.eu/images/bot.png') no-repeat top center; border:0px;}

/* Tooltips */	
.tooltip { position:relative; }
.tooltiphover { position:relative; }
.tooltip span { display:none; }
.tooltiphover span { width:500px; margin-left:-100px; position:absolute;background:#efefef;padding:10px;border:1px dotted #ccc; z-index:3; }

/* Suggestions */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
	
/* Tabs */
.tabs { width:200px; float:right; margin-right:80px; border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc; border-bottom:1px solid #fff; padding:10px;margin-bottom:-10px; position:absolute; }
	
/* Homepage 2.0 */
.home-wrap { width:100%;margin:0px;background:url('http://www.onetelecom.eu/images/home/bg.png') no-repeat top center; }

#banner-cycle { margin-left:3px;margin-top:4px; }
#content-cycle { width:500px; }
#parts-cycle { width:400px; }

.home-nav { width:160px;margin-left:2px;margin-top:4px; }
  .homemenu { margin: 0; padding: 0; list-style: none; font-variant:small-caps; word-spacing:4px; padding-bottom:10px; }
	.homemenu li { text-align:left; border-bottom:1px dotted #ccc; padding-top:2px; padding-bottom:2px; }
	.homemenu a { padding: 0px; text-decoration: none; color: #3c6e14; }
	.homemenu a:hover { color:#999; }
	.menu-last { border-bottom:0px; }

.login-button-div { text-align:center;padding-top:7px; }

.home-tbl1 { width:850px; margin:0px auto;}
.home-tbl2 { width:830px; margin:0px auto; padding-top:15px; height: 230px; }
.home-tbl3 { width:850px; margin:0px auto; padding-top:20px;padding-bottom:30px; }
.home-tbl4 { margin-left:10px; }

.home-text-cell { text-align:justify;padding:10px; }
.home-img-cell { width:240px; }
.home-dlv-cell { margin-left:-5px;text-align:center; }
.home-ship-span { font-size:14px;color:#333; }
.home-parts-cell { padding:5px;text-align:center;width:100px; }
.home-parts-img { width:80px;height:80px; }

.guarantee-img { padding-top:5px; }

#bulletin { margin-top:10px; color:#f00;font-weight:bold; width:800px; margin-left:auto; margin-right:auto; }

	
/* Menu */
  #jsddm {	margin: 0px; padding: 0px; font-variant:small-caps; word-spacing:4px; }
	#jsddm li { float: left; list-style: none; text-align:center; }
	#jsddm li a { display: block; background: #fff; padding: 0px;	text-decoration: none; 	color: #3c6e14; white-space: nowrap; padding-left:15px; padding-right:15px; border-left:1px solid #ccc; }
	#jsddm li a:hover { color:#999; }
	#jsddm li ul {	margin-top: 4px; margin-left:10px; padding: 0; position: absolute; visibility: hidden; z-index:100; background:#fafafa; border-bottom:1px dotted #ccc; border-left:1px dotted #ccc; border-right:1px dotted #ccc; }		
	#jsddm li ul li { float: none; display: inline; }
	#jsddm li ul li a { width: 80px; color:#3c6e14; border-top: 1px dotted #ccc; padding-top:5px;padding-bottom:5px; width:120px; padding-left:5px; text-align:left; }		
	#jsddm li ul li a:hover { color:#999; }
	
/* Menu 2.0 */
  .jsddm { margin: 0px auto; padding: 0px; font-variant:small-caps; word-spacing:4px; }
	.jsddm li { float: left; list-style: none; text-align:center; }
	.jsddm li a { display: block; background: #fff; padding: 0px; text-decoration: none; color: #3c6e14; white-space: nowrap; padding-left:15px; padding-right:15px; border-left:1px dotted #ccc; }
	.jsddm li a:hover { color:#999; }
	.jsddm li ul {	margin-top: 4px; margin-left:10px; padding: 0; position: absolute; visibility: hidden; z-index:100; background:#fafafa; border-bottom:1px dotted #ccc; border-left:1px dotted #ccc; border-right:1px dotted #ccc; }		
	.jsddm li ul li { float: none; display: inline; }
	.jsddm li ul li a { width: 80px; color:#3c6e14; border-top: 1px dotted #ccc; padding-top:5px;padding-bottom:5px; width:120px; padding-left:5px; text-align:left; }		
	.jsddm li ul li a:hover { color:#999; }

/* Cats */
	#cats { float:left; font-variant:small-caps; word-spacing:10px; margin-left:-22px; color:#ccc;margin-top:10px; }
	#cats a, #cats a:visited { color:#3c6e14;  }
	#cats a:hover { color:#999; }

 	.catsm { margin-bottom:-3px; padding: 0; font-variant:small-caps; word-spacing:3px; float:left; border:0px solid #f00; }
	.catsm li { float: left; list-style: none; text-align:center; margin-right:-1px; height:24px; background:url('http://www.onetelecom.eu/images/tabs/old-tab.png') no-repeat bottom center; }
	.catsm li a { display: block; text-decoration: none; color: #3c6e14; white-space: nowrap; width:106px; margin-top:8px; margin-left:2px; margin-right:2px; }
	.catsm li a:hover { color:#999; }
	.catsm li ul {	margin-top: 8px; margin-left:15px; padding: 0px; position: absolute; visibility: hidden; z-index:100; background:#fff; border:1px dotted #ccc; }		
	.catsm li ul li { float: none; display: inline; margin:0px; padding:0px; }
	.catsm li ul li a { margin-top:0px; width: 120px; color:#3c6e14; border-top: 1px dotted #ccc; padding-top:5px; padding-bottom:5px; width:120px; padding-left:5px; text-align:left; }		
	.catsm li ul li a:hover { color:#999; }

/* Root Table */
.cont-table { padding: 0; margin: 0; }

/* Menu 3.0 */
  .r-menu { margin: 0; padding: 10px; width: 150px; font-variant: small-caps; }
  .r-menu ul {  padding: 0; margin: 0; list-style: none; }
  .r-menu ul li { padding: 5px; margin: 0; border-bottom: 1px dotted #ccc; }
  .r-menu ul li ul { padding: 0; margin-left:10px; }

  .r-cont { padding: 10px; margin: 0; }

/* Defined IDs */
#container { 
	width:900px;
	margin:0px auto;
	position:relative;
	}

#header {
	padding-top:18px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	margin-right:10px;
	}

#content {
	width:880px;
	padding-top:10px;
	margin: 0px auto;
	border:0px solid #f00;
	}

#navbar {
	text-align:right;
	font-variant:small-caps;
	word-spacing:10px;
	padding-right:10px;
	padding-top:3px;
	color:#999;
	}

#navbar a, #navbar a:visited {
	color:#3c6e14;
	}

#navbar a:hover {
	color:#999;
	}

#catbar {
	float:right;
	text-align:right;
	font-variant:small-caps;
	word-spacing:2px;
	padding-right:10px;
	padding-top:3px;
	color:#dedede;
	}

#catbar a, #catbar a:visited {
	color:#2b6c82;
	}

#catbar a:hover {
	color:#999;
	}

#footer {
	margin-top:10px;
	margin-bottom:40px;
	text-align:center;
	color:#999;
	}


form#contactform input { font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; color:#888; font-size: 11px; border-color:#999; border-style:inset; border-width:1px; margin-top: 2px; margin-bottom: 2px; padding:2px; background:#fff; }  
form#contactform textarea {  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif; color:#888; font-size: 11px; border-color:#999; border-style:inset; border-width:1px; margin-top: 2px; margin-bottom: 2px; padding: 2px; background:#fff; }  


/* Classes */
.location {
	color:#999999;
	border:0px;
	float:right;
  text-align:right;
  padding-right:10px;
	font-variant:small-caps;
	border-top:0px dotted #dedede;
  margin-top:-15px;
	margin-bottom:10px;
}

.location a, .location a:visited {
	color:#2b6c82;
	}

.location a:hover {
	color:#999;
	}

.ctable {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	}

/* Shop */
#content a, #content a:visited { color:#3c6e14; }
#content a:hover { text-decoration:none; color:#999; }

#wrapper { width:800px; margin:0px auto; }
#alt-wrapper { width:800px; margin:0px auto; }

#msgbnr { border-bottom:1px dotted #ccc; color:#f00; padding-bottom:4px; }

#navigation { width:100%; padding-left:40px; margin:0px; }

.tbhead {  padding-right:20px;padding-left:20px;margin-bottom:10px; }
.tbh-left { padding-top:5px;padding-bottom:5px; text-align:left; }
.tbh-right { text-align:right;padding-right:20px;padding-top:5px;padding-bottom:5px;}
.tbh-srch { float:right; padding-right:50px; }

.loco { word-spacing:0px; color:#555; padding-left:30px; font-variant:small-caps; }

#jcart, #jcart input, #jcart-tooltip { font-size:11px; }

#jcart fieldset { border:0px; }

#jcart table { width:750px; margin-top:30px; position:relative; border:0; margin-left:auto; margin-right:auto; color:#777; clear:both; }
#jcart tr {  }
#jcart td { border-top:1px dotted #ccc; vertical-align:top; text-align:left; font-weight:normal;padding-top:3px;padding-bottom:3px; font-size:10px;vertical-align:middle; }
#jcart td.empty { text-align:center; }

#jcart p.jcart-error { text-align:center; padding:5px; }

#jcart-title { font-weight:normal; }

#jcart th#header { }
#jcart th#footer { }

.jch { font-weight:bold; background:#fff; color:#3c6e14; font-size:11px; padding: 8px 14px 8px 8px; }

/* Important Library CSS */
.thumb img { width: 70px; height: 70px; float:left; padding-top:8px; padding-bottom:8px; }
.ss-lib-body { float:left; padding-left:60px; padding-top:22px; text-align:left;text-transform:uppercase; }
.ss-lib-form { float:right; padding-top:35px; } 
.ss-lib-qty { font-size:11px; text-align:center; color:#777; border:1px solid #ccc; padding:0px; width:30px; margin-left:15px; margin-right:7px; }
.ss-lib-add { margin-bottom:-4px; margin-right:1px }
.ss-lib-fav { margin-bottom:-4px; }

.st-lib-add { margin-bottom:-4px; margin-right:1px }
.st-lib-qty { font-size:14px; text-align:center; color:#777; border:1px solid #ccc; padding:0px; width:50px; margin-left:2px; margin-right:7px; }
.st-lib-prc { font-size:14px; text-align:center; color:#777; border:1px solid #ccc; padding:0px; width:50px; margin-left:2px; margin-right:7px; }

#jcart span#jcart-subtotal { display:block; }

#jcart input.jcart-button { padding:2px; margin:2px;}

#jcart input#jcart-checkout { float:right; }

#store-btns { width:100%;text-align:center;white-space:no-wrap; }
#jcart input#jcart-subm { border:1px solid #000; display:block; padding:5px; width:100px; float:right; }
#jcart input#store-subm { border:1px solid #000; display:block; padding:5px; width:100px; }

#obupd { border:1px solid #000; color:#fff; background:#9dc972; display:block; padding:5px; width:100px; float:right; }
#obsub { border:1px solid #000; color:#fff; background:#9dc972; display:block; padding:5px; width:100px; }

#jcart-tooltip { border:solid 1px #000; padding:3px 7px 3px 25px; background:url(../images/checkmark.png) 3px center no-repeat #DAEDCB;  }

#admin-order input { border:1px solid #777; font-size:10px; padding:2px; }

.admttl { width:100%;border-bottom:1px dotted #333;padding-bottom:4px;padding-top:4px;font-size:14px;color:#2b6c82; }
.admsct { width:100%;padding-top:4px;padding-bottom:14px; }

table.order-tbl thead th { border-bottom:1px dotted #ccc; }
table.order-tbl { border-bottom:1px dotted #ccc; }

#catbar a, #catbar a:visited {
	color:#3c6e14;
	}

#catbar a:hover {
	color:#999;
	}

#cart-count, #cart-count a, #cart-count a:visited {
  font-weight:bold;
  font-size:10px;
  color:#555;
}

#info-count, #info-count a, #info-count a:visited {
  font-weight:bold;
  font-size:10px;
  color:#555;
}

#fav-count, #fav-count a, #fav-count a:visited {
  font-weight:bold;
  font-size:10px;
  color:#555;
}

#tops-count, #tops-count a, #tops-count a:visited {
  font-weight:bold;
  font-size:10px;
  color:#555;
}

#save-count, #save-count a, #save-count a:visited {
  font-weight:bold;
  font-size:10px;
  color:#555;
}

.antitheft { position:absolute;z-index:30;margin-left:-70px; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
 
 /*
 * jQuery UI specific styling
 */

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
}

.ui-buttonset .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	width: 350px !important;
}

.ui-toolbar {
	padding: 5px;
}

.dataTables_paginate {
	padding-top:10px;
	padding-right:5px;
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

table.display thead th {
  margin-top:10px;
  padding-top:10px;
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}


/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
	padding-right: 20px;
}

table.display thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

/* jQuery UI stuff */

#categs span { float: left; padding: 2px 10px; }

#categs a, #categs a:visited {
  font-weight:bold;
	color:#2b6c82;
	}

#categs a:hover {
  font-weight:bold;
	color:#999;
	}

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	clear: both;
	_height: 302px;
	zoom: 1;
}

.dataTables_processing {
	position: absolute;
  	z-index:100;
	height: 10px;
	margin-left: 772px;
	margin-top: -16px;
	text-align: center;
}

.dataTables_length {
	width: 40%;
	padding-top:7px;
  padding-bottom:7px;
	float: left;
}

.dataTables_filter {
  color:#555;
	width: 50%;
	float: right;
	text-align: right;
  padding-top:7px;
  padding-bottom:7px;
  padding-right:30px;
}

.dataTables_filter input {
  border-top:1px solid #777;
  border-left:1px solid #777;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.dataTables_info {
  padding-top:14px;
  padding-left:30px;
	width: 50%;
	float: left;
	color:#555;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 14px;
	width: 14px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/prv.png');
}

.paginate_enabled_previous {
	background-image: url('../images/prv.png');
}

.paginate_disabled_next {
	background-image: url('../images/nxt.png');
}

.paginate_enabled_next {
	background-image: url('../images/nxt.png');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

table.display thead th {
  font-weight:bold;
  background:#fff;
  color:#3c6e14;
	padding: 8px 14px 8px 8px;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
	font-size:10px;
	text-align:center;
  border-top:1px dotted #ccc;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */

table.display tr.odd {
  border-top:1px dotted #ccc;
	background-color: #ffffff;
}

table.display tr.even {
  border-top:1px dotted #ccc;
	background-color: #ffffff;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {

	width: 400px;
	height: 22px;
	line-height: 22px;
	padding-right:30px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ffffff;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #efefef;
}

.paging_full_numbers span.paginate_active {
	background-color: #efefef;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/*
 * KeyTable
 */
table.KeyTable td {
	border: 3px solid transparent;
}

table.KeyTable td.focus {
	border: 3px solid #3366FF;
}

table.display tr.gradeA {
	background-color: #eeffee;
}

table.display tr.gradeC {
	background-color: #ddddff;
}

table.display tr.gradeX {
	background-color: #ffdddd;
}

table.display tr.gradeU {
	background-color: #ddd;
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}

#mail-list
{
	width: 100%;
	height: 200px;
	overflow: auto;
  border:1px solid #ccc;
  background:#efefef;
}

/* jScrollPane */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #efefef;
	position: relative;
}

.jspDrag
{
	background: #ccc;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

