body {
	background-color:#000000;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:5px 0px 0px 0px;
}
td {
	font-size:small;
}
a {
	color:#CCCCCC;
	text-decoration:none;
}
input {
	background-color:#999999;
	color:#000000;
}
th {

}
a:hover {
	color:#3399FF;
}
h1 {
	font-size:22px;
	color:#999999;
	letter-spacing:2px;
	padding-bottom:5px;
	text-transform:uppercase;
}
.navigationItem {
	padding:3px 5px 3px 10px;
	margin-bottom:1px;
	font-size:13px;
	background-image:url(images/x.jpg);
	background-repeat:repeat-x;
}
.navigationSubItem {
	padding:1px 5px 1px 20px;
	font-size:11px;
	background-image:url(images/x.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #333333;
}
#advert {
	border:1px solid #0033CC;
	text-align:center;
	padding:80px 10px 100px 10px;
	color:#0033CC;
}
.linksItem {
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:5px;
}
.learningImage {
	margin-right:10px;;
}
/**** Box Style ****/
.productListBox {
	float:left;
	width:200px;
	height:200px;
	margin-left:20px;
	margin-bottom:20px;
	border:1px dotted #000066;
	padding:10px 10px 10px 10px;
}
.productListBoxPage {
	clear:both;
	margin-top:20px;
	border-top:1px dotted #000066;
	padding:10px 10px 10px 10px;
	text-align:center;
}
.productListBoxTitle {
	background-color:#151515;
	padding:3px 3px 3px 3px;
}
/**** Row Style ****/
#productListRowTable td {
	background-color:#151515;
	padding:4px 4px 4px 4px;
}
#productListRowTable {
   width:100%;
   border:1px dotted #666666;
	border-collapse:separate;
	border-spacing:5px;
	font-size:12px;
}
.productListRowPrice {
	text-align:right;
}
.scrollable {
	border:1px solid #CCCCCC;
}
#wrapper {
	position:relative;
	text-align:left;
	width:100%;
}
#header {
	background-image:url(images/grad.jpg);
}
#headerRight {
	background-image:url(images/grad.jpg);
	color:#000000;
}
#headerRight input {
	background-color:#CCCCCC;
	background-image:url(images/x.jpg);
	font-size:11px;
	margin-top:2px;
}
#headerRight select {
	background-color:#CCCCCC;
	background-image:url(images/x.jpg);
	font-size:11px;
	margin-top:2px;
}
#header a:hover {
	color:#7A2875;
}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
}
#leftCol { 
	width:180px;
	background-color:#151515;
}
#leftCol a {
	color:#333333;
}
#leftCol a:hover {
	color:#F45100;
}
#rightCol {
	width:180px;
	background-color:#151515;
}
#centreCol {
	padding:10px 10px 10px 10px;
}
#footer {
	background-image:url(images/x.jpg);
	color:#333333;
	font-size:11px;
	padding:2px 0px 2px 0px;
}
.links {
	border-bottom:1px dotted #CCCCCC;
	padding:3px 3px 3px 3px;
}
.qty,.item,.amount,.total,.remove {
	background-color:#666666;
	color:#FFFFFF;
}