﻿/*### Ticket Shop ###*/


h3.browseProductTitle{
	font-size:12px;
	text-decoration:none;
	/*background-color:maroon;*/
	width:auto;
	margin-right:30px;
}

h3 a{
	text-decoration:none;
}

#vmMainPage{
	margin:0;
	padding:0;
}

.addtocart_form{
	text-align:right;
	float:right;
	width:auto;
}

.addtocart_button{
	background: url('../images/shopping-cart.png') no-repeat  center transparent;
}



div.browseProductContainer{
	margin:30px 0 0 0;
	padding:0;
	width:100%;
	/*background-color:green;*/
}

.browsePriceContainer{
	/*background-color:red;*/
	width:auto;
	margin-right:30px;
}

.browseProductDescription{
	/*background-color:lime;*/
	width:auto;
	margin-right:30px;
}

.browseProductImageContainer{
}