body
{
    font-family: Arial, Verdana;
    color: #5C5C5C;
    background: url(images/bg.jpg) repeat;
    background-position: center top;
    margin:0;
    padding:0;
    font-size: 80%;
}

table {
  border-collapse: collapse;
}

.label {
  font-size: 1em;
}

.textbox {
  font-size: 1em;
  height: 1.154em;
}

.smalltextbox {
  font-size: 1em;
  height: 1.154em;
  width: 20px;  
}

.multilinetextbox {
  width: 188px;
  height: 80px;  
}

.largemultilinetextbox {
  width: 350px;
  height: 150px;  
}

.longmultilinetextbox {
  width: 350px;
  height: 75px;  
}

.longtextbox {
  font-size: 1em;
  height: 1.154em;
  width: 325px;
}

.dropdownlist {
  font-size: .9em;
  color: #5C5C5C;
}

.fwdropdownlist {
  font-size: .7em;
  font-family: Courier New;
}

.button {
	font-size: .8em;
	height: 20px;
	font-weight: bold;
	background-color:#f0e8cf;
    border: none;
}

.rightbutton {
	font-size: .7em;
	height: 20px;
	font-weight: bold;
  float: right;
}

.menuItem {
  color: #fff;
}

.menuItem a {
  cursor: pointer;  
}

.menuItem #left{
  width: 5px;
  display: inline;
  background: url(images/blue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItem #mid {
  display: inline;
  background: url(images/blue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItem #mid #text {
  position: relative;
  top: 5px;
  color: #FFF;
}

.menuItem #right {
  width: 5px;
  display: inline;
  background: url(images/blue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected {
  color: #fff;
}

.menuItemSelected a {
  cursor: pointer;  
}

.menuItemSelected #left {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_left.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

.menuItemSelected #mid {
  display: inline;
  background: url(images/lightblue_tab_middle.gif) repeat-x;
  height: 30px;
  position: relative;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.menuItemSelected #right {
  width: 5px;
  display: inline;
  background: url(images/lightblue_tab_right.gif) no-repeat;
  height: 30px;
  position: relative;
  float: left;
}

#allContent {
	width: 961px;
	margin: 0px auto;
}

/* Changed */
#headerRegion 
{
    background: url(images/logo.png) no-repeat;
	height:170px;
}

.headerSearch
{
    float:right;
    padding-right:47px;
    padding-top:92px;
}

#mainContentRegion {
  display: block; 
  clear: both;
}

.sectionHeader {
  border-bottom: 1px solid rgb(235, 235, 235);
  color: #5C5C5C;
  font-size: 1em;
  padding-bottom: 10px;
  font-weight: bold;
  text-align:left;
}

.navigationRule {
  border: 2px solid #024A76;
  position: relative;
  top: -8px; 
}

.defaultTable 
{
  margin-left:auto;
  margin-right:auto;
  padding-left:5px;
  padding-right:5px;
  width: 501px; /*99%;*/
}

.verticalalign img {
  vertical-align: middle;
}

.verticalalign span {
  vertical-align: top;
}

.showAll {
  float: right;
}


.modalbutton {
	font-size: .7em;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	float: right;
}

hr {
  border-bottom: 1px solid #CCC;
  color: #FFF;  
}

a:link {
  color: #5C5C5C; /*#0066A6;*/
  text-decoration: none;
}

a:visited {
  color: #5C5C5C; /*#0066A6;*/
  text-decoration: none;
}

.smallleft {
  /*float: left;*/
}

.smallright {
  float: right;  
}

#footer 
{
  background: url(images/footer-bg.png) repeat-x;
  background-position: left bottom;
  text-decoration: none;
  font-size: .9em;
  color: #C0C0C0;
  height:363px;
}

#footer-outer
{
    background: url(images/footer.png) no-repeat;
    background-position: bottom center;
    margin-left:auto;
    margin-right:auto;
    height:363px;
    width:1000px;
}

#footer-inner
{
    width:550px;
    height:125px;
    position:relative;
    left:225px;
    top:225px;
    text-align:left;
}

#footer-inner-left
{
    float:left;
    width:68%;
    height:30px;
}

#footer-inner-right
{
    float:right;
    width:30%;
    text-align:center;
    height:30px;
}

#footer-inner-left ul
{
    padding:0;
    margin:0;
}

#footer-inner-left ul li
{
    font-size:1.1em;
    list-style-type:none;
    list-style-position:inside;
}

#footer a 
{
    color:#ffffff;
    font-size:1em;
}

#footer a:visited {
  color: #C0C0C0;
}

#footer a:hover {
  color: #0066A6;
}

.NewsletterButton
{
    background-color:#f0e8cf;
    border: none;
}

.cartbg-middle fieldset
{
    border: none;
}

.cartbg-middle legend
{
    font-size:1em;
    font-weight:bold;
    color:#5C5C5C;
    margin-bottom:5px;
}

.cartbg-middle span
{
    height:20px;
}

.billingAddresses, .shippingAddresses
{
    padding-top:10px;
}