
.left_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #949494;
}
.right_border {
	border-left-style: none;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #949494;
}

.remove {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.value_prop {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #666666; }



#dhtmltooltip
{
	position:absolute;
	opacity:0.85;
	width: 150px;
	border: 1px solid #999999;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}




.value {font-size: 11px; font-family: Arial, Helvetica, sans-serif; }

.loyalty {
	font-size: 11px;
	color: #224295;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.our_priceExVAT {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}
.priceExVAT
{
	font-size:11px;
	padding-left:2px;
	color: #222222;
}
.our_price {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #009900;*/
	font-weight: bold;
}

.strikethroughPrice {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black; /*#cc0099;*/
	font-weight: bold;
	text-decoration: line-through;
}/*
.price
{
	font-size:14px;
	padding-left:2px;
}*/
.description {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}



.cartridge_title {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.r:link {
	text-decoration: underline;
	color: #cc0099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.r:visited {
	text-decoration: underline;
	color: #cc0099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.r:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0099;
	font-size: 12px;
	font-weight: bold;
}
.r:active {
	text-decoration: underline;
	color: #cc0099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.value_prop 
{
	font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; color: Black; 
}
.value_prop_highlight
{
	color: #FF7430;
	font-weight:bold;
	
}

.productgridlist
{
	border: 1px solid #FFFFFF;
	margin-left: 30px;
	width: 96.5%;
	margin-top: 0px;
}
.productgridlist TD.odd
{
	/*background-color: #FFFFFF;
	height: 25px;*/
}
.productgridlist TD.heading
{
	background-color: gray;
	height: 25px;
}
.productgridlist TD
{
	background-color: #DEDEDE;
	height: 25px;
}
.productgridlist SPAN
{
	/*[disabled]background:url(../images/headingArrow.jpg) no-repeat;*/
	margin-left: 0;
}
.productgridlist P.caption
{
	padding-bottom: 0;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}
.productgridlist P
{
	padding-bottom: 0;
	color: #000000;
	font-weight: normal;
	margin-top: -24px;
	margin-bottom: 0;
	font-size: 11px;
	padding: 0;
	text-align: left;
	margin-left: 20px;
}

.similar_printer {
    border: 2px solid #FF0000;
    padding: 10px;
    width: 95%;
    margin-bottom:10px;
}

.error {
    background: url("/images/cs_sprite.png") no-repeat scroll 0 0 #FFFFFF;
    color: #FF0000;
    font-weight: 400;
    /*letter-spacing: 0.1em;*/
    margin: 1px 0 0;
    width: 90%;
    font-size:11px;
}

.error a{
    color:blue;
    text-decoration:underline;
    font-size:11px;
}