/* 
	IMPORTANT!!!!!
	!!!===== All css must begin with .Site with the exception of BODY and #mainTable =====!!!
	!!!===== This ensures no styling is applied to the AdminSystem =====!!!
*/

@import url('/ewcommon/css/Layout/commonLayoutv3_0.css');
@import url('/ewcommon/css/Cart/cartLayoutv3_0.css');
@import url('/ewcommon/css/Cart/cartColourv3_0.css');
 
BODY
{
    MARGIN:0;
    BACKGROUND:#fff;
}
.Site FORM
{
	margin:0;
}
.Site form th
{
	text-align:right;
}
.Site form TD
{
	padding:2px 0;
}
.Site IMG
{
	BORDER:none;
}
.Site TABLE
{
	WIDTH: 100%;
	BORDER:none;
}
.Site th, 
.Site td
{
	padding:0;
	text-align:left;
	vertical-align:top;
	/*font-size: 120%;*/
}
.Site dl, 
.Site ol, 
.Site ul
{
	margin-left:20px;
	padding:0;
}
.Site ul li
{
	list-style-type:square;
}



/* ####################################   Classes   #################################### */

.Site .box
{
    padding:0;
    width:auto;
    height:1%;
    margin: 0 0 10px 0;
}

.Site .box .list img.thumbnail
{
    margin: 0!important;
}



.Site .box .tl, 
.Site .box .tr
{
	padding:0;
    margin:0;
    width:auto;

    
}

.Site .box .tr 
{
	padding: 2px 11px 5px 11px;
	/*position: relative;*/
}

.Site .box .tr h1
{
    margin:0;
    padding:0;
    width:auto;
    font-size: 160%;
    position:static;
}

.Site .box .tr h1 a
{
   /* position:relative;*/
}

.Site .moduleIcon 
{
float:right;
}

.Site .box .content
{
    /*position:relative;*/
    padding:10px;
  /*  height: 290px;*/
    overflow: hidden;
}


.Site .box_Product .content
{
	height: 1%;
}


.Site .box .content h3.title
{
    /*position:relative;*/
    font-size: 110%;
    
}


.Site .box_Product .content h4.boxfootermore
{
    /*position:relative;*/
    font-size: 120%;
    padding:0;
    margin:0;
    vertical-align: middle;
    clear:both;
    float:right;
}
.Site .box_Product .content
{
	/*height: 269px;*/
	overflow: visible;
}

.Site .moduleContainer 
{
	height: 249px;
}

.Site .box_Blue .content
{
	height: 279px;
	overflow: hidden;
}

.Site .content img
{
	margin:0 5px 5px;
}


.Site img.alignleft 
{
	margin-right: 10px;
	margin-bottom: 10px;
}

.Site img.alignright 
{
	margin-left: 10px;
	margin-bottom: 10px;
}

.Site .content table td
{
	padding:3px;
}
.Site .detail IMG.picture
{
    MARGIN-BOTTOM: 10px;
    MARGIN-LEFT: 15px;
    position: relative
}
.Site .dropdown, 
.Site .textbox,
.Site .required
{
    WIDTH:250px;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 1.2em;
}

.Site textarea.textarea
{
    WIDTH:250px;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 1.2em;
}

.Site  td,
.Site .formMainTable th
{
   padding: 5px;     
}
.Site .formMainTable .returns th
{
	width:250px;
}
.Site .list
{
    MARGIN-BOTTOM: 2px;
    margin-left:1px;
    PADDING: 2px 0;
}
.Site th label
{
	FONT-WEIGHT: bold;
	font-size: 1.2em;
}
.Site .list H3
{
    MARGIN-TOP:0;
    MARGIN-BOTTOM: 5px;
    font-size:1.5em;
}
.Site .list hr
{

	border-top: solid 1px #ddd;
	height:1px;
	display:block;
}
.Site hr
{

	border-top: solid 1px #ddd;
	height:1px;
	display:block;
}

.Site .list H4
{
    MARGIN: 0px
}
.Site .list IMG.thumbnail
{
    MARGIN-BOTTOM: 10px;
    MARGIN-LEFT: 10px;
    /*position: relative;*/
}
.Site .list P
{
	MARGIN: 3px 0;
}
.Site .list .terminus, 
.Site .detail .terminus
{
	clear:right;
}
.Site #productTabs .terminus
{
	clear:both;
}
.Site .detail .terminus
.Site .terminus 
{
	font-size:0
}

.Site .morelink
{
    TEXT-ALIGN: right
}
.Site .backlink
{
    TEXT-ALIGN: right
}
.Site .stepper
{
    PADDING:3px 5px;
    width:auto !important;
}
.Site .stepper P
{
    MARGIN: 0px;
    TEXT-ALIGN: right;
}
.Site TABLE.documentTable TD.cell
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
}
.Site TABLE.documentTable TH.heading
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
}
.Site .template
{
	padding-left:1px;
}
.Site .template ul
{
	margin-left:20px;
}
.Site #template_Sub_Page_Listing #footer
{
    padding: 24px 0;
}
.Site .subPageList
{
	margin:0;
	padding:0;
}
.Site .subPageTitle a
{
	display:block;
}
.Site .subPageTitleThumb img
{
	display:block;
}


.Site .template_3_Columns #column3 
{
	margin-left:0px;}


/* ################################### Site IDs ################################# */

#mainTable
{
    line-height:1.2;
	width:986px;
	margin:auto;
	/*min-height: 2000px*/
	/*position:relative;*/
}

.Site #mainHeader
{
	position:relative;
	height:98px;
}


.Site #searchForm_brief 
{
	margin-left: 30px;
	float: left;
	width: 530px;
	padding-bottom: 5px;
	margin-top:6px;
}

.Site #logo 
{
	float:left;
	margin-left:17px;
}

.Site #location 
{
	clear:both;
}

.Site #cartInfo
{
	clear:both;
	border-bottom: solid 1px #41459F;
}

.Site #developerlink 
{

}

.Site #searchTable 
{
	font-size: 110%;
}

/* ################################## Top setup ################################### */

.Site #topMenu
{
	float:right;
	margin-top:13px;
	margin-right:3px;
	margin-bottom: 10px;
}

.Site #topMenu ul, 
.Site #topMenu li
{
    padding:0;
    margin:0;
}

.Site #topMenu li
{
	list-style:none;
	display:inline;
}

.Site #topMenu ul a
{	
	font-size:1.1em;
	text-decoration:none;
	color:#000;
	padding: 0 4px 0 4px;	
	font-weight:700;
}




.Site #creditCards
{
	text-align: right;
	float:right;
	display:inline;
}

.Site #creditCards table 
{
	width:auto;
}

.Site #subFooter
{
	float:left;
	clear:left;
}



/* ################################## Top Seach ################################### */

.Site #cartInfo 
{
	float:right;
	clear:right;
	display:block;
	margin-bottom:10px;
	width:280px;
	margin-right:5px;
	margin-top:4px;
}




/* ################################## mainMenuContainer setup ################################### */
.Site #homeIcon a 
{
	display:block;
	width:24px;
	height:19px;
	background: transparent url(/images/layout/home_icon.gif) no-repeat;
	float:left;
}
/* ################################## Menu setup ################################### */
.Site #mainMenu
{	
}
.Site #mainMenu ul
{
	padding-left:37px !important;
}
.Site #mainMenu ul,
.Site #mainMenu ul li
{
	padding:0;
	margin:0;
}
.Site #mainMenu ul a
{	
	float:left;
	padding:6px 10px 6px 11px;
	line-height:1.1em;
	position: relative;
	margin:0;
	margin-left: 3px;
	font-size: 1.14em;
	background: #41459f url(/images/layout-grey/menu-tab-right-off.gif) no-repeat right top;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-family:Trebuchet MS, Arial, Verdana, Sans-Serif;
}
.Site #mainMenu ul a:hover,
.Site #mainMenu ul a.active
{
	background: #9799ca url(/images/layout-grey/menu-tab-right-on.gif) no-repeat right top;
	color:#fff;
}
.Site #mainMenu ul ul a
{
	font-size: 1em;
}
.Site #mainMenu ul a .navTab-tl
{
	background: #41459f url(/images/layout-grey/menu-tab-left-off.gif) no-repeat left top;
	color:#DFDFDF;
	width:10px;
	position:absolute;
	top:0;
	left:0;
	height: 10px;
}
.Site #mainMenu ul a:hover .navTab-tl,
.Site #mainMenu ul a.active .navTab-tl
{
	background: #9799ca url(/images/layout-grey/menu-tab-left-on.gif) no-repeat 0 0;
}


.Site #mainMenu ul, 
.Site #mainMenu li, 
.Site #subMenu ul, 
.Site #subMenu li,
.Site .productSubMenu ul,
.Site .productSubMenu li
{
    padding:0;
    margin:0;
}
.Site #subMenu li
{
	list-style:none;
	display:inline;
	float:left;
}
.Site #mainMenu li
{
	list-style:none;
	display:inline;
}


.Site .home-icon 
{
	float:left;
	border:none;
}




/* ################################## Sub Menu setup ################################### */

.Site #subMenu
{
	float:left;
	width:175px;
	margin:10px 0 20px;
}

.Site #subMenu ul, .Site #subMenu li
{
    padding:0;
    margin:0;
}

.Site #subMenu li
{

	display:inline;
}
.Site #subMenu ul a
{
	line-height:1;
	display:block;
	padding:4px 0 7px 10px;
	margin:0;

}
.Site #subMenu ul ul a
{
	padding-left:50px;
}
.Site #subMenu ul ul ul a
{
	padding-left:62px;
}
.Site #subMenu ul ul ul ul a
{
	padding-left:90px;
}

/* ======================== */




/* ################################## Sub Menu setup ################################### */

.Site #subProductDrillDown
{
	float:left;
	width:224px;
	/*margin:10px 0 20px;*/
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 12px;
}

.Site #subProductDrillDown ul, .Site #subProductDrillDown li
{
    padding:0;
    margin:0;
}

.Site #subProductDrillDown li
{
	display:inline;
	width:224px;
}
.Site #subProductDrillDown ul a
{
	line-height:1;
	display:block;
	padding:4px 0 7px 10px;
	margin:0;
}
.Site #subProductDrillDown ul ul a
{
	padding-left:20px;
}
.Site #subProductDrillDown ul ul ul a
{
	padding-left:30px;
}
.Site #subProductDrillDown ul ul ul ul a
{
	padding-left:40px;
}

.Site #subProductDrillDown ul ul ul ul ul a
{
	padding-left:50px;
}

/* ======================== */

.Site #leftCol
{
	float:left;
	width:250px;
}

.Site #leftCol .box
{
	clear:left;
	margin-top: 10px!important;
}

.Site img.morearrow 
{
	margin: 0!important;
	margin-bottom: 2px!important;
}

.Site .productSubMenu ul a
{
	text-decoration: none;
	font-size:170%;
	font-weight: 500;
	font-family:Trebuchet MS;
	/*   AH was 'font'  ?????   */
	color:#fff;
}

.Site .productSubMenu ul ul a
{
	padding-left:33px;
}

.Site .productSubMenu ul ul ul a
{
	padding-left:43px;
}

.Site .productSubMenu ul ul ul ul a
{
	padding-left:53px;
}

.Site .productSubMenu 
{
	width: 339px;
	width: auto;
}
.Site .productSubMenu ul
{
	padding:1px;
	margin-bottom: 10px;
}

.Site .productSubMenu li
{
	display:block;
}

.Site .productSubMenu ul a span.CategorymenuLinkLeft
{
	position:absolute;
	top:0;
	left:0;
	margin-top:3px;
	margin-left:2px;
}

.Site .stepper
{
    padding-left:0px !important;
    padding-right:0px !important;
    padding-bottom:5px !important;
}

.Site .moredetailButtons, .Site .itemInfo, .Site .active, .Site .ghosted, .Site span.sort
{
	font-size: 110%;
}

.Site #location .active 
{
	font-size: 85%;
	}

.Site .itemInfo
{
 float:right;   
 }

.Site .homepage .moredetailButtons 
{
	/*float: right;*/
	display:inline;
	width: 85px;
}

.Site .productContainer .list .price
{
	font-size:120%;}

.Site .productContainer .inStock
{
	width:250px;
	margin-left:0px;
	display:inline-block;
}

.Site .productContainer .inStockHolder
{
	width:267px;
	margin-left:50px;
	display:inline-block;
}

.Site .productContainer .moredetailButtons
{

	
}


.Site p.manufacturer 
{
	font-size: 170%!important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}






.Site .productSubMenu a span.CategorymenuLinkLeft
{
	/*display:block;*/
	width:12px;
}



/* ======================== */


.Site #mainTitle H1
{
	MARGIN: 0;
}

.Site .list h1 a 
{
	font-size: 80%
}

.Site #mainLayout
{
	margin-left: 250px;
	line-height:1.5;
	padding:0 11px 10px 11px;
}
.Site #mainLayout TABLE#productList TD.list
{
    width: 50%;
}
.Site #template_News_Articles_Style_2 #column1
{
	float:left !important;
	width:230px !important;
}
.Site #template_News_Articles_Style_2 #column2
{
	margin:0 0 0 250px !important;   
}
.Site #template_Mailform_Right #column1
{
	float:none !important;
    width: 490px !important;
}

.Site #template_Mailform_Right #column2
{
	margin:20px 0 !important;
	width: 490px !important;
}
.Site #mainFooter
{
    padding:8px 9px 7px 9px;
    line-height: normal;
}
.Site #mainFooter p
{
    float:left;
    margin-bottom:0 !important;
}

/* ======================== */


.Site #header
{
	padding-bottom: 5px;
}
.Site #footer
{
	margin-top:10px;
	padding-top:10px;
	/*clear:both;*/
}


.Site TABLE#subPageTable .col1
{
    WIDTH: 30%;
}
.Site TABLE#subPageTable .col2
{
    WIDTH: 40%;
}
.Site TABLE#subPageTable .col3
{
    WIDTH: 30%;
}
.Site TABLE#subPageTable TH.heading
{
    PADDING: 5px;
}
.Site TABLE#subPageTable TD.cell
{
    PADDING:5px;
    VERTICAL-ALIGN: middle;
}
.Site #template_Products_Grouped .backlink
{
	clear:right;
	padding:3px;
	TEXT-ALIGN: right;
}

/* ======================== */

.Site #template_sitemap ul
{
	margin:0 0 0 20px;
	padding:0;
	line-height:1.8;
}
.Site #template_sitemap ul a
{
	padding-left:20px;
}
.Site #template_sitemap ul ul 
{
	line-height:1.5;
}

.Site TABLE#productList
{
    MARGIN-TOP: 10px;
    MARGIN-BOTTOM: 10px
}
.Site TABLE#productList td img
{
    float:none;
    text-align:center !important;
}
.Site TABLE#productList TD.list
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
}
.Site #developerLink a
{
	margin:10px;
}

/* ############################### Header Info ############################ */

.Site #headerInfo
{
	position:relative;
	float:right;
	width:400px;
}
.Site #headerInfo
{
	width:400px;
}
.Site #logonForm th, 
.Site #logonForm td
{
	vertical-align:middle;
}

/* ################################## Product Menu ################################### */

.Site #productTabs 
{
	margin-right:10px;
	}

.Site #productInfo
{
  width: 100%;
  height: 21px;
}
.Site #productInfo ul, 
.Site #productInfo li
{
    margin: 0 !important;
    padding: 0 !important;
}
.Site #productInfo
{
    margin-left: 5px;    
}



.Site #productInfo li
{
	list-style:none;
	display:inline;
	background: none;
	margin: 0 !important;
    padding: 0 !important;
}
.Site #productInfo ul a
{
    /*position: relative;*/
	float: left;
    margin: 0 0 0 3px;
	padding: 4px 13px 5px 13px !important;
	text-align: center;
	
	vertical-align: middle;
	position: relative;
}
.Site #productInfo ul a span.navTab-tl
{
  /*height: 20px;*/
  width: 3px;
  padding: 4px 0 0 10px !important;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}


.Site #productTabs .terminus
{
    margin: 0;
    padding: 0;
    font-size: 0 !important;
    height: 0px;
}

.Site #productTabs .ptr, .Site #productTabs .ptl
{
  height: 3px;
}

.Site #productTabs .ptl
{
 
}


.Site #productTabs .pbl,
.Site #productTabs .pbr
{
  height: 2px;     
}
.Site #productTabs .ptl,
.Site #productTabs .pbl
{
   padding-left: 3px;
}

.Site #productTabs .content 
{
	padding: 10px
}


/* #### Product formatting ####*/


.Site .product .tabSection,
.Site .product .contentClose
{
	display:none
}
.Site .product .contentOpen
{
	display: block;
	min-height: 170px;	
}
.Site .relatedProduct
{
   float: left;
   width: 48%;
   margin-right: 10px;
   padding-top: 15px;
}

.Site .product h3.price,
.Site .product h4.price
{
    margin-bottom: 5px;
    font-size:220%;  
}

.Site .detail h2
{
    margin-bottom: 0;     
}
.Site .detail .stockCode,
.Site .detail .manufacturer
{
    margin-bottom: 0;     
}
.Site .detail .stockCode
{
   margin-top: 5px;   
   font-size:.9em;  
}
.Site .detail h3
{
    margin-top: 10px;    
}
.Site .detail .origPrice
{
    margin: 0;
    margin-bottom: 5px;
    padding: 0; 
}
.Site .detail .priceLabel
{
    padding: 0;    
}
.Site .detail #productTabs
{
    margin-top: 20px;    
}
.Site .product .backlink
{
    width: 150px;
    float: right;    
}


.Site #productTabs p.backlink 
{
	margin-bottom:-8px;
	margin-top: 6px;
}


.Site .product .principle
{
    float: none !important;    
}

.Site #mailFormContent .principle
{
    float: right !important;    
}

.Site .product .libraryimage img.thumbnail
{
    z-index: 99;
    position:static !important;   
}

.Site .relatedProductsTable td.product
{
    /*width: 50% !important;*/
    padding: 20px 0 20px 10px; 
    border-bottom: 1px dashed #cdcdcd;   
}

.Site #productTabs .list .thumbnail
{
   margin: 0;
   padding: 0;
}


.Site .relatedProductsTable td.alternate
{
    padding: 20px 10px 20px 0 !important;   
}

.Site .relatedProductsTable td.product h3.title,
.Site #relatedProductsTable td.product h3.title
{
    font-size: 1.1em;
}

.Site .relatedProductsTable td.product form
{
    clear: right;    
}


.Site .review .picture 
{
	float:none;
}

.Site #mainLayout .detail H1
{
 font-size:165%;
}

.Site #mainLayout .detail H2 
{
 font-size:140%;
}
	
.Site .product h2.productName
{
	font-size: 140%;
}

.Site .list p.manufacturer 
{
	font-size: 120%;
	font-weight: normal;
	padding-left: 0!important;
	margin-left: 0!important;
}
.Site .list p.manufacturer span.label
{
	padding-left: 0!important;
	margin-left: 0!important;
}


.Site #productTabs p.backlink a
{
	font-size: 110%;
	font-weight: 500;
}

.Site input.buyNow
{
	/*border: solid 1px #fff;*/
}

.Site .imageFloatRight 
{
	float:right;
}

.Site .fullwidth
{
	margin-left: 0!important;
	padding-top: 5px!important;
}







.Site #template_3_Columns #column1, .Site #template_3_Columns #column2, .Site #template_3_Columns #column3 
{
	width: 233px;
	float: left;
	
}

.Site #template_3_Columns #column2
{
	margin-left: 10px;
}

.Site #template_2_Columns #column1, .Site #template_2_Columns #column2 
{
	width: 341px!important;
	float: left!important;
	
}

.Site #template_2_Columns #column2
{
	margin-left: 10px;
}

.Site #template_2_Columns_Boxed #column1, .Site #template_2_Columns_Boxed #column2 
{
	width: 350px!important;
	float: left!important;
	
}

.Site #template_2_Columns_Boxed #column2
{
	margin-left: 10px;
}

.Site #template_2_Columns_66_33 #column1
{
	width: 470px!important;
	float: left!important;
	
}

.Site #template_2_Columns_66_33 #column2
{
	margin-left: 10px;
	width: 232px!important;
	float: left!important;
}


.Site #template_2_Columns_33_66 #column1
{
	
	width: 232px!important;
	float: left!important;
	
}

.Site #template_2_Columns_33_66 #column2
{
	width: 470px!important;
	float: left!important;
	margin-left: 10px;
}

.Site #template_2_Columns_66_33_Boxed #column1
{
	width: 460px!important;
	float: left!important;
}

.Site #template_2_Columns_66_33_Boxed .box .content #column2
{
	margin-left: 10px;
	width: 222px!important;
	float: left!important;
}




.Site .fullwidth #template_3_Columns #column1
{
	width: 317px;
	/*border: solid 1px red;*/
}

.Site .fullwidth #template_3_Columns #column2
{
	width: 317px;
	margin-left:5px;
	/*border: solid 1px red;*/
}

.Site .fullwidth #template_3_Columns #column3
{
	width: 317px;
	margin-left: 0;
	float:right;
	/*border: solid 1px red;*/
}

.Site #subPageListingThumbnail_brands .imgContainer
{
	width: 100px;
	display:block;
	float:left;
}
.Site #subPageListingThumbnail_brands img
{

	
	float:left;
}

.Site #subPageListingThumbnail_brands h3.subPageTitle
{

	float:left;
	font-size: 160%;
}


.Site #subPageListingThumbnail_brands td 
{
	vertical-align: middle;
}

.Site #subPageListingThumbnail_brands a
{
	text-decoration: none;
	color: #000;
}


.Site .module 
{
	clear:both;
	padding-top:5px;
}

.Site #homeIcon
{
	display:block;
	width:24px;
	height:19px;
	float:left;
	margin-top: 5px;
}

.Site #homeIcon a
{
	display:block;
	width:24px;
	height:19px;
	float:left;
}

.Site .more 
{
	 padding-right: 15px;
	 display: block;
	 margin: 5px;
	 text-align:right;
}



/*############### Product Flyout Menu #################*/

.Site ul.productMenu li div.productFlyout
{
	position: absolute;
	top: 25px;
	z-index:1000;
	display:none;
	max-width: 720px;
/*	overflow: auto;*/
}

.Site ul.productMenu li div.productFlyout_right
{
	right: 0;
}
.Site ul.productMenu li div.productFlyout_left
{
	left: 3px;
}

.Site div.productFlyout  ul
{
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	
}


.Site #mainMenuContainer div.productFlyout ul li
{
	float: none;
	display: block;
	margin:  0;
	padding: 0;
}



.Site #mainMenuContainer div.productFlyout ul a
{
	/**/
	color: #000;
	display:block;
	float: none;
	cursor: default;
	margin: 0;
	padding: 5px 10px!important;
	line-height:1.2em!important;
	text-transform:uppercase;
	font-size:1.05em;
}


.Site #List_Related_Images img
{
	float: none;
	clear: left;
}

.Site #List_Related_Images br
{
	float: none;
	clear: left;
}
.Site img.subPageThumbnail 
{
	float:right;
	margin: 0 0 5px 5px;
}


.Site #relatedCartProductBrief img
{
	float:left;
	margin: 0 5px 5px 0
}

.Site #relatedCartProductBrief form
{
	float:right;
}

.Site #relatedCartProductBrief h1.title
{
	margin-top: 0;
}

.Site #relatedCartProductBrief .terminus
{
	clear:both!important;
}

.Site #relatedCartProductBrief .content
{
	margin-left: 130px;
}


/*####################Cart ######################*/

.Site #cartFull form 
{
	margin-top: 10px;
}

.Site #cartFull div.cartAddress table
{
	width: 100% !important
}

.Site #billingAddress
{
margin-right:auto;	
}
.Site .column2 h3.productTitle a
{
	color: #01077F;
}




.Site .floatLeft 
{
	float: left!important;
}

.Site .clearLeft 
{
	clear: left!important;
}


.Site .popularCategories h4
{
	color: #000;
	font-weight: 700!important;
	margin: 0!important;
}


.Site .homepage
{
	height: 150px;
}

.Site .homepage h2.feature_product_title
{
	clear:left;
	margin:0;
	font-size: 150%;
}


.Site .homepage .column1
{
	width: 49% !important;	
	float: right;
}

.Site .homepage .column2
{
	width: 49% !important;
	float:left;
	clear:left;
}



.Site .popularCategories 
{
	height: 65px;
}



.Site .boxFooter 
{
	padding: 0;
	padding-right: 5px;
	 margin: 0;
	/*position: relative;*/
}

.Site .box_Product
{
}


.Site .box_Product .content
{
}

.Site .box_Product .boxFooter h4
{
	 padding: 0;
	 margin: 0;
	 padding-top: 5px!important;
	 height: auto;
	 /*position: absolute;*/
}

.Site .box_Product .boxFooter h4 a
{
	 padding: 0;
	 margin: 0;
	 height: auto;
}


.Site #bannerHeader
{
	background:transparent url(/images/layout/Advertising_bg.png) no-repeat left top;
	padding-top:20px;
	padding-left:10px;
}
.Site #banner1,
.Site #banner2
{
    float:left;
}
.Site #banner2
{padding-left:20px;}

.Site #template_3_Columns table.footerAds td
{
	width: auto!important;
	padding: 0;
}


.Site  a.rssfeed
{
	float: right;
	margin-top: -50px;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	text-indent: -9999999px
}


.Site .box  a.rssfeed
{

	margin-top: 0;
	margin-right:0;

}

/*Product Scroller Module*/


			/* root element for the whole scrollable setup */
			div.scrollable2Col {
			position:relative;
			overflow:hidden;
			width:587px;
			min-height:140px;
			border: none;
			}
			
			/* root element for the whole scrollable setup */
			div.scrollable3Col {
			position:relative;
			overflow:hidden;
			width:850px;
			min-height:140px;
			border: none;
			}
			
			/* root element for the whole scrollable setup */
			div.scrollable4Col {
			position:relative;
			overflow:hidden;
			width:872px;
			min-height:100px;
			border: none;
			}

			/*
			root element for scrollable items. It is
			absolutely positioned with large width.
			*/
			#thumbs{
			position:absolute;
			width:20000em;
			clear:both;
			/*border:1px solid #222;*/
			}

			/* custom positioning for navigational links */
			a.prev, a.next {
			margin-top:118px;
			}



			/* single item */
			#thumbs .scrollItem{
			float:left;
			width:283px;
			min-height:140px;
				
			/*cursor:pointer;*/
			padding-top: 10px;
			}
			
			.scrollable2Col #thumbs .scrollItem{
			width:293px;
			}			
			
			.scrollable4Col #thumbs .scrollItem{
			width:218px;
			padding-top:20px;
			}			

			#thumbs .scrollItem .product{
			padding: 0 10px;
			}

			#thumbs .scrollItem .product h3.productTitle{
			margin: 0!important;
			font-size: 1.2em !important;
			line-height: 1.1em
			}

			#thumbs .scrollItem h2.feature_product_title{
			margin: 0!important;
			font-size: 1.5em !important;
			padding: 0 10px;
			}

			#thumbs .scrollItem img{
			margin-left: 10px !important;
			}
			
			#thumbs .scrollItem .list .column2 .inStock{
			margin-left: 0!important;
			}

			#thumbs .scrollItem .product hr{
			display: none;
			}
			#thumbs .scrollItem .list p{
			margin: 0;
			display: none;
			}
			#thumbs .scrollItem .list .price{
			font-size:120%;
			}

			#thumbs .scrollerTitle{
			display: inherit;
			}

			/* style when element is active (clicked) */
			#thumbs div.active {
			cursor:default;
			}

			#thumbs h3 em {
			font-style:normal;
			}

.Site .scrollable4Col #thumbs .product .column1
{
    width:70px;
    float:left;
    text-align:center;
}
.Site .scrollable4Col #thumbs .product img
{
    float:none;
    margin-left:0 !important;
}

.Site .scrollable4Col #thumbs .product .column2
{
    margin-left:80px !important;

}
.Site .scrollable4Col #thumbs .product h3.productTitle
{
    font-size:1.3em !important;
    font-weight:bold;
    line-height:1.35;
}
.Site .scrollable4Col h4.price
{
    color:#ef740a;
    font-size:0.9em;
    display:block;
    line-height:1.3;
}
.Site .scrollable4Col h4.price small
{
    color:#000;
    font-size:1.1em;
}
.Site .scrollable4Col .specialsRRP
{
    font-size:1.15em;
    line-height:1.3;
}
.Site .scrollable4Col #thumbs .scrollItem .product
{
    padding:0 5px;
}
.Site .scrollable4Col #thumbs .scrollItem .product a
{
    color:#000;
}
.Site .scrollable4Col #thumbs .scrollItem .product a:hover
{
    color:#4C4E75;
}
.Site .headerscroller .box .content 
{
	padding : 0 10px!important;
	min-height: 140px!important;
}
.Site .specialsScroller .box .content,
.Site .specialsScroller .scrollItem
{
    min-height: 100px!important;
}
/* Fix to stop product scroller items showing through flyout menus in ie6 and ie7*/

div#mainMenu
{
	z-index: 2;
	position: relative;

}
		
.Site #thumbs
{
	position: relative;
	z-index: 1;
}

/*################# Begin Cart CSS Changes ####################*/

.Site #key
{
   margin-top: 9px;
}

.Site #key table
{
    width: 100%;
 
}

.Site #key table td, .Site #key table th
{
    vertical-align: middle;
    line-height: 3.2em;
    width: 20%;
}

.Site #key table td img
{
    
    margin: 0 0 -5px 0 !important;

}

.Site #deliveryBlurb
{
    margin-top: 9px;
    padding: 9px;
}

.Site #deliveryBlurb h6
{
    font-size: 120%;
    margin: 0.2em
}


.Site #cartSteps 
{   
    width: 224px;
    margin-top: 9px;
    margin-left: 5px;
    margin-right: auto;
}

.Site #cartSteps #steps 
{
    padding-top: 14px;
}

.Site #cartSteps .step
{
    padding-bottom: 75px;
}

.Site #cartSteps .topCurves, .Site #cartSteps .bottomCurves
{
    height: 9px;
}

.Site #cartListing
{
    margin-top: 9px;
}


/*################## Scrollable #####################*/


DIV.scrollable3Col, DIV.scrollable2Col, DIV.scrollable4Col
{
    FLOAT: left
}



A.prev
{
    MARGIN: 33px 10px;
    WIDTH: 24px;
    DISPLAY: block;
    BACKGROUND: url(/images/layout/scroll-left.gif) no-repeat;
    FLOAT: left;
    HEIGHT: 28px;
    CURSOR: pointer
}

A.next
{
    MARGIN: 33px 10px;
    WIDTH: 24px;
    DISPLAY: block;
    BACKGROUND: url(/images/layout/scroll-right.gif) no-repeat;
    FLOAT: left;
    HEIGHT: 28px;
    CURSOR: pointer
}



A.prevPage
{
    MARGIN: 33px 10px;
    WIDTH: 24px;
    DISPLAY: block;
    BACKGROUND: url(/images/layout/scroll-left.gif) no-repeat;
    FLOAT: left;
    HEIGHT: 28px;
    CURSOR: pointer
}

A.nextPage
{
    MARGIN: 33px 10px;
    WIDTH: 24px;
    DISPLAY: block;
    BACKGROUND: url(/images/layout/scroll-right.gif) no-repeat;
    FLOAT: left;
    HEIGHT: 28px;
    CURSOR: pointer
}

A.prev:hover
{
    BACKGROUND-POSITION: 0 -28px
}

A.next:hover
{
    BACKGROUND-POSITION: 0 -28px
}

A.prevPage:hover
{
    BACKGROUND-POSITION: 0 -28px
}

A.nextPage:hover
{
    BACKGROUND-POSITION: 0 -28px
}

A.disabled
{
    /*VISIBILITY: hidden !important*/
    BACKGROUND-POSITION: 0 -56px;
    cursor: default;
    
}

A:hover.disabled
{
    /*VISIBILITY: hidden !important*/
    BACKGROUND-POSITION: 0 -56px;
    cursor: default;
    
}


.specialsScroller A.prevPage
{
    MARGIN: 33px 12px 33px 10px;
    WIDTH: 22px;
    DISPLAY: block;
    BACKGROUND: url(/images/layout/scroll-left-specials.gif) no-repeat left top;
    FLOAT: left;
    HEIGHT: 43px;
    CURSOR: pointer
}

.specialsScroller A.nextPage
{
    MARGIN: 33px 10px 33px 15px;
    WIDTH: 22px;
    DISPLAY: block;
    BACKGROUND: url(/images/layout/scroll-right-specials.gif) no-repeat right top;
    FLOAT: left;
    HEIGHT: 43px;
    CURSOR: pointer
}
.specialsScroller A.disabled
{
    background-position:0 -43px;
}
.Site .specialsScroller .box .content
{padding:0 !important;}

/*################## End Cart CSS Changes #####################*/

/* 
	IMPORTANT!!!!!
	!!!===== All css must begin with .Site with the exception of BODY and #mainTable =====!!!
	!!!===== This ensures no styling is applied to the AdminSystem =====!!!
*/

.Site /* same element as #mainTable */
{
	FONT-SIZE: 85%;
    FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif;
    color:#000;
    line-height: 1.5;	 
}

.Site p 
{
	font-size: 120%;
	margin-bottom: 0.75em!important;
}
.Site A 
{
	
}
.Site A:hover
{
	
}
/*a change*/

.Site p.psudoLink:hover
{
	cursor:pointer;
	text-decoration:underline;
}


.Site DT
{

}
.Site dd
{

}
.Site H1, H2, H3, H4, H5, H6
{
	
}
.Site H1
{
    FONT-SIZE: 200%;
}

.Site .list h1 a 
{
	color: #01077F;
}

.Site H2
{
    FONT-SIZE: 170%;
    font-weight: normal;
}

.Site #header h2 a 
{
	text-decoration: none;
	color: #000;
}

.Site #header h2 a:hover
{
	color: #000;
}


.Site H3
{
    FONT-SIZE: 130%;
}

.Site H4
{
    FONT-SIZE: 120%;
}

.Site H5
{
    FONT-SIZE: 105%;
}
.Site H6
{
    FONT-SIZE: 100%;
}
.Site IMG
{
	border:none;
}
.Site #mainLayout a img
{
}
.Site TABLE
{
} 
.Site table td, table th
{
}



/* ################################### Site Classes ################################# */






.Site .box
{
	background:transparent;
}

.Site .box .tl 
{
	background: #2e3292 url(/images/layout-grey/moduleBoxes/standard_TL.gif) no-repeat 0 0;
}

.Site .box .tr
{
	background:  #2e3292 url(/images/layout-grey/moduleBoxes/standard_TR.gif) no-repeat 100% 0;
	margin-left: 8px;
	padding-left: 0;
}

.Site .box_Product .tl,
.Site .box_Grey .tl
{
	background: #676767 url(/images/layout-grey/moduleBoxes/grey_TL.gif) no-repeat 0 0;
}

.Site .box_Product .tr,
.Site .box_Grey .tr
{
	background:  #676767 url(/images/layout-grey/moduleBoxes/grey_TR.gif) no-repeat 100% 0;
	margin-left: 8px;
	padding-left: 0;
}

.Site .box .tl .tr a 
{
	text-decoration: none;
}


.Site .box h1.title
{
	background: transparent;
	color: #fff;
	margin-top:3px;
	margin-left: 0;
	padding-left: 0;
}

.Site .box .content
{
	border-left: solid 1px #a8a8a8;
	border-right: solid 1px #a8a8a8;
}

.Site .box .bl 
{
	background: #fff url(/images/layout-grey/moduleBoxes/standard_BL.gif) no-repeat 0 100%;
	height: 9px;
	margin-bottom: 0;
}

.Site .box .br 
{
	background: #fff url(/images/layout-grey/moduleBoxes/standard_BR.gif) no-repeat 100% 100%;
	margin-left: 9px;
	height: 9px;
	margin-bottom: 0;
}

.Site .box .content
{
	border-left: solid 1px #a8a8a8;
	border-right: solid 1px #a8a8a8;
}

.Site .box_Product .productContainer h3.productTitle, .Site .box_Product .productContainer h4
{
	font-size: 120%!important;
	font-weight: 700;
}





/*************Blue Box Style*********************/

.Site .box_Blue
{
	background:transparent;
}

.Site .box_Blue .content
{
	padding:0 10px 0 10px!important;
}

.Site .box_Blue .content
{
	padding:0 10px 0 10px!important;
}

.Site .box_Blue .content p 
{
	margin-bottom: 0;
}


.Site .box_Blue .tl
{
	background: #dedff4 url(/images/layout-grey/moduleBoxes/blue_TL.gif) no-repeat 0 0;
}

.Site .box_Blue .tr
{
	background: #dedff4 url(/images/layout-grey/moduleBoxes/blue_TR.gif) no-repeat 100% 0;
	margin-left: 10px;
	text-align: right;
}

.Site .box_Blue .bl
{
	background: #dedff4 url(/images/layout-grey/moduleBoxes/blue_BL.gif) no-repeat 0 100%;
}

.Site .box_Blue .br
{
	background: #dedff4 url(/images/layout-grey/moduleBoxes/blue_BR.gif) no-repeat 100% 100%;
	margin-left: 10px;
	text-align: right;
}

.Site .box_Blue h1.title
{
	text-align: left;
	color: #1D1F6C;
}

.Site .box_Blue .content
{
	border-left: solid 1px #a0a1c1;
	border-right: solid 1px #a0a1c1;
	background: #dedff4 none;
	color: #1d1f6c;
}

.Site .detail H3
{

}
.Site .detail IMG.picture
{
}
.Site .dropDown, .textArea, .textBox
{
}
.Site .label
{
	font-weight:bold;
}
.Site form .label
{
	text-align:right;
}
.Site form td
{
}
.Site .list
{
	/*border-bottom:1px solid #CDCDCD;*/
}
.Site .list a
{
	text-decoration: none !important;
}
.Site .list a:hover
{
}
.Site .list p
{	
}
.Site .list H3
{

}
.Site .list H4
{
}
.Site .list .date
{

}
.Site td.list IMG.thumbnail
{
}
.Site .stepper
{
}
.Site .stepper a
{
}
.Site .stepper a:hover
{
}
.Site .stepper p
{
}
.Site .stepper p.links
{
}
.Site TABLE.documentTable
{

}
.Site TABLE.documentTable TD.cell
{

}
.Site TABLE.documentTable TH.heading
{

}
.Site TABLE.documentTable TR.alternative
{

}
.Site .list .terminus
{
	clear:right !important;
}
.Site .template
{
	background: none;
	border: none;	
}
/* ################################### Site IDs ################################# */

#mainTable
{
}
.Site #mainHeader
{	
}

.Site #location
{
	margin:0 5px;
	border-bottom: solid 1px #E7E7E7;
	color: #afafaf;
	margin-top: -6px;
	padding-bottom: 8px;
}


.Site #location a
{
	text-decoration:none;
	color: #4f4f4f;
	font-family: arial;
	/* AH was 'font:' ????  */
	text-transform:lowercase;
}

.Site #location A:hover
{
	text-decoration: underline;
}

.Site #mainLayoutContainer
{

}



.Site #cartSummary
{
	padding-top: 15px;
	padding-left:10px;
	text-transform:uppercase;
	height:28px;
}

.Site #cartSummary .cartItems
{
    color:#41459f;
}

.Site #cartSummary p
{
	color: #000;
	font-weight: 600;
	font-size:120%;
	display:inline;
	padding-left:41px;
	margin-bottom: 0 !important;
	
}
.Site #cartSummary
{
  	background: transparent url(/images/layout-grey/shopping-cart-icon.gif) no-repeat 18px center;
}
.Site #cartInfo
{
    background: transparent url(/images/layout-grey/cartInfo_bg.gif) no-repeat left top;
    border-bottom:none;
    width:255px;
}
.Site #cartInfo p a
{
	color: #000;
	text-decoration:underline;
}

.Site #cartInfo p a:hover
{
	color: #000;
	text-decoration: blink;
}


.Site #searchTable 
{
	font-size: 120%;
}

.Site #searchTable dl
{
	margin:0;
	padding:0;
}


.Site #searchTable dt
{
	font-weight: 600;
	font-size: 130%;
	float: left;
	margin-right: 10px;
}

.Site #searchForm_brief
{
    background:transparent url(/images/layout-grey/searchBrief_bg.gif) no-repeat left top;
    width:501px;
}



/* ################################## Top setup ################################### */

.Site #topMenu li
{
	border-right:solid 1px #000;
}
.Site #topMenu ul a
{	
	color:#000;
	text-transform:uppercase;
}

.Site #topMenu ul a:hover
{	
	color:#1E23A3;	
}

.Site #topMenu li.mlast
{	
	border-right:none;
	
}

/* ################################## footerMenu setup ################################### */

.Site #footerMenu li
{
	border-left:solid 1px #000;
}
.Site #footerMenu ul a
{	
	color:#000;
}

.Site #footerMenu ul a:hover
{	
	text-decoration: underline;	
}

.Site #footerMenu li.mfirst
{	
	border-left:none;
}

/* ################################## Top Seach ################################### */

.Site #searchForm_brief 
{
	min-height:1.7em;
	
}


.Site #searchForm_brief label 
{
	float:left;
	margin-top:10px;
}

.Site #searchForm_brief input.inputBox
{
	border:1px solid #fff;
	height:16px;
	margin-top:10px;
	position:absolute;
	width:338px;
}


.Site #searchForm_brief .searchBoxRight
{
	margin-left:10px !important;
	min-height:35px;
	width:338px;
	float:left;
}

.Site #searchForm_brief .submitButton,
.Site #searchFacility .button
{
	background: transparent url(/images/layout-grey/search-button-bg.gif) no-repeat 50% 50%;
	color: #fff;
	border: none;
	margin: 7px 15px 0 5px;
	text-align: center;
	width: auto;
	padding-top: 0;
	padding-bottom: 3px !important;
	padding-right: 6px !important;
	padding-left:25px !important;
	float:right;
	width:125px;
	height:24px;
	cursor:pointer;
    font-family:Arial, Verdana, Sans-Serif;
    font-weight:bold;
}

/*
.Site .searchBoxRight input.topSearchBox 
{
	margin-left: 0!important;
}
*/

.Site #searchForm_brief .submitButton:hover,
.Site #searchFacility .button:hover
{
	color:#e8e7e7 ;
}


/**/

.Site .searchForm_MainBody 
{
	width:330px;
}


.Site .searchForm_MainBody label 
{
	display:none;
}

.Site .searchForm_MainBody input.inputBox
{
	border:solid;
	border-color:#fff;
	border-width:1px;
	/*height:22px;*/
	margin-top:12px;
	margin-left: -70px;
	/*position:absolute;*/
	background: #fff url(/images/layout-grey/mainBodySearch/mainbody-search-shadow.gif) no-repeat;
	width:223px;
	padding: 3px 3px 4px 3px;
}

.Site .searchForm_MainBody .searchBoxLeft
{
	background: transparent url(/images/layout-grey/mainBodySearch/mainbody-search-box-left.gif) no-repeat 0 0;
	width: 63px;
	min-height: 55px;
	float: left;
	
}

.Site .searchForm_MainBody .searchBoxRight
{
	background: transparent url(/images/layout-grey/mainBodySearch/mainbody-search-box-right.gif) no-repeat 0 0;
	margin-left:63px;
	min-height: 55px;
	width: 285px;
	
}

.Site .searchForm_MainBody .submitButton
{
	background: transparent url(/images/layout-grey/mainBodySearch/mainbody-search-button-bg.gif) no-repeat;
	color: #fff;
	border: none;
	padding: 0 2px 2px 2px;
	float:right;margin-top: 15px;
}

.Site .searchForm_MainBody .submitButton:hover
{
	font-weight: 600;
	padding: 0 1px 1px 1px;
}

.Site .SearchHeader 
{
	font-size: 110%;
}

/* ################################## mainMenuContainer setup ################################### */


.Site #mainMenu ul ul a:hover
{
	background: none;
	color: #000;
}

.Site #mainMenu ul ul a:hover
{
	background: #41459F;
	color: #fff;
}



.Site #mainMenu ul ul a.active
{
	background: #9799ca none;
	color:#fff;
}
/* ################################## Sub Menu setup ################################### */

.Site #subMenu
{
	font-weight: bold;
}

.Site #subMenu ul 
{	
	
}
.Site #subMenu li
{
}
.Site #subMenu ul a
{
	background:#e5e9ec url(/images/layout-grey/mainMenu_Bullit.gif) 5px 6px no-repeat;
	text-decoration: none;
	color: #7c774f;
	padding-top:8px;
	padding-bottom:7px;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
}
.Site #subMenu ul ul a
{
	background-position: 25px center !important;

}
.Site #subMenu ul ul ul a
{
	background-position: 38px center !important;
}
.Site #subMenu ul ul ul ul a
{
	background-position: 68px center !important;
}
.Site #subMenu ul a.active
{
	background:#cae8f2 url(/images/layout-grey/mainMenu_Bullit_Over.gif) 5px 6px no-repeat;
	color:#003263;
}
.Site #subMenu ul a:hover
{
	background:#cae8f2 url(/images/layout-grey/mainMenu_Bullit_Active.gif) 5px 6px no-repeat;
	color:#003263;
}
/* ======================== */

/* ################################## Sub Menu setup ################################### */

.Site #subProductDrillDown
{
	font-weight: bold;
}
.Site #subProductDrillDown ul 
{	
	
}
.Site #subProductDrillDown li
{
	float:left;
	clear:left;
		border-bottom: 1px solid #BABFBF;
}
.Site #subProductDrillDown ul a
{
	background: #fff;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	padding: 5px 5px 4px 20px;
	font-size: 1.3em;
	/*white-space: nowrap;*/
}
.Site #subProductDrillDown ul ul a
{
	color: #01077f;
	display:inline;
	float:left;
	clear:left;
	padding-right: 17px;
}

.Site #subProductDrillDown ul ul li
{
	border-bottom: none;
}


.Site #subProductDrillDown ul ul a:hover, .Site #subProductDrillDown ul ul a.active:hover, .Site #subProductDrillDown ul ul a.active, .Site #subProductDrillDown ul ul a.on:hover,  .Site #subProductDrillDown ul ul a.on
{
	color: #000;
	background: #fff none;
	background: transparent url(/images/layout-grey/menuArrow.gif) no-repeat right 11px;
}

.Site #subProductDrillDown ul ul a.active:hover
{
	color: #000;
	background: #fff none;
	background: transparent url(/images/layout-grey/menuArrow.gif) no-repeat right 11px;
}



.Site #subProductDrillDown ul ul ul a
{
	background-position: right !important;
	color: #01077f;
	display:inline;
	float:left;
	clear:left;
	padding-right: 17px;
	font-size:1.1em;
}

.Site #subProductDrillDown ul ul ul ul a
{

}

.Site #subProductDrillDown ul a.active, .Site #subProductDrillDown ul a.active:hover .Site #subProductDrillDown ul ul a.active, .Site #subProductDrillDown ul a.on:hover,  .Site #subProductDrillDown ul a.on
{
	background: #000 url(/images/layout-grey/productDrillDown.gif) 5px 8px no-repeat;
	color:#fff;
}

.Site #subProductDrillDown ul a:hover
{
	background: #000 url(/images/layout-grey/productDrillDown.gif) 5px 8px no-repeat;
	color:#fff;
}

/* ======================== */

/* ################################## productSubMenu setup ################################### */


.Site .productSubMenu ul 
{	
	background: #9E9E9E;
}

.Site .productSubMenu li
{
	background: #9E9E9E;
	border-left: solid 1px #D1D2ED;
	border-right: solid 1px #D1D2ED;
	border-top: solid 1px #D1D2ED;
}

.Site .productSubMenu ul a
{
	line-height:1;
	display:block;
	padding:8px 140px 9px 23px;
	margin:0;
}

.Site .productSubMenu ul ul a
{
}
.Site .productSubMenu ul ul ul a
{
}
.Site .productSubMenu ul ul ul ul a
{
}
.Site .productSubMenu ul ul ul ul ul a
{
}
.Site .productSubMenu ul ul ul ul ul ul a
{
}
.Site .productSubMenu ul a.active
{
}
.Site .productSubMenu ul a:hover
{
}

.Site .productSubMenu li.subMenuLast
{
	border-bottom: solid 1px #D1D2ED;
}

.Site .productSubMenu a span.CategorymenuLinkLeft
{
	background: transparent url(/images/layout-grey/CategorymenuLinkLeft_off.gif) no-repeat left top;
}

.Site .productSubMenu a:hover span.CategorymenuLinkLeft
{
	background: none;
}

.Site .productSubMenu ul a
{
	background: transparent url(/images/layout-grey/subMenu/menu_15_off.gif) no-repeat right top;
}
.Site .productSubMenu ul a:hover
{
	background: transparent url(/images/layout-grey/subMenu/menu_15_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_936
{
	background: transparent url(/images/layout-grey/subMenu/menu_936_off.gif) no-repeat right top;
}
.Site .productSubMenu ul a#menu_936:hover
{
	background: #030681 url(/images/layout-grey/subMenu/menu_936_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_14
{
	background: transparent url(/images/layout-grey/subMenu/menu_14_off.gif) no-repeat right top;
}
.Site .productSubMenu ul a#menu_14:hover
{
	background: #030681 url(/images/layout-grey/subMenu/menu_14_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_176
{
	background: transparent url(/images/layout-grey/subMenu/menu_176_off.gif) no-repeat right top;
}
.Site .productSubMenu ul a#menu_176:hover
{
	background: #030681 url(/images/layout-grey/subMenu/menu_176_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_176
{
	background: transparent url(/images/layout-grey/subMenu/menu_176_off.gif) no-repeat right top;
}
.Site .productSubMenu ul a#menu_176:hover
{
	background: #030681 url(/images/layout-grey/subMenu/menu_176_on.gif) no-repeat right top;
}



.Site .productSubMenu ul a#menu_374
{
	background: transparent url(/images/layout-grey/subMenu/menu_374_off.gif) no-repeat right top;
}
.Site .productSubMenu ul a#menu_374:hover
{
	background: #030681 url(/images/layout-grey/subMenu/menu_374_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_37 
{
	background: transparent url(/images/layout-grey/subMenu/menu_37_off.gif) no-repeat right top;
}
.Site .productSubMenu ul a#menu_37:hover
{
	background: #030681 url(/images/layout-grey/subMenu/menu_37_on.gif) no-repeat right top;
}
.Site .productSubMenu ul a#menu_15
{
	background: transparent url(/images/layout-grey/subMenu/menu_15_off.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_15:hover
{
	background: transparent url(/images/layout-grey/subMenu/menu_15_on.gif) no-repeat right top;
}
.Site .productSubMenu ul a#menu_17
{
	background: transparent url(/images/layout-grey/subMenu/menu_17_off.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_17:hover
{
	background: transparent url(/images/layout-grey/subMenu/menu_17_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_19 
{
	background: transparent url(/images/layout-grey/subMenu/menu_19_off.gif) no-repeat right top;
}	

.Site .productSubMenu ul a#menu_19:hover 
{
	background: transparent url(/images/layout-grey/subMenu/menu_19_on.gif) no-repeat right top;
}
.Site .productSubMenu ul a#menu_20 
{
	background: transparent url(/images/layout-grey/subMenu/menu_20_off.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_20:hover
{
	background: transparent url(/images/layout-grey/subMenu/menu_20_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_21 
{
	background: transparent url(/images/layout-grey/subMenu/menu_21_off.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_21:hover
{
	background: transparent url(/images/layout-grey/subMenu/menu_21_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_22 
{
	background: transparent url(/images/layout-grey/subMenu/menu_22_off.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_22:hover
{
	background: transparent url(/images/layout-grey/subMenu/menu_22_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_38 
{
	background: transparent url(/images/layout-grey/subMenu/menu_38_off.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_38:hover
{
	background: transparent url(/images/layout-grey/subMenu/menu_38_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_40 
{
	background: transparent url(/images/layout-grey/subMenu/menu_40_off.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_40:hover
{
	background: transparent url(/images/layout-grey/subMenu/menu_40_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_41 
{
	background: transparent url(/images/layout-grey/subMenu/menu_41_off.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_41:hover 
{
	background: transparent url(/images/layout-grey/subMenu/menu_41_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_42
{
	background: transparent url(/images/layout-grey/subMenu/menu_42_off.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_42:hover
{
	background: transparent url(/images/layout-grey/subMenu/menu_42_on.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_43
{
	background: transparent url(/images/layout-grey/subMenu/menu_43_off.gif) no-repeat right top;
}

.Site .productSubMenu ul a#menu_43:hover
{
	background: transparent url(/images/layout-grey/subMenu/menu_43_on.gif) no-repeat right top;
}	
/* ======================== */

.Site #mainTitle
{
}

.Site #mainTitle h1
{
}


.Site #mainLayout
{	
}

.Site #mainFooter 
{
	background-color: #41459F;
	color: #fff;
}

.Site #mainFooter
{
	float:left;
	width: 968px;
}

/* ======================== */

.Site #developerLink 
{
	display: inline;
	text-align:right;
	float:right;
}
.Site #developerLink 
{
	display:inline;
	padding:0;
	margin: 0;
	float:right;
	color:#ADAEC9;
}

.Site #developerLink a
{
	color: #fff;
	display: inline;
	float:none;
	margin: 0;
	padding: 0;
	color:#ADAEC9;
}

.Site #developerLink .terminus 
{
	display: none;
}


.Site #developerLink a:hover
{

}

/* ======================== */

.Site #template_Stepped_Pages .content
{
}

/* ======================== */


.Site TABLE#subPageTable
{
}
.Site TABLE#subPageTable th.heading
{
}
.Site TABLE#subPageTable td.cell
{
}
.Site TABLE#subPageTable td.col1 
{
}
.Site TABLE#subPageTable .col1 A 
{
}
.Site TABLE#subPageTable .col1 A:hover
{
}

/* ======================== */

.Site #template_Home_Variant .list
{
}

/* ======================== */

.Site #template_Events_Style_2 #column1
{
}
.Site #template_Events_Style_2 #column2
{
}
.Site #template_Events_Style_2 .list
{
}
.Site #column2
{
}
.Site #template_Events_Style_2 .date
{

}

/* ======================== */

.Site #template_Links img.thumbnail
{
}
/* ========================== */

.Site #template_sitemap UL
{
}
.Site #template_sitemap UL LI
{
}
.Site #template_sitemap UL UL LI
{
}
.Site #template_sitemap UL UL a
{
}
.Site #template_sitemap LI
{
}
.Site #template_sitemap ul a
{
}
.Site #template_sitemap ul a:hover
{
}
.Site #template_sitemap ul ul a
{
}
.Site #template_sitemap ul ul a:hover
{
}


/* ################################## Product Menu ################################### */



.Site #productInfo
{
	
}
.Site #productInfo li,
.Site #productInfo ul
{
	list-style: none !important;
	background: none;
}
.Site #productInfo ul a
{
    font-weight: bold;
    color: #343434;
}
.Site #productInfo ul a.tab
{
	background: #B1B1B1 url(/images/layout-grey/productMenu_a.gif) right top no-repeat;
	cursor: pointer;
}
.Site #productInfo ul a.tab .navTab-tl
{
  background: url(/images/layout-grey/productMenu_a_tl.gif) top left no-repeat;
}
.Site #productInfo .tabCurrent
{
	background: #D0D0D0 url(/images/layout-grey/productMenu_a_active.gif) right top no-repeat;
	cursor: pointer;
}

.Site #productInfo .tabCurrent .navTab-tl
{
	background: #D0D0D0 url(/images/layout-grey/productMenu_a_active_tl.gif) top left no-repeat;
}

.Site #productTabs .ptr
{
    background: url(/images/layout-grey/productTabs_tr.gif) right bottom no-repeat !important;    
}

.Site #productTabs .ptl
{
    background: url(/images/layout-grey/productTabs_tl.gif) left bottom no-repeat !important;    
}

.Site #productTabs .pbr
{
    background: url(/images/layout-grey/productTabs_br.gif) right bottom no-repeat !important;    
}

.Site #productTabs .pbl
{
    background: url(/images/layout-grey/productTabs_bl.gif) left bottom no-repeat !important;    
}


.Site #productTabs .content
{
    border-color:#d0d0d0;
    background: #fff ;  
    /*url(/images/layout-grey/tabs_content_bg.gif) top left repeat-x*/
 
}

.Site #productTabs .content .sectionTitle
{
   font-size: 1.6em;
   color: #343434;
}

.Site #productTabs .tab a
{
    color: #343434;    
}

.Site #productTabs .tab a:hover
{
    color: #7292B3;    
}

.Site .detail h2
{
    font-size: 130%;     
}

.Site .detail .inStock, .Site .detail .freeShipping
{
	font-size: 140%;
	color: #DE0600;
    font-weight: bold;
    margin-bottom:5px;
}



.Site .list .inStock, .Site .detail .list .inStock
{
	font-size: 1.2em;
	color: #DE0600;
	padding-left:17px;
	background: url(/images/layout/instock_small.png) 0 50% no-repeat !important; 
}

.Site .list .price
{
	font-size: 1.2em;
}

.Site .list .price span
{
	font-weight:bold;
	font-size: 1.5em;
}
.Site .box_Product .inStock
{
	margin-left:0px;
	padding-left:17px;
	color: #a00b0b;
	/*float: left;*/
	font-size: 1.1em!important;
	background-position: 0 42%!important;
}

.Site .box_Product .moredetailButtons a.button
{
	color: #a00b0b;
	margin-left: 30px;
	font-size: 1em;
	float:right;
	white-space: nowrap;
}

.Site .list H4
{
 display:inline;	
}

.Site .list h3.title a
{
	font-size: 130%!important;
}


.Site .detail .origPrice, .Site .content .origPrice
{
    color: #000;
    font-size: 0.8em;
    background: url(/images/layout-grey/strikethrough.gif) 50% 50% no-repeat;
}
.Site .detail .priceLabel
{
    font-size: 0.4em; 
    margin: 0;
    padding: 0;   
}
.Site #relatedProductsTable td.product .title
{
    font-size: 1em;
}
.Site #relatedProductsTable td.product .price
{
    font-size: 1.2em;    
}
.Site #relatedProductsTable td.product .stockCode
{
    font-size: 0.7em;    
}
.Site #relatedProductsTable td.product .principle
{
    font-size: 0.9em;    
}
.Site #relatedProductsTable td.product .textbox
{
    font-size: 0.9em;
    width: 15px !important;
    text-align: right;    
}
.Site #relatedProductsTable td.product form LABEL
{
    display: none;    
}
.Site #relatedProductsTable td.alternate
{
    border-right: 1px solid #DEDEDE;    
}


.Site #productTabs p.backlink a
{
	text-decoration:none!important;
	color: #8C8C8C;
}


.Site input.button, .Site input.principle
{
	
    background-color: #3a3a3a;
    background: url(/images/layout-grey/cart/blackbutton.gif);
    background-position: 100% 0;
    border-top: solid 1px #1e1e1e;
	border-right: solid 1px #464646;
	border-bottom: solid 1px #5D0303;
	border-left: solid 1px #3a3a3a;
	padding-right: 10px;
	padding-left: 10px;
	border-style: solid;
	color: #FFF;
	font-weight: 600;
	padding-top: 3px;
	padding-bottom: 4px;
}

 .Site input.principle, .Site input.buyNow
 {
     background: #AC0307 url(/images/layout-grey/buynow.gif) no-repeat right;	
     border-style: solid;
	border-top: solid 1px #5D0303;
	border-right: solid 1px #5D0303;
	border-bottom: solid 1px #AC0307;
	border-left: solid 1px #AC0307;
     padding-right: 27px;
 }



/**/
.Site input.buyNow:hover
{
	
	color: #F9DFE0;
}






.Site .qtybox 
{
	width:10px;
}

.Site label 
{
	font-weight:600;
	font-size: 110%;
}




.Site #homeIcon  a 
{

	background: transparent url(/images/layout-grey/home_icon.gif) no-repeat;
}

.Site #homeIcon a:hover
{
	background-position:  0 -19px;
}

.Site .more 
{
	background: transparent url(/images/layout-grey/more-arrow.gif) no-repeat right;
	color: #10168E;
	text-decoration: none;
}
.Site .more:hover
{
	text-decoration: underline;
}


	
/**************** Cart *************************/

.Site #cartFull 
{
	font-size: inherit;
}

.Site #cartFull h2
{
	background: none !important;
	color: #10168E !important;
	font-weight: normal;
	padding-left:0px;
}

.Site #glFull h2, .Site #cartListing th.heading,  .Site #cartListing th.lineTotal
{
	background-color: #10168E;
	color: #FFFFFF!important;
	font-weight: normal;
}
.Site #cartFull .box h2.title
{
	background:transparent!important;}
	
.Site #cartFull .formMainTable th 
{
	padding:5px;
}

.Site #cartFull .formMainTable td
{
	padding:6px;
}


.Site #cartFull .formMainTable td td, .Site #cartFull .formMainTable td th
{
	padding:3px;
}

.Site #cartFull #cartListing td, .Site #cartFull #cartListing th
{
	border-left:0px;
	border-right:0px;
	font-size:1.2em;
}
.Site #cartFull #cartListing td a
{
	text-decoration: none;
}
.Site #cartFull #cartListing td.delete
{
	white-space:nowrap;
}

.Site .moredetailButtons a
{
	padding: 0 12px 0 0;
	background: transparent url(/images/layout-grey/more-details-arrow.gif) no-repeat right 50%;
}

.Site #cartFull .box h2.title 
{
	margin-bottom: 0;
}
.Site #Imuso_Guitars ul 
{
	margin: 0;
	padding: 0;
}

.Site #Imuso_Guitars li
{
	list-style: none;
}

.Site #Imuso_Guitars h3.subPageTitle 
{
	background: #000 url(/images/layout-grey/productDrillDown.gif) 5px 8px no-repeat;
	color: #fff;
}

.Site #Imuso_Guitars a
{
	text-decoration: none;
	font-size: 120%;
	color: #919191;
}

.Site #Imuso_Guitars a:hover
{
	color: #000;
}


.Site #Imuso_Guitars li
{
	padding-left: 22px;
}


.Site #Imuso_Guitars h3.subPageTitle a
{
	color: #fff;
	padding: 3px 5px 4px 20px;
	text-decoration: none;
	font-size: 100%;
}

.Site #Imuso_Guitars h3.subPageTitle a:hover
{
	text-decoration: underline;
}

.Site .product h3.strapline 
{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 120%;
}

.Site .uppercase 
{
	text-transform: uppercase;
}

.Site .text-right
{
	text-align: right;
}
.Site .popularCategories
{
	background: #f0f0f0 none;
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
	border-top: solid 1px #ebebeb;
	border-bottom: solid 1px #ebebeb;
}


.Site .popularCategories .Links1
{
	width: 135px;
	height: 1%;
	float: left;
}

.Site .popularCategories .Links2
{
	margin-left: 136px;
}


.Site .popularCategories ul
{
	margin-top: 0;
}

.Site .box_Product h4
{
	margin-top: -10px;
	font-weight: 400;
	margin-bottom: 0;
}


.Site .box h4 a.morearrow
{
	text-decoration: none;
	color: #000;
	padding-right: 10px;
	background: transparent url(/images/layout-grey/moduleBoxes/moreArrow.gif) no-repeat 100% 45%;
}
.Site .box h4 a:hover
{
	color: #a00b0b;
	background: transparent url(/images/layout-grey/moduleBoxes/moreArrow-on.gif) no-repeat 100% 45%;
}

.Site .box .content
{
	margin-bottom: 0;
	padding-bottom: 0;
}


.Site .popularCategories li
{
	list-style: disc;
	color: #1d1f6c;
}
	
.Site .popularCategories li a
{
	list-style: disc;
	color: #1d1f6c;
	font-weight: 700;
	text-decoration: none;
}

/*#################Product Flyout####################*/

.Site div.productFlyout 
{
	border: solid 1px black;
	background-color: #fff;
}

.Site #mainMenuContainer div.productFlyout ul li
{
	background: #fff none;
	border-bottom: solid 1px #DEDEDE;
}

.Site #mainMenuContainer div.productFlyout ul a
{
	background-image: none;
	color: #000;
	background-color: #fff;
	text-transform: capitalize !important;
}

.Site #mainMenuContainer div.productFlyout ul li.heading a:hover
{

	background-color: #474cbe;
}

.Site #mainMenuContainer div.productFlyout ul a:hover, .Site #mainMenuContainer div.productFlyout ul li.heading a
{
	background: #0D138B none;	
	color: #fff;
}

/*#################template_2_Columns_66_33####################*/

.Site #template_2_Columns_66_33 #column2 .list h1.title
{
	font-size: 150%;
	font-weight: normal;
}

.Site .list h1.title
{
	font-size: 160%;
	font-weight: normal;
}

.Site .rrp 
{
	
	font-weight: 700;
}

.Site .rrp .discount 
{
	background: transparent url(/images/layout-grey/strikethrough.gif) no-repeat 50% 50%;
}

.Site a.rssfeed
{
	background: transparent url(/images/layout-grey/iMuso_RSS_Button.gif) no-repeat 0 0;
}

.Site a.rssfeed:hover
{
	background: transparent url(/images/layout-grey/iMuso_RSS_Button.gif) no-repeat 0 -26px;
}



/*Product Scroller Module*/




			/* single item */
			#thumbs .scrollItem {
			color:#00033a;
			}


			#thumbs .scrollItem .product a{
			color:#00033a

			}
			
			
			#thumbs .scrollItem .product a:hover {
			color:#4c4e75

			}
			



			/* style when mouse is over the item */
			#thumbs div.hover {
			/*background-color:#f1f1f1;*/
			}

			/* style when element is active (clicked) */
			#thumbs div.active {
			/*background-color:#f1f1f1;*/

			font-size: inherit;
			}


/*################# ColourScheme ####################*/

.Site #key, .Site #deliveryBlurb
{
    border: solid 1px #bbbbbb;
}

.Site #key td.tableHeader 
{
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

.Site #cartSteps .topCurves
{   
    background: transparent url(/images/layout-grey/cart/cartStepsTopCurves.gif) no-repeat 0 0;
}

.Site #cartSteps .bottomCurves
{   
    background: transparent url(/images/layout-grey/cart/cartStepsBtmCurves.gif) no-repeat 0 0;
}

.Site #cartSteps .one
{   
    font-size: 1em;
    text-align: center;
    font-family: Arial;
    background: transparent url(/images/layout-grey/cart/step1.png) no-repeat 50% 100%;
}

.Site #cartSteps .two
{   
    background: transparent url(/images/layout-grey/cart/step2.png) no-repeat 50% 100%;
}

.Site #cartSteps .three
{   
    background: transparent url(/images/layout-grey/cart/step3.png) no-repeat 50% 100%;
}

.Site #cartSteps .four
{   
    background: transparent url(/images/layout-grey/cart/step4.png) no-repeat 50% 100%;
}

.Site #cartSteps #steps
{   
    font-size: 1.1em;
    text-align: center;
    font-family: Arial;
    border-left: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
}

.Site #cartSteps .active
{   
    background-position: 50% 21px;
}

.Site .cartqty 
{
    border:none;
}

.Site #cartLegend p.delete 
{
    background-image: url(/images/layout-grey/cartIcons/deleteFromCart.gif);
    background-repeat: no-repeat;
}


.Site #cartListing th.heading 
{
    border-collapse: collapse;
}

.Site #cartListing th.heading 
{
    border: solid 1px #e7e7e7 !important;
    border-right: none !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.Site #cartListing .lineTotal 
{
    border-right: solid 1px #e7e7e7 !important;
}

.Site #cartListing td.cell
{
    border: solid 1px #e7e7e7 !important;
    border-right: none !important;
    border-top: none !important;
}

.Site #cartListing td.totalline 
{
    border: none
}

.Site #cartListing td.amount 
{
    border: solid 1px #e7e7e7 !important;
    border-top: none;
}

.Site #PayForm span.help
{
    background-color: Transparent !important;
    border: none;
    background-position: 10px 0;
}

.Site #PayForm span.hint
{

    background-position: 10px 15px;
    padding: 20px 35px;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 1em;
    font-size: 1.2em
}


.Site #PayForm label.radio, .Site #PayForm span.radiocheckbox
{
    line-height: 2.5em;
    margin-bottom: 0.5em
}


.Site .greyed 
{
    background-color: #eeeeee;
    color: #cccccc
}
.Site .buttons span.hint
{
	display:inline-block;
	padding-top:10px;
	font-size:1.3em;
	min-height:20px;
}
/*################## End Cart CSS Changes #####################*/

.Site .specialsScroller
{
    padding-top:5px;
}
.Site .specialsScroller .box .tl
{
    margin-left:28px;
    background-image:url(/images/layout/special_tl.gif);
    background-color:#ef740a;
    margin-right:32px;
}
.Site .specialsScroller .box .tr
{
    background-image:url(/images/layout/special_tr.gif);
    background-color:#ef740a;
    padding-bottom:3px;
}
.Site .specialsScroller .content
{
    border:none !important;
    background:#fff url(/images/layout/specials_content.gif) no-repeat left top;
}
.Site .specialsScroller .bl
{
    height:19px;
    background:#fff url(/images/layout/special_bottom.gif) no-repeat left top;
}
.Site .specialsScroller .br
{
    display:none;
}
.Site .specialsScroller h1.title
{
	margin-top:0;
	margin-left:2px;
}

/* ################################## footerMenu setup ################################### */

.Site #footerMenu
{
    background:#fff url(/images/layout/footer_bg.png) no-repeat left top;
    padding-left:12px;
}
.Site #footerMenu .module
{
    float:left !important;
    clear:none;
    width:240px;
    padding-top:17px;
}
.Site #footerMenu .module .content
{
    padding:18px 12px;
}
.Site #footerMenu .module .title
{
    background:transparent url(/images/layout/footerMenu_module_bg.gif) no-repeat left top;
    height:25px;
    padding-top:2px;
    padding-left:11px;
}
.Site #footerMenu .module .title h2
{
    color:#fff;
    margin:0;
}
.Site #footerMenu .module ul
{
    margin-left:0;
    margin-top:0;
}
.Site #footerMenu .module ul li
{
    list-style:none;
    border:none;
    font-size:120%;
    padding-bottom:4px;
}
.Site #footerMenu .module ul li a
{
    text-decoration:none;
    text-transform:capitalize;
    
    display:block;
    font-size:100%;
}
.Site #footerMenu .module ul li a:hover
{
    color:#ef740a;
}
.Site #footerMenu .title h2
{
    font-size:160%;
}
.Site #footerMenu b
{
    color:#41459f;
}

/* ========= SEARCH AUTO-COMPLETE STUFF =========== */
.Site #searchForm_brief
{
	position: relative;
}
.Site #search_autocomplete
{
	position: absolute;
	border: 1px solid #bebebe;
	border-top: 0;
	background: #FFF;
	top: 30px;
	left: 9px;
	/*width: 455px;*/
	width: 322px;
	display:none;
	z-index: 999;
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 0;
}
.Site .loading
{
	background: #FFF url(/images/layout/loading.gif) center top no-repeat !important;
}
.Site #search_autocomplete .close
{
	padding: 5px 5px 0 5px;
	text-align: right;
	border-top: 1px dotted #bebebe;
	margin-top: 20px;
}
.Site #search_autocomplete .close a
{
	text-decoration: none;
	font-size: 1.3em;
	color: #41459f;
}


.Site .searchHeader
{
	padding: 15px 0px 3px 0px;
	margin-bottom: 3px;
	font-style: italic;
	color: #999;
	font-size: 1.5em;
	border-bottom: 1px dotted #bebebe;
}
.Site .searchdetails
{
	border: 0;
	padding-top: 0;
}
.Site .autoSearchResult
{	
	font-size: 1.2em;
}
.Site .autoSearchResult a
{
	display:block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #41459f;
}
.Site .autoSearchResult a:hover
{
	background: #a5a5a5;
	color: #FFF;
}
.Site .noresults
{
	font-style: italic;
	color: #b2b2b2;
	padding-left: 5px;
}

.Site #searchFacility
{
	background: #d2d2d2;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px !important;
	margin-top: 25px;
}
.Site #searchFacility label
{
	display:block;
}
.Site #searchFacility .inputBox
{
	width: 300px;
	border: 1px solid #999;
	padding: 5px;
	font-size: 1.2em;
}
.Site #searchFacility .button
{
	float:none;
}
.Site .numResults
{
	padding: 5px;
}
.Site .numResults span,
.Site #searchFacility .inputBox,
.Site #searchFacility select

{
	margin-left: 5px;
}
.Site #SearchHeader
{
	padding: 15px 5px 0 5px;
	font-size: 1.1em;
}
.Site .pricefilter
{
	font-size:1.2em; 
}
.Site .pricefilter option
{
	text-align: right !important;
	padding: 1px 5px 1px 5px;
}
.Site .priceFiltering
{
	padding: 10px 0;
}
.Site .priceFiltering label
{
	padding-bottom: 5px;
}
.Site .searchTerms
{
	padding-bottom: 10px;
}
.Site .resultSorting
{
	padding: 5px 0;
}
.Site .resultSorting label
{
	margin-bottom: 5px;
}
.Site .resultSorting a
{
	font-size: 1.1em;
	padding: 0 5px 0 5px;
}
.Site .resultSorting a.active
{
	text-decoration: none;
	color: #000;
}
.Site #searchStepper
{
	text-align: center;
	padding: 10px;
}
.Site .stepperPage
{
	text-decoration: none;
	padding: 3px 0px;
	width: 30px;
	border: 1px solid #d2d2d2;
	display:inline-block;
	margin: 2px 1px;
	font-size: 1em;
}
.Site #searchStepper .active
{
	padding: 3px 0px;
	background: #00F;
	color: #FFF;
}
.Site .stepperPage:hover
{
	background: #d2d2d2;
}