
/* @ store styles */

.storegrid img.productimage {
	border: 1px solid #dddddd;
}

#content .storegrid p.prodname {
	font-size: 11px;
	line-height: 1.2;
	margin-top: 6px;
	margin-bottom: 0px;
}

/* new styles for department and product grids */

.store_grid .cell {
	float: left;
	width: 142px;
	margin-bottom: 20px;
}
.store_grid .cell img {
	display: block;
	width: 100px;
	margin: 0 auto 5px;
	border: 1px solid #DDDDDD;
}
#content .store_grid .cell h4 {
	width: 125px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
	font-weight: normal;
	text-decoration: underline;
}
#content .store_grid .cell .price {
	width: 125px;
	margin: 0 auto;
	text-align: center;
}

#featuredprodtable p {
	font-size: 11px;
	line-height: 1.2;
	margin-top: 6px;
	margin-bottom: 5px;
	color: #ffffff;	
}

#featuredprodtable a:link { color:white;}
#featuredprodtable a:hover {color:#990000;}
#featuredprodtable a:visited {color:white;}


/* @group Product */

#product {
	margin-bottom: 12px;
}

#product_text {
	float: left;
	width: 325px;
}

#product_text p {
	margin: 0.5em 0;
	padding: 0;
}

#product_text .availability {
	background: #E0EEF5;
	padding: 0.5em;
	margin: 10px 0px;
}

#product_text ul {
	margin-bottom: 1em;
	line-height: 1.3;
}

#product_table {
	width: 100%;
	margin: 1em 0 3px 0;
	border: 1px solid #ddd;	
	padding: 5px;
}

#product_table td, #product_table th  {
	text-align: left;
	padding-right: 7px;
	padding-bottom: 5px;
}

#product_table td  {
	vertical-align: top;
	font-size: 11px;
}

#product_buttons {
	margin: 0em 0 2em 0;
	text-align: right;
}

#product_buttons input {
	vertical-align: middle;
}

#product_image {
	float: right;
	width: 270px;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 10px;
}
#product_image p {
	padding-right: 0;
}


.outofstock {
	font-size: 10px;
	font-weight: bold;
	color: #969086;
}

.notifywhenavailable a:link {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
.notifywhenavailable a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
.notavailabletext {
font-size: 12px;
line-height: 14px;
font-weight: bold;
color: #990000;
}
.trademarktext {
margin: 0;
margin-left: 20px;
margin-top: 10px;
padding: 0;
font-size: 0.75em;
line-height: 1.10em;
text-align: left;
}
div.secureseal {
	text-align: right;
	width: 90%;
}
#content .alert {
	color: #990000;
	font-weight: bold;
	margin: 0 0 0.5em;
}

#main.with-sidebar #main-right #product_actions {
	text-align: left;
	background-image: none;
	background-color: #fff;
	border: 1px solid #999;
	margin-bottom: 10px;
	padding-top: 0;
}

#main.with-sidebar #main-right #product_actions a {
	display: block;
	margin: 12px 0 12px 8px;
}

#product_actions a span {
	display: block;
	float: left;
	width: 24px;
	margin-right: 4px;
}
#product_actions .printbutton {
	background: url(../images/sitelayout/sprite-main.png) no-repeat scroll 0 -587px transparent;
	height: 20px;
}

#product_actions .emailbutton {
	background: url("//s7.addthis.com/static/r07/widget33.png") no-repeat scroll 0 0 transparent; 
	background-position: 0 -1440px;
	margin-left: 2px;
	width: 22px;
	height: 16px;
}

#product #stats-summary .starbar {
	height: 30px;
}
#product #stats-summary .starbar div.rating-summary {
	position: absolute;
	top: 17px;
}

/* like and share styles */

.like-share .like {
	display: inline-block;	
}
.like-share .addthis_toolbox {
	display: inline-block;
	padding-bottom: 7px;
}
