/*
//////////////////////////////////////////////////////////////////////
// The freebert.com Free PHP Shopping Cart:
// Version 0.80 - July 14th, 2009
// License / Terms of Use:
// Free to use, edit & customize, so long as the freebert.com logo, 
// the 'Powered By The Free PHP Shopping Cart' text & links 
// remain displayed on the bottom of every visable shopping cart page. 
// Redistribution in whole or in part of any page or function within 
// the freebert.com Free PHP Shopping Cart is strictly forbidden
// without the express written consent from freebert.com.
// Copyright (c) 2007 - 2009  by Colin Burke - freebert.com
// Contact: support@freebert.com
// Support: http://www.freebert.com/Wiki/index.php/FPHPSC
// NOTE: If you want a cart script package with more features like
// customer accounts, database integration, administration section,
// online customer orderstatus section and more, OR
// if you simply want to legally remove the logo & links and
// continue to use the freebert.com Free PHP Shopping Cart
// you may do so by buying a domain license for the freebert.com
// Deluxe PHP SQL Shopping Cart Script. For details go to:
// http://www.freebert.com/Products/DeluxePHPSQLShoppingCart/ 
//////////////////////////////////////////////////////////////////////
*/
/* Default Page Settings */
body {
		background-color:#FFFFFF; /* Page Background Color */
	color:#000000; /* Page Default Text Color */
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Settings For Top Cart Box */
.CartMenuBG{background-color:#EFEFEF;}
DIV.CartMenuBox {border: 2px solid #5A5ACD;}

a.FadedLinkOption:link{color:#999999;text-decoration:none;}
a.FadedLinkOption:visited{color:#999999;text-decoration:none;}
a.FadedLinkOption:active{color:#999999;text-decoration:underline;}
a.FadedLinkOption:hover{color:#FFFFFF;text-decoration:underline;font-weight:bold;}

.FadedTextOption {color: #999999;}
.SelectedTextOption {
	color: 000000;
	font-weight: bold;
}

/* Settings For Middle Page Info Box */
.CartPageInfoBG{background-color:#EFEFEF;}
DIV.CartPageInfoBox {border: 2px solid #5A5ACD;}
.LoudTextColor{
	color: 000000;
}

/* Settings For Main Page Content Box */
.CartContentsBG{background-color:#EFEFEF;}
DIV.CartContentsBox {border: 2px solid #5A5ACD;}
.TitleTextColor{
	color: 000000;
}

/* Repeating Rows Settings */
.RepeatRowColor1{background-color:#CCCCCC;}
.FieldTitleColor1{color: #000000;}
.DataTextColor1{
	color: 000000;
}

.RepeatRowColor2{background-color:#EBEBEB;}
.FieldTitleColor2{color: #000000;}
.DataTextColor2{
	color: 000000;
}

/* General Settings */
.Bold {font-weight: bold;}
.XLarge {font-size: x-large}
.Large {font-size: large}
.Small {font-size: x-small}

a.InSiteLink:link {
	color:000000;
	text-decoration:none;
	font-weight:bold;
}
a.InSiteLink:visited {
	color:#999;
	text-decoration:none;
	font-weight:bold;
}
a.InSiteLink:active{
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
a.InSiteLink:hover{
	color:#00F;
	text-decoration:underline;
	font-weight:bold;
}

a.OutSiteLink:link {color:#CCCCCC;text-decoration:none;font-weight:bold;}
a.OutSiteLink:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a.OutSiteLink:active{
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
a.OutSiteLink:hover{
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

/*
//////////////////////////////////////////////////////////////////////
// The freebert.com Free PHP Shopping Cart:
// Version 0.80 - July 14th, 2009
// License / Terms of Use:
// Free to use, edit & customize, so long as the freebert.com logo, 
// the 'Powered By The Free PHP Shopping Cart' text & links 
// remain displayed on the bottom of every visable shopping cart page. 
// Redistribution in whole or in part of any page or function within 
// the freebert.com Free PHP Shopping Cart is strictly forbidden
// without the express written consent from freebert.com.
// Copyright (c) 2007 - 2009  by Colin Burke - freebert.com
// Contact: support@freebert.com
// Support: http://www.freebert.com/Wiki/index.php/FPHPSC
// NOTE: If you want a cart script package with more features like
// customer accounts, database integration, administration section, 
// online customer orderstatus section and more, OR
// if you simply want to legally remove the logo & links and
// continue to use the freebert.com Free PHP Shopping Cart
// you may do so by buying a domain license for the freebert.com
// Deluxe PHP SQL Shopping Cart Script. For details go to:
// http://www.freebert.com/Products/DeluxePHPSQLShoppingCart/ 
//////////////////////////////////////////////////////////////////////
*/
