a {
	color: #000000;
	text-decoration: none;
}

a.nav {
	color: #C10000;
	text-decoration: none;
}

a.white {
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 50px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.productBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.catNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C10000;
}

.smallLine {
	font-size: 10px;
}


/* Listing Pages Style - carcase.php, handles.php etc */

.catTable {
	width: 100%;
}

.catTitle {
	border: #C10000 solid 1px;
	width: 100%;
	padding: 5px;
	border-spacing: 10px;
	font-weight: bold;
	font-size: 14px;
	background-color: #C10000;
	color: #FFFFFF;
}

.catItem {
	border: #C10000 solid 1px;
	width: 50%;
	padding: 5px;
	border-spacing: 10px;
	min-height: 100px;
	height: auto !important;
}

div.catItemTitle {
	font-weight: bold;
}

td.prodListLeft {
	width: 70%;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}

td.prodListRight {
	width: 30%;
	text-align: center;
	padding: 10px;
	vertical-align: top;
}


/* viewProd.php Style */

div.priceBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #C10000;
	text-align: center;
	width: 100%;
}

table.prodSizeTable {
	width: 80%;
}

td.prodSizeRowLeftOdd {
	width: 60%;
	background-color: #FFFFFF;
	padding: 5px;
}

td.prodSizeRowRightOdd {
	width: 20%;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
}

td.prodSizeRowLeftEven {
	width: 60%;
	background-color: #FFDDDD;
	padding: 5px;
}

td.prodSizeRowRightEven {
	width: 20%;
	background-color: #FFDDDD;
	padding: 5px;
	text-align: center;
}


/* savedBasket.php Style */

table.baskets {
	width: 80%;
}

td.basketLeftOdd {
	width: 60%;
	background-color: #FFFFFF;
	padding: 5px;
}

td.basketRightOdd {
	width: 20%;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
}

td.basketLeftEven {
	width: 60%;
	background-color: #FFDDDD;
	padding: 5px;
}

td.basketRightEven {
	width: 20%;
	background-color: #FFDDDD;
	padding: 5px;
	text-align: center;
}

th.basketLeft {
	width: 60%;
	background-color: #C10000;
	color: #FFFFFF;
	padding: 5px;
}

th.basketRight {
	width: 20%;
	background-color: #C10000;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}

div.faq_q {
	font-size: 11px;
	margin-bottom: 10px;
	font-weight: bold;
}

div.faq_a {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #00C100 solid 1px;
}
