﻿/*****************************************************************************
******************************************************************************
IMPORTED STYLES*/

@import url("classes.css");
@import url("about.css");

/*****************************************************************************
******************************************************************************
GENERAL
*/
body {
	background-color: #FFFFFF;
	text-align: left;
	font: 11px Verdana,Sans-serif;
	color: #000000;
}
select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; /*background-color: #CCCCCC;*/
  border: solid 1px #000000;
  font-weight: normal;
}
.inputbox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; /*background-color: #CCCCCC;*/
  border: solid 1px #000000;
  font-weight: normal;
  width: 200px;
}
hr {
  height: 1px;
  color: #E5E5E5;
  border-top: hidden;
  border-bottom: solid 1px #E5E5E5;
  overflow: hidden;
}
h3 {
  color: #6699CC;
  font-size: 15px;
  font-weight: bold;
}

img {
  border: none;
}
A:link {
  color: #6699CC;
}
A:visited {
  text-decoration: underline;
  color: #6699CC;
}
A:active {
  text-decoration: underline;
  color: #6699CC;
}
A:hover {
  text-decoration: none;
  color: #66CCCC;
}
A.link10pt {
  text-decoration: underline;
  color: #6699CC;
  font-size: 10px;
}
A.link10pt:hover {
  text-decoration: none;
  color: #66CCCC;
  font-size: 10px;
}
A.link11pt {
  text-decoration: underline;
  color: #6699CC;
  font-size: 11px;
}
A.link11pt:hover {
  text-decoration: none;
  color: #66CCCC;
  font-size: 11px;
}
A.toplink {
  text-decoration: none;
  color: #ffffff;
  font-size: 10px;
}
A.toplink:hover {
  text-decoration: underline;
  color: #ffffff;
  font-size: 10px;
}
A.toplink:active {
  text-decoration: none;
  color: #ffffff;
  font-size: 10px;
}
A.toplink:visited {
  text-decoration: none;
  color: #ffffff;
  font-size: 10px;
}

A.shopsilva {
  text-decoration: none;
  color: #FFCC00;
  font-size: 10px;
}
A.shopsilva:hover {
  text-decoration: underline;
  color: #FFCC00;
  font-size: 10px;
}
A.shopsilva:active {
  text-decoration: none;
  color: #FFCC00;
  font-size: 10px;
}
A.shopsilva:visited {
  text-decoration: none;
  color: #FFCC00;
  font-size: 10px;
}
A.help {
  text-decoration: none;
  color: #FF0000;
  font-size: 10px;
}
A.help:hover {
  text-decoration: underline;
  color: #FF0000;
  font-size: 10px;
}
A.help:active {
  text-decoration: none;
  color: #FF0000;
  font-size: 10px;
}
A.help:visited {
  text-decoration: none;
  color: #FF0000;
  font-size: 10px;
}
.floatl {
  float: left;
}
.floatr {
  float: right;
}
.errormsg {
  color: Red;
  padding-left: 20px;
  padding-bottom: 20px;
}
/*****************************************************************************
******************************************************************************
SIZING
*/

.parentw {
  width: 780px;
}
.mainw {
  width: 679px;
}
.mainbs {
  width: 479px;
}
.leftw {
  width: 170px;
}
.centerw {
  width: 270px;
}
.centerrw {
  width: 468px;
}
.rightw {
  width: 400;
}
/* top section widths and heights */
.toptotalh {
	height: 156px;
	margin-right: 0px;
}
.toph {
  height: 129px;
}
.topnavh {
  height: 27px;
}
.topnavlinkh {
  height: 19px;
}
.topnavtabh {
  height: 8px;
}
.topnavtabw {
  width: 84px;
}
.toplogow {
  width: 216px;
}
.toprtotalw {
  width: 522px;
}
.topsilvatextw {
  width: 162px;
}
.topquotesearchw {
  width: 360px;
}
.topquoteh {
  width: 63px;
}
.toprpadbot {
  padding-bottom: 16px;
}
/*****************************************************************************
******************************************************************************
DIV ELEMENTS
*/
#divparent {
	text-align: left;
	position: relative;
}

#divmain {
  text-align: left;
  margin-left: 50px;
  margin-top: 30px;
}

#divleft {
  margin-top: 20px;
  padding-left: 20px;
  text-align: left;
}

#divcenter {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

#divcenterr {
  padding-left: 15px;
  padding-right: 0px;
  text-align: left;
}

#divcenterrr {
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}
#divright {
  margin-top: 20px;
  text-align: left; /*padding-left: 40px; for unknown reason, doesn't work in IE */
}

#divbottom {
  text-align: left;
  padding-left: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#divtopnav {
  margin-left: 50px;
}

.resultstitle {
  float:left;
  width: 80px;
  vertical-align:top;
}

.resultsdata{
  float:left;
  width: 370px;
}


/* top navigation style */
.topbg {
  background-image: url(../images/BG-Top.gif);
  background-repeat: no-repeat;
  background-color: White;
  height: 148px;
}

.topbgscrapbook {
  background-image: url(/images/BG-Scrapbook-Top.gif);
  background-repeat: no-repeat;
  background-color: White;
  height: 148px;
}
.scrapbookbg
{
  background-image: url(/images/BG-Scrapbook.gif);
  background-repeat: no-repeat;
  background-color: White;
  height: 683px;  
}

.toplogo {
  padding-left: 75px;
  padding-top: 13px;
  width: 141px;
}

.toplinks {
  color: White;
  font-weight: bold;
  font-size: 10px;
}

.toplinksrch {
  width: 522px;
  padding-top: 40px;
  text-align: right;
}

.topsrchbg {
  margin-top: 33px;
  height: 29px;
  background: url(/images/BG-TopSearch.gif);
  background-repeat: no-repeat;
  background-position: right;
}

.topsrch {
  padding-right: 5px;
}

.topsrch input {
  border: solid 1px gray;
  font-size: 10px;
  width: 179px;
  height: 13px;
  margin-top: 2px;
  margin-bottom: 5px;
}

.imgsearch {
  padding-top: 6px;
}


.topnav {
  font-size: 9px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
}

.topnavtab {
  line-height: 8px;
  background-color: #006699;
  border-left: solid 1px white;
}

.topnavtabover {
  line-height: 8px;
  background-color: #66CCCC;
  border-left: solid 1px white;
}


/*****************************************************************************
******************************************************************************
TOP NAV - DYNAMIC DROP DOWN MENU
*/

#divtopnav a {
  color: Black;
  text-decoration: none;
  font-size: 9px;
}

#dropmenudiv {
	color: black;
	position: absolute;
	border: 1px solid gray;
	z-index: 100;
	left: 314px;
	top: 226px;
	height: -1px;
}

a.dropmenuitem {
  color: #000000;
  display: block;
  font-size: 10px;
  padding: 4px 1px 4px 3px;
  text-decoration: none;
}

a.dropmenuitem:hover {
  /*hover background color*/
  color: black;
  background-color: #ff9900;
  text-decoration: none;
}

a.dropmenuitem:visited {
  color: black;
  text-decoration: none;
}

a.dropmenuitem:active {
  color: black;
  text-decoration: none;
}

div.dropmenuitem {
  display: inline;
  padding-right: 1px;
}



/*****************************************************************************
******************************************************************************
LEFT NAV - HOME page
*/
.rollover1 
{
  width: 150px;
  height:214px;
  text-decoration:none;
  background-image: url(/images/Pic-JoseSilva.jpg);
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}
.rollover1 a 
{ 
  display:block; 
  width:150px; 
  height:214px; 
  text-decoration:none;
}
.rollover1 a:hover 
{ 
  text-decoration:none;
  background-image: url(/images/Pic-JoseSilva-scrapbook.jpg);
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}

.findclass a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.findclass a:hover {
  text-decoration: none;
  color: white;
}

.findclass a:active {
  text-decoration: none;
  color: white;
}

.findclass a:visited {
  text-decoration: none;
  color: white;
}

/*****************************************************************************
******************************************************************************
MARGINS AND PADDING
*/
.addcartbox {
  border: solid 1px #B2B2B2;
  padding: 4px;
  width: 70px;
  text-align: center;
}

/*****************************************************************************
******************************************************************************
TEXT ELEMENTS
*/

.pheader {
  font-size: 14px;
  font-weight: bold;
}

/*general text*/
.textalignr {
  text-align: right;
}

.textalignc {
  text-align: center;
}

.text9 {
  font-size: 9px;
}
.text10 {
  font-size: 10px;
}
.text12 {
  font-size: 12px;
}
.text13 {
  font-size: 13px;
}
.text14 {
  font-size: 14px;
}
.text18 {
  font-size: 18px;
}
.textred {
  color: #d8282f;
}
.textlblue {
  color: #6699CC;
}

.textem {
  font-style: italic;
}

.textu {
  text-decoration: underline;
}
.textbold {
  font-weight: bold;
}
.textpdf {
  font-size: 9px;
  color: #666666;
}
.botcredits {
  padding-left: 42px;
}
.bottext {
  width: 553px;
}
.botcopy {
  font-size: 9px;
  color: #B2B2B2;
  padding-left: 18px;
}
.botcontact {
  font-size: 9px;
  color: #000000;
  padding-left: 18px;
}
/***temp borders when I need to check the elements***/
.boxborders {
  border: solid 1px black;
}
