/* tt_products */

.tx-ttproducts-pi1-smalltext {
	font-size: 10px;
}
.tx-ttproducts-pi1-table {
	margin-bottom: 10px;
}
.tx-ttproducts-pi1 a {
	border-bottom: none;
	font-weight: bold;
}
.tx-ttproducts-pi1 table th {
	background-color:#ABABAB;
	color: #fff;
	padding: 1px;
	text-align: center;
}
.tx-ttproducts-pi1 table td {
	padding: 1px;	
}
.tx-ttproducts-pi1 table caption, .tx-ttproducts-pi1-basket-table-heading {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: gray;
}
.tx-ttproducts-pi1-morelink a {
	font-weight: normal;
	font-size: 10px;
	color: gray;
}
.tx-ttproducts-pi1-morelink a:hover {
	color: #FF6633;
}
.tx-ttproducts-pi1-data-price {
	width: 130px;
	text-align: right;
}
.tx-ttproducts-pi1-data-qty {
	width: 85px;
	text-align: right;
}
.tx-ttproducts-pi1-data-price p, .tx-ttproducts-pi1-data-price-no-tax p {
	padding: 0;
	margin: 0;
}
.tx-ttproducts-pi1-price {
	font-weight: bold;
}
.tx-ttproducts-pi1-price-no-tax {
	font-size: 10px;
	color: gray;
}
.tx-ttproducts-pi1-input-qty {
	border: 1px solid gray;
	height: 15px !important;	
	height: 16px;
	width: 20px;
	font-size: 10px;
}
.tx-ttproducts-pi1-submit {
	border: 1px solid #FF6633;
	background-color: #fc8a37;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	height: 18px;
}

/* single display */
#tx-ttproducts-pi1-single-display {
	border: 1px solid #ababab;
	padding-left: 10px;
}
#tx-ttproducts-pi1-single-display p {
	padding: 0 10px;
}
#content h1.tx-ttproducts-pi1-single-display {
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#content h1.tx-ttproducts-pi1-single-display a {
	color: #FF6633;
}
#content #tx-ttproducts-pi1-single-display h2 {
	padding-left: 10px;
	font-size: 14px;
}
.tx-ttproducts-pi1-image {
	float: left;
	border: 1px solid silver;
	margin: 8px 20px 10px 10px !important;
	margin: 28px 20px 10px 5px;
}
tx-ttproducts-pi1-product-note {
	padding: 10px;
}


/* tt_products basket */
table.tx-ttproducts-pi1-basket {
	width: 535px;
	/*border: 1px solid #ABABAB;*/
	border-collapse: collapse;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tx-ttproducts-pi1-basket a {
	font-weight: normal;
}
.tx-ttproducts-pi1-basket p {
	padding: 0;
	margin: 0;
}
.tx-ttproducts-pi1-basket-lastrow {
	text-align: right;
}
td.tx-ttproducts-pi1-basket-table-heading {
	height: 30px;
}
.tx-ttproducts-pi1-basket-total td {
	text-align: right;
}


/* basket info template */
form#tx-ttproducts-pi1-basket-info {
	height: 400px;
}
#tx-ttproducts-pi1-basket-info h2 {
	text-transform: uppercase;
	color: gray;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
#tx-ttproducts-pi1-basket-info p {
	font-size: 10px;
	color: gray;
	padding-top: 0;
	margin-top: 0;
	letter-spacing: normal;
	text-transform: none;
}
#tx-ttproducts-pi1-basket-info fieldset {
 	color: gray;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.2px;
	padding: 4px;
	border: none;
 	border: 1px solid #6C6C6C;
}
#tx-ttproducts-pi1-basket-info fieldset#tx-ttproducts-pi1-basket-info-invoice-address {
	width: 505px;
	/*float: left;*/
	margin-bottom: 15px;	
}
#tx-ttproducts-pi1-basket-info fieldset#tx-ttproducts-pi1-basket-info-delivery-address {
	width: 505px;
	/*float: right;*/
	margin-bottom: 20px;
}
#tx-ttproducts-pi1-basket-info fieldset#tx-ttproducts-pi1-basket-info-note {
	/*float: right;*/
	width: 505px;
}

/*IE-hack begin*/
* html #tx-ttproducts-pi1-basket-info-note {

    margin-top: 12px;

}
/*IE-hack begin*/

#tx-ttproducts-pi1-basket-info fieldset#tx-ttproducts-pi1-basket-submit {
	width: 505px;
	/*height: 66px !important;*/
	/*height: 58px;*/
	float: left;
}

.tx-ttproducts-pi1 #tx-ttproducts-pi1-basket-info table td {
	border: none;
	padding: 2px;
	vertical-align: top;
	color: #181818;
}

#tx-ttproducts-pi1-basket-info input, #tx-ttproducts-pi1-basket-info textarea {
	width: 200px;
	border: 1px solid silver;
	font-size: 12px;
}
.tx-ttproducts-pi1-basket-info-invoice-address td, .tx-ttproducts-pi1-basket-info-delivery-address td, .tx-ttproducts-pi1-basket-info-note {
	vertical-align: top;
}
#tx-ttproducts-pi1-basket-info textarea {
	overflow: auto;
}
#tx-ttproducts-pi1-basket-info p.tx-ttproducts-pi1-basket-info-notice {
	font-size: 10px;
	color: red;
}
span.tx-ttproducts-pi1-basket-info-compulsary {
	color: #FF6633;
}
#tx-ttproducts-pi1-basket-info input.tx-ttproducts-pi1-submit {
	width: 140px;
	margin: 10px;
}
.tx-ttproducts-pi1-product-backlink {
	margin-top: 15px;
}

/* checkout error */
p.tx-ttproducts-pi1-basket-error {
	color: #ff6633;
	font-weight: bold;
	padding: 5px;
	background-color: #E7E7E7;
	border: 1px solid gray;
	width: 50%;
}

/* basket empty */
.tx-ttproducts-pi1-basket-empty {
}

/* basket payment template */
table.tx-ttproducts-pi1-basket-payment-invoice-address {
	width: 38%;
	float: left;
	margin-right: 28px;
}

table.tx-ttproducts-pi1-basket-payment-delivery-address {
	width: 38%;
	float: left;
}
table.tx-ttproducts-pi1-basket-payment-delivery-address td {
	vertical-align: top;
}
p.tx-ttproducts-pi1-confirmation-note {
	clear: left;
}
table.tx-ttproducts-pi1-basket-payment-notes {

}
.tx-newloginbox-pi3 .tx-newloginbox-pi3-singleView TABLE {  }
.tx-newloginbox-pi3 .tx-newloginbox-pi3-singleView TD {  }

#category_label {

    float: left;
    height: 10px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: -32px;

}

#category_title {

    height: 10px;
    padding-top: 5px;

}

#product_itemnumber_label {

    float: left;
    height: 10px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: -32px;

}

#product_itemnumber {

    height: 10px;
    margin-top: 10px;

}

#price_label {

    float: left;
    height: 10px;
    margin-top: 10px;
    margin-right: 5px;

}

#price {

    height: 10px;
    margin-top: 10px;

}

#qty_label {

    float: left;
    height: 10px;
    margin-right: 5px;
    margin-top: 30px;

}

#qty {

    height: 10px;
    margin-top: 29px;

}

#description_label {

    margin-top: 60px;
    height: 20px;

}

#description {

    margin-top: 5px;

}

#price_shipping, #price_payment, #price_total {

    width: 700px;

}

#name_label, #address_label, #telephone_label, #email_label, #comment_label, #contact_label, #zip_label, #city_label, #country_label {

    float: left;
    height: 15px;
    min-height: 15px;
    height: auto;
    width: 110px;
    margin-right: 10px;
    padding-top: 2px;

}

#name_c, #address_c, #telephone_c, #email_c, #contact {

    height: 20px;
    min-height: 20px;
    height: auto;
    padding-top: 2px;
    margin-left: 120px;

}

/*IE-hack begin*/
* html #address_c {

     display: inline-block;
     
}
/*IE-hack end*/

#form_name {

    height: 20px;
    min-height: 20px;
    height: auto;
    padding-top: 2px;

}

#confirmation {

    width: 525px;
    /* RELISH border: 1px solid #ABABAB; */
    border: 0px solid;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 5px;
    font-size: 10px;
    color: #808080;

}

/*IE-hack begin*/
* html #confirmation {

    width: 708px;
    
}
/*IE-hack end*/

#title {
	text-align: left;
	color: gray;
	text-transform: none;
}

#shipping_label, #payment_label {

    float: left;

}

#left {
	text-align: left;
	background-color: transparent;
	color: gray;
}

#right {
	text-align: right;
	background-color: transparent;
	color: gray;
}

#button_1 {

    float: left;
    margin-top: 3px;

}

/*IE-hack begin*/
* html #button_1 {

    margin-top: 15px;

}
/*IE-hack end*/

#button_2 {

    float: right;
    margin-top: 3px;

}

/*IE-hack begin*/
* html #button_2 {

    margin-top: 15px;

}

* html #button_3 {

    margin-top: 15px;

}
/*IE-hack end*/

#order_conf {

    margin-left: 20px;
    color: gray;

}

#login_name_label {

    float: left;

}

#login_name {

    float: left;
    text-align: left;
    padding-left: 5px;

}

#login_password_label {

    float: left;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;

}

#login_password {

    float: left;
    text-align: left;
    padding-right: 5px;

}

#login_submit {

    text-align: left;

}

.tx-ttproducts-pi1-product-title, .tx-ttproducts-pi1-product-note, .tx-ttproducts-pi1-data-title {
	width: 248px;
}

.tx-ttproducts-pi1-data-image {
width: 100px;
}

#teaser {
	font-size: 14px;
}

fieldset {
	margin-left: 20px;
	margin-bottom: 20px;
}

.bodytext {
	margin-top: 0px;
	margin-bottom: 0px;
}


#action_left {
	float: left;
}

#action_right {
	float: right;
}

#action_right input, #action_left input {
	font-size: 10px;
	width: 140px;
}

.cat_1 {
	width: 112px;
	padding-left: 15px;
	padding-bottom: 2px;
}

.tx-ttproducts-pi1-price {
	font-weight: bold;
	font-size: 11px;
}
