/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #3f3637;
}

div#mb_center {
background-color: #3f3637;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 6px solid #3f3637;
overflow: hidden; /* make SURE the box is sized right! */
background-color: #3f3637;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../images/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 6px solid #3f3637;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 63px;
height: 22px;
background: transparent url(../images/closebutton.jpg) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}

#modalHeader {
display: block;
width: 600px;
height: 23px;
margin: 0;
padding: 0;
background: #3f3637;
}

#modalHeader * {
	margin:0;
}

#modalHeader select {

}

#modalHeader select {
	font-weight: normal;
}

div#mb_contents img {
	border: 1px solid #949090;
}

#modalItemName, #modalPrice, #modalSize, #modalQuantity, #modalAddToCart
{float: left;
color: #fff;
font-size: 7.5pt;
font-weight: bold;
}

#modalItemName, #modalPrice, #modalSize, #modalQuantity {
	margin-top: 3px;
}

#modalItemName {
	padding-left: 12px;
	width: 188px;
	/* font-style: italic; */
}
#modalPrice {
	width: 110px;
}

#modalPrice span {
	color: #e4ae11;
}

#modalSize {
	width: 100px;
}
#modalSize span, #modalQuantity span, #modalItemName span {
	font-weight: normal;
	font-style: none;
}

#modalQuantity {
	width: 110px;
}

#modalAddToCart {
	width: 80px;
}
#modalAddToCart span {
	padding: 6px;
	background: #515151;
}
/* multi size version */

#MSmodalItemName, #MSmodalPrice, #MSmodalSize, #MSmodalQuantity, #smallAddToCart, #mediumAddToCart, #largeAddToCart, #outOfStockMessage
{float: left;
color: #fff;
font-size: 7.5pt;
font-weight: bold;
}

#MSmodalItemName, #MSmodalPrice, #MSmodalQuantity {
	margin-top: 3px;
}

#MSmodalItemName {
	padding-left: 12px;
	width: 168px;
	/* font-style: italic; */
}
#MSmodalPrice {
	width: 100px;
}

#MSmodalPrice span {
	color: #e4ae11;
}

#MSmodalSize {
	width: 140px;
}
#MSmodalSize span, #MSmodalQuantity span, #MSmodalItemName span {
	font-weight: normal;
	font-style: none;
}

#MSmodalQuantity {
	width: 100px;
}

#smallAddToCart, #mediumAddToCart, #largeAddToCart, #outOfStockMessage {
	width: 80px;
}

#smallAddToCart span, #mediumAddToCart span, #largeAddToCart span, #outOfStockMessage span {
	padding: 6px;
	background: #515151;
}