﻿/* Product Compare */

.compare-table {
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 40px;
}

.compare-table colgroup col { width: 151px; }
.compare-table colgroup col.col-0 { width: 190px; }

.compare-table thead {
}

.compare-table tbody {
}

.compare-table .legend {
}

.compare-table caption {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 5px solid #343434;
	padding-bottom: 7px;
}

.compare-table th, .compare-table td {
	font-size: 11px;
	font-weight: normal;
	border-style: none solid solid none;
	border-color: #343434;
	border-width: 1px;
	background-color: transparent;
	padding: 0;
	line-height: 23px;
}

.compare-table td {
	text-align: center;
}

.compare-table tr h2 {
	margin: 0 5px;
}

.compare-table tr.model-row th {
	padding: 0 10px;
}

.compare-table tr.model-row th.model-title {
	padding: 0;
}

.compare-table tr td.center,
.compare-table tr th.center
{
	text-align: center !important;
}

.compare-table tr.price-row th {
	padding: 0 10px;
	border-bottom-width: 6px;
}

.compare-table tr.price-row th {
	border-bottom-width: 6px;
}

.compare-table tr td.legend,
.compare-table tr.model-row th,
.compare-table tr.price-row th,
.compare-table tr.feature-row th,
.compare-table tr.techdata-row th {
	text-align: left;
	padding-left: 20px;
	vertical-align: top;
}

.compare-table tr td.legend {
	vertical-align: bottom;
}

.compare-table tr th .product-link 
{
	position: relative;
}

.compare-table tr.model-row th.model-title,
.compare-table tr th.category-cell {
	text-align: left;
}

.compare-table tr th.category-cell,
.compare-table tr.model-row th h3 {
	font-size: 14px;
	color: #fff;
	line-height: 38px;
}

.compare-table tr.model-row th h3 a {
	text-decoration: none;
}

.compare-table tr.model-row th h3 a:hover {
	text-decoration: underline;
}


.compare-table td img {
	vertical-align: middle;
}

.compare-table tr.remove-row th, .compare-table tr.remove-row td { border-style: none; text-align: left; vertical-align: top; height: 37px; }
.compare-table tr.remove-row th a.remove {
	visibility: hidden;
	position: absolute;
	z-index: 3;
	display: block;
	text-align: right;
	padding: 5px 32px 0 0;
	width: 130px;
	height: 26px;
	background: url(../images/product/compare-remove.png) no-repeat 0 0;
	margin: 15px 0 0 -5px;
	text-decoration: none;
}
.compare-table tr.remove-row th a.remove:hover { text-decoration: underline; }

.compare-table tr.remove-row th.col-hover a.remove { visibility: visible; }


.compare-table tr.image-row th {
	vertical-align: bottom;
	border-left-style: none;
	border-right-style: none;
	text-align:center;
	border-right: 1px solid #343434;
}

.compare-table tr.image-row th.col-hover, .compare-table tr.image-row th.col-prev-hover
{
	border-right: 1px solid #343434;
}

.compare-table tr.image-row th .flag { position: static; display: block; text-align: left; margin-left: 10px; }

.compare-table tr td.legend ul {
	padding-left: 20px;
}

.compare-table tr td.legend ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	font-style: italic;
}

.compare-table tr td.legend ul li.yes {
	list-style-image: url(../images/icons/full.png);
}
.compare-table tr td.legend ul li.optional {
	list-style-image: url(../images/icons/half.png);
}
.compare-table tr td.legend ul li.no {
	list-style-image: url(../images/icons/none.png);
}

h2.product-group-headline {
    margin-bottom: 2px;
    padding: 0 6px;
}

ul.product-list {
	overflow: hidden;
	margin-left: 5px;
	margin-right: -9px;
	letter-spacing: -4px;
	word-spacing: -4px;
}

ul.product-list:last-child { margin-bottom: 17px; }

ul.product-list li.product-item {
	background: #222;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #272727;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 0 #545454, 0 0 163px 35px rgba(0, 0, 0, 0.75) inset;
	-webkit-box-shadow: 1px 1px 0 #545454, 0 0 163px 35px rgba(0, 0, 0, 0.75) inset;
	box-shadow: 1px 1px 0 #545454, 0 0 163px 35px rgba(0, 0, 0, 0.75) inset;
	display: inline-block;
	margin-bottom: 13px;
	margin-right: 13px;
	padding: 10px 13px 10px 16px;
	width: 187px;
	letter-spacing: normal;
	word-spacing: normal;
	position: relative;
	vertical-align: top;
}

ul.product-list li.product-item .product-item-hover {
	background: url(../images/product/product-item-hover.png) no-repeat;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.accessories ul.product-list li.product-item:before {
	background: url(../images/yellow-corner-large.png) no-repeat 0 0;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	display: block;
	width: 47px;
	height: 47px;
	margin: -10px -16px;
	content: "";
}

.accessories ul.product-list li.product-item .product-item-hover:before {
	background: url(../images/yellow-corner-large.png) no-repeat 0 0;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	display: block;
	width: 47px;
	height: 47px;
	margin-top: 1px;
	content: "";
}

/*ul.product-list li:hover,
ul.product-list li.active { background-position: 0 -217px; }
*/
ul.product-list li a.image-link {
    display: block;
}
ul.product-list li a.image-link img.product-image {padding: 10px 0;}

ul.product-list li h3 {
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}

ul.product-list li h3 a {
	text-decoration: none;
	color: #d4d4d4;
}

ul.product-list li input {
	position: absolute;
	right: 10px;
}

ul.product-list .pmc-checkbox img,
ul.product-list .pmc-radiobutton img {
    margin-bottom: 2px;
}

ul.power-bars,
ul.power-sliders {
	float: left;
	margin-top: 5px;
    position: relative;
    width: 186px;
}

.tab-overview ul.power-bars,
.tab-overview ul.power-sliders { width: auto; }

ul.power-bars span,
ul.power-sliders span {
	float: left;
	color: #fff;
	line-height: 1.2em;
	max-width: 80px;
	margin-right: 5px;
	word-wrap: break-word;
}

ul.power-sliders span {
	max-width: 60px;
}

.tab-overview ul.power-bars span,
.tab-overview ul.power-sliders span {
	max-width: none;
	margin-right: 15px;
}

ul.power-bars li,
ul.power-sliders li {
	clear: both;
}

ul.power-bars div,
ul.power-sliders div {
    clear: none;
	float: right;
	width: 101px;
	height: 10px;
	margin-top: 3px;
	background: transparent url(../images/product/powerbar.png) no-repeat scroll 0 0;
}

ul.power-sliders div {
	width: 120px;
	height: 13px;
	background-image: url(../images/product/powerindicators.png);
}

ul.power-bars div.power-1 { background-position: 0 0; }
ul.power-bars div.power-2 { background-position: 0 -10px; }
ul.power-bars div.power-3 { background-position: 0 -20px; }
ul.power-bars div.power-4 { background-position: 0 -30px; }
ul.power-bars div.power-5 { background-position: 0 -40px; }

ul.power-sliders div.power-1 { background-position: 0 0; }
ul.power-sliders div.power-2 { background-position: 0 -16px; }
ul.power-sliders div.power-3 { background-position: 0 -32px; }
ul.power-sliders div.power-4 { background-position: 0 -48px; }
ul.power-sliders div.power-5 { background-position: 0 -64px; }

ul.power-sliders div.power-locked {
	background-image: url(../images/product/powerindicator-locked.png);
}

input.compare-btn { float: right; clear: both; }
input.compare-btn:focus { outline: none; }

#content a.top-left-flag,
#content img.top-left-flag {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
}

.price {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fdb800;
	font-size: 14px;
	font-weight: bold;
}

/* Product details */
.tab-overview,
.tab-features,
.tab-specifications,
.tab-accessories,
.tab-where-to-buy,
.tab-media,
.tab-support {
    background-color: #191919;
	-webkit-box-shadow: 0 0 280px rgba(0,0,0,1) inset;
	-moz-box-shadow: 0 0 280px rgba(0,0,0,1) inset;
	box-shadow: 0 0 280px rgba(0,0,0,1) inset;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin: 0 -32px;
	padding: 20px 30px 20px;
	clear: both;
	overflow: hidden;
	position: relative;
	
}

#articles-table {
	margin: 20px 18px 0;
}

/* Overview tab */
.tab-overview {
	min-height: 400px;
}

.tab-overview div.left {
	margin-right: 20px;
	width: 360px;
}

.tab-overview div.right {
    padding: 0;
    position: relative;
	width: 480px;
}

.tab-overview div.right > a { display:block; }

.tab-overview .button-row {
    bottom: 24px;
    clear: both;
    position: absolute;
}

.tab-overview .button-row a {
    margin-right: 30px;
    text-decoration: none;
    line-height: 19px;
}

.tab-overview .addthis_button {
	display: block;
	float: left;
	height: 16px;
	padding: 1px 0;
	width: 125px;
}

.tab-overview a.factsheet-link {
	background: url(../images/product/product-sheet2.png) no-repeat 100% 50%;
	padding-right: 25px;
}

.tab-overview a.print {
	background: url(../images/product/print.png) no-repeat 100% 50%;
	padding-right: 25px;
}

.large-product-background-glow {
	background: url(../images/product/large-product-background-glow.png) 12px 0 no-repeat;	/* (480 - 456) / 2 = 12 */
	min-height: 365px;
}

/* Features tab */
.tab-features {}

.tab-features div.features,
.tab-features div.benefits {
}

.tab-features div.features li {
	margin: 0 0 5px 0;
	padding: 0 15px 0 0;
}

.tab-features div.features li.yes {
	background: transparent url(../images/icons/full.png) no-repeat scroll 0 50%;
}
.tab-features div.features li.optional {
	background: transparent url(../images/icons/half.png) no-repeat scroll 0 50%;
}
.tab-features div.features li.no {
	background: transparent url(../images/icons/none.png) no-repeat scroll 0 50%;
}

.tab-features div.benefits ul {
	margin-right: -40px;
	overflow: hidden;
}

.tab-features div.benefits li {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	margin: 0 20px 20px 0;
	overflow: hidden;
}

.tab-features div.benefits li img {
	float: left;
}

.tab-features div.benefits h3 {
	clear: none;
	line-height: 18px;
}

.tab-features div.benefits p {
	line-height: 18px;
	margin-left: 162px;
}

.tab-features div.others {
	width: 220px;
	margin-top: 5px;
}

.tab-features div.feature-image { float: left; width: 150px; margin-right: 12px; text-align: center; }

/* Specifications tab */
.tab-specifications {
	overflow: hidden;
}

.tab-specifications div {
	width: 300px;
	margin: 0 20px 20px 0;
}

.tab-specifications table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 20px 0;
}

.tab-specifications table caption {
	color: #fff;
	font-weight: normal;
	text-align: left;
}

.tab-specifications table th, .tab-specifications table td {
	color: #b5b5b5;
	background-color: transparent;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-style: none;
	padding: 0;
	line-height: 18px;
	width: 50%;
}

.tab-specifications table td img {
	vertical-align: middle;
}

.disclaimer {
	clear: both;
	font-size: 10px;
}

/* Support tab */
.tab-support {}

.tab-support ul {
	margin-right: -40px;
	overflow: hidden;
}

.tab-support li {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	margin: 0 20px 20px 0;
	overflow: hidden;
}

.tab-support li img {
	float: left;
	margin-right: 10px;
}

.tab-support li h3 {
	clear: none;
}

/* Media tab */
.tab-media {}

.tab-media ul {
	margin-right: -40px;
	overflow: hidden;
}

.tab-media li {
	float: left;
	width: 420px;
	margin: 0 20px 20px 0;
}

.tab-media li div a {
	display: block;
}

.tab-media li div {
	float: left;
	width: 248px;
	padding-top: 5px;
}

.tab-media li a.media-image {
	float: left;
	padding: 11px 11px 15px;
	background: transparent url(../images/product/media-item-hover.png) no-repeat scroll 0 -999px;
	position: relative;
}

.tab-media li a.media-image:hover {
	background-position: 0 0;
}

.tab-media li a.media-image img.play-button {
	position: absolute;
	top: 45px;
	left: 70px;
}

div.box div.product-details {
	background-image: none;
	padding-top: 0;
	padding-bottom: 0;
}

/* Accessories */

#accessory-category-pagetop {
	margin: 20px;
	width: 920px;
	overflow: auto;
}

	#accessory-category-pagetop .left,
	#accessory-category-pagetop .right {
		width: 450px;
	}

/* Xref search panel */

.xref-searchpanel+h1 {
	margin: 0 27px -7px;
}

.xref-searchpanel #dropdown-groove {
	width: 924px;
	height: 59px;
	background-image: url("../images/xref/dropdown-groove.png");
	position: relative;
	letter-spacing: -4px;
	word-spacing: -4px;
}

.xref-searchpanel .element-container {
	display: inline-block;
	width: 233px;
	margin-left: 16px;
	vertical-align: middle;
	margin-top: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	zoom: 1;
	*display: inline;
}

.xref-searchpanel .dropdown-bg {
	width: 223px;
	height: 25px;
	padding: 9px 0 0 10px;
	background-image: url("../images/xref/dropdown.png");
	position: absolute;
	color: #fabb00;
	font-size: 16px;
	font-weight: bold;
}

.xref-searchpanel .dropdown-bg.disabled {
	color: #888888;
	opacity: 0.6;
}

.xref-searchpanel select {
	position: relative;
	z-index: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 233px;
	height: 34px;
	font-size: 14px;
	background-color: #333333;
	color: whitesmoke;
}

#xref-search-button {
	top: 11px;
	right: 15px;
	display: block;
	position: absolute;
}

.xref-searchpanel-expansion {
	padding: 5px 9px;
}

#xref-sticker {
	background: #fabb00;
	width: 94px;
	height: 94px;
	font-size: 13px;
	color: black;
	position: relative;
	text-align: center;
	top: -67px;
	left: -77px;
	-moz-transform:		rotate(-45deg);
	-ms-transform:		rotate(-45deg);
	-o-transform:		rotate(-45deg);
	-webkit-transform:	rotate(-45deg);
	transform:			rotate(-45deg);
   
   /* IE6 and 7 -45deg */ 
   *filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=0.7071067811865483,
            M12=0.7071067811865467,
            M21=-0.7071067811865467,
            M22=0.7071067811865483,
            SizingMethod='auto expand');
   *margin-left: -20px;
   *margin-top: -20px;
}

/* IE8 -45deg */
@media \0screen {
	#xref-sticker {
		-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
		margin-left: -20px; 
		margin-top: -20px;
	}
}

#xref-sticker span {
	display: block;
	padding-top: 74px;
}

/*Xref search results */

.article-table {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.75);
	margin-top: 15px;
	margin-bottom: 5px;
    width: 100%;
}

.article-table:first-child {
    margin-top: 0;
}

    .article-table caption {
        color: #fabb00;
        padding: 0 0 8px 0;
        text-align: left;
    	font-size: 15px;
    }

                .article-table th {
                    background: #fabb00;
                    color: #000;
                	padding-right: 10px;
                	padding-left: 10px;
                    text-align: center;
                    vertical-align: middle;
                	border: none;
                	font-weight: bold;
                	line-height: 25px;
                }
                
                .article-table th.description, .article-table th.price-column {
                	text-align: left;
                }

                .article-table th:first-child {
                    -moz-border-radius-topleft: 6px;
                    -webkit-border-top-left-radius: 6px;
                    border-top-left-radius: 6px;
                }
                
                .article-table th:first-child,
                .article-table td:first-child {
                    text-align: left;
                }

                .article-table th:last-child {
                    -moz-border-radius-topright: 6px;
                    -webkit-border-top-right-radius: 6px;
                    border-top-right-radius: 6px;
                }

                    .article-table th img {
                        vertical-align: middle;
                    }

                .article-table td {
                    text-align: center;
                }
                
                .article-table td.description, .article-table td.price-column {
                	text-align: left;
                }

                #articles-table .article-table th:first-child,
                #articles-table .article-table td:first-child {
                    text-align: left;
                	width: 100px;
                }
                
                .article-table th:last-child,
                .article-table td:last-child {
                	width: 75px;
                }
                
                .article-table colgroup .xref,
                .article-table colgroup .pnc,
                .article-table colgroup .more-info {
                	width: 95px;
                }
                
                .article-table colgroup col:nth-last-child(2),
                .article-table colgroup col:nth-last-child(3) {
                	width: 95px;
                }

                .article-table colgroup.price col:nth-last-child(1),
                .article-table colgroup.price col:nth-last-child(3),
                .article-table colgroup.price col:nth-last-child(4) {
                	width: 95px;
                }

                .article-table tr:last-child td:first-child {
                    -moz-border-radius-bottomleft: 6px;
                    -webkit-border-bottom-left-radius: 6px;
                    border-bottom-left-radius: 6px;
                }

                .article-table tr:last-child td:last-child {
                    -moz-border-radius-bottomright: 6px;
                    -webkit-border-bottom-right-radius: 6px;
                    border-bottom-right-radius: 6px;
                }

                .article-table td {
                    background: #333;
                    border: none;
                    color: #fff;
                    font-weight: normal;
                    margin: 0;
                    padding-right: 10px;
                    padding-left: 10px;
                	vertical-align: middle;
                	min-height: 25px;
                }
                
                .article-table tr.even td {
                    background: #5c5c5c;
                }
                
				.article-table tr.current td,
                .article-table tr td.current {
                	background: #fabb00;
                	color: #000;
                }

                .article-table tr:first-child.current td,
                .article-table tr:first-child td.current {
                	border-top: solid 1px #8e711c;
                }
                
					.article-table .more-info {
						background: url(../images/xref/more-info.png) no-repeat;
						display: block;
						height: 25px;
						width: 74px;
						text-indent: -9999px;
						overflow: hidden;
						margin-left: auto;
						margin-right: auto;
					}

/* Cagegory presentation */

#category-presentation {
	background-color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	overflow: hidden;
}

#category-presentation #left {
	float: left;
	width: 412px;
}

#category-presentation #right {
	width: 466px;
	height: 339px;
	float: right;
}

#category-presentation ul li {
	color: #fabb00;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3em;
}

#category-presentation ul {
	padding: 10px 0 0 15px;
}

#category-presentation .pcp-action {
	position: absolute;
	bottom: 20px;
}

#category-presentation #right.chainsaws { background: url(../images/pcp/chainsaw.png) no-repeat; }
#category-presentation #right.lawnmowers { background: url(../images/pcp/lawnmower.png) no-repeat; }
#category-presentation #right.snowblowers { background: url(../images/pcp/snowblower.png) no-repeat; }
#category-presentation #right.trimmers { background: url(../images/pcp/trimmer.png) no-repeat; }
#category-presentation #right.cultivators { background: url(../images/pcp/cultivators.png) no-repeat; }

.arrow-button {
	color: #fabb00;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/button/play.png) left center no-repeat;
	padding-left: 45px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	margin-right: 30px;
	cursor: pointer;
}

.arrow-button:last-child, .arrow-button:only-child {
	margin-right: 0;
}

#pcp-container { position: relative;height: 414px; }
#pcp-container #start { position: absolute; top: 0px;margin-top: 1px; }
#pcp-container #flashholder { position: absolute; top: 0px; }
