/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
        margin: 0px 0px 0.4em 0px;
        padding: 0;
}

p {
	margin: 0px 0px 0.6em 0px;
    padding: 0;
}

.radio, .checkbox {
	width: auto;
}

.wishlistEditButton {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #d40c47 !important;
}

h2, .h2 {
	font-size: 18px;
	font-weight: normal;
	color: #d40c47 !important;
	zoom: 1;
}

h3, .h3 {
	font-size: 16px;
	font-weight: bold;
	color: #d40c47 !important;
	zoom: 1;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #d40c47 !important;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

.print {
	display: none;
}
.generalContent {
	line-height: 16px;
}
.generalContent a {
	color: #dc0c49;
	text-decoration: underline;
}

/* Miscellaneous conveniences: */
form label {
	display: block;
	float: left;
	width: 100px;
}

fieldset {
	border: none;
}
form input, textarea {
	font-size: 100%;
	width: 180px;
  	font-family: arial;
}
img {
	border: 0px none;
}

a {
	text-decoration: none;
	color: #dc0c49;
}
.red {
	color: #dc0c49 !important;
}
.grey {
	color: #666666 !important;
}
.white {
	color: #fff !important;
}
.popupBorder {
	padding: 15px;
}
.pointer {
	cursor: pointer;
}
.clearer {
	clear: both;
}
/* buttons */

.button {
	padding: 7px 0;
	text-align: center;
	font-size: 12px;
	border: 0px;
	cursor: pointer;
	color: #dc0c49;
 	font-family: arial;
    font-size: 12px;
    height: 30px;
}

.buttonMedium {
	width: 117px;
	background: url(/custom/images/button-medium.gif) no-repeat;
}

.buttonSmall {
	width: 83px;
	background: url(/custom/images/button-small.gif) no-repeat;
}

.buttonRed {
	color: #e32c5e;
}

.buttonSignUp {
	height: 32px;
	width: 85px;
	border: 0px;
	cursor: pointer;
	background: url(/custom/images/button-signup.gif) no-repeat;
}

.buttonUpdate {
	height: 32px;
	width: 85px;
	border: 0px;
	cursor: pointer;
	background: url(/custom/images/button-update.gif) no-repeat;
}

/* custom styles */

#view_category {
	margin-bottom: 10px;
}

.body {
	background: #f0f0f0 url(/custom/images/bg-rpt.jpg) repeat-x top;
}

.mainContent {
	width: 884px;
	margin: 0px auto;
}

#header {
	height: 97px;
}
#logo {
	float: left;
	margin-top: 13px;
}
#countdownContainer {
	float: right;
	width: 633px;
	padding-top: 8px;
}
#countdown {
	height: 64px;
}
#headerIntro {
	clear: right;
	font-size: 15px;
	color: #fff;
	text-align: right;
}
#headerIntro span {
	color: #dc0c49;
	font-weight: bold;
}
.countdownText {
	float: right;
	color: #dc0c49;
	font-size: 18px;
	margin-top: 10px;
}

.countdownCalendar {
	float: right;
	background: url(/custom/images/calendar.gif) no-repeat;
	background-position: center;
	width: 40px;
	padding-top: 13px;
	height: 36px;
	margin: 0 7px;
	font-size: 16px;
	font-weight: bold;
	color: #df0000;
	text-align: center;
}

/* menu */
#navigation {
	height: 35px;
	width: 884px;
}
#menu a {
	display: block;
	float: left;
	width: 108px;
	height: 24px;
	padding-top: 11px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-right: 2px;
	background: url(/custom/images/menu-bg.gif) no-repeat;
}
#navigationItems {
	float: right;
	margin-top: 4px;
	padding-top: 9px;
	width: 125px;
	height: 22px;
	background: url(/custom/images/nav-bg.gif) no-repeat;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
#navigationItems a {
	color: #fff;
}
#navigationItems .navSpan {
	margin: 0 5px;
}

/* grey bar */
#greyBarLeft {
	background: #e1e1e1 url(/custom/images/grey-bar-left.gif) no-repeat left;
	height: 38px;
	margin-bottom: 15px;
}
#greyBarRight {
	height: 30px;
	width: 884px;
	padding-top: 8px;
	background: url(/custom/images/grey-bar-right.gif) no-repeat right;
}
#greyBarProductSearch {
	float: left;
	padding-left: 18px;
	width: 335px;
}
#greyBarUserSearch {
	float: left;
	width: 305px;
}
.greyBarLabelText {
	float: left;
	margin: 5px 10px 0 0;
	color: #000;
	font-size: 11px;
	cursor: pointer;
}
.greyBarSearchInput, .searchInputWishlist {
	font-family: Arial;
	float: left;
	font-size: 11px;
	border: 0px none;
	width: 143px;
	height: 18px;
	color: #666;
	padding-top: 2px;
	line-height: 18px;
}
.greyBarSearch {
	float: left;
	margin: 1px 0 0 5px;
	border: 0px;
	width: 59px;
	height: 20px;	
	cursor: pointer;
	color: #fff;
	font-size: 11px;
	background: url(/custom/images/button-grey-bar-submit.gif);
}
#greyBarUser {
	margin-top: -4px;
	float: left;
	width: 215px;
	font-size: 10px;
	text-align: right;
	color: #000;
}
#greyBarUser a {
	color: #dc0c49;
	text-decoration: underline;
}
#greyBarUser td {
	width: 215px;
	height: 30px;
}

/* wishlist stuff? */
.blueBarProductSearchPopup {
	background-position: -20px;
}
.blueBarWishlist {
	background-position: -20px;
	width: 656px;
}
/* end wishlist stuff? */

.buttonGrey {
	border: 0px;
	width: 90px;
	height: 23px;	
	cursor: pointer;
}

.buttonGreyLogin {
	background: url(/custom/images/button-login.gif) no-repeat;
}

.buttonGreySubscribe {
	background: url(/custom/images/button-subscribe.gif) no-repeat;
}

.buttonGreyUnubscribe {
	background: url(/custom/images/button-unsubscribe.gif) no-repeat;
}

.buttonGreyUpdate {
	background: url(/custom/images/button-grey-update.gif) no-repeat;
}


.blueBarText {
	margin: 3px 0 0 30px;
}

/* main */

#main {
	float: left;
	width: 657px;
}
.homeIntro {
	background: url(/custom/images/step-wedding.jpg) no-repeat;
	background-position: top;
	width: 657px;
	height: 279px;	
	margin-bottom: 15px;
}
.homeSpacerThingy {
	height: 15px;
}
.homeStartContainer {
	float: left;
	width: 106px;
	margin: 9px 1px 0 0;
}
.homeStartContainer img {
	margin-bottom: 2px;
}
#homeStartList {
	margin-left: 8px;
}
.homeStartLink {
	display: block;
	padding-top: 8px;
	height: 22px;
	width: 102px;
	background: url(/custom/images/home-start-link.gif) no-repeat;
	color: #fff;
	text-align: center;
	margin-left: 1px;
	font-size: 11px;
	cursor: pointer;
}
#homeStartIntro {
	clear: both;
	padding: 31px 0 30px 23px;
	width: 612px;
	font-size: 11px;
}
#homeBookmark {
	margin-top: 15px;
	background: url(/custom/images/home-bookmark.jpg);
	width: 657px;
	height: 140px;
}
#homeBookmarkContainer {
	padding: 23px 0 0 19px;
}
#homeBookmarkContent {
	height: 70px;
}
#homeBookmarkLink {
	margin-left: 184px;
	cursor: pointer;
}
/* gift tip boxes */
.giftTipBoxContainer {
	float: left;
	width: 213px;
	height: 100px;
}
.giftTipBoxEdit {
	float: left;
	width: 213px;
}
.giftTipBox {
	padding: 13px 0 0 99px;
}
#giftTipBox1 {
	background: url(/custom/images/gift-tip-1.jpg) no-repeat;
}
#giftTipBox2 {
	background: url(/custom/images/gift-tip-2.jpg) no-repeat;
	margin-left: 9px;
}
#giftTipBox3 {
	background: url(/custom/images/gift-tip-3.jpg) no-repeat;
	margin-left: 9px;
}
.giftTipBoxIntro {
	width: 101px;
	height: 57px;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
}
.giftBoxButton {
	margin-left: 40px;
	border: 0px;
	width: 59px;
	height: 20px;	
	cursor: pointer;
	color: #fff;
	font-size: 11px;
	background: url(/custom/images/button-grey-bar-submit.gif);
}
/* home list start */
.homeStartListContainer {
	clear: both;
	margin-top: 15px;
}
.homeArea {
	width: 395px;
	height: 283px;
	color: #fff;
}

.homeAreaContainer {
	width: 330px;
	padding: 172px 0 0 32px;
	text-align: center;
}

.homeAreaTitle {
	font-size: 18px;
	font-weight: normal;
}

.homeAreaContent {
	font-size: 11px;
	padding-top: 20px;
}

/* home popular products */
#homePopularProductsContainer {
	clear: both;
	margin: 15px 10px 0 0;
	float: left;
	width: 415px;
}
#homePopularProducts {
	padding: 15px;
}
.homePopularProduct {
	float: left;
	width: 107px;
	height: 145px;
	padding: 8px;
}

.homePopularProductMargin {
	margin-right: 8px;
}

.homePopularProductMarginTop {
	margin-top: 8px;
}
.homePopularProductImage {
	width: 107px;
	height: 107px;
	overflow: hidden;
}
.homePopularProductLink {
	margin-top: 5px;
	display: block;
	width: 107px;
	height: 32px;
	overflow: hidden;
	text-align: center;
	color: #dc0c49;
	text-decoration: underline;
}
/* home popular searches */
#homePopularSearchesContainer {
	margin-top: 15px;
	float: left;
	width: 232px;
}
#homePopularSearches {
	padding: 15px;
}
#homePopularSearches a {
	display: block;
	color: #dc0c49;
	text-decoration: underline;
	line-height: 20px;
}
/* home popular stores */
#homePopularStoresContainer {
	margin-top: 15px;
}
#homePopularStores {
	padding: 9px 0 5px 11px;
	width: 645px;
}
.homePopularStoreLink {
	width: 208px;
	text-align: center;
	margin-bottom: 2px;
}
.homePopularStoreContainer {
	float: left;
	margin: 0 7px 9px 0;
}
.homePopularStore {
	background: url(/custom/images/home-shop-bg.gif) no-repeat;
	cursor: pointer;
	margin-bottom: 6px;
}
.homePopularStoreImage {
	background-repeat: no-repeat;
	background-position: center;
	width: 208px;
	height: 79px;
}

/* general main styles */

.groupArea {
	clear: left;
	background-color: #fff;
}
.groupAreaProducts {
	width: 391px;
	padding: 9px;
	height: 335px;
}
.groupMainContainer {
	padding: 15px;
}


#groupBlueBanner {
	clear: both;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	width: 655px;
	height: 20px;
	background: url(/custom/images/blue-rpt.gif) repeat-x;
}


.listSideOnly {
	width: 265px;
}

.sectionProductImageContainer {
	width: 183px;
	height: 107px;
	overflow: hidden;
	text-align: center;
}
.groupProductsMoreProducts {
	clear: left;
	padding-top: 6px;
	text-align: right;
}

.groupProductsSide {
	float: left;
	margin-left: 13px;
}

.groupAreaProductsSide {
	width: 205px;
	padding: 13px;
}

.homeGroups a {
	text-decoration: underline;
}

.groupFull {
	clear: left;
	float: left;
	margin-top: 13px;
	width: 657px;
}

.groupAreaFull {
	padding: 13px;
	height: 215px;
}

.groupIdea {
	float: left;
	width: 132px;
	height: 210px;
	padding: 0 12px;
}

.groupIdeaBorder {
	border-right: 1px solid #e5e5e5;
}

.groupIdeaTitle {
	font-size: 16px;
	text-decoration: none;
}

.groupIdeaImage {
	background-repeat: no-repeat;
	background-position: center;
	width: 132px;
	height: 111px;
}

.groupIdeaLinks a {
	font-size: 11px;
	text-decoration: underline;
	line-height: 150%;
}
.groupIdeaLinks a.grey {
	text-decoration: none;
}

.groupIdeaSeeMore {
	margin-top: 5px;
}

.groupIdeaSeeMore a {
	text-decoration: none;
}


.groupFoot {
	background: url(/custom/images/group-foot.gif) no-repeat;
	width: 657px;
	height: 14px;
}

/* left */
#left {
	float: left;
	margin-right: 11px;
	width: 216px;
}

.myListsBacking {
	background: url(/custom/images/my-lists-backing.gif) no-repeat;
	width: 214px;
	height: 285px;
}

.myLists {
	padding-top: 57px;
}

.myListsExtra {
	margin-top: 32px;
	float: right;
	padding-right: 18px;
}

.myListsLogin {
	color: #e33061;
	font-size: 11px;
	cursor: pointer;
}

/* logged in lists */

.myListsTop {
	background: url(/custom/images/my-lists-top.gif) no-repeat;
	width: 216px;
	height: 61px;
}
.myWishTop {
	background: url(/custom/images/my-wish-top.gif) no-repeat;
	width: 216px;
	height: 61px;
	cursor: pointer;
}
.myListsItem {
	background: url(/custom/images/my-lists-item.gif) no-repeat top;
	width: 201px;
	padding: 3px 0 0 15px;
	height: 42px;
	color: #8e8e8e;
}
.myListsTypeItem {
	background: url(/custom/images/new-closed.gif) no-repeat top;
	width: 201px;
	padding: 3px 0 0 15px;
	height: 42px;
	color: #8e8e8e;
}
.myListsRecent {
	padding: 8px 0 0 20px;
	width: 196px;
	height: 37px;
}
.myListsRecent img {
	margin-left: 5px;
	cursor: pointer;
}
.myListsItemNone {
	background: url(/custom/images/my-lists-item-none.gif) no-repeat top !important;
}
.myListsItemBoth {
	background: url(/custom/images/my-lists-item-backing.gif) no-repeat top !important;
}
.myListsItemBoth a {
	color: #dc0c49 !important;
}
.myListsItemBothOn, .myListsItemNoneOn  {
	background: url(/custom/images/my-lists-item-on.gif) no-repeat top !important;
}
.myListsItemBothOn a, .myListsItemNoneOn a {
	color: #fff !important;
}
.myListsItemIcon {
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	width: 31px;
	height: 39px;
}
.myListsItemTitle {
	padding: 11px 0 0 11px;
	float: left;
	width: 132px;
	font-size: 13px;
}
.myListsItemTable td {
	width: 175px;
	height: 39px;
}
.myListsItemTitle a, .myListsItemTable a {
	color: #8e8e8e;
}
.myListsMakeNew {
	width: 172px !important;
	cursor: pointer;
}
.myListsItemSmallTitle {
	font-size: 11px !important;
	width: 175px;
	height: 29px;
	overflow: hidden;
}
.myListsItemSmallTable td {
	width: 175px;
}
.myListsItemArrow {
	float: left;
	padding-top: 13px;
	width: 12px;
}
.myListsBottom {
	background: url(/custom/images/my-lists-bottom.gif) no-repeat;
	width: 216px;
	height: 66px;
	margin-bottom: 8px;
}
.myListsList {
	background: url(/custom/images/my-lists-list-item.gif) no-repeat bottom;
	width: 170px;
	padding: 10px 10px 10px 34px;
}

/* recently viewed lists */
.myRecentsTop {
	clear: left;
	background: url(/custom/images/my-recents-top.gif) no-repeat;
	width: 214px;
	height: 57px;
}

.myListsList a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.myItemsItemArrow {
	cursor: pointer;
	margin: 2px 0 0 2px;
}

/* grey curve */
.greyCurveContainer {
	background-color: #fff;
}
.whiteCornerLeft {
	clear: both;
	background: url(/custom/images/white-corner-left.gif) no-repeat left;
}
.whiteCornerRight {
	background: url(/custom/images/white-corner-right.gif) no-repeat right;
	overflow: hidden;
	height: 4px;
}
.greyCurveRpt {
	background: url(/custom/images/grey-curve-rpt.gif) repeat-x;
}
.greyCurveLeft {
	background: url(/custom/images/grey-curve-left.gif) no-repeat left;
}
.greyCurveRight {
	height: 34px;
	padding: 11px 0 0 12px;
	background: url(/custom/images/grey-curve-right.gif) no-repeat right;
	color: #8e8e8e;
	font-size: 15px;
	font-weight: bold;
}
.greyCurveRight a {
	float: right;
	font-size: 13px;
	font-weight: normal;
	color: #8e8e8e;
	padding-right: 10px;
}
/* red corners */
.redCornerLeft {
	clear: both;
	background: url(/custom/images/red-corner-left.gif) no-repeat left;
}
.redCornerRight {
	background: url(/custom/images/red-corner-right.gif) no-repeat right;
	overflow: hidden;
	height: 4px;
}
/* grey corners */
.greyCornerLeft {
	clear: both;
	background: url(/custom/images/grey-corner-left.gif) no-repeat left;
}
.greyCornerRight {
	background: url(/custom/images/grey-corner-right.gif) no-repeat right;
	overflow: hidden;
	height: 4px;
}

/* lhs stores */
#lhsPopularStoresContainer {
	margin-top: 12px;
	width: 216px;
}
#lhsPopularStores {
	width: 216px;
}
.lhsPopularStoreLink {
	width: 216px;
	text-align: center;
	margin-bottom: 2px;
}
.lhsPopularStoreContainer {
	margin: 10px 0 9px 14px;
	width: 188px;
	padding-top: 23px;
	height: 56px;
	text-align: center;
	background: url(/custom/images/lhs-shop-bg.gif) no-repeat;
}
/* other lhs stuff */
.lhsBanner {
	margin-top: 8px;
	background-repeat: no-repeat;
	background-position: top;
	width: 216px;
	height: 218px;
}
.lhsArea {
	width: 216px;
	margin-top: 14px;
	clear: left;
}
.makeAList {
	width: 213px;
	height: 242px;
}

/* help pages */
.helpListStrap {
	height: 22px;
	background-color: #e4e4e4;
	color: #000;
	padding: 6px 0 0 8px;
}

.helpListStrap a {
	color: #000;
	font-size: 12px;
}

.helpListStrap span {
	color: #000;
	margin: 0 5px;
}

.helpButton{
	clear: left;
	text-align: right;
	padding: 15px;
}

/* product section */

.sectionFull {
	clear: left;
	float: left;
	width: 657px;
}

.groupSection {
	padding-top: 8px;
}

.sectionTitleStrap {
	height: 28px;
	line-height: 28px;
	border-top: 1px solid #cecece;
	padding-left: 9px;
	border-bottom: 1px solid #cecece;
	font-size: 18px;
}

.sectionTitleStrapButton {
	float: right;
	padding-top: 4px;
	line-height: 100%;
}

.sectionTitleStrapButton img {
	margin: 0px 8px 0 0;
	cursor: pointer;
	vertical-align: middle;
}

.sectionListStrap {
	height: 22px;
	background-color: #e4e4e4;
	color: #000;
	padding: 6px 0 0 8px;
}

.sectionListStrap span {
	margin: 0 8px;
	cursor: pointer;
}

.sectionPaginationStrap {
	margin-top: 8px;
	height: 22px;
	background-color: #e4e4e4;
	padding: 6px 8px 0 8px;
}

.sectionPaginationStrap a, .sectionPaginationStrap span {
	border: 1px solid #888;
	color: #888;
	background-color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 0 4px;
}

.pageSelected {
	color: #dc0c49 !important;
	border: 1px solid #dc0c49 !important;
}

.sectionProducts {
	margin: 0 16px;
}

.sectionProductsSection {
	width: 144px;
	height: 144px;
	text-align: center;
	border: 1px solid #e0e0e0;
	float: left;
	margin-top: 10px;
}

.sectionProductsSectionImage {
	margin-top: 8px;
	height: 100px;
}

.sectionProductsSectionTitle {
	padding: 5px 10px 0 10px;
}

.sectionProduct {
	float: left;
	width: 186px;
	height: 267px;
	padding: 7px;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin-top: 8px;
}

.sectionProductTitle {
	padding-top: 5px;
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
	height: 50px;
	overflow: hidden;
}

.sectionProductImage {
	padding: 4px 0;
}

.sectionProductPrice {
	margin: 7px 0;
	font-weight: bold;
	font-size: 17px;
}

/* product */

.product {
	padding: 8px;
}

.productTop {
	float: left;
	padding-bottom: 10px;
}

.productImage {
	float: left;
	width: 308px;
	height: 308px;
	border: 1px solid #e0e0e0;
	background-repeat: no-repeat;
	background-position: center;
}

.productDetails {
	float: left;
	padding-left: 16px;
	width: 313px;
}

.productTitle {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 7px 0;
}

.productMessage {
	padding: 10px;
	zoom: 1;
	font-weight: bold;
}

.productDescription {
	line-height: 18px;
}

.productPrice {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 8px 0;
}

.productBrandImage {
	margin-left: 10px;
	vertical-align: middle;
}

.productAddToMyList {
	float: left;
	margin-right: 11px;
	cursor: pointer;
}

.productOptions {
	margin-top: 5px;
}

.productTabs {
	clear: both;
}

.productTab {
	float: left;
	width: 136px;
	height: 26px;
	padding-top: 9px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.productTabSplitter {
	float: left;
	border-bottom: 1px solid #e0e0e0;
	width: 5px;
	height: 34px;
}

.productTabEnd {
	float: left;
	border-bottom: 1px solid #e0e0e0;
	width: 501px;
	height: 34px;
}

.productTabBox {
	clear: left;
	width: 585px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 25px;
}

.productTabFooter {
	width: 636px;
	height: 4px;
	overflow: hidden;
	background: url(/custom/images/product-tab-footer.gif) no-repeat;
}

/* register */

.regsiter {
	height: auto !important;
	min-height: 500px;
	height: 500px;
	background: url(/custom/images/register-present.gif) no-repeat right 80px;
	padding: 5px 10px;
}

.registerText{
	margin-bottom: 15px;
}

.registerP {
	clear: left;
	height: auto !important;
	height: 20px;
	min-height: 20px;
}
.registerP img {
	margin-top: -1px;
	vertical-align: middle;
}
.registerLabel {
	clear: left;
	float: left;
	width: 130px;
}

.registerSpan{
	float: left;
	display: block;
}

.registerTextarea {
	float: left;
	width: 350px;
	height: 60px;
}

.registerInput {
	float: left;
	width: 180px;
	padding: 0px;
}

.registerDate {
	float: left;
	width: 65px;
}

.registerSelect {
	float: left;
	font-size: 11px;
	padding: 0px;
}

.dobSelect {
	width: 59px;
	margin-right: 3px;
}

.registerTerms {
	clear: left;
	margin: 15px 0 0 130px;
}

.registerTerms span {
	cursor: pointer;
	text-decoration: underline;
}

.registerTerms a {
	color: #666;
	text-decoration: underline;
}

.registerTerms div {
	margin-bottom: 10px;
}

.registerButtons {
	clear: left;
	margin: 20px 0 0 232px;
}

.registerFoot {
	height: 36px;
	padding: 20px 10px 10px 10px;
	color: #888;
}

.registerLogin {
	text-decoration: underline;
	cursor: pointer;
	margin-left: 5px;
}

.registerSignedUp {
	margin: 15px 0 0 130px;
}

/* members page */

.groupMembersContainer {
	padding: 9px 26px 9px 26px;
}

.member {
	float: left;
	width: 100px;
	height: 176px;
	padding: 13px 25px 20px 25px;
}

.memberImage {
	border: 1px solid #969696;
	width: 98px;
	height: 98px;
}

.memberSeparator {
	float: left;
	width: 1px;
	height: 144px;
	background-color: #ebebeb;
}

.memberItem {
	height: 46px;
	overflow: hidden;
}

.memberItem a {
	text-decoration: underline;
}

.memberDetails {
	text-align: center;
}

/* my lists */

.listSection {
	width: 627px;
	height: 183px;
	background-repeat: no-repeat;
	background-position: right;
	padding: 15px 15px 0 15px;
	color: #fff;
}

.listFrame {
	float: left;
	width: 94px;
	height: 94px;
	background: url(/custom/images/user-bg.png) no-repeat;
}

.listImage {
	margin: 6px 0 0 6px;
	width: 80px;
	height: 80px;
}

.listDetails {
	float: left;
	margin: 0 15px;
	width: 370px;
}

.listDetails a {
	text-decoration: underline;
	font-weight: bold;
}

.listDetailsDescription {
	margin: 6px 0 9px 0;
	width: 250px;
}

.listDetailsDescriptionMaximiser {
	height: 60px;
	overflow: hidden;
}

.listActions {
	float: left;
	width: 128px;
}

.listActionsImg {
	margin-bottom: 7px;
	cursor: pointer;
}

.listProduct {
	padding: 15px 15px;
	background: url(/custom/images/list-product-backing.gif) repeat-x bottom;
}

.listProductImage {
	float: left;
	width: 150px;
	text-align: center;
}

.listProductDetail {
	float: left;
	margin-left: 10px;
	width: 325px;
}

.listProductBuyNow {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	width: 325px;
}

.listProductClick {
	text-decoration: underline;
	font-size: 12px;
}

.listProductBrandImage {
	vertical-align: middle;
	margin: 0 10px;
}

.listProductMoreDetail {
	padding-top: 14px;
}

.listProductArea {
	float: left;
	width: 290px;
}

.listProductDescription {
	height: auto !important;
	oveflow: hidden;
}

.listProductOptions {
	float: left;
	width: 160px;
}

.listProductOptions img {
	float: right;
	margin-bottom: 7px;
	cursor: pointer;
}

.listProductOptions div {
	float: right;
}

.listProductPrice {
	float: left;
	font-size: 16px;
	width: 140px;
	margin-top: 10px;
}

.listProductQuantity {
	float: left;
	font-size: 16px;
	width: 80px;
	margin-top: 10px;
}

.listProductMoreInfo {
	float: left;
}

.listProductOtherShop {
	font-size: 16px;
	font-weight: bold;
	margin: 0 5px;
}

.listNoItemsMessage {
	padding: 20px 30px;
}

.listProductsPurchasedBy {
	margin-left: 10px;
	width: 100px;
	text-align: right;
}

.listProductsPurchasedByItems {
	margin-top: 5px;
}

.listProductButtons {
	float: left;
	margin-left: 10px;
	width: 125px;
}

/* profile */
.profileDeleteList {
	position: absolute;
	margin: -13px 0 0 104px !important;
	cursor: pointer;
}
.profileDetails {
	float: left;
	margin: 0 15px;
	width: 370px;
	height: 148px;
}

.profileDescription {
	margin: 6px 0;
	width: 200px;
}

.profile {
	padding: 15px;
	zoom: 1;
}

.profileItem {
	margin-bottom: 10px;
}

.profileAbout {
	clear: left;
}

.profileSeparator {
	clear: left;
	margin: 15px 0;
	height: 1px;
	overflow: hidden;
	background-color: #e5e5e5;
}

.profileLists {
	clear: left;
	width: 608px;
	padding-left: 15px;
}

.profileList {
	zoom: 1;
	float: left;
	background: url(/custom/images/profile-list-backing.gif) no-repeat;
	width: 120px;
	height: 160px;
	padding: 22px 0 0 16px;
	margin: 0 13px 15px 0;
}

.profileList img {
	margin-left: 0px;
}

.profileListName {
	margin-top: 12px;
	width: 102px;
	height: 30px;
	overflow: hidden;
	text-align: center;
}

.profileListName a {
	text-decoration: underline;
}

/* user search */

.userSearchResults {
	
}

.userSearchUser {
	float: left;
	width: 163px;
	height: 239px;
	text-align: center;
}

.userSearchUser img {
	border: 1px solid #e0e0e0;
	margin-top: 21px;
}

.userSearchSplitter {
	width: 1px;
	height: 153px;
	float: left;
	background-image: url(/custom/images/user-search-splitter.gif);
}

.userSearchDetails {
	margin: 13px 10px 0 10px;
}

.userSearchDOB {
	padding-top: 2px;
}

.noResults {
	padding-top: 30px;
	text-align: center;
	height: 70px;
}

/* footer */
#footerContainer {
	margin-top: 10px;
	width: 884px;
}
#footerGreyContainer {
	background-color: #e1e1e1;
}
#footerGrey {
	height: 42px;
}

#footerGrey, #footerGrey a {
	color: #000;
}

#footerGrey span {
	cursor: pointer;
}

.footerSeparator {
	margin: 0 5px !important;
	cursor: default !important;
}

.footerGreyRight {
	float: right;
	padding: 15px 20px 0 0;
}

.footerGreyLeft {
	font-weight: bold;
	float: left;
	padding: 15px 0 0 20px;
}

#footerRedContainer {
	background-color: #d40c47;
	margin-bottom: 10px;
}
#footerRed {
	padding: 28px 0 0 14px;
	margin-bottom: 20px;
}
#footerRed, #footerRed a {
	color: #fff;
}
#footerRed a {
	text-decoration: underline;
	display: block;
}
.footerArea {
	float: left;
	padding-left: 24px;
	width: 190px;
}
.footerAreaTitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footerAreaContent {

}
/* login panel */

#loginPopup, #wishListPopup, #purchasePopup, #messagePopup, #wishListCommentPopup, #searchPopup, .helpPopup, #imageURLPopup, #listEditPopup, #recommendPopup, #moreInfoPopup1, #moreInfoPopup2, #moreInfoPopup3, #wishlistInfoPopup, #wishlistIntroPopup, #userSearchPopup {
	background: transparent;
	border: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#loginPopup .hd, #wishListPopup .hd, #purchasePopup .hd, #messagePopup .hd, #wishListCommentPopup .hd, #searchPopup .hd, .helpPopup .hd, , #imageURLPopup .hd, #listEditPopup .hd, #recommendPopup .hd, #moreInfoPopup1 ., #moreInfoPopup2 .hd, #moreInfoPopup3 .hd, #wishlistInfoPopup .hd, #wishlistIntroPopup .hd, #userSearchPopup .hd {
	display: none;
}
#loginPopupBg, #wishListPopupBg, #purchasePopupBg, #messagePopupBg, #wishListCommentPopupBg, #searchPopupBg, #imageURLPopupBg {
	background: transparent url(/custom/images/general-bg.gif);
	width: 316px;
	height: 188px;
	position: absolute;
	z-index: -1;
}
#recommendPopupBg {
	background: transparent url(/custom/images/large-bg.gif);
	width: 316px;
	height: 258px;
	position: absolute;
	z-index: -1;
}
#wishlistIntroPopupBg, {
	width: 657px;
	height: 500px;
	position: absolute;
	z-index: -1;
	background-color: #fff;
}
#listEditPopupBg {
	width: 653px;
	height: 500px;
	position: absolute;
	z-index: -1;
	background-color: #fff;
}
#userSearchPopupBg {
	background: transparent url(/custom/images/user-search-bg.png) no-repeat;	
	width: 348px;
	height: 142px;
	position: absolute;
	z-index: -1;
}
#searchPopupBg {
	background: transparent url(/custom/images/popup-plain.gif) !important;
}
#searchPopup .bd {
	padding-left: 0;
}
.helpPopupBg, #moreInfoPopup1Bg, #moreInfoPopup2Bg, #moreInfoPopup3Bg, #wishlistInfoPopupBg {
	background: transparent url(/custom/images/helppanel.gif);
	width: 653px;
	height: 366px;
	position: absolute;
	z-index: -1;
}
.loginHeader, .productSearchHeader, .listEditHeader {
	color: #828282;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
}
.loginHeader, .listEditHeader {
	height: 26px;
	margin-left: 3px;
}
.helpPopup .loginHeader, #listEditPopup .listEditHeader {
	margin-left: 6px !important;
	margin-top: 3px;
}
.productSearchHeader {
	height: 22px;
	margin-left: 7px;
}
#productSearchPanel {
	clear: both;
	padding: 10px;
}
#searchPopup .searchText {
	margin-left: 10px !important;
}
#searchPopup .searchInput {
	width: 120px !important;
}
.loginP {
	height: 20px;
}
.loginPanel {
	padding-top: 25px;
	margin-left: 15px;
}
.loginLabel {
	clear: left;
	float: left;
	width: 70px;
}
.loginInput {
	float: left;
	width: 200px;
}
.loginOptions {
	margin-left: 70px;
	width: 220px;
}
.loginForgotten {
	float: left;
	width: 143px;
}
.loginForgotten a {
	font-size: 11px;
	text-decoration: underline;
}
.loginSubmit {
	float: left;
	width: 62px;
}
.loginButton{
	height: 23px;
	width: 62px;
	border: 0px;
	cursor: pointer;
	background: url(/custom/images/button-submit.gif) no-repeat;
}
.loginRegister {
	clear: left;
	padding-top: 10px;
}
.loginRegister a {
	text-decoration: underline;
}

.purchaseLabel {
	clear: left;
	float: left;
	width: 120px;
}
.purchaseInput {
	float: left;
	width: 30px;
}

.popupClose {
	top: 8px;
	right: 7px;
	cursor: pointer;
	position: absolute;
}
.helpPopup .popupClose, #listEditPopup .popupClose {
	top: 6px !important;
	right: 6px !important;
}
.mask {
	background-color: #3c3c3c !important;
	-moz-opacity: 0.80;
	opacity: .80;
	filter: alpha(opacity=80);
}

/* brands */

.brandListItem {
	height: 110px;	
	float: left;
	text-align: center;
	cursor: pointer;
}

.brandListItemContainer {
	height: 75px;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}

.brandListItem img {
	cursor: pointer;
}

.brandListName {
	display: block;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
}

.brandStrap {
	margin-top: 10px;
}

.brandArea {
	margin-top: 10px;
}

.brandLetter {
	float: left;
	color: #cecece;
	text-align: center;
	cursor: pointer;
	width: 20px;
	padding-top: 4px;
	height: 21px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 1px;
}

.brandLetterOn {
	color: #dc0c49 !important;
	border-bottom: 1px solid #dc0c49;
}

.brandTable {
	width: 597px;
	padding: 13px;
	margin-bottom: 10px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	font-size: 12px;
}

.brandTableItem {
	text-align: left;
	float: left;
	padding-left: 6px;
	height: 34px;
	width: 138px;
}

.brandTableItem a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

.brandAreaContainer {
	clear: both;
	margin-top: 10px;
	width: 625px;
	border-bottom: 1px solid #cecece;
}

.brandContainer {
	height: 27px;
	width: 625px;
	font-size: 12px;
	background: url(/custom/images/shops-head.gif) no-repeat;
}

.brandCategory {
	float: left;
	color: #cecece;
	cursor: pointer;
	padding: 4px 0 0 5px;
	height: 21px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 1px;
}

.brandCategoryTable {
	clear: left;
	width: 597px;
	padding: 13px 13px 0 13px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	font-size: 12px;
}

/* addresses */

.addressBookName {
	width: 140px;
}

.addressBookEmail {
	width: 180px;
}

.addressesLeft {
	float: left;
	width: 350px;
}

.addressesRight {
	float: left;
	width: 200px;
	padding-left: 30px;
	border-left: 1px solid #cecece;
	height: auto !important;
	height: 180px;
	min-height: 180px;
}

.addressName {
	height: 40px;
}

.addressName a {
	text-decoration: underline;
}

.addressContent {
	padding-bottom: 20px;
}

#deleteAddress {
	margin-left: 10px;
}

#addressBook span {
	cursor: pointer;
}

.addressButtons {
	padding-left: 25px;
	width: 500px;
}
/* send to a friend */

.send2FriendContent {
	margin-bottom: 10px;
}

.send2FriendTextarea {
	width: 225px;
	height: 70px;
}

#s2fPopupSendButton {
	width: 62px;
	height: 23px;
}

.send2FriendAddLink {
	width: 330px;
	text-align: right;
}

.send2FriendLabel {
	width: 300px;
}

.send2FriendTable td {
	vertical-align: top;
}

.send2FriendProduct {
	margin-left: 10px;
}

.send2FriendGrey {
	background-color: #e4e4e4;
}

/* comments */

.commentForm {
	margin: 10px; 
}

.commentLabel {
	clear: left;
	float: left;
	width: 125px;
}

.commentText {
	width: 180px;
}

.commentTextarea {
	width: 480px;
}

.commments {
	margin: 10px 0 0 10px; 
}

.comment {
	border-top: 1px solid #e5e5e5;
	width: 480px;
	padding: 15px 10px;
}

.commentBy {
	margin-top: 5px;
}

.commentName {
	text-decoration: underline;
}

.toggleDescription {
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

/* santa area */

.santaLeft {
	float: left;
	width: 280px;
}

.santaRight {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #dc0c49;
	float: left;
	width: 300px;
}

.questionMark {
	font-weight: bold;
	color: #dc0c49;
	cursor: pointer;
}

/** overlib stuff **/

#overDiv td {
	background-color: #fff;
	padding: 5px;
}

.select-free {
	border: 1px solid #000;
	position:absolute;
	z-index:102;
	overflow:hidden;
	text-align: left;
	width: auto;
}

.select-free iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
	filter:mask();/*must have*/
}
/** end overlib stuff **/

.viewOn {
	color: #f50c50;
	cursor: pointer;
}

.viewOff {
	color: #000;
	cursor: pointer;
}

.galleryView {
	margin-left: 15px;
}

/* help */

.helpLinkName1 {
	color: #dc0c49;	
	font-size: 14px;
	cursor: pointer;
}

.helpLinkName2 {
	color: #dc0c49;	
	font-size: 12px;
	cursor: pointer;
}

.helpLinkRef1 {
	color: #dc0c49;	
	font-weight: bold;
	font-size: 18px;
}

.helpLinkRef2 {
	color: #dc0c49;	
	font-weight: bold;
	font-size: 14px;
}

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

#productSearchFormWishlist label {
	width: 60px;
	margin-left: 30px;
	padding-top: 5px;
}

#backToResults {
	text-align: right;
	padding-right: 10px;
}

.helpPanelText {
	height: 285px;
	overflow: auto;
}

/* wishlist search area */

#searchGiftArea {
	height: 25px;
}

/* new add a product section */

#addGiftArea {
	margin-top: 10px;
}

.addAProductSearchButton {
	vertical-align: middle;
	cursor: pointer;
	width: 112px;
	height: 30px;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/custom/images/button-add-product-search.gif);
	background-color: transparent;
}

.addAProductSearchOr {
	margin: 0 5px;
	zoom: 1;
}

.addAProductSearchBox {
	vertical-align: middle;
	width: 200px;
	margin: 0 10px;
}

#addAProductContainer {
	margin-top: 20px;
}

#addAProductImage {
	float: left;
	width: 150px;
	text-align: left;
}

.cancelGiftButton {
	width: 117px;
	margin-bottom: 7px;
	background-image: url(/custom/images/button-cancel-to-my-list.gif);
}

.addAProductChangeImage {
	padding-top: 5px;
	width: 124px;
	text-align: center;
	cursor: pointer;
}

.addAProductChangeImageHelp {
	padding-top: 5px;
	width: 124px;
	text-align: center;
	cursor: pointer;
}

#addAProductImage img {
	cursor: pointer;
}

#addAProductDetails {
	float: left;
	width: 355px;
}

#addAProductActions {
	float: left;
	width: 120px;
	margin-top: 50px;
}

.addAProductBuyNow {
	margin-left: 5px;
	width: 200px;
}

.addAProductDescription {
	margin-top: 10px;
	width: 295px;
	height: 50px;
}

#addAProductExtrasArea {
	margin-top: 10px;
}

.addAProductMiniInput {
	width: 40px;
	margin: 0 10px 0 5px;
}

.buyItNowPadding {
	padding-top: 10px;
}

.addAProductOtherCriteriaName {
	margin-left: 5px;
	width: 198px;
}

.describeAGiftNameOfGift {
	float: left;
	width: 330px;
}

.describeAGiftOption {
	float: left;
	height: 32px;
}

/* list tabs */

.listTabRpt {
	background: url(/custom/images/list-tab-rpt.gif) repeat-x;
}

.listTabRight {
	background: url(/custom/images/list-tab-right.gif) no-repeat right top;
}

.listTabLeft {
	background: url(/custom/images/list-tab-left.gif) no-repeat left top;
	height: 20px;
	padding: 7px 9px 0 9px;
}
.listTabLeft span {
	cursor: pointer;
}
.listTabLeft img {
	margin-left: 4px;
	cursor: pointer;
}

#tabContainerOuter {
	float: left;
	height: 27px;
	width: 653px;
}

#tabContainer {
	height: 27px;
	width: 653px;
	overflow: hidden;
}

.tabArrow {
	float: left;
	width: 10px;
	height: 27px;
	overflow: hidden;
	cursor: pointer;
}

#left_scroller {
	background: url(/custom/images/tab-left.gif) no-repeat;
}

#right_scroller {
	background: url(/custom/images/tab-right.gif) no-repeat;
}

.addTab {
	background: url(/custom/images/tab-add.gif) no-repeat;
	width: 20px;
	height: 27px;
	cursor: pointer;
}

.listTop {
	width: 647px;
	background: #e1e1e1 url(/custom/images/list-top.gif) no-repeat top;
	color: #828282;
	font-size: 16px;
	padding: 5px 0 4px 10px;
}

.listRepeat {
	width: 657px;
	background-color: #e1e1e1;
}
#backToLastViewedList {
	float: right;
	padding-right: 12px;
	cursor: pointer;
}
.scrollPanel {
	margin: 25px 0 0 15px;
	width: 280px;
	height: 110px;
	overflow-y: auto;
}
.generalAreaHeader {
	color: #828282;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0 0 10px;
}
.generalAreaScroll {
	margin: 29px 0 0 10px;
	width: 622px;	
	height: 300px;
	overflow-y: auto;
}
#wishlistIntroText {
	margin: 15px;
	height: 160px;
	overflow-y: auto;
}
#wishlistIntroGrey {
	height: 20px;
	background-color: #e4e4e4;
}
#wishlistIntroActions {
	float: left;
	width: 128px;
	margin-top: 120px;
}
#wishlistIntroButtonBottom {
	margin: 0 0 0 509px;
}
/* yet more styles */
.groupAreaDetails {
	padding: 20px 0 0 20px;
}
#modal_typeInfo {
	margin-left: 10px;
}
/* welcome page */
.welcomeArea {
	float: left;
	width: 313px;
	text-align: center;
}
.welcomeArea img {
	margin: 15px 0 25px 0;
	cursor: pointer;
}
#welcomeOr {
	background: url(/custom/images/or.gif) no-repeat center;
	width: 625px;
	height: 10px;
}
#welcomeLinks {
	padding: 20px 0 0 0;
	text-align: center;
}
#welcomeLinks a {
	display: block;
	color: #dc0c49;
	margin-bottom: 6px;
}

/* user search popup */
#userSearchPopupContainer {
	padding: 10px 0 0 10px;
}
#userSearchPopupHeader {
	color: #8e8e8e;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 14px;
}
#userSearchPopupInfo {
	font-size: 8pt;
}
#userSearchPopupGrey {
	margin-top: 18px;
	height: 30px;
	padding: 8px 0 0 10px;
	background-color: #e1e1e1;
	width: 304px;
}
.userSearchClose {
	top: 8px;
	right: 10px;
	cursor: pointer;
	position: absolute;
}

.part {margin:20px;}

/* bookmark popup */
#bookmarkPopup {
	background: transparent;
	border: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#bookmarkPopup .hd {
	display: none;
}
#bookmarkPopupBg {
	background: transparent url(/custom/images/bookmark-bg.png);
	width: 821px;
	height: 665px;
	position: absolute;
	z-index: -1;
}
#bookmarkPopupContainer {
	padding: 11px 0 0 17px;
}
#bookmarkClose {
	top: 14px;
	right: 17px;
	position: absolute;
	cursor: pointer;
	width: 22px;
	height: 20px;
	background: url(/custom/images/bookmark/close.gif) no-repeat;
}
#bookmarkPopupInternal {
	margin-left: 3px;
	width: 779px;
}
#bookmarkPopupSplit1 {
	height: 1px;
	margin: 9px 0 6px 0;
	background-color: #b5b5b5;
}
#bookmarkPopupSplit2 {
	height: 1px;
	margin: 6px 0 0 0;
	background-color: #b5b5b5;
}
#bookmarkPopupBrowser {
	color: #03bcd2;
}
.bookmarkPopupTitle {
	color: #e13266;
	font-size: 12pt;
	padding-bottom: 6px;
}
.bookmarkPopupBigText {
	font-size: 12pt;
	color: #9a9a9a;
}
.bookmarkPopupBrowserType {
	margin-top: 4px;
	float: left;
	height: 65px;
	cursor: pointer;
}
#bookmarkPopupIE {
	background: url(/custom/images/bookmark/browser-ie.jpg) no-repeat;
	width: 147px;
	padding: 30px 0 0 48px;
	margin-left: -4px;
}
#bookmarkPopupFF {
	background: url(/custom/images/bookmark/browser-ff.jpg) no-repeat;
	width: 147px;
	padding: 30px 0 0 48px;
}
#bookmarkPopupSafari {
	float: left;
	background: url(/custom/images/bookmark/browser-safari.jpg) no-repeat;
	width: 147px;
	padding: 30px 0 0 48px;
}
#bookmarkPopupOther {
	float: left;
	background: url(/custom/images/bookmark/browser-other.jpg) no-repeat;
	width: 148px;
	padding: 30px 0 0 48px;
}
#bookmarkPopupIntro {
	padding: 6px 0;
}
.bookmarkPopupSmallRed {
	font-size: 10pt;
	color: #e13266;
}
.bookmarkPopupContent {
	height: 250px;
	overflow-y: scroll;
}
.bookmarkPopupGrey {
	float: left;
	width: 370px;
	margin-bottom: 20px;
}
.bookmarkPopupGreyRight {
	margin-left: 18px;
}
.bookmarkPopupGreyTop {
	background: url(/custom/images/bookmark/curve-top.gif) no-repeat;
	overflow: hidden;
	height: 3px;
	width: 370px;
}
.bookmarkPopupGreyMiddle {
	background-color: #e6e6e6;
	width: 320px;
	padding: 21px 25px;
	font-size: 10pt;
	line-height: 18px;
}
.bookmarkPopupGreyMiddle a {
	color: #e34070;
	text-decoration: underline;
}
.bookmarkPopupGreyBottom {
	background: url(/custom/images/bookmark/curve-bottom.gif) no-repeat;
	overflow: hidden;
	height: 3px;
	width: 370px;
}
.bookmarkPopupBrowserName {
	margin-left: 8px;
	width: 100px;
	text-align: center;
	padding-top: 14px;
}
#ie1Left {
	float: left;
	width: 200px;
}
#ie1Right {
	float: left;
	width: 137px;
}
#bookmarkFullHelpImage {
	margin-left: -15px;
}
.ie2Image {
	margin: 5px 0 0 15px;
}
.ie3Image {
	margin: 5px 0 0 -6px;
}

