﻿.QuickInfo { 
	position: relative; 
	width: 320px; 
	height: 127px; 
	float: left; 
	margin: 10px; 
	border-bottom: dotted 1px #dedede;
}
		.QuickInfoWrapper { position: relative;}
				.QuickInfoImage { position: absolute; top: 50px; left: 0;}
				.QuickInfoDetails { position: relative; }
						.QuickInfoDetails h2 { background-color: #dedede; padding: 3px; margin-bottom: 5px; height:44px; overflow: hidden;}
						.QuickInfoDetails p { margin: 0 0 0 160px; height: 90px; }
		.QuickInfoBasket { position: absolute; bottom: 0; right: 2px; width: 100px; height: 19px; text-align: right; }
		
.dcProduct_ShortTemplate .QuickInfo { background-color: White; border: dotted 1px #dedede; }
		.QuickInfoEdit { position: absolute; top: 10px; left: 310px; width: 400px; height: 170px;}

				
