* {
/*	
	font-family:georgia, tahoma, arial, verdana;
	font-size:12px;
*/	
	font-family:tahoma, georgia, tahoma, arial, verdana;
	font-size:11px;	
	padding:0px;
	margin:0px;
}
body {
	background-color:#666666;
}
img {
	border:0px;
}
h1 {
	padding: 5px 0px;
}
a {
	color:blue;
}
a:visited {
	color:blue;
}
#container {
	width:962px;
	margin:10px auto;

}
#wrapper, #top_mnu {
	background: url(../img/content_bg.gif) top left repeat-y;
}
#top_mnu {
	margin:0px;
	padding:0px;
	height:23px;
	position:absolute;
	/*
	top:118px;
	margin-left:120px;	
	*/
	top:106px;
	margin-left:460px;
}
#content {
	clear: both;
	padding:10px 20px;
	oveflow:auto;
	overflow-y:hidden;
	min-height:400px;
}
#header {
	height:127px;
	background: url(../img/header_bg.jpg) bottom left no-repeat;
}
#footer {
	height:135px;
	clear:both;
	background: url(../img/footer_bg.jpg) top left no-repeat;
}
#footer_text {
	padding-top:25px;
}
#footer ul {
	margin:0 auto;
	list-style:none;
}
#footer ul li {
	float:left;
}
#footer ul li a{
	padding:0 10px;
	color:#EEE;
	text-decoration:none;
	font-size:11px;
	font-family:tahoma;
}
#footer ul li a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
/*top menu set*/
#top_menu {
	background-color:#DDD;
}
#top_menu ul {
	list-style:none;
	height:32px;
	line-height:30px;
	margin:0;
	padding:0;
}
#top_menu ul li {
	float:left;
	padding:0;
	margin:0;
}
#top_menu ul li a {
	display:block;
	padding:0 10px;
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;	
}
#top_menu ul li a:hover {
	/*border-top:3px solid #DDD;*/
	
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #EEE;
	border-right:1px solid #EEE;	
}



table {
	border:1px solid #CCC;
	padding:1px;
	width:100%;
}
table th {
	/*background-color: #999;*/
	padding:0 5px;
	text-align:left;
	background: #999 url(../img/th_bg.png);
	height:20px;
	line-height:20px;
	color:#333;
}
table th a {
	display:block;
}
table th a:hover {
	color:#FFFFFF;
}
table td {
	margin:0px;
	padding:0 5px;
}
.altrow {
	background-color:#DEDEDE;
}

label {
	width:400px;
	text-align:top;
}







#authMessage {
	border:1px solid red;
	padding:5px;
	background-color:#ff9999;
}
#flashMessage {
	border:1px solid red;
	padding:5px;
	background-color:#ff9999;
}
.error-message {
	border:1px solid red;
	padding:5px;
	background-color:#ff9999;
}









/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}


label {
	float:left;
	width:20%;
	display:block;
}
input {
	float:left;
}

input[type=text], input[type=password], textarea  {
	width:75%;
}
/*
form div {
	clear:left;
	padding:5px;
}
*/
form div.input{
	clear:left;
	padding:5px;
}

ul {
	/*list-style:none;*/
	list-style-position:inside;
	padding:0;
	margin-bottom:10px;
}

p {
	margin-bottom:10px;
}

#cakeControllerDump {
	overflow:auto;
}

.cb {
	clear:both;
}

#tabLogin label {
	width:75px;
}
#tabLogin input[type=text], input[type=password], textarea  {
	width:150px;
}
#tabSignup label {
	width:75px;
}
#tabSignup input[type=text], input[type=password], textarea  {
	width:150px;
}

#extras ul {
	/*list-style:disc;*/
	list-style-position:inside;
	list-style-image:url(../img/check.png);
	padding:5px;
}

#pros ul {
	/*list-style:disc;*/
	list-style-position:inside;
	list-style-image:url(../img/plus.png);
	padding:5px;
}
#cons ul {
	/*list-style:circle;*/
	list-style-position:inside;
	list-style-image:url(../img/minus.png);
	padding:5px;
}
#pros li, #cons li {
	
}
/*
#spinner {
	position:fixed;
	top:0;
	margin:0;
	left:0;
	text-align:center;
	padding-top:25%;
	z-index:500;
	background:url(../img/75p.png);
	width:100%;
	height:100%;
}
*/
#spinner {
	position:fixed;
	top:0;
	margin:0;
	left:0;
	text-align:center;
	padding-top:25%;
	z-index:500;

	width:100%;
	height:100%;
}


dt {
	float:left;
	width:50%;
	display:block;
	clear:left;
}
dd  {
	float:left;
	width:50%;
	
}


/*shared_hostings view*/
.bookmarks {
	/*border:1px solid #CCC;*/
	margin:5px 0px;
	padding:1px;
}
.bookmarks .head {
	background: #999 url(../img/th_bg.png);
	height:20px;
	line-height:20px;
	font-weight:bold;
	padding-left:10px;
	color:#333;
}
.bookmarks .body {
	padding:2px;
}

.description {
	border:1px solid #CCC;
	margin:5px 0px;
	padding:1px;
}
.description .head {
	background: #999 url(../img/th_bg.png);
	height:20px;
	line-height:20px;
	font-weight:bold;
	padding-left:10px;
	color:#333;
}
.description .body {
	padding:5px;
}

.features {
	border:1px solid #CCC;
	margin:5px 0px;
	padding:1px;
	float:left;
	width:49%;	
}
.features .head {
	background: #999 url(../img/th_bg.png);
	height:20px;
	line-height:20px;
	font-weight:bold;
	padding-left:10px;
	color:#333;
}
.features .body {
	padding:2px;
}

.pricing {
	/*border:1px solid #CCC;*/
	margin:5px 0px;
	/*padding:1px;*/
	float:right;
	width:49%;	
}
.pricing .head {
	background: #999 url(../img/th_bg.png);
	height:20px;
	line-height:20px;
	font-weight:bold;
	padding-left:10px;
	color:#333;
}
.pricing .body {
	/*padding:5px;*/
}

.rating {
	border:1px solid #CCC;
	margin:5px 0px;
	padding:1px;
	float:right;
	width:49%;	
}
.rating .head {
	background: #999 url(../img/th_bg.png);
	height:20px;
	line-height:20px;
	font-weight:bold;
	padding-left:10px;
	color:#333;
}
.rating .body {
	padding:5px;
}

.extras {
	border:1px solid #CCC;
	margin:5px 0px;
	padding:1px;
}
.extras .head {
	background: #999 url(../img/th_bg.png);
	height:20px;
	line-height:20px;
	font-weight:bold;
	padding-left:10px;
	color:#333;
}
.extras .body {
	padding:5px;
}

.pros {
	border:1px solid #CCC;
	margin:5px 0px;
	padding:1px;
	float:left;
	width:49%;
}
.pros .head {
	background: #999 url(../img/th_bg.png);
	height:20px;
	line-height:20px;
	font-weight:bold;
	padding-left:10px;
	color:#333;
}
.pros .body {
	padding:5px;
}

.cons {
	border:1px solid #CCC;
	margin:5px 0px;
	padding:1px;
	float:right;
	width:49%;	
}
.cons .head {
	background: #999 url(../img/th_bg.png);
	height:20px;
	line-height:20px;
	font-weight:bold;
	padding-left:10px;
	color:#333;
}
.cons .body {
	padding:5px;
}

#reviews {
	
}
.review {
	border:1px solid #CCC;
	margin:1px 0px;
}
.review .head {
	border-bottom:1px solid #EEE;
}
.review .head .left {
	width:75%;
	float:left;
	padding:2px 5px;
}
.review .head .right {
	width:20%;
	float:right;
	text-align:right;
}
.review .body {
	padding:5px;
}

#whatyousay {
	border:1px solid #CCC;
	padding:0px;
}

#whatyousay textarea{
	width:99%;
}