﻿/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_new.css 3688 2006-06-02 00:12:18Z drbyte $
 */

body {
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	/*font-size: 62.5%;*/
	color: #000000;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
}

CODE {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 1em;
	}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	font-size: 0.95em;
	width: 10em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
}
ADDRESS {
	font-style: normal;
	}
.clearBoth {
	clear: both;
}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}
.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 958px;
	vertical-align: top;
	border-right: 0px solid #FFA500;
	border-left: 0px solid #FFCA68;
	border-bottom: 0px solid #FFCA68;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#tagline {
  color:#000000;
	font-size: 2em;
  text-align : center;
	vertical-align: middle;
}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navSplitPagesLinks {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 5px;
	background-color: #FFFAF0;
	font-weight: bold;
	color: #9a9a9a;
	height: 1%;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-bottom: 0px solid #DCDCDC;
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: left;
	line-height: 1.5em;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #9a9a9a;
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}
#navEZPagesTOC ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC ul li {
	white-space: nowrap;
}
#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription  {
	margin: 0.5em;
}
#navBreadCrumb {}
#navEZPagesTop {
	background-color: #FFE3A2;
	background-repeat: repeat-x;
	border-top: 3px solid #FF8C00;	
	border-bottom: 3px solid #FF8C00;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-bottom: 2px solid #DCDCDC;
	vertical-align: center;
	text-align: center;
	}

#navEZPagesTop a {
	color: #FF8C00;
	}

#navEZPagesTop a:hover {
	color: #0000FF;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 0.7em;
	padding-lett: 0.7em;
	}

#navColumnOne {
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-left: 1px solid #D3D3D3;
	}
#navColumnTwo {
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-right: 1px solid #D3D3D3;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
}

.alert {
	color: #FF0000;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.advisory {}
.important {
	font-size: 1.1em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

#bannerSix{
background-color: #FFF4F7;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.cartTableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.cartTableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	height: 2.2em;
 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}
.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
font-size: 110%;
	margin: 1em 0em;
	}

h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	background-image: url(../images/center_tile_background.gif);
	font-size: 120%;
	color: #D2691E;
	padding: 0.5em 0.5em;
	border-top: 2px solid #FFCD56;
	border-right: 2px solid #FFCD56;
	border-bottom: 1px solid #FFCD56;
	border-left: 2px solid #FFCD56;
	}
.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	border: 0px solid #9a9a9a;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	}

.sideBoxContent {
	/*background-color: #ffffff;
	padding: 0.4em;*/
	}

/*h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}*/

/*.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}*/

h3.leftBoxHeading a:hover {
	color: #000000;
	text-decoration: none;
	} 
h3.rightBoxHeading a:hover {
	color: #000000;
	text-decoration: none;
	}
.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}

.centeredContent, TH, #navNextPrevWrapperTop, #navNextPrevWrapperBottom {
	text-align: center;
	padding-bottom: 7px;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}
#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}
/*misc*/
.back {
  float: left;
}
.forward {
	float: right;
}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}

/* TUSKURU ORIGINAL CSS

.headerview1 {
	border-right: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	height:7px;
	background-color: #FF8C00;
}
.headerview2 {
	border-right: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	height:4px;
	background-color: #FFD700;
}
*/
#log_title_all {
	width: 100%;
}

.log_title_hidari {
	border-right: 0px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	padding: 20px 15px 20px 10px;
	text-align: center; 
}
.log_title_ue {
	border-right: 1px solid #D3D3D3;
	border-left: 0px solid #D3D3D3;
	padding: 10px 13px 5px 0px;
	text-align: right;
}
.log_title_sita {
	border-right: 1px solid #D3D3D3;
	border-left: 0px solid #D3D3D3;
	padding: 0px 13px 10px 0px;
	text-align: right;
}
/**
 * aplipc CSS Stylesheet
 * ------------------------------------
 * @ package templateSystem
 * @
 * @ 2009.08.29 kawasaki
 * @
 * @ table
 * @
 * ------------------------------------
 */
#productDescription table.a{
	border:2px #ff8c00 solid;
	padding:10px;
	margin: 20px 0px 20px 0px ;
	width: 600px;/*幅*/
	border-collapse: collapse;
	}
#productDescription table.a td{
	border:2px #ff8c00 solid;
	padding:10px;
	border-collapse: collapse;
	}
#productDescription table.a th{
	border:2px #ff8c00 solid;
	padding:10px;
	border-collapse: collapse;
	}
#productDescription td#m{
	width:200px;
	background-color: #ffffe0;
	}
#productDescription td#m2{
	width:150px;
	}
blockquote#three {
	width:450px;
	background:#ffd700;
	padding:25px;
	position:relative;
	}
#three .arrow{
	width:0;
	height:0;
	line-height:0;
	border-bottom:25px solid #ffd700;
	border-right:50px solid white;
	position:absolute;
	top: -24px;
	left:20px;
	}
#productDescription h3{
  width: 530px;/*幅*/
  text-align: center;/*タイトルを中央寄せ*/
  border: solid 1px #868689;/*外周枠の色*/
  background-color: #E9E9EC;/*枠の背景色*/
  padding:10px;
	margin: 20px 0px 20px 0px;
	}
#productDescription p#m{
	color: #666666;
	font-size: 200%;
	font-family: "Lucida Sans Unicode", sans-serif;
	text-align: right;/*右寄せ*/
	margin: 0;
	padding: 3px 0.5em 2px 0.5em;
	}
ul#productDetailsList{
	width: 300px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	}
ul#productDetailsList li{
	margin: 0;
	padding: 10px;
	float: left;
	height:40px;
	width: 75px;
	text-align: center;
	border-top: 3px double #ff9900;
	border-right: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	border-left: 3px double #ff9900;
	font-size: 11px; /* 文字サイズ */
}
#productAttributes{
	background-image: url(/shop/includes/templates/classic/images/op_top.gif);
	background-repeat: no-repeat;
	background-position: centet top;
	margin: 10px;
	padding: 60px 10px 10px 10px;
	border:solid 2px #ff9900;
	}
#categoryListBoxContents a{
	border:solid 1px #ff9900;
}
/*----------------------------------
 * conditions
 *
 *----------------------------------
 */
#conditionsMainContent{
	margin: 0 0 0 1em;
	padding: 0;
	letter-spacing: 0.3em;
	line-height: 150%;
}
#conditionsMainContent li{
	line-height: 150%;
}
#conditionsMainContent ol{
	font-size: 150%;
	color: #3300FF;
	padding: 10px;
}
#conditionsMainContent ul{
	font-size: 12px;
	color: #333333;
}
#conditionsMainContent ol ul{
	font-size: 12px;
	color: #000000;
	list-style-type: none;
}
#conditionsMainContent ol ul ul{
	color: #333333;
	list-style-type: square;
}
#conditionsMainContent ol ol{
	font-size: 12px;
	color: #000000;
}
/*----------------------------------
 * privacy
 *
 *----------------------------------
 */

#privacyDefaultMainContent{
	margin: 0 0 0 1em;
	padding: 0;
	letter-spacing: 0.3em;
	line-height: 150%;
}
#privacyDefaultMainContent li{
	line-height: 150%;
}
#privacyDefaultMainContent ol{
	font-size: 150%;
	color: #3300FF;
	padding: 10px;
}
#privacyDefaultMainContent ul{
	font-size: 12px;
	color: #333333;
}
#privacyDefaultMainContent ol ul{
	font-size: 12px;
	color: #000000;
	list-style-type: none;
}
#privacyDefaultMainContent ol ul ul{
	color: #333333;
	list-style-type: square;
}
#privacyDefaultMainContent ol ol{
	font-size: 12px;
	color: #000000;
}
/*----------------------------------
 * shippingInfo
 *
 *----------------------------------
 */
#shippingInfoMainContent ul{
	font-size: 12px;
	color: #333333;
}
#shippingInfoMainContent li{
	line-height: 150%;
}
#shippingInfoMainContent table{
	border:2px #ff8c00 solid;
	padding:10px;
	margin: 20px 0px 20px 0px ;
	width: 600px;/*幅*/
	border-collapse: collapse;
	}
#shippingInfoMainContent td{
	border:2px #ff8c00 solid;
	padding:10px;
	border-collapse: collapse;
	}
/*----------------------------------
 * site_map
 *
 *----------------------------------
 */
#siteMapList{
	line-height: 150%;
}
#siteMapList ul {  
    padding:0;  
    margin:0;  
    background-position: -9px 15px;   
    background-image: url('../images/ul.gif');   
    background-repeat: repeat-y  
}  
#siteMapList li {  
    font-size: 12px;  
    font-weight:bold;  
    margin: 0px;   
    padding: 3px 0 3px 24px;   
    list-style-type: none;  
}  
#siteMapList li a {  
    text-decoration:none;  
color:#000;  
}  
#siteMapList li a:hover {  
    text-decoration:underline;  
}  
#siteMapList ul ul {  
    background-position: -1px 15px;  
    background-image: url('../images/ul.gif');   
    background-repeat: repeat-y;  
}  
#siteMapList ul li {  
    background-position: 0px 7px;   
    background-image: url('../images/li.gif');   
    background-repeat: no-repeat;  
}  
#siteMapList ul li a {  
    font-weight:bold;  
    text-decoration:underline;  
}  
#siteMapList ul li a:hover {  
    text-decoration:none;  
}  
#siteMapList ul ul li {  
    background-position: 8px 7px;  
    background-image: url('../images/li.gif');   
    background-repeat: no-repeat;     
}  
#siteMapList ul ul li a {  
    background-position: 0px 7px;   
    font-size:1em;  
    color:#666;  
    text-decoration:none;  
}  
#siteMapList ul ul ul li a {  
    background-position: 0px 7px;   
    font-size:0.8em;  
    color:#999;  
    text-decoration:none;  
}
/*
 *----------------------------------
 * menu navi 
 *----------------------------------
 */
#navBreadCrumb{
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 1;
	/*background-color: #eee;*/
	list-style-type: none;
}
#navBreadCrumb a{
	margin:0px 3px 0px 0px; 
	border-right: 5px solid #bbb;
	border-left:5px solid #eee;
	padding: 9px 15px;
	display: block;
	position: relative; /* for IE6 */
	color: #333;
	background-color: #ddd;
	text-decoration: none;
	float: left;
	text-align: center;
}
#navBreadCrumb a:hover {
	border-color: #ccc;
	color: #333;
	background-color: #ccc;
}
/*
 *----------------------------------
 * ClearFix 
 *----------------------------------
 */
#navBreadCrumb {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}
#navBreadCrumb:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*
 *----------------------------------
 * category
 *----------------------------------
 */
.categoryListBoxContents {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}
.categoryListBoxContents a{
	width:180px;
	padding: 9px 10px;
	border: 1px solid #bbb;
	display: block;
	position: relative; /* for IE6 */
	color: #333;
	background-color: #ddd;
	text-decoration: none;
	float: left;
	text-align: center;
}
.categoryListBoxContents a:hover {
	border-color: #ccc;
	color: #333;
	background-color: #ccc;
}
/*
 *----------------------------------
 * menu Tabs navi 
 *----------------------------------
 */
#navCatTabsWrapper{
	background-color: #FFFFFF;
}
#navCatTabs { 
	width: 100%;
	height: 43px;
	background: #FFF url("http://aplipc.apple-valley.jp/shop/includes/templates/classic/images/menu-bg.gif") top left repeat-x;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navCatTabs li {
	font-size: 1.2em;
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
#navCatTabs li a{
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
#navCatTabs a:hover {
	color: #333;
}
#navCatTabs .category-subs-selected {
	display: block;
	float: left;
	color: #FFF;
	background: #FFF url("http://aplipc.apple-valley.jp/shop/includes/templates/classic/images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}
.headerNavigation{
	background-color: #FFFFFF;
}
#bestsellersContent #wrapper{
	width: 150px;
	float: left;
	display: block;
	overflow: scroll;
}

