@charset "utf-8";
/* CSS Document */

/* Team Page */
#paddock_title {
width: 685px;
height: 23px;
background-image: url(title4.png);
background-repeat: repeat-x;
padding-top: 2px;
padding-left: 5px;
}
/**/

/* Promotional page */

#promo_title {
width: 685px;
height: 23px;
background-image: url(title4.png);
background-repeat: repeat-x;
padding-top: 2px;
padding-left: 5px;
}

/* Torque TV */

#tv_title {
background-image: url(title4.png);
background-repeat: repeat-x;
width: 685px;
height: 23px;
padding-top: 2px;
padding-left: 5px;
}

/* Competition Page */
#comp_title {
background-image: url(title4.png);
background-repeat: repeat-x;
width: 685px;
height: 23px;
padding-top: 2px;
padding-left: 5px;
}
/**/

/* The Team */
#team_title {
background-image: url(title4.png);
background-repeat: repeat-x;
width: 685px;
height: 23px;
padding-top: 2px;
padding-left: 5px;
}
/**/

/*Links*/
#links_title {
background-image: url(title4.png);
background-repeat: repeat-x;
height: 23px;
width: 685px;
padding-top: 2px;
padding-left: 5px;
}
/**/

/*Submit Article*/
#submit_title {
background-image: url(title4.png);
background-repeat: repeat-x;
height: 23px;
width: 685px;
padding-top: 2px;
padding-left: 5px;
}
/**/

/*Contact Us */
#contact_title {
background-image: url(title4.png);
background-repeat: repeat-x;
height: 23px;
width: 685px;
padding-top: 2px;
padding-left: 5px;
}
/**/

/* Advertising */

#ad_title {
width: 685px;
height: 23px;
background-image: url(title4.png);
background-repeat: repeat-x;
padding-top: 2px;
padding-left: 5px;
}

/**/

/*Engineer */
.plus {
   font-size: 1.1em;
   font-weight: normal;
   padding: 1px 5px 1px 5px;
   margin: 0px 0px;
   background: #cacaca; //Replace with any color
   color: #ffffff; //Replace with any color
   border: 1px solid #fff; 
   cursor: hand;
   cursor: pointer
  }
  
  .plus:hover {
   background: #cacaca; //Replace with any color
   border: 1px solid #fff; //Replace with any color
  }
/**/

