/* Body */
html, body { height: 100%; }
body {
	background: url(../images/bg.jpg) repeat-x #efefef;
	color: #575757;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.286;
	margin: 0;
	padding: 0;
	text-align: left;
}
select, input, textarea, button { 
	font-family: inherit;
	font-size: inherit;
}
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* Headings */
h1 { font-size: 1.714em; }	/* 24px */
h2 { font-size: 1.571em; }	/* 22px */
h3 { font-size: 1.429em; }	/* 20px */
h4 { font-size: 1.286em; }	/* 18px */
h5 { font-size: 1.143em; }	/* 16px */
h6 { font-size: 1em; }	/* 14px */

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: .8em;
}

/* Anchors */
a img {
	border: 0px;
	text-decoration: none;
}
a {
	color: #000;
	cursor: pointer; 
	outline: 0;
	text-decoration: none;
}
a:hover,
a:active { text-decoration: underline; }

/* Paragraphs */
p { margin-bottom: 10px; }
* p:last-child { margin-bottom: 0; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

::-moz-selection {
	background: #000;
	color: #fff;
}
::selection {
	background: #000;
	color: #fff;
}

/* Quotes */
blockquote { font-style: italic; }
thead th {
	padding: .5em .4em;
	text-align: left;
}

/* Tbody */
tbody td { padding: .5em .4em; }
	
/* Lists */
ul, ol { margin-left: 2em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
	
/* Miscellaneous */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix { display: block; }
*+html .clearfix { min-height: 1%; }

.hide { display: none; }

button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button { -webkit-border-fit: lines; } /* <- Safari & Google Chrome Fix */
button { 
	background: transparent;
	border: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	overflow: visible;
	width: auto;
}

input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="text"],
input[type="url"],
input[type="week"],
select,
textarea {
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	color: #383838;
	padding: 4px;
}
.even input[type="date"],
.even input[type="datetime"],
.even input[type="email"],
.even input[type="month"],
.even input[type="number"],
.even input[type="range"],
.even input[type="password"],
.even input[type="search"],
.even input[type="tel"],
.even input[type="time"],
.even input[type="text"],
.even input[type="url"],
.even input[type="week"],
.even select,
.even textarea { background-color: #fff; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
input::-ms-clear { display: none; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] { -moz-appearance: textfield; }
input::-moz-focus-inner { border: 0; }
textarea:focus, input:focus{ outline: none; }
select { padding: 3px; }

::-webkit-input-placeholder {
	color: #858585;
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #858585;
	font-style: italic;
}

/* Forms Inputs Error */
.forms input.error,
.forms textarea.error,
.forms select.error {
	background: url(../images/warning.png) right 5px no-repeat #ffe6e6!important;
	border: 1px solid #ec9999!important;
	color: #c4161c!important;
}
.forms select.error { background: none; }
.forms label.error { display: none!important; }
.forms ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.forms li { margin-bottom: 10px; }
.forms .actions { margin-top: 10px; }

/* Tables */
.tables {
	border: 1px solid #d7d7d7; 
	border-collapse: separate!important;
	border-spacing: 1px;
	width: 100%;
}
.tables td { 
	color: #333;
	padding: 0;
}
.tables th {
	background-color: #979797;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}
.tables .odd { background-color: #f7f7f7; }
.tables .even { background-color: #e0e0e0; }

.nobr { white-space: nowrap!important; }
.ta-center { text-align: center!important; }
.ta-right { text-align: right!important; }
.va-top { vertical-align: top; }
.message-successful {
	background-color: #d5fff1;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #48a284;
	color: #48a284;
	margin-bottom: 10px;
	padding: 5px 5px 5px 34px;
}
.message-unsuccessful {
	background-color: #ffe6e6;
	background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #ec9999;
	color: #c4161c;
	margin-bottom: 10px;
	padding: 5px 5px 5px 34px;
}
.message-info {
	background-color: #deeefa;
	background-image: url(../images/icon_info.png);
	background-repeat: no-repeat;
	border: 1px solid #afd3f2;
	color: #235685;
	margin-bottom: 10px;
	padding: 5px 5px 5px 34px;
}
.required-text { color: #cc0000; }
.separator, .big-separator {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	margin: 15px 0;
	width: 100%;
}
.big-separator { margin: 20px 0; }

/* ==========================================================================
   Layout
   ========================================================================== */

.wrapper {
	margin: 0 auto;
	width: 990px;
}
.one-half,
.one-third,
.one-forth {
	float: left;
	margin-left: 20px;
}
.one-half { width: 475px; }
.one-third { width: 310px; }
.one-forth { width: 220px; }
.banner img {
	display: block;
	width: 100%;
}
.banner-1 { margin-left: 0; }
.first {
	clear: left!important;
	margin-left: 0!important;
}

/* Top banners */
.top-banners {
	clear: right;
	float: right;
}
.top-banners ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-banners li { 
	float: left;
	height: 40px;
	max-width: 250px;
	margin-left: 5px;
	overflow: hidden;
}
.top-banners li img {
	display: block;
	width: 100%;
}

.logo {
	float: left;
	margin: 30px 0 0 10px;
}
.logo a { display: block; }
.logo img {
	max-height: 100px;
	max-width: 300px;
}
.content {
	background-color: #fff;
	min-height: 350px;
	padding: 20px 10px;
}
.login header { margin-bottom: 50px; }
.home .content { padding: 0 10px 20px; }
.login .content { 
	background-image: url(../images/login_top_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 0;
}
.sidebar {
	float: left;
	margin-right: 10px;
	width: 230px;
}
.has-sidebar {
	float: left;
	width: 700px;
}
h3.sidebar-title {
	background-color: #373737;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	padding: 10px;
	
	-webkit-border-radius: 10px 10px 0 0;
	   -moz-border-radius: 10px 10px 0 0;
	        border-radius: 10px 10px 0 0;
	
}
h3.section-title {
	border-bottom: 1px solid #e9e9e9;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 10px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f9f9f9', endColorstr = '#f5f5f5');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f9f9f9', endColorstr = '#f5f5f5')";
	background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5);
	background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
	background-image: linear-gradient(top, #f9f9f9, #f5f5f5);
}
.ie7 h3.sidebar-title,
.ie7 h3.section-title {
	position: relative;
	behavior: url(css/PIE.htc);
}

/* Welcome Message */
.welcome-message {
	float: right;
	font-size: 13px;
	line-height: 40px;
	margin-left: 20px;
}
.welcome-message span { font-weight: bold; }

/* Top Menu */
.top-menu {
	background-color: #1764b2;
	display: table;
	width: 100%;
}
.top-menu ul {
	display: table-row;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-menu li {
	
	display: table-cell;
	padding: 5px;
}
.top-menu li a {
	border-left: 1px solid #d1e6fb;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 5px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.top-menu li:first-child a { border: none; }

.search-and-quickcart {
	clear: right;
	float: right;
	margin: 30px 0;
}
.search-and-quickcart ul {
	list-style: none;
	margin: 0;
	pading: 0;
}
.search-and-quickcart li {
	float: left;
	margin-left: 20px;
}

/* Search */
.search .search-field {
	background: #fff;
	border: 1px solid #c7c7c7;
	border-right: none;
	color: #666;
	float: left;
	height: 32px;
	line-height: 30px;
	padding: 0 5px;
	max-width: 300px;
}
.search .search-button {
	background: none;
	background-image: url(../images/magnifier.png);
	background-repeat: no-repeat;
}
.search .search-button {
	background-color: #1764b2;
	background-position: right top;
	border: 1px solid #c7c7c7;
	border-left: none;
	cursor: pointer;
	display: inline;
	float: left;
	height: 32px;
	margin-left: 0;
	text-indent: -9999px;
	width: 32px;
	
	*font-size: 0;
	text-transform: capitalize;
}
.search .search-button:hover { background-position: right -50px; }

/* Quickcart */
.quickcart a {
	background-color: #1764b2;
	color: #fff;
	display: block;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	padding: 4px 10px;
}
.quickcart a:hover { text-decoration: none; }

/* Sidebar Menu */
.sidebar-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-menu li {
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 2px;
}
.sidebar-menu a {
	color: #000;
	display: block;
	padding: 5px 10px;
}
.sidebar-menu a:hover,
.sidebar-menu a.current {
	background-color: #f0f0f0;
	text-decoration: none;
}
.sidebar-menu li ul { padding: 5px 20px; }

/* Breadcrumb */
.breadcrumb {
	font-size: 13px;
	line-height: 1em;
	padding-bottom: 20px;
}
.breadcrumb ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb li { display: inline;  }

/* Sorting */
.sort-wrapper {
	border-bottom: 1px solid #e9e9e9;
	font-size: 13px;
	line-height: 40px;
	margin-bottom: 10px;
	padding: 0 10px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f9f9f9', endColorstr = '#f5f5f5');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f9f9f9', endColorstr = '#f5f5f5')";
	background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5);
	background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f9f9f9), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
	background-image: linear-gradient(top, #f9f9f9, #f5f5f5);
	
	-webkit-border-radius: 10px 10px 0 0;
	   -moz-border-radius: 10px 10px 0 0;
	        border-radius: 10px 10px 0 0;
}
.ie7 .sort-wrapper {
	behavior: url(css/PIE.htc);
	position: relative;
}
.sort-wrapper select { background: #fff; }
.items-number { float: left; }
.sort-by { 
	float: left;
	margin-left: 20px;
}
.limiter { float: right; }

/* Pagination */
.pages { text-align: center; }
.pages ol {
	background: #fff;
	border: 1px solid #c7c7c7;
	height: 30px;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ie7 .pages ol {
	display: inline;
	behavior: url(css/PIE.htc);
	position: relative;
}
.pages li { 
	float: left;
	text-align: center;
}
.pages li.current a {
	background: #f0f0f0;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	color: #333;
	cursor: default;
	font-weight: bold;
}
.pages li:first-child.current a { border-left: none; }
.pages li.current a:hover { text-decoration: none; }
.pages li a {
	color: #666;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.pages li a:hover {
	color: #333;
	text-decoration: none;
}


/* ==========================================================================
   Home page
   ========================================================================== */

/* Frontpage Slider */
.featured {  }
.featured-wrapper {
	background-color: #fff;
	height: 370px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
div#slideshow {
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	z-index: 2;
}
.slides li {
	height: 370px;
	overflow: hidden;
	width: 100%;
}

/* Featured Navigation */
.slideshow ul.slides {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideshow ul.slides li { margin: 0; }
a { outline: none; }

/* Featured Navigation */
.featured-nav {
	bottom: 40px; 
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 997;
}

#featured-pager a:focus { outline: none; }
#featured-pager a {
	background-color: #1764b2;
	border-radius: 6px;
	display: inline-block;
	font-size: 0;
	height: 12px;
	margin-right: 5px;
	text-decoration: none;
	text-indent: -100%;
	width: 12px;
}

/* ==========================================================================
   Search results
   ========================================================================== */

/* Refine Results */
.refine-results {
	background-color: #f0f0f0;
	border-bottom: 1px solid #1764b2;
	margin-bottom: 20px;
	position: relative;
}
.refine-results h4 {
	background-color: #e0e0e0;
	border-bottom: 1px solid #d9d9d9;
	font-size: 16px;
	margin: 0;
	padding: 5px 10px;
}
/*.refine-results ul {
	list-style:none;
	margin: 0;
	padding: 15px 15px 0;
}
.refine-results li {
	float: left;
	margin: 0 0 10px 20px;
	width: 220px;
}
.refine-results li:nth-child(4n+1) {
	clear: left;
	margin: 0 0 10px;
}
.refine-results label {
	display: inline-block;
	margin-bottom: 5px;
}
.refine-results select {
	background-color: #fff;
	width: 100%;
}
.refine-results .button-wrapper {
	float: right;
	padding: 5px 10px;;
}
.filters-loader {
	background: url(../images/loader_big.gif) #ffffff no-repeat center center;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80);
}
*/
.clear-all {
	float: right;
	font-size: 12px;
	padding: 10px;
}
.icon-delete {
	background-image: url(../images/icon_trash.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 10px;
	margin: 1px 0 0 5px;
	width: 10px;
}

.search-results .tables { table-layout:fixed; }
.search-results .tables td {
	border-bottom: 1px solid #c0c0c0;
	position: relative;
}
.search-results .tables tr:last-child td { border-bottom: none; }
.search-results figure { text-align: center; }
.search-results figure a { display: inline-block; }
.search-results figure img {
	display: block;
	height: auto;
	max-height: 100px;
	max-width: 100%;
}
.manufacturer h4,
.manufacturer h5 {
	background-color: #575757;
	color: #fff;
	font-size: 12px;
	left: 0;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
}
.manufacturer h5 { top: 20px; }
.manufacturer figure { margin-top: 40px; }

/* Availability */
.availability {
	font-size: 13px;
	margin-bottom: 10px;
}
.availability i {
	display: inline-block;
	height: 12px;
	margin-right: 10px;
	width: 12px;
}
.availability .available { background-color: #00ab33; }
.availability .medium-availability { background-color: #8a6d3b; }
.availability .not-available { background-color: #ff0000; }
.availability .limited-availability {background-color: #f19901;}

/* Select quantity */
.select-quantity { padding: 4px 0; }
.select-quantity label {
	float: left;
	margin: 2px 5px 0 0;
}
.select-quantity input {
	/*
	background: #fff!important;
	border-color: #c0c0c0;
	border-right: none;
	border-radius: 3px 0px 0px 3px;
	
	
	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	*/
	float: left;
	height: 14px;
	width: 70px;
}
.quantity-buttons {
	float: left;
	margin-left: -1px;
}
.select-quantity-disabled input,
.select-quantity-disabled button {
	cursor: default;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.product-order { padding: 5px; }
.product-order ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-order li { margin-bottom: 5px; }
.product-order .actions { text-align: center; }

/* Product price */
.product-prices {
	padding: 5px;
	text-align: center;
}
.product-price {
	display: block;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}
.product-old-price {
    color: #ef5255;
    position: relative;
}
.product-old-price::before {
    border-top: 1px solid #ef5255;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 40%;
    transform: rotate(-10deg);
}

.characteristics {
	max-height: 130px;
	overflow: auto;
}
.characteristics .tables { border: none; }
.characteristics .tables td,
.characteristics .tables th { font-size: 11px; }
.characteristics .tables th {
	background-color: #e7e7e7;
	color: #333;
	padding: 2px;
	text-align: left;
}
.loader {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	float: left;
	height: 15px;
	margin: 4px 0 0 10px;
	width: 37px;
}

/* Flags */
.search-results .tables td { position: relative; }
.flags {
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 10;
}
.flags > div {
	font-size: 13px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
}
.flag-new {
	background-color: #03b4a1;
	color: #fff;
}
.flag-sale {
	background-color: #ed1e24;
	color: #fff;
}

/* ==========================================================================
   Login
   ========================================================================== */

.b2b-login fieldset {
	border: 1px solid #c0c0c0;
	padding: 10px;
}
.b2b-login legend {
	color: #666;
	font-size: 16px;
	padding: 0 10px;
}
.b2b-login ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.b2b-login li { margin-bottom: 15px; }
.b2b-login li label {
	display: block;
	margin-bottom: 5px;
}
.b2b-login .submit-button { margin-left: 10px; }

/* ==========================================================================
   Contact
   ========================================================================== */

/* Contact Form */
.contact-form-wrapper {
	float: left;
	width: 460px;
}
#contact-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact-form li { margin-bottom: 10px; }
#contact-form fieldset {
	border: 1px solid #c0c0c0;
	padding: 10px;
}
#contact-form legend {
	color: #666;
	font-size: 16px;
	padding: 0 10px;
}
#contact-form label {
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
	width: 100px;
}
#contact-form textarea { 
	height: 150px;
	resize: vertical;
	width: 292px;
}
.contact-form-info { font-size: 13px; }
.contact-form-button-wrapper { text-align: right; }

/* Contact Details */
.contact-map iframe {
	border: 1px solid #b0b0b0;
	padding: 1px;
}
.contact-details-wrapper {
	float: left;
	margin-left: 20px;
	width: 460px;
}
.contact-details ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-details li {
	clear: both;
	margin-bottom: 5px;
}
.contact-details li label {
	float: left;
	font-weight: bold;
	width: 100px;
}
.contact-details li span {
	float: left;
	width: 360px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.primary-footer {
	background-color: #1764b2;
	color: #f0f0f0;
	font-size: 13px;
	padding: 20px 10px;
	
	-webkit-border-radius: 0 0 10px 10px;
	   -moz-border-radius: 0 0 10px 10px;
	        border-radius: 0 0 10px 10px;
}
.ie7 .primary-footer {
	behavior: url(css/PIE.htc);
	position: relative;
}
.primary-footer h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.primary-footer a { color: #fff; }
.primary-footer > ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bottom-menu-items ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Page Info */
.page-info {
	clear: both;
	padding: 10px 25px;
}
.footer-text {
	font-size: 12px;
	text-align: center;
}
.powered-by {
	float: right;
	font-size: 12px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.submit-button,
.button-like-link,
.add-to-bag-button {
	background-color: #1764b2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 15px;
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
.add-to-bag-button {
	font-size: 13px;
	font-weight: normal;
	padding: 10px 6px 10px 6px;
	text-align: center;
	width: 100%;
}
.submit-button:hover,
.button-like-link:hover,
.add-to-bag-button:hover { background-color: #1259a1; }
.button-like-link:hover { text-decoration: none; }

.add-to-bag-button.loading {
	background-image: url(../images/icon_loading.png);
	background-position: 95% 50%;
}
.add-to-bag-button.success {
	background-image: url(../images/icon_success_white.png);
	background-position: 95% 50%;
}

.button-disabled { 
	cursor: default;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.add-to-bag-button-disabled:hover,
.button-disabled:hover { background-color: #2f2f2f; }

/* Quantity Buttons */
.increase-quantity-button,
.decrease-quantity-button {
	background-image: url(../images/items.png)!important;
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 21px;
}
.increase-quantity-button { float: left; }
.decrease-quantity-button { 
	clear: left;
	float: left;
}
.increase-quantity-button { background-position: right -340px; }
.decrease-quantity-button { background-position: right -400px; }
.increase-quantity-button:hover { background-position: right -370px; }
.decrease-quantity-button:hover { background-position: right -430px; }
.select-quantity-disabled .increase-quantity-button:hover { background-position: right -340px; }
.select-quantity-disabled .decrease-quantity-button:hover { background-position: right -400px; }

.ui-autocomplete { height: 200px; overflow-y: scroll; overflow-x: hidden;}
.ui-autocomplete li a {margin:0; padding:0; line-height: 1.429; font-size: 12px;}

.field-info-text {
	display: block;
	float: right;
	color: #808080;
	width: 628px;
	font-style: italic;
}