/*------------------------------------------------------------
| item.css (www.babywearing.jp)
| item navigation specific styles
+-------------------------------------------------------------
| Copyright (c) 2006 Tadpole Solutions
| Written by: Joel Millin (jomi@tadpole-online.com)
+-----------------------------------------------------------*/

/*------------------------------------------------------
| basic framing
------------------------------------------------------*/

.itemgrp p { clear: left; }
.itemgrp .onlyinstock { margin-bottom: 4px; }
.itemgrp .menus {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}
.itemgrp .menus .itemcount { color: #389438; font-size: 11px; }

.itemgrp .menudesc div { margin-bottom: 8px; border-bottom: 1px solid #ccc; display: none; }
.itemgrp .menudesc div div { margin: 0px; border-style: none; display: block; }
.itemgrp .menudesc div h4 { margin-bottom: 4px; }

/*-- [ie:mac] [begin] --\*//*/
.itemgrp .menus, .itemgrp .menudesc, .itemgrp .onlyinstock { display: none; }
/*-- [ie:mac] [end] --*/

.itemgrp .loading {
	text-align: center;
	background: url(../_cmn/spinner-lrg.gif) no-repeat center top;
	padding-top: 36px;
	margin-top: 16px;
}

.itemgrp .icons {
	width: 152px;
	max-height: 332px;
	overflow: auto;
	float: left;
	display: none;
}
/*-- [ie] only [begin] --*/
* html .itemgrp .icons { height: 332px; }
* html .itemgrp .icons .cgrp { width: auto !important; }
/*-- [ie] only [end] --*/

.itemgrp .icons a {
	padding: 1px;
	margin: 0px;
	border: 2px solid #fff;
	float: left;
}
.itemgrp .icons a.a,
.itemgrp .icons a:hover { margin: 0px; border: 2px solid #98bcce; }
.itemgrp .icons a.a { border-color: #3a728d; }
.itemgrp .icons a.nostock { margin: 1px; border: 1px solid #e5a1a1; }
.itemgrp .icons a.nostock:hover { margin: 0px; border: 2px solid #e5a1a1; }
.itemgrp .icons a.a-nostock { border-color: #ae1e1e; }

.itemgrp .items {
	width: 384px;
	float: right;
}

.itemgrp .items .item { display: none; }

.itemgrp .item .marks {
	padding-top: 4px;
	float: left;
}

.itemgrp .item .code {
	font-size: 11px;
	line-height: 1em;
	padding-top: 4px;
	float: right;
}
.itemgrp .item .name {
	margin-top: 4px;
	clear: left;
}

.cmnt-n, .cmnt-i, .cmnt-w {
	color: #333;
	line-height: 1.25em;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 2px 4px 2px 22px;
	margin-bottom: 1px;
}

.cmnt-n { background-color: #dce9f0; background-image: url(../_cmn/icn-note.gif); }
.cmnt-i { background-color: #d9f3d9; background-image: url(../_cmn/icn-info.gif); }
.cmnt-w { background-color: #f3d9d9; background-image: url(../_cmn/icn-warn.gif); }

.itemgrp .item .imgs {
	background: url(../_cmn/spinner-lrg.gif) no-repeat 59px center;
	margin-top: 8px;
	overflow: visible;
}
.itemgrp .item .imgs img { float: left; margin-right: 8px; }

.itemgrp .item .desc { padding-top: 8px; }

/*------------------------------------------------------
| stock "add to cart" display
------------------------------------------------------*/
/*-- stock framing --*/
.stock { border-top: 1px solid #ccc; }
.stock table { width: 100%; }
.stock td { text-align: left; vertical-align: top; }

/*-- sizenav --*/
.sizenav { width: 1px; }
.sizenav table { border-bottom: 1px solid #ccc; }
.sizenav th, .addsize td { white-space: nowrap; }
.sizenav th { text-align: right; padding-right: 4px; }
.sizenav .ttl th { color: #3a728d; padding-right: 0px; border-bottom: 1px solid #ccc; }
.sizenav a, .sizenav em {
	width: 28px; height: 28px;
	padding: 1px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.sizenav .ttl em { height: 20px; }
.sizenav em { background-image: url(../_cmn/btn-stock-na.gif); }
.sizenav a { background-image: url(../_cmn/btn-stock-ok.n.gif); }
.sizenav .x a { background-image: url(../_cmn/btn-stock-x.n.gif); }
.sizenav .w a { background-image: url(../_cmn/btn-stock-w.n.gif); }
.sizenav a:hover { background-image: url(../_cmn/btn-stock-ok.o.gif); }
.sizenav .x a:hover { background-image: url(../_cmn/btn-stock-x.o.gif); }
.sizenav .w a:hover { background-image: url(../_cmn/btn-stock-w.o.gif); }
.sizenav a.a { background-image: url(../_cmn/btn-stock-ok.a.gif); }
.sizenav .x a.a { background-image: url(../_cmn/btn-stock-x.a.gif); }
.sizenav .w a.a { background-image: url(../_cmn/btn-stock-w.a.gif); }

.sizenav .size-P { background-image: url(../_cmn/icn-size-p.gif); }
.sizenav .size-S { background-image: url(../_cmn/icn-size-s.gif); }
.sizenav .size-M { background-image: url(../_cmn/icn-size-m.gif); }
.sizenav .size-L { background-image: url(../_cmn/icn-size-l.gif); }
.sizenav .size-O { background-image: url(../_cmn/icn-size-o.gif); }
.sizenav .size-F { background-image: url(../_cmn/icn-size-f.gif); }

/*-- addnav --*/
.addnav { padding-top: 4px; }
td.addnav { padding-left: 16px; }
.addnav .price { color: #389438; }
.addnav .price em { font-size: 0.85em; }

.addnav .add {
	border: solid #ccc;
	padding-top: 4px;
	border-width: 1px 0px 0px;
}
.addnav .add a, .addnav .add em {
	font-size: 13px;
	line-height: 1.1em;
	text-decoration: none;
	font-weight: bold;
	background: no-repeat left center;
	padding: 8px 4px 8px 42px;
	float: left;
}
.addnav .add .ok { background-image: url(../_cmn/btn-add.n.gif); }
.addnav .add .ok:hover { background-color: #dce9f0; background-image: url(../_cmn/btn-add.o.gif); }
.addnav .add .x { color: #ae1e1e; background-image: url(../_cmn/btn-add.x.gif); }
.addnav .add .w { color: #823d8f; background-image: url(../_cmn/btn-add.w.gif); }

/*-- "mono" display specific --*/
div.addnav .price, div.addnav .add { float: left; }
div.addnav .price { line-height: 1.1em; padding: 8px 0px; }
div.addnav .add {
	padding: 0px 0px 0px 4px;
	margin-left: 8px;
	border-width: 0px 0px 0px 1px;
}


