* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'verdana', 'nimbus sans l', sans-serif;
    font-size: 12px;
    color: black;
    background-color: #222222;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    border-spacing: 0;
}

ol li {
    margin: 2px 0;
    margin-left: 25px;
}

input, select {
    border: 1px solid gray;
    display: inline-block;
    padding: 3px;
    width: auto;
    margin-bottom: 5px;
}

input:focus, select:focus {
    border-color: #DF013A;
    box-shadow: 0px 0px 7px #DF013A;
}

legend {
    font-weight: bold;
}

button, input[type="submit"], input[type="button"], a.button {
    font-family: "Open Sans", sans-serif;
    font-size: 11pt;
    background-color: white;    
    border: 1px solid lightgray;
    border-radius: 4px;
    min-width: 90px;
    padding: 4px 8px;
    cursor: pointer;
}

button:hover, input[type="submit"]:hover {
    border-color: #DF013A;
    box-shadow: 0px 0px 7px #DF013A;
}

#topnav {
    border: 1px solid black;
    border-width: 1px 0;
    padding: 3px;
    line-height: 12px;
}

#logo img {
    margin-top: 3px;
}

h2 {
    font-size: 14px;
    color: #DF013A;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    margin-bottom: 5px;
    padding-bottom: 2px;
}

strong {
    font-weight: bold;
}

.bgblackgradient {
    background: black; /* Old browsers */
    background: -moz-linear-gradient(top,  #262626 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262626), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #262626 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #262626 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #262626 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #262626 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.banner {
    float: right;
    width: 620px;
    height: 60px;
    text-align: center;
}

.banner img {
    max-height: 60px;
}

#footer {
    text-align: center;
    margin: 10px 0;
}

ul.menu_topmenu {
    float: right;
    list-style: none;
}

.menu_topmenu a {
    border-left: 1px solid black;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
}

.menu_topmenu li:first-child a {
    border: none;
}

.menu_topmenu li {
    display: inline;
}

.line {
    background-image: url(../images/bg_yellow.gif);
    padding-top: 2px;
    padding-bottom: 2px;
}

li.navigation2 {
    float: right;
}

a {
    text-decoration: none;
    color: #DF013A;
}

a:hover {
    color: black;
}

a.item:link,a.item:visited {
    font-weight: bold;
    font-size: 12px;
}

a.item:hover {
    color: #000000;
}

.spacer {
    color: #DF013A;
}

.spacer2 {
    color: #000000;
}

#frame {
    background-color: yellow;
    width: 950px;
    margin: 10px auto;
    padding: 10px;
}

.table {
    width: 100%;
    border-top: 1px solid black;
}

.box_l {
    border: 1px solid black;
    margin-bottom: 10px;
    width: 180px;
    background-color: #FFFF99;
    box-shadow: 5px 5px 5px #888888;
}

.box_r {
    border: 1px solid black;
    margin-bottom: 10px;
    width: 180px;
    background-color: #FFFF99;
    float: right;
    text-align: center;
}

.box_r img {
    max-width: 178px;
    max-width: 100%;
    margin-bottom: -2px;
}

table.box_table {
    width: 180px;
}

.box_image {
    width: 180px;
    max-width: 178px;
    margin-bottom: 0px;
}

div.left{
    float: left;
    max-width: 182px;
    margin-right: 10px;
    margin-top: 10px;
}

div.center{
    float: left;
    min-width: 560px;
    max-width: 740px;
    margin-right: 10px;
    margin-top: 10px;
    min-height: 400px;
}

div.right{
    float: right;
    max-width: 182px;
    margin-top: 10px;
}

#left {
    width: 180px;
    padding-right: 12px;
    vertical-align: top;
}

#center {
    float: none;
    text-align: center;
    vertical-align: top;
}

#right { 
    max-width: 300px;
    vertical-align: top;
    text-align: right;
}

.box_head, .moduletable h3, .box_r h3 {
    color: yellow;
    text-transform: uppercase;
    padding: 5px;
    letter-spacing: 0.8px;
    background: rgb(254,21,81); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,21,81,1) 0%, rgba(223,1,58,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,21,81,1)), color-stop(100%,rgba(223,1,58,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,21,81,1) 0%,rgba(223,1,58,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,21,81,1) 0%,rgba(223,1,58,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,21,81,1) 0%,rgba(223,1,58,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,21,81,1) 0%,rgba(223,1,58,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe1551', endColorstr='#df013a',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid black;
}

.lable {
    margin-left: 5px;
    margin-top: 5px;
    /*margin-bottom: -4px;*/
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}

.welcome {
    margin: 5px;
    margin-bottom: 0px;
}

.quickorder {
    width: 60px;
    margin-left: 5px;
    margin-top: 5px;
    border: 1px solid #DF013A;
}

.idlable {
    padding-left: 5px;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
}

.orderlable {
    padding-bottom: 5px;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 10px;
}

.pagelayout {
    width: 100%;
    margin-top: 10px;
}

.centerbox {
    border: 1px solid black;
    margin-bottom: 10px;
    width: 100%;
    background-color: #FFFF99;
    text-align: center;
}

.centerbox_table {
    width: 100%;
}

ul.sub {
    background-color: red;
}

li.sub {
    display: block;
}

.search {
    margin-left: 5px;
    margin-top: 5px;
    font-size: 12px;
}

input.search {
    width: 88px;
    border: 1px solid #DF013A;
}

button.search {
    width: 76px;
}

.login {
    margin-left: 5px;
    margin-top: 5px;
    font-size: 12px;
}

input.login {
    border: 1px solid #DF013A;
}

.abmelden {
    margin: 5px;
    font-size: 12px;
}

a.link:link,a.link:visited {
    color: white;
}

a.link:link,a.link:visited {
    color: #DF013A;
    font-size: 12px;
}

a.link:hover {
    color: #000000;
}

p.link {
    margin-left: 5px;
    margin-bottom: 5px;
}

.gallery {
    /*align: normal;*/
}

.p_old {
    font-size: 10px;
}

.p_sale {
    font-size: 11px;
    font-weight: bold;
    color: #DF013A;
}

p.headline {
    color: black;
    font-size: 26px;
    font-weight: bold;
}

p.title {
    margin-bottom: 2px;
    color: #DF013A;
}

p.info {
    color: black;
}

.mod-languages{
    font-size: 11px;
}

p.readmore {
    margin-bottom: 25px;
    margin-top: 5px;
}

.blog_witze .items-row {
    margin-bottom: 25px;
}

div.pagination {
    float: none;
    clear: both;
    border-top: 1px solid black;
    padding-top: 3px;
}

.pagination ul {
    float: right;
}

.pagination ul li{
    list-style: none;
    display: inline;
    margin-right: 5px;
}

.pagination p.counter {
    width: 300px;
    float: left;
    page-break-after: avoid;
    page-break-inside: avoid;
    page-break-before: avoid;
}

.blog_pornstars p img {
    padding-bottom: 3px;
}

.blog_pornstars h2 {
    margin-bottom: 20px;
}

.blog_pornstars .items-row .item {
    width: 120px;
    height: 145px;
    float: left;
}

.category-module_pornstars, .categories-module_pornstars {
    margin: 5px;
    margin-left: 22px;
    list-style-image: url("/images/icons/point.png");
}

.category-module_pornstars li h4, .categories-module_pornstars li h4 {
    margin-bottom: 2px;
    font-weight: normal;
}

.freec_table {
    margin-left: 20px;
    border-collapse: collapse;
    text-align: center;
}

.freec_table #options{
    width: 60px;
    text-align: center;
    font-weight: bold;
    border: none;
    background-color: transparent;
}

.freec_table td {
    padding: 5px;
    border: 1px solid silver;
}

ul.pagenav {
    list-style: none;
}

ul.pagenav li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #DF013A;
}

ul.pagenav li:first-child {
    border: none;
}

div.clear {
    clear: both;
}

.bglightyellow {
    background-color: #FFFF99;
}

.box_l form {
    padding: 5px;
}

#modlogin button {
    margin: 0px;
}

.box_l form input, .box_l form form span {
    display: block;
    width: 160px;
    margin-bottom: 5px;
}

.box_l form input[type=submit] {
    width: 168px;
}

.box_l form span:last-child {
    margin-bottom: 0;
}

div.moduletable {
    border: 1px solid black;
    margin-bottom: 10px;
}

div.userlogin {
    border: 1px solid black;
    width: 250px;
    margin: 10px auto;
    background-color: #FFFF99;
}

div.userlogin .box_head {
    /*padding: 0px;*/
    /*margin: 0px;*/
    height: auto;
    padding: 5px;
}

div.userlogin form {
    margin: 15px;
}

div.userlogin a {
    display: inline-block;
    margin-bottom: 10px;
}

div.userlogin a:last-child {
    margin-bottom: 0;
}

div.userlogin input {
    margin-bottom: 10px;
    width: 100%;
}

div.userlogin input[type=text],div.userlogin input[type=email],div.userlogin input[type=password] {
    padding: 5px;
    width: 208px;
}

.alert {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

div.alert {
    padding: 5px;
    border-radius: 4px;
    margin: 10px 20px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

.success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}

.error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

.info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}

.hidden {
    display: none;
}

div.item-page li {
    margin-left: 40px;    
}


img.overviewimg {
    max-height: 120px;
}

.kioskmodule {
    margin: auto;
    width: auto;
    display: table;
}

.kioskmodule div {
    display: inline-block;
    padding: 1px;
    padding-right: 0px;
}

.kioskmodule div img {
    max-width: 135px;
    margin-bottom: 1px;
}

#cart{
    background-image: url("../images/bg.gif");
    padding: 5px;
    width: 749px;
    text-align: right;
}

#cart a {
    border-left: 1px solid #DF013A;
    padding-left: 5px;
}

#cart a:FIRST-CHILD {
    border: none;
}

a.whitelink:LINK, a.whitelink:VISITED{
    color: white;
}

a.whitelink:HOVER {
    color: #DF013A;
}

table.moduletable{
    position: relative;
    width: 749px;
    margin-top: 10px;
    margin-left: 5px;
}

.detailimg {
    max-width: 220px;
    max-height: 330px;
}

.line1 img.lagericon, .line0 img.lagericon{
    margin-top: 15px;
    border: none;
}

.line1 img, .line0 img {
    max-height: 160px;
    max-width: 160px;
}

/*input, textarea, select {
    border: 1px solid #DF013A;
}*/

#category_title {
    border-bottom: 1px solid black;
}

#category_title span{
    font-size: 14px;
    font-weight: bold;
}

tr.line1 table{
    background-color: #FFFF99;
    padding: 3px;
    padding-bottom: 5px;
}

tr.line0 table{
    padding-left: 3px;
    padding-right: 3px;
}

table.bestellen{
    background-color: #FFFF99;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid gray;
}

table.bestellen img{
    border: none;
}

td.subtitle {
    background-color: #FFFF99;
    border-bottom: 1px solid black;
    font-weight: bold;
}

tr.subtitle {
    font-weight: bold;
}

.checkoutlist tr.subtitle td {
    border-bottom: 1px solid black;
}

.checkoutlist tr.line1 {
    border-top: 1px solid black;
}

.total {
    font-weight: bold;
    border-bottom: 3px double black;
}

.checkoutlist {
    border-collapse: collapse;
    border-spacing: 0px;
}

.checkoutlist td {
    padding-right: 5px;
    padding-left: 5px;
}

h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
}

h3 {
    page-break-after: avoid;
    font-size: 100%;
    font-weight: normal;
}

.movie_beschreibung h3 {
    display: inline;
}

#beschreibung_s {
    padding-bottom: 10px;
}

#beschreibung_l {
    padding-top: 10px;
}

span.flagaktion {
    color: #DF013A;
    font-size: 12px;
    font-weight: bold;
}

div.liboShopDataMain {
    float: left;
    padding: 4px;
    padding-right: 0px;
    font-size: 9px;
}

div.liboShopDataImg {
    height: 80px;
    margin-bottom: 42px;
}

.liboShopFrame {
    margin-left: 5px;
}

.shopinfo {
    width: 100px;
}

.shopmenu img{
    margin-right: 2px;
}

td.openicon {
    vertical-align: top;
    cursor: pointer;
}

img.cursor {
    cursor: pointer;
}

td.openicon img{
    margin-top: 4px;
}

#output {
    position: relative;
    margin: 5px;
    width: 170px;
}

#selected {
    color: black;
}

/*Kontaktmarkt*/

#kontakt {
    width: 758px;
}

div.bild img {
    max-height: 120px;
    max-width: 88px;
}

div.componentheading {
    font-size: 14px;
    font-weight: bold;
    color: #DF013A;
    border-bottom: 1px solid black;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

div.suchefeld {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 3px;
}

div.suchefeld button{
    margin-top: 12px;
}

div.suchefeld label{
    margin-left: 2px;
    font-weight: bold;
    font-size: 10px;
}

.inserat_list1 {
    background-color: #FFFF99;
    padding: 3px;
    clear: left;
    float: left;
    width: 100%;
}

.inserat_list1 .bild {
    float: left;
    width: 90px;
}

.inserat_list1 .text {
    float: left;
    margin-left: 10px;
}

.inserat_list0 {
    padding: 3px;
    clear: left;
    float: left;
    width: 100%;
}

.inserat_list0 .bild {
    float: left;
    width: 90px;
}

.inserat_list0 .text {
    float: left;
    margin-left: 10px;
}

a.button {
    border: 1px solid black;
    font-size: 10px;
    padding: 5px;
    margin-right: 5px;
}

div.name {
    font-weight: bold;
}

#detail_img {
    max-width: 200px;
    margin-bottom: 10px;
}

#detail_tn {
    max-height: 120px;
    margin-bottom: 5px;
}

div.inserat_detail {
    margin-left: 10px;
}

div.kategorie {
    font-weight: bold;
    margin-bottom: 10px;
}

div.detail .titel {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 25px;
}

div.kontaktnr {
    margin-top: 10px;
}

div.info .nummer {
    color: #DF013A;
    font-weight: bold;
}

.info b {
    width: 60px;
    display: inline-block;
}

.message {
    border: 1px solid black;
    padding: 10px;
    width: 280px;
    background-color: #FFFF99;
}

.message_titel {
    font-weight: bold;
    margin-bottom: 10px;
}

div.control {
    margin-top: 25px;
}

div.funk p {
    margin-bottom: 10px;
}

div.inserat {
    border: 1px solid black;
    text-align: center;
    font-size: 10px;
}

div.inserat .name {
    border-bottom: 1px solid black;
    font-size: 12px;
    font-weight: normal;
    background-image: url("../images/bgbox.jpg");
    background-position: bottom;
    padding: 2px;
    text-transform: uppercase;
    color: yellow;
}

.chekoutimg {
    width: 395px;
}

.fc_div1 {
    left: 0px; 
    float: left;
}

.fc_div2 {
    border: 1px solid black;
    float: left;
    margin-left: 25px;
    background-color: #FFFF99;
}

.fc_compare {
    border: 1px solid black;
    padding: 2px;
    background-color: #FFFF99;
}

.fc_compare tr {
    margin: 5px;
}

.fc_compare td {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #DF013A;
    background-color: #FFFF99;
}

td.fc_compare_item {
    text-align: left;
    padding-left: 3px;
}

td.fc_compare_title {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

p.fc_status {
    margin: 5px;
    margin-bottom: 0px;
}

p.notice {
    font-size: 10px;
}

p.alert {
    font-size: 14px;
    color: #DF013A;
    font-weight: bold;
    margin-bottom: 20px;
}

input.comment {
    height: 80px;
}

#movie {
    border: 1px solid black;
    width: 757px;
}

#movie table {
    margin: 0;
    width: 100%;
}

#movie table td {
    padding: 2px;
}

img.chekoutimg {
    vertical-align: middle;
    padding-bottom: 6px;
}

#movie .line1 td {
    padding: 5px;
}

#movie .line0 td {
    padding: 5px;
    background-color: #FFFF99;
}

p.movieLink {
    margin-top: 5px;
}

.movie_detail_img img{
    margin-right: 5px;
}

.movie_detail_text {
    padding-left: 5px;
    margin-left: 5px;
}

table.movie_detail_tn {
    padding-top: 20px;
}

p.subtitle {
    padding: 5px;
    font-weight: bold;
    background-color: #FFFF99;
}

.movie_detail_tn img{
    margin-top: 5px;
}

span.neu {
    font-size: larger;
    color: #DF013A;
}

span.menge {
    font-size: smaller;
}

span.dauer {
    font-weight: normal;
}

#moviebuy {
    border: 1px solid gray;
    border-collapse: collapse;
    text-align: center;
}

#moviebuy th{
    border: 1px solid gray;
    padding: 5px;
    background-color: #FFFF99;
}

#moviebuy td{
    border: 1px solid gray;
    padding: 5px;
}

.movie_start th {
    padding: 5px;
}

.movie_start td {
    padding: 5px;
    vertical-align: text-top;
}

.libolist{
    border: 1px solid black;
    border-bottom: 0px;
}

.libolist th {
    text-align: left;
    border-bottom: 1px solid black;
    padding: 3px;
    color: #DF013A;
    background-color: #FFFF99;
}

.libolist td {
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid black;
}

.libolist td.linestyle_1 {
    background-color: #FFFF99;
}

.liboaccount {
    background-color: #FFFF99;
    text-align: left;
    padding: 5px;
    border: 1px solid black;
}

.liboaccount input {
    margin: 2px;
    width: 150px;
}

.liboaccount th{
    text-align: left;
    border-bottom: 1px solid black;
    margin-bottom: 5px;
}

.liboaccount #plz {
    width: 40px;
}

.liboaccount #ort {
    width: 105px;
}

.liboaccount #gebdat {
    width: 70px;
}

.redstar {
    color: #DF013A;
}

div.accountoverview {
    float: left;
}

#acr.accountoverview {
    margin-left: 10px;
}

.libotable0 {
    border-collapse: collapse;
    border-spacing: 0px;
    text-align: left;
}

.libotable0 th{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #FFFF99;
    padding: 3px;
}

.libotable0 td{
    padding: 3px;
}

.libopaging {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 2px 0;
    margin-bottom: 10px;
}

.topdvd1 {
    float: left;
    width: 200px;
}

.topdvd2 {
    float: left;
    margin-left: 69px;
}

.topdvd3 {
    float: left;
    margin-left: 69px;
}

.movie_beschreibung {
    vertical-align: top;
}

.movie_title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.parapoint {
    margin: 1px;
    page-break-after: avoid;
    page-break-before: avoid;
}

.parapoint img {
    padding: 3px;
    padding-top: 0px;
}

span.red {
    color: #DF013A;
}

img.kmmain {
    max-width: 250px;
    margin: auto;
    border: 1px solid grey;
}

#kmtntable {
    width: 280px;
}

div.polaroid {
    background-color: white;
    border: 1px solid grey;
    padding: 15px;
    padding-bottom: 15px;
    box-shadow: 5px 5px 5px #888;
    text-align: center;
    margin-bottom: 10px;
}

p.polaroidtitle {
    font-family: 'Comic Sans MS',sans-serif;
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
}

td.kmtncell {
    vertical-align: top;
    width: 92px;
    height: 92px;
}

td.kmtncell img {
    position: absolute;
    clip: rect(0px, 90px, 90px, 0px);
}

.kmform input {
    width: 300px;
}
.kmform textarea {
    width: 300px;
}
.kmform select {
    width: 300px;
}

.kmform td {
    vertical-align: middle;
}

#kmrespond input {
    margin-left: 5px;
    width: 210px;
}

#kmrespond textarea {
    margin-left: 5px;
    width: 210px;
}

#kmresponddiv {
    margin-top: 30px;
}

#kmresponddiv,#kmrespond {
    width: 250px;
    margin-bottom: 3px;
}

.kmtelinfo {
    width: 400px;
    margin-top: 10px;
}

td.othersales {
    padding-right: 5px;
    color: white;
    text-align: right;
}

td.othersales a {
    text-decoration: none;
    color: white;
}

table.checkoutpanel td table td {
    text-align: left;
}

#latestimg {
    max-width: 178px;
}

div.center .item-page .moduletable {
    width: 100%;
    border: 1px solid black;
    margin-bottom: 10px;
    background-color: #FFFF99;
}

div.center .item-page .moduletable div.custom {
    padding: 5px;
    text-align: center;
}

div.center .item-page .moduletable div.custom table {
    width: 100%;
}

.moduletable_kiosk img {
    width: 130px;
    margin-bottom: 2px;
}

.moduletable_kiosk {
    display: inline-block;
    width: 24%;
}

.dvdaktionen {
    display: inline-block;
    vertical-align: top;
}

.liboShopDataText {
    font-size: smaller;
}

.dvdaktionenbild {
    height: 120px;
}

.topmovies {
    display: inline-block;
    padding: 1px;
}

.centered {
    text-align: center;
}
.centered .dvdaktionen {
    padding-top: 2px;
    padding-bottom: 2px;
}

.dvdaktionen img {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    max-height: 120px;
}

.centered .moduletable {
    width: 30%;
}

#shopstart .moduletable {
    width: 738px;
}

#topten .moduletable {
    width: 30%;
    display: inline-block;
}

#topten .spacer {
    display: inline-block;
    width: 26px;
}

.haendleranmeldung input {
    width: 180px;
    margin-top: 2px;
    margin-bottom: 2px;
}

div.custom_facebook {
    background-color: yellow;
}

div.warning {
    margin: 20px auto;
    padding: 5px;
    border: 1px solid #BCE8F1;
    background-color: #D9EDF7;
    color: #3A87AD;
    border-radius: 4px;
}

div.item-page_pornstars img {
    max-width: none;
    width: auto;
    height: auto;
}

div.item-page_pornstars table td:nth-child(3) {
    padding: 0 2px;
}

#kmresponddiv form {
    padding: 0;
}

#kontoframe {
    width: 757px;
}

#kontoframe div.inset {
    padding: 10px;
}

#kontoframe .box {
    border: 1px solid black;
    margin: 10px 30px;
}

#kontoframe .controls {
    padding-top: 10px;
    clear: both;
}

#kontoframe .controls form {
    display: inline-block;
}

#kontoframe .controls button {
    margin-right: 5px;
}

#kontoframe .userdata input {
    width: 200px;
}

#kontoframe #country {
    width: 208px;
    margin-left: -4px;
}

#kontoframe input[type=checkbox] {
    width: auto;
}


div.fleft {
    float: left;
    margin-right: 25px;
}

div.fleft table td {
    padding-right: 10px;
}

table.list {
    border-collapse: collapse;
    width: 673px;
    padding: 10px;
    margin: 10px;
}

table.list th,table.list td {
    text-align: left;
    padding: 2px;
}

table.list td {
    border: 1px solid gray;
    border-width: 1px 0;
}

table.list tr:nth-child(2n+0) {
    background-color: yellow;
}

#customerframe {
    width: 600px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 20px;
}

#customerframe li {
    list-style: none;
    padding: 10px 0;
}

#customerframe li img {
    vertical-align: middle;
    margin: 0;
}

#customerframe h3 {
    margin-top: 20px;
    background-color: #FFFF99;
    padding: 3px;
    margin-bottom: 2px;
    border: 1px solid black;
}

#customerframe table {
    width: 100%;
}

#customerframe th {
    text-align: left;
}

#customerframe p {
    padding: 2px;
}

#customerframe textarea {
    width: 100%;
    height: 100px;
}

#customerframe input {
    margin: 0 5px;
}

span.change {
    color: red;
    float: right;
    font-size: smaller;
}

div.basket_controls {
    text-align: center;
}

div.basket_controls button {
    margin: 0 5px;
}

div.basket_controls button img {
    vertical-align: middle;
}

.textright {
    text-align: right;
}

table.ltamount td,#customerframe table.ltamount tr th {
    padding: 2px;
    text-align: right;
}

table.ltamount tr:nth-child(2n+0) {
    background-color: #FFFF99;    
}

fieldset {
    border: 1px solid #DF013A;
    padding: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

/*form fieldset:last-child {
    margin-bottom: 0;
}*/

legend {
    padding: 2px 5px;
    margin: 0 5px;
    border: 1px solid #DF013A;
}

label {
    display: inline-block;
    width: 180px;
}

input:focus,input:hover,select:hover,select:focus {
    border: 1px solid #DF013A;
    box-shadow: 0 0 15px #DF013A;
}

select.twodig {
    width: 60px;
    margin-right: 5px;
}

select.fourdig {
    width: 78px;
}

.suchefeld label {
    width: auto;
}

div.center div.inpage_fc_login div.moduletable {
    border: none;
    background-color: none;
}

#shopsearch {
    padding: 7px;
}

#shopsearch input[type=text] {
    position: relative;
    width: 158px;
    /*width: 133px;*/
    margin-right: 0px;
    display: inline-block;
    /*border-right: 0;*/
}

#shopsearch input[type=submit] {
    position: absolute;
    background-image: url('/images/icons/magnifier.png');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 0;
    min-width: 0;
    width: 24px;
    height: 20px;
    margin-left: -25px;
    margin-top: 2px;
    border: 0;
}

#shopsearch input[type=submit]:hover {
    box-shadow: none;
}

#paymentmethod ul li label {
    width: 200px;
}