body {
	background-color: #fff;
	color: #000;
	font-size: 0.8em;
	font-family:"Trebuchet MS";
	margin:0;
}

#container {
	background-color: #fff;
	width: 600px;
	text-align:left;
	overflow:hidden;
	margin-bottom:10px;
}

p {
	margin:0 0 10px 0;
}

h1 {
	font-size:200%;
	color:  #000;
	font-weight:normal;
	margin:0 0 10px 0;
}

h2 {
	font-size:110%;
}


#main {
	float:left;
	min-height:300px;
	margin:10px 0 0 30px;
	width:600px;

}

#main-top {
				
		width:600px;
		float:left;
		clear:both;
}

#pagetitle {
	float:left;
	clear:left;
}

#username {
	float:left;
	margin:12px 0 0 12px;
	
}

#subtotal {
	float:right;
	clear:right;
	text-align:right;
	font-weight:bold;
}

.pink {color:  #000;
}

.pinklarge
	{
	color:#000;
	font-size:200%;
	font-weight:normal;				
}

.greytext {
	color:#666666;
}


#basketitems {
	float:left;
	width:600px;
	clear:both;
}

#main-bottom {
				
		width:600px;
		float:left;
		clear:both;
}
#giftcert {
    float:left;
    width:450px;
    margin:10px 0 0 0;
    
    }
#updatecart {
    float:right;
    width:100px;
    text-align:right;
    margin:10px 0 0 0;
    }

#greyline {
    float:left;
	clear:both;
    width:600px;
    height:2px;
    background-color:#999999;
    margin:10px 0 10px 0;
    }

#backtoshop {
	float:left;
	clear:left;
	color:#999999;
	font-size:150%;
	display:none;
}

#proceedtocheckout {
	float:right;
	clear:right;
	text-align:right;
}

/*START BASKET STYLES*/

.titlerow {
    background-color:#b4b4b4;
    height:25px;
    }
td {
    padding:7px 0 7px 0;
 
    }
.bold {
      font-weight:bold;
      }  
    
.boldright {
    font-weight:bold;
    text-align:right;
    }
    
.boldcenter {
    font-weight:bold;
    text-align:center;
    }    
    
.deletecolumn {
    width:50px;
    }
    
.itemcolumn {
    width:318px;
    }
    
.qtycolumn {
    padding:0 0 0 15px;
    }
    
.qtyfield {
    width:30px;
    text-align:center;
    }

.unitpricecolumn {
    width:80px;
    text-align:right;
    
    }
    
 .totalpricecolumn {
    width:80px;
    text-align:right;
    padding:0 5px 0 0;
    }
    
 .deletetext {
    color:#ec1c24;
    text-decoration:none;
    }
  



/*END BASKET STYLES*/














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
