

/*
	File:	Base Screen CSS
	Site:	Baby Gear
	Date:	June 2007
	Author:	Eric Shepherd
*/

/*
WHITE = #fff
PALE_BROWN = #f4efe8
LIGHT_BROWN = #d5cac0
MEDIUM_LIGHT_BROWN = #b3a694
MEDIUM_DARK_BROWN = #a4947f
DARK_BROWN = #674d29
LIGHT_RED_BROWN = c8896e
DARK_RED_BROWN = 632c07
*/

/* GLOBAL RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 1px dotted #674d29;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

p {
	line-height: 1.3;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}

h3 {
	font-size: 130%;
	font-weight: bold;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	margin: .5em 0 .3em 0;
}

hr {
	visibility: hidden;
}

/* BASIC STYLES */

body {
	font-family: helvetica, arial, sans-serif;
	background: #fff;
	color: #674d29;
	font-size: 62.5%;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #674d29;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #fff;
	background: #674d29;
	text-decoration: none;
}

#advertisement {
	color: #6b6cb3;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	line-height: 2;
}

q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

p.error {
	background: #f3ece9;
	border: 1px solid #dccac3;
	margin: 2em;
	padding: 1em;
	font-weight: bold;
	color: #bd4815;
	text-align: center;
}

/* LARGE-SCALE DIV STYLING */

#container {
	width: 750px;
	border: 1px solid #d5cac0;
	margin: 0 auto;
	font-size: 1.3em;
	position: relative;
}

#container:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

#footer {
	clear: both;
	line-height: 1.2;
}

	#footer p#fp-logo {
		clear: both;
		text-align: center;
		padding-top: 15px;
		font-size: x-small;
		font-weight: bold;
	}
	
		#footer p#fp-logo span {
			display: block;
		}
		
		#footer p#fp-logo a:hover {
			background: #fff;
		}

/* IMAGE INCLUDES */

#comparison img {
	display: block;
}

#closeup img {
	display: block;
}

/* OTHER SITES */

/* see site-specific css, because sizes could change by country */

/* MOODAL BOX INCLUDES */

#mb_contents {
	font-size: 1.3em;
	line-height: 1.3;
}

	#mb_contents h2 {
		margin: 1.4em 1em 0 1em;
	}

	#mb_contents p,
	#mb_contents ul,
	#mb_contents ol,
	#mb_contents dl {
		padding: 0 1.4em;
	}

	#mb_contents p {
		margin-bottom: 1em;
	}
	
	#mb_contents ul {
		margin-left: 2em;
		margin-bottom: 1em;
	}
	
	#mb_contents li {
		margin-bottom: .5em;
		list-style: square;
	}

/* SIFR STYLES */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* end sifr default styles */

/* sifr specific styles */

.sIFR-active h2 {
	visibility: hidden;
	font-family: verdana;
	line-height: 1em;
	font-size: 18px;
	display: block;
}

.sIFR-active p.tagline {
	visibility: hidden;
	font-family: verdana;
	line-height: 1em;
	font-size: 32px;
	display: block;
}

/* end sifr specific styles */



/* MODAL WINDOW STYLES */

/* moodalbox */

div#mb_overlay { position: absolute; left: 0; width: 100%; background-color: #674d29; cursor: pointer; }
div#mb_center, div#mb_bottom { position: absolute; left: 50%; overflow: hidden; background-color: #e3e7f3; }
div#mb_center { background-color: #fff; }
div#mb_contents { width: 400px; height: 400px; border: 10px solid #e3e7f3; overflow: auto; background-color: #fff; visibility: hidden; }
.mb_loading { background: #e3e7f3 url(/content/v5/es/babygear/img/loading.gif) no-repeat center center; }
#mb_error { font-size: 1.2em; color: #CD0000; font-weight: bold; text-align: center; padding: 0.5em; }
#mb_error em { font-size: 0.8em; }
div#mb_bottom { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #666; line-height: 1.4em; text-align: left; border: 10px solid #e3e7f3; border-top-style: none; }
a#mb_close_link { display: block; float: right; width: 80px; height: 22px; background: transparent url(/content/v5/es/babygear/img/closelabel.gif) no-repeat center; margin: 5px 0; }
div#mb_caption { margin-right: 71px; }

/* slimbox */

#lbOverlay { position: absolute; left: 0; width: 100%; background-color: #674d29; cursor: pointer; }
#lbCenter, #lbBottomContainer { position: absolute; left: 50%; overflow: hidden; background-color: #e3e7f3; }
.lbLoading { background: #fff url(/content/v5/es/babygear/img/loading.gif) no-repeat center; }
#lbImage { position: absolute; left: 0; top: 0; border: 10px solid #e3e7f3; background-repeat: no-repeat; }
#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none; }
#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(/content/v5/es/babygear/img/prevlabel.gif) no-repeat 0% 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(/content/v5/es/babygear/img/nextlabel.gif) no-repeat 100% 15%; }
#lbBottom { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 10px; color: #666; line-height: 1.4em; text-align: left; border: 10px solid #e3e7f3; border-top-style: none; }
#lbCloseLink { display: block; float: right; width: 66px; height: 22px; background: transparent url(/content/v5/es/babygear/img/closelabel.gif) no-repeat center; margin: 5px 0; }
#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: bold; }

/* SEO Extra Copy */

#ExtraCopy {
	padding: 2em 3em 3em 3em;
	clear: both;
}

	#ExtraCopy p {
		margin: 1em 0;
	}
<!--/* 0.793541219386499 [10.89.198.137] */-->