/*
background: #98DBE7;
text: #111111;
*/

body {
	color: #000000;
	margin :0px;
	font-family: Arial, Tahoma, Verdana, Trebuchet, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-image: url(../graphics/back.png);
	background-repeat: repeat;
}
#back {
	position: relative;
	background-image: url(../graphics/back_top.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 930px;
}

#page_border {
	background-image: url(../graphics/shadow.png);
	background-repeat: repeat-y;
	width: 980px;
	margin: 0 auto;
}

#page {
	position: relative;
	width: 952px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

h1 {
	background-color: #C60000;
	color: #FFFFFF;
}

#headerbar, #headerbar_s {
	position: relative;
	background-color: #FFFFFF;
	text-decoration: none; 
	min-height: 115px;
	height: auto;
	padding: 0px;
	width: 100%;
}
/* for Internet Explorer */
/*\*/
* html #headerbar {
	height: 115px;
}
/**/
#headerbar_s {
	margin-bottom: 0px;
	border-bottom: none;
}

#logoarea {
	position: relative;
	width: 760px;
	height: 100px;
	float: left;
	margin: 7px 0 0 9px;
}

#logoarearight {
	float: right;
}
#basket {
  position: relative;
	background-image: url(../graphics/basket.png);
	background-position: top right;
	background-repeat: no-repeat;
  width: 161px;
  height: 100px;
  float: right;
  margin: 7px 18px 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;
}

#basket_buttons {
	position: relative;
	width: 161px;
	margin: 0;
}

* html #basket_buttons {
	width: 161px;
}

a.basket_btn {
	background-image: url(../graphics/basket_btn.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 79px;
	color: #FFFFFF;
	font-size: 11pt;
	text-decoration: none;
	text-align: center;
	padding: 2px 0 0 0;
	display: inline-block;
}

a.basket_btn:hover {
	background-image: url(../graphics/basket_btn_on.png);
	background-repeat: no-repeat;
}

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_details {
	position: relative;
	width: 162px;
	height: 68px;
	font-size: 8pt;
}

#basket_info {
	position: relative;
	padding-right: 7px;
	padding-top: 2px;
}

#navbar {
	position: relative;
	background-image: url(../graphics/nav.png);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none; 
	text-align:center;
	width: 937px;
	min-height: 41px;
	height: auto;
	font-size: 11pt;
	clear: both;
	color: #FFFFFF; 
	margin: 0 auto;
	margin-bottom: 3px;
}
/* for Internet Explorer */
/*\*/
* html #navbar  {
	height: 41px;
}

#navbar ul {
	list-style: none;
	width: 880px;
	margin: 0 auto;
	padding: 0;
}

* html #navbar ul {
	width: 100%;
}

#navbar li {
	float: left;
	height: 35px;
	border-left: 1px solid #FFFFFF;
}

#search_div {
	position: relative;
	float: left;
}

#search_div label {
	padding-right: 15px;
}

#navbar li.search {
	border: none;
	padding-top: 3px;
}

#navbar a { 
	text-decoration: none; 
	color: #FFFFFF; 
	width: 100px;
	height: auto;
	display: block;
	padding: 9px 0 0 0;
	margin: 0 0 0 1px;
	background-repeat: no-repeat;
}
/* for Internet Explorer */
/*\*/
* html #navbar a {
	height: auto;
}
/**/

#navbar a:hover { 
	color: #111111;
}

#navbar a.login {
	background-image: url(../graphics/login.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 35px;
	margin: 6px 0 0 0;
	padding: 3px 0 0 0;
}

#navbar a.login:hover {
	background-image: url(../graphics/login_on.png);
	color: #FFFFFF;
}

#banner {
	background-image: url(../graphics/banner_back.png);
	background-position: top center;
	height: 150px;
	margin-bottom: 20px;
}
#banner_img {
	height: 150px;
	width: 600px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#page_content {
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
	width: 569px;
	padding: 5px;
	margin: 0 auto;
}
/* for Internet Explorer */
/*\*/
* html #page_content {
	width: 100%;
}
/**/
.content {
	border: solid 1px #EBEBEB; 
}
.menu_div {
	position: relative;
	color: #111111;
	font-size: 9pt;
	padding-top: 5px;
}

.menu_title {
	background-image: url(../graphics/menu.png);
	background-repeat: repeat-x;
	position: relative;
	min-height: 30px;
	height: auto;
	color: #111111;
	font-size: 12pt;
	font-weight: bold;
	padding: 4px 0;
}

/* for Internet Explorer */
/*\*/
* html .menu_title {
	height: 30px;
}
/**/

.menu_title_l {
	position: relative;
	background-image: url(../graphics/m_title_l.png);
	background-repeat: no-repeat;
	min-height: 24px;
	height: auto;
	color: #111111;
	font-size: 13pt;
	font-weight: normal;
	padding: 2px 0;
}

/* for Internet Explorer */
/*\*/
* html .menu_title_l {
	height: 24px;
}
/**/

.menu_title_r {
	position: relative;
	background-image: url(../graphics/m_title_r.png);
	background-repeat: no-repeat;
	min-height: 24px;
	height: auto;
	color: #111111;
	font-size: 13pt;
	font-weight: normal;
	padding: 2px 0;
}

/* for Internet Explorer */
/*\*/
* html .menu_title_r {
	height: 24px;
}
/**/

.menu_body {
	position: relative;
	min-height: 2px;
	height: auto;
	text-align: center;
}
/* for Internet Explorer */
/*\*/
* html .menu_body {
	height: 2px;
}
/**/

.menu_content {
	position: relative;
	padding: 0 10px;
	clear: both;
}

.menu_content2 {
	position: relative;
	padding: 0 10px;
	clear: both;
}

.menu_top {
	position: relative;
	min-height: 2px;
	height: auto;
}
/* for Internet Explorer */
/*\*/
* html .menu_top {
	height: 1px;
}
/**/

.menu_btm {
	position: relative;
	min-height: 2px;
	height: auto;
}
/* for Internet Explorer */
/*\*/
* html .menu_btm {
	height: 1px;
}
/**/

ul.menu_list {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	width: 176px;
}

li.menu_list {
	/*display: block;
	height: 16;*/
}

a.menu_link {
	background-image: url(../graphics/menu.png);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	display: block;
	width: 176px;
	min-height: 25px;
	height: auto;
	color: #FFFFFF;
	margin-top: 2px;
	text-align: center;
	line-height: 1.5em;
	padding-left: 8px;
}
/* for Internet Explorer */
/*\*/
* html a.menu_link {
	height: 25px;
	width: 100%;
}
/**/

a.menu_link:hover {
	background-image: url(../graphics/menu_on.png);
	color: #111111;
}

ul.menu_list2 {
	list-style: none;
	margin: 0 0;
	padding: 0;
	padding: 0;
}

li.menu_list2 {
	/*display: block;
	height: 20;*/
}

.basket_title {
	position: relative;
	min-height: 40px;
	height: auto;
	background-image: url(../graphics/basket_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	color: #009900;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #c5c5c5;
	width: 169px;
}

/* for Internet Explorer */
/*\*/
* html .basket_title {
	height: 50px;
}
/**/

.basket_body {
	position: relative;
	min-height: 2px;
	height: auto;
	text-align: center;
	background-color: #f0f0f0;
	padding: 5px 0;
	color: #666666;
	font-size: 15px;
	width: 169px;
}
/* for Internet Explorer */
/*\*/
* html .basket_body {
	height: 2px;
}
/**/

.minibaskettext {
	color: #111111; 
	font-size: 8pt;
}

.minibaskettextbold {
	color: #111111; 
	font-size: 8pt; 
	font-weight: bold;
}

a.minibaskettextlink {
	text-decoration: none; 
	color: #C60000; 
	font-size: 8pt;
	font-weight: bold;
}

a.minibaskettextlink:hover {
	color: #EE6B08; 
}

a.cattitle {
	text-decoration: none; 
	color: #111111; 
	font-size: 12pt;
	font-weight: bold;
}

a.cattitle:hover {
	color: #C60000; 
}

a.catsubtitle {
  text-decoration: none;
  color: #ABABAB;
  font-size: 8pt;
  font-weight: normal;
}

a.catsubtitle:hover {
  color: #111111;
}

a.catlink {
	text-decoration: none; 
	color: #C60000; 
	font-size: 10pt;
	font-weight: bold;
}

a.catlink:hover {
	color: #111111; 
}

a.product_preview_title {
  text-decoration: none;
  color: #111111;
  font-size: 10pt;
  font-weight: normal;
}

a.product_preview_title:hover {
  color: #C60000;
}

.product_preview_desc {
  font-size: 8.5pt;
  font-weight: normal;
  text-align: center;
}

a.product_preview_moreinfo {
  text-decoration: none;
  color: #C60000;
  font-size: 7pt;
  font-weight: normal;
}

a.product_preview_moreinfo:hover {
  color: #C60000;
}

.product_title {
  height: 35px;
	text-align: center;
}

.product_logo {
	position: relative;
	float: left;
	height: 45px;
}

.prod_price {
	position: relative;
	width: 120px;
	height: 60px;
	background-image: url(../graphics/product_price.png);
	background-position: center center;
	background-repeat: no-repeat;
  font-size: 9pt;
  color: #ffffff;
	padding: 1px;
	margin-top: 5px;
}

.price_label {
	padding-top: 11px;
	font-size: 9pt;
	color: #ffffff;
}
.price_info {
	padding-top: 4px;
}
a.price_info {
	text-decoration: none;
	font-size: 9pt;
	color: #ffffff;
}
a.price_info:hover {
	color: #FF0000;
}
.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;
}

.viewed_title {
	position: relative;
	min-height: 28px;
	height: auto;
	background-image: url(../graphics/viewed_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 5px;
	line-height: 28px;
	width: 169px;
}

/* for Internet Explorer */
/*\*/
* html .viewed_title {
	height: 28px;
}
/**/

.viewed_body {
	position: relative;
	min-height: 2px;
	height: auto;
	text-align: left;
	padding: 0 0 0 0;
	color: #666666;
	font-size: 15px;
	border-width: 2px;
	border-style: solid;
	border-left-color: #0077FF;
	border-right-color: #DEEDFF;
	border-top: none;
	border-bottom: none;
	width: 165px;
}
/* for Internet Explorer */
/*\*/
* html .viewed_body {
	height: 2px;
	width: 169px;
}
/**/
.viewed_content {
	min-height: 35px;
	height: auto;
	padding: 3px 0;
}
/* for Internet Explorer */
/*\*/
* html .viewed_content {
	height: 35px;
}
/**/
.viewed_div {
	min-height: 2px;
	height: auto;
	background-image: url(../graphics/viewed_div.png);
	background-repeat: no-repeat;
}
/* for Internet Explorer */
/*\*/
* html .viewed_div {
	height: 2px;
}
/**/

.viewed_item {
	position: relative;
	text-align: center;
	padding: 6px 0;
	border-bottom: 1px solid #E1E1E1;
	min-height: 38px;
	height: auto;
}
* html .viewed_item {
	height: 50px;
}

a.lastviewed {
	text-decoration: none; 
	color: #111111; 
	font-size: 8pt;
}

a.lastviewed:hover {
	color: #C60000; 
}

li.order_progress {
	display: block;
	width: 100%;
	padding-left: 10px;
	min-height: 16px;
	height: auto;
	border-top: 2px solid #ffffff;
	text-align: left;
	font-size: 10pt;
	color: #111111;
}
/* for Internet Explorer */
/*\*/
* html li.order_progress {
	height: 16px;
}
/**/

li.order_progress_active {
	display: block;
	width: 100%;
	padding-left: 10px;
	font-weight: bold;
	min-height: 16px;
	height: auto;
	border-top: 2px solid #ffffff;
	text-align: left;
	font-size: 10pt;
	color: #C60000;
}
/* for Internet Explorer */
/*\*/
* html li.order_progress_active {
	height: 16px;
}
/**/

a.menu_link2 {
	background-image: url(../graphics/sub_menu_block.png);
	text-decoration: none;
	font-size: 10pt;
	margin-left:0px;
	margin-top:2px;
	width: 145px;
	color: #4D4D4D;
	text-align: left;
	min-height: 20px;
	height: auto;
	padding: 0 12px;
	display: block;
}
/* for Internet Explorer */
/*\*/
* html a.menu_link2 {
	height: 20px;
	width: 100%;
}
/**/

a.menu_link2:hover {
	border-left: 10px solid #4D4D4D;
}

a.brand_link {
	text-decoration: none;
	font-size: 7pt;
	margin-top: 1px;
	display: block;
	width: 166px;
	background-color: #E12E2E;
	color: #FFFFFF;
	height: 1em;
	padding-left: 5px;
}

a.brand_link:hover {
	background-color: #111111;
}

.searchbox {
	color: #999999;
	border: solid 1px #999999;
}

.title_row {
	position: relative;
	background-image: url(../graphics/title.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #111111;
	font-size: 13pt;
	text-align: left;
	width: 569px;
	height: 26px;
	padding: 0 0 0 15px;
}
/* for Internet Explorer */
/*\*/
* html .title_row {
	padding: 3px 0 0 15px;
}
/**/

.sel_box {
	color: #999999;
	border: solid 1px #999999;
}

.container {
	clear: both;
	width: 100%;
	float: left;
}

.two_1, .two_2 {
	width: 49%;
	float: left;
	padding: 0px 3px 15px 3px;
}
.inside {
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
	padding: 0px 2px;
	overflow: visible;
	margin-left: 4px;
	margin-right: 4px;
	clear: both;
}
a.smalltitlelink {
	text-decoration: none; 
	color: #000000; 
	font-size: 8pt;
	text-transform: uppercase;
}
a.smalltitlelink:hover {
	color: #C60000; 
}
.prod_img {
	position: relative;
	text-align: center;
	padding: 8px 0;
	margin: 2px 0;
	float: left;
}
.prod_details {
	position: relative;
	text-align: left;
}
/*.prod_price {
	position: relative;
	background-image: url(../graphics/price_back.png);
	background-repeat: no-repeat;
	background-position: top center;
	float: right;
	width: 79px;
	height: 115px;
}
.price_exc {
	position: absolute;
	background-image: url(../graphics/price_exc.png);
	height: 37px;
	width: 72px;
	top: 9px;
	left: 4px;
	line-height: 25px;
	color: #FFFFFF;
}
.price_inc {
	position: absolute;
	background-image: url(../graphics/price_inc.png);
	height: 37px;
	width: 72px;
	top: 48px;
	left: 4px;
	line-height: 25px;
	color: #FFFFFF;
}*/
a.price_link {
	text-decoration: none;
	cursor: hand;
}
a.info_link {
	text-decoration: none;
	cursor: hand;
	position: absolute;
	bottom: 1px;
	right: 90px;
}

.buy_div {
	position: absolute;
	background-image: url(../graphics/buy_div.png);
	height: 24px;
	width: 79px;
	left: 0px;
	top: 90px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: bold;
}

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: 2px solid #C60000;
	text-transform: uppercase;
}

.barbottom {
	background-color: #C60000;
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}
#navbottom {
	position: relative;
	background-image: url(../graphics/nav_btm.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 940px;
	margin: 0 auto;
	margin-top: 3px;
	padding-top: 3px;
	color: #FFFFFF; 
}
a.menubarbottom { 
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 9pt;
	white-space:nowrap;
}
a.menubarbottom:hover { 
	color: #111111;
}
.ittybitty {
	text-decoration: none; 
	font-size:7pt;
	margin: 5px 10px 0 5px;
}
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; 
}
.mainprodbox {
	text-decoration: none; 
	color: #000000; 
	font-size: 9pt;
	border-color:#C2C2C2;
	border-right:0px solid #C2C2C2;
	border-left:0px solid #C2C2C2;
	border-top:0px;
	border-bottom:1px solid #C2C2C2;
}

.mainprodboxtitle {
	background-color: #0178FF;
	color: #FFFFFF;
	height: 32px;
}
.prodbox {
	text-decoration: none; 
	color: #4D4D4D; 
	font-size: 9pt;
	border-collapse:collapse;
	border: 1px solid #FFFFFF;
}

.prodboxtitle_l {
	background-color: #0178FF;
	background-image: url(../graphics/prod_title_l.png);
	height: 32px;
	width: 12px;
	float: left;
}
.prodboxtitle_r {
	background-image: url(../graphics/prod_title_r.png);
	height: 32px;
	width: 169px;
	float: right;
}
.prodboxtitle {
	padding: 8px 0 0 5px;
	background-image: url(../graphics/menu_block.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 24px;
}
/* for Internet Explorer */
/*\*/
* html .prodboxtitle {
	height: 32px;
}
/**/

.navtreebox {
	height:10;
	background-color: #D3D3D3;
	padding-left: 10px;
}

.navhistoryarrow {
	text-decoration: none; 
	color: #C60000; 
	font-size: 7pt;
}
a.navhistory {
	text-decoration: none; 
	color: #111111; 
	font-size: 8pt;
}
a.navhistory:hover {
	color: #C60000;
}
.noborders {
	border-collapse:collapse;
	border-right:0px;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	text-decoration: none; 
	font-size: 9pt;
}

.buybox {
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #C2C2C2;
}
.buyboxblue {
	background-color:#C60000;
	color: #FFFFFF; 
	font-size: 8pt;
	border: 1px solid #FFFFFF;
}
.buyboxlightblue {
	text-decoration: none; 
	color: #111111; 
	font-size: 8pt;
	border: 1px solid #FFFFFF;
}
.catstable {
	border-collapse:collapse;
	/*border: 1px solid #FFFFFF;*/
	border-bottom: 1px solid #C2C2C2;
}

.catstabletop {
	background-color: #111111;
	position: relative;
	text-decoration: none; 
	color: #FFFFFF;
	text-align:left;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.5em;
	clear: both;
	padding-left: 5px;
}

.prod_preview {
	border-top: 2px solid #D2E7FF;
	border-bottom: 2px solid #D2E7FF;
	border-left:  2px solid #D2E7FF;
	border-right:  2px solid #D2E7FF;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px; 
	padding: 0px;  
	overflow: hidden;
  _overflow: visible;
  _overflow-x: hidden;
  _height: 0;
	width: 97%;
}
.prod_preview_title {
	background: url('/graphics/mini_fade.png') repeat-x;
	position: relative;
	text-decoration: none; 
	color: #4D4D4D;
	text-align:left;
	padding-top:px;
	padding-left:10px; 
	font-size: 12pt;
	height:38px;
	clear: both;
}
a.prodlink {
	text-decoration: none; 
	color: #4D4D4D; 
	font-size: 11pt;
}
a.prodlink:hover {
	text-decoration: underline; 
	color: #C60000; 
	font-size: 11pt;
}
.frontpagedescription {
	font-size: 10pt;
}

.normal {
	font-size: 9pt;
}
.small_desc {
	font-size: 7pt;
}
.basketbox {
	font-size: 9pt;
	border-collapse:collapse;
	border-right:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
}
a.basketsn {
	text-decoration: none; 
	color: #000000; 
	font-size: 9pt;
}
a.basketsn:hover {
	color: #C60000;
}

.basketboxtitle {
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 9pt;
	height:20;
	background-color:#C60000;
	border-color:#C60000;
	border-collapse:collapse;
	border-right:1px solid #C60000;
	border-left:1px solid #C60000;
	border-top:0px;
	border-bottom:1px solid #D3D3D3;
}

.basketsubtotal {
	background-color:#D3D3D3;
	font-size: 9pt;
	border-color:#D3D3D3;
	border-collapse:collapse;
	border-right:1px solid #D3D3D3;
	border-left:1px solid #D3D3D3;
	border-top:1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
}
.pagetitle {
	margin-top: 6px;
	width: 98%;
	background-color: #0178FF;
	color: #FFFFFF;
	padding: 3px;
	font-size: 11pt;
}
.securenav {
	background-color: #0178BF;
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 2px;
}
.ordertitle {
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 12pt;
	padding-left: 5px;
}
.orderbox {
	border-color: #C2C2C2;
	border-collapse: collapse;
	border-top: 0px;
	font-size: 11pt;
	width: 99%;
}
.highlight {
	color: #F00000; 
	font-size: 9pt;
}
.helptitle {
	color: #C60000; 
	font-size: 12pt;
	font-weight: bold;
}
a.titlelink {
	text-decoration: none; 
	color: #000000; 
	font-size: 12pt;
}
a.titlelink:hover {
	color: #B10034; 
}

.accountstitle {
	background-color: #C60000;
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 10pt;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.accountsvalue {
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 10pt;
	background-color:#111111;
	border-color:#e6f0fb;
	border-right:1px solid #111111;
	border-left:1px solid #111111;
	border-top:0px;
	border-bottom:1px solid #FFFFFF;
}

.customerdetails {
	border-collapse: collapse;
	border: 1px solid #C2C2C2;
}

.customerdetailstitle {
	background-color: #C60000;
	border-collapse: collapse;
	border: #e6f0fb solid 1px;
	font-size: 10pt;
	color: #e6f0fb;
}
.accountstitles {
	background-color: #C60000;
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 10pt;
}

.accountsdetails {
	background-color:#C60000;
	text-decoration: none; 
	color: #4D4D4D; 
	font-size: 10pt;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
.imagebox {
	text-decoration: none; 
	color: #4D4D4D; 
	font-size: 9pt;
	border-collapse:collapse;
	border-right:1px solid #C60000;
	border-left:1px solid #C60000;
	border-bottom:1px solid #C60000;
	border-top:0px solid #C60000;
}

.imageboxtitle {
	cursor:hand;
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #C60000;
	height:16px;
	border-collapse:collapse;
	border-right:1px solid #C60000;
	border-left:1px solid #C60000;
	border-top:0px solid #C60000;
	border-bottom:0px solid #C60000;
	padding: 2px;
}
.catdisplay {
	border: 1px dotted #D3D3D3;
	border-collapse: collapse;
}
.catboxtitle {
	width:130px;
	height:35px;
}
.catboximage {
	width:130px;
	height:80px;
}
a.cattitle {
	text-decoration: none; 
	color: #111111; 
	font-size: 11pt;
}
a.cattitle:hover {
	color: #B10034;
}
.r_bar {
	border-right: 0px solid #C60000;
	border-left: 0px solid #C60000;
}

.l_bar {
	border-left: 0px solid #C60000;
}

.prodpreviewbox {
	border-bottom: 1px solid #C2C2C2;
	padding: 8px 4px;
}

a.prodpreviewtitle {
	text-decoration: none; 
	color: #111111; 
	font-weight: bold;
}
a.prodpreviewtitle:hover {
	color: #C60000; 
}

.prodpreviewdesc {
	font-size: 9pt;
}

a.prodpreviewmoreinfo {
	text-decoration: none; 
	color: #C60000; 
	font-size: 7pt;
}

a.prodpreviewmoreinfo:hover {
	color: #111111; 
}
.preview_price, .preview_price_ex {
text-decoration: none; 
font-size: 12pt;
font-weight: bold;
height: 25px;
width: 130px;
}

.preview_price {
	background-image: url(../graphics/price_box.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 120px;
	height: 43px;
	font-size: 10pt;
	font-weight: normal;
}

.preview_price_ex {
background-color: #0067D9;
color: #FFFF00; 
/*border-top:2px solid #c0d9f6;*/
border-right:2px solid #00336c;
border-bottom:2px solid #00438d;
border-left:2px solid #c0d9f6;
margin: 0 2px 2px 2px;
}

a.pagenolink {
  text-decoration: none;
  font-size: 9pt;
  color: #C60000;
  font-weight: bold;
}

a.pagenolink:hover {
  color: #111111;
}

.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: 271px;
  float: left;
  padding: 5px;
}

* html .products_two {
  width: 284px;
}

.products_two_row {
  clear: both;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  border-right: 0px solid #C2C2C2;
  border-left: 0px solid #C2C2C2;
  border-top: 1px solid #C2C2C2;
  border-bottom: 0px solid #C2C2C2;
  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;
}


