div.settings_form {
        text-align:center;
}
div.settings_form legend {
	color: #379df2;
	font-size: 12px;
	font-weight: bold;
        margin-left:5px;
}
div.pageslinks {
        text-align:center;
}
#htmlitem {
        position: relative;
}
.htmlitem {
	text-align: left;
}
.htmlitem span {
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}
.htmlitem span.specprop {
	color: #80c41c;
	font-size: 25px;
}
.htmlitem span.specname {
	font-size: 18px;
}
.htmlitem span.price {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.htmlitem span.invis {
        display: none;
}
.htmlitem a.gotoreg {
	font-size: 12px;
	font-weight: bold;
}
.htmlitem h1 {
	color: #80c41c;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.htmlitem h2 {
	color: #379df2;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.htmlitem p {
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.htmlitem p.gotoreg {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.htmlitem table {
        border-collapse: separate;
        border: 2px;
        border-color: #ECEDEB;
        border-style: solid;
}
.htmlitem td {
        text-align: center;
        background-color: #F4F5F3;
        padding: 10px;
}
.htmlitem td.head {
        font-weight: bold;
        background-color: #ECEDEB;
}
.htmlitem td.prop {
        text-align: right;
        background-color: #ECEDEB;
}
.htmlitem ul {
        list-style-type: none;
}
.htmlitem li {
 	margin: 1px 10px;
 	padding: 0px;
}
.htmlitem ul.marked {
        list-style-type: disc;
}
.marked li {
 	margin: 2px 30px;
 	padding: 0px;
}
#serverOffer {
        position: relative;
        height: 200px;
        text-align: center;
}
#serverImg {
        margin-top: 75px;
}
#priceBadge {
        position: absolute;
        margin: 0px;
        left: 75%;
        top: -10%;
}