/* --- module: shop --- */

/* common */
.shopHeader {
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-image: url(../../images/input_bkg.gif);
	background-repeat: repeat-x;
	color: #CE0C0C;
	font-weight: bold;
}
.shopSubHeader {
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin-bottom: 10px;
}
.labelField {
	white-space: nowrap;
	padding-right: 12px;
}
.requiredField {
	color: #CE0C0C;
}

.cartsummary, .stagenav {
	background-color: #f5f5f5;
}

/* list */
.list .price {
	text-align: right;
	padding: 10px 0px 0px 0px;
}
.list .price span {
	font-weight: bold;
	color: #CE0C0C;
}

/* detail */
.detail .price {
	text-align: right;
}
.detail .price span {
	font-weight: bold;
	color: #CE0C0C;
}

/* stagenav */
.stagenav {
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 20px 0px;
}
.stagenav .header {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.stagenav .number {
	padding: 0px 5px 0px 10px;
	font-weight: bold;
}
.stagenav .stepDisabled {
	color: #999999;
}

/* cartsummary */
.cartsummary {
	padding: 10px 10px 20px 10px;
	text-align: right;
}
.cartsummary .header {
	font-weight: bold;
	padding: 2px 0px 8px 30px;
	background-image: url(../../images/shop_cart.gif);
	background-repeat: no-repeat;
}
.cartsummary .content {}

/* cart */
.cart th {
	border-bottom: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	background-color: #fafafa;
}
.cart .cartRow1 td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cart .cartRow2 td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cart .lastRow td {
	border-bottom: 1px solid #000000;
}
.cart .lastCol {
	border: 0px !important;
	background-color: #FFFFFF;
}
.cart .itemTotal {
	font-weight: bold;
}
.cart .sum {
	border-bottom-style: double;
	border-bottom-color: #000000;
	font-weight: bold;
	color: #CE0C0C;
	text-align: right;
}
.cart .emptyCart {
	padding: 30px 0px 30px 0px;
	font-weight: bold;
	text-align: center;
}

/* addToCart */
.addToCart {
	text-align: right;
	padding: 5px 0px 10px 0px;
}

/* lostPassword */
.lostPassword {}
.lostPassword .content {
	text-align: center;
	padding-top: 30px;
}
/* lostPassword */
.userLogon .content {
	text-align: center;
	padding-top: 30px;
}

/* userLogon */
.userLogon input {
	margin: 0px 0px 3px 0px;
}
.userLogon .button {
	margin-top: 20px;
}

/* buttons */
.shopBtnDel, .shopBtnUpdate {
	width: 20px !important;
	height: 20px !important;
	background-image: url(../../images/shop_cart_del.gif) !important;
	border: 0px !important;
	cursor: pointer !important;
	margin: 1px 0px 1px 0px !important;
}
.shopBtnUpdate {
	background-image: url(../../images/shop_cart_update.gif) !important;
}


