#breadcrumb {
	padding: 5px 0 0 0;
	font-size: 10px;
	line-height: 14px;
	color: #A10D02;
}


/* ----- category list ----- */

#catlist {
	margin-right: -40px;
	padding-top: 10px;
	
}
#catlist table {
	float: left;
	width: 124px;
	margin: 0 30px 20px 0;
}
#catlist td {
	border: 1px solid #D99E9A;
	vertical-align: middle;
	text-align: center;
	height: 124px;
}
#catlist th {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding-top: 5px;
	height: 27px;
	vertical-align: top;
	background: #A10D02 url(../images/page/catlist-bg.gif) bottom left no-repeat;
}
#catlist th a {
	color: #FFFFFF;
	text-decoration: none;
}
#catlist th a:hover {
	text-decoration: underline;
}
#catlist img {
	margin: 1px;
}

.mini {
	font-size: 9px;
	line-height: 12px;
}

/* ----- product sublist ----- */

#prodlist {
	margin-right: -40px;
	padding-top: 30px;
}
#prodlist table {
	float: left;
	width: 124px;
	margin: 0 30px 5px 0;
}
#prodlist td {
	border: 1px solid #D99E9A;
	vertical-align: middle;
	text-align: center;
	height: 124px;
}
#prodlist th {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	padding-top: 4px;
	height: 80px;
	vertical-align: top;
}
#prodlist img {
	margin: 1px;
}
.saleprice {
	text-decoration: line-through;
	color: #999999;
}


/* ----- details ----- */

#details table {
	margin-bottom: 15px;
}
#details td {
	vertical-align: top;
	font-size: 10px;
	line-height: 14px;
}
#details p {
	margin: 10px 0;
}
#details img {
	padding: 1px;
	border: 1px solid #D99E9A;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#details input {
	margin: 5px 0 2px;
}
#extrapix a {
	margin-right: 10px;	
}
#extrapix td {
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}
small {
	font-size: 10px;
	line-height: 30px;
}


/* ----- recommended ----- */

#recommended {
}
#recommended table {
	float: left;
	width: 84px;
	margin: 0 20px 0 0;
}
#recommended td {
	border: 1px solid #D99E9A;
	vertical-align: middle;
	text-align: center;
	height: 84px;
}
#recommended th {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	padding-top: 4px;
	height: 40px;
	vertical-align: top;
}
#recommended img {
	margin: 1px;
}
#recommended a {
}


/* ----- basket ----- */

#basket {
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 20px;
	font-size: 11px;
}
#basket th {
	text-align: left;
	background: url(/images/page/greydot.gif) bottom left repeat-x;
	padding: 0 0 5px 7px;
}
#basket td {
	padding: 7px 7px 7px 0;
}
#order h2 {
/*	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000000;*/
}
#order h3 {
	margin: 15px 0 5px;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
