/* -------------------------------------------------------------- 
  
   * Beauty of a Site CSS Version 1.0 Developed by: The Mavidea Technology Group, LLC.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



/* -------------------------------------------------------------- 
  
   * Default Font Styles.
      
-------------------------------------------------------------- */

body { 
  font-size: 75%;
  color: #333; 
  background: #fff url("../../pics/boas/body_bg.gif") 0px 25px repeat-x;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

/* -------------------------------------------------------------- 
  
   * Headings
      
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #5a5a5a; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; color: #644873; text-transform: lowercase;}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {text-decoration: none;}
#content h1 {display: inline;}
#leftWrap h1 { margin-bottom: 5px; }
h2 { font-size: 1.65em; margin-bottom: 0.25em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* -------------------------------------------------------------- 
  
   * Text elements
      
-------------------------------------------------------------- */


p           { margin: 1.5em 0 1.5em 0; }
p img       { float: left; margin: 0em 1.5em 1.5em 0; padding: 0; display: inline; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em;  display: inline;}



a:link      { color: #47324F; }
a:visited   { color: #47324F; }
a:hover     { color: #67557D; text-decoration: underline; }
a:active    { color: #47324F; }       

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #5a5a5a; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#5a5a5a; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

/* -------------------------------------------------------------- 
  
   * Lists
      
-------------------------------------------------------------- */

li ul, 
li ol       {  }
ul, ol      {  }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

ul.tame, ul.tame li {
    margin: 0;
    padding: 0;
    display: list-item;
    list-style: none;
  }
  
ul.tame li {
    line-height: 1.25em;
  }
.tameHoriz, ul.tameHoriz li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
  }
  
ul.tameHoriz li {
    display: inline;
    font-size: 1em;
  }
  
/* -------------------------------------------------------------- 
  
   * Misc classes
      
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.left  { float: left; margin: 0em 1.5em 1.5em 0; padding: 0; }
.right { float: right; margin: 0em 0em 1.5em 1.5em; }
.clearboth {clear: both;}


img {
	border: none;
}

#sidepanel {
	float: left;
	width: 28%;
}

.loginbox{
	margin: 0 auto;
}

#postnavigation{
	margin-bottom: 10px;
	text-align: center;
	color: Gray;
	background: white;
	border: 1px solid #C5B7B7;
	padding: 3px;
}

/* -------------------------------------------------------------- 
  
   * Default Page Layouts.
      
-------------------------------------------------------------- */


#wrapper
{
    width: 900px;
    text-align: left;
    margin: 0 auto;
}
#topInfoBar {
    height: 24px;
    line-height: 24px;
    width: auto;
    float: right;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    border-bottom: dotted 1px #BAB3C3;
  }

#header {
    width: 900px;
    height: 77px;
    float: left;
  }

#bodyWrapper {
    height: auto;
    width: 900px;
    float: left;
    margin-bottom: 15px;
  }
  
#horizNav2
{
    background: #EFEEEE url(../../pics/boas/nav2_bg.gif) repeat-x left center;
    width: 900px;
    height: 31px;
    text-transform: lowercase;
}

#horizNav2 a.apmlfilter
{
	margin-right: 10px; 
	background:url(../../pics/apml.png) no-repeat left center;
	padding-left:16px
}

#horizNav2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 31px;
}

#horizNav2 li{
	display:inline;
	
}

#horizNav2 li a{
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
}

ul.navItems  {float: left; display: inline;}
.navItems li {float: left; display: inline; padding: 0px 8px;}
#miniCart {
    float: right;
  }
  
#ML {
    width: 650px;
    font-size: 0.85em;
  }
    
#content {
    width: 620px;
    height: auto;
    background-color: #fff;
    float: left;
  }
  
#homecontent  { 
     margin: 30px 25px 1em 25px; 
     width: 850px;
     height: auto;
     background-color: #fff;
     float: left;
     display: inline;
  }
  
#footer {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 0;
    background-color: #f0e9f8;
    border-top: 2px solid #C2B7C8;
    border-bottom: 2px solid #C2B7C8;
    text-align: center;
  }
  
#footerWrap {
    width: 900px;
    margin: 0 auto;
    border: none;
    text-align: left;
  }

#footerLinks {
    width: 650px;
    height: 40px;
    border: none;
    float: left;
    text-align: left;
    padding: 0;
    line-height: 40px;
    color: #5a5a5a;
  }
  
#seenIn {
    height: 40px; 
    width: 250px;
    background: #C2B7C8;
    float: left;
  }   
#copyRight {
    width: 100%;
    float: left; 
    text-align: center; 
    font-size: .95em; 
    padding: 20px 0px 0px 0px;
  }
/*----------------------------
						Menu
----------------------------*/

#menu{
	background: white;
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 20px;
}

#menu a.apmlfilter
{
	float:right;
	margin-right: 10px; 
	background:url(../../pics/apml.png) no-repeat left 1px; 
	padding-left:16px
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
}

#menu ul li a.feed img{
	margin-right: 3px;
	margin-bottom: -2px;
}

/*----------------------------
					 Widgets
----------------------------*/

div#widgetzone{
	padding: 0;
	background: none;
}

div#widgetzone .clear{
	clear: left;
}

div.widget{
	background: #EFE8F8;
	border: 2px solid #C5B7B7;
	padding: 10px 15px;
	margin-bottom: 10px;
	z-index: 1;
	min-width: 1px;
}

div.widget .content{
	line-height: 16px;
	color: #666666;
}

div.widget h4{
color:#644873;
font-size:2em;
line-height:1;
margin-bottom:0.5em;
text-transform:lowercase;
}

div.widget a.edit{
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

#widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#widgetzone .widget ul li {
	margin-bottom: 3px;
}

#widgetzone div.search{
	background: none;
	border: none;
	padding-left: 10px;
}

#widgetzone img.rssButton {
	margin-right: 3px;
}

/*----------------------------
					Page Sytles
----------------------------*/

table.articleIndex td {text-align: center;}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody {
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

div.post h1, .mceContentBody h1 {
	margin: 5px 0 0 0;
}

div.post .author {
	color: #666666;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
	margin: 4px 0px 0px 8px;
}

div.post .pubDate {
	color: #666666;
	font-size: 10px;
	float: right;
	margin: 4px 0px 0px 8px;
}

div.post .text {
	margin-top: 30px;
}



div.post .footer {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.post .bottom {
	margin-bottom: 45px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	float: left;
	margin-bottom: 5px;
}

div.post .text a[href^="http:"] {
	background: none;
	padding-right: 10px;
  white-space: nowrap;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts div {
	background: white;
	margin: 4px 0px 0px 0px;
	padding: 5px 10px 10px 10px;
	border: 1px solid #C5B7B7;
}

#relatedPosts h1 {
	margin: 0 0 10px 0;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

/*----------------------------
					Comments
----------------------------*/

.comment {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: white;
	border: 1px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-top: 5px;
	font-size: 10px;
}

#searchbox input {
	font-size: 10px;
}

#searchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield {
	width: 180px;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				Month list
----------------------------*/

ul#monthList{
	font-weight: bold;
}

ul#monthList ul li{
	margin-left: 20px;
	font-weight: normal;
}

ul#monthList li.year{
  cursor: pointer;
}

ul#monthList ul{
	display: none;
}

ul#monthList ul.open{
	display: block;
}

/*----------------------------
				 Tag cloud
----------------------------*/

.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

.tagcloud li {
	display: inline;
}

.tagcloud a {
	margin-right: 3px;
	display: inline;
}

.tagcloud a.biggest {
	font-size: 19px;
}

.tagcloud a.big {
	font-size: 17px;
}

.tagcloud a.medium {
	font-size: 14px;
}

.tagcloud a.small {
	font-size: 12px;
}

.tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					 Page
----------------------------*/

#page {
	border: none;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
}

#page h1 {
	margin: 3px 0 10px 0;
}

#page #admin {
	border-top: 1px solid silver;
	margin-top: 10px;
	padding: 5px 0;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #F1F1F1;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #F1F1F1;
}

.calendar td {
	vertical-align: top;
	background: white;
}

/*----------------------------
					Star rater
----------------------------*/

.rating{
	margin-bottom: 10px;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 10px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/*----------------------------
					XFN tags
----------------------------*/

div.post .text a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .text a[rel="me"] {	
	background-image:url('../../pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"] ,
div.post .text a[rel~="acquaintance"],
div.post .text a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .text a[rel~="contact"][rel~="met"] ,
div.post .text a[rel~="acquaintance"][rel~="met"] ,
div.post .text a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"] ,
div.post .text a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"] ,
div.post .text a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"] ,
div.post .text a[rel~="crush"] ,  
div.post .text a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"] ,
div.post .text a[rel~="crush"][rel~="met"] ,  
div.post .text a[rel~="date"][rel~="met"] ,
div.post .text a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}
/* -------------------------------------------------------------- 
  
   * Primary Header Layouts.
      
-------------------------------------------------------------- */

#logo {
    float: left;
    width: 256px;
    height: 75px;
    line-height: 75px;
    background: url(../../pics/boas/logo.gif) no-repeat 10px center;
    padding-right: 47px;
    display: block;
    }

#customerLinks {
    float: left;
    display: inline;
    width: 358px;
    height: 67px;
    line-height: 2em;
    margin: 0px;
    padding: 8px 19px 0px 0px;
    text-align: right;
    font-size: .9em;
    }
    
#newsLetter {
	width: 220px;
	float: left;
	height: 59px;
  margin: 0px;
	padding: 8px 0px;
 }  
/* -------------------------------------------------------------- 
  
   * Primary Header Text and Link Styles.
      
-------------------------------------------------------------- */    

/* Top Information Bar Styles*/  

.phoneNumber {
  color: #644873; 
  font-weight: bold; 
  }

.free {
  padding: 0px 0px 0px 12px;
  }
  
/* Hide Logo text */  

#header strong {
	display: none;
  }

/* Customer Account Link Sytles */  

#customerLinks a:link, #customerLinks a:visited, #customerLinks a:hover, #customerLinks a:active { 
    margin: 0px 5px 5px 5px; 
  }   
a.wishlist {
    background: url(../../pics/icons/wishlist.gif) no-repeat left bottom;
  }
a.cart {
    background: url(../../pics/boas/cart.gif) no-repeat left bottom;
    padding: 10px 0px 0px 20px;
    font-weight: bold;
  }
a.checkout {
    font-weight: bold;
  }
a.account {
    background: url(../../pics/icons/your-account.gif) no-repeat left bottom;
  }
a.faq {
    background: url(../../pics/icons/faq.gif) no-repeat left bottom;
  }
a.contact {
    background: url(../../pics/icons/contact-us.gif) no-repeat left bottom;
  }

/* Coupon and Promo Sytles */  

 #newsLetter a:link, #newsLettera:visited, #newsLetter a:hover, #newsLetter a:active { 
    font-size: .9em;
  } 
       
.newsBanner {
  color: #644873; 
  font-weight: bold; 
  font-size: 1.1em; 
  padding: 0px 0px 0px 0px;
  } 

/* Search Form (input, submit) Styles */  
#searchBar fieldset { padding: 0; margin: 0; border: none; }

input.submit {
    border: 0;
    margin: 0; 
    padding: 0;
    width: 21px; 
    height: 21px;
    display: inline;
    float: left;
    background: url(../../pics/boas/searchBtn.jpg) no-repeat; 
    text-align: left;
  }

.searchBox {
  display: inline;
	width: 150px;
	margin: 0;
	 float: left;
  }
/* -------------------------------------------------------------- 
  
   * Horizontal sub navigation 
      
-------------------------------------------------------------- */


#productMenus {
  width: 604px;
  height: 26px;
  float: left;
  margin: 0px;
  }
#searchBar {
  height: 26px;
  background: transparent;
  float: left;
  width: 270px;
  text-align: right;
  margin: 5px 0px 0px 0px;
}

.hN2rc {
  float: left;
  width: 13px;
  height: 31px; 
  background: transparent url(../../pics/boas/nav2_rc.gif) top right no-repeat;
  }
.hN2lc {
  float: left;
  width: 13px;
  height: 31px; 
  background: transparent url(../../pics/boas/nav2_lc.gif) top left no-repeat;
  }

.pipe
{
    padding: 0 1em;
    font-size: 0.9em;
    font-weight: normal;
}
.shopBy {
    color: #2B2B2B;
	 font-weight: bold;
	 padding-left: 10px;
	 padding-right: 20px;
	 font-size: 11pt;
	 display: inline;
	 float: left;
  }
#ManufacturerSelectList {width: 150px; margin: 0px 12px 0px 0px; border: 1px solid #999999; font-size: 8pt; display: inline;}
#CategorySelectList {width: 150px; border: 1px solid #999999; font-size: 8pt; display: inline;}




/* -------------------------------------------------------------- 
  
   * Footer Text and Link Styles 
      
-------------------------------------------------------------- */

#footerLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  
#footerLinks ul li {
    list-style: none;
    color: #444;
    text-align: left;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
  }
  
#footerLinks li a {
    list-style: none;
    text-align: left;
    display: inline;
    float: left;
    margin: 0;
    padding: 0px 6px;
  }

a.luckyMag {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    background: url(../../pics/boas/luckyMag.jpg) no-repeat left bottom;
  }
a.AllureMag {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    background: url(../../pics/boas/allureMag.jpg) no-repeat left bottom;
  }
a.instyleMag {    
    display: block;
    float: left;
    width: 64px;
    height: 32px;
    background: url(../../pics/boas/instyleMag.jpg) no-repeat left bottom;
  }
a.luckyMag, a.AllureMag, a.instyleMag {
    padding: 4px 4px 0px 4px;
    position: relative;
  }

#seenIn strong {
    display: none;
  }
#seenIn h3 { 
    float: left;
    line-height: 40px;
    padding: 0px 8px 0px 8px;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
  }



.topList li
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    list-style: none;
}
/* -------------------------------------------------------------- 
  
   * Primary Navigation Layouts.
      
-------------------------------------------------------------- */

#horizNav
{
    text-align: center;
    width: 900px;
    margin: 0;
    clear: left;
    line-height: 30px;
    height: 30px;
    background: #644873;
    position: relative;
    z-index: 1;
}

#navlist ul { /*This is incorrect, dosnt use this style*/
  list-style-type: none;
  margin: 0 auto;
  padding: 0px;
  text-align: center; 
  }
#navlist li {
  list-style-type: none;
  margin: 0px;
  display: block;
  float: left;
  text-transform: lowercase;
  }
#navlist li a:link {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
 background: url(../../pics/tab-sep.gif) no-repeat 0px 0px;
  padding: 0px 17px 0px 25px;
  }
#navlist li a:visited {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
 background: url(../../pics/tab-sep.gif) no-repeat 0px 0px;
    padding: 0px 17px 0px 25px;
  }
#navlist li a:hover {
  color: #BAB3C3;
  font-weight: bold;
  text-decoration: underline;
 background: url(../../pics/tab-sep.gif) no-repeat 0px 0px;
    padding: 0px 17px 0px 25px;
  }
#navlist li a:active {
  color: #BAB3C3;
  font-weight: bold;
  text-decoration: underline;
  background: url(../../pics/tab-sep.gif) no-repeat 0px 0px;
    padding: 0px 17px 0px 25px;
  }

/* -------------------------------------------------------------- 
  
   * Blog Navigation
      
-------------------------------------------------------------- */

.menu2 {padding:0; margin:0; list-style:none; height:31px; background: transparent; position:relative; }

.menu2 li.top {display:block; float:left; position:relative; padding: 0px 8px; }



.menu2 li a.top_link {display:block; float:left; height: 31px; line-height: 31px; color: #47324F; font-weight:bold; text-decoration: none; padding:0px; cursor:pointer;}

.menu2 li a.top_link span {float:left; display:block; padding: 0px; height:31px;}

.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:31px; background:transparent;}

.menu2 li a.top_link:hover {color:#67557D; background: transparent;}

.menu2 li a.top_link:hover span {background: transparent;}

.menu2 li a.top_link:hover span.down {background:transparent;}



.menu2 li:hover > a.top_link{color:#67557D; background: transparent;}

.menu2 li:hover > a.top_link span {background:transparent;}

.menu2 li:hover > a.top_link span.down {background:transparent;}





.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}



/* Default link styling */



/* Style the list OR link hover. Depends on which browser is used */



.menu2 a:hover {visibility:visible;}

.menu2 li:hover {position:relative; z-index:250;}



/* keep the 'next' level invisible by placing it off screen. */

.menu2 ul, 

.menu2 :hover ul ul, 

.menu2 :hover ul :hover ul ul,

.menu2 :hover ul :hover ul :hover ul ul,

.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}



.menu2 :hover ul.sub {left:2px; top:30px; background: #EFE8F8; padding:3px 0; border:1px solid #C5B7B7; white-space:nowrap; width:190px; height:auto;}

.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:190px; padding: 0;}

.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:190px; line-height:20px; text-indent:15px;  padding: 0; color:#644873; text-decoration:none; }

.menu2 :hover ul.sub li a.fly {background:#EFE8F8 url(../../pics/boas/arrow.gif) center left no-repeat;}

.menu2 :hover ul.sub li a:hover {background:#644873; color:#fff;}

.menu2 :hover ul.sub li a.fly:hover {background:#644873 url(../../pics/boas/arrow_over.gif) center left no-repeat; color:#fff;}

.menu2 :hover ul li:hover > a.fly {background:#644873 url(../../pics/boas/arrow_over.gif) center left no-repeat; color:#fff;} 



.menu2 :hover ul :hover ul,

.menu2 :hover ul :hover ul :hover ul,

.menu2 :hover ul :hover ul :hover ul :hover ul,

.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul

{left:190px; top:0px; background: #EFE8F8; padding:3px 0; border:1px solid #C5B7B7; white-space:nowrap; width:190px; z-index:250; height:auto;}

/* -------------------------------------------------------------- 
  
   * Blog Navigation Left Column

      
-------------------------------------------------------------- */
#leftNav {float: left; width: 100%; min-height: 100px;}

#leftNav .menu2 {padding: 0px 0px 0px 16px; margin: 4px 6px 0px 2px; list-style:none; height: 16px; background: transparent; position:relative; text-transform: capitalize;}

#leftNav .menu2 li.top {display:block; float: none; position:relative; padding: 0px 0px; margin: 0px; }



#leftNav .menu2 li a.top_link {display:block; float: none;  text-decoration: none; height: 16px; line-height: 1.1; color:#47324F; font-weight:normal; padding: 2px 0px; cursor:pointer;}

#leftNav .menu2 li a.top_link span {float: none; display:block; padding:0px 0px 0px 0px; height: 16px;}

#leftNav .menu2 li a.top_link span.down {float: none; display:block; padding: 0px 24px 0px 0px;  background:transparent;}

#leftNav .menu2 li a.top_link:hover {color:#67557D; background: transparent;}

#leftNav .menu2 li a.top_link:hover span {background: transparent;}

#leftNav .menu2 li a.top_link:hover span.down {background:transparent;}



#leftNav .menu2 li:hover > a.top_link{color:#67557D; background: transparent;}

#leftNav .menu2 li:hover > a.top_link span {background:transparent;}

#leftNav .menu2 li:hover > a.top_link span.down {background:transparent;}





#leftNav .menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}



/* Default link styling */



/* Style the list OR link hover. Depends on which browser is used */



#leftNav .menu2 a:hover {visibility:visible;}

#leftNav .menu2 li:hover {position:relative; z-index:200;}



/* keep the 'next' level invisible by placing it off screen. */

#leftNav .menu2 ul, 

#leftNav .menu2 :hover ul ul, 

#leftNav .menu2 :hover ul :hover ul ul,

#leftNav .menu2 :hover ul :hover ul :hover ul ul,

#leftNav .menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}



#leftNav .menu2 :hover ul.sub {left:70px; top:0px; background: #EFE8F8; padding:3px 0; border:1px solid #C5B7B7; white-space:nowrap; width:190px; height:auto;}

#leftNav .menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:190px;}

#leftNav .menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:190px; line-height:20px; text-indent:15px; color:#644873; text-decoration:none;}

#leftNav .menu2 :hover ul.sub li a.fly {background:#EFE8F8 url(../../pics/boas/arrow.gif) center left no-repeat;}

#leftNav .menu2 :hover ul.sub li a:hover {background:#644873; color:#fff;}

#leftNav .menu2 :hover ul.sub li a.fly:hover {background:#644873 url(../../pics/boas/arrow_over.gif) center left no-repeat; color:#fff;}

#leftNav .menu2 :hover ul li:hover > a.fly {background:#644873 url(../../pics/boas/arrow_over.gif) center left no-repeat; color:#fff;} 



#leftNav .menu2 :hover ul :hover ul,

#leftNav .menu2 :hover ul :hover ul :hover ul,

#leftNav .menu2 :hover ul :hover ul :hover ul :hover ul,

#leftNav .menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:190px; top: 0px; background: #EFE8F8; padding:3px 0; border:1px solid #C5B7B7; white-space:nowrap; width:190px; z-index:200; height:auto;}

#leftNav2 {float: left;}
.leftWrapHeader
{
	margin-bottom: 12px;
}
.moreWaysToShop
{
	color: #686868;
	font-weight: bold;
	font-size:11pt;
}
.additionalFeatures
{
	padding-top:15px;
}
#leftWrap { float: left; width: 234px; min-height: 200px;}
.leftWrapUpper
{
    background: transparent url(../../pics/boas/leftWrapTop.jpg) bottom left no-repeat;
    height: 12px;
}
.leftWrapInner
{
    min-height: 250px;
    background: #EFE8F8;
    padding: 0px 18px 18px 18px;
    border-left: 2px solid #C5B7B7;
    border-right: 2px solid #C5B7B7;
    border-bottom: 2px solid #C5B7B7;
}
#leftWrap h2
{
	padding: 16px 0px 0px 0px;
	margin: 0;
	color: #686868;
	font-weight: bold;
	font-size: 1.2em;
}
ul.leftWrapList
{
	text-transform: capitalize;
	list-style-type: none;
		margin: 4px 6px 0px 2px;
		padding: 0px 0px 0px 16px;
}
.leftWrapList li {
  padding: 2px 0px;
  line-height: 1.1;
  }
.leftWrapList a {
    text-decoration: none;
    margin:0;
    padding:0;
  }
 
