@charset "utf-8";
/* CSS Document */

body {
    font-family:Arial;
}
#tab-wrapper {
    width:700px;
}
ul.tabs {
    width:700px;
    margin:0;
    padding:0;
}
ul.tabs li {
    display:block;
    float:left;
    padding:0 5px;
}
ul.tabs li a {
    display:block;
    float:left;
    padding:5px;
    font-size:1.0em;
    background-color:#037db0;
    color:#FFFFFF;
    text-decoration:none;
}
.selected {
    font-weight:bold;
}
.tab-content {
    clear:both;
    border:1px solid #037db0;
    padding:10px;
}
.posrelative{position:relative; width:156px}
.server-new-price{
	background:url('../layout/images/server-price-tag.gif') no-repeat left top;
	width:74px;
	height:19px;
	display:block;
	color:#000000;
	font-weight:bold;
	position:absolute;
	right:-24px;
	top:-3px;
	line-height:19px;
	text-align:center;
	z-index:2;
	background-image: url('../layout/images/server-price-tag.gif');
}
.server-old-price{
	background:url('../layout/images/server-old-price.jpg') no-repeat left top;
	width:62px;
	height:18px;
	display:block;
	color:#444;
	font-size:11px;
	position:absolute;
	right:-22px;
	top:15px;
	line-height:18px;
	text-align:center;
	z-index:1
}
