@charset "utf-8";
@import url("layout.css");

body, td, th, input, select, textarea    {
	font-family: "Trebuchet MS";
	font-size: .8em;
}
a:link, a:visited {
	color: #143264;
	text-decoration: none;
	cursor: pointer;
}
a {
	cursor: default;
}

a:hover, a:active {
	color: #4678c8;
}

table caption   {
	font-size: 1.2em;
	color: #252525;
	text-align: left;
	padding-bottom: 10px;
}
form  {
	margin: 0;
	padding: 0;

}
.bottomSpace     {
	margin-bottom: 10px;
}
.topSpace {
	margin-top: 10px;
}
span.outOfStock {
	text-decoration: blink !important;
	color: #FF0000;
	font-size: .8em;
}
span.highlight {
	color: #000000;
	background-color: #FFFFCC;
	display: block;
	padding: 4px;
	border: 1px solid #000000;
}
h2   {
	color: #143264;
	border-bottom: 1px dotted #143264;
}

table.sizeGuide {
	background-color: #000000;
}
table.sizeGuide    th {
	background-color: #FFFFCC;
	text-align: right;
	width: 40px;
}
table.sizeGuide  th.name {
	width: 100px;
}
table.sizeGuide  td {
	background-color: #FFFFFF;
	text-align: right;
}
table.sizeGuide  td.name {
	text-align: left;
}

#rightContent #RightMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#rightContent   #RightMenu      ul li     a        {
	display: block;
	color: #000000;
	padding: 3px 15px 3px 6px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	margin-bottom: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	line-height: 14px;
}
#rightContent     #RightMenu       ul   li         a:hover        {
	color: #000000;
	background-image: url(../images/Untitled-3.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#rightContent #RightMenu ul li a.active {
	color: #000000;
	background-image: url(../images/Untitled-3_a.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-right: 15px;
}

#HomeRICMerchandise  {
	text-align: left;
	padding-right: 10px;
}
#mainContent #latestNewItems {
	display: block;
}

#mainContent  #latestNewItems ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#mainContent #latestNewItems ul li {
	margin-right: 10px;
	margin-bottom: 15px;
	position: relative;
}
#mainContent #latestNewItems   ul   li  div.itemInformation {
	position: absolute;
	margin-left: 55px;
	overflow: hidden;
	top: 0px;
}
#mainContent     #latestNewItems     ul     li     div.itemInformation img.itemPicture    {
	border: none;
}
#mainContent     #latestNewItems     ul     li     div.itemInformation  span.itemName a   {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
#mainContent  .events {
	clear: left;
}
#mainContent  .events  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
}
#mainContent  .events  ul  li {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
#mainContent  .events  ul  li  a {
	display: block;
	width: 170px;
}
#mainContent   .events   ul   li   img   {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	width: 170px;
}
.pictureDisplay {

}
.comment   {
	font-style: italic;
	background-color: #FFC;
	color: #777;
	font-weight: normal;
}
.clearfloat {
	clear: both;
}

