#right-links-area {
	width: 300px;
}

	#right-links-content {
		width: 298px;
		margin: 0 auto;
		_margin-left: 1px;
		color: #000000;
	}
	
		#right-links-header {
			width: 298px;
			height: 56px;
			margin-top: 1px;
			background: url(/tools/img/right-links-header.png) no-repeat;
		}
		
		#right-links-list {
			width: 298px;
			list-style: none;
			padding: 0;
			margin: 0 auto;
		}
		
			#right-links-list li {
				list-style: none;
				padding: 0 0 0 15px;
				margin: 0;
				border-bottom: 1px solid #ffffff;
				width: 283px;
				height: 62px;
				overflow: hidden;
				font-size: 0 !important;
				line-height: 1;
			}  
			
			.links-hover, .links-hover a {
				background: #ff00d8 !important;
				color: #ffffff !important;
				cursor: hand;
				cursor: pointer;
			}
			
			.odd-link {
				background: #cccccc;
			}
			
			.even-link {
				background: #e5e5e5;
			}
			
			.last-link {
				border-bottom: none !important;
			}
			
				.right-link-image {
					width: 56px;
					float: left;
				}
				
					.right-link-image img {
						font-size: 0;
						border: 1px solid #000000;
						margin: 5px 2px 0;
					}
				
				.right-link-text {
					width: 226px;
					margin-top: 2px;
					float: right;
					font-family: Georgia;
					line-height: normal !important;
				}
				
					.right-link-text a {
						color: #000000;
						text-decoration: none;
						display: block;
					}
				
					.right-link-title {
						font-size: 12px;
						text-transform: uppercase;
						margin: 0;
					}
						
					.right-link-description {
						font-size: 11px;
						margin: 0;
						font-family: Arial, Helvetica, sans-serif;
					}
		
		#right-links-pixel {
			width: 300px;
			height: 1px;
			background: url(/tools/img/right-links-pixel.png) no-repeat;
			font-size: 0;
		}
		
		#right-links-footer {
			width: 298px;
			height: 24px;
			_height: 23px;
			background: #ffffff;
			color: #000000;
			text-decoration: underline;
		}
			
			#right-links-footer h3 {
				font-family: Georgia;
				font-size: 12px;
				margin: 0;
				text-transform: uppercase;
				font-style: italic;
				padding: 5px;
				text-align: right;
			}
			
			#right-links-footer a {
				color: #000000;
			}
