* {
	border:0;
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff;
	color:#666;
	font:0.9em Verdana, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}

hr {
	margin: 5px;
	border-top: 1px solid #a8a7ac;
}

a {
	color: #666666;
}

p {
	padding-bottom: 7px;
}

#content {
	width: 640px; /* 640 */
/*	width: 1280px; /* 640*2 */
/*	width: 1920px; /* 640*3 */
/*	width: 100%; */
	margin: 0 auto;
}

.phones {
	/* border: 1px solid black; */
}

.phoneInfo {
	width: 624px; /* 640-7-7-1-1 */
	/* border: 1px dashed grey; */
	float: left;
	display: block;
}

h1 {
	padding: 0 0 14px 0;
}

.last:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

.phones:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

.buttons {
	float: right;
	text-align: center;
	width: 5em;
	font-size: 10px;
}


.buttons div {
	float: right;
	width: 2em;
	border: 1px solid grey;
	cursor: hand;
	cursor: pointer;
}

.buttons div:hover {
	border: 1px solid black;
	background-color: #EEEEEE;
}

.buttons a {
	width: 1em;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.buttons .close {
	display: none;
}

.capability {
	width: 624px; // needed for IE
}
.capability div {
	float: left;
}
.capability:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

.capName {
	min-width: 200px;
	/* border: 1px dashed red; */
	padding-left: 7px;
}
.capValue {
	max-width: 400px;
	/* border: 1px dashed black; */
	padding-left: 14px;
}

.odd {
	background-color: #eeeeee;
}
.even {
	background-color: #dddddd;
}

.phoneInfo h3 {
	font-size: 17px;
	line-height: 17px;
}

.groupCap {
	padding: 7px 0 7px 0;
}
.plusToggle {
	display: none;
}
.minusToggle {
	display: inline;
}

.unVisible {
	visibility: hidden;
}

.hidden {
	display: none;
}

.toggleCapability {
    cursor: hand;
    cursor: pointer;
}

.letterList {
	padding-left: 14px;
}

.letterShortcuts {
	text-align: center;
}

/* header */
#header {
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	margin:0 auto;
	width:640px;
	height:25px;
	background: url(../img/mobilofant-logo.png) no-repeat 10px 0px;
}
#header_inside h1 {
	color:#9c0;
	float:left;
	font:20px 'Tahoma', 'Trebuchet MS', Verdana, sans-serif;
	letter-spacing: -1px;
	width: 210px;
	line-height: 25px;
	padding: 0;
}
#header_inside h1 a {
	padding: 0 0 0 40px;
	text-decoration: none;
	color: black;
}
#header_inside h1 a:hover {
}
#header_inside h1 span {
	color:#fff;
	display: block;
	font-size: 12px;
	padding: 0 0 0 133px;
	letter-spacing: 8px;
	margin-top: -4px;
}
#header_inside ul {
	float:right;
	height:25px;
	list-style:none;
	width: 210px;
}
#header_inside ul li {
	float:right;
	height:25px;
	list-style:none;
}
#header_inside ul li a {
	color: black;
	display:block;
	float: left;
	height:25px;
	line-height:25px;
	padding: 0px 15px 0 15px;
	text-align:center;
	font-size: 12px;
}
#header_inside ul li a:hover,
#header_inside ul li a.active:hover {
	background:#ECECEC;
	color:black;
}
#header_inside ul li a.active {
	background:#F7F7F7;
	color:black;
}

#header_inside .search {
	float: right;
	width: 220px;
	text-align: right;
}

/* footer */
#footer {
	width:100%;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer_inside {
	margin:7px auto;
	width:640px;
	text-align: center;
	color: black;
}
#footer_inside a {
	color: black;
}


/* forms styles*/

fieldset {
	clear: both;
}

fieldset span {
	clear: left;
	display: block;
}

fieldset span label {
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 0.5em;
	width: 5em;
}

input, textarea {
	border: 1px solid #707070;
	margin: 3px;
	background-color: #ECECEC;
}

input:hover, textarea:hover {
	border: 1px solid #999999;
}

input:focus, textarea:focus {
	background-color: #c2c2c2;
}

.submit input, .submit input:hover, .submit input:focus {
	border: 2px outset;
	margin-left: 5em;
	background-color: #ECECEC;
}

.doNotFillIn {
	display: none;
}

/* letter tabs */
.letterShortcutsTabs ul {
	list-style:none;
}
.letterShortcutsTabs ul li {
	float:left;
	list-style:none;
	width: 1em;
}
.letterShortcutsTabs ul li a {
	text-align:center;
	font-size: 12px;
}
.letterShortcutsTabs ul li a:hover,
.letterShortcutsTabs ul li a.active:hover {
	background:#ECECEC;
	color:black;
}
.letterShortcutsTabs ul li a.active {
	background:#F7F7F7;
	color:black;
}
.letterShortcutsTabs ul:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

li.ui-tabs-selected a {
	font-size: 17px !important;
	font-weight: bold;
	text-decoration: none;
}

.ui-widget-content h3 {
	display: none;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.handheldOnly {
	display: none;
}

