/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #fff;
	color: #333;
	font-size: 11px;
	padding: 0;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
  color:#333;
}

.socialMenu a{
	color:#555;
	font-weight:normal;
	padding-top:5px;
}

/* 960 grid system container background
----------------------------------------------- */
.container_12 {
	/*background:url("../img/gridlines_12_col.gif") center top repeat-y;*/
	margin-bottom:20px;
	clear:both;
}

.container_16 {
	/*background:url("../img/gridlines_16_col.gif") center top repeat-y;*/
	clear:both;
	position:relative;
	top:40px;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	margin-bottom:0;
	/*margin-top:10px;*/
	padding-top:26px;
	display:inline-block;
	background:#000;
	color:#999;
	height:52px;
}

h1#branding img {
	padding-left:5px;
}

h1#branding span {
	display:none;
}
/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}

img#lifestyle {
	z-index:-1;
	position:relative;
	top:-401px;
	left:0;
}


/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("themes/loverschoice/img/switch_minus.gif") 96% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
  background-position: 97% 50%;
}
.grid_5 .box h2 a {
  background-position: 98% 50%;
}
.grid_12 .box h2 a {
  background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("themes/loverschoice/img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
  margin-bottom:1em;
}
blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size:1.2em;
  padding-left:1em;
  border-left:4px solid #ccc;
}
blockquote cite {
  font-size:.9em;
}
ul, ol {
  padding-top:0;
}



/* table
----------------------------------------------- */
.productTabContent table {
  width:100%;
  border:1px solid #bbb;
  margin-bottom:10px;
}
.productTabContent col.colC {
  width:8em;
}
.productTabContent th, td {
  padding:.2em 1em;
  text-align:left;
}
.productTabContent thead th {
  border-bottom:2px solid #888;
  background:#bbb;
  padding:.4em 1em .2em;
}
.productTabContent thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
.productTabContent tbody th,
.productTabContent tbody td {
  border-top:1px solid #bbb;
  border-bottom:1px solid #bbb;
  background:#eee;
}
.productTabContent tbody tr.odd th,
.productTabContent tbody tr.odd td {
  background:#fff;
}
.productTabContent tfoot th,
.productTabContent tfoot td {
  border-top:2px solid #666;
  background:#eee;
}
.productTabContent tfoot tr.total th,
.productTabContent tfoot tr.total td {
  border-top:6px double #666;
}
.productTabContent tfoot tr.total th {
  text-transform:uppercase;
}
.productTabContent th.currency,
.productTabContent td.currency {
  text-align:right;
}




/* articles
----------------------------------------------- */
.articles {
  padding:0;
}
.articles h2 {
  margin:0;
}
#articles {
  padding-top:0;
}
.article {
  border-top:1px solid #666;
  padding-top:.5em;
}
.box .article {
  border-top:3px solid #fff;
  padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
  margin-bottom:.2em;
  font-size:1.6em;
}
.box .first {
  border-top:none;
}
.article h4 {
  font-size:1.2em;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.article a.image {
  float:left; 
  margin:3px 10px 3px 0; 
  padding:4px;
  border:1px solid #bbb;
  background:#fff;
}
.article a.image:hover {
  border:1px solid #666;
}
.article a.image img {
  float:left; 
}
.article p.meta {
  color:#666;
  border-top:1px dotted #999;
  border-bottom:1px dotted #999;
  padding:.3em 0;
  margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
  color:#fff;
  background:#666;
  margin-bottom:10px;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:16px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
  font-weight: bold;
}
dd h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
dd p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
  padding-bottom:10px;
}

  #accordian-block dd {
    width: 380px;
  }


/* Lover's Choice 
------------------------------------*/

.pageHeader {
	height:427px;
	clear:both;
	margin-bottom:20px;
}

.centerContent {
	text-align:center;
}

.tagline {
	height:401px;
	vertical-align:middle;
	background: url(../img/menuback.png);
}

.tagline p {
	padding: 275px 20px 20px 10px;
	color:#410500;
	font-style:oblique;
	font-weight:bold;
	font-size:12px;
	letter-spacing:0.03em;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

div.salesTools  {
	background:none #CCC;
}

.salesTools h2{
	font-size:14px;
	margin-left:10px;
}

.salesTools ul.salesNav, .salesTools ul.salesNav li ul  {
	list-style:none;
	padding:0;
	border-top:solid 1px #eee;
	margin:0;
}

.salesTools ul.salesNav{
	margin:0 10px;
}

.salesTools ul.salesNav li ul {
	border-top:solid 1px #ddd;
	border-bottom:none;
}


ul.salesNav li {
	border-top:solid 1px #999;
	border-bottom:solid 1px #eee;
	
}

ul.salesNav li ul li {
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #ddd;
}

ul.salesNav li ul li:first {
	border-top:solid 1px #999;
}

ul.salesNav ul li:last {
	border-bottom:none;
}

ul.salesNav li {
	margin:0;
	padding:0 10px;
}

ul.salesNav li ul li {
	margin:0;
}

ul.salesNav li h3, ul.salesNav li ul li h4 {
	margin:0;
	font-size:11px;
}

ul.salesNav li h3 a, ul.salesNav li ul li h4 a {
	line-height:11px;
	font-weight:normal;
	width:100%;
	display:block;
	padding:10px;
}

ul.salesNav li ul li h4 a {
	padding:10px 10px 10px 20px;
}

ul.salesNav li h3:hover, ul.salesNav li ul li h4:hover {
	background:#fff;
}
/* SOCIAL MENU 
----------------------------------
.socialMenu {
	height:26px;
	font-size:9px;
	color:#555;
	display:inline;
	float:right;
	margin-top:26px;
	overflow:hidden;
}*/

 
ul.socialMenu {
	clear:none;
	display:inline-block;
	margin:13px 0 0 0;
	padding: 0 0 0 0;
	height:30px;
	/*border-bottom:solid 1px #666;*/
}
 
.socialMenu li {
	display:inline-block;
	list-style:none;
	float:right;
	margin:0 0 0 6px;
}
 
.socialMenu li a {
	margin-top:3px;
}
 
.socialMenu li a img {
	margin-top:2px;
}
 
.socialMenu li.searchCopy  {
	margin-top:5px;
}
 
.socialMenu input {
	height:14px;
	width:140px;
	font-size:6px;
	color:#ccc;
	border:1px solid #ccc;
	float:right;
	margin:0;
}
 
.socialMenu input:focus {
	color:#333;
	border:#435a75 solid 1px;
}
 
.socialMenu input.submit, .socialMenu input#SearchForm_SearchForm_action_results{
	width:60px;
	color:#333;
	font-size:10px;
	height:20px;
	float:right;
	display: list-item;
	clear:none;
	margin-right:0;
}
 
.socialMenu input#SearchForm_SearchForm_action_results {
	border:1px solid #d38983;
	border-left:none;
	margin-right:0;
	padding:0;
	-webkit-border-top-left-radius:0px;
	-moz-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-bottom-left-radius: 0px;
}
 
.socialMenu div#Search {
	clear:none;
	float:left;
	display:list-item;
}
 
.socialMenu form fieldset {
	background:none;
	margin:0;
	padding:0;
	border:none;
}
 
.socialMenu legend {
	margin:0;
	padding:0;
	height:20px;
	border:none;
	display: none;
	
}
 
.socialMenu #SearchForm_SearchForm_Search {
	font-size:9px;
	padding-top:3px;
	float:left;
	display:inline;
	-webkit-border-top-right-radius:0px;
	-moz-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-bottom-right-radius: 0px;
	width:25em;
}
 
.socialMenu li.talkingNav {
	display:none;
	margin-top:4px;
}
 


/* CONTENT
----------------------*/

.content {
	margin-top:20px;
	clear:both;
}

.contentMicroSite {
	margin-top:0;
}

/* HOMEPAGE
----------------------*/

ul.mainContent  {
	padding:0;
	margin: 0 0px 0 0;
	display:inline-block;
}

.mainContent li {
	list-style:none;
	float:left;
}

li.adBlock, li.copyBlock {
	margin-bottom:20px;
	height:134px;
	overflow:hidden;
}

li.copyBlock2 {
	margin-right:0;
	padding-right:9px;
	border-right:solid 1px #b7a5a5;
	margin-bottom:0;
	padding-bottom:20px;
}

li.adBlock2 {
	margin-right:0;
	padding-right:9px;
	border-right:solid 1px #b7a5a5;
}

div.featureProd {
	min-height:288px;
	margin-right:0;
	margin-left:9px;
	padding-right:9px;
	border-right:solid 1px #b7a5a5;
	display:inline-block;
	float:left;
}


.newsticker ul, .newsticker li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background:url(themes/loverschoice/img/listBackground.gif) no-repeat;
}

/* FOOTER
--------------------*/


.footer {
	margin:0;
	width:950px;
	height:21px !important;
	bottom:0px !important ;
	background:url(../img/footerBackground.png);
	padding: 5px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#555;
	display:block;
	position: fixed;
	border-top: 1px solid #1b2128;
	text-align:center;
	z-index:5;
}

.footer p {
	text-align:left;
	float:left;
	margin:0;
}



.footer li {
	display:inline-block;
	list-style:none;
	float:right;
	margin:0 0 0 10px;
	padding:0 10px 0 0;
	border-right:1px solid #999;
}

.footer li a {
	color:#555;
	font-weight:normal;
	display:block;
}

.footer li a.salesTools {
	color:#8F0C00;
	font-weight:normal;
	display:block;
}

.footer strong {
	color:#8F0C00;
}

.arrow {
	cursor:default;
}

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
	width:160px;
    display: none; /* keeps the popup hidden if no JS available */
	padding:0 0 6px 0;
	background: none;
}

.popup ul {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	text-align:left;
	border:solid 1px #555;
	width:150px;
}

.popup li {
	float:left;
	clear:both;
	width:150px;
	background:#fff;
	margin:0;
	padding:0;
}

.popup li a {
	display:block;
	padding: 3px;
	margin:0 3px 0 3px;
	width:138px;
	border-top:solid 1px #666;
}

.popup li a img {
	vertical-align:middle;
}

.popup li a:hover{
	background:url(themes/loverschoice/img/bgnd_sel_4.png) repeat-x;
}



/* PRODUCTS
-----------------*/

ul.semtabs {
  margin:20px auto;
  clear:both;
  /* border-bottom: 4px solid #4c77b3; */
  height:32px;
  list-style:none !important;
  background:#EEE;
}
ul.semtabs li {
  float:left;
  height:20px;
  display:block;
  margin:0 0 0 0 !important;
  background:#EEE;
  padding:5px 10px;
  border-left: #EAEAEA 1px solid;
  border-top: #EAEAEA 1px solid;
  border-right: #DDD 1px solid;
  border-bottom: #DDD 1px solid;
}
ul.semtabs li a {
/*  height:15px;*/
  line-height:15px;
  display:block;
  /* padding: 5px 5em;*/
  text-decoration:none;
  font-size:13px;
	font-weight:normal;
	color:#435a75;
  /*background-color:#e6eeee;*/
}
ul.semtabs li.active a {
  color: #000;
}

ul.semtabs li:hover {
	background:#CCC;
	 border-left: #BBB 1px solid;
  border-top: #BBB 1px solid;
  border-right: #DDD 1px solid;
  border-bottom: #DDD 1px solid;
}

.buyNowFlash {
	z-index:4;
	float:left;
	display:block;
	clear:none;
	position:relative;
	/*top:-395px;*/
	width:125px;
	height:125px;
	margin:0;
	padding:0;
}

a.buyNowFlash  {
	color:#fff;
	font:Georgia, "Times New Roman", Times, serif;
}

img.buyNow {
	z-index:1;
	position:relative;
	top:-125px;
}

/* REVIEW SYSTEM
-----------------------------*/

.productReviews ul, .productReviews li {
	margin:0;
	padding:0;
}

.productReviews li {
	list-style:none;
	padding-top: 10px;
	border-top:solid 1px #aaa;
	margin-bottom:20px;
}

.reviewItem h4 {
	color:#435a75;
}

.reviewItem h5{
	font-size:10px;
	color:#999;
	margin-bottom:10px;
}

.reviewItem p {
	line-height:15px;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../img/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../img/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
form.formStar {margin-bottom:5px;}
/* END jQuery.Rating Plugin CSS */


ul.highResImageList {
	margin:0;
	padding:0;
}

ul.highResImageList li.highResImageList {
	
	border:1px soild #999;
	list-style:none;
	padding:5px 0;
	margin:0;
	clear:both;
}

.highResImageList li.highResImageList a.highResThumb, .highResImageList li.highResImageList ul.highResImageSpecs {
	float:left;
}
.highResImageList li.highResImageList a.highResThumb {
	margin-right:10px;
}

.highResImageList li.highResImageList ul.highResImageSpecs li{
	float:none;
	padding:inherit;
	margin:none;
	list-style:none;
}
/* Product Group Pages */

ul.productList {
	list-style:none;
	padding:0;
	margin:0;
}

ul.productList li {
	width:213px;
	/* height:213px; */
	padding:10px;
	margin:0;
	float:left;
}

div.itemDescription {
	display:hidden;
	/*  */
	padding:5px;
	overflow:hidden;
	/*  */
	background:url(../img/footerBackground.png);
}

div.itemHide {
	position:relative;
	top:-213px;
	border:1px solid #000;
	height:213px;
	overflow:hidden;
}


div.itemDescription h3 {
	text-align:center;
	width:100%;
	line-height:18px;
}

div.itemDescription h3 a{
	font-size:16px;
	color:#333;
}

div.itemDescription p a {
	font-weight:normal;
	color:#333;
}


/* FAQ STYLING */

div.faqQuestion {
	
	margin-bottom:20px;
}
.faqQuestion h3, .externalNews h4, .pressReleases h4 {
	font-size:15px;
	color:#435A75;
	cursor:pointer;
	display:block;
	border-top:1px solid #ccc;
	padding: 10px 0;
}

.faqAnswer, .pressInternal {
	padding-bottom:10px;
}

.externalNews h4 a{
	display:block;
}

.externalNews h4 a:hover {
	background:#e5e5e5;
}
.externalNews h4 a span.date, .faqQuestion h3 span, .pressReleases h4 span{
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-weight:bold;

}

.externalNews h4 a span.publication {
	font-size:12px;
	color:#435A75;
}

h3.pressSection {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333;
}

.pressInternal h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}




/* Colorbox Styles */

a.colorbox {
	display:inline-block;
	cursor:pointer;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#fff;}

#colorBox{}
	#cboxTopLeft{width:25px; height:25px; background:url(../img/border1.png) 0 0 no-repeat;}
	#cboxTopCenter{height:25px; background:url(../img/border1.png) 0 -50px repeat-x;}
	#cboxTopRight{width:25px; height:25px; background:url(../img/border1.png) -25px 0 no-repeat;}
	#cboxBottomLeft{width:25px; height:25px; background:url(../img/border1.png) 0 -25px no-repeat;}
	#cboxBottomCenter{height:25px; background:url(../img/border1.png) 0 -75px repeat-x;}
	#cboxBottomRight{width:25px; height:25px; background:url(../img/border1.png) -25px -25px no-repeat;}
	#cboxMiddleLeft{width:25px; background:url(../img/border2.png) 0 0 repeat-y;}
	#cboxMiddleRight{width:25px; background:url(../img/border2.png) -25px 0 repeat-y;}
	#cboxContent{background:#fff;}
            #cboxLoadedContent{margin-bottom:20px;}
            #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
            #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
            #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
            #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
            #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
            #cboxLoadingOverlay{background:url(../img/loading.gif) 5px 5px no-repeat #fff;}
            #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}
#HiddenForm, #HiddenLogin {
	display:none;
}


/* WHERE TO BUY PAGE 
-------------------------
-------------------------*/

.whereToBuy ul {
	margin:10px 0 0 0;
}

.whereToBuy li {
	list-style:none;
	margin:0;
	padding:0;
}

.whereToBuy ul.sellerCountry {
	border-bottom:1px solid #eee;
}

.whereToBuy h3 {
	border-bottom:1px solid #ccc;
	margin-top:40px;
	color:#435A75;
}

.whereToBuy h3:first {
	margin-top:0px;
}

.whereToBuy h4 {
	font-size:14px;
	margin-top:20px;
}

.whereToBuy h5 {
	color:#666;
	border-top:1px solid #eee;
	margin-top: -1px;
}


.productSeller a {
	font-weight:normal;
	display:inline-block;
	padding:2px;
	font-style:italic;
}

.productSeller a:hover {
	border: 1px dotted #d38983;
	padding: 1px;
}

.productSeller strong {
	color:#d38983;
	font-size:12px;
	font-style:normal;

}


/* PRODUCT LISTS 
-----------------------------*/

.vProductList ul {
	margin:0 0 0 20px;
	padding:0;
}

.vProductList li {
	margin: 0 0 0 0;
	padding:10px 0;
	list-style:none;
	display:block;
	border-top:1px solid #e5e5e5;
	clear:both;
}

.vProductList img {
	float:left;
	margin:0 20px 0 0;
}

.vProductList p a {
	display:inline-block;
}

.vProductList h3 a {
	font-size:14px;
	color:#435a75;
}

/* CONTACT PAGE
----------------------------*/
.contactSide h3, .contactPage h3 {
	font-size:14px;
	border-bottom:1px solid #bbb;
}

.contactPage ul {
	margin:0 20px 0 0;
	padding:0;
	float:left;
	display:inline-block;
}

.contactPage li {
	list-style:none;
	margin:10px 20px 0 0;
}

.contactPage h4 {
	font-size:12px;
	color:#435a75;
}

/* All Products Page */

.AllProductsPage h3 {
	font-size:14px;
	color:#435a75;
}

.AllProductsPage h4 {
	font-size:12px;
	border-top:1px solid #e5e5e5;
}

.AllProductsPage li {
	margin:5px 0 5px 30px;
}

.AllProductsPage a {
	font-weight:normal;
	display:inline-block;
}

.AllProductsPage a:hover {
	border: 1px dotted #d38983;
	margin: -1px;
	background:#e5e5e5;
	color:#000;
}


/* TOP TEN PAGE */
.Top10Page span {
	font-size:60px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e5e5e5;
	font-weight:bold;
}

img.right {display:block; float:right; clear:right;}


/*LOGIN FORM */
#LoginForm .existingCustomers, #LoginForm .newUsers {
	width:45%;
	display:inline-block;
	float:left;
}

#LoginForm .existingCustomers h2, #LoginForm .newUsers h2{
	font-size:1.5em;
}

#LoginForm .newUsers {
	margin-left:20px;
}

#LoginForm .newUsers a{
	display:inline-block;
	color:#435a75;
	font-size:1.5em;
}

#LoginForm em {color:#666;}

#LoginForm .existingCustomers form {
	background:#CCC;
}

#LoginForm .existingCustomers form input {
	width:98%;
}

#LoginForm p#Remember input{
	
}

#LoginForm p#Remember input, #LoginForm p#Remember label {
	width:auto;
	float:left;
	display:inline-block;
	margin:1.5em 0;
}

.footer li a.colorboxLogin {font-weight:bold; color:#333;}


/* WEEKLY TIP
*************************************************************/
div#TipNote {
	width:35.2727em;
	height:47.8181em;
	background:url(../img/note-background.png) top no-repeat;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	display:inline;
	float:left;
	margin:0 3.5em 1em 2em;
}

#TipNote p {
	font-size: 1.27em;
	line-height:2em;
	margin: 2em 1em 0 0.5em;
	background-position:top left;
	background-repeat:no-repeat;
	padding:0 2.3571em 0 3.14286em;
	
}
	