/*
//////////////////////////////////////////////////////////////////////
// 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 {
	margin: 2px 2px;
	background-color:#FFFFFF; /* Page Background Color */
	color:#000000; /* Page Default Text Color */
}

/* 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: #FF0000; font-weight: bold;}

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

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

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

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

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

a.InSiteLink:link {color:#FF0000;text-decoration:none;font-weight:bold;}
a.InSiteLink:visited {color:#FF0000;text-decoration:none;font-weight:bold;}
a.InSiteLink:active{color:#FF0000;text-decoration:underline;font-weight:bold;}
a.InSiteLink:hover{color:#FFFF00;text-decoration:underline;font-weight:bold;}

a.OutSiteLink:link {color:#CCCCCC;text-decoration:none;font-weight:bold;}
a.OutSiteLink:visited {color:#CCCCCC;text-decoration:none;font-weight:bold;}
a.OutSiteLink:active{color:#CCCCCC;text-decoration:underline;font-weight:bold;}
a.OutSiteLink:hover{color:#FF0000;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/ 
//////////////////////////////////////////////////////////////////////
*/