/* IMAGES / VIDEO */
#content ul.pdp-gallery,
#contentB ul.pdp-gallery  {
	width: 480px;
	height: 429px;
	#background: url(http://cdn1.sharperimage.com/si/img/pdp-gallery.gif) no-repeat left top;
	margin: 0 0 20px;
	padding: 11px 10px 0;
	float: left;
	border: 1px solid #DED4CB;
	}

#content ul.pdp-gallery li,
#contentB ul.pdp-gallery li {
	float: left;
	width: 77px;
	height: 77px;
	margin: 0;
	list-style: none;
	}

#content ul.pdp-gallery li.pdp-gallery-thumbs a,
#content ul.pdp-gallery li.pdp-gallery-video a,
#contentB ul.pdp-gallery li.pdp-gallery-thumbs a,
#contentB ul.pdp-gallery li.pdp-gallery-video a {
	display: block;
	width: 75px;
	height: 75px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

#content ul.pdp-gallery li img,
#contentB ul.pdp-gallery li img {
	display: block;
	margin: 0 auto;
	padding: 0;
	}

#content ul.pdp-gallery li.pdp-gallery-hero,
#contentB ul.pdp-gallery li.pdp-gallery-hero {
	display: block;
	text-align: center;
	float: none;
	width: 480px;
	height: 330px;
	/*background: url("http://cdn1.sharperimage.com/si/img/play-bg.png") repeat scroll 0 0 #FFFFFF;*/
	background: #FFFFFF;
	margin: 0 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	}
	
#content ul.pdp-gallery li.pdp-gallery-hero ul,
#contentB ul.pdp-gallery li.pdp-gallery-hero ul {
	width: 9999px;
	}
	
#content ul.pdp-gallery li.pdp-gallery-hero ul li,
#contentB ul.pdp-gallery li.pdp-gallery-hero ul li {
	width: 480px;
	height: 330px;
	text-align: center;
	float: left;
	}

#content ul.pdp-gallery li.pdp-gallery-hero .pdp-gallery-hero-video,
#contentB ul.pdp-gallery li.pdp-gallery-hero .pdp-gallery-hero-video {
	width: 480px;
	height: 330px;
	text-align: center;
	display: none;
	}


#content ul.pdp-gallery li.pdp-gallery-thumbs,
#contentB ul.pdp-gallery li.pdp-gallery-thumbs {
	width: 376px;
	overflow: hidden;
	position: relative;
	}

#content ul.pdp-gallery li.pdp-gallery-thumbs ul li,
#contentB ul.pdp-gallery li.pdp-gallery-thumbs ul li {
	float: left;
	width: 81px;
	text-align: center;
	}

#content ul.pdp-gallery li.pdp-gallery-thumbs ul li a,
#contentB ul.pdp-gallery li.pdp-gallery-thumbs ul li a {
	margin: 0 2px;
	}
	
#content ul.pdp-gallery li.pdp-gallery-video, 
#contentB ul.pdp-gallery li.pdp-gallery-video { 
	float: right;
	margin: 0;
	width: 77px;
	padding: 0 0 0 20px;
	background: url(http://cdn1.sharperimage.com/si/img/pdp-video-label.gif) no-repeat left top;
	}

#content.content-main form.add-to-cart select {
    min-width: 90%;
    margin-bottom: 6px;
}

#content.content-main form.add-to-cart button {
    margin: 10px auto 20px;
}

#content.content-main form.add-to-cart button[disabled] {
    opacity: .5;
    cursor: pointer;
}
/* PRODUCT INFO */

.pdp-info {
	width: 250px;
	padding: 0 0 10px;
	float: right;
	}

.content-main .pdp-info {
	float: left;
	padding: 0;
	margin: 0 0 10px 20px;

}

.product-info {
	float: right;
	min-height: 325px;
	padding: 0 0 0 15px;
    width: 455px;	
}

.product-info-header {
	width: 455px;
	float: left;
}

.product-info-header-left {
	float: left;
	width: 285px;
}

.product-info-header-right {
	float: right;
	width: 170px;
}

.product-info-name {
}

.product-info-name h3 {
    margin-bottom: 5px;
    color: #333333;
}

.product-info-error-message {
	color: red;
}

.product-info-attribute-selection {
	float: left;
}

#contentB .product-info-marketing-message {
	clear:both;
}
.product-info-marketing-message {
    color: red;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 15px;
	font-weight: bold;
	line-height: 15px;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	text-align: left;
}

.product-info-price {
    color: #333333;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	text-align: right;
}

.product-info-price strong {
    font-size: 18px;
}

.product-info-add-cart-button {
	float: right;
	margin-bottom: 10px;	
}

.product-info-in-stock {
    float: right;
    font-size: 13px;
    text-align: center;
    width: 160px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.product-info-details {
	width: 455px;
	float: left;
    padding: 0 0 0;
    /* shadow*/
    box-shadow: 2px 12px 5px 1px grey;
	-moz-box-shadow: 3px 17px 5px 1px grey;
	-webkit-box-shadow: 2px 11px 5px 1px grey;
	/*border radius*/
	-moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;                
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;     
    margin-bottom: 7px; 
}

.product-info-footer {
	width: 455px;
	float: left;
	padding-top: 15px;
	clear: both;
}


.product-info-footer-left {
	width: 235px;
	float: left;
	margin-top: 15px;	
}

.product-info-footer-right {
	width: 215px;
	float: right;
}


.product-info-footer-want-etc {
	width: 210px;	
}
.product-info-footer-share-etc {
	width: 210px;
	margin-left: -140px;
}

.pdp-info-summary {
	min-height: 325px;
	}

#content .pdp-info p.pdp-info-sku {
	height: 26px;
	margin: 0;
	clear:both;
	}

/****/	
	
#content .pdp-info ul.pdp-info-rating {
	background: url(http://cdn1.sharperimage.com/si/img/pdp-rating-bg.gif) no-repeat left top;
	height: 27px;	
	padding: 4px 0 0 6px;
	margin: 0 0 10px;
	}

#contentB .product-info ul.product-info-rating {
	background: url(http://cdn1.sharperimage.com/si/img/pdp-rating-bg.gif) no-repeat left top;
	height: 27px;	
	padding: 4px 0 0 6px;
	margin: 0 0 10px;
	}

#content .pdp-info ul.pdp-info-rating li {
	float: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0 2px;
	list-style: none;
	}

#contentB .product-info ul.product-info-rating li {
	float: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0 2px;
	list-style: none;
	}

#content .pdp-info ul.pdp-info-rating li.pdp-info-rating-title {
	white-space: nowrap;
	width: 95px;
	padding: 3px 7px 0 0;
	text-align: right;
	color: #333;
	}

#contentB .product-info ul.product-info-rating li.product-info-rating-title {
	white-space: nowrap;
	width: 95px;
	padding: 3px 7px 0 0;
	text-align: right;
	color: #333;
	}

/****/

#content .pdp-info ul.pdp-info-actions {
	margin: 0;
	padding: 10px 0 0 0;
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	color: #333;
	}

#content .pdp-info ul.pdp-info-actions li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#content .pdp-info ul.pdp-info-actions li a {
	float: left;
	width: 96px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
	text-decoration: none;
	padding: 6px 0 0 27px;
	}

#content .pdp-info ul.pdp-info-actions li a.addthis_button_compact {
	padding:3px 0 0 0;
	}

#content .pdp-info ul.pdp-info-actions li a:hover { color: #09c; }

#content .pdp-info ul.pdp-info-actions li.pdp-info-email a { background-image: url(http://cdn1.sharperimage.com/si/img/icon-pdp-email.gif); }
#content .pdp-info ul.pdp-info-actions li.pdp-info-wishlist a { background-image: url(http://cdn1.sharperimage.com/si/img/icon-pdp-wishlist.gif); }
#content .pdp-info ul.pdp-info-actions li.pdp-info-share a { background-image: url(http://cdn1.sharperimage.com/si/img/icon-pdp-share.gif); }
#content .pdp-info ul.pdp-info-actions li.googlePlusLike { float: left; padding-top: 3px;}


.add-this-button {
	margin: 0;
	padding: 0 0 0 10px;
	color: #333;
	float: left;
	width: 125px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
}

.add-this-button a:hover {
	text-decoration: none;
	color: #09c;
}


#contentB .product-info ul.product-info-actions li.pdp-info-email a { background-image: url(http://cdn1.sharperimage.com/si/img/icon-pdp-email.gif); }
#contentB .product-info ul.product-info-actions li.pdp-info-wishlist a { background-image: url(http://cdn1.sharperimage.com/si/img/icon-pdp-wishlist.gif); }
#contentB .product-info ul.product-info-actions li.pdp-info-share a { background-image: url(http://cdn1.sharperimage.com/si/img/icon-pdp-share.gif); }





/* TABS */

.pdp-tabs {
	clear: both;
	background: url(http://cdn1.sharperimage.com/si/img/box-770-background.gif) repeat-y left top;
	margin: 0 0 20px;
	}

.product-tabs {
	clear: both;
	/*background: url(http://cdn1.sharperimage.com/si/img/box-770-background.gif) repeat-y left top;*/
	margin: 0 0 20px;
	height: 200px;
	}


/****/
	
#content ul.pdp-tabs-nav {
	background: white;
	height: 30px;
	padding: 1px 0 0 0;
	font: bold 13px/13px Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;


	width: 770px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: block;
	border-bottom: 1px #cccccc solid;
	}



#content ul.pdp-tabs-nav li {
	list-style: none;
	margin: 0;
	padding: 0 12px;
	border: none;	
	border-right: 1px solid white;
	border-left: none;
	border-top: none;
	border-bottom: none;
	#-moz-border-radius-topright: 10px;
	#-moz-border-radius-topleft: 10px;
	#border-top-right-radius: 10px;
	#border-top-left-radius: 10px;
	#background: #6D6969;
	background-color: #CCCCCC;
	color: #585454;
	text-transform:uppercase;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	box-flex: 1;
	flex: 1;
	inline-flex: 1;
	display: inline-block;
	width: auto;
	}

#content ul.pdp-tabs-nav li a {
	float: left;
	width:100%;
	padding: 8px 0 0;
	height: 22px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-weight:bold;

	}

#content ul.pdp-tabs-nav li.ui-tabs-selected  {
	background: #585454 !important;
	border-right: 1px solid #eaeaea !important;
	border-left: 1px solid #eaeaea !important;
	border-top: 1px solid #eaeaea !important;
	border-bottom: none !important;	
	}

#content ul.pdp-tabs-nav li.ui-tabs-selected a {
	color: #fff;
}

#contentB ul.product-tabs-nav {
	background: white;
	height: 27px;
	padding: 1px 0 0 0;
	font: bold 13px/13px Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
	width: 455px;
	/*make tabs 100% width of box*/
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
    -ms-flex-direction: row;
	display: box; 
	}

#contentB ul.product-tabs-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	
	border-right: 1px solid white;
	border-left: none;
	border-top: none;
	border-bottom: none;
	/*corners*/
	-moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;                
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;  
	background: #343434;
	/*make tabs 100% width of box*/
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	box-flex: 1;
	flex: 1;
	inline-flex:1;
	}

#contentB ul.product-tabs-nav li a {
	float: left;
	padding: 7px 0 0 0;
	height: 20px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	text-align: center;	
	font-weight: bold;
	}

#contentB ul.product-tabs-nav li.ui-tabs-selected  {
	background: #F3F3F3 !important;
	border-right: 1px solid #eaeaea !important;
	border-left: 1px solid #eaeaea !important;
	border-top: 1px solid #eaeaea !important;
	border-bottom: none !important;	
	}

	
#contentB ul.product-tabs-nav li.ui-tabs-selected a {
	float: left;
	color: black !important;
	outline: none;
	background: none;
	}

.optionPicker {
	clear: both;
	margin: 0;
	padding: 0;
	width: 180px
}



/* JQUERY TABS */

.ui-tabs { 	position: relative; zoom: 1; border: none;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; border: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { 
	  border: none;
	  font-weight: bold;
	}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 
	/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; }
.ui-tabs .ui-tabs-hide { display: none !important; }	
	
/* TAB CONTENTS */

#content .pdp-tabs .pdp-tabs-content {
	padding: 20px 20px 10px;
	#background: url(http://cdn1.sharperimage.com/si/img/box-770-footer.gif) no-repeat left bottom;
	border: none;
	}

#content .pdp-tabs-content h4 {
	font: bold 12px/18px Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 0 2px;
	border: none;
	}	

#content .pdp-tabs-content p,
#content .pdp-tabs-content ul,
#content .pdp-tabs-content ol {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 0 10px;
	border: none;
	}	

#content .pdp-tabs-content li {
	margin: 0 25px;
	border: none;
	}
	
#content .pdp-tabs-content a { color: #333; }
#content .pdp-tabs-content a:hover { color: #09c; }


#contentB .product-tabs .product-tabs-content {
	padding: 20px 20px 10px;
	background: #F3F3F3;
	border: none;
	overflow: auto;
	height: 150px;	
	width: 415px;
	}

#contentB .product-tabs-content h4 {
	font: bold 12px/18px Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 0 2px;
	border: none;
	}	

#contentB .product-tabs-content p,
#contentB .product-tabs-content ul,
#contentB .product-tabs-content ol {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 0 10px;
	border: none;
	}	

#contentB .product-tabs-content li {
	margin: 0 25px;
	border: none;
	}
	
#contentB .product-tabs-content a { color: #333; }
#contentB .product-tabs-content a:hover { color: #09c; }

#product-tabs-footer {
	height: 20px;
	width: 455px;
	margin: 0;
	background: #F3F3F3;
	text-align: right;
	padding-bottom: 5px;
	-moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;                
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;  	
}

#product-tabs-footer a {
	font-family: Arial,Arial,sans-serif;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 30px;
	display: inherit;
	padding-top: 5px;
}

/* ADD TO CART */
	
.pdp-addtocart {
	height: 40px;
	width: 145px;
	}

.pdp-addtocart a,
#content .pdp-addtocart a {
	display: block;
	background: url(http://cdn1.sharperimage.com/si/img/button-xl-orange-right.gif) no-repeat right top;
	height: 25px;
	width: 145px;
	padding: 9px 0 0;
	color: #fff;
	text-decoration: none;
	font: bold 18px/18px Helvetica, Arial, sans-serif;
	text-shadow: #b06a25 0 -1px 0;
	white-space: nowrap;
	}

.pdp-addtocart input.button,
#content .pdp-addtocart input.button {
	background: url(/si/img/Add-to-Cart.gif) repeat-x center center;
	padding: 8px 0 7px;
	width: 156px;
	height: 41px;
	cursor: pointer;
	margin-left: -5px;
	}

#content .pdp-addtocart {
	float: right;
	}
	
/* RIGHT SIDEBAR */

.pdp-cart {
	text-align: center;
	}

.pdp-cart p.pdp-cart-price {
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	}

.pdp-cart p.pdp-cart-price .sale {
	font: bold 18px/18px Helvetica, Arial, sans-serif;
	color: #f00;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	}

.pdp-cart p.pdp-cart-price strong {
	font: bold 18px/18px Helvetica, Arial, sans-serif;
	}

.pdp-cart p.pdp-cart-price strong font {
	color: red;
	}

.pdp-cart dl.pdp-cart-options {
	padding: 10px 20px;
	float: left;
	}

#contentB .pdp-cart dl.pdp-cart-options {
	padding-left: 0;
    }

#content #product-accessories ul.list li dl.pdp-cart-options {
	padding: 0 10px;
	}

.pdp-cart dl.pdp-cart-options dt,
.pdp-cart dl.pdp-cart-options dd {
	padding: 2px 0 0;
	}
	
#content #product-accessories ul.list li dl.pdp-cart-options dt,	
#content #product-accessories ul.list li dl.pdp-cart-options dd	{
	padding: 8px 0 0;
	}

.pdp-cart dl.pdp-cart-options dt,
#content #product-accessories ul.list li dl.pdp-cart-options dt {
	float: left;
	text-align: left;
	height: 20px;
	}
	
.pdp-cart dl.pdp-cart-options dt label,
#content #product-accessories ul.list li dl.pdp-cart-options dt label {
	display: block;
	padding-top: 4px;
	font-size: 12px;
	}	

.pdp-cart dl.pdp-cart-options dd,
#content #product-accessories ul.list li dl.pdp-cart-options dd {
	float: left;
	text-align: left;
	width: 105px;
	height: 20px;
	/*position: relative;*/
	}

.pdp-cart dl.pdp-cart-options dd select,
#content #product-accessories ul.list li dl.pdp-cart-options dd select {
	
	}

.pdp-cart dl.pdp-cart-options dd select.expand,
#content #product-accessories ul.list li dl.pdp-cart-options dd select.expand {
	width: auto;
	position: absolute;
	right: 0;
	top: 8px;
	}	
	
.pdp-cart .pdp-addtocart {
	border-top: 0px solid #fff;
	margin: 30px auto;
	clear: both;
	}
	
.pdp-cart ul.pdp-cart-promo {
	text-align: center;
	font: bold 14px/16px Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 0 40px;
	clear: both;
	}

.pdp-cart ul.pdp-cart-promo li {
	list-style: none;
	margin: 0;
	}	
	
.pdp-cart p.pdp-cart-avail {
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	color: #33;
	margin: 0 0 20px;
	}
	
.pdp-cart ul.pdp-cart-options {
	width: 145px;
	padding: 0 20px;
	text-align: left;
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	margin: 0 0 20px;
	}

.pdp-cart ul.pdp-cart-options li {
	margin: 0 0 6px;
	list-style: none;
	}

.bestcovery {
	padding: 0px 0px 25px 0px;
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	text-align: center;
	}

/* reviews */

#content .pdp-tabs-content ul.pdp-tabs-reviews {
	padding: 5px 0 0;
	}

#content .pdp-tabs-content ul.pdp-tabs-reviews li {
	margin: 0;
	display: block;
	list-style: none;
	clear: both;
	}
	
#content .pdp-tabs-content ul.pdp-tabs-reviews li .pdp-tabs-reviews-content {
	float: left;
	width: 500px;
	padding: 0 0 15px;
	}
	
#content .pdp-tabs-content ul.pdp-tabs-reviews li .pdp-tabs-reviews-content h4 {
	margin: 0 0 10px;
	font: normal 12px/16px Helvetica, Arial, sans-serif;
	}

#content .pdp-tabs-content ul.pdp-tabs-reviews li .pdp-tabs-reviews-content h4 small {
	color: #999;
	font: normal 12px/16px Helvetica, Arial, sans-serif;
	margin: 0 0 0 10px;
	}
	
#content .pdp-tabs-content ul.pdp-tabs-reviews-rating {
	background: url(http://cdn1.sharperimage.com/si/img/pdp-rating-bg-short.gif) no-repeat left top;
	height: 27px;	
	padding: 4px 0 0 6px;
	margin: 0 0 10px;
	width: 214px;
	float: right;
	}

#content .pdp-tabs-content ul.pdp-tabs-reviews-rating li {
	float: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0 2px;
	list-style: none;
	clear: none;
	}

#content .pdp-tabs-content ul.pdp-tabs-reviews-rating li.pdp-info-rating-title {
	white-space: nowrap;
	width: 65px;
	padding: 3px 7px 0 0;
	text-align: right;
	color: #333;
	font-weight: bold;
	}	
	
/* accessories */

#content #product-accessories {
	padding-right: 0 !important;
	}

#content #product-accessories ul.list {
	height: 340px;
	}
	
#content #product-accessories ul.list li {
	background: #fff;
	padding: 10px 8px;
	height: 318px;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
#content #product-accessories ul.list li h4,
#content #product-accessories ul.list li p.list-price {
	font: bold 11px/15px Helvetica, Arial, sans-serif;
	margin: 0 0 8px;
	}
	
#content #product-accessories ul.list li ul.pdp-list-options {
	margin: 0;
	padding: 0;
	}

#content #product-accessories ul.list li ul.pdp-list-options li {
	font: bold 11px/15px Helvetica, Arial, sans-serif;
	height: auto;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	}	
	
/* ERROR MESSAGES */

#atg_store_formValidationError { /* provides padding around errors */
	padding: 20px 10px 1px 20px;
}


#content p.errorMessage, #contentB p.errorMessage, 
#content #atg_store_formValidationError p, #contentB #atg_store_formValidationError p, 
p.errorMessage, #atg_store_formValidationError p {
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: red;
	padding: 8px 0 0;
	margin: 0;
	}
	
#media {
		cursor:pointer;
	}	
	
.lpEmtStarRating {
	display:none;
	}	
	
.lpPoweredBy {
	display:none;	
	}	
	
#SharperImageButton-01 {
	position: fixed; top: 300px; left: 0pt; display: block;
}

#aux #sidebar-right ul ul {
	background:none;
}

.want-pin {
	float: left;
    clear: left;
	width: 110px;
	}

.want-pin-B {
	float: left;
    width: 90px;	
	}

#pinSpan {
	float: left;
	margin: 10px 0;
	width: 80px;
}

#pinSpanB {
	float: left;
	margin-top: 13px;	
	margin-left: 10px;
	width: 80px;
	/*display: none;*/
}

.fb-like {
	clear: both;
	margin: 14px 0 0 100px;	
	float: left;
}

.fb_iframe_widget {
	display: none;
}

#giftBonusMsg {
    color: red;
    font: bold 13px Helvetica;
    padding: 15px;
}

#giftBonusMsg-ul li{
	list-style: none;
	color: #333333;
	font:bold 13px Helvetica;
	padding:15px;
}

#giftBonusMsg-ul h4 a{
	color: #333333;
	padding:15px;
	text-decoration: none;
}

#content ul.pdp-gallery li img.enlarge-icon,
#contentB ul.pdp-gallery li img.enlarge-icon {
	z-index: 1000;
	margin-top: -329px;
	display: none;
	}
	
.instockMessage1 {
	font-size:12px;
	}
	
#you-may-also-need {
	float: left;
}
	
#you-may-also-need-title {
	float: left;
	width: 315px;
    color: #0995CC;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
    text-align: center;	
}

#you-may-also-need-image {
	float: left;
}

#you-may-also-need-image img {
    border: 1px solid;
    color: #C0C0C0;
	height: 47px;
    width: 47px;    
	margin-top: 3px;
}


#you-may-also-need-name {
	float: left;
	width: 330px;
	padding: 20px 5px 0px 5px;
	text-align: center;
}

#you-may-also-need-name a {
	font: bold 14px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 20px;
	color: black;
	text-decoration: none;
}

#you-may-also-need-price {
	float: left;
	width: 90px;
	font:  normal 16px/18px Helvetica, Arial, sans-serif;
	color: black;
	margin-top: 20px;
	margin-left: 0px;
	text-align: center;
}

#you-may-also-need-add {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	font:  normal 14px/18px Helvetica, Arial, sans-serif;
	color: black;
	width: 100px;	
}

#you-may-also-need-add-check {
    float: left;
    width: 20px;
}

#you-may-also-need-add-label {
    float: left;
    margin-left: 4px;
    margin-top: 1px;
}

#content p,
#content ul,
#content ol,
#contentB p,
#contentB ul,
#contentB ol {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 0 10px;
	}


#review-totals-average-rating {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	height: 30px;
	width: 400px;	
}

#review-totals-average-rating-box {
	float:left;
	background-color: black;
	color: white;
    font-weight: bold;
    padding: 3px;
    margin-top: 2px;
}

#review-totals-recommended {
	float:left;
	width: 400px;
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 3px;
}

#review-totals-based {
	float:left;
	font-size: 13px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 10px;    
}

#review-totals-write-review {
	float:left;
	width: 215px;
}			

#review-totals-write-review a {
	font-size: 12px;
	margin-right: 10px;
	text-decoration: underline;
	cursor: pointer;
}			

.individualReview {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
}

div.horizontalRule {
    min-height: 1px;
    clear:both;
    width:100%;
    border-bottom-color: #A0A0A0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    height:1px;
    padding-top:5px;
    margin-top:5px;
    margin-bottom:7px;
}

.individualRating {
	float: left;
	clear: both;
	margin-bottom: 6px;
	margin-top: 6px;
}

.individualRatingImage {
	float:left;
	margin-right:10px;
	margin-top: 1px;
}

.individualRatingNumber {
	float:left;
	background-color: black;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}	

.individualRatingTitle {
	float: left;
	margin-left: 10px;
	margin-top: 1px;
}

.review-comments {
	float: left;
	clear: both;
}

.review-recommended {
	float: left; 
	width: 400px;
}

.review-from {
	width:400px;
	float:left;
}

.review-from div {
	float:none;
	
}

.bottomLine {
    color: orange;
    float: left;
    clear: both;
    font-weight: bold;
    margin-top: 10px;
    width: 400px;
}

#content #power-review-temp .pdp-tabs-content {
	padding-bottom: 150px;
}




/* GC */



#custom-page-content .gc-default-text {
	color: gray;
	font-style: italic;
	font-size: 10px;
}

#custom-page-content .gc-input-text {
	color: black;
}

.gc-group-a {
	float: left;	
	width: 480px;
	border: 7px solid #E7E7E7;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
}

.gc-group-a .gcNeverExpire {
	float: left;	
	width: 480px;
	background-color: #E7E7E7;
	font-size: 12px;
	margin-top:10px;
	padding-top:10px;
	font-weight:bold;
}

.gc-group-b {
	float: right;
	width: 420px;	
	color: #333;
}

.gc-group-b .select-value {
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}

.gc-group-b ul {
	clear: both;
	width: 100%;
}

.gc-group-b li {
	display: inline;	
	border: 1px solid #cccccc;
	float: left;
	/*width: 25%;*/
	margin: 0px 10px 0px 0px;;
}

.gc-group-b li a{
	padding-bottom: 1px;	
	float: left;
	color: gray;
	font-size: 14px;
	font-weight: bold;
}

.gc-group-b li a.gc-price{
	padding: 2px 2px;
	text-decoration: none;	
}

#media {

}

#gcMessage{
	width: 410px;
	height: 70px; 
}


/*This can be deleted after 9/12/13*/
.gc-desc {
	padding: 2px 2px 8px;
	font-weight: bold;
}
/* end */


.gc-delivery-method {
	margin-top:10px;
}

.gc-delivery-method .method-option{
	background-color: #white;
	border: 1px solid #CCCCCC !important;
	border: none;
	width: 100px;
	padding: 4px;
	float: left;
}

.gc-delivery-method .method-selected {
	background-color: #E7E7E7 !important;
}

.gc-delivery-details * {
	float: left;
}

.gc-delivery-details {
	padding: 10px 0;
	float: left;
	border-top: 1px solid #CCCCCC;
	width: 380px;
}

.gc-delivery-details span {
	width: 32px;
	padding: 5px;
}

.gc-delivery-details input{
	width:110px;
	margin-right: 3px;
}

.gc-delivery-details input#deliveryDate{
	width:80px;
	margin-right: 3px;
}

.gc-delivery-details div{
	float: left;
}

#custom-page-content .gc-submits input.button-orange {
	width: 100px;
}

#custom-page-content .gc-submits input.button-gray {
	width: 170px;
}

.small-wrap {
	font-size: 8px;
	width: 100px;
	float: left
}

.gc-delivery-details input.gc-calendar {
	width: 80px;	
	float: left;
}

.gc-delivery-details .gc-cal-img {
	margin-top: -2px;
}

.gc-delivery-details .delivery-help {
	color: gray;
	font-size: 11px;
	width: 100%;
	padding-top: 12px;
	line-height: 15px;
	
}

.gc-delivery-details .delivery-help div {
	font-weight: bold;
}

.gc-delivery-details .delivery-help span {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}

/*
.gc-group-b input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; 
    width: 120px;
}
*/


.gc-delivery-details-b {
	display: none;
}

table.detail-specs {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
}

table.detail-specs th {
	padding: 0 4px 2px 0;
}
table.detail-specs td {
    padding: 0 4px 2px;
}
