.tvsshop > * {

}

.tvsshop {
   width: 100%;
}

.tvsshop .row {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   width: 100%;
}

.tvsshop_article {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}
.tvsshop_item {
	width: 100%;
	
}

.art_image img {
	margin: 20px;
}

.tvsshop_showbasket {
	/*width			: 400px !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 img {
	/*box-shadow		: #101010 0 2px 4px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
}

.art_title {
	font-weight		: bold;
	font-size		: 14px;
	background: rgba(255, 255, 255, 0.35);
	padding-bottom: 10px !important;
}


.art_description {
	font-weight		: normal;
	font-size		: 12px;
}

.art_price {
	font-weight		: bold;
	font-size		: 16px;
	color			: #336600 !important;
}




.art_addtocart {
	width: 100%;
}
.art_addtocart div {
}

.tvsshop .art_input_text {
	float			: left !important;
	width			: 30px !important;
	margin-right	: 5px;
	font-size		: 12px;
	margin: 5px;
}

.tvsshop .art_input_submit {
	float			: right !important;
	width			: 100% !important;
	font-size		: 12px;
	margin: 5px;
}


.art_tags {
}

.art_tags h5 {
}

.tvsshop_basket {
	width			: 100%;
}

.tvsshop_art_table {
	width			: 100%;
	padding			: 3px;
}
.tvsshop_art_table td {
	padding			: 2px;
}
.tvsshop_art_table th.art_col_1 {
	width: 50%;
}
.tvsshop_art_table th.art_col_2 {
	width: 5%;
}
.tvsshop_art_table th.art_col_3 {
	width: 20%;
}
.tvsshop_art_table th.art_col_4 {
	width: 20%;
}
.tvsshop_art_table th.art_col_5 {
	width: 5%;
	text-align: right;
}




.tvsshop_navigation {
	float			: left;
	width: 100%;
}

label {
	display			: block;
	width			: 100%;
 	margin			: 10px 0 0 0;
	float			: left;
} 
	
.tvsshop_checkout input, .tvsshop_checkout textarea, .tvsshop_checkout select {
 	margin			: 3px 0;
	width			: 400px;
	border			: 1px solid silver;
	background		: white;
	padding			: 3px;
	float			: left;
} 

textarea {
	height			: 150px;
}

input.submit {
	clear			: both;
	margin-top		: 25px;
	width			: 200px !important;
}

input.art_input_submit {
	width			: 100px !important;
	margin-bottom	: 10px;
}

.tvsshop_related_articles {
	float			: left;
}

.alert-warning {
	color: red;
}
.alert-success {
	color: green;
}

.tvsshop_checkout {
	width: 100%;
}

.border {border:1px solid #eee !important;}