/*
//////////////////////////////////////////////////////////////////////
// The freebert.com Deluxe PHP SQL Shopping Cart:
// Version 1.00 - June 1st, 2009
// The freebert.com Deluxe PHP Shopping Cart may only be used on
// on sites / domains that have valid licences.  For more info go to: 
// http://www.freebert.com/Products/DeluxePHPSQLShoppingCart/Index.php
// Redistribution in whole or in part of any page or function within 
// the freebert.com Deluxe PHP SQL Shopping Cart is strictly forbidden
// without the express written consent from freebert.com.
// Copyright (c) June 1st by Colin Burke - freebert.com
// Purchase: http://www.freebert.com/Products/DeluxePHPSQLShoppingCart/
// Contact: support@freebert.com
// Support: http://www.freebert.com/Wiki/index.php/FBDSC
//////////////////////////////////////////////////////////////////////
*/

/* Default Page Settings */
body {
	margin: 2px 2px;
	background-color:#000000; /* Page Background Color */
	color:#FFFFFF; /* Page Default Text Color */
}

/* Settings For Top Cart Menu Box */
.CartMenuBG{background-color:#000000;}
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: #FFFF00; font-weight: bold;}

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

/* Settings For Main Page Content Box */
.CartContentsBG{background-color:#000000;}
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:#999999;}
.FieldTitleColor2{color: #000000;}
.DataTextColor2{color: #FF0000;}

/* General Settings */
.ErrorText {font-weight: bold;color:#FFFF00;}

/* General Settings */
.Bold {font-weight: bold;}
.XLarge {font-size: x-large}
.Large {font-size: large}
.Small {font-size: x-small}
.RedBold {color: #FF0000; font-weight: bold;}
.YellowBold {color: #FFFF00; font-weight: bold;}
.GreenBold {color: #00FF00; font-weight: bold;}
.OrangeBold {color: #FF9900; font-weight: bold;}

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 Deluxe PHP SQL Shopping Cart:
// Version 1.00 - June 1st, 2009
// The freebert.com Deluxe PHP Shopping Cart may only be used on
// on sites / domains that have valid licences.  For more info go to: 
// http://www.freebert.com/Products/DeluxePHPSQLShoppingCart/Index.php
// Redistribution in whole or in part of any page or function within 
// the freebert.com Deluxe PHP SQL Shopping Cart is strictly forbidden
// without the express written consent from freebert.com.
// Copyright (c) June 1st by Colin Burke - freebert.com
// Purchase: http://www.freebert.com/Products/DeluxePHPSQLShoppingCart/
// Contact: support@freebert.com
// Support: http://www.freebert.com/Wiki/index.php/FBDSC
//////////////////////////////////////////////////////////////////////
*/
