
/* -------------------------------------------------------------------------
	colors

	Dark green		#5b5618
	Green			#858705 
	Dark brown		#56400E	
	Brown			#5c4714
	Grey			#eee
	Orange			#ed6e00
*/



/* -------------------------------------------------------------------------
	General Styles
*/

body {
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	background: white url(../App_Images/Tea/bg.gif) top center repeat-y;
}

h1, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	color: black;
	text-transform: uppercase;
	line-height: 20px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}
h4 {
	font-size: 16px;
	line-height: 18px;
}
h5 {
	font-size: 14px;
	line-height: 14px;
}
h6 {
	font-size: 10px;
	line-height: 13px;
}

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
	text-decoration: none;
}


.hd {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	margin-bottom: 15px;
}
p img.left {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0 0 5px 5px;
	padding: 0;
}


a:hover {
}

ul, ol {
	list-style-type: square;
	list-style-position: inside;
}

abbr {
	border-bottom: 1px dashed black;
}

sub, sup {
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
}
sup {
	vertical-align: top;
}
sub {
	vertical-align: bottom;
}
small {
	font-size: 10px;
}


.input-large {
	width: 200px;
}

a {
	text-decoration: underline;
}
select.input-large {
	width: 207px;
}

/* -------------------------------------------------------------------------
	Form fields
*/

input[type=password], input[type=text], input.text, input.title, textarea, select {
	background: white url(../App_Images/bg-input.gif) top left no-repeat;
	border: 1px solid black;
}

input[type=password]:focus, input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color: black;
}

input[type=password], input[type=text], input.text, input.title, textarea, select {
	margin: 0.5em 0;
	padding: 2px 2px 2px 4px;
}

select {
	background-image: none;
	background-color: white;
}

input.password, input.text, input.title {
	width: 300px;
	padding: 5px;
}
input.title {
	font-size: 1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position: relative;
	top: .15em;
}

form.inline {
	line-height: 3;
}
form.inline p {
	margin-bottom: 0;
}


.registratie-hr {
	height: 1px;
	border: none;
	border-top: 1px solid;
	margin-bottom: 20px;
}


/* -------------------------------------------------------------------------
	Helper styles
*/

.bg-columns {
	background: white url(../App_Images/Tea/bg-columns.gif) top center repeat-y;
}

.btn-bullet, .btn-bullet-big, .btn-bullet-white, .btn-bullet-white-big {
	text-decoration: none;
	color: black;
	padding-left: 10px;
	background: transparent url(../App_Images/bullet-black.gif) 0px 50% no-repeat;
}

.btn-bullet-big, .btn-bullet-white-big {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(../App_Images/bullet-black-big.gif) 0px 50% no-repeat;
}

.btn-bullet-white, .btn-bullet-white-big {
	color: white;
	background-image: url(../App_Images/bullet-white.gif);
}

.btn-bullet-white-big {
	background-image: url(../App_Images/bullet-white-big.gif);
}

.btn-bullet, .btn-bullet-white {
	padding-left: 9px;
}

.btn-bullet:hover, .btn-bullet-big:hover {
	text-decoration: underline;
}



.btn-large {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 5px 5px 14px;
	color: #FFF;
	font-weight: bold;
	background: url(../App_Images/bullet-white-big.gif) 4px 50% no-repeat;
}

.btn-small {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	color: #FFF;
	font-weight: bold;
}

.btn-xsmall {
	display: block;
	background: url(../App_Images/bullet-white.gif) 4px 50% no-repeat;
	width: 157px !important;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 5px 5px 14px;
	color: #FFF;
	margin-bottom: 5px;
}

/* -------------------------------------------------------------------------
	Page structure
*/


.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/* Navigation top */
.navigation {
	width: 927px;
	padding: 0 13px 0 20px;
	height: 30px;
	cursor: default;
	text-align: center;
	font-size: 0;
}


.navigation ul, .navigation-category {
	height: 30px;
	display: block;
	line-height: 30px;
}

.navigation ul li {
	float: left;
	display: block;
	margin-right: 17px;
}
.navigation ul li a, .navigation ul li a:link, .navigation-koffie, .navigation-thee {
	float: left;
	height: 30px;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 8px;
	background: transparent url(../App_Images/bullet-white.gif) 0 12px no-repeat;
}

.navigation ul li a:hover, .navigation-koffie:hover, .navigation-thee:hover {
	text-decoration: underline;
}

.navigation-category {
	position: relative;
	left: 10px;
	display: block;
	float: left;
}
.navigation-koffie, .navigation-thee {
	padding-left: 37px;
	padding-right: 7px;
	height: 30px;
	background: transparent url(../App_Images/Global/navigation-btn-koffie.gif) left top no-repeat;
}

.navigation-thee {
	margin-left: 0px;
	background-image: url(../App_Images/Global/navigation-btn-thee.gif);
}


/* header - login/cart */
.header {
	border: 3px solid;
	border-bottom: none;
	width: 954px;
	float: left;
	overflow: hidden;
}

.header-background {
	float: left;
	position: relative; /*left:-3px;*/
	top: 0px;
}



.header-block {
	width: 301px;
	padding: 0 5px 0 8px;
	float: left;
	color: white;
}

.header-block .hd {
	color: white;
}

.header-block a {
	color: white;
	text-decoration: none;
}

.header-block a:hover {
	text-decoration: underline;
}


.header-login {
	float: left;
	width: 130px;
	height: 159px;
	margin-top: 1px;
	border-right: 1px solid white;
}

.header-block .header-login input, select {
	width: 115px;
}


.header-winkelwagen {
	float: left;
	height: 159px;
	margin-top: 1px;
	margin-left: 4px;
}

.header-winkelwagen div {
	float: left;
	clear: both;
}

.header-winkelwagen span {
	float: right;
}

.header-winkelwagen .hd {
	padding-left: 23px;
	padding-bottom: 10px;
	background: transparent url(../App_Images/Tea/icon-cart.gif) no-repeat;
}

.headercart {
	width: 160px;
	height: 130px;
}

.headercart .name {
	height: 17px;
	width: 100px;
}

.headercart .price {
	text-align: right;
	padding-right: 5px;
}

.headercart .price span {
	float: left;
	padding-left: 3px;
}

.headercart .line {
	border-bottom: 1px solid #FFFFFF;
	padding-right: 0px;
}

.headercart .totaal {
	height: 20px;
}

.headercart .naar {
	width: 160px;
}

.header-zoeken {
	padding: 5px;
	width: 292px;
	height: 30px;
	margin-top: 20px;
	float: left;
}

.header-zoeken .btn {
	margin-top: 10px;
	float: left;
}

.header-zoeken input, .header-zoeken select {
	margin-top: 3px;
}

.header-zoeken a {
	color: black;
}

.header-block .header-zoeken input {
	width: 97px;
	margin-right: 5px;
}
.header-block .header-zoeken select {
	width: 122px;
	margin-right: 5px;
}


.header-breadcrumbs {
	height: 18px;
	width: 705px;
	float: right;
	text-align: left;
	line-height: 18px;
	color: white;
	cursor: default;
}

.header-breadcrumbs a {
	color: white;
	text-decoration: none;
	padding: 0 3px;
}

.footer {
	float: left;
	padding-bottom: 20px;
	width: inherit;
	clear: both;
}


/* menu */
.menu-container {
	position: relative;
	top: -128px;
	float: left;
	width: 244px;
}

.menu-logo {
	width: 241px;
	height: 125px;
	float: left;
	border-top: 3px solid;
	border-right: 3px solid;
}

.menu-logo img {
	position: relative;
	top: 13px;
	left: 20px;
}
.menu-logo span.inv {
	width: 0px;
	height: 0px;
	display: none;
}

.menu {
	position: relative;
	top: -7px;
	left: 20px;
	width: 200px;
	float: left;
}

.menu ul {
	width: 185px;
	float: left;
}

.menu ul li {
	list-style: none;
}

.menu ul li a {
	background: url(../App_Images/bullet-white.gif) 5px 9px no-repeat;
	width: 184px;
	float: left;
	padding-left: 16px;
	min-height: 21px;
	line-height: 20px;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

/* niveau 2 */
.menu ul ul {
	width: 185px;
	float: left;
	border: none;
	padding: 0 0;
	position: relative;
	top: -15px;
}

/* niveau 3 */
.menu ul ul ul {
	top: 0px;
}

.menu ul li ul li a {
	line-height: 16px;
    min-height: 16px;
	background: url(../App_Images/bullet-green.gif) 5px 6px no-repeat !important;
	width: 183px;
	padding-left: 17px;
	float: left;
	margin-bottom: 0px;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
}

.menu-plus .menu3 a {
	padding-left: 27px !important;
	width: 173px !important;
	background: url(../App_Images/bullet-green.gif) 17px 6px no-repeat !important;
}

.menu ul li ul .active a {
	color: black !important;
	background-image: url(../App_Images/bullet-black.gif) !important;
}

.menu-plus a, .menu-min a {
	background-image: url(../App_Images/menu-plus.gif) !important;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
}

.country-menu ul ul li a
{
	margin-left: 18px !important;
	width: 165px !important;
}

.country-menu ul ul
{
	background-color: #E0E1C1 !important;
}

.menu-min a {
	background-image: url(../App_Images/menu-min.gif) !important;
}

.menu li a.ToTea {
	background-color: #858705 !important;
}
.menu li a.ToCoffee {
	background-color: #5c4714 !important;
}

.menu-block {
	width: inherit;
	float: left;
	border-top: 1px solid;
	padding-top: 16px;
	padding-bottom: 23px;
}

/* content */
.content-container {
	float: right;
	width: 710px;
}
.content-container li {
	margin: 0 0 0 20px !important;
}

.category-list li {
	margin: 0 0 0 0px !important;
}

.content {
	float: left;
	width: 697px;
	padding-top: 15px;
}

/* -------------------------------------------------------------------------
	Page components
*/


/* home */
.home-left, .home-right {
	float: left;
	width: 370px;
	padding-top: 15px;
}

.home-right {
	float: right;
	width: 310px;
	padding-left: 7px;
}

.home-right p {
	padding-right: 7px;
}

.home-right img {
	padding-bottom: 7px;
}

.home-right h3 {
	padding-bottom: 4px;
}

.home-right hr {
	height: 1px;
	border: none;
	border-top: 1px solid;
	margin: 20px 0;
	margin-left: -7px;
}

.home-weetjes-container, .home-weetjes {
	float: left;
}

.home-weetjes .hd {
	padding-top: 2px;
	padding-bottom: 16px;
}

.home-weetjes-container {
	color: white;
	border: 4px solid;
	margin-left: -7px;
}

.home-weetjes {
	border: 1px solid white;
	padding: 7px;
}


.home-divider {
	float: left;
	display: block;
	margin-top: 20px;
}


/* category */

.category-row {
	float: left;
	width: inherit;
	padding-bottom: 20px;
}

.category-list {
	float: left;
	width: 340px;
	line-height: 18px;
}

.category-list a {
	text-decoration: none;
	color: black;
}

.category-list a:hover {
	text-decoration: underline;
}

.category-list img, .category-list ul {
	float: left;
	display: block;
}

.category-list img {
	padding-right: 10px; /*width: 109px;*/
}

.category-list ul {
	width: 228px;
}

.category-list .list {
	float: right;
	width: 210px;
}

.category-con {
	width: 210px;
	float: left;
}

/* content-sub */
.content-sub {
	float: right;
	width: 710px;
}

.content-sub h1 {
	margin-top: 15px;
}

.content-sub-intro {
	padding-top: 15px;
	float: left;
	width: 370px;
}

.content-sub-intro h1 {
	margin-top: 15px;
}

.content-sub-select, .search-sub-select {
	float: right;
	width: 294px;
	padding: 9px 8px 0 15px;
	margin: 0 0 0 5px;
	color: white;
}

.search-sub-select {
	color: black;
}

.content-sub-select h3 {
	color: white;
}

.search-sub-select h3 {
	color: black;
}

.content-sub-body {
	float: left;
	width: 697px;
}

.content-sub .product {
	float: left;
	width: 330px;
	margin-right: 20px;
}

.content-sub .product img {
	float: left;
}

.content-sub .product p {
	color: #000000;
	width: 240px;
	margin-left: 105px;
	margin-bottom: 9px;
}

/* wizard-question */

.wizard-question {
	float: left;
	position: relative;
	left: -9px;
	padding: 10px;
	width: 374px;
	color: white;
}

.wizard-question label {
	margin-left: 8px;
	display: inline-block;
	width: 340px;
	vertical-align: top;
	padding-bottom: 8px;
}
.wizard-question input {
	margin-top: -4px;
}

.wizard-question p {
	padding: 8px 0px 10px 0px;
}

.wizard-question h3 {
	color: white;
	padding-bottom: 20px;
}

.wizard-number {
	color: #858705;
	float: right;
	padding: 15px 10px 0px 0px;
	font-size: 13px;
}

.wizard-results {
	width: 385px;
	float: left;
}


/* search results */

.search-item {
	width: inherit;
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.search-item:hover h3 {
	text-decoration: underline;
}

.search-item h3 {
	font-size: 13px;
	padding-bottom: 5px;
}

.search-item p {
}
.search-item span {
	font-size: smaller;
}
.search-item a {
	text-decoration: none;
}

.search-item .divImg {
	float: left;
}
.search-item .divImg IMG {
	margin: 0px 5px 5px 0px;
}

.search-sub-select h3 {
	padding-bottom: 16px;
}


/* product */

.product {
	width: inherit;
	float: left;
	padding-top: 10px;
}

.product:hover h3 {
	text-decoration: underline;
}

.product img {
	float: left;
	display: block;
	padding-right: 4px;
}

.product h3 {
	font-size: 14px;
}

.product span, .product-price {
	font-weight: bold;
	font-size: 16px;
	float: right;
	text-align: right;
}

.product p {
	margin-bottom: 5px;
}

.product sup {
	line-height: 3px;
}

.product a {
	text-decoration: none;
}

.product-detail {
	float: right;
	width: 710px;
}

.product-detail-tools {
	float: left;
	line-height: 23px;
	text-align: left;
}


.product-detail h4 {
	float: left;
	display: inline-block;
	width: 220px;
	text-align: left;
}

.product-detail table {
	float: left;
	text-align: left;
	width: 210px;
}

.product-detail-colum3 span {
	float: left;
}

.product-detail-colum3 table td {
	padding-bottom: 6px;
	padding-right: 5px;
}

.product-detail-colum2 table td {
	padding-bottom: 10px;
}

.product-detail-colum1, .product-detail-colum2, .product-detail-colum3 {
	width: 220px;
	float: left;
	position: relative;
	left: 0;
}
.product-detail-colum1 h4 {
	padding-bottom: 15px;
}
.product-detail-colum1 {
	text-align: center;
}
.product-detail-colum2 {
	left: 26px;
}
.product-detail-colum3 {
	left: 50px;
	width: 220px;
}
.product-detail-colum3 h4 {
	padding-bottom: 8px;
}

.product-detail-colum3 p {
	text-align: center;
}

.product-detail-aantal {
	padding: 5px;
	width: 213px;
	height: 30px;
	margin-top: 16px;
	float: left;
}

.product-detail-aantal input, .product-detail-aantal select {
	width: 70px;
	margin-top: 3px;
	margin-right: 15px;
}

.product-detail-aantal a:hover {
	text-decoration: underline;
}


.product-detail-row2 {
	padding-top: 0;
	float: right;
}

.product-detail-related {
	float: right;
	width: 226px;
	margin-right: 10px;
	padding-top: 3px;
}

.product-detail-block {
	width: 216px;
	float: right;
	padding: 11px 7px 7px 11px;
}

.product-detail-block h2 {
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
}

.product-detail-block-transparent {
	width: 216px;
	float: right;
	padding: 11px 7px 7px 11px;
	background-color: Transparent !important;
}

/* accessoires */

.accessoires-row .product {
	width: 320px;
	float: left;
	margin-right: 20px;
}

.accessoires-detail {
	background: none !important;
}
.accessoires div {
	float: left;
	width: 220px;
}

.accessoires p {
	line-height: 16px;
}

.accessoires-related {
	float: left;
	width: 120px;
}

.accessoires-photos, .accessoires-column-1 {
	width: 370px;
}

.accessoires-photos {
	float: left;
	padding-bottom: 10px;
}
.accessoires-photos img {
	margin-bottom: 15px;
}

.accessoires-column-2 {
	float: right;
	padding: 15px;
	position: relative;
	top: -15px;
	width: 287px;
}

.accessoires-column-2 label {
	margin-top: 5px !important;
}



/*winkelwagen*/

/* =Winkelwagen
-------------------------------------------------------------- */


.winkelwagen table {
	float: left;
	width: inherit;
	font-size: 12px;
	margin-top: 20px;
	width: 693px;
}

.winkelwagen table input {
	font-size: 11px;
	margin-top: 0;
}

.winkelwagen table .alignright, .winkelwagen table .alignleft {
	margin: 0;
}

.winkelwagen table select {
	width: 40px;
	margin-bottom: 0;
	font-size: 10px;
	padding: 2px;
}

.winkelwagen table thead {
	color: white;
}

.winkelwagen table th {
	border-left: 1px solid white;
	color: white;
	padding: 5px 5px 5px 5px;
	text-align: left;
}


.winkelwagen tr {
	border-bottom: 3px solid white;
}

.winkelwagen table tr td {
	padding: 10px 5px 10px 5px;
	vertical-align: top;
	border-left: 1px solid white;
}

.winkelwagen div {
	float: left;
}

.winkelwagen .sp {
	padding: 0;
	height: 5px !important;
}

.winkelwagen img {
	margin: 0;
	padding: 0;
	float: left;
}

.winkelwagen span {
	float: right;
}

.winkelwagen .border {
	padding-left: 0;
}

.winkelwagen form h2 {
	font-size: 14px;
	padding: 0;
}

.winkelwagen form.border {
	padding: 20px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.winkelwagen textarea {
	padding: 20px 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	width: 390px;
	height: 120px;
	padding: 5px;
	font-family: Arial;
	font-size: 11px;
}

.winkelwagen table tr td {
	vertical-align: middle;
}

.winkelwagen .border img {
	border: 1px solid;
}

.winkelwagen .verpak {
	width: 65px;
	float: left;
}

.winkelwagen .verpakft {
	width: 115px;
	float: left;
	font-weight: bold;
	padding-top: 10px;
}

.winkelwagen .total {
	font-size: 14px;
	font-weight: bold;
}

.winkelwagen-bt {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 700px;
}

.winkelwagen-bt-alternate {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 700px !important;
}

.winkelwagen-bt-alternate a, .winkelwagen-bt a {
	color: #FFF;
	text-decoration: none;
}

/* Bestelling Controleren */

.bestel-control {
	float: left;
	width: 338px;
	padding-right: 10px;
}

.bestel-control div {
	float: left;
	width: 160px;
}

.bestel-control .col {
	float: left;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 12px;
}

.bestel-control .input-required {
	float: left;
	width: 10px;
	padding-top: 10px;
	padding-left: 3px;
}


/* bestelhistorie */

.bestel {
	width: 680px !important;
	padding-top: 20px;
	float: left;
}

.bestel- {
	padding-top: 20px;
	float: right;
}

.paging-winkel {
	float: left;
	text-align: center;
	padding: 10px 0;
	font-size: 0;
}


.paging-winkel {
	padding-top: 5px;
	cursor: default;
}

.paging-winkel a {
	font-size: 11px;
	text-decoration: none;
	padding: 3px 6px;
	margin: 0 4px;
}


.paging-winkel a:hover {
	color: white;
}

.paging-winkel .active {
	color: white;
	font-weight: bold;
}

/* paging */
.paging {
	margin-top: 20px;
	margin-left: 70px;
	width: 710px;
	float: left;
	text-align: center;
	padding: 10px 0;
	font-size: 0;
}

.paging table {
}

.paging-numbers {
	padding-top: 5px;
	cursor: default;
	width: 150px;
}

.paging-numbers a {
	font-size: 11px;
	text-decoration: none;
	padding: 3px 6px;
	margin: 0 4px;
	border-width: 1px;
	border-style: solid;
}

.paging-numbers a:hover {
	color: white;
}

.paging-numbers .active {
	color: white;
	font-weight: bold;
}

.paging-first, .paging-prev, .paging-next, .paging-last {
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	margin: 0 8px;
	text-transform: uppercase;
	background: transparent url(../App_Images/bullet-paging-2.gif) center left no-repeat;
}

.paging-first {
	padding-left: 18px;
}
.paging-last {
	padding-right: 18px;
	background-position: center right;
}

.paging-prev, .paging-next {
	background-image: url(../App_Images/bullet-paging-1.gif);
}

.paging-prev {
	padding-left: 12px;
}
.paging-next {
	padding-right: 12px;
	background-position: center right;
}

.paging-first:hover, .paging-prev:hover, .paging-next:hover, .paging-last:hover {
	text-decoration: underline;
}


/* send a friend */
#send-a-friend {
	text-align: left;
	background-color: white;
	padding: 10px;
}

#send-a-friend form input {
	width: 200px;
	margin-bottom: 10px;
}
#send-a-friend form p {
	padding-right: 15px;
}

/* meer info */
#meer-info {
	text-align: left;
	background-color: white;
	padding: 10px;
}

.variantslist input {
	float: left;
}

.variantslist label {
	display: block;
	width: 100%;
	height: 24px;
}

.variantslist label span {
	margin-top: 5px;
	margin-left: 5px;
}

.variantslist td sup {
	margin-bottom: 5px;
}

/* Footer */

.searchSuggestionsList {
	width: 295px !important;
	margin: 0px !important;
	padding: 2px !important;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	cursor: pointer;
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
	font-size: 11px;
}


/* -------------------------------------------------------------------------
	Misc classes
*/

.b {
	font-weight: bold;
}


.input-required {
	color: #F00;
}

.clickable {
	cursor: pointer;
}

.tiny {
	font-size: 10px;
	line-height: 14px;
}
.small {
	font-size: 11px;
	line-height: 15px;
}
.large {
	font-size: 14px;
	line-height: 18px;
}
.huge {
	font-size: 16px;
	line-height: 22px;
}

.grey, .grey a {
	color: #666 !important;
}
.black, .black a {
	color: black !important;
}
.white, .white a {
	color: white !important;
}
.orange, .orange a {
	color: #ed6e00 !important;
}
.dark-brown, .dark-brown a {
	color: #56400E !important;
}
.highlight, .highlight a {
	background: #ff0 !important;
}

.clear {
	clear: both;
}
.left {
	float: left !important;
	text-align: left;
}
.right {
	float: right !important;
}
.hide {
	display: none;
}

.no-margins {
	margin: 0 !important;
}
.no-paddings {
	padding: 0 !important;
}

.no-bg {
	background: none !important;
}
.no-border {
	border: none !important;
}

.txt-uppercase {
	text-transform: uppercase !important;
}
.txt-no-uppercase {
	text-transform: none !important;
}
.txt-underline {
	text-decoration: underline !important;
}
.txt-no-underline {
	text-decoration: none !important;
}

.txt-right {
	text-align: right !important;
}
.txt-left {
	text-align: left !important;
}
.txt-center {
	text-align: center !important;
}


span.ipsis {
	font-family: Trebuchet MS, Arial, Helvetica;
	width: 880px;
	margin: auto;
	position: relative;
	clear: both;
	font-size: 9px;
	color: #555555;
	padding-left: 10px;
}
span.ipsis a {
	color: #555555;
}

.packagingSelect span {
	width: 110px;
	height: 40px;
	float: left;
	padding: 15px 0 0 70px;
}

.packagingSelect label {
	font-weight: bold;
}

.carttotals {
	width: 600px;
	margin-top: 0px !important;
}

.coffee-spotlight,
.tea-spotlight
{
	width: 330px;
	margin-right: 12px;
}

.tea-spotlight h3 a
{
	color: #ED6E00 !important; 
}

.coffee-spotlight h3 a
{
	color: #ED6E00 !important;
}

.tea-spotlight .color
{
	color: #ED6E00 !important; 
}

.coffee-spotlight .color
{
	color: #ED6E00 !important;
}
/* Favorites */

.TeaFavorites {
	margin-top: 3px !important;
}

.CoffeeFavorites {
	margin-top: 3px !important;
}

.CoffeeFavorites .btn-large, .CoffeeFavorites .btn-small, .CoffeeFavorites .menu ul li a, .CoffeeFavorites .wizard-question, .CoffeeFavorites .product-detail-aantal, .CoffeeFavorites .product-detail-block, .CoffeeFavorites .winkelwagen table th, .CoffeeFavorites .winkelwagen .total, .CoffeeFavorites .paging-winkel a:hover, .CoffeeFavorites .paging-winkel .active, .CoffeeFavorites .paging-numbers a:hover, .CoffeeFavorites .paging-numbers .active {
	background-color: #5c4714;
}

.product p {
	color: Black !important;
}

.biologic {
	font-weight: bold;
	margin-left: -17px;
	padding: 0;
}

.tea-left {
	background: #FFFFFF url(/App_Images/tea-left.gif) repeat-y right;
}

.tea-right {
	background: #FFFFFF url(/App_Images/tea-right.gif) repeat-y left;
}

.tea-mid {
	width: 960px;
	height: 100%;
	vertical-align: top;
}

.home 
{
    width: 100%;
}

.site {
	width: 100%;
	height: 100%;
}

.logo 
{
    width: 241px;
    height: 102px;
    margin: -105px 0px 0px 0px;
    position: relative;
}

.logo[align=center] 
{
    margin-right: 3px;
}

.logo img
{
    border-top: 3px solid #5B5618 !important;
    border-right: 3px solid #5B5618 !important;
}

