@charset "utf-8";
/* CSS Document */
.column-2 {
	width: 540px;
	margin-left:22px;
	}
	.column-2 h1{
		margin:0;
	}
	.column-2 h2{
		margin-top:10px;
	}
	.column-2 h3{
		margin-bottom:10px;
	}
.column-3 {
	margin-left:25px;
	background: none;
	background-color:#fff;
	border-left:1px solid #000;
	}
	.column-3 h2 {
		font-size: 17px;
		font-weight: normal;
		line-height: 20px;
		width:180px;
		clear: both;
		padding: 0 0 0 10px;
		margin-bottom:10px;
	}
	.column-3 h3 {
		background: none;
		font: 12px Arial, Helvetica, sans-serif;
		font-weight:bold;
		color: #000;
		width: 180px;
		height:auto;
		margin:0;
		padding: 0 0 0 10px;
	}
	.column-3 div {
		margin-bottom:10px;
	}
	.column-3 p {
		font-size: 12px;
		line-height: 18px;
		color: #000;
		padding:0;
		margin: 0 0 0 10px;
	}
	.column-3 strong {
		font-size: 12px;
		line-height: 18px;
		display: block;
		margin: 0 0 0 10px;
	}
	.column-3 img {
		display: block;
		margin: 16px auto 0;
	}

	
	
	div.product_columns{
		float:left;
		width:540px;	
		}
		div.product_columns div.product_text{
			float:left;
			width:300px;
			}
			div.product_columns div.product_text p{
				margin-bottom:10px;
			}
			div.product_columns div.product_text a{
				color:#002aff;
			}
		div.product_columns div.product_info{
			float:right;
			width:230px;
			}		
			div.product_columns div.product_info img{
				display:block;
				margin-bottom:10px;
			}
			div.product_columns div.product_info ul{
				border:1px solid #494949;
				padding:10px;
				clear:both;
				}
				div.product_columns div.product_info ul li{
					background: url(/images/bullet.gif) no-repeat 0 6px;
					margin:0;
					padding:0 0 5px 15px;
				}
				div.product_columns div.product_info ul li a{
					color:#002aff;
					text-decoration:underline;
					}
					div.product_columns div.product_info ul li a:hover{
						text-decoration:none;
					}

