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

/* common */
.shopHeader {
	background-color: #670322;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.shopHeader {
	background-color: #670322;
	background-image: url(../../images/site/btn_input.gif);
	background-repeat: repeat-x;
	color: #670322;
}
.shopSubHeader {
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin-bottom: 10px;
}
.labelField {
	text-align: right;
	white-space: nowrap;
	padding-right: 8px;
	font-style: italic;
}
.requiredField {
	color: #BC3225;
}

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

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

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

/* cartsummary */
.cartsummary {
	padding: 0px 0px 20px 0px;
	font-size: 9px;
	text-align: right;
}
.cartsummary .header {
	font-weight: bold;
}
.cartsummary .content {}

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

/* addToCart */
/*
.addToCart {
	text-align: right;
	padding-top: 15px;
}
*/

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


/* custom Template */
/*
.shopListFlat .noarticle .addToCart {
	float: right;
	padding: 0px 0px 0px 15px;
}
.shopListFlat .noarticle .price {
	float: right;
}
*/
.shopListFlat .noarticle .modTitle {
	float: left;
}
.shopListFlat .noarticle .modTeaser {
	clear: left;
	padding-bottom: 10px;
}


.addToCart, .price {
	float: right;
	padding: 0px 0px 0px 15px;
}
.detail .addToCart {
	text-align: right;
}
.list .addToCart, .list .price {
	padding-top: 10px;
}
.shop .listMore {
	margin-top: 10px;
}