#imageDetail a { color:#85BE3B; }

#imageDetail {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #ccc;
	font-size:12px;
	color:#342F1A;
	text-align:left;
	overflow:hidden;
	-moz-border-radius:.8em;
	-webkit-border-radius:.8em;
	background:white;
	padding-bottom:10px;
}

.add_to_cart{
    background-color:transparent;
    background-color:transparent;
    border:0;
    color:#85BE3B;
    font-family:helvetica;
    font-size:12px;
    padding:4px;
    }
    
.add_to_cart:hover{
cursor:pointer;
text-decoration:underline;
border-bottom: 1px solid #85BE3B;
}


#top {
	padding: 5px;
	height:25px;
}

	#top #navPrev{
		position:relative;
		float:left;
		width:100px;
	}

	#top #navResults{
		position:relative;
		float:left;
		width:600px;
		margin:5px 0px;
		text-align:center;
	}

	#top #navNext{
		position:relative;
		float:right;
		width:100px;
	}

#leftColumn {
	float: left;
	width: 460px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

#rightColumn {
	width:310px;
	min-height:515px;
	margin-left: 480px;
	padding: 10px 10px 10px 0px;
	text-align:left;
}

#bottom {
	clear: both;
	margin: 0;
	padding: 5px;
	text-align:left;
}
	
	h1 {
		margin:10px 0px 5px 0px;
		font-weight : normal;
	}
	
	h3 {
		margin-top:2px;
		font-weight:normal;
	}
		
		.displayImage{
			width:460px;
			vertical-align:middle;
			text-align:center;
			padding-bottom:10px;
		}
		
		.left{ 
			float:left;
			width:50%;
			text-align:left;
		}
		
		.right{ 
			float:right;
			width:50%;
			text-align:right;
		}
		
		.l {text-align:left;}
		
		.user_option{
			width:100%;
			height:18px;
			font-size:14px;
		}
		    
		    .uo_col1{
		        float:left;
		        width:50%;
		    }
		    
		    .uo_col2{
		        margin-left:50%;
		        width:50%;
		    }
		
		.detail_option{
			width:100%;
			padding:1px 0px;
            margin-bottom:3px;
			font-size:12px;
			color:#342F1A;
			font-weight:normal;
		}
		    
		    .restriction{color:red;}
		
		.priceOption{
			width:100%;
			height:35px;
			margin-bottom:10px;
		}
		
		    .rf{border-bottom:1px solid #ccc;}
		
		.detailName{
			font-weight:bold;
		}
		
		.addToCart, .addToLB{
			position:none;
			float:none;
			margin:0px;
			cursor:pointer;
			color:#85BE3B;
		}
		
		#vcd_info{
		    width:100%;
		    margin: 10px 0px;
		}
			#vcd_cover{
			    float:right;
			    width:60px;
			    height:60px;
			    vertical-align:middle;
    			text-align:center;
    			padding-bottom:10px;
			}
				
				
			
			


