body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-Serif; 
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 0px;
}

.standard {
	font-family: Verdana, Arial, sans-Serif; 
	font-size: 12px;
	font-weight: normal;
	letter-spacing:0px;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}


.h1-red { font-family: verdana,arial,helvetica,sans-serif; color: #ff0000; font-size: medium; }

h2#title {
	color: #ccc;
}

div.dotted-h {
	height:1px;
	font-size:1px;
	line-height:1px;
	background:url(images/dot.gif) bottom repeat-x;
}

#red-text {
	color: #f00;
}

table {
	font-family: Arial, Verdana, Sans Serif; 
	font-size: 11px;
	font-weight: normal;
	letter-spacing:0px;
}

.header {
	background-color: #fff;
	color: #000;
}

#main-logo {
	margin-left: 0;
}

#footer {
  clear: both;
  width: 800px;
  margin-top: 20px;
  border-top: 1px solid #000;
}
/***********************************************************************************************
* HOME PAGE
***********************************************************************************************/

/******** END HOME ************************************************************************************/

/*********************************************************************************************************
* RIGHT COLUMN
*********************************************************************************************************/
#right-col {
	float: left;
}


/************************ END RIGHT COLUMN ***********************************************************/





/* add_student_form styles */
#form-head {
	font-size: 12px;
	color: #1b4b8c;
	font-weight: bold;
	float: left;
}

#required-star {
	font-size: 12px;
	color: #900;
	font-weight: normal;
}

#prod-qty-txt {
	font-size: 12px;
	color: #cc6600;
	font-weight: bold;
}

#out-of-stock {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

#form-body {
	width:570px;
	background-image: url('images/formbg.png');
	background-repeat: repeat-x;
	margin-bottom:10px;
	padding:10px;
}



/* SHOPPING BASKET PAGE*/



#conf-address {
/*
	background-color: #eee;
	border: 1px solid #999;
*/
}

#success-box {
	background-color: #eee;
	border: 1px solid #999;
	padding: 20px;
}

#track-box {
	background-color: #fff;
	border: 1px solid #999;
	padding: 10px;
	
}