/*Qrios Webdiensten Stylesheet*/

/*Opmaak*/
body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    letter-spacing: 0.2pt;
	line-height: 15px;
	color: #fff;
	background-color:#4b2807;
	background-image: url(../img/bg_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: auto;
	scrollbar-3dlight-color:#ff26cd;
	scrollbar-arrow-color:#99cc00;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#ff26cd;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#ff26cd;
	scrollbar-shadow-color:#ff26cd;
}

h1 {
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	margin-top: 12px;
	margin-bottom: 7px;
	font-size: 13pt;
	font-weight: normal;
}

h1:first-letter {
	color: #00ccff;
	font-weight: normal;
	font-size: 20pt;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0;
	margin-top: 12px;
	margin-bottom: 7px;
	font-size: 13px;
}

h3 {
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #777;
}

a {
	color: #99cc00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


a img {
	border: none;
}


/*blocks*/
#q_placeholder {
	width: 1000px;
}

#bg_top {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	width:1000px;
	height:110px;
}

#q_top_links {
    position: absolute;
    top: 110px;
    left: 660px;
    width: 350px;
    line-height: 35px;
    background-color: #ff26cd;
    text-align: center;
}

#q_top_links a {
    font-weight: bold;
    font-size: 14px;
    color: #4b2807;
	background-image: url(../img/bg_top_link.png);
	background-repeat: no-repeat;
	background-position: left;
    padding-left: 19px;
    padding-right: 10px;
}

#q_menu {
	padding: 0px;
	margin: 10px;
	float: left;
	width:200px;
	height:400px;
    padding-top: 10px;
	background-position: left top;
	background-repeat: x;
    text-align: left;
}

#q_content {
	display: block;
}
#q_content_inner {
	padding: 5px 5px 5px 10px;
    display: block;
}

div#q_content_inner div table{
    width: 100%;
}

div#q_content_inner div table td{
	padding: 1px 5px 2px 5px;
}

#vlak_rose {
    padding-bottom: 40px;
    padding-top: 10px;
    background-color: #ff26cd;
}

#vlak_lime {
	width:200px;
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 5px;
    background-color: #99cc00;
    text-align: left;
}

#vlak_lime_inner {
	font-size: 8pt;
    padding: 3px 20px 5px 10px;
}

#vlak_lime_inner a{
	color: #4b2807;
}

#q_footer {
	height: 25px;
	clear: both;
	position: relative;
	top: 2px;
    margin-bottom: 5px;
    padding-left: 230px;
    vertical-align: middle;
    color: #99cc00;
}

#q_footer a {
    font-size: 8pt;
    font-weight: normal;
    color: #aaa;
}

#q_slogan {
	position: relative;
	top: 10px;
    left: 10px;
	margin-right: 5px;
	color: #ff26cd;
	font-weight: bold;
	font-size: 10pt;
	width: 450px;
}

#q_zoeken {
	position: relative;
	top: 40px;
	left: 23px;
	width: 400px;
    vertical-align: top;
}

#q_logo_home {
	width: 270px;
	height: 110px;
    margin-left: 300px;
}

#q_footer a.uwbestelling {
    font-size: 10pt;
    font-weight: normal;
    color: #4b2807;
    margin-right: 20px;
}

#q_footer a.uwbestelling img {
	position: relative;
	top: 2px;
}

tr.even {
    background-color: #e0faff;
    color: #4b2807;
}

tr.odd {
    background-color: #ffF;
    color: #4b2807;
}

tr.even, tr.odd {
    border-bottom: 1px solid #ccc;
}

tr.even a, tr.odd a{
    font-weight: normal;
    color: #5e7e00;
}

form#cart_view table {
    width: 100%;
}


/*Menu*/
.menu ul { /* all lists */
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	list-style-type: none;
	list-style-image: none;
}
.menu ul ul{ 
	list-style-type: none;
}

.menu li { /* all list items */
	list-style-type:none;
	list-style-image:none;
}
.menu .leaf a, .menu .collapsed a, .menu .expanded a {
	background-image: url(../img/bg_menu_item.png);
	background-repeat: no-repeat;
	background-position: left;
    padding-left: 19px;
    color: #4b2807;
}

.menu .expanded a {
    border-bottom: 1px solid #fff;  
}
.menu .expanded .leaf a {
    border-left: 1px dashed #fff;  
    border-bottom: 1px dashed #fff;  
}

.menu  a.active{
	background-image: url(../img/bg_menu_item_actief.png);
	background-repeat: no-repeat;
	background-position: left;
}
.menu li a { /* all list links */
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	padding: 0px;
    padding-top: 5px;
	display: block;
    height: 18px;
	color: #fff;
}
.menu ul li a { /* sub list links */
    vertical-align: bottom;
	font-weight: normal;
    font-size: 9pt;
}
.menu li a:hover {
	text-decoration: underline;
	background-image: url(../img/bg_menu_item_over.png);
	background-repeat: no-repeat;
	background-position: left;
}
.menu li.active a {
	color: #000;
}


/*Specifiek*/
#edit-search_theme_form_keys {
	position: relative;
	bottom: 6px;
	#bottom: 2px;
    height: 17px;
    font-size: 9pt;
	border: 1px solid #ff26cd;
}

div#block-cart-0 {
}

div#block-cart-0 div.items {
}

div#block-cart-0 div.checkout {
    margin-top: 5px;
    white-space: nowrap;
}

div.messages {
	border: 1px solid #99cc00;
    padding: 5px;
    margin-top: 40px;
}


/*->Product*/
/*Opmaak Teaser*/
div.teaser{
    text-align: center;
    width: 150px;
    height: 270px;
    float: left;
    border: 1px solid  #00ccff;
    background-color: #f4fdff;
    color: #4b2807;
    padding: 2px 10px;
    margin: 3px;
    overflow: hidden;
}
div.teaser div.content{
    height: 220px;
    overflow: hidden;
}
div.teaser div.product_teaser_text{
    height: 3.5em;
    overflow: hidden;
}

div.teaser div.price {
    font-size: 10pt;
    position: relative;
    bottom: 2px;
}

.content img, .content_product img {
    padding: 4px;
    margin: 4px;
    background-color: #e0faff;
    border: 1px solid  #00ccff;
    
}

div.teaser h2.title a {
	color: #4b2807;
}

div.product_splitter {
    display: none;
    color: #eee;
    border-bottom: 2px dashed #eee;
    margin-bottom: 10px;
}

div.teaser div.links {
    position: relative;
    bottom: 2px;
    text-align: right;
}

div.links {
    clear: left;
}
a.feed-icon {
    display: block;
    clear: left;
}

div.product_teaser_img, div.product_teaser_text {
    display: none;
}

div.teaser div.product_teaser_img, div.teaser div.product_teaser_text {
    display: block;
}

div.content_product fieldset {
    width: 300px;
}

div.content_product div.description {
    font-size: 10px;
	color: #99cc00;
}

div.content_product label {
    float: left;
    display: block;
    width: 120px;
}

div.content_product select {
    width: 120px;
}

div.content_product div.price {
    white-space: nowrap;
    padding: 10px 0px 5px 0px;
    font-size: 15px;
    position: absolute;
    top: 180px;
    left: 690px;
}

form#subproducts_add_to_cart {
    float: right;
    position: absolute;
    top: 210px;
    left: 690px;
}

form#subproducts_add_to_cart legend{
	color: #00ccff;
}

form#subproducts_add_to_cart img{
    overflow: hidden;
    margin-right: 75px;
    width: 1px;
    height: 1px;
}

form#subproducts_add_to_cart select{
    width: 200px;
}

form#subproducts_add_to_cart input.addtocart{
    
}