
#Center {
    margin-left: 11px;
    float: left;
    width: 641px;
    overflow: hidden;
}

#Center h1 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0px;
}

#Center h2, #Right h2 {
    background-color: #ccc;
    background: url(../images/webshop/h2Bg.gif) repeat-x;
    color: #fff;
    height:14px;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 6px;
}
#Center h2.akciosH2 {
    background-color: #ccc;
    background: url(../images/webshop/h2BgAkcios.gif) repeat-x;
    color: #fff;
    height:14px;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 6px;
}


#Center .top1 {
    margin-top: 15px;
}
#Center .top2 {
    border-top: 1px solid #ccc;
    clear: both;
}

#Right {
    float: right;
    width: 803px;
}

.poll {
    text-align:center;
}

.poll fieldset {
    padding:0px;
    text-align:left;
}

.boxButton {
	margin:5px auto;
}

.poll p {
    text-align:left;
}

#Links {
    text-align:center;
}

#Links a {
	display:block;
	padding:10px 0px 0px 0px;
}

#Links img {
	display:block;
    margin:auto;
}

.pollResult {
	background-color:#ccc;
	width:130px;
    margin-left:10px;
    text-align:left;
}

.pollResult div {
	background-color:#57a712;
	height:10px;
	overflow:hidden;
}
    .pollResultAnswer {
        text-align:left;
        padding-left:10px;
        padding-bottom:2px;
    }

#WebshopProductsRead tbody th {
	text-align:right;
	vertical-align:top;
	padding:5px 10px;
    border-bottom:1px solid #ccc;
}

#WebshopProductsRead tbody td {
	vertical-align:top;
    padding:5px 0px;
    padding-right:10px;
	border-bottom:1px solid #ccc;
}

#WebshopProductsRead {
	padding-top:5px;
	margin-top:15px;
	border-top:1px solid #ccc;
}

#WebshopProductsRead thead th {
	padding-bottom:15px;
}

#WebshopProductsRead tfoot td {
    padding:5px 10px 10px 0px;
}

#WebshopProductsRead #WebshopProductBasketForm, #WebshopProductsRead .productRating {
    float:none;
    text-align:center;
}
#WebshopProductsRead #WebshopProductBasketForm input {
	float:none;
}

#PageText ol {
    margin:0px;
    padding:10px 10px 0px 10px;
    list-style-position:inside;
}

#PageText li {
	padding-bottom:10px;
}

