/* Gallery Styles */

#motioncontainer {
margin:0 auto;  /*Uncomment this line if you wish to center the gallery on page */
width: 563px; /* Set to gallery width, in px or percentage */
height: 150px; /* Set to gallery height */
z-index:0;
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
z-index:0;
}

#motioncontainer a:hover img {
border: 0px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

/* End Gallery Styles */

/* new welcome page */
.WelcomeMSG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	padding-right: 4px;
}
.FindPriceBox{
background-image:url(images/welcome/bg_price_find_tbl.gif);
background-repeat:repeat-x;
width:100%;
}
.FindPriceBox2{
background-image:url(images/welcome/bg_price_find_tbl2.gif);
background-repeat:repeat-x;
width:100%;
}.ImageBorderOnePX{
border-style:solid;
border-width:1px;
border-color:#000000;
}
.WelcomeRightBoxTitle {
	font-size: 13px;
	font-weight: bold; font-family:"Arial";
	color:#666666;
	margin-bottom:5px;
}
A.WelcomeRightBoxLink:link {
font-family:Arial;
font-size: 12px;
font-weight:bold;
text-decoration:underline;
color:#7E2778;
margin-top:5px;
}

A.WelcomeRightBoxLink:hover {
font-family:Arial;
font-size: 12px;
font-weight:bold;
text-decoration:none;
color:#7E2778;
}
A.WelcomeRightBoxLink:active {
font-family:Arial;
font-size: 12px;
font-weight:bold;
text-decoration:underline;
color:#7E2778;
}
A.WelcomeRightBoxLink:visited {
font-family:Arial;
font-size: 12px;
font-weight:bold;
text-decoration:underline;
color:#7E2778;
}
.WelcomeBTMBoxText{
font-family:Arial;
font-size:12px;
}
A.WelcomeBTMBoxLink:link{
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#7E2778;
}
A.WelcomeBTMBoxLink:hover{
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration:underline;
color:#7E2778;
}
A.WelcomeBTMBoxLink:active{
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#7E2778;
}
A.WelcomeBTMBoxLink:visited{
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#7E2778;
}
.WelcomeTestText{
font-family:Arial;
font-size:12px;
font-style:italic;
color:#666666;
margin-left:20px;
margin-right:20px;
}