body {
	/*background: #fff url("../pics/background.jpg") top center fixed;*/
	color: #333;
	font-family: "Open Sans",Helvetica ,Arial, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.bold { font-weight: bold; }

.checkout div.submit {
	clear: both;
	margin-top: 15px;
	text-align: center;
}
.checkout fieldset {
	border: 1px solid #F58220;
	width: 45%;
}
.checkout fieldset.center {
	margin: 0 auto;
}
.checkout fieldset label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0 2px;
}
.checkout fieldset .data {
	margin: 0 0 5px 2px;
}
.checkout label.checkbox {
	font-size: 13px;
	font-weight: normal;
	line-height: 3em;
	margin-bottom: 5px;
}
.checkout label.center {
	display: block;
	text-align: center;
}
.checkout fieldset select.ui-widget {
	width: 100%;
}
.checkout fieldset select.inline {
	display: inline;
	width: auto;
}
.checkout fieldset .ui-widget {
	display: block;
	margin-bottom: 5px;
	padding: 3px 5px;
	width: 95%;
}
.ui-front {
    z-index: 115 !important;
}
.ui-state-error, .ui-state-highlight {
	margin-bottom: 5px;
}
.ui-state-error p, .ui-state-highlight p {
	margin: 1em 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Antic Slab", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h3 {
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	margin-bottom: 15px;
}

table.cart {
	border-collapse: collapse;
	margin-bottom: 5px;
}
table.cart a {
	color: #F58220;
	text-decoration: none;
}
table.cart a:hover {
	color: #333;
}
table.cart td, table.cart th {
	border-bottom: 1px solid #808080;
	padding: 8px 6px;
	text-align: unset;
}
table.cart td.center, table.cart th.center{
	text-align: center !important;
}
table.cart td.right, table.cart th.right{
	text-align: right !important;
}

table.cart th {
	background-color: rgba(128, 128, 128, 0.4);
	text-align: right;
}
table.cart tr.altBg {
	background-color: rgba(128, 128, 128, 0.15);
}
table.cart .totals {
	float: right;
	text-align: right;
	width: 300px;
}
table.cart .ui-spinner {
	width: 75px !important;
}
table.cart .totals .row {
	margin-bottom: 3px;
}
table.cart .totals .row label {
	display: block;
	float: left;
	text-align: right;
	width: 175px;
}
table.cart .totals .total {
	font-size: 18px;
	font-weight: bold;
}

.alert {
	margin-bottom: 1em;
}
.bold {
	font-weight: bold;
}
.clearIt {
	clear: both;
	/* height: 0px; */
}
.floatRight {
	float: right;
}
.note {
	font-size: 11px;
	margin-bottom: 5px;
}
.required {
	color: #CD0A0A;
}

#cart-btns {
	margin: 15px 0;
	text-align: center;
}
#cart-btns .ui-button {
	width: 155px;
	margin: 0 1em;
}
#cctypes {
	text-align: center;
}
#ssl_cccid {
	margin-bottom: 1px;
}
#cid-link {
	text-decoration: none;
}
#cid-link:hover {
	text-decoration: underline;
}

#container {
	/*background-color: rgba(255,255,255,0.8);*/
	margin: 0px auto;
	min-height: 100%;
	/* padding: 0px 30px;*/
	position: relative;
	/*width: 974px;*/
}

#cart-content {
	float: left;
	height: 100%;
	margin: 0px;
	padding: 20px 0px;
	text-decoration: right;
	width: 100%;
}
#cart-content.fullscreen {
	/* width: 100% !important; */
	width: 95% !important;
}
#cart-content .grid-product {
	display: inline-block;
	margin: 0px 5px 20px 0px;
	text-align: center;
	width: 200px;
}
#cart-content .grid-product a {
	color: #F58220;
	line-height: 20px;
	text-decoration: none;
}
#cart-content .grid-product a:hover {
	color: #808080;
	text-decoration: underline;
}
#cart-content .grid-product a {
	display: inline-block;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
#cart-content .grid-product a.thumb {
	background-color: #000;
	background-image: url('../pics/placeholder_thumb.png');
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #000;
	display: block;
	padding: 0 !important;
	height: 200px;
}
#cart-content .ui-accordion-content {
	background-color: rgba(255, 255, 255, 0.6);
	background-image: none;
}
#cart-content .ui-accordion h3.ui-accordion-header-active {
	background-color: rgba(255, 255, 255, 0.6);
	background-image: none;
}

#nav {
	float: left;
	margin: 0px;
	padding: 20px 20px 20px 0px;
	width: 144px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	background: url("../pics/icon-arrow-2.png") left center no-repeat;
	display: list-item;
	height: 20px;
	line-height: 25px;
	list-style: none;
	margin-bottom: 5px;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 16px;
}
#nav ul li a {
	color: #F58220;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #808080;
}

#pagination {
	line-height: 30px;
	margin-bottom: 15px;
	text-align: center;
}
#pagination button {
	display: block;
}
#pagination button.first, #pagination button.previous {
	float: left;
}
#pagination button.next, #pagination button.last {
	float: right;
}
#pagination button {
	margin: 0 3px;
}
#pagination a {
	color: #F58220;
	text-decoration: none;
}
#pagination a:hover {
	color: #808080;
	text-decoration: underline;
}

#products {
	text-align: center;
}

#product-details .image {
	background-color: #000;
	background-image: url('../pics/placeholder_image.png');
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #000;
	/*float: left;*/
	height: 400px;
	margin: 0 15px 15px 0;
	width: 400px;
}

#product-details form label {
	display: inline-block;
	line-height: 2.2;
	vertical-align: top;
	width: 110px;
}
#product-details form .row {
	margin-bottom: 3px;
}
#product-details form .ui-button {
	margin-left: 0;
}
#product-details form .ui-selectmenu-button {
	width: 190px !important;
}
#product-details form .ui-spinner {
	width: 190px !important;
}
#product-details form .ui-spinner-input {
	padding: 0.2em 0;
}

#wrapper {
	height: 100%;
	/*margin: 0 30px;*/
	padding: 0px;
	position: relative;
	/*width: 914px;*/
	width: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #333;
}