h1
{
	/* Primary Header */
	padding-bottom:2px;
	font-family:verdana;
	font-size:20px;
	font-weight:bold;
	color:#006699;
	margin:0px;	
}

#overLay_Container
{
	position:absolute;
	left:0px;
	top:0xpx;
	z-index:100;
	visibility:hidden;
	background:url('/frontend/dogClass/shop/cart/images/pageFade.png');
}

#overLay_Inner
{
	position:absolute;
}

#cwindow_tl
{
	width:10px;
	height:10px;
	font-size:0px;
	background:url('/frontend/dogClass/shop/cart/images/cwindow_tl.gif');
}
#cwindow_tr
{
	width:10px;
	height:10px;
	font-size:0px;
	background:url('/frontend/dogClass/shop/cart/images/cwindow_tr.gif');
}
#cwindow_t
{
	height:10px;
	font-size:0px;
	background:url('/frontend/dogClass/shop/cart/images/cwindow_t.gif');
}
#cwindow_bl
{
	width:10px;
	height:10px;
	font-size:0px;
	background:url('/frontend/dogClass/shop/cart/images/cwindow_bl.gif');
}
#cwindow_br
{
	width:10px;
	height:10px;
	font-size:0px;
	background:url('/frontend/dogClass/shop/cart/images/cwindow_br.gif');
}
#cwindow_b
{
	height:10px;
	font-size:0px;
	background:url('/frontend/dogClass/shop/cart/images/cwindow_b.gif');
}
#cwindow_l
{
	width:10px;
	font-size:0px;
	background:url('/frontend/dogClass/shop/cart/images/cwindow_l.gif');
}
#cwindow_r
{
	width:10px;
	font-size:0px;
	background:url('/frontend/dogClass/shop/cart/images/cwindow_r.gif');
}
#cwindow_body
{
	font-family:Verdana;
	font-size:12px;
	background:#fff;
	padding:10px;
}
.overlayButton
{
	font-family:Verdana;
	font-size:12px;	
	width:100px;
	height:30px;
	border:1px solid #999;
	color:#666;
	background:#fff;
	background-image:url('/frontend/dogClass/shop/cart/images/cwindowBtn.gif');	
}

.overlayButtonOver
{
	font-family:Verdana;
	font-size:12px;	
	width:100px;
	height:30px;
	border:1px solid #003366;
	color:#003366;
	background:#fff;
	background-image:url('/frontend/dogClass/shop/cart/images/cwindowBtnOver.gif');
}

#cartView
{
	border:1px solid #ccc;
	padding:2px;
	height:400px;
	overflow:visible;
	overflow-y:scroll;
	overflow-x:hidden;
	font-family:Verdana;
	font-size:12px;	
	background:#f0f0f0;	
	
	scrollbar-arrow-color: #333333;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #f0f0f0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #f0f0f0;	
}

#infoView
{
	border:1px solid #ccc;
	padding:2px;
	height:auto;
	overflow:none;
	font-family:Verdana;
	font-size:12px;
	margin-bottom:4px;
	background:#f0f0f0;
	
	scrollbar-arrow-color: #333333;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #f0f0f0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #ffffff;	
}

.cartitemList
{
	border:1px solid #aaa;
}
.cartitemList th
{
	height:30px;
	background-image:url('/frontend/dogClass/shop/cart/images/cwindowBtnOver.gif');
	border:1px solid #999;
	text-align:center;
	vertical-align:middle;
	padding:0px;
}
