/* Header Styling */
#header {
    width: 904px;
    margin: 0px auto;
    border-left: 1px solid #DFDDDD;
    border-right: 1px solid #DFDDDD;
    padding: 0px 13px 13px 13px;
    background-color: #FFFFFF;
    
}

.headerLogo {
    float: left;
    margin-top: 8px;
}

.headerDescription {
    float: right;
    width: 425px;
    padding: 5px;
    margin-bottom: 8px;
    background-color: #F9F9F9;
    color: #5E5E5E;
    font-size: 11px;
    margin-top: 8px;
}

.headerDescription strong {
    color: #DC2B26;
    font-size: 13px;
}
/* EndOf Header Styling */

/* Drop Down Menus */
#menu-comp-popup, #comp-pop-shadow {
    width: 600px;
    height: 230px;
}

#menu-cash-popup, #cash-pop-shadow {
    width: 400px;
    height: 200px;
}

#menu-vouc-popup, #vouc-pop-shadow {
    width: 225px;
    height: 140px;
}
#menu-mpr-popup, #mpr-pop-shadow {
    width: 225px;
    height: 175px;
}

.menu-popup {
    position: absolute;
    top: 104px;
    width: 600px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    background-image: url('../images/site/general/modulebg.gif');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #f6f6f6;
    display: none;
    z-index: 2;
}

.pop-shadow {
    z-index: 1;
    padding: 10px;
    display: none;
    position: absolute;
    float: left;
    background-image: url('../images/site/header/pop-shadow.png');
    background-position: top;
    margin-top: -22px;
}

.pop-col {
    width: 175px;
    margin-left: 10px;
    float: left;
}

.pop-col a {
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    color: #5B3736;
}

.pop-col a:hover {
    text-decoration: underline;
}

.pop-col h4 a {
    color: #DC2B26;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.pop-col li {
    display: inline;
}

.pop-col li.title {
    display: block;
}

.viewall {
    float: right;
    width: 180px;
    text-align: right;
    margin-right: 10px;
    top: -22px;
    position: relative;
}

.viewall a {
    font-size: 10px;
    color: #DC2B26;
    font-weight: bold;
}

.menuclose {
    float: right;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#menu-subnote {
    clear: both;
    background-image: url( '../images/site/header/cornermenu.gif' );
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #DC2B26;
    padding-left: 14px;
    padding-top: 5px;
    height: 22px;
    color: #fff;
}

#menu-subnote ul {
    float: left;
    width: 790px;
}

#menu-subnote li.pipe {
    color: #B0322C;
}

#menu-subnote li {
    display: inline;
    font-weight: bold;
    margin: 0px 2px;
}

#menu-subnote li a {
    color: #fff;
}

#cashback-login {
    float: left;
}

.addthis_button {
    float: right;
}

#cashback-login, #cashback-login * {
    padding: 0px;
    margin: 0px;
}

#cashback-login fieldset {
    border-left: 1px solid #e8e8e8;
    padding-left: 10px;
    margin: 0px;
    width: 205px;
}

#cashback-login fieldset legend {
    font-size: 18px;
    font-weight: bold;
    color: #97C740;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

#cashback-login fieldset a {
    float: left;
    color: #026DC0;
    width: 100px;
    line-height: 1.2;
    margin-top: 8px;
}

#cashback-login fieldset p {
    line-height: 1.0;
    margin-bottom: 10px;
}

#cashback-login fieldset label {
    color: #666;
    padding: 2px 0px;
    font-size: 12px;
    margin-top: 5px;
}

#cashback-login fieldset label span {
    color: #97C740;
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
}

#cashback-login fieldset input {
    padding: 5px;
    border: 1px solid #CCC;
    width: 195px;
}

#cashback-login fieldset input.submit {
    border: none;
    padding: 0px;
    margin-top: 10px;
    width: 92px;
    height: 26px;
    float: right;
    margin-right: 10px;
}

#cashback-popup-right {
    text-align: right;
    float: left;
    width: 170px;
    margin-right: 10px;
}

#cashback-popup-right h3 {
    font-size: 18px;
    font-weight: bold;
    color: #97C740;
    line-height: 1.0;
    margin-bottom: 5px;
}

#cashback-popup-right p {
    line-height: 1.0;
    float: right;
}

#cashback-popup-right img {
    float: right;
    margin-left: 5px;
}

#cashback-popup-right h4 {
    margin-top: 48px;
}

#cashback-popup-right ul {
    list-style-type: none;
}

#cashback-popup-right a {
    color: #026DC0;
}

#menu-vouc-popup, #vouc-pop-shadow, #menu-mpr-popup, #mpr-pop-shadow{
    padding: 0px;
}
#menu-mpr-popup{
	margin-left: 420px;
	height: auto;
}
#mpr-pop-shadow {
	margin-left: 425px;
}
#menu-vouc-popup ul, #menu-mpr-popup ul{
    padding: 0px 5px;
}

#menu-vouc-popup li, #menu-mpr-popup li{
    clear: both;
    list-style-type: none;
    border-top: 1px solid #eee;
    padding: 0px;
}

#menu-vouc-popup li img {
    float: left;
    position: relative;
    top: 2px;
    margin-bottom: 6px;
}

#menu-vouc-popup li a.text, #menu-mpr-popup li a.text{
    position: relative;
    top: -7px;
    padding: 5px;
    width: 170px;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    color: #026DC0;
    float: right;
    top: 4px;
}

#menu-vouc-popup li a:hover,  #menu-mpr-popup li a:hover{
    text-decoration: underline;
}
/* EndOf Drop Down Menus */

/* Main Menu Styling */
#main-menu {
    clear: both;
    margin-left: -1px;
}

#main-menu li {
    float: left;
    list-style-type: none;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    font-size: 1px;
    position: relative;
    top: 0px;
    margin-bottom: 1px;
}

#main-menu li.blog, #main-menu li.news, #main-menu li.cashback {
    float: right;
}

#main-menu li.selected {
    top: 1px;
    margin-bottom: 0px;
}

#main-menu li img.menu-slice-left {
    float: left;
}

#main-menu li img.menu-slice-right {
    float: left;
    cursor: pointer;
}

#main-menu li a.middle {
    color: #666;
    text-decoration: none;
    padding: 7px 10px 3px 0px;
    text-transform: uppercase;
    float: left;
    background-image: url( ../images/site/header/menu/middle.gif );
    background-repeat: repeat-x;
    font-size: 12px;
}

#main-menu li.cashback a.middle {
    background-image: url( ../images/site/header/menu/middle-green.gif );
    padding: 7px 5px 3px 1px;
    color: #fff;
}

#main-menu li.blog a.middle, #main-menu li.news a.middle {
    background-image: url( ../images/site/header/menu/middle-dark-grey.gif );
    color: #fff;
}

#main-menu li.news {
	width: 60px;
}

#main-menu li.home a.middle, #main-menu li.blog a.middle, #main-menu li.news a.middle {
    padding: 7px 3px 3px 3px;
}

#main-menu li.selected a.middle {
    background-image: url( ../images/site/header/menu/middle-selected.gif );
    color: #fff;
}

#main-menu li a.middle:hover {
    text-decoration: underline;
}
/* EndOf Main Menu Styling */


/* Search Bar Styling */
#searchbar {
    background-image: url( '../images/site/header/searchbg.gif' );
    background-repeat: repeat-x;
    height: 83px;
    border: 1px solid #DEDEDE;
    padding: 1px;
    padding-left: 15px;
}

#searchbar p {
    font-size: 14px;
    color: #555;
}

#searchbar #searchCat {
    float: left;
    width: 251px;
    background-image: url( '../images/site/header/selectbg.gif' );
    height: 25px;
    margin-right: 30px;
    padding: 7px 0px 0px 10px;
    cursor: pointer;
}

#searchbar span {
    color: #555;
    font-weight: bold;
}

#searchBox {
    float: left;
    width: 445px;
}

#searchBox #searchInput {
    border: 0px;
    background-image: url( '../images/site/header/searchbarBg.gif' );
    padding: 7px 0px 0px 10px;
    height: 25px;
    width: 332px;
    font-weight: bold;
    font-size: 12px;
    font-family: "trebuchet ms", arial, verdana, sans-serif;
    color: #555;
    margin-right: 15px;
}

#searchBox #searchButton {
    height: 31px;
    width: 81px;
    border: 0px;
    margin-top: -2px;
}

#searchbar p.or {
    float: left;
    margin: 4px 7px 2px 3px;
}

#searchbar .searcheg {
    float: left;
    display: inline;
    margin: 0px 5px 0px 10px;
    padding: 0px;
    font-size: 10px;
}

#searchbar #eg {
    width: 200px;
    margin-left: 0px;
    font-size: 10px;
    margin-top: 0px;
}

#searchbar #eg li {
    display: inline;
    margin: 0px 0px;
}

#searchbar #eg li a {
    font-size: 10px;
    color: #DC2B26;
    text-decoration: none;
}

#frontMenu {
    clear: both;
}

#catPop {
    position: absolute;
    top: 194px;
    margin-left: 18px;
    padding: 0px 15px;
    background-color: #F9F9F9;
    height: 265px;
    width: 840px;
    border: 1px solid #ccc;
    z-index: 99;
    display: none;
}

.catContainer {
    float: left;
    width: 250px;
    margin-right: 45px;
}

.catHold h4, .catHold h4 a {
    color: #DC2B26;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0px 0px;
    text-decoration: none;
}

.close {
    float: right;
    cursor: pointer;
}

.close img {
    position: relative;
    top: -14px;
}
/* EndOf Search Bar Styling */


/* Home Page Splash */
#home-splash {
    clear: both;
}

.splash {
    width: 270px;
    height: 179px;
    padding: 5px 10px;
    float: left;
    margin-right: 17px;
}

.miniminisplash {
    width: 191px;
    padding: 0px 10px 0px 10px;
    float: left;
    margin-right: 17px;
    margin-bottom: 20px;
    border: 1px solid #DEDEDE;
    border-top: none;
    height: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
}

.miniminisplash h2 {
    margin: 0px;
    position: relative;
    top: -5px;
}

.miniminisplash h2 a {
    text-decoration: none;
}

.miniminisplash p.cats {
    font-size: 10px;
    width: 130px;
    position: relative;
    top: -5px;
}

.miniminisplash img.compare-button {
    position: absolute;
    bottom: 10px;
}

.miniminisplash img.module-top-white {
    position: relative;
    float: left;
    left: -11px;
    top: -6px;
}

.minisplash {
    width: 270px;
    height: 109px;
    padding: 5px 10px;
    float: left;
    margin-right: 17px;
}

.splash ul {
    margin: 6px 0px;
}

.splash li {
    list-style-type: disc;
    margin-left: 19px;
    line-height: 18px;
}

.splash span {
    color: #555;
}

.splash img {
    margin-left: 5px;
}

.splash h2 {
    font-size: 18px;
    margin: 2px 0px 0px 5px;
}

.minisplash h2, .miniminisplash h2 {
    font-size: 16px;
    margin: 2px 0px;
}

.minisplash p, .miniminisplash p {
    width: 185px;
}

.hcomp li {
    color: #0281A1;
}

.hcash li {
    color: #85AE30;
}

.hvouc li {
    color: #E9901B;
}

.hcomp h2 {
    color: #0281A1;
}

.hcash h2 {
    color: #85AE30;
}

.hvouc h2, .evouc h2, .pvouc h2, .lvouc h2 {
    color: #E9901B;
}
/* Addition edit to allow for mpr banner */

#home-splash {
	 font-size: 11px;
    padding: 5px 0px;
    margin-right: 0px;
}
.mprbanner {
	background-image: url('../images/site/front/mprbanner.gif' );
    background-repeat: no-repeat;
    margin-right: 0px;
    margin-left: 5px;
    float: right;
    width: 110px;
    cursor: pointer;
}
.mprbanner h2 {
	font-size: 16px;
	color: #4A096F;
	text-align: center;
	
}
.mprbanner li {
	color: #4A096F;
	padding-bottom: 5px;
}
#home-splash .hcomp {
    background-image: url('../images/site/front/cmp.gif' );
    background-repeat: no-repeat;
    margin-right: 5px;
   
    	width: 230px;
   
}

#home-splash .hcash {
    background-image: url('../images/site/front/csh.gif' );
    background-repeat: no-repeat;
    margin-right: 5px;
        width: 230px;
}

#home-splash .hvouc {
    background-image: url('../images/site/front/vch.gif' );
    background-repeat: no-repeat;
        width: 230px;
        margin-right: 0px;
}

#home-splash .lvouc {
    background-image: url('../images/site/portals/splash/voucher-codes-new.gif' );
}

#home-splash .pvouc {
    background-image: url('../images/site/portals/splash/voucher-codes-popular.gif' );
}

#home-splash .evouc {
    background-image: url('../images/site/portals/splash/voucher-codes-expiring.gif' );
}

.homeText {
    padding-top: 20px;
    padding-left: 5px;
}

.homeText p {
    font-size: 13px;
}
/* EndOf Home Page Splash */


/* Module Box Styling */
.moduleContainer {
    float: left;
    width: 290px;
    margin-top: 15px;
    margin-right: 17px;
}

.moduleContainerLarge {
    float: left;
    width: 597px;
    margin-top: 15px;
}

.moduleContainerLarge h3 {
    color: #888;
    font-size: 12px;
    font-weight: normal;
}

.moduleContainerFull {
    margin-top: 15px;
    clear: both;
}

.largeTopModule {
    background-image: url('../images/site/modules/top-module.gif' );
    width: 270px;
    height: 18px;
    padding: 7px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.bottomModule {
    border: 1px solid #DEDEDE;
    border-top: 0px;
    padding: 0px 9px;
}

.fullModule {
    border: 1px solid #DEDEDE;
    border-top: 0px;
    padding: 0px 9px;
    background-image: url( ../images/site/general/white-grey-gradient.gif );
    background-repeat: repeat-x;
    background-color: #F6F6F6;
}

.fullModule h3 {
    font-size: 12px;
    color: #888;
    font-family: "Trebuchet MS", Arial, Serif;
    font-weight: normal;
}

.topModule {
    width: 270px;
    height: 9px;
    color: #555;
    font-weight: bold;
    font-size: 4px;
}

div.blog {
    padding-bottom: 10px;
    background-color: #f8f8f8;
}

div.blog h4 {
    border-top: 1px dashed #d8d8d8;
    padding-top: 10px;
    margin-top: 10px;
}

div.blog h4 a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

div.blog h4 a:hover {
    text-decoration: underline;
}

div.blog h4.first {
    border-top: none;
    padding-top: 1px;
    margin-top: 0px;
}

#homeCats {
    padding: 6px 4px;
}

#homeCats h4, #homeCats h4 a {
    color: #555;
    font-size: 13px;
    font-weight: bold;
    margin: 9px 0px 0px;
    text-decoration: underline;
}


#homeCats p, #homeCats p a, .catHold p, .catHold p a { /* borrowed styling for drop down on header */
    margin: 0px;
    padding: 0px;
    color: #737373;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.seeAll, .seeAll a {
    position: relative;
    float: right;
    width: 110px;
    color: #DC2B26;
    font-weight: bold;
    margin-right: 3px;
}

.viewmore {
    text-align: left;
}

.galleryImage {
    float: left;
    border: 1px solid #D9D9D9;
    margin: 0px 11px 5px 11px;
}

#galleryScroll {
    margin: 5px 0px;
}

#galleryScroll div div {
    width: 104px;
}

#galleryScroll div {
    text-align: center;
}

#galleryScroll div p {
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
}

#galleryScroll div p span {
    color: #92B91D;
    font-size: 11px;
    font-weight: normal;
}

div.number {
    float: left;
    width: 20px;
    height: 35px;
    font-weight: bold;
    color: #E9901B;
    font-size: 18px;
    clear: both;
    text-align: right;
    margin-left: -3px;
    margin-right: 10px;
}

div.numbercash {
    float: left;
    width: 20px;
    height: 35px;
    font-weight: bold;
    color: #85AE30;
    font-size: 18px;
    clear: both;
}

.voucherHome h2 {
    clear: both;
    color: #E9901B;
    margin-bottom: 10px;
    font-size: 16px;
}

.cashHome h2 {
    clear: both;
    color: #85AE30;
    margin-bottom: 10px;
    font-size: 16px;
}

.newsHome h2 {
    clear: both;
    color: #858585;
    margin-bottom: 10px;
    font-size: 16px;
}

.newsHome p {
    line-height: 28px;
}

.voucherHome h2 img, .cashHome h2 img, .newsHome h2 img  {
    float: left;
    position: relative;
    top: -3px;
    margin-right: 5px;
    margin-left: -3px;

}

.voucherHome a, .cashHome a, .newsHome a {
    color: #026DC0;
}

.moduleContainer .more {
    color: #858585;
    font-weight: normal;
}

.voucherdeal p {
    margin: 0px;
}

.voucherdeal span {
    color: #85AE30;
}

.a-zholder {
    border: 1px solid #DEDEDE;
    padding: 5px 12px 2px 12px;
    margin: 15px 0px;
}

/* EndOf Module Styling */

/* Home Page Gallery Scroller CSS */
div.scrollable {
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0px 5px;
    width: 510px;
    height: 90px;
    top: -5px;
}

div.scrollable div.items {
    width: 20000em;
    position: absolute;
}
div.scrollable div.items div {
    float: left;
}

img.scrollButton {
    float: left;
    cursor: pointer;
}
/* End of Home Page Scroller CSS */

/* Home Page az Styling */
.az {
    margin-bottom: 5px;
    margin-left: -3px;
}

.az li {
    display: inline;
    padding: 0px 2px 0px 3px;
}

.az li a {
    color: #DC2B26;
    background-color: #F6F6F6;
    padding: 0px 2px;
}
/* EndOf Page az Styling */


/* Left Content layout */
#leftContent {
    float: left;
    width: 640px;
    padding-top: 0px;
    padding-left: 5px;
}

#leftContent .catHeader {
    color: #555;
    font-size: 13px;
}

#leftContent .catHeader a {
    color: #555;
    text-decoration: none;
}

#leftContent p.retailersList {
    margin: 0px 0px 15px;
}

#leftContent .retailersList a {
    text-decoration: underline;
    color: #737373;
    font-weight: normal;
}

#leftContent .brands-ul {
    float: left;
    width: 190px;
    margin: 10px 10px 10px 13px;
}

#leftContent .brands-ul li {
    list-style-type: circle;
    color: #737373;
}

#leftContent .brands-ul li a {
    color: #737373;
    font-weight: normal;
}

#leftContent .merchantList {
    float: left;
    width: 150px;
    margin: 15px 0px 15px 10px;
}

#leftContent .merchantList li {
    list-style-type: none;
    text-align: center;
}

#leftContent .merchantImage img {
    border: 4px solid #DDDDDD;
}

#leftContent .merchantName a {
    color: #C91101;
    text-decoration: none;
}

.dottedHr {
    margin-left: 15px;
    width: 99%;
    color: #ddd;
    background-color: #ddd;
    height: 1px;
    border: 0px;
    clear: both;
}

/* EndOf Left Content layout */

/* Module Styling */
#moduleHolder {
    float: right;
    width: 237px;
    padding-top: 6px;
}

#moduleHolder .module {
    float: right;
    margin: 6px 0px;
    padding: 4px 10px;
    border: 1px solid #DEDEDE;
    background-image: url( '../images/site/general/modulebg.gif' );
    background-repeat: repeat-x;
    background-color: #F8F8F8;
    width: 215px;
}

#moduleHolder .module h3 {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

#moduleHolder .moduleCashback {
    float: right;
    height: 214px;
    padding: 0px;
    width: 235px;
}

#moduleHolder .socialBookmarking {
    margin-left: 0px;
    width: 125px; 
    height: 16px;
    margin-top: 3px;
}

#moduleHolder .moduleTop {
    position: absolute;
    margin-left: -11px;
    margin-top: -5px;
}
/* End of Module Styling */

/* TableSorter JS Script CSS */
table.tablesorter {
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 14px;
	clear: both;
	border-bottom: 1px solid #dddddd;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	padding: 4px;
}

table.tablesorter th {
	cursor: pointer;
}

table.tablesorter tbody td {
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}

table.tablesorter thead tr th {
	background-image: url( ../js/jquery.tablesorter/themes/ecomparison/upDown.gif );
	background-position: center right;
	cursor: pointer;
	padding-right: 14px;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url( ../js/jquery.tablesorter/themes/ecomparison/asc.gif );
	background-position: center right;
	cursor: pointer;
	padding-right: 14px;
}

table.tablesorter thead tr .headerSortDown {
	background-image: url( ../js/jquery.tablesorter/themes/ecomparison/desc.gif );
	background-position: center right;
	cursor: pointer;
	padding-right: 14px;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

.cellBorder {
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

.cellBorderPortal {
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

.cellBorderRight {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
/* Endof TableSorter JS Script */

/* About Us CSS */
.aboutUs td.icon {
    width: 55px;
}

.aboutUs td p {
    margin: 0px;
}
/* EndOf About Us CSS */

/* Contact Us CSS */
#contactUsForm label {
    width: 150px;
    font-size: 14px;
}

#contactUsForm input {
    width: 210px;
    margin-top: 10px;
}

#contactUsForm textarea {
    margin-top: 10px;
    width: 300px;
    height: 100px;
}

#contactUsForm .submit {
    margin-left: 160px;
    width: 70px;
    background-color: #DC2B26;
}
/* EndOf Contact Us CSS */




/* Footer Styling */
#footer {
    clear: both;
    background-color: #fff;
    width: 930px;
    margin: 0px auto;
    /*border-left: 1px solid #DFDDDD;
    border-right: 1px solid #DFDDDD;*/
    padding: 0px 0px 20px 0px;
}

#footer div.footermenu {
    background-color: #E9E9E9;
    padding: 15px 11px;
    margin-bottom: 20px;
    border-bottom: 2px solid #DFDDDD;
}

#footer ul {
    width: 700px;
}

#footer li {
    display: inline;
    padding: 0px 7px;
    font-size: 11px;
}

#footer li a {
    color: #555;
    text-decoration: underline;
}

#footer li a:hover {
    text-decoration: underline;
}

div.addthis_toolbox {
    width: 160px;
    text-align: right;
    float: right;
    position: relative;
    top: -15px;
}

img.footer-logo {
    float: left;
    margin-right: 10px;
    margin-left: 80px;
}
.copyright {
    text-align: left;
    margin-top: 0px;
    font-size: 11px;
    line-height: 14px;
}
/* EndOf Footer Styling */


/* Portal Page Styling */
div.portal-header {
    width: 885px;
    height: 43px;
    padding: 6px 10px;
    margin-bottom: 15px;
}

div.voucher-codes {
    background-image: url( ../images/site/portals/header/voucher-codes.gif );
    background-repeat: no-repeat;
}

h1.portal {
    font-size: 24px;
}

h2.portal {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 15px;
}

div.voucher-codes h1 {
    color: #E9901B;
}
/* EndOf Portal Page Styling */




/* UL Menu Styling */
.noLink, .noLink:hover {
    text-decoration: none;
}

.orange {
    color: #E9901B;
}

.blue {
    color: #0281A1;
}

.grey {
    color: #666666;
}

.bigger {
    font-size: 22px;
    margin: 5px 0px;
}

ul.ul-menu {
    background-color: #f4f4f4;
    border: 1px solid #e9e9e9;
    list-style-type: none;
    height: 28px;
    margin: 20px 0px 0px 0px;
}

ul.ul-menu li {
    background-color: inherit;
    display: inline;
    float: right;
    text-align: right;
    padding: 5px 0px;
}

ul.ul-menu li.selected {
    padding: 5px 15px;
    background-color: #fff;
    font-weight: bold;
    color: #333;
}

ul.ul-menu li a {
    padding: 5px 15px;
    color: #0476BC;
}

ul.ul-menu li.tag {
    color: #666;
    font-weight: bold;
    text-align: left;
    padding: 5px;
    float: left;
}
/* EndOf UL Menu Styling */

/* UL Menu Filter Styling */
ul.ul-filter-menu {
    clear: both;
    list-style-type: none;
    height: 25px;
    margin: 0px 0px 10px 0px;
    padding: 0px 5px;
}

ul.ul-filter-menu li {
    display: inline;
    float: right;
    text-align: right;
    padding: 0px;
}
/* EndOf UL Filter Menu Styling */

/* UL Vouchers Styling */
ul.codes {
    list-style-type: none;
    margin: 0px 5px;
}

ul.codes li {
    clear: both;
    padding: 20px 0px 15px 0px;
    border-top: 2px dashed #ededed;
}

ul.codes li.first {
    border-top: none;
}

ul.codes div.merchant-image-holder {
    background-color: #ededed;
    padding: 5px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 110px;
}

ul.codes div.merchant-image-holder p {
    padding: 0px;
    margin: 0px;
}

ul.codes img.merchant-image {
    padding: 0px;
    margin: 0px;
}

ul.codes img.code-tag {
    float: left;
    position: relative;
    margin-left: -140px;
    margin-top: -10px;
}

ul.codes h4 a {
    color: #0476BC;
    font-size: 14px;
    text-decoration: none;
}

ul.codes h4 a:hover {
    text-decoration: underline;
}

ul.codes p {
    line-height: 1.1;
}

ul.codes .launch {
    float: left;
    margin: 5px 0px;
}

.v-click {
    height: 16px;
    width: 240px;
    padding: 0px;
    margin: 0px;
    border: none;
    float: left;
    margin-top: 5px;
    display: inline;
    position: relative;
}

.voucher-right {
    float: left;
    width: 485px;
}

ul.codes div.v-click {
    width: 310px;
}

ul.codes div.v-click img {
    border: 2px solid #DFDFDF;
    margin: 0px;
    padding: 0px;
}

.voucher-holder .voucher-code, .voucherPop .voucher-code, .v-click .voucher-code {
    border: 2px solid #DFDFDF;
    padding: 2px 0px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #5F5F5F;
    font-size: 16px;
    background-color: #fff;
    width: 199px;
    margin-top: 1px;
}

.voucher-help-single div {
    margin: 10px 0px;
    background-color: #fff;
    padding: 0px 5px 0px 5px;
    border: 2px solid #DFDFDF;
}

.voucher-help-single {
    clear: both;
}

.voucher-help-single div p {
    line-height: 20px;
}

.voucher-help a, .voucher-help-single a {
    color: #026DC0;
    text-decoration: underline;
}

img.postit {
    position: relative;
    margin-top: -35px;
    float: right;
    margin-right: -20px;
}

.extVoucherPop {
    float: left;
    margin-right: 10px;
}

/* EndOf UL Menu Styling */

/* Oops Styling */
.oops {
    margin-left: 10px;
}

h1.oops {
    font-size: 40px;
}

ul.oops {
    margin-left: 30px;
}

ul.oops li {
    color: #DC2B26;
}

ul.oops li span {
    color: #666;
}

h2.oops {
    color: #DC2B26;
    margin: 10px;
}
/* EndOf Oops Styling */

/* AddThis Style Hack */
#atff {
    display: none;
}
/* EndOf AddThis Style Hack */


/* Pagination Style */
ul.pagination li {
    display: inline;
    list-style-type: none;
    margin-right: 5px;
    font-weight: bold;
    color: #333;
    border: 1px solid #e8e8e8;
    padding: 0px;
}

ul.pagination li.none {
    padding: 0px 8px;
}

ul.pagination li a {
   padding: 2px 6px 2px 8px;
   color: #026DC0;
   text-decoration: underline;
}

ul.pagination li.title {
    border: none;
}
/* EndOf Pagination Style */


/* Custom Mini style tweaks */
.clear { clear: both; } .dn { display: none; }

.fr { float: right; } .fl { float: left; } .fn { float: none; }

.m0 { margin: 0px; } .m5 { margin: 5px; } .m10 { margin: 10px; } .m15 { margin: 15px; }
.ml0 { margin-left: 0px; } .ml5 { margin-left: 5px; } .ml10 { margin-left: 10px; } .ml15 { margin-left: 15px; }
.mt0 { margin-top: 0px; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; }
.mb0 { margin-bottom: 0px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; }
.mr0 { margin-right: 0px; } .mr5 { margin-right: 5px; } .mr10 { margin-right: 10px; } .mr15 { margin-right: 15px; }

.p0 { padding: 0px; } .p5 { padding: 5px; } .p10 { padding: 10px; } .p15 { padding: 15px; }
.pl0 { padding-left: 0px; } .pl5 { padding-left: 5px; } .pl10 { padding-left: 10px; } .pl15 { padding-left: 15px; }
.pt0 { padding-top: 0px; } .pt5 { padding-top: 5px; } .pt10 { padding-top: 10px; } .pt15 { padding-top: 15px; }
.pb0 { padding-bottom: 0px; } .pb5 { padding-bottom: 5px; } .pb10 { padding-bottom: 10px; } .pb15 { padding-bottom: 15px; }
.pr0 { padding-right: 0px; } .pr5 { padding-right: 5px; } .pr10 { padding-right: 10px; } .pr15 { padding-right: 15px; }
