﻿@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../images/hangers.gif);
	background-position: 50% top;
}
/* _______________ site text & tags _________________________________________________ */

p {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

h1 {

	font-size: 1.4em;

}

h2 {

	font-size: 1.3em;

}

h3 {

	font-size: 1.2em;

}

h4 {
	font-size: 1.1em;
}

h5 {

	font-size: 1.0em;

}

h6 {

	font-size: .9em;

}
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0 0 10px 0;
	color: #660066;
	}

a 
{
    font-weight:bold;
	text-decoration:none;
	color:#660066;
}	
a:hover 
{
    font-weight:bold;
	text-decoration: underline;
}
img {
	border: none;
}
#wrapper {
	padding: 0 10px;
	width: 960px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../images/vertShadow.gif);
	background-repeat: repeat-y;
}

/* _______________ layout _________________________________________________ */

#container {
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/mainContentBg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
} 
#header {
	background-image: url(../images/Headergrad.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	height: 170px;
} 
#logo {
	width: 240px;
	float: left;
}
#headerContent {
	margin: 0;
	width: 720px;
	height: 170px;
	padding: 0px;
	background-color: #fff;
	float: left;
}
#headerAd {
	float: left;
	width: 210px;
	height: 140px;
	padding: 0;
	margin: 0 0 0 10px;
	background-color: #fff;
	overflow: hidden;
}
#headerMain{
	margin: 0;
	width: 500px;
	padding: 0px;
	background-color: #fff;
	float: left;
}
#search 
{
	/*background-color: #660066;*/
	background-color: #FFFFFF;
	color: #FFFFFF;
	/*margin: 0 10px 0 230px;*/
	text-align:center;
	margin: 0px 0px 0px 0px;
	height: 70px;
}
.searchBtn {
	color: #FFFFFF;
	background-color: #000000;
}
.searchBox {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	vertical-align: top;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#tagline 
{
	margin: 0 10px 0px 10px;
	padding: 0;
	color: #666666;
	height: 32px;
}
#tagline h4
{
    padding: 0;
    margin: 0;
}
#accountDetails 
{
    height: 38px;
	margin: 0;
	padding: 0;
	background-image: url(../images/subtleGrad.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-size: 0.8em;
	color: #000000;
}

/* _______________ main navigation _________________________________________________ */

#nav {
	background-color: #660066;
	padding: 5px 0 5px 3px;
	height: 20px;
	font-size: 0.75em;
	clear: both;
}
	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	margin: 0;
}

#nav li a {
	height: 1.2em;
	font-weight:normal;
	line-height: 1.2em;
	float: left;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: auto;
	padding: 1px 7px 2px 7px;
	margin: 0;
}

#nav li a:hover {
	font-weight:normal;
	color: #FFFFFF;
}

#nav #currentpage a {
	color:#FFFFFF;
	font-weight: bold;
}

/* _______________ layout cont... _________________________________________________ */
	
#sidebar1 {
	float: left;
	width: 240px;
	padding: 0;
}
#main {
	width: 530px;
	padding: 0;
	float: left;
} 
#mainContent {
    padding: 20px;
}
#sidebar2 {
	float: left;
	width: 190px;
	padding: 0;
}
.sidebarContent
{
    margin: 10px;
    text-align: center;
}
#table {
	background-color: #FFFFFF;
	font-size: 0.8em;
	text-align: left;
	background-image: url(../images/vertGrad.gif);
	background-repeat: repeat-x;
}
.darkBg {
	background-color: #CCCCCC;
}
.btmBrdr {
	border-bottom:1px dotted #CCCCCC;
}
.bigRow {
	vertical-align: middle;
}
#footer { 
	padding: 0 10px 0 20px; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt {
	float: right;
	margin: 0 0 0 10px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.txtAlignRt {
	text-align: right;
}
.txtAlignLft {
	text-align: left;
}
#topShadow {
	margin: 20px auto 0 auto;
	width: 980px;
	height: 20px;
	background: transparent url(../images/topShadow.gif) no-repeat left top;
}
#btmShadow {
	margin: auto;
	width: 980px;
	background: transparent url(../images/btmShadow.gif) no-repeat left top;
	padding-top: 25px;
}
#btmShadow1 {
	margin: auto;
	width: 980px;
	background: transparent url(../images/btmShadow1.gif) no-repeat left top;
	padding-top: 25px;
}

input
{
	
}

.checkbox input
{
	
}

select
{
	
}

.TableHeader
{
	color:White;
	background-color: #660066;
	vertical-align: middle;
    text-align: left;
    font-weight:lighter;
    font-size: 1.0em;
}

.TableNode
{
    vertical-align: middle;
    text-align: left;
    font-size: 0.8em;
}

.center
{
    text-align: center;
}

.genLayoutTable
{
	font-size: 0.9em;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.genLayoutTable td
{
	font-size: 0.9em;
	padding: 5px 5px 5px 5px;
}

.accordionHeader
{
	text-align:left;
	color:White;
	background-color: #660066;
	padding: 5px;
	height: 20px;
    font-size:medium;
    border-style:solid;
    border-width:thin;
    border-color:Black;
    cursor: pointer;
}

.accordionHeaderSel
{
	text-align:left;
	color:White;
	background-color: #660066;
	padding: 5px;
	height: 20px;
    font-size:medium;
    font-weight:bold;
    border-style:solid;
    border-width:thin;
    border-color:Black;
    cursor: pointer;
}

.accordionContent
{
    
}

.PopupPanel
{
	margin: 15px 15px 15px 15px;
}

.RepeaterGrid
{
	font-size: 1.0em;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.RepeaterGrid td
{
	font-size: 0.75em;
	padding: 2px 2px 2px 2px;
}

/* _______________ Homebox Control _________________________________________________ */

.Homebox
{
	font-size: 0.9em;
    border-collapse: collapse;
    margin: 5px 5px 5px 5px;
    text-align: left;
}

.sbb
{
	font-size: 0.9em;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.sbb td
{
	font-size: 0.9em;
	padding: 1px 3px 1px 3px;
}

.sin
{
	font-size: 1.0em;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

.sin td
{
	font-size: 0.9em;
	padding: 4px 6px 4px 6px;
}

ol.instructions {
	font-size: 13px;
	line-height: 17px;
}
a.callToAction, h2.quiet {
	font-size: 17px;
	line-height:26px;
}

.cellNoPadding
{
    padding: 0;
}

.ecotricity
{
    margin-right:5px;
}

/* Shopping Basket Styling */
.shoppingBasketContainer
{
    margin-bottom: 11px;
    font-size: 0.9em;
    margin-right: 10px;
}

.shoppingBasketTitle
{
    font-size: 1.1em;
    color: #660066;
    font-weight: bold;
    padding-left: 0;
}

.shoppingBasketTable
{
    margin: 5px 0 5px 0;
    border-bottom: dotted 1px #660066;
    font-size: 0.9em;
}

.shoppingBasketImage
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.shoppingBasketCell
{
    padding-bottom: 5px;
    border-bottom: dotted 1px #660066;
}

.pointsTotal
{
    color: #060;
    font-weight: bold;
}

.additionalPoints
{
    color: #c00;
    font-weight: bold;
}

.shoppingBasketCheckout
{
    margin-top: 10px;
}

.StandardButton
{
    font-family: Georgia, Arial, Verdana;
	font-size:  1.0em;
	color: #660066;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 2px solid #660066;
	padding: 3px 8px 3px 8px;
	cursor: pointer;
}

.textboxNumber
{
    text-align: right;
}

.swopped
{
    color: #660066;
    font-weight: bold;
}

.actionMessage
{
	font-size:  1.2em;
	color: #660066;
	background-color: #EEEEEE;
	border: 2px solid #660066;
	padding: 10px;
}

.premium
{
    background: #eee url(../images/premium-membership-star.gif) no-repeat right top
}

.actionMessage ul
{
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 0.8em;
}