@charset "UTF-8";
/* CSS Document */

body, td {
  font-family: verdana;
  font-size: 10pt;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}


A:link     {color:#000000; text-decoration:none;}
A:visited  {color:#000000; text-decoration:none;}
A:active   {color:#000000; text-decoration:none;}
A:hover    {color:#ff0000; text-decoration:none;}



.page_top_stripe {
  margin-top:0px;
  background-color:#666;
  height:18px;
}

.page_head {
  margin-top:0px;
  border-bottom:2px solid #666;
  border-top:1px solid #fff;
  background:#999 url('../images/fade_to_grey.gif') top left repeat-y;
}
.page_head_title {
  padding-left:8px;
  height:30px;
  font-weight:bold;
  font-size:17px;
  font-style:italic;
}

small {font-size: 75%;}
big   {font-size:125%;}

.btn      {font-family:arial; font-size:12px; color:#000000; width:75px;}
.btn_slim {font-family:arial; font-size:12px; color:#000000; width:50px;}
.btn_wide {font-family:arial; font-size:12px; color:#000000; width:100px;}

.status_msg {font-weight:bold; color:#00f; margin:10px; margin-left:0px; margin-right:0px; padding:5px; text-align:center;}
.error_msg  {font-weight:bold; color:#f00; margin:10px; margin-left:0px; margin-right:0px; padding:5px; text-align:center;}



.box {
  text-align: center;
}

.box .boxhead {
  background: #000 url('../images/left-corner.gif') top left no-repeat;
}

.box .boxhead .content {
  background: #000 url('../images/right-corner.gif') top right no-repeat;
  color: #f00;
  text-align: center;
  margin: 2px 0 0 17px;
  padding-right: 17px;
}

.box .boxhead .content h5 {
  font: bold 9pt/12pt arial;
  margin: 0;
  padding: 0;
}

.box .boxbody {
  background: #c0c0c0;
  border: 2px solid black;
}

.box .boxfoot {
  background: #000 url('../images/left-corner_btm.gif') bottom left no-repeat;
}

.box .boxfoot .content {
  background: #000 url('../images/right-corner_btm.gif') bottom right no-repeat;
  vertical-align: bottom;
  color: #f00;
  text-align: center;
  margin: 0 0 2px 17px;
  padding-right: 17px;
}

.box .boxfoot .content h5 {
  font: bold 10pt/12pt arial;
  bottom: 0px;
  margin: 0;
  padding: 0;
}



.box .boxbody .section .sectionhead {
  background: #000;
}

.box .boxbody .section .sectionhead .content {
  font: 8pt arial;
  padding: 2px 5px;
  color: #f00;
}

.box .boxbody .section .sectionhead .content h5 {
  font: bold 8pt/10pt arial;
  margin: 0;
  padding: 0;
}

.box .boxbody .section .sectionbody {
  padding: 2px 5px;
}

.box .boxbody .section .sectionbody .content {
  font: 8pt arial;
}

.box .boxbody .section .sectionfoot {
  background: #000 url('../images/left-corner_btm.gif') bottom left no-repeat;
}

.box .boxbody .section .sectionfoot .content {
  background: #000 url('../images/right-corner_btm.gif') bottom right no-repeat;
  vertical-align: bottom;
  color: #f00;
  text-align: center;
  margin: 0 0 2px 17px;
  padding-right: 17px;
}

.box .boxbody .section .sectionfoot .content h5 {
  font: bold 10pt/12pt arial;
  bottom: 0px;
  margin: 0;
  padding: 0;
}


#content {
  position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  width:auto;
  min-width:120px;
  margin:0px 0px 20px 160px;
  padding:0px;
  z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#column-one {
  position:absolute;
  width:150px;
  top:85px;
  left:5px;
  padding:0px;
  text-align: left;
  z-index:2;

  /* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
  Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
  IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
  declaration. The incorrect IE5/Win value is above, while the correct value is
  below. See http://glish.com/css/hacks.asp for details. */

  voice-family: "\"}\"";
  voice-family:inherit;
  width:150px;
}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>#column-one {width:128px;}


@media print {

  #content {
    margin-left:0px;
  }

  #column-one {
    display: none;
  }
}

.page-body {
}


#column-one .box {
/*  width: 100%;*/
  margin: 5px 0;
}

.searchbox input {
  margin-top:4px;
  font-size:10px;
}

#tiny-cart {
  margin-top: 0;
}

#main-category-list .sectionbody {
  padding: 0;
}

#main-category-list .sectionhead {
  height: 3px;
  overflow: hidden;
}

#join-prompt .sectionbody form {
  margin: 0;
}

#list-options .sectionbody form {
  margin: 0;
}


.category_link, .category_link_selected {
  display: block;
  border-top: 2px solid #000;
/*  width: 100%;*/
}

.category_link a {
  display: block;
  font: bold 9pt;
  color: #000;
/*  width: 100%;*/
  padding: 2px 5px;
  text-align: left;
}

.category_link_selected a {
  display: block;
  font: bold 9pt;
  color: #000;
/*  width: 100%;*/
  padding: 2px 5px;
  background: #ddd;
  text-align: left;
}

html>body .category_link a {
  width: auto;
}
.category_link a:visited {color: #000;}
.category_link a:active {color: #000;}
.category_link a:hover {color: #f00;}

.category_link_selected a:visited {color: #f00;}
.category_link_selected a:active {color: #000;}
.category_link_selected a:hover {color: #f00;}


#user-box form {
  margin:0px;
}

#user-box input {
  font-size:10px;
}

#user-box p {
  display:block;
  font-weight:bold;
  margin:5px;
}

#user-box .user_link {
  display: block;
/*  width: 100%;*/
  margin-bottom: 3px;
}

#user-box .user_link a {
  font-size: 8pt;
}


.page-content {
  padding: 0 10px;
  text-align: left;
  vertical-align: top;
}


.page-content A:link     {color:#ff0000; text-decoration:none;}
.page-content A:visited  {color:#ff0000; text-decoration:none;}
.page-content A:active   {color:#ff0000; text-decoration:none;}
.page-content A:hover    {color:#ff0000; text-decoration:underline;}


.right-column {
  width: 175px;
  text-align: left;
}


.right-column .box {
  width: 100%;
  margin: 5px 0;
}


#pagemain {
  clear: both;
}



/*.content_header           {background-color:#405570; color:white; background-color:#eee; color:D70000; margin-bottom:10px; border-bottom:2px solid black; border-right:2px solid black; border-top:2px solid #69c; border-left:2px solid #69c;}*/
.content_header           {
  color:#d70000;
  margin-bottom:10px;
  border:2px solid;
  border-color:#eee #999 #999 #eee;
  background:#999 url('../images/fade_to_grey.gif') top left repeat-y;
}
.content_title            {font-weight:bold; font-size:12px;}

.flist_table            {background-color:#ffffff;}
.flist_row              {}
.flist_pgroup_img_cell  {width:30%; vertical-align:bottom; text-align:center;}
.flist_pgroup_cell      {width:30%; vertical-align:top; text-align:center; padding:0px 2px 10px 3px;}
.flist_pgroup_name      {font-size:7pt; font-weight:bold; margin-bottom:5px;}
.flist_pgroup_brief     {font-size:7pt;}
.flist_pgroup_link      {font-size:7pt; margin-top:5px;}

.plist_table            {background-color:#ffffff;}
.plist_row              {}
.plist_pgroup_img_cell  {width:30%; vertical-align:bottom; text-align:center;}
.plist_pgroup_cell      {width:30%; vertical-align:top; text-align:center; padding:0px 2px 10px 3px;}
.plist_pgroup_name      {font-size:7pt; font-weight:bold; margin-bottom:5px;}
.plist_pgroup_brief     {font-size:7pt;}
.plist_pgroup_link      {font-size:7pt; margin-top:5px;}

.pdetail_table          {background-color:#ffffff;}
.pdetail_img_cell       {vertical-align:top; text-align:center;}
.pdetail_cell           {vertical-align:top; padding-top:0px; height:300px; padding-bottom:100px;}
.pdetail_name           {font-size:12pt; font-weight:bold; margin-bottom:10px;}
.pdetail_desc           {font-size:8pt; line-height:150%;}
.pdetail_desc ul        {margin-top:5px; margin-bottom:5px;}
.pdetail_related_head   {font-size:10pt; font-weight:bold; padding-bottom:10px; padding-top:10px;}
.pdetail_related_img    {}
.pdetail_related_name   {font-size:8pt; padding:5px; padding-left:15px;}

.porder_table           {width:100%;}
.porder_lable           {text-align:right; font-size:8pt;}
.porder_price           {color:#f00; border:0px;}
.porder_qty             {}

#right-categories .sectionhead {
  background: #333;
}

#right-categories a {
  display:block;
  padding:1px;
  padding-left:5px;
  color:#000;
  width:100%;
  font-size:11px;
  border-bottom:1px solid #999;
}
#right-categories a:visited {
  color:#000;
}
#right-categories a:hover {
  background-color:#ddd;
  color:#f00;
}

#right-showcases .boxfoot a {
  display:block;
  color:#fff;
  width:100%;
  font:bold 7pt/9pt verdana;
}

#cross-site-links .sectionbody {
  padding: 0;
}

#cross-site-links a {
  display: block;
  border-bottom: 2px solid black;
  padding: 2px;
}

.infoBox{
	 line-height:15px;
	 margin-left:20px;
	 border:5px ridge #999;
	 padding:10px;
}

.infoBox .section,
.emptyBox .section{
	font-weight:bold;
	text-align:center;
	background-color: #D70000;
	border:2px raised;
	color:#fff;
	padding:5px;
}

a.path {
  color:#fff;
}
a.path:visited {
  color:#fff;
}
a.path:hover {
  background-color:#ccc;
  color:#000;
}