body 		{
		 		text-align: center; 
		 		min-width: 744px; 
		 		background-color: #e8e8e8; 
		 		font-family: Verdana, Arial, Helvetica, sans-serif; 
		 		font-size: 12px;
				}
td			{
		 		font-family: Verdana, Arial, Helvetica, sans-serif; 
		 		font-size: 12px;
				}				
h1 			{
				font-size: 14px;
				text-align: center;
			  }
				
a:link, a:visited, a:active {
				text-decoration: none;
				font-weight: bold;
				color: #0ed0fc;
				}
				
a:hover {
				text-decoration: none;
				font-weight: bold;
				color: #ff0000;
				}
				
.thumbnail {
				border: 1px solid #000000;
				}

.full_price {
				text-decoration: line-through;
				}

.sale_price {
				color: #ff0000;
				font-weight: bold;;
				}

#frame {
			  margin-top: 20px;
			  margin-bottom: 20px;
				margin-left: auto;
				margin-right: auto;
				padding: 5px;
				border: thin solid #000000; 
				width:744px; 
				text-align: left; 
				background-color: #ffffff;
				min-height: 500px;
				}
				
* html #frame {
			 	height: 500px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
				}
#navbar {
				position: relative;
        top: 0px;
				background-image: url(http://www.clear-fusion.com/images/navbar.png);
				background-repeat: repeat-x;
				margin-left: auto;
				margin-right: auto;
				padding: 5px;
				color: #000000;
				}

#navbar a:link, #navbar a:visited, #navbar a:active {
				color: #ffffff;
				}

#navbar a:hover {
				color: #ff0000;
				}

#page_body {
				position: relative;
				margin-left: auto;
				margin-right: auto;
				padding: 5px;
				}

#view_item {
				margin-top: 10px;
				margin-left: 162px;
				margin-right: auto;
				padding: 5px;
				text-align: center;
				width: 410px;
				}

#result_set .display {
        color: #00000;
				font-weight: bold;
				}
#result_set a:link, #result_set a:visited, #result_set a:active {
        color: #0ed0fc;
			  } 

#result_set a:hover {
        color: #FF0000;
			  } 

#shop td {
				text-align: center;
				}

#footer {
				position: relative;
				margin-left: auto;
				margin-right: auto;
				font-size: 10px;
				}
