﻿body {
 background-color:#000000;
}
html, body, td, p {font:12px arial}

/* Rates Block */
.BoxLeft{background-image:url('Images/Left.jpg'); background-repeat:repeat-y; width:10px;}
.BoxRight{background-image:url('Images/Right.jpg'); background-repeat:repeat-y; width:10px;}
.BoxTop{background-image:url('Images/Top.jpg'); background-repeat:repeat-x; height:10px;}
.BoxBottom{background-image:url('Images/Bottom.jpg'); background-repeat:repeat-x; height:6px;}
.BoxTopLeft{background-image:url('Images/TopLeft.jpg'); background-repeat:no-repeat; height:10px; width:10px;}
.BoxTopRight{background-image:url('Images/TopRight.jpg'); background-repeat:no-repeat; height:10px; width:10px;}
.BoxBottomLeft{background-image:url('Images/BottomLeft.jpg'); background-repeat:no-repeat; height:6px; width:10px;}
.BoxBottomRight{background-image:url('Images/BottomRight.jpg'); background-repeat:no-repeat; height:6px; width:10px;}

.ProductOff {background-color:#000000;}
.ProductOff #DelItem {display:none;}
.ProductOff #Tick {display:block;}
.ProductHover{ background-color:#4f3f64;}
.ProductHover #DelItem{display:block;}
.ProductHover #Tick {display:none;}
