@charset "UTF-8";

.cos-howto h1#main-title{
	text-indent:-9999px;
	height:35px;
	background:url(/img/howto/title.gif) no-repeat 0 0;
}

.cos-howto #howto-container{
	border:1px solid #ccc;
	text-align:center;
	padding-bottom:20px;
}
.cos-howto #howto-container table.contents{
	width:688px;
	margin:10px auto 0px;
	text-align:left;
}
.cos-howto #howto-container table.contents td{
	color:#003466;
	width:220px;
	vertical-align:top;
	background:url(/img/howto/bg_desc.gif) repeat-x 0 150px;
}
	.cos-howto #howto-container table.contents td p{
		padding:7px;
		line-height:1.6em;
	}
	.cos-howto #howto-container table.contents td p strong{
		color:#50cad5;
		font-size:16px;
	}
.cos-howto #howto-container h2#sponsor-title{
	text-indent:-9999px;
	width:700px;
	height:29px;
	margin:0 auto;
	background:url(/img/howto/title_sponsor.gif) no-repeat 0 0;	
}

.cos-howto ul#paging{
	padding:0px 22px 10px;
}
	.cos-howto ul#paging li{
		dispaly:inline;
	}
	.cos-howto ul#paging li.prev{
		float:left;
	}
		.cos-howto ul#paging li.prev span{
			margin-right:10px;
		}
	.cos-howto ul#paging li.next{
		float:right;
	}
		.cos-howto ul#paging li.next span{
			margin-left:10px;
		}

.cos-howto #howto-container .sponsor-wrapper{
	border:1px solid #66b8cd;
	width:698px;
	margin:0 auto;
}
.cos-howto #howto-container .sponsor-wrapper table{
	width:698px;
	border:4px solid #c4f3fd;
}
.cos-howto #howto-container .sponsor-wrapper table td.image{
	width:188px;
	padding:5px 0px;
	text-align:center;
}
.cos-howto #howto-container .sponsor-wrapper table td.content{
	padding:10px 10px 0px 0px;
	vertical-align:top;
	text-align:left;
}
.cos-howto #howto-container .sponsor-wrapper table td.content h3{
	color:#006599;
	font-size:14px;
	line-height:1.2em;
	padding-bottom:10px;
	border-bottom:1px dotted #61b8c2;
}
.cos-howto #howto-container .sponsor-wrapper table td.content p{
	margin:10px 0px 15px;
	padding-right:10px;
	line-height:1.6em;
}



.cos-howto ul#paging:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cos-howto ul#paging{
	zoom:1;
}

