#prodlist {
	margin: 0 -60px 0 -50px;
}
#prodlist table {
	float: left;
	display: inline;
	margin: 0 50px 50px;
/*	margin-bottom: 50px;*/
}
#prodlist th img {
	background: url(../images/products/no-image.gif) center no-repeat;
}
#prodlist td {
	text-align: center;
	background: url(../images/page/dot.gif) top left repeat-x;
	height: 40px;
	color: #AFA9C4;
	width: 200px;
}
#prodlist td a {
	display: block;
	text-decoration: none;
	line-height: 13px;
	padding: 10px 0 5px;
}
#prodlist a:hover {
	text-decoration: underline;
}


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

.breadcrumb {
	color: #8D90B0;
}
.breadcrumb a {
	color: #8D90B0;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

#details th {
	background: url(../images/page/dot.gif) top right repeat-y;
	width: 130px;
	vertical-align: top;
}
#details img {
	background: url(../images/products/no-image.gif) center no-repeat;
}
#details th img {
	margin-bottom: 10px;
}
#details td {
	vertical-align: top;
	padding-left: 30px;
}
#details p {
	margin-top: 0;
}
#details form {
	margin: 20px 0 15px;
	background: #EAEEF5 url(../images/shop/form-bg.gif) bottom right no-repeat;
	color: #363B74;
	padding: 10px 15px;
}
#details form th {
	padding: 0 10px 7px 0;
	width: auto;
	background: none;
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#details form td {
	padding: 0 0 7px 0;
}
#details form td strong {
	font-size: 18px;
}

#zoom {
	color: #8D90B0;
	padding: 2px 20px 2px 20px;
	background: url(../images/shop/zoom.gif) left no-repeat;
}

#next td {
	font-size: 10px;
	line-height: 16px;
	padding: 0;
}
#next td a {
	text-decoration: none;
	color: #8D90B0;
}
#next td a:hover {
	color: #363B74;
}



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

#basket {
	width: 100%;
}
#basket th {
	background: #DCE3EF url(../images/page/dot.gif) bottom left repeat-x;
	font: normal 10px/12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #363B74;
	padding: 7px 10px 10px;
}
#basket td {
}
.botdots {
	background: url(../images/page/dot.gif) bottom left repeat-x;
}



/* -------------------- checkout process -------------------- */

#progress {
	float: right;
	margin-top: 2px;
}
#progress table {
	border: 1px solid #DCE3EF;
	width: 400px;
}
#progress th {
	background-color: #F4F7FA;
	padding: 5px;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	color: #94A5C5;
}
#progress td {
	padding: 5px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #999999;
}
#progress a {
	color: #94A5C5;
	text-decoration: underline;
}

form h2 {
	margin: 0;
	padding: 30px 0 11px;
	background: url(../images/page/dot.gif) bottom left repeat-x;
}
.payment {
	border: 1px solid #DCE3EF;
	padding: 20px;
}
