/**
 * 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 $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85.5%;
	color: #000;
	background: #fdedef url(../images/bg_all.png) repeat-y 51% 0;
	text-align: center;
	}

* html body {
	font-size: 75.5%;
	}

* + html body {
	font-size: 75.5%;
	}

html>/**/body, x:-moz-any-link, x:default {
	font-size: 75.5%;
	} /* Only FireFox 3 */

@media screen and (max-width: 480px) {
	body{
		font-size:70%;
	}
}	

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #333;
	text-decoration: none;
	}
 
a:visited {
	color: #4e1507;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navCatTabs ul li a:hover {
	color: #bb0000;
	text-decoration: none;
	}

a:active {
	color: #ff0202;
	}

h1 {
	font-size: 1.2em;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
	}

h2.greeting {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

h2.greeting a,
h2.greeting a:link,
h2.greeting a:visited {
	color: #ba2636;
	}

h1#indexCategoriesHeading,
h1#productListHeading {
	margin: 0 0 5px 0;
	background: url(../images/bg_center_h2.gif) no-repeat left top;
	padding: 0 0 0 25px;
	line-height: 15px;
	color: #ba2636;
	text-align: left;
	clear: both;
	font-size: 1.1em;
	}

h1#accountDefaultHeading,
h1#ezPagesHeading {
	margin: 0;
	background: url(../images/bg_center_h2.gif) no-repeat 1% 50%;
	padding: 0 0 0 30px;
	line-height: 23px;
	color: #ba2636;
	text-align: left;
	clear: both;
	font-size: 1.1em;
	border-top: 5px solid #f08080;
	}

h1#productName {
	margin: 0;
	background: url(../images/bg_center_h2.gif) no-repeat 1% 50%;
	border-top: 5px solid #f08080;
	padding: 10px 0 0 30px;
	line-height: 23px;
	color: #ba2636;
	text-align: left;
	clear: both;
	font-size: 1.1em;
	}

* html h1#productName {
	background: url(../images/bg_center_h2.gif) no-repeat 1% 60%;
	}

h1#productName_b {
	font-size:1em;
	margin: 0;
	padding: 3px 0 3px 18px;
	clear: both;
	color: #ba2636;
	border-bottom: 1px solid #ba2636;
	border-left: 1px solid #ba2636;
	background: url(../images/icon_product_name.gif) no-repeat 5px 50%;
	}

hr.border_c {
	border-top: 1px dashed #f4a6b8;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 0 5px;
	}

* html hr.border_c {
	border: 1px dashed #f4a6b8;
	}

* + html hr.border_c {
	border: 1px dashed #f4a6b8;
	}

#indexProductList {
	}


#indexProductList_in {
	float: left;
	border: 1px solid #f4a6b8;
	width: 615px;
	margin-left: 0px;
	}

* html #indexProductList_in {
	width: 615px;
}

#indexProductList_in2 {
	float: left;
	background: url(../images/bg_indexProductList_in2.gif) repeat-x left top;
	padding: 15px 10px 10px;
	}

* html #indexProductList_in2 {
	padding: 9px;
}

#accountDefault {
	background: #fff;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 90%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #777;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #000;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#logo {
	padding: 0 0 10px 0;
	margin: 0;
	float: left;
	}

LABEL.inputLabel {
	width: 11.8em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

#login-password {
	width: 216px;
}

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 #000;
	}

#navColumnOne hr {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #00005d;
	}

hr.border_hr {
	border-top: 1px dashed #f4a6b8;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 10px 5px;
	}

* html hr.border_hr {
	border-color: #f4a6b8;
	border-style: dashed;
	border-width: 1px;
	}

* + html hr.border_hr {
	border-color: #f4a6b8;
	border-style: dashed;
	border-width: 1px;
	}

#topWrapper__ {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1030px !important;
	background: #fff;
	}

* html #topWrapper__ {
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background: #ff0000;
	color: #000;
	}

.messageStackSuccess {
	background: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper__ {
	text-align: left;
	width: 1030px;
	vertical-align: top;
	margin: 10px 0;
	padding: 0;
	clear: both;
	float: left;
	background: #fff url(../images/bg_center.gif) repeat-y right top;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper__ {
	margin: 0;
	padding: 0;
	width: 1030px;
	float: left;
	}

#logoWrapper {
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	clear: both;
	background: #fff url(../images/bg_navi.gif) no-repeat center bottom;
	border-bottom: 7px solid #f08080;
	/*width: 1030px;*/
	width:100%;
	}

html>/**/body #logoWrapper, x:-moz-any-link, x:default {
	/*width: 1030px;*/
	} /* Only FireFox 3 */

#main_img {
	margin: 0 0 10px 0;
	}

#headerWrapper__ {
	margin: 0;
	padding: 0;
	border-bottom: 7px solid #f08080;
	width: 1030px;
	}

* html #headerWrapper {
	}

div#eznavibar {
	margin: 0;
	padding: 0;
	float: left;
	background: #eee;
	width: 100%;
	}

#navColumnTwo,
#navColumnTwo a,
#navColumnTwo a:link,
#navColumnTwo a:visited {
	color: #333;
	}

#navColumnTwo {
	text-align: center;
	}

#navColumnOneWrapper {
	margin: 0 auto;
	clear: both;
	text-align: left;
	padding: 0 0 5px 0;
	}

#navColumnTwoWrapper {
	margin: 0 auto;
	clear: both;
	text-align: left;
	padding: 0 0 5px 0;
	}

* html #navColumnTwoWrapper {
	padding: 0;
	}

#tagline {
	font-size: 1em;
	padding: 0;
	font-weight: bold;
	line-height: 1.3em;
	text-align: right;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	margin-right: 10px;
	width: 45%;
	}

#advSearchDefault a,
#advSearchDefault a:link,
#advSearchDefault a:visited {
	color: #000;
	}

#accountLinksWrapper {
	margin: 0;
	width: 100%;
	color: #000;
	border-top: 1px solid #ccc;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	font-weight: bold;
	color: #4E1507;
	clear: both;
	margin: 0;
	padding: 5px 0;
	border-top: 7px solid #f08080;
	text-align: center;
	/*width: 1030px;*/
	background: #f4839d url(../images/bg_footer.gif) repeat-x scroll left top;
	}

* html #navSuppWrapper, * html #navCatTabsWrapper {
	/*width: 1030px;*/
	}

#navSuppWrapper a,
#navSuppWrapper a:link,
#navSuppWrapper a:visited {
	color: #210903;
	text-decoration: none;
	}

#navSuppWrapper a:hover,
#navSuppWrapper a:active {
	color: #330e04;
        border-bottom: 3px dotted #330e04;
	}

#navSuppWrapper li a,
#navSuppWrapper li a:link,
#navSuppWrapper li a:visited {
	color: #4f0027;
	text-decoration: none;
	}

#navSuppWrapper li a:hover,
#navSuppWrapper li a:active {
	color: #3b001d;
	text-decoration: underline;
	}

#navSupp {
	line-height: 1.5em;
	margin-bottom: 5px;
	padding-bottom: 0;
	color: #4E1507;
	}

#navMainWrapper {
	margin: 0;
	padding: 0;
	font-weight: bold;
	width: 70%;
	float: right;
	}

div#navMain {
	float: right;
	text-align: right;
	}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height: 1em;
	}

#checkoutSuccessOrderLink a,
#checkoutSuccessOrderLink a:link,
#checkoutSuccessOrderLink a:visited,
#checkoutSuccessContactLink a,
#checkoutSuccessContactLink a:link,
#checkoutSuccessContactLink a:visited
	 {
	color: #333;
	text-decoration: underline;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: normal;
	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #4e1507;
	}

#navMain ul li a,
#navMain ul li a:link,
#navMain ul li a:visited {
	color: #4e1507;
	text-decoration: none;
	padding: 0 3px;
	}

#navMain ul li a:hover,
#navMain ul li a:active {
	color: #330e04;
	padding: 0 3px;
        border-bottom: 3px dotted #330e04;
	}

#navMain ul li {
	display: block;
	float: right;
	padding: 0 0 0 15px;
	margin: 0 0 0 5px;
	line-height: 20px;
	background: url(../images/navi_icon.gif) no-repeat left center;
	}

#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 {
	background: #cc9900;
	}

#navEZPagesTop {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 0.95em;
	font-weight: bold;
	float: left;
	line-height: 30px;
	color: #000;
	}

#navEZPagesTop ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#navEZPagesTop li {
	display: block;
	background: #f3a8bb;
	padding: 0 2px;
	line-height: 40px;
	float: left;
	margin: 0;
	white-space:nowrap;
	width: 16%;
	border-left: 1px solid #000;
	}

#navEZPagesTop a,
#navEZPagesTop a:link,
#navEZPagesTop a:visited {
	color: #000;
	text-decoration: none;
	}

#navEZPagesTop a:hover,
#navEZPagesTop a:active {
	color: #000;
	text-decoration: underline;
	}

#navEZPagesTop li a {
	color: #000;
	}

#navBreadCrumb {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	clear: both;
	}

#navColumnOne {
	float: left;
	text-align: center;
	}

#navColumnTwo {
	float: left;
	}

/*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;
	}

#productDescription {
	margin: 10px 0 0 0;
	font-size: 1.1em;
	padding: 10px;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}

.important a, .pseudolink {
	color: #d90000;
}

.important a:hover, .pseudolink:hover {
	text-decoration: underline;
}

.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0;
	}

.centerColumn {
	width: 620px;
	margin: 0 auto;
	text-align: left;
	}

/*tell a friend IE6 IE7*/
* html #tellAFriendDefault {
	overflow: auto;
}

* + html #tellAFriendDefault {
	overflow: hidden;
}

.smallText, #siteinfoCredits, #siteinfoStatus {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	margin: 0 10px 10px 0;
	padding: 0;
	}

* html #cartAdd {
	margin: 0 5px 5px 0;
	}

#cartAdd input {
	margin: 0;
	}

#product_l {
	padding: 10px;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	color: #000;
	}

.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 {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	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: #d90000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	padding: 0 0 0 5px;
	}

#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 ;
	}

#productMainImage {
	margin: 10px;
	}

#reviewsInfoDefault {
	background: #fff;
	color: #000;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	}

* html #reviewsInfoDefault {
	margin: 0 0 0 4px;
	}

#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;
	}

/*sideboxes*/
.columnLeft {}

#search_header {
        width: 185px;
	background: #f9e7ea;
	padding: 5px 0 0 0;
	text-align: center;
	margin: 0;
	}

#search_header a {
	margin: 0 0 0 5px;
	}

h3.rightBoxHeading {
	font-size: 1em;
	color: #4e1507;
	padding: 0;
	margin: 5px 0 0 0;
	line-height: 32px;
	text-align: center;
	}

h3.leftBoxHeading {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	}

h3.leftBoxHeading a {
	}

#navColumnTwo h3.rightBoxHeading a,
#navColumnTwo h3.rightBoxHeading a:visited {
	color: #fff;
	}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

.centerBoxWrapper {
	margin: 5px 0;
	float: left;
	/*width: 616px;*/
	border: 2px dotted #f08080;
	}

* html .centerBoxWrapper {
	/*width: 615px;*/
}

.centerBoxHeading {
	margin: 0;
	background: url(../images/bg_center_h2.gif) no-repeat 1% 50%;
	padding: 10px 0 0 25px;
	line-height: 23px;
	color: #ba2636;
	text-align: left;
	clear: both;
	font-size: 1.1em;
	}

.leftBoxContainer {
	margin: 5px 0;
	background: #fff url(../images/l_box.gif) repeat-y left top;
	padding: 0;
	}

* html .leftBoxContainer {
	}

* + html .leftBoxContainer {
	}

.rightBoxContainer {
	margin: 0 0 10px 0;
	}

.sideBoxContent_outer {
	background: url(../images/left_box_bottom.gif) no-repeat bottom;
	padding: 0 0 10px 0;
	}

div.leftBoxContainer div.sideBoxContent {
	padding: 0 10px 10px 10px;
	}

div.rightBoxContainer div.sideBoxContent {
	margin: 0;
	padding: 10px 0;
	}

div#categories div#categoriesContent {
	padding: 0 0 10px 0;
	}

#categories a {
	padding: 0 10px;
	margin: 5px 3px;
	line-height: 2em;
	display: block;
	border-bottom: 1px dashed #f4a6b8;
	}

#informationContent ul {
	padding: 0 0 5px 0;
	}

#informationContent ul li {
	line-height: 1.5em;
	margin: 5px 0;
	}

h3.leftBoxHeading a:hover {
	color: #00005d;
	text-decoration: underline;
	} 

h3.rightBoxHeading a:hover {
	color: #fff;
	text-decoration: underline;
	}

.rightBoxContent {
	background: #ffffff;
	margin-bottom: 1em;
	}

#productListing {
	background: #fff;
	color: #000;
	float: left;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.productListing-data img {
	padding: 5px;
	}

* html .centeredContent {
	padding: 0 5px;
	}

#siteinfoLegal {
	font-size: 0.9em;
	margin: 0;
	padding: 5px 0;
        line-height: 2em;
	}

#siteinfoIP {
	font-size: 0.9em;
	padding-bottom: 5px;
	}

#bestsellersContent {
	background: url(../images/bg_bestsellers.gif) no-repeat top left;
	margin: 10px 0 0 0;
	padding: 0;
	}

#bestsellers .wrapper {
	margin: 0;
	}

#bestsellersContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#bestsellers li {
	padding: 0 0 0 35px;
	margin: 0 0 4px 0;
	display: block;
	height: 80px;
	border-bottom: 1px dashed #f08080;
	}

* html #bestsellers li {
	}

#bannerboxHeading {
	/*background: #0000CC;*/
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: left;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}
                  
.rowEven {
	background: #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: #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: #ffffff;
	}

div#mainarea__ {
	width: 1030px;
	margin: 0 auto;
	}

div#centerOuterBorder {
	/*float: left;*/
	text-align: center;
	/*width: 645px;*/  	/*=全体-(左ボックス+右ボックス)*/
	}

* html div#centerOuterBorder {
	margin-left: 0;
}

table {
	background: #fff;
	color: #000;
	}

table a,
table a:link,
table a:visited {
	color: #000;
	}

* html table {
	font-size: 1.1em;
	}

div#naviWrapper {
	background: #eee;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	/*width: 1030px;*/
	}

div#headerinner {
	float: left;
	}

div.navilanguages {
	float: right;
	width: 200px;
	border-right: 1px dotted #000000;
	line-height: 25px;
	}

div.navMainSearch {
	float: right;
	width: 250px;
	line-height: 25px;
	text-align: right;
	}

 div.navicurrencies {
	float: right;
	width: 200px;
	line-height: 25px;
	}

span.navi_text {
	font-size:1.2em;
	padding: 0 5px 0 0;
	line-height: 25px;
	}

#bannerOne {
	}

#search {
	}

#search h3 {
	}

h3.itemTitle {
	text-align: center;
	font-size: 0.9em;
	}

.productListing-odd {
	}

#reviewsContent {
	padding: 10px;
	}

#reviewsContent img {
	margin: 0 3px 0 0;
	}

#reviewsContent hr {
	margin: 0;
	padding: 0;
	}

.reviews_txt {
	text-align: left;
	padding: 0 4px;
	}

.t_border {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	}

.t_border a {
	color: #000;
	}

#bannerbox2Content p {
	margin: 3px 0;
	padding: 0;
	}

.center_box {
	background: #fff;
	float: center;
	margin: 3px 0 0 0;
	/*width: 616px;*/
	color: #000;
	}

* html .center_box {
	/*width: 610px;*/
}

.listingDescription {
	text-align: left;
	padding: 0 5px 0 0;
	}

.tabTable img {
	margin: 20px 0 20px 5px;
	}

.tabTable {
	margin: 10px 0;
	font-size: 1em;
	}

.productListing-rowheading {
	line-height: 1.5em;
	}

#product_outer {
	background: #fff;
	padding: 0;
	margin: 10px 0;
	float: left;
	color: #000;
	border: 1px solid #f4a6b8;
	width: 605px;
	}

#productPrices {
	color: #ba2636;
	font-size: 1em;
	}

* html #productPrices {
	padding: 10px 5px 0 0;
	}

* + html #productPrices {
	padding: 10px 5px 0 0;
	}

#productDetailsList {
	float: none;
	width: auto;
	padding: 5px;
	margin: 0 5px;
	border-top: 1px dashed #f4a6b8;
	}

#freeShippingIcon {
	float: left;
	padding: 10px 0 0 10px;
	}

#productAttributes {
	padding: 10px 0 0 0;
	margin: 5px 0;
	background: #f5f5f5;
	clear: both;
	}

* html #productAttributes {
	padding: 0;
	}

#product_inner {
	background: url(../images/bg_indexProductList_in2.gif) repeat-x top left;
	}

#productDetailsList li {
	display: block;
	}

#categoryDescription {
	margin: 5px 0;
	}

#productInfoLink {
	border-top: 1px dashed #f4a6b8;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	}

#reviews_bottom {
	clear: both;
	border-top: 1px dashed #f4a6b8;
	}

#reviews_bottom div.buttonRow {
	margin: 0.5em;
	float: left;
	}

#reviews_bottom div.buttonRow_r {
	margin: 0.5em;
	float: right;
	}

#top_img {
	margin: 0;
	clear: both;
	}

#sorter {
	margin: 10px 0 0 0;
	}

div#newProductsDefault,
div#specialsListing,
div#featuredDefault,
div#allProductsDefault {
	background: #fff;
	}

div#newProductsDefault h1,
div#specialsListing h1,
div#featuredDefault h1,
div#allProductsDefault h1 {
	margin: 0;
	background: url(../images/bg_center_h2.gif) no-repeat left top;
	padding: 0 0 0 30px;
	line-height: 23px;
	color: #ba2636;
	text-align: left;
	clear: both;
	font-size: 1.1em;
	border-bottom: 5px solid #fff;
	}

#categoryinner {
	border: 1px solid #f4a5b7;
	float: left;
	width: 615px;
	}

* html #categoryinner {
	width: 615px;
}

#whatsNew, #featuredProducts, #specialsDefault{
	width: 615px;
	margin-left: 0px;
}

#productTellFriendLink{
	margin-left:33px;
}

.rare_qty{
	color: red;
}
.full_size{
	width:610px;
}
@media only screen and (max-width:768px){
	.full_size {
		width:100%;
	}
	h1#indexCategoriesHeading{
		font-size: 1em;
	}
	h2.greeting{
		font-size: 1em;
	}
}
@media only screen and (max-width:768px){
	#categoriesHeading{
		cursor:pointer;
		}
	#categoriesContent{
		display:none;
		}
}
@media only screen and (max-width:768px){
	.centerColumn{
		width: 90%;
	}
	#indexProductList_in{
		width: 90%;
		margin-left: 10px;	
	}
	#productListing{
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	#product_outer{
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	#categoryinner, #whatsNew, #featuredProducts, #specialsDefault{
		width: 95%;
		margin-left: 10px;
	}
}