/* Default CSS Stylesheet for OLD keywords.aspx page -- PhotoGorilla */

body	{
	background-color: black;
	font-family: Tahoma, Verdana, Arial, sans;
	color: White;
	text-align: center;
	margin: 0;
	}

a:link, a:visited, a:active	{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
a:hover	{
	color: yellow;
	text-decoration: none;
	}

hr	{
	border: 1px solid White;
	}

#container	{
	width: 1200px;
	position: absolute;
	top: 10px;
	left: 0px;
	text-align: center;
	}


/*  NAVIGATION AT TOP OF PAGES */	
#navTable	{
	border-collapse: collapse;
	margin: 20px auto 0 auto;
	width: 1100px;
	font-family: Verdana, Tahoma, Arial, sans;
	font-size: 12px;
	}
#navTable td	{
	text-align: center;
	width: 150px;
	height: 30px;
	padding: 4px;
	}	
#navTable td.lEnd	{
	width: 5px;
	}	
#navTable td.rEnd	{
	width: 5px;
	}
#navTable td.tRow	{
	border: white solid 1px;
	border-top: 0px;
	}
#navTable td.bRow	{
	border: white solid 1px;
	border-bottom: 0px;
	}
#navTable td.ltRow	{
	border: white solid 1px;
	border-top: 0px;
	border-left: 0px;
	width: 125px;
	}
#navTable td.rtRow	{
	border: white solid 1px;
	border-top: 0px;
	border-right: 0px;
	width: 125px;
	}
#navTable td.lbRow	{
	border: white solid 1px;
	border-bottom: 0px;
	border-left: 0px;
	width: 125px;
	}
#navTable td.rbRow	{
	border: white solid 1px;
	border-bottom: 0px;
	border-right: 0px;
	width: 125px;
	}

#content {
	position: absolute;
	left: 180px;
	top: 200px;
	width: 925px;
	padding: 0;
	text-align: center;
	border: #ffffff 0px solid;
	}
#content span.small	{
	font-size: 12px;
	}

#dlstImages	{
	font: caption;
	font-size: 14px;
	text-align: center;
	}
#dlstImages a:link, #dlstImages a:visited, 
a:link.colorIt, a:visited.colorIt	{
	color: fuchsia;
	}
#dlstImages a:active, a:active.colorIt,
#dlstImages a:hover, a:hover.colorIt, #lblNoImages	{
	color: yellow;
	}
#dlstImages table, #cblKeywords td {
	border: solid 1px white;
	padding: 3px;
	text-align: center;
	}
#dlstImages img	{
	border: #dcdcdc 1px solid;
}
.Image1	{
	border: #dcdcdc 1px solid;
}

#cCode	{
	font-size: 12px;
	position: absolute;
	top: 400px;
	left: 10px;
	width: 200px;
	text-align: center;
	}
	
#iOrder	{
	font-size: 14px;
	position: absolute;
	top: 200px;
	left: 10px;
	width: 260px;
	text-align: center;
	padding: 6px;
	margin-bottom: 60px;
	border-right:  #ffffff 1px solid;
	}

#iOrder span	{
	font-weight: bold;
	}
	
#footer	{
	font-size: 10px;
	line-height: 2em;
	font-family: Tahoma, Verdana, sans-serif;
	letter-spacing: 0.3em;
	position: relative;
	top: 100px;
	text-align: left;
	text-decoration: none;
	}
#btnSearch, #btnCode, #btnAddToCart	{
	border: #f5f5f5 ridge;
	font: smallcaption;
	color: #ffffff;
	background-color: #696969;
	text-transform: uppercase;
	margin-top: 4px;
	}



