/*Gary Hollands - solriche - 2007 for TTC Hosting  WSCE Project*/
/*------------------Packages-----------------------------*/

#bigbox{
	margin: 2% 0% 0% 2%;
}

.outer{
	border: 1px solid rgb(150,150,150);
	background: rgb(240,240,240) url("../images/box-background.png") repeat-x 0% 0%;
}

.inner{
	position: relative; top: 3px; left: 3px;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-right: 2px solid rgb(220,220,220);
	border-bottom: 2px solid rgb(180,180,180);
}

#boxa .inner, #boxb .inner{
	padding-bottom: 0.5em;
}

#boxa,#boxb,#boxc,#boxd{
	float: left;
	width: 44%;
	min-height: 5em;
	margin: 0% 3% 0% 0%;
}

#domains{
	float: left;
	width: 44%;
	margin: 2% 0% 0% 0%;
}

#boxc{
	margin: 2% 0% 0% 3%;
	/*background-color: rgb(94,198,182);*/
}

#bigbox h2{
	font-size: 100%;
	margin: 0% 0% 1% 0%;
	font-family: arial,verdana,helvetica,sans-serif;
	color: rgb(59,84,133);
}

#bigbox h3{
	font-size: 80%;
	color: rgb(0,0,0);
	margin: 0% 0% 0% 0.5%;
	background-color: transparent;
}

#bigbox ul{
	list-style-type: circle;
	margin: 0.5% 0% 0% 6%;
}

#bigbox ul .nocircle{
	list-style-type: none;
}

#bigbox li{
	font-size: 90%;
}

#bigbox .learn{
	clear: both;
	padding-top: 0.5em;
	font-size: 75%;
}

#bigbox .buy{
	margin: 1% 0.5% 0.25% 0%;
	font-weight: bold;
}

#bigbox .smallp{
	font-size: 75%;
}

#bigbox a{
	text-decoration: none;
}

#bigbox a:visited{
	color: rgb(193,0,255);
}

#bigbox a:hover{
	color: rgb(255,0,81);
}

/*-------------------------------------------------Lists---------------------------------------------------*/

#bigbox ul.nolist{
	list-style-type: none;
	margin: 0.5% 0% 0.5% 4%;
}

#bigbox ul.nolist li{
	font-size: 90%;
	margin: 0% 0% 0% 0%;
}

/*-------------------------------------------------button background---------------------------------------------------*/

.button_bg{
	float: right;
	font-weight: bold;
	font-size: 90%;
	/*height: 1.75em;*/
	margin-right: 0.5em;
	padding: 0.1em 0.5em 0.1em 0.5em;
	background: rgb(240,240,240) url("../images/button_bg.png") repeat-x 0% 0%;
	border-right: 1px solid rgb(100,100,100);
	border-bottom: 1px solid rgb(100,100,100);
	border-left: 1px solid rgb(150,150,150);
}

/*-----------------------------------------Credit and Debit Cards----------------------------------------*/

#creditcards{
	clear: both;
	/*float: left;*/
	/*margin: 15% 0% 0% 0%;*/
	margin: 0em 0em 0em 0em;
}

#creditcards .cardname{
	display: none;
}

#creditcards .cards{
	float: left;
	margin: 0.25em 0.25em 0em 0em;/*em used cos MSIE doesn't render % properly*/
}

#creditcards .cards a{
	text-decoration: none;
}

#creditcards .cards p{
	float: left;/*fixes bug in msie7,  mis-floats images*/
}

/*-----------------------------------------nochex----------------------------------------*/

#left .nochex{
	float: left;
	clear: both;
	margin: 0.25em 0 0 0;
}

#left .nochex a{
	text-decoration: none;
}

#left .nochex .hide{
	display: none;
}

#right .nochex{
	clear: both;
	margin: 0.5em 0 0 0;
}

#right .nochex a{
	text-decoration: none;
}

#right .nochex .hide{
	display: none;
}