body {
	margin: 0px;
	padding: 0px;
	font-family: "0.625em Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	height: 100%;
}
input {
	font-family: "0.625em Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
select, textarea {
	font-family: "0.625em Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#results_table input {
	background-image: url(img/but_bg.gif);
}
.sidepane {
	height: 100%;
	width: 100%;
	position: relative;
}

#content {
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0px 118px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	top: 0px;
}
#welcome_container {
	position: absolute;
	width: 940px;
	height: 100px;
	top: 20px;
	text-align: right;
	font-size: 18px;
	font-family: "0.625em Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: 0.9px;
}
#right_nav_box {
	width: 248px;
	text-align: left;
	background-repeat: repeat-x;
	background-position: top;
	color: #333;
	padding: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border: 1px solid #ccc;
}
#right_nav_box a {
	text-decoration: none;
}

.mainpane {
	width: 980px;
	position: relative;
	height: 100%;
	vertical-align: top;
	border: 1px none #CCC;
}
.sidepane_left_top {
	width:100%;
	height: 25%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(img/left_shadow_top.gif);
}
.sidepane_right_top {
	width:100%;
	height: 25%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(img/right_shadow_top.gif);
}

.box_h_cyan {
	font-family: "0.625em Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #EC008C;
	background-color: #FFF;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: -3px;
	right: -1px;
}
.box_h_magenta {
	font-size: 18px;
	color: #EC008C;
	top: -12px;
	position: relative;
	left: -5px;
	background-color: #FFF;
}
#left_nav_pane {
	text-align: left;
	width: 658px;
}
#left_browse_box {
	padding: 15px;
	text-align: left;
	border: 1px solid #ccc;
	background-image: url(img/gradient_bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	line-height: 16px;
	margin-bottom: 20px;
}
#left_browse_box_search {
	color: #333;
	text-align: left;
	line-height: 20px;
	width: 100%;
	margin-bottom: 15px;
}
.search_field {
	height: 35px;
	font-size: 16px;
	background-color: #FFF;
	border: none;
	letter-spacing: 0.1em;
	font-family: "0.625em Tahoma", Geneva, sans-serif;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin-right: 10px;
	margin-left: 10px;
	width: 388px;
}
.search_border {
	background-image: url(img/search_bg2.gif);
	background-repeat: repeat-x;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#results_table {
	width: 650px;
}
#results_table td {
	padding-top: 8px;
	padding-bottom: 8px;
}

.results_printers {
	font-size: 12px;
	text-align: right;
	background-color: #FFF;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	font-weight: bold;
	color: #666;
}

.results_cartridges_header {
	font-size: 9px;
	text-align: center;
	height: 24px;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.results_cartridges {
	font-size: 11px;
	text-align: center;
	height: 33px;
	vertical-align: top;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin-bottom: 1px;
}
.compat_results_cartridges {
	font-size: 11px;
	text-align: left;
	height: 20px;
	vertical-align: top;
}
.results_thumb {
	height: 25px;
	width: 65px;
}
.part_code {
	color: #999;
	font-size: 9px;
}

.stock_img {
	position: relative;
	top: -4px;
}

.swatch_results {
	height: 20px;
	width: 20px;
}
.swatch_header {
	height: 15px;
	width: 15px;
	position: relative;
	top: -5px;
}
.swatch_basket {
	height: 10px;
	width: 10px;
	margin-right: 0px;
}
#footer {
	color: #999;
	line-height: 16px;
	font-size: 10px;
	bottom: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	width: 939px;
	margin-top: 15px;
}
#cat_codecell {
	white-space:nowrap;
	text-align: left;

}


#cat_imgcell {
	white-space:nowrap;
	text-align: left;
}

#cat_linkcell {
	white-space: normal;
	text-align: left;
}


#catt_pricecell {
	white-space:nowrap;
	text-align: right;
}



#cat_purchasecell {
	white-space:nowrap;
	text-align: right;

}



.add_button_search {
	white-space:nowrap;
	text-align: center;
	position: relative;
	top: -5px;
	background-image: url(img/but_bg.gif);
	height: 25px;
	cursor: pointer;
	border: 1px outset;
}
#search_ico {
	position: relative;
	left: 180px;
	top: 165px;
}



.cat_header {
	font-size: 10pt;
	white-space:nowrap;
	text-align: left;
	background-image: url(img/gradient_bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px dotted #ccc;
}
.left_box_h {
	color: #EC008C;
	font-family: "0.625em Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.feedback_right_nav {
	position: relative;
	line-height: 22px;
	text-align: center;
}


#searching {
	text-align: center;
	font-weight: bold;
	font-size: 20pt;
	color: #3333ff;
}


#printer_outer {
	text-align: center;
	background-image: url(img/gradient_bg2.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	line-height: 16px;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-position: bottom;
	border: 1px none #CCC;
}

.printer_inner {
	margin: 0px;
	text-align: right;
	width: 100%;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-weight: normal;
	color: #202020;
	background-image: url(img/search_bg4.gif);
	font-size: 12px;
}
.cartridge_c {
	margin: 0px;
	text-align: right;
	width: 100%;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-weight: normal;
	color: #202020;
	background-image: url(img/bg_c.gif);
	font-size: 12px;
}
.cartridge_m {
	margin: 0px;
	text-align: right;
	width: 100%;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-weight: normal;
	color: #202020;
	background-image: url(img/bg_m.gif);
	font-size: 12px;
}
.cartridge_y {
	margin: 0px;
	text-align: right;
	width: 100%;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-weight: normal;
	color: #202020;
	background-image: url(img/bg_y.gif);
	font-size: 12px;
}
.cartridge_k {
	margin: 0px;
	text-align: right;
	width: 100%;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-weight: normal;
	color: #202020;
	background-image: url(img/bg_k.gif);
	font-size: 12px;
}
.cartridge_dr {
	margin: 0px;
	text-align: right;
	width: 100%;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-weight: normal;
	color: #202020;
	background-image: url(img/bg_k.gif);
	font-size: 12px;
}
.sitemap {
	vertical-align: top;
	line-height: 20px;
	background-color: #202020;
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin-top: 15px;
	background-image: url(img/search_bg2.gif);
}
.sitemap_bc   {
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

a  {
	color: #333;
	text-decoration: underline;
}
.sitemap_head {
	background-color: #00AEF0;
}

.sitemap a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #EC008C;
}
#left_arrow {
	height: 61px;
	width: 75px;
	position: relative;
	left: -831px;
	top: 200px;
	overflow: hidden;
}
.heading {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: "0.625em Tahoma", Geneva, sans-serif;
	color: black;
}
.required {
	font-size: 10px;
	color: #F00;
}

#right_nav_basket {
	width: 250px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #00AEF0;
	padding: 5px;
	letter-spacing: 0.1em;
	background-image: url(img/search_bg3.gif);
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	color: #FFF;
}
#right_nav_basket a {
	color: #FFF;
	text-decoration: none;
}

#right_nav_basket a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

#right_nav_basket .item {
	text-align: left;
	height: 50px;
	background-color: #FFF;
	background-image: url(img/gradient_bg2.gif);
	color: #000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-top: 4px;
}
#right_nav_basket .itemselect {
	text-align: left;
	height: 50px;
	background-color: #FFF;
	background-image: url(img/gradient_bg2.gif);
	color: #000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-top: 4px;
}



#right_nav_basket .basket_total {
	font-weight: bold;
	margin-top: -5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.sitemap a:hover {
	color: #FFF;
	font-weight: bold;
}
.manufacturers td {
	text-align: center;
	border: 1px none #e6e6e6;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #F8F8F8;
	height: 65px;
	background-image: url(img/grey_grad_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: pointer;
}
.manufacturers {
	border: 1px none #e6e6e6;
	position: relative;
	left: -15px;
}
.compatlist {
	text-align: left;
	width: 50%;
}
.compatprinterlist {
	padding: 5px;
	font-size: 11px;
}
.compatprinterlist ul li {
	cursor: pointer;
	list-style-image: url(img/bullet_m.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	border-top: 1px dotted #ccc;
	color: #0000FF;
	
}
.prnlist li{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	border-top: 1px dotted #ccc;
	list-style-image: none;
	list-style-type: none;	
}
.prnlist a {
	text-decoration:none;
	color: #0000FF;
}
.prnlist a:hover {
	text-decoration:underline;
	color: #EC008C;
}
.compatprinterlist ul {
	left: -20px;
	position: relative;
}
.searchterm {

}
.results_cartridges a {
	text-decoration: none;
	font-size: 11px;
}
.login {
	line-height: normal;
	letter-spacing: normal;
}
.removeitem_but {
	cursor: pointer;
	width: 10px;
	height: 13px;
}
.quantamend_but {
	cursor: pointer;
	width: 13px;
	height: 10px;
}
.basketshortdesc {
	font-size: 10px;
	cursor: pointer;
}
.AccountMenu {

	text-decoration: none;
	font-size: 10px;
	cursor: pointer;

	border-width: 1px;
	border-style: dotted;
	border-color: #000;
	background-color: #DDF8FF;
	text-align: center;
}
.AccountMenuON {
	text-decoration: none;
	font-size: 10px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background-color: #CDE8FD;
	text-align: center;
}
.sidepane_left_bottom {
	width:100%;
	height: 75%;
	background-image: url(img/left_shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
	overflow: hidden;
}
.sidepane_right_bottom {
	width:100%;
	height: 75%;
	background-image: url(img/right_shadow.gif);
	background-repeat: repeat-y;
	background-position: left;
	overflow: hidden;
}
a {
	cursor: pointer;
}
#link_header {
	position: relative;
	top: -9px;
}
#link_header a {
	font-size: 11px;
	text-decoration: none;
}
.text_area {
	color: #666;
	line-height: 18px;
	width: 95%;
}
#basketbox {
	z-index: 3;
	background-color: #FFF;
}



.checkoutrow {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}



.orderref {
	font-size: 13pt;
	
}



.smallerbutton {
	font-size: 8pt;
	height: 25px;
	cursor: pointer;
	background-image: url(img/but_bg.gif);
	border: none;
}
.login .standard_edit {
	position: relative;
	top: -8px;
}
.heading_white {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: "0.625em Tahoma", Geneva, sans-serif;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#siteseal {
	position: fixed;
	right: 0px;
	bottom: 11px;
}
.box_header_white {
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
	color: #fff;
	line-height: 24px;
}
.white_text {
	color: #FFF;
}
.box_arrow {
	position: relative;
	right: -10px;
	bottom: -10px;
}
#right_nav_box_m {
	width: 250px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EC008C;
	padding: 5px;
	letter-spacing: 0.1em;
	background-image: url(img/search_bg.gif);
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	color: #000;
	cursor: pointer;
}
#right_nav_box_c {
	width: 250px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #00aef0;
	padding: 5px;
	letter-spacing: 0.1em;
	background-image: url(img/search_bg3.gif);
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	color: #000;
	cursor: pointer;
}
#mainBanner,
#mainBanner ul li div {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.box_header_black {
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
	color: #000;
	line-height: 24px;
}
.left_box {
	background-image: url(img/grey_grad_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	line-height: 20px;
}
.left_text {
	line-height: 20px;
}
.box_header_magenta {
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	color: #FFF;
	line-height: 18px;
}



.standard_edit {
	padding: 3px;
	border:1px solid #999;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
	font-weight: bold;
	height:20px;
	margin:0;
	padding:5px 8px 0 6px;
	vertical-align:top
}




.orders_head {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;

}

.orders_head_sub {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;

}

.orders_item {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#fbfbfb;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #ebebeb ;

}



.orders_item_r {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#fbfbfb;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #ebebeb ;

}




.orders_item_sub {
	font-size: 8pt;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
	border-bottom: 1px solid #444;
	margin-top: 5px;
	margin-bottom: 5px;

}





.orders_item_sub_b {
	font-size: 8pt;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
	margin-top: 5px;
	margin-bottom: 5px;
}



#top_right {
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 20px;
	height: 95px;
	width: 500px;
	margin-left: 15px;
	background-image: url(img/telephone.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.normalbutton {
	height: 25px;
	background-image: url(img/but_bg.gif);
	cursor: pointer;	
	border: 1px outset buttonface;
}



.useraccounttitle {
	font-size:11pt;
}
.SearchFoundMessage {
	size: 12px;
}
.prod_detail li{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 1px dotted #ccc;
	color: #000;
}

.prodprice {
font-size: 18px;
font-weight: bold;
}

.basket_status {
font-weight: bold;
color: #000;
}


.hcommentdate {
font-weight: bold;
color: #000;
}

.hcomment {
font-weight: bold;
color: #000;
}

.hcommentstar {
font-weight: bold;
color: #000;
white-space:nowrap;
}


.commentdate {
font-weight: normal;
color: #000;
border-top: solid #999999 1px;
white-space:nowrap;
}

.comment {
font-weight: normal;
color: #000;
border-top: solid #999999 1px;w
hite-space:normal;
}

.commentstar {
font-weight: normal;
color: #000;
border-top: solid #999999 1px;
white-space:nowrap;
}




.dotts {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.sectionstatement {

font-weight: normal;
color: #000;
border-top: solid #999999 1px;

}















