.maineditbox
{
    font-size: 8pt;
}
.mainbutton
{
    font-size: 8pt;
    background-color: #C5B8B3;
}
.titleimagetext
{
    cursor:default;
}

A.gridrowheading:link
{
    font-weight: bold;
    color: #000;
    font-family: Verdana;
    text-decoration: underline;
}
A.gridrowheading:visited
{
    font-weight: bold;
    color: #000;
    font-family: Verdana;
    text-decoration: underline;
}
A.gridrowheading:hover
{
    font-weight: bold;
    color: red;
    font-family: Verdana;
    text-decoration: underline;
}
A.gridrowheading:active
{
    font-weight: bold;
    color: #000;
    font-family: Verdana;
    text-decoration: underline;
}

/*--------------------NewsList---------------------*/
A.NewsListMore:link
{
    font-weight: bold;
    color: #445461;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 8pt;
    line-height: normal;
}
A.NewsListMore:visited
{
    font-weight: bold;
    color: #445461;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 8pt;
    line-height: normal;
}
A.NewsListMore:hover
{
    font-weight: bold;
    color: red;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 8pt;
    line-height: normal;
}
A.NewsListMore:active
{
    font-weight: bold;
    color: #445461;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 8pt;
    line-height: normal;
}

.NewsListTitle
{
    font-weight: bold;
    color: #445461;
    font-family: Verdana;
    text-decoration: underline;
    font-size: 8pt;
    line-height: normal;
}

.NewsListSummary
{
    font-weight: normal;
    color: #445461;
    font-family: Verdana;
    text-decoration: none;
    font-size: 8pt;
    line-height: normal;
}

.NewsListDate
{
    font-weight: bold;
    color: #C5B8C0;
    font-family: Verdana;
    text-decoration: none;
    font-size: 7pt;
    line-height: normal;
}

/*--------------------NewsList End---------------------*/
.time
{
    font-weight: bold;
    font-size: 7pt;
    color: #C5B8B3;
} 

/*--------------------style---------------------*/
body {
	font-family: Arial, Verdana;
	color: black;
	font-size: 12px;
	background: black;
	margin:0;
	padding:0;			
	}

#Header {
	margin-bottom: 20px;
	background: #FF6600;
	margin-top: 10px;	
	}
#Header h1 {
	font-family: Georgia;
	font-size: 35px;	
	color: #fff;
	margin: 0 10px;
	}
#TopNavigation {
	margin: 10px 0 0 0;	
	padding: 5px 10px;
	background:#FFF;
	color: #C5B8B3;
	height: 20px;
	}
#TopNavigation a {
	font-size: 14px;
	color: #C5B8B3;
	text-decoration: none;
	}
#TopNavigation a:hover {
	color: #000;
	}
#Main {
	font-size: 14px;
	line-height: 150%;	
	background: white;
	}
#Main h2 {
	color: #000;
	}
#SideBar {
	font-size: 12px;	
	background: white;
	}
#Footer {
	clear:both;
	color: #666;
	font-size: 11px;
	margin-top: 20px;
	padding: 0 10px;
	}

#SideBar dt{
	font-weight: bold;
	color: #000;	
	}
#SideBar dd {
	margin-left: 0;
	margin-bottom: 10px;
	}
#SideBar ul {
	padding-left:20px;
	margin-left:0;
	}
#SideBar .contacts  {
	margin-top: 20px;	
	}
#SideBar .contacts dt {
	font-size: 16px;
	color: black;
	margin-bottom: 10px;
	}
#SideBar .contacts dd {
	margin-bottom: 5px;
	
	}
.contacts dd strong {
	font-size: 11px;
	}
a {
    font-size: 8pt;
	color: #000;
	text-decoration: none;
	}
a:hover {
    font-size: 8pt;
	color: #f63;
	text-decoration: none;
	}
.gallery {
	width: 80px;
	height: 80px;
	float: left;
	display: block;
	}
	
/*-------------------------------------PollBox---------------------------------*/
.PollBox {
    font-size: 1.0em;
    margin: 0;
    background: transparent;
    width: 200px;
    padding: 10px;
    }
.PollBox fieldset {
    border: 0;      
    padding: 0;
    margin: 10px 0 10px 0;        
    }
.PollBox h4 {
    font-size: 1.3em;
    padding:0;
    margin: 0;
    }
.PollBox fieldset h5 {
    font-size: 1.0em;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px 0;        
    }
.PollBox fieldset span {
    display: block;
    margin: 0;
    font-size: 1.0em;
    color: #000;
    line-height: 1.6em;
    }
.PollBox fieldset span label {
    display: inline;
    font-weight: normal;    
    }
.PollBox a {
    float:right;
    margin-top: -16px;
    }
.PollBox span {
    color: #999;
    font-size: 0.9em;
    }
.PollBox span.validator {
    color: red;
    display: block;
    margin-bottom: 10px;
    }
    
/*----------newslist-----------*/
.newslist {
	list-style:none;
	margin:0;
	padding:0;
	}
.newslist li {
	margin-bottom: 20px;
	}
.newslist p.summary {
	margin:0;
	font-size: 0.9em;
	}
.newslist h4, .newslist h5 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;			
	}
.newslist h5 {
	font-weight: normal;
	}
.newslist span.date {
	font-style: italic;
	font-size: 0.8em;
	}
.newslist a.more {
	font-size: 0.8em;
	}

/*---------singlenews---------*/

.singlenews h2 {
	font-size: 1.5em;
	margin-bottom: 0;
	}		
.singlenews h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
	}		
.singlenews span.date {
	font-style: italic;
	font-size: 0.8em;
	line-height: 3em;			
	}
.singlenews p.summary {
	font-weight: bold;
	font-size: 0.9em;
	}
.singlenews div.newsbody {
	margin-top: 20px;
	font-size: 0.9em;
	}
.related h3 {
	font-size: 1.2em;
	margin-top: 30px;
	margin-bottom: 10px;
	}
.related h4 {
	margin: 0 0 10px 0;
	font-size: 1.0em;			}
.related ul {
	margin:0 0 20px 0;
	padding:0;						
	}
.related li {
	padding: 0 0 0 0;
	margin-left: 20px;
	}
.related li.more {
	font-size: 0.8em;
	line-height: 2.5em;
	list-style-type: none;
	}
/*-------------------------------------Blogs---------------------------------*/
.tagCloud {
    margin:10px 0;    
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    }
.tagCloud li {
    padding-left: 10px;    
    width: auto;
    margin-left: 0;
    padding-left:0;    
    vertical-align:bottom;
    } 
h3.entryDate {
    font-size: 0.9em;
    font-weight: normal;
    color: #666;
    margin: 0.8em 0 1.2em 0;    
    }
.entry {
    margin-top: 20px;
    margin-bottom: 30px;
    }
h2.entryHead {
    margin-bottom: 0.3em;
    margin-top: 1.2em;    
    }
.entryContent {
    font-size: 1.0em;
    margin-bottom: 1.0em;
    }
.entryFoot {
    padding-bottom: 2.0em;
    }
.entryGet a, .entryFoot a, .entryFoot span, .entriesNavigation a {
    padding: 0 5px;
    }
.entry fieldset {
    background: #ededed;
    border:0;
    padding: 20px;
    }
.entry fieldset ol {
    margin-left: 0;
    padding-left:0;
    }
.entry fieldset label {
    float: left;
    width: 80px;
    }
.entry fieldset input {
    width: 150px;
    }
.entry fieldset input[type="submit"] {
    width: 100px;
    margin-left: 80px;
    }
.entry fieldset textarea {
    width: 350px;
    height: 200px;
    }
#SideBar h3 {
    font-size: 1.6em;
    font-weight: normal;
    margin: 1.5em 0 0 0;
    padding:0;
    }
#SideBar ul {
    margin-top: 1.0em;
    padding-top:0;
    }
#SideBar ul a+span {
    padding-left: 5px;
    color: #666;
    }
.entryComments {
    margin: 20px 0;
    padding: 10px;
    background: #ddd;
    }
.entryComments ul {
    margin:15px;
    padding:0;
    }
.entryComments h4 {
    margin: 1em 0 0 0;
    }
.entryComments h5 {
    font-size: 0.8em;
    color: #666;
    font-weight: normal;
    margin: 0.3em 0;
    }
.entryComments .commentContent {
    font-size: 0.9em;
    margin:0 0 0.9em 0;
    } 
.XXL {
    font-size: 21px;
    }
.XL {
    font-size: 18px;
    }
.L {
    font-size: 16px;
    }
.M {
    font-size: 12px;
    }
.S {
    font-size: 9px;
    }

/*-------------------------------------FAQ---------------------------------*/

.sf_listTitle
{
	font-weight: bold;
	font-size: 14pt;
	color: #44555F;
	font-family: Verdana;
	text-decoration: none;
}
.sf_listItemTitle, .sf_listItemTitleexp
{
	color: #44555F;
	font-family: Verdana;
}
#myshp_content_frame {
   /* background: url("http://www.praktijkmeikers.nl/images/bot.gif") no-repeat scroll left bottom transparent;*/
    font-size: 0.75em;
    margin-left: 44px;
    padding: 0 13px;
    text-align: left;
    width: 585px;
	border-bottom-right-radius:30px;
	border-bottom-left-radius:30px;
	-ms-border-radius-topright: 30px;
	-ms-border-radius-bottomleft:30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color:#fff;
}

#myshp_menu_side, #myshp_content_frame, #myshp_menu_side_right{float:left;}

#myshp_menu_side_right{
	margin-left:41px;
	width:250px;
}

#center{
	width:636px;
	background: url("http://www.praktijkmeikers.nl/images/bg_cont1.gif") repeat-y scroll left ;
}

/*Moreinfo*/
table#myshp_info_list{border-collapse:collapse;margin-top:15px;width:100%!important;background-color: white;}
#myshp_info_list td{border:none!important}
#myshp_info_list td.myshp_list_top_title{width:25%;background-color:#ccc!important}
#myshp_info_list .myshp_list_top td{background-color:#ccc!important}
/*#myshp_info_list .myshp_list_top .myshp_list_product_label{white-space:nowrap}*/
#myshp_info_list .myshp_info_row .myshp_info_price_value,#myshp_info_list .myshp_info_row .myshp_info_value{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9pt;padding-left:5px;background:#fff}
#myshp_info_list .myshp_info_row .myshp_info_price_label,#myshp_info_list .myshp_info_row .myshp_info_label{padding-left:5px;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9pt;font-weight:700;background:#fff}
#myshp_info_list .myshp_info_row_image .myshp_info_label{text-align:center}
#myshp_info_list .myshp_info_image{float:none!important;margin:0!important}
#myshp_info_list .myshp_list_top h1{font-size:11pt;font-weight:700;margin-bottom:0!important;padding:5px;width:190px;}
#myshp_info_navigation{border-bottom:none!important;height:25px!important;margin:0!important;padding:5px 0 0!important;}
#myshp_info_navigation .myshp_button span{background:none!important}
#myshp_info_navigation a{text-indent:-5000px;margin:5px 2px!important}
#myshp_info_navigation a#myshp_info_back_button{background:url(http://www.mijnwinkel.nl/pic/cmd/nl/backinfo.gif);height:22px;width:74px;float:right}
#myshp_info_navigation a#myshp_info_next_button{background:url(http://www.mijnwinkel.nl/pic/cmd/nl/nextbackinfo.gif);height:22px;width:25px;float:right}
#myshp_info_navigation a#myshp_info_prev_button{background:url(http://www.mijnwinkel.nl/pic/cmd/nl/nextinfo.gif);height:22px;width:25px;float:right}
#myshp_info_navigation a.myshp_list_product_order_button{background:url(http://www.mijnwinkel.nl/pic/cmd/nl/orderinfo.gif);height:22px;width:83px;float:right}
#myshp_info_order{float:right!important}

/*order process*/

#myshp_checkout {
margin: 15px auto !important;
border: 1px solid #d5d5d5;
border-radius: 10px;
width:auto !important;
padding: 30px !important;
}
.myshp_checkout_customerdata_field input{
height:18px;
line-height:18px;
font-size: 10pt;
}
.myshp_checkout_customerdata_row {margin-bottom:0 !important;}
.myshp_checkout_customerdata_label{
font-size: 10pt;
font-family:Verdana,Arial,Helvetica,sans-serif;
}
#center {width:auto !important}

#myshp_footer {
    text-align: center
}
#myshp_checkout .myshp_checkout_header, #myshp_checkout  .myshp_checkout_breadcrumb_bullet_first{
	display:none !important;
}

#myshp_checkout .myshp_checkout_breadcrumb_part.myshp_checkout_breadcrumb_active{
	color:#3366CC !important;
	font-weight:bold;
}

#myshp_checkout .myshp_checkout_breadcrumb_steps {
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-size:	13px !important;
}

#myshp_checkout_breadcrumb, #myshp_checkout_breadcrumb{
	width:562px !important;
}
.myshp_button_next .myshp_button{
	background: url("http://mijnwinkel.nl/pic/cmd/nl/next.gif") repeat scroll 0 0 transparent;
    height: 22px;
    text-indent: -999em;
    width: 137px;
}
.myshp_button_prev .myshp_button{
	background: url("http://mijnwinkel.nl/pic/cmd/nl/back.gif") repeat scroll 0 0 transparent;
    height: 22px;
    text-indent: -999em;
    width: 74px;
}
/*basket*/
#myshp_footer{
	border-top: 1px dotted #d5d5d5;
	width:950px;
	margin-bottom: 30px;
    margin-top: 50px;
}
#myshp_footer #myshp_footer_text a{
 color: #B13654;
}

#header ul li a {
    font-size: 18px !important;
	font-family: Arial, Verdana;
}

.myshp_basket_products_header{
	background:#FFF !important;
}

.myshp_basket_products_header th {
    border-bottom: 1px solid #000000 !important;
	}
	
tr.myshp_basket_shipping{
	background:#FFF !important;
}	

tr#myshp_basket_total{
	background:#FFF !important;
}

tr.myshp_basket_shipping td{
	border-bottom:1px solid;
}
.myshp_checkout_breadcrumb_bullet_first_preactive.png{
	display:none !important;
}

#myshp_basket_products {
    background-color: #FFFFFF !important;
}