/*

mva Shop 

*/

.clear{
	clear: both;
	font-size: 0;
	height: 0;
}

#isShopWkWidget {
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    float: right;
    font-size: 14px;
    overflow: hidden;
    padding: 5px;
    width: 100%;
}	

.isShopWkWidgetIcon, .isShopWkWidgetCount, .isShopWkWidgetSum {
	float:left;
	padding-top: 4px;
    margin-right: 5px;
}

.isShopWkWidgetSum {
	
}

.isShopWkWidgetAnimation {
	animation: shadowThrob 1s infinite;
    animation-direction: alternate;
    -webkit-animation: shadowThrob 1s ease-out infinite;
    -webkit-animation-direction: alternate;
}
@keyframes shadowThrob {
	from {box-shadow: 0 0 5px 5px rgba(160,195,43, 0.9);}
	to {box-shadow: 0 0 5px 5px rgba(160,195,43, 0.2);}
}
@-webkit-keyframes shadowThrob {
	from {box-shadow: 0 0 5px 5px rgba(160,195,43, 0.9);}
	to {box-shadow: 0 0 5px 5px rgba(160,195,43, 0.2);}
}

.wk_icon_recalc {
	background: url('/medien/gfx/icon_wk_recalc_22px.png') no-repeat;
	float:left;
	height: 22px;
	width: 22px;
	margin: 6px 5px 0 12px;
	text-decoration: none;
	cursor: pointer;
}
.wk_icon_remove {
	background: url('/medien/gfx/icon_wk_remove_22px.png') no-repeat;
	float:left;
	height: 22px;
	width: 22px;
	margin: 6px 0 0 5px;
	text-decoration: none;
	cursor: pointer;
}

.wk_icon_recalc:hover ,
.wk_icon_remove:hover {
opacity: 0.7;
}

#isShopWkCover {
	position:absolute;
	top:0px;
	left: 0px;
	z-index:99;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* IE8 */
	filter: alpha(opacity=20); /*IE7 und kleiner*/
	
}

#isShopWkDialog {
	position: fixed;
	z-index: 100;
	width: 480px;
	height:480px;
	background: #fff;
	border: 1px solid #888;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
}

#isShopWkDialogInner {
	position:relative;
	margin: 5px;
	height:470px;
}
.isShopWkDialogClose {
	float:right;
	cursor:pointer;
}
.isShopWkDialogHeader{
	border-bottom: 1px solid #888;
}

.isShopWkDialogTabs ul{
	padding: 0;
	margin: 5px 0 0 0;
	list-style-position: outside;
    list-style-type: none;
}
.isShopWkDialogTabs li{
	float: left;
    text-align: center;
    width: 155.66px;
    border-right: 1px solid #888;
}

.isShopWkDialogTabActive {
	font-color: #000;
	background: #ddd;
}
.isShopWkDialogTabDeactive {
	font-color: #888;
	background: #eee;
}

.isShopWkDialogTabContent {
	overflow: auto;
	height: 380px;
	border: 1px solid #888;
}

.isShopWkDialogTabContentActive {
	display: block;
}
.isShopWkDialogTabContentDeactive {
	display: none;

}

.isShopWkDialogFooter {
	position:absolute;
	bottom: 0px;
	width: 460px;
	margin-top: 5px;
	padding: 5px;
	border-top: 1px solid #888;
}

.isShopWkDialogButtonLeft {
	float:left;
}
.isShopWkDialogButtonRight {
	float:right;
}

.isShopWkTable {
	margin:5px;
}

.isShopWkTable th {
	text-align:left;
	height: 2em;
	background: #ddd;
}


table.isShopWkTable tr:nth-child(odd) { background-color:#fff; }
table.isShopWkTable tr:nth-child(even) { background-color:#eee; }

.isShopWKTableRowRight {
	text-align:right;
}
.isShopWKArticlePic {
	float:right;
	margin: 0px 0px 5px 5px;
	width: 120px;
	border: 1px solid #888;
}

.isShopWKArticleTitle {
	font-weight: bold;
}
.isShopWKArticleDescription {
	font-size: 10px;
}
.isShopWKArticleCount, .isShopWKArticlePrice {
	vertical-align: top;
	white-space: nowrap;
}
.isShopWKArticleCount {
	text-align: center;
}
.isShopWKArticlePrice {
	text-align: right;
}
.isShopWKInputCount {
	width: 2em;
	text-align:right;
}
.isShopWKButtonRefresh {
	cursor:pointer;
}

#isShopWkDialogTabContent2 fieldset, #isShopWkDialogTabContent3 fieldset {
	border: none;
	margin: 5px 5px 10px 5px;
}

#isShopWkDialogTabContent2 legend, #isShopWkDialogTabContent3 legend {
	font-weight: bold;
	padding: 0;
	color: #000;
}

#isShopWkDialogTabContent2 input[type=text],#isShopWkDialogTabContent2 select {
	width: 200px;
}
#isShopNote{
	width: 400px;
	height: 60px;
}

.isShopWKLabel {
	display: inline-block;
	width:80px;
}



