table#c_tlds tr td
{
	text-align: center;
}
table#c_tlds tr td a
{
	display: block;
	text-decoration: none;
	border: 1px #e1e1e1 solid;
	color: #777;
	background-color: #fff;
	width: 100%; /* ...for IE6 */
}
table#c_tlds tr td a:hover
{
	background-color: #ffffcc;
	color: #ff0000;
}
div#s_domains span
{
	margin-right: 5px;
}
div#s_domains span a
{
	margin-right: 4px;
	margin-left: 10px;
}
div#dom_cart_box
{
	text-align: left;
}
div#dom_cart_box ul
{
	margin: 0 0 20px 0;
	padding: 0;
}
div#dom_cart_box ul li
{
	display: inline;
	list-style: none;
}
/*
	---------------------------------------------------------------------- ROUND BOX
*/
div.box
{
	width: 479px;
	margin: 0 auto 10px auto;
	padding: 0;
}
div.box div.box_header
{
	background: url(../images/box_top.gif) #fff no-repeat;
	height: 5px;
	font-size: 1px; /* IE 6 fix for < 12px height */
}
div.box div.box_footer
{
	background: url(../images/box_bottom.gif) #fff no-repeat;
	height: 5px;
	font-size: 1px;
}
div.box div.box_content
{
	background: url(../images/box_repeat.gif) #fff repeat-x;
	border: 1px #e1e1e1 solid;
	border-top: none;
	border-bottom: none;
	margin: 0;
	padding: 5px;
	_padding: 5px 5px 10px 5px;
}
div.box div.box_content p
{
	margin: 0;
	padding: 0;
}
div.box a
{
	color: #0000ff;
}
a.check_button
{
	background: url(../images/check_btn_bg.gif) no-repeat;
	display: block;
	width: 74px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin: 0 0 0 5px;
	float: left;
}
a.check_button:visited, a.check_button:link
{
	color: #fff;
}
input.inpt_check
{
	padding: 2px;
	border: 1px #ccc solid;
	float: left;
}
label.lbl_check
{
	margin: 4px 8px 0 8px;
	_margin: 0 2px 0 4px;
	float: left;
}
.clearfloat
{
	clear: both;
}
