body {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: .85em;
	color: #444;
	background-color: #efefef;
	background-image: url(../images/body_background.png);
	background-repeat: repeat-y;
	background-position: 50% 0;
	text-align: center;
}

body.popup {
	background-image: none;
	background-color: #fff;
	text-align: left;
	font-size: .8em;
}

a:link, a:active, a:visited {
	color: #1F8EF5;
	background-color: inherit;
	text-decoration: none;
}

a:hover{
	color: #EF147E;
	background-color: inherit;
}

input, textarea, select, table {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #444;
}

select {
	margin-bottom: 2px;
}

input.submit {
	overflow: visible;
	cursor: pointer;
	margin-top: 1px;
	padding: 0px 6px 3px 6px;
	background-color: #f8fbff;
	background-image: url(../images/button_back.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-bottom: 1px #555 solid;
	border-right: 1px #555 solid;
	height: 1.9em;
}

input.submit:hover {
	background-image: url(../images/button_back_over.png);
}

.bold {
	font-weight: bold;
}

.checkbox, label.checkbox {
	cursor: pointer;
}

* html input.submit {
	overflow: visible;
	padding: 0 6px 0 6px;
}

form, fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

input.text, textarea {
	border: 1px #ccc solid;
	color: #666; 
	background-color: #fff;
	padding: 0px 3px 1px 3px;
	margin-top: 0;
	margin-bottom: 2px;
}

input.text {
}

#buy {
	position: relative;
	top: -1px;
}

#buy input.submit {
	font-size: .8em;
	margin-bottom: 6px;
}

img {
	border: 0;
}

p, li, td, th {
	margin: 0 0 1em 0;
	line-height: 1.6em;
}

body.popup p, li {
	margin: 0 0 .8em 0;
	line-height: 1.4em;
}

h1, h2 {
	margin: 0 0 .5em 0;
	font-weight: normal;
}

h3 {
	margin: 0 0 .3em 0;
}

h2 {
	color: #1f8ef5;
	background-color: inherit;
	font-size: 1.8em;
	position: relative;
	top: -5px;
}

body.popup h2 {
	top: 0;
	margin-bottom: .3em;
}

h3 {
	font-size: 1.2em;
}

li {
	margin-bottom: 0;
}

ul {
	margin-top: .5em;
	margin-bottom: 1em;
}

th, strong {
	color: #666;
}

p.offer, .offerPanel h4, h3, .error, .requiredFieldIndicator {
	color: #EF147E;
}

h2.homePage {
	margin-bottom: .6em;
}

p.strapline {
	margin-top: -.3em;
	color: #666;
	font-size: 1.7em;
}

blockquote {
	font-size: 1.6em;
	font-style: italic;
	margin: 1.3em 0 1.6em 0;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

h3.category {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	padding-bottom: 2px;
	margin-bottom: .5em;
}

.replaceWithImage {
	display: block;
	letter-spacing : -1em;
	text-indent: -100000em;
	background-repeat: no-repeat;
}

#background {
	background-color: #fff;
	margin-top: -12px;
}

#banner {
	position: relative;
	background-image: url(../images/body_background.png);
	background-repeat: repeat-y;
	background-position: 50% 0;
	z-index: 50;
	padding-top: 9px;
	padding-bottom: 10px;
}

body.popup #banner {
	background-image: none;
	background-color: #eee;
	border-bottom: 1px #ccc solid;
	padding: 3px 5px 3px 5px;
	margin-bottom: 5px;
}

.centrecontent, .navigation {
	width: 770px;
	margin: auto auto;
	text-align: left;
}

body.popup .centrecontent {
	width: auto;
}

#banner img, #banner span.wasImage {
	position: relative;
	top: 8px;
	left: 1px;
	vertical-align: bottom;
	margin-bottom: 16px;
}

#banner h1 {
	margin: 0;
}

#banner h1 a {
	background-image: url(../images/little_prints_large.png);
	width: 291px;
	height: 69px;
}

#banner h1.replaceWithImage {
	background-image: url(../images/little_prints_small.png);
	height: 35px;
}

#contactUs {
	background-image: url(../images/contact_us_blue.png);
	width: 75px;
	height: 16px;
	background-position: 2px 2px;
	position: absolute;
	top: 6px;
	right: 5px;
}

#contactUs:hover {
	background-image: url(../images/contact_us_pink.png);
}

#navcontainer {
	position: relative;
	height: 35px;
}

#navcontainer {
	z-index: 25;
}

.navigation {
	position: absolute;
	margin: 0;
	top: -13px;
	top: 100px;
	left: 0;
}

.navigation li {
	margin: 0;
	width: 120px;
	height: 50px;
	position: absolute;
	top: 0;
}

#navigation {
	z-index: 20;
}

#navigation li {
	background-image: url(../images/blue_tab.png);
	background-repeat: no-repeat;
}

#navigation li.tab1current, #navigation li.tab2current, #navigation li.tab3current, #navigation li.tab4current, 
#navigation li.tab5current, #navigation li.tab6current, #navigation li.tab7current {
	background-image: url(../images/pink_tab.png);
}

#ghostnav {
	z-index: 40;
	overflow: visible;
}

#ghostnav img {
	display: none;
}

.navigation, .navigation li {
	padding: 0;
	list-style-type: none;
}

.navigation li a, .navigation li span.a {
	display: block;
	position: relative;
	height: 30px;
	width: 104px;
	margin: 5px 9px 0 5px;
}

.navigation li img, .navigation li span span, .navigation li a span {
	position: absolute;
	bottom: 2px;
	right: 3px;
	overflow: hidden;
}

.tab1, .tab1current {
	left: 0;
}

.tab2, .tab2current {
	left: 109px;
}

.tab3, .tab3current {
	left: 218px;
}

.tab4, .tab4current {
	left: 327px
}

.tab5, .tab5current {
	left: 436px
}

.tab6, .tab6current {
	left: 545px
}

.tab7, .tab7current {
	left: 654px;
}

#navigation li li {
	background-image: none;
	text-align: left;
}

.navigation li li {
	height: 12px;
	position: relative;
}

.navigation ul {
	position: relative;
	left: 0;
	bottom: 55px;
	padding: 0;
}

.navigation li li a, .navigation li li span.a {
	height: 12px;
	left: 6px;
}

.navigation li li img, .navigation li li span span, .navigation li li a span {
	position: relative;
	bottom: 2px;
	right: 3px;
	overflow: hidden;
}

/* NEW NAVIGATION ***************************************************************/

#newNavigation {
	text-align: left;
	position: relative;
	top: 0px;
	z-index: 20;
}

#newNavigation, #newNavigation li, #newNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#newNavigation li {
	position: absolute;
	height: 37px;
	width: 120px;
	background-position: 0 100%;
	font-size: 1px;
}

#newNavigation li li {
	position: relative;
	background-image: url(../images/blue_tab_repeat.png);
	margin-top: 0;
}

#newNavigation li, #newNavigation li li.last {
	background-image: url(../images/blue_tab.png);
}

#newNavigation li li.last {
	height: 37px;
}

#newNavigation li a {
	display: block;
	letter-spacing: -1em;
	text-indent: -100000em;
	width: 104px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: 3px 6px; 
	position: relative;
	left: 5px;
	z-index: 20;
	outline: none;
}

#newNavigation ul {
	display: none;
}

#newNavigation li.expanded ul {
	display: block;
}

#newNavigation li li {
	height: auto;
}

#newNavigation li li a {
	z-index: 21;
	height: 20px;
}

#newNavigation li li.first a {
	border-top: 1px #ccc dashed;
}

#newNavigation li li.last a {
	background-position: 3px 4px; 
	height: 22px;
}

#newNavigation .home { left: 0; }
#newNavigation .aboutUs {left: 109px; }
#newNavigation .portfolio { left: 218px; }
#newNavigation .albums { left: 327px; }
#newNavigation .prices { left: 436px }
#newNavigation .faqs { left: 545px }
#newNavigation .specialOffers { left: 654px; }

#newNavigation .home a { background-image: url(../images/home.png); }
#newNavigation .aboutUs a { background-image: url(../images/about_us.png); }
#newNavigation .portfolio a { background-image: url(../images/portfolio.png); }
#newNavigation .albums a { background-image: url(../images/albums.png); }
#newNavigation .prices a { background-image: url(../images/prices.png); }
#newNavigation .faqs a { background-image: url(../images/faqs.png); }
#newNavigation .specialOffers a { background-image: url(../images/special_offers.png); }

/*  The need for e.g. homeExpanded here is to get round IE6's
 *  chained class selector bug. .home.expanded would be preferable.
 */
 
#newNavigation .homeExpanded a { background-image: url(../images/home_over.png); }
#newNavigation .aboutUsExpanded a { background-image: url(../images/about_us_over.png); }
#newNavigation .portfolioExpanded a { background-image: url(../images/portfolio_over.png); }
#newNavigation .albumsExpanded a { background-image: url(../images/albums_over.png); }
#newNavigation .pricesExpanded a { background-image: url(../images/prices_over.png); }
#newNavigation .faqsExpanded a { background-image: url(../images/faqs_over.png); }
#newNavigation .specialOffersExpanded a { background-image: url(../images/special_offers_over.png); }

#newNavigation .nurseries a { background-image: url(../images/nurseries.png) !important; }
#newNavigation .families a { background-image: url(../images/families.png) !important; }
#newNavigation .postage a { background-image: url(../images/postage.png) !important; }

#newNavigation .nurseries a:hover { background-image: url(../images/nurseries_over.png) !important; }
#newNavigation .families a:hover{ background-image: url(../images/families_over.png) !important; }
#newNavigation .postage a:hover { background-image: url(../images/postage_over.png) !important; }

#newNavigation .portfolioExpanded,
#newNavigation .pricesExpanded,
#newNavigation .specialOffersExpanded {
	height: 22px;
	background-image: url(../images/pink_tab_repeat.png) !important;
}

#newNavigation li.expanded {
	background-image: url(../images/pink_tab.png);
}


/* END NEW NAVIGATION ***********************************************************/

#innercontent {
	padding: 10px 6px 15px 4px;
	overflow: visible;
}

body.popup #innercontent {
	padding: 12px 7px 0 7px;
}

#bannerdropshadow, #footerdropshadow {
	background-repeat: repeat-x;
	height: 12px;
	position: relative;
	overflow: hidden;
	width: 100%;
	clear: both;
}

#bannerdropshadow {
	background-image: url(../images/banner_drop_shadow.png);
}

#footerdropshadow {
	background-image: url(../images/footer_drop_shadow.png);
}

#footer {
	font-size: 1em;
	color: #666;
	/* background-color: inherit; */
	background-image: url(../images/body_background.png);
	background-repeat: repeat-y;
	background-position: 50% 0;
	padding: 6px 0 10px 0;
}

#footerLogo {
	float: right;
	margin-top: 2px;
}

#footer p {
	margin: 0;
	line-height: 1.5em;
}

#contactform input.text, #contactform textarea {
	width: 50%;
}

.form th, .form td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.form th {
	padding: 0px 15px 0px 0;
	font-weight: normal;
	white-space: nowrap;
}

.form td {
	padding-right: 30px;
}

#contactform td {
	width: 100%;
}

.form th.message {
	vertical-align: top;
	padding-top: 1px;
}

#login {
	width: 15em;
	margin: 0 15px 10px 0;
	float: left;
}

#logon {
	font-size: .95em;
}

#logon input.text {
	width: 95%;
}

#logon input.submit {
	margin-top: 4px;
}

#logon p {
	margin-bottom: 0;
}

#logintab {
	height: 37px;
	background-image: url(../images/pink_tab_short.png);
	position: relative;
}

#loginwrapper {
	background-image: url(../images/login_drop_shadow.png);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 11px;
	height: 1%;
}

#logincontent {
	background-image: url(../images/login_background.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	text-align: right;
	padding-right: 4px;
	font-size: .95em;
	line-height: 1.3em;
	height: 1%;
	padding-top: 7px;
	color: #000;
	background-color: #fff;
}

#login span {
	overflow: hidden;
}

#logincontent img, #logincontent span {
	vertical-align: bottom;
}

#logincontent input.text {
	margin-top: 1px;
	width: 89px;
	text-align: right;
}

#logincontent input.image {
	margin-top: 3px;
	margin-bottom: 1px;
	position: relative;
	left: 1px;
}

#logintab img, #logintab span {
	position: absolute;
	right: 14px;
	bottom: 17px;
}

.albums th {
	padding: 2px 20px 2px 0;
	white-space: nowrap;
}

.albums td {
	padding: 2px 20px 3px 0;
}

.albums th.album, .albums td.album {
	width: 100%;
}

.albums td.pics {
	white-space: nowrap;
}

.albums th.actions, .albums td.actions {
	padding-right: 0;
	white-space: nowrap
}

.albums td {
	vertical-align: top;
	border-top: 1px #ccc solid;
	line-height: 1.4em;
}

.albums td.folder, .folder {
	background-image: url(../images/folder.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
	white-space: nowrap
}

span.folder {
	background-position: 0 0;
	line-height: 1.6em;
}

.user {
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 18px;
}

.albums img {
	border: none;
	position: relative;
	top: 2px;
}

.lbform td {
	padding: 0 0 4px 0;
}

.lbform td.label {
	padding-right: 10px;
	white-space: nowrap;
}

#loggedonnavigation {
	font-size: .8em;
	position: absolute;
	right: 8px;
	bottom: 3px;
	text-align: right;
	color: #666;
	padding-bottom: 4px;
	padding-right: 32px;
	line-height: 1.55em;
}

#basketimagelink {
	position: absolute;
	right: 0;
	bottom: -1px;
}

#basketimagelink img {
}

.pagenav {
	float: right;
	text-align: right;
	margin: 1em 0 0 0;
	font-size: .8em;
	position: relative;
	z-index: 5;
}

.pagenav strong, .pagenav a:hover {
}

#faqs, #faqs li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#faqs li {
	display: inline;
}

#faqs .question {
	color: #1F8EF5;
}

#faqs .answer {
	color: #EF147E;
}

#faqs .question, #faqs .answer {
	display: block;
	float: left;
	font-weight: bold;
}

#faqs .qcontent, #faqs .acontent {
	display: block;
	margin-left: 1.2em;
	height: 1%;
}

#faqs .answer, #faqs .acontent {
	margin-bottom: 1em;
}

#faqs .qcontent {
	font-weight: bold;
	color: #666;
}

.imageStripRight {
	float: right;
}

.paraimgleft {
	float: left;
	margin-top: 4px;
	margin-right: 12px;
	border: 1px #000 solid;
}

.twocolumns .columnone {
	float: left;
	width: 48%;
}
 
.twocolumns .columntwo {
	margin-left: 52%;
	height: 1%;
}

.product .imagecontainer {
	float: left;
	width: 165px;
}

.product .imagecontainer a {
	display: block;
	width: 149px;
	height: 103px;
	outline: none;
	position: relative;
	left: 2px;
	top: 4px;
}

.product .imagecontainer .framingtips {
	background-image: url(../images/framing_tips.png);
}

.product .imagecontainer .framingtips:hover {
	background-image: url(../images/framing_tips_over.png);
}

.product .imagecontainer .customisecanvas {
	background-image: url(../images/customise_canvas.png);
}

.product .imagecontainer .customisecanvas:hover {
	background-image: url(../images/customise_canvas_over.png);
}

.product .description {
	margin-left: 165px;
}

#giftIdeas .product .description {
	margin-left: 0;
}

.productList {
	font-size: .95em;
}

.productList td, .productList th {
	line-height: 1.6em;
	padding-bottom: .3em;
	vertical-align: middle;
	text-align: left;
}

.productList td {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	padding-top: .5em;
}

.productList td.description, .productList td.productImage {
	background-image: none;
	padding-bottom: .6em;
}

.productList td.variant, .productList th.variant {
	padding-right: 10px;
	width: 100%;
}

.productList td.price, .productList th.price {
	text-align: right;
}

.productList td.quantity, .productList th.quantity, 
.productList td.finish, .productList th.finish, 
.productList td.colour, .productList th.colour, 
.productList td.buy {
	padding-bottom: 3px;
	padding-left: 15px;
	text-align: center;
}

.productList td.quantity, .productList th.quantity {
	text-align: center;
}

.productList td.quantity input {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	width: 18px;
	position: relative;
	top: -2px;
	margin-bottom: -1px;
}

.productList select.quantity {
	width: 4.5em;
}

.productImage {
	float: left;
	margin-right: 20px;
}

.over {
	background-color: #eee;
}

.enlargement, .basketThumb {
	margin-left: 1px;
	border: 1px #666 solid;
}

.enlargement {
	margin-right: 10px;
	float: left;
}

.portfolioEnlargement {
	border: 1px #666 solid;
	margin-top: 3px;
	margin-left: 15px;
}

* html .portfolioEnlargement {
	margin-left: 12px;
}

.portfolioThumbs {
	float: left;
}

#portfolioHeader h2 {
	display: inline;
}

#portfolioHeader .pagenav {
	display: inline;
	float: none;
	position: relative;
	top: -6px;
	left: 10px;
}

#portfolioHeader {
	margin-bottom: 13px;
}

.greyed {
	color: #aaa;
}

.leftColumn {
	float: left;
}

.leftColumn .content {
	margin-top: 1em;
	font-size: .8em;
	margin: 12px 10px 0 0;
} 

.leftColumn .content p {
	margin: .5em 0 .5em 0;
}

.leftColumn img {
	vertical-align: top;
}

.leftColumn span.wasImage {
	line-height: 1em;
}

.rightColumn {
	padding-left: 14px;
	border-left: 1px #999 solid;
	height: 1%; 
}

.addButton, .basketButtons {
	font-size: .8em;
	text-align: right;
}

.basket {
	font-size: .8em;
}

.basketProducts td {
	padding-top: 4px;
	
}

.basketProducts td input.text {
	margin-top: 1px;	
}

.basket img {
	vertical-align: middle;
}

.basket th {
	color: #EF147E;
	font-size: 1.3em;
	white-space: nowrap;
}

.basket td {
	padding: 3px 0 7px 0;
}

.basket td.remove {
	white-space: nowrap;
}

.basket td, .basket th {
	padding-left: 20px;
	vertical-align: top;
}

.topline {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.basket td.spacer {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: .6em;
}

.basket th.total, .basket td.total {
	border: none;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	color: #333;
}

.basket .subtotal td, .basket .subtotal th {
	padding-top: 4px;
}

.basket .subtotal td, .basket .subtotal th,
.basket .postage td, .basket .postage th {
	color: #666;
}

.basket .discount td, .basket .discount th {
	color: #070;
}

.basket td.postageLink {
	padding-left: 0;
}

.basket td.image, .basket th.image {
	padding-left: 0;
}

.basket td.image img {
	margin-top: 4px;
	border: 1px #000 solid;
}

.basket td.quantity input {
	text-align: center;
	width: 18px;
/*	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	top: -2px;
	margin-bottom: -1px;
*/
}

.basket .checkbox {
	vertical-align: middle;
}

.basket label {
	color: #777;
}

/*
.basket td.image {
	height: 78px;
	width: 78px;
	background-color: #eee;
	border: 1px #666 solid;
	text-align: center;
	vertical-align: middle;
}
*/

.basket td.product, .basket th.product {
	width: 100%;
}

/* Offer Panel ******************************************************************** */

.offerPanel, .offerPanelTop, .offerPanelBottom {
	width: 240px;
}

.offerPanel {
	background-image: url(../images/offerpanel_middle.png);
	background-repeat: repeat-y;
	position: relative;
	margin-left: -1px;
	margin-right: -4px;
	margin-bottom: 10px;
}

.offerPanel .content {
	position: relative;
	padding: 10px 19px 9px 12px;
}

.offerPanelTop {
	height: 59px;
	background-image: url(../images/offerpanel_top.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}

.offerPanelBottom {
	height: 66px;
	background-image: url(../images/offerpanel_bottom.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
}

.offerPanel h4, .offerPanel p {
	margin: 0;
	margin-bottom: .5em;
}

.offerPanel h4 {
	font-size: 1.3em;
	font-weight: normal;
}


.offerPanel h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.offerPanel p {
	font-size: .8em;
	line-height: 1.4em;
}

.offerNotes {
}

h3.offers {
	color: #666666;
	margin-bottom: .6em;
}

ol.terms li {
	font-size: .95em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

/* Variable width panel ************************************************************************************** */

.panel {
	background-image: url(../images/panel_middle.png);
	background-repeat: repeat;
	margin: -1px 0 0 0;
}

* html .panel {
	position: relative;
}

.panelLeft {
	background-image: url(../images/panel_middle_left.png);
	background-repeat: repeat-y;
}

.panelRight {
	background-image: url(../images/panel_middle_right.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
	position: relative;
}

.panelTop {
	background-image: url(../images/panel_top.png);
	background-repeat: repeat-x;
	position: relative;
	z-index: 5;
}

.panelTopLeft {
	background-image: url(../images/panel_top_left.png);
	background-repeat: no-repeat;
}

.panelTopRight {
	height: 59px;
	background-image: url(../images/panel_top_right.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.panelBottom {
	background-image: url(../images/panel_bottom.png);
	background-repeat: repeat-x;
	position: relative;
	z-index: 5;
}

.panelBottomLeft {
	background-image: url(../images/panel_bottom_left.png);
	background-repeat: no-repeat;
}

.panelBottomRight {
	height: 66px;
	background-image: url(../images/panel_bottom_right.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.panel .content {
	position: relative;
	z-index: 10;
	margin-top: -125px;
	top: 66px;
	padding: 7px 19px 16px 12px;
	height: 1%;
}

.displayNone {
	display: none;
}

#customerDetails p {
	font-size: .8em;
}

#customerDetails p.offer, p.offer {
	margin-top: -.4em;
	font-size: 1.4em;
	text-align: center;
	line-height: 1em;
}

.footnote {
	font-size: .6em;
	color: #666;
}


.extraNavLinks {
	position: relative;
	z-index: 10;
	top: -4px;
	float: right;
}

#homepageLinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 25px;
}

#homepageLinks img {
	margin-bottom: 10px;
	border: 1px #666 solid;
}

#homepageLinks li {
	float: left;
	text-align: center;
}

#homepageLinks a {
	display: block;
	width: 300px;
	font-size: 2em;
	margin-bottom: 20px; 
}

#families {
	margin-right: 55px;
}

#nurseries {
	margin-left: 55px;
}

.tipsNav {
	text-align: right;
	border-top: 1px #ccc solid; 
	border-bottom: 1px #ccc solid; 
	line-height: 1.4em;
	padding-top: 1px;
	margin: 1.5em 0 0 0;
	padding: 0 0 2px 0;
}

.tipsNav span {
	float: left;
}

body.popup .tipsNav {
	padding: 1px 5px 3px 5px;
	margin: 15px -7px 0 -7px;
	border-bottom: none;
}

.tipsTop {
	margin-bottom: .8em !important;
	border-bottom: 1px #ccc solid !important; 
	border-top: none;
}

