﻿#quick { border: 0px solid red;
	float: right; 
	width: 180px; 
	height: 1px;
	position: relative; 
	top: -32px; 
	right: 205px; 
	z-index: 49999;

}
#quick span.quicklink span.link { border: 0px solid lime;
	position: absolute;
	left: 101px;
	top: 10px;
	z-index: 60000;
	color:#D33248;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	width: 72px;
	height: 20px;
	display: block;
}

#quick span.quicklink div#pcShowQuickCart { border: 0px solid red;
	display: none;/* block; = turned on for testing*/
	position: absolute;
	z-index: 50000;
	right: -1px;
	top: 4px;
	padding: 4px 8px;
	width: 344px;
}
#quick span.quicklink:hover div#pcShowQuickCart {
	display: block;
	background: transparent;
	padding: 4px 8px;
	width: 344px;
	position: absolute;
	z-index: 50000;
	right: 0px;
	top: 6px;
}
div#quick img.qc-tab {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#pcShowQuickCart .topbar {
	background: url('../images/site-graphics/qc-topbar.png') no-repeat;
	width: 344px;
	height: 5px;
}
div#pcShowQuickCart .bottombar {
	background: url('../images/site-graphics/qc-bottombar.png') no-repeat;
	width: 344px;
	height: 5px;
	float: left;
}
div#pcShowQuickCart .middlecontent {
	width: 328px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: #fff;
	padding: 7px;
	float: left;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	min-height: 100px;
	/*-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px;*/
	position: relative;
}
div#pcShowQuickCart .middlecontent h2 {
	padding: 0;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

div#pcShowQuickCart .middlecontent h3 {
	padding: 0;
	font-size: 16px;
	margin-bottom: 5px;
	color: #ca0000;
	font-family: Tahoma;
	text-align: left;
}

div#pcShowQuickCart .middlecontent a {
	color: #444;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
div#pcShowQuickCart .middlecontent a.delete {
	text-decoration:none;
	color: #999;
	font-size: 9px;
	margin: 2px 0 5px 5px;
	float: left;
	font-weight: normal;
}
div#pcShowQuickCart .middlecontent a.delete img {
	margin-right: 3px;
}
div#pcShowQuickCart .middlecontent a:hover {
	text-decoration:underline;
	background: none;
}
#pcNav45 div#pcShowQuickCart .middlecontent a {
	line-height:1;
	padding: 0;
	text-align: left;
}
div#pcShowQuickCart .item-list td {
	vertical-align:top;
	padding: 2px 3px;
	border-bottom: 1px dotted #ccc;
	color: #444;
	font-weight: bold;
	font-size: 11px;
}
div#pcShowQuickCart .quickcart-heading {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse:separate;
}

div#pcShowQuickCart .quickcart-heading th {
	padding: 2px 3px;
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
}
div#pcShowQuickCart .middlecontent .price-each {
	font-size: 9px;
}

div#pcShowQuickCart .grand-total {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: -1px 0 5px;
	width: 100%;
}
div#pcShowQuickCart .grand-total td {
	padding: 10px 3px;
}

div#pcShowQuickCart .middlecontent .grand-total  {
	color: #444;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}
div#pcShowQuickCart .middlecontent .qc-navigation {
	width: 100%;
}
div#pcShowQuickCart .middlecontent .qc-navigation a {
	float: left;
	line-height: 20px;
	color: #666;
	margin-right: 15px;
	text-decoration:underline;
}
div#pcShowQuickCart .middlecontent .qc-navigation a.qc-checkout {
    float: right;
    height: 24px;
    margin-right: 0px;
    margin-top: 5px;
    width: 76px;
    background: transparent url('../images/site-graphics/bt-checkout.png') no-repeat;
}
div#pcShowQuickCart .middlecontent .qc-navigation .qc-cs {
	float: left;
    height: 20px;
    margin-right: 12px;
    margin-top: 5px;
    font-weight: normal;
    width: 124px;
    background: transparent url('../images/site-graphics/bt-continue-shopping.gif') no-repeat;*/
}

div#pcShowQuickCart .middlecontent .qc-navigation .qc-vsc {
	float: left;
    height: 20px;
    margin-right: 2px;
    margin-top: 5px;
    font-weight: normal;
    width: 73px;
    background: transparent url('../images/site-graphics/bt-viewcart.png') no-repeat;*/
}
div#pcShowQuickCart .middlecontent .qc-navigation a:hover {
	text-decoration:none;
}
table.item-list {
	margin: 5px 0 0;
}


#pcHeaderContainer .rightheader p.buttons img {
	position: relative;
	z-index: 60000;
}
