html {
    overflow: auto;
}
body {
	background-color: #FFF;
    font-family: "Times New Roman", Times, Arial, sans-serif;
    color: #666666;
    font-size: 12px;
}
strong, .title{
    font-weight: normal;
    color: #000;
}
a img {
    border: 0;
}
a {
    color: #666666;
    text-decoration: none;
    outline: none;
}
:focus { -moz-outline-style: none; }
a:focus { outline: none;}
a:hover {
    text-decoration: underline;
}
br{letter-spacing: normal;}
h1 {
    font-size: 15px;
    font-weight: bold;
}
h2{
    line-height: 20px;
    padding-bottom: 7px;
}
h2,h3,h6 {
	color: #000;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
}

h4, h4 a {
	color: #000;
	font-size: 12px;
    font-weight: normal;
}

h5 {
	color: #000;
}
h6{
}

table, tr, td {
    border-collapse: collapse;
    vertical-align: top;
}
hr{
    clear:both;
    display:block;
    height:1px;
    margin-bottom:10px;
    margin-top:10px;
    color: #fff;
    border: 0px;
    border-top:1px dotted #999;
    width: 100%
}

#pagewrap{
	margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
}


#headerwrap{
	margin-left: 10px;
    padding-top: 10px;
}

#logo{
	height: 50px;
}
#contentwrap{
    margin-left: 10px;
	clear:both;
}
#footerwrap{
    margin-left: 10px;
	clear:both;
    padding-bottom:10px;
}

#footer{
	margin-top: 10px;
}
.smallPrint{
    font-size: 9px;
}

#contentparagraphs{
	clear: both;
}
.contententry{
	background-color: #fff;
	text-align: left;
}
.contententry_admin{
    clear: both;
}
.img_div_left{
	float: left;
}
.img_div_right{
	float: right;
}
.txt_div{
}
address {
	font-style: normal;
}

#content ol, #content ul {
    list-style-position: outside;
}
#content ul {
    padding-left: 14px;
}
#content ol {
    padding-left: 20px;
}




.spacerAfter1 {
    margin-bottom: 1em !important;
}

.spacerAfter2 {
    margin-bottom: 2em !important;
}

.spacerBefore1 {
    margin-top: 1em !important;
}

.spacerBefore2 {
    margin-top: 2em !important;
}

.clearer{clear: both; overflow: hidden; display: block; margin: 0; padding: 0; border: none; height: 0px; line-height: 0;}

.line {
    border: 1px dotted #a5a5a5;
    border-width: 1px 0 0 0;
    margin-bottom:6px;
    margin-top:6px;
}
.textAndImage ul{
    padding: 10px 0;
}

.textAndImage ul li{
    padding: 0;
}
.contentAdminFeedback{
    color: #fff;
    display: block;
    background-color: #a9112c;
}
.signature{
    bottom: 0;
    position: fixed;
    right: 0;
}
.signature, .signature a{
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.signature a:hover{color: #ccc}

/* collection */

.collectionentries{
    border-top: 1px dotted #ccc;
}
.collection_entry img{
    margin-right: 5px;
}
.collection_entry{
    position: relative;
    list-style: none;
    display: block;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
}
.collection_entry a{
    text-decoration: none;
}
.collection_entry_text{
    display: block;
    position: absolute;
    bottom: 6px;
    left: 65px;
}
.collectionDetail{

}
.collectionDetailImage{
    float: left;
}
.collectionDetailInformation{
    margin-left: 10px;
    float: left;
}

.collectionDetailInformation h3,.collectionDetailInformation h4,.collectionDetailInformation h5,.collectionDetailInformation h6{
    font-weight: normal;
    color: #000;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.collection_navigation h2{
    float: left;
    line-height: normal;
}


/* shop */
.shopentries{
}
.shop_entry img{
}
.shop_entry{
    position: relative;
    float: left;
    list-style: none;
    display: inline-block;
    width: 228px;
    height: 208px;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-bottom: 5px;
}
.shoplist_img{
    left:4px;
    top:4px;
    position:absolute;
    width: 220px;
    height: 150px;
    text-align: center;
}
.shoplist_img{display: block;}


.shoplist_text{
    bottom:5px;
    display:block;
    height:45px;
    left:5px;
    position:absolute;
    width:220px;
}
.shoplist_text a{
    text-decoration: none;
}

.shopDetailImage{
    float: left;
    width: 470px;
}
.shopDetailInformation{
    width: 450px;
    margin-left: 10px;
    float: left;
}
.shopDetailInformation h3,.shopDetailInformation h4,.shopDetailInformation h5,.shopDetailInformation h6{
    font-weight: normal;
    color: #000;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.shop_amount{
    width: 30px;
    border: 1px solid #ccc;
    padding: 1px;
}
#shoping_basket{
    height:20px;
    overflow:hidden;
    position:absolute;
    right:0;
    top:-45px;
    width:228px;
    text-align: left;
}
#shoping_basket_info{
    position:absolute;
    right:22px;
    text-align:right;
    top:5px;
    width:224px;
}
#shipping_post, #shipping_kurier{display: none;}
#shipping_post a, #shipping_kurier a{width: 120px; margin-right: 10px}
#shipping_post_info{float: left; display: inline}

.checkout #shoping_basket_info{
    position:relative;
    text-align:left;
    width:auto;
    top: auto;
    left: auto;
    right: auto;
    color: #000;
    display: block;
    margin-top: 6px;
}
.checkout_button, .proceed_checkout_button{
    display: inline;
    border: 1px solid #ccc;
    padding:1px 4px;
}
.proceed_checkout_button{
    display:inline-block;
    margin-left:37px;
    margin-top:3px;
}
.basket_link{position: absolute; right: 0px;}
.basketentries{
}
.basket_entry{
    position: relative;
    list-style: none;
    display: block;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
    clear: both;
}
.basket_entry a{
    text-decoration: none;
}
.basket_entry_thumb{
    display: block;
    position: relative;
    float: left;
    width: 65px;
}
.basket_entry_thumb img{
    width: 60px;
}
.basket_entry_text{
    display: block;
    position: relative;
    float: left;

}
#delivery_address{
    display:none;
}



/* shop_admin */
.shopentries_admin{
    display: table;
    clear: both;
}
.shopentries_admin tr {
}
.shopentries_admin td {
    padding-right: 10px;
}
.shopentries_admin th {
    font-weight: normal;
    color: #000;
    padding: 0 10px 10px 0;
    text-align: left;
    vertical-align: bottom;
}
.shopentries_admin .thumbnail{
    /*width: 250px;*/
}
.shop_entry_editbtn, .shop_entry_editbtn td{border: none !important;}




#contentwrap {
    margin-top:20px;
}
#logo, .nav_sep, .hideLink, .smallPrint, .imageBox, .hiddenEntry{display: none;}
#mobile_logo{display: block;}
#navigation,#subnavigation{margin-top: 20px}
.contententry{position: relative !important; top: auto !important; left: auto !important;}