﻿body {
	line-height: 1.35;
	color: #111;
	font-family: Arial,sans-serif;
}

/* stack all grids below 40em (640px) */
@media all and (max-width: 35em) {
	.my-breakpoint .ui-block-a,
	.my-breakpoint .ui-block-b,
	.my-breakpoint .ui-block-c,
	.my-breakpoint .ui-block-d,
	.my-breakpoint .ui-block-e {
		width: 100%;
		float: none;
	}
}

@media (min-width:35em) {

	/* wrap on wide viewports once open */

	.ui-panel-page-content-open.ui-panel-page-content-position-left {
		margin-right: 17em;
	}

	.ui-panel-page-content-open.ui-panel-page-content-position-right {
		margin-left: 17em;
	}

	.ui-panel-page-content-open {
		width: auto;
	}

	/* disable "dismiss" on wide viewports */
	.ui-panel-dismiss {
		display: none;
	}

	/* same as the above but for panels with display mode "push" only */

	.ui-panel-page-content-open.ui-panel-page-content-position-left.ui-panel-page-content-display-push {
		margin-right: 17em;
	}

	.ui-panel-page-content-open.ui-panel-page-content-position-right.ui-panel-page-content-display-push {
		margin-left: 17em;
	}

	.ui-panel-page-content-open.ui-panel-page-content-display-push {
		width: auto;
	}

	.ui-panel-dismiss-display-push {
		display: none;
	}
}


/* header shopping cart icon */
.nav-cart {
	left: 19px;
	top: 2px;
	/*font-size: 16px;*/
	/*width: 19px;*/
	color: #e47911;
	font-weight: bold;
	position: absolute;
	line-height: 16px;
	width: 20px;
	text-align: center;
}


/* item list page */
div.unified_widget {
	line-height: 1em;
	margin-bottom: 1em;
	clear: both;
	width: 100%;
}

	div.unified_widget h2 {
		/*width: auto;*/
		color: black;
		font-size: 1.2em;
		font-weight: 200;
		line-height: 1.2em;
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: normal;
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	div.unified_widget h3 {
		/*width: auto;*/
		color: black;
		font-size: 1em;
		font-weight: 200;
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: normal;
	}

	div.unified_widget .small_text {
		color: #777;
		font-size: 0.8em;
		font-weight: 100;
	}

	div.unified_widget .normal-text {
		/*color: #777;*/
		font-size: 1em;
		font-weight: 100;
		line-height: 1.1em;
	}

	div.unified_widget a.normal-text {
		text-decoration: none !important;
		color: black;
	}

		div.unified_widget a.normal-text:active {
			color: black;
		}

		div.unified_widget a.normal-text:visited {
			color: black;
		}

	div.unified_widget .normal-text ul, div.unified_widget ul.normal-text {
		list-style-type: none;
		margin-left: 0;
		margin-bottom: 0.3em;
		margin-top: 0.3em;
		padding: 0;
		color: inherit;
		vertical-align: baseline !important;
		text-align: left;
	}

	div.unified_widget .normal-text li {
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
		color: inherit;
		vertical-align: baseline !important;
	}

	div.unified_widget a {
		text-decoration: none;
	}

		div.unified_widget a:active {
			color: #963;
		}

		div.unified_widget a:visited {
			color: #963;
			text-decoration: none;
		}

	div.unified_widget div.bread_crumb a:visited {
		color: #004b91;
		text-decoration: none;
	}

	div.unified_widget a.titleHover, div.unified_widget a:hover {
		color: #C60;
		text-decoration: underline;
	}

	/* Item cell detail style*/
	div.unified_widget .items {
		float: left;
		width: 100%;
		display: block;
	}

	div.unified_widget .item_cell {
		width: 100%;
		float: left;
		display: block;
		margin-bottom: 4px;
	}

		div.unified_widget .item_cell .inner {
			margin-left: 3px;
			margin-right: 3px;
			color: black;
			font-size: 1em;
		}

		div.unified_widget .item_cell .left {
			width: 30%;
			position: relative;
			float: left;
		}

		div.unified_widget .item_cell .right {
			width: 65%;
			margin-left: 4px;
			position: relative;
			float: left;
		}

		div.unified_widget .item_cell span {
			color: #777;
			font-size: 0.8em;
			font-weight: 100;
		}

			div.unified_widget .item_cell span.old1 {
				font-size: 0.9em;
				font-family: Arial,Verdana,Helvetica,sans-serif;
				text-decoration: line-through;
				line-height: 1.75em;
			}

			div.unified_widget .item_cell span.new1 {
				font-size: 1.1em;
				font-family: Arial,Verdana,Helvetica,sans-serif;
				letter-spacing: .025em;
				line-height: 1.286em;
			}

	div.unified_widget a img {
		border: 0;
	}

	div.unified_widget .item_cell .carat,
	div.left_nav .carat {
		font-weight: bold;
		font-size: 120%;
		/*font-family: verdana,arial,helvetica,sans-serif;*/
		color: #E47911;
		margin-right: 0.20em;
	}

	div.unified_widget .item_cell .customer-reviews {
		padding: 3px 0 3px 0;
	}

		div.unified_widget .item_cell .customer-reviews > span {
			margin-left: 6px;
			display: inline-block;
		}

		div.unified_widget .item_cell .customer-reviews .long {
			display: none;
		}

.star-ratings {
	float: left;
	height: 13px;
	width: 65px;
	background: #fff url(themes/images/star-ratings.png) left top no-repeat;
}

.stars_0_0 {
	background-position: -66px 0;
}

.stars_0_5 {
	background-position: -53px -20px;
}

.stars_1_0 {
	background-position: -53px 0;
}

.stars_1_5 {
	background-position: -40px -20px;
}

.stars_2_0 {
	background-position: -40px 0;
}

.stars_2_5 {
	background-position: -27px -20px;
}

.stars_3_0 {
	background-position: -27px 0;
}

.stars_3_5 {
	background-position: -14px -20px;
}

.stars_4_0 {
	background-position: -14px 0;
}

.stars_4_5 {
	background-position: -1px -20px;
}

.stars_5_0 {
	background-position: -1px 0;
}


/* Item list top bar*/
.top-bar {
	text-align: center;
	align-content: center;
	vertical-align: middle;
	font-weight: 100;
	font-size: 0.8em;
	background-color: #fff;
}

	.top-bar a {
		color: #333;
		text-decoration: none;
		font-weight: 100;
		margin-right: 0.1em;
	}

		.top-bar a:hover, div.unified_widget a:hover {
			color: #C60;
			text-decoration: none;
		}


a.a-button {
	display: block;
	position: relative;
	min-width: 3px;
	color: #2e6e9e;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	background: -moz-linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfeffc), color-stop(100%,#5c9ccc));
	background: -webkit-linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
	background: -o-linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
	background: -ms-linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
	background: linear-gradient(top, #dfeffc 0%, #5c9ccc 100%);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

a:hover.a-button,
a:active.a-button {
	color: #3e5706;
	text-shadow: 1px 1px 1px rgba(255,255,255, .2);
	/*background: url(../img/active.png) repeat-x;*/
	background: #f6a828;
	background: -moz-linear-gradient(top, #FFE18C 30%, #f6a828 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FFE18C), color-stop(70%,#f6a828));
	background: -webkit-linear-gradient(top, #FFE18C 30%,#f6a828 70%);
	background: -o-linear-gradient(top, #FFE18C 30%,#f6a828 70%);
	background: -ms-linear-gradient(top, #FFE18C 30%,#f6a828 70%);
	background: linear-gradient(top, #FFE18C 30%,#f6a828 70%);
}

/* item detail page*/
.line-price,
table.line-price,
table.line-price td {
	margin-bottom: 0;
	border-collapse: collapse;
	border: none;
	padding: 0 3px;
}

	table.line-price tr {
		line-height: 1.5em;
		vertical-align: top;
	}

.text-price {
	text-align: right;
	white-space: nowrap;
	font-size: 0.8em;
	color: #888;
	display: table-cell;
}

.text-wrap {
	white-space: normal;
    word-wrap: break-word;
}

.original-price {
	text-decoration: line-through;
	font-size: 1em;
	color: #888;
}

.discount-price {
	/*padding: 0 3px;*/
	font-size: 1.2em;
	font-weight: bold;
	text-rendering: optimizeLegibility;
	color: #b12704;
}

.save-price {
	font-size: 1em;
	color: #b12704;
}

.item-stock {
	font-size: 1em;
	line-height: 1em;
}

.one-borders .ui-collapsible-heading .ui-btn {
	border-top-width: 1px !important;
}


/* horizonal scroller*/
.scroller {
	/*position: absolute;*/
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	max-width: 2000px;
	width: 1700px;
	height: 100%;
	display: block;
	background-color: transparent;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

	.scroller ul {
		overflow-x: visible;
		padding-left: 10px;
		padding-right: 10px;
		height: 1px;
		margin: 0;
		/*list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;*/
	}

	/*.scroller li {
    display: block;
    float: left;
    width: 100px;
    height: 100%;
    border-right: 1px solid #ccc;
    background-color: #fafafa;
    font-size: 14px;
    padding: 0;
    margin: 0;
    border: 0;
}*/

	.scroller li.horizonal {
		float: left;
		display: inline-block;
		margin-left: 10px;
		max-width: 200px;
		width: 151px;
	}

.horizonal-image {
	display: table-cell;
	vertical-align: middle;
	height: 150px;
}

	.horizonal-image img {
		max-width: 200px;
		height: auto !important;
	}

.horizonal-text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 0.8em;
}

hr {
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
	border: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

.oms-logo-emaster {
	width: 135px;
	background-image: url(themes/images/logo_emaster_129x32.png);
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
}

.oms-icon-cart1 {
	width: 30px;
	height: 14px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	/*margin-left: 5px;*/
	background-image: url("themes/images/cart_30x14.png");
}

.ui-icon-oms-cart1 {
	display: block;
	ground-repeat: no-repeat;
	background-position: center center;
}

	.ui-icon-oms-cart1:after {
		background-image: url("themes/images/cart1.png");
	}

.ln2 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

	.ln2 .ui-input-text {
		margin-top: 0.2em;
		margin-left: 0.2em;
		margin-right: 0.2em;
		margin-bottom: 0.2em;
	}

.ui-body .ln .c-2-1 {
	margin-top: 0.8em;
}

.ln .ui-checkbox label {
	width: auto;
}

.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
	color: black /*{a-link-color}*/;
	font-weight: normal;
}

div.mini-list {
	overflow-y: scroll;
}

.mini-list .ui-listview.ui-shadow {
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

.mini-list .ui-listview > .ui-li-static,
/*.mini-list .ui-listview > .ui-li-divider,*/
.mini-list .ui-listview > li > a.ui-btn {
	border-width: 0;
	border-style: none;
	padding-left: .1em;
	padding-right: .1em;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.mini-list .ui-checkbox {
	margin-top: 1px !important;
	;
	margin-bottom: 1px !important;
	;
}

.mini-list .ui-btn {
	font-size: 0.8em;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Button up */
.ui-page-theme-a .mini-list .ui-btn,
/* Button visited */
.ui-page-theme-a .mini-list .ui-btn:visited {
	background-color: transparent;
	border-color: transparent;
}

.mini-list .ui-btn,
.mini-list label.ui-btn {
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
}

.split-custom-wrapper {
	/* position wrapper on the right of the listitem */
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.split-custom-button {
	position: relative;
	float: right; /* allow multiple links stacked on the right */
	height: 100%;
	margin: 0;
	margin-right: 2px;
	min-width: 3em;
	/* remove boxshadow and border */
	/*border:none;*/
	border-left: none;
	border-right: none;
	moz-border-radius: 0;
	webkit-border-radius: 0;
	border-radius: 0;
	moz-box-shadow: none;
	webkit-box-shadow: none;
	box-shadow: none;
}

	.split-custom-button span.ui-btn-inner {
		/* position icons in center of listitem*/
		position: relative;
		margin-top: 50%;
		margin-left: 50%;
		/* compensation for icon dimensions */
		top: 11px;
		left: -12px;
		height: 40%; /* stay within boundaries of list item */
	}

.pad-bottom1 {
	padding-bottom: 1%;
}

.pad-bottom2 {
	padding-bottom: 2%;
}

.pad-bottom3 {
	padding-bottom: 3%;
}

.pad-bottom4 {
	padding-bottom: 4%;
}

.pad-bottom5 {
	padding-bottom: 5%;
}

.pad-bottom6 {
	padding-bottom: 6%;
}

.pad-bottom7 {
	padding-bottom: 7%;
}

.pad-bottom8 {
	padding-bottom: 8%;
}

.pad-bottom9 {
	padding-bottom: 9%;
}

.pad-bottom10 {
	padding-bottom: 10%;
}

.customer-mainmenu {
	position: absolute;
	margin-left: 7%;
}

/*jqm table custom*/
.ui-table th, .ui-table td {
    border: none;
}
.top-line {
    border-top: 1px solid #ddd !important;
}



.ui-icon-oms-save:after {
	background-image: url("themes/images/png/save_14x14.png");
}

.ui-icon-oms-edit:after {
	background-image: url("themes/images/png/edit_14x14.png");
}

.ui-icon-oms-add:after {
	/*background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14px" height="14px" viewBox="0 0 14 14" preserveAspectRatio="none"> <g> <image width="14" height="14" xlink:href="data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVBJREFUeNqcUrFKBDEQfdnc3srKFSKIP+AP2Nprd71gJVhb2lvZCIKKYCX4B1b+goWgiBYHIqigjXAc3GU3ySZOktt119XmBmZnM5OXmXkzzFqLWaTjPg/nPcwnqu63hYmgDIPW3J1ZGbgZLGPncBCATobjBGmiK+TK+h7BLW6vjirf0+tiM2Mpo0mCbqwbJWV5uPL+1WuXWpdxFoNz64ol1RCKY0TV/Nmj66nuFDn1ZXMwo+g/bsVdzx6YyQ5W+7sUNnSiUgkAI+is0N/a8JYZ6WMnx48/GTPJQ5DUTi2srHzwqr26JBVQyBjXlxeQReTplzrC5vaaB52d3kNpNxoO7eMBGJU111XQq8xmvk8RMrBf2mb1c5hO6VKek5xYzcFpTOb/cTx/LNR2JxApFa/sXFK0gXcvS40X9w/eoGnt3OqVIicR0m4As1mX/FuAAQAms5+OL05j4gAAAABJRU5ErkJggg=="/> </g> </svg>');*/
	background-image: url("themes/images/png/add_14x14.png");
}

.ui-icon-oms-add2:after {
	background-image: url("themes/images/png/add2_14x14.png");
}

.ui-icon-oms-select:after {
	background-image: url("themes/images/png/select_14x14.png");
}

.ui-icon-oms-more:after {
	background-image: url("themes/images/png/more_14x14.png");
}

.ui-icon-alert {
	background-position: 0 -142px;
}

.ui-icon-info {
	background-position: -16px -142px;
}
