	/* ----- end float fix ----- */
body{
	background: url(../graphics/plain/top-bkg.gif) repeat-x top left;
	color:#555;
	font: 70%  Verdana, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Verdana, Helvetica, sans-serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#555;
}
a:hover{color:#555;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* spam trapping css to hide input field from Humans */
.hideInput { display:none; }

/* ----- global images ----- */
img{border:none;}

.page-image{
	float: right;
	margin-left: 30px;
	}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:780px;
	text-align:left;
	position:relative;
}


/* ----- header area ----- */
#header{
	height:200px;	
	position:relative;
	margin:0;
}

/* ----- company logo & strapline ----- */

#logo{
	margin:0;
	padding:0;
}


#logo a{
	position:absolute;
	margin:0;
	padding:0;
	top:15px;
	left:0px;
	text-indent: -99999px;
	width: 384px;
	height: 106px;
	background: url(../graphics/plain/logo-akachan.gif) no-repeat 0 0;
}

#tagline{
	display: none;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:2px 10px;
	top:90px;
	right:0px;
	z-index:10;
	border: 1px solid #EEE5D6;
	background: #fff;
	color: #555;
}

#info a{
	color: #555;
}

#info a:hover{
	text-decoration: underline;
}

#message p a{
	text-decoration: underline;
}

#message p a:hover{
	text-decoration: dashed;
}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	
	float:left;
	display:inline; 
	top:200px;
	margin:0 0 5px 0;
	width:780px;
	color: #CEB584;
}


#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active{
	color:#CEB584;
	text-decoration:none;
}
#breadcrumbs a:hover{color:#CEB584;}

/* ----- search box ----- */
#search{
	/*display: none;*/
	position:absolute;	
	margin:0;
	padding:0px 0px;
	top:200px;
	right:0px;
	z-index:11;

}

/* ----- carousel box ----- */
#carouselClass {
	position:absolute;	
	margin:0;
	padding:0px 0px;
	top:200px;
	right:0px;
	z-index:11;

}

#carouselText {
	background-image: url(http://en.akachanwear.com/images/scroll/blank.gif); 
	background-repeat: no-repeat;
	overflow: hidden;	
}

#carouselDiv {
	padding:5px;
	text-align: justify;
	font: 100% Verdana, Helvetica, sans-serif;
	color:#555;	

}

/* ----- side navigation ----- */

#sideBarDiv {
	padding:8px;
	width: 165px ;
	text-align: justify;
	font: 100% Verdana, Helvetica, sans-serif;
	color:#555;	

}

#navDept{
	position:absolute;
	width: 780px;	
	margin:0;
	padding:0;
	top:134px;
	right:0px;
	z-index:10;
}

#navDept li{
	float: left;
	text-align: center;
	margin:0 10px 0 0;
	width: 118px;
	padding:0 ;
	list-style:none;
	text-transform: uppercase;
	font-family: 'trebuchet ms';
	font-size: 1.1em;
	font-weight: normal;
}


#navDept li a{
	display:block;
	background: url(../graphics/plain/nav-off.gif) no-repeat 0 0;
	color:#555;
	width: 118px;
	height: 30px;
	padding-top: 6px;
	text-decoration: none ;
}


#navDept li .selected,
#navDept li .selected:hover{
	background: url(../graphics/plain/nav-off.gif) no-repeat -118px 0;
}


#navDept li a:hover{
	background: url(../graphics/plain/nav-off.gif) no-repeat -236px 0;
}
	


/* ----- subdepartment navigation ----- */



#navSubDept{
	position:absolute;
	width: 780px;	 /* 780px */
	margin:0;
	padding:0;
	top:168px; /* 168px */
	right:0px;
	z-index:10;
}

#navSubDept li{
	float: left;
	text-align: center;
	margin:0;
	padding:0 10px 0 10px;
	list-style:none;
	font-family: 'trebuchet ms';
	font-size: 1.1em;
	font-weight: normal;
	border-right: 1px solid #EEE5D6;
}


#navSubDept li a:hover{
	color: #F68C52;
	text-decoration: underline;
}



/* ----- customer tool list ----- */


#navTools{
	position:absolute;	
	margin:0;
	padding:0;
	top:10px;
	right:0px;
	z-index:10;
}

#navTools li{
	margin:0;
	padding:0 0 5px 0;
	width: 300px;
	text-align: right;
	list-style:none;
	font-size: 1.1em;
}


#navTools li span{
	color:#555;
	display: block;
	padding: 3px 30px 3px 0;
	margin: 0;
}

#navTools li a:hover{
	text-decoration: underline;
}

#navTools li .wish{
	background: url(../graphics/plain/list.gif) no-repeat center right;
}

#navTools li .account{
	background: url(../graphics/plain/key.gif) no-repeat center right;
}

#navTools li .cart{
	background: url(../graphics/plain/cart.gif) no-repeat center right;
}

#navTools li .register{
	background: url(../graphics/plain/pen.gif) no-repeat center right;
}



/* ----- nav static menu items ----- */
.navStatic{
	margin:0;
	padding:0;
	list-style:none;
	text-transform: uppercase;

}

.navStatic li{
	margin:0;
	padding:0;
	list-style:none;
	text-transform: uppercase;

}


.navStatic li a{
	display:block;
	width:166px;
	height: 27px;	
	background: url(../graphics/plain/static-nav-bkg.gif) no-repeat 0 0;
	color:#555;
	padding:6px 0 0 8px;
	font-size: 1.1em;
	text-decoration: none ;

}

.navStatic li a:hover{
	background: url(../graphics/plain/static-nav-bkg.gif) no-repeat -173px 0;
	text-decoration: none ;
}



.navStatic li .japanlink{
	display:block;
	width:166px;
	height: 27px;	
	background: url(../graphics/plain/static-nav-bkg-japan.gif) no-repeat 0 0;
	color:#555;
	padding:6px 0 0 8px;
	font-size: 1.1em;
	text-decoration: none ;
}

.navStatic li .japanlink:hover{
	background: url(../graphics/plain/static-nav-bkg-japan.gif) no-repeat -174px 0;
	text-decoration: none ;
}

.navStatic li .summerlink{
        display:block;
        width:166px;
        height: 27px;
        background: url(../graphics/plain/static-nav-bkg-summer.gif) no-repeat 0 0;
        color:#555;
        padding:6px 0 0 8px;
        font-size: 1.1em;
        text-decoration: none ;
}

.navStatic li .summerlink:hover{
        background: url(../graphics/plain/static-nav-bkg-summer.gif) no-repeat -173px 0;
        text-decoration: none ;
}

.navStatic li .giftlink{
        display:block;
        width:166px;
        height: 27px;
        background: url(../graphics/plain/static-nav-bkg-gift.gif) no-repeat 0 0;
        color:#555;
        padding:6px 0 0 8px;
        font-size: 1.1em;
        text-decoration: none ;
}

.navStatic li .giftlink:hover{
        background: url(../graphics/plain/static-nav-bkg-gift.gif) no-repeat -173px 0;
        text-decoration: none ;
}


#navToolsTitle, #navDeptTitle, .navStaticTitle{
	position: absolute;
	text-indent: -99999px;
}

/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	width:200px;
	margin-top:10px;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:580px;
	padding-bottom: 20px;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#F68C52;
	font-size:140%;
	letter-spacing: 1px;
	clear:both;
	text-transform: uppercase;
}

/* new h1 for product titles etc */
#main h1#pageTitle{
        font-weight:normal;
        padding:0;
        margin:10px 0 0 0;
        margin-bottom:1em;  
        color:#F68C52;
 	font-size:180%;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:10px 0 0 0;
	margin-bottom:1em;
	color:#F68C52;
	font-size:180%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	background: url(../graphics/plain/top-bkg.gif) repeat-x top left;
	padding:10px 0 10px 0;
	border-top: 1px solid #cccccc;
	text-align:center;
}

#footer .inner{
	margin:0 auto;
	width:780px;
	text-align:left;
}

#footer p{margin:0;}
#footer ul, #footer li{
	float: left;
	margin:0;
	padding:0;
	list-style:none;
}

#footer li{
	border-left: 1px solid #cccccc;
	padding:0 10px 0 10px;
}

#footer .first{
	border-left: none;
	padding:0 10px 0 0px;
}

#footer a:hover{
	text-decoration:underline;
}
#footer #credits{
	float:right;
	margin: 0;
	padding: 0;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination	{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination a{
	font-size:200%;
	letter-spacing:2px;
}
/*#pagination a#firstPage{background:url(/graphics/plain/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(/graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(/graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(/graphics/plain/ico_last.gif) no-repeat 0 0;}*/

/* ----- product thumbnail list ----- */
.products{
	margin:1em 0;
}


.products ul{
	margin:0;
	padding:0;
	list-style:none;
	width: 580px;
} 



.products li{
	float: left;
	width: 160px;
	height: 260px;
	color:#555;
	margin:0 15px 0px 15px;
	padding:0;
	list-style:none;
	text-align: center;
}

*html .products li{
	margin:0 7px 0px 7px;
	height:260px!important;
}

.products h3{
	font-weight: normal;
	padding: 0 20px;
}

.products .price{
	color: #F68C52;
	padding: 0 20px;
}


/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}


#product a{
	color: #F68C52;
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:right;
	width:270px;
}
#product .price{
	color:#F68C52;
	font-size:120%;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}

/* ----- featured articles ----- */

#articles{
	background: url(../graphics/plain/reviews-bottom.gif) no-repeat bottom left;
	padding-bottom: 20px;
}


#articles h2{
	background: url(../graphics/plain/reviews-top.gif) no-repeat 0 0px;
	margin-bottom: 0;
	padding-bottom: 30px;
}


#articles ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:0;
	padding:0;
	color:#777;
}
#articles ul li{
	margin:0;
	padding:0 60px 5px 15px;
	list-style:none;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}


#articles p{
	padding: 0 60px 0 15px;
}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
	background: url(../graphics/plain/reviews-bottom.gif) no-repeat bottom left;
	padding-bottom: 20px;
}


#reviews h2{
	background: url(../graphics/plain/reviews-top.gif) no-repeat top left;
	margin-bottom: 0;
	padding-bottom: 30px;
}


#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:0;
	padding:0;
	color:#777;
}
#reviews ul li{
	margin:0;
	padding:0 60px 0 15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}


#reviews p{
	padding: 0 60px 0 15px;
}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #fff;
	background:#E4D6BC;
	padding:5px;
	color: #555;
}
td{
	background:#F2EBDF;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}

.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#555;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#555;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#F68C52;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#555;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */


#content p a{
 	text-decoration: underline;
}

#content p a:hover{
	text-decoration: none;
}

