﻿/**************************/
/* YUI Reset and Font CSS */
/**************************/
/* Copyright (c) 2008, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.5.2 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:100%;line-height:100%;}



/* base css
----------------------------------------------------------*/
body { background-color:#fff; font-family:Verdana, Arial, Helvetica, Sans-Serif; color: #696969; }
strong { font-weight:bold; }
h1, h2, h3, h4, h5, h6 { font-weight:bold; color:#333; font-family:Arial,Helvetica,sans-serif; }
h1,h2 { color:#444444; }
h1 { font-size: 138.5%; margin-bottom:0.5em; }
h2{ font-size:123.1%; }
h3{ font-size:108%; }
h5{ font-size:92%; }
a:link,a:active,a:visited { color:#006699; text-decoration: none; }
a:hover { color: #336699; text-decoration: underline; }
p { margin-bottom: 1em; }
em { font-style:italic; } 
blockquote,ul,ol,dl { margin:1em; }
ol,ul,dl { margin-left:2em; }
ol li { list-style: decimal outside; } 
ul li { list-style: disc outside; }
dl dd { margin-left:1em; }
fieldset { padding: 10px; -moz-border-radius: 1em; border-radius: 1em; margin-bottom: 10px; }
legend { font-family: Arial; font-weight: bold; }

/* Clear Float Fix */
/* Add class clearfix to parent container for dealing with child floats */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* ie6 png fix
----------------------------------------------------------*/
img, a, div { behavior: url(/content/css/iepngfix.htc) }

/* kupenda css
----------------------------------------------------------*/

body
{
    font-size: .75em;
}

a:link, a:visited
{
    color: #034af3;
}
a:hover
{
    color: #1d60ff;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    margin: 12px 0;
    padding: 0 0 4px 0;
}
h3
{
    font-size: 1.2em;
    padding: 4px;
    background-color: #999966;
    margin-bottom: 8px;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.wrapper
{
    min-width: 900px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#page
{
    padding-top: 20px;
}

#navigation
{
    height: 44px;
}

#header
{
    margin-bottom: 0px;
    color: #000;
    display: block;
    height: 112px;
    border-bottom: solid 3px #666633;
}


#header img
{
    float: left;
	padding-top: 5px;
}


#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    /*padding: 30px 30px 15px 30px;*/
    background-color: #fff;
    margin: 0 auto 30px auto;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    width: 700px;
    float: left;
}

#contentLeft
{
    float: left; 
    width: 200px;
    padding-right: 10px;
}

#contentRight
{
    float: right;
    width: 220px;
    padding: 0 0 0 15px;
}

#contentRight>div
{
    margin-bottom: 20px;
}


#baseline
{
    position: relative;
    padding: 20px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    width: 100%;
    margin-top: 10px;
}

#baseline #tagImg
{
    width: 180px;
    position: absolute;
    right: 0;
    bottom: 5px;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    width: 100%;
    border-top: solid 2px black;
}


/* TAB MENU   
----------------------------------------------------------*/
#menucontainer
{
    height: 32px;
    margin-top: 84px;
    position: absolute;
}

ul#menu
{
    margin: 0px;
    padding-top: 6px;
}

ul#menu li
{
    display: inline;
    list-style: none;
    padding: 0px 2px;
}

ul#menu li a
{
    padding: 4px 5px;
    font-weight: bold;
    font-size: 1.2em;
    color: #696969;
/*    background: transparent url(button.png) no-repeat scroll left;*/
}

ul#menu li a:hover
{
    background-color: #999966;
	color: #FFFFFF;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #999966;
    color: #FFFFFF;
    text-decoration: none;
}

ul#menu li.selected a
{
    color: #FFAA00;
    text-decoration: none;
}

/* SHOPPING CART
----------------------------------------------------------*/

#shoppingcart
{
	height: 45px;
	float: right;
	width: 160px;
	text-align: right;
	margin-top: 8px;
	font-size: 1.2em;
}

#shoppingcart p
{
}

#shoppingCartSummary
{
    display: block;
    height: 50px;
    vertical-align: middle;
}

#shoppingCartImage a
{
    top: 5px;
    display: inline-block;
    height: 22px;
    width: 29px;
    background: transparent url(cart.png) no-repeat scroll left bottom;
    vertical-align: middle;
    border: solid 1px #FFFFFF;
}

#shoppingCartImage a:hover
{
    border: solid 1px #FFAA00;
}

#shoppingcart a
{
    text-decoration: none;
    color: #FFAA00;
}
#shoppingcart a:hover
{
    text-decoration: underline;
}

/* LOGIN DISPLAY  
----------------------------------------------------------*/

#logindisplay
{
    font-size: 1.1em;
    text-align: right;
	margin-top: 15px;
	float: right;
}

#logindisplay a
{
    text-decoration: none;
    color: #FFAA00;
}

#logindisplay a:hover
{
	text-decoration: underline;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 2px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
    position: relative;
}

fieldset label 
{
    display: block;
    float: left;
    text-align: right;
    width: 130px;
    padding-right: 8px;
}

fieldset label.inline 
{
    display: inline;
}

fieldset label em
{
    position: absolute;
    left: 350px;
    color: Red;
}

legend 
{
    font-size: 1.2em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
    padding: 3px 0 3px 3px;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
    padding:3px 0 3px 3px;
}


a.button 
{
    padding: 4px;
    color: #FFFFFF;
    text-decoration: none;
}

.button {
    border: 1px solid #006;
    background: #666633;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px;
}

input.button
{
    padding: 3px;
}

.button:hover {
    color: #FFAA00;
}

.button:visited
{
    color: #ffffff;
}


.field-validation-error
{
    color: #ff0000;
    padding-left: 25px;
}


/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #999933;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #999933;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #CCCC99; 
  border: solid 1px #999933;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#logo
{
    padding-top: 10px;
    height: 75px;
    width: 306px;
    display: block;
}

div#title
{
    display:block;
    text-align:left;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.productWrap
{
    width: 890px;
    border: solid 1px #333300;
    height: 200px;
    position: relative;
    font-size: 1.1em; 
    margin-bottom: 35px;
}

.productWrap .productImage
{
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    left: -15px;
    top: -15px;
}

.productWrap .productTag
{
    float: left;
    margin: 0 10px 0 0;
    padding: 0 0px 0 10px;
    line-height: 200px;
}
 
.productWrap .productTag img
{
    vertical-align: middle;
    width: 34px;
    height: 195px;
}

.productWrap .productLogo
{
    float: left;
    margin: 5px 10px 5px 0;
}
.productWrap .productLogo img
{
    height: 80px;
}

.productWrap .productBadge
{
    margin: 4px 4px 10px 10px;
    float: right;
    text-align: right;
}

.productWrap .productBadge .fairtrade
{
    height: 50px;
}
.productWrap .productBadge .rainforest
{
    height: 50px;
}
.productWrap .productBadge .usda
{
    height: 50px;
}

.productWrap .productDesc
{
    width: 600px;
}

.productWrap .productProfile
{
    float: left;
    width: 480px;
    position: absolute;
    left: 180px;
    padding-top: 15px;
}

.productWrap .productAction
{
    padding: 5px; 
    margin: 2px; 
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 290px;
}

.productWrap .productAction fieldset
{
    margin-bottom: 4px;
    padding-bottom: 4px;
    padding-right: 0px;
    border: none;
}

.productWrap .productAction fieldset div
{
    padding-bottom: 4px;
}

.productWrap p
{
    margin-right: 5px;
}

.infoIcon
{
    height: 18px;
    width: 18px;
}


#orderDetailTable .quantity
{
    width: 30px;
}

#orderDetailTable thead th
{
    font-weight: bold;
}

#orderDetailTable tfoot td
{
    text-align: right;
    font-weight: bold;
}

#orderDetailTable
{
    width: 100%;
}

.productAction .quantity
{
    width: 30px;
}


.productSpinner 
{
    height: 200px;
    width: 210px;
    padding: 0;
    margin: auto;
}

.productSpinner div
{
    padding: 15px;
    border: solid 1px #ccc;
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
}

.productLabel
{
    font-weight: bold;
    font-variant: small-caps;
    color: #666633;
}

.productProfile
{
}

.productWrap hr
{
    background-color: #666633;
    color: #666633;
}


#projects
{
    padding: 10px 15px;
    color: #ffffff;
    font-size: 1.2em;
}

#projects img
{
    width: 100%;
    margin: 0px 0px 10px 0;
}

#projects a
{
    font-size: 0.7em;
}

#projectMain
{
    width: 700px;
    float: left;
    padding-bottom: 30px;
}

.projectImage
{
    float: left;
    border-right: solid 1px #ccc;
    padding-right: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}

#productSpinner
{
/*   background-color: #999966;*/
   height: 290px;
   width: 210px;
   margin: 0 auto;
   text-align: center;
   top: -30px;
   position: relative;
}

#productSpinner:hover
{
    cursor: pointer;
}


#productSpinner img
{
   width: 210px;
   margin: 0 auto;
   background: transparent;
}

#productSpinner .caption
{
    height: 34px;
    background-color: #999966; 
    width: 200px; 
    font-size: 1.4em;
    vertical-align: middle;
    padding-top: 12px;
}

#promo
{
   width: 220px;
   height: 340px;
   background-color: #666633;
   text-align: center;
   padding: 30px 0px 0px;
}

#promoClick
{
    color: #ffffff;
    height: 39px;
    background-color: #333300; 
    font-size: 1.5em;
    vertical-align: middle;
    padding-top: 15px;
    position: relative;
    top: -1px;
}

#shippingInfo
{
    padding: 5px 0px 5px 5px;
}

#shippingInfo img
{
    padding-left: 10px;
}

.greenBg
{
    background-color: #666633;
}
.blueBg
{
    background-color: #0011DD;
}
.pinkBg
{
    background-color: #AA0055;
}
.orangeBg
{
    background-color: #FFAA00;
}
.darkLogoBg
{
    background-color: #333300;
}
.lightLogoBg
{
    background-color: #999966;
}
.greenFg
{
    color: #666633;
}
.blueFg
{
    color: #0011DD;
}
.pinkFg
{
    color: #AA0055;
}
.orangeFg
{
    color: #FFAA00;
}
.darkLogoFg
{
    color: #333300;
}
.lightLogoFg
{
    color: #999966;
}


ul.bodyList
{
    margin-left: 0em;
    padding-left: 0.2em;
    margin-bottom: 1em;
}
ul.bodyList li
{
    background: url(Kupenda_icon_16.png) 0em 0.2em no-repeat;
    padding-left: 2.0em;
    list-style: none;
    margin-bottom: 0.5em;
}


span.italic
{
    font-style: italic;
}
span.bold
{
    font-weight: bold;
}

.nextPageIcon
{
    height: 48px;
    width: 48px;
    background: transparent url(arrow_right.png) no-repeat scroll left bottom;
    border: solid 1px #FFFFFF;
    vertical-align: middle;
    display: inline-block;
}

.prevPageIcon
{
    height: 48px;
    width: 48px;
    background: transparent url(arrow_left.png) no-repeat scroll left bottom;
    border: solid 1px #FFFFFF;
    vertical-align: middle;
    display: inline-block;
}

ul.sitemap, .sitemap ul
{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.6em;
}


a.external:link
{
    background: url(external-icon.gif) no-repeat 100% 0;
    padding: 0 20px 0 0;
}
a.external:visited
{
    color: purple;
    background: url(external-icon.gif) no-repeat 100% -100px;
    padding: 0 20px 0 0;
}
a.external:hover
{
    color: red;
    background: url(external-icon.gif) no-repeat 100% -200px;
    padding: 0 20px 0 0;
}


/* Special Panel
----------------------------------------------------------*/
.specialPanel
{
    float: left;
    width: 400px;
    border: solid 2px;
    padding: 10px;
    margin: 10px;
}
.specialPanel h3
{
    font-size: 1.5em;
}
.specialPanel p
{
    text-align: justify;
}
.specialPanel .productImage
{
    float: left;
    width: 160px;
}
.specialPanel .specialImage
{
    float: right;
    padding: 4px;
    margin: 0 0 0 4px;
}
.specialPanel .productName
{
    font-size: 1.5em;
}
.specialPanel input
{
    vertical-align: middle;
}
.specialPanel a
{
    background: transparent url(buynow.png) no-repeat scroll 0 -31px;
    width: 140px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.specialPanel a:hover
{
    background: transparent url(buynow.png) no-repeat scroll 0 0;
}
.specialPanel .specialPrice
{
    font-size: 1.5em;
    color: #FFAA00;
    padding-left: 5px;
}

.featuredPanel
{
    float: left;
    width: 200px;
    border: solid 2px;
    padding: 10px;
    margin: 10px;
}
.featuredPanel h3
{
    font-size: 1.5em;
}
.featuredPanel .productImage
{
    text-align: center;
    width: 162px;
    margin: auto;
}
.featuredPanel a
{
    background: transparent url(buynow.png) no-repeat scroll 0 -31px;
    width: 140px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.featuredPanel a:hover
{
    background: transparent url(buynow.png) no-repeat scroll 0 0;
}



h3>.editLink
{
    font-size: 0.6em;
    margin-left: 10px;
}