
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* {
	margin: 0;
	padding: 0;

}

body {
	behavior:url("http://www.givemevouchers.co.uk/csshover.htc");
	font: 80% Geneva, Verdana, sans-serif;
	color: #343834; 
	text-align: center;	
	margin: 5px auto;
background: #101065;
}

body{behavior:url("/csshover3.htc");}

.aaaa:hover img
{
visibility:hidden;
}

.aaaa img
{
	
	width:414px;
	height:40px;
	position: absolute;
	margin: 0px 112px;
	padding: 0px;
}

/* IE7, IE6 */
.aaaa img { *margin: 0px -207px }

/* IE6 and Below */
* html .aaaa img  { margin: 0 -207px }

/* Firefox */
@-moz-document url-prefix()
{
.aaaa img { margin: 0px -207px; }
}


.aaaa
{
width:100%;
display:inline;
}


.wrapper
{
overflow:hidden;
  border: 5px solid #F5F6E9;
  width: 1000px;
background-color:#FFFFFF;
  text-align:left;
min-height:100%;

}

.content 
{
	clear: both;
	width: 98%;
	padding: 20px 0 20px 0;
}



/* links */

a, a:visited {	
	color: #333399;
	text-decoration: none;
}
a:hover {
	color: #666699;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Geneva, Verdana, sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}

h1 {
	font-size: 2.2em;
	color: #3366CC;
}


h2 {
	font-size: 2.2em;
	color: #3366CC;
}


h3 { 
	font-family: Verdana;
	font-size: 20px;
	color: #F3EAFF;
	font-weight: bold;
}

h5 { 
	font-family: Verdana;
	font-size: 20px;
	text-align: center;
	color: #F3EAFF;
	font-weight: bold;
}

h6 { 
	font-family: Verdana;
	font-size: 14px;
	text-align: center;
	color: white;
	font-weight: bold;
}

/* Paragraph */
p {
	padding: 12px 5px 2px 10px;
	text-align: left;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img 
{
border:0px;
margin: 3px;
}

featuredimg 
{
border:0px;
margin: 3px;
display:inline;
}



img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

.alphalist a:active, .alphalist a:visited, .alphalist a
{
color:#333399;
}

.alphalist a:hover
{
	color: #666699;
}

.alphalist
{
font: 250% Geneva, Verdana, sans-serif;
width: 97%;
text-align:center;
font-weight:bolder;
color: #7e0065 ;
}

.alsolinks a
{
	color: #333399;
	text-decoration: none;
}

.alsolinks a:hover
{
	color: #CC0000;
	text-decoration: none;
}

.voucher
{
border: 1px solid #A5AEB9;
width:98%;
padding:4px;
margin-bottom:4px;
text-align:center;
margin-top:4px;
background-color: #E7EDF8;
}

#voucherdescription a
{
color:#3366CC;
text-decoration: none;	
}

#voucherdescription a:hover
{
	text-decoration: underline;
}

#voucherlogo
{
	padding: 4px;
	float: left;
	max-height: 75px;
}


.voucherbutton
{
margin: 0px 17.85%;
border: 2px dashed #000000;
background:white;
text-align: center;
vertical-align: middle;
font-size: x-large;
color: #CC0000;
font-family: sans-serif;
width:400px;
height:36px;

}

acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
        font-weight: normal;
	line-height: 1.6em;
	font-style: italic;
	font-family: Geneva, Verdana, sans-serif;
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
	
}
tr {
	height: 34px;
	background: #FFFFFF;
}
td {
	border: 1px solid #E7F0CC;
	background-image: url(../images/moduletitlebackground.gif);
	background-repeat: repeat-x;
	background-position: center top;
margin: 1px;
}	

.compare td
{
	background-image: url(../images/moduletitlebackground2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	
margin: 1px;	
}

.contact th
{ background: none;
}

.contact td
{background: none;
}

.contact tr
{background: none;
}

/* end - table */

/* form elements */
 form {
/*	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #EEE8E1; 
	background: #FAF7F5; */
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 3px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}

option { padding-right: 0.5em; } 


input.button { 
	font: bold 12px Geneva, Verdana, sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/

.wholeheader img
{
text-align: right; 
float:right;
}

/* Firefox */
@-moz-document url-prefix()
{
.wholeheader img { margin-top:-10px }
}


.header {
	display: inline;
	position: static;
	font-size: x-large;
	color:#FFFFFF;
	width: 100%;
	height: 100px;
	color: #fff;	
	padding: 0;	
	margin: 0;	
	background-color: #FFFFFF;
}
.header a
{
	color:#CC0000;
	background:#FFFFFF;
	position: absolute;
	margin: 5px;
	padding: 5px;
	letter-spacing: -2px;
	font-weight: bolder;
	font-size: 200%;
	font-family: sans-serif;
	border: dashed #666699 5px;
}

.header a:hover
{
	color:#CC0000;
	text-decoration: none;
	position: absolute;
	margin: 5px;
	padding: 5px;
	font-weight: bolder;
	font-size: 200%;
	font-family: sans-serif;
	border: dashed #333399 5px;
}
.logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 55px Impact, Geneva, Verdana, sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
	color: #a22f44;
	/* change the values of top and left to adjust the position of the logo*/
	top: 15px; left: 6px;
}
.slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px Geneva, Verdana, sans-serif;
	color: #010c60;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 13px;
padding-left: 15px;}

/* top-menu */
 .top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	background-color: #74A838;
	top: 0;	right: 40px
 }
 .top-menu p { 	
	margin: 0; padding: 0;	
 }
 .top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
.nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 100%;
	height: 50px;
	background: #edcdf5;
	border-top: 1px solid #FFFFFF;	
	border-bottom: 1px solid #FFFFFF;
}
.nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;
	text-align:center 
}
.nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
.nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #4b4b4b;
	font: bold 21px/45px Geneva, Verdana, sans-serif;
	text-decoration: none;
}
.nav ul li a:hover, 
.nav ul li a:active {
	color: #b87aad;	
}

.nav2
{
	width:100%;
	height: auto;
	text-align: center;
	padding: 3px;
	background-color:#3366CC;
vertical-align:middle;
}

.nav2 a:hover
{
font: Arial, Helvetica, sans-serif;
}
.nav2 a
{
color: white;
font: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.nav2 img
{
padding:0px;
margin: 0px;
}

/* Main Column */
.main {
	float: right;
	width: 67%;
margin: 0px +1px 0px +1px;
	display: inline;
padding-left: 1px;
padding-right: 1px;
padding-bottom: 20px
}

.main2 {
	float: right;
	width: 66%;
	border: 1px #cccccc solid ;
margin: 0em +5px 0px +5px;
	display: inline;
padding-left: 5px;
padding-right: 5px;}

.main h1 {
	font: bold 2.2em Geneva, Verdana, sans-serif;
	color: #3366CC; 
	padding: 0px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
text-decoration: underline;}

.main h2 {
	font: bold 1.7em Geneva, Verdana, sans-serif;
	color: #3366CC; 
	padding: 0px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
text-decoration: underline;}

.main h2 a {
	color: #a20963;
	text-decoration: none;		
}

.sidebar {
	
float: left;
	width:31%;
margin: 0px 1px 0px 0px;
	display: inline;
padding-top: 5px;
padding-left: 1px;
padding-right: 1px;
}

.sidebar h3 {
	color: #3366CC; 
	font: bold 1.9em Geneva, Verdana, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0px 5px 5px; 
	margin: 5px 0px 5px 5px; 	
	border-bottom: 1px solid #E4F2C8;	
}


/* Full sized Menu object */
.fullsize {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
.fullsize li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
.fullsize ul { margin: 0 0 0 5px; padding: 0; }
.fullsize ul li { border: none; }


/* sidebar menu */
.sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
.sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 0px; 		
	border-bottom: 2px solid #E8E8E8;	
}
.sidebar .sidemenu li a {
	text-decoration: none;	
	color: #0000ff;
	background: none;
	font-weight: normal;
}
.sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}

.sidebar .sidemenu li a:hover 
{	
	color: #a20963;	
	background: none;
text-decoration: underline;}

.sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
.sidebar .sidemenu ul li { border: none; }


/* header quick search */
.sidebar form#qsearch {

	padding: 0; margin: 20px 10px 30px 0px;
	border: 1px #d699dc solid;
	position: relative;
	width: 98%; height: 33px;
	background-color:#f4f3fa;
	border: 1px solid #CCCCCC;
}
.sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
.sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
.sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 83%;	
	display: inline;
	font: bold 13pt Geneva, Verdana, sans-serif;
	color: #8BA3C5;
	}
.search form#qsearch .btn{
	width: 24px; height: 24px;				
}
.sidebar form#qsearch label {
	display: none;
}

	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display: block }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
 
}

/* GiveMeVouchers Other Modules*/

.newsletter
{
	background-color:#CC0000;
padding:3px
	width:100%;
	height: auto;
	font: Geneva, Arial, sans-serif;
	vertical-align:middle;
	font-size: 15px;
	color: #FFF;
	text-align: center;
}

.deals 
{
background-color: #faf2ff;
border: 2px #cccccc solid;
font-family: Verdana;
	font-size: 20px;
	text-align: center;
	color: #F3EAFF;
	font-weight: bold;
border-top: 1px;}

.boxes
{
background-image: url(../images/moduletitlebackground.gif);
background-repeat: repeat-x;
background-position: top center;
}

.expirydate
{
color: #ff0000
}

.topmodule
{
float: center;
width:98%;
border: 1px #bfbfbf solid;
background-image: url(../images/moduletitlebackground.gif);
background-repeat: repeat-x;
background-position: top center;
position: relative;
margin:5px;
padding-bottom:5px;
}

.toprightmodule
{
float: right;
width:47%;
border: 1px #bfbfbf solid;
background-image: url(../images/moduletitlebackground.gif);
background-repeat: repeat-x;
background-position: top center;
position: static;
margin:3px;
}

.topleftmodule
{
float: left;
width:47%;
border: 1px #bfbfbf solid;
background-image: url(../images/moduletitlebackground.gif);
background-repeat: repeat-x;
background-position: top center;
position: static;
margin:3px;
}

.voucherlinks
{
width:99%;

margin-bottom:4px;
margin-top:4px;
text-align:left;
}



.allvouchers
{

width:98%;
border: 1px #bfbfbf solid;
background-image: url(../images/moduletitlebackground.gif);
background-repeat: repeat-x;
background-position: top center;
position: static;
margin:5px;

}


.allvouchers th
{
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;
border: 1px #42dede solid;}

.allvouchers tr {
	height: auto;
	background: #fff;
}

.allvouchers td 
{
	border: 1px solid;
}

.allvouchers li
{
	padding-left:5px;
	list-style: inside;
}
.adsense
{

width: 600px;
border: 1px #bfbfbf solid;
background-image: url(../images/moduletitlebackground2.gif);
background-repeat: repeat-x;
background-position: top center;
position: static;
margin:5px;
}


.adsense2
{
float: center;
width:180px;
border: 1px #bfbfbf solid;
background-image: url(../images/moduletitlebackground2.gif);
background-repeat: repeat-x;
background-position: top center;
position: static;
margin:5px;
}

.adsense3
{
float: right;
width:180px;
border: 1px #bfbfbf solid;
background-image: url(../images/moduletitlebackground2.gif);
background-repeat: repeat-x;
background-position: top center;
position: static;
margin:5px;
}


.addthis
{
float: left;
}

.addthis1
{
	float:right;
	display:inline;
}

.indexlogos
{
position: static;
float:left;
height:60px; 
width:120px; 
border: 1px silver solid;
margin: 3px;
background-image: url(../images/TBC);
background-repeat: repeat-x;
background-position: bottom center;
margin-bottom: 15px;
text-align: center;
}

.indexlogos p
{
text-align: center;
font-size: small;
margin:0px;
padding:0px;
}

.indexlogos img
{
padding: 0px;
margin: 0px;
display: block;

}

.indexlogos a 
{	
color: #333399;
text-decoration: none;
}

.indexlogos a:hover 
{
color: #666699;
text-decoration: none;
}


.featuredlogos
{
position: static;
float:left;
border: 1px silver solid;
margin: 3px;
background-image: url(../images/TBC);
background-repeat: repeat-x;
background-position: bottom center;
margin-bottom: 15px;
text-align: center;
}


.featuredlogos p
{
text-align: center;
font-size: small;
margin:0px;
padding:0px;
}

.featuredlogos img
{
padding: 0px;
margin: 0px;
height: 45px;
width: 90px;
display: block;
}

.featuredlogos a 
{	

text-decoration: none;
}

.featuredlogos a:hover 
{

text-decoration: none;
}


.footer
{
clear: both;

width: 100%;
background-color: #E7EDF8;
}


.footer a
{
color:#666699;
font-weight: normal;
}

.footer p
{
text-align:center;
color:#666699;
}
