.other {
	width: 505px;
	padding-top: 10px;
	position: relative;
	float: left;
}

.other a {
	text-decoration: none;
	color: #C0272D;
}

.other a:hover {
	text-decoration: none;
	color: #020571;
}

.other-left {
	float: left;
	width: 275px;
}

.other-left a img {
	border: 5px solid #E6E6E6;
}

.other-left a:hover img {
	border: 5px solid #999;
}

.other-text {
	float: left;
	width: 400px;
	padding-left: 15px;
	padding-top: 10px;
	background-image: url(../images/setup/category_back.gif);
	background-repeat: repeat-y;
	height: 123px;
	border: 1px solid #CCC;
	font-size: 11px;
}

.other-text a {
	text-decoration: none;
	color: #C0272D;
}

.other-text a:hover {
	text-decoration: none;
	color: #020571;
}

.othernav {
	width: 210px;
	position: relative;
	font-size: 0.9em;
	float: left;
	padding-top: 10px;
	padding-right: 30px;
}

.othernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
.othernav li {
	margin: 0;
}

.othernav li a {
	display: block;
	border: 1px solid #CCC;
	margin-bottom: 1px;
	padding: 4px;
	color: #C00;
	text-decoration: none;
	width: 202px;
}

*html>body .othernav li a {
	width: auto;
}

.othernav li a:hover {
	background-color: #FCD2C1;
	color: #C0272D;
}

.other-buttons {
	width: 752px;
	padding-top: 10px;
	position: relative;
	float: left;
}

.otherbutton {
	width: 170px;
	height: 79px;
	background-image: url(../otherservices/images/button.gif);
	background-repeat: no-repeat;
	position: relative;
	padding: 8px 9px 13px 9px;
	float: left;
}

.otherbutton a img {
	border: 5px solid #FFF;
}

.otherbutton a:hover img {
	border: 5px solid #CCC;
}
