/* 3.14 PRODUCTS
------------------------------------------------------------------------------------------------ */
#products {
	float: left;
	height: auto;
	background: #F5F5F5;
}

#primary {
	display: block;
	float: right;
	font-size: 1.2em;
	min-height: 6.75em;
	margin-top: 10px;
	margin-right: 10px;
	width: 783px;
}

.module {
	margin-bottom: 8px;
}

.module_top {
	background: transparent url(../images/backgrounds/module/product-details-top.png) no-repeat scroll 0 0;
	float: left;
	width: 100%;
	height: 4px;
	line-height: 4px;
}

.module_btm {
	background: transparent url(../images/backgrounds/module/primary-btm.png) no-repeat scroll 0 0;
	margin-bottom: 7px;
	margin-top: -2px;
	clear: left;
	float: left;
	width: 100%;
	height: 5px;
	line-height: 5px;
}

.category #primary .module_top {
	border-bottom: 1px solid #cfcfcf;
	height: auto;
	background:
		url(../images/backgrounds/module/primary-top-with-content.png)
		no-repeat;
	line-height: inherit;
}

.module .module_top h2 {
	padding: 30px 15px 10px;
	background: transparent none repeat scroll 0 0;
	color: #343640;
	float: none;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.1em;
	text-shadow: 1px 1px 1px #F1F1F1;
	width: auto;
}

.module .module_top p {
	float: left;
    clear: both;
    text-shadow: 1px 1px 1px #F1F1F1;
    margin-top: 15px;
    padding-left: 15px;
    padding-bottom: 7px;
	line-height: 1.5em;
    width: auto;
}

.module .module_top span.continue {
	float: right;
    margin-top: 15px;
    padding-right: 15px;
    text-shadow: 1px 1px 1px #F1F1F1;
	font-size: 0.75em;
	line-height: 1.5em;
}

/* module content */
#primary .modulecontent {
	background: transparent url(../images/backgrounds/module/primary-bg.png)
		repeat-y scroll 0 0;
	padding: 0;
}

.modulecontent {
	display: inline;
	width: 100%;
	float: left;
	padding: 8px 0;
	background: transparent url(../images/backgrounds/module/primary-bg.png)
		repeat-y scroll 0 0;
}

.product-cluster {
	display: inline;
	float: left;
}

.product-page {
	display: block;
	float: left;
	position: relative;
}

/* Product Tiles */
#primary_main .producttiles .module_btm {
	background: url(../images/backgrounds/module/primary_main-grid-btm.png)
		no-repeat;
}

#primary_main .producttiles .modulecontent {
	padding: 0;
}

.module ul.product-row {
	padding: 0;
	width: 626px;
	border-bottom: 1px solid #e5e6e8;
	background: url(../i/aos/module/primary_main-grid.png) 50% 0 repeat-y;
}

.module ul.manufacturer-row {
	padding: 0;
	width: 626px;
	border-bottom: 1px solid #e5e6e8;
	background: url(../i/aos/module/primary_main-grid.png) 50% 0 repeat-y;
}

.module ul.last-row {
	border-bottom: 0;
}

.module ul.product-row li {
	position: relative;
	display: inline;
	float: left;
	margin: 0 1px 0 0;
	width: 156px;
}

.module ul.manufacturer-row li {
	position: relative;
	display: inline;
	float: left;
	margin: 0 1px 0 0;
	width: 156px;
}

.module ul.product-row,.module ul.product-row li {
	min-height: 16em;
	height: auto !important;
	height: 16em;
}

.module ul.manufacturer-row,.module ul.manufacturer-row li {
	min-height: 16em;
	height: auto !important;
	height: 16em;
}

.module ul.product-row li.first-tile {
	width: 154px;
}

.module ul.manufacturer-row li.first-tile {
	width: 154px;
}

.module ul.product-row li.last-tile {
	margin-right: 0;
	width: 142px;
}

.module ul.manufacturer-row li.last-tile {
	margin-right: 0;
	width: 142px;
}

.module ul.product-row li dl {
	position: relative;
	top: 8px;
	left: 18px;
	width: 121px;
	min-height: 15em;
	font-size: 10px;
}

.module ul.manufacturer-row li dl {
	position: relative;
	top: 8px;
	left: 18px;
	min-height: 15em;
	text-align: center;
}

.module ul.product-row li dt {
	height: auto !important;
	height: 2.85em;
	min-height: 2.85em;
	font-size: 1.1em;
	line-height: 1.125em;
}

.module ul.manufacturer-row li dt {
	height: auto !important;
	height: 2.85em;
	min-height: 2.85em;
	font-size: 3.0em;
}

.home .module ul.product-row li dt {
	margin-top: 0;
	height: auto !important;
	height: 3.125em;
	min-height: 3.125em;
}

.home .module ul.manufacturer-row li dt {
	margin-top: 0;
	height: auto !important;
	height: 3.125em;
	min-height: 3.125em;
}

.module ul.product-row li dt a {
	color: #333;
	text-decoration: none;
}

.module ul.manufacturer-row li dt a {
	color: #333;
	text-decoration: none;
}

.module ul.product-row li dt a:hover {
	text-decoration: none;
	color: #000 !important;
}

.module ul.manufacturer-row li dt a:hover {
	text-decoration: none;
	color: #000 !important;
}

.module ul.product-row li dd.starrating {
	margin: .5em 0;
	line-height: 1em;
}

.home .module ul.product-row li dd.starrating {
	display: none;
}

.home .module ul.product-row li dd.price {
	margin-top: 6px;
}

.module ul.product-row li dd.more a {
	color: #0085CF;
}

.home .module ul.product-row li dd.image {
	padding-top: 3px;
	padding-bottom: 3px;
}

.home .module ul.product-row li dd.image img {
	width: 79px !important;
	height: 70px !important;
}

dd.image img {
	max-width: 80px !important;
	max-height: 80px !important;
}

.home .module ul.product-row li dd.more a {
	background-position: 100% 70%;
}

/* Department-specific & Category Product Tiles */
.category .module ul.product-row,#promo-bar .modulecontent ul {
	background: none;
	border: 0;
	float: left;
	padding: 12px 0;
}

.category .module ul.product-row {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	width: 781px;
	background: #fff url(../images/backgrounds/module/category-grid.png)
		258px 0 repeat-y;
}

.category .module ul.manufacturer-row {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	width: 777px;
	background: #fff url(../images/backgrounds/module/category-grid.png)
		258px 0 repeat-y;
}

.category .module ul.last-row {
	border-bottom: 0;
}

.department .module ul.product-row li {
	margin: 0;
	width: 50%;
}

.category .module ul.product-row li {
	margin: 0 1px 0 1px;
	width: 267px;
	padding: .75em 0 2em;
}

.category .module ul.manufacturer-row li {
	margin: 0 1px 0 1px;
	width: 267px;
	padding: 0;
}

.category .module ul.product-row li {
	width: 258px;
}

.category .module ul.manufacturer-row li {
	width: 257px;
}

.category .module ul.product-row li dl {
	padding-left: 107px;
	width: 146px;
}

.category .module ul.product-row,.category .module ul.product-row li,.category .module ul.product-row li dl
	{
	height: auto;
	left: 0;
	min-height: 1em;
	top: 0;
}

.category .module ul.manufacturer-row,.category .module ul.manufacturer-row li,.category .module ul.manufacturer-row li dl
	{
	height: auto;
	left: 0;
	min-height: 1em;
	top: 0;
}

.category .module ul.product-row {
	min-height: 9.5em;
	height: auto !important;
	height: 13.5em;
}

.category .module ul.manufacturer-row {
	min-height: 5.5em;
	height: auto !important;
	height: 13.5em;
}

.category .module ul.product-row li dl dt {
	height: auto;
	min-height: 1em;
}

.category .module ul.manufacturer-row li dl dt {
	height: auto;
	min-height: 1em;
}

#primary .module ul.product-row li dl dt a,.module ul.product-row li dd.price {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
}

.module ul.product-row li dd.addProduct {
	padding-top: 5px;
}

#primary .module ul.manufacturer-row li dl dt a,.module ul.manufacturer-row li dd.price
	{
	color: #333;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3em;
}

#primary .module ul.product-row li dl dt a:hover {
	color: #000;
	text-decoration: none;
}

#primary .module ul.manufacturer-row li dl dt a:hover {
	color: #000;
	text-decoration: none;
}

#primary .module ul.product-row li dl dt.name a:hover {
	color: #0085CF !important;
}

#primary .module ul.manufacturer-row li dl dt.name a:hover {
	color: #0085CF !important;
}

.module ul.product-row li dd.more,.category .module ul.product-row li dd.shipping
	{
	margin-top: 6px;
}

.category .module ul.product-row .product .image {
	left: 15px;
	position: absolute;
	top: 0;
    height: 80px;
    width: 90px;
    overflow: hidden;
}

.category .module .product .image {
	left: 15px;
}

.category .module .pagingTop {
    float: right;
}

.category .module .CategoryPagination {
    text-align: center;
    font-size: 10px;
    width: auto;
    padding-right: 5px;
    padding-left: 150px;
}

.category .module .FloatLeft {
    float: left;
}

.category .module .FloatRight {
    float: right;
}

.category .module .PagingList {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
}

.category .module .PagingList li {
    display: inline;
    padding: 0 5px;
}

/* module links in columns */
#navigation .modulecontent li a,#secondary .modulecontent li a,#navigation .modulecontent p.more a,#secondary .modulecontent p.more a {
	position: relative;
	display: inline-block;
	/* IMPORTANT: this rule gets overridden below, but we MUST keep these as two separate CSS rules or IE6 will choke! */
	clear: left;
	padding: 5px 12px;
	line-height: 1.25em;
	color: #333;
	text-decoration: none;
}

#navigation .modulecontent li a,#secondary .modulecontent li a,#navigation .modulecontent p.more a,#secondary .modulecontent p.more a
	{
	display: block;
}

#navigation .modulecontent li a:hover,#secondary .modulecontent li a:hover,#navigation .modulecontent p.more a:hover,#secondary .modulecontent p.more a:hover
	{
	text-decoration: none;
	color: #0085CF;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#navigation .modulecontent li.specialCat a, #secondary .modulecontent li.specialCat a {
    color:#cf0000;
    text-decoration:none;
}

#navigation .modulecontent li.specialCat a:hover, #secondary .modulecontent li.specialCat a:hover {
    background-color: #f2d6d6;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#shop a:hover {
	background-color: #D6E5F2;
}

#secondary .modulecontent ul.ordered li a {
	padding-left: 0;
}

#secondary .modulecontent ul.ordered li a em {
	display: block;
	float: left;
	width: 2em;
	text-align: right;
	font-style: normal;
	color: #666;
}

#secondary .modulecontent ul.ordered li a:hover em {
	color: #0085CF;
}

#secondary .module .modulecontent ul.ordered li a span {
	display: block;
	margin-left: 2.3em;
}

/* module images in columns */
#navigation .modulecontent img,#secondary .modulecontent img {
	margin-left: 1px;
}

/* module paragraphs in columns */
#navigation .modulecontent p,#secondary .modulecontent p {
	margin: 0 1px;
	padding: .5em 11px;
	line-height: 1.5em;
	color: #666;
}

#navigation .modulecontent p.more,#secondary .modulecontent p.more {
	margin: -3px 0 8px 0;
	padding: 0 2px 0 1px;
}

#secondary #topsellers .modulecontent .list_foot p.more a {
	padding-left: 25px;
}

#navigation .iphonebox .modulecontent p {
	line-height: 1.3em;
}

#navigation .iphonebox .modulecontent p.more {
	margin: 0;
	padding: 4px 11px;
}

#navigation .iphonebox .modulecontent p.more a {
	background: none;
}

#navigation .iphonebox .modulecontent p.more img {
	float: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* Shop Apple */
/*
#shopapple li ul li a span {
    margin-left: 10px;
}
*/
#navigation .module .modulecontent #shopapple li a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
}

#navigation .module .modulecontent #shopapple ul li a {
	font-size: 13px;
        padding-left: 20px;
}

#navigation .module .modulecontent #shopapple ul li ul li a {
	padding-top: 4px;
	padding-bottom: 4px;
        padding-left: 30px;
	font-size: 12px;
}

#navigation .module .modulecontent #shopapple ul li ul li ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
        padding-left: 40px;
	font-size: 12px;
        font-weight: normal;
}

#navigation .module .modulecontent #shopapple ul li ul li ul li ul li a {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
        font-weight: normal;
}

/* More Stores */
#navigation .module #morestores ul {
	margin-top: 4px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
}

#recentlyviewed .modulecontent {
	padding: .25em 0;
}

#navigation #recentlyviewed a {
	min-height: 48px;
	padding-top: 1px;
	padding-bottom: 0;
}

#navigation #recentlyviewed a:hover {
	background: #fff;
	text-decoration: underline;
}

#navigation #recentlyviewed li,#navigation #recentlyviewed li a {
	float: left;
}

#navigation .modulecontent span.recent {
	float: left;
	display: block;
	padding: .625em 0;
	border-bottom: 1px solid #e1e2e4;
}

#navigation .modulecontent li.last span.recent {
	border-bottom: 0;
}

/* sort by types */
#navigation .sort h3 {
	float: none;
	background: none;
	padding: 6px 14px;
	font-weight: bold;
	font-size: 13px;
	width: auto;
	color: #184380;
}

#navigation #shop h3.special {
    background:transparent none repeat scroll 0 0;
    color:#184380;
    float: left;
    display: block;
    font-size:13px;
    font-weight:bold;
    padding-top: 2px;
    padding-bottom: 6px;
    width: 100%;
    position: relative;
    text-align: center;
}

#navigation #shop h3.manufacturers {
    background:transparent none repeat scroll 0 0;
    color:#184380;
    float: left;
    display: block;
    font-size:13px;
    font-weight:bold;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    position: relative;
    text-align: center;
}

#navigation .sort form {
    padding-left: 6px;
}

#navigation .sort input.Textbox {
    width: 153px;
}

#navigation .sort input.Button {
    position: relative;
    float: right;
    display: block;
    width: 73px;
    margin-top: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    outline: none;
}

#navigation .sort input.Button:hover {
    background-position: 0px -24px;
}

#navigation .sort #previous {
	background-image: url("../images/backgrounds/module/product-details-top.png") no-repeat;
}

#navigation .sort .modulecontent .JustAddedProduct .ProductImage {
    overflow: hidden;
    max-width: 165px;
    max-height: 120px;
    padding: 1px;
    text-align: center;
}

#navigation .sort .modulecontent .JustAddedProduct .ProductDetails {
	margin-bottom: 2px;
    clear: left;
    float: left;
    display: block;
    width: auto;
    padding: 5px 12px;
    font-size: 0.7em;
}

#navigation .sort .modulecontent .SubTotal {
	margin-bottom: 2px;
    clear: left;
    float: left;
    display: block;
    width: 100%;
    padding: 5px 12px;
}

/* =NOTE: The Sort indicators are styled differently for IE6 due to PNG-positioning */
/* Modern browsers */
#navigation .sort .modulecontent li {
	margin-bottom: 2px;
	clear: left;
	float: left;
	display: block;
	width: 100%;
}

#navigation .sort .modulecontent li a:hover {
	background: none;
	color: #000;
}

#navigation .sort .modulecontent li.selected {
	background: url(i/aos/module/column-sort-indicator-tl.gif) 10px 0 no-repeat !important;
}

#navigation .sort .modulecontent li.selected a {
	font-weight: bold;
	background: url(i/aos/module/column-sort-indicator-bl.gif) 10px 100%
		no-repeat !important;
	color: #000;
}

#navigation .sort .modulecontent li span {
	display: block;
	margin: -5px 0;
	padding: 5px 0 5px 10px;
}

#navigation .sort .modulecontent li.selected span {
	background: url(i/aos/module/column-sort-indicator.gif) 3px 50%
		no-repeat;
}

#navigation ul.controls {
	margin-top: -0.375em;
}

#navigation ul.secondary {
	margin: 1em 5px 1px 4px;
	padding: 1em 0 .75em;
	background: url(i/aos/module/column-sort-secondary.gif) 0 100% no-repeat
		;
}

#navigation .sort .modulecontent ul.secondary li.selected {
	background-position: 7px 0;
}

#navigation .sort .modulecontent ul.secondary li.selected a {
	background-position: 7px 100%;
}

#navigation .sort .modulecontent ul.secondary li span {
	margin-right: -4px;
	padding-left: 7px;
}

#navigation .sort .modulecontent ul.secondary li.selected span {
	background-position: 0 50%;
}

#navigation .sort .modulecontent li:hover {
	background: transparent url(i/aos/module/column-sort-indicator-tl-hover.gif) 10px 0 no-repeat !important;
}

#navigation .sort .modulecontent li:hover a {
	background: transparent url(i/aos/module/column-sort-indicator-bl-hover.gif) 10px 100% no-repeat !important;
}

#navigation .sort .modulecontent li:hover span {
	background: url(i/aos/module/column-sort-indicator-hover.gif) 3px 50% no-repeat !important;
}

#navigation .sort .modulecontent li a:hover,#navigation .sort .modulecontent li.selected a:hover
	{
	color: #0085CF;
}

#navigation .sort .modulecontent a img {
	margin: 0;
	float: none;
}

.sort .contract_link {
	display: none;
}

.xs {
	display: block;
	height: 1px;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	width: 1px;
	line-height: 1px;
}

/* 3.15 PRODUCT-DETAILS
------------------------------------------------------------------------------------------------ */
.product-details #primary .details-main .module_top {
	background: url("../images/backgrounds/module/product-details-top.png")
		no-repeat;
}

.product-details .product-info,.product-details .product-overview,.product-details .product-overview-full
	{
	color: #333;
	display: inline;
	float: left;
	line-height: 1.4em;
	margin: 0 25px;
	width: 575px;
}

.product-details #navigation #shop .modulecontent {
	padding-bottom: 8px;
	background: #FFFFFF url("../images/backgrounds/module/column-bg-grad.png") 0
		-100px no-repeat;
}

.product-details #primary .details-main .modulecontent {
	background: url("../images/backgrounds/module/product-details-bg.png")
		bottom left no-repeat;
	position: relative;
}

.product-details #primary .details-main .module_btm {
	background: url("../images/backgrounds/module/product-details-btm.png")
		bottom left no-repeat;
	height: 4px;
	line-height: 4px;
}

.product-details .module ul.similar-products li.product,.product-details .module ul.xsell-products li.product {
	border-bottom: 1px solid #e1e2e4;
	clear: left;
	float: left;
	min-height: 6.7em;
	padding: 10px 0 0;
	width: 100%;
}

.product-details .module ul.similar-products li.last-row,.product-details .module ul.xsell-products li.last-row {
	border: 0;
}

.product-details .module ul.similar-products li.product dl,.product-details .module ul.xsell-products li.product dl {
	margin: 0 10px 10px 5px;
	position: relative;
}

.product-details .module ul.similar-products dt,.product-details .module ul.xsell-products dt {
	margin-left: 55px;
	margin-bottom: 4px;
}

.product-details .module ul.similar-products dd,.product-details .module ul.xsell-products dd {
	margin-left: 55px;
}

.product-details .module ul.similar-products dd.image,.product-details .module ul.xsell-products dd.image {
	margin-left: 0;
	margin-top: 5px;
	width: 55px;
	position: absolute;
	top: 0;
	left: 0;
}

.product-details .module ul.similar-products dd.price,.product-details .module ul.xsell-products dd.price {
	margin-top: 4px;
	color: #000;
}

.product-details #navigation .module .modulecontent ul.similar-products li a,.product-details #navigation .module .modulecontent ul.similar-products li a:hover,.product-details #navigation .module .modulecontent ul.xsell-products li a,.product-details #navigation .module .modulecontent ul.xsell-products li a:hover {
	background: none;
	padding: 0;
}

.product-details .product-info,.product-details .product-overview,.product-details .product-overview-full {
	color: #333;
	display: inline;
	float: left;
	line-height: 1.4em;
	margin: 0 25px;
	width: 549px;
}

.product-details .product-overview,.product-details .product-overview-full {
	margin-bottom: 25px;
}

.product-details .product-overview-full {
	width: 730px;
}

.product-details .product-overview-full p {
	padding-bottom: 15px;
}

.product-details .product-overview-full ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	padding-bottom: 15px;
}

.product-details .product-overview-full li {
	background:transparent url(../images/icons/bullet.gif) no-repeat scroll 0.125em 0.6em;
	padding-bottom:0.375em;
	padding-left:1em;
}

.product-details .product-info h2,.product-details h2.overview {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: .8em 0 1em 0;
}

.product-details .product-info h2 {
	width: 460px;
	line-height: 1.2em;
}

.product-details h2.overview {
	margin: 0 25px;
	font-weight: normal;
	font-size: 18px;
}

.product-details .product-info .description {
	float: left;
	width: 300px;
	min-height: 5em;
	padding-bottom: 8em;
}

.product-details .product-info .description p,.product-details product-overview p,.product-details product-overview-full p
	{
	margin: 0 0 1em;
}

.product-details .product-info .image {
	float: left;
	width: 250px;
}

.product-details .product-info .badge {
	float: right;
	margin: -30px 0 10px 0;
}

.product-details .product-info .image img {
	display: block;
	margin: 0 auto;
}

.product-details .product-info .product-rating {
	position: absolute;
	bottom: 20px;
	left: 25px;
	clear: both;
}

.product-details .product-info .product-rating h3 {
	font-weight: bold;
	padding: .6em 0;
}

.product-details .product-info .product-rating span.lmcuststar,.product-details .product-info .product-rating .rating,.product-details .product-info .product-rating .ratings-based
	{
	display: inline;
	float: left;
}

.product-details .product-info .product-rating .rating {
	margin: 0 10px 5px 0;
}

.product-details .product-info .product-rating .ratings-based,.product-details .extra .extra-header .ratings-based,.product-details .extra .hreview .vcard,.product-details .extra .hreview .date,.product-details .extra .vote,.product-extra .extra-header .ratings-based,.product-extra .extra .hreview .vcard,.product-extra .extra .hreview .date
	{
	color: #818181;
}

.product-details .product-info .product-rating .extra-links {
	clear: left;
}

.product-details .extra-links a,.product-details .extra-links span {
	margin-right: 5px;
}

.product-details .product-info ul {
	list-style-type: disc;
	margin-top: 1.6em;
	padding-left: 1.6em;
}

.product-details fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.product-details div#product-details-form,.product-details .product-promo
	{
	float: left;
	width: 179px;
	margin: 0;
	padding: 10px 0px 39px;
}

.product-details .purchase-info,.product-details .product-options,.product-details .custom-store-product-options
	{
	margin: 0 10px;
	padding-bottom: 10px;
}

.product-details .purchase-info .price {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
}

.product-details .purchase-info .price #tax {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 7px;
}

.product-details .purchase-info .price .current_price {
	font-size: 14px;
	font-weight: bold;
	
	margin-bottom: -2px;
}

.product-details .purchase-info .price .previous_price,.product-details .product-options .price .previous_price
	{
	font-size: 11px;
	color: #808080;
	line-height: 1.8em;
	font-weight: normal;
	display: block;
}

.product-details .product-options .price .previous_price {
	margin-top: 2px;
	line-height: 1em;
	font-weight: normal;
	display: block;
}

.product-details .product-options .price .savings,.product-details .product-options .price .message
	{
	display: none;
}

.product-details .purchase-info .price .savings,.product-details .purchase-info .price .message
	{
	font-size: 11px;
	color: #c00;
	line-height: 1em;
	font-weight: normal;
	display: block;
}

.product-details .purchase-info .availability {
	display: block;
}

.product-details .purchase-info .add-to-cart {
	margin: 10px 0 5px;
}

.product-details .purchase-info .purchase-actions {
	overflow: hidden;
}

.product-details .purchase-info .invisible {
	opacity: 0;
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.product-details #frmWishList p#desc {
	font-size: 10px;
    padding-bottom: 5px;
}

.product-details .VariationOutOfStockMessage {
    font-size: 10px;
}

.product-details .purchase-info .add-to-cart button {
	border: none;
	display: block;
	text-indent: -9999px;
}

.product-details .product-options legend {
	font-weight: bold;
	margin: 0 0 15px !important;
	margin: 0 0 15px -8px;
}

.product-details .product-options input {
	float: left;
	clear: left;
	margin: 4px 0 0 0;
}

.product-details .product-options label {
	float: left;
	width: 128px;
	margin: 0 0 7px 10px;
}

.product-details .product-options .price,.product-details .product-options .availability
	{
	display: block;
}

.product-details .availability {
	color: #666;
}

.product-details .no-commitcode .commitcode {
	display: none;
}

.product-details .no-freeshipping .freeshipping {
	display: none;
}

.product-details .gifting-learn-more {
	display: block;
	clear: both;
}

.product-details .pdf-specs {
	clear: both;
	margin: 0 25px;
	padding-top: 20px;
}

.product-details .pdf-specs a:hover {
	text-decoration: none;
}

.product-details .pdf-specs .arrow {
	padding-bottom: 2px;
}

.product-details .pdf-specs .icon {
	padding-bottom: 3px;
}

.product-details .extra {
	clear: both;
	width: 730px;
	margin: 0 25px;
	padding: 25px 0;
}

.product-details #downloads ul li {
	border-bottom: 1px solid #EDEDED;
}

.product-details #downloads.extra ul li {
	padding: 5px;
	
}

.product-details .extra .extra-header {
	width: 730px;
	background: #ededed url("../images/backgrounds/module/reviews-header-bg.png") 0 0 no-repeat;
	margin-bottom: 2px;
	height: 38px;
}

.product-details .extra .extra-header h3,.product-details .extra .extra-header .lmstar,.product-details .extra .extra-header .ratings-based,.product-details .extra .extra-header .extra-links
	{
	float: left;
	padding: 10px 0;
	margin-left: 15px;
}

.product-details .extra .extra-header h3 {
	font-size: 12px;
	font-weight: bold;
}

.product-details .extra .extra-header .extra-links {
	float: right;
	margin-right: 15px;
}

.product-details .extra .extra-lists .extra-list,.product-details .extra .extra-footers p
	{
	background: #fff;
	float: left;
	width: 374px;
	margin-right: 2px;
	margin-top: 0;
}

.product-details .extra .extra-lists div.last,.product-details .extra .extra-footers p.last
	{
	margin-right: 0;
}

.product-details .extra-footers a,.product-details .extra-footer-single a
	{
	display: block;
	width: auto;
	padding: 1em 0 1em 15px;
}

.product-details .extra h4 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	padding: 1em 0 1em 15px;
}

.product-details .extra h4 {
	background-color: #ccc;
}

.product-details .extra .extra-lists ul,.product-details .extra .extra-list-single ul
	{
	background: url("css/i/extra-gradient-bg.png") 0 0 repeat-x;
	padding: 0;
}

.product-details .extra .extra-lists .vote ul {
	background: none;
}

.product-details .extra-lists .vote .description {
	display: inline;
}

.product-details .extra .extra-lists li,.product-details .extra .extra-list-single li
	{
	clear: left;
	margin: 0 15px;
	padding: 15px 0 30px;
	border-bottom: 1px solid #ccc;
	min-height: 8em;
	height: auto !important;
	height: 8em;
}

.product-details .extra .extra-lists li.last {
	border: 0;
}

.product-details .extra .extra-footers p.first {
	background: #ededed url("css/i/extra-footer-left.png") bottom left
		no-repeat;
}

.product-details .extra .extra-footers p.last {
	background: #ededed url("css/i/extra-footer-right.png") bottom right
		no-repeat;
}

.product-details .extra .extra-footer-single {
	background: #ededed url("css/i/extra-footer-bg.png") bottom left
		no-repeat;
}

.product-details p.footnote {
	font-size: 9px;
}

.product-details .extra .extra-list-single li {
	position: relative;
}

.product-details .extra-list-single .hreview .details {
	position: absolute;
	top: 18px;
	left: 0;
}

.product-details #primary .modulecontent .product-overview-full ul {
	padding-left: 1.6em;
}

.product-details .product-variation,.product-details .product-variation-additional
	{
	margin: 0 10px;
	padding: 4px 0;
}

.product-details .product-variation fieldset,.product-details .product-variation-additional fieldset
	{
	margin: 0;
	padding: 0;
}

.product-details .product-variation fieldset:after,.product-details .product-variation-additional fieldset:after
	{
	content: '';
	clear: left;
	display: block;
	height: 0;
	visibility: hidden;
}

.product-details .product-variation-additional,.product-details .product-variation
	{
	border-top: 1px solid #ccc;
}

.product-details .product-variation input,.product-details .product-variation-additional input
	{
	vertical-align: top;
	position: relative;
	top: 5px;
	margin: 0;
	padding: 0;
}

.product-details .product-variation legend,.product-details .product-variation-additional legend
	{
	font-weight: bold;
	color: #333;
	padding: 0 0 2px;
	margin: 0;
}

.product-details .product-variation label,.product-details .product-variation-additional label
	{
	display: block;
	margin: 0;
	line-height: 24px;
}

.product-details div.shim {
	height: 0;
	overflow: hidden;
}

.product-details .product-variation fieldset.product-swatches,.product-details .product-variation-additional fieldset.product-swatches
	{
	margin-right: -10px;
}

.product-details .product-variation fieldset.product-swatches label,.product-details .product-variation-additional fieldset.product-swatches label
	{
	display: block;
	float: left;
	text-align: center;
	line-height: 20px;
	padding: 0;
	margin: 0 8px 10px 0;
}

.product-details .product-swatches img {
	display: block;
	margin: 2px 0 0 0;
}

.product-details .action-buttons {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	bottom: -1px;
	height: 39px;
	width: 178px;
	background: url("css/i/product-details-action-buttons.png") -1px 0
		no-repeat;
}

.product-details .action-buttons .invisible {
	opacity: 0;
}

.product-details #save-cart-btn,.product-details #save-cart-btn-long,.product-details #print-btn,.product-details #print-btn-long {
	position: absolute;
	top: 0;
	right: 0;
    width: 179px;
    height: 39px;
    background-image: url("../images/buttons/btn_product_details_print.png");
}

.product-details #save-cart-btn {
	right: 90px;
}

#gallery {
	width: 795px;
	height: 635px;
	position: relative;
	margin: 0 auto;
}

#gallery a:hover {
	text-decoration: none;
}

#gallery .media {
	position: relative;
	width: 530px;
	height: 600px;
	left: 20px;
	top: 1px;
	overflow: hidden;
}

.image .movieController {
	display: none;
}

.movie .movieController {
	position: relative;
	margin-top: 10px;
	left: 20px;
	width: 530px;
	display: block;
}

.movie a.next,.movie a.prev,.qtvr a.next,.qtvr a.prev {
	display: none;
}

#gallery a.disabled {
	background-position: left bottom;
}

#gallery a.next {
	position: absolute;
	left: 598px;
	top: 46%;
	margin-top: -8px;
	width: 20px;
	height: 17px;
	background-image: url("css/i/gallery-next.gif");
	background-repeat: no-repeat;
	text-indent: -1000px;
}

#gallery a.prev {
	position: absolute;
	left: -50px;
	top: 46%;
	margin-top: -8px;
	width: 20px;
	height: 17px;
	text-indent: -1000px;
	background-image: url("css/i/gallery-prev.gif");
	background-repeat: no-repeat;
}

#gallery .thumbContainer {
	position: absolute;
	right: -52px;
	top: 0;
	width: 172px;
}

#gallery .thumbnails {
	background-color: #E9EDEF;
	padding: 0 5px;
	width: 162px;
}

#wide_stepone #wide_stepone_content #gallery #movieThumbs a {
	line-height: 15px;
	font-size: 10px;
	color: #333;
}

#gallery .thumbnails img {
	border: 1px solid #fff;
}

#gallery .thumbnails img.movie-thumb {
	float: left;
	margin-right: 8px;
	clear: left;
}

#gallery .thumbnails img.viewdemo,#gallery .thumbnails a:hover img.viewdemo,#gallery .thumbnails a.active img.viewdemo,#gallery .thumbnails a:hover
	.active img.viewdemo {
	border: 0;
	vertical-align: middle;
	margin-top: -4px;
}

#gallery .thumbnails a {
	float: left;
	margin: 4px;
}

#gallery .thumbnails a:hover img {
	border: 1px solid #049bc7;
}

#gallery .thumbnails a.active img {
	border: 1px solid #bbb;
}

#gallery .thumbnails a:hover .active img {
	border: 1px solid #bbb;
}

#gallery .thumbnails .top {
	background: #E9EDEF url("css/i/gallery-bg-thumb-top.gif") no-repeat
		scroll left top;
	display: block;
	height: 6px;
	margin-bottom: -2px;
	margin-left: -5px;
	margin-right: -5px;
}

#gallery .thumbnails .btm {
	background: #E9EDEF url("css/i/gallery-bg-thumb-btm.gif") no-repeat
		scroll left bottom;
	display: block;
	height: 6px;
	line-height: 6px;
	margin-top: -2px;
	margin-left: -5px;
	margin-right: -5px;
	border-bottom: 18px solid #fff;
	clear: both;
}

#gallery .movieController {
	margin-top: 1px;
	width: 530px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	cursor: default;
	background-color: white;
}

#gallery .movieController div.outer {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 483px;
	height: 8px;
	background-image: url("css/i/meter-fill.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#gallery .movieController div.outer div {
	position: absolute;
	top: 0;
	right: 0;
	left: 3px;
	bottom: 0;
	background-image: url("css/i/meter-fill.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#gallery .movieController span.progress {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("css/i/meter-background.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#gallery .movieController span.progress span {
	position: absolute;
	left: -5px;
	top: -6px;
	width: 9px;
	height: 5px;
	background-image: url("css/i/moviecontroller-arrow.gif");
	background-repeat: no-repeat;
}

#gallery .movieController button {
	width: 27px;
	height: 25px;
	border: 0;
	padding: 0;
	background-position: 0 0;
	background-image: url("css/i/moviecontroller-button.gif");
}

#gallery .playing button {
	background-position: 26px 0;
}

#gallery .playing button.active {
	background-position: 26px -25px;
}

#gallery .playing button.disabled {
	background-position: 26px -50px;
}

#gallery .paused button {
	background-position: 52px 0;
}

#gallery .paused button.active {
	background-position: 52px -25px;
}

#gallery .paused button.disabled {
	background-position: 52px -50px;
}

.product-details :focus {
	outline: none;
}

.product-details .product-info .product-rating {
	bottom: 14px;
	clear: both;
	height: 70px;
	left: 25px;
	position: absolute !important;
	width: 320px;
}

.product-details #productInfo {
	min-height: 315px;
}

.product-details #productInfo.expanded {
	height: 447px;
}

.product-details .expanded .product-rating {
	bottom: 45px;
	height: auto;
	left: 635px;
	width: 159px;
}

.product-details .expanded .product-rating p.ratings-based {
	padding-bottom: 5px;
	width: 140px;
}

#productInfo div.title {
	display: table;
	height: 50px;
	position: relative;
        width: 100%;
}

#productInfo div.title h2 {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}

#productInfo div.title h2 {
	margin-top: 8px;
}

div[id="productInfo"] div.title h2 {
	margin: 0;
}

.product-details #productInfo h2 {
	margin-left: -1px;
	padding-top: 8px;
}

.product-details .expanded .product-rating .extra-links a {
	padding-top: 2px;
	padding-left: 2px;
}

.product-details .expanded .product-rating .extra-links span {
	display: block;
	width: 80%;
	line-height: 1px;
	text-indent: -9999px;
}

.product-details .expanded fieldset.purchase-info {
	border-bottom: 0;
}

.product-details .expanded .product-rating {
	border-top: 1px solid #d9d9d9;
}

.product-details .expanded .description {
	display: none;
}

.product-details .media {
	cursor: pointer;
	height: auto;
	left: 365px;
	position: absolute;
	top: 51px;
	width: 215px;
	overflow: hidden;
	cursor: url("css/i/aos/gallery/cursor-magnify.png"), -moz-zoom-in;
}

.product-details .no-gallery {
	cursor: default;
}

.product-details .media div {
	height: 185px;
	width: 185px;
}

.product-details .expanded .media {
	height: 412px;
	left: 1px;
	top: 50px;
	width: 624px;
}

.product-details .expanded .media div {
	width: 624px;
	height: 350px;
}

.product-details .zoomed .media {
	cursor: move;
	height: 415px;
	left: 1px;
	top: 50px;
	width: 624px;
}

.product-details .zoomed .media span[id="corner"] {
	background: url("css/i/aos/gallery/corner-overlay.png") 0 0 no-repeat;
	display: block;
	width: 3px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 254;
}

.product-details .zoomed .media {
	cursor: url("css/i/aos/gallery/cursor-hand.png"), -moz-grab;
}

.mouse-tracking-guard {
	cursor: url("css/i/aos/gallery/cursor-grab.png"), -moz-grabbing;
}

.product-details .playing .media {
	cursor: default;
}

.product-details .controller {
	bottom: 17px;
	height: 70px;
	left: 420px;
	position: absolute;
	width: 155px;
	z-index: 100;
}

.product-details div.minimum {
	width: 105px;
	left: 446px;
}

.product-details div.empty {
	display: none;
}

.product-details .expanded .controller {
	bottom: 6px;
	height: auto;
	left: 9px;
	overflow: hidden;
	width: 608px;
}

.product-details .controller a.tourLink,.product-details .controller a.galleryLink
	{
	cursor: pointer;
	display: none;
	overflow: hidden;
}

.product-details .expanded .controller a.tourLink {
	background: url("css/i/aos/gallery/pd-btn-tour.png") 0 0 no-repeat;
	display: block;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 5px;
	text-indent: 92px;
	top: 80px;
	width: 92px;
}

.product-details .tour .controller a.tourLink {
	display: none;
}

.product-details div.tour .controller a.galleryLink {
	background: url("css/i/aos/gallery/pd-btn-gallery.png") 0 0 no-repeat;
	display: block;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 5px;
	text-indent: 65px;
	top: 59px;
	width: 65px;
}

.product-details .captionWrap {
	display: none;
	padding: 2px 0 0;
	width: 100%;
	z-index: 100;
}

.product-details .expanded .captionWrap {
	background: url("css/i/aos/gallery/pd-thumbs-top.png") 0 0 no-repeat;
	height: auto !important;
	height: 1px;
	min-height: 1px;
	display: block;
}

.product-details .expanded .captionWrap .caption {
	background: url("css/i/aos/gallery/pd-thumbs-textline.png") bottom left
		repeat-x;
	display: block;
	margin: 0 1px;
	padding: 2px 7px 6px;
	line-height: 1.25em;
}

.product-details .captionWrap em {
	font-weight: bold;
	font-style: normal;
	padding-right: 2px;
}

.product-details .expanded .captionWrap .caption span.nullValue {
	display: none;
}

.product-details .viewTour {
	padding-top: 55px;
	text-align: center;
	width: 160px;
	white-space: nowrap;
}

.product-details div.minimum .viewTour {
	margin-left: -25px;
}

.product-details .expanded .viewTour {
	display: none;
}

.product-details .viewTour a {
	background: transparent url("../images/icons/link-more.png") no-repeat
		100% 82% !important;
	padding-right: 7px;
}

.product-details .thumbnails {
	background: #ededed url("css/i/aos/gallery/pd-gallery-right.gif") top
		right no-repeat;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.product-details .thumbnails li {
	height: 50px;
}

.product-details .expanded .controller .thumbnails {
	cursor: inherit;
}

.product-details .thumbnails li,.product-details .thumbnails li a {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.product-details .thumbnails li a {
	height: 40px;
	width: 47px;
	margin: 4px 0 0 3px;
}

.product-details .expanded .thumbnails li a {
	margin: 5px 3px 0;
}

.product-details .thumbnails li.first {
	background: #ededed url("css/i/aos/gallery/pd-gallery-left.gif") 0 0
		no-repeat;
	margin-left: 0;
	padding-left: 4px;
}

.product-details .expanded .thumbnails li.first {
	padding-left: 8px;
}

.product-details .thumbnails li.first a {
	margin-left: 0;
}

.product-details .expanded .thumbnails li.first {
	background: none;
}

.product-details .expanded .thumbnails {
	background: transparent url("css/i/aos/gallery/pd-thumbs-btm.png") 0 0
		no-repeat;
	height: 55px;
	margin: 0 !important;
	position: static;
	width: 608px;
}

.product-details .controller ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-details .thumbnails img {
	display: inline;
}

.product-details .thumbnails img,.product-details .expanded .thumbnails a.active img
	{
	border: 1px solid #ededed;
}

.product-details .expanded .thumbnails a img {
	border-color: #ccc;
}

.product-details .expanded .thumbnails a.active img {
	border-color: #000;
}

.product-details .thumbnails a:hover img,.product-details .thumbnails .selected a img,.product-details .expanded .thumbnails a:hover img,.product-details .expanded .thumbnails a.active:hover img
	{
	border-color: #0085cf;
	padding: 0;
}

.product-details div.playpause,.product-details .thumbnails li.extra,.product-details .thumbnails li.zoomPoint,.product-details .tour .thumbnails img
	{
	display: none;
}

.product-details .expanded .thumbnails li.extra {
	display: inline;
}

.product-details .tour .thumbnails li.zoomPoint {
	display: block;
}

.product-details .tour .thumbnails a {
	background-color: #fff;
	border: 1px solid #6f6f6f;
	height: 15px;
	margin: 0;
	width: 15px;
}

.product-details .tour .thumbnails a.active {
	background-color: #0085cf;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
}

.product-details .tour .thumbnails a:hover {
	border-color: #000;
	margin: 0;
}

.product-details .tour .thumbnails a.active:hover {
	border: 1px solid white;
}

.product-details .toggle {
	background: url("css/i/aos/gallery/pd-toggle.gif") center right
		no-repeat;
	display: block;
	cursor: pointer;
	height: 16px;
	position: absolute;
	right: 189px;
	top: 15px;
	visibility: hidden;
	color: #333;
	padding-right: 18px;
}

.product-details .toggle:hover,.product-details div.toggle-hover {
	color: #0085cf;
}

.product-details .expanded div.playpause {
	background: url("css/i/aos/gallery/pd-playpause.png") 100% -24px
		no-repeat;
	border: none;
	bottom: 16px;
	cursor: pointer;
	display: none;
	height: 24px;
	right: 12px;
	outline: none;
	padding: 0 16px 0 0;
	margin: 0;
	position: absolute;
}

.product-details .expanded div.playpause div {
	background: url("css/i/aos/gallery/pd-playpause.png") 0 0 no-repeat;
	color: #999;
	display: table-cell;
	font-size: 10px;
	height: 24px;
	margin: 0;
	padding: 0 4px 0 8px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .82);
	vertical-align: middle;
	min-width: 35px;
}

.product-details .expanded div.playpause div span {
	display: block;
	height: 15px;
	text-align: center;
	width: auto !important;
	width: 35px;
	min-width: 35px;
}

* html .product-details .expanded div.playpause div span,*+html .product-details .expanded div.playpause div span
	{
	margin-top: 4px;
}

.product-details .expanded div.playpause div span.pause {
	margin-top: -15px;
	visibility: hidden;
}

.product-details .playing div.playpause {
	background-position: bottom right;
}

.product-details .playing div.playpause div span.play {
	visibility: hidden;
}

.product-details .tour .toggle,.product-details .expanded .toggle,.product-details .playing div.playpause div span.pause
	{
	visibility: visible;
}

.product-details .product-info .badge {
	margin: -50px -14px 10px 0;
}

.product-details .expanded .badge {
	display: none;
}

.product-details div.border {
	border-top: 1px solid #d1d1d1;
	display: none;
	height: 1px;
	left: 0;
	top: 50px;
	position: absolute;
	width: 625px;
	z-index: 100;
}

.product-details .expanded div.border {
	display: block;
}

/*.ProductDetailsGrid {
    padding-bottom: 15px;
}*/

#taggs {
    padding-top: 15px;
}

.ProductDetailsGrid dt {
    float: left;
    font-weight: bold;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    width: 102px;
}
.ProductDetailsGrid dd {
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    margin-left: 85px;
    padding-right: 5px;
    width: 190px;
    text-align: right;
}
#product-details-form .purchase-info .add-to-cart {
	margin: 15px 0 3px 1px;
}
#product-details-form .purchase-info .QuantityInput {
    float: left;
    padding-right: 5px;
}

div.CompareButton input.Button {
    position: relative;
    display: block;
    width: 92px;
    margin-top: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    outline: none;
}

div.CompareButton input.Button:hover {
    background-position:0 -24px;
}

#SearchPagingTop .CategoryPagination {
    padding-top: 0 !important;
    position: relative !important;
    padding-left: 0;
    width: 160px !important;
    padding-right: 10px;
    padding-bottom: 10px;
}
#SearchPageHeader {
    background:transparent none repeat scroll 0 0;
    color:#343640;
    float: left;
    width: auto;
    padding: 0px 1px;
    font-size:11px;
}