/*Layout ============================================ */

.page { font-size:110%; width:976px;  min-height:500px; height:auto !important; height:500px; position:relative; padding-left:7px; }
.main { margin-top:10px; }
.page-popup { background-color:#fff; background-image:none; }


.col1-layout .col-main { width:960px; border:none; }


/* Base Columns */ 
.col-left { float:left; width:150px; padding:5px 5px 0; }
.col-main { float:left; width:800px; border:1px solid #ddd; padding:5px; }
.col-right { float:right; width:170px; border:1px solid #ddd; padding:5px 0px 0; }

/* 2 Columns Layout */
.col2-left-layout { background-image:url(../images/page_border_bg.gif); background-repeat:repeat-y; }
.col2-left-layout .main {  }
.col2-left-layout .col-main { float:none; width:790px; margin-left:170px; padding-right:7px; border:none; }
.col2-left-layout .sidebar { border:none; }
.col2-left-layout .col-left { border-right:none; }

.col2-right-layout .main { width:960px; }
.col2-right-layout .col-main { width:790px; }
.col2-right-layout .col-right { width:150px; margin-right:13px !important; margin-right:7px; }

.sidebar, .col-main { border:none; }


/* 3 Columns Layout */
.col3-layout { background-image:url(../images/page_border_bg.gif); background-repeat:repeat-y; }
.col3-layout .col-main {  float:none; width:620px; padding-top:0px; margin-top:0px; margin-left:170px; margin-right:180px; border:none;  position:relative; left:0px; top:0px; }
.col-left-sidebar { padding-left:5px; width:150px; float:left;  }
.col-right-sidebar { width:170px; float:right; padding-right:0px; margin-right:0px; }

/* ============================================ */

/* Global Styles ========================================================================= */

body { color:#666666; font-size:62.5%; background-image:url(../images/page_bg.jpg); background-repeat:repeat-x;}

a:link { color:#666666; }
a:visited { color:#666666;}
a:hover { color:#215B88; }
a:active { }

h2 { font-weight:normal; }
.col-main h2 { color:#fff; background-color:#215B88; font-size:130%; font-weight:normal; background-image:url(../images/h_gradient.jpg); background-repeat:repeat-x; padding:3px 0 3px 10px;  margin:0 0 10px; border-bottom:none; }
.col-main h3 { font-size:110%; } 

button.button { background-image:none; }
button.button span { background-image:none; }
.buttons-set button.button span { color:#fff; background-color:#2A79B4; padding-left:10px; }

/*:focus, a:focus, a:active { border:1px dotted #666666; }*/


/* Global Messages  */
.success { color:#666666; font-weight:bold; }
.error { color:#666666; font-weight:bold; }
.notice { color:#666666; }

/* BreadCrumbs */ 
.breadcrumbs { font-weight:normal; padding-top:0px; padding-left:0px; margin-top:0px; border:none; }
.breadcrumbs a { text-decoration:none; }
.breadcrumbs ul { display:inline; }
.breadcrumbs ul a { color:#2C7EBC; }

/* Page Heading */
.page-title { background:url(../images/h_gradient.jpg) repeat-x; width:100%; border-bottom:none; }


.title-buttons a { color:#ffffff; text-decoration:none; line-height:2em; padding:0 10px 0 10px; }
.title-buttons .separator { color:#ffffff; }

.ampersand { text-decoration:none; padding-right:15px; text-align:right; float:right; }
/* ============================================= */

/* collapsible ================================= */
.collapsible
		{
			
			width:159px! important; width:150px;
			margin-bottom: 1em;
			margin-left:0px;
			
		}

		.collapsible p {
			margin: 1em 0;
		}

		.collapsible h2
		{
			color:#ffffff;
			background-color:#1F557F;
			font-size:120%;
			padding: 5px 5px 5px 10px;
			margin: 0 0 0 9px;
			
		}

		.collapsible h2 a:focus {
			color: #ffffff;
		}

		.collapsible h2 a, .collapsible h2 a:visited
		{
			display: block;
			color: #ffffff;
			text-decoration: none;
			background-image:url(../images/icon_contract_arrow.gif);
			background-repeat:no-repeat;
			background-position:right top;
			margin-right:0px;
			
		}

		.closed h2 a, .closed h2 a:visited 
		{
			color:#ffffff;
			background-image:url(../images/icon_expand_arrow.gif);
			background-repeat:no-repeat;
			background-position:right top;
			margin-right:0px;
			
		}
		
		

/* ============================================ */

/* Reset ====================================== */


/*==============================================*/

/*Header ===============================================================*/
.header-container { height:118px; border:none; }
.header { border:none; }
.logo { float:left; width:250px; height:60px; overflow:hidden; } 
.header .links ul { height:2em;}
.header .links li { display:inline; padding-top:5px;}
.header .links li a { color:#393938; text-decoration:none; padding:3px 10px 0px 20px; }
.header .links li a:hover { color:#2C7EBC; }
.header .links .first { background-image:url(../images/my_account.jpg); background-repeat:no-repeat; background-position:left center; }

.links .top-link-cart { background-image:url(../images/basket.jpg); background-repeat:no-repeat; background-position:left center; }
.links .top-link-checkout { background-image:url(../images/checkout.jpg); background-repeat:no-repeat; background-position:left center; }
.header .links .last { background-image:url(../images/log_in.jpg); background-repeat:no-repeat; background-position:left center; }

ul.printer {padding-top: 12px;}
.links li.printer { padding-left: 22px; background-image:url(../images/printer.png); background-repeat:no-repeat; background-position:left center; }
.links a.printer-find {padding: 0px; margin: 0;}

.header .form-search { background-image:url('../images/search_bg.jpg'); background-repeat:no-repeat; position:absolute; margin-top:81px; margin-left:810px; }
.header .form-search .button { margin:0px; padding:0px; border:none; }
#search { color:#393938; background-image:url('../images/search_bg.jpg'); background-repeat:no-repeat;  text-align:left; width:100px; margin-left:-3px; border:none; }
/* =============================================== */

/*Navigation ===================================== */

#nav { background-image:url(../images/nav_bg.png); background-repeat:no-repeat; height:52px; padding:0 0 0 20px; margin-top:0px; border:none; } 
#nav li { background-image:url(../images/nav_border.jpg); background-repeat:no-repeat; background-position: left 7px; height:38px; padding-right:0px; padding-left:0px; margin-right:0px; }
#nav li a { color:#fff; font-weight:normal;  /*height:38px;*/ padding-top:14px; padding-bottom:0px; }
#nav li a:hover, #nav li a:active ,#nav li a:focus { color:#fff; background-image:url(../images/nav_hover.png); background-repeat:no-repeat; background-position:left top;  }
/* 1st level ===================================== */
#nav li.active a { color:#fff; background-image:url(../images/nav_hover.png); background-repeat:no-repeat; background-position:left top;  }

/*Nav left*/
#nav-left a { text-decoration:none; }
#nav-left a:hover { color:#666666; }
#nav-left .current a { font-weight:bold; }
#nav-left .current ul li, #nav-left .current ul a, #nav-left .current ul a:visited { color:#2B7BB7; font-weight:normal; }
#nav-left .current ul a:hover { color:#2C7EBC; }


/* =============================================== */

/* sidebar ======================================= */
 /*left*/
 .block-banner { border:none; }
 .block-banner .block-content {text-align:left; }
 .col-left-sidebar a, .col-left-sidebar a:visited, .col-left-sidebar a:active { text-decoration:none; color:#666666; }
 
 
 .block-layered-nav { border:none; }
 .block-layered-nav .block-title {  }

 
/*right*/
.col-right-sidebar a, .col-right-sidebar a:visited { text-decoration:none; color:#666666; }
/*.col-right-sidebar .block { width:150px; }
.col-right-sidebar .block-title h2 { color:#fff; font-size:1.15em; font-weight:normal; padding:5px 0 5px 0; }
.col-right-sidebar .block-title { background-color:#1F557F; } */

.block-reorder {  }
.col2-right-layout .block-compare, .col2-right-layout .block-recent, .col2-right-layout .collapsible h2 { margin-left:0px; } 

.block-cart { color:#1F557F; background-image:url(../images/rh_checkout_bg.jpg); background-repeat:no-repeat; background-position:top center; height:130px; padding:10px 13px 0px 13px !important; padding:10px 0px 0px 0px; border:none; margin-bottom:0px; }
.block-cart .block-title { border:none; }
.block-cart .block-title h2 { color:#fff; font-weight:normal; font-size:130%; border:none; margin-bottom:0px;}
.block-cart .block-content { border:none; margin-bottom:0px; }
.block-cart .block-content input { color:#393938; background-image:url(../images/input_bg.jpg); background-repeat:repeat-x; width:115px; height:16px; line-height:18px; vertical-align:middle; text-align:left; padding:1px 0 0 5px; margin-bottom:5px; border:1px solid #ccc; }
.block-cart .block-content button.button { font-weight:normal; font-size:100%; background-image:url(../images/add_to_basket_button.jpg); background-repeat:no-repeat; display:block; min-width:111px; min-height:25px; height:25px !important; height:25px; margin-left:12px; }
.block-cart .block-content button.button span { color:#1F557F; font-weight:normal; font-size:100%; line-height:27px; padding-left:22px; padding-right:22px; }


.block-compare { background-color:#F4F5E8; border:none; width:150px; margin-left:9px !important; margin-left:0px; margin-top:0px; }
.block-compare .block-title h2 { color:#fff; font-size:1.15em; font-weight:normal; padding:5px 0 5px 0; }
.block-compare .block-title { background-color:#1F557F; }
.block-compare .no-items { background-image:url(../images/no_items.gif); background-repeat:no-repeat; padding-left:20px; }
.block-compare .actions { text-align:right; border-top:1px solid #ccc; }
.block-compare .actions a.clear-all:link, .block-compare .actions a:link, .block-compare .actions a:visited { color:#666666; background-image:url(../images/clear_all.jpg); background-repeat:no-repeat; padding-left:20px; margin:5px 0 5px 0; float:right; }
.block-compare button.button { background-color:#F4F5E8; background-image:url(../images/button_blank.jpg); background-repeat:no-repeat; width:111px; height:25px; }
.block-compare button.button span { color:#fff; font-weight:normal; font-size:100%; line-height:25px; /*padding-left:22px; */  }

.block-top-sellers { background-color:#F4F5E8; border:none; width:150px; margin-left:9px !important; margin-left:0px; margin-top:0px; }
.block-top-sellers .block-title { background-color:#1F557F; }
.block-top-sellers .block-title h2 { color:#fff; font-size:1.15em; font-weight:normal; padding:5px 0 5px 0; background-color:#1F557F; }
.block-top-sellers h3 { font-size:1em; background-color:#ECECEC; font-weight:bold; padding:5px 0 5px 5px; border-bottom:1px solid #1F557F; margin:0px; }
.block-top-sellers .block-content { margin:0 0px 0 0px; padding:0 0 0 0; }
.block-top-sellers ol { list-style-type:decimal; padding-top:10px; margin-left:30px; }
.block-top-sellers li { padding-bottom:10px; } 

.block-recent  { background-color:#F4F5E8; border:none; width:150px; margin-left:9px; margin-top:0px; }
.block-recent .block-title { background-color:#1F557F; }
.block-recent .block-title h2 { color:#fff; font-size:1.15em; font-weight:normal; padding:5px 0 5px 0; background-color:#1F557F; }
.block-recent .block-content { padding:0 0 0 0; }
.block-recent ol { }
.block-recent li { display:block;width:130px; padding:10px; }
.block-recent li a { }
.block-recent .even { background-color:#f6f6f6; }

#AmpersandIT_MachineFit_FilterWidget {  background-color:#F4F5E8; border:none; width:150px;  margin-left:9px; margin-top:0px; margin-bottom: 15px}
#AmpersandIT_MachineFit_FilterWidget h2 { color:#fff; font-size:130%; font-weight:normal; padding:3px 0 3px 10px; margin:0 0 10px 0; background-color:#1F557F; }
#AmpersandIT_MachineFit_FilterWidget select { color:#666666; background-image:url(../images/input_bg.jpg); width:150px; margin:0px 0 10px 13px; }
/*#AmpersandIT_MachineFit_FilterWidget form { width:111px; }
#AmpersandIT_MachineFit_FilterWidget.Form  { width:111px; }
#AmpersandIT_MachineFit_FilterWidget text_field { background-image:url(../images/input_bg.jpg); background-repeat:repeat-x;  }*/
/* =============================================== */

/*Index Page ===================================== */

.cms-index-index .main { margin-top:15px!important; margin-top:0px; }
.cms-index-index .col-left-sidebar { padding-top:5px; }


.col-main #AmpersandIT_MachineFit_FilterWidget { background:#ffffff; width:618px;  margin-left:0px; margin-bottom:0px; padding-top:6px; }
.col-main #AmpersandIT_MachineFit_FilterWidget h2 { background:url(../images/h_gradient.jpg) repeat-x; }
.col-main #AmpersandIT_MachineFit_FilterWidget .block-content { background:transparent url(../images/homepage/printer-fax-copier-supplies.png) no-repeat right 0px; height:110px; padding-top:10px; }
.col-main #AmpersandIT_MachineFit_FilterWidget form { width:220px; }
.col-main #AmpersandIT_MachineFit_FilterWidget fieldset { width:220px; }
.col-main #AmpersandIT_MachineFit_FilterWidget select { width:200px; }
.col-main #AmpersandIT_MachineFit_FilterWidget a.reset { color:#ffffff; background-image:none; background:#cccccc url(../images/h_gradient.jpg) repeat-x; line-height:20px; float:right; margin:-30px 348px 0px 0px; padding:0 10px 0 10px; text-decoration:none; border:none; }
.col-main #AmpersandIT_MachineFit_FilterWidget a .reset span { background:#666666; }

#home-list { list-style-type:none; height:100px; margin-left:-10px; margin-top:5px; padding-left:0px; }
#home-list li { width:200px; height:100px; float:left; padding-left:10px; }
#home-list li h4 {	color:#fff; font-size:110%; display:block; height:1em;  padding-left:10px; margin-top:-22px;}

.featured-title  { margin-top:0px; padding-top:0px; }
#featured-products { list-style-type:none; margin-left:-10px; margin-top:5px; padding-left:0px; }
#featured-products li img { padding-left:20px; }
#featured-products li { text-align:left; width:136px; min-height:100%; height:auto !important; height:100%;/*height:20em;*/ overflow:visible; float:left; padding:10px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
#featured-products .line-break { border-right:none; }
#featured-products li strong { text-align:left; display:block; height:8em; padding-top:10px; margin-bottom:2em; }
#featured-products li a { text-decoration:none; }
#featured-products li .price { text-align:left; padding:0px; margin:0px; }
#featured-products li a.more-info, #featured-products li .more-info, .more-info { text-decoration:underline; text-align:left; margin-top:5px; padding-top:5px; }

#featured-products hr { color: #ddd; background: #ddd; border: 0; height: 1px; display:block; clear:both; float:none; margin:0px; }

.price, .regular-price { color:#2B7BB7; font-weight:bold; font-size:115%; }
/* =============================================== */

/* Category View ================================= */

.pager { background-color:#ECECEC; line-height:2em; height:2em; float:none; border:none; }
.sorter { background-color:#ECECEC; line-height:2em; height:2em; float:none; border:none; }
.pages ol { color:#ffffff;  }
.pages li { background-color:#cccccc; line-height:1em; padding:0 4px 1px 4px; }
.pages ol a { color:#666666;  }
.pages ol a:hover { color:#1F557F; }
.grid, a.grid { background-image:url(../images/grid.gif); background-repeat:no-repeat; background-position:right top; padding-right:20px; }
.list, a.list { background-image:url(../images/list.gif); background-repeat:no-repeat; background-position:right top; padding-right:20px; }

.category-title { border:none; }
.catalog-category-view li .even, .catalog-category-view tr .even { background-color:#fff; }
.catalog-category-view a.product-name, .catalog-category-view a { text-decoration:none; }

.catalog-category-view .price { font-size:100%; }
.catalog-category-view .regular-price { color:#2B7BB7; font-weight:bold; font-size:115%; }
.catalog-category-view .add-to-links {  }
.catalog-category-view .category-products button.button, .products-grid button.button, .products-list button.button 
{ font-weight:normal; font-size:100%; text-align:right; background:url(../images/add_to_basket_product.jpg) no-repeat left center; vertical-align:middle; display:block; width:111px; height:25px; overflow:visible; float:right; clear:right; }
.catalog-category-view .category-products button.button span, .products-grid button.button span, .products-list button.button span 
{ color:#1F557F; font-weight:normal; font-size:100%; text-align:right; background:url(../images/add_to_basket_product_right.jpg) no-repeat right center; line-height:25px; overflow:visible; padding-left:0px; padding-right:10px; margin-left:22px; }
.catalog-category-view .add-to-links a, .products-grid .add-to-links a, .products-list .add-to-links a 
{ background:url(../images/compare.jpg) no-repeat; text-decoration:none; text-align:right; height:30px; padding-left:20px; padding-bottom:5px; margin-right:2px; float:right; }
.catalog-category-view #collapsible_2 { display:none; }

.category-printer-fax-copier-supplies .category-title { display:none; }

/* products list */
.products-list .desc { margin:10px 0 10px 0;  }
.products-list li.item { min-height:14em; height:14em!important; height:14em; overflow:visible; }
.products-list .even { background-color:#fff; }

.products-list a.product-image { margin-left:10px; }
.products-list .regular-price {  }
.products-list button.button { float:right; margin:0px 10px 0 0; }
.products-list .add-to-links { float:left; }
.products-list .desc a { text-decoration:underline; }

/* products grid */
.products-grid .add-to { float:right; }
#products-grid-table .even { background-color:#fff; }
#products-grid-table .product-name { height:9em; }
.products-grid img { padding-left:30px; }
#products-grid-table td { padding:10px; }
.products-grid .price-box { float:right; margin-right:2px; }
.products-grid .add-to-links a { }
.products-grid .product-name a { text-decoration:none; }
.products-grid .availability .out-of-stock { clear:right; float:right; margin-right:2px; }
/*.products-grid button.button { color:#1f557f; font-weight:normal; font-size:100%; background:url(../images/add_to_basket_product.jpg) no-repeat; margin:5px 0 5px 0; clear:right; float:right; min-width:111px; line-height:25px; }
.products-grid button.button span { color:#1f557f; font-weight:normal; font-size:100%; line-height:25px; padding-left:20px; }  */
.products-grid .add-to-links { clear:right; float:right; margin-right:2px !important; margin-right:1px; }

/* ranges */
.range {  font-weight:bold; width:185px; padding:10px; float:left; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.range p { height:3em; }
.range a { text-decoration:none; }
.category-placeholder-image { vertical-align:middle; height:180px; }
.category-placeholder-image img { margin-left:22px; margin-top:22px; }

/*=================================================*/

/* Product View ================================== */

.product-view .product-name h2, .product-name h2 { color:#215B88; background-color:#fff; background-image:none; font-size:130%; font-weight:normal; padding:3px 0 3px 0px;}
#messages_product_view h2 { color:#fff; background-color:#215B88; font-size:130%; font-weight:normal; background-image:url(../images/h_gradient.jpg); background-repeat:repeat-x; padding:3px 0 3px 10px;}
.product-view { margin-top:10px; }
.product-view a, .product-view a:visited { color:#666666; }
.product-view .product-img-box { float:left; width:300px; border:1px solid #ddd; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-name { color:#1F557F; }
.product-view .product-shop { width:470px; }
.product-view .availability {  }
.product-view .product-returnable, .product-view .product-discontinued { color:red; background:url(../images/icon_exclamation.gif) no-repeat left top; padding-left:20px; }
.product-view .product-delivery_disclaimer { background:url(../images/icon_exclamation.gif) no-repeat 10px 10px; padding:8px 10px 10px 30px; margin-top:10px; border:1px solid #cccccc; }

.product-view .price-box { text-align:left; padding-bottom:10px; }
.product-view .add-to-box button.button { font-weight:normal; font-size:100%; background-image:url(../images/add_to_basket_product.jpg); background-repeat:no-repeat; vertical-align:middle; display:block; min-width:111px; height:25px; overflow:visible; margin-left:10px;}
.product-view .add-to-box button.button span {  color:#1F557F; font-weight:normal; font-size:100%; line-height:25px; overflow:visible; padding-left:22px; padding-right:22px;  }

#product_addtocart_form { float:left; }
.product-view .add-to-box { float:left; }
.product-view .add-to-links li { display:block; padding-right:0px; margin-right:0px; width:111px; float:left; }
.product-view .add-to-box input { background-image:url(../images/quantity_bg.jpg); background-repeat:no-repeat; }
.product-view .compare { background-image:url(../images/compare.jpg); background-repeat:no-repeat; width:90px; height:30px; padding-left:20px; padding-bottom:5px; margin-left:50px; float:right; }
.product-view .compare a { display:block; height:20px; }
.product-view .review { background-image:url(../images/review.jpg); background-repeat:no-repeat; width:60px; padding-left:20px; clear:right; float:right; }
.product-view .product-collateral { background-color:#F7F7F7; border:1px solid #ccc; padding-left:10px; padding-top:10px; padding-right:10px; margin-top:10px; clear:both; }
.product-view .product-collateral h3 { font-size:120%; }
.related-products { margin-top:10px; }
.related-products h2 { color:#fff; background-color:#215B88; font-size:130%; font-weight:normal; background-image:url(../images/h_gradient.jpg); background-repeat:repeat-x; padding:3px 0 3px 10px;}

#upsell-product-table td { padding:5px; border-right:1px solid #ddd; }
#upsell-product-table a { text-decoration:none; }

#review-form submit.button, #review-form button.button { background-image:none; }
#review-form button.button span { color:#fff; font-weight:bold; padding-left:10px; }
.add-review .buttons-set { margin:10px 0 10px 0; }
/* =============================================== */

/* Product Compare =============================== */
.catalog-product-compare-index table { font-size:110%; }
.catalog-product-compare-index table a { text-decoration:none; }
.catalog-product-compare-index button.button { background-image:url(../images/add_to_basket_product.jpg); background-repeat:no-repeat; width:111px; height:25px; }
.catalog-product-compare-index button.button span { color:#1F557F; font-weight:normal; font-size:90%; line-height:26px; padding-left:22px; }

.catalog-product-compare-index .buttons-set button.button { background-image:none; }
.catalog-product-compare-index .buttons-set button.button span { color:#fff; font-weight:normal; font-size:100%;  padding-left:10px;  }

.catalog-product-compare-index .product-name { min-height:8em; height:8em !important; height:8em; }

/* =============================================== */


/* Account pages ================================= */

.block-account { background-color:#F4F5E8; border:none; }
.block-account .block-title { background-color:#1F557F; }
.block-account .block-title h2 { background-color:#1F557F; color:#FFFFFF; font-size:1.15em; font-weight:normal; padding:5px 0;}

.customer-account-create .col-1{ width:300px; float:left; }
.customer-account-create .col-2{ width:300px; }

.block-account { }
.dashboard { width:500px; }

/*Customer Account Index*/
.welcome-msg { margin-bottom:10px; }
/*.customer-account-index .page-title { width:100% !important; width:790px; }*/
.welcome-msg h3, .dashboard h3 { margin-bottom:10px; border-bottom:1px solid #ddd; }

.dashboard  h2, .dashboard h3, .dashboard h4 { font-weight:normal; margin:10px 0 10px 0; }
.dashboard .col2-set { height:20em; padding-bottom:10px; border-bottom:1px solid #dddddd; }
.dashboard .col2-set h4 { margin-bottom:10px; }

.block-account a { text-decoration:none; }
.block-account .current { font-weight:bold; }

/* Customer address index */
.customer-address-index .page-title { background-image:url(../images/h_gradient.jpg); background-repeat:repeat-x; vertical-align: middle; line-height:2em; height:2em;  }

/* My Cart ======================================= */
.checkout-cart-index .page-title { background-color:#1F557F; background-image:url(../images/h_gradient.jpg); background-repeat:repeat-x; vertical-align:middle; line-height:2em!important; line-height:0.5em; height:1.8em !important; height:20px; }
.checkout-cart-index .page-title h2 { margin:0px; }
.checkout-cart-index .page-title button.button { background-color:transparent; line-height:2em; }
.checkout-cart-index button.button { background-color:#2B7BB7; margin-left:0px; }
.checkout-cart-index button.button span { background-color:#2B7BB7; }
#shopping-cart-table { border-right:1px solid #cccccc; }
.cart .cart-collaterals { width:100%; }
.cart-collaterals .col-1 {  }
.cart-collaterals .col-2 { width:300px; padding:10px; margin-top:10px; border:1px solid #ddd; }
#coupon_code button.button { float:right; }

/* =============================================== */


/* Checkout ====================================== */

.checkout-onepage-index h2, .checkout-onepage-index .block-title h2, .opc .step-title h3 { font-weight:normal; line-height:22px; }
.block-progress { background-color:#F4F5E8; width:150px; font-weight:normal; }
.block-progress .block-title { color:#fff; background-color:#1F557F; }
.block-progress .block-title h2 { font-size:1.15em;  padding:5px 0 5px 0; }
.block-progress dt.complete, .block-progress dd.complete { background-color:transparent; }
.buttons-set a.back-link, #review-buttons-container .f-left a, #review-buttons-container .f-left a:visited  { color:#ffffff; background:#2A79B4; font-weight:bold; text-decoration:none; line-height:22px !important; line-height:25px; display:block; padding:0px 13px 0px 13px; }
#review-buttons-container .f-left a, #review-buttons-container .f-left a:visited  { display:inline; padding:3px 13px 3px 13px; }
/* =============================================== */


/*Sitemap  =======================================*/

.sitemap a { text-decoration:none; }
.sitemap .level-0 a { font-weight:bold; font-size:110%; }  
.sitemap .level-1 a { font-size:110%; } 
.sitemap .level-2 a { margin-left:20px; }

/*=================================================*/

/*CMS pages*/
.cms-ink-cartridges-and-toners #AmpersandIT_MachineFit_FilterWidget h2 { display:none; }

## /*Footer ========================================= */
## .footer { font-size:90%; background-image:url(../images/footer_bg.jpg); background-repeat:repeat-x; border:none; }
## .footer-narrow { width:974px; padding-left:7px; margin:0 auto 0 auto;} 
## .footer-narrow img { float:left; }
## .footer ul { float:right; }
## .footer li { display:inline; padding:0 5px 0 5px;  border-right: 1px solid #666666; }
## .footer li a { color:#666666; text-decoration:none; font-weight:bold; padding-right:5px; }
## .footer li .last { border-right:none; }


.footer-container { border-top:0px solid  #3B3B3B;   }
.footer { width:980px; margin:0 auto; padding:1px 0px 5px 0px; background-color:#191919; background:url(../images/bg-footer.png) no-repeat bottom right #191919; color:#FFFFFF; }
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { color:#fff; font-weight:bold; padding-right:3px; }
.footer .informational ul {
    display:inline;
    }
.footer .informational li {
    display:inline;
    background:url(../images/footer_info_separator.gif) no-repeat 100% 50%;
    padding-right:8px;
    padding-left:4px;
    }
.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#fff; }
.footer .informational a { text-decoration:none; }
.footer .legality {
    padding:13px 0;
    color:#ecf3f6;
    text-align:center;
    }
.footer .legality a, .footer .legality a:hover { color:#ecf3f6; }

/**************************4 COLUMNS footer ADDON ********************/
#international{text-align:center;}

#content_bottom{
	width:650px;
	margin: 0 auto;
	margin-bottom:0px;
	text-align:left;
	padding:5px 5px 5px 5px;
}

#content_bottom_title{
	width:980px;
	padding:10px auto;
	text-align:center;
	color:#000;
	font-weight:bold;
	margin: 0 auto;
	background-color:#C6C6C6;
	text-transform:uppercase;
}
#content_bottom p{
	margin: 0 auto;
	width:150px;
	display:block;
	margin:6px;

}
.content_bottom_content_title
{
	font-weight:bold;
	color:#999999;

}
#content_bottom p a
{
	text-decoration:none;
	color: #99cccc;
	border-bottom:1px dotted #000000;
	display:block;
	padding:4px 0;
	text-decoration:none;
}


/* Classes ======================================= */

.clear { clear:both; }
.textblue { color:#1F557F; }

/* =============================================== */

