
/* BODY
============================================================================ */ 

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	background: #fff url('/media/gui/headBackground.jpg') no-repeat 50% 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

/* LINKS
============================================================================ */

a:link, a:visited {
	color: #007130;
	text-decoration: none;
}

a:hover, a:active {
	color: #007130;
	text-decoration: underline;	
}

a img, :link img, :visited img { 
	border: none; 
}


/* TYPE
============================================================================ */

h1 {
	clear: left;
	font-size: 20px;
	margin: 0; 
	padding: 0 0 6px 0;	
}

h2 {
	font-size: 15px;
	margin: 0; 
	padding: 0;		
}

h3 {
	font-size: 13px;
	margin: 0; 
	padding: 0;		
}

h4 {
	background: #990000;
	font-size: 11px;
	margin: 0; 
	padding: 0;	
}

/* MISC
============================================================================ */

p {
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}

form, input, radio, select {
	font-family: Arial, sans-serif;
	font-size: 11px;	
	margin: 0;
	padding: 0	
}


.clear {
	clear: both;
}

/* HEAD
============================================================================ */

#header {
	height: 80px;
	margin: 0 auto;
	position: relative;	
	text-align: left;	
	width: 980px;
}

#header ul {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 52px 0 0 15px;
	padding: 0;
}

#header li {
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
}

#header li a:link, 
#header li a:visited {
	color: #646464;
	display: block;
	float: left;
	font-size: 12px;
	height: 12px; 
	line-height: 12px;	
	outline: none;
	padding: 5px 6px;
	text-decoration: none;
}

#header li a:hover, 
#header li a:active {
	color: #000;
}

#header li.active a {
	color: #000;
}

#header li.selected a:link, 
#header li.selected a:visited {
	color: #bf3000;
}


#header li.blur a:link,
#header li.blur a:visited,
#header li.blur a:hover, 
#header li.blur a:active {
	color: #731d00;
}

#didriksonsLogotype {
	position: absolute;
	top: 20px;
	right: 20px;	
}

#menuSub {
	border-bottom: 1px solid #eee;
	margin: 0 auto;
	position: relative;	
	width: 980px;
}

.borderBottomNone {
	border-bottom: none !important;
}

.menusubItem {
	padding: 0 8px;
}

.menusubItem ul {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menusubItem ul.hidden {
	display: none;
}

.menusubItem li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menuSub .menusubItem li a:link, 
#menuSub .menusubItem li a:visited,
#menuSub .menusubItem li p {
	color: #646464;
	display: block;
	float: left;
	font-size: 11px;
	outline: none;
	padding: 4px 6px;
	text-decoration: none;
	height: 12px; 
	line-height: 12px;	
}

#menuSub .menusubItem li a:hover, 
#menuSub .menusubItem li a:active {
	color: #000;
}

#menuSub .menusubItem li.active a {
	color: #000;
}

#menuSub .menusubItem li.selected a:link, 
#menuSub .menusubItem li.selected a:visited {
	color: #bf3000;
}

#menuSub .menusubItem li.selected a:hover, 
#menuSub .menusubItem li.selected a:active {
	color: #bf3000;
}

/* MAIN
============================================================================ */

#main {
	margin: 0 auto;
	text-align: left;	
	padding: 20px 0 0 20px;
	width: 960px;
}


/* START
============================================================================ */

#start #main {
	padding: 0;
	width: 980px;
}

#start #intro {
	float: left;
	height: 510px;
	position: relative;
	top: -1px;
}

#start #uc,
#handleandcare #uc,
#about #uc {
	background: #777;
	color: #fff;
	font-size: 16px;
	height: 270px;
	padding: 240px 0 0 0;
	position: relative;
	text-align: center;
	top: -1px;	
	width: 940px;
}

#start #news {
	background: #4c4c4c url('/media/start/newsGearoftheyear980x495.jpg');
	color: #fff;
	font-size: 13px;
	height: 495px;
	margin: 15px 0 0 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 980px;
}

#start #news #content {
	left: 30px; 
	position: absolute;
	top: 30px;
	width: 420px;
}

#start #news h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

#start #news h2 {
	margin: 0;
	padding: 0;
}

#start #news h2 {
	font-size: 15px;
	margin: 12px 0 0px 0;
}

#start #news p {
	font-size: 11px;
	line-height: 15px;
}


#start #news p.i {
	font-style: italic;
	margin: 20px 0 0 0;
}

#start #news p.info {
	margin: 10px 0 0 0;
}

#start #news p.intro {
	font-size: 13px;
	font-weight: bold;
}

#start #intoImageMin {
	height: 140px;
	margin: 15px 0 0 0;
}

/* COLLECTION
============================================================================ */


/* Submenu / Filters
---------------------------------------------------------------------------- */


#filters {
	padding: 10px 20px 10px 20px;
	position: relative;	
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 940px;
	/*height: 94px;*/
}

.filtersDisabled {
	display: none;
}

#filters form {
	height: 100%;
}

#filters .filter {
	border-right: 1px solid #ddd;
	float: left;
	height: 100%;	
	margin: 0 9px 0 0;
	padding: 0 10px 0 0;
}

#filters ul {
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

#filters li {
	display: inline;
	margin: 0;
	padding: 0;
}

#filters li a:link, 
#filters li a:visited {
	border: 1px solid #fff;
	color: #2d2d2d;
	display: block;
	outline: none;
	padding: 0 3px;
	text-decoration: none;
	line-height: 14px;	
}

#filters li a:hover, 
#filters li a:active {
	border: 1px dotted #aaa;
	color: #000;
}

#filters .label {
	color: #666;
	padding: 0 0 5px 4px;
}



#filters li.selected a:link, 
#filters li.selected a:visited {
	color: #c72e00;
	font-weight: bold;
}

#filters li.selected a:hover, 
#filters li.selected a:active {
	color: #c72e00;
	font-weight: bold;
}



/* Submenu / Search
---------------------------------------------------------------------------- */

#filters #search {
	padding: 0;
}

#search {
	border: none !important;
	position: absolute;
	right: 15px;
	width: 159px;
}

#search label {
	color: #666;
	display: block;
	margin-bottom: 3px;
}

#search .inputText {
	border: 0px;
	height: 16px;
	line-height: 14px;
	margin: 0;
	padding-left: 2px;
	padding-top: 2px;
	width: 136px;
}

#search #border {
	border: 1px solid #ddd;
	border-right: 0px;
	float: left;
}

#searchSubmit {
	width: 20px;
	height: 20px;
	float: left;
}

/* Article list
---------------------------------------------------------------------------- */

#collection #main {
	margin: 0 auto;
	padding: 0;	
	text-align: left;	
	width: 980px;	
}

#articleAjax {
	margin: 0 auto;
	min-height: 600px;
	text-align: left;	
	padding: 0;
	width: 980px;	
}

#articleList {
	margin: 5px 0 0 0;
	text-align: center;
}

#articleList ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

#articleList li {
	float: left;
	height: 160px;	
	margin: 0 20px 5px 0;
	width: 178px;
}

#articleList li img {
	margin: 10px 0 0 0;
}

#articleList .last {
	margin: 0;
}

#articleList p {
	display: block;
	margin: 2px 0 0 0;
	padding: 0;
	height: 35px;
}

#articleList a:link, 
#articleList a:visited {
	border: 1px solid #fff;	
	color: #2d2d2d;
	display: block;
	outline: none;
	text-decoration: none;
	line-height: 14px;	
}

#articleList a:hover, 
#articleList a:active {
	border: 1px dotted #ccc;
	color: #000;
}

/* Article list / tip
---------------------------------------------------------------------------- */

#tip {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;						
	text-align: left;						
	position: absolute;						
	width: 210px;
	z-index: 9999;
}

#tip strong {
	color: #666;
}

#tip .system {
	height: 24px; 
	overflow: hidden;
}

#tip .image {
	height: 168px; 
	margin: 2px 0 0 0;
	overflow: hidden;
}

#tip .information {
}

#tip h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 0;
}

/* Article info
---------------------------------------------------------------------------- */

#article {
	padding: 25px 0;
	width: 980px;
}

#article #levels {
	border-right: 1px solid #ddd;		
	float: left;
	left: 0px;
	width: 215px;
}

#article #system {
	border-bottom: 1px solid #ddd;
	height: 55px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	width: 200px;
}

#article .levelGroup {
	overflow: auto;		
	position: relative;
	width: 200px;	
}

#article .label {
	height: 40px;
	width: 200px;	
}

#article .label .levelName {
	color: #fff;
	font-size: 10px; 
	font-weight: bold; 
	left: 50px; 
	letter-spacing: -0.08em; 
	line-height: 13px;
	position: absolute; 
	text-transform: uppercase; 
	top: 7px;
}

#article .label .levelNumber {
	color: #fff;
	font-size: 28px; 
	font-weight: bold;
	letter-spacing: -0.08em;
	position: absolute; 	
	right: 10px; 
	top: 5px;
}

#article .levelBreathable {
	background: #fff url('/media/collection/levels/levelBreathable.gif') no-repeat;	
}

#article .levelDry {
	background: #fff url('/media/collection/levels/levelDry.gif') no-repeat;	
}

#article .levelFunction {
	background: #fff url('/media/collection/levels/levelFunction.gif') no-repeat;	
}

#article .levelHeat {
	background: #fff url('/media/collection/levels/levelHeat.gif') no-repeat;	
}

#article .levelHeatJacket {
	background: #fff url('/media/collection/levels/levelHeatJacket.gif') no-repeat;	
}

#article .levelHeatPants {
	background: #fff url('/media/collection/levels/levelHeatPants.gif') no-repeat;	
}

#article #levels ul {
	clear: both;
	list-style-type: none;
	margin: 6px 0 6px 43px;
	width: 147px;		
}

#article #levels ul li {
	border: 1px solid #fff;	
	line-height: 14px;
	padding: 1px 5px 1px 5px;
	width: 137px;			
}

#article #levels ul li i {
	color: #7e7e7e;
	padding: 0 5px 0 5px;	
}

#article #levels ul li a,
#article #levels ul li p {
	color: #000;
	display: block;
	text-decoration: none;
}


#article #levels ul li a {
	border-bottom: 1px dotted #aaa;

}

#article #levels .hover {
	border: 1px dotted #aaa;	
}

#article #levels .hover a {
	border-bottom: 1px solid #fff;
}

#article #image {
	float: left;
	margin: 0 0 0 15px;
	width: 480px;
}

#article #information {
	float: left;
	margin: 0 0 0 15px;
	width: 239px;
	min-height: 300px;	
}

#article #information h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#article #information p {
	margin: 3px 0 0 0;
}

#article #information p strong {
	color: #444;
}

#article #information ul {
	border-top: 1px solid #ddd;	
	list-style-type: none;	
	margin: 5px 0 0 0;
}

#article #information li {
	border: 0;
	border-bottom: 1px solid #ddd;
	clear: both;
	line-height: 14px;
	margin: 0;
	overflow: auto;
	padding: 5px 0;
}

#article #information .color,
#article #information .colorBorder {
	background: #000;
	float: left;
	height: 22px; 
	margin: 0 5px 0 0;
	width: 22px;
}

#article #information .colorBorder {
	border: 1px solid #ccc;
	height: 20px; 	
	width: 20px;	
}

#article #information .colorName {
	float: left;
	margin: 4px 0 0 0;
	width: 195px;
}

#article #information .images {
	clear: both;
	float: left;	
	margin: 3px 0 0 0; 
}

#article #information .images img {
	border-bottom: 2px solid #fff;
	float: left;
	-ms-interpolation-mode: bicubic;	
	padding: 2px 2px 4px 2px;
}

#article #information .images img.selected {
	border-bottom: 2px solid #ccc;
}

#noMatchingRecords {
	border: 1px solid #ccc;
	clear: left;
	color: #555;
	float: left;
	font-size: 14px;
	margin: 20px 0;
	padding: 20px;
	width: 900px;
}


/* FIND A STORE
============================================================================ */

#findastore {
	clear: both;
	margin: 10px 0 0 0;
}

#findastore h2 {
	color: #444;
	font-size: 11px;
	margin: 0 0 4px 0;
}

#findastore h3 {
	font-size: 11px;
}

#findastore ul {
	border-top: 1px solid #ddd;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

#findastore li {
	border-bottom: 1px solid #ddd;	
	color: #222;	
	padding: 5px 0;
}

#findastore input {
	margin: 0 0 0 5px;
}

#findastore #storeList {
	margin: 8px 0 0 0;
	overflow: auto;
}

#findastore #storeListAjax {
	max-height: 110px;
	margin: 8px 0 0 0;
	overflow: auto;
}

/* German
---------------------------------------------------------------------------- */

#findastoreGerman {
	/*background: #ccf;*/
	position: relative;		
	width: 355px;
}

#findastoreGerman form {
	margin: 10px 0 0 0;
	position: relative;		
}

#findastoreGerman p {
	clear: both;
	margin: 3px 0;
	position: relative;		
}

#findastoreGerman p.formRow {
	/*background: #0ff;*/
	margin: 10px 0;
	padding: 0 0 0 110px;
	position: relative;	
	width: 245px;
}

#findastoreGerman p.formRowSubmit {
	padding: 0 0 0 110px;
	text-align: right;
}

#findastoreGerman label {
	background: #f1f1f1;
	color: #767676;
	cursor: pointer;
	cursor: hand;	
	display: block;
	font-weight: bold;
	left: 0;
	position: absolute;
	padding: 2px 0 2px 5px;
	width: 105px;
}

#findastoreGerman .required {
	color: #000;
}

#findastoreGerman .inputText {
	width: 240px;
}

#findastoreGerman .inputCheckbox {
	float: left;
}

#findastoreGerman .checkboxLabel {
	background: none;
	cursor: pointer;
	cursor: hand;	
	float: left;
	font-weight: normal;
	margin: 0;
	position: relative;
	text-align: left;	
	width: 200px;
}

#findastoreGerman #error {
	background: #ccecff;
	border: 1px solid #00a0ff;
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px;
	position: relative;
}


/* ABOUT  
============================================================================ */


/* Contact
---------------------------------------------------------------------------- */

#contact #addresses {
	clear: left;
	float: left;	
	margin: 10px 0 0 0;	
}

#contact #addresses ul {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	width: 180px;
}

#contact #addresses li {
	margin: 0 0 12px 0;
	padding: 0;
}

#contact h1 {
	float: left;
}

#contact .column h3 {
	margin: 12px 0 0 0;
}

.companyName {
	color: #555;
	font-weight: bold;
}

#contact #intro {
	float: right;
	height: 670px;
	width: 340px;
}

#contact a:link, 
#contact a:visited {
	color: #007130;
	text-decoration: none;
}

#contact a:hover, #contact a:active {
	color: #007130;
	text-decoration: underline;	
}

/* History
---------------------------------------------------------------------------- */

#history #main {
	background: #f5f4ef url('http://www.didriksons.com/media/history/background.jpg') no-repeat bottom center;
	margin: 0 auto;	
	padding: 20px;	
	width: 940px;

	min-height: 490px;
	height: auto !important;
	height: 490px;		
}

#history #text {
	width: 280px;
}

#history #text h1 {
	color: #6b5a4e;
	padding: 0;	
}

#history #text p {
	color: #6b5a4e;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0 0 0;
}

/* Advertising
---------------------------------------------------------------------------- */


#advertising #main {
	padding: 20px;
	width: 940px;
}

#advertising #intro {
	float: left;	
	line-height: 14px;
	width: 365px;
}

#advertising #adFilters {
	float: right;
	height: auto;
	width: auto;
}

#advertising #adFilters .filter {
	border: none;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

#advertising #adFilters .right {
	margin: 0;
}

#advertising #adFilters .filter label {
	clear: left;
	color: #666;	
	float: left;
	padding: 0 0 2px 4px;	
}

#advertising #adFilters .filter input,
#advertising #adFilters .filter select {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
}

#adList {
	clear: both; 
	float: left; 
	margin: 15px 0 0 0; 
	width: 940px;
}

#adList ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

#adList li {
	border: 1px solid #dbdbdb;
	float: left;
	height: 236px;	
	margin: 0 15px 15px 0;
	width: 174px;
}

#adList .last {
	margin: 0;
}

#adList .first {
}

#adList .adImageContainer {
	height: 195px;
	position: relative;
	text-align: center;
}

#adList img {
	border: 1px solid #777;
	bottom: 0;
	left: 20px;
	position: absolute;
	width: 130px;
}

#adList .adText {
	height: 30px;
	line-height: 12px;
	padding: 3px 0 0 0;
	text-align: center;
}

#adList .adMagazine {
	font-weight: bold;
}

#adList .adDate {
	display: block;
	font-size: 10px;
}

#advertising #adInformation {
	border: 1px solid #ccc;
	clear: left;
	float: left;
	margin: 20px 0;
	padding: 20px;
	width: 900px;	
}


#advertising #adInformation .image {
	float: left;
	text-align: center;
	width: 310px;
}


#advertising #adInformation .text {
	float: left;
	margin: 0 0 0 20px;
	width: 460px;
}

#advertising #adInformation .text h3 {
	display: block;
	margin: 10px 0 0 0;
}

#advertising #adInformation .text ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#advertising #adInformation .text ul h3 {
	margin: 0;
}

#advertising #adInformation .image img {
	border: 1px solid #777;
}

#advertising #adInformation #articleLinks h3 {
	display: block;
	margin: 10px 0 0 0;
}

#advertising #adInformation #articleLinks ul {
	margin: 0 0 0 0;
}

#advertising #adInformation #articleLinks li {
	padding: 1px 0;
}

#advertising #findastore #storeList {
	max-height: none;
}


/* Catalog
---------------------------------------------------------------------------- */

#catalog {
	background: #fff url('/media/gui/headBackground2.jpg') repeat-x;
}

#catalog #header {
	height: 80px;
	margin: 0 auto;
	position: relative;	
	text-align: left;	
	width: 100%;
	
	min-width: 960px;
	width: auto !important;
	width: 960px;		
}

#catalog #menuSub {
	width: 100%;
}

#catalog #main {
	background: #efefef;
	bottom: 0;
	left: 0%; 
	overflow: hidden;
	padding: 0;
	position: absolute; 
	top: 100px; 
	z-index: 1;

	min-width: 960px;
	width: 100% !important;
	width: 100%;	
	
	min-height: 500px;
	height: auto !important;
	height: auto;		

}

#catalog #footWrapper {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

/* FIND A STORE
============================================================================ */

#findastorePage #findastoreList {
	float: left;
	width: 560px;
}

#findastorePage #introImage {
	float: left;
	margin: 0 0 0 60px;
	width: 340px;
}

#findastorePage #storeList {
	max-height: none;
} 

#findastorePage #storeList h2 {
	background: #e2e2e2;
	color: #333;
	font-size: 13px;
	margin: 8px 0 0 0;
	padding: 4px 6px;
}

#findastorePage #storeList ul {
	margin: 0 0 18px 0;
}

#findastorePage #storeList li {
	padding: 6px;
}

/* RETAILERS
============================================================================ */

#retailers #intro {
	float: left;	
	width: 365px;
}

#retailers #retailerLoginForm {
	border: 1px solid #dbdbdb;
	clear: left;
	float: left;
	margin: 10px 0 0 0;
	padding: 5px;
	width: 353px;	
}

#retailers form p {
	padding: 5px;
}

#retailers form label {
	display: block;
	float: left;	
	padding: 2px 8px 2px 4px;
	text-align: right;
	width: 80px;
}

#retailers form #userSubmit {
	margin: 0 0 0 92px;
}

#retailers #userName, 
#retailers #userPassword {
	width: 130px;
}

#retailers #errorMessage {
	background: #dbdbdb;
	padding: 2px 4px;
	text-align: center;
	width: 343px;
}

/* CHOOCE COUNTRY
============================================================================ */

#chooceCountry #countryList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#chooceCountry #countryList li {
	margin: 0;
	padding: 0;
	position: relative;
}

#chooceCountry #countryList a {
	background: #fff;
	border: 1px solid #fff;
	display: block;
	margin: 0 0 2px 0;
	padding: 4px 5px;
	position: relative;
	left: -5px;
	text-decoration: none;
	width: 160px;
}

#chooceCountry #countryList a:hover {
	border: 1px dotted #ccc;	
	text-decoration: none;
}

/* FOOT
============================================================================ */

#start #foot {
	min-height: 300px;
	height: auto !important;
	height: 300px;	
}

#foot {
	background: #fff url('/media/gui/footBackground.jpg') no-repeat 50% bottom; 
	clear: both;
	margin: 0 auto;
	min-height: 240px;
	height: auto !important;
	height: 240px;	
	position: relative;
}

#collection #foot {
	min-height: 250px;
	height: auto !important;
	height: 250px;	
}


#footContainer {
	margin: 0 auto;
	position: relative;
	text-align: left;	
	width: 980px;
}

#foot .box {
	display: inline;
	float: left;
	height: 155px;
	padding: 0 20px 0 0;
	position: relative;	
	text-align: left;
	width: 180px;
}

#foot .box a:link, 
#foot .box a:visited {
	display: block;
	color: #fff;
	height: 155px;
	text-decoration: none;
}

#foot .box a:hover, 
#foot .box a:active {
	color: #fff;
	text-decoration: none;
}

.highlight {
	color: #eb5017;
}

#foot .box img {
	display: block;
}

#foot .box p {
	bottom: 8px; 
	color: #fff;
	font-weight: bold;
	left: 10px; 
	position: absolute; 
	text-align: left; 
}

#foot .catalog {
	background: url('/media/start/newsCatalog2009aw.jpg') no-repeat;
}

#foot .ads {
	background: url('/media/start/newsAdvertising.jpg') no-repeat;
}

#foot .adPreview {
	height: 150px;
	padding: 5px 0 0 0;
	text-align: center;
}

#foot .adPreview img {
	border: 1px solid #555;
	display: inline;	
}

#foot #history {
	clear: both;
	float: left;	
	line-height: 14px;
	margin: 12px 0 0 0;
	position: absolute;
	top: 110px;
	width: 530px;
}

#start #foot #history {
	position: absolute;
	top: 170px;
}

#collection #foot #history {
	position: absolute;
	top: 120px;
}

#foot #history a:link, 
#foot #history a:visited {
	color: #6b5a4e;
	text-decoration: none;
}

#foot #history a:hover, 
#foot #history a:active {
	color: #000;
}




