.item-page h2 {
 text-align:left !important;
 text-shadow: none !important;
 font-size: 24px !important;
 position: inherit !important;
}

h2 {
    color: #777777;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 24px !important;
    font-weight:normal;
}

.ShoppingCartHeading  {
	font-family: Verdana;
	color: #FFFFFF;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	background: #2967FF;
}

.ShoppingCartRow  {
	font-family: Verdana;
	color: #000000;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	background: #DDDDDD;
}

.ShoppingCartTable td {
  padding:5px;
}


.btn, .ButtonBlack {
    text-shadow: initial !important;
}

.btn-blue, .ButtonBlack {
     margin-top: 15px;
    color: #fff;
    background-color: #2967FF;
    border-color: #2967FF;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-bottom:20px;
    border: 1px solid #ebebeb;
    }

.btn-blue:hover, .ButtonBlack:hover {
    background-color: #4f81f7;
    border-color: #4f81f7;
    color: #fff !important;
    }

.btn-green {
     margin-top: 15px;
    color: #fff;
    background-color: #3ea53e;
    border-color: #3ea53e;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-bottom:20px;
     border: 1px solid #ebebeb;
    }

.btn-green:hover {
    background-color: #63cc63;
    border-color: #63cc63;
    color: #fff !important;
    }
