/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

#order-pure_comparison .price-table-container .price-table .top-head {
    /* Old browsers */
	background: #0e5077;
    /* FF3.6+ */
	background: -moz-linear-gradient(top,  #188ACC 0%, #0e5077 100%);
    /* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#188ACC), color-stop(100%,#0e5077));
    /* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top,  #188ACC 0%,#0e5077 100%);
    /* Opera 11.10+ */
	background: -o-linear-gradient(top,  #188ACC 0%,#0e5077 100%);
    /* IE10+ */
	background: -ms-linear-gradient(top,  #188ACC 0%,#0e5077 100%);
    /* W3C */
	background: linear-gradient(to bottom,  #188ACC 0%,#0e5077 100%);
    /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#188ACC', endColorstr='#0e5077',GradientType=0);
}