body
{
    margin: 0;
    padding: 0;  
    font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
    font-size: 12px;
    
    /*background-image: url('/Content/Images/bg_body_new.gif');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #e6ddd0;*/
}

a img
{
	border: none;	
}

#Wrapper
{
	width: 911px;
	min-height: 800px;
	margin: auto;
}

#Top
{
	width:911px;
	height: 162px; 
	background-image: url("/Content/Images/hdr_etola.gif");
	position: relative;
}

#Logo
{
	display: block;
	height: 86px;
	left: 26px;
	position: relative;
	top: 65px;
	width: 139px;
}

/* HorizontalMenu MENU --> */
#HorizontalMenu
{
	 background-color: White;
    float: left;
    font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
    height: 43px;
    line-height: 43px;
    width: 701px;
}

#HorizontalMenu a
{
	color: #113f88;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 15px;
	padding: 0px 15px;
}

#HorizontalMenu a.Selected
{
	font-weight:bold;
}

#HorizontalMenu span
{
	float: left;	
}

/* <-- HorizontalMenu MENU */

/* PRODUCT ADDED OVERLAY */
#ProductAdded
{
    background-image: url('/Content/Images/lblAddedToCart.png');
    background-repeat: no-repeat;
    width: 307px;
    height: 54px;
    z-index: 10;
    top: 50%;
    margin: 0px 0px 0px 300px;
    position:fixed;
    display:block;
}

/* Vertical MENU  --> */
#VerticalMenu
{
	 float: left;
    padding-bottom: 30px;
    width: 210px;
    font-size: 13px;
    background-color:White;
}

#VerticalMenu .Level1
{
	display: block;
	/*height: 27px;*/
	width: 190px;
	background-color: #D4C8BF;
	text-transform: uppercase;
	color: #113f88;
	line-height: 27px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
    margin-left: 0px !important;
	font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
}

#VerticalMenu .Level1.Selected
{
	background-color: #38B3E7;
	color: White;
}

#VerticalMenu .Level1:hover
{ color: #ffffff !Important;}

#VerticalMenu a
{
	display: block;
	font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
	color: #343434;
	text-decoration: none;
	line-height: 18px;
	margin-left: 13px;
}

#VerticalMenu a:hover
{
	text-decoration: none;
	color: #4bb3e2;	
}

#VerticalMenu a.Selected
{
	text-decoration: none;
	color: #4bb3e2;	
	display:block;
    font-weight:normal;
}
/* <-- Vertical MENU */

/* Extrernal Page Content --> */

.ExternalPageContent
{
   color: #5F5B5A;
   font-size:14px;
   padding-bottom: 10px;
}

/* <-- Extrernal Page Content */


#Content
{
     float: left;
    margin-left: 30px;
    width: 640px;
}

#ContentWrapper
{
	background-color: White;	
}


h1
{
    font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
    color: #113f88;
    font-weight:normal;
    font-size: 24px;
}

h2
{ 
    font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
    color: #113f88;
    font-weight: normal;
    font-size: 21px;
}



h3
{ font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
  color:#113f88;
  font-weight:normal;
  font-size: 18px;
}

h4
{ font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
  color:#113f88;
  font-weight:normal;
  font-size: 16px;
}

h5
{ font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
  color:#113f88;
  font-weight:normal;
  font-size: 14px;
}

h6
{ font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
  color:#113f88;
  font-weight:normal;
  font-size: 12px;
}

p
{
    color: #5F5B5A;
    font-size: 14px;
}

a
{
    color:#2994c3;
    text-decoration:underline;
}

a:hover
{
    color: #1d82af;
    text-decoration:none;
}

li
{
     color: #5F5B5A;
    font-size: 14px;
    line-height:19px;
}

ul
{
       color: #5F5B5A;
    font-size: 14px;
    line-height:19px;
}

ol
{
       color: #5F5B5A;
    font-size: 14px;
    line-height:19px;
}

hr
{
    border-color:#5F5B5A -moz-use-text-color #5F5B5A;
    border-left:medium none;
    border-right:medium none;
    border-top: dashed 1px transparent;
    border-bottom: dashed 1px #5F5B5A;
    border-style:dashed none dashed;
    border-width:1px medium;
    height:2px;
    text-align:right;
    width: 100%;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000 !Important;
}

.validation-summary-errors li
{
    font-weight: bold !important;
    color: #ff0000 !important;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for login bar 
---------------------------------------------------------*/

#Login 
{
    /*background-image: url("/Content/Images/bg_kantis_kirjautuminen.gif");
    background-repeat: no-repeat;
    height: 36px;
    margin: 7px 0 0 10px;
    position: absolute;
    top: 0;
    width: 625px;*/
    
    background: #274793 url("/Content/Images/bg_kantis_kirjautuminen.gif") 5px 5px no-repeat;
    height: 36px;
    margin: 7px 0px;
    position: relative;
    top: 0;
    width: 625px;
    padding: 5px;
}

#Login .LoginText
{
    margin: 0 0 0 10px; /* top 9px */
    border: 0;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
    text-transform: uppercase;
    float: left;
}

#Login .PasswordLost, #Login .PasswordLost a
{
    font-size: 10px;
    font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
    text-transform: none !important;
    text-decoration: none;
    color: #FFFFFF !important;
}

#Login .PasswordLost a
{
    text-decoration: underline !important;
}

#Login .LoginArea
{
    width: 380px;
    margin: 6px 30px 0 0;
    float: right;
}
#Login .LoginForm
{
    float: left;
}

#Login .LoginFieldValue
{
    background-color: transparent;
    border: 0;
    padding: 3px 0 0 10px;
    color: #274793;
    font-size: 11px;
    font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
    
}

#Login .LoginFieldUser
{
    border:0;
    background: transparent url("/Content/Images/bgTextbox_kaytt_tunnus.gif") no-repeat;
    width: 133px;
    height: 22px;
    float: left;
    margin: 0 20px 0 0;
}

#Login .LoginFieldPassword
{      
    border:0;
    background: transparent url("/Content/Images/bgTextbox_Salasana.gif") no-repeat;
    width: 133px;
    height: 22px;
    float: left;
}

#Login .LoginButton
{
    background-image: url("/Content/Images/btn_sisaan.gif");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 20px;
    width: 67px;
    line-height:28px;
    border: 0;
    margin: 1px 0 0 0;
}

#Login .Errors
{
    background-color: pink;
    border: 1px solid red;
    color: black;
    float: left;
    margin: 5px 0 0 215px;
    padding: 2px 5px;
}

#LoggedIn
{
    margin: 9px 0 0 10px;
    color: White;
    font-family: 'Century Gothic', Verdana, Tahoma, Helvetica !important;
    font-size: 12px;
}

#LoggedIn a
{
    color: White;
}

#LoggedIn .Info
{
}

#LoggedIn .Logout
{
    margin-left: 50px;
}

#LoggedIn .Logout a
{
    text-decoration: none !important;
}

#LoggedIn .Logout a:hover
{
    text-decoration: underline !important;
}

#KantisInfo
{
    padding: 10px;
    background-color: #E6DDD0;
}

#KantisInfo .FieldArea
{
    width: 100%;
}

#KantisInfo .Field
{
    width: 50%;
}

#KantisInfo .FieldLeft
{
    float: left;
}

#KantisInfo .FieldRight
{
    float: right;
}

#KantisInfo .FieldValue
{
    width: 75%;
}

#KantisInfo .FieldPasswordInfo
{
    width: 100%;
}

#accordion .ui-widget-content
{
    background: none;
    background-color: #E6DDD0; 
}

#accordion .accordiontext
{
    padding-left: 20px;
}
#accordion .ui-accordion-content
{
    min-height: 600px;
    width: 560px;

}

#Search
{
    float: left;
    height: 30px;
    right: 259px;
    position: absolute;
    top: 7px;
    width: 220px;
    z-index: 100;
}

#Search form
{
    float: left;
    width: 150px;
}

#Search .SearchText
{
    background: transparent url('/Content/Images/bg_etola_hae.png') no-repeat center top;
    width: 138px;
    height: 32px;
    display:block;
}
#Search .SearchText input
{
    background: transparent;
    border: 0 !important;
    color: #274793;
    font-family: 'Century Gothic',Verdana,Tahoma,Helvetica !important;
    padding: 7px 6px 6px 12px;
    width: 122px;
}

#Search .SearchButton
{
    background: transparent url('/Content/Images/btn_etola_hae.png') no-repeat center top;
    float: left;
    width: 67px;
    height: 32px;
    display:block;
    color: transparent !important;
    cursor:pointer;
    margin-top: 5px;
}

.FBContent,
.FBContent .fb-like,
.FBContent .fb-comments
{
    width: 300px;
    margin: 5px 0;
    float: left;
}

.SearchList
{
    width: 100%;
    float:left;
}

.SearchList .SearchListItem
{
    width: 100%;
    float:left;
}
.SearchList .SearchListItemPicture
{
    width: 200px;
    max-height: 200px;
    float:left;
    padding: 0;
    padding-right: 10px;
    padding-bottom: 10px;
}

.SearchList .SearchListItemPicture img
{
    max-width:200px;
    max-height: 200px;
}

.ClearBoth
{
    clear:both;
}

.product-list-button {
	width: 128px;
	height: 24px;
	line-height: 24px;
	color: white;
	font-size: 13px;
	font-family: "Century Gothic",Verdana,Tahoma,Helvetica;
	display: block;
	background-color: #4AB3E1;
	text-decoration: none;
	text-align: center;
}

.product-list-button:hover {
	color: white;
	background: #4bb3e2; /* Old browsers */
	background: -moz-linear-gradient(left,  #4bb3e2 0%, #70e6f8 50%, #207cca 100%, #4bb3e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4bb3e2), color-stop(50%,#70e6f8), color-stop(100%,#207cca), color-stop(100%,#4bb3e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #4bb3e2 0%,#70e6f8 50%,#207cca 100%,#4bb3e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #4bb3e2 0%,#70e6f8 50%,#207cca 100%,#4bb3e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #4bb3e2 0%,#70e6f8 50%,#207cca 100%,#4bb3e2 100%); /* IE10+ */
	background: linear-gradient(to right,  #4bb3e2 0%,#70e6f8 50%,#207cca 100%,#4bb3e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bb3e2', endColorstr='#4bb3e2',GradientType=1 ); /* IE6-9 */
}

.allow-cookies-info
{
    display: none;
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #274793;
    border-bottom: #333;
    z-index: 1000;
    padding: 10px;
	bottom: 0;
}

.cookie-info-content
{
    width: 900px;
    margin: 0 auto;
}

.cookie-info-content p
{
    color: #fff;
    width: calc(100% - 110px);
    float: left;
}

.cookie-info-content a
{
    color: #FEDE2F;
    text-decoration: none;
}

.cookie-info-content input[type=button]
{
    float: right;
    width: 80px;
    height: 35px;
    border-radius: 10px;
    border: 0;
    background-color: #fff;
    color: #274793;
    outline: 0;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 30px;
    cursor: pointer;
}