
/* Affilicart Styles */
	
/*p						{ font-family:tahoma; color:black }
td						{ font-size: 11px; font-family:tahoma; color:black }*/
/*
a						{ color: ff6600; text-decoration: underline; }
a:visited				{ color: de3d1e; text-decoration: underline; }
a:hover					{ color: ff9600; text-decoration: underline; }
a:active				{ color: de3d1e; text-decoration: underline; }
*/
form					{ border: 0px; margin: 0px; padding: 0px; }

.ProductTitle			{ font-weight: bold; color: #2c2c2c; font-family: tahoma; }
.CategoryTitle			{ font-weight: bold; color: #202020; font-family: tahoma; }
.ManufacturerTitle		{ font-style: italic; }
.Error					{ font-weight: bold; color:red; font-size: 11px; margin-bottom: 5px; }

.CartTable				{ padding: 3px; }
.CartHeader				{ font-size: 11px; font-family: tahoma; background-color: #f87924; color: white; }
.CartItem1				{ background-color: #fcf2e7; }
.CartItem2				{ background-color: #ffffff; }
.CartSection			{ background-color: #f8f8f8; border: 1px solid #f2f2f2; }
.CartSectionTitle		{ font-weight: bold; color: #454544; }
.CartSectionSubTitle	{ font-weight: normal; color: #777777; }
.CartTextBox			{ border: 1px solid #c0c0c0; font-family: tahoma; font-size: 11px; }
.CartSelect				{ border: 1px solid #c0c0c0; font-family: tahoma; font-size: 11px; }
.CartButton				{ font-family: tahoma; font-size: 11px; }


