body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333;
	background: #C3A880 url(../images/bg.jpg) 0 -2px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.ui-state-focus .ui-icon
{
	/*background-image:url("images/ui-icons_228ef1_256x240.png") !important;*/
	background-image:none !important;
}

.left_link_Header:hover .ui-icon
{
	/*background-image:url("images/ui-icons_228ef1_256x240.png") !important;*/
	background-image:none !important;
}
.ui-state-default .ui-icon
{
	/*background-image:url("images/ui-icons_ffffff_256x240.png") !important;*/
	background-image:none !important;
}
.ui-state-active .ui-icon
{
	/*background-image:url("images/ui-icons_ffffff_256x240.png") !important;*/
	background-image:none !important;
}

.ui-state-active:hover .ui-icon
{
	/*background-image:url("images/ui-icons_ffffff_256x240.png") !important;*/
	background-image:none !important;
}

.left_link_Header
{
	/*padding-left:25px !important;
	border:none !important;
	color:White !important;*/
	height:30px;
	border:none !important;
	background-image:none !important;
	background-color:Transparent !important;
	 z-index:20;
}
.left_link_Header:hover
{
	/*color:#407daa !important;*/
}

.ui-state-focus
{
	/*color:#407daa !important;*/
}

.ui-state-active
{
	/*color:White !important;*/
}

.ui-state-active:hover
{
	/*color:White !important;*/
}

.threeCol
{
	font-size:large;
}
#container {
	margin:0 auto;
	width:980px;
	text-align: left;
}

#mastheadOutside {
	background: url(../images/masthead-bg.png) no-repeat 0 0;
	width: 980px;
	height: 131px;
}

#homeBodyBG {
	background: url(../images/home-body-bg.png) no-repeat 0 0;
	width: 980px;
	padding: 18px 0 0 0;
	}

#homeBodyInsideTop {
	background: #71C9F1 url(../images/home-inside-body-bg-top.gif) no-repeat 0 0;
	width: 910px;
	height: 20px;
	margin:0 auto;
	}
	
#interiorBodyInsideTop {
	background: #71C9F1 url(../images/interior-inside-body-bg-top.gif) no-repeat 0 0;
	width: 910px;
	height: 20px;
	margin:0 auto;
	}
	
#homeBodyInside {
	background: url(../images/home-inside-body-bg.gif) repeat-y 0 0;
	width: 910px;
	margin: 0 auto;
	}
#interiorBodyInside {	
	background: url(../images/interior-inside-body-bg.gif) repeat-y 0 0;
	width: 910px;
	margin: 0 auto;
}

#interiorBodyInsideFull {
    background-color: #fff;
	width: 910px;
	margin: 0 auto;
}

#homeBodyInsideBtm {
	background: url(../images/home-body-btm.png) no-repeat 0 0;
	margin: 0 auto;
	width: 910px;
	height: 18px;
	}
#interiorBodyInsideBtm {
	background: url(../images/interior-body-btm.png) no-repeat 0 0;
	margin: 0 auto;
	width: 910px;
	height: 18px;
	}
	
#mastheadInside {
	background: url(../images/masthead-inside-bg.jpg) no-repeat 0 0;
	height: 110px;
	width: 910px;
	margin: 0 auto;
}

#logo {
	width: 192px;
	height: 86px;
	margin: 12px 0 0 17px;
	float: left;
}


#loginContainer {
	width: 565px;
	float: right;
	vertical-align: top;
	text-align: right;
	margin: 10px 0 0 0;
}

#findagift-keyword-search {
	margin: 0 0 10px 0;
}

.userForm {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	margin-right: 7px;
	background: #fff;
	font-size: 0.9em;
	font-size: 14px;
	padding: 5px;
	vertical-align: center;
}

#loginFields {
	margin: 18px 0 0 0;
}

/*
#loginFields .userForm {
	border: 2px solid #71C9F1;
	padding: 0;
}
*/

.userBtn {
	/*
	background: #12629D;
	border: 1px solid #71C9F1;
	font-weight: bold;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	cursor: pointer;
	*/
	display: none;
}

#utilityLinks {
	width: 565px;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	color: #666;
	text-transform: uppercase;
}

#utilityLinks a, #utilityLinks a:link, #utilityLinks a:visited, #utilityLinks a:active {
	color: #666;
	text-decoration: none;
}

#utilityLinks a:hover {
	color: #666;
	text-decoration: underline;
}

#loginFields {
	vertical-align: top;
	height: 30px;
	font: Arial, Helvetica, sans-serif;
}

#navigationBar {
	width: 910px;
	height: 57px;
	margin: 0 auto;
	background: #004B84 url(../images/navigation-bar.jpg) no-repeat 0 0;
}

#homeIcon {
	float: left;
	padding: 3px 0 0 3px;
}

ul.mainNav {
	float: left;
	list-style: none;
	margin: 17px 0 0 20px;
	padding: 0;
}

ul.mainNav li {
	float: left;
	color: #BBD2E3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.07em;
}

ul.mainNav li a, ul.mainNav li a:link, ul.mainNav li a:visited, ul.mainNav li a:active{
	color: #BBD2E3;
	text-decoration: none;
	display:block;
}

ul.mainNav li a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 4px solid #2E70A2;
}

ul.mainNav li img{
	margin:0 15px;
}

#footerContainer {
	width: 980px;
	height: 117px;
	background: url(../images/footer-bg.png) no-repeat 0 bottom;
	padding: 15px 0 0 0;
	vertical-align: top;
}

#footerInsideContainer {
	width: 910px;
	height: 59px;
	background: url(../images/footer-inside-bg.png) no-repeat 0 0;
	margin: 0 auto;
	vertical-align:top;
}

#footerCopyright {
	width: 425px;
	height: 53px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.7em;
	vertical-align: top;
	padding: 15px 0 0 15px;
}

#social_icons {
	margin-top: 14px;
	margin-right: 8px;
	float: right;
}
#social_icons img { margin: 2px; }
#footerCopyright a, #footerCopyright a:link, #footerCopyright a:visited, #footerCopyright a:active{
	color: #fff;
	text-decoration: underline;
}

#footerCopyright a:hover{
	color: #fff;
	text-decoration: none;
}

ul.footerNav {
	float: right;
	list-style: none;
	margin: 17px 20px 0 0;
	padding: 0;
	width: auto;
}

ul.footerNav li {
	float: left;
	color: #BBD2E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

ul.footerNav li a, ul.footerNav li a:link, ul.footerNav li a:visited, ul.footerNav li a:active{
	color: #fff;
	text-decoration: underline;
	display:block;
}

ul.footerNav li a:hover{
	color: #fff;
	text-decoration: none;
}

ul.footerNav li img{
	margin:0 15px;
}


#interiorContentLeft,
#interiorContentFull {
	float: left;
	vertical-align:top;
	padding: 10px 20px;
	line-height: 1.7em;
	font-size: 0.9em;
}

#interiorContentLeft {
	width: 612px;
}

#interiorContentFull {
	width: 880px;
	padding-top: 24px;
}

#interiorContentSidebar {
	float: left;
	width: 210px;
	vertical-align:top;
	padding: 10px 20px;
	line-height: 1.7em;
	font-size: 0.9em;
}

#interiorContentSidebar h2 {
	font-size: 16px;
}

#homeContentLeft {
	color: #005696;
	width: 301px;
	background: url(../images/blonde-female-01.png) no-repeat left bottom;
	float: left;
	padding: 8px 15px 8px 337px;
	vertical-align: top;
}

#homeContentLeft p{
	padding: 0 0 0.9em 0;
	margin: 0;
}

#homeContentFull h2,
#homeContentLeft h2 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0.9em 0;
	margin: 0;
}

#homeContentRight {
	width: 252px;
	float: left;
	padding-top: 10px;
}

#quoteoftheDay {
	width: 205px;
	background: url(../images/sidebar-arrow.gif) no-repeat top left;
	padding: 0 12px 4px 35px;
	color: #005696;
}

#quoteoftheDay h2{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0.9em 0;
	margin: 0;
}

#quoteoftheDay p{
	padding: 0 0 0.7em 0;
	margin: 0;
}

.quoteLeft {
	padding-right: 5px;
}

.quoteRight {
	padding-left: 5px;
}

#itemoftheDay {
	width: 205px;
	background: url(../images/sidebar-arrow.gif) no-repeat top left;
	padding: 0 12px 4px 35px;
	color: #005696;
	float: left;
}

#interiorContentSidebar button span span,
#itemoftheDay button span span {
	width: 190px;
	padding: 3px 10px 0 5px;
}

#itemoftheDay h2{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#itemoftheDay h3{
	font-size: 1.0em;
	font-weight: bold;
	padding: 0 0 0.2em 0;
	margin: 0;
}

#itemoftheDay p{
	padding: 0 0 0.7em 0;
	margin: 0;
}

#itemoftheDay img {
	float: left;
	padding: 0 10px 6px 0;
}

.itemPrice {
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	margin-bottom: 0.6em;
}

.itemDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#bannerContainer {
	width: 930px;
	height: 129px;
	background: url(../images/banner-bg.png) no-repeat 0 0;
	margin: 0 auto;
}

#homeBanner {
	width: 748px;
	float: left;
	padding: 18px 0 0 27px;
}

#homeAdvertCallout {
	width: 137px;
	float: right;
	padding: 18px 0 0 18px;
}

/* ------------- Misc ----------- */

.clear {
    clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alignright {
	text-align: right;
}

.padright {
	padding-right: 16px;
}

img {
	border: none;
}

.userFormLabelLogin {
    color: #12629D;
    font-weight: bold;
}

.calendar-input {
    padding-left: 25px;
    background:transparent url(/images/calendar-icon.png) no-repeat scroll 2px 50%;
    cursor: pointer;
}

#rounded-corner {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

#rounded-corner thead th.rounded-company {
    background: #0070ab url('/images/table-images/left.png') left -1px no-repeat;
    padding: 0 0 0 25px;
}

#rounded-corner thead th.rounded-q4 { 
    background: #0070ab url('/images/table-images/right.png') right -1px no-repeat; 
}

#rounded-corner th { 
    padding: 8px; 
    font-weight: bold; 
    font-size: 13px; 
    color: #fff; 
    background: #0070ab; 
}

#rounded-corner td { 
    padding: 8px; 
    background: #e8edff; 
    border-top: 1px solid #fff; 
    color: #005696; 
}

#rounded-corner td.nopadding { 
    border-top: 0;
}

#rounded-corner tfoot td.rounded-foot-left { 
    background: #e8edff url('/images/table-images/botleft.png') left bottom no-repeat; 
}

#rounded-corner tfoot td.rounded-foot-right { 
    background: #e8edff url('/images/table-images/botright.png') right bottom no-repeat; 
}

#rounded-corner tbody tr:hover td { 
    /*
    background: #d0dafd; 
    */
}

.range-low {
    float: left;
    width: 20px;
}

.range-track {
    float: left;
    margin: 0 20px;
}

/*
#add-to-cart-2 {
    display: none;
}
*/

#recipient-shipping-address {
    display: none;
}

#other-shipping-address {
    display: none;
}

.spacer {
    height: 10px;
}

#formErrors {
    display: none;
}

blockquote {
    padding-left: 15px;
}

a, a:visited {
    color: #407DAA;
    /* text-decoration: none; */
}

a:hover, a:active {
    color: #004F8A;
}

h2 {
    margin-bottom: 15px;
    margin-top: 0;
}

#contact-form .userForm {
    width: 350px;
}

#interiorContentLeft p {
	margin: 0 0 10px 0;
}

h2.floatleft {
	float: left;
	margin-right: 10px;
    	margin-bottom: 0px;
}

#feedbackDiv {
  display: none;
}

#feedbackText {
  border: 1px solid #ccc;
  padding: 2px;
  width: 280px;
}

.feedbackSuccess {
  color: #339933;
}

.loading-graphic {
  display: none;
}

#recipientLabel {
  display: none;
}

.page-title {
  color:#0B3A5C;
  font-size:20px;
}

.post {
  padding: 0 0 25px 0;
}

.post-title {
  font-size: 20px;
}

.post-date {
  font-size: 12px;
  font-weight: bold;
}

.post-tags {
  text-align: right;
}

.post-content {
  padding: 10px;
}

.sidebar-header {
  font-size: 14px;
  font-weight: bold;
}

#interiorContentSidebar ul {
  list-style: square inside;
  padding: 0px 0 20px 10px;
  margin: 0 0 0 10px;
  text-indent: -14px;
}

#interiorContentSidebar ul li {
  padding: 1px 0 1px 5px;
  line-height: 1.0em;
  margin: 0 0 6px 0;
}

.reply-header {
  font-size: 14px;
  font-weight: bold;
}

#rounded-corner td.author-info {
  border: 1px solid #fff;
  width: 100px;
}

.products-table tr td a {
	line-height: 1.4em;
	margin: 10px 2px;
	display: block;
}

.products-table tr td {
  padding: 5px;
  vertical-align: top;
  text-align: center;
}

.findagiftItem {
}

.product-page .detail-box {
  float: right;
  margin: 0 0 20px 20px;
  background: #f4f4f4;
  border: 1px solid #dedfdf;
  padding: 8px;
  clear: right;
  width: 350px;
}

.product-page .product-price {
	font-size: 24px;
	font-weight: normal !important;
	margin-top:5px;
	margin-bottom:5px
}

.price {
	font-size: 18px;
	font-weight: normal !important;
}

.product-page .product-price strong {
	font-weight: normal !important;
}

.product-description table td {
	line-height: 1.2em;
	vertical-align: top;
}

.required {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 10px 0;
}

.required img {
	vertical-align: text-top;
}

.fieldname, .fieldName {
	font-size: 14px;
	font-weight: bold;
}

.fieldnamesmall, .fieldNameSmall {
	font-size: 12px;
	font-weight: normal;
}

#interiorContentLeft h1,
#interiorContentFull h1,
#interiorContentLeft h1 a,
#interiorContentFull h1 a,
#interiorContentLeft h1 a:hover,
.Links h1,
#interiorContentFull h1 a:hover {
	font-family: Georgia, san-serif;
	color: #004c85;
	font-weight: normal;
	font-size: 28px;
	margin: 0 0 15px 0;
	text-decoration: none;
}

#interiorContentFull h2,
#interiorContentLeft h2,
#interiorContentFull h2 a,
#interiorContentLeft h2 a,
#interiorContentFull h2 a:hover,
#interiorContentLeft h2 a:hover {
	font-family: Georgia, san-serif;
	color: #333;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
	text-decoration: none;
}

#interiorContentFull h3,
#interiorContentLeft h3 {
	font-family: Georgia, san-serif;
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 8px 0;
}

/*
.buttonsmall,
.button {
  background: #12629D url(/images/button-background.jpg) repeat-x left center;
  border: 1px solid #035795;
  vertical-align: center;
}

.button {
  margin: 10px 10px 10px 0;
  padding: 5px 10px;
  font-size: 14px;
}

.buttonsmall {
  margin: 4px 4px 4px 0;
  padding: 3px 6px;
  font-size: 12px;
}

.button a,
.button a:visited,
.buttonsmall a,
.buttonsmall a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #fff !important;
}

.button a:hover,
.button a:active,
.buttonsmall a:hover,
.buttonsmall a:active {
  color: #F0F0F0;
}
*/

.buttonedit a {
	padding-left: 16px;
	margin-right: -1px;
	background: url(/images/icon_pencil_small.png) no-repeat left center;
}

.header-welcome {
	font-size: 14px;
	margin: 16px 0 10px 0;
}

.header-cart a {
	font-weight: bold;
}

.header-cart .items {
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

.note {
	font-size: 12px;
	font-style: italic;
}

.valignmiddle {
	vertical-align: middle;
}

.alt {
	background: #f4f4f4;
}

.stripe {
	border-top: 1px solid #dedfdf;
}

.stripe li {
	padding: 0 6px;
	border-bottom: 1px solid #dedfdf;
}

#interiorContentSidebar .step {
	font-size: 14px;
	background: #aee0f7;
	padding: 12px 8px 26px 8px;
	margin: 15px 0px;
	text-align: center;
	border-top: 2px solid #84b6cd;
	border-bottom: 2px solid #84b6cd;
	font-style: italic;
}

#interiorContentSidebar .step .stepIntro {
	vertical-align: middle;
}

#interiorContentSidebar .step .stepNumber {
	font-size: 50px;
	font-style: normal;
	vertical-align: middle;
}

#interiorContentSidebar .step .stepOf {
	font-size: 20px;
	vertical-align: middle;
}

.text14px {
	font-size: 14px;
}

.text16px {
	font-size: 16px;
}

#addtocart-error,
#findagift-error {
	font-size: 12px;
	color:#cc0000;
	line-height: 1.2em;
}
.findagift-filter {
	background: #f4f4f4;
	border: 1px solid #dedfdf;
	height: 50px;
}
.findagift-filter td {
	padding: 4px 8px;
}

.photoBorder {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	margin: 0 3px 0 2px;
}

#findagift-keyword-search-field {
	color: #666;
	width: 160px;
}


ui-widget-header {
   padding: 4px;
}
ui-widget-content a {
	display: block;
	margin-left: 6px;
}
.sliderInfo {
	display:block;
	font-size:9px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
}
.findagiftSection {
	/* border-bottom: 	1px solid #777;*/
	margin-top: 	20px;
	margin-bottom: 	20px;
}
.right {
	float: right;
}
.prevViewed {
	line-height: 18px;
}
.rightcol {
	float: left;
	width: 250px;
}
.findagiftOption {
	float: left;
	margin-right: 16px;
}
.goBtn {
	margin: 0px;
	margin-top: -5px;
}
.targetedPadding {
	margin-left: 48px;
}
.tinyNote  {
	font-weight: normal;
	
}
.product-table .image img {
	padding: 2px;
}
img.onWishlist {
	padding: 0px;
	border: 2px solid #F7B64B;
}
.coolLinks h2 {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding:0;
}

/*  New Homepage   */

#homeContentOneLeft {
	width: 322px;
	font-family: Georgia;
	color: #005496;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 444px;
	height: 444px;
	display: block;
	float: left;
	position: relative;
}

#homeContentOneLeft p, #homeContentTwoLeft p {
	font-weight: normal;
	line-height: 112%;
}

#homeContentOneLeft h2, #homeContentTwoLeft h2 {
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	color: #005496;
}

#homeContentOneLeft h2 span, #homeContentTwoLeft h2 span {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	color: #ffffff;
		
}
#homeContentOneLeft .rightside { 
	float: right;
	width: 170px;
	margin-top: 50px;
}
#homeContentTwoLeft .rightside {
	float: right;
	width: 170px;
}

#homeContentOneLeft .smallerBlock {
	width: 176px;
}

#homeContentOneLeft .homeLearnMore a, #homeContentTwoLeft .homeLearnMore a {
	text-transform: uppercase;
	font-size: 10px !important;
}

#homeContentTwoLeft .rightside {
	margin-top: 25px;
}

#homeContentOneLeft .homeSignUp a, #homeContentTwoLeft .homeSignUp a {
	text-transform: uppercase;
}

#homeContentOneLeft .button, #homeContentTwoLeft .button {
	float: right;
}


.girlImage {
	border:0 none;
	left:0;
	position:absolute;
	bottom: -2px;
}
.girlImageFix {
	float: left;
}

#homeContentTwoLeft {
	background: url(../images/sidebar-arrow-middle.gif) no-repeat 0px 8px;
	width: 230px;
	padding-left: 30px;
	padding-right: 26px;
	float: left;
	display: block;
	font-family: Georgia;
	color: #005496;
	font-size: 14px;
}

#homeContentRight {
	float: left;
	display: block;
	padding-left: 22px;
	width: 219px;
}
#homeContentRight #itemoftheDay {
	background:url("../images/sidebar-arrow-home.gif") no-repeat scroll left top transparent;
	color:#005696;
	float:left;
	padding:0 12px 4px 35px;
	margin-left:-19px;
	padding:0 0 0 20px;
}

/*    Why Use Changes   */

#whyuseSupport {
	padding: 10px;
}

#whyuseSupport h3 {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, halvetica, sans-serif;
	padding-top: 10px;
	margin-top: 20px;
}

#whyuseSupport .ourList, #reasonsToRegister .ourList {
	border-top: 6px solid #73BCE7;
}

.bluedivider { border-left: 2px dashed #efefef; }

.whyuseLeftBlock {
	width: 400px;
	padding: 10px;
	float: left;
}

.whyuseHim {
	display: block;
}

.whyuseHim tr.header {
	background: none;
}

.whyuseHim tr {
	background: #bbdff3;
}

.whyuseHim tr td { padding: 6px; }

.whyuseHim tr.even {
	background: #d8edf8;
}

/*   Buy as Guest Fixing Formating adding Numbers    */
.buyAsGuestStepsFix {
	margin-left: 46px;
}

/*   Showing Highlight for wishlist items on findagift pages   */

.findagiftFreeShippingItem,
.findagiftWishlistItem {
	/* background: #b6eef6; */
	background: #d3f0f4;
	padding-top: 10px;
	min-height: 250px;
	padding-bottom: 10px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.findagiftWishlistItemSug {
	background: #b6eef6;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.findagiftItem {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #f5fafb;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*  Fixing Sidebar Hot Links   */
.coolLinks .button {
	margin-top: 0px;
	margin-bottom: 4px;
	display: block;
}
/*  Changing Regestration Page  */
#reasonsToRegister {
	width: 300px;
	float: left;
	margin-left: 10px;
	font-size: 14px;
	border-left: 1px dashed #efefef;
	padding-left: 20px;
}
#reasonsToRegister ul {

}

/*   Suggestion page Changes    */
.suggestionsKimImage {
	float: left;
	margin-right: 20px;
}
.suggestionsNoteBox {
	float: left;
	width: 630px;
}
.suggestionsProudctsTable {
	border-top: 1px dashed #efefef;
	margin-top: 20px;
}
.error {
	font: normal 10px arial;
	padding: 3px;
	margin: 3px;
	background-color: #ffc;
	border: 1px solid #c00;
}

/*	Change of View Similar link	*/
a.similarLink {
	font-size: 11px;
	color: #005595;
	font-weight: normal;
}
.wishlistText,.wishlistTextSmaller,.wishlistTextSug {
	color:#000000;
	font-size:8px;
	letter-spacing:3px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	margin-top: -30px;
	margin-left: 0px;
	background: url(../images/wishlistTrans.png);
	width: 180px;
	height: 20px;
}
.wishlistTextSmaller { width: 180px; }
.wishlistTextSug { width: 100px; font-size: 7px; bottom: 6px !important;}

.image {
	position: relative;
}

.NonMemberWishlistNotes {
	margin: 20px;
	margin-bottom: 0px;
}
.landingPageBox {
	padding: 20px;
	display: block;
	background-color: #c5c5c5;
}

/* QA fixes */
/* 	Fix for Sizes Select Boxes	*/
#sizes { position: relative; }
#sizes div select { position: absolute; left: 100px; }

.single-spacing { line-height: 1.2em !important; }
