/*------------------------------------------------------------------
| General page style. The scroll bar colors only visible in IE5.5+ |
------------------------------------------------------------------*/

BODY {

     background-image: url(images/common/bgdot.gif);
     background-color: #AEB2AF;
}

font,th,td,p {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  font-style: normal;
}
A:link,A:visited,A:active {
     color: #393925;
     text-decoration: none
}
A:hover {
    text-decoration: underline;
    color: #393925;
}

.scrollbars1 {

     SCROLLBAR-FACE-COLOR: #333333;
     SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
     SCROLLBAR-SHADOW-COLOR: #999999;
     SCROLLBAR-3DLIGHT-COLOR: #000000;
     SCROLLBAR-ARROW-COLOR: #CCCCCC;
     SCROLLBAR-TRACK-COLOR: #000000;
     SCROLLBAR-DARKSHADOW-COLOR: #000000;
     SCROLLBAR-BASE-COLOR: #789789
}


.newspane {
      background-image: none;

      SCROLLBAR-FACE-COLOR: #FFFFFF;
      SCROLLBAR-HIGHLIGHT-COLOR: #9C9AA8;
      SCROLLBAR-3DLIGHT-COLOR: #E3E3CC;

      SCROLLBAR-SHADOW-COLOR: #9C9AA8;
      SCROLLBAR-DARKSHADOW-COLOR: #E3E3CC;
      
      SCROLLBAR-ARROW-COLOR: #FFFFFF;
      SCROLLBAR-TRACK-COLOR: #E3E3CC;

      SCROLLBAR-BASE-COLOR: #E3E3CC;
      
      border-style: solid;
      border-color: #4B6078;
      border-width: 1px;
      background-color: none;
}

.linkspane {
      background-image: none;
      background-color: #665E78;
      
      SCROLLBAR-FACE-COLOR: #EFEFE2;
      SCROLLBAR-HIGHLIGHT-COLOR: #9C9AA8;
      SCROLLBAR-3DLIGHT-COLOR: #EFEFE2;

      SCROLLBAR-SHADOW-COLOR: #9C9AA8;
      SCROLLBAR-DARKSHADOW-COLOR: #EFEFE2;

      SCROLLBAR-ARROW-COLOR: #EFEFE2;
      SCROLLBAR-TRACK-COLOR: #EFEFE2;

      SCROLLBAR-BASE-COLOR: #EFEFE2;

      border-style: none;
      border-width: 0px;

}

.bevel{
      border-top: solid #E8E8D6 1px;
      border-left: solid #E8E8D6 1px;
      border-right: solid #ABAB9A 1px;
      border-bottom: solid #ABAB9A 1px;
}

.linksbevel1{
      background-color: #665E78;
      border-top: solid #837C91 1px;
      border-left: solid #837C91 1px;
      border-right: solid #4D475A 1px;
      border-bottom: solid #4D475A 1px;
}

.linksbevel2{
      background-color: #D7D7CC;
      border-top: solid #DFDFD6 1px;
      border-left: solid #DFDFD6 1px;
      border-right: solid #A2A29A 1px;
      border-bottom: solid #A2A29A 1px;
}


/*--------------
| General text |
--------------*/
.bodytext {
    font-size: 10px;
    font-style: normal;
    color: #857E6A;
    font-weight: normal;
}

.newstext {
    color: #999999;
    font-weight: normal;
    line-height: 70%;
    border-width: 1px;
    border-color: #9C9AA8;
    border-style: solid;
}
.newstexttitle {
    color: #7B7B7B;
    font-weight: normal
}

.featuretext {
    color: #857E6A;
    font-weight: normal;
}

.lighttext {
    color: #CCCCCC;
    font-weight: normal;
}

.charttitle {
    font-size: 24px;
    font-style: normal;
    color: #EFEFE2;
    font-weight: bold;
}

.charttext {
    color: #393C2D;
}

A.charttext {
    color: #393C2D;
}

.homepagelinks { 
	 font-family: Arial, Helvetica, sans-serif;
     font-size: 10px;
     font-style: normal;
     font-weight: normal;
     color: #EAEAEA;
     text-align: left;
     vertical-align: top;
     white-space: normal;
     background-image: none;
     text-decoration: none
}

.cartbtn_on, .cartbtn_off{
	width:130px;
	height:37px;
   border:0;
	cursor: pointer;
	margin: 15px;
	display: block;
	cursor: pointer;
	background: transparent url(images/common/add_to_cart_large2.gif)  no-repeat;
}
.cartbtn_off{
	background-position:0% 0px;
}
.cartbtn_on{
	background-position:0% -37px;
}


/*---------------
| Form elements |
---------------*/

input{
     font-size: 10px;
}
select {
	 font-size: 10px;
}

textarea {
	 border: 1px #CCCCCC solid;
     color: #EAEAEA;
     background-color: #333333;
     font-weight: 300;
}
form {  
	line-height: normal
}


.whitetitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #EAEAEA;
    font-weight: bold;
}
