a
{
	color:#23262A;
	text-decoration:none;
}

a:hover
{
	color:#EF2233
}

a img
{
	text-decoration:none;
}

html
{
	margin:0px;
	padding:0px;
	border:0px;
}

body
{
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background:url(../gui/banner_bk.gif) repeat-x;
}

h1
{
	font-size: 16px;
	color: #ef2233;
	font-weight: bold;
}

h2
{
	color:#BF6309;
	font-size:16px;
}

h3
{
	color:#BF6309;
	font-size:12px;
	font-weight:bold;
}

.moniker
{
	color:#ef2233;
	font-size:16px;
	font-weight:bold;
}

.itemDetailsCell
{
	padding-left:12px;
}

.extraDetails td
{
	padding-left:12px;
}

table.extraDetailsCentered
{
	margin-left:auto;
	margin-right:auto;
}

.extraDetailsCentered td
{
	padding-left:12px;
}

.itemHeading
{
	font-size: 14px;
	font-weight: bold;
}

.itemListTable
{
	width:100%;
}

.itemListImageCell
{
	padding-top: 12px;
	vertical-align: top;
}

#container
{
	margin:0px auto;
	border:0px solid blue;
	width:842px;
	/*overflow:hidden;*/
}

#banner
{
	height:176px;
}

#nav
{
	padding:0px;
	margin:0px;
	height:40px;
	width:100%;
}

#main
{
	width:100%;
	background:#EFEEEE;
	text-align:left;
	padding:0px;
	height:auto;
}

#main a img
{
	border:0px;
}

#content
{
	/*width:90%;*/
	text-align:center;
	background:#EFEEEE;
	/*text-align:left;*/
	margin-left:30px;
	margin-right:30px;
	height:auto;
	width:782px;
	border:1px solid #EFEEEE;
}

#content a img
{
	border:0px;
}

#main table
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#23262A;
}


/****store nav****/
#store_nav
{
	padding:10px;
	background:#FD3E4E;
	color:#FFFFFF;
	text-align:right;
	height:40px;
	overflow:visible;
}

#main > #store_nav
{
	height:20px;
}

/****store keyword search****/
#store_search p
{
	margin-top:2px;
}

#store_search
{
	padding:8px;
	background:#DFDEDE;
	text-align:right;
	height:20px;
}

#store_search input
{	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border: 1px #666666 solid;
	background-color: #FFFFFF;
}

#store_search #goButton
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	border: 1px #FFFFFF solid;
	background-color: #EF2233;
}

#store_search input#goButton:hover
{
	background-color: #FD6874;
}

.searchHighlight
{
	background:yellow;
}
