.ui-tabs { position: relative; padding: .2em; zoom: 1; width:85%;margin:0 auto;}
.ui-tabs .ui-tabs-nav { padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li,a.fr a.button { list-style: none;display:block;cursor: pointer;
width:40%;
height: 40px;
margin-bottom: 5px;
margin-left:6%;

-moz-box-shadow: 0 0 8px 1px #d0d0d0;
-webkit-box-shadow: 0 0 8px 1px #d0d0d0;
box-shadow: 0 0 8px 1px #d0d0d0;
background: url('../../images/mobile/hosting_menu_button_small.png');
background-position: center;
background-repeat: no-repeat;
text-decoration: none;
float:left;
}
table#hostingplans,.hidder{
  margin-left:-40px;
  outline:0;
}
.ui-tabs .ui-tabs-nav li a { float: left;  text-decoration: none;
font-size: 20px;
text-align:center;
width:100%;
height: 40px;
font-weight: normal;
color: #505050;
padding-top: 5px;display:block;
 }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important;}
table#hostingplans td.icon img
{
	z-index:1101;
}
table#hostingplans td:nth-child(1),table#hostingplans th:nth-child(1){	
	position:absolute;
    width:32px; 
	left:0;
	top:auto;
	z-index:1000;	
}
table#hostingplans td:nth-child(2),table#hostingplans th:nth-child(2){
	position:absolute;
	width:20px;
	top:auto;
	padding-left:5px;	
	z-index:1000;	
}
table#hostingplans td:nth-child(3),table#hostingplans th:nth-child(3){
	position:absolute;
	width:120px;
	padding-bottom:10px;
	top:auto;
	padding-left:57px;
	z-index:1000;
}
table#hostingplans td:nth-child(4),table#hostingplans th:nth-child(4)
{
	position:relative;
	padding-left:187px;	
}
#linux,#windows{margin-bottom:50px;}


/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Master button styles - note that up and down versions 
have been removed in this example */

.simply-scroll-btn {
	position: absolute;
	background-image: url(buttons.png);
	width: 42px;
	height: 44px;
	z-index:3;
	cursor: pointer;
}
	
.simply-scroll-btn-left {
	left: 6px;
	bottom: 6px;
	background-position: 0 -44px;
}
.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important;
}
.simply-scroll-btn-left:hover {
	background-position: 0 -88px;
}

.simply-scroll-btn-right {
	right: 6px;
	bottom: 6px;
	background-position: 84px -44px;
}
.simply-scroll-btn-right.disabled {
	background-position: 84px 0 !important;
}
.simply-scroll-btn-right:hover {
	background-position: 84px -88px;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 576px;
	height: 200px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 576px;
	height: 200px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 290px;
	height: 200px;
}