.shop-basket ul,
.shop-userregister ul,
.shop-confirmorder ul {
	clear:both;	
}

.shop-basket ul li,
.shop-userregister ul li,
.shop-confirmorder ul li {
	display:inline;
	padding: 0 20px 0 0;
}

.webShop .selected {
	font-weight: bold;
	color: #000;
}

#template-2 #bg2 .webShop .rightcol {
	width: 100%;
}

.webShop table {
	color: #000;
	text-align: left;
	margin-bottom: 10px;
	width: 100%;
}

.webShop .attribute-header {
    margin-top: 10px;
}

.webShop hr {
    margin-top: 0;
}

.webShop table tr.bglight {
    background: #eee;
}

.webShop table tr.bgdark {
    background: #ccc;
}

.webShop table tr.bgdark td {
    border-bottom: 1px solid #000;
}

.webShop table tr.bgdark td,
.webShop table tr.bglight td {
    padding: 5px 0;
}

.webShop table td,
.webShop table th {
    padding-right: 20px;
}

.webShop .element {
    float: left;
    margin-right: 20px;
}

.webShop .break {
    clear: both;
}

.shop-userregister input.box,
.shop-userregister input.halfbox {
    width: 300px;
}
