a img { border: none; }
/* Over rides for data grid table */
.datagrid {
	width: 100%;
}
.grid-container {
	width: 924px;
	margin-left:38px;
	float:left;
}

.datagrid a {
    text-decoration: none;
}

#features-container .grid-container {
	width: 650px;
    margin-left: 0px;
}

#features-container-small .grid-container {
	width: 350px;
}

.non-contracting .grid-container {
	margin-left: 0;
}

#grid-expand-container {
	width: 904px;
	height:43px;
	margin-left:38px;
	margin-top:10px;
	overflow:hidden;
	float:left;
	text-align:right;
}
#grid-expand-container {
	display: none;
	/* Hide button for non-JS users */
}
.grid-container, #grid-expand-container { margin-bottom: 30px; }
.acc-panel .grid-container, .acc-panel  #grid-expand-container  { margin: 0; }
.datagrid td, .datagrid th {
	border-right: 1px solid #D5D5D5;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #2C3D40;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
}

.dg_maincol {
	width: 244px; /* 250px Minus padding */
}
.dg_col {
	width: 110px; /* 130px minus any padding on the inner elements */
}
th.dg_header {
	background: url(/images/grids/table-header-bkg.png) repeat-x left top;
	font-size: 14px;
	color: #fff;
	padding: 0 9px;
	height: 44px;
}
	.datagrid th.dg_header { text-align: center; padding-left: 10px; }

td.dg_subheader {
	background: #fff url(/images/grids/table-subheader-bkg.png) repeat-x left top;
	height: 109px;
	vertical-align: bottom;
}
td.dg_subheader p {
	color: #588e96;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 6px 10px 10px;
}
td.dg_subheader p span {
	color: #2C3D40;
	font-size: 21px;
	font-weight: bold;
	display: block;
	padding: 3px 0 2px;
}
td.dg_subheader p span.previous_price {
    font-size: 14px;
    font-weight: normal;
    color: #588e96;
    display: inline;
}

td.dg_subheader p span.previous_price span {
    font-size: 14px;
    text-decoration: line-through;
    color: red;
    display: inline;
}
td.dg_subheader p span.special_offer span {
    font-size: 14px;
    display: inline;
}


/* Use this if there are blank top product headers and some that are not blank...
td.dg_subheader p span.withprevious_product_price {
    padding: 0px 0px 0px 0px;
}

td.dg_subheader p span.product_price {
    padding: 3px 0px 0px 0px;
}
*/

tr.tr_odd td, tr.tr_odd th {
	background-color: #F3F2F2;
}



/* For Positive and Negative ticks/crosses - it hides the plain text (useful for people without js) and adds image */
td.dg_positive, td.dg_negative { text-indent: -9999em; }
td.dg_positive { background: url(/images/grids/tick.png) no-repeat center center; }
td.dg_negative { background: url(/images/grids/cross.png) no-repeat center center; }

/* For the "more info" rollover links */

/* Includes some overrides from the "Features Container" accordion on landing pages */

	.datagrid tbody th { text-align: left; padding-left: 6px; vertical-align: middle; position: relative;}
	tbody th span { display: table-cell; vertical-align: middle; height: 14px; padding-top: 0px; padding-bottom: 0px; padding-right: 10px; position: relative; /* width: 160px; */ font-size: 14px; }

	thead tr td.dg_subheader p span { display: block; }
	thead tr td.dg_subheader p a { display: block; float: none; position: relative; text-align: center; }
	thead tr td.dg_subheader p a img { vertical-align: middle; margin: 0 auto; padding-top: 11px;}

	.non-contracting tbody th span { /*width: 220px;*/ }

	#features-container.non-contracting  h3 a {
		background: none;
	}
	#features-container.non-contracting h3 {
		background:url(/images/product/product-features-bkg-active.gif) repeat-x left bottom;
		clear: both;
	}
	.more-info-wrapper {
		display: none;
		width: 452px;
		background: url(/images/grids/rollover-bkg.png) repeat-y left top;
		position: relative;
		height: auto;
		min-height: 45px;
	}
	.mi-top	{
		height: 19px;
		width: 452px;
		background: url(/images/grids/rollover-top.png) no-repeat left top;
		position: absolute;
		top: 0; left: 0;
	}
	.mi-bottom {
		height: 10px;
		width: 452px;
		background: url(/images/grids/rollover-bottom.png) no-repeat left top;
		position: absolute;
		bottom: -10px;
		left: 0;
		overflow: visible;
	}
	.mi-content	{
		padding: 19px 20px;
	}
	.mi_visible div {
		display: block;
	}
	.more-info-content-text	{
		width: 650px;
		margin: 30px 0 30px 38px;
	}


	#features-container .dg_col {
		height: 1px;
		line-height: 1px;
		padding: 0;
		margin: 0;
	}
	#features-container thead, #features-container thead th, #features-container thead td {
		line-height: 1px;
		height: 1px;
	}

/* Full specification rows */

	tr.details-category  td {
		text-align: left;
		background-color: #d1dddd;
		font-size: 14px;
		padding-left: 6px;
	}
	tbody.detailed-features {
		width: 904px;
	}
	tr.details-sizer th.dg_maincol { width: 235px; height: 2px; line-height: 0; }
	tr.details-sizer td { height: 2px; padding: 0 10px; line-height: 0; }


/* Tooltips for grids */
.tooltipwrapper {
    width: 175px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 500px;
    display: none;
    padding: 4px;
    color: #666666;
    background: #ffffff;
    font-size: 9pt;
    font-weight: normal;
    z-index:10001;
    border:1px solid black;
    overflow: visible;
}

.on-top {
    z-index:10000;
}


/* grid_includes for grids */

.grid_include {
    color: #DDDDDD;
    font-weight: normal;
    height: 120px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
}

#vps_special_offer.grid_include {
	background: #f5f5f5;
	border: solid 1px #dbd3d3;
}


#vps_special_offer.grid_include h3 {
    color: #E10811;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
 
.webhosting-summer-special {
    background: url("/images/grids/wh.special-offer.png") no-repeat scroll 0 0 transparent;
    height: 90px;
    left: 766px;
    position: relative;
    top: 303px;
    width: 167px
}

