
p {
	margin-bottom: 10px;
}

b,strong {
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h2 {
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h4 {
	font-weight: bold;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.csc-mailform-field {
	clear: left;
	padding-top: 10px;
}
.csc-mailform label {
	width: 120px;
	display: block;
	float: left;
	clear: left;
}
.csc-mailform input#mailformname, .csc-mailform input#mailformemail {
	width: 215px;
	border: 1px solid #1A161B;
	padding: 2px 2px 2px 2px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
}

table th {
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-weight:bold;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

tr.article td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align:top;
}

tr.article td.article_title {
	padding-right: 10px;
	width:300px;
}
tr.article td.article_pricenet,
tr.article td.article_price,
tr.article td.article_pricesum {
	padding-right: 0px;
	text-align: right;
}
tr.article td.article_basketamount {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width: 66px;
}
* html tr.article td.article_basketamount {
	width: 66px;
}

tr.deliverycosts td {
	border-top-color:black;
	border-top-style:solid;
	border-top-width:1px;
}

tr.deliverycosts td.label,
tr.total td.label,
tr.totalnet td.label,
tr.vat td.label {
	line-height: 1.5em;
	text-align:right;
	padding-right: 20px;
}
tr.deliverycosts td.value,
tr.total td.value,
tr.totalnet td.value,
tr.vat td.value {
	text-align:right;
}
tr.total td {
	font-weight: bold;
}
tr.totalnet td,
tr.vat td {
	font-style: italic;
}





/*
isnew
 asterisk_yellow
*/

/**** LIST *****/

.tx-tlshop-pi1-list .article {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	clear: both;
	position: relative;
	float: left;
	width: 750px;
}

.tx-tlshop-pi1-list .article_data {
	width: 590px;
	float:left;
}
.tx-tlshop-pi1-detail .article_data {
	width: 510px;
	float:left;
	margin-bottom: 20px;
}
* html .tx-tlshop-pi1-detail .article_data {
	width: 480px;
}

.tx-tlshop-pi1-list .article_cover {
	float:left;
	width:130px;
	padding-top: 10px;
}
.tx-tlshop-pi1-detail .article_cover {
	float:left;
	width:240px;
	margin-bottom: 20px;
}
.tx-tlshop-pi1-detail .article_toclink {
	margin-top:0.5em;
}
.tx-tlshop-pi1-detail .article_listlink {
	margin-top:1em;
}


.tx-tlshop-pi1-list .article_subtitle {
	font-weight: bold;
}
.article_description,
.article_author,
.article_isbn {
	color: #666;
	font-size: 0.8em;
	line-height: 1.5em;
}

.tx-tlshop-pi1-list .article_shorttext {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tx-tlshop-pi1-detail .article_detailtext {
	margin-top: 20px;
	margin-bottom: 10px;
}

.article_orderbox {
	float: right;
	text-align: right;
}

.tx-tlshop-pi1-list .article_price,
.tx-tlshop-pi1-detail .article_price {
	font-size: 1.6em;
	font-weight: bold;
	
}

.tx-tlshop-pi1-list .article_detaillink {
	float:left;
	width:190px;
}
.article_detaillink a {
	background-image: url('../img/icons/information.png');
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 16px;
}
.article_toclink a {
	background-image: url('../img/icons/page_white_text.png');
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 16px;
}
.article_basketlink a {
	background-image: url('../img/icons/cart_put.png');
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 16px;
	font-weight: bold;
}

.tx-tlshop-pi1-detail .article_listlink {
	float:left;
	width:190px;
	font-weight: bold;
}
.article_listlink a {
	background-image: url('../img/icons/control_rewind_blue.png');
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 16px;
}

/**** BASKET *****/

table.listArticles {
	width: 100%;
	clear: both;
}

td.article_cover img {
	float: left;
	margin-right: 10px;
}
td.article_basketamount {
	position: relative;
	vertical-align: top;
}
td.article_basketamount a.addToBasket,
td.article_basketamount a.removeOneFromBasket {
	background-image: url('../img/icons/add.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
td.article_basketamount a.addToBasket {
	float: left;
}
td.article_basketamount span {
	display: block;
	float:left;
	margin-left: 10px;
	margin-right: 10px;
}
td.article_basketamount a.removeOneFromBasket {
	background-image: url('../img/icons/delete.png');
	float: left;
}

td.article_remove a.removeAllFromBasket {
	background-image: url('../img/icons/cart_delete.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 10px;
}

.tx-tlshop-pi1-showminibasket ul {
  margin-top: 10px;
}
ul.shopListItem li {
	font-size: 0.8em;
}

.linkshowadressform,
.linkfinishcheckout {
	text-align: right;
	float: right;
	border: 2px solid #444;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 30px;
}
.linkshowadressform a,
.linkfinishcheckout a {
	background-image: url('../img/icons/cart_go.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 18px;
	height: 16px;
	font-weight: bold;
}


.tx-tlshop-pi1-showaddressform dl .diff_deliveryaddress {
	display: none;
}

/***** Formular ******/
.tx-tlshop-pi1-showaddressform dl {
	line-height: 1.6em;
	width: 750px;
	float: left;
	letter-spacing: 0.4px;
}
.tx-tlshop-pi1-showaddressform dl dt {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	width: 140px;
	float: left;
	display: inline;
	clear: both;
}
.tx-tlshop-pi1-showaddressform dl dd {
	color: #1A161B;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	width: 500px;
	float: left;
	display: inline;
}

label {
	font-weight: bold;
	cursor:pointer;

}

input.input_text, select, textarea {
	width: 215px;
}

input.input_text, textarea, select {
	border: 1px solid #1A161B;
	padding: 2px 2px 2px 2px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
}
*+html input.LV_invalid_field,
input.LV_valid_field {
	margin-right: 3px !important;
}
* html input.LV_invalid_field,
input.LV_valid_field {
	margin-right: 8px !important;
}
input.LV_invalid_field,
input.LV_valid_field {
	margin-right: 0px !important;
}
input.input_text:hover, textarea:hover, select:hover {
	border:1px solid #888888;
}

input.input_text:active, textarea:active, select:active {
	border:1px solid #888888;
}
input.input_submit:hover {
	cursor: pointer;
}
textarea {
  font-family: Arial, sans-serif;
  font-size: 0.95em;
  letter-spacing: 0.4px;
}

fieldset {
  padding:2%;
  border: none;
  margin: 0px;
}

span.LV_validation_message {
	margin: 0px 0px 0px 5px;
	font-weight:bold;
}

.LV_valid {
	color: #AAAAAA;
	background-image: url('../img/icons/tick.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 18px;
	height: 16px;
	width: 16px;
	text-indent: -999px;
}
	
.LV_invalid {
	color: #fff;
	background-image: url('../img/icons/exclamation.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 18px;
	height: 16px;
	width: 16px;
	text-indent: -999px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
	border: 1px solid #AAAAAA;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
	border: 1px solid #d60000 !important;
}

.listAddresses {
	float: left;
	width: 510px;
}
.listAddresses .address {
	width: 250px;
	float: left;
}

