/* CSS Document */

body
{
margin:0px;
font-family:tahoma,arial,verdana;
font-size: 0.8em;
}

a img
{
	border: 0;
}


.titleText, h1
{
font-size:18px;
color:#000000;
font-weight:bold;
margin: 2px 0;
}

.subtitleText, h2
{
font-size:14px;
color:#000000;
font-weight:bold;
margin: 2px 0;
}

.mainText
{
font-family:tahoma,arial,verdana;
font-size:12px;
color:#000000;
}

.mainText a:link{text-decoration:underline; color:#0033CC}
.mainText a:visited{text-decoration:underline; color:#0033CC}
.mainText a:hover{text-decoration:none; color:#0033CC}

.regularPrice
{
font-family:tahoma,arial,verdana;
font-size:12px;
color:#A61A0E;
text-decoration:line-through;
}

.ourPrice
{
font-family:tahoma,arial,verdana;
font-size:15px;
color:#000000;
font-weight:bold;
}

.navText
{
font-family:tahoma,arial,verdana;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
padding-left:12px;
padding-right:12px;
}

.navText a:link{text-decoration:none; color:#FFFFFF;}
.navText a:visited{text-decoration:none; color:#FFFFFF;}
.navText a:hover{text-decoration:underline; color:#FFFFFF;}

.tahoma11px
{
font-family:tahoma,arial,verdana;
font-size:11px;
color:#000000;
}

.tahoma11px a:link{text-decoration:underline; color:#000000;}
.tahoma11px a:visited{text-decoration:underline; color:#000000;}
.tahoma11px a:hover{text-decoration:none; color:#000000;}

.smallText
{
font-family:tahoma,arial,verdana;
font-size:11px;
color:#000000;
}

.smallText a:link{text-decoration:underline; color:#0033CC;}
.smallText a:visited{text-decoration:underline; color:#0033CC;}
.smallText a:hover{text-decoration:none; color:#0033CC;}


.tahoma12px
{
font-family:tahoma,arial,verdana;
font-size:12px;
color:#000000;
}

.tahoma12px a:link{text-decoration:underline; color:#000000;}
.tahoma12px a:visited{text-decoration:underline; color:#000000;}
.tahoma12px a:hover{text-decoration:none; color:#000000;}



/***** Categories *****/
#categories {
    margin: 1em 0;
    list-style-type: none;
    width: 220px;
}

#categories ul {
   padding-left: 1em;
   width:200px;
}
#categories .parent {
    font-weight: bold;
    margin: 0;
}

#categories .child {
    font-weight: normal;
    font-size: 1em;
}

#categories li.child:before {
    content: "\00BB \0020";
}

#search_categories option.parent {
    font-weight: bold;
}

#search_categories option.child {
    font-size: 0.9em;
    padding-left: 10px;
}

#categories-section {
	background-image:url(http://static.snipesoft.co.nz/webdesigns/bicyclebusiness/images/categories-bg.gif); 
	background-repeat:repeat-x; 
	border-left:1px solid #878787; 
	border-right:1px solid #878787; 
	padding-top:15px; 
	padding-bottom:15px; 
	background-color:#F7F7F7;
	padding-left: 10px;
	font-family: sans-serif;
	font-size: 0.9em;
}

.productbox { 
  float: left; 
  font-size: 0.8em;
	margin-bottom: 30px;
	width: 160px;
	height: 220px;
	text-align: center;
}

.productbox .mainText { height: 30px; }
.productbox .mainPhoto { height: 100px; }
.productbox .mainPrice { height: 10px; }


#productInformation {
	margin-top: 20px;
}

#photos {
float:right;
margin-bottom:1em;
margin-left:2em;
text-align:center;
width:280px;
font-size: 0.8em;
}

.pricing {
	line-height: 2em;
	margin:20px 0;
text-align:center;
width:120px;
}

.pricing span {
	font-size: 1.3em;
}

tr th {
  background: url(http://static.snipesoft.co.nz/webdesigns/bicyclebusiness/images/table-header.gif);
	background-repeat: repeat-x;
	height: 18px;
	color: white;
	text-align: left;
}

tr th.first {
	background: url(http://static.snipesoft.co.nz/webdesigns/bicyclebusiness/images/left-side.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 5px;
}

tr th.last {
  background: url(http://static.snipesoft.co.nz/webdesigns/bicyclebusiness/images/right-side.gif);
  background-position: right;
  background-repeat: no-repeat;
	width: 5px;
}

.cart_item_detail {
	margin: 0;
}

input.qty { width: 50px; }

.paginator {
margin:1em 0 0.5em;
text-align:center;
}
.paginator .next_page {
font-size:1.1em;
font-weight:bold;
margin-left:0.4em;
}
.paginator .previous_page {
font-size:1.1em;
font-weight:bold;
margin-right:0.4em;
}
.paginator .current_page {
font-weight:bold;
}
.paginator li {
display:inline;
list-style-type:none;
}
