@charset utf-8;

/*-----------------------------------------------------------------------------
 [1. Default table]
 */
table
{
	width:100%;
	margin:1em auto 2em;
	border-collapse:collapse;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	border:1px solid #CCC;
}

tr.odd td
{
	background:#fff;
}

tr.odd .column1
{
	background:#f4f9fe;
}

.column1
{
	background:#f9fcfe;
}

td
{
	color:#678197;
	padding:.3em 1em;
}

td strong
{
	color:#1958a6;
}

th
{
	font-weight:700;
	padding:.3em 1em;
}

tr:nth-child(even)
{
	background:#eee;
}

tr:nth-child(odd)
{
	background:#fff;
}

thead th
{
	background:#222;
	text-align:center;
	font:bold 1.2em/2em;
	color:#fff;
	padding:10px;
}

tfoot th
{
	text-align:center;
	background:#f4f9fe;
}

tfoot th strong
{
	font:bold 1.2em;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}

tfoot th em
{
	color:#f03b58;
	font-weight:700;
	font-size:1.1em;
	font-style:normal;
}


/*-----------------------------------------------------------------------------
 [2. Table product specifications]
 */
table.product_specs caption
{
	color:#fff;
	background:url(/images/caption.png) repeat-x top #141414;
	font-size:1.5em;
	display:table-caption;
	padding:.5em;
	border:1px solid #000;
	font-family:Economica;
	margin:0;
	text-align:center;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	margin-right:-1px;
}

table.product_specs th
{
	font-weight:700;
	color:#678197;
	text-align:left;
	padding:.3em 1em;
	background:url(/images/shadow.png) no-repeat 0 0;
	width:70%;
}

table.product_specs td
{
	background:url(/images/shadow.png) repeat-y left top;
	color:#678197;
	padding:.3em 1em;
	text-align:center;
}


/*-----------------------------------------------------------------------------
 [3. 3 column table]
 */
ul.table-price
{
	padding:0;
	margin:0;
	list-style-type:none;
	margin-left:5px;
}

ul.table-price li
{
	padding:0;
	margin:0;
	list-style-type:none;
	background:#ced1d2 url(/images/td-gradBG-dark.jpg) repeat-x bottom;
	width:296px;
	position:relative;
	z-index:0;
	height:110px;
	padding:20px;
	margin-left:1px;
	display:block;
	float:left;
	line-height:normal;
	font-size:12px;
	text-align:left;
	margin-bottom:1px;
	overflow:hidden;
}

ul.table-price li h2
{
	line-height:16px;
	background:url(/images/dot.gif) repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}

ul.table-price li strong,ul.table-price li h2 b
{
	text-transform:uppercase;
	font-size:11px;
	color:#45505d;
	letter-spacing:normal;
}

ul.table-price li p
{
	padding:0;
	margin:0;
}

ul.table-price li.server
{
	padding:0;
	width:326px;
	height:150px;
	margin-left:0;
	background:#f0f1f1 url(/images/td-gradBG-light.jpg) repeat-x bottom;
}

ul.table-price li.server p
{
	padding:0;
	margin:0;
	line-height:normal;
	position:absolute;
	z-index:1;
	width:326px;
	bottom:5px;
	text-align:center;
}

ul.table-price li.server p.desc
{
	width:100%;
	padding:20px;
	text-align:left;
	vertical-align:top;
	position:relative;
	z-index:0;
}

ul.table-price li p.good
{
	position:absolute;
	z-index:1;
	bottom:5px;
	padding:0;
	margin:0;
	text-align:left;
	width:336px;
	text-indent:20px;
	color:#fff;
	background:url(/images/td-gradBG-desc.jpg) repeat-x top left;
	line-height:30px;
	left:0;
}

ul.table-price li.price
{
	text-align:center;
	padding-top:30px;
	height:100px;
	width:286px;
}

ul.table-price li.price h1
{
	font-size:48px;
	display:inline;
}

ul.table-price li.price h2
{
	color:#45505d;
	display:inline;
	background-image:none;
}

ul.table-price li.price sup
{
	font-size:30px;
	padding-top:14px;
}


/*-----------------------------------------------------------------------------
 [4. Styled table for forms
 */
#table-form
{
	text-align:left;
	padding:15px;
	margin:20px 0;
	background:none;
}

#table-form th,#table-form td
{
	padding:10px;
}

#table-form th
{
	text-align:right;
	padding-right:10px;
	width:30%;
	background:none;
	background:#EEE;
	border-right:1px solid #CCC;
}

#table-form td
{
	font-size:14px;
	color:#2a2c38;
	text-align:left;
	background:none;
}

#table-form tr:nth-child(even)
{
	background:#fff;
}

#table-form tr:nth-child(odd)
{
	background:#fff;
}