/*<group=Global Browser Reset>*/
* {
  padding:0px;
  margin:0px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:10px 0px; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: none; }

/*</group>*/


body {
  background: #FFFFFF url(/shared/splash/background.gif) repeat top left;
  color: #000000;
  font-family: arial, verdana, "lucida console", sans-serif;
  font-size: 10px;
}

a { text-decoration: none }
a:link, a:visited { color: #FFFFFF }

a:hover, a:active { color: #1CFE66 }

ul { list-style-type: none }

input, textarea, div.btn, div.yellow {
  color: #6C6C6C;
  background-color: #000000;
  border: none;
  border-top: 2px solid #6C6C6C;
  border-left: 2px solid #6C6C6C;
  display: inline;
}

.hidden input {
  /* -- this is a work around so hidden input fields will not get a border applied to them -- */
  border:none;
  display:none;
}

div#container {
  margin: 0px auto;
  width: 984px;
}

#topbar {
  height: 83px;
  background-color: #000000;
  background-image:url(/graphics/header.gif);
  background-repeat:no-repeat;
  color: #FFFFFF;
}
#topbar a img {
  margin-top: 25px;
  position: absolute;
}

#topNav {
  width: 550px;
  position: relative;
  margin: 0px;
  top: 65px;
  left: 305px;
}

#topNav li { 
  display: inline;
  font-weight: bold;
  font-size: 115%;
  margin-left: 0px;
}

#minicart {
  float: right;
  background-color: transparent;
  margin-top: 20px;
}
#minicart a img {
  margin-top: 0px;
  position: relative;
}


.block {
  background-color: black;
  color: #9B9B9B;
  margin: 5px;
  margin-left: 0px;
  padding: 5px;
}

div h2 {
  font-size: 12px;
  font-family: sans-serif;
  vertical-align: middle;
  color: #E2E2E2;
  display: block;
  margin: 0px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-top: 2px;
  height: 18px;
  background: #6C6C6C;
}

div h2 a {
  display: block;
  width: 100%;
  color: #E2E2E2;
}

/* --------- Middle Columns ------------ */

#left_col, #mid_col, #right_col { 
  float: left;
  overflow: hidden;
}

#left_col {
  clear:both;
  width: 244px;
  height: 640px;
}

#left_col_row_1 {
  height: 385px;
}
#left_col_row_1 div {
  background-color: #2F2F2F;
  padding: 0px 5px;
  height: 360px;
  overflow: auto;
  font-size: 12px;
}
#left_col_row_2 { height: 95px; }
#left_col_row_3 { height: 70px; }
#left_col_row_4 { height: auto; }


#mid_col { width: 173px; }

#mid_col_row_1 { height: 495px; }
#mid_col_row_1 div {background-color: #2F2F2F;}
#mid_col_row_1 div#thumb_pagination {
  width: 100%;
  height: 60px;
  text-align: right;
  background: black;
}

#mid_col_row_2 {
    height: 110px;
}

#right_col { 
    width: 557px;
    margin-right: 0px;
    height: 620px;
    overflow: hidden;
    font-size: 12px;
}

table.categoryThumbs td {
  border: 4px solid #2F2F2F;
  width: 45px;
  height: 45px;
  background-color: #2F2F2F;
  text-align: center;
  vertical-align: center;
}

table.categoryThumbs td a img {
  filter: alpha(opacity=60);
  opacity: 0.6;
  border: solid #2F2F2F 2px;
}

table.categoryThumbs td a:hover img, table.categoryThumbs td a img.current {
  filter: alpha(opacity=100);
  opacity: 1.0;
}

.current { border: solid yellow 2px !important;}

#botbar {
  clear: both;
  color: #6C6C6C;
  background: #000000 url(/graphics/bottom_banner.jpg) no-repeat top left;
  height: 143px;
  text-align: center;
}
#botbar a.plain, #botbar a.link, #botbar a.plain:hover {
  color: #6C6C6C;
  cursor: default;
}

#cart {
  background-color: #2F2F2F;
  padding: 2em;
  min-height: 50%;
}

div.contentContainer {
  background-color: #2F2F2F;
  padding: 5px;
}

.btn { cursor: pointer; }

/* ----- START TEXT CLASSES ----- */
.contact {color: white;}
.contact a {color: #E3FF23;}

.green, .green a {color: #1CFE66;}
.green a:hover {color:white;}

.yellow, div.yellow {
  color: #E3FF23; 
  cursor: pointer;
}

.required {color: red;}

#imageBrowserControls {
  font-size: large;
  float: right;
}
#added_to_cart { 
  font-size: larger;
  font-weight: bold;
  display: inline;
}

.shippingCost td
{
  text-align: right;
}
/* ----- END   TEXT CLASSES ----- */

#right_col.pages {
  overflow-y: auto;
}
