/******************************************************
*
*					typografie custom
*
******************************************************/

body {
	margin-top:0px;
	background-image:url(http://www.mimoods.nl/images/bg/mimoods_bg_3.gif);
	background-repeat:repeat;
	font-size:100%;
}

.thrColAbs #container { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.875em;
	line-height:1em;
} 

.thrColAbs table {
	line-height:1.4em;
	}

H1 { 
	font-family: Adobe Caslon Pro, Georgia, Garamond, Times, serif;  
	font-size:2em;
	margin-bottom:10px;
	font-style:normal;
	font-weight:normal;
} 

H2 { 
	font-family: Adobe Caslon Pro, Georgia, Garamond, Times, serif;  
	font-size:1.25em;
	border-bottom:#000000 1px dashed;
	width:100%;
	margin-top:2px;
} 

H3 { 
	margin-top:2px;
	font-family: Lucida Grande, Tahoma;
	font-size: 0.75em;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing:0.05em;
	color:#333333;
}

.waarden	{
	font-family: Lucida Grande, Tahoma;
	font-size: 0.75em;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing:0.05em;
	color:#333333;
	}

.prijs {
	color:#000000;
	}

p 	{
	margin-bottom:20px;
	}

/******************************************************
*
*					Navigatie main
*
******************************************************/

.Navigation
{
    position: relative;
    height: 90px;
    width: 940px;
    background-color: white;
    padding-right: 0px;
	padding-bottom:15px;
    margin: 10px 0;
    overflow: hidden;
}
.Navigation li
{
    float: left;
    list-style: none;
	margin-right:25px;
}

.Navigation li.back
{
    background-color: #d9e6eb;
    width: 9px;
    height: 100px;
    z-index: 8;
    position: absolute;
}

.Navigation li a
{
    font-family: Adobe Caslon Pro, Hoefler Text, Georgia, Garamond, Times, serif;
	font-style:italic;
    font-size: 13px;
    margin-right: 10px;
    padding-top:76px;
    text-decoration: none;
    color: #000;
    outline: none;
    text-align: center;
    top: 7px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 90px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}
.Navigation li a:hover, .Navigation li a:active, .Navigation li a:visited
{
    border: none;
	text-decoration:underline;
}

.Nav_Home
{
    background: url("http://www.mimoods.nl/shop/images/site/navigatie/nav_home.png") no-repeat top;
}

.Nav_Shop
{
    background: url("http://www.mimoods.nl/shop/images/site/navigatie/nav_shop.png") no-repeat top;
    
}
.Nav_Ship_and_Handling
{
    background: url("http://www.mimoods.nl/shop/images/site/navigatie/nav_shipping.png") no-repeat top;
}

.Nav_Payment_Options
{
    background: url("http://www.mimoods.nl/shop/images/site/navigatie/nav_payment.png") no-repeat top;
}
.Nav_Return_Policy
{
    background: url("http://www.mimoods.nl/shop/images/site/navigatie/nav_return.png") no-repeat top;
}
.Nav_Terms_and_Conditions
{
    background: url("http://www.mimoods.nl/shop/images/site/navigatie/nav_terms.png") no-repeat top;
    
}
.Nav_Support
{
    background: url("http://www.mimoods.nl/shop/images/site/navigatie/nav_support.png") no-repeat top;
}




/******************************************************
*
*					Navigatie submenu
*
******************************************************/

ul#navlist_sub
{
	white-space: nowrap;
	margin-bottom:0px;
	margin-top:0px;

}

#navlist_sub li
{
	display: inline;
	list-style-type: none;
}

#navlist_sub a {
	font-family: Adobe Caslon Pro, Hoefler Text, Georgia, Garamond, Times, serif;
	font-size: 13px;
	margin-right:10px;	
}

#navlist_sub a:link, #navlist_sub a:visited
{
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#navlist_sub a:hover
{
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66cccc;
}


/******************************************************
*
*					Navigatie subscribe
*
******************************************************/
ul#navlist_subscribe
{
	white-space: nowrap;
	margin-bottom:5px;
	margin-top:5px;
}

#navlist_subscribe li
{
	display: inline;
	list-style-type: none;
}

#navlist_subscribe a {
	font-family: Lucida Grande, Tahoma;
	font-size: 9px;
	font-variant: normal;
	text-transform: uppercase;
	color:#000018;
    letter-spacing: 0.1em;
	margin-right:10px;
}

#navlist_subscribe a:link, #navlist_subscribe a:visited
{
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#navlist_subscribe a:hover
{
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66cccc;
}



/******************************************************
*
*					productoverzicht custom
*
******************************************************/

#productlijst {
	margin-bottom:20px;
	}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin-right:40px;
	margin-bottom:0px;
	position: relative;
	width: 200px;
	height: 200px;
}
.gallery img {
	border: none 0;
}
.gallery li:hover img {
	border-color: #999;
}
.gallery em {
	width: 200px;
	height:200px;
	display: none;
	position: absolute;
	overflow:hidden;
	top: 0px;
	left: 0px;
}
.gallery a {
	text-decoration: none;
	color: #000;
}
.gallery a:hover em {
	display: block;
}



/******************************************************
*
*					sizechart
*
******************************************************/
#sizechart {
	margin-top:10px;
}

#sizechart td {
	border-bottom: 1px solid #C1DAD7;
}

#sizechart .sizechartheader {
	background-color:#C1DAD7;
}


/******************************************************
*
*					rechterkolom + shoppingbag custom
*
******************************************************/


#winkelwagen {
	font-family: Lucida Grande, Tahoma;
	font-size:0.7em;
	letter-spacing:0px;
	color:#000018;
	text-transform:uppercase;
	text-align:left;
}

/******************************************************
*
*	footer
*
******************************************************/


.thrColAbs #footer {
	font-family: Lucida Grande, Tahoma;
	font-size: 8px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.thrColAbs #footertop {
	font-family: Lucida Grande, Tahoma;
	font-size: 8px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.thrColAbs #footertop a {
	text-decoration:none;
	color:#FFFFFF;
}

.thrColAbs #footertop a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.thrColAbs #footer a {
	text-decoration:none;
	color:#FFFFFF;
}

