/* 
  This file contains the main styles that may change from site to site. If you find there's other 
	styles in styles.css that you often need to change, move them here. 
*/


/* site-wide fonts, colour & size */
body, table, td, div, span, div, p, input, select, textarea {
  font: 11px Arial, Verdana, sans-serif;
  color: #222222;
}
body, table, td, div, span, div, p {
  line-height: 20px;
}


/* link colours */
a:link, a:visited {
	text-decoration:    none;
	color:              #3366cc;
    }
    
a:hover {
  color: #3366cc;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #cc0000;
}


/* "gallery" type viewing pages: search results / homepage */

.homepage_gallery_odd_row {
  background-color:#ACDDFF;
}
.homepage_gallery_even_row {
  background-color:#dddddd;
}
.gallery_view_init_td {
  background-color: #efefef;
}
.gallery_view_init_div {
  background-color: #efefef;
  border: 1px solid #ffffff;
	opacity: 0.7; 
	filter:alpha(opacity=70); 
	position: relative;
}
.gallery_view_mouseover {
  border: 1px solid #62B4ED;
  background-color: #CEEBFF;
  opacity: 1.0; 
	filter: alpha(opacity=100);
}
.gallery_view_mouseout {
  border: 1px solid #ffffff;
  background-color: #efefef;
  opacity: 0.8; 
	filter: alpha(opacity=80);
}
.odd_row {
	background-color: #efefef;
  vertical-align: top;
}
.even_row {
  background-color: #FFFFFF;
  vertical-align: top;
}
.current_row { 
  background-color: #ACDDFF;
  vertical-align: top;
}


/* dropdown menu styles */
#dropmenudiv {
  position:           absolute;
  border:1px          solid black;
  border-bottom-width:0;
  font:               normal 12px Verdana;
  line-height:        18px;
  z-index:            100;
  background-color:   #EFF7FF;
}
#dropmenudiv a {
  width:              100%;
  display:            block;
  border-bottom:      1px solid black;
  padding:            1px 0;
  text-decoration:    none;
  font-size: 8pt;
  color: #333333;
}
#dropmenudiv a:hover {
  background-image:   url(../images/horizontal_line.jpg);
  background-repeat:  repeat-y;
  color:              #3366cc;
}


/* page sections */
table#main_structural_table {
  width:              1000px;
  height:             100%;
}
tr#banner td {
  width:              100%; 
  background:         url(../images/banner/top_bg.gif);

}
tr#banner_row { height: 0px; }
td#top_row {
  background-color: #dddddd;
  background:		  url(../images/button.gif);
}
td#left_nav {
  width:              200px;
  height:             100%; 
/*  background:		  url(../images/left_nav_bg.gif);
  background-repeat:  repeat-xy;*/
  background-color:   #77A6D5;
  vertical-align:     top;
  padding-left: 8px;
  padding-right: 8px;
}
td#left_nav a {
	text-decoration:    none;
}
td#leftmost_strip {
  background-color:   #ffffff;
	border-right: 1px solid #999999;
    width: 200px;
}
td#rightmost_strip {
  background-color:   #ffffff;
}

/* buttons */
.button {
  padding:            1px;
  padding-left:       4px;
  padding-right:      4px;
  margin:             0px;
  border:             1px solid #333333;
  text-decoration:    none;
  color:              #003366;
  background-color:   #EDF6FF;
  font-family:        Tahoma, Arial;
	font-size:          9pt;
  font-weight:        bold;
}

a.button {
  padding:            2px;
  padding-left:       4px;
  padding-right:      4px;
  margin:             0px;
  border:             1px solid #333333;
  text-decoration:    none;
  color:              #003366;
  background-color:   #EDF6FF;
  font-family:        Tahoma, Arial;
	font-size:          9pt;
  font-weight:        bold;
}

.button:hover, a.button:hover {
  color:              #333333;
  background-color:   #FFCC00;
  cursor:             pointer;
	text-decoration:    none;
}
.button:active, a.button:active {
  color:              #CC0000;
  background-color:   #7DB4EC;
}


/* buttons */
.button_search {
  margin:             1px;
  border:             1px solid #333333;
  text-decoration:    none;
  color:              #003366;
  background-color:   #EDF6FF;
  font-family:        Tahoma, Arial;
	font-size:          9pt;
  font-weight:        bold;
}

a.button_search {
  margin:             2px;
  border:             1px solid #333333;
  text-decoration:    none;
  color:              #003366;
  background-color:   #EDF6FF;
  font-family:        Tahoma, Arial;
	font-size:          9pt;
  font-weight:        bold;
}

.button_search:hover, a.button_search:hover {
  color:              #333333;
  background-color:   #FFCC00;
  cursor:             pointer;
	text-decoration:    none;
}
.button_search:active, a.button_search:active {
  color:              #CC0000;
  background-color:   #7DB4EC;
}


/* misc other stuff */
.left_column_heading {
  font-size: 10pt;
	font-family: verdana;
	font-weight: bold;
}
a.category {
  color:	#222222;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
}

a.category:active {
  color:	#830000;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
}

a.category:hover {
  color:	#830000;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
}

a.subcategory {
  color:	#222222;
  text-decoration: none;
	font-size: 11px;
	line-height: 11px;
}

a.subcategory:active {
  color:	#830000;
  text-decoration: none;
	font-size: 11px;
	line-height: 11px;
}

a.subcategory:hover {
  color:	#830000;
  text-decoration: none;
	font-size: 11px;
	line-height: 11px;
}

.subcategory_div {
  margin-left: 5px;
}
.productcount {
  color:	#ffffaa;
}
.auction_info_text
{
  font-size: 8pt;
	font-family: arial;
	line-height: 11pt;
}
.item_details_heading {
  border-top: 1px solid #808080; 
	border-bottom: 1px solid #808080; 
	padding: 4px; 
	margin-bottom: 10px;
}
.section_title {
  font: 		  14px Arial, Verdana, Helvetica, sans-serif;
	text-align:  	left;
	font-weight: 	bold;
	margin-bottom:  10px;
	color:          #660000;
}
td.label {
  color: #3366cc;
}
.notify {
  background-color: #ffffcc; 
	padding: 5px; 
	border: 1px solid #888888;
}
.search_text { 
  font-size: 8pt;
  font-weight: bold;  
} 
 
/* moved from style.css */
#navcontainer ul li.menu_item a, #navcontainer_vendor ul li.menu_item a, #navcontainer_admin ul li.menu_item a {
      padding:            2px 10px;
      background:		  url(../images/button.gif);
      color:              black;
	  width:              100px;
      text-decoration:    none;
      float:              left;
	  text-align: center;
      border-right:       1px solid #134578;
      font-size:          11px;
	  font-weight:bold;
      font-family:        Arial, Verdana, Helvetica, sans-serif;
    }

#navcontainer ul li.menu_item a:hover, #navcontainer_vendor ul li.menu_item a:hover, #navcontainer_admin ul li.menu_item a:hover  {
      background:		  url(../images/gradient_button.gif);
	  background-repeat:  repeat-x;
      color:              #000000;
    }
    
#navcontainer ul li.menu_item a:active, #navcontainer_vendor ul li.menu_item a:active, #navcontainer_admin ul li.menu_item a:active {
     background:		  url(../images/gradient_button.gif);
	  background-repeat:  repeat-x;
      color:              #000000;
    }