/* BASE STYLES
----------------------------------------------- */
H1, .h1 {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:16px;
	color:black;
	font-weight:bold;
	margin-top:10px
}

H2, .h2 {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:16px;
	color:black;
	font-weight:bold
}

TABLE {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:black
}

.red_text {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#CC0000
}

.black_text {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#000000
}
.bold_text {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:black;
	font-weight:bold
}
.border_r {
	border-right:1px solid #cccccc;
	padding:2px
}
.border_l {
	border-left:1px solid #cccccc;
	padding:2px
}	
.border_t {
	border-top:1px solid #cccccc;
	padding:2px
}
.border_b {
	border-bottom:1px solid #cccccc;
	padding:2px
}
.border {
	border:1px solid #cccccc;
	padding:2px
}
.bg_dddddd {
	background-color:#dddddd;
	color:#333333
}
.hr {
	border-bottom:1px solid #cccccc;
	margin:0px 0px 8px 0px
}

/* BUTTONS
----------------------------------------------- */
/******* ACTION BUTTON *******/

/* Both browsers apply these styles to the action button */
.actn_button_color {
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d96914!important;
	font-size:12px;
	font-weight:bold;
	text-align:center
        background:none!important;
}
/* IE uses the filter for the blend */
.actn_button_color {

	}
/* FireFox uses a background color and white gradient image for the blend */
html>body .actn_button_color {

}
/******* BEGIN FIREFOX HOVER FOR ACTION BUTTON *******/
.actn_button_color.actn_button:hover {


	text-decoration:underline!important;
}	
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* REGULAR BUTTON *******/
/* Both browsers apply these styles to the regular button */
.button_color {
	border:3px double #8FB6DB;
	cursor:pointer;
	white-space:nowrap;
	padding:2px 3px 2px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
/* IE uses the filter for the blend */
.button_color {

}
/* FireFox uses the background-color and white gradient image for the blend */
html>body .button_color {

}
/******* BEGIN FIREFOX HOVER FOR REGULAR BUTTON *******/
.button_color.button:hover {
	border:3px double #54A2EB;
	color:#444444;

}
/******* END FIREFOX HOVER FOR ACTION BUTTON *******/

/******* SPECIAL BUTTON STYLES*******/
.btn_small_update, .btn_small_change {
	font-size:9px
}		
.btn_update {
	font-size:9px
}	
.btn_continue {
	width:170px;
	padding:4px
}
.btn_add_to_cart{
	width:80px;
	* height:23px;
	font-size:11px;
	margin-top:5px;
	* padding:1px 0px 0px 0px
        border:none!important;
        background:none!important;
        color:#d96914!important;
}
html>body .btn_add_to_cart {
	height:15px;
	padding:1px 0px 0px 0px
}
.btn_buy_it_now {
	width:80px;
	font-size:11px;
	margin:5px 0px 0px 5px;
	padding:0px
}
.btn_proceed_to_checkout {
  padding:2px 2px 2px 25px;
  width:190px;
  height:32px
}	
.btn_ordering_info {
 font-size:11px;
 width:150px
}
/******* END SPECIAL BUTTON STYLES*******/

/* box around product detail quantity and add to cart button
----------------------------------------------- */
.quantity {
	border:1px solid #CCCCCC; 
	width:250px; 
	white-space:nowrap;
	padding:10px
}

/* ADDED TO CART home page, product list and product detail pages
----------------------------------------------- */
.added_to_cart {
	background-color:#FFFAF4;
	border:1px solid #E2A269;
	margin:5px 0px 5px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#333333
	}
.added_to_cart A:link, .added_to_cart A:visited, .added_to_cart A:hover, .added_to_cart A:active {
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	color:#333333
	}

/* PRICE 
product list and some home pages
----------------------------------------------- */
.small_price {
	color:#fff!important;
        font-color:#fff!important;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:13px;
	font-weight:bold
}

/* product detail page */
.large_price {
	color:#fff!important;
        font-color:#fff!important;
	font-family:"Trebuchet MS", Arial, Helvetica;
	font-size:16px;
	font-weight:bold
}
.totalsavings {	
	font-weight:bold;
	border:1px solid #cccccc;
	padding:10px;
	text-align:center;
	width:185px;
	color:black
}
.opc-totalsavings {	
	font-weight:bold;
	font-size:13px;
	padding:2px 1px;
	color:black;
	text-align:right
}
/* TABS 
product detail page
----------------------------------------------- */
.tabcontainer {
	width:100%;
	position:relative;
	color:#ffffff
}
.tab_on {
	color:black;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#e5e5e5;
	padding:3px;
	width:165px;
	float:left;
	display:inline;
	white-space:nowrap
	}
.tab_off {
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#F5F5F5;
	padding:3px;
	width:165px;
	float:left;
	cursor:pointer;
	display:inline;
	white-space:nowrap
	}
.descriptioncontainer {
	width:100%;
	position:relative
}
.detaildesc {
	border-top:4px solid #e5e5e5;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	border-bottom:2px solid #e5e5e5;
	padding:5px;
	margin-bottom:10px;
	width:99%;
	text-align:left
}

/****** MULTIPLE IMAGES ****** product detail page */
.click {cursor:pointer}
.imagesmallcontainer {
	background-color:#ffffff;
	border:2px solid #CCCCCC;
	float:left;
	height:65px;
	margin:8px 4px 2px 0px;
	overflow:hidden;
	width:65px
}
.hoverover {
	clear:both;
	float:left;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
	width:300px
}
.notavailable {
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#666666;
	padding:10px;
	text-align:center
}
/* ALL CATEGORIES PAGE
----------------------------------------------- */
.category_outline {
	width:99%;
	border:1px solid #dddddd;
	text-align:center;
	margin:5px;
	padding:0px
}
.chain {
	text-align:left;
	margin-left:5px;
	font-size:13px;
	padding:4px;
	font-weight:bold;
	color:#666666
	}
.chain A:link, .chain A:visited, .chain A:active, .chain A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:black;
	font-size:13px;
	}
.all_categories {
	width:220px
}
.all_categories A:link, .all_categories A:visited, .all_categories A:active, .all_categories A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:black;
	font-size:13px;
	font-weight:normal
	}
.parent {
	margin-top:3px;
	margin-bottom:3px
}
.parent A:link, .parent A:visited, .parent A:active, .parent A:hover {
	font-weight:bold
	}
.parent_more {
	font-weight:bold;
	margin-top:5px;
	color:black
}
.parent_more A:link, .parent_more A:visited, .parent_more A:hover, .parent_more A:active {
	font-weight:bold;
	color:black
	}		
.sub_category {
	margin-top:5px;
	margin-bottom:5px
	}
.sub_category_more {	
	font-weight:bold;
	color:black
	}	
.sub_category_more A:link, .sub_category_more A:visited, .sub_category_more A:hover, .sub_category_more A:active {
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	color:black
	}	

.viewAllCategories {
	padding:6px 4px 6px 25px;
	line-height:normal;
	display:block;
	border-bottom:4px solid black;
	font-weight:100;
}

.viewAllCategories a:link, .viewAllCategories a:visited {
	color:black;
	text-decoration:none;
	font-weight:bold
}

.viewAllCategories a:hover {
	text-decoration:underline;
	background-color:#edecec
}	
/* CHECKOUT BREADCRUMB
----------------------------------------------- */
.breadcrumb_on {
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:black;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle
}
.breadcrumb_off {
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:black;
	padding-right:3px;
	font-size:13px;
	white-space:nowrap; 
	vertical-align:middle
}
.clear {
	clear:both
	}
.floatRight {
	float:right
	}
.floatLeft {
	float:left
	}
.note {
 	font-family:"Trebuchet MS", Arial, Helvetica;
	color:black;
	font-size:12px
	}	





.textile p {
  margin: 1em 0;
}

.textile ul, .textile ol {
  padding-left: 2em;
}

.textile h1 {
  font-size: 140%; 
  border: none;
}

.textile h2 {
  font-size: 130%; 
  border: none;
}

.textile h3 {
  font-size: 120%; 
}

.textile h4 {
  font-size: 110%; 
}

.textile h5, .textile h6 {
  font-size: 100%; 
}

.textile blockquote {
  padding-left: 15px;
}





----------------------------------------------------------------
p, input, blockquote, li, div, span, dt, dd, code, pre, a {
font-weight: normal;
}
a,.add-button:hover{
	color: #d96914;
	text-decoration:none;
	}
a, .user-column a, .features-block a, #cart-content a, a:focus {
	outline:none;
}	
a:hover {
	text-decoration: underline;
}

/* COLORS */

.orange { 
	color: #d96914!important; 
}

div#top-nav {
	position: absolute;
	top: 132px;
	left: 2px;   
	text-transform: uppercase;
	z-index: 999;
}
div#top-nav, div#top-nav a {
	color: #d96914;	
}        
div#top-nav a {
	padding-right: 10px;
	padding-left: 10px;	
}          
*{
	margin:0;
	padding:0;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, Sans-Serif;
	color: #15161e;
	}


* html img.captcha,*+html img.captcha{margin-bottom:1px!important;}
*+html ol.cf-ol,
*+html ol.cf-ol li,* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt{display:inline-block;/*for ie7*/}
/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */
[disabled]{
background:none!important;
border-color:#dddddd!important;
color:#dddddd;
opacity:0.65;
}
/*                                                    */
/*  Other:browser hacks                              */
/*                                                    */

body{
background:#f7f7f7 url('/images/AkonyeKenaV2/bg-body.gif') repeat-x;
color:#535353;
font:12px Arial,Helvetica,sans-serif;
margin:0;
}
/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */
div.cf_info{
color:#333;
display:none;
line-height:1.3em;
margin:10px auto;
padding:10px 15px!important;
width:380px;
}
div.cf_info a{
color:red!important;
text-decoration:underline!important;
}
div.cf_info ol{margin:0;padding:5px 15px 0 30px;}
div.cf_info ol li{margin:2px 0;padding:1px 0;}
div.failure{
background:#FFDFDF url('/images/AkonyeKenaV2/li-err-bg.png') repeat!important;
border-color:#DF7D7D;
border-style:solid;
border-width:1px 0pt;
display:block;
}
div.success{
background:#F9F9F9 none repeat scroll 0%;
color:#AAAAAA;
display:block;
}
div.waiting{background:#F9F9F9;color:#AAAAAA;display:block;}
dt.error{
background:#FFFBE5;
border:1px solid #FED600;
color:#B30905;
font-weight:bold;
line-height:140%;
padding:3px 5px;
}
fieldset select{
line-height:22px;
list-style:none;
margin:5px 0;
padding:0;
width:320px;
}
.selector-wrapper label {
padding-top: 5px;
font-weight: bold;
}

#price-field
{
color:#green;
font-size: 18px;
display:block;
margin:0 0 10px;
text-transform:uppercase;
}

form,fieldset{border:0;margin:0;padding:0;width:auto;}
h3{
clear:both;
font-size:12px;
margin:30px 0 10px 0;
}           
h3.cart-product-title {
	font-size: 14px;    
	font-weight: normal;
} 
h3.cart-product-title a {
	color: inherit;
}
img{border-style:none;}
img{border:0;}
img.captcha{
border:none!important;
float:none!important;
margin:0 0 0 10px!important;
padding:0!important;
vertical-align:text-bottom;
}
img.captcha-reset{
background:url(/images/AkonyeKenaV2/captcha_reset_white.gif) no-repeat;
border:none;
height:21px;
margin:0 0 2px 3px;
vertical-align:text-bottom;
width:21px;
}
img.imgcalendar{border:none;}
img.smallleft{
border:1px solid #e7e7e7;
border-bottom-color:#b6b6b6;
border-top-width:0;
float:left;
margin:0 16px 16px 0;
width:100px;
}
img.smallright{
border:1px solid #e7e7e7;
border-bottom-color:#b6b6b6;
border-top-width:0;
float:right;
margin:0  0 16px 16px;
width:100px;
}
input.cf-box-a{
margin-left:100px;/* check with label 'width' incl. */
}
/*                                                    */
/*   check boxes                                      */
/*                                                    */
input.cf-box-a,
input.cf-box-b{
background:none!important;
border:none!important;
height:22px;
margin:1px 0 0 0;
width:16px;
}
input.secinput{vertical-align:text-bottom;}
label.cf-after{margin:4px 2px 0pt 6px;text-align:left;width:75px;}
label.cf-after span{display:block;width:75px;}
label.cf-before{margin:4px 10px 0 0;}
label.cf-group-after{margin:4px 0 0 2px;text-align:left;width:60px;}
label.cf-group-after span{display:block;width:60px;}
/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap{margin-bottom:4px;vertical-align:text-bottom;}
ol.cf-ol{margin:0!important;padding:15px 0 0 0!important;}
ol.cf-ol li{
background:none!important;
line-height:1.1em;
list-style:none!important;
margin:5px 0!important;/*some themes may interfere otherwise*/
padding:0;
text-align:left;
}
ol.cf-ol li ul.cf_li_text_err{color:#333;margin:0 0 0 10px;padding:0;}
/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err{
background:#FFDFDF url(/images/AkonyeKenaV2/li-err-bg.png) repeat!important;
border-color:#DF7D7D;
border-style:solid;
border-width:1px 0pt;
margin:5px 0!important;
padding:5px 0!important;
}
/*                                                    */
/* check box groups                                   */
/*                                                    */
ol.cf-ol li.cf-box-group{padding:0 0 5px 100px;}
/*                                                    */
/*   radio button title                               */
/*                                                    */
ol.cf-ol li.cf-box-title{
color:#888888;
font-size:1em;
letter-spacing:2px;
margin:12px 0pt 0 !important;
padding:0pt 0pt 0pt 100px;
}
/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
ol.cf-ol li.textonly{
color:#888888;
font-size:1em;
letter-spacing:2px;
margin:12px 0pt !important;
padding:0pt 0pt 0pt 100px;
}
ol.cf-ol ul.cf_li_text_err li{
background:url(/images/AkonyeKenaV2/icon-alert.png) no-repeat left 1px!important;
font-weight:bold;
list-style:none!important;
margin:0 0 2px!important;
padding-left:15px;
text-indent:0;
}
ol.cf-ol ul.cf_li_text_err li:before{content:'';}
/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */
p.cf_info{margin:10px 0;text-align:center;}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */
p.cf-sb{
margin:0;
padding:0pt 3px 0pt 0pt !important;
text-align:right;
}
p.success{color:green;}
/*                                                    */
/* formatting for text:"(required)"  & other        */
/*                                                    */
span.reqtxt,
span.emailreqtxt{
color:#aaa;
display:block;
font-size:0.7em;
line-height:1.2em;
margin:0px 5px 7px 98px;
vertical-align:top;
}
.add-button{
background:#2b2b2b url(/images/AkonyeKenaV2/icon-plus.gif) no-repeat 9px 60%;
color:#aeaeae!important;
display:block;
font-size:11px;
line-height:20px;
overflow:hidden;
padding:0 0 0 30px;
text-transform:uppercase;
width:143px;
}
.add-form{margin:10px 0 0;overflow:hidden;width:100%;}
.banners-nav{
list-style:none;
margin:0 0 0 -20px;
overflow:hidden;
padding:5px 0 0 3px;
width:300px;
}
.banners-nav li{float:left;padding:0 0 0 20px;}
.banners-nav li img,div.mailerr{display:block;}

.btn-shoping-bag{
background:url(/images/AkonyeKenaV2/cart.png) no-repeat;
float:right;
height:30px;
overflow:hidden;
text-indent:-9999px;
width:35px;
}
.shoping-bag * {
	font-size: 12px;
	
}

.collection-block .row{
	margin:0 0 30px -45px;
	overflow:hidden;
	width:702px;
	}
.collection-block .row .block{
display:inline;
float:left;
margin:0 0 0 45px;
width:181px;
}
.collection-block .row .block img{display:block;margin:0 auto 5px auto; max-width: 188px;}
.collection-block .row .block span{color:#2e6b01;font-weight:bold;}
.column{float:left;margin:-15px 0 56px 0 0;width:288px;}
.column .box{height:1%;margin:0 0 24px;overflow:hidden;}
.column .view-all{
background:url(/images/AkonyeKenaV2/arrow.gif) no-repeat 100% 0;
color:#535353;
font-size:14px;
margin:0 0 0 5px;
padding:0 22px 0 0;
}
.column p{line-height:18px;margin:0 0 10px;}
/*reconfigured-list*/
.column ul{list-style:none;margin:0 0 15px;padding:0 0 0 3px;}
.column ul li{
background:url(/images/AkonyeKenaV2/icon-bullet.gif) no-repeat 0 55%;
margin:0 0 9px;
padding:0 0 0 16px;
}
.column ul li a{color:#535353;}
/*columns-holder*/
.columns-holder{margin:0 -56px 0 0;overflow:hidden;width:688px;}
.columntheleft{margin-right:60px;}

/*content*/
.ak_content{
	float:left;
	padding:0 0 20px;
	width:626px;
	}
/*COLLECTION*/
.ak_content table td {
	font-size:14px !important;
	line-height:20px !important;
	color:#15161E !important;
	font-family:Trebuchet MS,Trebuchet,Arial,Helvetica,Sans-Serif !important;
	padding: 3px;
}


/*collection-block*/
.content-inner{
	float:left;
	padding:0 0 20px;
	width:626px;
	}

.content-inner h1{
color:#2b2b2b;
font-size:26px;
margin:0 0 15px;
margin-top: -4px;
}
.content-inner p{margin:10px 0;padding:0;}
/* These 2 lines specify style applied while slider is loading */
.csw{
background:#fff;
height:317px;
overflow:hidden;
width:625px;
}
.csw .loading{margin:100px 0 300px 0;text-align:center;}
.disabled{border-color:#dddddd!important; opacity:0.65;}
.features-block{

height:1%;
overflow:hidden;
padding:32px 39px 33px 32px;
}
.features-block .info-box{height:1%;overflow:hidden;}
.features-block .info-box h1,.features-block .info-box h1 a {
	color:#fff;
	font-size:14px;
	margin:0 0 10px; 
	text-decoration:underline;
	}
.features-block .info-box p{color:#aeaeae;line-height:18px;margin:0 0 12px;}
.features-block .visual{float:left;margin:0 32px 0 0;}
.add {
	display: block;
}
.features-column{
	margin:0 0 15px;
	overflow:hidden;
	width:100%;
	}

.footer-nav {
	float:right;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
	margin-top: 5px;    
}
.footer-nav li{
	background:url(/images/AkonyeKenaV2/separator.gif) no-repeat 0 55%;
	float:left;
	margin:0 0 0 -1px;
	padding:0 5px;
}
.footer-nav li a{
	color:#3f3f3f;
}
.heading img{float:left;margin:5px 5px 0 0;}

.holder{
margin:0 0 13px;
overflow:hidden;
padding:15px 0;
width:100%;
}
.info-box select{
color:#000;
font:11px Arial,Helvetica,sans-serif;
margin:0 0 10px;
width:164px;
}
.info-box span{
color:#a4ff2d;
display:block;
margin:0 0 10px;
text-transform:uppercase;
}
/*                                                    */
/*  Other:link love                                  */
/*                                                    */
.linklove{
margin:6px auto 10px !important;
padding:0pt 6px 0pt 0pt !important;
text-align:right;
width:410px;
}
.linklove a,
.linklove a:visited{color:#aaaaaa!important;font:0.8em Tahoma;}
.list li a{
border-bottom:1px solid #fff;
color:#535353;
display:block;
padding:0 14px;
}
.list-holder{
background:#e4e4e4 url(/images/AkonyeKenaV2/top-list-bg.gif) no-repeat;
margin:0 0 27px;
padding:12px 0 0;
width:223px;
}
.list-holder .list{
background:url(/images/AkonyeKenaV2/bottom-list-bg.gif) no-repeat 0 100%;
border-top:1px solid #fff;
line-height:23px;
list-style:none;
margin:0;
padding:0 0 14px;
}
.list-holder .list li{vertical-align:top;width:100%;}
.hint { padding: 10px; width: auto !important; }

/*logo*/

.logo{            
	margin: auto;
	margin-top: 25px;
	display: block;
	width: 151px;	
	height: 146px;
	background: url(/images/AkonyeKenaV2/akonye-kenya.png) no-repeat;
	text-indent: -9999px;
	z-index: 100;  
	overflow: hidden;
}
.logo a {
	display:block;
	width: 100%;
	height: 100%;
}

.mailerr,

/*navigation*/
.navigation{   
font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
float:left;
font-size:18px;
list-style:none;
margin:0;
padding:0;
margin-top: 32px;    
padding-left: 15px;
}
.navigation li{
float:left; 
margin-right: 25px;
}
.navigation li a {
	color:#fff;
	display:block;
	padding:0 10px;
	font-weight: normal!important;
}
.navigation li a:hover,.navigation li a.active,.list li a:hover,.list li a.active{
color: #e1d5bd;
text-decoration:none;
}
.news-box{
border-bottom:1px solid #dadada;
height:1%;
margin:0 0 24px;
overflow:hidden;
padding:0 0 20px;
}
.news-box em{
color:#858585;
display:block;
font-size:10px;
margin:10px 0;
}
.notice{
background:#8A1111 url(/images/AkonyeKenaV2/bubbles_error.gif) no-repeat left top;
border-top:3px solid #000;
bottom:0;
color:#fff;
color:#fff;
font-size:100%;
left:0;
list-style-type:none;
padding:10px;
position:fixed;
text-align:center;
width:100%;
z-index:9999;
}
/*page-upper*/
.page-upper{
	overflow:hidden;
	padding: 0;
	width:100%;
	}       
.page-upper span {
	padding: 10px;
	padding-left: 3px;
	padding-right: 3px;
}
.page-upper a{color:#666;float:left;}
.page-upper span,.stripNav ul li{float:left;}
.page-upper span.current{color:#000;}
.page-upper span.page{margin-right:2px;}
.page-upper span.prev{padding-right:2px;}
.page-upper ul{
float:left;
list-style:none;
margin:0;
padding:0 2px;
}
.page-upper ul li{float:left;margin:0 2px 0 0;}
/*product*/
.product-block{
	overflow:hidden;
}
/*search-form*/
.search-form{
background:url(/images/AkonyeKenaV2/search-form.gif) no-repeat;
display:inline;
float:right;
height:19px;
margin:8px 13px 0 0;
margin-top: 33px;
padding:2px 3px 0 5px;
width:219px;
}
.search-form .search-button{
background:url(/images/AkonyeKenaV2/search-button.gif) no-repeat;
border:0;
cursor:pointer;
height:16px !important;
text-indent:-9999px; color: transparent; text-transform: capitalize;
width:16px !important;


}
.search-form input{
background:none;
border-style:none;
float:left;
height:14px;
margin:0 4px 0 0;
width:195px;
}
.shoping-bag{
color: #d96914; 
font-size:10px;
position:absolute;
right:0;
top: 117px;
text-transform:uppercase;
width:100%;
}
.shoping-bag a{
	color: #d96914; 
	}
.shoping-bag p{float:right;margin:10px 7px 0 0;}

.c-thumb {
	float:left;
}
/*side-bar*/
.side-bar{
	float:right;
	width:271px;
	border: 0 solid #e5e5d0;
	border-left-width: 1px;
	padding-left: 18px;
	}
.soldout{
	color:red;
	display:block;
}
.stripNav{
background:#959494 url(/images/AkonyeKenaV2/bottom-nav.gif) repeat-x;
height:auto;
margin:auto;/* This is the div to hold your nav (the UL generated at run time) */
overflow:hidden;
width:625px;
}
.stripNav a{
color:#bebebe;
/* The nav links */
display:block;
overflow:hidden;
padding:0 14px;
}
.stripNav li a:hover,.stripNav li a.current{
background:#717171;
color:#e1e1e1;
text-decoration:none;
}
.stripNav ul{
float:right;/* The auto-generated set of links */
font-size:14px;
font-weight:bold;
line-height:30px;
list-style:none;
margin:0;
padding:0;
}
.stripNavL{left:0;}
.stripNavL{
background:url(/images/AkonyeKenaV2/arrow-left.gif) no-repeat center;
}
.stripNavL a,.stripNavR a{display:block;height:40px;width:40px;}
.stripNavL,.stripNavR{
position:absolute;/* The left and right arrows */
text-indent:-9000em;
top:230px;
}
.stripNavR{right:0;}
.stripNavR{
background:url(/images/AkonyeKenaV2/arrow-right.gif) no-repeat center;
}
.stripViewer{
background:#717171 url(/images/AkonyeKenaV2/features-block.gif) no-repeat;


clear:both;
margin:auto;
overflow:hidden;
/* This is the viewing window */
position:relative;
width:625px;/* Also specified in  .stripViewer .panelContainer .panel  below */
}
.stripViewer .panelContainer{
left:0;
list-style-type:none;
/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
position:relative;
top:0;
width:100%;
}
.stripViewer .panelContainer .panel{
float:left;/* Each panel is arranged end-to-end */
height:100%;
position:relative;
width:625px;/* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper{
padding:0;/* Wrapper to give some padding in the panels,without messing with existing panel width */
}
.stripViewer .panelContainer .panel ul{margin:0 15px 0 30px;text-align:left;}
.tools-bar{
background-image: url(/images/AkonyeKenaV2/menu.png);
background-repeat: no-repeat;
bottom:0;
height:62px;
left:0;
position:absolute;
width:100%;
}
.user-column{
	float:right;
	width:320px;
	margin-bottom: 42px;
	}
.user-column p{
	margin:0 0 14px;
}
.visual-column {
	float:left;
	width:297px;
}
.visual-column img{
border:1px solid #e7e7e7;
border-bottom-color:#b6b6b6;
display:block;
margin:0 0 16px;
max-width:284px;
}

#cart-content .visual-column img{width:auto;}
#cart-content .visual-column{width:100px;}
#cart-content .user-column {width:500px;}
#cart-content .product-block {
	padding: 15px 0;
	}
#cart-content h3 {margin: 0 0 5px 0;}
#cart-content .actions , #cart-content #total{
	text-align: right; 
	font-size: 18px; 
	}

.visual-column ul{
list-style:none;
margin:0;
overflow:hidden;
padding:0;
}


.visual-column ul li{float:left;margin:0 9px 0 0;}
.visual-column ul li img{margin:0;width:87px;}
.wrapper,.heading{overflow:hidden;width:100%;}
#cart-content ul{list-style:none;}

#comment-list li{
border-bottom:1px solid #dadada;
height:1%;
margin:0 0 10px;
overflow:hidden;
padding:0 0 20px;
}
/*CONTAINER*/
#ak_container{
/*height:1%;*/
overflow:hidden;
padding:38px 17px 60px 15px;
width: 928px;
}
#ak_container .news-box h2,.collection-block .row .block p{margin:0;}
#ak_container .side-bar h2{margin:0 0 5px;}
/*h2*/
#ak_container h2{
color:#2b2b2b;
font-size:14px;
margin:30px 0 10px 0;
text-transform:uppercase;
}
/*FOOTER*/
#ak_footer {
	background-color: rgb(239,239,216);
	font-size:11px;
	overflow:hidden;
	padding:0 15px 15px;
	height: 30px;
}
#ak_footer .holder p {
	color:#3f3f3f;
	text-align:left;
	}
#ak_footer p {
	color:#808080;
	margin:0;
	text-align:center;
}              
#ak_footer a {
	color: #d96914;
}                
ul.footer-nav li a {
	color: black!important;
}
/*HEADER*/
#ak_header{
	height:225px;
	position:relative;
 }
/*MAIN CONTAINER*/
#ak_main{
	margin:0 auto;
	padding:30px 0px 30px 0px;
	width:960px;
}


/* SLIMBOX */
.lbLoading{background:#fff url(/images/AkonyeKenaV2/loading.gif) no-repeat center;}
#lbBottom{
border:10px solid #fff;
border-top-style:none;
color:#666;
font:10px/1.4em Verdana,Arial,Geneva,Helvetica,sans-serif;
text-align:left;
}
#lbCaption{font-weight:bold;}
#lbCaption,#lbNumber{margin-right:71px;}
#lbCenter,#lbBottomContainer{
background:#fff;
overflow:hidden;
position:absolute;
z-index:9999;
}
#lbCloseLink{
background:transparent url(/images/AkonyeKenaV2/closelabel.gif) no-repeat center;
display:block;
float:right;
height:22px;
margin:5px 0;
outline:none;
width:66px;
}
#lbImage{
background:no-repeat;
border:10px solid #fff;
left:0;
position:absolute;
top:0;
}
#lbNextLink{right:0;}
#lbNextLink:hover{
background:transparent url(/images/AkonyeKenaV2/nextlabel.gif) no-repeat 100% 15%;
}
#lbOverlay{
background:#000;
cursor:pointer;
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:9999;
}
#lbPrevLink{left:0;}
#lbPrevLink,#lbNextLink{
display:block;
outline:none;
position:absolute;
top:0;
width:50%;
}
#lbPrevLink:hover{
background:transparent url(/images/AkonyeKenaV2/prevlabel.gif) no-repeat 0 15%;
}

div#banner {
	margin-top: 8px;
	position: relative;
}
h1 { 
	font-size: 26px;
	color: black;
	font-weight: normal;
	margin-bottom: 33px;
	} 	
div#partnership-info {
	margin-bottom: 41px;
	font-size: 11px;
}	
div#partnership-info img {
	float: left;
	display: block;
	margin-right: 7px;
	
}
div#project-photos {
	margin-bottom: 63px;
}
div#mailing-list {
	margin-bottom: 53px;
}
p { 
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 33px;
	}                  
h2 {
	text-transform: none!important;
	font-weight: normal;
	font-size: 21px!important;
	margin-bottom: 23px!important;
	}
h2#from-our-store {
	display: inline-block;
	margin-top: 0;
}
p#learn-more, p#view-project-photos {
	margin-bottom: 12px!important;
	font-size: 16px;
}
h2#callout {
	font-size: 22px;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 57px;
	background-color: #f0f0eb;
	border: 1px solid #deded3;
	line-height: 40px;
	clear: left;
}
span.align-right {
	display: block;
	text-align: right;
}          
span.float-right {
	float: right;
}
div#product-panel {
	width: 100%;
	overflow: hidden;   
}
div#product-panel p {
	font-size: 13px;
	margin-bottom: 0;
	display: block;
	height: 40px;
}
div#product-panel p a {
	color: #15161e;
}
div.product-image {
  width: 142px;
/*  height: 142px; */
/*  background-image: url(/images/AkonyeKenaV2/index-product-tile-bg-middle.png); */
background-color: white;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #DDD;
	padding: 12px;
}
div.product-tile {
	width: 158px;
	/*
	height: 236px;      
	*/
	float: left;  
	margin-right: 46px;
}
div.product-image img {

	width: 140px;
/*
	height: 140px;
	*/
}   
img.home-product-image  {
	width: auto!important;
	max-width: 140px;
}
div#product-panel div.details, div#product-panel div.add-to-cart, div.details *, div.add-to-cart * {
	/\8font-size: 13px!important;*/
}
div.tag-price {
	background-image: url(/images/AkonyeKenaV2/tag-price.png);
	font-size: 12px;
	color: white;
	padding-top: 7px;
	padding-left: 7px;
	width: 53px;
	height: 22px;
	display: block;
	float: left;
	margin-right: 7px;
}
div#ak_footer * {
	font-size: 11px;
}
div#join-our-mailing-list {
 	background-image: url(/images/AkonyeKenaV2/mailing-list-box.png);
	width: 270px;
	height: 241px;
	padding-top: 50px;
	overflow: visible;       
	margin-bottom: 54px;
}
div#join-our-mailing-list h2 {
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 28px;
}
span.stay-up-to-date {
	font-size: 13px;
	font-variant: small-caps;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
label {
	 font-size: 13px;
}                    
div#join-our-mailing-list input[type='text'], div#join-our-mailing-list textarea, div#join-our-mailing-list input[type='password'] {
	border: 1px solid #dbd9c7;
	padding: 3px;
	font-size: 12px;
}                   
div#join-our-mailing-list label { 
	float: left;
	display: block;
	width: 80px;
	}
div#join-our-mailing-list form {
	padding-left: 22px;
	padding-right: 25px;
}
div#join-our-mailing-list form div {
	margin-bottom: 6px;
}
span.subscribe {
	margin-top: 20px;
}
div#project-photos .view-all {
	font-size: 16px;
	margin-top: 26px;
	display: inline-block;
}
img#nomad-design-lab {
	vertical-align: top;
	margin-left: 15px;
}
p.caption {
	font-size: 12px;
	font-style: italic;
}
img#donate-now {
	vertical-align: bottom;
	margin-left: 17px;	
}
div#exclusive-to-akonye-kena {
	padding-bottom: 54px;
	border: 0 solid #e1e1d6;
	border-bottom-width: 1px;
	margin-bottom: 30px;
}
div#exclusive-to-akonye-kena h3, div#exclusive-to-akonye-kena h4, div#exclusive-to-akonye-kena h5 {
margin-bottom: 7px;                                                                               
}
div#exclusive-to-akonye-kena h3 {
	font-size: 18px!important;                 
	font-weight: normal;     
	text-transform: none;
}
div#exclusive-to-akonye-kena h4, h5 {
	font-size: 14px!important;   
	font-weight: normal;
}
div.row {
	padding-bottom: 40px!important;
	padding-top: 30px;
	width: 100%;
	overflow: hidden;
	border: 0 solid #e1e1d6;
	border-bottom-width: 1px;
}            
div#product-detail-product {
/*	background-image:url(/images/AkonyeKenaV2/product-detail-bg-middle.png); */
	background-color: white;
	padding: 10px;
	border: 1px solid #DDD;
	border-top-width: 1px;
	border-left-width: 1px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 300px;
	margin: 0;
	text-align: center;    
	/*
	height: 322px;
	*/
}
div#product-detail-product img {
	/*
	width: 234px;
	height: 301px;
	*/
	margin-left: 9px;
	margin-top: 11px;  
	margin: auto;
}
h1#product-detail-h1 {
	margin-bottom: 30px;
max-width: 300px;
}

.product-details * {
	font-size: 18px;
	line-height: normal;
font-weight: bold!important;
}

p#product-number {
	margin-bottom: 34px;
	font-weight: bold;
}
div.product-footer {
	border: 0 solid #e1e1d6;
	border-top-width: 1px;
	padding-top: 10px;
	margin-top: 42px;
	clear: both;
}           
.product-detail-price-tag {
	padding-top: 12px;
	padding-left: 7px;
	width: 80px;
	height: 31px;
	background-image: url(/images/AkonyeKenaV2/product-detail-price-tag.png);
	color: white;
	font-size: 18px;
	float: left;
	margin-right: 10px;
}
span.back-link {
	font-size: 14px;
	display: block;
	float: right;
	width: 320px;
	text-align: right;
	text-transform: uppercase;
	margin-top: 5px;
        max-width: 260px;

}
.sixteen {
	font-size: 16px;
}
a.product-detail-add-button {
	font-size: 18px;
}
div.product-detail-add-button-enclosure {
	padding-top: 13px;
}
ul.our-products {
	font-size: 16px;
	list-style-type: none;
	line-height: normal;
	margin-bottom: 50px;
}
ul.our-products li {
	margin: 0;
	margin-bottom: 18px; 
}                  
ul.our-products li a {
	padding: 8px;                
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
ul.our-products li a:hover,  ul.our-products li a.active {
	background-color: #e1ddd7;
	text-decoration: none!important;
	color: black;
}
input#update-cart {   
	margin-top: 12px;
	margin-bottom: 30px;
}
.remove {
	text-transform: uppercase;
	font-size: 13px;
}
.money {
	font-size: 14px;
}
div.cart-product-description {
	width: 254px;
	float: left;      
	padding-top: 20px;
}
div.cart-product-quantity {
	width: 225px;
	float: left;     
	padding-top: 20px;
}
div.remove {
	width: 56px;
	float: right;
	margin-top: -12px;
}    
table#line-items { 
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 17px;
	width: 630px;
}
table#line-items li.even {
	background-color: #f9f9f9;
}
table#line-items tr {
	border: 0 solid #e1e1d6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-collapse: collapse;
	padding-bottom: 0;
	height: auto;
}
table#line-items input {
	border: 1px solid #CCC;
	padding: 3px;
	margin-top: 7px;
}
table#line-items td {
	width: 25%;
	padding-left: 75px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0 solid #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
div.product-images {
	margin-bottom: 42px;
}
div.collection-footer {
	padding-top: 7px;
}              
div.product-tile p a {
	color: inherit;
}
.dotted-link {
	border: 0 dotted black;
	border-bottom-width: 1px;	
	text-decoration: none!important;
}
a.dotted-link:hover {
	border-style: solid;
}
#banner a.donate {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 29px;
	z-index: 2;
}
#banner div.help-support {
	position: absolute; 
	bottom: 29px;
	right: 235px;
	z-index: 3;
	font-size: 20px;
}
#banner div.view-products {
	position:absolute;
	top: 258px;
	right: 48px;
	z-index: 4;
	color: white;
	font-size: 20px;
}
#banner div.view-products a {
	color: white;
	border-color: white;
}
img.paypal-verified {
	float: right;
	margin-top: -20px;
	margin-right: 65px;
}
.article-body, .article-body p, ul, ol, dl, li, dt, dt, code, pre, blockquote, .textile, .textile p, ul, ol, dl, li, dt, dt, code, pre, blockquote {
	font-size: 14px!important;
	line-height: 19px;
}      
.textile ul li ul {
  margin-left: 0;
  padding-left: 0;
}      
.textile ul li ul * {
	font-size: 14px!important;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}       
.textile ul li ul {
	margin-bottom: 3px;
}
div.products-note {
	clear:both;
	padding-top: 20px;
	font-weight: normal;
}
div.products-note strong, div.products-note p strong {
	font-weight: bold!important;
} 
div.products-note p, div.products-note li {
	font-size:12px!important;                        
	line-height: normal;
}
div.products-note p {
	margin-bottom: normal;
}
div.products-note h3 {
	margin-top: 0;
}
div.products-note li {
	list-style-type: disc;	
	margin-left: 15px;
}
div.page-upper + h2#callout {
	margin-top: 20px;
}
div#banner-image-container {
	position: relative;    
	height: 392px;
	width: 100%;
}
div#banner-image-container img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}               
div#banner-image-container img#banner-1 {
	left: 5px;
}
h2.home-from-our-store {
	padding-top: 50px;
}
div.home-product-panel p {
padding-top: .5em;
padding-bottom: .5em;
line-height: 1.5em;
}
img#donate {
margin-top: 1em;
margin-bottom: 1em;
}
ul#questions {
margin-bottom: 2em;
padding-left: 0
}
ul#questions li {
list-style-type: none;
margin-left: 0;
padding-left: 0;
line-height: 1.7em;
}
ul#questions li a {
	color: #d96914!important; 
}
dl#answers dt {
font-weight: bold!important
}
----------------------------------------------------------------------------------------------





body {
		background-color:  white;
		font-family: "Trebuchet MS", Arial, Helvetica;
		color:black;
		font-size:14px;
		position:relative;
	}

	td, input, select, button {
		font-size:11px;
	}

	/*
	 * This controls the look of the line that separates the line items from the invoice 
	 * summary information.
	 * Default default is to show black line.
	*/
    #invoiceseparator {
    	border:1px solid black;
    	height: 1px;
    	padding: 0px;
    	margin:0px;
    }
    
	/*
	 * This controls the look of the area that displays order note.
	 * Default state is to accept style from parent and print text in red.
	*/
	.ordernote {
		color: red;
	}
	
	/*
	 * This controls the look of the area that displays invoice promotion text.
	 * Default state is to accept style from parent
	*/
	#promotext_container {
		padding: 5px;
	}
	
	/*
	 * This controls the look of each promotion text item appearing within the promotext_container
	 * Default state is to accept style from parent
	*/
	.promotext {
	
	}
	.promotioncode {
		border: 1px solid #dedede; 
		padding:5px;
		text-align:center;
		margin-top:15px;margin-bottom:5px;
		background-color: #F6F8FB;
		width:235px;
	}
	.alternate {
		font-size: 12px;
		text-align:left;
		background-color: #F6F8FB;
		padding-left:9px;
		padding-top:2px;
		height:18px;
		margin-bottom:5px;
	}	
	.alternate a:link, .alternate a:visited, alternate a:link, .alternate a:visited {
		font-size: 11px;
		text-align:left;
		font-weight:normal;
		text-decoration:underline;
	}
	.textfieldsmall {
		width: 85px;
		border : 1px solid #7F9CBA;
		color : #333333;
		font-family: "Trebuchet MS", Arial, Helvetica;
		font-size:12px
	}
	.textfieldmedium {
		width: 185px;
		border : 1px solid #7F9CBA;
		color : #333333;
		font-family: "Trebuchet MS", Arial, Helvetica;
		font-size:12px
	}
	.textfieldlarge {
		width: 285px;
		border : 1px solid #7F9CBA;
		color : #333333;
		font-family: "Trebuchet MS", Arial, Helvetica;
		font-size:12px
	}
	.droplistmedium {
		width: 185px;
		background-color: #EFF3F4;
		border : 1px solid #7F9CBA;
	}
	.droplistlarge {
		width: 285px;
		background-color: #EFF3F4;
		border : 1px solid #7F9CBA;
	}	
	
	#custom-section {
		width:100%;
	}
	
	#header {
		vertical-align:bottom;
		width:100%;
		right:10px;
		left:0px;
	}
	
	#logo {
		float:left;
		min-width:201px;
	}

	#navbar {
		float:left;
		width:100%;
		right:10px;
		text-align:right;
	}

	#content {
		right:10px;
	}

	#column1 {
		width:305px;
		padding: 0px;
		margin:0px auto 0px 0px;
	}
	
	#container {
		width:100%;
	}
	
	#column2 {
		padding-left: 25px;
		width:590px !important;
	}

	#billingTable {
		background-color:#d6d6d6;
	}

	#billingTable td {
		background-color:white;
	}

	#orderTable {
		background-color:#d6d6d6;
	}

	#cartTable {
		background-color:#d6d6d6;
	}

	#cartTable td {
		background-color:white;
	}

	#billingTable td, input, select, button {
		font-size:12px;
	}

	#orderTable td, input, select, button {
		font-size:12px;
	}

	#cartTable td, input, select, button {
		font-size:12px;
	}
	
	.right_edge {
		border-right:1px solid transparent;
	}
	.display_section {
		background-color:#d6d6d6;
	}
	.display_section h4 {border:none}
	.display_section_title {
		background-color:rgb(227,227,227);
	}
	
	.display_section_content {
		background-color:white;
	}
	
	#footer {
		font-family:"Trebuchet MS", Arial, Helvetica;
		color:black;
		text-align:right;
		padding: 0px 0px 15px 0px;
		/* width:880px; */
	}

	#billInformation {
		font-size:10px;
		font-family:"Trebuchet MS", Arial, Helvetica;
	}

	#shipInformation {
		font-size:10px;
		font-family:"Trebuchet MS", Arial, Helvetica;
	}

	.error {
		color: red; 
		text-align:left;
		font-weight:normal;
		padding:5px;
	}

	.edit {
		visibility: hidden; 
		position: absolute; 
		top: 10px; 
		right: 5px; 
		color: rgb(122, 134, 156);
		font-size:12px
	}

	.interruptor .optional {
		border: 1px dashed rgb(255, 153, 51); 
		margin: 5px 0px; padding: 3px; 
		background-color: rgb(255,255,219);
	}
	
	.section {
		border-bottom: 1px solid #d6d6d6;
		border-left: 2px solid #d6d6d6;
		border-right: 2px solid #d6d6d6;
		background-color:#D6D6D6;
		width:305px;
	}

	.sectionTitle {
		background-color:#EBEBEB;
		color:#999999;
		font-weight: bold;
		padding: 8px 16px;
		border-bottom:0px solid #D6D6D6;
		border-top:1px solid #D6D6D6;
		font-size:16px;
		position:relative;
	}
	
	div.selected {
		
			background: #7A869C;
			
		color:#ffffff;
		font-weight:bold;
		padding: 8px 16px;
		border-top:2px solid #D6D6D6;
		z-index:5
	}
	
	.sectionContent {
		font-size: 12px;
		background-color: #ffffff;
	}

	.sectionContentInner {
		padding:2px;
		background-color: #ffffff;
	}

	.sectionContentInner table {
		text-align:left;
	}

	.giftwrapcheckbox {
		margin:0px;
	}
	.checkoutOptionsTxt {
		font-size:11px; 
		width:118px; 
		height:50px; 
		font-family: Arial, Verdana; 
		padding-right:5px;
	}
	.clear {
		clear:both
	}
       .droplistmedium {
        background-color:#EFF3F4;
        border:1px solid #7F9CBA;
        width:185px;
        }

.productdescription p, .productdescription div p {
	font-size:12px;
	line-height:16px;
	margin-bottom:33px;
}

.productdescription center {
display: none;
}

/*modalbox*/
#mbox{background-color:#eee; padding:8px; border:2px outset #666;}
#mbm{font-family:sans-serif;font-weight:bold;float:right;padding-bottom:5px;}
#ol{background-image: url(/images/AkonyeKenaV2/overlay.png);}
.dialog {display:none}

* html #ol{background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/AkonyeKenaV2/overlay.png", sizingMethod="scale");}
/*end modalbox*/                  


#content {
width: 100%;
}
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
