input[type="text"].information{
	border:none;
	width:30px;
	text-align:left;
	background:none;
	color:#fff;
	margin:5px 0 0 0;
	padding:0;
}
input[type="text"]#total{
	border:none;
	background:none;
	color:#fff;
	font-size:0.8em;
	text-align:left;
	margin:0;
	padding:0;
	width:35px;
}
ul, li, label{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.list-options li {
	margin:10px 0;
	list-style:none;
}

label.text {
	font-size:1em; 
	font-weight:bold; 
	float:left; 
	width:75px; 
	text-align:right;
	margin:5px 15px 0 0;
	color:#fff;
}	
.list-options:before, .list-options:after {
    content: "\0020"; 
    display: block; 
    height: 0; 
    overflow: hidden;
}

.list-options:after { 
	clear: both; 
}

.list-options { 
	zoom: 1; 
	width:523px;
}
.ui-slider-handle{
	background:#b1d8f5 !important;
	width:15px !important;
	height:22px !important;
	box-shadow:0 0 1px #555 !important;
	border:none !important;
}
.ui-slider-handle:hover{
	cursor:pointer !important;
}
.ui-slider-range {  
    background: -moz-linear-gradient(top, rgba(7,75,153,1) 0%, rgba(7,75,153,0.97) 14%, rgba(41,137,216,0.8) 99%, rgba(41,137,216,0.8) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(7,75,153,1)), color-stop(14%,rgba(7,75,153,0.97)), color-stop(99%,rgba(41,137,216,0.8)), color-stop(100%,rgba(41,137,216,0.8))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(7,75,153,1) 0%,rgba(7,75,153,0.97) 14%,rgba(41,137,216,0.8) 99%,rgba(41,137,216,0.8) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(7,75,153,1) 0%,rgba(7,75,153,0.97) 14%,rgba(41,137,216,0.8) 99%,rgba(41,137,216,0.8) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(7,75,153,1) 0%,rgba(7,75,153,0.97) 14%,rgba(41,137,216,0.8) 99%,rgba(41,137,216,0.8) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(7,75,153,1) 0%,rgba(7,75,153,0.97) 14%,rgba(41,137,216,0.8) 99%,rgba(41,137,216,0.8) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074b99', endColorstr='#cc2989d8',GradientType=0 ) !important; /* IE6-9 */
	display:block;
	height:100%;
	border-radius:7px;
	position:relative;
	z-index:1;
	overflow:visible !important;
}  
#total-storage, #total-processor, #total-memory{
	height:15px; 
	background: rgb(10,2,6); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(10,2,6,1) 0%, rgba(109,109,109,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,2,6,1)), color-stop(100%,rgba(109,109,109,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(10,2,6,1) 0%,rgba(109,109,109,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(10,2,6,1) 0%,rgba(109,109,109,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(10,2,6,1) 0%,rgba(109,109,109,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(10,2,6,1) 0%,rgba(109,109,109,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0206', endColorstr='#6d6d6d',GradientType=0 ); /* IE6-9 */
	border-radius:7px;
	cursor:pointer;
	width:330px;
	float:left;
	margin:5px 10px 0 0;
	border:none !important;
}
#options{
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(142,142,142,1) 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(70%,rgba(142,142,142,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(142,142,142,1) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(142,142,142,1) 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(142,142,142,1) 70%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(102,102,102,1) 0%,rgba(142,142,142,1) 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#8e8e8e',GradientType=0 ); /* IE6-9 */
	width:530px;
	margin:0;
	color:#fff;
	border:none !important;
	padding:10px;
}
#options div{
	display:inline-block;
}
#options p{
	color:#fff;
}
#total-cost{
	text-align:center !important;
	font-size:1.2em;
	color:#fff;
}
