/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/**
 Colors:
 orange: #ff9900 (product title & specials)
 light blue: #12b5ea (links & buttons)
 light blue: #79c7ee (tag cloud links)
 lighter blue: #bce0f6 (price box bg)
 lighter blue: #dcf0fb (box heading bg)
 dark blue: #004a8e (headings & link hover/selected)
 grey: #e3e3e3 (box heading bg)
 grey: #d9d9d9 (dotted grid borders)
 dark grey: #9a9a9a (hr)
*/

/***** Global Settings *****/

html, body { height: 100%; margin: 0; padding: 0; border: 0; }

body {
  background: #fff;
  font: 12px "Trebuchet MS", Arial, sans-serif;
  color: #333;
  line-height: 1.3;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; }

h1 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: normal;
  color: #004a8e;
  letter-spacing: -0.5px;
}

h2 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: normal;
  color: #004a8e;
  letter-spacing: -0.5px;
}

h3, h4, h5, h6 {
  margin: 0 0 2px 0;
  font-size: 14px;
  font-weight: normal;
  color: #004a8e;
}

p, ul, ol { margin: 0 0 18px 0; padding: 0; }

ul, ol {
  padding: 0 0 0 40px;
}

img { border: 0; }
input[type="image"] { border: 0; }

hr {
  border: 0;
  height: 1px;
  display: block;
  border-top: 1px solid #9a9a9a;
}

hr.dotted {
  border: 0;
  height: 2px;
  display: block;
  border-top: 2px dotted #d9d9d9;
}

address { margin-left: 10px; }


/***** Links *****/

a:link, a:visited, a:active {
  color: #004a8e;
  text-decoration: none;
}
a:hover {
  color: #2e9bbe;
  text-decoration: underline;
}

a.white:link, a.white:visited, a.white:active, a.white:hover { color: #fff; }

.tagCloud { margin: 15px 8px 0 0; text-align: justify; }
/*.tagCloud a,
.breadcrumbs a { color: #5ba2c6; }
.tagCloud a:hover,
.breadcrumbs a:hover { color: #004a8e; }*/
a.tagCloud0 { font-size: 10px; }
a.tagCloud1 { font-size: 12px; }
a.tagCloud2 { font-size: 14px; }
a.tagCloud3 { font-size: 15px; }

/***** Forms *****/

form {
  margin: 0;
  padding: 0;
  display: inline;
}

input, select, textarea { font: 12px arial, helvetica, sans-serif; color: #444; }

textarea { line-height: 1.25; }

label { cursor: pointer; }

fieldset {
  margin: 0 0 10px 0;
  padding: 5px 10px;
  border: 1px solid #b6b7cb;
}

legend {
  margin-bottom: 5px;
  padding: 0 5px;
  font-weight: bold;
  color: #004a8e;
}

fieldset > div { margin-bottom: 5px; }

fieldset label, fieldset div.label { font-weight: bold; }

label.radio { font-weight: normal; }

label em, div.label em, .required { color: #f00; font-weight: normal; }

div.required { float: right; }


/***** Tables *****/

table { margin: 0; padding: 0; border: 0; }
table tr td,
table tr th { padding: 2px; text-align: left; vertical-align: top; }


/***** Global Classes *****/
.clear { clear: both; }
.help { cursor: help; }
.strong { font-weight: bold; }
.small { font-size: 11px; }
.smallText { font-size: 10px; font-weight: normal; }
.address { font-weight: normal; font-style: italic; }

.float-left { float: left; }
.float-right { float: right; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.vcenter { vertical-align: middle; }
.justify { text-align: justify; }

.underline { border-bottom: 1px solid; }
.highlight { background: #ffc; }
.blue { color: #37b; }
.orange { color: #ff9900; }

img.left { float: left; margin: 4px 10px 4px 0px;}
img.right { float: right; margin: 4px 0 4px 10px; }

.nopadding { padding: 0; }
.noindent { margin-left: 0; padding-left: 0; }
.nobullet { list-style: none; list-style-image: none; }

.border-top { border-top: 1px solid #b6b7cb; }
.border-left { border-left: 1px solid #b6b7cb; }
.border-right { border-right: 1px solid #b6b7cb; }
.border-bottom { border-bottom: 1px solid #b6b7cb; }


/***** Layout *****/
#page { }

#top_page {
  margin: 5px 0 10px 0;
  border-bottom: 2px solid #d9d9d9;
  background: url('images/layout/gradient_top.png') bottom left repeat-x;
  
}

#header {
  width: 975px;
  margin: 0px auto;
}

#top_categories {
	clear: both;
	margin: 10px 0 2px 0;
	padding: 0;
	list-style-type: none;
	width: 975px;
	height: auto;
	float: left;
	color: #26BBEA;
	font-size: 14px;
	background: url('images/layout/top_cat_bg.png') repeat top left;
}
#top_categories li {
	float: left;
	margin-top: 5px;
	border-right: 1px solid #BCE0F6;
}
#top_categories li a {
	padding: 0 4px;
	text-decoration: none;
}

#logo {
  float: left;
  margin: 10px 0 0 5px;
  background: transparent url('images/layout/hdr_logo.gif') center no-repeat;
}
#logo a { display: block; width: 224px; height: 80px; }
#logo span { display: none; }

#navi {
  float: right;
}
#main_nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_nav li {
  float: left;
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #26BBEA;
  border-right: 1px solid #BCE0F6;
}

#main_nav li a {
  padding: 6px;
  color: #004a8e;
  font-weight: normal;
  text-decoration: none;
}
#main_nav li a.selected,
a.category_selected,
#main_nav a:hover { color: #2e9bbe; }
#main_nav li a.disabled { color: #888; }
#main_nav li#searchBox {
    margin-left: 10px;
    margin-top: 5px;
    border: none;
}

#sub_nav {
  clear: both;
}
#sub_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sub_nav ul li {
  float: left;
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #26BBEA;
  border-left: 1px solid #BCE0F6;
}
#sub_nav ul li:first-child { border-left: 1px solid #fff; }
#sub_nav ul li a {
  padding: 6px;
  color: #004a8e;
  font-weight: normal;
  text-decoration: none;
}
#sub_nav ul li a.selected,
#sub_nav ul li a:hover { color: #2e9bbe; }

#search {
  clear: both;
  margin: 0 10px;
  padding: 7px 0 0 3px;
  border-top: 1px solid #555;
  display: inline-block; /* hasLayout trigger for IE (to counter double padding bug) */
}

#login {
  margin: 0;
  padding: 4px 0;
}
#login div {
  float: left;
  margin: 4px 0 0 4px;
}

#login input[type="text"],
#login input[type="password"],
#search input[type="text"] {
  width: 120px;
}

#login input[type="image"],
#search input[type="image"] {
  vertical-align: -35%;
}

#wrapper {
  width: 975px;
  margin: 0 auto;
}

#sidebar_left {
  float: left;
  width: 245px;
  margin: 10px 0;
}

#sidebar_right {
  float: left;
  width: 255px;
  margin: 10px 0;
}
#frontpage #sidebar_right { width: 330px; }

#content_wrapper {
  float: left;
  width: 470px;
  min-height: 600px;
  margin: 10px 0;
  border-right: 2px dotted #D9D9D9;
}
#frontpage #content_wrapper { width: 640px; }

/* min-height for Internet Explorer */
/*\*/
* html #content_wrapper {
  height: 600px;
}
/**/

#content_inner {  }

.content_text { padding: 0 5px; }
#frontpage .content_text { padding: 0; }

#footer_outer {
  min-height: 137px;
  background: url('images/layout/gradient_footer.png') top left repeat-x;
}
#footer {
  color: #000;
}
#footer .col {
  float: left;
  padding: 15px 20px 5px;
}
#footer p { margin-bottom: 5px; }

#igefa {
  margin: 10px;
  padding: 0;
}
#igefa a:link,
#igefa a:visited,
#igefa a:active {
  display: block;
  width: 73px;
  height: 46px;
  margin: auto;
  background: transparent url('images/layout/igefa_logo.png') no-repeat top center;
}
#igefa span { display: none; }

#bottom_page {
  height: 44px;
  border-top: 2px solid #d9d9d9;
  background: url('images/layout/gradient_bottom.png') top left repeat-x;
  /* TODO fix this img */
}
#bottom_page_inner {
  width: 975px;
  margin: 0px auto;
  padding: 10px 30px 20px 0;
  text-align: right;
}
#bottom_page_inner a { color: #79c7ee; }


/***** Box Classes *****/

.sidebox {
  margin: 0; 
  padding: 2px;
  border-bottom: 2px dotted #D9D9D9;
}

.modulebox { margin: 0; padding: 2px; }

.sidebox_heading, .modulebox_heading, .contentbox_heading {
  margin: 0;
  background: #e3e3e3;
  color: #004a8e;
  border-bottom: 1px solid #fff;
}
.sidebox_heading h2, .modulebox_heading h2 {
  margin: 0;
  padding: 3px 5px 0 5px;
  color: #004a8e;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;
}
.contentbox_heading div { font-weight: normal; }
.contentbox_heading { font-weight: normal; }
.sidebox_heading a, .sidebox_heading a:hover, .sidebox_heading a:visited,
.modulebox_heading a, .modulebox_heading a:hover, .modulebox_heading a:visited,
.contentbox_heading a, .contentbox_heading a:hover,
.contentbox_heading a:visited { color: #04488E; text-decoration: none; }
.sidebox_heading a.sidebox_heading_link,
.modulebox_heading a.modulebox_heading_link {
  float: right;
  padding-right: 15px;
  background: url('images/layout/arw.png') no-repeat right center;
  font-style: italic;
  font-size: 11px;
  color: #004a8e;
  text-transform: none;
}
.sidebox_content, .modulebox_content { padding: 5px 10px; font-size: 12px; }
.sidebox_content-categories { padding: 0; font-size: 14px; }

.loginBox .sidebox_content,
.newsModule .modulebox_content {
  background: url('images/layout/gradient_grey.png') top left repeat-x;
}

.shoppingCartBox .sidebox_content {
  padding: 5px;
  background: url('images/layout/gradient_blue.png') top left repeat-x;
}
.shoppingCartBox .sidebox_content .cart_contents a { outline: none; }

table.frontpageProducts { width: 100%; }
.frontpageProducts .modulebox {  }
.frontpageProducts .modulebox_heading { margin: 5px; }

.specialsModule .modulebox_heading { background: #ff9900; }
.specialsModule .modulebox_heading a { color: #fff; }
.specialsModule .modulebox_heading a.modulebox_heading_link {
  background: url('images/layout/arw_white.png') no-repeat right center;
}

.alsoPurchasedModule { border-top: 2px dotted #D9D9D9; }

.alsoPurchasedModule .modulebox_content,
.whatsNewModule .modulebox_content,
.specialsModule .modulebox_content { padding: 0px; }
.whatsNewModule .modulebox_content > table,
.specialsModule .modulebox_content > table { width: 100%; }

/* fix IE6 float issue */
* html #sidebar_right .specialsModule .modulebox_content { position: relative; }
* html #sidebar_right .specialsModule .modulebox_content table { position: absolute; }

.sub_category .modulebox_heading,
.alsoPurchasedModule .modulebox_heading,
.whatsNewModule .modulebox_heading,
.shoppingCartBox .sidebox_heading { background: #dcf0fb; }

.liveSupportBox .sidebox_heading,
.bonusMeterBox .sidebox_heading {
  background: #fff;
  border-bottom: 1px solid #bce0f6;
}

.halfbox1 {
  float: left;
  width: 45%;
  margin-right: 2%;
}
.halfbox2 {
  float: left;
  width: 45%;
  margin-left: 2%;
}
.halfbox1 h3, .halfbox2 h3 { border-bottom: 1px solid #b6b7cb; }

.messagebox {
  margin-bottom: 10px;
  font-weight: bold;
  background: #fafafa;
  border: 1px solid #ddd;
}
.messageStackError {
  padding: 5px 5px 5px 25px;
  color: #d00;
  background: url('images/layout/icn_error.png') no-repeat 5px 5px;
}
.messageStackWarning {
  padding: 5px 5px 5px 25px;
  color: #a00;
  background: url('images/layout/icn_warning.png') no-repeat 5px 5px;
}
.messageStackSuccess {
  padding: 5px 5px 5px 25px;
  background: url('images/layout/icn_success.png') no-repeat 5px 5px;
}
.messageStackInfo {
  padding: 5px 5px 5px 25px;
  background: url('images/layout/icn_info.png') no-repeat 5px 4px;
}

/* Link list */

.sidebox .linklist {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #fff;
}

.sidebox .linklist li {
  padding: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}
.sidebox .linklist li:first-child { border-top: none; }

.sidebox .linklist li a { font-weight: bold; }

#content_inner .linklist { margin: 0; padding-left: 10px; list-style-type: none; }
#content_inner .linklist li {
  padding: 4px 15px;
  background: url('images/layout/arw.png') no-repeat center left;
}
#content_inner .linklist li.selected {
  background: url('images/layout/arw_selected.png') no-repeat center left;
}
#content_inner .linklist li a:link,
#content_inner .linklist li a:visited,
#content_inner .linklist li a:active { font-weight: bold; text-decoration: none; }
#content_inner .linklist li a:hover { text-decoration: underline; }
#content_inner .linklist li.selected a { color: #2e9bbe; }

/* Left sidebar category menu */

.category_heading {
    border-bottom: 2px dotted #D9D9D9;
}

.category_heading h2 {
    margin: 0;
    color: #004a8e;
    font-size: 16px;
    letter-spacing: 0.1px;
}

#category_wrapper {
	margin: 10px 0;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #fff;
	list-style: none;
}
#category_wrapper .category_selected,
#category_wrapper .category_open { color: #2e9bbe; font-weight: bold; }
#category_wrapper a:link,
#category_wrapper a:visited,
#category_wrapper a:active { text-decoration: none; }


#category_wrapper li {
	padding: 3px 0;
}
#category_wrapper ul {
	margin: 0;
    padding: 0 4px 0 15px;
    list-style: none;
}

#category_wrapper a {
  display: block;
  padding-left: 15px;
  background: url('images/layout/arw.png') no-repeat 0 4px;
  line-height: 1.1;
}
#category_wrapper a.category_open {
  background: url('images/layout/arw_selected.png') no-repeat 1px 3px;
}
#category_wrapper a.category_selected.category_no_subcategories {
  background: none;
  background: url('images/layout/dot_selected.png') no-repeat 4px 6px;
}
#category_wrapper a.category_no_subcategories {
  background: url('images/layout/dot.png') no-repeat 4px 6px;
}

/* Generic list table */

table.list { width: 99%; border-collapse: collapse; }
table.list tr.odd { background: #fafafa; }
table.list td {
  padding: 3px;
  border-top: 1px solid #ddd;
}
table.list th {
  padding: 3px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  white-space: nowrap;
  vertical-align: middle;
}
table.list tr:first-child th { border-top: none; }

/* Product list grid */

table.productList {
    border: none;
}

table.productList > tbody > tr > td {
    padding: 0;
    border-left: 2px dotted #D9D9D9;
    border-bottom: 2px dotted #D9D9D9;
}

table.productList > tbody > tr > td:first-child {
    border-left: none;
}

table.productList table.productList  {  }
table.productList table.productList > tbody > tr > td {
  height: 260px;
  border-bottom: none;
}

.productListBoxNew {
	width: 140px;
	margin: auto;
	padding: 15px 5px 8px 5px;
	color: #999;
	overflow: hidden;
}
#sidebar_right .productListBoxNew { width: 120px; }

.products_price_per_price {
	color: #999;
	padding-left: 5px;
}
.products_price_special .products_price_per_price { color: #fff; }

.productList-nameNew {
    min-height: 63px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.productList-nameNew a:link,
.productList-nameNew a:visited,
.productList-nameNew a:active { text-decoration: none; color: #FF9900; }
.productList-nameNew a:hover { text-decoration: underline; }

.productList-imageNew {
  padding: 0;
  text-align: center;
  height: 80px;  
}

.products_model {
    margin-bottom: 5px;
    text-align: center;
}

.products_price_special_ovh {
    padding-left: 8px;
}

.products_price,
.products_price_special {
	position: relative;
    margin-bottom: 2px;
    padding: 0 6px 0 2px;
    background-color: #BCE0F6;
    font-weight: bold;
    color: #004a8e;
}
.products_price_special {
    background-color: #FF9900;
    color: #fff;
}
.bigNumbers {
    padding-right: 0;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 32px;
 }
.smallNumbers {
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    vertical-align: top;
}
.shoppingCartBox .bigNumbers { font-size: 26px; line-height: 26px; }

.product_info {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 16px;
  text-align: right;
  color: #999;
}
.products_price_special .product_info { color: #fff; }

.productList-name a:link,
.productList-name a:visited,
.productList-name a:active { text-decoration: none; }
.productList-name a:hover { text-decoration: underline; }

/* Product info page */

.productPage {
  min-height: 400px;
}

/* min-height for Internet Explorer */
/*\*/
* html .productPage {
  height: 400px;
}
/**/

.productPage {
 color: #797979;
}

.productPage h1 {
 color: #ff9900;
 font-weight: normal;
 font-size: 24px;
}

.productInfo {
  float: right;
  width: 235px;
}

.productInfo ul {
    padding-left: 23px;
    margin-bottom: 5px;
}
.productInfo li {
  font-size: 8px;
  padding: 2px 0;
}
.productInfo li span { font-size: 12px; line-height: 12px; }
.productInfo li.productList-notice { font-size: 9px; color: #ff9900; }
.productInfo li.productList-notice span { font-size: 13px; font-weight: bold; }

.productUnits {
 font-size: 13px;
 font-weight: bold;
}

.productAddToCart {
	float: right;
}

.productAddToCart .cart_quantity {
 height: 16px;
 margin-top: 1px;
 color: #797979;
 font-weight: bold;
 font-size: 12px;
}

.productAttribute {
  font-size: 11px;
  font-style: italic;
}

.productImage {
  float: left;
  margin: 5px 10px;
  text-align: center;
  position: relative;
}

.productImageZoom {
 position: absolute;
 background: white;
 bottom: 0px;
 right: 0px;
 width: 25px;
 height: 25px;
 text-align: center;
}

.productImageZoom a:link, .productImageZoom a:active, .productImagezoom a:hover, .productImageZoom a:visited {
 font-size: 22px;
 font-weight: bold;
 text-decoration: none;
}

.productPdf {
 margin-bottom: 5px;
 float: left;
 margin-right: 7px;
}
.productPdf a {
  padding: 2px 0 2px 20px;
  background: url('images/layout/icn_pdf.png') no-repeat left center;
  font-style: italic;
  font-weight: bold;
}

.productDescriptionText {
 line-height: 18px;
 padding-left: 10px;
}

.instock {
	padding: 5px 5px 5px 25px;
 	background: url('images/layout/icn_success.png') no-repeat 5px 5px;
}

.deliverytime {
	padding: 5px 5px 5px 25px;
 	background: url('images/layout/icn_warning.png') no-repeat 5px 5px;
}

/* Module table */

table.moduletable {
  width: 100%;
  border-collapse: collapse;
}

table.moduletable td { padding: 5px; vertical-align: middle; }

.moduleRow:hover { background: #fafafa; }

/* News listing */

.newsListingItem { margin: 5px 0 15px 0; }
.newsListingDate {
  font-size: 10px;
  line-height: 8px;
}
.newsListingTitle {
  font-size: 14px;
}
.newsListingText { }
.newsListingLink { font-size: 11px; }

.newsDate {
  margin-bottom: 10px;
  color: #888;
  font-size: 11px;
}

/* Buttons */

div.button {
    border-top: 1px solid #5CCCF1;
    border-left: 1px solid #85D9F5;
    border-right: 1px solid #0764A1;
    border-bottom: 1px solid #0B73B2;
}

input.button, input.button1, input.button2, input.button3,
input.button_black, input.button1_black, input.button2_black, input.button3_black,
input.button_arrow {
    display: block;
    padding: 1px 20px;
    background: #12b5ea url('images/layout/btn_arrow.png') no-repeat right center;
    color: #fff;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    border-top: 1px solid #39C1F1;
    border-left: 1px solid #48C6EF;
    border-right: 1px solid #0F97D1;
    border-bottom: 1px solid #0E9FD8;
    cursor: pointer;
}

input.button_white {
    display: block;
    padding: 1px 12px 1px 2px;
    background: #fff url('images/layout/arw.png') no-repeat right center;
    color: #004a8e;
    text-align: right;
    font-weight: normal;
    font-style: italic;
    border: none;
    cursor: pointer;
}

div.button a,
a.button, a.button1, a.button2, a.button3,
a.button:visited, a.button1:visited, a.button2:visited, a.button3:visited,
a.button:hover, a.button1:hover, a.button2:hover, a.button3:hover,
a.button_black, a.button1_black, a.button2_black, a.button3_black,
a.button_black:visited, a.button1_black:visited, a.button2_black:visited, a.button3_black:visited,
a.button_black:hover, a.button1_black:hover, a.button2_black:hover, a.button3_black:hover {
    display: block;
    padding: 1px 20px;
    background: #12b5ea url('images/layout/btn_arrow.png') no-repeat center right;
    color: #fff;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    border-top: 1px solid #39C1F1;
    border-left: 1px solid #48C6EF;
    border-right: 1px solid #0F97D1;
    border-bottom: 1px solid #0E9FD8;
}

button.icon {
  width: auto;
  overflow: visible;
  background: transparent;
  border: none;
  color: #004a8e;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
}

button.icon img, button.icon span {
  vertical-align: middle;
}

/***** Misc Classes *****/

.boxText { font-size: 12px; }
.errorBox { background: #ffb3b5; color: #f00; font-size: 12px; font-weight: bold; }
.stockWarning { color: #c03; }
.orderEdit { font-size: 10px; }
.errorText { color: #f00; }

.sub_category {
    padding: 2px;
}

.cart_contents {
  clear: both;
  max-height: 210px;
  overflow: auto;
}

.cart_contents table { width: 100%; }
.cart_contents table th {
  padding-bottom: 0px;
  font-size: 10px;
  font-weight: normal;
  border-bottom: 1px solid #9a9a9a;
  white-space: nowrap;
}
.cart_contents table td {
  font-size: 11px;
}

.cart_total_price {
  color: #999;
}
.cart_total_text {
  vertical-align: middle;
  font-size: 11px;
}

.bonus_meter_txt {
  float: left;
  width: 80px;
}
.bonus_meter_img {
  position: relative;
  float: right;
  width: 100px;
  height: 85px;
}

.toggleSwitch a {
	display: block;
	width: 11px;
	height: 11px;
	text-align: center;
	font-size: 18px;
	line-height: 8px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #79c7ee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
}

.toggleSwitch a:hover {
	color: #fff;
	background: #79c7ee;
}

.shoppingListCategories .toggleSwitch { float: left; margin: 5px 5px 0 5px; }

.pageNavigation { margin: 5px 0; font-size: 12px; }
.pageNavigation .count { float: left; }
.pageNavigation .pages { float: right; }

.sort_by { float: left; }

.sort_by a { white-space: nowrap; }

a.sort:link,
a.sort:visited,
a.sort:active { text-decoration: none; }
a.sort_selected:link,
a.sort_selected:visited,
a.sort_selected:active { color: #2e9bbe; font-weight: bold; text-decoration: none; }
a.sort_desc {
  padding-left: 15px;
  background: url('images/layout/arw_sort_desc.png') no-repeat center left;
}
a.sort_asc {
  padding-left: 15px;
  background: url('images/layout/arw_sort_asc.png') no-repeat center left;
}

input.cart_quantity {
  width: 2em;
  font-size: 11px;
  text-align: right;
}

.help {
  margin-left: 10px;
  cursor: help;
}

a.remove:link, a.remove:visited {
  display: block;
  width: 16px;
  height: 16px;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  text-align: center;
}
a.remove:hover, a.remove:active {
  background: #12b5ea;
  color: #fff;
}

a.arrow {
  padding-right: 15px;
  background: url('images/layout/arw.png') no-repeat right center;
  font-style: italic;
}

a.arrow_open:link, a.arrow_open:visited, a.arrow_open:active {
  padding-right: 15px;
  background: url('images/layout/arw_selected.png') no-repeat right center;
  color: #2e9bbe;
  outline: none;
}

/* overLib styling */
.ol_fgclass { background: #fafafa; }
.ol_bgclass { background: #ddd url('images/layout/icn_help.png') no-repeat 99% 2px; }
.ol_textfontclass { color: #000; font: 12px arial, helvetica, sans-serif; }
.ol_captionfontclass { color: #333; font: bold 12px arial, helvetica, sans-serif; }
