BODY {
  background-color: #ffffff;
  color: #555555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

TD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
}

TH {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
}

p {
  font-family: Arial, Helvetica, sans-serif;

  color: #555555;
}

ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
}




A:link, A:active, A:visited {
  color: #333333;
  text-decoration: underline;
}

A:hover {
  color: #cc9900;
  text-decoration: underline;
}

A.categorybar:link, A.categorybar:active {
  background-color: #606060;
  color: #b5b2b5;
  text-decoration: none;
}

A.categorybar:hover {
  background-color: #606060;
  color: #ffffff;
  text-decoration: none;
}

A.categorybar:visited {
  background-color: #606060;
  color: #b5b2b5;
  text-decoration: none;
}

A.categorybar:visited:hover {
  background-color: #606060;
  color: #ffffff;
  text-decoration: none;
}



A.areabar:link, A.areabar:active {
  font-size: x-small;
  /* background-color: #606060; */
  color: #ffcc00;
  text-decoration: none;
}

A.areabar:hover {
  font-size: x-small;
  /* background-color: #606060; */
  color: #FFFFFF;
  text-decoration: none;
}

A.areabar:visited:hover {
  font-size: x-small;
  /* background-color: #606060; */
  color: #FFFFFF;
  text-decoration: none;
}


A.areabar:visited {
  font-size: x-small;
  /* background-color: #606060; */
  color: #ffcc00;
  text-decoration: none;
}




.navbar {
  color: #000000;
  background-color: #606060;
}

.categorybar {
  background-color: #606060;
  color: #b5b2b5;
  font-size: x-small;
  font-family: Verdana, Serif;
  font-weight: 400;
  text-align: left;
}

.brandlist {
  text-align: center;
  padding: 4px 4px 4px 4px;
}

.areabarsmall {
  background-color: #606060;
  font-size: x-small;
  font-family: Verdana, Serif;
  color: #ffcc00;
  font-weight: 700;
  text-align: center;
}

.areabar {
  /* background-color: #606060; */
  font-size: x-small;
  font-family: Verdana, Serif;
  color: #ffcc00;
  font-weight: 700;
  text-align: left;
}

.maincontent {
  background-color: #ffffff;
  color: #555555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  font-weight: normal;
}

.contentbar1 {
  background-color: #606060;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
}

.contentbar2 {
  background-color: #BBBBBB;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
}

.standard_header {
  padding: 4px 4px 4px 4px;
  background-color: #969696;
  
    border-bottom: 1px solid #9999cc;
    border-top: 1px solid #9999cc;
    border-left: 1px solid #9999cc;
    border-right: 1px solid #9999cc;
  
  color: #FFFFFF;
  font-family: Verdana, Serif;
  font-size: x-small;
  font-weight: 400;
  text-align: left;
}

.standard_header2 {
  background-color: #848284;
  
    border-bottom: 1px solid #cccc66;
    border-top: 1px solid #cccc66;
    border-left: 1px solid #cccc66;
    border-right: 1px solid #cccc66;
  
  color: #FFFFFF;
  font-family: Verdana, Serif;
  font-size: x-small;
  font-weight: 200;
  text-align: left;
}

.link_menu_header{ 
  padding: 4px;
  background: #eeeeee;
  border: 1px solid #cccccc;
}
        
.link_menu_header A{
  text-decoration: none;
}

.table_header1 {
  background-color: #fece02;
  color: #000000;
  font-family: Verdana, Serif;
  font-size: x-small;
  font-weight: 700;
  text-align: center;
}

A.table_header1:link, A.table_header1:active {
  color: #ccccff;
}

A.table_header1:visited {
  color: #0000aa;
}

A.table_header1:hover {
  color: #99ccff;
}

.table_header2 {
  background-color: #ddb925;
  color: #000000;
  font-family: Verdana, Serif;
  font-size: x-small;
  font-weight: 700;
  text-align: center;
}

A.table_header2:link, A.table_header2:active {
  color: #0066cc;
}

A.table_header2:visited {
  color: #0000aa;
}

A.table_header2:hover {
  color: #99cccc;
}

.table_row1 {
  background-color: #eaeaea;
  color: #000000;
  font-family: Verdana, Serif;
  font-size: x-small;
  font-weight: 400;
}

.table_row1_cell {
  color: #000000;
  font-family: Verdana, Serif;
  font-size: x-small;
  font-weight: 400;

  border-right: 1px solid #000000;
}

.table_row2_cell {
  color: #000000;
  font-family: Verdana, Serif;
  font-size: x-small;
  font-weight: 400;

  border-right: 1px solid #000000;
}

.black_border {
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
}

.black_border_bottom {
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}




A.table_row1:link, A.table_row1:active {
  color: #0000FF;
}

A.table_row1:visited {
  color: #0000aa;
}

A.table_row1:hover {
  color: #00FFaa;
}

.table_row2 {
  background-color: #cccccc;
  color: #000000;
  font-family: Verdana, Serif;
  font-size: x-small;
  font-weight: 400;
}

A.table_row2:link, A.table_row2:active {
  color: #0000FF;
}

A.table_row2:visited {
  color: #0000aa;
}

A.table_row2:hover {
  color: #00FFaa;
}

.table_row_highlight { 
  background-color: #ccddcc;
} 

.standard_outline {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.view_style {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}



.standard_black_outline {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}


.standard_form {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.standard_form_field {
  background-color: #eeeeee;
  color: #000000;
  font-family: Verdana, Serif;
  font-size: x-small;
  font-weight: 400;
}

.form_chrome {
  background-color: #eeeeee;
  color: #000000;
  font-family: Verdana, Serif;
  font-size: x-small;
  font-weight: 400;
}

.form_style {
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}



.coolButton {
  background-color: #eabf15;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  border: 2px outset #ddb925;
  cursor: pointer;
}

.coolButtonLarge {
  background-color: #eabf15;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
  border: 2px outset #ddb925;
  cursor: pointer;
}



.coolButton:hover {
  background-color: #ffff2c;
  cursor: pointer;
}

.coolButtonLarge:hover {
  background-color: #ffff2c;
  cursor: pointer;
}





.highlight1 {
  color: #000000;
  background-color: #cccccc;
}

.view_group1 {
  color: #000000;
  background-color: #cccccc;
}


.total_style {
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
}

.cart_begin {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}



.cart_box {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.cart_box_top {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}


.highlight2 {
  color: #000000;
  background-color: #dbd0a4;
}

.categorybar1 {
  background-color: #7F8F9F;

  color: #000000;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
}

.groupbar1 {
  background-color: #788087;

  color: #000000;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
}

.brandbar1 {
  background-color: #BCC0C4;
  color: #000000;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
}

.gray_outline {
    border-bottom: 1px solid #888888;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
}

.black_outline {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.productResult {
    border: 1px solid #ddb925;
    background-color: #ffffff;
}

A.productResult:link, A.productResult:active {
  color: #0000FF;
}

A.productResult:visited {
  color: #0000aa;
}

A.productResult:hover {
  color: #00FFaa;
}


.productResultHighLight {
    border: 1px solid #000000;
    background: #fece02;
}

A.productResultHighLight:link, A.productResultHighLight:active {
  color: #0000FF;
}

A.productResultHighLight:visited {
  color: #0000aa;
}

A.productResultHighLight:hover {
  color: #00FFaa;
}





.thread_header_div{
  border: 1px solid #000000;
  padding:5px;
  background:#606060;
  color:white;
  font-weight:bold;
}
.thread_header_div A {
  color:#ffffff;
}

.thread_header_cell{
  background-color:#ffcc00;
}
.thread_body_cell{
  background-color:#eeeeee;
  border-top: 1px solid #000000;
}

.forum_cell {
  border-right:1px solid #000000;
  border-top:1px solid #000000;
}

.forums_index_cell{
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;
  font-weight:bold;
}

.forums_index_header{
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;
  color: #ffffff;
  font-weight:bold;
}

.forum_listing{
     border-bottom: 1px solid #eaeaea;
     padding: 8px 20px 4px 0px;
     line-height: 130%;
}
.forum_listing > p{
     margin: 4px 0;
}

div.nav ul { 
  display:block;
  margin:0;
  padding: 0px;
  padding-left: 4px;
 }

div.nav ul li { 
  display:block;
  /* background-color: #606060; */
  font-size: x-small;
  font-family: Verdana, Serif;
  color: #ffcc00;
  font-weight: 700;
  text-align: left;
 }

div.nav ul li A { 
  color: #ffcc00;
  text-decoration: none;
 }

div.nav ul li A:hover { 
  color: #ffffff;
 }
div.nav ul li A:visited:hover { 
  color: #ffffff;
 }
div.nav ul li A:visited { 
  color: #ffcc00
 }

div.nav ul li ul { 
  display:block;
  margin:0;
  padding: 0px;
  padding-left: 4px;
 }

div.nav ul li ul li { 
  background-color: #606060;
  color: #b5b2b5;
  font-size: x-small;
  font-family: Verdana, Serif;
  font-weight: normal;
 }

div.nav ul li ul li A { 
  color: #b5b2b5;
  text-decoration: none;
 }

div.nav ul li ul li A:hover, div.nav ul li ul li A:visited:hover { 
  color: #ffffff;
 }

div.nav ul li ul li A:visited { 
  color: #b5b2b5;
 }


.image_right {
  float: right;
  padding: 10px;
 }


.image_left {
  float: left;
  padding: 10px;
 }


     #topbar{
     position:absolute;
     border: 1px solid black;
     padding: 2px;
     background-color: #000000;
     width: 500px;
     visibility: hidden;
     z-index: 100;
     }

.comparison_ckbox{font-size:8pt; color:#575757; font-weight:normal;}
.comparison_ckbox p{margin:0 0 20px 0; vertical-align:top;}


A.categorybar2:link, A.categorybar2:active {
  color: #b5b2b5;
  text-decoration: none;
}

A.categorybar2:hover {
  color: #ffffff;
  text-decoration: none;
}

A.categorybar2:visited {
  color: #b5b2b5;
  text-decoration: none;
}

A.categorybar2:visited:hover {
  color: #ffffff;
  text-decoration: none;
}



A.areabar2:link, A.areabar2:active {
  font-size: x-small;
  color: #ffcc00;
  text-decoration: none;
}

A.areabar2:hover {
  font-size: x-small;
  color: #FFFFFF;
  text-decoration: none;
}

A.areabar2:visited:hover {
  font-size: x-small;
  color: #FFFFFF;
  text-decoration: none;
}


A.areabar2:visited {
  font-size: x-small;
  color: #ffcc00;
  text-decoration: none;
}

div.nav2 ul { 
  display:block;
  margin:0;
  padding: 0px;
  padding-left: 4px;
 }

div.nav2 ul li { 
  display:block;

  font-size: x-small;
  font-family: Verdana, Serif;
  color: #ffcc00;
  font-weight: 700;
  text-align: left;
 }

div.nav2 ul li A { 
  color: #ffcc00;
  text-decoration: none;
 }

div.nav2 ul li A:hover { 
  color: #ffffff;
 }
div.nav2 ul li A:visited:hover { 
  color: #ffffff;
 }
div.nav2 ul li A:visited { 
  color: #ffcc00
 }

div.nav2 ul li ul { 
  display:block;
  margin:0;
  padding: 0px;
  padding-left: 4px;
 }

div.nav2 ul li ul li { 
  color: #b5b2b5;
  font-size: x-small;
  font-family: Verdana, Serif;
  font-weight: normal;
 }

div.nav2 ul li ul li A { 
  color: #b5b2b5;
  text-decoration: none;
 }

div.nav2 ul li ul li A:hover, div.nav ul li ul li A:visited:hover { 
  color: #ffffff;
 }

div.nav2 ul li ul li A:visited { 
  color: #b5b2b5;
 }

.areabarsmall2 {
  font-size: x-small;
  font-family: Verdana, Serif;
  color: #ffcc00;
  font-weight: 700;
  text-align: center;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('http://www.prolitegear.com/prolitegear/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('http://www.prolitegear.com/prolitegear/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

button.cupid-green {
  background: #7fbf4d;
  background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  padding: 4px 40px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
}

button.cupid-green:hover {
  background: #76b347;
  background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
  -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
  cursor: pointer;
}

button.cupid-green:active {
  border: 1px solid #5b992b;
  border-bottom: 1px solid #538c27;
  -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}


.cupid-green {
  background: #7fbf4d;
  background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  padding: 4px 40px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
}

.cupid-green:hover {
  background: #76b347;
  background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
  -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
  cursor: pointer;
}

.cupid-green:active {
  border: 1px solid #5b992b;
  border-bottom: 1px solid #538c27;
  -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}

