/**
 * 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.css 3688 2006-06-02 00:12:18Z drbyte $
 */

/* common --------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* common --------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------- */

body {
	color: #333333;
	font-family: "ҥ饮γѥ Pro W3", Osaka, "ͣ Хå", sans-serif;
	font-size:0.75em;
}

/* ---------------------------------------------- */

a:link			{color:#003366;text-decoration:none;}
a:visited		{color:#4C7094;text-decoration:none;}
a:hover			{color:#003366;text-decoration:underline;}
a:active		{color:#003366;text-decoration:none;}

/* ---------------------------------------------- */

#wrapper {
	margin: 0;
	padding: 0;
	background:url(../images/interface/wrap_bg.gif) repeat-x;
}

/* ---------------------------------------------- */

img {
	border: 0;
}

p { 
	margin: 0;
	padding: 0;
}

ul, li, ol{
	margin:0;
	padding:0;
	list-style:none;
	}

dl, dt, dd{
	margin:0;
	padding:0;
}



/* ---------------------------------------------- */

table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}


.clearBoth {

	clear: both;

	}



/*
-----------------------------------------------------------------------
common
-----------------------------------------------------------------------
*/

/*-------------- h --------------*/
h1#indexDefaultHeading{
	display:none;
}
h1#productListHeading,
h1#advSearchDefaultHeading,
h1#advSearchResultsDefaultHeading,
h1#indexCategoriesHeading,
h1#cartDefaultHeading,
h1#loginDefaultHeading,
h1#checkoutPaymentHeading,
h1#checkoutShippingHeading,
h1#checkoutConfirmDefaultHeading,
h1#checkoutSuccessHeading,
h1#conditionsHeading,
h1#shippingInfoHeading,
h1#privacyDefaultHeading,
h1#siteMapHeading,
h1#specialsListingHeading,
h1#accountDefaultHeading,
h1#addressBookDefaultHeading,
h1#acctNewslettersDefaultHeading,
h1#accountNotificationsHeading,
h1#accountHistoryDefaultHeading,
h1#aboutusHeading,
div#featuredProducts h2,
div#indexCategoriesMainContent h2{
	background:url(../images/common/h.gif) left bottom no-repeat;
	padding-bottom:10px;
	text-indent:0;
	font-size:16px;
	font-weight:normal;
	padding-left:20px;
	padding-top:5px;
	margin-bottom:10px;
	text-align:left;
}

/*
h1{
	text-indent:-9999em;
}
h1#productListHeading{
	background:url(../images/common/h.gif) left bottom no-repeat;
	padding-bottom:10px;
	text-indent:0;
	font-size:16px;
	font-weight:normal;
	padding-left:20px;
	padding-top:5px;
}
h1#advSearchDefaultHeading,
h1#advSearchResultsDefaultHeading{
	background:url(../images/advanced_search/h_01.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#indexCategoriesHeading{
	background:url(../images/index/h_01.gif) left top no-repeat;
	height:30px;
}

h1#cartDefaultHeading{
	background:url(../images/account/h_01.gif) left top no-repeat;
	height:30px;
	margin-bottom:20px;
}
h1#loginDefaultHeading{
	background:url(../images/login/h_01.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#checkoutPaymentHeading{
	background:url(../images/checkout/h_01.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#checkoutShippingHeading{
	background:url(../images/checkout/h_02.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#checkoutConfirmDefaultHeading{
	background:url(../images/checkout/h_03.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#checkoutSuccessHeading{
	background:url(../images/checkout/h_04.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#conditionsHeading{
	background:url(../images/conditions/h_01.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#shippingInfoHeading{
	background:url(../images/shipping/h_01.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#privacyDefaultHeading{
	background:url(../images/privacy/h_01.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#siteMapHeading{
	background:url(../images/sitemap/h_01.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#accountDefaultHeading{
	background:url(../images/mypage/h_01.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#addressBookDefaultHeading{
	background:url(../images/mypage/h_02.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#acctNewslettersDefaultHeading{
	background:url(../images/mypage/h_03.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#accountNotificationsHeading{
	background:url(../images/mypage/h_04.gif) left top no-repeat;
	height:30px;
	margin-bottom:10px;
}
h1#accountHistoryDefaultHeading{
	background:url(../images/mypage/h_05.gif) left top no-repeat;
	height:30px;
}
h1#aboutusHeading{
	background:url(../images/aboutus/h_01.gif) left top no-repeat;
	height:30px;
}
*/

h1#productName{
	text-indent:0;
	font-size:12px;
	margin-bottom:10px;
}
h2#productPrices{
	text-indent:0;
	font-size:12px;
	margin-bottom:10px;
	font-weight:normal;
	color:#FF0000;
}
h3.itemTitle{
	font-size:12px;
}



/*
-----------------------------------------------------------------------
mainWrapper
-----------------------------------------------------------------------
*/

div#mainWrapper{
	width:830px;
	margin:0 auto;
}
.listingDescription{
	text-align:left;
	padding-left:10px;
	padding-top:10px;
}
td.productListing-data h3{
	text-align:left;
	padding-left:10px;
}
#productsListingTopNumber{
	margin-bottom:10px;
}
#productsListingBottomNumber{
	margin-top:10px;
}
table.tabTable tr .productListing-heading{
	padding-bottom:10px;
} 
table.tabTable td.productListing-data img{
	margin-bottom:10px;
}
.navNextPrevList{
	display:inline;
}
.navNextPrevWrapper centeredContent{
	clear:both;
}



/*
-----------------------------------------------------------------------
header
-----------------------------------------------------------------------
*/

#headerWrapper{
	background:url(../images/common/mainimg.jpg) center top no-repeat;
	height:259px;
	width:830px;	
}
div#headerleftarea{
	width:460px;
	float:left;
	font-size:10px;
	color:#FFFFFF;
}
div#headerleftarea p{
	padding:0 0 0 20px;
}
div#headerleftarea h1{
	background:url(../images/common/logo.jpg) 22px 2px no-repeat;
	height:61px;
	text-indent:-9999em;
}
div#headerrightarea{
	float:right;
	width:370px;
	height:58px;
}

/*-------------- hnav --------------*/

#headerrightarea ul{
	width:368px;
	float:right;
	text-indent:-9999em;
}
#headerrightarea li{
	height:35px;
	float:left;
	padding-right:10px;
}
#headerrightarea li a{
	display:block;
	height:35px;
}
li#hnav01,
li#hnav01 a{
	background:url(../images/common/icon_home.jpg) center left no-repeat;
	width:70px;
}
li#hnav01 a:hover{
	background:url(../images/common/icon_home_f2.jpg) center left no-repeat;
}
li#hnav02login,
li#hnav02login a{
	background:url(../images/common/icon_login.jpg)  center left no-repeat;
	width:89px;
}
li#hnav02login a:hover{
	background:url(../images/common/icon_login_f2.jpg)  center left no-repeat;
}

li#hnav02mypage,
li#hnav02mypage a{
	background:url(../images/common/icon_mypage.jpg)  center left no-repeat;
	width:89px;
}
li#hnav02mypage a:hover{
	background:url(../images/common/icon_mypage_f2.jpg)  center left no-repeat;
}

li#hnav03,
li#hnav03 a{
	background:url(../images/common/icon_cart.jpg) center left no-repeat;
	width:104px;
}
li#hnav03 a:hover{
	background:url(../images/common/icon_cart_f2.jpg) center left no-repeat;
}
li#hnav04,
li#hnav04 a{
	background:url(../images/common/icon_guide.jpg) top left no-repeat;
	width:58px;
}
li#hnav04 a:hover{
	background:url(../images/common/icon_guide_f2.jpg) center left no-repeat;
}
#btarea{
	width:370px;
	height:171px;
	}
#btarea li{
	width:250px;
	height:171px;
	display:block;
	float:right !important;
	margin:8px 0 0 0;
	padding:0;
	}
#btarea li a{
	width:250px;
	height:171px;
	display:block;
	outline:none;
	}
#bta01{
	background:url(../images/index/bt_main01.jpg) left top no-repeat;
	text-indent:-9999px !important;
}
#bta01 a:hover{
	background:url(../images/index/bt_main01_f2.jpg) left top no-repeat;
}



/*
-----------------------------------------------------------------------
sidebox
-----------------------------------------------------------------------
*/

.columnLeft{
	padding:0 5px;
	background:url(../images/common/bg_leftcontents.jpg) top left repeat-x;
	background-color:#E6F2FF;
}

/*-------------- --------------*/

.rightBoxContainer,
.leftBoxContainer{
	margin-top:10px;
}
#categoriesContent a.category-top{
	background:url(../images/common/icon_01.gif) left center no-repeat;
	margin:0 10px -10px 10px;
	padding-left:15px;
	padding-bottom:4px;
	display:block;
	border-bottom:solid 1px #CCCCCC;
}
#informationContent li,
#bestsellersContent li{
	display:inline;
}
#informationContent a{
	background:url(../images/common/icon_01.gif) left center no-repeat;
	margin:0 10px 5px 10px;
	padding-left:15px;
	padding-bottom:6px;
	display:block;
	border-bottom:solid 1px #CCCCCC;
}
#bestsellersContent a{
	background:url(../images/common/icon_01.gif) left center no-repeat;
	margin:0 0 5px 0;
	padding-left:15px;
	padding-bottom:6px;
	display:block;
	border-bottom:solid 1px #CCCCCC;
}

/*-------------- sidebox_right --------------*/

div#bestsellersContent,
div#whatsnewContent,
div#featuredContent,
#shoppingcartContent{
	border:#CCCCCC 1px solid;
	padding:10px;
}

/*-------------- sidebox_left --------------*/

#categoriesContent{
	background:#FFFFFF;
	border:#CCCCCC 1px solid;
	margin:0 5px;
	width:168px;
	padding-top:10px;
	padding-bottom:5px;
}
#categoriesContent,
#informationContent{
	background:#FFFFFF;
	border:#CCCCCC 1px solid;
	margin:0 5px;
	width:168px;
	padding-top:10px;
	padding-bottom:5px;
}
#information{
	margin-bottom:10px;
}
.category-products{
	display:block;
	border-bottom:#CCCCCC solid 1px;
	margin:0 10px -10px 10px;
	padding-bottom:5px;
}

/*-------------- sideboxtitle --------------*/

#shoppingcartHeading{
	text-indent:-9999em;
	background:url(../images/interface/h_cart.jpg);
	height:26px;
}
#bestsellersHeading{
	text-indent:-9999em;
	background:url(../images/interface/h_top5.jpg);
	height:26px;
}
#featuredHeading,
#whatsnewHeading{
	text-indent:-9999em;
	background:url(../images/interface/h_new.jpg) center top no-repeat;
	height:26px;
}
#categoriesHeading{
	text-indent:-9999em;
	background:url(../images/interface/h_productlist.jpg) center top no-repeat;
	height:26px;
}
#informationHeading{
	text-indent:-9999em;
	background:url(../images/interface/h_info.jpg) center top no-repeat;
	height:26px;
}
#searchHeading{
	background:url(../images/interface/h_keyword.jpg) center top no-repeat;
	height:28px;
	text-indent:-9999em;
}

/*--------------search --------------*/

#search{
	background:url(../images/interface/bg_keyword.jpg) center top repeat-y;
}
#searchContent{
	background: url(../images/interface/keyword_bg.jpg) center bottom no-repeat;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:6px;
	text-align:left;
}
#searchContent p{
	font-size:10px;
	color:#257EF2;
}
#searchContent input,
#searchContent select{
	margin-bottom:4px;
	margin-top:4px;
}



/*
-----------------------------------------------------------------------
contents
-----------------------------------------------------------------------
*/

div#conditionstablearea table{
	border-collapse:collapse;
	width:100%;
}
div#conditionstablearea th{
	padding:10px;
	text-align:left;
	background: #EEEEEE;
	font-weight:normal;
	width:30%;
	margin: 1px;
	border: 1px solid #AFAFAF;
}
div#conditionstablearea td{
	padding:10px;
	width:70%;
	margin: 1px;
	border: 1px solid #AFAFAF;
}


/*
-----------------------------------------------------------------------
index_contets
-----------------------------------------------------------------------
*/

/*--------------categoriarea --------------*/

#indexCategories{
	padding:0 20px;
	margin-top:10px;
}
#categoriarea{
	height:500px;
	overflow:auto;
	margin-top:10px;
}
/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {

	vertical-align: top;

}
/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

	margin: 1em 0em;

}
.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;

}
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {

	float: left;

}

div#lineup{
	clear:both !important;
	background:url(../images/common/h.gif) left bottom no-repeat;
	padding-bottom:10px;
	padding-left:20px;
	padding-top:5px;
	margin-bottom:10px;
}
div#lineup h2{
	background:none !important;
	float:left;
	padding:0 !important;
	margin:0 !important;
	text-indent:0;
	font-size:16px;
	font-weight:normal;
	text-align:left;
}
div#lineup dl{
	float:right;
}
div#lineup dt{
	text-indent:-9999em;
	padding-right:10px;
	height:12px;
	width:141px;
	background:url(../images/index/title_lineup.gif) center left no-repeat;
	float:left;
}
div#lineup dd{
	float:left;
}



/*
-----------------------------------------------------------------------
footer
-----------------------------------------------------------------------
*/

/*--------------  ---------------*/

#siteinfoLegal{
	height:33px;
	background:url(../images/common/bg_footer.jpg) top left repeat-x;
	padding-top:10px;
	font-size:10px;
	margin-top:10px;
}

/*-------------- ɲ ---------------*/

#copy{
	text-align:center;
}

/*
-----------------------------------------------------------------------
ǥե
-----------------------------------------------------------------------
*/

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	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.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
	
LABEL.inputLabel {
	width: 11em;
	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*/

#contentMainWrapper,#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper{
	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, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText,#siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px dotted #CCCCCC;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.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;
	}

#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}
.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 {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*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;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

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;
	}
	
#siteMapList li a{
	background:url(../images/common/icon_01.gif) left center no-repeat;
	padding-left:15px;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}
	
div#logout{
	height:36px;
	text-indent:-9999em;
	width:150px;
}
div#logout a{
	display:block;
	height:36px;
	background:url(../images/common/btn_logout.jpg) center left no-repeat;
}

div#indexCategoriesMainContent li{
	padding-bottom:5px;
	border-bottom: dotted 1px #CCCCCC;
	margin-top:10px;
}
div#indexCategoriesMainContent{
	margin-bottom:20px;
}

/*
-----------------------------------------------------------------------
huckclearfix
-----------------------------------------------------------------------
*/

div#lineup:after{
	content: "";
	display: block;
	height:0;
	clear: both;
	visibility:hidden;
}
div#lineup{
	display:inline-block;
	}
 
/*\*/
* html div#lineup{
	height:1%;
}
div#lineup{
	display:block;
	}

/**/
