*{
	margin:0px;
	padding:0px;
}

/*--- Main Layout Styles ---*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../images/bg.jpg) top center repeat-y;
	color:#000000;
}

#container{
	width:950px;
	margin:auto;
}

#header{
	width: 950px;
	height:100px;
	background: #fff;
}

#logo{
	width:300px;
	height:100px;
	float:left;
}

#topnav{
	overflow: hidden;
	width: 600px;
	float:right;
	font-size: 14px;
	height:34px;
	margin-top:32px;
	margin-right: 30px;
}

#login{
	width:600px;
	float:right;
	height:34px;
	margin-right:30px;
	text-align:right;
	font-size:11px;
	line-height:34px;
}

#login a{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
		

#search_top{
	width:950px;
	height:72px;
	background:  url(../images/search_top.png) top left no-repeat;
	margin-bottom: 13px;
	text-align:left;
}

#search_top_text{
	height:72px;
	line-height:72px;
	padding-left:120px;
}

#search_top_text p{
	margin:0px;
	float:left;
	width: 280px;
	font-size: 22px;
	color:#ffffff;
}

form{
	margin:0px;
}

#content{
	width:667px;
	float:left;
}

#home_banner{
	width: 667px;
	height:329px;
	background: #fff url(../images/home_banner.jpg) top right no-repeat;
}

#home_banner_title{
	font-size:40px;
	padding: 20px 20px 0px 310px;
	color: #000000;
}

#home_banner_details{
	padding: 10px 20px 0px 310px;
}

#home_banner_details ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#home_banner_details li a{
	line-height: 25px;
	height:25px;
	padding:0px 0px 0px 23px;
	margin:0px;
	background: url(../images/arrow.png) center left no-repeat;
	color:#000000;
	text-decoration:none;
}

.home_banner_details_point_title{

    font-size:14px;
    font-weight:bold;
}

.home_banner_details_point_copy{

    padding-bottom:8px;
}

#home_banner_button {

    background:  no-repeat left top;
    color:#FFFFFF;
    font-size:20px;
    height:44px;
    line-height:44px;
    margin-left:310px;
	margin-right:50px;
    margin-top:10px;
    padding-left:45px;
	cursor:pointer;
	border: #fff solid 1px;
}


#home_banner_button a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer{
	width:100%;
	height:110px;
	clear:both;
	margin-bottom:20px;
}

#search_bottom{
	width:100%;
	height:45px;
	background: url(../images/search_bottom.gif) top left no-repeat;
}

#search_bottom_text{
	width:770px;
	height:45px;
	line-height:45px;
	padding-left:180px;
}

#search_bottom_text p{
	margin:0px;
	float:left;
	width: 200px;
	font-size: 16px;
}

#footer_mid{
	width:948px;
	border-left: #b1b1b1 solid 1px;
	border-right: #b1b1b1 solid 1px;
	clear:both;
}

#footer_text{
	float:left;
	padding: 13px 30px 0px 20px;
}

#footer_text ul{
	padding:0px;
	margin:0px;
}

#footer_text ul li{
	list-style-type:none;
	display:inline;
	padding-left:5px;
	padding-right:5px;
	border-right: #b1b1b1 solid 1px;
}

#footer_text ul li a{
	color:#000000;
	text-decoration:none;
}

#footer_bottom{
	background: url(../images/footer_bottom.gif) bottom left no-repeat;
	width:950px;
	height:10px;
	clear:both;
}


/*--- Top Nav Styles ---*/

#topnav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topnav li{
	float: right;
	margin: 0;
	padding: 0;
}

#topnav a{
	float: left;
	background: #d2d2d2 no-repeat left top;
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 10px;
	text-decoration: none;

}

#topnav a span{
	float: left;
	display: block;
	background:  #d2d2d2 no-repeat right top;
	padding: 9px 14px 9px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: normal;
	color:#000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#topnav a span {float:none;}
/* End IE5-Mac hack */


#topnav .selected a span{
	color: #FFFFFF;
	padding-bottom: 9px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
}

#topnav a:hover span{
	padding-bottom: 9px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	color:#FFFFFF;
}


/*--- Side Nav Styles ---*/

#sidenav{
	width:270px;
	float:left;
	margin-right:13px;
	margin-bottom:13px;
}
.side_top_colour{
	background:  url(../images/side_top_colour.png) top left no-repeat;
	width:270px;
	height:36px;
}

.side_top_colour h2{
	margin:0px;
	padding:6px 20px 0px 20px;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
}

.side_mid_colour{
	width:268px;
	clear:both;
	padding-top:11px;
}

.side_mid_colour_text{
	width:222px;
	padding-left:23px;
	padding-right:23px;
	padding-bottom:10px;
	padding-top:10px;
}


.sidenav_item{
	width:268px;
	height:64px;
}

.sidenav_icon{
	width:40px;
	height:40px;
	float:left;
	margin-top:10px;
	padding-left:10px;

}

.sidenav_text{
	width:188px;
	margin:0px;
	float:left;
	margin-top:10px;
	margin-left: 20px;
}	

.sidenav_text h3{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}

.sidenav_text p{
	margin:0px;
	padding:0px;
	font-size:12px;
}

.sidenav_text p a{
	color:#000000;
	text-decoration:none;
}

.sidenav_text p a:hover{
	color:#000000;
	text-decoration:underline;
}
	
.side_bottom_colour{
	clear:both;
	height:10px;
}

/*--- tabs Styles ---*/

.tabs_box{
	width: 667px;
}

.tabs_top{
	height:33px;
	width:667px;
	margin-top:13px;
}

.tabs_mid{
	width:645px;
	border-left: #b1b1b1 solid 1px;
	border-right: #b1b1b1 solid 1px;
	border-top: #b1b1b1 solid 1px;
	clear:both;
	padding:0px 10px;
}

.tabs_bottom{
	width:667px;
	height:10px;
	background: url(../images/tabs_bottom.gif) bottom right no-repeat;
	margin-bottom:13px;
}

.more_products{
	clear:both;
	height:15px;
	padding-top:10px;
	text-align:right;
	width:620px;
	font-weight:bold;
}

.tabs_top ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabs_top li{
	float: left;
	margin: 0;
	padding: 0;
}

.tabs_top a{
	float: left;
	position: relative;
	top: 0px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: #fff url(../images/tab_left.gif) no-repeat left top;
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 10px;
	text-decoration: none;

}

.tabs_top a:hover{
	text-decoration:none;
}

.tabs_top a span{
	float: left;
	position: relative;
	display: block;
	background: url(../images/tab_right.gif) no-repeat right top;
	padding: 9px 14px 9px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: normal;
	color:#000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
	.tabs_top a span {float:none;}
/* End IE5-Mac hack */


.tabs_top .selected a{
	background: #fff url(../images/tab_left.gif) no-repeat left top;
	background-position: 0 -125px;
	top: 0;
}

.tabs_top .selected a span{
	background-position: 100% -125px;
	color: #000000;
	padding-bottom: 9px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;

}

.tabs_top a:hover{
	background-position: 0% -125px;
	top: 0;
}

.tabs_top a:hover span{
	background-position: 100% -125px;
	padding-bottom: 9px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}


/*--- How it works Styles ---*/

#howitworks_container{
	margin-top:30px;
}

.howitworks_box{
	width: 650px;
	margin:10px 0px;
	height:120px;
}

.howitworks_icon{
	float:left;
	width:78px;
	height:78px;
	margin:0px 20px 0px 10px;
}

.howitworks_title{
	font-size:24px;
	font-weight:bold;
	float:left;
}

.howitworks_copy{
	color:#000000;
	float:left;
	margin: 9px 0px 0px 10px;
	font-weight:bold;
}

.howitworks_detail{
	width:500px;
	float:left;
}

.howitworks_detail p{
	margin:0px;
}
.howitworks_detail ul{
	padding-left:20px;
}



/*--- Product Grid Style ---*/

.prod_grid_box{
	float:left;
	display:inline;
	width:160px;
	height:222px;
	text-align:center;
}

.prod_grid_img{
	width:100px;
	height:100px;
	padding: 10px 30px;
}

.prod_grid_name{
	padding:5px 10px;
	width:140px;
	height:40px;
	font-weight:bold;
}

.prod_grid_price{
	padding: 0px 10px 10px 10px;
	font-weight:bold;
	width:140px;
}

/*--- Product List Style ---*/

.prod_list_box{
	width: 665px;
	display:block;
	height: 180px;
	border-bottom: #999999 solid 1px;
}
.prod_list_img{

	float:left;
	padding:10px;
}

.prod_list_text{
	width:410px;
	height:105px;
	float: left;
	padding-top:15px;
}	

.prod_list_name{
	padding:0px 10px;
	clear:both;
	font-weight:bold;
	margin-top:5px;
	font-size:16px;
}

.prod_list_desc{
	padding:5px 10px;
	clear:both;
	margin:0px;
}

.prod_list_price{
	font-weight:bold;
	margin:0px;
	float:left;
	width:123px;
	height:90px;
	padding-top:25px;
	text-align:center;
}
.prod_list_store{
	width:110px;
	height:100px;
	float:left;
	padding-top:20px;
	text-align:center;
}

.prod_list_button{
	width:123px;
	background:  top left no-repeat;
	color:#FFFFFF;
	padding:5px 0px;
	text-align:center; 
	margin-top:10px;
	cursor:pointer;
}

.prod_list_button_right{
	width:123px;
	background:  top left no-repeat;
	color:#FFFFFF;
	padding:5px 0px;
	text-align:center; 
	margin-top:10px;
	margin-right:20px;
	float:right;
	cursor:pointer;
}

.prod_list_button a{
	color:#FFFFFF;
	text-decoration:none;
}

.prod_list_button a:hover{
	color:#FFFFFF;
	text-decoration:none;
}


.prod_list_button_right a{
	color:#FFFFFF;
	text-decoration:none;
}

.prod_list_button_right a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.prod_button{
	width:123px;
	color:#FFFFFF;
	padding:5px 0px;
	text-align:center; 
	margin: 0px 16px;
	cursor:pointer;
}

.prod_button a{
	color:#FFFFFF;
	text-decoration:none;
}

.prod_button a:hover{
	color:#FFFFFF;
	text-decoration:none;
}


/*--- Content Box Styles ---*/

.content_box{
	width: 667px;
	margin-bottom:13px;
	float:left;
}

.content_box_top{
	background: url(../images/content_box_top.gif) top left no-repeat;
	width:667px;
	height:37px;
}

.content_box_top h2{
	margin:0px;
	padding:10px 20px 0px 20px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	float:left;
}

.content_box_top p{
	float:right;
	padding: 3px 30px 0px 0px;
	font-weight:normal;
}
	

.content_box_mid{
	border-left: #B1B1B1 solid 1px;
	border-right: #B1B1B1 solid 1px;
	width:665px;
}

.content_box_bottom{
	width:667px;
	height:10px;
	background: url(../images/tabs_bottom.gif) bottom right no-repeat;
}

.content_box_text{
	padding-left:23px;
	padding-right:23px;
	padding-bottom:10px;
	padding-top:10px;

}

.content_box_text_login{
	width: 223px;
	padding-left:23px;
	padding-right:23px;
	padding-bottom:10px;
	padding-top:10px;
	height: 224px;
}

.content_box_text ul.errors {
	padding: 0;
	margin: 0;

}
.content_box_text td{
	padding: 7px;
	background:#f4f4f4;
}

.content_box_text ul{
	margin-left:50px;
	padding: 10px 0px;
}

/*--- Prod Detail Banner Styles ---*/

#detail_banner{
	width:270px;
	height:195px;
	float:left;
	margin-left:13px;
}

/*--- Prod Detail Text Styles ---*/

.prod_detail_text{
	float:left;
	width:470px;
	margin-top:13px;
}


/*--- Store box Styles ---*/
#store_box{
	clear:both;
	width:950px;
}


#store {
	border:solid 1px #b1b1b1;
	border-bottom: none;
	border-width:1px 1px 1px 1px;
	margin-bottom:13px;
	width:100%;
	background: #fff !important;
}

#store th {
	text-align:center;
	font-weight:bold;
	height:40px;
	border:solid #b1b1b1;
	border-width:0px 0px 1px 0px;
}

.store_row {
	height:42px;
	text-align:center;
}

.store_row img {
	display:block;
	margin:5px auto;
}

.store_row td {
	cursor:pointer;
}

#store td {
	border-bottom: #b1b1b1 solid 1px;
}

.store_detail{
	padding: 10px 20px;
	width:300px;
	text-align:left;
}


#store_header, #store_detail {
	width:50%;
}

#store_header table, #store_detail table {
	width:100%;
}

#store_detail {
	background:#ebebeb;
}

#store_detail p {
	margin:0px;
	padding:2px;
}

#store_detail td {
	color:#333436;
	padding:0px 10px 10px 10px;
}

#store_detail td h1 {
	color:#040707;
	font-size:16px;
	margin:0px;
}

#store_detail td h3 {
	text-transform:uppercase;
	color:#666666;
	font-size:14px;
	margin-top:10px;
}

.cash_back {
	font-weight:bold;
}

#store_details {
	border:2px solid #d0dbdf;
	background:#ffffff;
	margin-bottom:5px;
}

#store_details td {
	padding:3px 10px 3px 10px;
	line-height:20px;
	color:#000000;
}

.storeBorder td {
	border:solid #e6e4e5;
	border-width:2px 0px 0px 0px;
}

.storeLabelLightRedDark {
	color:#8b181a;
}

.store_info{
	padding: 10px 20px;
}

.store_info h2{
	margin:0px;
}

.rating{
	height:20px;
	padding: 10px 20px;
}

.stars{
	height:20px;
}

.white_price{
	background:#FFFFFF;
	height:40px;
	margin: 0px 20px 10px 20px;
	padding: 5px 10px;
	width: 200px;
	border: #676767 solid 1px;
	float:left;
}

/*--- Merchant Styles ---*/

.merchant {
  width: 620px;
}

.merchant td{
	padding: 10px 9px;
	background:#fff;
}

.merchant_cashback{
	height:31px; 
	line-height:31px; 
	font-size:18px; 
	padding-left:10px;
	clear:both;
}

.alphabet {
	border:solid 1px #b1b1b1;
	border-width:1px 1px 1px 1px;
	margin-bottom:13px;
	width:100%;
	background: #fff !important;
}

.alphabet td{
	background:#ebebeb;
	padding:5px 3px;
}

.alphabet th{
	font-weight:normal;
	padding: 5px 0px;
}

/*--- Text Content Styles ---*/

.content_text{
	margin-left:23px;
}

h1{
	padding:0px 0px 6px 0px;
	font-size:28px;
}

h2{
	font-size:16px;
	padding:8px 0px 0px 0px;
}

h3{
	font-size:14px;
	padding:8px 0px 0px 0px;
}

p{
	margin: 8px 0px 8px 0px;
}

p.highlight{
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

ul{
	padding: 5px 0px 5px 50px;
}

.colour{
	font-weight:bold;
}

a {
	text-decoration:none;
	outline: none;
}

a:hover{
	text-decoration:underline;
}

#breadcrumbs{
	height:20px;
	font-size:10px;
	margin-left:23px;
	margin-top:13px;
}















/*--- Account Section Styles ---*/

.account_nav{
	list-style-type:none;
	margin-left: 30px;
	font-size:14px;
	padding:0px;
}

.account_nav li{
	padding:2px 0px;
}


.pay_me{
	float:right;
	margin-right: 30px;
}

.colour_button{
	width:123px;
	color:#FFFFFF;
	padding:5px 0px;
	text-align:center; 
	margin-top:10px;
	float:left;
	cursor:pointer;
}

.colour_button a{
	color:#FFFFFF;
	text-decoration:none;
}

.colour_button a:hover{
	color:#FFFFFF;
	text-decoration:none;
}


.grey_button{
	width:123px;
	height:26px;
	background: url(../images/grey_button.gif) top left no-repeat;
	color:#FFFFFF;
	padding:5px 0px;
	text-align:center; 
	margin-top:10px;
	float:left;
}

.grey_button a{
	color:#000000;
	text-decoration:none;
}

.grey_button a:hover{
	color:#000000;
	text-decoration:none;
}

.zend_form dt {
	text-align: left;
	margin-top: 14px;
	
}

.errors {
	color: #FF0000;
}

/*--- Pop-up Section Styles ---*/ 
.horizontal_bar{
    width:950px;
    background: url(../images/horizontal_bar.png) top left no-repeat;
    height:23px;
    margin-bottom:13px;
    clear:both;
} 

.loading_box{
	width:667px;
	height:160px;
}

#captcha-input {
  margin-top: 5px;
  margin-bottom: 15px;
}

/*--- Start How it works tabs Styles ---*/

.howitworks_box{
	width: 665px;
}

.howitworks_top{
	height:78px;
	margin-top:13px;
}

.howitworks_mid{
	border-left: #b1b1b1 solid 1px;
	border-right: #b1b1b1 solid 1px;
	border-top: #b1b1b1 solid 1px;
	padding: 10px 20px;
}

.howitworks_mid li{
	margin: 10px;	
}


.howitworks_bottom{
	clear:both;	
	width:667px;
	height:10px;
	background: url(../images/tabs_bottom.gif) bottom right no-repeat;
	margin-bottom:13px;

}

.howitworks_top ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.howitworks_top li{
	float: left;
	margin: 0;
	padding: 0;
	width:220px;
	height:78px;
	margin-right:1px;
}

.howitworks_top a{
	float: left;
	background:#fff url(../images/howitworks_tab.jpg) no-repeat scroll 0 100%;
	text-decoration: none;
	cursor:pointer;
	width:220px;
	height:78px;
}

.howitworks_top a:hover{
	text-decoration:none;
}

.howitworks_top a span{
	float: left;
	display: block;
	font-weight: bold;
	height: 78px;
}

.howitworks_top .selected a{
	background: url(../images/howitworks_tab.jpg) no-repeat scroll left top;
	width:220px;
	height:78px;
	border-bottom:#ffffff solid 1px;
}

.howitworks_top .selected a span{
	color: #3f3e2a;
}

.howitworks_icon{
	float:left;
	width:78px;
	height:78px;
	margin-left:10px;
}

.howitworks_title{
	color:db0000;
	font-size:24px;
	font-weight:bold;
	margin-top:1px;
}

.howitworks_copy{
	color:#5b5b5b;
}

/*--- End How it works tabs Styles ---*/

/*-- Start sponsored links section ---*/
.links_top_long_colour{
	background-color: #DB0000; 
	width:667px;
	height:36px;
}

.links_top_long_colour h2{
	margin:0px;
	padding:6px 20px 0px 20px;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
}

.links_mid_long_links{
	border-left: #db0000 solid 1px;
	border-right: #db0000 solid 1px;
	width:657px;
	clear:both;
	padding-left: 4px;
	padding-right: 4px;
}

.links_bottom_long_colour {
	clear:both;
	border-top: 1px solid #db0000;
	height:10px;
}
/*--- End start sponsored links section --*/

/* --- Define custom colour --- */

#search_top, #home_banner_button, #topnav .selected a, #topnav .selected a span, #topnav a:hover, #topnav a:hover span, .side_top_colour, .prod_list_button, .prod_list_button_right, .prod_button, .horizontal_bar, .colour_button{
	background-color: #DB0000;
}
.home_banner_details_point_title, .sidenav_text h3, .howitworks_title, .cash_back, .storeLabelLightRed, .merchant_cashback, .colour, a, a:hover{
	color: #DB0000;
}
.side_mid_colour, .side_bottom_colour{
	border-left: #DB0000 solid 1px;
	border-right: #DB0000 solid 1px;
}
.side_bottom_colour{
	border-bottom: #DB0000 solid 1px;
}

