

.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	text-align: left;
}


/* Menu Items */
#TopMenu{
	width: 640px;
	float: left;
	margin: 5px 5px 5px 5px;
	border: 1px solid silver;
	padding: 10px;
	height: 70px;
}
#TopMenuLeftCol {
	width: 590px;
	float: left;
	height:20px;
	}
#TopMenuMiddleCol {
	width: 590px;
	float: left;
	height:20px;
	}
#TopMenuRightCol {
	width: 590px;
	float: left;
	height:20px;
	}
.TopMenuCol1{
	width: 140px;
	float:left;
	}
.TopMenuCol2{
	width: 140px;
	float:left;
	}
.TopMenuCol3{
	width: 150px;
	float:left;
	
	}
.TopMenuCol4{
	width: 150px;
	float:left;
	}

	
#BasketSummary {
	width:450px;
	float: right;
	height:20px;
	border: 0px solid silver;

	font-size: 75%;
	}

#Cart{
	width: 700px;
	float: left;
	margin: 5px 5px 5px 5px;
	border: 0px solid silver;
	padding: 10px;
	/*height: automatic;*/
}
/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
}
.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h5 {
	background: transparent;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	text-transform: lowercase;
	font-size: 91%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h6 {
	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
.pBody {
	font-size: 95%;
	background-color: white;
	color: black;
	border-collapse: collapse;
	border: 1px solid #aaa;
	padding: 0 .8em .3em .5em;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(bullet.gif);
	font-size: 95%;
}
.portlet li {
	padding: 0;
	margin: 0;
}


/* Basket Settings*/
#basket {
	float:left;
	}

#basketSummary{
	float:left;
	margin: 5px 5px 5px 5px;
	border: 1px solid silver;
	padding: 10px;
	visibility:hidden;
	}

#basketItemSeperator{
	float:left;

	}
	
#basketItem{
	float:left;
	}
	
#basketItemPrice{
	float:left;
	}
	
#basketSubTotal{
	float:left;
	}
	
#basketCarriage{
	float:left;
	}
	
#basketTotal{
	visibility:hidden;
	}
	
#basketMessage{
	float:left;
	}



/****************************
 Product classes
 ****************************/
.Product {
	width: 200px;
	float: left;
	margin: 5px 5px 5px 2px;
	border: 1px solid silver;
	padding-bottom: 10px;
	height: 280px;
}

.Product img {
	float: left;
	border: 0px solid #777;
}

.Product h3 {

	text-align: center;
}

.Product p {
	margin: 0;
	padding: 5px;
	font-size: 9px;
}

.ProductCategory {
	width: 200px;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid black;
	padding-bottom: 10px;
	height: 275px;
}

.ProductCategory img {
	float: left;
	border: 0px solid #777;
	margin: 10px;
}

.ProductCategory h3 {

	background-color: silver;
	text-align: center;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	color: white;
}

.ProductCategory p {
	margin: 0;
	padding: 10px;
}

.ProductSubCategory {
	width: 200px;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #777;
	padding-bottom: 10px;
	height: 125px;
}

.ProductSubCategory img {
	float: left;
	border: 1px solid #777;
	margin: 10px;
}

.ProductSubCategory p {
	margin: 0;
	padding: 10px;
}

.ProductSummary {
	width: 210px;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #777;
	padding-bottom: 10px;
	height: 260px;
}

.ProductSummary img {
	float: left;
	border: 1px solid #777;
	margin: 10px;
}

.ProductSummary p {
	margin: 0;
	padding: 10px;
	font-size: 9px;
	line-height: 10px;
}

/* Hover box */





.productimages
{
	cursor: default;

}

.productimages a
{
	cursor: default;
}


.productimages img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;

	width :100px; 


}

.productimages li
{
	background: #fff;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 1px;
	position: relative;
	text-align: center;
}









