a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FC0;
}
a:active {
	text-decoration: none;
}
h1, h2, h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

ul.products {
	padding: 0;
	max-width: 100%;
	margin: 0;
}
ul.products2 li {
	display: inline-block;
	max-width: 100%;
	background-color: #FBFBFB;
	color: #3D3D3D;
	border-right-width: 1px;
	border-right-style: solid;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 10px;
	width: 45%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border-right-color: #FFFFFF;
}
ul.products li h3 {
/*	margin: -10px -10px 10px -10px;
*/	padding: 10px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	/*height:45px ;*/
}
ul.products li fieldset {
	border: none;
	padding: 5px 5px 5px 0px;
	margin: 0;
}
ul.products li fieldset label{
	display: block;
	margin-bottom: 4px;
	float: none;
}
ul.products li fieldset label span{
	width: 80px;
	float: none;
}
ul.products li fieldset label select{
	min-width: 100px;
}

button, .button{
	min-width: 100px;
	border: 1px solid #0C9;
	padding: 7px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
	min-height: 15px;
	/* [disabled]text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26); */
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #0C9;
}
button:hover, .button:hover{
	background-color: #99CC99;
	color: #FFF;
	border: 1px solid #9C9;
}

.product-thumb{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	cursor: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.product-desc {
	font-size: 11px;
	margin-bottom: 0px;
	height: 26px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	width: 90px;
}

ul.shopping-cart{
	position: fixed;
	top: 100px;
	right: 0;
	background-color: #F9F9F9;
	padding: 10px;
	min-width: 250px;
	list-style: none;
	font-size: 0.8em;
	border: 1px solid #F0F0F0;
	z-index: 999;
}
ul.shopping-cart .cart-itm {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
ul.shopping-cart .cart-itm:last-child{
	border-bottom: none;
	margin-bottom: 0px;
}
ul.shopping-cart .cart-itm .remove-itm{
	float: right;
	font-size: 1.5em;
}
ul.shopping-cart .cart-itm .remove-itm a{
	text-decoration:none;
	color:#000;
}
.cart-total-text a{
	float: right;
	top: 400px;
}

.cart-view-table-front{
	font-size: 0.7em;
	position: fixed;
	right: 10px;
	max-width: 600px;
	font-family: Arial;
	top: auto;
	bottom: auto;
	z-index: 1000;
}
.cart-view-table-front h3{
	text-align: center;
	padding: 0;
	margin: 0px 0px 6px 0px;
}
.cart-view-table-front, .cart-view-table-back {
	max-width: 90%;
	background-color: #FFFFFF;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	/* [disabled]box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12); */
	/* [disabled]border: 1px solid #E4E4E4; */
}
.cart-view-table-front table th, .cart-view-table-back table th{
	text-align: left;
}
.cart-view-table-front table thead, .cart-view-table-back table thead{
	background-color: #9CCDFD;
}
.cart-view-table-front table tbody tr.even, .cart-view-table-back table tbody tr.even{
	background-color: #F7F7F7;
}
.cart-view-table-front table tbody tr.odd, .cart-view-table-back table tbody tr.odd{
	background-color: #EDEDED;
}
.cart-view-table-front button, .cart-view-table-front .button, .cart-view-table-back button, .cart-view-table-back .button{
	margin: 10px 1px;
	float: left;
}
