@charset "utf-8";


/* -----------------------
	ITEM LIST
	---------------------- */
	
#item-list {
	
}

#item-list h2 {
	float: left;
}

#item-list img.delivery {
	margin-left: 10px;
}

#item-list p {
	
}

#item-list div.header {
}

#item-list .pagination {
	
}

#item-list .pagination-top {
	
}

#item-list .pagination-bottom {
	
}

#item-list div.items {
	margin-bottom: 20px;
}

#item-list div.category {
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;	
}

#item-list div.additional-info {
	font-size: 0.9em;
	color: #C0C0C0;
}

#item-list form {
	
}

#item-list form fieldset {
	margin: 0px;
	padding: 10px;
}

#item-list form fieldset div.item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #C0C0C0;
}

#item-list form fieldset div.left {
	float: left;
	width: 300px;
}

#item-list form fieldset div.right {
	margin-left: 300px;
}

#item-list form fieldset div.bottom {
	margin: 10px 0px 0px 300px;
}

#item-list form fieldset div.field {
	margin: 10px 0px 0px 0px;
}

#item-list form fieldset label {
	width: 80px;
	margin-top: 4px;
}

#item-list form fieldset input, 
#item-list form fieldset select {
	font-size: 1.2em;
}
#item-list form fieldset input {
	padding: 3px;
	width: 100px;
}

#item-list form fieldset input.add-item {
	background-color: transparent;
	/*background-image: url("../img/shop-icons/48/76.png");*/
	background-image: url("img/button-bg-add-long.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border: none;
	width: 130px;
	height: 30px;
	cursor: pointer;
	margin-right: 35px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 25px;
}

#item-list form fieldset input.to-cart {
	background-color: transparent;
	/*background-image: url("../img/shop-icons/48/78.png");*/
	background-image: url("img/button-bg-go-long.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border: none;
	width: 130px;
	height: 30px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
}

#item-list form fieldset span {
	display: block;	
}


/* -----------------------
	BASKET
	---------------------- */

#tx-ttproducts-pi1-basket {
	
}

#tx-ttproducts-pi1-basket form {
	
}

#tx-ttproducts-pi1-basket fieldset {
	background-color: transparent;
	border: none;
}

#tx-ttproducts-pi1-basket fieldset.bordered {
	border-bottom: 1px dotted #C0C0C0;
	padding-bottom: 10px;
}

#tx-ttproducts-pi1-basket fieldset p {
	margin-bottom: 8px;
}

#tx-ttproducts-pi1-basket fieldset.header {
	border-bottom: 2px solid #20550F;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}

#tx-ttproducts-pi1-basket fieldset.item {
	border-bottom: 1px dotted #C0C0C0;
	padding-bottom: 10px;
}

#tx-ttproducts-pi1-basket fieldset div.col1 {
	float: left;
	width: 350px;
}

#tx-ttproducts-pi1-basket fieldset div.col2 {
	float: left;
	width: 100px;
}

#tx-ttproducts-pi1-basket fieldset.shipping div.col2 {
	width: 200px;
}

#tx-ttproducts-pi1-basket fieldset.info div.col2 {
	width: 260px;
}

#tx-ttproducts-pi1-basket fieldset div.col3 {
	float: left;
	width: 100px;
}

#tx-ttproducts-pi1-basket fieldset div.col4 {
}

#tx-ttproducts-pi1-basket fieldset.submit {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #C0C0C0;
}

#tx-ttproducts-pi1-basket fieldset.submit div {
	float: right;
}

#tx-ttproducts-pi1-basket fieldset.submit input {
	cursor: pointer;
	background-color: transparent;
	border: none;
	width: 130px;
	height: 30px;
	background-image: url("img/button-bg-long.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

#tx-ttproducts-pi1-basket fieldset.submit input.next-step {	
	background-image: url("img/button-bg-go-long.gif");
}

#tx-ttproducts-pi1-basket fieldset.submit input.basket-delete {	
	background-image: url("img/button-bg-delete-long.gif");
}

/* -----------------------
	DETAIL SINGLE VIEW
	---------------------- */
#tx-ttproducts-pi1-single {

}

#tx-ttproducts-pi1-single p {
	margin-bottom: 5px;
}
	
#tx-ttproducts-pi1-single form fieldset .left {
	width: 300px;
	float: left;
}

#tx-ttproducts-pi1-single form fieldset .right {
	margin-left: 300px;
}

#tx-ttproducts-pi1-single form fieldset .submit {
	
}

#tx-ttproducts-pi1-single form fieldset .field.short label {
	margin-top: 3px;
	width: 80px;
}

#tx-ttproducts-pi1-single form fieldset .field.short input {
	width: 80px;
}

#tx-ttproducts-pi1-single form fieldset .submit input {
	width: 130px;
	height: 30px;
	background-color: transparent;
	border: none;
	background-image: url(img/button-bg-long.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	cursor: pointer;
}

#tx-ttproducts-pi1-single .pagination {
	margin: 0px 20px;
}

#tx-ttproducts-pi1-single .pagination-top {
	margin-bottom: 10px;
}

#tx-ttproducts-pi1-single .pagination-bottom {
	margin-top: 10px;
}


/* -----------------------
	MARGINAL
	---------------------- */
#left-slot .tt-products .shop_minibasket {
	margin: 10px;
}

#left-slot .tt-products .shop_minibasket img {
	float: left;
}

#left-slot .tt-products .shop_minibasket span {
	display: block;
	margin-top: 10px;
	padding: 10px;
}


/* -----------------------
	COSTUMER DATA
	---------------------- */

#tx-ttproducts-pi1-info {
	
}

#tx-ttproducts-pi1-info form {
	
}

#tx-ttproducts-pi1-info fieldset {
	background-color: transparent;
	border: none;
}

#tx-ttproducts-pi1-info fieldset.bordered {
	border-bottom: 1px dotted #C0C0C0;
	padding-bottom: 10px;
}

#tx-ttproducts-pi1-info fieldset p {
	margin-bottom: 8px;
}

#tx-ttproducts-pi1-info fieldset div.info {
	margin-left: 155px;
}

#tx-ttproducts-pi1-info fieldset.header {
	border-bottom: 2px solid #20550F;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}

#tx-ttproducts-pi1-info fieldset.submit {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #C0C0C0;
}

#tx-ttproducts-pi1-info fieldset.submit div {
	float: right;
}

#tx-ttproducts-pi1-info fieldset.submit input {
	cursor: pointer;
	background-color: transparent;
	border: none;
	width: 130px;
	height: 30px;
	background-image: url("img/button-bg-long.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

#tx-ttproducts-pi1-info fieldset.submit input.products_payment {	
	background-image: url("img/button-bg-go-long.gif");
}

#tx-ttproducts-pi1-info fieldset.submit input.products_update {	
	background-image: url("img/button-bg-back-long.gif");
}

#tx-ttproducts-pi1-info fieldset input {
	width: 290px;
}

#tx-ttproducts-pi1-info fieldset input.checkbox {
	width: 20px;
	margin-right: 10px;
}

#tx-ttproducts-pi1-info fieldset textarea {
	width: 290px;
	height: 60px;
}

/* -----------------------
	FINALIZE
	---------------------- */


#tx-ttproducts-pi1-finalize {
	
}

#tx-ttproducts-pi1-finalize form {
	
}

#tx-ttproducts-pi1-finalize fieldset {
	background-color: transparent;
	border: none;
}

#tx-ttproducts-pi1-finalize fieldset.bordered {
	border-bottom: 1px dotted #C0C0C0;
	padding-bottom: 10px;
}

#tx-ttproducts-pi1-finalize fieldset p {
	margin-bottom: 8px;
}

#tx-ttproducts-pi1-finalize fieldset div.info {
	margin-left: 0px;
}

#tx-ttproducts-pi1-finalize fieldset.header {
	border-bottom: 2px solid #20550F;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}

#tx-ttproducts-pi1-finalize fieldset .col1{
	float: left;
	width: 350px;
}

#tx-ttproducts-pi1-finalize fieldset .col2 {
	float: left;
	width: 100px;
}

#tx-ttproducts-pi1-finalize fieldset .col3 {
	float: left;
	width: 100px;
}

#tx-ttproducts-pi1-finalize fieldset .item {
	margin-bottom: 15px;
}

#tx-ttproducts-pi1-finalize fieldset.submit {
	margin-top: 15px;
	padding-top: 15px;
}

#tx-ttproducts-pi1-finalize fieldset.submit input {
	cursor: pointer;
	background-color: transparent;
	border: none;
	width: 130px;
	height: 30px;
	background-image: url("img/button-bg-back-long.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

#tx-ttproducts-pi1-finalize fieldset span.label {
	font-weight: bold;
	display: block;
	width: 80px;
	float: left;
	margin-right: 15px;
}

