﻿/* Generic styles */
*
{
	margin:0;
	padding:0;
}
html	{ overflow: scroll; }
body
{
	font-family: 		Arial, Helvetica, sans-serif; 	
	margin: 		0; 	
	font-size: 		0.9em; 
	background-color:	#f0f0f0;
	color:                  #5062ac;
}
img 		{ border: 0; }
h1, h2, h3	{ padding-bottom: 5px; }
h1 			{ font-size: 2em; }
a 		{ color:#293660; text-decoration:none;}
a:hover 	{ color:#5062ac; text-decoration:underline}
fieldset
{
	clear: 			both;
	padding-top: 	10px;
	border: 		0;
}
label 
{
	width: 			140px;
	float: 			left;
	font-weight: 	bold;
}
textarea
{
	clear: both;
	float: none;
}
/*----------------------------------------------------------------------
/ Start of styles for specific portions of the web page
------------------------------------------------------------------------*/
#page-contents 
{
	margin: auto;
	width: 960px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	background: white;
	border: 1px black solid;
	display: table;
}
#logo
{ 
	float: left;
	height: 70px;
}
#social-media
{ 
	float: left;
	padding-left: 150px;
	padding-top: 8px;
}
#social-media a
{
	padding-left: 12px;
}
#contact-details
{
	float: right;
	text-align: right;
	padding-top: 3px;
	color: #314176;
}
#contact-details p
{
	color: #5062ac;
}
#contact-details a
{
	color: #5062ac;
}
#introduction
{
	clear: both;
	width: 960px;
	padding: 12px 0px 12px 0px;
	font-size: 0.8em;
	text-align: center;
	color: #314176;
}
#introduction h1, #introduction h2 { float: left; font-size: 2.1em; }
#menu-area
{
	clear: both;
	width: 940px;
	padding: 8px 10px 8px 10px;
	margin-bottom: 15px;

}
/* This clever stuff makes sure each menu item gets an equal share of the divisions */
#menu
{
	list-style: none;
    text-align: justify;
    min-width: 940px;
}
#menu:after {
    content: '';
    display: inline-block;
    width: 100%;
}
#menu li {
    display: inline-block;
	text-align: center;
	vertical-align: middle;
}
#menu li a
{
	color: #5062ac;
	font-weight: bold;
}
#lh-column
{
	width: 213px;
	margin-right: 15px;
	float: left;
}
.lh-column-box
{
	clear: both;
	width: 205px;
	padding: 4px;
	margin-bottom: 10px;
}
.lh-column-box a:hover 	{ color:#5062ac; }
.searchbox 
{  
	text-decoration: none; 
	font-weight: bold; 
	color : #000000; 
	background-color: #FFFFFF; 
	border-left: #9A9DA3 1px solid; 
	border-right: #9A9DA3 1px solid;
	border-top: #9A9DA3 1px solid;
	border-bottom: #9A9DA3 1px solid;
}
#contents-area
{
	float: left;
	width: 100%;
}

#contents-area h1	{ padding-top: 15px; }

#main-image
{
	width: 728px;
	height: 215px;
	padding: 2px;
	margin-bottom: 10px;
}
#special-offer h2 { font-size: 1.3em; color: #f29301; text-align: center; padding-top: 14px; padding-bottom: 14px; }
.category-headings
{
	width: 100%;
	clear: both;
	background-color: #5062ac;
	border-color: #ffffff;
	border-style: dashed;
	border-width: 1px;
	margin-bottom: 10px;
}
/* This clever stuff makes sure each menu item gets an equal share of the divisions */
.fourcategories   
{
	list-style: none;
    min-width: 100%;
    text-align: justify;
}
.fourcategories:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.fourcategories li 
{
	width: 25%;
	float: left;
	text-align: center;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
}
.fourcategories li a
{
	color: white;
	font-size: 0.9em;
	font-weight: bold;
}
.category
{
	width: 228px;
	margin-right: 12px;
	float: left;
	margin-bottom: 30px;
}
.rh-cat
{
	margin-right: 0;
}
.category-image
{
	text-align: center;
	padding: 2px;
	margin-bottom: 10px;
}
.category-descr
{
	text-align: center;
	font-size: 0.7em;
}
#breadcrumbs   	{ color: #293660; }
#breadcrumbs a:hover { color: #5062ac; }

.backbutton { clear: both; padding-top: 10px; text-align: right; padding-right: 10px; }
#footer
{
	clear: both;
	width: 732px;
    float: right;
	height: 20px;
	font-size: 0.7em;
	text-align: center;
}
#footer a:hover
{
	color: black;
}
/*----------------------------------------------------------------------
/ styles used in the product categories template
------------------------------------------------------------------------*/
a:hover { color: #f0f0f0; }
#product-description 
{
padding-top: 10px;
}
#product-description img
{
padding-bottom: 15px;
}
#product-description p
{
margin-bottom: 8px;
}
.product-buttons {
        float: left; 
        padding-right: 10px; padding-top: 10px;
        width: 173px;
        text-align: center;
}
.product-buttons a 
{ 
        font-size: 0.9em;
        display: block;
        background: #93a0d7;
        padding: 3px;
}
.orange-box a
{
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	width: 151px;
	padding: 3px;
	text-align: center;
	border: 3px #f29301 solid;
	border-radius: 7px;
	box-shadow: 0px 3px 8px 0px gray;
	color: black;
    font-size: 0.9em;
	text-decoration: none;
}
.orange-box a:hover
{
	border-color: #93a0d7;
	box-shadow: 0px 0px 18px 0px #f29301;
}

/*----------------------------------------------------------------------
/ misc styles
------------------------------------------------------------------------*/
.nofloat
{
	float: none;
}
.centerit
{
	text-align: center;
}
.dotted-box
{
	border-color: #5062ac;
	border-style: dashed;
	border-width: 1px;
}
.box-title
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding: 5px;
	font-weight: bold;
}
.box-contents { padding: 5px; }
ul.ticklist  { margin-left: 20px; margin-bottom: 10px; }
.ticklist li:after 
{
	content: "   " url(/ekmps/shops/baobabit/resources/Design/tick.gif);
}
.ticklist li.asterisk:after
{
	content: "   " url(/ekmps/shops/baobabit/resources/Design/tick.gif) "*";
}
ul.indentedlist { margin-left: 15px; }
table.fillings
{
	border-collapse: collapse;
}
table.fillings td
{
	border: 1px;
	border-color: black;
	border-style: solid;
	padding: 4px;
	vertical-align: top;
}
table.fillings td.prodLink
{
	text-align: center;
	padding-top: 22px;
}
table.fillings td.prodLink a
{	
	text-decoration: underline;
}
table.fillings td.prodLink a:hover
{
	color: blue;
}
.smtext { font-size: 0.8em;}
.alignR { float: right; }