#page-title p {
	width: 500px;
}

#page-title {
	margin-bottom: 0;
}

#viewer {
	overflow: hidden;
	padding-top: 18px;
}

#submenu {
	float: left;
}

#content {
	float: left;
	width: 678px;
	margin-left: 15px;
	padding-top: 3em;
}

#talk h3 {
	margin: 1.5em 0 0.2em 0;
}

#talk p {
	margin: 0;
}

#content.single-server-type {
	padding-top: 0;
}

#content.single-server-type #breadcrumbs {
	margin-bottom: 2em;
}

#content.single-server-type .server-type {
	padding: 0 20px 2em 20px;
	margin-bottom: 2em;
}

#categories .server-type {
	padding: 2em 20px 1em 20px;
}

.expandable-link {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	display: block;
	background-color: #e9e9e9;
	padding: 0.2em 0.5em;
	margin-top: 2em;
}

.expandable-link:hover {
	text-decoration: none;
	color: #333;
}

.server-type {
	background: url(/_img/page/hosting/dedicated-servers/divider.png) repeat-x bottom;
}

#categories .server-type.first {
	padding-top: 0;
}

.server-type .cols {
	overflow: hidden;
}

.server-type .cols .even {
	margin-right: 20px;
}

.server-type .cols li {
	width: 190px;
	float: left;
}

.server-type .price {
	float: right;
	padding: 1em 10px 0 30px;
}

.server-type .action {
	font-weight: bold;
}

.server-type .details {
	padding-left: 150px;
}

.server-type.managed .details {
	background: url(/_img/page/hosting/dedicated-servers/managed.jpg) no-repeat;
}

.server-type.pci-compliant .details {
	background: url(/_img/page/hosting/dedicated-servers/managed-pci.jpg) no-repeat;
}

.server-type.unmanaged .details {
	background: url(/_img/page/hosting/dedicated-servers/unmanaged.jpg) no-repeat;
}


/* Submenu */

#submenu {
	padding-bottom: 200px;
	background: url(/_img/submenu/bg.png) no-repeat bottom left;
	width: 258px;
}

#submenu ul {
	padding: 66px 17px 0 0;
	background: url(/_img/submenu/bg.png) no-repeat;
	overflow: visible;
}

#submenu li {
	background: url(/_img/submenu/divider.png) repeat-x bottom;
}

#submenu li:hover {
	background: url(/_img/submenu/divider-hover.png) repeat-x bottom;
}

#submenu li a {
	display: block;
	font-size: 1.1em;
	padding: 12px 1em 12px 1em;
	width: 256px;
	min-height: 19px;
}

#submenu li a.large {
	min-height: 38px;
}

#submenu li a:hover {
	text-decoration: none;
}

#submenu li.current a {
	background: url(/_img/submenu/selected.png) no-repeat 5px 5px;
}

#submenu li.current a.large {
	background: url(/_img/submenu/selected-large.png) no-repeat 5px 5px;
}

#submenu li a span {
	font-size: 0.85em;
	display: block;
}


/* Tabs */

.tabs {
	height: 32px;
	position: relative;
	top: 1px;
}

.tabs li {
	display: inline;
	background: url(/_img/tab.png) no-repeat top right;
	padding: 8px 4px 8px 0;
	margin-right: 6px;
	line-height: 32px;
}

.tabs li a {
	color: #000;
	padding: 8px 11px;
	background: url(/_img/tab.png) no-repeat;
	outline: none;
	line-height: 32px;
}

.tabs li:hover,
.tabs li:hover a {
	background-image: url(/_img/tab-hover.png);
}

.tabs li a:hover {
	text-decoration: none;
}

.tabs li.current {
	padding: 7px 0;
}

.tabs li.current a {
	padding: 7px 11px;
	background: #f1f1f1;
	border: 1px solid #62c686;
	border-bottom: 1px solid #f1f1f1;
}

.tab-content {
	border: 1px solid #62c686;
	background-color: #f1f1f1;
	color: #444;
}

.tab-content li {
	padding: 20px;
}

.tab-content .footnote {
	color: #777;
	font-size: 0.9em;
}

.tab-content p {
	margin-top: 0;
}


/* Servers table */

.servers {
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
}

.servers sup {
	font-size: 0.6em;
}

.servers .first {
	text-align: left;
}

.servers th,
.servers td {
	padding: 0.3em 0.7em;
	text-align: center;
}

.servers th,
.servers .odd td {
	background-color: #daeede;
}

.servers td span {
	white-space: nowrap;
}

.servers td small {
	font-size: 0.8em;
	white-space: nowrap;
}

.servers .action {
	font-weight: bold;
	white-space: nowrap;
}


/* Promotion */
#content {
	padding-top: 0;
}

.dedicated-servers-promo {
	border: 2px dashed #ccc;
	padding: 20px;
	background-color: #FDFFE5;
	margin: 0 20px 2em 20px;
}

.dedicated-servers-promo h4 {
	font-size: 1.4em;
	margin-bottom: 0.2em;
	color: #333;
}

.dedicated-servers-promo h4 span {
	font-size: 16px;
}

.dedicated-servers-promo p {
	font-size: 1em;
	color: #333;
	margin: 0;
}