body, *{
	margin:0;
	padding:0;
	font-family: "verdana","sans-serif";
}

body{
	background-color:#bcbbba;
}

a{
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#D6860E;
}
a:hover{
	text-decoration:underline;
}

div.clear{
	height:0;
	border:0;
	display:none;
	visibility:hidden;
	clear:both;
}

.displayNone{
	display:none;
}

span.na-text{
	font-style:italic;
	color:#D10404;
}

div.error-message{
	color:#D10404;
	font-weight:bold;
	text-transform:upppercase;
	margin:15px auto;
	background-color:#FFECEC;
	border:solid 1px #D10404;
	border-radius:5px;
	padding:5px 20px;
	display:inline-block;
}

div.success-message{
	color:black;
	font-weight:bold;
	text-transform:upppercase;
	margin:15px auto;
	background-color:#ddd;
	border:solid 1px black;
	border-radius:5px;
	padding:5px 20px;
	display:inline-block;
}

div#head{
	width:100%;
	height:50px;
	background-color:#1B1C25;
	background-image: linear-gradient(bottom, #1B1C25 24%, #34363E 81%);
	background-image: -o-linear-gradient(bottom, #1B1C25 24%, #34363E 81%);
	background-image: -moz-linear-gradient(bottom, #1B1C25 24%, #34363E 81%);
	background-image: -webkit-linear-gradient(bottom, #1B1C25 24%, #34363E 81%);
	background-image: -ms-linear-gradient(bottom, #1B1C25 24%, #34363E 81%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, #1B1C25),
		color-stop(0.81, #34363E)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B1C25', endColorstr='#34363E',GradientType=0 ); /* IE6-9 */
	position:fixed;
	z-index:10;
	box-shadow:3px 3px 5px #777;
}

div#head div#logo-ads{
	background:url(../images/logo.png) no-repeat top left;
	width:230px;
	height:45px;
	position:relative;
	top:2px;
	left:200px;
	cursor:pointer;
}

div#footer{
	width:100%;
	height:20px;
	background-color:#1B1C25;
	background-image: linear-gradient(bottom, #1B1C25 24%, #34363E 81%);
	background-image: -o-linear-gradient(bottom, #1B1C25 24%, #34363E 81%);
	background-image: -moz-linear-gradient(bottom, #1B1C25 24%, #34363E 81%);
	background-image: -webkit-linear-gradient(bottom, #1B1C25 24%, #34363E 81%);
	background-image: -ms-linear-gradient(bottom, #1B1C25 24%, #34363E 81%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.24, #1B1C25),
		color-stop(0.81, #34363E)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B1C25', endColorstr='#34363E',GradientType=0 ); /* IE6-9 */
	position:fixed;
	z-index:10;
	bottom:0;
	box-shadow:-3px -3px 5px #777;
}

div#page-container{
	padding:65px 25px 40px 25px;	
}

div#form-device-history{
	padding:20px;
	background-color:#777;
	border:solid 1px #000;
	border-radius:5px;
	width:400px;
	text-align:center;
	margin:30px 0 0 180px;
}

div#form-device-history input.input_text{
	width:200px;
	border-radius:3px;
	border:solid 1px #bbb;
	height:20px;
	padding-left:10px;
}

div#form-device-history input.input_submit{
	border-radius:3px;
	cursor:pointer;
	padding:2px 10px;
	border:solid 1px #333;
	background-color:#ddd;
	color:#000;
}

div#form-device-history input.input_submit:hover{
	border:solid 1px #ddd;
	background-color:#333;
	color:#fff;
}

div#deviceContainer{
	width:700px;
	margin:50px auto 0 auto;
	border-top:solid 1px #333;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
	padding:15px;
	background-color:#ccc;
	border-radius:5px 5px 0 0;
}

div#deviceContainer div#deviceInfoContainer{
	min-height:120px;
}

div.black-ruler{
	width:100%;
	border-bottom:solid 1px #333;
	height:1px;
}

div#deviceContainer img.product-part-image{
	float:left;
	margin:30px 25px 0 25px;
}

div#deviceContainer div#deviceInfoContainer label{
	text-transform:uppercase;
	font-style:italic;
	color:#555;
	font-size:11px;
	text-align:right;
	width:150px;
	display:inline-block;
	margin-right:15px;
}

div#device-history-buttons{
	text-align:right;
	margin:10px;
}

div#device-history-buttons span.refresh-button{
	border-radius:3px;
	cursor:pointer;
	padding:2px 10px;
	border:solid 1px #333;
	background-color:#ddd;
	color:#000;
}
div#device-history-buttons span.refresh-button:hover{
	border:solid 1px #ddd;
	background-color:#333;
	color:#fff;
}

div#deviceHistory table#device-history-table{
	margin:30px;
	width:80%;
	border-collapse:collapse;
	margin:auto;
	table-layout: fixed;
}
div#deviceHistory table#device-history-table thead tr th{
	font-weight:bold;
	font-style:italic;
	padding:10px;
	padding-left:20px;
	text-transform:uppercase;
	background-color:#000;
	color:#fff;
	text-align:left;
}
div#deviceHistory table#device-history-table thead tr th.icon-size-td{
	width:30px;
}
div#deviceHistory table#device-history-table tbody tr td{
	border-bottom:solid 1px #000;
	padding:10px;
	padding-left:20px;
}
div#deviceHistory table#device-history-table tbody tr.mainRow td{
	-webkit-user-select: none; // For Webkit
	-khtml-user-select: none;
	-moz-user-select: none; // For Mozilla
	-o-user-select: none;
	user-select: none; // Default
}
div#deviceHistory table#device-history-table tbody tr.even-row td{
	background-color:#ddd;
}
div#deviceHistory table#device-history-table tbody tr.odd-row td{
	background-color:#fff;
}
div#deviceHistory table#device-history-table tbody tr:hover td{
	background-color:#ff9900;
	cursor:pointer;
}
div#deviceHistory table#device-history-table tbody tr.detailsOn td{
	background-color:#FFCE84;
}
div#deviceHistory table#device-history-table tbody tr td span.icon-plus{
	background-color:#ff9900;
	border-radius:10px;
	color:#fff;
	width:20px;
	height:20px;
	line-height:20px;
	display:block;
	text-align:center;
	font-weight:bold;
	box-shadow:2px 2px 3px #333;
	padding-left:1px;
}
div#deviceHistory table#device-history-table tbody tr.subRow.detailsOff{
	display:none;	
}
div#deviceHistory table#device-history-table tbody tr.subRow.detailsOn{
	display:table-row;
}
div#deviceHistory table#device-history-table tbody tr.subRow td div.details-item{
	float:left;
	padding:15px;
	width:30%;
}
div#deviceHistory table#device-history-table tbody tr.subRow td div.details-item label{
	font-size:12px;
	text-transform:uppercase;
	font-style:italic;
	color:#555;
	text-align:right;
	width:150px;
	display:inline-block;
	margin-right:15px;
}

div#deviceHistory table#device-history-table tbody tr.subRow td div.options-item{
	float:left;
	padding:10px;
	width:316px;
	font-size:11px;
	font-style:italic;
	color:#333;
	background-color:#FFF6EA;
	border:solid 1px #777;
	border-radius:5px;
	margin:5px;
}
div#deviceHistory table#device-history-table tbody tr.subRow td div.options-item label{
	color:#000;
	font-style:none;
	text-align:right;
	display:inline-block;
	margin-right:5px;
	font-weight:bold;
}































