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

/* submit + error message */
#submitAlert {
	background-image: url(../../images/shop_submitalert_bkg.png);
	width: 517px;
	height: 128px;
	position: fixed;
	top: -200px;
	z-index: 99999999999;
	left: 50%;
	margin: 0px 0px 0px -250px;
	text-align: center;
}
#submitAlert .content {
	background-color: #ffffff;
	border: 1px solid #b01e1e;
	margin: 20px;
	padding: 25px 0px 25px 0px;
}
#submitAlert .loader {
	height: 2px;
	width: 355px;
	margin: 20px auto 0px auto;
	background-image: url(../../images/shop_submitalert_anim.gif);
	background-repeat: no-repeat;
	background-color: #b01e1e;
}

/* 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: #2E3D83;
	font-weight: bold;
}
.plain .shopHeader {
	margin-top: 0px;
}
.shopSubHeader {
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin-bottom: 10px;
}
.labelField {
	white-space: nowrap;
	padding-right: 12px;
}
.requiredField {
	color: #B01E1E;
}
.shopClosed {
	text-align: right;
}

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

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

/* 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;
}
.stagenav .stepDisabled {
	color: #999999;
}

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

/* cart */
.cart th {
	border-bottom: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	background-image: url(../../images/input_bkg.gif);
   background-repeat: repeat-x;
}
.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;
	text-align: right;
	padding: 0px 0px 3px 0px;
}
.cart .emptyCart {
	padding: 30px 0px 30px 0px;
	font-weight: bold;
	text-align: center;
}
.cart .optionItems {
	color: #999999;
}


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

/* options */
.optOverlayList .modTitle {
	padding: 20px 0px 10px 0px;
}
.optOverlayList .button {
	margin: 20px 0px 10px 0px;
}
.optOverlayList .optSubmit {
	text-align: center;
}
.optOverlayList .opt {
	padding: 0px 0px 0px 10px;
}

/* lostPassword */
.lostPassword {}
.lostPassword .content {
	text-align: center;
	padding-top: 30px;
}
/* lostPassword */
.userLogon .content {
	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.png) !important;
	border: 0px !important;
	cursor: pointer !important;
	margin: 1px 0px 1px 0px !important;
}
.shopBtnUpdate {
	background-image: url(../../images/shop_cart_update.png) !important;
}

/* ==== cart sidebar ==== */
.cartSidebar  {
	background-color: #ffffff;
}
/* loading status */

.cartSidebar #cartLoadstatusWrapper.inactive  {
	height: 0px;
	overflow: hidden;
}
.cartSidebar #cartLoadstatusWrapper.active  {
	position: absolute;
	width: 152px;
	height: 63px;
	padding: 0px 10px 0px 10px;
	background-image: url(../../images/shop_cart_update_bkg.png);
	background-repeat: repeat-x;
	overflow: visible;
}
.cartSidebar #cartLoadstatusWrapper .loading, .cartSidebar #cartLoadstatusWrapper .error {
	background-repeat: no-repeat;
	background-position: 0px 10px;
	font-weight: normal;
	color: #B01E1E;
	padding: 10px 0px 8px 30px;
	display: block;
}
.cartSidebar #cartLoadstatusWrapper .loading {
	background-image: url(../../images/ajax-loader_small.gif);
}
.cartSidebar #cartLoadstatusWrapper .error {
	background-image: url(../../images/icon_alert.png);
}
/* sidebar design */
.cartSidebar .header {
	padding: 7px 0px 7px 0px;
	background: url(../../images/shop_cart_sidebar_header_bkg.png) repeat-x center;
	text-align: center;
	color: #ffffff;
}
.cartSidebar .emptyCart {
	font-weight: normal;
	padding: 30px 10px 30px 10px;
}
.cartSidebar .sumBox .delivery {
	text-align: right;
	padding: 5px 3px 5px 0px;
}
.cartSidebar .sumBox .sum {
	text-align: right;
	padding: 0px 3px 3px 0px;
}
.cartSidebar .sumBox .sum span {
	font-weight: bold;
}
.cartSidebar .btnOrder input {
	border: 0px;
	width: 172px;
	height: 30px;
	background: url(../../images/shop_cart_sidebar_header_bkg.png) repeat-x center;
	cursor: pointer;
	margin: 3px 0px 0px 0px;
	color: #ffffff !important;
}
