@charset "UTF-8";
/* CSS Document for  Bike Point Section */
/* 
CASTROL COLOR SCHEME
GREEN -- #009A4E;
RED -- #ED1B2F;
GREY -- #333;
*/
/*
use "_" to define the CSS properties that use for IE6 only
use "/" to define the CSS properties that use for IE7 only
*/

ul.bikepoint-list-shop li span {color:#333;}
ul.bikepoint-list-shop li span a {color:#009A4E;}
ul.bikepoint-list-shop li span a:hover {color:#ED1B2F;}

/*BIKE POINT SEARCH FORM ON ITS PAGE*/
#bikepoint-search {width:160px;}
input.bikepoint-search-input {background-image:url(../img/banner-bikepoint-input.png); height:20px; width:80px; border:none; padding:4px 5px 1px 10px; float:left;}
span.bikepoint-search-submit {}
span.bikepoint-search-submit a {text-decoration:none; cursor:pointer; background-image:url(../img/banner-bikepoint-srch-butt.png); background-position:0px 0px; width:25px; height:25px; display:block; float:left;}
span.bikepoint-search-submit a:hover {text-decoration:none; cursor:pointer; background-image:url(../img/banner-bikepoint-srch-butt.png); background-position:0px 25px;}