/**
 * New CSS MG Firm Merel Girardi 30-09-2010
 */

/**
 * = Global reset
 * ----------------------------------------------------------
 */


body {
	background:#FFFFFF;
	margin: 0;
	text-align: center;
}

body,td,th,div,a,h,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

/**
 * = Structure
 * ----------------------------------------------------------
 */

div#main_container{
	position: absolute;
	margin: -300px auto 0 -450px; 
	height: 600px;
	width: 900px;
	text-align: left;
	top: 50%;
	left: 50%;
}

div#Top {
	float:left;
	text-align:right;
	width:100%;
	height:20px;
}

div#Header {
	float:left;
	width:100%;
	height:120px;
}

div#Middle_right {
	float:right;
	width:79%;
	height:410px;
	text-align:center;
}

div#Middle_left {
	float:left;
	width:20%;
	height:410px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}

div#Footer {
	float:left;
	width:100%;
	height:20px;
}

div#Bottom {
	float:left;
	text-align:right;
	font-size: 60%;
	width:100%;
	height:20px;
}

div#Top_Cart{
	width:100px;
	float:right;	
	background-image: url(../images/Menu/Top_cart.gif);
	background-repeat: no-repeat;
	font-size:x-small;
	vertical-align:top;
	text-align:center;
}

.M_left {
	float:left;
	width:500px;
	height:410px;
	text-align:center;
}

.M_right_boven{
	float:right;
	width:200px;
	height:380px;
	text-align:left;
}

.M_right_onder{
	float:right;
	width:200px;
	height:30px;
	text-align:center;
}

/**
 * = Uls 
 * ----------------------------------------------------------
 */

ul.eigenschappen_ul{
	list-style-position: outside;
	font-size: 80%;
}

li.eigenschappen_li{
	padding-bottom:12px;
}

/**
 * = Uls voor collectie
 * ----------------------------------------------------------
 */

ul.thumb {
	float: left;
	list-style: none;
	margin: 0 0 0 10px; 		/* boven rechts onder links */
	padding: 10px; /* boven rechts onder links */
	width: 700px; /* Bepaald breedte van veld waarin de kollomen in worden opgebouwd*/
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 120px; height: 120px; /* Set the big thumbnail size */
	
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border:hidden;
	/*border: 1px solid #ddd; */
	/*padding: 5px; */
	/*background: #f0f0f0;*/
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	/*background: #FF33FF;*/
	/* background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect */
	/*border: none; /* Get rid of border on hover */
}

/**
 * = slideshow 
 * ----------------------------------------------------------
 */
 
.slideshow { 
	height: 250px; 
    width: 333px;}

/**
 * = Preload css
 * ----------------------------------------------------------
 */
 
.hiddenPic {display:none;}


/**
 * = Links 
 * ----------------------------------------------------------
 */

a:link {
	color: #333333;
	text-decoration: none;
}

a.bestellen:link {
	color: #FF33FF;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a.bestellen:visited {
	color: #FF33FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

a.bestellen:hover {
	color: #FF99FF;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a.bestellen:active {
	text-decoration: none;
}

/**
 * = headers 
 * ----------------------------------------------------------
 */

h1 {
	color: #333333;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
}

h2 {
	font-size: 85%;
	text-align: center;
}

h3 {
	font-weight: 600;
	font-size: 80%;
}

/**
 * = Paragraf 
 * ----------------------------------------------------------
 */

p.p1 {
	padding: 0 0 0 10px; /* boven rechts onder links */
	margin: 150px 0 0 0;  /* boven rechts onder links */
}

p.p2 {
	font-size: 75%;
	text-align: center;
}

/**
 * = Form 
 * ----------------------------------------------------------
 */

fieldset{
	background: url(../images/Menu/Haaknaalden.png) no-repeat center;
	text-align:left;
	height:100%;
	width: 70%;
	padding: 5px 5px 10px 10px; /* boven rechts onder links */
	margin: 0 auto 0 auto;
	border: 1;
}

legend{
	color:#333333;
	font-weight: bold;
	padding: 4px 6px 4px 0;
	margin: 0 0 5px 0;
	font-size: 0.8em;
}

label{
	width: 120px;
	font-size: 0.8em;
}

input{
	border: 1px solid #999;
	background-color: transparent;
	width: 200px;
}

.button{
	background:url(../images/Menu/mtlb_bg3.gif) repeat-x;
	color: #000;
	font-weight: bold;
	width: auto;
	margin: 0 5px 0 0;
	padding: 1px 5px 2px 5px;
	cursor: pointer;
	float: right;
}

.aantal{
	background:url(../images/Menu/mtlb_bg3.gif) repeat-x;
	color: #000;
	font-weight: bold;
	font-size: x-small;
	width: auto;
	margin: 0 5px 0 0;
	padding: 1px 5px 2px 5px;
	cursor: pointer;
	float: right;
}

.cart{
	background:url(../images/Menu/EmptyCartmo.png) no-repeat;
	cursor: pointer;
	float: right;
}

.cart_add{
	color: #000;
	font-size: 80%;
	width: 10px;
	margin: 0 60px 0 0px;
	padding: 1px 5px 1px 5px;
	cursor: pointer;
	float: right;
}

.checkbox{
	background-color: transparent;
	color: #000;
	font-weight: bold;
	font-size:xx-small; /* Toegevoegd op 27-09-2010 */
	width: auto;
	margin: 0 5px 0 0;
	padding: 1px 5px 2px 5px;
	cursor: pointer;
	float: left;
}

/**
 * = External Links 
 * ----------------------------------------------------------
 */

.links_bonbonbosch {
	display: block;
	width: 160px;
	height: 40px;
	background: url(../images/links/logo_bonbonbosch.png) bottom;
	text-indent: -99999px;
}

.links_bonbonbosch:hover {
	background-position: 0 0;
}

.links_kleineschatten {
	display: block;
	width: 160px;
	height: 40px;
	background: url(../images/links/logo_kleineschatten.png) bottom;
	text-indent: -99999px;
}
.links_kleineschatten:hover {
	background-position: 0 0;
}

.links_knuffelbeestenjouwpagina {
	display: block;
	width: 160px;
	height: 40px;
	background: url(../images/links/Logo_knuffelbeestenjouwpagina.png) bottom;
	text-indent: -99999px;
}
.links_knuffelbeestenjouwpagina:hover {
	background-position: 0 0;
}

.links_buisjesenbeugels {
	display: block;
	width: 160px;
	height: 40px;
	background: url(../images/links/Logo_buisjesenbeugels.png) bottom;
	text-indent: -99999px;
}
.links_buisjesenbeugels:hover {
	background-position: 0 0;
}
