/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
/*
body, dl, dt, dd, ul, ol li h1, h2, h3, h4, h5, pre, input, p, blockquote, th, td {
   margin: 0;
   padding: 0;
}
*/
 
* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#content p,
#content dl.fileObject,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content .image-box,
#content ol,
#content ul,
#content .flashContent,
#content .mediaPlayer,
#content .user-table,
#content .bordered-user-table,
#content .outlined-user-table,
#content .outlined-horizontal-user-table,
#contant .horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form {
  margin-bottom: 12px;
}

img, fieldset {
  border:0;
}

a {
  text-decoration: none;
  color: #E52227;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left:20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font:75% Verdana,Arial,Helvetica,Sans-serif;
  background-color:#f2f2f2;
  background-image: url(filestore/bgAll.gif);
  background-position: top !important;
  background-repeat: repeat-x !important;
}

h1, h2, h3, h4, h5 {
  color: #666666;
  font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #666666;
}

h1 {
  font-size: 130%;
  font-weight: bold;
  color: #666666;
}

h3 {
  font-size: 120%;
}

img {
  display:block;
}

input {
  font-size:100%;
}

/*
## CLEARFIX
*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */

/*
## Framework style
*/
#wrapper {
  margin: 10px auto 0px auto;
  padding: 10px 22px 0px 22px;
  width: 918px;
  background-image: url(/royalcanin.no/filestore/wrapperBg.jpg);
  background-repeat: repeat-y;
}

#headerBg {
  background: url(/royalcanin.no/filestore/headerBg.jpg);
  margin: -10px -22px 10px;
  padding: 30px 37px 0px;
}

#header {
  height: 85px;
  position: relative;
}

#headerBanner {
  margin: 10px auto -5px;
  padding: 0px;
  width: 960px;
}

.headerLink {
  width: 180px;
}

#searchForm {
  top: 50px;
  left: 760px;
  position: absolute;
  width: 169px;
  padding: 6px 0;
}

#searchForm label {
  font-size: 117%;
  margin-right: 8px;
}

#searchForm .query {
  width: 111px;
  height: 19px;
  border: 1px solid #CCCCCC;
  color: #666;
  font-size: 95%;
}

#searchForm .button {
  background-image: url(filestore/search2.gif);
  background-repeat: no-repeat ; 
  height: 24px; 
  background-color: #FFF;
  width: 30px;
  border: none;
  position: absolute;
  top: 5px;
  margin-left: 5px;
}

#breadcrumbs {
  float: left;
  color: #A1A1A1;
}

#breadcrumbs a {
  color: #A1A1A1;
}

#breadcrumbs a.active {
  color: #444444;
}

#navTools li a {
  color: #A1A1A1;
}

#navTools li img {
  display: inline;
  margin-right: 5px;
}

#main {
  padding-bottom: 20px;
}

#leftColumn {
  float: left;
  width: 223px;
  padding: 0 10px 0 0px;
  margin: 15px 0px 0px 0px;
}


#midColumn {
  float: right;
  width: 675px;
  padding: 0 0px 0 0px;
  margin: 15px 0px 0px 0px;
}

#content {}

#header .sitemap {
  left: 685px;
}

.navTop a {
  color: #666666;
}

.navTop a:hover {
  color: #E52227;
}

.navTop img {
  margin-left: 10px;
  display: inline;
}

#content #newsletter form fieldset {
  border: 0px;
}

.paginator {
 margin-bottom: 15px;
}

.paginator .pagelinks {
 margin: 5px 0px 5px 0px;
}

.paginator .pagelinks a {
 padding: 0px 5px 0px 5px;
}

/*************************
## FRONTPAGE ##
*************************/

.front #midColumn {
  float: left;
  width: 410px;
  margin: 25px 0px 0px 0px;  
  padding: 0 10px 0 15px;
}

.front #rightColumn {
  margin: 15px 0px 0px 0px;
  float: right;
  width: 235px;
}

.front #rightColumn .top {
  background-image: url(filestore/forside_top.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 12px;
}

.front #rightColumn .content {
  background-image: url(filestore/forside_below.jpg);
  background-position: bottom;
  padding: 10px 10px 10px 10px;
}

.front #rightColumn .summary img {
  padding: 0px 5px 5px 0px;
}

.front #rightColumn .summary {
  margin: 0px 0px 15px 0px;
}


/******************
## LEFT COLUMN ##
******************/

#leftColumn .topDog,
#leftColumn  .topCat {
  background-image: url(filestore/topp_hund.gif);
  background-repeat: no-repeat;
  background-position: top;
  height: 46px;
}

#leftColumn  .topCat {
  background-image: url(filestore/box_cat_top.gif);
}

#leftColumn .shortcuts, 
#leftColumn .container {
  background-image: url(filestore/box_bottom.gif);
  background-position: bottom;
  margin: -5px 0px 20px 0px;
}

#leftColumn  .topMenu {
  background-image: url(filestore/box_bg_top.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  height: 13px;
}

#leftColumn h2 {
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;   
  padding: 0px 0px 10px 10px;
  font-size: 108%;
}

#leftColumn .topDog h2, #leftColumn .topCat h2 {
  padding: 10px 0px 10px 10px;
}

#leftColumn .content {
  padding: 0px 5px 15px 10px;
}

#leftColumn .shortcuts a {
  color: #000; 
  padding-left: 10px;
  display: inline-block;
  background-image: url(filestore/red_arrow92.gif);
  background-position: 0px 5px;
  background-repeat: no-repeat;
}

#leftColumn .shortcuts a:hover {
  color:#E52227;

}

#leftColumn .bottom {
  background-image: url(filestore/box_bg_bottom3.gif);
  background-repeat: no-repeat;
  background-position: top;
  height: 12px;
  margin-bottom: 11px;
}

#leftColumn .links {
  margin: 0px 0px 0px 3px;
}

#leftColumn .links a {
  float: left;
  color: #000;
  padding: 10px 0px 0px 10px;
  width: 200px;
}

#leftColumn .links a:hover {
  color:#E52227;
  background-image: url(filestore/red_arrow92.gif);
  background-position: 0px 15px;
  background-repeat: no-repeat;
  text-decoration: none;
}

/******************
## COMMON STYLES ##
******************/
h4.boxTitle {
  color: #FFFFFF;
  background: #A1A1A1;
  padding: 5px 20px;
  margin-bottom: 0;
}

div.box {
  border-bottom: 1px solid #F0F0F0;
}

div.box .content {
  padding: 15px 10px;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
#content .summary, #content .article {
}

#content .summary img, #rightColumn .summary img {
  float: left;
  display: block;
}

#content .summary p.text, #rightColumn .summary p.text {
  display: block;
}

#content .odd {
}

#content .even {
}

#content .summary, #content .article {
}

#content .summary h1, #content .summary h2 {
  font-size: 125%;
}

#content h1 a.title, #content h2 a.title {
  color: #444444;
}

#content .summary img {
  margin: 10px 10px 10px 10px;
}

#content .article .text {
  font-size: 125%;
}

#content .summary {
  margin: 0px 0px 30px 0px;
}

#midColumn .top {
  background-image: url(filestore/box_big_bg_top_1.gif);
  background-position: bottom;
  height: 27px;
} 

#midColumn .boxContent {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  padding: 0px 20px 0px 20px;
} 

#midColumn .bottom {
  background-image: url(filestore/box_big_bg_bottom_1.gif);
  background-position: bottom;
  height: 27px;
}

#midColumn #content {

}

/*************************
## BREEDER PROFILE ##
*************************/

.breedSubgroup .topLine {
  background-image: url(filestore/box_bg_top_breed.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  height: 12px;
  text-align: center;
}

.breedSubgroup .content {
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  text-align: center; 
}

.breedSubgroup .content img {
  margin: 10px auto;
}

.breedSubgroup .bottomLine {
  background-image: url(filestore/box_bg_bottom_breed.gif);
  background-repeat: no-repeat;
  background-position: top;
  height: 12px;
  margin-bottom: 11px;
}

.breedSubgroup .topLine a {
  display: block;
  padding-top: 5px;
}

.breederTop a {
  display: block;
  margin-bottom: 15px;
}

.breederMidTop {
  float: left;
  display: block;
  width: 560px;
}

.breederMidTop .left {
  float: left;
  display: block;
}

.breederMidTop .right {
  float: left;
  display: block;
  margin-left: 30px;
}

p.breederMid {
  display: block;
  float: left;
  margin-top: 30px;
  width: 620px;
}

.breedSubgroup {
  display: block;
  float: left;
  margin: 5px;
  width: 175px;
}

.breedSubGroups {
  float: left;
  display: block;
  width: 560px;
}

.breedSubGroups img {
  float: left;
  display: block;
  margin-right: 30px;
}

.breedSubGroups h3 {
  padding-top: 43px;
}

.breederImage {
  float: left;
  display: block;
  margin: 25px;
  text-align: center;
}

label.breederChoice,
input.breederChoice {
  float: left;
  display: block:
}

#t1, #t2, #t3 {
  float: left;
  margin-top: 7px;
  width: 520px !important;
}

input.breederChoice {
  margin: 1px 7px 0px 0px;
}


p.igtext {
  vertical-align: bottom;
}

fieldset.prodileEdit input.block,
fieldset.prodileEdit #_AID221_attribute101,
fieldset.prodileEdit #_AID221_attribute100 {
  width: 350px !important;
}

#reguser fieldset.prodileEdit legend {
  padding: 0px 10px 0px 0px;
}

fieldset.profileEdit {
  width: 320px !important;
  padding: 20px 10px 5px;
  border: 0px !important;
}


fieldset.prodileEdit #_AID221_attribute72 {
  width: 530px !important;
}

span.text {
  display: block;
}

form.breedAlternative {
  display: block;
  margin-top: 20px;
}

form.breedAlternative label .radio {
  margin: 1px 7px 0px 0px;
  float: left;
}

form.breedAlternative label {
  margin: 0px 30px 15px 0px;
  display: block;
  float: left;
}

#t1,
#t2,
#t3 {
  display: none;
}

#reguser .checkbox {
  margin-right: 10px;
}

.options {
  margin: 15px 0px 7px 0px !important;
}

.profileEdit {
  padding: 0px 10px !important;
}

/*************************
## FOOTER ##
*************************/

#footer {
  background-image: url(/royalcanin.no/filestore/footer.jpg);
  background-repeat: no-repeat;
  height: 90px;
  margin: 0px auto;
  width: 962px;
}

#footer .footer {
  padding: 60px 0px 0px 10px;
  color: #FFFFFF;
  text-align: left;
  font-size: 85%;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}


/*************************
## GOOGLE MAP ##
*************************/

#map {
  height: 650px;
  width: 670px;
  border: 1px solid #CCCCCC;
}

#content #map .gmls {
  bottom: 5px;
  position: absolute;
  right: 5px !important;
}

.gsc-search-box {
  height: 10px
}

/*************************
## WEBSHOP ##
*************************/

#topBlock {
  display: block;
  float: left;
  margin: 0px 0px 0px 0px;
}

#topBlock h1 {
  margin: 0px 0px 10px 0px;
}

#topBlock .content {
  display: block;
  float: left;
  margin: 0px 10px 0px 10px;
}

#topBlock .content a {
  padding: 0px 0px 15px 0px;
  display: block;
}

#description {
  display: block;
  float: left;
  margin: 0px 0px 0px 0px;
  width: 550px;
}

.product {
  display: block;
  float: left;
  text-align: center;
  width: 156px;
  margin:20px 0px 10px;
}

.productDetails h1 {
  margin: 0px 0px 20px 0px;
}

.productDetails .desc, .productDetails img {
  margin: 0px 0px 10px 0px;
  float: left;
  display: block;
}

.productDetails .desc {
  margin: 0px 0px 10px 25px;
}

.productDetails .productDetailsContent {
  display: block;
  float: left;
}

.product img {
  margin: auto;
}

.boxContent hr {
  visibility: hidden;
  background: #fff;
  clear: both;
  width: 530px;
  border: none;
  font-size: 0px;
  height: 0px;
  margin: 0;
  padding: 0;
  line-height: 0px;
  background:  #fff;
}

/*************************
## EXTRANET ##
*************************/
#LoginForm .loginBox {
  border: 0;
  padding: 10px 0px 5px 0px;
}

#LoginForm .loginBox input.submit {
  margin-top: 7px;
  float: left;
}

#loginContent .red {
  color: red;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0px;
}

span.passwordError {
  color: red;
  display: block;
  margin-bottom: 10px;
}

/*************************
## IDIUM FOOTER ##
*************************/

.idium {
	text-align: center;
  margin: 5px 15px 15px 0px;
	padding: 0px 0px 15px 0px;
}

.idium div.idium {
	text-align: center;
	margin: 0px auto;
	width: 175px;
}

.idium a {
	font-family: 'Century Gothic', verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #898989 !important;
	text-decoration: none !important;
	text-transform: uppercase;
  float: left;
  margin: 10px 0px 10px 0px;
}

.dium a:hover {
	font-family: 'Century Gothic', verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	text-decoration: none;
	text-transform: uppercase;
}

.idium span {
	font-family: 'Century Gothic', Verdana, Arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #191919;
	word-spacing: 3px;
	text-transform: lowercase;
	padding-left: 10px;
	line-height: 18px;
}

.idium img {
	border: 0px;
	width: 19px;
	height: 19px;
	float: left;
}

/*************************
## ADVANCED MAP SEARCH ##
*************************/

.result {
  margin: 10px 0px;
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}

.searchNearby {
  margin-bottom: 7px;
}

/*************************
## MAP SEARCH ##
*************************/

#mapSearchBox {
  background-image: url(/royalcanin.no/filestore/searchBg.jpg);
  background-position: top left !important;
  background-repeat: no-repeat !important;
  width: 640px;
  height: 110px;
  min-height: 110px;
  position: relative;
}

#mapSearchBox fieldset {
  background: url(/royalcanin.no/filestore/searchBg.jpg) top left no-repeat !important;
  border:  0px !important;
}

#mapSearchBox table {
  float: left;
  position: absolute;
  top: 22px;
}

#mapSearchBox table input.block {
  margin: 0px 10px 0px 10px !important;
}

#mapSearchBox table label.choose {
  margin: 0px 0px 0px 10px !important;
}

#mapSearchBox .rightSearch {
  position: absolute;
  padding-right: 140px;
  right: 0;
  top: 38px;
}

#mapSearchBox .rightSearch .searchTitle {
  float: left;
  font-size: 250%;
}

#mapSearchBox .rightSearch .block {
  float: left;
  width: 100px;
  margin: 10px 10px 0px 10px;
}

#mapSearchBox .button {
  background-image: url(filestore/search4.gif);
  background-repeat: no-repeat ; 
  background-color: transparent;
  height: 22px; 
  width: 22px;
  border: none;
  float: left;
  margin-top: 9px;
}

#qres {
  background: #EEEEEE;
  border: 1px solid #888888;
  max-height: 400px;
  overflow-y: auto;
}
a.kommunelink {
  display: block;
  background: #EEEEEE;
}
a.kommunelink:hover {
  background: #9999FF;
}

p.formDescText {
  color: #666666;
  font-size: 92%;
  margin: -7px 0 10px 0;
}

p.formTextPics {
  margin: 0px 0px 10px 0;!important
}

form#reguser legend {
  padding: 0px 0px 10px 0px;!important
}

.postalAround {
 margin-top: 40px; 
}

.resultInfo {
  margin-top: 25px;
}

.noHit {
  color: red;
}

#ipd_general_2008_content {
padding-left: 75px !important;
}

#ipd_general_2008_content .ipd_general_2008_Main_benefit table {
  clear: both;
}

.prodOptions {
  margin-bottom: 4px;
}