p#productBackLink {
	line-height:normal; padding-left:10px;
	background-image:url(../images/bullet-red-back.gif);
	background-position:0px 3px; background-repeat:no-repeat;
}

p#productBackLink a {
	color:#342f28; font-weight:normal;
}

/******************************************************************************
 * tabs
 *****************************************************************************/
.ui-tabs-hide { display: none; }

div#product-tabs ul#product-tabs-list {
	display:block; position:relative; float:left; width:632px; height:30px;
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
	list-style-image:none; list-style-position:outside; list-style-type:none;
}

div#product-tabs ul#product-tabs-list li {
	display:block;  position:relative; float:left; width:120px; height:30px;
	margin:0px 1px 0px 0px; padding:0px 0px 0px 0px;
}

div#product-tabs ul#product-tabs-list li a {
	float:left; width:120px; height:24px; text-align:center; padding-top:6px;
	color:#342f28; text-decoration:none;
	background-image:url(../images/product-tab-bg.gif);
}

div#product-tabs ul#product-tabs-list li a:hover { text-decoration:underline; }

div#product-tabs ul#product-tabs-list li.ui-tabs-selected a { background-position:0px -30px; }

div.tab-content {
	float:left; width:632px;  margin-right:-3px;
	background-color:white;
}

div.tab-content-i {
	float:left; width:590px;
	background-image:url(../images/grey-block-bot.gif);
	background-position:left bottom; background-repeat:no-repeat;
}

div.tab-content-ii {
	float:left; width:590px; padding:21px;
	background-image:url(../images/grey-block-top-oc.gif);
	background-position:left top; background-repeat:no-repeat;
}

div#product-detail-image {
	float:right; width:234px; height:217px; padding:4px;
	border:2px solid #C79C8F;
	margin:0px 0px 21px 21px;
}

div#product-table {
	width:306px; margin-bottom:15px;
}

html>body div#product-table {
	background-image:url(../images/product-table-bg.gif);
}

div#product-table-i {
	background-image:url(../images/product-table-bg-mid.gif);
	background-position:top left; background-repeat:repeat-y;
}

div#product-table-ii {
	background-image:url(../images/product-table-bg-top.gif);
	background-position:top left; background-repeat:no-repeat;
}

div#product-table-iii {
	background-image:url(../images/product-table-bg-bot.gif);
	background-position:bottom left; background-repeat:no-repeat;
}

div#product-table table {
	border-collapse:collapse; width:306px; border-spacing: 0px;
}

div#product-table table tr {
	height:25px;
}

*:first-child+html div#product-table table tr {
	height:23px;
}

div#product-table table tr td {
	width:143px;
}

div#product-table table td.name {
	text-align:right; font-weight:bold; padding-right:10px;
}

div#product-table table td.value {
	padding-left:10px;
}

div#gallery a {
	display:block; float:left; width:80px; height:80px; margin:0px 10px 10px 0px;
}

/******************************************************************************
 * normal table
 *****************************************************************************/
table.normal {
	border-collapse:collapse; width:592px; margin-bottom:15px;
	float:left; font-size:12px;
}

table.normal tr th {
	background-color:#841A0D; color:white;
}

table.normal tr td, table.normal tr th {
	vertical-align:top; padding:5px;
}

