.catalog-img-thumb {
	text-align: left;
	background-color: #ededed;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 15px 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.catalog-img-thumb img {
	border: 1px solid #ccc;
	margin: 0 2px;
}
.catalog-img-display {
	text-align: center;
	margin-bottom: 15px;
	padding: 10px 0;
}
.catalog-normal-form {
	background-color: #ededed;
	border: 1px solid #ccc;
	margin: 0px 8px 15px 8px;
	padding: 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
table#catalog-detail {
	padding: 15px 0;
	margin: 0px 8px 15px 8px;
	color: #333;
	border: 1px solid #ccc;
	background-color: #ededed;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
td.name-element {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	width: 20%;
}
.num {
	font-weight: bold;
	color: black;
	border: 1px solid #ccc;
	background-color: white;
	padding: 3px;
	margin: 0 2px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#catalog-img {
	text-align: center;
}
#catalog-price {
	font-weight: bold;
	font-size: 16px;
	color: white;
	background-color: #CFCFCF;
	padding: 15px;
	margin: 0px 8px 15px 8px;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.color-type {
	font-weight: bold;
	font-size: 16px;
	color: white;
	padding: 15px;
	margin-bottom: 15px;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
table#catalog-table-sum {
	text-align: center;
	color: #333;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	font-size: 11px;
}
.catalog-sum-title {
	font-weight: bold;
	color: white;
	background-color: #b0b0b0;
	height: 30px;
}
td.catalog-sum-col-hilight, td.catalog-sum-col-hilight-txt-right {
	background-color: #ededed;
}
td.catalog-sum-col-hilight-txt-right, td.catalog-txt-right {
	text-align: right;
}
.catalog-list td {
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
.catalog-sum-all {
	font-weight: bold;
	background-color: #ededed;
	text-align: center;
}
.catalog-sum-all td {
	padding: 6px;
}
table#product-table-list {
	text-align: center;
	color: #333;
	border: 1px solid #ccc;
	background: #FFF;
}
.product-title {
	font-weight: bold;
	color: white;
	background-color: #b0b0b0;
	height: 30px;
}
.product-line {
	height: 30px;
}
.product-line td {
	border-bottom: 1px solid #ccc;
}
td.product-col-hilight {
	background-color: #ededed;
}


/*---------------------------------------- STEPS ---------------------------------------*/
ul.steps {
	height: 90px;
	margin: 10px auto 10px 10px;
	padding: 0;
	list-style: none;
	background: url(images/step_shadow.jpg) no-repeat bottom center;
	font-size: 11px;
}
ul.steps li {
	display: block;
	width: 120px;
	height: 34px;
	float: left;
	padding: 30px 0 0 10px;
	color: #999;
}
ul.steps li#step-1-active {
	background: url(images/step_1.jpg) no-repeat top left;
}
ul.steps li#step-2-active {
	background: url(images/step_2.jpg) no-repeat top left;
}
ul.steps li#step-3-active {
	background: url(images/step_3.jpg) no-repeat top left;
}
ul.steps li#step-4-active {
	background: url(images/step_4.jpg) no-repeat top left;
}
ul.steps li#step-5-active {
	background: url(images/step_5.jpg) no-repeat top left;
}
ul.steps li#step-1-inactive {
	color: #ccc;
	background: url(images/step_1.jpg) no-repeat;
	background-position: left -64px;
}
ul.steps li#step-2-inactive {
	color: #ccc;
	background: url(images/step_2.jpg) no-repeat;
	background-position: left -64px;
}
ul.steps li#step-3-inactive {
	color: #ccc;
	background: url(images/step_3.jpg) no-repeat;
	background-position: left -64px;
}
ul.steps li#step-4-inactive {
	color: #ccc;
	background: url(images/step_4.jpg) no-repeat;
	background-position: left -64px;
}
ul.steps li#step-5-inactive {
	color: #ccc;
	background: url(images/step_5.jpg) no-repeat;
	background-position: left -64px;
}
/* ---------------- End Steps -------------- */
span.form-required {
	color: #cc0000;
}
/* ---------------- Navigator -------------- */
div#catalog-navigator {
	width: 98%;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0 auto;
}
/* ---------------- End Navigator -------------- */

/* ---------------- Product Comment -------------- */
#catalog-comment-table {
	width: 85%;
	margin: 8px auto 8px auto;
	border: solid 1px #ededed;
}
.catalog-comment-header {
	padding: 7px;
	font-weight: bold;
	background-color: #ededed;
}
.catalog-comment-message, .catalog-comment-info {
	padding: 7px;
	background-color: #fff;
}
.catalog-comment-info-ip {
	padding: 7px;
	text-align: right;
}
#catalog-comment-page {
	width: 85%;
	margin: 0 auto;
}
#catalog-comment-post-table {
	width: 85%;
	margin: 20px auto 10px auto;
	border: solid 1px #ededed;
}
.catalog-comment-post-header {
	padding: 7px;
	font-weight: bold;
	background-color: #ededed;
}
/* ---------------- End Product Comment -------------- */