/* CSS Document */

body {
	/*font: 0.8em helvetica, arial, sans-serif;*/
	font: 0.7em Verdana, Geneva, sans-serif;
	line-height: 18px;
	margin: 0px;
	color: DimGray;
}

input, textarea {
	font:Verdana, Geneva, sans-serif;
	line-height: 18px;
	margin: 0px;
}

table.boxTop {
	background-image:url(images/bg_black.jpg);
}

p {
	padding:3px;
}

.symbol img {
	vertical-align:middle;
}


.priceDrop {
	color: #F00;
	text-align:right;
}

.priceRise {
	color: #0C0;
	text-align:right;
}

.nowrap {
    white-space: nowrap;
}

/* text formatting */


.messageStackError, .messageStackWarning, .messageStackSuccess {
	color:#F60;
	text-align:center;
	height:50px;
	vertical-align:middle;
}

a {
	color:#000099;
	text-decoration:none;
	cursor:pointer;
}

a img{
	border:0px;

}


a:hover {
	background-color:WhiteSmoke;
	/*display:inline-block;*/
}


a:visited {
	color:#636;
}

.selected {
	font-weight:bold;
}

a.boxTop:hover {
	background-color:transparent;
}

.textNote {
	color:#AAA;
}

.textAlert {
	color:#F60;
}

.language a{
	color:#FFF;
	line-height:30px;
}

.language a:hover{
	background-color:#900;
}


/*table formatting*/
.resultList td
{
	vertical-align:middle;
}


td {
	vertical-align:top;
}

tr.headerRow {
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
}

tr.darkRow{
	background-color:WhiteSmoke;
	vertical-align:bottom;

}

/*styles for boxes */


#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: WhiteSmoke;
	width: 400px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid #CCC;
	text-align:left;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	}

.hinticon{
	background-color:WhiteSmoke;
	border:1px solid #CCC;
	font-weight:normal;
}

.boxResultFilter {
	border-bottom:0px gray dashed;
	text-align:center;
	margin:auto;
	/*margin-top: 20px;*/
	margin-bottom: 10px;
}


.boxIndent {
	margin-left:120px;
}

.boxCenter {
	text-align:center;
	padding:3px;
	margin-bottom: 10px;
}

.boxRight {
	text-align:right;
	padding:3px;
	/*margin-bottom:7px;*/
}

.boxLeft {
	text-align:left;
	padding:3px;
}

.boxHeader {
	padding-left:7px;
	/*border-bottom:1px dashed Gray;*/
	font-weight: bold;
	text-align:center;
}


.boxNav {
	/*background-color:#FFFFF0;*/
	/*padding:3px;*/
	/*border-right:1px dashed darkGrey;*/
	margin-bottom:9px;
}

.boxNav img {
	vertical-align:middle;
}

.boxBigText {
	font-size:18px;
	line-height:30px;
	font-weight:bold;
}

.boxTotal {
	border-top: 1px solid Gray;
	text-align:right;
	font-weight:bold;
	padding-top:3px;
	padding-right:3px;
}


.boxNote {
	background-color:LemonChiffon;
	padding:3px;
	text-align:center;
	border: 1px solid PaleGoldenRod;
	margin-bottom: 7px;
}

.boxProduct {
	width:150px;
	height:250px;
	float:left;
	margin: 0px 10px 10px 0px;
}


img.goldBorder {
	border-width:1px;
	border-color: LightSteelBlue;
}


.boxImage {
	border: 1px solid PaleGoldenRod;
}

.cardBorderBlack {
border: 1px Black solid;
}

.cardBorderWhite {
border: 1px #CCC solid;
}

.cardBorderSilver {
border: 1px #999 solid;
}

.cardBorderGold {
border: 1px #990 solid;
}

.horLine {
	border: dashed DarkGray;
	border-width: 1px 0 0 0;
	margin:3px 0 3px 0;
}

.boxInvoice {
	border-color:#E5E5E5;
	padding: 7px;
	border-style:solid;
	border-width:medium;
}


.boxLogin {
	border: 1px dashed DarkGray;
	padding: 9px;
	text-align:center;
	margin-bottom:9px;
	height:20px;
}

#boxViewCart{
	border: 1px solid DarkGray;
	padding: 9px;
	text-align:center;
	margin-bottom:9px;
	height:20px;
	background-color:#ECECEC;
}

.boxPromo {
	height:200px;
	border:dashed 1px gray;
	margin: 10px;
	text-align:center;
}

.boxGroup {
	border: 1px solid #CCC;
}

.boxHighlightRow {
	background-color:LemonChiffon;
	color:#333333;
}

.cellGroupA {
	background-color:#EFEFEF;
	text-align:right;
}

.cellGroupB {
	background-color:#DEDEDE;
	text-align:right;
}

/*style for tabs*/

.header ul {
	list-style: none;
	padding: 0;
	margin: 0;

}
.header li {
	float: left;
	border: 1px solid DarkGray;
	border-width: 1px 1px 1px 0px;
	background-image:url(images/bg_tabBehind.gif);
}
.header a {
	display: block;
	padding: 10px;
	font-weight: bold;
}
.header #selected {
	background-image:url(images/bg_tab.jpg);
	background-repeat:no-repeat;
}
.tabBody {
	/*border: 1px solid DarkGray*/;
	clear:left;
	position:relative;
	top:7px;
}

.subTab ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.subTab li {
	float: left;
	border: 1px dotted #CCC;
	border-bottom-width: 0;
	margin: 0 0 0 0.5em;
}
.subTab a {
	display: block;
	padding: 5px;
}
.subTab #selected {
	position: relative;
	top: 1px;
	background: white;
	background-repeat:no-repeat;
}
.subTabLine {
	border-top: 1px dotted #CCC;
	clear:left;
	margin-bottom:7px;
}


/*button styling*/

input.btn {
	color:#FFF;
	font: 100% Verdana, Geneva, sans-serif;
	/*background-color:#03C;*/
	background-image:url(images/bg_button.jpg);
	border: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #999;
	cursor: pointer;
	padding:3px 3px 3px 3px;
	}


input.btnhov {
  color:#000;
}

input.btnclick {
  border-color: #930 #FCC #FCC #930;
  position:relative;
  top:1px;
  left:1px;
}

input.btn_big {
	color:#FFF;
	font: 100% Verdana, Geneva, sans-serif;
	border: none;
	border-width: 0px 0px 0px 0px;
	border-color: #999;
	cursor: pointer;
	padding:0px 0px 0px 0px;
	vertical-align:middle;
}

/*progress bar*/
.progressBar {
	width:596px;
	padding:1px;
	border:solid 1px #F60;
}

.progress {
	background:#F60;
	height:5px;
}

/*round corner*/

.roundcont p {
	margin: 0 0px;
	border:1px solid LightGrey;
	border-width:0 0 0 0;
}

/*.roundcont table {
	margin: 0 0px;
	border:1px solid LightGrey;
	border-width:0 1px 0 0;
}
*/

.roundcont {
	background-color: #EEE;
	margin: auto;
	margin-bottom: 7px;
}

.roundtop {
	background: url(images/tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right;
}

.roundcont_buyList {
	background-color: #EEE;
	margin: auto;
	margin-bottom: 7px;
}

.roundtop_buyList {
	background: url(images/tr_buyList.gif) no-repeat top right;
}

.roundbottom_buyList {
	background: url(images/br_buyList.gif) no-repeat top right;
}

.roundbottom_black {
	background: url(images/blackCorner_br.gif) no-repeat top right;
	width:99%;
	padding:0px;
	margin:auto;
	background-color:#000;
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
.money {
	text-align: right;
}

.navList {
	margin:0px;
	padding:5px 5px 5px 25px;
}

.yakultTop
{
	background-image:url(images/box_yakult.gif);
	background-repeat:no-repeat;
	width:260px;
	padding:20px 20px 0 20px;

}

.yakultBottom
{
	background-image:url(images/box_yakult.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:20px;
	width:300px;
}

.peelTop
{
	background-image:url(images/box_peel.gif);
	background-repeat:no-repeat;
	width:260px;
	padding:20px 20px 0 20px;

}

.peelBottom
{
	background-image:url(images/box_peel.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:20px;
	width:300px;
}

.sixHundredTop
{
	margin:auto;
	background-image:url(images/bg_600.gif);
	background-repeat:no-repeat;
	width:580px;
	padding: 10px;
	/*padding:20px 20px 0 20px;*/

}

.sixHundredBottom
{
	margin:auto;
	background-image:url(images/bg_600.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
	width:600px;
}

.sixHundredBuyListTop_english
{
	margin:auto;
	background-image:url(includes/languages/english/images/bg_600_buyList.gif);
	background-repeat:no-repeat;
	width:600px;
	/*padding:20px 20px 0 20px;*/

}
.sixHundredBuyListTop_schinese
{
	margin:auto;
	background-image:url(includes/languages/schinese/images/bg_600_buyList.gif);
	background-repeat:no-repeat;
	width:600px;
	/*padding:20px 20px 0 20px;*/

}
.sixHundredBuyListTop_japanese
{
	margin:auto;
	background-image:url(includes/languages/japanese/images/bg_600_buyList.gif);
	background-repeat:no-repeat;
	width:600px;
	/*padding:20px 20px 0 20px;*/

}
/*
.sixHundredBuyListTop_german
{
	margin:auto;
	background-image:url(includes/languages/german/images/bg_600_buyList.gif);
	background-repeat:no-repeat;
	width:600px;
}
*/
.sixHundredBuyListBottom
{
	margin:auto;
	background-image:url(images/bg_600_buyList.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
	width:600px;
}

.sevenEightySearchTop_english
{
	padding:10px 10px 0px 10px;
	margin:auto;
	background-image:url(includes/languages/english/images/bg_780_search.gif);
	background-repeat:no-repeat;
	width:760px;
}
.sevenEightySearchTop_schinese
{
	padding:10px 10px 0px 10px;
	margin:auto;
	background-image:url(includes/languages/schinese/images/bg_780_search.gif);
	background-repeat:no-repeat;
	width:760px;
}
.sevenEightySearchTop_japanese
{
	padding:10px 10px 0px 10px;
	margin:auto;
	background-image:url(includes/languages/japanese/images/bg_780_search.gif);
	background-repeat:no-repeat;
	width:760px;
}
/*
.sevenEightySearchTop_german
{
	padding:10px 10px 0px 10px;
	margin:auto;
	background-image:url(includes/languages/german/images/bg_780_search.gif);
	background-repeat:no-repeat;
	width:760px;
}
*/
.sevenEightySearchBottom
{
	margin:auto;
	background-image:url(images/bg_780_search.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
	width:780px;
	margin-bottom:5px;
}


.sevenEightyTop
{
	margin:auto;
	background-image:url(images/bg_780.gif);
	background-repeat:no-repeat;
	width:780px;
	/*padding:20px 20px 0 20px;*/
}

.sevenEightyTop td
{
	 vertical-align:middle;
}


.sevenEightyBottom
{
	margin:auto;
	background-image:url(images/bg_780.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
	width:780px;
}

.sevenEighty3000Top
{
	padding:10px 10px 0px 10px;
	margin:auto;
	background-image:url(images/mint_deco_bg_780x3000.gif);
	background-repeat:no-repeat;
	width:760px;
}

.sevenEighty3000Bottom
{
	margin:auto;
	background-image:url(images/mint_deco_bg_780x3000.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
	width:780px;
	margin-bottom:5px;
}

.twoNinety
{
	margin:auto;
	background-image:url(images/bg_290.gif);
	background-repeat:no-repeat;
	width:290px;
	height:110px;
}

#boxCopyright
{
	/*
	background-color:#efefef;
	width:1000px;
	margin:auto;
	border: solid #ccc;
	border-width: 0px 0px 0px 0px;
	text-align:center;

	*/
	padding:5px;
	text-align:center;
	margin:auto;
	width:990px;
	height:23px;
	background-image:url(images/bg_copyright.jpg);

}

.opacityit {
	display:inline-block;
}


.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
opacity:1;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
opacity:0.75;
}


.boxPriceTop
{
	background-image:url(images/bg_priceBox.jpg);
	width:216px;
	padding:5px;
	text-align:right;
	line-height:24px;
	color:#FFF;
}

.boxPriceBottom
{
	background-image:url(images/bg_priceBox.jpg);
	width:226px;
	height:5px;
	background-position:bottom;
}

.shoppingCartTop_english
{
	background-image:url(includes/languages/english/images/cart_shopping_top.jpg);
	height:29px;
}
.shoppingCartTop_schinese
{
	background-image:url(includes/languages/schinese/images/cart_shopping_top.jpg);
	height:29px;
}
.shoppingCartTop_japanese
{
	background-image:url(includes/languages/japanese/images/cart_shopping_top.jpg);
	height:29px;
}
/*
.shoppingCartTop_german
{
	background-image:url(includes/languages/german/images/cart_shopping_top.jpg);
	height:29px;
}
*/
.shoppingCartBottom
{
	background-image:url(images/cart_shopping.jpg);
	height:8px;
	background-position:bottom;
	margin-bottom:7px;

}

.buylistCartTop_english
{
	background-image:url(includes/languages/english/images/cart_buylist_top.jpg);
	height:29px;
}
.buylistCartTop_schinese
{
	background-image:url(includes/languages/schinese/images/cart_buylist_top.jpg);
	height:29px;
}
.buylistCartTop_japanese
{
	background-image:url(includes/languages/japanese/images/cart_buylist_top.jpg);
	height:29px;
}
/*
.buylistCartTop_german
{
	background-image:url(includes/languages/german/images/cart_buylist_top.jpg);
	height:29px;
}
*/
.buylistCartBottom
{
	background-image:url(images/cart_buyList.jpg);
	height:8px;
	background-position:bottom;
	margin-bottom:7px;
}

.boxMessageTop
{
	width:520px;
	background-image:url(images/bg_message.jpg);
	padding:40px;
	margin:auto;
	/*margin-top:150px;*/
}


.boxMessageBottom
{
	width:600px;
	height:50px;
	background-image:url(images/bg_message.jpg);
	background-position:bottom;
	margin:auto;
}

.boxLetterTop
{
	width:700px;
	background-image:url(images/bg_letter.jpg);
	padding:40px;
	margin:auto;
	margin-top:5px;
}


.boxLetterBottom
{
	width:780px;
	height:50px;
	background-image:url(images/bg_letter.jpg);
	background-position:bottom;
	margin:auto;
}

/******************************************************************************************************************************************/

/* message box */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

A.breadcrumb
{
    font-family:    Arial, sans-serif;
    font-size:      12px;
    font-weight :   bold;
}

A.breadcrumb:hover
{
    font-family:    Arial, sans-serif;
    font-size:      12px;
    font-weight :   bold;
    text-decoration: underline;
}

A.breadcrumb:visited
{
    font-family:    Arial, sans-serif;
    font-size:      12px;
    font-weight :   bold;
}

TR.headerError
{
  background: #ff0000;
}

TD.headerError
{
    font-family:    Tahoma, Verdana, Arial, sans-serif;
    font-size:      12px;
    background:     #ff0000;
    color:          #ffffff;
    font-weight:    bold;
    text-align:     center;
}

TR.headerInfo
{
    background: #00ff00;
}

TD.headerInfo
{
    font-family:    Tahoma, Verdana, Arial, sans-serif;
    font-size:      12px;
    background:     #00ff00;
    color:          #ffffff;
    font-weight:    bold;
    text-align:     center;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.editionShortcut img
{
	border:0px;
	margin:0px 3px 0px 3px;
}

.editionShortcut a:hover
{
	background-color:White;
}

#footer
{

	margin:auto;
	margin-top:10px;
	padding:5px 0px 5px 0px;
	width:1000px;
	text-align:center;
	background-color:whitesmoke;
}

.reflectiveIcon
{
	width:250px;
	display:block;
	float:left;
	margin:10px 0px 10px 30px;
	vertical-align:middle;
}

.reflectiveIcon img
{
	vertical-align:middle;
}

.boxTitle
{
	margin:auto;
	width:580px;
	height:1em;
	text-align: right;
	color:#CCC;
	font-size:2em;
	line-height:1em;
	letter-spacing:-0.1ex;
}

h1
{
	font-size:1.5em;
	line-height:2em;
	font-weight:bold;
}


h3
{
	display:inline;
	font: 1em Verdana, Geneva, sans-serif;
	line-height: 18px;
	margin: 0px;
	color: DimGray;
	font-weight:bold;
}

/* color bars for deck central--------------------------------------------------------------*/
.barWhite
{
	height:10px;
	background-color:#FFFFCC;
	display:inline-block;
}

.barBlue
{
	height:10px;
	background-color:#006699;
	display:inline-block;
}

.barBlack
{
	height:10px;
	background-color:#333333;
	display:inline-block;
}

.barRed
{
	height:10px;
	background-color:#CC3333;
	display:inline-block;
}

.barGreen
{
	height:10px;
	background-color:#47704E;
	display:inline-block;
}

.barColorLess
{
	height:10px;
	background-color:#CCCCCC;
	display:inline-block;
}

.barMulti
{
	height:10px;
	background-color:#999966;
	display:inline-block;
}

.barDarkGrey
{
	height:10px;
	background-color:#666666;
	display:inline-block;
}

.barLightGrey
{
	height:10px;
	background-color:#CCCCCC;
	display:inline-block;
}

.productInfoPrice_Red
{
	font-size:1.5em;
	font-weight:bold;
	color:#c00;
}

.productInfoPrice
{
	font-size:1.5em;
	font-weight:bold;
}

.productInfoOldPrice
{
	text-decoration:line-through;
	font-weight:normal;
}

/* gallery view for deck central--------------------------------------------------------------*/
.card{
	position:relative;
	float:left;
	margin:0px 5px 5px 0px;

}

.card .text {
	position:absolute;
	top:75px;  /*in conjunction with left property, decides the text position */
	left:30px;
	width:50px; /* optional, though better have one */
	color:#666;
	font-size:3em;
}