/* import CSS defaults */
@import url("defaults.css");

.comment {
	color: #00529c;
}

/* links */
a.back {
	padding-left: 7px;
	background: url(../img/interface/arrow_back.gif) no-repeat left 5px;
	font-size: 12px;
	color: #00529c;
}
a.forward {
	padding-right: 6px;
	background: url(../img/interface/arrow_forward.gif) no-repeat right 5px;
	font-size: 12px;
	color: #00529c;
}
a.back:hover,
a.forward:hover {
	color: #f5822b;
}
a.more {
	padding-left: 7px;
	background: url(../img/interface/bullet_more_blue.gif) no-repeat left 5px;
	font-size: 11px;
	color: #00529c;
}
a.more:hover {
	background-image: url(../img/interface/bullet_more_orange.gif);
	color: #f5822b;
}

/* sideBar */
#sideBar {
	float: right; display: inline;
	width: 200px; 
	margin: 0 0 10px 10px;
}

/* homeButtons */
.homeButtons {
	margin: 0;
}
.homeButtons ul,
.homeButtons li {
	margin: 0; padding: 0;
	list-style: none;
}
.homeButtons li {
	float: left; display: inline;
	margin: 0 20px 20px 0;
}

/* linkBar */
.linkBar {
	margin: 0 0 10px 0;
}
.linkBar ul,
.linkBar li {
	margin: 0; padding: 0;
	list-style: none;
}
.linkBar li {
	float: left; display: inline;
	padding: 2px 40px 2px 14px;
	background: url(../img/interface/bullet_arrow.gif) no-repeat left 6px;
	font-weight: bold;
	font-size: 13px;
}
.linkBar li a {
	text-decoration: none;
	color: #464646;
}
.linkBar li a:hover {
	text-decoration: underline;
	color: #464646;
}

/* productCategories */
.productCategories {
}
.productCategories ul,
.productCategories li {
	margin: 0; padding: 0;
	list-style: none;
}
.productCategories li {
	float: left; display: inline;
}
.productCategories li a {
	display: block;
	width: 177px; height: 195px;
	overflow: hidden;
	padding: 5px 5px 0 5px;
	border: 1px solid #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	text-align: center;
	text-decoration: none;
	color: #404041;
}
.productCategories li a:hover {
	border-color: #82afd7;
	color: #00529c;
}
.productCategories li strong {
	display: block;
	text-align: center;
}
.productCategories li img {
	margin: 0 0 5px 0;
}

/* productSubCategories */
.productSubCategories {
	position: relative;
	margin: -5px 0 10px 0;
}
.productSubCategories ul,
.productSubCategories li {
	margin: 0; padding: 0;
	list-style: none;
}
.productSubCategories li {
	float: left; display: inline;
}
.productSubCategories li a {
	float: left; display: inline;
	width: 183px; height: 60px; overflow: hidden;
	padding: 5px 2px;
	border: 1px solid #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	text-decoration: none;
	color: #404041;
}
.productSubCategories li a:hover {
	border-color: #82afd7;
	color: #00529c;
}
.productSubCategories li strong {
	display: inline-block;
	vertical-align: middle;
	width: 110px;
	padding: 0 0 0 5px;
	line-height: 1.2;
	font-size: 12px;
	cursor: pointer;
}
.productSubCategories li img {
	vertical-align: middle;
	width: 60px; height: 60px;
	cursor: pointer;
}

/* titleLink */
.titleLink {
	position: relative; z-index: 1;
	float: right; display: inline;
	margin: 4px 5px 0 0;
	font-size: 12px;
}

/* productFilters */
.productFilters {
	margin: 0 0 10px 0; padding: 7px 10px;
	background: #d4e0eb;
	border: 1px solid #82afd7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.productFilters h2 {
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #00529c;
}
.productFilters .filter {
	float: left; display: inline;
	padding: 0 10px 5px 0;
}

/* listerControls */
.listerControls {
	margin: 0 0 10px 0; padding: 5px 10px;
	background: #e6e7e7;
	border: 1px solid #c0c2c4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.listerControls .amount {
	float: left; display: inline;
	color: #00529c;
	font-size: 11px;
}
.listerControls .compare {
	float: right; display: inline;
}
.listerControls .pageSelector {
	clear: none;
	text-align: center;
	padding: 2px;
}

/* productList */
.productList table {
	width: 100%;
	margin: 0 0 7px 0;
}
.productList table th,
.productList table td {
	border-top: 1px solid #fff;
	vertical-align: middle;
	padding: 5px 7px;
	font-size: 12px;
}
.productList table thead th {
	border-bottom: 1px solid #c0c2c4;
	font-weight: bold;
	font-size: 11px;
	color: #404041;
}
.productList table thead th a {
	color: #404041;
}
.productList table thead th a:hover {
	color: #00529c;
}
.productList table thead th a.desc {
	padding-right: 11px;
	background: url(../img/interface/arrow_down.gif) no-repeat right 5px;
}
.productList table thead th a.asc {
	padding-right: 11px;
	background: url(../img/interface/arrow_up.gif) no-repeat right 5px;
}
.productList table td {
	cursor: pointer;
}
.productList table td a {
	text-decoration: none;
	color: #404041;
}
.productList table td.image {
	width: 60px;
}
.productList table .compare {
	text-align: center;
	width: 60px;
}
.productList table td.image img {
	border: 1px solid #c0c2c4;
}
.productList table tr.even td {
	background: #e6e7e7;
}
.productList table tr.hover td {
	background: #d4e0eb;
}
.productList table tr.hover td,
.productList table tr.hover td a {
	color: #00529c;
}
.productList table tr.hover td.image img {
	border-color: #00529c;
}


/* productDetails */
#primaryContent h1 {
	position: relative; z-index: 0;
}
h1 .brandLogo {
	position: absolute;
	top: -10px; right: 0;
	display: block;
	width: 200px; height: 36px;
	overflow: hidden;
	text-align: center;
}
.productDetails {
}
.productDetails .columnLeft {
	float: left; display: inline;
	width: 460px;
	margin: 0 0 10px 0;
}
.productDetails .columnRight {
	float: right; display: inline;
	width: 260px;
	margin: 0 0 10px 0;
}
.productDetails .specs table {
	margin: 7px 0;
	width: 100%;
}
.productDetails .specs table th,
.productDetails .specs table td {
	padding: 5px 7px;
	font-size: 12px;
}
.productDetails .specs table th {
	font-weight: bold;
}
.productDetails .specs table tr.even th,
.productDetails .specs table tr.even td {
	background: #efefef;
}
.productDetails .specs a.more {
	margin-left: 10px;
	font-size: 12px;
}

/* productActions */
.productActions {
	clear: right;
	float: right; display: inline;
	margin: 0 0 10px 0;
	width: 250px;
	background: url(../img/interface/productactions_back.gif) no-repeat right bottom;
}
.productActions ul,
.productActions li {
	margin: 0; padding: 0;
	list-style: none;
}
.productActions ul {
	width: 250px;
	padding: 10px 0 5px 0;
	background: url(../img/interface/productactions_top.gif) no-repeat right top;
}
.productActions ul li {
	margin: 3px 0;
	padding: 0 5px 0 14px;
	line-height: 15px;
	font-size: 13px;
}
.productActions ul li a {
	display: block;
	padding: 5px 0 5px 22px;
	text-decoration: none;
	color: #464646;
}
	* html .productActions ul li a {
		height: 0.1em; /* fix double spacing in IE6 */
	}
.productActions ul li a:hover {
	text-decoration: underline;
	color: #464646;
}
.productActions li#icoQuestion a {
	background: url(../img/interface/ico_talk.gif) no-repeat left 6px;
}
.productActions li#icoInfo a {
	background: url(../img/interface/ico_info.gif) no-repeat left 4px;
}
.productActions li#icoDoc a {
	background: url(../img/interface/ico_doc.gif) no-repeat left 4px;
}
.productActions li#icoWeb a {
	background: url(../img/interface/ico_web.gif) no-repeat left 5px;
}
.productActions li#icoMail a {
	background: url(../img/interface/ico_mail.gif) no-repeat left 5px;
}
.productActions li#icoPrint a {
	background: url(../img/interface/ico_print.gif) no-repeat left 4px;
}
.productActions li#icoCalc a {
	background: url(../img/interface/ico_calc.gif) no-repeat left 4px;
}

/* pricing */
.productDetails .pricing {
	margin: 0 5px; padding: 7px 5px 0 10px;
	border-top: 1px solid #e8e8e8;
}
.productDetails .pricing dl {
	margin: 0;
}
.productDetails .pricing dt {
	float: left; display: inline;
	clear: left;
	width: 6em;
	margin: 0 5px 5px 0;
	font-weight: bold;
}
.productDetails .pricing dd {
	margin: 0 0 5px 0;
}
.productDetails .pricing dd.client span {
	font-weight: bold;
	color: #00529c;
}
.productDetails .pricing .btw {
	font-size: 0.8em;
	font-style: italic;
	color: #a5a5a5;
}

/* images */
.productDetails .images {
	clear: both;
	float: right; display: inline;
	width: 250px;
	margin: 0 0 10px 0;
}
.productDetails .images .large {
	position: relative;
}
.productDetails .images .large ul {
	margin: 0; padding: 0; list-style: none;
}
.productDetails .images .large a {
	display: block;
	width: 250px;
	text-align: center;
	text-decoration: none;
}
.productDetails .images .zoom {
	position: absolute; left: 20px; top: 20px;
	width: 16px; height: 16px;
	background: url(../img/interface/ico_zoom.gif) no-repeat left top;
	text-indent: -999em;
	text-decoration: none;
}
.productDetails .images .thumbs {
	position: relative;
	width: 250px;
	margin: 5px 0 0 0;
}
.productDetails .images .thumbs ul {
	margin: 0; padding: 0; list-style: none;
}
.productDetails .images .thumbs li {
	float: left; display: inline;
	margin: 3px;
}
.productDetails .images .thumbs li a {
	display: block;
	padding: 1px;
	width: 52px; height: 52px; overflow: hidden;
	background: #fff;
	border: 1px solid #e6e7e7;
	text-align: center;
	text-decoration: none;
}
.productDetails .images .thumbs li a:hover {
	border-color: #f5822b;
}
.productDetails .images .thumbs li.active a {
	border-color: #00529c;
}
.productDetails .images .thumbs li img {
	width: 52px; height: 52px;
}
/* productRelated */
.productRelated {
	clear: both;
	margin: 0 0 10px 0; padding: 10px 0;
	border-top: 1px solid #e6e7e7;
}
.productRelated ul,
.productRelated li {
	margin: 0; padding: 0;
	list-style: none;
}
.productRelated li {
	float: left; display: inline;
	width: 140px;
	padding: 5px;
	text-align: center;
	line-height: 14px;
	font-size: 11px;
}
.productRelated li .span {
	display: block;
	width: 100px; height: 100px;
	margin: 0 0 5px 0;
	overflow: hidden;
	text-align: center;
}
.productRelated li a {
	text-decoration: none;
	color: #404041;
}
.productRelated li a strong {
	display: block;
	font-weight: normal;
}
.productRelated li a:hover strong {
	text-decoration: underline;
	color: #00529c;
}

/* productCompare */
.productCompare {
}
.productCompare table {
	margin: 0 0 15px 0;
}
.productCompare table th,
.productCompare table td {
	padding: 7px 15px 7px 7px;
	font-size: 12px;
}
.productCompare table th {
	font-weight: bold;
}
.productCompare table tr.image th {
	vertical-align: bottom;
	text-align: center;
}
.productCompare table tr.title th {
	background: #00529c;
	border-bottom: 2px solid #fff;
	vertical-align: bottom;
	text-align: center;
	color: #fff;
}
.productCompare table tr.title th h2 {
	font-size: 13px;
}
.productCompare table tr.title th h2 a {
	color: #fff;
}
.productCompare table tr.title th h2 a:hover {
	color: #f5822b;
}
.productCompare table tbody tr.even th,
.productCompare table tbody tr.even td {
	background: #e6e7e7;
}
.productCompare tbody th,
.productCompare tbody td {
	width: 25%;
}
.productCompare tfoot th,
.productCompare tfoot td {
	background: #6b6b6b;
	border-top: 2px solid #fff;
	color: #fff;
}
.productCompare tfoot tr.client th,
.productCompare tfoot tr.client td {
	background: #00529c;
	font-weight: bold;
}
.productCompare tfoot tr.btw th,
.productCompare tfoot tr.btw td {
	background: #fff;
	font-size: 0.8em;
	font-style: italic;
	color: #6b6b6b;
}
.productCompare tfoot tr.delete th,
.productCompare tfoot tr.delete td {
	background: #fff;
	color: #6b6b6b;
	font-weight: normal;
	font-size: 11px;
}
.productCompare a.delete {
	padding-left: 14px;
	background: url(../img/interface/ico_delete.gif) no-repeat left center;
	
	color: #777;
}
.productCompare a.delete:hover {
	color: #333;
}
.productCompare table tbody img {
	vertical-align: middle;
}

/* news */
table.dateListing {
	width: 100%;
}
table.dateListing th,
table.dateListing td {
	border-bottom: 1px solid #e6e7e7;
	padding: 5px 10px 5px 0;
}
table.dateListing thead th {
	background: none;
	font-weight: bold;
	font-size: 11px;
}
table.dateListing thead th a {
	color: #404041;
}
table.dateListing thead th a:hover {
	color: #00529c;
}
table.dateListing thead th a.desc {
	padding-right: 11px;
	background: url(../img/interface/arrow_down.gif) no-repeat right 5px;
}
table.dateListing thead th a.asc {
	padding-right: 11px;
	background: url(../img/interface/arrow_up.gif) no-repeat right 5px;
}
table.dateListing tbody a {
	text-decoration: none;
}
table.dateListing tbody a:hover {
	text-decoration: underline;
}
table.dateListing tbody .date {
	width: 70px;
	font-size: 11px;
	color: #404041;
}
table.dateListing tbody tr.dealernews .date {
	color: #8c8c8c;
}
table.dateListing .title {
	padding-left: 18px;
}
table.dateListing tbody .title {
	background: url(../img/interface/bullet_arrow.gif) no-repeat left 9px;
}
table.dateListing tbody tr.dealernews .title {
	background-image: url(../img/interface/bullet_lock.gif);
}
table.dateListing tbody tr.dealernews a {
	color: #4485C0;
}

table.dateListing .category {
	width: 120px;
	font-size: 11px;
	color: #404041;
}

p.date {
	font-size: 0.85em;
	color: #00529c;
}

/* pageSelector */
.pageSelector {
	clear: both;
	padding: 10px 0;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	cursor: default;
}
.pageSelector .current,
.pageSelector .noLink,
.pageSelector a {
	display: inline-block;
	min-width: 9px;
	padding: 0 3px;
	text-align: center;
}
.pageSelector span {
	margin: 0 1px;
}
.pageSelector .current {
	border: 1px solid #00529c;
	background: white;
	color: #49404f;
}
.pageSelector .noLink {
	background: #dee0e1;
	border: 1px solid #8c8c8c;
	color: #8c8c8c;
}
.pageSelector a {
	background: #4485c0;
	border: 1px solid #00529c;
	text-decoration: none;
	color: white;
	cursor: pointer;
}
.pageSelector a:hover {
	background: white;
	color: #00529c;
}

/* contact */
.formfields .product {
	display: none;
}

/* RMA */
.cols {
}
.cols .col {
	float: left; display: inline;
	width: 220px;
	margin-right: 45px;
}
.cols .last {
	float: right;
	margin-right: 0;
}
.cols h2 {
	margin: 0 0 10px 0; padding: 0 0 3px 0;
	border-bottom: 1px solid #c0c2c4;
}
.cols ul {
	margin: 0 0 20px 0; padding: 0; list-style: none;
}

#RmaIndexForm .label {
	width: 250px;
}
#RmaIndexForm li.type .input {
	width: auto; min-height: 30px;
}

/* pricelists */
.downloadList {
	float: right; display: inline;
	margin: 0 0 20px 20px;
	font-size: 10px; line-height: 1.3;
	text-align: center;
}
.downloadList img {
	margin: 0 0 3px 0;
}
.downloadList strong {
	font-size: 11px; line-height: 1.4;
	color: #00529c;
}

/* sharethis */
.sharing {
	padding: 10px 0;
}

/* lgPresents */
.lgPresents table {
	width: 100%;
	background: #f6822b;
	color: #000;
	line-height: 1.2;
	font-size: 11px;
}
.lgPresents th,
.lgPresents td {
	padding: 7px 0;
	vertical-align: middle;
	text-align: center;
}
.lgPresents th {
	padding-bottom: 0;
	vertical-align: bottom;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.lgPresents .buttons {
	padding: 20px 0;
	line-height: 1.2;
}
.lgPresents .buttons a {
	font-size: 14px;
	font-weight: bold;
}
