@charset "utf-8";
/* CSS Document */


/* Global Frame Settings */
#fbfr * 
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#fbfr
{
	width: 520px;
}

/* Clear */
.clr
{
	clear: both;	
}

.clr span
{
	display: none;	
}


/* Imagemap */
.imap
{
	position: relative;
	margin: 0;
	padding: 0;
}	

.imap a
{
	border: none;
	outline: none;
	display: block;
	position: absolute;
	overflow: hidden;
}

.imap a span
{
	display: none;	
}

/* Like Banners */

.like
{
	height: 75px;
	position: relative;
	overflow: hidden;
}

.like img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}



/* Headings */

h1
{
	font-size: 16px;
	color: #090057;
}

h1 a
{
	font-size: 16px;
	color: #090057;
	text-decoration: none;
}

h2
{
	background: #EDEFF4;
	border: 1px solid #DDDEE2;
	padding: 3px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

h2 a
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

h3
{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	margin-bottom: 20px;
}

/* Tab Whats New */

#fbtbwn .section
{
	text-align: center;	
	margin-bottom: 20px;
}


/* Tab Fabrics */

#fbtbfab .description p
{
	font-size: 14px;
}

#fbtbfab .swatches
{
	float: right;
	margin: 0 0 10px 10px;
	border: none;
}

#fbtbfab .fabrics img
{
	border: 1px solid #333333;
}

#fbtbfab .fabrics a.swatch
{
	display: block;
	float: left;
	background: url("http://www.familybedding.com/images/layout/default/shadow120.jpg") top left no-repeat;
	height: 128px;
	width: 128px;
	outline: none;
	margin: 0 2px 2px 0;	
}

#fbtbfab h1
{
	text-align: center;	
}

#fbtbfab h2
{
	text-align: center;	
    clear: both;
    margin: 20px 0 5px;
    padding: 3px;
}


/* Tab Sports */

#fbtbsp table
{
	width: 100%;
}

#fbtbsp td
{
	width: 50%;
	vertical-align: top;
}

#fbtbsp a
{
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding-top: 5px;
	color: #575757;
}

#fbtbsp a:hover strong
{
	color: #090057;
}

#fbtbsp img
{
	border: none;
	float: left;
	margin-right: 2px;
	margin-top: -5px;
}

#fbtbsp strong
{
	font-size: 14px;
	color: #373737;
}


