/* 
	connectors.css
	styles for the connector table layout
*/

@import "default.css";

#main table {
	margin: 5px auto 20px;
	width: 80%;
	clear: both;
}

#main table caption {
	text-align: left;
	margin: 0 0 0 10%;
	font-weight: bold;
}

#main table tbody td.pksize  {
	vertical-align: top;
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 5px;
	width: 50px;
}

#main table tbody td.desc {
	vertical-align: top;
	background-color: #CCCCCC;
	padding-left: 5px;
}

#main table tbody td.img {
	width: 100px;
}

#main table tbody th {
	vertical-align: top;
	text-align: center;
	background-color: #CCCCCC;
	width: 60px;
}

/**************** next and previous links ************/
#main a.nextp {
	margin-right: 20px;
	padding: 0 29px 0 0;
	background: url(../images/rarrow.jpg) no-repeat right 50%;
	color: #7B363B;
	font-weight: bold;
	display: block;
	float: right;
	margin-bottom: 12px;
	text-decoration: none;
}

#main a.nextp:hover, #main a.previousp:hover{
	text-decoration: underline;
}

#main a.previousp {
	margin-left: 20px;
	padding: 0 0 0 29px;
	background: url(../images/larrow.jpg) no-repeat left 50%;
	color: #7B363B;
	font-weight: bold;
	display: block;
	float: left;
	margin-bottom: 12px;
	text-decoration: none;
}	
