/**
 * 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 {
	background: #000;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75.5%;
	margin: 0;
	text-align: center;
	}

body#popupShippingEstimator {
	color: #000;
	}

body#popupShippingEstimator a:link {
	color: #000;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #fff;
	text-decoration: none;
	}
 
a:visited {
	color: #fff;
	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 {
	text-decoration: underline;
	}

a:active {
	}

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: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0;
	vertical-align: middle;
	}

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;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

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*/
#mainWrapper {
	background: url(../images/bg/main.jpg) repeat left 685px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 1024px;
	}

#headerWrapper {
	height: 350px;
	margin: 0;
	padding: 0;
	}

#main_inner {
	background: url(../images/bg/header.jpg) no-repeat center top;
	padding: 0 30px;
	width: 964px;
	}

#logoWrapper {
	float: left;
	margin: 50px 7px 0;
	padding: 0;
	}

#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#contentMainWrapper {
	float: left;
	padding: 0;
	width: 964px;
	}

#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%;
	}

#accountLinksWrapper {
	width: 99%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	clear: both;
	margin: 0em;
	font-size: 0.9em;
	}

.navNextPrevList {
	display: block;
	float: left;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	width: 33%;
	}

#navPrev_button {
	text-align: left;
	}

#navNext_button {
	text-align: right;
	}

#navMainWrapper {
	float: right;
	font-weight: bold;
	margin: 20px 0 0;
	color: #fff;
	}

#navSuppWrapper {
	margin: 0;
	width: 964px;
	}

#navCatTabsWrapper {
	margin: 0;
	width: 964px;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li {
	display: inline;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	vertical-align: top;
	}

#navSupp ul li {
	display: inline;
	white-space: nowrap;
	}

#navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	}

#navSupp ul li a {
	text-decoration: none;
	padding: 3px 5px;
	margin: 0;
	color: #fff;
	}

#navSupp ul li a:hover,
#navSupp ul li a:active {
	background: #000;
	color: #fff;
	padding: 0 5px;
	}

.header_language {
	clear: both;
	text-align: right;
	}

#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;
	}

#loginDefaultHeading {
	color: #fff;
	}

#navEZPagesTop {
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0;
	padding: 0.5em;
	}

#navBreadCrumb {
	background: #0a5483;
	height: auto;
	display: block;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 3px 10px;
	}

#navColumnOne {
	float: left;
	}

#centerColumnWrapper {
	float: left;
	margin: 0 0 10px 18px;
	padding: 0;
	width: 564px;
	}

* html #centerColumnWrapper {
	margin: 0 0 10px 15px;
	}

#centerColumnWrapper .centerColumn {
	clear: both;
	background: #fff;
	float: left;
	padding: 10px;
	width: 544px;
	}

#centerColumnWrapper .centerColumn #checkoutNewAddress {
	padding: 0;
	}

#navColumnTwo {
	float: right;
	}

#footerWrapper {
	clear: both;
	}

#footerWrapper a {
	color: #fff;
	}

/*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 {
	clear: both;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 10px;
	}

.centerColumn {
	color: #000;
	padding: 0;
	}

.centerColumn a {
	color: #000;
	}

.noindex_inner {
	float: left;
	width: 544px;
	}

#categoryDescription {
	padding: 10px 0;
	}

.category_row {
	padding: 10px 0;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.Prices_block {
	}

.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: #fff;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #fff;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	background: url(../images/bg/side_box.png) repeat center top;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 5px 10px;
	text-align: right;
	}

* + html .cartBoxTotal {
	float: left;
	width: 162px;
	}

.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;
	}

#ezPageBoxList li {
	margin: 0;
	padding: 0.2em 0em;
	}

#cartBoxListWrapper li {
	margin: 0;
	padding: 5px 0;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage {
	height: 140px;
	margin: 0 10px 10px;
	width: 140px;
	}

.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 {
	margin: 1em 0em;
	}

.centerBoxContentsNew {
	margin: 0 0 20px;
	}

#whatsNew {
	margin: 0 0 10px;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading,
.centerBoxHeading {
	margin: 0;
	padding: 0;
	
	}

.leftBoxContainer {
	margin-top: 1.5em;
	}

.sideBoxContent {
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	}

.rightBoxHeading {
	margin: 0em;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	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, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}


.last_modified {
	line-height: 1em;
	height: 4em;
	width: 1.8em;
	overflow: hidden;
	font-size: 9px;
	text-align: center;
	word-break: break-all;
	}

.last_modified:first-line {
	color: #fff;
	}

.productListing-data {
	border-bottom: 1px dotted #919191;
	color: #000;
	}

.productListing-data a,
.productListing-data a:link,
.productListing-data a:visited,
.productListing-data a:active,
.productListing-data a:hover {
	color: #000;
	}

#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;
	}

#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;
	}

.rightBoxContainer {
	margin: 0 0 15px;
	}

#languagesContent {
	line-height: 1.5em;
	padding: 10px 0 0;
	text-align: left;
	}

#search_headerContent #keyword {
	margin: 0 0 5px;
	width: 150px;
	}

.search2_button {
	margin: 0;
	vertical-align: bottom;
	}


#informationContent {
	padding: 5px 0 10px 30px;
	}

#informationContent li {
	padding: 2px 0;
	}

#informationContent a:hover,
#informationContent a:active {
	background: #000;
	color: #fff;
	text-decoration: underline;
	}

#twitter {
	background: #12100F;
	padding: 0;
	}

#twitterHeading {
	padding: 10px;
	}

#twitterContent {
	background: #1f1014;
	padding: 5px 0 0;
	}

#twitterContent ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	}

#twitterContent ul li {
	width: 160px;
	word-break: break-all;
	}

p#twitter_logo {
	background: #000;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}

#mobileContent {
	font-size: 0.9em;
	text-align: center;
	}

#artists,
#blog {
	border-top: 1px dotted #fff;
	padding: 5px 0 0;
	}

#labels,
#information,
#blog,
#mobile {
	margin: 10px 0 0;
	}

th.productListing-heading {
	background: #EAEAEA;
	border-left: 1px solid #fff;
	padding: 5px 0;
	}

th.productListing-heading a.productListing-heading {
	border-left: none;
	}

#shoppingcartHeading,
#subscribeHeading {
	padding: 0 10px;
	text-align: center;
	}

#cartBoxListWrapper {
	padding: 5px 10px;
	}

#productDetailsList {
	float: right;
	list-style: none;
	padding: 0;
	width: 350px;
	}

#productDetailsList li {
	font-weight: bold;
	}

#productDateAdded {
	clear: both;
	}

#rss {
	float: left;
	}

#rssContent {
	float: left;
	text-align: left;
	}

#rssContent a {
	padding: 0 0 5px;
	}

#twitter {
	clear: both;
	}

.itemTitle {
	padding: 5px;
	}

.list_model_box {
	clear: both;
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px;
	}

#d_product_artist,
#d_product_title,
#d_product_company,
#d_product_model,
#d_product_music_genre {
	display: block;
	float: left;
	font-weight: normal;
	width: 4em;
	}

.listingDescription {
	clear: both;
	padding: 0 0 10px;
	}

.listingShortDescription p {
	margin: 0;
	padding: 0 0 5px;
	}

td#listCell0-2 a,
td#listCell0-2 a:link,
td#listCell0-2 a:hover,
td#listCell0-2 a:active,
td#listCell0-2 a:visited {
	color: #000;
	}

#productsListingTopNumber,
#productsListingBottomNumber {
	padding: 5px 0;
	}

.price_list_box {
	float: right;
	text-align: center;
	}

#wishlist {
	margin: 5px 0 0;
	}

.cartEmpty_list {
	clear: both;
	padding: 10px 0 0;
	}

.smallProductImage {
	margin: 0 10px 10px 0;
	}

#centerColumnWrapper #reviewsDefault h2 {
	font-size: 1.2em;
	margin: 0 0 5px;
	}

#centerColumnWrapper #reviewsDefault .bold {
	padding: 5px 0 0;
	}

#twitterfreeboxHeading {
	display: none;
	}

#twitterfreeboxContent {
	text-align: center;
	}

.productShortDescription p {
	height: 1px;
	margin: 0;
	padding: 0;
	}

/********************  sidebox header none  ********************/

h3#bannerboxHeading,
h3#bannerbox2Heading,
h3#languagesHeading,
h3#currenciesHeading,
h3#artistslabelsHeading,
h3#bannerboxallHeading,
h3#sslHeading {
	display: none;
	}

/***************************************************************/

/*******************  title and header mark  *******************/

h3#categoriesHeading {
	background: url(../images/mark/categories.gif) no-repeat left top;
	margin: 0;
	padding: 7px 0 10px 40px;
	}

h3#informationHeading {
	background: url(../images/mark/information.gif) no-repeat left top;
	margin: 0;
	padding: 7px 0 10px 40px;
	}

#whatsNew h2.centerBoxHeading {
	background: url(../images/mark/new_arrivals.gif) no-repeat left top;
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 15px 40px;
	text-align: left;
	}

* + html #whatsNew h2.centerBoxHeading {
	width: 485px;
	}

#featuredProducts h2.centerBoxHeading {
	background: url(../images/mark/recommend.gif) no-repeat left top;
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 15px 40px;
	text-align: left;
	}

* + html #featuredProducts h2.centerBoxHeading {
	clear: both;
	width: 485px;
	}

h2#productPrices {
	font-size: 1.1em;
	margin: 0;
	}

h3#artistsHeading {
	background: url(../images/mark/artists.gif) no-repeat left top;
	border-bottom: 1px dotted #fff;
	margin: 0;
	padding: 7px 0 15px 40px;
	}

h3#labelsHeading {
	background: url(../images/mark/labels.gif) no-repeat left top;
	border-bottom: 1px dotted #fff;
	margin: 0;
	padding: 7px 0 15px 40px;
	}

h3#blogHeading {
	background: url(../images/mark/blog.gif) no-repeat left top;
	border-bottom: 1px dotted #fff;
	margin: 0;
	padding: 7px 0 15px 40px;
	}

h3#mobileHeading {
	background: url(../images/mark/mobile.gif) no-repeat left top;
	margin: 0;
	padding: 7px 0 15px 40px;
	}

h3#whatsnewHeading {
	background: url(../images/mark/new_arrivals.gif) no-repeat left top;
	margin: 0;
	padding: 10px 0 15px 40px;
	}

h3#featuredHeading {
	background: url(../images/mark/recommend.gif) no-repeat left top;
	margin: 0;
	padding: 10px 0 15px 40px;
	}

h3#reviewsHeading {
	background: url(../images/mark/customerreview.gif) no-repeat left top;
	margin: 0;
	padding: 10px 0 15px 40px;
	}

h3#rssHeading {
	background: url(../images/mark/topics.gif) no-repeat left top;
	margin: 0;
	padding: 10px 0 15px 40px;
	}


/***************************************************************/


/*********************  透過pngスタイル  *********************/

#categoriesContent,
#informationContent,
#search_headerContent,
#whatsnewContent,
#featuredContent,
#reviewsContent,
#rssContent {
	background: url(../images/bg/side_box.png) repeat center top;
	border: 1px solid #000;
	padding: 10px;
	width: 160px;
	word-wrap: break-word;
	}

* html #categoriesContent,
* html #informationContent,
* html #search_headerContent,
* html #whatsnewContent,
* html #featuredContent,
* html #reviewsContent {
	float: left;
	width: 162px;
	}

* + html #categoriesContent,
* + html #informationContent,
* + html #search_headerContent,
* + html #whatsnewContent,
* + html #featuredContent,
* + html #reviewsContent {
	float: left;
	padding: 10px 10px 0;
	width: 162px;
	}

.sidebox_inner a img,
.sidebox_inner_bottom a img {
	background: url(../images/bg/side_box.png) repeat center top;
/*	background: #052943;*/
	float: left;
	margin: 0 3px 0 0;
	padding: 0 3px 3px 0;
	}

.sidebox_inner,
.sidebox_inner_bottom {
	float: left;
	text-align: left;
	width: 100%;
	}

.dashed_border {
	clear: both;
	}

.sidebox_inner {
	padding: 0 0 5px;
	}

.sidebox_inner_bottom {
	border-top: 1px dotted #fff;
	clear: both;
	padding: 5px 0;
	}

.clear {
	clear: both;
	}

#shoppingcart {
	background: url(../images/bg/side_box.png) repeat center top;
	border: 1px solid #000;
	padding: 10px 0 0;
	}

#subscribe {
	background: url(../images/bg/subscribe.png) repeat-x center bottom;
	border: 1px solid #000;
	padding: 10px 0 0;
	}

#subscribeContent {
	padding: 10px 0 0;
	}

#subscribeContent .mailmaga_text {
	font-size: 0.9em;
	margin: 0;
	padding: 0 10px 8px;
	text-align: left;
	}

#subscribeContent input.mailmaga_button {
	margin:15px 0 6px;
	}

* html #subscribeContent input.mailmaga_button {
	margin: 15px 0 0;
	}

#categoriesContent a,
#categoriesContent a:link,
#categoriesContent a:visited {
	color: #fff;
	}

#categoriesContent a:hover,
#categoriesContent a:active {
	background: #000;
	color: #fff;
	text-decoration: underline;
	}


#centerColumnWrapper .centerColumn h1 {
	background: url(../images/bg/bg_subpages_title.jpg) no-repeat center top;
	color: #000;
	display: block;
	font-size: 1.2em;
	margin: -10px -10px 10px;
	padding: 5px 10px;
	line-height: 1.2em;
	}


#centerColumnWrapper .centerColumn h1#productName {

	}

* html #centerColumnWrapper .centerColumn h1#productName {
	margin: -10px -10px 10px;
	}

* + html #centerColumnWrapper .centerColumn h1#productName {
	margin: -10px -10px 10px;
	}

/***************************************************************/

#sslContent p {
	margin: 0;
	padding: 5px 0;
	font-size: 0.8em;
	}

#ssl {
	border-top: 1px dotted #fff;
	margin: 10px 0;
	padding: 10px 0 0;
	}

.productListing-data {
	word-break: break-all;
	}

.listingDescription_new {
	word-break: break-all;
	width: 320px;
	}

.addthis_button_facebook_like {
	width: 100px;
	}

.random_whats_new_text,
.random_featured_product {
	background: #0D5480;
	margin: 3px 0 0;
	padding: 3px;
	}

#whatsnewContent a:hover,
#whatsnewContent a:active,
#featuredContent a:hover,
#featuredContent a:active {
	background: #000;
	color: #fff;
	text-decoration: underline;
	}

.centerBoxContentsNew,
.centerBoxContentsFeatured {
	padding: 0 1%;
	}

.text_back {
	}

.text_back2 {
	}

.text_bluegate_attention_sentence {
	color: #f00;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	}