/* CSS Document */


div.clock {
	background-repeat: no-repeat;
	height: 315px;
	width:  205px;


}

div.clocktext {

	font-size: 20px;

}

<style type="text/css">

	div.iconHeader 
	{
		font-family: arial;
		font-size: 12;
		font-weight: bold;
		color: #666666;
		text-align: center;
	}

</style>

<style type="text/css">

	div.products 
	{
		font-family: arial;
		font-weight: bold;
		padding: 0.4cm;
		color: #666666;
	}

	div.cart 
	{
		font-family: arial;
		font-weight: bold;
		color: #000000;
		padding: 0.4cm;

	}

	div.cart:hover 
	{
		color: #CE0A0A;
	}

	div.products:hover 
	{
		color: #CE0A0A;
	}

div.place 
	{
		background-color: #DCE9F0;
		border: red solid thin;
		padding: 0.4cm;
		outline: black solid thin
	}

div.demo 
	{
		background-color: #DCE9F0;
		border: red solid thin;
		padding: 0.4cm;
		outline: black solid thick
	}

div.cart-active
	{
		color: #CE0A0A;
		padding: 0.4cm;
		outline: black solid thick
	}

div.product-active
	{
		color: #CE0A0A;
		padding: 0.4cm;
		outline: black solid thick
	}

span.products1 
	{
		color: black;
	}

span.products2 
	{
		color: black;
	}

span.products3 
	{
		color: black;
	}
	
  </style>

