#mainContent h1,
#mainContent h3 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 18px 0px;
	text-transform: uppercase;
}
#mainContent h3 {
	margin: 0px;
}
#mainContent h1 {
	border-bottom: 1px solid #322014;
}

#shoppingCartTable {
	font-size: 13px;
	width: 100%;
}
#shoppingCartTable ul li {
	list-style-type: none;
}
#shoppingCartTable th {
	background-color: #f6f1ea;
	color: #636363;
	font-weight: normal;
	padding: 9px 2px;
	text-transform: uppercase;
}
#shoppingCartTable th:nth-child(n+3) { /* price - qty - total */
	text-align: center;
}
#shoppingCartTable .imageColumn img {
	max-width: 140px;
}
#shoppingCartTable tr>td:first-child { /* image*/
	max-width: 150px;
	text-align: center;
}
#shoppingCartTable tr>td:nth-child(2),
#shoppingCartTable tr>td:nth-child(2) a { /* description */
	color: #5c3f2e;
	font-size: 15px;
}
#shoppingCartTable tr>td:nth-child(n+3) { /* price - qty - total */
	border-left: 1px solid #ededed;
	text-align: center;
	width: 11%;
}
#shoppingCartTable tr>td:nth-child(4) a { /* qty - remove link */
	text-decoration: underline;
}
#shoppingCartTable input {
	background-color: #f6f1ea;
	border: 0px;
	font-size: 11px;
	padding: 5px;
}
#shoppingCartTable .totalsRow {
	color: black;
}
#shoppingCartTable .totalsRow td {
	border-top: 1px solid #322014;
	border-bottom: 1px solid #322014;
	font-size: 15px;
	padding: 5px 0px;
}
#shoppingCartTable .totalsRow td:first-child {
	font-size: 12px;
	text-align: left;
}
#shoppingCartTable .totalsRow td:first-child input {
	background-color: white;
	border: 1px solid #c4c4c4;
	margin: 0px 10px;
	width: 200px;
}
#shoppingCartTable .totalsRow td:first-child button {
	padding-top: 6px;
	padding-bottom: 5px;
}
#shoppingCartTable .totalsRow td:nth-child(2) {
	text-align: right;
	padding-right: 5px;
}
#shoppingCartTable .discountRow,
#shoppingCartTable .totalsRow td:nth-child(n+2) {
	font-weight: bold;
	color: #5c3f2e;
}
.promocodeContainer {
	padding: 10px; 
}
#checkoutFooter {
	padding: 15px 0px;
}
#checkoutFooter>li {
	width: 49%;
}
#checkoutFooter li:nth-child(2) {
	text-align: right
}
#checkoutFooter a {
	font-size: 12px;
	color: #5c3f2e;
}
#checkoutFooter a i {
	font-size: 10px;
}

#regLoginBoxes>div {
	display: inline-block;
	padding: 20px;
	vertical-align: top;
	width: 49%;
}
#regLoginBoxes>div:nth-child(2) {
	border-left: 1px solid #322014;
}
#regLoginBoxes>div>div {
	margin: 0px auto;
	max-width: 250px;
}
#regLoginBoxes label {
	font-size: 12px;
	padding-bottom: 3px;
}
#regLoginBoxes i.glyphicon {
	margin-right: 5px;
}
#regLoginBoxes a {
	font-size: 12px;
	color: #5c3f2e;
}

/* ================ checkout page ================= */
#checkoutFrm li {
	border: 0px;
}
#checkoutFrm>div>div:first-child {
	border-bottom: 2px solid #898989;
}
#checkoutFrm>div#inOrderAddresses>div {
	vertical-align: top;
	rem-width: 49%;
}
#checkoutFrm h3 {
	color: #898989;
}
#checkoutFrm>div#inOrderAddresses li.list-group-item {
	border-top: 1px solid #898989;
	padding-top: 7px;
	padding-bottom: 10px;
}
#checkoutFrm>div#inOrderAddresses li.list-group-item:first-child {
	border-top: 0px;
}
#checkoutFrm>div#inOrderAddresses>div:first-child div.checkbox>label {
	font-style: italic;
	font-size: 17px;
	color: #8f4f30
}
#checkoutFrm>div#inOrderAddresses div.radio>label {
	font-weight: bold;
}
#checkoutFrm input[type=radio] {
	margin-top: 0px;
}
.emailFormGroup>div {
	padding-top: 3px;
}
.createAccountAfter>label>span {
	font-size: 12px;
}
#whyCreateAccountBox {
	background-color: white;
	border: 1px solid #322014;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
	position: absolute;
	width: 275px;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 16px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 20px rgba(50, 50, 50, 0.75);
}
#whyCreateAccountBox li {
	list-style-type: dotted-decimal;
	margin-left: 20px;
}

.shippingOptions,
.paymentOptions {
	margin: 0px auto 20px;
	max-width: 370px;
}
.shippingOptions div {
	color: black;
}
.shippingOptions li.list-group-item:nth-child(2),
.paymentOptions li.list-group-item:nth-child(2) {
	border-top-style: dashed !important; 
}
.shippingOptions li.list-group-item>ul {
	display: table;
	width: 100%;
}
.shippingOptions li.list-group-item>ul>li {
	display: table-cell;
}
.shippingOptions li.list-group-item>ul>li:nth-child(n+2) {
	width: 75px;
}
.paymentOptions label {
	font-weight: bold;
}
.paymentOptions .form-group {
	margin-bottom: 7px !important;
}
#CC_typeNumIcon {
	background: url(/images/misc/cc_icons.gif) no-repeat;
	height: 22px;
	width: 32px;
}
#CC_typeNumIcon.CC_typeVI { background-position: 0px -44px; }
#CC_typeNumIcon.CC_typeMC { background-position: 0px -66px; }
#cvvInf {
	display: none;
	position: absolute;
}
#orderCalculations div.row {
	font-size: 14px;
	text-align: right;
	margin-bottom: 10px;
}
#orderCalculations div.row.totalColumn {
	font-size: 15px;
	font-weight: bold;
}


#orderDetailsEmailContent {
	font-size: 12px;
	width: 95%;
	margin: 0px auto;
}
#orderDetailsEmailContent a {
	font-size: 12px !important;
}
#orderDetailsEmailContent table.orderInfoTable td {
	padding: 5px;
}
#orderDetailsEmailContent table.orderAddressesTable {
	width: 100%;
}
#orderDetailsEmailContent table.orderShipPayTable {
	width: 100%;
}
#orderDetailsEmailContent table.orderShipPayTable td {
	text-align: center;
	font-weight: bold;
	padding: 20px;
}
#orderDetailsEmailContent table#shoppingCartTable td {
	font-size: 12px;
}
#orderDetailsEmailContent table#shoppingCartTable td.imageColumn img {
	max-width: 100px;
}


@media (min-width: 768px) {
	#checkoutFrm>div>div:first-child {
		border-bottom: 0px;
		border-right: 2px solid #898989;
	}
}