/**************************************/
/*               TABS                 */
/**************************************/


.tabs{
	margin: 0;	
	border: 1px solid #fff;
}


/* tab top */
ul.tab-interface {
    background: transparent url(/images/10ss_background_combined.png) no-repeat scroll 0 -331px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
 	padding:10px 35px;
    height: 30px;
    margin:0;

}

ul.tab-interface li {
    background: transparent url(/images/10ss_tabs_combined.png) no-repeat scroll 0 0;
    float:left;
    padding:0px 0 0 10px;
}



ul.tab-interface li a{
    background: transparent url(/images/10ss_tabs_combined.png) no-repeat scroll right 0px;
    font-size:0.75em;
    padding:6px 15px 6px 6px;
    text-transform:uppercase;
    text-decoration: none !important;
   
}


ul.tab-interface li.active {
    float: left;
    background: transparent url(/images/10ss_tabs_combined.png) no-repeat scroll 0 -76px;
}



ul.tab-interface li.active a{
   background: transparent url(/images/10ss_tabs_combined.png) no-repeat scroll right -75px;
}


/*panel content*/

#content-inner div.panel {
    background: #fff;
    padding-left:30px;
}

#content-inner.has-tabs {
    padding-bottom: 20px;
    display: inline;
}



/* order tabs */

ul.order-tabs {
	background:transparent none repeat scroll 0 0;
	left:400px;
	position:absolute;
	top:25px;
}

ul.order-tabs li {
	background: none;
	padding: 0;
	margin: 0;

}


ul.order-tabs li.active {
	background: none;
		
}


ul.order-tabs li a{
		background: transparent url(/images/10ss_background_combined.png) no-repeat scroll 0 0;
		display: block;
		width:130px;
		text-indent:-999em;
}
ul.order-tabs li.active a, ul.order-tabs li.on a{
		background: transparent url(/images/10ss_background_combined.png) no-repeat scroll 0 0;
}


ul.order-tabs li a#step1{
		background-position: -309px  -657px;
}

ul.order-tabs li a#step2{
		background-position: -470px -657px;
}

ul.order-tabs li a#step3{
		background-position: -625px -657px;
}


/* On states */
ul.order-tabs li.on a#step1 {
		background-position: -309px -697px;
}

ul.order-tabs li.on a#step2 {
		background-position: -470px -737px;
}


/* Active states */
ul.order-tabs li.active a#step1 {
		background-position: -309px  -657px;
}

ul.order-tabs li.active a#step2 {
		background-position: -470px -697px;
}

ul.order-tabs li.active a#step3 {
		background-position:-625px -737px;
}
	

/* server cat */

.page-is-serverCategory ul.tab-interface {
	width:660px;
	float: right;	
}

.page-is-serverCategory ul.tab-interface li {
	float: right;	
}

.panel {
	Xpadding-left: 20px	
}


