.Promotion-product-header
{
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial;
}
.Promotion-product-header A:link{
	color: black;
	text-decoration: none;
}
.Promotion-product-header A:visited{
	color: black;
	text-decoration: none;
}
.Promotion-product-header A:hover{
	color: black;
	text-decoration: underline;
}
.Promotion-product-text
{
	font-family: Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;	
}
.Promotion-product-text A:link{
	color: black;
	text-decoration: none;
}
.Promotion-product-text A:visited{
	color: black;
	text-decoration: none;
}
.Promotion-product-text A:hover{
	color: black;
	text-decoration: underline;
}

.subUtilityMenu, .subUtilityMenu a, .subUtilityMenu a:active, .subUtilityMenu a:link, .subUtilityMenu a:visited {
	font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;	
	text-decoration: none;
	color: White;
}

.subUtilityMenu a:hover {
	color: black;
	text-decoration: underline;	
}
.rightBar, .rightBar a, .rightBar a:active, .rightBar a:link, .rightBar a:visited {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;	
	text-decoration: none;
	color: black;
}

.rightBar a:hover {
	color: black;
	text-decoration: underline;	
}

.headerLogin{
	font-weight: bold;
	font-size: 34px; /*xx-large;*/
	margin-bottom: 2px;
	color: Black;
	font-family: Helvetica, Arial;
}
.subHeaderLogin{
	font-weight: bold;
	font-size: 24px; /*xx-large;*/
	margin-bottom: 2px;
	color: Black;
	font-family: Helvetica, Arial;
}
.SmallHeader{
	font-weight: bold;
	font-size: 16px; /*xx-large;*/
	margin: 0px;
	color: Black;
	font-family: Helvetica, Arial;
}

.dealerContent, .dealerContent a, .dealerContent a:visited{
	font-size: 11px; 
	color: Black;
	font-family: Helvetica, Arial;
	text-decoration: none;
}

.dealerContent a:hover{
	text-decoration: underline;
}

.inputfield{
	width: 100%;
	text-indent: 4px;
	border:1px #bdb5a8 solid;
	font-family: Helvetica, Arial;
	color: #7c715f
}
.inputfield:focus{
	border:1px #F47921 solid;
} 

.inputfield2{
	width: 315px;
	text-indent: 4px;
	border:1px #bdb5a8 solid;
	font-family: Helvetica, Arial;
	color: #7c715f
}
.inputfield2:focus{
	border:1px #F47921 solid;
} 

.inputfield3{
	width: 185px;
	text-indent: 4px;
	border:1px #bdb5a8 solid;
	font-family: Helvetica, Arial;
	color: #7c715f
} 
.inputfield3:focus{
	border:1px #F47921 solid;
} 

.inputfield4{
	width: 374px;
	text-indent: 4px;
	border:1px #bdb5a8 solid;
	font-family: Helvetica, Arial;
	color: #7c715f
} 
.inputfield4:focus{
	border:1px #F47921 solid;
} 

.inputfieldSearch{
	width: 130px;
	text-indent: 1px;
	border:1px #bdb5a8 solid;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #7c715f;
} 
.inputfieldSearch:focus{
	border:1px #F47921 solid;
} 

.inputfieldSearchCriteria{
	width: 130px;
	text-indent: 1px;
	border:1px #bdb5a8 solid;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #7c715f;
	background-image: url(/gfx/search16.gif);
	background-position: right;
	background-repeat: no-repeat;
} 
.inputfieldSearchCriteria:focus{
	border:1px #F47921 solid;
} 

.button {
    border: none;
    background: url('/dealernetwork/gfx/up.png') no-repeat top left;
    padding: 2px 8px;
	width:68px;
}
.button:hover {
    border: none;
    background: url('/dealernetwork/gfx/down.png') no-repeat top left;
    padding: 2px 8px;
}

/* FOOTER MENU */
.headermenu,.headermenu a{
	color: black;
	font-family: Helvetica, Arial;
	font-size: 12px;
	border-bottom: #FF0000 0px solid;
	border: none;	
	text-decoration: none;
	background-color: white;/*#f47921;*/
	text-align: center;
}
.headermenu A:link{
	color: black;
	border-bottom: #FF0000 0px solid;
	border: none;
	text-decoration: none;
}

.headermenu A:visited{
	color: black;
	border-bottom: #FF0000 0px solid;
	border: none;
	text-decoration: none;
}
.headermenu A:hover{
	color: #007541; /*#e0dcd3;*/
	border-bottom: #FF0000 0px solid;
	border: none;
	text-decoration: underline;
}
/*.headermenu A:active{
	color: #F47921;
	border-bottom: #FF0000 0px solid;
	border: none;
}*/

.submenu a{
	color: black;
	font-family: Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	border-bottom: #FF0000 0px solid;
	border: none;	
	text-decoration: none;
}
.submenu A:link{
	color: black;
	border-bottom: #FF0000 0px solid;
	border: none;
	text-decoration: none;
}

.submenu A:visited{
	color: black;
	border-bottom: #FF0000 0px solid;
	border: none;
	font-weight: normal;
	text-decoration: none;
}
.submenu A:hover{
	color: black;
	border-bottom: #FF0000 0px solid;
	border: none;
	text-decoration: underline;
}
.submenu A:active{
	color: #F47921;
	border-bottom: #FF0000 0px solid;
	border: none;
}

/* Sortable tables START */
table.sortable thead {
	text-align: left;
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;

}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;

}

table.sortable th, table.sortable td {
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #7c715f;
}

table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
	 background: url(http://www.sunwind.no/gfx/xp3.gif);
	 background-repeat: repeat-x;	
	 font: bold 12px;
	 color: Black;
}

table.sortable td {
/*	border-width: 0px 1px 0px 1px;*/
	border-left: 1px dashed #bdb5a8;
	border-right: 1px dashed #bdb5a8;
	border-top: 0px;
	border-bottom: 1px dashed #7c715f;
	font: 10px;
}

table.sortable tr.odd td {
	background-color: #ddd;
}

table.sortable tr.even td {
	background-color: #fff;
}

table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
/* Sortable tables END */


/* Sortable tables Customer View START */
table.sortable2 thead {
	text-align: left;
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;

}
table.sortable2 {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 2px 2px 2px 2px;
}

table.sortable2 th, table.sortable td {
	text-align: left;
	/*padding: 0px 0px 0px 0px;*/
	border-style: solid;
	border-color: #7c715f;
	color: Black;
}

table.sortable2 th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
	 background: url(http://www.sunwind.no/gfx/xp3.gif);
	 background-repeat: repeat-x;	
	 font: bold 10px;
	 color: Black;
}

table.sortable2 td {
/*	border-width: 0px 1px 0px 1px;*/
	border-left: 1px dashed #bdb5a8;
	border-right: 1px dashed #bdb5a8;
	border-top: 0px;
	border-bottom: 1px dashed #7c715f;
	font: 8px;
	color: Black;
}

/* Sortable tables Customer View END */






.developer,.developer a{
	color: black;
	font-family: Helvetica, Arial;
	font-size: 12px;
	border-bottom: #FF0000 0px solid;
	border: none;	
	text-decoration: none;
	/*background-color: #f47921;*/
	text-align: center;
}
.developer A:link{
	color: black;
	border-bottom: #FF0000 0px solid;
	border: none;
	text-decoration: none;
}

.developer A:visited{
	color: black;
	border-bottom: #FF0000 0px solid;
	border: none;
	text-decoration: none;
}
.developer A:hover{
	color: #3c75aa;
	border-bottom: #FF0000 0px solid;
	border: none;
	text-decoration: underline;
}

td.Promotion-product-table-off{
 background-color: White;
 border: 1px solid white;
}

td.Promotion-product-table-on{
	background-color: #e0dcd3;
	border: 1px solid #7c715f;
}

/*
.font1, a.font1:link { font-size: 10px; }
.font2, a.font2:link { font-size: 12px; }
.font3, a.font3:link { font-size: 14px; }
.font4, a.font4:link { font-size: 16px; }
.font5, a.font5:link { font-size: 18px; }
.font6, a.font6:link { font-size: 20px; }
.font7, a.font7:link { font-size: 22px; }
.font8, a.font8:link { font-size: 24px; }

.lysfont1, a.lysfont1:link { font-size: 10px; color: White;}
.lysfont2, a.lysfont2:link { font-size: 12px; color: White;}
.lysfont3, a.lysfont3:link { font-size: 14px; color: White;}
.lysfont4, a.lysfont4:link { font-size: 16px; color: White;}
.lysfont5, a.lysfont5:link { font-size: 18px; color: White;}
.lysfont6, a.lysfont6:link { font-size: 20px; color: White;}
.lysfont7, a.lysfont7:link { font-size: 22px; color: White;}
.lysfont8, a.lysfont8:link { font-size: 24px; color: White;}
*/
.topcontainer{
	width: 990px;
}

#topsearch{
    padding: 0px 0px 0px;
    font-size:11px;
    line-height:23px;
    text-align:right;	
}

/*#topnav {
    padding: 0px 0px 2px;
    font-size:11px;
    line-height:23px;
    text-align:right;
}*/
.topnav a:link, .topnav a:visited {
	color: #FCFCFC;
	font: bold;
	text-decoration: none;
}
.topnav a:hover {
	font: bold;
	text-decoration: underline;
}

.topnav{
	 padding: 0px 0px 2px;
    font-size:11px;
	 font-family: Helvetica, Arial;
	 color: #FCFCFC;
}


.dealernav a:link, .dealernav a:visited {
	color: #333333;
	font: bold;
	text-decoration: none;
}
.dealernav a:hover {
	font: bold;
	color: Black;
	text-decoration: underline;
}

.dealernav{
	background-image: url(/gfx/xp3.gif);
	background-repeat: repeat-x;
	 padding: 0px 0px 2px;
    font-size:11px;
	 font-family: Helvetica, Arial;
	 color: #333333;
}


/* Product styling START */
a:link, .productHeader {
	font-family: Helvetica, Arial;
	font-size: 16px;
	font-weight: bold;
	color: Black;
}

a:link, .productTxt {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: Black;
}
a:link, .productFullHeader {
	font-family: Helvetica, Arial;
	font-size: 24px;
	font-weight: bold;
	color: Black;
}

a:link, .productFullTxt {
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: Black;
}
a:link, .priceFull {
	font-weight: bold;
	font-size: 28px;
	font-family: Helvetica, Arial;
}

a:link, .priceBeforeFull {
	color: #1f1949;
	font-size: 18px;
	font-family: Helvetica, Arial;
}

a:link, .price {
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, Arial;
}

a:link, .priceBefore {
	color: #1f1949;
	font-size: 12px;
	font-family: Helvetica, Arial;
}
.priceNowtxt {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 16px;
	color: #F47921;
}

.buyButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Helvetica, Arial;
	padding: 5px 10px 5px;   /*.5em 2em .55em;*/
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: 0px;
}
.buyButton:hover {
	text-decoration: none;
}
.buyButton:active {
	position: relative;
	top: 1px;
}
.orange, .orange:visited {
	color: #fef4e9;
	/*border: solid 1px #da7c0c;*/
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #F4710F;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover{
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active{
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');	
}

/* Product styling END */
