.sidebar-box .pbForm .button {
	width: 100%;
}

.sidebar-box .pbForm .form > li {
	margin-bottom: 10px;
}

.pbForgotPassword {
	font-size: 0;
}

.pbForgotPassword ul>li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	width: 100%;
	font-size: 13px;
	box-sizing: border-box;
}

.pbForgotPassword ul>li.liFieldInput {
	padding-right: 5px;
}

.pbForgotPassword ul>li.liButton {
	padding-left: 5px;
}

.pbForgotPassword ul>li.liFieldInput,
.pbForgotPassword ul>li.liButton {
	width: 50%;
}

.pbForgotPassword ul>li.liButton>input {
	width: 100%;
}
/*<!--.product-controls-container {
    position: relative;
    bottom: 10px;
    left: 10px;
    right: 10px;
}-->*/
.product-controls {
	font-size: 0;
}

.product-controls > div {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

.product-controls > .group-inline {
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
	float: left;
	width: 67%;
}
.product-controls .add-cart-btn {
	float: left;
	width: 30%;
	margin-left: 3%;
}
.product-controls .add-cart-btn div{ 
	background: transparent !important;
}
.product-controls .add-cart-btn .button {
	margin-left: 0;
	width: 100%;
}
.product-properties .radiolist td,.product-properties .radiolist th{
	display: block;
	width: 100%;
}
.product-properties .heading {
	display: none;
}
.product-search-block .label{
	display: none;
}
.product-search-block ul li {
	list-style: none !important;
}

.product-controls-item {
	position: relative;
	padding-bottom: 60px;
}

.product-controls .errorlabel {
	font-size: 14px !important;
	color: red;
	position: absolute;
	bottom: 5px;
	left: 0;
}
.product-controls .add-quantity input[type="text"] {
	background: #464646;
	color: #fff;
	border: none;
	margin-left: -1px;
	top: -2px;
}
.product-controls .control-quantity {
	background: url(../images/bg_pattern.png) #f26d2d;
	color: #fff;
	border: none;
}
.product-controls .control-quantity:hover {
	color: #333333;
}
.product-controls .control-quantity-plus {
	margin-left: -1px;
}
/*.product-controls > div:before {
	content: '';
	display: inline-block;
	width: 44px;
	height: 44px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/add2cart_ltl.png');
	border-radius: 3px 0 0 3px;
	cursor: pointer;
	transition: 0.2s ease;
}*/

.product-controls > div:hover:before,
.product-controls > div:hover > .button {
	background-color: #00b9de;
}

.product-controls > div > input.button {
	vertical-align: top;
	margin: 0;
	/*border-radius: 0 3px 3px 0;*/
}

.product-controls input[type="text"] {
	width: 33.3%;
	padding: 0;
	text-align: center !important;
	font-size: 13px;
	font-weight: bold;
	border: none;
	border-radius: 0;
	color: #fff;
	background: transparent;
}
.product-controls-item .group-inline{
	max-width: 35%;
}

.product-controls > span > div {
	background: url('../images/bg_pattern.png') repeat #454545;
}

.control-quantity {
	display: inline-block;
	width: 33.3%;
	height: 44px;
	line-height: 44px;
	background: url('../images/bg_pattern.png') repeat #2c2c2c;
	font-size: 27px;
	color: #a1a1a1;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.control-quantity-minus {
	border-radius: 3px 0 0 3px;
}

.control-quantity-plus {
	border-radius: 0 3px 3px 0;
}

.control-quantity:hover {
	color: #fff;
}

.rcbArrowCell {
	position: relative;
}

.rcbArrowCell > a {
	display: block;
	width: 44px;
	height: 44px;
	background: url('../images/btn_arrow.png') no-repeat #a1a1a1;
	color: transparent;
	position: absolute !important;
	top: 0;
	left: 0;
	cursor: pointer;
	overflow: hidden;
	border-radius: 0 3px 3px 0;
	transition: 0.2s ease;	
}

.rcbArrowCell > a:hover {
	background-color: #fff
}

.rcbScroll {
	background: #fff;
	position: relative;
	z-index: 1000;
	top: 3px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: auto !important;
}

.rcbScroll li {
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 0 10px 0 18px;
}

.rcbScroll li:nth-child(even) {
	background-color: #eee;
}

.rcbScroll li:hover {
	background-color: #7f8c8d;
	color: #fff;
}

.pbProductProperties .item>span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.pbProductProperties br {
	display: none;
}

.pbAdvCartSummary .sidebar-box {
	margin-bottom: 20px !important;
}

/* remove-product buttons */
.sidebar a[id$="_button"] {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: url('../images/bg_pattern.png') repeat #454545;
}

.sidebar a[id$="_button"]:hover {
	text-decoration: none;
}

.sidebar a[id$="_button"]:before {
	content: '\00D7';
	font-size: 24px;
	color: #7e7e7e;
	text-shadow: none;
	transition: 0.2s ease;
}

.sidebar a[id$="_button"]:after {
	content: 'Remove';
	position: absolute;
	top: 0;
	right: 100%;
	font-size: 13px;
	color: #fff;
	opacity: 0;
	background: url('../images/bg_pattern.png') repeat #454545;
	padding: 0 4px;
	transition: 0.2s ease;
	transform: translate(40px, 0);
}

.sidebar a[id$="_button"]:hover:before {
	color: #fff;
}

.sidebar a[id$="_button"]:hover:after {
	color: #fff;
	opacity: 1;
	transform: translate(0, 0);
}

/* shopping cart */
.cart-controls {
	margin-top: 30px;
}
.table-cart {
	width: 100;
	background-color: #f8f8f8;
}

.tr-item:nth-of-type(odd) {
	background-color: #f1f1f1;
}

.table-cart tr:last-child {
	background-color: #fff;
	font-weight: bold;
}

.table-cart th,
.table-cart td {
	padding: 8px;
}

.table-cart th {
	font-weight: bold;
	background-color: #f26d2d;
	color: #fff;
	padding: 12px 8px;
}

.table-cart th:first-child {
	border-radius: 2px 0 0 2px;
}

.table-cart th:last-child {
	border-radius: 0 2px 2px 0;
}

.td-quantity {
	width: 90px;
}

.td-quantity input {
	width: 50px;
	margin-right: 10px;
	line-height: 24px;
	height: 28px;
	padding: 5px 17px;
}

.td-total {
	text-align: right;
}

.td-actions {
	width: 16px;
}

.title-checkbox input {
	vertical-align: text-bottom;
}

legend.header {
	font-weight: bold;
	margin-bottom: 10px;
}

.checkoutPaymentDetails span[id*="_pbscCheckoutPaymentDetails_"] > label {
	margin-right: 10px;
	font-size: 20px;
}

li.field {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}

li.field .label {
    display: block;
    float: left;
    height: 44px;
    line-height: 10px;
    width: 100% !important;
    margin-bottom: 0;
	Margin-right: 20px;
	text-align: left;
}

li.field .value,
li.field .input {
	height: 44px;
	line-height: 44px;
	font-style: italic;
}

li.field .riSingle  {
    display: block;
    float: left;
    width: 100% !important;
}

li.field .RadComboBox {
	display: inline-block;
}

li.field .RadComboBox:nth-of-type(1) {
	margin-right: 48px;
}

fieldset span:first-of-type {
/*	display: block;
*/	margin-bottom: 10px;
}

.form-field > span.checkbox {
	display: table-cell;
	vertical-align: bottom;
	height: 29px;
}

.RadRating.RadRating_Default {
	height: 20px !important;
}

.ratingsummarygroup_overall {
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}

a.link-review {
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
	line-height: 140%;
	border-bottom: 1px dashed;
}
a.link-review:hover {
	border-style: solid;
	text-decoration: none;
}

.pbMemberBlogCommentForm li {
	float: none;
	width: auto;
	display: block;
	margin-bottom: 10px;
}

.pbMemberBlogCommentForm li.avatar img {
	vertical-align: middle;
}

.member-info {
	display: inline-block;
	padding: 0 0 0 15px;
	vertical-align: middle;
}

.member-info>div {
	line-height: 120%;
}

.member-info-username {
	font-weight: bold;
	font-size: 18px;
	color: #2c2c2c;
}

.member-info-email {
	font-size: 16px;
	color: #727272;
}

.RadRating,
.RadRating a {
	cursor: pointer !important;
}

.liFieldLabel {
	line-height: 100%;
}

.spsps {}


.riSingle a.riUp{
	display: inline-block;
	height: 8px;
	width: 15px;
	vertical-align: top;
}
 a.riUp {
    position: absolute;
    right: -5px;
	top: 0px;
}
a.riUp, a.riDown {
	background: url(../images/cart-arrows.png);
}
a.riDown {
    background-position: 4px -199px;
}
a.riUp {
    background-position: 4px -98px;
}
.riSingle a.riDown {
    display: inline-block;
    height: 8px;
    width: 15px;
    vertical-align: top;
    margin-left: -15px;
    vertical-align: bottom;
}
.RadInput a.riDown {
    margin-top: 3px;
}
a.riDown {
    position: absolute;
    right: -5px;
    top: 10px;
}
.RadInput a {
    text-indent: -2222px;
    text-align: center;
}
.riSingle.riContSpinButtons.RadInput {
	position: relative;
}
a.riDown:active, a.riDown:focus {
	border: none;
}
a.riDown span, a.riUp span {
	display: none;
}

li.field .RadComboBox:nth-of-type(1) {
    margin-right: 5px;
}
li.field .RadComboBox {
    display: inline-block;
}
.RadComboBox {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.RadComboBox .rcbFocused {
    border-radius: 4px;
}
.RadComboBox table {
	width: 100%;
    border-width: 0;
    border-style: solid;
    border-collapse: collapse;
    vertical-align: top;
    border-collapse: separate!important;
    padding: 0;
    border-spacing: 0;
    border: 1px solid;
    overflow: hidden;
}
.RadComboBox .rcbFocused .rcbReadOnly .rcbInputCell {
    color: #333;
    border-color: #ddd;
    background-color: #e6e6e6;
}
.RadComboBox .rcbFocused .rcbReadOnly .rcbInputCellLeft {
    background-position: 0 -132px;
}
.RadComboBox .rcbFocused .rcbInputCell {
    color: #555;
    border-color: #ddd;
    background-color: #fff;
    box-shadow: inset 2px 2px 3px rgba(0,0,0,0.08);
}
.RadComboBox table td.rcbInputCell {
    padding: 0px !important;
    border-width: 0;
}
.RadComboBox table td.rcbInputCellLeft {
    border-right-width: 0;
}
.RadComboBox .rcbInputCell, .RadComboBox .rcbArrowCell {
    padding: 0;
    border-width: 0;
    border-style: solid;
    background-color: transparent;
    background-repeat: no-repeat;
}
.RadComboBox .rcbInputCell {
    padding-right: 4px;
    padding-left: 5px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
}
.RadComboBox .rcbInputCell {
    border-color: #ddd;
    color: #555;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.RadComboBox input, .RadComboBox input:focus {
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
}
.RadComboBox .rcbInput {
    margin: 0;
    padding: 8px !important;
    height: 44px !important;
    width: 100%;
    border-width: 1px !important;
    outline: 0;
    color: inherit;
    background-color: transparent;
    vertical-align: top;
    opacity: 1;
}
.RadComboBox .rcbReadOnly .rcbInput, .RadComboBox .rcbDisabled .rcbInput {
    cursor: default;
}
.RadComboBox .rcbArrowCell a {
    width: 18px;
    height: 22px;
    position: relative;
    outline: 0;
    font-size: 0;
    line-height: 1px;
    text-decoration: none;
    text-indent: 9999px;
    display: block;
    overflow: hidden;
    cursor: default;
}
.RadComboBox .rcbArrowCell a {
    width: 22px !important;
    height: 44px !important;
    background-image: url(../images/arrows-combobox.png);
    background-position: -14px -52px;
    left: -22px;
    background-color: transparent;
}