/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
}
.FPtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
form1.input, form1.textarea {
	border: 1px solid #999;
	background-color: #f5f5f5;
	border: 1px solid #999999;
	border-collapse: collapse;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
}
#leftproducts {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #FFFFFF;
}
#leftproducts a {
	padding-top:2px;
	padding-left:15px;
	width:150px;
	height:19px;
	background-image:url(file:///D|/Documents%20and%20Settings/Darren/My%20Documents/GCWEB/DARRENJ/images/product-box-subheading.jpg);
	background-repeat:no-repeat;
	color: #FFFFFF;
	text-decoration:none;
}
#leftproducts a:hover {
	padding-top:2px;
	padding-left:15px;
	width:150px;
	height:19px;
	background-image:url(file:///D|/Documents%20and%20Settings/Darren/My%20Documents/GCWEB/DARRENJ/images/product-box-subheading-hover.jpg);
	background-repeat:no-repeat;
	color: #000000;
	text-decoration:none;
}
.sent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #CC0000;
}
a#categories:link {	color: #FFFFFF;	text-decoration: none;} a#categories:visited {	text-decoration: none;	color: #FFFFFF;} a#categories:hover { font-family:Arial, Helvetica, sans-serif;text-decoration: none;color: #000000;} a#categories:active {	text-decoration: none;color: #FFFFFF;}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF4E00;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}


hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #000000;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #000000;
}

h2 {
	color: #76685D;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #FF4E00;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #CC3902;
	border-bottom: 1px solid #FF4E00;
	border-left: 1px solid #FF4E00;
	border-right: 1px solid #FF4E00;
	border-top: 1px solid #FF4E00;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #999999;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background-image:url(http://www.sincitycycles.com.au/images/table-header-bg.jpg);
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}