/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/
#UC4_mycart{
	width: 100%;
}
.dialog {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:900px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#333333;
	z-index:1;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
	font-size: 0.9em;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
	background-color: transparent;
	background-image: url(/images/site/900x1600.png);
	background-repeat: no-repeat;
	background-position: right top;
	_background-image:url(/images/site/900x1600.gif);
	/*behavior: url(/images/site/iepngfix.htc);*/
}

.dialog .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}

.dialog .t {
	/* top+left vertical slice */
 position:absolute;
	left:0px;
	top:0px;
	width:10px; /* top slice width */
	margin-left:-10px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
	height:15px; /* height of bottom cap/shade */
	font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
	position:relative;
	width:10px; /* bottom corner width */
	margin-left:-10px;
	background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.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. */
}

.dialog h1,
.dialog p {
	margin:0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}

.dialog h1 {
	padding-bottom:0px;
	font-size: 1em;
	color: #AC4962;
	line-height: 1.5em;
}
.dialog td {
	font-size: 11px;
}
.dialog td a {
	text-decoration: underline;
	color: #333;
}
.dialog td a:hover {
	text-decoration: none;
}
#sidebar {
	position: absolute;
	width: 180px;
	top: 37px;
	left: 800px;
}

