/* CSS SHOP */

/* PRODUCT LIST */
.listitem {
	padding-left: 20px;
}
.listitem h3{
	font-size: 12px;
}
.listitem .product_image {
	float: left;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	width: 150px;
	margin-right: 20px;
}
.listitem .clear {
	clear: both;
	width: 100%;
	height: 20px;
	border-bottom: 1px #CCCCCC dotted;
}
.listitem .price {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* PRODUCT SINGLE VIEW */
.tt_products_item_single_display {
	padding-left: 20px;
}
.tt_products_item_single_display h2 {
	font-size: 12px;
}
.product_note P {
	padding: 0;
	margin: 0;
}
.product_note2  P {
	padding: 0;
	margin: 0;
}
.product_note2 {
	margin-bottom: 10px;
}
.order_form, .order_form INPUT, .order_form SELECT {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.order_form_content {
	/*padding-top: 5px;*/
}
.order_form_content INPUT {
	width: 30px;
	margin: 0;
	padding: 0;
}
.order_form_content .quantity {
	font-size: 11px;
	margin: 0;
	padding: 0;

	padding-left: 5px;
}
.order_form_content .submit {
	width: 140px;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}
.tt_products_item_single_display .note {
	width: auto;
}
.tt_products_item_single_display .summary {
	padding-top: 15px;
}

/* NORMAL BASKET */
.tt_products_basket {
	padding-left: 20px;
}
.basket_items {
	margin-top: 10px;
}
.basket_items A {
	text-decoration: none;
}
.basket_items TH {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.basket_items .product_size {
	text-align: center;
}
.basket_items INPUT {
	width: 30px;
	font-size: 11px;
}
.tt_products_basket .note {
	width: auto;
}
.price_summary {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* MINI BASKET */
#CONTENT_RIGHT .csc-textpic {
    padding-bottom: 10px;
}
#CONTENT_RIGHT .tx-ttproducts-pi1 {
    padding-top: 10px;
    background-color: #EBEBEB;
}
.basket {
}
.tt_products_basket TD {
	font-size: 11px;
}
.tt_products_minibasket .tt_products_basket {
	padding-left: 0 !important;
}
.basket_items .quantity {
}
.tt_products_minibasket {
	float: left;
}
.basket_overview_total {
	clear: both;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: 5px;
	padding: 5px;
}
.note {
	padding: 5px;
	width: 200px;
	font-style: italic;	
}
#CONTENT_RIGHT .tx-ttproducts-pi1 .shoplinks {
    padding-left: 5px;
}

/* BASKET_INFO - KASSE / CHECKOUT */
.tt_products_basket_info {
	padding-left: 20px;
}
.info_header {
	font-weight: bold;
	padding-top: 10px;
	font-size: 12px;
}
.delivery_address_info {

}
.tx-ttproducts-pi1 fieldset {
	border: 0px;
	border-bottom: 1px #CCCCCC dotted;
	padding-bottom: 10px;
}
.tx-ttproducts-pi1 legend {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.tx-ttproducts-pi1 p {
	/*margin: 0;*/
	padding-top: 10px;
}
.tx-ttproducts-pi1 label {
	width: 100px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	font-weight: bold;
	display: block;
	float: left;
}
.tx-ttproducts-pi1 .notes TEXTAREA {
	width: 350px;
}
.tx-ttproducts-pi1 .trading_conditions label {
	width: 400px;
}
.tx-ttproducts-pi1 INPUT, .tx-ttproducts-pi1 TEXTAREA {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tx-ttproducts-pi1 INPUT {
	margin-bottom: 5px;
}

/* BASKET PAYMENT - BESTÄTIUNG */
.tt_products_basket_payment {
	padding-left: 20px;
	padding-top: 10px;
	
}
.tt_products_basket_payment TH {
	font-size: 11px;
	font-weight: bold;
	text-align: left;	
}
.table_header {
	font-size: 11px;
	font-weight: bold;
	text-align: left;	
}
.tt_products_basket_payment TD {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.tt_products_basket_payment .delivery {
	margin-top: 10px;
}

.csc-mailform-submit {
	margin-top: 10px;
	margin-left: 170px;
}
.csc-textpic-caption {
	font-size: 10px;
}
.tt_products_order_confirmation {
	padding-left: 20px;
}

.alternative-payment {
    padding-bottom: 20px;
}