﻿
.afCartTitle
{
     font-weight:bold;
     font-size:16px;
     text-align:center;
     color:#FFFFFF;
}
.afCartItemLabel
{
    font-size:7px;
    font-weight:normal;
    color:#333333;
}



.afButtonBuy {
    color:#FFFFFF;
    background-color:#801A34;
    border-color:Black;
    border-width:1px;
    border-style:Solid;
    font-weight:500; 
    font-size:10px;
    height:18px;
    padding:0px 1px 0px 1px;
    margin: 1px 0px 1px 1px;
   
  }



/* Cart Grid Styles */
.afCartList 
{
	padding:0px 0px 0px 0px;
	border: solid 1px #666666;	 
	
}
.afCartList TD
{
	padding-left:  5px;
	padding-right:  2px;
}	
.afCartList TH
{
	background-color:#CCCCCC;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	padding:  2px 5px 2px 5px;
	Height: 20px;
}	

.afCartListHeader
{
	background-color:#CCCCCC;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	padding:  2px 5px 2px 5px;
	Height: 20px;
}

.afCartListRow
{
  background-color: #FFFFFF;
  color:black;
  padding: 0px 5px 0px 5px;
  margin: 1px 1px 1px 1px;
  height:15px;
  text-align:left;
  font-size:12px;
  /* cursor: pointer; */
}
.afCartListRow a:link { font-weight: normal; color: #000000; text-decoration: none}
.afCartListRow a:active { font-weight: normal; color: #000000; text-decoration: none}
.afCartListRow a:visited { font-weight: normal; color: #000000; text-decoration: none}
.afCartListRow a:hover { font-weight: normal; color: #666666; text-decoration: underline}

.afCartListRowAlt a:link { font-weight: normal; color: #000000; text-decoration: none}
.afCartListRowAlt a:active { font-weight: normal; color: #000000; text-decoration: none}
.afCartListRowAlt a:visited { font-weight: normal; color: #000000; text-decoration: none}
.afCartListRowAlt a:hover { font-weight: normal; color: #666666; text-decoration: underline}

.afCartListRowHover a:link { font-weight: normal; color: #000000; text-decoration: none}
.afCartListRowHover a:active { font-weight: normal; color: #000000; text-decoration: none}
.afCartListRowHover a:visited { font-weight: normal; color: #000000; text-decoration: none}
.afCartListRowHover a:hover { font-weight: normal; color: #666666; text-decoration: underline}


.afCartHeader
{
	color:#333333;
	font-size:13px;
	font-weight:bold;
	padding:  25px 0px 5px 0px;
}


.afCartData
{
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	border: solid 1px #DDDDDD;
	padding: 5px 0px 5px 0px;
}	
.afCartLabel
{
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	border: none;
}	
.afCartTotal
{
	 font-size:12px;
	 color:#000000;
	 border-Left:solid 1px #666666;
	 border-Right:solid 1px #666666;
	 border-Bottom:solid 1px #666666;
	 text-align:right;
	 padding:  2px 5px 2px 5px
}
