@CHARSET "UTF-8";

div.catalog {
	text-align: center;
}

div.product_small {
	height: 162px;
	width: 458px;
	margin: 20px auto;
	background-image: url("/images/design/catalog/product/small/bg.gif");
	background-repeat: no-repeat;
}

div.product_small em {
	font-weight: normal;
}

div.product_small table {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

div.product_small table tr td {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 8pt;
    border-width: 1px;
    vertical-align: middle;
    line-height: 100%;
}

div.product_small_top {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding: 0 10px;
    font-weight: bold;
}

div.product_small_middle {
    height: 95px;
    line-height: 95px;
    vertical-align: middle;
}

div.product_small_bottom {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding: 0 10px;
}

div.product_small_middle table tr td {
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

div.product_small_middle table tr td.info {
    line-height: 9pt;
}

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;
}

p.size {
	margin: 8px 10px;
	margin-bottom: 3px;
	line-height: 9pt;
}

a.button_product {
	width: 29px;
	height: 17px;
	background-image: url("/images/design/catalog/product/small/button.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
    cursor: pointer;
    cursor: hand;
    text-align: right;
    display: block;
}

a.button_product:hover {
    width: 29px;
    height: 17px;
    background-image: url("/images/design/catalog/product/small/button.gif");
    background-repeat: no-repeat;
    background-position: 100% 0;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
    display: block;
}