
body {
	text-align: left !important;	
}

/* BREADCRUMBS */
#breadCrumb {
	color: #000;
	font-size: 11px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#breadCrumb a {
	color: #50B3D2;
	text-decoration: none;	
}
#breadCrumb a:hover {
	color: #116B87;	
}

/* CATEGORY NAVIGATION */
.category-nav {
	clear: both;
	font-size: 11px;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
}
.category-nav ul a, .product.details a.primary {
	text-decoration: none;
	font-weight: bold;
}

.category-nav a {
	color: #50B3D2;	
}

.category-nav strong {
	
}
.category-nav li strong {
	border: none;	
} 

.category-nav ul {
	list-style: none;
	margin: 0; padding: 0;
	padding-left: 5px;
	margin-bottom: 1em;
}

.category-nav ul li {
	margin: 0 !important;
	padding: 0 !important;
}

.category-nav ul li a {
	list-style: none;
	font-size: 11px !important;
}
.category-nav ul li .icon {
	width: 100px;
	height: 100px;
}

.category-nav ul a {
	text-decoration: none;
}

.category-nav ul img {
	border: none;
}

/* PRODUCTS GENERAL */
.products {
	font-size: 100%;	
}

/* PRODUCT GRID */
.products a {
 color: #50B3D2;
 text-decoration: none;
}

.products.grid .product {
	float: left;
	width: 162px;
	text-align: left;
	min-height: 225px;
	font-size: 11px;
	overflow: hidden;
	color: #50B3D2;
}

.products.grid .product a img {
	cursor: pointer;
}

.products.grid .product .icon {
	width: 98%;
	margin-right: 2%;
	height: 160px;
	border: 1px solid #50B3D2;
	overflow: hidden;
}

.products.grid .product a {
	clear: left;
	color: #50B3D2;
}

.products.grid .product em {
	float: left;
}

.products.grid .product label a {
	text-decoration: none;
}

.products.grid .product a.more {
	display: block;	
}

.products.grid .product span {
	font-size: 11px;	
}

.products.grid .product label {
	clear: both;
	margin: 0;
	padding: 0;
	height: 3em;
	display: block;
	position: relative;
}
.products.grid .product label a {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;	
}

/* PRODUCT LISTS */

.products.list {
	color:#50B3D2;
	font-size:11px;
	width: 485px;
}

.products.list ul {
	margin: 0;
	padding: 0;	
} 

.products.list ul li {
	padding-bottom:2px;
	float:left;
	position:relative;
	width:100%;
}

.products.list ul li a.mainLink {
	display:block;
	float:left;
	left:auto;
	position:relative;
	text-align:left;
	width:160px;
	margin-top: 5px;
}

.products.list ul li a.more {
	float: left;
	display: block;
	width: 115px;
	text-align: center;
	margin-top: 5px;
}

.products.list ul li em {
	display:block;
	float:left;
	font-style:normal;
	margin-right:2px;
	text-align:right;
	width:3em;
}

.products.list ul li div {
	width: 130px;
	float: left;
	margin-top: 5px;
}

.products.list ul li a.button {
	background:transparent url(/images/skin/feedback-submit.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	line-height: 23px;
	height:25px;
	width:69px;
	float: right;
	text-align: center;
	text-decoration: none;
}

.products.list ul li a.button:hover {
	background-position:right center;
	color:#FFFFFF;
}


/* PRODUCT DETAILS */
.product.details {
	background: #6FD2E4 url(/images/skin/product-detail-top.png) no-repeat scroll 0 0;	
	padding-top: 18px;
	padding-right: 18px;
	width: 495px;
}


.product.details .title {
	float: left;
	padding-right: 5px;
	padding-left: 18px;	
}

.product.details h2 {
	margin: 0;
	float: left;
	width: 220px;
	color: #000000;
	font-size: 1.2em;
}


.product.details .info {
	width: 235px;
	float: right;
}


.product.details .description {
	margin-top: 1em;
}

.product.details .image {
	float: left;
	width: 220px;
	clear: left;
	margin:5px 0 20px;
}
.product.details .image img {
	width: 100%;
	border: 1px solid #50B3D2;
}

.product.details .price {
	float: left;
	font-weight: bold;
}

.product.details .info {	
	padding-bottom: 1em;
	font-size: 0.8em;
}


.product.details .info h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 38px;
}

.product.details .description.summary {
	font-weight: bold;
}

.product.details .attributes {
	font-size: 0.8em;	
}

.product.details a.primary {
	display: block;
	margin: 1.5em 0;
}
.product.details a.primary:hover {
	text-decoration: underline;
}

.product.details a.buy {
	background-color: #FFBE04;
	color: #FFF;
	padding: 5px;
	font-size: 1.2em;
	float: right;
	text-decoration: none;
	font-weight: bold;
	margin-right: 0.5em;
}
.product.details a.buy:hover {
	text-decoration: underline;
}

.product.details .rating.average {
	clear: both;
	float: left;
	width: 220px;
	padding-left: 18px;
	font-size: 10px;	
	line-height: 26px;
}
.product.details .rating.average div {
	float: left;	
}

.product.details .astBlueBg {
	background:transparent url(http://www.glow.ca/Glow/images/astBlueBg.png) repeat-x scroll 0 0;
}

/* PAGINATION */
.pagination {
	text-align: center;
}

.pagination a {
	color: #50B3D2;
	text-decoration: none;
	line-height: 28px;
	font-weight: bold;
}
.pagination a:hover {
	text-decoration: underline;	
}

.pagination .current {
	font-weight: bold;
	line-height: 28px;
	font-size: 1.2em;	
}

.pagination span {
	padding: 2px;	
}

.products.grid .pagination .prev,
.products.grid .pagination .next {
	height: 28px;
}

.products.grid .pagination {
	clear: both;
	text-align: center;
	float: right;
	margin: 2em 0;
	border: none;	
}

.products.grid .pagination .first,
.products.grid .pagination .last {
	display: none;
}

.pagination div {
	float: left;
	padding: 3px;
}

.product.details .pagination {
	float: left;
	clear: left;
	width: 220px;
	font-size: 10px;
	padding-left: 18px;
}

.product.details .pagination a {
	color: #116B87;	
}

.product.details .pagination .status {
	text-align: center;
}

/* PRODUCT FEEDBACK/Pluck */

.error {
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	background: #EFEFEF;
	border: 1px solid #CCC;
}

.product.reviews {
	position: relative;	
	margin-top: 1em;
	width: 485px;
}

.product.reviews .review label {
	display: inline;
	color: #50B3D2;
	font-weight: bold;
	font-size: 11px;
}

.product.reviews .review .comment {
	clear: left;
}
.product.reviews .review .comment p {
	font-size: 11px;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

#feedbackForm {
	margin-bottom: 300px;
}

#feedbackForm .error a {
	color: #50B3D2;
}

.product.reviews h2 {
	margin: 0;	
}

.product.reviews .button {
	background:transparent url(/images/skin/feedback-submit.png) no-repeat scroll 0 0;
	color: #FFFFFF;
	display:block;
	font-size:11px;
	height:22px;
	padding-top:3px;
	width:69px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.product.reviews .button a,
#feedbackForm .button a {
	color: #FFFFFF;	
}
#btnYouRateIt {
	position:absolute;
	right:18px;
	margin-top: 0 !important;
}

.product.reviews .button:hover {
	color: #FFF;	
	text-decoration: underline;
}

.product.reviews .rating1,
.product.reviews .rating2,
.product.reviews .rating3,
.product.reviews .rating4,
.product.reviews .rating5 {
	margin: 0 0 0 5px !important;
	padding: 0 !important;
	display: inline-block !important;
	float: none !important;
}

#you-rate-it {
	margin-top: 20px;	
}

#stars {
	width: 85px;
	height: 16px;
	background: url(/images/skin/stars-grid.gif) no-repeat;
	float: left;
	position: relative;	
	cursor: pointer;
}

.star0 { background-position: 0 0 !important; cursor: pointer;}
.star1 { background-position: 0 -16px !important; cursor: pointer;}
.star2 { background-position: 0 -32px !important; cursor: pointer;}
.star3 { background-position: 0 -48px !important; cursor: pointer;}
.star4 { background-position: 0 -64px !important; cursor: pointer;}
.star5 { background-position: 0 -80px !important; cursor: pointer;}

.rating1, .rating2, .rating3, .rating4, .rating5 {
	background:transparent url(/images/skin/ast.png) repeat-x scroll 0 0;
	height:16px;
	margin:6px 0;
}

.rating.average .rating1,
.rating.average .rating2,
.rating.average .rating3,
.rating.average .rating4,
.rating.average .rating5 {
	background:transparent url(/images/skin/ast-b.png) repeat-x scroll 0 0;
	height:16px;
	margin:6px 0;
}

.rating5 { width: 85px }
.rating4 { width: 68px }
.rating3 { width: 51px }
.rating2 { width: 34px }
.rating1 { width: 17px }

#ratingsContainer {
	height: 16px;
	position: relative;
}

#reviewSubmit {
	cursor: pointer;	
}


#reviewForm label {
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}

#reviewForm {

}

#reviewForm p {
	clear: both;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

#defaultButton {
	clear: both;	
}
#btnSubmitReview a {
	color: #FFFFFF;
}

#Reviews_Container {
	width: 500px;	
}

#reviewText {
	border: 1px inset #999;
	width: 486px;
	height: 80px;
	clear: left;
	float: left;
	margin: 0 0 5px 0;
	color:#000000;
	padding: 2px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#reviewErrors {
	background: #ffe7ff;
	color: #ef63a4;	
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #ef63a4;
}

#reviewErrors ul {
	list-style: disc;
	margin-left: 40px;	
}

.Reviews_Table{
	font-size: 11px; 
}
.Reviews_UserImage, .Reviews_NestedDate, .Reviews_NestedRecommend, .Reviews_NestedReport, .Reviews_Pros, .Reviews_Cons {
	display: none;	
}

.Reviews_From {
	display: none;	
}

.Reviews_Headline {
	font-weight: bold;
	color: #50B3D2;	
}

.Reviews_Headline img {
	vertical-align: middle;	
}

.Reviews_Table tr td {
	padding-bottom: 10px;
}

#reviewHeadlineContainer {
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;	
}

.Reviews_Iframe, .Comments_Iframe {
	width: 100%;
	height: 600px;
}
.Comments_Iframe {
	height: 225px;	
	background: url(http://www.todaysparent.com/images/content/addyourcomments_title.png) no-repeat left top;
	padding-top: 40px;
}

.Reviews_SectionHead {
	display: none;	
}

.Ratings_YourRating span {
	display: none;
}
.Ratings_YourRating span.Ratings_Heading {
	display: inline;
}

.Sitelife_PluckLogo {
	bottom:-50px;
	position:absolute;
	right:0;
}

#Comments_OuterContainer {
	clear: both;	
}

.rating1, .rating2, .rating3, .rating4, .rating5 {
	float:left;
	margin-top:0;
}

/* SITE CSS OVERRIDE */
.topBody .catalog #centralContent {
	margin-left: 20px;
	width: auto;
}

.topBody .catalog #centralContent #central {
	width: 610px;	
}


/* CLEARFIX */
.clearfix:after {
content:".";
display:block;

height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */