/* style sheet */
body, p, div, span, td, a
{
 /* font-family: Times New Romain,serif; */
 /* font-family: Impact,sans-serif; */
 /* font-family: Arial Black,sans-serif; */
 font-family: arial,sans-serif;
 font-size: 14px;

 color : #000000;
}

BODY
{
 background-color: #999764;
}

#allproductslinksdiv
{
  display: block;
  margin-left: 20px;
}

#allproductslinksdiv A
{
 display: block;
}

#allproductslinksdiv H3
{
 display: block;
 margin: 0px;
 margin-top: 10px;
}

DIV#cb3rendermain H4
{
  color: #4670c6;
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-decoration: underline;
}

/*
 Begin Quick Quote Stuff
*/

INPUT.quick_quote_readonly
{
  border-style:none;
  border-width:0px;
  padding:0px;
  margin:0px;
  color:red;
  display:inline;
  background-color:#e7e8e8;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

#QuickQuote1,#QuickQuote2,#QuickQuote3,#QuickQuote4
{
 font-family: arial,sans-serif;
}

#QuickQuote1 HR,#QuickQuote2 HR,#QuickQuote3 HR,#QuickQuote4 HR
{
  width: 200px;
  padding: 3px;
}

#quickquoteuploaddiv
{
  width: 200px;
}

INPUT.quickquote, INPUT.quickquotelinetext, SELECT.quickquote
{
 font-size: 12px;
 color : #000000;
 padding-left: 5px;
 border: solid 1px silver;
}

TEXTAREA.quickquote
{
 width: 200px;
 margin: 0px;
 font-size: 12px;
 color : #000000;
 padding: 1px;
 border: solid 1px silver;
}

SELECT.quickquote
{
 width: 200px;
 padding: 0px;
 margin: 0px;
 border: solid 1px silver;
}

SELECT.quickquoteselector2
{
 width: 65px;
 padding: 0px;
 margin: 0px;
}

INPUT.quickquotelinetext
{
 width: 220px;
 border: solid 1px silver;
}

.quickquote1smalllable
{
 font-size: 10px;
}

.quickquotetext
{
 font-size: 12px;
 font-weight: bold;
 color : #000000;
}

.quickquoteQmark
{
 display: inline;
 border: none;
 cursor: pointer;
 padding: 0px;
 margin: 0px;
 vertical-align: middle;
}

.quickquotetotal
{
 color: red;
}

/*
 End Quick Quote Stuff
*/

/*
 Begin Best Seller Stuff
*/

LI.bestsellers, UL
{
  cursor: pointer;
}

/*
 End Best Seller Stuff
*/

