﻿/* for W3C CSS compliance */
.void{} 
@media print {}

#minicart-positioner
{	
	position: absolute;	
	margin: 16px 0 0 0;
	z-index: 20000;
}

#minicart
{
	width: 258px;	
	text-align: left;
	padding: 0;
	overflow: hidden;
	display:none;
}

#minicart a
{ font-weight: normal; }

#mctop
{    
	height: 20px;
  	padding: 4px 4px 0 4px;
  	background-color: #366842;
  	overflow: hidden;
}

#mctitle
{
	width: 205px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 5px;
}

#mcclose
{
	width: 35px;
	text-align: right;
	font-size: 9px;
}

#mcclose a
{ 
	font-size: 9px; 
	color: #fff;
 }

.mcitemrow
{
	background-color: #fff;
	padding: 7px 4px 12px 4px;
	border-top: solid 1px #366842;
	border-left: solid 1px #366842;
	border-right: solid 1px #366842;
	overflow: hidden;
}

.mcimage
{
	width: 75px;
	padding: 0 5px 0 0;
}

.mcimage img
{
    width: 75px;
	border: solid 1px #c5dca6;
}

.mcdetails
{
	width: 166px;
	text-align: right;
	margin: 0 2px 0 0;
	font-size: 9px !important;
}

.mcdetails a
{
	font-size: 12px !important;
	color: #386727 !important;
	font-family:'AvantGardeBook', Myriad Pro, Verdana !important;
}

.mcdetails a:hover
{ color: #386727 !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;
	color: #366842;
	border-left: solid 1px #366842;
	border-right: solid 1px #366842;
	background: #fff;
}

#mcitemcount span
{ color: #366842; }

#mcsubtotals
{
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	clear: both;	
	border-left: solid 1px #366842;
	border-right: solid 1px #366842;
	background: #fff;
}

#mcsubtotaltext
{
	width: 87px;
	margin: 0 0 5px 0;
	color: #366842;
}

#mcsubtotalamt
{
	width: 159px;
	text-align: right;
	margin: 0 0 5px 0;
}

#mcsubtotalamt span
{
     color: #366842; 
}

.mcpromoapplied
{
    color: #366842;
}

#mclinks
{
	padding: 5px 5px 5px 5px;
	border-top: solid 1px #386727;	
	overflow: hidden;
	clear: both;
	background: url(../../Images/BgMiniCartBottom.png) no-repeat top;
}

#mclinkcart
{ width: 118px; }

#mclinkcart a
{ color: #fff; }

#mclinkcheckout
{
	width: 128px;
	text-align: right;
}

#mclinkcheckout a
{ color: #fff; }

#mcnone
{
	width: 250px;
	padding: 10px 5px 10px 5px;	
	text-align: center;
	color: #366842;
	overflow: hidden;
	clear: both;
	background: #fff;
}
