﻿/* for W3C CSS compliance */
.void{} 
@media print {}

#minicart-positioner
{
	position: absolute;
	visibility: hidden;
	margin: 76px 0 0 368px;
}

#minicart
{
	width: 258px;
	border: solid 1px #F0DCC3;
	background-color: #F8F1E9;
	text-align: left;
	padding: 0 0 5px 0;
	overflow: hidden;
}

#minicart a
{ font-weight: normal; }

#mctop
{
	height: 20px;
  	padding: 4px 4px 2px 4px;
  	overflow: hidden;
}

#mctitle
{
	width: 210px;
	font-size: 13px;
	color: #343434;
}

#mcclose
{
	width: 40px;
	text-align: right;
	font-size: 9px;
}

#mcclose a
{ font-size: 9px; }

.mcitemrow
{
	padding: 7px 4px 12px 4px;
	border-top: solid 1px #D9D9D9;
	overflow: hidden;
}

.mcimage
{
	width: 75px;
	padding: 0 5px 0 0;
}

.mcdetails
{
	width: 170px;
	text-align: right;
	font-size: 9px !important;
}

.mcnamelabel
{
	font-size: 12px;
	color: #343434;
}

.mcdetails a
{
	font-size: 12px !important;
	color: #343434 !important;
	font-family: Georgia, serif !important;
}

.mcdetails a:hover
{ color: #a8a8a8 !important; }

.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 #F0DCC3;
	overflow: hidden;
	clear: both;
}

#mclinkcart
{ width: 118px; }

#mclinkcheckout
{
	width: 128px;
	text-align: right;
}

#mcnone
{
	width: 240px;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #F0DCC3;
	text-align: center;
	overflow: hidden;
	clear: both;
}
