/**
 * 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 {
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76.5%;
	margin: 0;
	text-align: center;
	}

* html body {
	font-size: 76.5%;
	}

* + html body {
	font-size: 76.5%;
	}

html>/**/body, x:-moz-any-link, x:default {
	font-size: 75.0%;
	line-height: 1.3em;
	} /* Only FireFox 3 */

/* safari only */

body:last-child:not(:root:root) {
	font-size: 78.0%;
	}

#allwrapper {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: left;
	width: 950px;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #666;
	text-decoration: none;
	}
 
a:visited {
	color: #666;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navCatTabs ul li a:hover {
	color: #666;
	text-decoration: underline;
	}

a:active {
	color: #666;
	}

h1 {
	font-size: 1.2em;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
	}

h1#productName_b {
	color: #f70000;
	margin: 15px 0 10px 60px;
	}

#indexProductList {
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	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;
	}

fieldset .ccinfo {
	width: 687px;
	}

fieldset#comments {
	width: 687px;
	}

html>/**/body fieldset#comments, x:-moz-any-link, x:default {
	width: 684px;
	}

html>/**/body fieldset .ccinfo, x:-moz-any-link, x:default {
	width: 684px;
	}

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, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#logo {
	float: left;
	margin: 5px 0 0;
	padding: 0;
	width: 430px;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	margin: 0;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #969696;
	}

#navColumnOne hr {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #969696;
	}

hr.border_hr {
	}

* html hr.border_hr {
	}

* + html hr.border_hr {
	}

h2#productPrices {
	margin: 10px 10px 5px 60px;
	}

#topWrapper {
	float: left;
	margin: 0;
	padding: 0;
	width: 950px;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	clear: both;
	float: left;
	margin: 15px 0;
	padding: 0;
	text-align: left;
	width: 950px;
	}

#contentMainWrapper_in {
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper {
	float: left;
	height: 45px;
	margin: 10px 0 5px;
	padding: 0 10px;
	width: 930px;
	}

* + html #logoWrapper {
	height: 46px;
	}

#headerWrapper {
	background: #2358B8 url(../images/bg/bg_header.gif) repeat-x left bottom;
	color: #fff;
	float: left;
	margin: 0;
	padding: 2px 0 0;
	}

#headerWrapper #taglineWrapper {
	padding: 0 10px;
	}

div#eznavibar {
	margin: 0;
	padding: 0;
	float: left;
	background: #eee;
	width: 100%;
	}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0 auto;
	text-align: left;
	} 

* html #navColumnTwoWrapper {
	margin: 0 0 0 5px;
	}

#tagline {
	clear: both;
	font-size: 1em;
	margin: 0;
	padding: 0;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

#accountLinksWrapper {
	width: 95%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	text-align: center;
	margin: 5px 0;
	}

.navSplitPagesLinks {
	}

.navSplitPagesLinks a,
.navSplitPagesLinks strong.current {
	padding: 2px 0;
	}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper {
	clear: both;
	height: 1%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 950px;
	}

#navCatTabsWrapper {
	margin: 0em;
	height: 1%;
	width: 744px;
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
	background: #fff;
	text-align: center;
	}

#navCatTabsWrapper img {
	vertical-align: bottom;
	}

#navSuppWrapper a,
#navSuppWrapper a:link,
#navSuppWrapper a:visited {
	text-decoration: none;
	}

#navSuppWrapper a:hover,
#navSuppWrapper a:active {
	color: #306470;
	text-decoration: underline;
	}

#navSupp {
	padding-bottom: 0;
	margin: 0 auto;
	}

#navMainWrapper {
	clear: both;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#headerimg {
	float: right;
	width: 650px;
	}

div#navMain {
	float: left;
	font-weight: normal;
	text-align: right;
	padding: 0;
	}

#navMain ul {
	float: left;
	width: 900px;
	}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#navSupp ul {
	}

#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: 0 2px 0 0;
	margin: 0;
	}

#navMain ul li a {
	border-right: 1px solid #1b4591;
	display: block;
	float: left;
	padding: 5px 15px 3px;
	margin: 0;
	height: 20px;
	}

#navMain ul li a,
#navMain ul li a:link,
#navMain ul li a:visited {
	color: #fff;
	text-decoration: none;
	}

#navMain ul li a:hover,
#navMain ul li a:active {
	background: url(../images/bg/bg_header_navi_over.gif) repeat-x left bottom;
	color: #fff;
	text-decoration: none;
	}


#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 {
	margin: 0.5em;
	}

#indexProductListCatDescription {
	border-bottom: 1px solid #ccc;
	margin: 0 35px 20px;
	padding: 0 0 10px 0;
	width: 580px;
	}

#navEZPagesTop {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 0.95em;
	font-weight: bold;
	float: left;
	line-height: 30px;
	}

#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 #fff;
	}

#navEZPagesTop a,
#navEZPagesTop a:link,
#navEZPagesTop a:visited {
	text-decoration: none;
	}

#navEZPagesTop a:hover,
#navEZPagesTop a:active {
	text-decoration: underline;
	}

#navEZPagesTop li a {
	}

#navBreadCrumb {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	clear: both;
	font-size: 0.95em;
	}

#navColumnOne {
	background: #fff;
	float: right;
	text-align: center;
	}

#navColumnTwo {
	float: left;
	text-align: center;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#productDescription {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 1em;
	line-height: 1.5em;
	}

#productReviewLink {
	float: right;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0;
	}

.centerColumn {
	float: left;
	margin: 0;
	text-align: left;
	width: 701px;
	}

.smallText, #siteinfoCredits, #siteinfoStatus {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	border-top: 1px solid #ccc;
	float: left;
	text-align: left;
	margin: 0;
	padding: 5px 10px;
	width: 180px;
	}

* html #cartAdd {
	width: 200px;
	}

.tableHeading TH {
	border-bottom: 1px solid #000;
	}

#cartSubTotal {
	background: #f0f0f0;
	 }

table#prevOrders {
	font-size: 1em;
	}

#cartSubTotal {
	border-top: 1px solid #000;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	width: 671px;
	}

.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: #ff0000;
	}

#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: 0 20px 10px;
	}

* html #productMainImage {
	margin: 0 20px 10px 10px;
	}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.categoryListBoxContents {
	margin: 5px 0;
	float: left;
	vertical-align: top;
	text-align: center;
	}

.categoryListBoxContents a,
.categoryListBoxContents a:link,
.categoryListBoxContents a:visited,
.categoryListBoxContents a:hover,
.categoryListBoxContents a:active {
	color: #003399;
	font-weight: bold;
	}

/*sideboxes*/
.columnLeft {}

#search_header {
	background: #000;
	padding: 2px 0;
	text-align: center;
	margin: 0;
	float: left;
	width: 900px;
	}

#search_header form {
	float: right;
	padding: 0 10px 0 0;
	}

#search_header input {
	vertical-align:middle;
	}

#search_header a {
	color: #fff;
	}

h3.leftBoxHeading label {
	font-size: 1em;
	line-height: 1em;
	padding: 0;
	}

h3.leftBoxHeading {
	background: url(../images/bg/bg_sidebox_title.gif) no-repeat center top;
	color: #fff;
	font-size: 1em;
	line-height: 1em;
	margin: 0 10px;
	padding: 6px 5px;
	text-align: left;
	}

h3.leftBoxHeading a,
h3.leftBoxHeading a:link,
h3.leftBoxHeading a:visited {
	text-decoration: none;
	}


h3.leftBoxHeading a:hover,
h3.leftBoxHeading a:active {
	text-decoration: underline;
	}

h3.rightBoxHeading {
	font-size: 1em;
	text-align: left;
	padding: 5px 10px;
	margin: 0;
	font-weight: bold;
	}

h3.rightBoxHeading a,
h3.rightBoxHeading a:link,
h3.rightBoxHeading a:visited {
	text-decoration: none;
	}


h3.rightBoxHeading a:hover,
h3.rightBoxHeading a:active {
	text-decoration: underline;
	}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

.centerBoxWrapper,
#indexCategories,
#indexProductList,
#product_box {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 20px;
	width: 701px;
	}

.centerBoxWrapper {
	padding: 0 0 5px;
	}

#alsoPurchased {
	border-top: 1px solid #ccc;
	margin: 20px 0;
	padding: 20px 0;
	}

.centerbox_inner {
	padding: 0;
	width: 701px;
	}

#productAdditionalImages .centerbox_inner {
	padding: 0;
	width: 600px;
	}

div.centerBoxContentsNew img,
.Fimages_inner img {
	display: block;
	margin: 0;
	padding: 0;
	}

.Fimages_inner a {
	}

.f_center,
.n_center {
	position: relative;
	left: 50%;
	float: left;
	}

.f_center_in,
.n_center_in {
	position: relative;
	left: -49%;
	float: left;
	margin: 10px 0 0 0;
	}

* html .f_center_in,
* html .n_center_in {
	left: -52%;
	}


.Fimages_inner,
.Nimages_inner {
	border: 1px solid #A9A9A9;
	display: block;
	margin: 0 4px 4px 0;
	padding: 3px;
	}

#productMainImage .Fimages_inner,
#productMainImage .Nimages_inner {
	border: 1px solid #a9a9a9;
	display: block;
	margin: 0 4px 4px 0;
	padding: 5px;
	}

.imgLink {
	clear: both;
	padding: 5px 0 0 0;
	}

.Featuredimages,
.Newimages {
	background: url(../images/bg/bg_imageshadow.gif) no-repeat right bottom;
	clear: right;
	float: left;
	margin: 0;
	padding: 0;
	}

p.Featuredtxt,
p.Newitemtxt {
	clear: both;
	margin: 0;
	padding: 5px;
	word-break: break-all;
	}

div.newrelease {
	overflow: hidden;
	line-height: 1.5em;
	}

p.new_title {
	padding: 0 0 10px;
	}

p.Featuredtxt a,
p.Featuredtxt a:link,
p.Featuredtxt a:visited,
p.new_title a,
p.new_title a:link,
p.new_title a:visited,
p.Newitemtxt a,
p.Newitemtxt a:link,
p.Newitemtxt a:visited {
	color: #039;
	font-weight: bold;
	}

p.Featuredtxt a:hover,
p.Featuredtxt a:active,
p.new_title a:hover,
p.new_title a:active,
p.Newitemtxt a:hover,
p.Newitemtxt a:active {
	color: #003399;
	}

.centerBoxHeading {
	clear: both;
	color: #fff;
	font-size: 1.2em;
	line-height: 23px;
	margin: 0 0 10px;
	padding: 0;
	}

#alsoPurchased .centerBoxHeading {
	background: url(../images/bg/bg_center_title2.gif) repeat-x left bottom;
	clear: both;
	color: #fff;
	font-size: 1.2em;
	line-height: 23px;
	margin: 0 0 10px;
	padding: 3px 10px;
	}

.indexCategoriesHeading_out,
#productListHeading_out,
#productName_out {
	background: url(../images/bg/bg_title.gif) no-repeat left top;
	}

h1#indexCategoriesHeading,
h1#productListHeading,
h1#productName {
	background: url(../images/bg/bg_title_bottom.gif) no-repeat left bottom;
	color: #039;
	padding: 0 0 5px 10px;
	margin: 0 0 10px 0;
	line-height: 23px;
	clear: both;
	font-size: 1.2em;
	}

.leftBoxContainer {
	background: #e5e5e5;
	margin: 0 0 10px;
	padding: 10px 0;
	}

#languages {
	padding: 0;
	}

#bannerbox {
	margin: 0 0 5px 0;
	}

.rightBoxContainer {
	margin: 10px 0 0 0;
	background: #4d2b2b;
	}

.rightBoxContainer a,
.rightBoxContainer a:link,
.rightBoxContainer a:visited {
	}

.rightBoxContainer a:active,
.rightBoxContainer a:hover {
	text-decoration: underline;
	}

.sideBoxContent_outer {
	padding: 0 0 10px 0;
	}

div.leftBoxContainer div.sideBoxContent {
	background: #fff;
	margin: 0 10px;
	padding: 10px 0;
	width: 210px;
	}

div.leftBoxContainer div#categoriesContent,
div.leftBoxContainer div#informationContent,
div.leftBoxContainer div#bannerbox2Content,
div.leftBoxContainer div#bannerboxContent,
div.leftBoxContainer div#twitterContent,
div.leftBoxContainer div#sidebox2Content,
div.leftBoxContainer div#sidebox3Content,
div.leftBoxContainer div#sidebox1Content {
	padding: 0;
	}

div.leftBoxContainer div#twitterContent {
	background: none;
	}

div.leftBoxContainer div#manufacturersContent {
	width: 200px;
	}

* html div.leftBoxContainer div#manufacturersContent {
	width: 220px;
	}

div.leftBoxContainer div#manufacturersContent select {
	border: 1px solid #ccc;
	}

div.rightBoxContainer div.sideBoxContent {
	margin: 0;
	padding: 10px;
	}

.sideBoxContent li {
	padding: 2px 0;
	}

#categories a,
#categories a:link,
#categories a:visited,
#informationContent a,
#informationContent a:link,
#informationContent a:visited {
	background: url(../images/icon/i_sidebox.gif) no-repeat 5px center;
	border-bottom: 1px solid #eee;
	display: block;
	margin: 0;
	padding: 10px 0 10px 20px;
	}

#categories a:hover,
#categories a:active,
#informationContent a:hover,
#informationContent a:active {
	background: #f9f9f9 url(../images/icon/i_sidebox.gif) no-repeat 5px center;
	text-decoration: none;
	}

.rightBoxContent {
	background: #fff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoCredits, #siteinfoStatus, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.centerBoxContentsFeatured,
.centerBoxContentsNew {
	background: url(../images/bg/bg_featured.gif) no-repeat left top;
	height: 238px;
	margin: 0 6px 10px 7px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	line-height: 1.5em;
	}

* html .centerBoxContentsFeatured,
* html .centerBoxContentsNew {
	margin: 0 5px 10px 6px;
	}

.productListing-odd {
	}

td.productListing-data {
	border-top: 3px double #ccc;
	text-align: center;
	padding: 10px 0;
	}

td.productListing-data .Featuredimages {
	margin: 0 10px 0 5px;
	}

* html .centeredContent {
	padding: 0 5px;
	}

#siteinfoLegal {
	clear: both;
	font-size: 9px;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	padding: 10px 0 0;
	font-weight: normal;
	}

#siteinfoIP {
	text-align: center;
	font-size: 0.9em;
	padding-bottom: 5px;
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background: #f0f0f0;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background: #cfcfcf;
	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 {
	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: 900px;
	margin: 0 auto;
	}

p.new_price {
	padding: 5px 0;
	}

div#centerOuterBorder {
	float: left;
	margin: 0;
	padding: 0;
	width: 701px;  	/*=全走ｫ(豪＋ックス+右ボックス)*/
	}

* html div#centerOuterBorder {
	}

div#centerOuterBorder a,
div#centerOuterBorder a:link,
div#centerOuterBorder a:visited {
	}

div#centerOuterBorder a:hover,
div#centerOuterBorder a:active {
	text-decoration: underline;
	}

* html table {
	font-size: 1.2em;
	}

div#naviWrapper {
	background: #eee;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	width: 900px;
	}

div#headerinner {
	float: left;
	}

div.navilanguages {
	float: right;
	width: 200px;
	border-right: 1px dotted #000000;
	line-height: 25px;
	}

div.navMainSearch {
	background: #fff url(../images/bg/bg_header_search.gif) no-repeat left center;
	float: right;
	padding: 4px 0 0 10px;
	text-align: left;
	width: 484px;
	}

div.navMainSearch form {
	margin: 0 0 0 10px;
	}

div.navMainSearch input#keyword {
	border: none;
	margin: 0;
	padding: 1px 0;
	position: relative;
	top: -10px;
	width: 263px;
	}

div.navMainSearch .advanced_search_text {
	color: #999;
	margin: 0 17px 0 12px;
	position: relative;
	text-decoration: none;
	top: -10px;
	}

div.navMainSearch form,
div.navMainSearch select,
div.navMainSearch input {
	margin: 0;
	}

div.navMainSearch input:focus {
	background: none;
	}

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: left;
	font-size: 1em;
	word-break: break-all;
	}

h3.itemTitle a,
h3.itemTitle a:link,
h3.itemTitle a:visited {
	color: #039;
	}

h3.itemTitle a:hover,
h3.itemTitle a:active {
	color: #039;
	text-decoration: underline;
	}

#reviewsContent {
	padding: 5px;
	}

#reviewsContent img {
	margin: 0;
	}

#reviewsContent hr {
	margin: 0;
	padding: 0;
	}

.reviews_txt {
	text-align: left;
	}

.t_border {
	border-top: 1px dashed #fff;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	}

.t_border a {
	}

#bannerbox2Content p {
	margin: 3px 0;
	padding: 0;
	}

.center_box {
	float: left;
	margin: 0 0 10px 0;
	}

.listingDescription {
	text-align: left;
	padding: 0 5px 0 0;
	word-break: break-all;
	width: 320px;
	}

.tabTable img {
	margin: 20px 0 20px 5px;
	}

.tabTable {
	margin: 10px 0;
	font-size: 1em;
	}

.productListing-rowheading {
	line-height: 1.5em;
	}

div#productListing {
	padding: 0 25px 10px;
	width: 650px;
	}

* html div#productListing {
	width: 701px;
	}

div#centerOuterBorder table {
	font-size: 1em;
	}

div#productListing table {
	border-bottom: 3px double #ccc;
	}

div#productListing table.tabTable img {
	margin: 0;
	}

#productDetailsList {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	}

#product_rightbox {
	float: left;
	width: 200px;
	}


#productDetailsList li {
	border-top: 1px solid #ccc;
	display: block;
	padding: 5px 10px;
	}

#categoryDescription {
	border-bottom: 1px solid #ccc;
	margin: 5px;
	padding: 5px 5px 10px 5px;
	}

#productInfoLink {
	margin: 10px 0;
	padding: 10px 0;
	}

#reviews_bottom {
	clear: both;
	border-top: 1px dashed #000;
	}

#reviews_bottom div.buttonRow {
	margin: 0.5em;
	float: left;
	}

#reviews_bottom div.buttonRow_r {
	margin: 0.5em;
	float: right;
	}

#top_img {
	margin: 5px 0;
	}

.category-products {
	line-height: 1.4em;
	}

#indexDefaultMainContent {
	background: url(../images/bg/bg_news.gif) no-repeat left top;
	margin: 0 0 10px 0;
	padding: 9px 0 10px 108px;
	}

#indexDefaultMain_inner {
	background: #fff;
	height: 205px;
	overflow: auto;
	width: 590px;
	}

.txt_order {
	margin: 0;
	padding: 0;
	color: #f00;
	font-weight: bold;
	text-align: right;
	}

#pro_boxinner {
	margin: 0 25px;
	}

* html #pro_boxinner {
	}

#productAdditionalImages {
	clear: both;
	}

#product_right {
	background: url(../images/bg/bg_product.gif) no-repeat left top;
	float: left;
	}

.navNextPrevWrapper {
	margin: 0 0 10px 0;
	}


#businessdays {
	clear: both;
	background: #f9f9f9 url(../images/bg/c_businessdays_b.gif) no-repeat bottom;
	}

#mi_businessdays {
	background: url(../images/bg/c_businessdays_t.gif) no-repeat top;
	padding: 20px;
	}

#businessdays_inner {
	width: 660px;
	}

#languagesHeading {
	background: url(../images/bg/bg_languages_title.gif) repeat-x top;
	color: #fff;
	margin: 0;
	padding: 6px 10px 5px;
	}

#languagesContent {
	background: #e5e5e5;
	padding: 10px;
	}

#footerWrapper {
	background: #e5e5e5;
	clear: both;
	padding: 15px 0;
	}


#loginbox {
	background: none;
	padding: 0;
	}

h3#loginboxHeading {
	background: url(../images/bg/bg_sidebox_title_login.gif) no-repeat center top;
	margin: 0;
	padding: 5px 5px 6px;
	}

div.leftBoxContainer div#loginboxContent {
	background: url(../images/bg/bg_sidebox_login_box.gif) no-repeat center bottom;
	color: #333;
	margin: 0;
	padding: 10px;
	width: 210px;
	}

* html div.leftBoxContainer div#loginboxContent {
	width: 230px;
	}



div.leftBoxContainer div#loginboxContent form {
	background: url(../images/bg/bg_sidebox_login_boxinner.gif) repeat left top;
	display: block;
	margin: 0;
	padding: 5px;
	}

div.leftBoxContainer div#loginboxContent input#email_address {
	margin:0 0 2px;
	padding:0;
	width:110px;
	}

div.leftBoxContainer div#loginboxContent input#password {
	margin:0 0 2px;
	padding:0;
	width:110px;
	}

div.leftBoxContainer div#loginboxContent ul {
	background: url(../images/bg/bg_sidebox_login_boxinner.gif) repeat left top;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 25px;
	}

div.leftBoxContainer div#loginboxContent .login_button {
	text-align: right;
	padding: 5px 0 0;
	}

.email_address_box,
.password_box {
	display: inline-block;
	width: 82px;
	}

#password_forgotten {
	border-bottom: 1px dotted #039;
	font-size: 0.9em;
	padding: 10px 0 5px;
	}

#password_forgotten a {
	color: #039;
	text-decoration: underline;
	}

#new_login {
	text-align: center;
	}
