@charset "UTF-8"; 
/* CSS Document */

/* Any class elements that are repeated ad have a _ infront of them are for IE6 and to solve bugs in the layout on this browser.*/

/* classes controlling the HTML tags on the site*/

body {
	background: #333333 url(../Assets/newci-site-bg.jpg) no-repeat scroll center top; 
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px;
	height: 100px;
	padding: 0px;/*	overflow-y:scroll;*/
}

h1 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #333;
}

h2 {
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px 0px 10px;
	padding: 0px;
}

h3 {
	font-size: 10px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 8px;
	font-weight: normal;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

p {
	margin: 10px 0px;
	padding: 0px;
}



a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


/* Site structure elements for the master pages */

.site_container {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background: #000000;
}

.site_inner_container {
	background: #000000;
	padding: 0px;
	width: 960px;
	_width: 980px;
	margin: 0px 0px;
}


.site_header {
	margin: 0px 0px 20px;
	padding: 0px;
	height: 77px;
	width: 960px;
	background: url(../Assets/newci-header-bg.jpg) no-repeat scroll center top;
}

#site_header_dealer_name{
	color: #FFF;
	float: left;
	width: 120px;
	text-align: center;
	padding-right: 10px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 45px;
}


/* Navigation Controls */
/*The following code controls the navigation - it is split for use on the numerous master pages*/

.site_menu_container {
	float:left;
	margin-left: 200px;
}

.site_menu_container a:link, .site_menu_container a:visited, .site_menu_container a:active {
	margin: 18px 0px 5px;
	padding: 0px;
	height: 25px;
	width: 110px;
	display: inline-block;
	font-size: 11px;
	line-height: 25px;
	background: url(../Assets/newci-nav-base-bg.jpg) no-repeat scroll left top;
	color: #CCC;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

.site_menu_container a:hover {
	color: #FFF;
	background: url(../Assets/newci-nav-active-bg.jpg) no-repeat scroll left top;
}


.site_main_image {
	
	float: left;
	width: 960px;
	height:290px;
	_margin-right: 5px;
	_margin-left: 5px;
	margin-bottom: 20px;
	_margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
}
.site_main_image_min {
	background: url(../Assets/newci-banner-min.jpg) no-repeat scroll left top;
	float: left;
	width: 960px;
	height:122px;
	_margin-right: 5px;
	_margin-left: 5px;
	margin-bottom: 20px;
	_margin-bottom: 10px;
}


/* Locator Filter classes */
/* j query menu code*/

ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 540px;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 0px;
}

ul#menu li a {
	background: #2C2C2C url(../Assets/bike-filter-bg-up.jpg) no-repeat scroll right top;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000;
}

ul#menu li a:active, ul#menu li a:visited {
	background: #2C2C2C url(../Assets/bike-filter-bg.jpg) no-repeat scroll right top;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000;
}

ul#menu li a:hover {
	color: #5AAC25;
}

ul#menu li ul li {
	background: #000000;
	color: #5AAC25;
	font-weight: bold;
}

ul#menu li ul li a {
	background: #000000;
	color: #5AAC25;
}

ul#menu li ul li a:hover {
	color: #FFFFFF;
}


/**/

/* Locator Filter classes */
/* j query menu code*/

ul#menu2, ul#menu2 ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul#menu2 a {
  display: block;
  text-decoration: none;	
}

ul#menu2 li {
  margin-top: 0px;
}

ul#menu2 li a {
	background: #2C2C2C;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #000000;
}

ul#menu2 li a:active, ul#menu2 li a:visited {
	color: #FFFFFF;
	padding: 2px;
}

ul#menu2 li a:hover {
	color: #5AAC25;
}

ul#menu2 li ul li {
	background: #000000;
	color: #5AAC25;
	font-weight: bold;
}

ul#menu2 li ul li a {
	background: #000000;
	color: #5AAC25;
}

ul#menu2 li ul li a:hover {
	color: #FFFFFF;
}

/**/


#demo_search_results_dealer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#demo_search_results_dealer .booking_button {
	width: 200px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 0px;
}


/* classes for the used/locator pages*/

/* Controls for the used stock on the home page.*/

#site_used_home_container {
	margin: 0px;
	padding: 5px;
	width: 260px;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #333;
}

#site_used_home_container h2 {
	font-size: 11px;
	color: #999;
}

#site_used_home_container input {
	float:left;
	width:90px;
	margin-right: 10px;	
	}

#site_used_home_summary {
	width:150px;
	float:left;
	font-size: 10px;
	}

/* reset button for filter menu*/

.site_locator_filter_button {
width: 70px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	cursor:pointer;
	font-weight: bold;
	}


/* News Classes */

.site_news_home_container {
	float: left;
	width: 140px;
	margin-left: 0px;
	background: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

.site_news_home_item {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	width: 140px;
	border-bottom: 1px solid #5AAC25;
	overflow: hidden;
}

.site_news_home_item img {
	border:none;
}


.site_news_home_item a:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.site_news_home_item h2 {
	font-size: 10px;
	color: #CCCCCC;
}

.site_news_home_item p {
	font-size: 10px;
	color: #CCCCCC;
	line-height: 14px;
}


.site_news_item {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	width: 680px;
	border-bottom: 1px dotted #333333;
	float: left;
}

.site_news_item h2 {
	color: #CCCCCC;
}

#site_news_image {
	float: left;
	margin-right: 10px;
	width: 140px;
}

#site_news_image img {
	border:none;
}

#site_news_image a:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

#site_news_summary {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 520px;
}

.site_product_item {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	width: 540px;
	border-bottom: 1px dotted #333333;
	float: left;
}

/* classes for the used/locator pages*/


.site_locator_search_options, .site_locator_results_controls, #site_locator_resultcount {
display:none;
}

#site_locator_breadcrumb {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #333333;
	width: 620px;
}


#site_used_item {
	margin: 15px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #333333;
	height: 120px;
}

#site_used_image {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 140px;
	}
	
.site_used_image_size {
	height: 105px;
	width: 140px;
}
	

#site_used_summary {
	width:460px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}


/* Styles for the large thumbnail view used for the news bikes and products.*/

#site_thumbnail_view_item {
	float: left;
	width: 180px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	height: 165px;
	text-align: center;
}

#site_thumbnail_view_image {}

.site_thumbnail_view_image_size {
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 180px;
}



/* Next and previous page button controls for the base of the page*/
.site_locator_results_pagecontrol {
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	width: 620px;
	text-align:center;
	height: 40px;
}

.site_locator_pageinfo
{
	line-height: 20px;
	font-weight: bold;
	margin: 0px 10px;
	padding: 0px;
}

.site_locator_next_previous_buttons {
	width: 70px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	cursor:pointer;
	font-weight: bold;
}

.site_locator_returntoresults {
	display:none;
}
	
/* used/locator view classes */

#site_used_view_item {
	margin: 0px 0px 30px;
	padding: 0px;
}

#site_used_view_leftcolumn {
	float: left;
	width:220px;
	margin-right: 10px;
}

#site_used_view_image {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	float: left;
	width: 220px;
	border-bottom: 1px solid #333333;
}

.site_locator_view_main_image {
	
}

.site_locator_view_thumbs {
	
}

.site_locator_view_thumbs input {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;	
}


#site_used_view_actions {
	width: 220px;
}

#site_used_view_information {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 380px;
	float: left;
}

#site_used_view_spec {
	margin: 0px 0px 20px;
	padding: 0px;
}

#site_used_view_spec h1 {
	color: #FFFFFF;
	background: url(none);
	border-style: none;
}



.site_used_view_detailitem {
	width: 150px;
	height: 15px;
	line-height: 15px;
	margin: 0px;
	padding: 2px;
	border-bottom: 1px dotted #333333;
}

.site_used_view_detailvalue {
	width: 70%;
	height: 15px;
	line-height: 15px;
	margin: 0px;
	padding: 2px;
	border-bottom: 1px dotted #333333;
	font-weight: bold;
}

#site_used_view_summary, site_used_view_features {
	margin: 0px 0px 20px;
	padding: 0px;
}

/* Contact Us form Classes */

.site_contact_form {}

.site_contact_form h2 {
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.site_contact_form input, .site_contact_form textarea, .locator_search_panel input, .locator_search_panel textarea {
	background: #000;
	border: 1px solid #999;
	display: block;
	padding: 2px;
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #5AAC25;
}

 .site_contact_form select {
	background: #000;
	border: 1px solid #999;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #5AAC25;
}

#site_iframe_container .hidden, .site_contact_form .hidden {
	display:none;
}

/* Class for the validation error notification on the contact form */

label.error {
	color: #090;
	vertical-align: top;
	width: 150px;
	font-size: 12px;
	font-weight: normal;
}

/* Site Footer */

/* Site Footer */

/* Creates the 20px gap above the footer*/
/* Also provides the background image for the base */
#FooterInformation {
	margin: 20px 0px 0px;
	width: 960px;
	padding: 10px 0px 0px;
	border-top: 1px solid #5AAC25;
}
ul#FooterInformation li ul li a {
	background: #FFFFFF;
	color: #333333;
}

ul#FooterInformation li ul li a:hover {
	color: #CC0033;
}

/* Controls the footer headings and keeps them inline*/
#footerheadings {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 30px;
}

/* this is to clear the column backgrounds on the footer information */

#FooterInformation h1 {
	font-size: 11px;
}

.site_footer {
	margin: 20px 0px 0px;
	padding: 10px 10px 0px;
	width: 940px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #5AAC25;
	text-align: center;
}


/* Layout */
/* These column widths are used for the page grid and are utlised for all page elements with in the site*/

#column960 {
	float: left;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column780 {
	float: left;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column700 {
	float: left;
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column620 {
	float: left;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
	padding: 0px;
}

#column600 {
	float: left;
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column540 {
	float: left;
	width: 540px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column540right {
	float: right;
	width: 540px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column460 {
	float: left;
	width: 460px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column300 {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column380 {
	float: left;
	width: 380px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column220 {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#column140 {
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

/* this code is used to cancel the float tags ad keep the page formatted.*/
#clearfloat, .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Image Controls*/
/* Basic image controls that can be used to control the postion of images in text*/

.img-right {
float:right;
margin-left:10px;
margin-bottom: 10px;
}

.img-left {
float:left;
margin-right:10px;
margin-bottom: 10px;
}

/* Image Hover code */

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

/* New item view code for the item display page */
/* New item view code for the item display page */
/* New item view code for the item display page */
/* New item view code for the item display page */

#item_view_container {
	margin: 0px;
	padding: 0px;
	width: 620px;
}

#item_view_title {
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
	width: 620px;
}

#item_view_actions {
	margin: 20px 0px 0px;
	padding: 0px;
	float:left;
	width: 600px;
}

#item_view_actions .item_view_enquire_button, #item_view_actions .item_view_return_button, #item_view_actions .item_view_print_button {
	display: inline-block;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 150px;
	height: 20px;
	background: #333333;
	cursor:pointer;
	color: #FFFFFF;
	border-style: none;
	font: bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
}

#item_view_main_image {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	height: 225px;
	width: 300px;
}

#item_view_description {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}

#item_view_tab_information {
	float: left;
	margin-top: 20px;
}

#item_view_footer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 620px;
}

/* CSS for the light box Jquery display code */
/* CSS for the light box Jquery display code */
/* CSS for the light box Jquery display code */
/* CSS for the light box Jquery display code */

/* jQuery lightBox plugin - Gallery style */

#gallery {
	padding: 0px;
	margin: 0px;
	width: 620px;
	background: #111111;
}
#gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 600px;
}
#gallery ul li {
	margin: 10px;
	padding: 0px;
	float: left;
	height: 75px;
	width: 100px;
}
#gallery ul img {
	padding: 0px;
	margin: 10px;
	border-style: none;
	height: 75px;
	width: 100px;
	float: left;
}
#gallery ul a:hover img {
	color: #fff;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#gallery ul a:hover { color: #fff; }


/* Shop Styling */
/* Shop Styling */
/* Shop Styling */
/* Shop Styling */
/* Shop Styling */
/* Shop Styling */

/* Column Standards based on 960 width */

#shop_column140 {
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#shop_column220 {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}
#shop_column620 {
	float: left;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#shop_column700 {
	float: left;
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

#shop_column960 {
	float: left;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	_margin-right: 5px;
	_margin-left: 5px;
}

/* start of shop navigation panel*/

#shop-navigation {
	margin: 0px;
	padding: 0px;
}

#shop-navigation-options{
	margin: 0px;
	padding: 0px;
	display:none;
}




#shop-container {
	margin: 0px auto 20px;
	padding: 0px;
	width: 960px;
}


#shop-header {
	margin: 0px;
	padding: 0px;
	width: 960px;
}

#shop-left-panel {
	margin: 0px;
	padding: 0px;
	width: 220px;
	float: left;
}

/* Navigation header */
.attribute_nav_attribute_name
{
	display: block;
	height: 24px;
	width: 170px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px dotted #000000;
	margin: 0px 0px 4px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	background: url(../Assets/js-nav-button-bg.jpg) repeat-y scroll left top;
}

#shop-navigation a {

}

#shop-navigation a:hover {

}

.quick_navigation_container {
	margin: 0px;
	padding: 0px;
	width: 220px;
	display:none;
}

.quick_navigation_container a {
	border-style: none;
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #999;
	display: block;
}

.quick_navigation_container  a:hover {
	border-style: none;
}

/* end of shop navigation panel*/


/* start of the middle panel of the shop page*/

#shop-middle-panel {
	margin: 0px 10px;
	padding: 0px;
	float: left;
	width: 540px;
}

.shop_results_count {
	margin: 0px 0px 20px;
	padding: 0px;
}

.shop_results_text {
	margin: 0px 0px 10px;
	padding: 0px;
}

.shop_search_panel
{
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	}
	
shop_search_panel
	
#shop-catalogue-search {
	margin: 0px;
	padding: 0px;
	display: block;
}

#shop-catalogue-search p {
	display: block;
	height: 24px;
	padding: 0px;
	margin: 5px 0px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
}

#shop-catalogue-search .form-input {
	float:left;
	width: 140px;
	margin-right: 10px; 
}

#shop-catalogue-search .form-button {
	margin: 0px;
	padding: 0px;
}


/* Shop results list view CSS */ 

.shop-content-panel {
	margin: 10px auto 0px;
	padding: 0px;
	width: 700px;
}

/* Shop Thumbnail View */

.shop_thumbnail_container {
	padding: 5px;
	float: left;
	width: 180px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	min-height:250px;
}

#shop_thumbnail_image {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-style: none;
}

#shop_thumbnail_image img {
	border-style: none;
}

#shop_thumbnail_summary {
	margin: 0px;
	padding: 5px;
}

.shop_thumbnail_container h2 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.shop_thumbnail_container p {
	margin: 0px;
	padding: 0px;
	font-size:9px;
}

.shop_thumbnail_button {
	margin: 10px 0px 0px;
	padding: 0px;
	color: #5AAC25;
	background: #000;
	width: 100px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #999;
	font-size:11px;
	font-weight: bold;
	}

/* Shop Detail View */

.shop_detail_container {
	padding: 0px;
	float: left;
	width: 620px;
	margin: 0px 0px 20px;
}

.shop_detail_image {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width:150px;
	float:left;
	border-style: none;
}

.shop_detail_image img {
	border-style: none;
}

#shop_detail_summary {
	margin: 0px;
	padding: 0px 5px 5px;
	float:left;
	width: 450px;
}

.shop_detail_container h2 {
	margin: 5px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}

.shop_detail_container p {
	margin: 0px;
	padding: 0px;
	font-size:10px;
}

.shop_detail_button {
	margin: 10px 0px 0px;
	padding: 0px;
	color: #000;
	background: #e7e7e7;
	width: 100px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #666;
	font-size:11px;
	font-weight: bold;
	float:right;
	}


/* Shop item view code */

#item_view_shop_details {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
}

#item_view_shop_details h2 {}

#item_view_shop_details h3 {
	margin: 5px 0px;
	padding: 0px;
}


.item_view_shop_price {
	margin: 10px 0px 0px;
	padding: 0px;
	float: left;
}

.item_view_shop_textbox {
	margin: 0px 5px;
	padding: 0px;
	height: 18px;
	border: 1px solid #e7e7e7;
	font-size: 11px;
	}
	
.item_view_shop_button {
	margin: 10px 0px 0px;
	padding: 0px;
	color: #000;
	background: #e7e7e7;
	width: 100px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #666;
	font-size:11px;
	font-weight: bold;
	}

.item_view_back_to_cat {
	margin: 10px 0px 0px;
	padding: 0px;
	color: #000;
	background: #e7e7e7;
	width: 130px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #666;
	font-size:11px;
	font-weight: bold;
	}

/* css for the next and previous buttons */

.shop_page_controls {
	padding: 5px 0px;
	margin: 20px 0px;
	width: 610px;
	height: 20px;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}
	
.shop_page_count_info {
	text-align: center;
	margin: 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
	display: block;
	height: 20px;
	width: 440px;
	float: left;
	font-weight: normal;
}
	
	
.shop_page_previous_button, .shop_page_next_button {
	margin: 0px;
	padding: 0px 10px;
	color: #000;
	background: #e7e7e7;
	height: 20px;
	cursor: pointer;
	border: 1px solid #666;
	font-size:11px;
	font-weight: bold;
	}


.shop_page_previous_button {
	float:left;
	}
.shop_page_next_button {
	float:right;
	}
	
/*  styling code for the search and results controls at the top of the page. */

.shop_search_box {
} 


.shop_control_panel {
	margin: 10px 0px;
	padding: 0px;
}
.shop_control_panel h3 {}
.shop_control_panel p {}

.shop_control_panel_dropdown {
	margin: 0px 5px;
	padding: 0px;
	color: #000;
	height: 20px;
	cursor: pointer;
	border: 1px solid;
}
.shop_control_panel_button, .shop_search_button, .shop_button_reset {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px;
	color: #5AAC25;
	background: #000;
	height: 20px;
	cursor: pointer;
	border: 1px solid #999;
	font-size:11px;
	font-weight: bold;
}

.shop_search_button {
	color: #5AAC25;
	background: #000;
	border: 1px solid #999;
	}
	
.shop_button_reset {
	margin:10px 0px 0px;
	color: #5AAC25;
	background: #000;
	border: 1px solid #999;
	}
	
.shop_search_box {
		margin: 0px 5px;
	padding: 0px;
	height: 18px;
	border: 1px solid #e7e7e7;
	font-size: 11px;
	} 


.shop_basket_view_table {
	float: left;
	width: 300px;
	margin: 10px 20px 10px 0px;
	padding: 5px;
	border: 1px solid #333;
}

.shop_basket_view_table strong {
	color: #999;
}


.shop_basket_view_table td {
	margin: 0px;
	padding: 2px;
	font-size: 11px;
}

.shop_basket_item_quantity {
	
	width:50px;}


.checkout_stage_one {
	margin: 0px;
	padding: 0px;
	width: 900px;
}

.checkout_button, .checkout_button_return {
	margin: 10px 0px 0px;
	padding: 0px 10px;
	color: #000;
	background: #e7e7e7;
	height: 20px;
	cursor: pointer;
	border: 1px solid #666;
	font-size:11px;
	}
	
.checkout_button_return {
	margin: 20px 0px 20px 10px;
}

#shop_table_basket_details {

}

#shop_table_basket_details td {
	padding: 2px;
}

.shop_alternate_row {
	background: #333;
}


/* used to clera the floats of all of the div panels to form the layout of the shop */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Checkout Page */
.member_field_value {
	width: 265px;
}



.checkout_minimum_order {
	display: none;
}



/* This is global change for the buttons and text entry areas on the site very important :) */
/* This is global change for the buttons and text entry areas on the site very important :) */
/* This is global change for the buttons and text entry areas on the site very important :) */
/* This is global change for the buttons and text entry areas on the site very important :) */

.site_contact_form input, .site_contact_form textarea, .locator_search_panel input, .locator_search_panel texture, .shop_thumbnail_button, .shop_button_reset, .shop_search_button, .shop_control_panel_button, .shop_search_button, .shop_button_reset, .site_locator_filter_button, .item_view_enquire_button, .item_view_return_button, .site_locator_next_previous_buttons, .shop_search_box, .item_view_shop_button, .item_view_back_to_cat, .checkout_button, .shop_basket_item_quantity, .checkout_button_return, .shop_page_next_button, .shop_page_previous_button {
	color: #5AAC25 !important;
	background: #000 !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
	border: 1px solid #333 !important;
	font: bold 11px Arial, Helvetica, sans-serif !important;
	cursor: pointer!important; 
}

.site_contact_form input.blur {
	color: #666 !important;
			}

.uppercase_characters {
	text-transform: capitalize !important;
}
