@CHARSET "UTF-8";

#facebox #product_main_img {
    margin: 10px 20px 10px 10px;
}

#facebox img.thumb {
	margin: 10px;
	border: 1px solid #352a16;
	cursor: pointer;
    cursor: hand;
}

#facebox img.active {
    border: 1px solid #fff;
}

table.product{
    width: 700px;
}

table.product tr td {
    vertical-align: top;
}

table.product h1 {
	background-color: transparent;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
	padding: 0;
	color: #998b6e;
	text-transform: none;
}

table.product p {
    margin: 0 5px;
}


/*State*/

div.state {
    width: 112px;
}

div.state div.top {
    width: 112px;
    height: 3px;
    line-height: 3px;
    background-image: url("/images/design/catalog/product/state/top_normal.gif");
    background-repeat: no-repeat;
    overflow: hidden;
}

div.state div.mid {
    width: 112px;
    background-color: #362b16;
    padding: 1px 0;
    text-align: center;
}

div.state div.bot {
    width: 112px;
    height: 3px;
    background-image: url("/images/design/catalog/product/state/bot_normal.gif");
    background-repeat: no-repeat;
    overflow: hidden;
}

div.state_red {
    width: 112px;
}

div.state_red div.top {
    width: 112px;
    height: 3px;
    line-height: 3px;
    background-image: url("/images/design/catalog/product/state/top_red.gif");
    background-repeat: no-repeat;
    overflow: hidden;
}

div.state_red div.mid {
    width: 112px;
    background-color: #670808;
    padding: 1px 0;
    text-align: center;
}

div.state_red div.bot {
    width: 112px;
    height: 3px;
    background-image: url("/images/design/catalog/product/state/bot_red.gif");
    background-repeat: no-repeat;
    overflow: hidden;
}

div.bg_logo {
    height: 330px;
    width: 223px;
    position: absolute;
    background-image: url("/images/design/catalog/product/popup/bg_logo.gif");
    bottom: 10px;
    right: 10px;
}

/*Tweaks*/

a.close {
	position: absolute;
	right: 20px;
	top: 20px;
    display: block;
    height: 35px;
    width: 35px;
    background-image: url("/images/facebox/closelabel.gif");
}

a.close:hover {
    background-position: 100% 0;
}