/* CSS Document for simple PayPal Cart*/
/* As of Feb 22, 2007, styles for CMS are here, too */


.textMainCart {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 6px;
}
.textMainCart a:link {
	color: #FFFFFF;
}
.textMainCart a:visited {
	color: #CCCCCC;
}
.textMainCart a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.textMainCart a:active {
	color: #FF0000;
}

.tableTopRowCart {
	background-color: #E7E7E7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #FFFFFF;
	border-bottom-color: #CECECE;
	border-left-color: #CECECE;
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
	padding-left: 5px;
	padding-top: 2px;
}
.tableDataCart {
	background-color: #F7F7F7;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #CECECE;
	border-left-color: #CECECE;
	font-family: Verdana, Helvitica, "MS Sans Serif";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-variant: normal;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 7px;
}


.headingCart {
	font-family: Copperplate-Gothic-Light, Arial, sans-serif;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 18px;
	margin-left: 0px;
	font-weight: bold;
	color:#FFFFFF;
}

.textMainCartForms {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
	color: #181D3E;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.breadcrumbCart {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 11px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #FFFFFF;
}
.breadcrumbCart a:link {
	color: #FFFFFF;
}
.breadcrumbCart a:visited {
	color: #CCCCCC;
}
.breadcrumbCart a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumbCart a:active {
	color: #FF0000;
}
.cartBorder {
	border: 1px solid #666666;
	
}
.topBorder {
	border-top: 1px solid #333333;
	
}
.eventsBG {
	background-image: url(../images/eventBG.jpg);
	background-repeat: repeat-x;
}
.imgDefault {
	border: 3px solid #894FBF;
	color: #666666;
}
