@charset "utf-8";
/* CSS Document */

/*** Style for the Main Content Column ***/

.main-col-content {
	padding: 10px 20px 10px 20px;
}

.main-col-content h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
.main-col-content h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
.main-col-bottom {
	width: 656px;
	height: 5px;
}


/*** Styles for products i.e. domains, web hosting, server rentals and SSL certificates ***/
table.products {
	width: 100%;
	border-collapse: collapse;
}
table.products a.custom-width {
	color: #000000;
}
table.products th, table.products td {
	border: #FFFFFF solid 1px;
}
table.products td.empty {
	height: 30px;
}

table.products tr.header {
}

table.products tr.header th {
	font-weight: bold;
	color: #FFFFFF;
}
table.products tr.header td {
	font-weight: bold;
	color: #FFFFFF;
}

table.products tr.row1 th, table.products tr.row2 th {
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}

table.products tr.price {
	background-color: #D02960;
}

table.products tr.price th {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

table.products tr.price td {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
table.products tr.price td a {
	color: #FFFFFF;
}


/*** Style for the Side Column ***/
.col-item {
	margin-bottom: 10px;
}
.col-header h1, .col-header h2, .col-header h3 {
	font-size: 1em;
	color: #FFFFFF;
	padding: 8px 12px 8px 12px;
}
.col-content {
	padding: 8px 12px 8px 12px;
}

.col-content ul {
	list-style: none;
}
.col-content ul li {
	margin-bottom: 0.9em;
}
.col-content ul li a {
	color: #000000;
}

.col-content img.center {
	text-align: center;
	margin-left: auto; margin-right: auto;
	display: block;
}

.col-bottom {
	width: 180px;
	height: 5px;
}

.button-col-search {
	background: url("../images/col/button-col-search-trans.png") no-repeat top left;
	width: 28px;
	height: 28px;
	display: inline;
	cursor: pointer;
	vertical-align: middle;
	border: 0;
}
