#bubble {
	margin: 25px; 
	width: 295px; 
	height: 308px;
}

.bubble_close {
	background: url("/images/bubble_close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 40px;
    left: 260px;
    position: absolute;
    top: 2px;
    z-index: 101;
}
.mainbubble {
	position: absolute; 
	left: 0px; 
	border-style: none; 
	padding: 0px; 
	margin: 0px;
	display: inline-block;
}
.mainbubblecontent {
    color: #252525;
    font-size: 12px;
    left: 24px;
    position: absolute;
    top: 27px;
    width: 247px;
}

.mainbubblecontent .address {
	line-height: 18px;
	margin-bottom: 10px;
}

.mainbubblecontent .product_types {
	line-height: 18px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	/*height: 16px;*/
}

.mainbubblecontent .product_types img {
	float: right;
	vertical-align: middle;
	position: relative;
	top: 4px;
	margin-left: 3px;
}


.bubble_actions {
	color: #bb0f14;
	padding-top: 10px;
}

.bubble_actions a {
	color: #bb0f14;
}

.bubble_actions img {
    margin-bottom: 2px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

