﻿/* for W3C CSS compliance */
.void{} 
@media print {}

#minicart-positioner
{
	width: 260px;
	position: absolute;
	visibility: hidden;
	margin: 84px 0 0 415px;
	z-index: 500;
}

#minicart
{
	width: 258px;
	border: solid 1px #B1D0E0;
	background-color: #E3F0F6;
	text-align: left;
	color: #717171;
	padding: 0 0 5px 0;
	overflow: hidden;
}

.white
{ background-color: #ffffff; }

#minicart a
{
	color: #819BC0;
	text-decoration: none;
}

#minicart a:hover { text-decoration: underline; }

#mctop
{
	height: 20px;
  	padding: 4px 4px 2px 4px;
  	overflow: hidden;
}

#mctitle
{
	width: 210px;
	font-size: 13px;
	color: #4B6891;
}

#mcclose
{
	width: 40px;
	text-align: right;
	font-size: 9px;
}

#mcclose a
{ font-size: 9px; }

.mcitemrow
{
	padding: 7px 4px 12px 4px;
	border-top: solid 1px #B1D0E0;
	overflow: hidden;
}

.mcimage
{
	width: 75px;
	padding: 0 5px 0 0;
}

.mcdetails
{
	width: 170px;
	text-align: right;
	font-size: 9px !important;
}

.mcdetails a
{ font-size: 11px !important; }

.mcnamelabel
{
	font-size: 11px;
	color: #819BC0;
}

.mcdetailstext
{ font-size: 9px; }

.mcdetailsline
{
	width: 170px;
    padding: 2px 0 0 0;
	font-size: 9px;
}

.mcdetailslabel
{
    width: 90px;
    float: left;
    text-align: right;
    font-size: 9px;
}

#mcitemcount
{
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	clear: both;
}

#mcsubtotals
{
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	clear: both;
}

#mcsubtotaltext
{
	width: 87px;
	margin: 0 0 5px 0;
}

#mcsubtotalamt
{
	width: 159px;
	text-align: right;
	margin: 0 0 5px 0;
}

#mclinks
{
	padding: 5px 5px 5px 5px;
	border-top: solid 1px #B1D0E0;
	overflow: hidden;
	clear: both;
}

#mclinkcart
{ width: 118px; }

#mclinkcheckout
{
	width: 128px;
	text-align: right;
}

#mcnone
{
	width: 248px;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #B1D0E0;
	text-align: center;
	overflow: hidden;
	clear: both;
}