/*************************************************************************************************/
/* GLOBAL                                                                                 GLOBAL */
/*************************************************************************************************/

body {
	font-family:Helvetica,Arial,sans-serif;
	color:#101010;
}

/*************************************************************************************************/
/* ELEMENTS                                                                             ELEMENTS */
/*************************************************************************************************/

a:focus, a:hover {color:#f04031;text-decoration:underline;}
a {color:#f04031;text-decoration:none;}

ul {
	padding-left:15px;
}

td {
	border-bottom: 1px solid #999;
}

/*************************************************************************************************/
/* HEADINGS                                                                             HEADINGS */
/*************************************************************************************************/

h1, .h1, h2, .h2, h3, .h3 { text-transform:uppercase; }
h1, .h1 {
	font-family:HelveticaNeueBoldCondensed, Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:1;
	margin-top:10px;
	padding-bottom: 10px;
}
h2, .h2 {
	background:#fff url('../images/title-bkgnd.png') top left no-repeat;
	font-size:12px;
	line-height:21px;
	padding-left:20px;
}

h2 strong {
	background:#fff;
	font-family:HelveticaNeueBoldCondensed, Helvetica, Arial, sans-serif;
	line-height: 1;
	padding-right:1px;
}

h3.sidebar {
	font-size:14px;
	color:#757575;
	font-family:HelveticaNeueBoldCondensed, Helvetica, Arial, sans-serif;
	padding-bottom:10px;
}
h3.accordion-head {
  padding-bottom: 5px ! important;
}
h3.accordion-head .sIFR-alternate, h3.accordion-head .sIFR-flash {
  padding-left: 30px;
}

h4 {
	font-size:12px;
	font-weight:bold;
}

.dotted-border {
	border-bottom:1px dotted #959595;
}

/*************************************************************************************************/
/* WIDGETS                                                                               WIDGETS */
/*************************************************************************************************/


/* General */

.border-top {
  border-top: 1px solid #e2e2e2;
}

.imgfix {display:block;}

.grey {
	background: #ececec url('../images/sidebar-bkgnd.jpg') repeat-x;
}

/* SMELL: border: 1px solid #d3d3d3; is repeated a lot. */
.keyline {
	border: 1px solid #d3d3d3;
}

.right
{
  text-align: right;
}

.small
{
  color: #e2e2e2;
  font-size: 10px;
}

/* SMELL: border: 1px solid #d3d3d3; is repeated a lot. */
.shadow {
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
}


/* .sf-menu */

.sf-menu li {
	display:block;
	height: 30px;
	margin:0;
	padding:0;
	background: transparent;
}

.sf-menu li a {
	margin:0;
	padding:0;
}

.sf-menu li a img {
	margin:0;
	padding:0;
}


ul.sf-menu
{
  font-family: inherit;
  margin-bottom: 0;
  text-transform: none;
	color: #FFF;
}


ul.sf-menu ul {
	padding-top: 0px;
}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover,
ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active
{
  color: #ed1c24 !important;
}

ul.sf-menu li li
{
  background: #373737;
  color: #FFF;
	width: 123px;
}

ul.sf-menu li li a
{
  padding: 5px 9px;
	color: #FFF;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 30px; /* match top ul list item height */
}



/* Submenu */

.submenu {
	color: #f04031;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 11px;
	padding-left:0px;
	margin-right:0;
	list-style: none;
}

.submenu li {

	line-height:0;
}

/* Parts */

.part-number {
	font-size: 10px;
	color: #666;
	display: block;
}

.part-name {
	font-weight: bold;
	display: block;
	font-size:13px;
}

.part-price {
	font-weight: bold;
	display: block;
	border-bottom:1px dotted #959595;
	border-top:1px dotted #959595;
	font-size:11px;
}

/* SMELL: border: 1px solid #d3d3d3; is repeated a lot. */
.parts-list
{
  border:1px solid #d3d3d3;
  list-style-type:none;
  margin-left:1px;
  margin-right:1px;
  padding-left:0;
}

.parts-list li
{
  border-bottom:1px solid #d3d3d3;
  border-right:1px solid #d3d3d3;
  float:left;
  padding:5px;
  width:198px;
}

.parts-list .bottom {border-bottom:none;}
.parts-list .last {border-right:none;}


/* Specials */


.special,
.contact-details
{
  width:300px;
}

.special-image,
.contact-details-image
{
  width:100px;
}

.special-info,
.contact-details-info
{
  width:170px;
}

