/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.content_image .dialog {
	position:relative;
	min-width:8em;
	max-width:760px;
	z-index:1;
	margin-left:0px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
	margin-top: 0px;
	margin-right: 0px;
}

.content_image .dialog .content,
.content_image .dialog .t,
.content_image .dialog .b,
.content_image .dialog .b div {
	background-color: transparent;
	background-image: url(/images/site/cart_shade.png);
	background-repeat: no-repeat;
	background-position: right top;
}
	
.content_image .dialog .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.content_image .dialog .content img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.content_image .dialog .b {
 /* bottom */
 	position:relative;
 	width:100%;
	height:7px; /* height of bottom cap/shade */
	font-size:1px;
 	background-position:bottom right;
}

.content_image .dialog .hd,
.content_image .dialog .bd,
.content_image .dialog .ft {
 position:relative;
}

.content_image .dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
