.tvsshop_showbasket {
	width			: 200px !important;
	margin			: 5px;
	padding			: 10px;
}

.tvsshop_showbasket p {
	margin			: 0;
	padding			: 0;
	font-size		: 8px;
}

.tvsshop_showbasket strong {
	font-weight		: bold;
	color			: #98020B;
}

.tvsshop_article {
	float			: left;
	width			: 180px !important;
	margin			: 5px;
	padding			: 10px;
}

.art_title {
	font-weight		: bold;
	font-size		: 12px;
}

.art_description {
	font-weight		: normal;
	font-size		: 12px;
}

.art_price {
	font-weight		: bold;
	font-size		: 13px;
}

.art_addtocart {
	float			: left !important;
}

.art_input_text {
	float			: left !important;
	width			: 20px !important;
	margin-right	: 5px;
}

.art_input_submit {
	float			: left !important;
	width			: 150px !important;
}

.art_tags {
}

.art_tags h5 {
}

.tvsshop_basket {
	width			: 50%;
}

.tvsshop_art_table {
	width			: 100%;
	padding			: 5px;
}

.art_col_1 {
	text-align		: left;
}

.art_col_2 {
	text-align		: right;
}

.art_col_3 {
	text-align		: right;
}

.tvsshop_navigation {
	float			: left;
}

label {
	display			: block;
	width			: 100%;
 	margin			: 10px 0 0 0;
	float			: left;
} 
	
input,textarea,select {
 	margin			: 3px 0;
	width			: 400px;
	border			: 1px solid silver;
	background		: white;
	padding			: 3px;
	float			: left;
} 

textarea {
	height			: 150px;
}

input#submit {
	margin-top		: 25px;
	width			: 100px;
}

input.art_input_submit {
	width			: 100px !important;
	margin-bottom	: 10px;
}