body {
	background-image: url(../graphics/background.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #295CC5;
  font-family: arial, helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #5f5f5f;
  font-size: 10pt;
  text-align: center;
}

#page {
  position: relative;
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  border-top: 0px solid #696969;
  border-right: 0px solid #696969;
  border-bottom: 0px solid #696969;
  border-left: 0px solid #696969;
}

h1 {
  background-color: #CE1F1F;
  color: #ffffff;
  font-size: 14pt;
  font-weight: normal;
  text-align: left;
}

h2 {
  font-size: 12pt;
  padding: 0;
  margin: 0;
}

#header {
  background-color: #4fa6e5;
  position: relative;
	background-image: url(../graphics/header.png);
	background-repeat: no-repeat;
  text-decoration: none;
  min-height: 126px;
  height: auto;
  padding: 0px;
  width: 1010px;
}

* html #header {
  height: 126px;
}

#logoarea {
  position: relative;
  float: left;
  margin: 5px 5px 5px 25px;
}

#basket {
  position: relative;
  width: auto;
  height: 81px;
  float: right;
  margin: 0px 23px 0px 3px;
  padding: 0px;
  color: #434342;
  text-align: right;
  border-top: 0px solid #606060;
  border-right: 0px solid #606060;
  border-bottom: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-collapse: collapse;
}

a.basket_link {
  text-decoration: none;
  background-color: #0B378D;
  color: #ffffff;
  font-size: 8pt;
  font-weight: normal;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: 2px;
  white-space: nowrap;
}

a.basket_link:hover {
  color: #ffffff;
  background-color: #5d5d5d;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: 2px;
}

#basket_buttons {
	position: relative;
	width: 185px;
	margin: 5px 0;
}

#basket_details {
	position: relative;
	background-image: url(../graphics/basket_back.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 185px;
	height: 68px;
	font-size: 8pt;
}

#basket_info {
	position: relative;
	padding-right: 7px;
	padding-top: 5px;
}

#navigation_bar {
  position: relative;
  background-color: #434342;
	background-image:  url(../graphics/nav.png);
	background-repeat: no-repeat;
	background-position: center center;
  font-family: Tahoma, Geneva, arial, helvetica, sans-serif;
  text-decoration: none;
  width: 1010px;
  clear: both;
  min-height: 26px;
  height: auto;
  line-height: 1.4em;
}

* html #navigation_bar {
  height: 26px;
}

#secure_navigation_bar {
  position: relative;
  background-color: #434342;
	background-image:  url(../graphics/nav.png);
	background-repeat: no-repeat;
	background-position: center center;
  text-decoration: none;
  width: 1010px;
  clear: both;
  line-height: 1.4em;
  padding: 2px 0;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Tahoma, Geneva, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

#navigation_bar ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  float: left;
  position: relative;
  left: 50%;
}

#navigation_bar li {
  float: left;
  position: relative;
  right: 50%;
}

#navigation_bar a {
  text-decoration: none;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  min-width: 10px;
  width: auto;
  min-height: 22px;
  height: auto;
  display: block;
  padding: 4px 18px 0 18px;
  margin: 0 0 0 1px;
  background-repeat: no-repeat;
  white-space: nowrap;
}

* html #navigation_bar a {
  height: 26px;
  width: 10px;
}

#navigation_bar a:hover {
	background-image:  url(../graphics/navon.png);
	background-repeat: repeat-x;
}

#page_content {
  position: relative;
  width: 576px;
  background-color: #ffffff;
  text-align: center;
  padding: 0 5px;
  border-top: none  #000000;
  border-right: 0px solid #000000;
  border-bottom: none  #000000;
  border-left: none  #000000;
}

#menu_bar {
  background-color: #ffffff;
	background-image: url(../graphics/menu_bar_l.png);
	background-repeat: repeat-y;
	border-top: 0px solid #5c5c5c;
  border-right: 0px solid #5c5c5c;
  border-bottom: 0px solid #5c5c5c;
  border-left: 0px solid #5c5c5c;
}

#menu_bar_right {
  background-color: #ffffff;
	background-image: url(../graphics/menu_bar_r.png);
	background-position: right;
	background-repeat: repeat-y;
  border-top: 0px solid #5c5c5c;
  border-right: 0px solid #5c5c5c;
  border-bottom: 0px solid #5c5c5c;
  border-left: 0px solid #5c5c5c;
}

#back_menu_bar_left {
	width: 197px;
	background-image: url(../graphics/menu_bar_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 16px;
}

#back_menu_bar_right {
	width: 196px;
	background-image: url(../graphics/menu_bar_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 17px;
	min-height: 516px;
	height: auto;
}
* html #back_menu_bar_right {
  height: 516px;
}

.menu_box {
  position: relative;
  color: #003399;
  font-size: 9pt;
  font-weight: normal;
  padding-top: 5px;
  margin: 0;
}

.menu_title {
  position: relative;
	background-image:  url(../graphics/titlebar.png);
	background-repeat: no-repeat;
  border-top: 0px solid #5c5c5c;
  border-right: 0px solid #5c5c5c;
  border-bottom: 0px solid #5c5c5c;
  border-left: 0px solid #5c5c5c;
  height: auto;
  color: #FFFFFF;
  font-family: Tahoma, Geneva, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
	width: 192px;
}

* html .menu_title {
  height: 26px;
}

.menu_body {
  position: relative;
  min-height: 2px;
  height: auto;
  text-align: center;
  background-color: #ffffff;
  border-top: 0px solid #f6d60d;
  border-right: 1px solid #CE1F1F;
  border-bottom: 1px solid #CE1F1F;
  border-left: 1px solid #CE1F1F;
  padding: 3px 0;
	width: 190px;
}

* html .menu_body {
  height: 2px;
}

.menu_content {
  position: relative;
  padding: 0 10px;
  clear: both;
}

.menu_top {
  position: relative;
  min-height: 2px;
  height: auto;
}

* html .menu_top {
  height: 1px;
}

.menu_btm {
  position: relative;
  min-height: 2px;
  height: auto;
}

* html .menu_btm {
  height: 1px;
}

ul.menu_list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 169px;
}

a.lastviewed {
	text-decoration: none; 
	color: #5c5c5c; 
	font-size: 7pt;
}

a.lastviewed:hover {
	color: #CC0000; 
}

.minibaskettext {
  color: #333333;
  font-size: 8pt;
}

.minibaskettextbold {
  color: #333333;
  font-size: 8pt;
  font-weight: bold;
}

a.minibaskettextlink {
  text-decoration: none;
  color: #c60000;
  font-size: 8pt;
  font-weight: bold;
}

a.minibaskettextlink:hover {
  color: #0B378C;
}

li.order_progress {
  display: block;
  width: 100%;
  padding-left: 10px;
  min-height: 16px;
  height: auto;
  border-top: 0px solid #5c5c5c;
  border-right: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-left: 0px solid #000000;
  color: #5c5c5c;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
}

li.order_progress_active {
  display: block;
  width: 100%;
  padding-left: 10px;
  min-height: 16px;
  height: auto;
  border-top: 0px solid #5c5c5c;
  border-right: 0px solid #5c5c5c;
  border-bottom: 0px solid #5c5c5c;
  border-left: 0px solid #5c5c5c;
  color: #0B378D;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
}

* html li.order_progress {
  height: 16px;
}

* html li.order_progress_active {
  height: 16px;
}

a.menu_link {
  background-color: #ffffff;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  border-bottom: 0px solid #BDDAF3;
  border-left: 0px solid #ffffff;
  text-decoration: none;
  display: block;
  width: 160px;
  height: auto;
  color: #636362;
  font-size: 9pt;
  font-weight: normal;
  text-align: center;
  margin: 0px auto;
  padding: 3px;
}

* html a.menu_link {
  width: 100%;
}

a.menu_link:hover {
  background-color: #ffffff;
  border-top: 0px solid #ffffff;
  border-right: 0px solid #5c5c5c;
  border-bottom: 0px solid #a2caee;
  border-left: 0px solid #5c5c5c;
  color: #CC0000;
}

a.brand_link {
  text-decoration: none;
  margin: 1px auto 0px auto;
  display: block;
  width: 167px;
  background-color: #C74D4D;
  border-top: none  #000000;
  border-right: none  #000000;
  border-bottom: none  #000000;
  border-left: none  #000000;
  color: #FFFFFF;
  font-size: 7pt;
  font-weight: normal;
  text-align: center;
  height: 1em;
  padding: 2px 1px;
}

a.brand_link:hover {
  background-color: #FFFFFF;
  color: #C74D4D;
  border-top: none  #000000;
  border-right: none  #000000;
  border-bottom: none  #000000;
  border-left: none  #000000;
}

.searchbox {
  color: #5c5c5c;
  border: solid 1px #999999;
  width: 132px;
  margin-right: 5px;
}

a.small_link {
  text-decoration: none;
  color: #000000;
  font-size: 8pt;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}

a.small_link:hover {
  color: #ff0000;
}

a.edit_btn {
  font-weight: bold;
  width: 100%;
  line-height: 1.5em;
  text-decoration: none;
  margin: 4px 0;
  display: block;
  background-color: #98dbe7;
  color: #c60000;
  border-top: 2px solid #c60000;
  border-left: 2px solid #c60000;
  border-bottom: 2px solid #c60000;
  border-right: 2px solid #c60000;
  text-transform: uppercase;
}

.bottom_bar {
  position: relative;
  background-color: #434342;
	background-image:  url(../graphics/nav2.png);
	background-repeat: no-repeat;
	background-position: center center;
  line-height: 1.5em;
  font-family: Tahoma, Geneva, arial, helvetica, sans-serif;
  text-align: center;
}

.secure_bottom_bar {
  position: relative;
  background-color: #434342;
	background-image:  url(../graphics/nav2.png);
	background-repeat: no-repeat;
	background-position: center center;
  line-height: 1.5em;
  color: #f5f5f5;
  text-align: center;
  font-family: Tahoma, Geneva, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

a.bottom_navigation {
  text-decoration: none;
  color: #ffffff;
  font-size: 10pt;
  white-space: nowrap;
	display: block;
}

a.bottom_navigation:hover {
  color: #CC0000;
}

.ittybitty {
  text-decoration: none;
  color: #000000;
  font-size: 8pt;
}

#footer {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../graphics/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 1010px;
	height: 95px;
}

a.fletcherobrien {
  text-decoration: none;
  color: #183596;
  font-size: 8pt;
}

a.fletcherobrien:hover {
  color: #bb3131;
}

a.fletcherobrien2 {
  text-decoration: none;
  color: #ffc20d;
  font-size: 8pt;
  font-weight: bold;
}

a.fletcherobrien2:hover {
  color: #bb3131;
}

.product_details {
  text-decoration: none;
  color: #5c5c5c;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #ffffff;
  border-right: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-left: 0px solid #000000;
  padding-top: 1px;
}

.product_details_title {
  background-color: #0B378D;
  color: #ffffff;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  height: 32px;
  padding-left: 5px;
  border-top: 0px solid #000000;
  border-right: 0px solid #ff7301;
  border-bottom: 2px solid #ffffff;
  border-left: 0px solid #ff7301;
}

.product_details_subtitle {
  background-color: #0B378D;
  padding: 2px;
  height: 1em;
  color: #ffffff;
  font-size: 8pt;
  font-weight: normal;
  text-align: left;
  border-top: 0px solid #000000;
  border-right: 0px solid #ff7301;
  border-bottom: 0px solid #ff7301;
  border-left: 0px solid #ff7301;
}

.layout_box {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  border-collapse: collapse;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.layout_box_title {
  padding: 8px 0 0 5px;
  background-image: url(../graphics/menu_block.png);
  background-position: right;
  background-repeat: no-repeat;
  height: 24px;
}

* html .layout_box_title {
  height: 32px;
}

.history_display {
  height: 10px;
  background-color: #525251;
  padding-left: 5px;
  border-top: 0px solid #5c5c5c;
  border-right: 0px solid #5c5c5c;
  border-bottom: 0px solid #5c5c5c;
  border-left: 0px solid #5c5c5c;
}

.history_arrow {
  text-decoration: none;
  color: #CE1F1F;
  font-size: 8pt;
  font-weight: normal;
  text-align: left;
}

a.history_link {
  text-decoration: none;
  color: #ffffff;
  font-size: 8pt;
  font-weight: normal;
  text-align: left;
}

a.history_link:hover {
  color: #90BFE9;
}

.noborders {
  border-collapse: collapse;
  border-right: 0px solid #f6d60d;
  border-left: 0px solid #f6d60d;
  border-top: 0px solid #f6d60d;
  border-bottom: 0px solid #f6d60d;
  text-decoration: none;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
}

.buybox {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.buyboxtitle {
  background-color: #0D398E;
  color: #ffffff;
  font-size: 8pt;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #5c5c5c;
  border-right: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  border-left: 1px solid #5c5c5c;
}

.buyboxdetails {
  background-color: #DEDEDE;
  text-decoration: none;
  color: #5c5c5c;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #5c5c5c;
  border-right: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  border-left: 1px solid #5c5c5c;
}

.display_table {
  border-collapse: collapse;
  border-top: 1px solid #C2C2C2;
  border-right: 0px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  border-left: 0px solid #C2C2C2;
}

.display_table_title {
  position: relative;
  text-decoration: none;
	background-color: #0B378D;
  color: #ffffff;
  font-family: Tahoma, Geneva, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  clear: both;
  padding: 0 5px;
}

a.prodlink {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 11pt;
  font-weight: normal;
  text-align: left;
}

a.prodlink:hover {
  text-decoration: underline;
  color: #CE1F1F;
  font-size: 11pt;
}

.normal {
  font-size: 9pt;
  text-align: left;
}

.smalltext {
  font-size: 7pt;
  font-weight: normal;
  text-align: left;
}

.basketbox {
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
  border-collapse: collapse;
  border-right: 1px solid #5c5c5c;
  border-left: 1px solid #5c5c5c;
  border-top: 0px solid #d3d3d3;
  border-bottom: 1px solid #5c5c5c;
}

a.basketsn {
  text-decoration: none;
  color: #000000;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
}

a.basketsn:hover {
  color: #CC0000;
}

.basketboxtitle {
  text-decoration: none;
  color: #ffffff;
  font-size: 8pt;
  font-weight: normal;
  text-align: left;
  height: 20px;
  background-color: #0D398E;
  border-collapse: collapse;
  border-right: 1px solid #5c5c5c;
  border-left: 1px solid #5c5c5c;
  border-top: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
}

.basketsubtotal {
  background-color: #DEDEDE;
  color: #5c5c5c;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
  border-collapse: collapse;
  border-right: 1px solid #5c5c5c;
  border-left: 1px solid #5c5c5c;
  border-top: 0px solid #5c5c5c;
  border-bottom: 0px solid #5c5c5c;
}

. {
  background-color: #0B378D;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  font-family: Tahoma, Geneva, arial, helvetica, sans-serif;
}

.orderbox {
  border-collapse: collapse;
  border-top: none  #C2C2C2;
  border-right: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  border-left: 1px solid #C2C2C2;
  font-size: 11pt;
}

.highlight {
  color: #f00000;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
}

a.titlelink {
  text-decoration: none;
  color: #5a5a5a;
  font-size: 11pt;
  font-weight: normal;
}

a.titlelink:hover {
  color: #CE1F1F;
}

.accountstitle {
  background-color: #0B378D;
  text-decoration: none;
  color: #ffffff;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  border-right: 1px solid #0B378D;
  border-left: 1px solid #0B378D;
  border-top: 1px solid #0B378D;
  border-bottom: 1px solid #0B378D;
}

.accountsvalue {
  text-decoration: none;
  color: #0B378D;
  font-size: 9pt;
  font-weight: normal;
  background-color: #ffffff;
  border-right: 1px solid #0B378D;
  border-left: 1px solid #0B378D;
  border-top: 1px solid #0B378D;
  border-bottom: 1px solid #0B378D;
	border-collapse: collapse;
}

.customerdetails {
  border-collapse: collapse;
  border-top: 1px solid #e6f0fb;
  border-right: 1px solid #e6f0fb;
  border-bottom: 1px solid #e6f0fb;
  border-left: 1px solid #e6f0fb;
}

.customerdetailstitle {
  background-color: #CE1F1F;
  border-collapse: collapse;
  border-top: 1px solid #e6f0fb;
  border-right: 1px solid #e6f0fb;
  border-bottom: 1px solid #e6f0fb;
  border-left: 1px solid #e6f0fb;
  color: #e6f0fb;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
}

.accountstitles {
  background-color: #0B378D;
  text-decoration: none;
  color: #ffffff;
  font-size: 8pt;
  font-weight: normal;
	border-collapse: collapse;
}

.accountsdetails {
  background-color: #CE1F1F;
  text-decoration: none;
  color: #4d4d4d;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: none;
  border-left: none;
}

.imagebox {
  text-decoration: none;
  color: #f6d60d;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
  border-collapse: collapse;
  border-right: 1px solid #5c5c5c;
  border-left: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  border-top: 0px  #5c5c5c;
}

.imageboxtitle {
  cursor: hand;
  text-decoration: none;
  color: #ffffff;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  background-color: #0B378D;
  height: 16px;
  border-collapse: collapse;
  border-right: 1px solid #0B378D;
  border-left: 1px solid #0B378D;
  border-top: 1px solid #0B378D;
  border-bottom: 1px solid #0B378D;
  padding: 2px;
}

a.cattitle {
  text-decoration: none;
  color: #5c5c5c;
  font-size: 10pt;
  font-weight: bold;
}

a.cattitle:hover {
  color: #CE1F1F;
}

a.catsubtitle {
  text-decoration: none;
  color: #CE1F1F;
  font-size: 8pt;
  font-weight: normal;
}

a.catsubtitle:hover {
  color: #CE1F1F;
}

.product_preview {
  text-decoration: none;
  color: #5c5c5c;
  font-size: 10pt;
  border-top: 0px solid #CE1F1F;
  border-right: 0px solid #f6d60d;
  border-bottom: 1px solid #C2C2C2;
  border-left: 0px solid #f6d60d;
  border-collapse: collapse;
}

a.product_preview_title {
  text-decoration: none;
  color: #5f5f5f;
  font-size: 10pt;
  font-weight: bold;
}

a.product_preview_title:hover {
  color: #CE1F1F;
}

.product_preview_desc {
  font-size: 8.5pt;
  font-weight: normal;
  text-align: center;
}

a.product_preview_moreinfo {
  text-decoration: none;
  color: #CE1F1F;
  font-size: 7pt;
  font-weight: normal;
}

a.product_preview_moreinfo:hover {
  color: #CE1F1F;
}

.indexlink {
  text-decoration: none;
  color: #CE1F1F;
  font-size: 12pt;
  font-weight: bold;
}

a.indexlink {
  text-decoration: none;
  color: #CE1F1F;
  font-size: 12pt;
  font-weight: bold;
}

a.indexlink:hover {
  text-decoration: underline;
  color: #0B378D;
}

a.infolink {
  text-decoration: none;
  color: #5c5c5c;
  font-size: 10pt;
  font-weight: bold;
}

a.infolink:hover {
  text-decoration: underline;
  color: #CE1F1F;
}

.product_title {
  height: 40px;
}

.product_logo {
	position: relative;
	float: left;
	height: 45px;
}

.prod_price {
	position: relative;
	width: 96px;
	height: 45px;
	background-image: url(../graphics/product_price.png);
	background-position: center center;
	background-repeat: no-repeat;
  font-size: 9pt;
	font-weight: bold;
  color: #ffffff;
	padding: 1px;
	margin-top: 5px;
}

.price_inc {
	position: relative;
  width: 92px;
  height: 16px;
	margin: 3px 4px 0 0;
	text-align: center;
}

.price_ex {
	position: relative;
  width: 92px;
  height: 16px;
	margin: 3px 4px 0 0;
	text-align: center;
}

.product_price {
	position: relative;
	float: right;
	width: 96px;
	height: 45px;
	background-image: url(../graphics/price.png);
	background-position: center center;
	background-repeat: no-repeat;
  font-size: 9pt;
}

.preview_price {
	position: relative;
  text-decoration: none;
  font-weight: bold;
  width: 92px;
  height: 16px;
  color: #ffffff;
	margin: 3px 4px 0 0;
	text-align: center;
}

a.price_link {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}

a.price_view {
	position: relative;
	width: 46px;
	height: 16px;
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 3px;
}

a.price_buy {
	position: relative;
	width: 46px;
	height: 16px;
	float: right;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin: 3px 4px 0 0;
}

a.price_view:hover, a.price_buy:hover {
	color: #FFFFFF;
}

.preview_price_ex {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
  height: 25px;
  width: 130px;
  background-color: #0067d9;
  color: #ffff00;
  border-top: none;
  border-right: 2px solid #00336c;
  border-bottom: 2px solid #00438d;
  border-left: 2px solid #c0d9f6;
  margin: 0 2px 2px 2px;
}

.browse_title {
  background-color: #0B378D;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  text-align: left;
  font-size: 10pt;
  font-weight: bold;
  clear: both;
  padding: 5px;
}

.title_row {
	background-image: url(../graphics/header_bar.png);
	background-repeat: no-repeat;
	background-position: top center;
  clear: both;
  width: 561px;
	height: 18px;
	margin: 5px auto 0px auto;
  border-right: 0px solid #6f93e7;
  border-left: 0px solid #6f93e7;
  border-top: 0px solid #6f93e7;
  border-bottom: 0px solid #6f93e7;
  text-align: left;
  padding: 5px;
  color: #ffffff;
  font-family: Tahoma, Geneva, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  clear: both;
}

.pagetitle {
	position: relative;
  margin-top: 6px;
  width: 95%;
  background-color: #0B378D;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  padding: 5px 10px;
}

.product_row {
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 0;
  border-right: 0px solid #f6d60d;
  border-left: 0px dotted #f6d60d;
  border-top: 1px  #f6d60d;
  border-bottom: 0px dotted #f6d60d;
}

.products_two {
  width: 273px;
  float: left;
  padding: 5px;
}

* html .products_two {
  width: 273px;
}

.products_two_row {
  clear: both;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  border-right: 0px solid #CE1F1F;
  border-left: 0px solid #CE1F1F;
  border-top: 1px solid #C2C2C2;
  border-bottom: 0px solid #CE1F1F;
  min-height: 200px;
  height: auto;
}

* html .products_two_row {
  height: 190px;
}

.products_two_divider {
  border-top: none  #f6d60d;
  border-right: 1px solid #C2C2C2;
  border-bottom: none  #f6d60d;
  border-left: none  #f6d60d;
  min-height: 190px;
  height: auto;
}

* html .products_two_divider {
  height: 190px;
}

.products_three {
  width: 193px;
  float: left;
  padding: 5px;
}

* html .products_three {
  width: 193px;
}

.products_three_row {
  clear: both;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  border-right: 0px dotted #f6d60d;
  border-left: 0px dotted #f6d60d;
  border-top: 1px dotted #f6d60d;
  border-bottom: 0px dotted #f6d60d;
  min-height: 215px;
  height: auto;
}

* html .products_three_row {
  height: 205px;
}

.products_three_divider {
  border-top: 0px dotted #9c9c9c;
  border-right: 1px dotted #f6d60d;
  border-bottom: 0px dotted #9c9c9c;
  border-left: 0px dotted #f6d60d;
  min-height: 205px;
  height: auto;
}

* html .products_three_divider {
  height: 205px;
}

a.pagenolink {
  text-decoration: none;
  font-size: 9pt;
  color: #0B378D;
  font-weight: bold;
}

a.pagenolink:hover {
  color: #CE1F1F;
}

a.acclink {
  color: #000000;
  text-decoration: none;
  font-size: 10pt;
}

a.acclink:hover {
  color: #ff0000;
}

.buttons {
  background-color: #0B378D;
  color: #ffffff;
  font-weight: bold;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  padding: 2px;
  text-decoration: none;
  white-space: nowrap;
}

.remove_button {
  background-color: #CC0000;
  color: #ffffff;
  font-weight: bold;
  font-size: 8pt;
  border-top: 1px solid #5c5c5c;
  border-right: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  border-left: 1px solid #5c5c5c;
  text-decoration: none;
	padding: 0 2px;
}

