/* @override 
	https://bikinithiefdev.worldsecuresystems.com/stylesheets/bt_style.css
	https://bikinithief.worldsecuresystems.com/stylesheets/bt_style.css
	http://bikinithiefdev.businesscatalyst.com/stylesheets/bt_style.css
	http://www.bikinithief.com/stylesheets/bt_style.css
*/

/* @group Reset */

/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* 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; }

/* @end */

/* @group Grid */

/* --------------------------------------------------------------

   grid.css
   * Sets up an easy-to-use grid of 24 columns.

   By default, the grid is 950px wide, with 24 columns
   spanning 30px, and a 10px margin between columns.

   If you need fewer or more columns, namespaces or semantic
   element names, use the compressor script (lib/compress.rb)

-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 0 auto;
}

/* Use this class on any .span / container to see the grid. */
.showgrid {
  background: url(src/grid.png);
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
  float: left;
  margin-right: 10px;
}

/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1 {width: 30px;}
.span-2 {width: 70px;}
.span-3 {width: 110px;}
.span-4 {width: 150px;}
.span-5 {width: 190px;}
.span-6 {width: 230px;}
.span-7 {width: 270px;}
.span-8 {width: 310px;}
.span-9 {width: 350px;}
.span-10 {width: 390px;}
.span-11 {width: 430px;}
.span-12 {width: 470px;}
.span-13 {width: 510px;}
.span-14 {width: 550px;}
.span-15 {width: 590px;}
.span-16 {width: 630px;}
.span-17 {width: 670px;}
.span-18 {width: 710px;}
.span-19 {width: 750px;}
.span-20 {width: 790px;}
.span-21 {width: 830px;}
.span-22 {width: 870px;}
.span-23 {width: 910px;}
.span-24 {width:950px; margin-right:0;}

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {
  border-left-width: 1px!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}

input.span-1, textarea.span-1 { width: 18px!important; }
input.span-2, textarea.span-2 { width: 58px!important; }
input.span-3, textarea.span-3 { width: 98px!important; }
input.span-4, textarea.span-4 { width: 138px!important; }
input.span-5, textarea.span-5 { width: 178px!important; }
input.span-6, textarea.span-6 { width: 218px!important; }
input.span-7, textarea.span-7 { width: 258px!important; }
input.span-8, textarea.span-8 { width: 298px!important; }
input.span-9, textarea.span-9 { width: 338px!important; }
input.span-10, textarea.span-10 { width: 378px!important; }
input.span-11, textarea.span-11 { width: 418px!important; }
input.span-12, textarea.span-12 { width: 458px!important; }
input.span-13, textarea.span-13 { width: 498px!important; }
input.span-14, textarea.span-14 { width: 538px!important; }
input.span-15, textarea.span-15 { width: 578px!important; }
input.span-16, textarea.span-16 { width: 618px!important; }
input.span-17, textarea.span-17 { width: 658px!important; }
input.span-18, textarea.span-18 { width: 698px!important; }
input.span-19, textarea.span-19 { width: 738px!important; }
input.span-20, textarea.span-20 { width: 778px!important; }
input.span-21, textarea.span-21 { width: 818px!important; }
input.span-22, textarea.span-22 { width: 858px!important; }
input.span-23, textarea.span-23 { width: 898px!important; }
input.span-24, textarea.span-24 { width: 938px!important; }

/* Add these to a column to append empty cols. */

.append-1 { padding-right: 40px;}
.append-2 { padding-right: 80px;}
.append-3 { padding-right: 120px;}
.append-4 { padding-right: 160px;}
.append-5 { padding-right: 200px;}
.append-6 { padding-right: 240px;}
.append-7 { padding-right: 280px;}
.append-8 { padding-right: 320px;}
.append-9 { padding-right: 360px;}
.append-10 { padding-right: 400px;}
.append-11 { padding-right: 440px;}
.append-12 { padding-right: 480px;}
.append-13 { padding-right: 520px;}
.append-14 { padding-right: 560px;}
.append-15 { padding-right: 600px;}
.append-16 { padding-right: 640px;}
.append-17 { padding-right: 680px;}
.append-18 { padding-right: 720px;}
.append-19 { padding-right: 760px;}
.append-20 { padding-right: 800px;}
.append-21 { padding-right: 840px;}
.append-22 { padding-right: 880px;}
.append-23 { padding-right: 920px;}

/* Add these to a column to prepend empty cols. */

.prepend-1 { padding-left: 40px;}
.prepend-2 { padding-left: 80px;}
.prepend-3 { padding-left: 120px;}
.prepend-4 { padding-left: 160px;}
.prepend-5 { padding-left: 200px;}
.prepend-6 { padding-left: 240px;}
.prepend-7 { padding-left: 280px;}
.prepend-8 { padding-left: 320px;}
.prepend-9 { padding-left: 360px;}
.prepend-10 { padding-left: 400px;}
.prepend-11 { padding-left: 440px;}
.prepend-12 { padding-left: 480px;}
.prepend-13 { padding-left: 520px;}
.prepend-14 { padding-left: 560px;}
.prepend-15 { padding-left: 600px;}
.prepend-16 { padding-left: 640px;}
.prepend-17 { padding-left: 680px;}
.prepend-18 { padding-left: 720px;}
.prepend-19 { padding-left: 760px;}
.prepend-20 { padding-left: 800px;}
.prepend-21 { padding-left: 840px;}
.prepend-22 { padding-left: 880px;}
.prepend-23 { padding-left: 920px;}


/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the
next column, or to pull it into the previous column.  */


.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }
.pull-6 { margin-left: -240px; }
.pull-7 { margin-left: -280px; }
.pull-8 { margin-left: -320px; }
.pull-9 { margin-left: -360px; }
.pull-10 { margin-left: -400px; }
.pull-11 { margin-left: -440px; }
.pull-12 { margin-left: -480px; }
.pull-13 { margin-left: -520px; }
.pull-14 { margin-left: -560px; }
.pull-15 { margin-left: -600px; }
.pull-16 { margin-left: -640px; }
.pull-17 { margin-left: -680px; }
.pull-18 { margin-left: -720px; }
.pull-19 { margin-left: -760px; }
.pull-20 { margin-left: -800px; }
.pull-21 { margin-left: -840px; }
.pull-22 { margin-left: -880px; }
.pull-23 { margin-left: -920px; }
.pull-24 { margin-left: -960px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float: left; position:relative;}


.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }
.push-6 { margin: 0 -240px 1.5em 240px; }
.push-7 { margin: 0 -280px 1.5em 280px; }
.push-8 { margin: 0 -320px 1.5em 320px; }
.push-9 { margin: 0 -360px 1.5em 360px; }
.push-10 { margin: 0 -400px 1.5em 400px; }
.push-11 { margin: 0 -440px 1.5em 440px; }
.push-12 { margin: 0 -480px 1.5em 480px; }
.push-13 { margin: 0 -520px 1.5em 520px; }
.push-14 { margin: 0 -560px 1.5em 560px; }
.push-15 { margin: 0 -600px 1.5em 600px; }
.push-16 { margin: 0 -640px 1.5em 640px; }
.push-17 { margin: 0 -680px 1.5em 680px; }
.push-18 { margin: 0 -720px 1.5em 720px; }
.push-19 { margin: 0 -760px 1.5em 760px; }
.push-20 { margin: 0 -800px 1.5em 800px; }
.push-21 { margin: 0 -840px 1.5em 840px; }
.push-22 { margin: 0 -880px 1.5em 880px; }
.push-23 { margin: 0 -920px 1.5em 920px; }
.push-24 { margin: 0 -960px 1.5em 960px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top {
  margin-top:1.5em;
}
.append-bottom {
  margin-bottom:1.5em;
}

/* Use a .box to create a padded box inside a column.  */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* @end */

/* @group Colors */
body {
	background-color: #fff3c9;
	color: #3B2E03;
}
#content-container{
	background-color: #FFFFFF;
	position: relative;
}
#footer {
	background-color: #fff3c9;
	margin-bottom: 36px;
	margin-top: 75px;
}
#footer-links{}

#main-content{
	margin-top: 28px;
}
#pagination {
	text-align: right;
	margin-right: 12px;
	margin-bottom: 20px;
	color: #1FBECA;
	font: bold 14px "Courier New", Courier, mono;
}
#pagination a{
	color: #1FBECA;
	font: 14px "Courier New", Courier, mono;
	text-decoration: underline;
}
#pagination a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Styles */

/* @group Home Page */
#webappImage {
	position: relative;
	margin-bottom: 30px;
}

#shopaccessories a{
	width: 165px;
	height: 120px;
	position: absolute;
	background: url(cssimg/bt_shopAccessories.png) no-repeat;
	text-indent: -1000em;
	left: 440px;
	top: 298px;
	cursor: pointer;
}
#shopaccessories a:hover{
	background-position: 0 -122px;
}

#shopcollection a{
	width: 132px;
	height: 132px;
	position: absolute;
	background: url(cssimg/bt_shopCollection.png) no-repeat;
	text-indent: -1000em;
	top: 37px;
	left: 398px;
	cursor: pointer;
}
#shopcollection a:hover{
	background-position: 0 -132px;
}

#shopmaternity a{
	width: 132px;
	height: 132px;
	position: absolute;
	background: url(cssimg/bt_shopMaternity.png) no-repeat;
	text-indent: -1000em;
	left: 515px;
	top: 68px;
	cursor: pointer;
}
#shopmaternity a:hover{
	background-position: 0 -132px;
}

#shopgiftcards a{
	width: 132px;
	height: 132px;
	position: absolute;
	background: url(cssimg/bt_shopGiftcards.png) no-repeat 0 0;
	text-indent: -1000em;
	top: 361px;
	right: 58px;
	z-index: 1000;
	cursor: pointer;
}
#shopgiftcards a:hover{
	background-position: 0 -133px;
}

/* @end */




/* @group Blog Post List */


.left{
	float: left;
}

.bt-blogpostlist .blog-post{
	position: relative;
}
.bt-blogpostlist .mouseOver{
	display: none;	
	position: absolute;
	z-index: 800;
	top: 10px;
	left: 10px;
}

.bt-blogpostlist .home3 .mouseOver{
}

.bt-blogpostlist .mouseOver p{
	color: #FFF;
	background-color: #1FBECA;
	height: 189px;
	text-align: center;
	font-size: 20px;
	line-height: 189px;
}
.bt-blogpostlist .home3 .mouseOver p{
	line-height: 134px;
	height: 134px;
}


.bt-blogpostlist .blogList .blog-post {
	height: 209px;
	overflow: hidden;
	padding-bottom: 30px;
	cursor: pointer;
}
.bt-blogpostlist .blogList .blog-post.home3 {
	height: 154px;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
	top: 55px;
}

.bt-blogpostlist .blogList img {
	display: none;
}
.bt-blogpostlist .blogList img.weatherImg {
	display: block;
	width: ;
} 
.bt-blogpostlist .post-thumb img.thumbnail{
	height: 209px;
	width: auto;
	display: block;
	margin-top: -18px;
}
.bt-blogpostlist div.post-thumb {
	margin-right: 10px;
}
.bt-blogpostlist #blog-1 div.post-thumb, .bt-blogpostlist #blog-6 div.post-thumb{
	max-width: 200px;
	overflow: hidden;
}
.bt-blogpostlist #blog-2 div.post-thumb, .bt-blogpostlist #blog-7 div.post-thumb{
	max-width: 280px;
	overflow: hidden;
}
.bt-blogpostlist #blog-3 div.post-thumb, .bt-blogpostlist #blog-8 div.post-thumb{
	display: none;
}
.bt-blogpostlist #blog-4 div.post-thumb, .bt-blogpostlist #blog-9 div.post-thumb{
	max-width: 320px;
	overflow: hidden;
}
.bt-blogpostlist #blog-5 div.post-thumb img.thumbnail {
}


.bt-blogpostlist .blogList h1 a{
	text-decoration: none;
}
.bt-blogpostlist .blogList a{
	color: #3B2E03;
	text-decoration: underline;
}
.bt-blogpostlist .blog-post .post-body{
	height: 175px;
	overflow: hidden;
	margin: 0 0 13px;
}
.bt-blogpostlist .post-container{
	margin-left: 10px;
	margin-right: 15px;
	line-height: normal;
}

.bt-blogpostlist .blog-post.home3 .post-body{
	height: 120px;
}
.bt-blogpostlist .post-title h1{
	margin-top: 8px;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #3B2E03;
	line-height: 100%;
}
.bt-blogpostlist .bloglist-comments{
	font: 7.75pt/11px "Courier New", Courier, mono;
	color: #1FBECA;
	height: 11px;
}
.bt-blogpostlist .bloglist-comments .comments{
	color: #FFF;
	font-weight: bold;
	background: url(/StyleSheets/cssimg/bt_comments.png) no-repeat;
	width: 16px;
	text-align: center;
	float: left;
	margin-right: 5px;
}

.bt-blogpostlist .blogpost-comments {
	display: none;
}
.bt-blogpostlist #comment-form {
	display: none;
}
.bt-blogpostlist #comments{
	display: none;
}
.bt-blogpostlist .blogDate{
	display: none;
}

.bt-blogpostlist .bt-postbody .ellipsis_text {
	font-size: 13px;
	line-height: 100%;
}
/* @end */

/* @group Blog Post */

#bt-blog.bt-blogpost h1 a{
	color: #3B2E03;
	text-decoration: none;
}
#bt-blog.bt-blogpost h1{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 60px;
}
#bt-blog.bt-blogpost .bt-postbody h2{
	color: #1FBECA;
	text-decoration: underline;
	font: 18px "Courier New", Courier, mono;
	text-align: center;
	float: none;
	clear: both;
	padding-top: 10px;
}

#bt-blog.bt-blogpost .blogpost-comments {
	margin-left: 15px;
	font: 8pt/11px "Courier New", Courier, mono;
	color: #1FBECA;
	width: 100px;
	display: inline;
	position: relative;
	bottom: 33px;
}
.bt-blogpost .blogpost-comments .comments{
	color: #FFF;
	font-weight: bold;
	background: url(/StyleSheets/cssimg/bt_comments.png) no-repeat left;
	display: inline-block;
	width: 16px;
	text-align: center;
}
#bt-blog.bt-blogpost #post-content{
	color: #413000;
	font: 20px/normal "Courier New", Courier, mono;
}
.bt-blogpost #post-content a{
	color: #998675;
	text-decoration: underline;
}
.bt-blogpost #post-content a:hover{
	color: #413000;
}
#bt-blog.bt-blogpost #dynHeader{
	height: 337px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
#bt-blog.bt-blogpost img {
	width: auto;
	height: auto;
	margin: 0 auto 30px;
	position: relative;
}
#bt-blog.bt-blogpost img.Image2{
	position: relative;
	top: -150px;
}
#bt-blog.bt-blogpost span.blogDate{
	color: #413000;
	font: 11px "Courier New", Courier, mono;
	top: 10px;
	margin-right: 10px;
	margin-bottom: 23px;
	display: inline;
	float: left;
	position: relative;
}
.bt-blogpost .bloglist-comments{
	display: none;
}


.bt-blogpost #pagination{
	display: none;
}
#comment-list{
	color: #998675;
	font: 11px "Courier New", Courier, mono;
}
#commentNumber .inside{
	margin-left: 25px;
	margin-right: 0px;
}





/* @end */




/* @group Search Box */
div.search-box{
	height: 19px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0 0 0 10px;
	margin-right: -10px;
}

input#CAT_Search.search-c {
	background: url(/StyleSheets/cssimg/bt_searchbg-c.png) repeat-x 0 top;
	border-style: none;
	border-color: transparent;
	width: 131px;
	height: 19px;
	padding: 0;
	top: -5px;
	position: relative;
}

/* @end */

/* @group Lightbox Content */
#lightboxContent p{
	font-size: 20px;
	color: #998675;
	line-height: normal;
}
#lightboxContent h2{
	color: #998675;
	font-weight: bold;
	margin-bottom: 0;
}
#lightboxContent a{
	color: #998675;
	text-decoration: underline;
}
#lightboxContent a:hover{
	color: #413000;
}

#lightboxContnet #returnPolicy{
	width: 100%;
	clear: both;
}
#returnPolicy p, #usageTerms p, #privacyPolicy p, #returnPolicy li, #usageTerms li, #privacyPolicy li {
	font: 12px "Courier New", Courier, mono;
	color: #998675;
}
#returnPolicy ul{
	margin-bottom: 1.5em;
}
#returnPolicy h2, #usageTerms h2, #privacyPolicy h2 {
	font: bold 16px "Courier New", Courier, mono;
}
 
#lightboxContent #usageTerms {
	float: left;
	width: 45%;
}
#lightboxContent #privacyPolicy{
	float: right;
	width: 45%;
}



/* @end */

/* @group eCommerce */
#catalogImage{
	position: relative;
}
#catalogName h1{
	color: #FFFFFF;
	font: 72pt/100% Helvetica;
	position: absolute;
	top: 224px;
	left: 40px;
	margin: 0;
}
#headerdesc{
	position: absolute;
	font: 11px "Courier New", Courier, mono;
	text-align: right;
	bottom: 0;
	color: #fff;
	margin-bottom: 37px;
	right: 40px;
}
.smallProduct{
	position: relative;
	cursor: pointer;
}
.smallProduct .mouseOver{
	display: none;
	z-index: 800;
	background-color: #1FBECA;
	height: 170px;
	position: absolute;
	top: 58px;
	left: 10px;
}
.smallProduct .mouseOver p{
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	height: 170px;
	text-align: center;
	font-size: 30px;
	line-height: 170px;
}
#altView{
	margin-right: 6px;
	cursor: pointer;
}
#altView img{
	width: 30px;
	height: auto;
}
#bikiniMotion{
	display: none;
	float: left;
	margin-top: 1px;
}
#mainImage{
	position: relative;
	width: 310px;
	height: 467px;
	overflow: hidden;
	margin-right: 0;
}
#mainImage img.thumbnail {
	width: 310px;
	height: 467px;
	cursor: url(/StyleSheets/cssimg/magnify.png), url(/StyleSheets/cssimg/magnify.cur), pointer;
}
#mainImage img.zoom {
	width: 640px;
	height: 964px;
	cursor: move;
	position: relative;
}
.pricing{
	font: 11px "Courier New", Courier, mono;
}
.pricing .price{
	font-size: 18px;
}
.details{
	margin-top: 50px;
}
.details h1 {
	font-size: 60px;
	margin-bottom: 35px;
}
.description, .careInstructions{
	font: 11px "Courier New", Courier, mono;
	color: #413000;
	margin-top: 35px;
	margin-bottom: 35px;
}
.description a, .careInstructions a{
	color: #413000;
	text-decoration: none;
}
.description a:hover, .careInstructions a:hover{
	text-decoration: underline;
}
div.catProdAttributeItem {
	zoom: 1;
}
div.catProdAttributeTitle, .newListSelected {
	font: 11px/19px "Courier New", Courier, mono;
	color: #413000;
}

#addCart{
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	height: 24px;
}
#addButton{
	font: 11px "Courier New", Courier, mono;
	color: #1fbeca;
	cursor: pointer;
}
#cartMsg{
	position: absolute;
	top: 28px;
	left: 0;
	width: 140px;
	font: 11px "Courier New", Courier, mono;
	color: #fff;
	background-color: #1FBECA;
	padding: 5px;
	display: none;
}
#catalogImage {
	display: none;	
}
.shop-cart{
	font: 11px "Courier New", Courier, mono;
	margin-top: 35px;
}
#priceheader{

}
#quantityheader{
	
}
#totalheader{
	
}
#totalID .inside{

}
#cartHeaders{
	line-height: 24px;
	margin-bottom: 0;
}
#cartHeaders h1{
	font: 24px/24px Helvetica;
}
.cartImage img{
	height: 100px;
	width: auto;
}
.removeLink .inside{
	margin-left: 0;
}
.removeLink .productitemcell a{
	background: url(cssimg/bt_btn-close_off.gif) no-repeat center center;
	text-indent: -1000em;
	display: block;
}
.removeLink .productitemcell a:hover{
	background: url(cssimg/bt_btn-close_on.gif) no-repeat center center;
}
#cartControls div{
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#cartControls div.inside{
	padding: 0;
	margin: 0 0 0 10px;
}
#cartButtons{
	background-color: #fff3c9;
}
#clearCart{
	height: 80px;
	text-align: center;
	background-color: #F15D5E;
	margin-top: 10px;
}
#checkout{
	height: 80px;
	text-align: center;
	background-color: #1FBECA;
	margin-top: 10px;
}
#checkout a, #clearCart a{
	font: bold 22px/80px Helvetica;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#authorizationCode{
	display: table;
	background-color: #fff3c9;
	height: 324px;
	margin-bottom: 10px;
	_position: relative;
}
#authorizationCode #middle{
	_position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
}
#authorizationCode #inner{
	_position: relative;
	_top: -50%;
}
#authorizationCode p{
	font: bold 11px "Courier New", Courier, mono;
	margin: 5px;
	text-align: center;
}
#authorizationCode p.error{
	font: 11px "Courier New", Courier, mono;
	margin: 5px;
	text-align: center;
}
#paymentDetails p{
	background-color: #fff3c9;
	font: 11px "Courier New", Courier, mono;
	margin: 0;
	padding: 5px;
}
#paymentDetails p.orderID{
	margin-bottom: 10px;
}
#paymentDetails p.paymentStatus{
	background-color: #1FBECA;
	color: #FFF;
}
#paymentDetails p.denied{
	background-color: #F15D5E;
}
.totalAmount{
	font-size: 60px;
	float: right;
}
#totalPrice{
	background-color: #fff3c9;
	margin-top: 35px;
	font-family: "Courier New", Courier, mono;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 60px;
	margin-bottom: 15px;
}
#total{
	line-height: 60px;
	text-align: right;
	font-size: 60px;
	overflow: visible;
}

/* @end */

/* @group Size Chart */
#lightboxContent table{
	width: 100%;
	font: 12px "Courier New", Courier, mono;
}
#lightboxContent th{
	width: 20%;
}
.tableheader{
	background-color: #fa99c3;
	font-weight: normal;
	font-style: normal;
}
.sideheader{
	font-weight: normal;
	font-style: normal;
}
.tabledata{
	background-color: #fff;
}
/* @end */


#tooltip {
	background: transparent url(/StyleSheets/cssimg/bt_tooltip.gif) no-repeat center bottom; 
	z-index: 10000;
	font-weight: bold;
	font-size: 10px;   
    color: #FFF;
	width: 107px;
	height: 33px;
	text-align: center;
	line-height: 22px;
	display: none;
}

#demotip {     
	display:none;
	background:transparent url(/tools/img/tooltip/black_arrow.png);     
	font-size:12px;     
	height:70px;     
	width:160px;     
	padding:25px;     
	color:#fff;     
}



#welcomearrow{
	width: 6px;
	height: 28px;
	background: url(cssimg/bt_downarrow.png) no-repeat 0 center;
	float: left;
	margin-right: 7px;
}
#welcomearrow.active{
	background: url(cssimg/bt_uparrow.png) no-repeat 0 center;
}
.inside{
	margin-left: 10px;
	margin-right: 10px;
}
.btn-slide {
	cursor: pointer;
}
.close-btn{
	height: 33px;
	width: 33px;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 1001;
	display: none;
	cursor: pointer;
}

#breadcrumbs {
	font: 11px/28px "Courier New", Courier, mono;
  	background: #FFF;
	height: 28px;
	position: relative;
    z-index: 1000;
	line-height: 28px;
}
#cartIcons {
    z-index: 1000;
	color: #1FBECA;
	height: 28px;
	overflow: hidden;
}

#cartIcons a{
	color: #1FBECA;
	text-decoration: none;
}
#cartIcons a:hover {
	text-decoration: underline;
}
.cartSummary{
	font: 11px/28px "Courier New", Courier, mono;
	display: inline;
	margin-left: 5px;
	position: relative;
	top: -10px;
}
#cartSummary {
	text-align: right;
	margin-right: 10px;
	position: relative;
	height: 28px;
	line-height: 28px;
}
#cartSummary img {
	margin-left: 5px;
}
#breadcrumbs a{
	text-decoration: none;
	color: #3B2E03;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#breadcrumbs span{
}
#top-panel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 950px;
    z-index: 100;
	background-color: #FFF;
}

#panel {
	width: 100%;
	height: 141px;
	background: #FFF;
	overflow: hidden;
	position: relative;
	z-index: 1000;
	display: none;
}
#panel div.announcement{
	font-size: 36px;
	line-height: 100%;
	margin: 40px 45px;
	display: none;
}

#header{
	margin-top: 40px;
	margin-bottom: 20px;
}
h1#logo-header{
	background: url(/StyleSheets/cssimg/bt_logo.png) no-repeat 28px top;
	height: 49px;
	margin: 0;
}
#header #nav {
	top: 26px;
}

.gfxheader{
	text-indent: -1000em;
}
#header .inside{
	margin-left: -18px;
	margin-top: -2px;
	line-height: 49px;
	vertical-align: middle;
}

.homeTitle {
	position: relative;
	margin-top: -50px;
	margin-left: 5px;
}
.homeTitle h2{
	margin-bottom: 0;
	color: #FFF;
	font-size: 50px;
	line-height: 50px;
}

/* @end */

/* @group Menu */

/*******************************************************************************************
*                           Horizontal dropdown suckerfish menu                            *
*******************************************************************************************/
/* Shop Font Styles */
#nav ul li#menu-collection a, #footer-nav ul li#menu-collection a{font: italic bold 13px Georgia, "Times New Roman", Times, serif;padding: 23px 9px 0 18px;}
#nav ul li#menu-maternity a, #footer-nav ul li#menu-maternity a{font: bold 13px "Times New Roman", Times, serif;padding: 0 9px 0 18px;}
#nav ul li#menu-accessories a, #footer-nav ul li#menu-accessories a{font: bold 13px "Courier New", Courier, mono;padding: 0 9px 0 18px;}
#nav ul li#menu-giftcard a, #footer-nav ul li#menu-giftcard a{font: italic 13px "Courier New", Courier, mono;padding: 0 9px 18px 18px;}

/* Main Menu */
#nav {position: relative; z-index:1000;}
#nav img{margin-bottom: 2px;margin-left: 1px;}
#nav ul {padding:0; margin:0;list-style-type: none;}
#nav ul li {float:left; margin:0px; position:relative;}
#nav ul li a, #nav ul li a:visited { font: bold 13.25px/normal Helvetica;color: #413000;text-decoration: none;display: block;padding: 7px 9px;}
#nav ul li ul {display: none;}
#nav ul li a:hover, #nav ul li:hover a, #nav ul a#active_menu, #nav ul li a:hover, #nav ul li.iehover a {color:#1FBECA; background-color: #fff;}
#nav ul li:hover ul, #nav ul li.iehover ul {display:block; position:absolute; top:29px; left:0; width:182px;background-color: #fff;}
#nav ul li:hover ul li a, #nav ul li.iehover ul li a {color:#413000;font-size: 13px;width: 155px;line-height:18px;}
#nav ul li:hover ul li a:hover, #nav ul li.iehover ul li.iehover a {color:#1FBECA;}
#nav ul li:hover ul li ul, #nav ul li.iehover ul li ul {display: none;}

/* Footer Menu: Left */
#footer-nav {position: relative; z-index:10000;}
#footer-nav img{margin-bottom: 2px;margin-left: 1px;}
#footer-nav ul {padding:0; margin:0;list-style-type: none;}
#footer-nav ul li {float:left; margin:0px; position:relative;}
#footer-nav ul li a, #footer-nav ul li a:visited { font: bold 13.25px/normal Helvetica;color: #413000;text-decoration: none;display: block;padding: 7px 9px;}
#footer-nav ul li ul {display: none;}
#footer-nav ul li a:hover, #footer-nav ul a#active_menu, #footer-nav ul li a:hover {color:#1FBECA; background-color: #fff;}
#footer-nav ul li:hover ul, #footer-nav ul li.iehover ul {display:block; position:absolute; top:-100px; left:0; width:182px;background-color: #fff;}
#footer-nav ul li:hover ul li a, #footer-nav ul li.iehover ul li a {color:#413000;font-size: 13px; width: 155px; line-height: 18px;}
#footer-nav ul li:hover ul li a:hover, #footer-nav ul li.iehover ul li.iehover a {color:#1FBECA;}
#footer-nav ul li:hover ul li ul, #footer-nav ul li.iehover ul li ul {display: none;}


/* Footer Menu: Right */
#footer-links {position: relative; z-index:900;}
#footer-links ul {padding:0; margin:0;list-style-type: none;}
#footer-links ul li {float:right; margin:0px; position:relative;}
#footer-links ul li a, #footer-links ul li a:visited {font: bold 13.25px/normal Helvetica;color: #413000;text-decoration: none;display: block; padding: 7px 9px}
#footer-links ul li ul {display: none;}
#footer-links ul li a:hover, #nav ul a#active_menu, #footer-links ul li a:hover {color:#1FBECA; background-color: #fff;;}
#footer-links ul li:hover ul, #footer-links ul li.iehover ul {display:block; position:absolute; top:20px; left:0; width:105px;}
#footer-links ul li:hover ul li a, #footer-links ul li.iehover ul li a {color:#413000;}
#footer-links ul li:hover ul li:hover a, #footer-links ul li.iehover ul li.iehover a {color:#1FBECA;}
#footer-links ul li:hover ul li ul, #footer-links ul li.iehover ul li ul {display: none;}
#footer-links ul li:hover ul li a, #footer-links ul li.iehover ul li a {display:block; color:#413000;}
#footer-links ul li:hover ul li a:hover, #footer-links ul li.iehover ul li a:hover {color:#1FBECA;}
#footer-links ul li:hover ul li:hover ul, #footer-links ul li.iehover ul li.iehover ul {display:block; position:absolute; left:105px; top:0;}

/* @end */


/* @group Typography */

/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  font-family: Helvetica;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; margin-bottom: 0.5em;
	line-height: normal;
}
h2 { font-size: 2em; margin-bottom: 0.75em;
	line-height: normal;
}
h3 { font-size: 1.5em; margin-bottom: 1em;
	line-height: normal;
}
h4 { font-size: 1.2em; margin-bottom: 1.25em;
	line-height: normal;
}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em;
	line-height: normal;
}
h6 { font-size: 1em; font-weight: bold;
	line-height: normal;
}

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           {
	margin: 0 0 1em;
}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { text-decoration: underline;}
a           { text-decoration: none;color: #3B2E03; }

blockquote  { margin: 1.5em; 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 #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { 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       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

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;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* 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; }

/* @end */

/* @group Forms */

/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */


label       { display: none; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */
input,textarea{
	border-style: none; border-color: transparent;color: #413000;
	font: 11px/20px "Courier New", Courier, mono;
	margin-bottom: 10px;
	padding: 5px;
	margin-top: 0;
}
input[type=text], input[type=password],
input.text, input.title,
textarea, select {}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {}

input.text,
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success    { }
.error      { }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { }
.notice a   { color: #514721; }
.success a  { color: #264409; }

.commentBox{
	height: 20px;
	margin-bottom: 10px;
}
#comment-form .commentTextbox{
	height: 40px;
}

.commentSubmit{
	background-color: #1FBECA;
	color: #FFFFFF;
	font: bold 22px Helvetica;
	cursor: pointer;
}

#comment-form{
	padding-top: 15px;
	background-color: #fff3c9;
}
#comment-form .commentSubmit{
	height: 130px;
	width: 100%;
}
#comment-form .captchaimg img {
	float: left;
	background-color: #FFFFFF;
	height: 30px;
	padding: 0 63px;
	position: relative;
	margin: 0 10px 0 0;
}
#comment-form div.form div.item, #comment-form div.webform div.item,#contactusForm div.form div.item, #contactusForm div.webform div.item,#newsletterForm.form div.item {
	padding: 0;
}

#contactusForm .commentTextbox{
	height: 200px;
}
#lightboxContent h2.prText{
	font-size: 24px;
	line-height: 55px;
	color: #020000;
	font-weight: normal;
	font-style: normal;
}
#lightboxContent p.prText1{
	font-size: 12px;
	text-align: left;
}
#lightboxContent p.prText2{
	font-size: 12px;
	text-align: right;
}
#lightboxContent .commentSubmit{
	height: 70px;
	width: 230px;
}
#orderContact, #creditCard {
	margin-right: 10px;
	margin-top: 35px;
	position: relative;
	margin-bottom: 0;
}
#shippingInfo, #billingInfo{
	margin-top: 35px;
	position: relative;
}
#giftvouchercontinue, #submitButton{
	background-color: #fff3c9;
}
#catshopcontinue, #purchaseButton{
	background-color: #1FBECA;
	color: #FFFFFF;
	font: bold 22px Helvetica;
	cursor: pointer;
	width: 950px;
	height: 75px;
	margin: 10px 0 0;
	display: block;
	text-align: center;
}
#catshopcontinue{
	line-height: 75px;
}
a#catshopcontinue:hover{
	text-decoration: none;
}
#giftvoucherheader{
	margin-top: 35px;
}
.giftvoucher-reg input, .giftvoucher-reg textarea, .shop-checkout input, .shop-checkout textarea  { 
	background-color: #fff3c9; 
	color: #413000;
	font-size: 14px;
	margin-bottom: 0;
}
.giftvoucher-reg input:focus, .giftvoucher-reg textarea:focus, .shop-checkout input:focus, .shop-checkout textarea:focus { background-color: #1fbeca; color: #fff; }

.giftvoucher-reg div.item, .shop-checkout div.item{
	height: 30px;
	margin-bottom: 10px;
}

.item { position:relative;}


.giftvoucher-reg label, .shop-checkout label  { 
	position:absolute; 
	top:0; 
	left:5px;
	color: #b3ac99;
	display: block;
	font: 11px/30px "Courier New", Courier, mono;
}

.shop-cart label {
	position:absolute; 
	left:10px;
	color: #413000;
	display: block;
	font: 11px/20px "Courier New", Courier, mono;
}
input#DiscountCode, input#GiftVoucher{
	width: 150px;
	background-color: #fff3c9; 
	color: #413000;
	margin: 0;
	height: 20px;
	padding: 0 8px;
	line-height: 20px;
}

.shop-checkout textarea#ShippingInstructions, .giftvoucher-reg textarea#Message{
	height: 60px;
}

#paymentmethod{
	position: absolute;
	top: 7px;
	right: 8px;
	font-size: 11px;
}
.PaymentMethodType{
	margin-left: 10px;
}
#agreeTerms{
	height: 60px;
	margin-top: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #413000;
	font: 14px/60px "Courier New", Courier, mono;
}
/* @end */
