/* Copyright (c) Fluid Creativity, 2007 */
/* Main stylesheet for Gadget ePoint */

/* Standard Elements */

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
}

body {
	background: #fff url(../images/top-back.gif) 0 0 repeat-x;
	width: 100%;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #5e5f61;
	text-align: left;
}
body.popup {
	background: none;
	margin: 6px;
	width: auto;
}

img {
	border: 0;
}

h1 {
	color: #1ab7ea;
	margin-top: 20px;
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
}

p {
	margin: 1em 0;
	line-height: 1.4em;
	font-size: 1.0em;
}

a {
	color: #1ab7ea;
}

a:hover {
	color: #636466;
}

a:link {
	cursor: pointer;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

blockquote {
	padding-left: 25px;
	background: transparent url(../images/openquote.gif) 0 0 no-repeat;
	font-style: italic;
}

blockquote div {
	padding-right: 25px;
	background: transparent url(../images/closequote.gif) 100% 100% no-repeat;
}

.copyright {
	font-size: 0.8em;
}

.viewLink {
	clear: left;
}

#accessible {
	left: -3000px;
	position: absolute;
}

ul.itemList, ol.itemList {
	margin: 1em 3em;
}
ul.itemList {
	list-style: disc;
}
ul.itemList li, ol.itemList li {
	margin: 1em 0;
}

ul.itemList ul {
	margin: 0 0 0 1.5em;
	list-style: disc;
}
ul.itemList ul li {
	margin: 0;
}

ul.narrowList li, ol.narrowList li {
	margin: 0;
}

dl.questionList {
	margin: 1em 0;
}
dl.questionList dt {
	font-weight: bold;
	margin: 1em 0;
}
dl.questionList dd {
	margin: 1em 0;
}

/* helps display floated stuff */

.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}


/* wrapper */

#wrapper {
	background: url(../images/background.gif) 0 0 repeat-y;
	width: 958px;
}


/* prodArea */

#prodArea {
	background: url(../images/prodArea-top.gif) 0 0 no-repeat;
	width: 218px;
	float: left;
}

#prodArea .mainLogo {
	margin: 40px 0 0 13px;
}


/* prodNav */

#productNav	{
	margin: 0;
	overflow: hidden;
}

#productNav li {
	background: #45c3eb;
	margin: 0 42px 8px 7px;
	padding: 5px 10px 5px 0;
	text-align: right;
}

#productNav li span {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

#productNav li span:hover {
	color: #c0e8f4;
}


/* prod sub nav */

#productNav .prodRange {
	background: url(../images/subnav-top.gif) 0 0 no-repeat;
	padding: 15px 6px 0 0;
	position: relative;
	left: 32px;
	margin-top: 6px;
	overflow: hidden;
}

#productNav .prodRange li a.over {
	background: transparent url(../images/arrow-right.gif) 0em 0.3em no-repeat;
	padding-left: 15px;
}

#productNav .prodRange li a {
	background: none;
	color: #1ab7ea;
}

#productNav .prodRange li a:hover {
	color: #636466;
}

#productNav .prodRange li {
	background: none;
	margin: 0;
	padding: 4px 10px;
	background: url(../images/subnav-back.gif) 0 0 repeat-y;
	zoom: 1;
}

#productNav .prodRange li.last {
	background: url(../images/subnav-bot.gif) 0 0 no-repeat;
	padding: 4px 10px 15px;
}


/* moreInfo */

#moreInfo {
	margin: 91px 0 0px 8px;
}

/* navHeader */
#navHeader {
    float: left;
	width: 740px;
	padding-top: 7px;
}

#navHeader .navHeaderMenu {
    float: left;
    background: #EA8B00;
    color: #FFFFFF;
    padding: 11px;
    padding-top: 11px;
    padding-bottom: 7px;
    margin-right: 2px;
}

#navHeader a.navH {
	color: #FFFFFF;
	font-size:0.8em;
	text-decoration: none;
	font-weight: 550;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* contentArea */

#contentArea {
	background: url(../images/contentArea-top.gif) 0 0 no-repeat;
	float: left;
	width: 740px;
}


/* mainNav */

#mainNav {
	float:right;
	font-size:0.9em;
	height:28px;
}

#mainNav li {
	float: left;
	display: inline;
	padding: 5px 10px 0 10px;
	height: 26px;
	background: url(../images/currencies-middle.gif) top left repeat-x;
}

#mainNav li.first {
	background: url(../images/currencies-left.gif) top left no-repeat;
	padding-left: 18px;
}

#mainNav li.last {
	margin-right: 9px;
}

#mainNav li a.over {
	color: #636466;
	text-decoration: none;
}

#mainNav li.vat a {
	border-left: 1px solid #d0d0d0;
	padding-left: 20px;
}

/* Currency Selection */

#currencyPanel {
	padding-top: 8px;
	display: block;
}
#currencyPanel form {
	display: inline;
	float: left;
	width: 20px;
	position: relative;
	margin-top: 2px;
}
#currencyPanel select {
	float: left;
	color: #1AB7EA;
	font-size: 0.9em;
	margin-top: 1px;
	border: 1px solid #BBBBBB;
}
#currencyPanel input {
	margin-left: 0.2em;
	opacity: 0.3;
	filter:alpha(opacity=30);
}
#currencyPanel form input.active, #currencyPanel input:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
#currencyPanel span {
	margin-right: 4px;
	float: left;
	display: inline;
}

/* mainArea */

#mainArea {
	float: left;
	width: 555px;
	margin-top: 20px;
	padding-top: 10px
}

#wrapper.payments {
	margin-top: 100px;
}

h2, body.popup h1 {
	color: #1ab7ea;
	border-bottom: 1px dashed #8cdbf4;
	padding-bottom: 6px;
	margin: 1em 20px 3px 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	clear: left;
}
body.popup h2 {
	border-bottom: none;
	text-transform: none;
}

#mainArea p {
	margin-right: 20px;
}

#mainArea .mainOffer {
	margin: 10px 0 0;
}


/* quickNav */

#quickNav {
	margin: 40px 0 20px 10px;
}

#quickNav li {
	padding: 10px 0;
	margin-right: 40px;
}

#quickNav li a {
	padding: 27px 0;
}

#quickNav li a.over {
	color: #636466;
	text-decoration: none;
	background: url(../images/quicknav-over.gif) 0% 50% no-repeat;
	padding-left: 17px;
}

#quickNavAreas {
	margin: 0 20px 16px 0;
	padding: 13px 0 20px;}

.quickNavArea {
	/*overflow: hidden;*/
}

.quickNavArea ul li {
	display: inline;
	margin-right: 15px;
}

.quickNavArea li label {
	color: #636466;
	margin-right: 4px;
	width: auto;
}

.quickNavArea li input, #quickAreaSearch li select {
	color: #1ab7ea;
	background: #e9f8fd;
	border: 1px solid #bbb;
}

.quickNavArea li input {
	height: 1.3em;
	width: 119px;
}
.quickNavArea li.login input {
	width: 160px;
}

.quickNavArea li select {
	height: 1.6em;
	width: 120px;
}

.quickNavArea li.go input {
	width: auto;
	height: auto;
	border: none;
	position: relative;
	top: 6px;
	background: #fff;
}

#quickAreaSearchResultsWrapper {
	overflow: hidden;
	height: 315px;
}

#quickAreaSearchResults {
	margin-top: 10px;
	height: 300px;
	overflow: scroll;
}

#quickAreaSearchResults .searching {
	margin: 120px 50px 0;
	padding-bottom: 35px;
	background: #fff url(../images/loading.gif) 50% 100% no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	color: #1ab7ea;
	text-align: center;
}

#quickAreaSearchResults li {
	display: block;
	margin: 0;
}

#quickAreaLoginEmail, #quickAreaLoginPassword {
	width: 148px;
}


/* Forms */

.formhold {
	background: url(../images/form-back.gif) bottom left repeat-y;
	padding-top: 0;
	margin-top: 1em;
}

form.full, div.full {
	background: url(../images/form-top.gif) top left no-repeat;
	padding-top: 15px;
}

fieldset {
	margin-bottom: 1em;
	margin-right: 2em;
	padding-top: 0.5em;
	border: none;
}

option {
	padding:0 3px;
}

form.full fieldset.last, div.full fieldset.last {
	background: url(../images/form-bot.gif) bottom left no-repeat;
	padding-bottom: 15px;
}

fieldset legend {
	padding-right: 0.5em;
	padding-left: 4px;
	color: #1ab7ea;
	font-size: 1.2em;
}

fieldset label {
	width: 200px;
	display: block;
	float: left;
	padding-top: 0.2em;
	margin-left: 0.5em;
	clear: left;
}

fieldset label em {
	text-indent: -10000px;
	background: url(../images/asterisk.gif) top left no-repeat;
	display: block;
	width: 5px;
	height: 4px;
	float: right;
	margin-top: -1em;
	margin-right: 0.5em;
}

fieldset select {
	margin-bottom: 1em;
	float: left;
}

fieldset select.rating {
	width: 50px;
}

fieldset input, fieldset textarea {
	margin-bottom: 1em;
	width: 250px;
	float: left;
}

fieldset textarea {
	height: 150px;
}

fieldset p {
	margin: 2px 6px;
	clear: both;
}

fieldset p.footnote {
	font-size: 0.9em;
	margin-left: 210px;
	top: -0.5em;
	position: relative;
}

input.submit {
	float: right;
	margin-right: 1em;
	width: auto;
}

#wrapper.payments input.submit {
	margin-right: 32px;
}

form label.option {
	width: auto;
}

form label.option input {
	width: auto;
	float: left;
	margin-right: 0.5em;
}

.bluestrip {
	background: #2cb7e4;
	height: 28px;
	display: block;
	clear: left;
	margin-right: 15px;
	margin-left: 1px;
	padding: 0;
	margin-bottom: 15px;
}

.bluestrip input {
	margin: 0;
	padding: 3px;
}

.bluestrip a {
	float: left;
	color: white;
	margin: 6px 10px;
	font-weight: bold;
}

#errors {
	color: #f00;
	margin: 1em 0;
}

#notices {
	margin: 1em 0;
}

label.error {
	color: #f00;
}

/* Products */

.productList {
	clear: both;
}

.productList div {
	display: block;
	float: left;
	width: 127px;
	margin: 0 10px 10px 0;
	background: url(../images/detail-back.gif) 0 0 repeat-y;
}

.productList div.lineEnd {
	margin: 0;
}

.productList li {
	margin: 0;
}

.productList li.prodImg {
	background: #fff url(../images/detail-top.gif) bottom left no-repeat;
	padding-bottom: 15px;
}

.productList li.price {
	background: url(../images/detail-bot.gif) bottom left no-repeat;
	padding-bottom: 8px;
	line-height: 1.1em;
}

.productList li.price a {
	font-weight: bold;
	color: #636466;
	font-weight: normal;
	text-decoration: none;
	padding: 0 6px;
	display: block;
	font-size: 0.8em;
}

.productList li.price a span {
	color: #1ab7ea;
	font-size: 1.2em;
	font-weight: bold;
}

.productList li.price a:hover span {
	color: #636466;
	text-decoration: underline;
}

.productList li.price a strong {
	font-weight: bold;
	font-size: 1.3em;
}


/* product details */

.productDetailsContainer {
	float: left;
	width: 217px;
	margin-right: 3px;
}

.productDetails {
	background: #fff url(../images/product-details-back.gif) 0 0 repeat-y;
}

.productDetails .top {
	padding: 11px 20px 0 12px;
	background: transparent url(../images/product-details-top.gif) 0 0 no-repeat;
}

.productDetails h1 {
	margin: 0;
	padding: 0;
}

.productDetails p {
	margin: 0 0 0.5em;
}

.productDetails dl {
	margin: 0 20px 10px 12px;
	padding: 0.5em 0;
	border-top: 1px dashed #8cdbf4;
}

.productDetails dt {
	float: left;
	clear: left;
	width: 5em;
	text-align: center;
	height: 22px;
}

.productDetails dd {
	height: 27px;
}

.productDetails .price {
	font-weight: bold;
	font-size: 1.2em;
}

.productDetails form {
	margin: 0 10px 0 2px;
	padding: 2px 0 2px 10px;
	background: #2db9e6 url(../images/product-add-back.gif) 0 0 repeat-x;
	clear: both;
}

.productDetails form * {
	vertical-align: middle;
}

.productDetails form select {
	background: #e9f8fd;
	color: #2db9e6;
	font-weight:bold;
}

.productDetails form option {
	width: 30px;
}

.productDetails label {
	color: #fff;
	font-weight: bold;
}

.productDetails #productVariant option {
	width: 110px;
}

.productDetails2 form {
	margin: 0 10px 0 2px;
	padding: 2px 0 2px 10px;
	clear: both;
}

.productDetails2 form * {
	vertical-align: middle;
}

.productDetails2 form select {
	background: #e9f8fd;
	color: #2db9e6;
	font-weight:bold;
}

.productDetails2 form option {
	width: 30px;
}

.productDetails2 label {
	color: #2db9e6;
	font-weight: bold;
}

.productDetails2 #productVariant option {
	width: 110px;
}

.productDetails .recommend {
	display: block;
	padding: 6px 20px 15px 12px;
	background: transparent url(../images/product-details-bot.gif) 0 100% no-repeat;
}

#mainArea .productDetailsContainer h2 {
	margin-right: 10px;
	padding-top: 15px;
}

h2.subTitle {
	padding-top: 20px;
	clear: left;
}

.productDetailsContainer blockquote {
	margin-right: 10px;
	text-align: center;
}

.reviewLinks {
	margin: 0 auto;
	width: 171px;
	background: transparent url(../images/customer-reviews-back.gif) 1px 0 no-repeat;
}

.reviewLinks p {
	margin: 0;
	padding: 10px 10px 12px;
	width: 151px;
	background: transparent url(../images/customer-reviews-bot.gif) 0 100% no-repeat;
}

#mainArea .productDetailsContainer blockquote p {
	margin: 1em 0;
}

.productImage {
	float: left;
	width: 307px;
}

.productImage a.moreLink {
	float: right;
}

.productImage li {
	display: inline;
}

a.moreLink {
	text-decoration: none;
}

a.moreLink span {
	text-decoration: underline;
}

a.moreLink img {
	vertical-align: middle;
}


.categoryDescription {
	margin: 1em 0;
}

/* commonArea */

#commonArea {
	float: left;
	width: 180px;
}

#wrapper.payments #commonArea {
	margin-top: 90px;
}

#commonArea h2 {
	border-bottom: 0;
}

#topTen {
	list-style-position: outside;
}

#topTen li {
	list-style: none;
	padding: 0 0 9px 35px;
	margin: 0 0 9px 6px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#topTen li.price {
	line-height: 1.1em;
}

#topTen li a	{
	font-weight: bold;
	color: #636466;
	font-weight: normal;
	text-decoration: none;
	font-size: 0.8em;
}

#topTen li a span {
	color: #1ab7ea;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}

#topTen li a:hover span {
	color: #636466;
}

#topTen li a strong {
	font-weight: bold;
	font-size: 1.2em;
}

#topTen li.top1 {
	padding: 0 0 0 8px;
	margin: 0;
	background: none;
}

#topTen li.top1 img.smProd {
	width: 49px;
	float: left;
	margin: 0 0 12px;
}

#topTen li.top1 a {
	width: 110px;
	float: left;
	display: block;
	padding: 10px 0 0 6px;
}

#topTen li.top2 {
	background-image: url(../images/top-2.gif);
	clear: left;
}

#topTen li.top3 {
	background-image: url(../images/top-3.gif);
}

#topTen li.top4 {
	background-image: url(../images/top-4.gif);
}

#topTen li.top5 {
	background-image: url(../images/top-5.gif);
}

#topTen li.top6 {
	background-image: url(../images/top-6.gif);
}

#topTen li.top7 {
	background-image: url(../images/top-7.gif);
}

#topTen li.top8 {
	background-image: url(../images/top-8.gif);
}

#topTen li.top9 {
	background-image: url(../images/top-9.gif);
}

#topTen li.top10 {
	background-image: url(../images/top-10.gif);
}

#commonArea a.rssLink {
	background: url(../images/rss-feed.gif) 0 0 no-repeat;
	padding: 0 0 20px 20px;
	display: block;
	font-size: 0.9em;
	clear: left;
}

/* semifooter */

#semifooter {
	font-size: 0.9em;
	clear: both;
	padding: 20px 0 0px 0;
}

#semifooter ul {
	padding: 10px 15px 0px 0px;
	color: #636466;
}

#semifooter li {
	display: inline;
	margin-right: 8px;
	padding: -2px 0px 0px 0px;

}

#semifooter li a.over {
	color: #636466;
	text-decoration: none;

}

/* infoBar */

#infoBar {
	background: url(../images/footer-back.gif) 0 0 repeat-x;
	clear: both;
}

#infoBar ul {
	background: url(../images/footer-top.gif) 0 0 no-repeat;
	padding: 30px 0 10px 30px;
	font-size: 0.9em;
	color: #1ab7ea;
}

#infoBar li {
	display: inline;
	margin-right: 15px;
}

#infoBar li.lastLink {
	margin: 0 0 0 40px;
}

#infoBar li a.over {
	color: #636466;
	text-decoration: none;
}


/* image replacement */

#dtInStock, #dtOutStock, #dtRRP, #dtNow {
	overflow: hidden;
	text-indent: -10000px;
}

#dtInStock {
	background: transparent url(../images/text-replacement/in-stock.gif) 50% 2px no-repeat;
}

#dtOutStock {
	background: transparent url(../images/text-replacement/out-stock.gif) 50% 2px no-repeat;
}

#dtRRP {
	background: transparent url(../images/text-replacement/rrp.gif) 50% 2px no-repeat;
}

#dtNow {
	background: transparent url(../images/text-replacement/now.gif) 50% 2px no-repeat;
}


/* basket table */

.basketHold {
	background: url(../images/form-down.gif) 0 100% no-repeat;
	padding: 0 0 15px;
	margin: 0;
	width: 552px;
}

.basket {
	margin-right: 20px;
	width: 522px;
	border-collapse: collapse;
	background: url(../images/form-back.gif) 0 0 repeat-y;
	font-size: 1.0em;
}

.basket caption {
	text-indent: -10000px;
	font-size: 0;
}

.basket tr.basketTop {
	background: url(../images/form-titles.gif) 50% 0 no-repeat;
}

.basket tr.basketTop th.cornerLeft {
	background: url(../images/form-titles.gif) 0 0 no-repeat;
}

.basket tr.basketTop th.cornerRight {
	background: url(../images/form-titles.gif) 100% 0 no-repeat;
}

.basket tr.basketTop th {
	padding: 12px 15px 15px;
}

.basket td {
	padding: 0.2em 0.4em;
}

.basket tr {
	padding: 0 0 5px;
}

.basket td.deleteButton {
	padding: 0 0.4em 0 0;
}
.basket td.deleteButton input {
	width: auto;
}

ul.addToBasket li.promotion label {
	display: block;
	clear: both;
	padding-top: 0.2em;
}

ul.addToBasket li.promotion label span {
	float: left;
	width: 150px;
	padding-top: 0.2em;
}

ul.addToBasket li.promotion label input {
	width: 150px;
}

ul.addToBasket li.update {
	text-align: right;
	clear: both;
}

ul.addToBasket li input.submit {
	width: 91px;
	padding: 5px 0 3px;
}

.basket tr.update {
	padding: 5px 0;
	background: none;
	border: none;
}

.basket tr.alt {
	background: url(../images/altback.gif) 0 100% repeat-y;

}

.basket th {
	text-align: left;
	padding: 0.2em 0.4em;
	color: #fff;
	font-weight: bold;
}

.basket input {
	width: 40px;
}

#quickAreaBasket .basket caption {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.summaryHold {
	background: url(../images/basket-bot.gif) 0 100% no-repeat;
	padding: 0 0 25px 0;
	margin: 0;
	width: 552px;
	text-align: right;
}

.summaryHold p.subtotal {
	color: #1ab7ea;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	padding: 0 30px 20px 0;
	background: url(../images/form-top.gif) 0 100% no-repeat;
	margin: 10px 0 0 0;
}

.summaryHold p.subtotal span {
	color: #5e5f61;
	padding: 0 0 0 10px;
}

.BasketSummary {
	background: url(../images/form-back.gif) 0 100% repeat-y;
	padding: 0 36px 0 0;
	margin-top: 0;
}

.BasketSummary li {
	padding: 3px 12px 3px 6px;
	color: #1ab7ea;
	font-size: 1.1em;
	font-weight: bold;
}

.BasketSummary li span {
	color: #5e5f61;
	padding: 0 0 0 10px;
}

.BasketSummary li.blue {
	background: url(../images/bluestrip.gif) 0 0 no-repeat;
	padding: 2px 12px 0 0;
	margin: 3px 0 0;
	color: #fff;
}

.orderHold {
	background: url(../images/form-bot.gif) 0 100% no-repeat;
	padding: 0 0 25px;
	margin: 0;
	width: 552px;
	text-align:left;
}

.orderHold p {
	padding: 0 30px 20px 0;
	background: url(../images/form-top.gif) 0 100% no-repeat;
	margin: 10px 0 0;
}

.orderHold ul li {
	margin-bottom: 6px;
}

.orderstyle {
	color: #2ab5e2;
	font-weight: bold;
}

.orderstyle span {
	color: #5e5f61;
}

.orderstyle th {
	color: #2ab5e2;
	text-align: right;
}

.orderList {
	margin-top: 15px;
	margin-right: 15px;
}

.orderList dd {
	margin-bottom: 8px;
}

address {
	margin-bottom: 15px;
}

.orderDetails dt {
	font-weight: bold;
}

.buyNow {
	text-align: right;
	margin-right: 30px;
}

dl.paymentConfirm {
	margin: 1em 0 1em 150px;
}

dl.paymentConfirm dt {
	margin-top: 1em;
	font-weight: bold;
}
dl.paymentConfirm dd {
	margin: 0.5em 0 0 20px;
}

div.paymentVerify {
	clear: right;
	float: right;
	margin-right: 40px;
}

dl.paymentDetails {
	margin: 1em 0;
}
dl.paymentDetails dt {
	margin-bottom: 0.8em;
	font-weight: bold;
	width: 180px;
	float: left;
	clear: left;
}

dl.paymentDetails dd {
	margin-left: 180px;
	margin-bottom: 0.8em;
}

#wrapper.payments .primaryAction {
	float: right;
}

#wrapper.payments .secondaryAction {
	float: left;
}

#steps dt {
	float: left;
	display: block;
	margin: 5px 20px 0 0;
	font-size: 1.2em;
	padding: 0;
	color: #f5953d;
	font-weight: bold;
}

#steps dd {
	float: left;
	display: block;
	margin: 0 20px 0 0;
	padding: 5px 0 0 35px;
	height: 25px;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	width: 70px;
}

#steps dd.step1 {
	background: url(../images/step1.gif) 0 0 no-repeat;
	color: #ccc;
}

#steps dd.step1_over {
	background: url(../images/step1_over.gif) 0 0 no-repeat;
	color: #1ab7ea;
}

#steps dd.step2 {
	background: url(../images/step2.gif) 0 0 no-repeat;
	color: #ccc;
}

#steps dd.step2_over {
	background: url(../images/step2_over.gif) 0 0 no-repeat;
	color: #1ab7ea;
}

#steps dd.step3 {
	background: url(../images/step3.gif) 0 0 no-repeat;
	padding: 10px 0 0 35px;
	height: 20px;
	color: #ccc;
}

#steps dd.step3_over {
	background: url(../images/step3_over.gif) 0 0 no-repeat;
	padding: 10px 0 0 35px;
	height: 20px;
	color: #1ab7ea;
}

.subtext {
	font-size: 0.8em;
	margin-bottom: 1em;
}

.cardSelection {
	width: 400px;

}
.cardSelection li {
	float: left;
	margin: 0 0 1em 0.5em;
}

#bannerLeaderboard {
	float:left;
	padding-top:5px;
}

#mainFeature {
    width:539px;
    height:289px;
	border:1px solid #999;
}

#heroBanners {
    width:432px;
    height:210px;
    float:left;
}
#heroBanners li {
	position:absolute;
}
#heroBanners li, #heroBannerThumbs li {
    list-style:none;
}
#heroBannerThumbs li {
    width:86px;
    height:57px;
	padding-bottom:1px;
}
#heroBannerThumbs {
    width:86px;
    height:288px;
    float:left;
	border-left:solid 2px #CCC;
}
#mainFeature-content {
    width:520px;
    height:288px;
}
#mainFeature-middle {
    float:left;
}
#add-to-netowork {
	background-image: url(../images/add-us-to-network.gif);
	height: 34px;
	width: 541px;
	text-align: right;
	clear: both;
	clear:both;
}
#network-logos {
	padding: 7px 14px 0 0;
}

#rssfeed {
	background: #fff url(../images/GEP-1211-rssbox.jpg) no-repeat 0 0 ; 
	padding-top: 70px;
	padding-left: 25px;
	height: 370px;
}

#visitblog {
	position:relative;
	float:right;
	margin-right:60px;
	margin-top:5px;
	_margin-top:3px;
}

#visitblog a {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration:none;
}

