/*
//////////////////////////////////////////////////////////////////////
// The freebert.com Free PHP Shopping Cart:
// Version 0.70 - December 10, 2007
// 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) October 2007 by Colin Burke - freebert.com
// Contact: support@freebert.com
// Support: http://www.freebert.com/Wiki/index.php/FPHPSC
//////////////////////////////////////////////////////////////////////

cream background: #FBF6D8
pink: #FF33CC
cornflower blue for text on black: #97BCFF
satellite-9 logo blue: #475877
pale buff watermark: #EFEBBD
rust: #CE6701



*/
/* Default Page Settings */




	img {
		border: none;
	}

	body,
	html {
		margin: 0;
		padding: 0;
		background: #000;
		color: #475877;
		font-family: georgia, times new roman, serif;
		font-size: 1em;
		
	}

	body {
		min-width:750px;
		text-align: center;
		padding: 0px;
	}

	#wrap {
		background: #FBF6D8;
		margin-top: 0px;
		margin-left: 0 auto;
		width: 100%;
		
	}


	#header {
		height: 47px;
		padding: 0px;
		background: #000;
		text-align: left;
		}



	#main {
		background:#FBF6D8 url(../img/freshpageback.gif) no-repeat scroll center top;
		padding-left: 0px;
		padding-top: 280px;
		padding-right: 0px;
		color: #333333;
		font-size: 0.9em;
		line-height: 1.6;
		letter-spacing: 0px;
		margin: 0px;
		width: 680px;
		text-align: left;
   	 }


#logoOverlay {
	background: #000000 url('../img/header.jpg') repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 47px;
	color: #97BCFF;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	z-index: 10;
}

#logoOverlay img {
	padding: 0px;
	margin: 0px;
}



#topright {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;		
}

#topright img {
	padding: 0px;
	margin: 0px;
}



a 	{
	text-decoration: none;
}

a:link {
	color: #B1AE85;
	}

a:visited {
	color: #B1AE85;
	}

a:hover {
	color: #FF33CC;
	}



	h2 {
		color: #475877;
		font-weight: 500;
		font-size: 1.2em;
	}

	.title {
		color:  #CE6701;
		font-weight: 500;
		font-size: 1.4em;
	}



/* Settings For Top Cart Menu Box */
.CartMenuBG{background-color:#FFFCD9;}
DIV.CartMenuBox {border: 0px dashed #8DC6C2; padding: 10px; font-size: 1em;}


/* Settings For Middle Page Info Box */
.CartPageInfoBG{background-color:#FFFCD9;}
DIV.CartPageInfoBox {border: 0px dashed #8DC6C2; font-size: 1em;}
.LoudTextColor{color: #000000;}

/* Settings For Main Page Content Box */
DIV.CartContentsBox {border: 0px dashed #8DC6C2; font-size: 1em;}
.TitleTextColor{color: #000000;}

/* Repeating Rows Settings */
.cart_header{background-color:#EFEBBD; font-size: 1em;}
.FieldTitleColor1{color: #000000;}
.DataTextColor1{color: #000000;}

.cart_subtotal{background-color:#F6F1CD; font-size: 1em;}


.cart_item_row{background-color:#FBF6D8; font-size: 1em;}
.FieldTitleColor2{color: #000000;}
.DataTextColor2{color: #000000;}

/* General Settings */
.Bold {font-size: 1em;}
.XLarge {font-size: 1em}
.Large {font-size: 1em}
.Small {font-size: 1em}

.cart_button {
	margin-top: 10px;
}

/*
//////////////////////////////////////////////////////////////////////
// The freebert.com Free PHP Shopping Cart:
// Version 0.70 - December 10, 2007
// 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) October 2007 by Colin Burke - freebert.com
// Contact: support@freebert.com
// Support: http://www.freebert.com/Wiki/index.php/FPHPSC
//////////////////////////////////////////////////////////////////////

*/