/* CSS Document for Gift-Mart*/

.lined-box 	
{ 
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333; 
}

.lined-box02 	
{ 
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999; 
}

.lined-bottom 	
{ 
	border-bottom: 1px solid #333333; 
}

#footer-bar
{
	width: 708px;
	background-color: #54C6E7;
	background-image: url('../images/bg_shadow.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 15px 0px;	
}

#header-bar
{
	width: 708px;
	background-color: #54C6E7;
	background-image: url('../images/bg_shadow.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;	
}

.font-white
{
	color: #FFFFFF;
}