/* CSS Document */


body {
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
		
	p, td, li, input, textarea, select	
			{
				font-family: verdana, arial, helvetica, sans-serif;
				font-size: 11px;
				color: #666666;
				margin:0px 0px 0px 0px;
			}
	
	#frame {
		width:750px;
		margin-top:0px;
		margin-left:0px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
	width:150px;
	padding:0px;
	float:left;
	background:#f2c2ce;
	height: 100%;
		
		}
	
	#contentright {
	width:530px;
	height:1000px;
	background:#ffffff;
	float: right;
		}
		
.crossedOut
		{
		text-decoration: line-through;
		}
	
	
.boldText
	{
	font-weight: bold;
	}
	
.italicText
	{
	font-style: italic;
	}
	
.centerText
		{
		text-align:center;
		}
		
.pinkText
	{
	color: #df746f;
	font-weight: bold;
	}
	
.dustyPinkText
	{
	color: #d7a6aa;
	font-weight: bold;
	}
	
.damaskText
	{
	color: #b55a61;
	font-weight: bold;
	}
	
.loopyPurpleText	
	{
	color: #663399;
	font-weight: bold;
	}
						
	
.productList
		{
        font-size: 12px;
       	line-height: 20px;
		}
		
.copyright
		{
        font-size: 9px;       
		}
		
.largeText
		{
		font-size: 20px;
		font-weight: bold;
		}
		
.saleText
		{
		color: #CC0066;
		font-weight: bold;
		}
		
.floatRight	{
	float: right;
	margin-left: 5px;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 1px;
			}
	
			
.floatLeft	{
			float: left;
			margin-left: 3px; 
			margin-right: 5px; 
			margin-top: 1px; 
			margin-bottom: 0px;
			}
	
		
/* Links:
        unvisited lilac 
        visited grey
        active lilac
        hover lilac underlined
*/


A:link {
        color: #CC799B;
		background-color:transparent;
		text-decoration: none;
}

A:visited { 
        color: #CC799B;
		background-color:transparent;
		text-decoration: none;
}

A:active {
		color: #CC799B;
		background-color:transparent;
		text-decoration: none;
}

A:hover {
		color: #CC799B;
		background-color:transparent;
		text-decoration: underline;
}

.navbar {
        font-size: 11px;
        color: #666666;
		line-height: 24px;
		margin:0px 0px 0px 2px;
        }

.navbar A:link {
        color: #666666;
		background-color:transparent;
		text-decoration: none;
}

.navbar A:visited {
        color: #666666;
		background-color:transparent;
		text-decoration: none;
}

.navbar A:active {
		color: #666666;
		background-color:transparent;
		text-decoration: none;
}

.navbar A:hover {
        color: #666666;
		background-color:transparent;
		text-decoration: underline;
}
		
.front_page_box {
	border: solid #b55a61 1px;
	padding: 3px;
	
</style>

