@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------ Header ------------------------------------------------------ */
.headline {
	margin-top: 0px;
	margin-bottom: 20px;
	clear: both;
	height: auto;
	width: 100%;
	float: left;
}
h2.headline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6a6a6a;
	padding-bottom: 10px;
	font-size: 32px;
}
/* ---------- Byline ---------- */
p.byline {
	margin-top: 0px;
	color: #000000;
	display: inline;
	margin-bottom: 10px;
	width: 43%;
	height: 55px;
	float: left;
}
p.byline .author {
	font-weight: bold;
}
p.byline .title {
	font-size: 10px;
	font-style: italic;
	color: #6a6a6a;
}
img.headshot {
	float: left;
	height: 55px;
	width: 46px;
	padding-right: 10px;
}

/* ---------- Subhead ---------- */
.subhead {
	margin-top: 0px;
	margin-bottom: 20px;
	clear: both;
	height: auto;
	width: 100%;
	float: left;
}
h4.subhead {
	font-style: italic;
	font-weight: 300;
	margin-bottom: 20px;
}
















/* ---------------------------------------------------------- Article Index ---------------------------------------------------------- */
#article_list {
	float: left;
	height: auto;
	width: 600px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-width: 5px;
	border-color: #FFFFFF;
}

#article_list ul {
	list-style-type: none;
}
#article_list li {
	list-style-type: none;
	position: relative;
	left: -25px;
	clear: both;
}
.headshot {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

/* ---------------------------------------------------------- Products Index ---------------------------------------------------------- */
#products_list {
	float: left;
	height: auto;
	width: 600px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
#products_list ul {
	list-style-type: none;
}
#products_list li {
	min-height: 205px;
	height: auto;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	list-style-type: none;
}
.clear_both {
	clear: both;
	margin-bottom: 10px;
	min-height: 250px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.products_list_container li {
	position: relative;
	left: -25px;
}

#products_list .subhead {
	font-size: 12px;
}
.category_name {
	font-weight: bold;
	text-transform: uppercase;
	color: #ed145b;
}
/* ---------------------------------------------------------- Products Category Lists ---------------------------------------------------------- */
.products_list_container {
	float: left;
	display: inline;
	clear: both;
	height: auto;
	width: auto;
	min-width: 550px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.products_list_image {
	float: left;
	margin-right: 25px;
	display: inline;
	min-height: 225px;
	margin-bottom: 25px;
}

.column {
	height: auto;
	width: 280px;
	margin-left: 5px;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.column p {
	font-size: 14px;
}

.best_seller {
	color: #FF0000;
	width: 75px;
	float: left;
}
.specialty{
	color: #660066;
width: 75px;
	float: left;
}
.new_product{
	color: #00FF00;
	width: 75px;
	float: left;
}



/* ---------------------------------------------------------- Specific Article Classes ---------------------------------------------------------- */
.barbie_text {color: #FF00FF}

li.outdoor_toys {
	min-height: 205px;
	height: auto;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	list-style-type: none;
}
.bigger_text {
	font-size: 14px;
}
@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------ Omnia Overrides ------------------------------------------------------------*/
/*--------------- Body Background Color ----------*/
img.movie_poster {
	padding: 3px;
	float: left;
	height: 300px;
	width: auto;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.movie_poster_small {
	padding: 3px;
	float: left;
	height: 200px;
	width: auto;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.star_rating {
	margin: 5px;
	float: left;
	height: 49px;
	width: 49px;
}
img.fun_scale {
	float: left;
	height: 108px;
	width: 108px;
	margin-bottom: 26px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

h6.explain {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	text-align: justify;
}

