/*	
 * 3dcart Shopping Cart System - Version: 6
 * http://3dcart.com/
 * Web Developer: Joel Edwards
 * Date: Tue, Jan 13 2015 10:33:35 -0500
*/

/*	CSS Reset
	---------	*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video { border:0; font-size:100%; /*font:inherit; vertical-align:baseline;*/ margin:0; padding:0; }  article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; } body { line-height:1.5; } blockquote,q { quotes:none; } blockquote:before,blockquote:after,q:before,q:after { content:none; }  table { border-collapse:collapse; border-spacing:0; } .clear { clear: both; } .clear:after { clear: both; } .clear:before,.clear:after { display: table; line-height: 0; content: ""; } *:focus { outline: none; }
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*	Typography
	----------	*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.83em;
}
h6 {
	font-size: 0.75em;
    text-transform: uppercase;
}
ul, ol {
	padding-left: 15px;
    margin-bottom: 15px;
}
ul li {
	padding: 0;
	margin: 0;
}
ul ul {
	margin-left: 25px;
	padding: 5px 0;
}
p {
	line-height: 1.5;
    margin: 0 0 1em;
}
p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.dropcaps:first-letter {
	font-size: 300%;
	margin: 0 13px 0 0;
	line-height: 110%;
	float: left;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	font-style: italic;
}
code {
	font-family: monospace, serif;
	font-size: 1em;
    padding: 2px 4px;
    background: #EEE;
    border: 1px solid #F8F8F8;
}
pre {
    display: block;
	font-family: monospace, serif;
	font-size: 1em;
    padding: 1em;
    margin: 0 0 10px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #EEE;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
}
del {
    text-decoration: line-through;
}
.c {
	text-align: center;
	vertical-align: middle
}

.l {
	text-align: left;
	vertical-align: middle
}

.r {
	text-align: right;
	vertical-align: middle
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.clear:before,
.clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.hidden-mobile {
    display: block;
}
.show-mobile {
    display: none;
}
.disable-click {
	pointer-events: none;
}
nav {
    -webkit-overflow-scrolling: touch;
}
section {
	text-align: left;
	margin: 0 0 25px;
}
section table th {
    padding: 0 0 0 10px;
}
section table tr.highlight {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
    cursor: pointer;
}
.breadcrumbs {
	text-align: left;
	line-height: 1.4em;
	margin: 5px 0 15px;
}
.header h3 {
    margin: 0;
    padding: 0;
}
.category-header {
    margin: 15px 0;
}
.category-footer {
    margin: 15px 0;
}
/* Link Buttons */
.icon-btn {
	background: url(../images/btn-action-sprite.png) no-repeat;
	padding: 5px 10px 5px 20px;
    line-height: 1em;
	display: block;
	cursor: pointer;
}
.icon-btn-close { background-position: 0 3px; }
.icon-btn-up { background-position: 0 -26px; }
.icon-btn-down { background-position: 0 -53px; }
.icon-btn-prev { background-position: 0 -82px; }
.icon-btn-next { background-position: 0 -110px; }
.icon-btn-next-r { background-position: right -110px; }
.icon-btn-add {	background-position: 0 -140px; }
.icon-btn-minus { background-position: 0 -168px; }
.icon-btn-home { background-position: 0 -196px; }
.icon-btn-refresh {	background-position: 0 -226px; }
.icon-btn-incart { background-position: 0 -253px; }
.icon-btn-rightover { background-position: 0 -283px; }
.icon-btn-leftover { background-position: 0 -312px; }
.icon-btn-pages { background-position: 0 -339px; }
.icon-btn-search { background-position: 0 -368px; }
.icon-btn-tag {	background-position: 0 -396px; }
.icon-btn-geopin { background-position: 0 -425px; }
.icon-btn-bubble { background-position: 0 -453px; }
.icon-btn-star { background-position: 0 -484px; }
.icon-btn-gift { background-position: 0 -512px; }
.icon-btn-heart { background-position: 0 -540px; }
.icon-btn-loud { background-position: 0 -569px; }
.icon-btn-edit { background-position: 0 -599px; }
.icon-btn-download { background-position: 0 -624px; }
/* Social Icons Buttons */
.social-icons a {
	float: left;
	width: 22px;
	height: 22px;
	display: block;
	margin-right: 5px;
	background: url(../../../../assets/templates/common-html5/images/social-icons.png) no-repeat;
}
.social-icons a.facebook {  background-position: 0 0; }
.social-icons a.twitter {   background-position: -26px 0; }
.social-icons a.gplus {	    background-position: -51px 0; }
.social-icons a.youtube {   background-position: -77px 0; }
.social-icons a.pinterest {	background-position: -103px 0; }
.social-icons a.instagram {	background-position: -129px 0; }
.social-icons a.tumblr {    background-position: -154px 0; }
.social-icons a.blog {      background-position: -180px 0; }
/* Product Display */
.productBlockContainer {
    clear: both;
	margin: 0;
}
.columns-1 .product-container {
    width: 100%;
    padding: 0;
}
.columns-2 .product-container {
    width: 50%;
}
.columns-3 .product-container {
    width: 33.333%;
}
.columns-4 .product-container {
    width: 25%;
}
.columns-5 .product-container {
    width: 20%;
}
.columns-6 .product-container {
    width: 16.666%;
}
.product-container {
    float: left;
	margin: 0 0 15px;
    padding: 0 8px;
}
.productBlockContainer .first-item {
    padding-left: 0 !important;
}
.productBlockContainer .middle-item {
    padding: 0 4px !important;
}
.productBlockContainer .last-item {
    padding-right: 0 !important;
}
.columns-5 .product-item .img img,
.columns-4 .product-item .img img {
    max-width: 95%;
}
.columns-6 .product-item .img img {
    max-width: 80%;
}
.vat_enabled.columns-4 .price,
.vat_enabled.columns-5 .price,
.vat_enabled.columns-6 .price {
    min-height: 40px;
}
/* Items Display Type 1: Thumbnails */
.item-template-0 {
	min-height: 300px;
}
.product-item {
	position: relative;
    padding: 10px;
	text-align: left;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	width: auto;
}
.product-item:hover {
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.product-item .img {
    max-width: 100%;
	min-height: 170px;
	position: relative;
	margin-bottom: 10px;
    text-align: center;
}
.product-item .img img {
    display: block;
    max-height: 100%;
    max-width: 150px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.product-item .img a {
    display: block;
}
.product-item .name {
    margin-bottom: 10px;
	min-height: 40px;
	line-height: normal;
}
.product-item del {
    text-decoration: line-through;
}
.product-item .on-sale {
	background: #AD0413;
	color: #FFF;
	display: block;
    line-height: 30px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 5px;
	position: absolute;
    opacity: .9;
	top: 5px;
	right: 5px;
    width: 40px;
}
.product-item .stars {
    height: 16px;
	margin: 5px 0;
}
.product-item .stars img {
    float: left;
}
.product-item .stars span {
    display: block;
    float: left;
    line-height: 16px;
    padding: 0 5px;
}
.product-item .action {
	margin: 10px 0;
}
.product-item .status {
    font-size: 11px;
	margin: 5px 0;
    min-height: 28px;
}
.product-item .status img {
    vertical-align: bottom;
}
.product-item .price {
    min-height: 20px;
}
/* Items Display Type 2: Listing */
.item-template-1 .id {
    float: left;
    width: 15%;
	word-wrap: break-word;
}
.item-template-1 .product-info {
    float: left;
    width: 65%;
}
.item-template-1 .name {
    float: left;
    width: 80%;
}
.item-template-1 .price {
    float: right;
    text-align: right;
    width: 20%;
}
.item-template-1 .action {
    float: left;
    width: 20%;
    text-align: right;
    margin: 0;
}
.item-template-1 .on-sale {
    right: 0;
    left: -25px;
    top: -20px;
}
/* Items Display Type 3: Details */
.item-template-2 {
    min-height: 200px;
}
.item-template-2 .name {
	padding-right: 40px;
}
.item-template-2 .img {
    float: left;
    width: 25%;
}
.item-template-2 .product-info {
    float: left;
    width: 75%;
}

.pad10 {
	padding: 10px;
}
.boxShadow {
}
/* Pagination */
.paging {
    float: right;
	text-align: right;
	margin: 15px 0 10px;
    width: 60%;
}
.paging span {
    display: inline-block;
}
.paging a {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	margin-left: 5px;
	padding: 3px;
}
/* Show Number of Items */
#itemsBlock .catitemslist span {
    display: inline-block;
}
.catitemslist {
    float: left;
	margin: 15px 0 10px;
    width: 40%;
}
/* SimpleModal modifications */
#simplemodal-overlay {
	background-color: #000;
}
#simplemodal-container {
	background-color: #FFF !important;
	border: 1px solid #444 !important;
	margin: 0 !important;
	padding: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}
#simplemodal-container a.modalCloseImg {
	background:url(../images/close-x.png) no-repeat;
	width: 15px;
	height: 15px;
	display: block;
	z-index: 3200;
	position: absolute;
	top: 14px;
    right: 22px;
	cursor: pointer;
    text-indent: -9999px;
}
.modal-bg {
    background: #FFF;
}
/* simplemodal.js ios tablet touch event fix */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1)  {

.simplemodal-wrap {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: auto !important;
}

}

/*	home.html Template
	------------------	*/
#home {
    display: block;
}
#home_carousel {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}
#homeCarousel .flex-direction-nav a {
	height: 40px;
}

/*	extrapage.html Template
	-----------------------	*/
#extrapage ul.sub_pages {
    list-style: none;
	margin-top: 15px;
    padding-left: 0;
}
#extrapage .sub_pages li {
	margin: 10px 0;
}
#extrapage .sub_pages li a {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	padding: 5px;
}
#extrapage .content {
	margin-top: 15px;
}
/*	message.html Template
	---------------------	*/
#message {
	background: url(../images/error.png) no-repeat 30px 20px;
	min-height: 400px;
	text-align: left;
}
#message form {
	width: 100%;
	margin: 0 auto;
}
#message h1 {
	font-size: 24px;
	padding-top: 95px;
}
#message .notice {
	font-size: 14px;
	margin: 5px 0;
}
#message .button {
	margin: 5px 0;
}
/*	error.html Template
	-------------------	*/
#error {
	background: url(../images/error.png) no-repeat 30px 20px;
	min-height: 400px;
	text-align: left;
}
#error form {
	width: 100%;
	margin: 0 auto;
}
#error h1 {
	font-size: 24px;
	padding-top: 95px;
}
#error .notice {
	font-size: 14px;
	margin: 5px 0;
}
#error .button {
	margin: 5px 0;
}
/*	category.html Template
	----------------------	*/
#category {
    display: block;
}
/* Sub-Categories */
#subcategoriesBlock {
	margin-bottom: 15px;
}
#subcategoriesBlock ul {
    clear: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#subcategoriesBlock li {
	float: left;
}
#subcategoriesBlock .columns-1 li {
    width: 100%;
    padding: 0;
}
#subcategoriesBlock .columns-2 li {
    width: 50%;
}
#subcategoriesBlock .columns-3 li {
    width: 33.333%;
}
#subcategoriesBlock .columns-4 li {
    width: 25%;
}
#subcategoriesBlock .columns-5 li {
    width: 20%;
}
#subcategoriesBlock .columns-6 li {
    width: 16.666%;
}
#subcategoriesBlock .columns-7 li {
    width: 14.285%;
}
#subcategoriesBlock .columns-8 li {
    width: 12.5%;
}
#subcategoriesBlock .columns-9 li {
    width: 11.111%;
}
#subcategoriesBlock .columns-10 li {
    width: 10%;
}
.sub-categories {
    text-align: center;
	margin: 10px 3px 0;
	padding: 10px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
}
.sub-categories:hover {
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.sub-categories .img {
    display: block;
    min-height: 160px;
}
.sub-categories .img img {
    max-width: 150px;
}
.sub-categories .name {
    display: block;
}
.sub-categories .desc {
    display: block;
}
/* Filters */
#filtersBlock {
	margin-top: 15px;
}
#filtersBlock .cat-filters {
	float: left;
	text-align: left;
	margin-right: 15px;
	padding: 15px;
	border-right: 1px dashed #CCC;
	display: block;
}
#filtersBlock .cat-filters ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#filtersBlock .cat-filters:nth-child(4) {
	border-right: none;
}
#filtersBlock .cat-filters h5 {
	font-size: 14px;
	margin-bottom: 5px;
}
#filtersBlock .container {
	float: left;
	width: 96%;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	display: block;
}
#filtersBlock .remove-filter {
	float: right;
}
#filtersBlock .selected-filters ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#filtersBlock .selected-filters h5 {
	float: left;
	font-size: 14px;
	margin-bottom: 5px;
}
#filtersBlock .selected-filters li {
	float: left;
	margin-right: 15px;
}
#filtersBlock .selected-filters li.cat-filter-separator {
    line-height: 2.3em;
}
#filtersBlock .selected-filters a {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	display: block;
	padding: 5px;
	text-decoration: none;
}


/*Category Filters Enhanced*/
#filtersEnhancedBlock {
    margin-top: 15px;
}

#filtersEnhancedBlock .cat-filters-enhanced {
    float: left;
    text-align: left;
    margin-right: 15px;
    padding: 15px;
    border-right: 1px dashed #CCC;
    display: block;
}

#filtersEnhancedBlock .cat-filters-enhanced ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#filtersEnhancedBlock .cat-filters-enhanced:nth-child(4) {
    border-right: none;
}

#filtersEnhancedBlock .cat-filters-enhanced h5 {
    font-size: 14px;
    margin-bottom: 5px;
}

#filtersEnhancedBlock .container {
    float: left;
    width: 96%;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #CCC;
    display: block;
}

#filtersEnhancedBlock .remove-filter-enhanced {
    float: right;
}

#filtersEnhancedBlock .selected-filters-enhanced ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#filtersEnhancedBlock .selected-filters-enhanced h5 {
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
}

#filtersEnhancedBlock .selected-filters-enhanced li {
    float: left;
    margin-right: 15px;
}

#filtersEnhancedBlock .selected-filters-enhanced li.cat-filter-separator-enhanced {
    line-height: 2.3em;
}

#filtersEnhancedBlock .selected-filters-enhanced li:not(.cat-filter-separator-enhanced) {
    background-color: rgba(234, 233, 233, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}

#filtersEnhancedBlock .selected-filters-enhanced a {
    display: inline-flex;
    padding: 5px;
    text-decoration: none;
}

.crumb-item-remove-enhanced {
    font-weight: bold;
}



/* Featured Products (Category Specials) */
#featureBlock {
	margin-bottom: 15px;
}
/* General Products (Category Items) */
#itemsBlock {
	margin-bottom: 15px;
}
#itemsBlock .products-header {
	text-align: left;
	line-height: 2.9em;
}
#itemsBlock .products-header span {
    display: inline-block;
}
#itemsBlock .sort-by {
	float: right;
}

/* DropImage Widget */
.dropimage_widget_wrapper{
    position: relative;
    padding: 0 20px;
}
.dropimage_widget_noitems{
    min-height: 36px;
    padding-top: 5px;
}
.dropimage_widget_wrapper .flex-direction-nav .flex-next, 
.dropimage_widget_wrapper .flex-direction-nav .flex-prev {
    right: 0;
    opacity: 1.0;
    top: 24px;
}
.dropimage_widget_wrapper .flex-direction-nav a{
    width: 20px;
    height: 20px;
}
.dropimage_widget_wrapper .flex-direction-nav .flex-prev{
    left: 0;
}
.dropimage_widget_wrapper .flex-direction-nav a:before{
    font-size: 15px;
    font-weight: normal;
}
.dropimage_widget_inner{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.dropimage_widget_item{
    float: left;
    margin: 0 4px 0 0;
}
.dropimage_widget_item img{
    max-width: 30px;
    max-height: 30px;
}

/*	search.html Template
	--------------------	*/
#search .button {
	display: block;
	padding: 0 0 0 10px;
}
#search h1 {
	float: left;
	line-height: 1.4em;
}
#search h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#search .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
/*	search_group.html Template
	--------------------------	*/
.manf-logo {
	margin-top: 15px;
}
.manf-header {
	margin-top: 15px;
}

/*	search_pages.html Template
	--------------------------	*/
#searchPages .button {
	display: block;
	padding: 0 0 0 10px;
}
#searchPages h1 {
	float: left;
	line-height: 1.4em;
}
#searchPages h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#searchPages .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#searchPages .no-results {
	margin-bottom: 15px;
	padding: 15px;
}
.searchPagesFormat {
	margin-bottom: 15px;
}
.searchPagesFormat p {
	margin: 10px 0;
}

/*	listing_0.html Template
	--------------------------	*/
#listing0 {
	text-align: left;
}
#listing0 .next-prod {
    float: right;
}
#listing0 .prev-prod {
    float: left;
}
#listing0 .primary {
    float: left;
	margin-bottom: 15px;
    width: 40%;
}
#listing0 .secondary {
    float: right;
	margin-bottom: 15px;
    position: relative;
    width: 55%;
}
#listing0 h1 {
	margin-bottom: 10px;
}
#listing0 h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
#listing0 h3 {
	float: left;
	font-size: 130%;
	line-height: 1.8em;
}
#listing0 h4 {
	font-size: 12px;
	margin-bottom: 5px;
}
#listing0 .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#listing0 .button {
	padding: 0 0 0 10px;
}
#listing0 .main-image {
	text-align: center;
	height: auto;
	margin-bottom: 5px;
}
#listing0 .main-image img,
#listing0 .main-image a {
    max-width: 500px;
}
#imagecaptiont {
    margin: 10px 0;
    overflow: hidden;
}
#listing0 .addl-images {
    height: 55px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
}
#listing0 .addl-images ul {
    list-style: none;
}
#listing0 .addl-images a {
    display: block;
}
#listing0 .carousel li {
    float: left;
}
#listing0 .carousel .flex-direction-nav a {
    opacity: 1.0;
    top: 60%;
}
#listing0 .flex-direction-nav .flex-next {
    right: 0;
}
#listing0 .flex-direction-nav .flex-prev {
    left: 0;
    text-align: left;
}
#listing0 .flex-direction-nav a:before  {
    font-size: 20px;
}
#listing0 .product-id {
	margin-bottom: 10px;
}
#listing0 .product-id span {
	padding-left: 5px;
}
/* Product Features */
#listing0 .productFeaturesBlock {
	margin-bottom: 15px;
}
#listing0 .productFeaturesBlock ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#listing0 .productFeaturesBlock li {
    line-height: 1.8em;
}
#listing0 .productFeaturesBlock .feat-title {
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
#listing0 .productFeaturesBlock .feat-name {
    display: inline-block;
}
#listing0 .totalrating {
	float: left;
	line-height: 15px;
	margin-bottom: 15px;
}
#listing0 .totalrating .stars {
	float: left;
}
#listing0 .totalrating .review-count {
	float: left;
    line-height: 16px;
	padding: 0 5px;
}
.email_friend {
    margin-bottom: 10px;
}
.createFirstReview {
    margin-bottom: 15px;
}
.createReviewLink {
    margin-bottom: 15px;
}
.qaLinkFirst {
	display: inline-block;
    margin-bottom: 10px;
}
.qaLinkNew {
	display: inline-block;
    margin-bottom: 10px;
}
.addGiftRegistry {
    margin-bottom: 10px;
}
.addWishlist {
    margin-bottom: 10px;
}
.review_average {
	display: none;
}
/* Recurring Orders */
.recurringorderBlock {
	margin-bottom: 15px;
}
/* Gift Certificate */
#giftcertificate_block {
	margin-bottom: 15px;
	overflow: hidden;
}
#giftcertificate_block label {
	display: block;
	width: 55px;
	float: left;
	margin-right: 10px;
}
#giftcertificate_block input,
#giftcertificate_block textarea {
    width: 200px;
}
#giftcertificate_block .input-from {
	margin-bottom: 5px;
}
#gc_fromname {
	position: relative;
	display: inline;
}
#giftcertificate_block .input-to {
	margin-bottom: 5px;
}
#gc_toname {
	position: relative;
	display: inline;
}
#giftcertificate_block .input-email {
	margin-bottom: 5px;
}
#gc_toemail {
	position: relative;
	display: inline;
}
#giftcertificate_block .input-message {
	margin-bottom: 5px;
}
#gc_tomessage {
	position: relative;
	display: inline-block;
	top: -15px;
	width: 150px;
}
.info-tip {
	position: absolute;
	top: 0;
	right: -50px;
	width: auto;
	border: 1px solid #d2d2d2;
	padding: 5px;
	opacity: 0;
	background: #FFF;
}
.tri-left {
	position: absolute;
	top: 8px;
	left: -5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #d2d2d2;
}
.tri-inner {
	position: absolute;
	top: -4px;
	left: 1px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #FFF;
}
#listing0 .pricingBlock {
	margin: 0 0 15px;
}
#listing0 .availabilityInfo {
	margin: 0 0 0;
}
#listing0 #socialMedia {
	margin-top: 10px;
}
#listing0 .addToCartBlock {
	margin: 0 0 10px;
}
#listing0 .gc_container {
	margin: 0 auto;
}
#listing0 .multipleShipToBlock {
	width: 100%;
	margin: 0 auto 15px;
}
#listing0 .recurringorderBlock {
	margin: 0 0 15px;
}
#listing0 .recurringorderBlock select {
    width: 100%;
}
#listing0 #divOptionsBlock .container {
	margin: 10px 0;
}
#listing0 .extended_descriptionBlock {
	margin-bottom: 15px;
}
#listing0 .extrafieldsBlock {
	margin-bottom: 15px;
}
#listing0 .extra_field h4 {
	float: left;
	margin-right: 5px;
}
#listing0 .extra_field .info {
	float: left;
}
/* Reward Points */
.rewardsPointsBlock {
	margin-bottom: 15px;
}
/* Social Bookmarking & Facebook Like Button */
.social-mediaBlock {
	margin-bottom: 15px;
}
.social-bookmarking {
	width: 150px;
	margin-bottom: 15px;
}
.likebutton {
	width: 150px;
	margin-bottom: 15px;
}
/* Related Items */
.relatedBlock {
	margin-bottom: 15px;
}
/* Questions & Answers */
.qaBlock {
	margin-bottom: 15px;
}
.qa_answers {
	margin: 5px 0 15px 2em;
}
.qa_answers em {
    display: block;
}
.qa_noanswers {
    text-align: center;
    background: #FFF;
	margin: 1em 0;
    padding: 1em;
}
.qa_list .q {
	font-size: 2em;
}
.qa_list .a {
	font-size: 2em;
}
.qaBlock .qa_list {
	padding: 15px;
}
.qaBlock .qa_list:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
.qaBlock .q-author {
    margin-top: 15px;
} 
.qa_allowratings {
    margin-bottom: 10px;
}
.qa_allowratings input[type="button"] {
	cursor: pointer;
}
/* Accessories (Upsell Items) */
.accessoriesBlock {
	margin-bottom: 15px;
}
/* Browsing History */
.browsing_historyBlock {
	margin-bottom: 15px;
}
.browsing_historyBlock h2 {
	float: left;
}
.browsing_historyBlock .history-disable-btn {
	float: right;
    margin-bottom: 10px;
}
/* Browse Similar Items */
.breadcrumbsBlock {
	margin-bottom: 15px;
}
.breadcrumbsBlock ul {
    list-style: none;
	margin-left: 0;
}
#mediaContainer {
	position: relative;
	min-height: 300px;
	padding-bottom: 15px;
	text-align: center;
}
#mediaBlock {
    display: block;
}
#showRealMedia {
    cursor: pointer;
	float: left;
    border: 1px solid #d2d2d2;
    height: 50px;
	text-decoration: none;
    text-align: center;
	margin-bottom: 15px;
    width: 50px;
	display: none;
}
#showRealMedia i {
    font-size: 25px;
    line-height: 1.3em;
}
#showRealMedia span {
    display: block;
    font-size: 10px;
}
/* Pricing */
.pricingBlock span {
	padding-left: 10px;
}
.pricingBlock .retailprice {
	text-decoration: line-through;
}
.pricingBlock .savings {
}
.pricingBlock .yourprice {
    font-size: 120%;
}
.pricingBlock .saleprice {
    font-size: 120%;
}
.availabilityInfo {
	margin-bottom: 15px;
}
.product_availability {
	display: inline-block;
	margin: 0 10px 15px 0;
}
.product_availability h4 {
	display: inline;
}
#availability {
	display: inline;
}
.waitinglist {
	margin-bottom: 15px;
}
.freeshippingblock {
	display: inline-block;
	margin: 0 0 15px;
}
/* LogIn Required */
.loginReqBlock {
	margin-bottom: 15px;
}
/* Product Options */
#divOptionsBlock {
    border-bottom: 1px solid #d2d2d2;
	margin-bottom: 15px;
}
#divOptionsBlock .opt-field label {
    display: block;
    min-width: 25%;
    padding: 8px 0;
}
#divOptionsBlock .opt-field input[type="file"] {
    border: 1px solid #b7b4ac;
    padding: 5px;
}
#divOptionsBlock .radio-format input[type="radio"] {
    display: none;
	float: left;
	margin: 2px 5px 0 0;
}
#divOptionsBlock .radio-format {
	float: left;
}
#divOptionsBlock .radio-format .radio-option {
	background: #FFF;
    border: 1px solid #000;
    cursor: pointer;
	text-align: center;
    float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}
#divOptionsBlock .radio-format .radio-selected {
	background: #d2d2d2;
}
#divOptionsBlock .radio-format .radio-option img {
    border-right: 1px solid #000;
    display: block;
    float: left;
    height: 35px;
    width: 35px;
}
#divOptionsBlock .radio-format .radio-option span {
    float: left;
    padding: 0 14px;
    line-height: 35px;
}
/* Radio Button Alternate */
#divOptionsBlock .alt-radio-format {
	float: none;
}
#divOptionsBlock .alt-radio-format input[type="radio"] {
    display: block;
	float: left;
	padding: 0;
    margin: 1em 0 0;
}
#divOptionsBlock .alt-radio-format .radio-option {
	background: none;
    border: 1px solid transparent;
    cursor: pointer;
	float: left;
	text-align: center;
	margin: 0 0 10px 5px;
	padding: 0;
}
#divOptionsBlock input[type="checkbox"] {
	float: left;
	margin: 4px 5px 0 0;
}
#divOptionsBlock .alt-radio-format .radio-option img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    height: 35px;
    width: 35px;
}
#divOptionsBlock .alt-radio-format .radio-option span {
    float: left;
    line-height: 35px;
}

#divOptionsBlock .swatch-format input[type="radio"] {
	display: none;
	float: left;
	margin: 2px 5px 0 0;
}

#divOptionsBlock .swatch-format {
	float: left;
	padding-right: 10px;
}

#divOptionsBlock .swatch-format .swatch-option {
	cursor: pointer;
	text-align: center;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#divOptionsBlock .swatch-format .swatch-selected div{
	border: 3px solid #000 !important;
}

#divOptionsBlock .swatch-format .swatch-selected img{
	border: 3px solid #000 !important;
}

#divOptionsBlock .swatch-format .swatch-option img {
	border: 1px solid #000;
	display: block;
	height: 35px;
	width: 35px;
	margin: 0 auto;
}

#divOptionsBlock .swatch-format .swatch-option div {
	border: 1px solid #000;
	display: block;
	height: 35px;
	width: 35px;
	margin: 0 auto;
}

#divOptionsBlock .swatch-format .swatch-option span {
	float: left;
	padding: 0 14px;
	line-height: 35px;
}

#divOptionsBlock .checkbox-format {
	float: left;
	margin-right: 5px;
	padding: 5px 8px;
}
#divOptionsBlock select {
	width: 100%;
}
#divOptionsBlock .dropdownimage-format select {
    margin-bottom: 5px;
}
#divOptionsBlock .dropdown-image {
    border: 1px solid #d2d2d2;
    height: 54px;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding: 2px;
    width: 54px;
}
#divOptionsBlock .opt-title {
	margin-bottom: 15px;
}
#divOptionsBlock .opt-title .label {
    display: block;
    font-weight: bold;
}
#divOptionsBlock .opt-regular {
	margin-bottom: 15px;
}
#divOptionsBlock .opt-regular .label {
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 10px;
}
#divOptionsBlock .opt-regular .required {
    display: block;
    float: left;
    width: 12px;
    margin-right: 5px;
}
#divOptionsBlock .opt-regular .help {
    display: block;
    float: left;
}
#divOptionsBlock .option-required span.label {
    color: #d9534f;
}
#divOptionsBlock .textlimit-text {
    font-size: 0.8em;
    margin-left: 25%;
}
#divOptionsBlock .textlimit-textarea {
    font-size: 0.8em;
    margin-left: 25%;
}
/* Add To Cart */
.addToCartBlock {
	margin: 0 auto 15px;
}
.addToCartBlock label {
	float: left;
	font-weight: bold;
	display: block;
	width: 100%;
}
.addToCartBlock .qtybox-addcart {
	text-align: left;
	margin: 0 0 10px;
}
.addToCartBlock .qtybox-addcart input,
.addToCartBlock .qtybox-addcart button {
	float: left;
	text-align: center;
    margin: 5px 10px 0 0;
}
.addToCartBlock .reminders_block {
    margin-bottom: 10px;
}
.addToCartBlock .reminders_block select {
    width: 100%;
}
.make_an_offer {
	margin-bottom: 10px;
}
#listing0 .detail-section .alpha-col {
    float: left;
    width: 280px;
    margin: 0 15px 0 0;
}
#listing0 .detail-section .beta-col {
    float: left;
    margin-bottom: 15px;
    padding: 24px 0 0;
    width: 240px;
}
#listing0 .detail-section .beta-col button {
    min-width: 185px;
    text-align: left;
}
#listing0 .reward_redeem {
    margin-bottom: 10px;
}
/* Quantity Pricing */
#listing0 .quantityBlock {
    border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#listing0 .quantityBlock a {
    font-weight: bold;
}
.quantity-table {
    display: none;
    margin: 5px 0 0;
}
.quantity-table .title-header {
	float: left;
	width: 135px;
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
}
.quantityBlock ul {
    list-style: none;
    margin: 0;
    padding: 0;
	width: 280px;
}
.quantityBlock li {
	float: left;
    line-height: 2em;
	margin-right: 5px;
	text-align: center;
	width: 135px;
}
/* Multiple Ship To */
.multipleShipToBlock {
	margin-bottom: 15px;
}
.multipleShipToBlock label {
	font-weight: bold;
    display: block;
    line-height: 1.3em;
}
.multipleShipToBlock select {
	float: left;
    margin: 5px 0 0;
    width: 80%;
}
.multipleShipToBlock .send-to {
	float: left;
	min-width: 260px;
	margin: 0 0 5px 0;
}
.multipleShipToBlock .add-name {
    display: none;
	float: left;
	margin: 0 0 5px 0;
	width: 180px;
}
.multipleShipToBlock .add-name input {
    margin: 5px 0 0;
}
.multipleShipToBlock .help {
	float: left;
	width: 15px;
	margin: 6px 10px 0;
}
.multipleShipToBlock .help a {
    display: block;
}
.multipleShipToBlock .note {
    display: none;
	padding: 5px;
	text-align: center;
}
/* Product Tabs */
#rTabs {
	margin-bottom: 15px;
}
/* Customer Reviews */
.reviewsBlock {
	margin-bottom: 15px;
}
.reviewsBlock .user_reviews {
	padding: 5px;
}
.reviewsBlock .user_reviews:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
.star-rating {
	float: left;
	width: 100px;
}
.review-info {
	float: left;
	width: 85%;
	margin-bottom: 10px;
}
.review-shortDesc {
    font-weight: bold;
    margin-bottom: 10px;
}
.review-longDesc {
    margin-bottom: 10px;
}
.rev_allowratings {
	display: inline;
}
.rev_allowratings input[type="button"] {
	cursor: pointer;
}
.verified-buyer {
	font-weight: bold;
}
.reviewed-by {
    margin-top: 5px;
    display: block;
}
/* Real Media */
#realmediaBlock {
	display: none;
    margin-bottom: 5px;
}
#realmediaBlock iframe {
	width: 100%;
	min-height: 225px;
}
.realmedia {
	text-align: center;
}
/* Listing Tabs */
.r-tabs {
	position: relative;
}
.r-tabs .r-tabs-nav {
	border-bottom: 1px solid #ccc;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	top: 1px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
	background: #FAFAFA;
	margin-bottom: 3px;
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
	background-color: #fff;
	margin-bottom: -1px;
	border-top: none;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000;
	background-color: #fff;
    border-top: 3px solid #000;
}
.r-tabs .r-tabs-panel {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 3px;
    min-height: 200px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #000;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 0;
}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}
.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}
.r-tabs .r-tabs-panel {
    background: #fff;
    padding: 15px;
    display: none;
}
.r-tabs .r-tabs-accordion-title {
    display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
.review-images-field {
    width: 100%;
}
ul.review-image-cols {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    float: left;
    width: 85%;
}
.review-image-col {
    float: left;
    width: 25%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 10px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a.product-review-image {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 80%;
    position: relative;
    background-color: #eee;
    overflow: hidden;
    margin-bottom: 10px;
}
a.product-review-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.btn-center-delete-review-image {
    display: inline-block;
    margin: 0;
}

/*	listing_dd.html Template
	--------------------------	*/
#listingDd {
    position: relative;
}
#listingDd .secondary {
    padding-top: 85px;
}
#listingDd .ddTimer {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 180%;
	background: #333;
	text-align: center;
	margin-bottom: 15px;
	padding: 15px;
}
#listingDd .ddTimer .arrow-down {
	position: absolute;
	bottom: -15px;
	left: 15px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #333;
}
#mediaContainer .savings-percentage {
	font-size: 200%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	width: 80px;
	height: 80px;
	background: #fcbe18;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	top: 0;
	right: 20px;
	padding: 15px 0 0;
	z-index: 1001;
}
/*	dd_widget.html Template
	-----------------------	*/
#ddWidget {
    background: #FFF;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	width: 220px;
	height: 430px;
	margin: 0 !important;
}
#ddWidget h1 {
	font-size: 150%;
	margin: 0 0 10px;
	text-align: center;
	letter-spacing: -1px;
}
#ddWidget h2 {
    font-size: 1em;
	color: #FFF;
	font-weight: normal;
	background: #d31111;
	display: block;
	margin: 10px 0;
	padding: 5px 0;
	text-align: center;
}
#ddWidget .product-img {
	width: 150px;
	height: 150px;
	position: relative;
	margin: 0 auto;
}
#ddWidget .product-name {
	text-align: center;
	margin: 10px 0;
}
#ddWidget .product-price {
	float: left;
	font-size: 120%;
	color: #d31111;
	font-weight: bold;
	margin-left: 10px;
}
#ddWidget .product-price span {
	display: block;
	font-size: 60%;
	color: #333;
	font-weight: bold;
}
#ddWidget .buy-now-button a {
	float: right;
	margin: 5px 10px 0 0;
	padding: 6px 12px;
	color: #FFF;
	font-size: 100%;
	text-decoration: none;
	background: #fcc01f;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}
#ddWidget .savings-percentage {
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	width: 60px;
	height: 60px;
	background: #fcbe18;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	top: 0;
	right: -30px;
	padding: 10px 0 0;
	z-index: 1001;
}
#ddWidget .share-buttons {
	width: 80px;
	text-align: center;
	margin: 10px auto;
}
.widgetCountdown {
	text-align: center;
	color: #FFF;
	margin-top: 5px;
	padding: 5px 5px 5px 40px;
	background: #333 url(../images/clock-icon.png) no-repeat 10px center;
}
#ddWidget .countdown-text {
	font-size: 70%;
	line-height: 1.4em;
}
#ddWidget .countdown-text span {
	padding: 15px 0;
}
#ddWidget .dd-timer {
	font-size: 120%;
}
#ddWidget .no-deal {
	font-size: 150%;
	color: #d31111;
	text-align: center;
	margin: 25px 0;
}
#ddWidget span {
	display: block;
}

/*	dd_widget1.html Template
	------------------------	*/
#ddWidget1 {
    background: #FFF;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	width: 180px;
	height: 450px;
	margin: 0 !important;
}
#ddWidget1 h1 {
	font-size: 150%;
	margin: 10px 0;
	text-align: center;
	letter-spacing: -1px;
}
#ddWidget1 h2 {
	color: #FFF;
	font-weight: normal;
	background: #d31111;
	display: block;
	margin: 10px 0;
	padding: 5px 0;
	text-align: center;
}
#ddWidget1 .product-img {
	width: 125px;
	height: 125px;
	position: relative;
	margin: 0 auto;
}
#ddWidget1 .product-name {
	text-align: center;
	margin: 10px 0;
}
#ddWidget1 .product-price {
	font-size: 150%;
	color: #d31111;
	font-weight: bold;
	text-align: center;
}
#ddWidget1 .product-price span {
	display: block;
	font-size: 60%;
	color: #333;
	font-weight: bold;
}
#ddWidget1 .buy-now-button a {
	float: right;
	margin: 5px 10px 0 0;
	padding: 6px 12px;
	color: #FFF;
	font-size: 100%;
	text-decoration: none;
	background: #fcc01f;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}
#ddWidget1 .savings-percentage {
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	width: 60px;
	height: 60px;
	background: #fcbe18;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	top: 0;
	right: -20px;
	padding: 10px 0 0;
	z-index: 1001;
}
#ddWidget1 .share-buttons {
	width: 80px;
	text-align: center;
	margin: 10px auto;
}
#ddWidget1 .countdown-text {
	font-size: 70%;
	line-height: 1.4em;
}
#ddWidget1 .countdown-text span {
	padding: 15px 0;
}
#ddWidget1 .dd-timer {
	font-size: 100%;
}
#ddWidget1 .no-deal {
	font-size: 150%;
	color: #d31111;
	text-align: center;
	margin: 25px 0;
}
#ddWidget1 span {
	display: block;
}

/*	listing_gd.html Template
	--------------------------	*/
#listingGd {
    display: block;
    position: relative;
}
#listingGd h1 {
	margin: 10px 0;
}
#listingGd h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
#listingGd h4 {
	font-size: 12px;
	margin-bottom: 5px;
}
#listingGd .gdTimer {
	position: relative;
	color: #FFF;
	font-size: 200%;
	background: #333;
	text-align: center;
	margin-bottom: 15px;
	padding: 15px;
	z-index: 5;
}
#listingGd .gdTimer .arrow-down {
	position: absolute;
	bottom: -15px;
	left: 15px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #333;
}
#listingGd .gdInfo {
	font-size: 200%;
	font-weight: bold;
	right: -14px;
	background: #EEE;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 15px 15px 15px;
	z-index: 4;
}
#gdItemsSold {
	float: left;
    width: 66%;
    text-align: center;
}
#gdItemsSold div {
	float: left;
    width: 50%;
    text-align: center;
}
#gdItemsSold div {
	margin: 0 0;
}
#gdItemsSold span {
	display: block;
	font-size: 50%;
}
#gdItemsToSell {
	float: left;
}
.gdInfo .savings-percentage {
	float: left;
    width: 33%;
    text-align: center;
}
.gdInfo .savings-percentage span {
	display: block;
	font-size: 50%;
}

/*	gd_widget.html Template
	-----------------------	*/
#gdWidget {
    background: #FFF;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	width: 220px;
	height: 430px;
	margin: 0 !important;
}
#gdWidget h1 {
	font-size: 150%;
	margin: 10px 0;
	text-align: center;
	letter-spacing: -1px;
}
#gdWidget h2 {
    font-size: 1em;
	color: #FFF;
	font-weight: normal;
	background: #d31111;
	display: block;
	margin: 10px 0;
	padding: 5px 0;
	text-align: center;
}
#gdWidget .product-img {
	width: 150px;
	height: 150px;
	position: relative;
	margin: 0 auto;
}
#gdWidget .product-name {
	text-align: center;
	margin: 10px 0;
}
#gdWidget .product-price {
	float: left;
	font-size: 120%;
	color: #d31111;
	font-weight: bold;
	margin-left: 10px;
}
#gdWidget .product-price span {
	display: block;
	font-size: 60%;
	color: #333;
	font-weight: bold;
}
#gdWidget .buy-now-button a {
	float: right;
	margin: 5px 10px 0 0;
	padding: 6px 12px;
	color: #FFF;
	font-size: 100%;
	text-decoration: none;
	background: #fcc01f;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}
#gdWidget .savings-percentage {
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	width: 60px;
	height: 60px;
	background: #fcbe18;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	top: 0;
	right: -30px;
	padding: 10px 0 0;
	z-index: 1001;
}
#gdWidget .share-buttons {
	width: 80px;
	text-align: center;
	margin: 10px auto;
}
#gdWidget .countdown-text {
	font-size: 70%;
	line-height: 1.4em;
}
#gdWidget .countdown-text span {
	padding: 15px 0;
}
#gdWidget .dd-timer {
	font-size: 120%;
}
#gdWidget .no-deal {
	font-size: 150%;
	color: #d31111;
	text-align: center;
	margin: 25px 0;
}
#gdWidget span {
	display: block;
}
/*	gd_widget1.html Template
	-----------------------	*/
#gdWidget1 {
    background: #FFF;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	width: 180px;
	height: 450px;
	margin: 0 !important;
}
#gdWidget1 h1 {
	font-size: 150%;
	margin: 10px 0;
	text-align: center;
	letter-spacing: -1px;
}
#gdWidget1 h2 {
	color: #FFF;
	font-weight: normal;
	background: #d31111;
	display: block;
	margin: 10px 0;
	padding: 5px 0;
	text-align: center;
}
#gdWidget1 .product-img {
	width: 125px;
	height: 125px;
	position: relative;
	margin: 0 auto;
}
#gdWidget1 .product-name {
	text-align: center;
	margin: 10px 0;
}
#gdWidget1 .product-price {
	font-size: 150%;
	color: #d31111;
	font-weight: bold;
	text-align: center;
}
#gdWidget1 .product-price span {
	display: block;
	font-size: 60%;
	color: #333;
	font-weight: bold;
}
#gdWidget1 .buy-now-button a {
    float: right;
    margin: 5px 10px 0 0;
    padding: 6px 12px;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-size: 100%;
    text-decoration: none;
    background: #fcc01f;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}
#gdWidget1 .savings-percentage {
    font-size: 130%;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    width: 60px;
    height: 60px;
    background: #fcbe18;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: -20px;
    padding: 10px 0 0;
    z-index: 1001;
}
#gdWidget1 .product-img img {
    max-width: 100%;
    max-height: 100%;
}
#gdWidget1 .share-buttons {
	width: 80px;
	text-align: center;
	margin: 10px auto;
}
#gdWidget1 .countdown-text {
	font-size: 70%;
	line-height: 1.4em;
}
#gdWidget1 .countdown-text span {
	padding: 15px 0;
}
#gdWidget1 .dd-timer {
	font-size: 100%;
}
#gdWidget1 .no-deal {
	font-size: 150%;
	color: #d31111;
	text-align: center;
	margin: 25px 0;
}
#gdWidget1 span {
	display: block;
}
/*	contact_us.html Template
	------------------------	*/
#contactUs .button {
	padding: 0 0 0 10px;
}
#contactUs .header {
	margin-top: 15px;
}
#contactUs h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#contactUs .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
.storeInfo {
    line-height: 1.5em;
	margin: 15px 0;
}
.storeInfo .titles {
	margin: 0 0 10px;
}
.store-loc {
	float: left;
	position: relative;
    margin-top: 10px;
}
.crmField {
	margin: 15px 0 0;
}
.crmField label {
	float: left;
	line-height: 2.4em;
	width: 85px;
}
.crmField select {
	float: left;
	width: 85%;
}
.crmField input {
	float: left;
	width: 85%;
	margin: 0;
}
.crmField textarea {
	float: left;
	width: 85%;
	height: 60px;
}
.crmForm {
	margin: 0 0 15px 0;
}
.crmForm #divSubmitButton {
	margin: 15px 0 15px 85px;
}
.crmField .captcha {
	float: left;
}
.crmField .captcha-text {
	margin-top: 5px;
}
.error-img {
	float: left;
	line-height: 29px;
	margin: 0 0 0 5px;
}
.crmField .recaptcha {
	float: left;
}
#contactUs .file-attachments-button {
	margin: 15px 0 0 85px;
}
#contactUs .files-to-upload {
	margin: 0 0 0 85px;
}

/*	myaccount.html Template
	------------------------	*/
#myaccount .button {
	padding: 0 0 0 10px;
}
#myaccount h3 {
	float: left;
	font-size: 130%;
	line-height: 1.8em;
}
#myaccount .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#myaccount .username {
	float: left;
	margin-top: 15px;
}
#myaccount .logout-btn {
	float: right;
}
.accountInfo {
	margin-top: 15px;
}
.accountInfo h4 {
	float: left;
	width: 100px;
}
#myaccount table {
    width: 100%;
}
#myaccount thead {
    line-height: 2.9em;
}
#myaccount .update-btn {
	float: right;
	padding: 0 0 0 10px;
}
#myaccount .update-btn a {
	background: url(../images/arrow-up.png) no-repeat left center;
	padding: 5px 10px 5px 20px;
	display: block;
}
/* Account Information */
#myaccount .billing-info {
	padding: 10px 0;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
#myaccount .billing-address {
	float: left;
	width: 60%;
}
#myaccount .shipping-info {
	padding: 10px 0;
	border-bottom: 1px solid #d2d2d2;
}
#myaccount .shipping-address {
	float: left;
	width: 60%;
}
/* Track Recent Orders */
.trackOrders {
	margin-top: 15px;
}
.trackOrders h3 {
	float: left;
	font-size: 16px;
	line-height: 1.8em;
}
.trackOrders .row td {
	padding: 5px 0 5px 5px;
}
.trackOrders .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
.trackOrders .odate {
	width: 15%;
}
.trackOrders .onum {
	width: 25%;
}
.trackOrders .oamount {
	width: 20%;
}
.trackOrders .ostatus {
	width: 25%;
}
.trackOrders .oreorder {
	width: 15%;
}
/* Saved Carts */
.savedOrders {
	margin-top: 15px;
}
.savedOrders h3 {
	float: left;
	font-size: 16px;
	line-height: 1.8em;
}
.savedOrders .button {
	margin-right: 5px;
}
.savedOrders .row td {
	padding: 5px 0 5px 5px;
}
.savedOrders .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
.savedOrders .odate {
	width: 25%;
}
.savedOrders .oamount {
	width: 25%;
}
.savedOrders .oactions {
	width: 50%;
}
/* Track Recent Orders */
.recurringOrders {
	margin-top: 15px;
}
.recurringOrders h3 {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.8em;
}
.recurringOrders .row td {
	padding: 5px 0 5px 5px;
}
.recurringOrders .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
.recurringOrders .odate {
	width: 15%;
}
.recurringOrders .onum {
	width: 20%;
}
.recurringOrders .oamount {
	width: 20%;
}
.recurringOrders .ostatus {
	width: 15%;
}
/* Saved Credit Cards */
.savedCC {
	margin-top: 15px;
}
.savedCC h3 {
	font-size: 16px;
	line-height: 1.8em;
}
.savedCC .row td {
	padding: 5px 0 5px 5px;
}
.savedCC .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
.savedCC .ccdigits {
	width: 20%;
}
.savedCC .ccexpire {
	width: 20%;
}
/* Address Book */
.addressBook {
	margin-top: 15px;
}
.addressBook h3 {
	float: left;
	font-size: 16px;
	line-height: 1.8em;
}
.addressBook .row td {
	padding: 5px 0 5px 5px;
}
.addressBook .address-alias {
	width: 20%;
}
.addressBook .address-details {
	width: 80%;
}
/* CRM */
.crmRequests {
	margin-top: 15px;
}
.crmRequests h3 {
	float: left;
	font-size: 16px;
	line-height: 1.8em;
}
.crmRequests .row td {
	padding: 5px 0 5px 5px;
}
.crmRequests .crm-norequest {
	padding: 10px 0;
	text-align: center;
}
.crmRequests .crm-id {
	width: 20%;
}
.crmRequests .crm-dept {
	width: 20%;
}
.crmRequests .crm-date {
	width: 20%;
}
.crmRequests .crm-subject {
	width: 20%;
}
.crmRequests .crm-lastacct {
	width: 20%;
}
/* RMA */
.rmaItems {
	margin-top: 15px;
}
.rmaItems h3 {
	font-size: 16px;
	line-height: 1.8em;
}
.rmaItems .row td {
	padding: 5px 0 5px 5px;
}
.rmaItems .id {
	width: 15%;
}
.rmaItems .date {
	width: 20%;
}
.rmaItems .order {
	width: 40%;
}
.rmaItems .status {
	width: 25%;
}
/* Affiliate Statistics */
.affiliateStatistics {
	margin-top: 15px;
}
.affiliateStatistics h3 {
	float: left;
	font-size: 16px;
	line-height: 1.8em;
}
.affiliateStatistics table {
    width: 100%;
}
.affiliateStatistics thead {
    line-height: 2.9em;
}
.affiliateStatistics .row td {
	padding: 5px 0 5px 5px;
}
.affiliateStatistics .membersince {
	width: 15%;
}
.affiliateStatistics .orders {
	width: 15%;
}
.affiliateStatistics .amount {
	width: 20%;
}
.affiliateStatistics .commission {
	width: 20%;
}
.affiliateStatistics .paid {
	width: 15%;
}
.affiliateStatistics .balance {
	width: 15%;
}
.affiliateStatistics .no-history {
	padding: 10px 0;
	text-align: center;
}
/* Gift Registry */
.giftRegistry {
	margin-top: 15px;
}
.giftRegistry h3 {
	float: left;
	font-size: 16px;
	line-height: 1.8em;
}
.giftRegistry .row td {
	padding: 5px 0 5px 5px;
}
.giftRegistry .name {
	width: 30%;
}
.giftRegistry .eventdate {
	width: 15%;
}
.giftRegistry .expiration {
	width: 15%;
}
.giftRegistry .productsdesired {
	width: 20%;
}
.giftRegistry .productspurchased {
	width: 20%;
}
/* Reward Points */
.rewardPoints {
	margin-top: 15px;
}
.rewardPoints h3 {
	float: left;
	font-size: 16px;
	line-height: 1.8em;
}
.rewardPoints .button {
	margin-left: 15px;
}
.rewardPoints .row td {
	padding: 5px 0 5px 5px;
}
.rewardPoints .points {
	padding: 10px 0;
	text-align: center;
}
/* Wish List */
.wishList {
	margin-top: 15px;
}
.wishList h3 {
	float: left;
	font-size: 16px;
	line-height: 1.8em;
}
.wishList .row td {
	padding: 5px 0 5px 5px;
}
.wishList .products {
	float: left;
	width: 30%;
}
.wishList .total-lists {
	float: left;
	width: 20%;
}
.wishList .lastmod {
	float: left;
	width: 50%;
}
.orderstack-number {
	float: left;
	width: 30%;
}
.orderstack-chk {
	float: left;
	width: 30%;
}
#orderstacking_cust_enable {float:left}
/* Reminders */
.viewReminders {
	margin-top: 15px;
}
.viewReminders h3 {
	float: left;
	font-size: 16px;
	line-height: 1.8em;
}
.viewReminders .row td {
	padding: 5px 0 5px 5px;
}
.viewReminders .reminders {
	margin-top: 10px;
}
/* Gift Certificates */
.giftCertificates {
	margin-top: 15px;
}
.giftCertificates h3 {
	float: left;
	font-size: 16px;
	line-height: 1.8em;
}
.giftCertificates .row {
	margin-bottom: 15px;
	padding: 5px 0 5px 5px;
}
.giftCertificates .row .left {
	line-height: 2.9em;
}
.giftCertificates input[type="text"] {
	width: 138px;
}
.giftCertificates .check-balance {
	float: left;
	width: 185px;
	line-height: 2.5em;
	margin-bottom: 15px;
}
.giftCertificates .gc-code {
	float: left;
	margin-bottom: 15px;
}
.giftCertificates .verification {
	float: left;
	width: 185px;
}
.giftCertificates fieldset {
	float: left;
}
.giftCertificates .message {
	margin-top: 5px;
}
.giftCertificates .randomWord {
	float: left;
	margin-right: 5px;
}
.giftCertificates .check-balance-go {
	float: left;
}
/* Collect Shipping Accounts */
.collectShippingAccounts {
	margin-top: 15px;
}
.collectShippingAccounts h3 {
	float: left;
	font-size: 16px;
	line-height: 1.8em;
}
.collectUpdate {
	margin-top: 15px;
}
.collectShippingAccounts .carrier {
	float: left;
	width: 20%;
}
.collectShippingAccounts .account {
	float: left;
	width: 20%;
}
.collectShippingAccounts .actions {
	float: left;
	width: 60%;
}
.collectAdd {
	margin-top: 15px;
}
/* Account Recommended */
.accountRecommended {
	margin-top: 15px;
}
.accountRecommended h3 {
	float: left;
	font-size: 16px;
	line-height: 1.8em;
}

/*	update_account.html Template
	----------------------------	*/
#updateAccount {
	margin: 0 5px 25px;
}
#updateAccount .error {
	text-align: center;
	font-weight: bold;
	max-width: 65%;
}
#updateAccount h1 {
	float: left;
}
#updateAccount h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#updateAccount .header {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
#updateAccount .button {
	padding: 0 0 0 10px;
}
#updateAccount .loginInfo {
	margin-top: 15px;
    padding-bottom: 25px;
}
#updateAccount .billingInfo {
	margin-top: 15px;
    padding-bottom: 25px;
}
#updateAccount .shippingInfo {
	margin-top: 15px;
    padding-bottom: 25px;
}
#updateAccount .otherInfo {
	margin-top: 15px;
    padding-bottom: 25px;
}
#updateAccount .updaccField {
	margin-top: 15px;
}
#updateAccount .updaccField label {
	float: left;
	width: 150px;
	text-align: right;
	line-height: 2.4em;
	margin-right: 10px;
}
#updateAccount .updaccField input {
	float: left;
	width: 65%;
}
#updateAccount .updaccField select {
	float: left;
	width: 65%;
}
#updateAccount .updaccField .mailist-chk {
	float: left;
	width: 150px;
	margin-right: 10px;
}
#updateAccount .updaccField input[type="checkbox"] {
	width: auto;
	float: right;
    margin: 0;
}
#updateAccount .mailist-subscribe {
	float: left;
}
#updateAccount .update-btn {
	margin-top: 15px;
	text-align: right;
}
#updateAccount .strong-pass-bar {
	float: left;
    height: 20px;
	margin: 0 0 0 159px;
    overflow: hidden;
	width: 35%;
}
#updateAccount .PasswordMSG {
    margin: 0;
}

/*	order-history.html Template
	---------------------------	*/
#orderHistory h1 {
	float: left;
}
#orderHistory .message {
	text-align: center;
	padding: 10px;
	margin: 15px auto;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
#orderHistory .button {
	margin-right: 5px;
	padding: 0 0 0 10px;
}
#orderHistory table {
    width: 100%;
}
#orderHistory thead {
    line-height: 2.9em;
}
#orderHistory .row {
	margin-bottom: 5px;
	padding: 5px 0 5px 5px;
}
#orderHistory .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#orderHistory .left-col {
    float: left;
}
#orderHistory .right-col {
    float: left;
}
#orderHistory .oid {
	width: 5%;
}
#orderHistory .odate {
	width: 15%;
}
#orderHistory .onum {
	width: 15%;
}
#orderHistory .oamount {
	width: 15%;
}
#orderHistory .ostatus {
	width: 15%;
}
#orderHistory .odetails {
	width: 20%;
}
#orderHistory .oreorder {
	width: 15%;
}
#orderHistory .row .oid {
	line-height: 2.9em;
}
#orderHistory .row .odate {
	line-height: 2.9em;
}
#orderHistory .row .onum {
	line-height: 2.9em;
}
#orderHistory .row .oamount {
	line-height: 2.9em;
}
#orderHistory .row .ostatus {
	line-height: 2.9em;
}
#orderHistory .row .oreorder {
	line-height: 2.9em;
}

/*	reward_detail.html Template
	---------------------------	*/
#rewardDetail .button {
	margin-right: 5px;
	padding: 0 0 0 10px;
}
#rewardDetail h1 {
	float: left;
	line-height: 1.4em;
}
.rewardsDetail {
	margin: 15px 0;
}
.rewardsDetail table {
    width: 100%;
}
.rewardsDetail thead {
    line-height: 2.9em;
}
.rewardsDetail .row td {
	margin-bottom: 5px;
	padding: 5px 0 5px 5px;
}
.rewardsDetail .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
.rewardsDetail .date {
	width: 30%;
}
.rewardsDetail .points {
	width: 20%;
}
.rewardsDetail .reference {
	width: 50%;
}
.pointsAvailable {
	float: left;
	width: 30%;
}
.totalPoints {
	float: left;
	width: 70%;
}
.redeem-btn {
    display: block;
}

/*	rewards.html Template
	---------------------------	*/
#rewards .button {
	margin-right: 5px;
	padding: 0 0 0 10px;
}
#rewards h1 {
	float: left;
	line-height: 1.4em;
}

/*	redeem.html Template
	--------------------	*/
#redeem .button {
	margin-right: 5px;
	padding: 0 0 0 10px;
}
#redeem h1 {
	float: left;
	line-height: 1.4em;
}
.redeem-false {
	width: 65%;
	text-align: center;
	padding: 10px;
	margin: 15px auto;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
#redeem p {
	margin: 5px 0;
}

/*	redeemItem.html Template
	------------------------	*/
#redeemItem .button {
	margin-right: 5px;
	padding: 0 0 0 10px;
}
#redeemItem h1 {
	float: left;
	line-height: 1.4em;
}
#redeemItem .titles {
	margin: 15px 0;
}
#redeemItem .redeem-invoice-text {
	float: left;
	line-height: 2.9em;
	margin-right: 15px;
}


/*	store_credits_detail.html Template
	---------------------------	*/
#storecreditDetail .button {
	margin-right: 5px;
	padding: 0 0 0 10px;
}
#storecreditDetail h1 {
	float: left;
	line-height: 1.4em;
}
.storecreditsDetail {
	margin: 15px 0;
}
.storecreditsDetail table {
    width: 100%;
}
.storecreditsDetail thead {
    line-height: 2.9em;
}
.storecreditsDetail .row td {
	margin-bottom: 5px;
	padding: 5px 0 5px 5px;
}
.storecreditsDetail .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
.storecreditsDetail .date {
	width: 30%;
}
.storecreditsDetail .credit {
	width: 20%;
}
.storecreditsDetail .reference {
	width: 50%;
}
.creditAvailable {
	float: left;
	width: 30%;
}
.totalCredit {
	float: left;
	width: 70%;
}


/*	gc_view.html Template
	---------------------	*/
#gcView .button {
	margin-right: 5px;
	padding: 0 0 0 10px;
}
#gcView h1 {
	float: left;
	line-height: 1.4em;
}
#gcView .gcViewBlock {
	margin-top: 15px;
}
.gcViewBlock table {
    width: 100%;
}
.gcViewBlock thead {
    line-height: 2.9em;
}
.gcViewBlock .row td {
	margin-bottom: 10px;
	padding: 5px 0 5px 5px;
}
.gcViewBlock .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#gcView .gc-date {
	width: 15%;
}
#gcView .gc-code {
	width: 15%;
}
#gcView .gc-amount {
	width: 10%;
}
#gcView .gc-balance {
	width: 10%;
}
#gcView .gc-to {
	width: 20%;
}
#gcView .gc-message {
	width: 25%;
}
#gcView .no-details {
	text-align: center;
	margin: 15px 0;
}
#gcView .gc-total {
    margin: 15px 0;
}

/*	gc_balance.html Template
	------------------------	*/
#gcBalance .button {
	margin-bottom: 15px;
	padding: 0 0 0 10px;
}
#gcBalance h1 {
	float: left;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#gcView .gcView {
	margin-top: 15px;
}
.gcBalance table {
    width: 100%;
}
.gcBalance thead {
    line-height: 2.9em;
}
.gcBalance .row td {
	padding: 2px;
	margin-bottom: 10px;
}
.gcBalance .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#gcBalance .gc-date {
	width: 25%;
}
#gcBalance .gc-code {
	width: 25%;
}
#gcBalance .gc-amount {
	width: 25%;
}
#gcBalance .gc-balance {
	width: 25%;
}
#gcBalance .gcCheckBalance {
	width: 65%;
	margin: 15px auto;
}
.gcField {
	margin-bottom: 15px;
}
.gcField label {
	float: left;
	width: 180px;
	line-height: 2.4em;
}
.gcField input {
	float: left;
	width: 140px;
}
.gcField .captcha {
	float: left;
}
.gcField .captcha-text {
	margin-top: 5px;
}
.gcField .recaptcha {
	float: left;
}
.gcCheckBalance .check-balance-button {
	margin-left: 180px;
}

/*	thankyou.html Template
	---------------------	*/
#thankyou p {
	margin: 5px 0;
}

/*	view_wishlist.html Template
	---------------------------	*/
#viewWishlist .button {
	margin-right: 5px;
	padding: 0 0 0 10px;
}
#viewWishlist h1 {
	float: left;
	line-height: 1.4em;
}
#viewWishlist .list-visibility {
	float: left;
	margin: 15px 0;
}
#viewWishlist .list-visibility span {
	float: left;
	display: block;
	line-height: 2.4em;
	margin-right: 5px;
}
#viewWishlist .list-visibility input {
	float: left;
}
#viewWishlist .list-visibility label {
	float: left;
	display: block;
	margin: 0 10px 0 5px;
}
#viewWishlist input[type="radio"] {
	float: left;
	margin: 2px 5px 0 0;
}
#viewWishlist .opt-format {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	float: left;
	margin-right: 5px;
	padding: 5px 8px;
}
#viewWishlist .save-button {
	float: right;
	margin: 15px 0;
}
#viewWishlist .public-wishlist-url {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	margin-bottom: 15px;
	padding: 5px;
}
#viewWishlist .social-bookmarking {
	margin-bottom: 15px;
}
.wishlistView {
	margin-top: 15px;
}
#viewWishlist .row {
    position: relative;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}
#viewWishlist .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#viewWishlist .wl-items {
	float: left;
	width: 45%;
}
#viewWishlist .wl-items .img {
	float: left;
	width: 55px;
	margin-right: 5px;
}
#viewWishlist .wl-items .product-name-options {
	float: left;
	width: 70%;
}
#viewWishlist .wl-items .name {
    display: block;
}
#viewWishlist .wl-quantity {
	float: left;
	width: 15%;
}
#viewWishlist .wl-price {
	float: left;
	width: 10%;
}
#viewWishlist .wl-total {
	float: left;
	width: 10%;
}
#viewWishlist .wl-details {
	float: left;
	width: 20%;
}
#viewWishlist .emptylist {
	text-align: center;
	margin: 15px 0;
}
#viewWishlist .wl-remove-item {
    display: none;
}
#viewWishlist .wishlistView .remove-item {
    font-size: 18px;
}

/*	view_wishlist_lists.html Template
	---------------------------------	*/
#viewWishlistLists .button {
	margin-right: 5px;
	padding: 0 0 0 10px;
}
#viewWishlistLists h1 {
	float: left;
	line-height: 1.4em;
}
.wishListsView {
	margin-top: 15px;
}
#viewWishlistLists .row {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}
#viewWishlistLists .wl-name {
	float: left;
	width: 45%;
}
#viewWishlistLists .wl-items {
	float: left;
	width: 10%;
}
#viewWishlistLists .wl-visibility {
	float: left;
	width: 15%;
}
#viewWishlistLists .wl-actions {
	float: left;
	width: 25%;
}

/*	view_wishlist_public.html Template
	----------------------------------	*/
#viewWishlistPublic .button {
	margin-right: 5px;
	padding: 0 0 0 10px;
}
#viewWishlistPublic h1 {
	float: left;
	line-height: 1.4em;
}
#viewWishlistPublic .public-wishlist-creator {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	margin-bottom: 15px;
	padding: 5px;
}
#viewWishlistPublic .social-bookmarking {
	margin-bottom: 15px;
}
.wishlistView {
	margin-top: 15px;
}
#viewWishlistPublic .row {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}
#viewWishlistPublic .wl-items {
	float: left;
	width: 45%;
}
#viewWishlistPublic .wl-items .img {
	float: left;
	width: 55px;
	margin-right: 5px;
}
#viewWishlistPublic .wl-items .product-name-options {
	float: left;
	width: 70%;

}
#viewWishlistPublic .wl-items .name {
	float: left;
	width: 70%;
}
#viewWishlistPublic .wl-quantity {
	float: left;
	width: 15%;
}
#viewWishlistPublic .wl-price {
	float: left;
	width: 10%;
}
#viewWishlistPublic .wl-total {
	float: left;
	width: 10%;
}
#viewWishlistPublic .wl-details {
	float: left;
	width: 20%;
}
#viewWishlistPublic .emptylist {
	text-align: center;
	margin: 15px 0;
}

/*	addtowishlist.html Template
	---------------------------	*/
#addtoWishlist {
	background: #FFF;
	height: 100%;
	margin: 0 !important;
	padding-top: 15px;
}
#addtoWishlist h1 {
	margin: 0 0 5px 15px;
}
#addtoWishlist h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#addtoWishlist .add-wishlist-prod-name {
    font-size: 14px;
	margin: 0 auto 15px;
    padding: 0 10px;
	text-align: center;
}
#addtoWishlist .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 15px 10px;
}
#addtoWishlist .recomendBlock {
	position: relative;
	margin: 15px;
}
#addtoWishlist p {
	margin: 0 0 15px 15px;
}
#addtoWishlist .thumbnail {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: center;
	width: 100px;
}
#addtoWishlist .thumbnail span {
	display: block;
	margin: 10px;
}
.wishlistField {
	margin: 0 0 15px;
}
.wishlistField label {
	float: left;
	line-height: 2.4em;
}
.wishlistField .text {
	float: left;
	line-height: 2.4em;
	width: 150px;
}
.wishlistField input {
	float: left;
	margin: 0;
}
.wishlistField input[type="radio"] {
	float: left;
	margin: 9px 10px 0 0;
}
#addtoWishlist .addwishlist-submit-button {
	margin: 0 0 10px 108px;
}
#addtoWishlist .errorMsg {
	margin: 15px;
	text-align: center;
}

/*	view_waitinglist.html Template
	---------------------------	*/
#viewWaitinglist .button {
    margin-right: 5px;
    padding: 0 0 0 10px;
}

#viewWaitinglist h1 {
    float: left;
    line-height: 1.4em;
}

#viewWaitinglist .list-visibility {
    float: left;
    margin: 15px 0;
}

#viewWaitinglist .list-visibility span {
    float: left;
    display: block;
    line-height: 2.4em;
    margin-right: 5px;
}

#viewWaitinglist .list-visibility input {
    float: left;
}

#viewWaitinglist .list-visibility label {
    float: left;
    display: block;
    margin: 0 10px 0 5px;
}

#viewWaitinglist input[type="radio"] {
    float: left;
    margin: 2px 5px 0 0;
}

#viewWaitinglist .opt-format {
    background: #EAE9E9;
    background: rgba(234, 233, 233, 0.3);
    background-color: #EAE9E9;
    background-color: rgba(234, 233, 233, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
    float: left;
    margin-right: 5px;
    padding: 5px 8px;
}

#viewWaitinglist .save-button {
    float: right;
    margin: 15px 0;
}

#viewWaitinglist .public-waitinglist-url {
    background: #EAE9E9;
    background: rgba(234, 233, 233, 0.3);
    background-color: #EAE9E9;
    background-color: rgba(234, 233, 233, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
    margin-bottom: 15px;
    padding: 5px;
}

#viewWaitinglist .social-bookmarking {
    margin-bottom: 15px;
}

.waitinglistView {
    margin-top: 15px;
}

#viewWaitinglist .row {
    position: relative;
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}

#viewWaitinglist .row:nth-child(2n) {
    background: #EAE9E9;
    background: rgba(234, 233, 233, 0.3);
    background-color: #EAE9E9;
    background-color: rgba(234, 233, 233, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}

#viewWaitinglist .wl-items {
    float: left;
    width: 45%;
}

#viewWaitinglist .wl-items .img {
    float: left;
    width: 55px;
    margin-right: 5px;
}

#viewWaitinglist .wl-items .product-name-options {
    float: left;
    width: 70%;
}

#viewWaitinglist .wl-items .name {
    display: block;
}

#viewWaitinglist .wl-quantity {
    float: left;
    width: 15%;
}

#viewWaitinglist .wl-price {
    float: left;
    width: 10%;
}

#viewWaitinglist .wl-sku {
    float: left;
    width: 10%;
}

#viewWaitinglist .wl-total {
    float: left;
    width: 10%;
}

#viewWaitinglist .wl-details {
    float: left;
    width: 20%;
}

#viewWaitinglist .emptylist {
    text-align: center;
    margin: 15px 0;
}

#viewWaitinglist .wl-remove-item {
    display: none;
}

#viewWaitinglist .waitinglistView .remove-item {
    font-size: 18px;
}

/*	blog.html Template
	------------------	*/

/*Blog Fields*/

#blog .blogField {
    margin-bottom: 10px;
}

#blog .blogField textarea{
    width: 100%;
}

#blog .blogField label {
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
    font-size: 16px;
}
#blog .blogField label:after {
    content: '(Required)';
    color: #7D8084;
    padding: 0px 5px;
    font-size: 13px;
}
#blog .blogField input {
    min-height: 40px;
    max-width: 100%;
    min-width: 100%;
}
#blog .blogField textarea {
    float: left;
    width: 100%;
    border: 1px solid #cccccc;
    margin: 10px 0px;
}
#blog .blogField .captcha {
    float: left;
    width: 100%;
    margin-bottom: 55px;
}
#blog .blogField .captcha-text,
#frmCommentReply .captcha-text  {
    margin-top: -35px !important;
    font-size: 16px;
    padding-bottom: 10px;
}
#blog .blogField .recaptcha {
    float: left;
}
#blog .blogAddComments input[type="submit"],
#frmCommentReply .submit-reply {
    margin-left: 100px;
    font-size: 16px;
}
#blog .top-nav {
    margin-bottom: 15px;
}
#blog .bottom-nav {
    margin-bottom: 15px;
}
#blog .blogField .captcha #ramdomWord {
    width: 100%;
}
/*Add Reply Section*/

#divAddReply {
    color: #000;
    background: none;
    background-color: #fff;
    overflow-y: visible;
    overflow-x: hidden;
}
#divAddReply h1 {
    margin: 0 0 25px 15px;
}
#divAddReply .reply-submit-button {
    margin: 0 0 0 85px;
}
#divAddReply .newReplyComment {
    margin: 10px 25px 10px 25px;
    position: relative;
}
#divAddReply .replyField {
	margin-bottom: 10px;
}
#divAddReply .replyField label {
    float: left;
    line-height: 2.4em;
    width: 100%;
    font-size: 16px;
}
#divAddReply .replyField .text {
    float: left;
    line-height: 2.4em;
    width: 150px;
}
#divAddReply .replyField input {
    float: left;
    width: 90%;
    margin: 0;
}
#divAddReply .replyField textarea {
    float: left;
    width: 95%;
}
#divAddReply .replyField .captcha {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}


/*Blog Post Section*/

#blog .button {
    display: block;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
}
#blog .blogPost {
    float: left;
    width: 76%;
}
#blog h1 a {
    font-size: 36px;
    line-height: 1em;
}
#blog h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
#blog .blogPost .post_image-container {
    margin: 0 0 15px;
    text-align: center;
}
#blog .blogPost .post_image-container img {
    max-width: 100%;
}
#blog .blog-info {
    float: left;
    margin-top: 10px;
}
#blog .social-bookmarking {
    float: right;
    margin-top: 10px;
}
#blog article.blog-body {
    margin: 15px 0;
	word-wrap: break-word;
}
#blog article.blog-body p {
    line-height: 1.5em;
    text-align: justify;
    margin: 0 0 15px 0;
}
#blog article.blog-body object {
    width: 100%;
}
#blog .blog-readmore {
    float: right;
    margin-right: 10px;
}
#blog .blog-comment-num {
    float: right;
}
#blog .blogNav {
    float: right;
    width: 20%;
    margin-left: 20px;
}
#blog .blogNav ul {
    list-style: none;
}
#blog .blogNav li {
    margin-bottom: 10px;
}
#blog .blogNav li a {
    padding: 0;
}
#blog .blog-categories_block {
    margin-bottom: 15px;
}
#blog .blog-posts_block {
    margin-bottom: 15px;
}
#blog .blog-archives_block {
    margin-bottom: 15px;
}
#blog .blogComments {
    padding: 10px;
    float: left;
    width: 100%;
    background: transparent !important;
}
#blog .blogComments:nth-child(2n) {
    background: #EAE9E9;
    background: rgba(234, 233, 233, 0.3);
    background-color: #EAE9E9;
    background-color: rgba(234, 233, 233, 0.3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#blog .blog-comment-date {
    float: left;
    clear: both;
}
#blog .blog-user {
    float: left;
    font-weight: bold;
    clear: both;
    font-size: 16px;
    text-align: left;
    padding: 0px 0px 5px;
}
#blog article.blog-comment {
    border-bottom: 1px solid #d2d2d2;
    margin: 15px 0;
    padding-bottom: 10px;
    line-height: 1.5em;
    position: relative;
    margin-left: 1.5em;
    padding-left: 0px;
    margin-top: 20px;
    float: right;
    width: 100%;
}
#blog article.blog-comment p {
    line-height: 1.5em;
    margin: 0 0 15px 0;
}
/*Navigation */

#blog .prevnext {
    width: 100%;
    float: left;
    padding: 25px 0px;
    margin-bottom: 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
#blog .prevnext a {
    font-size: 16px;
}
#blog .prevnext a:hover {
    text-decoration: none;
}
#blog .prevnext .left a:before {
    content: '<<';
    padding: 0px 5px;
}
#blog .prevnext .right a:after {
    content: '>>';
    padding: 0px 5px;
}
#blog .blogComments .reply-btn {
    padding: 10px 0px;
}

#blog .blogComments .reply-btn a{
	font-size: 16px;	
}
#blog .blogreply {
    position: relative;
    margin-left: 1.5em;
    padding-left: 2em;
    margin-top: 0px;
    float: left;
    width: 100%;
}
#blog input#recaptcha_response_field {
    min-height: 20px !important;
}
#blog .header {
    margin: 20px 0px;
    font-size: 14px;
}
/*Tool Tip*/

#blog .tool-tip,
#frmCommentReply .tool-tip {
    top:  0px;
    left: 10px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
#blog .tool-tip:hover,
#frmCommentReply .tool-tip:hover {
    text-decoration: underline;
}
/* Hide the tooltip content by default */

#blog .tool-tip:before,
#blog .tool-tip:after,
#frmCommentReply .tool-tip:before,
#frmCommentReply .tool-tip:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}
/* Position tooltip above the element */

#blog .tool-tip:before,
#frmCommentReply .tool-tip:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    width: 160px;
    border-radius: 3px;
    background-color: #cff1ff;
    color: #000;
    content: attr(data-tooltip);
    text-align: left;
    font-size: 12px;
    padding: 10px 20px;
    line-height: 20px;
    border: 1px solid #afe5fb;
}
/* Triangle hack to make tooltip look like a speech bubble */

#blog .tool-tip:after,
#frmCommentReply .tool-tip:after {
    position: absolute;
    bottom: 150%;
    left: 20%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #cff1ff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}
/* Show tooltip content on hover */

#blog .tool-tip:hover:before,
#blog .tool-tip:hover:after,
#frmCommentReply .tool-tip:hover:before,
#frmCommentReply .tool-tip:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/*Modal Form*/

.blog .left-fields {
	width: 48%;
    float: left;
}

.blog .left-fields img{
	vertical-align: middle;
}

.blog .right-fields {
	width: 48%;
    float: right;
}
.blog .action-blog {
    float: right;
    text-align: center;
    margin: 0px 0px 0px;
    display: inline-block;
    right: 0px;
    bottom: 0px;
}
.blog .action-blog input {
    float: right;
    text-align: center;
    min-width: 200px;
    min-height: 40px;
    padding: 0px 10px;
}
.blog .captcha-section {
    margin: 20px 0px;
}
@media (max-width: 767px) {
    .blog .left-fields,
    .blog .right-fields,
    .blog .blogField input {
        width: 100%;
        min-width: 100%;
    }
    .blog  .left-fields.captcha-image {
        margin-bottom: 35px;
    }
}

.blogAddComments{
    float: left;
    width: 100%;
    position: relative;	
}

.captcha-section {
    margin: 20px 0px;
}

#frmCommentReply h2{
    padding: 25px 20px 0px 25px;
}

#frmCommentReply .replyField textarea {
    float: left;
    width: 100%;
}


#frmCommentReply  .replyField input {
    min-height: 40px;
    width: 100%;
}

#frmCommentReply .action-blog .btn,
#frmCommentReply .action-blog .btn:hover,
#frmCommentReply .action-blog .btn_over{
    font-size: 16px;	
}


#divReCaptcha {
    position: relative;
}

#submit-modal {
    bottom: 0px;
    position: absolute;
}


/*	checkout-singlepage.html Template
	---------------------------------	*/
#checkoutSinglePage .button {
	display: block;
	padding: 0 0 0 10px;
}
#checkoutSinglePage h1 {
	margin-bottom: 15px;
}
#checkoutSinglePage h3 {
	float: left;
	font-size: 130%;
	line-height: 1.8em;
}
#checkoutSinglePage .header {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
#checkoutSinglePage .leftCol {
	float: left;
	width: 49%;
}
#checkoutSinglePage .rightCol {
	float: right;
	width: 49%;
}
#billing_div {
	width: 100% !important;
}
/* Items In Cart */
#divCart {
	width: 100% !important;
	margin-bottom: 15px;
}
#divCart .row {
	margin-top: 10px;
}
#divCart .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#divCart .row .img {
	float: left;
	margin-right: 15px;
}
#divCart .row .item-options {
	float: left;
}
#divCart .row .checkout-quantity {
	line-height: 4.6em;
}
#divCart .row .checkout-price {
	line-height: 4.6em;
}
#divCart .row .checkout-total {
	line-height: 4.6em;
}
.checkout-items {
	float: left;
	width: 70%;
}
.checkout-quantity {
	float: left;
	width: 10%;
	text-align: center;
}
.checkout-price {
	float: left;
	width: 10%;
	text-align: right;
}
.checkout-total {
	float: left;
	width: 10%;
	text-align: right;
}
/* Login to Account */
.account_login1 {
	margin: 15px auto;
}
.loginmessage2 {
	margin: 5px 0;
}
.login1-button {
	float: left;
}
.fbconnect {
	float: left;
	margin: 5px 0 0 15px;
}
/* Billing Information */
#billing_info {
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}
#divBillingInfo {
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}
.chkField {
	margin-bottom: 5px;
}
.chkField label {
	float: left;
	line-height: 2.9em;
	margin-right: 10px;
	text-align: right;
	width: 35%;
}
.chkField select {
	float: left;
    width: 50%;
}
.chkField input {
	float: left;
    width: 50%;
}
.chkField .checkbox-format {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	margin-right: 5px;
	padding: 5px 8px;
}
.chkField input[type="checkbox"] {
	float: left;
    width: auto;
	margin: 2px 5px 0 0;
}
.chkField .checkbox-format label {
	float: left;
    line-height: normal;
    width: auto;
}
.chkField .checkbox-format input[type="checkbox"] {
	float: left;
    line-height: normal;
    width: auto;
}
.chkField img {
	margin: 8px 0 0 6px;
}
#divEmail {
	float: left;
	line-height: 2.9em;
}
#checkoutSinglePage .strong-pass-bar {
	float: left;
    height: 20px;
	margin: 0 0 0 171px;
    overflow: hidden;
	width: 35%;
}
#checkoutSinglePage .PasswordMSG {
    margin: 0;
}
.sameAsBilling1 {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	float: right;
	padding: 3px 8px;
}
/* Shipping Methods */
#divEchoOptions {
	margin-bottom: 15px;
	position: relative;
}
#divEchoOptions .echo-option {
    margin: 0 0 10px 0;
}
#divEchoOptions .echo-option2 {
    margin: 0 0 5px 15px;
}
#divEchoOptions .echo-group1 {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#shipResult {
	position: relative;
}
#shipping_div {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
#shipping_info {
	float: right;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.carrierDisplay {
	margin-bottom: 5px;
}
.option-shipper {
	float: left;
}
.shippingOption {
	padding-left: 5px;
	margin-bottom: 5px;
}
.shippingOption input {
	float: left;
	margin: 3px 15px 0 0;
}
.shipper-option-desc {
	float: left;
	width: 70%;
	margin-bottom: 10px;
}
.shipper-option-price2 {
	float: left;
	width: 20%;
	text-align: right;
}
.addressType {
	margin-bottom: 10px;
}
.addressType label {
	float: left;
	width: 150px;
	line-height: 2.9em;
	text-align: right;
	margin-right: 10px;
}
/* Order Total */
#total_div {
	width: 100%;
	margin: 15px auto;
	position: relative;
}
#total_div .totalinstructions {
	margin: 15px auto;
}
.total_items {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_subtotal {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_discount-detail {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_discount {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_promotion {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}
.total_promotion-name {
	float: left;
	line-height: 2.5em;
}
.total_buysafe-logo {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_buysafe {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_handling-item {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_handling-price {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
#divDiscountDetails {
	width: 98%;
	background: #efefef;
	padding: 5px;
	margin-bottom: 5px;
}
.total_cart-shipping {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_shipping {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_cart-taxes {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_taxes {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_cart-total {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_total {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
#divGiftCertDetails {
	width: 100%;
	background: #efefef;
	margin-bottom: 5px;
}
.total_cart-giftcerts {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_giftcerts {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_giftcerts-details {
    display: block;
}
.total_giftcerts-details-items {
    display: block;
}
.giftcerts-name {
	float: left;
	width: 40%;
}
.giftcerts-amount {
	float: left;
	width: 30%;
}
.giftcerts-balance {
	float: left;
	width: 30%;
}
#divBalance {
	padding: 5px 0;
	border: 1px solid #d2d2d2;
	border-right: none;
	border-left: none;
}
.total_cart-balance {
	float: left;
	width: 49%;
}
.total_balance {
	float: right;
	width: 49%;
	text-align: right;
}
#divApplyCoupon {
	padding: 5px 0;
}
#divApplyCoupon .coupon-field {
    margin: 5px 0;
}
/* Payment Methods */
#divPayment {
	width: 100% !important;
	margin-bottom: 15px;
	position: relative;
}
#divPayment h4 {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	font-size: 100%;
	padding: 5px;
}
#divPayment h4 label {
    display: block;
}
#divPaymentMethods {
	position: relative;
}
.payment-desc {
	margin: 10px 0 0 15px;
}
/* MasterPass Wallet */
.checkoutMasterPass {
	margin-bottom: 15px;
}
.checkoutMasterPass a {
	display: inline-block;
    font-size: 11px;
    margin: 2px 0;
}
/* PayPal Express Gateway */
.ppExpress {
	margin-bottom: 15px;
}
.ppExpress .desc-message {
	padding: 10px;
}
.ppExpress .ppe-radio {
	float: left;
	line-height: 35px;
	margin: 0 5px;
	padding: 8px 0 0;
	overflow: hidden;
}
.ppExpress .ppe-logo {
	float: left;
	margin: 7px 5px 0 0;
}
.ppExpress .payment-desc {
	float: left;
	line-height: 35px;
	margin: 0;
}
/* PayPal Advance Gateway */
.ppAdv {
	margin-bottom: 15px;
}
.ppAdv input[type="radio"] {
	margin: 0 5px;
}
/* AuthentCIM Gateway */
.authneticIMBlock {
	margin-bottom: 15px;
}
/* FuturePay Gateway */
.fpay {
	margin-bottom: 15px;
}
.fpay .desc-message {
	padding: 10px;
}
.fpay-radio {
	float: left;
	line-height: 35px;
	margin: 0 5px;
	padding: 5px 0 0;
	overflow: hidden;
}
.fpay-logo {
	float: left;
	margin: 0 5px 0 0;
    width:108px;
}
.fpay .payment-desc {
	float: left;
	line-height: 50px;
	margin: 0;
}

.fpay .payment-desc_v2 {
	float: left;
	margin: 0;
    width:150px;
}

.fpay-logo_v2 {
	float: left;
	margin: 0 5px 0 0;
}


/* BreadCheckout Gateway */
.breadcheckout {
	margin-bottom: 15px;
}
.breadcheckout-radio {
	float: left;
	line-height: 35px;
	margin: 0 5px;
	padding: 5px 0 0;
	overflow: hidden;
}
.breadcheckout-logo {
	float: left;
	margin: 0 5px 0 0;
    width:108px;
}
.breadcheckout-logo_v2 {
	float: left;
	margin: 0 5px 0 0;
}


/* WePay Gateway */
.wpay {
	margin-bottom: 15px;
}
.wpay .desc-message {
	padding: 10px;
}
.wpay-radio {
	float: left;
	margin: 0 5px;
	padding: 19px 0 0;
	overflow: hidden;
}
.wpay-logo {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.wpay .payment-desc {
	float: left;
	line-height: 50px;
	margin: 0;
}
.wpay .payment-desc_v2 {
	float: left;
	margin: 0;
    width:150px;
}
.wpay-logo_v2 {
	float: left;
	margin: 0 5px 0 0;
}
.wpay .payment-desc {
    display: none;
}

/* Affirm Gateway */
.affirm {
	margin-bottom: 15px;
}
.affirm .desc-message {
	padding: 0px;
}
.affirm-radio {
	float: left;
	line-height: 35px;
	margin: 0 5px;
	padding: 1px 0 0;
	overflow: hidden;
}
.affirm-logo {
	float: left;
	margin: 0 5px 0 0;
    width:108px;
}
.affirm .payment-desc {
	float: left;
	line-height: 50px;
	margin: 0;
}

/* Credit Cards Gateways */
.cimField {
	margin: 10px 0 0 15px;
}
.ccGateway {
	margin-bottom: 15px;
}
.ccGateway input[type="radio"] {
	margin: 0 5px 0;
}
.ccgField {
	margin-top: 10px;
}
.ccgField label {
	float: left;
	width: 200px;
	line-height: 1.8em;
	text-align: right;
	margin-right: 10px;
}
.ccgField input {
	float: left;
}
.ccgField select {
	float: left;
    margin-right: 7px;
}
.ccgField img {
	float: left;
	margin: 8px 0 0 6px;
}
.ccgField .cvv2-help {
	float: left;
	margin-left: 5px;
	display: block;
	line-height: 2.9em;
}
/* Klarna Gateway */
.klarnaInvoice, .klarnaAccount {
	margin-bottom: 15px;
}
.klarna-invoice-radio {
	float: left;
	line-height: 35px;
	margin: 0 5px;
	padding: 8px 0 0 0;
	overflow: hidden;
}
.klarna-invoice-logo img {
	float: left;
	margin: 0 5px 0 0;
}
.klarna-invoice-logo span {
	float: left;
	line-height: 35px;
	display: block;
	margin: 0;
}
#klarna_invoiceterms {
	margin: 0 0 0 30px;
}
.klarnaField {
	margin-bottom: 10px;
}
.klarnaField .label {
	float: left;
	width: 150px;
	text-align: right;
	line-height: 2.9em;
	margin-right: 10px;
}
.klarna-invoice-details {
	margin: 10px 0 10px 30px;
}
.klarna-account-radio {
	float: left;
	line-height: 35px;
	margin: 0 5px;
	padding: 8px 0 0 0;
	overflow: hidden;
}
.klarna-account-logo img {
	float: left;
	margin: 0 5px 0 0;
}
.klarna-account-logo span {
	float: left;
	line-height: 35px;
	display: block;
	margin: 0;
}
.klarna-account-details {
	margin: 10px 0 10px 30px;
}
#klarna_accountterms {
	margin: 0 0 0 30px;
}
#afm_banner {
	margin: 10px 0 5px 30px;
}
/* Link Gateway */
.linkGateway {
	margin-bottom: 15px;
}
.linkGateway input[type="radio"] {
	margin: 0 5px 0;
}
.linkGateway .payment-desc {
	padding: 10px;
}
/* eLayaway Gateway */
.elayawayGateway {
	margin-bottom: 15px;
}
.elayawayGateway .desc-message {
	margin: 10px 0 10px 30px;
}
.divElayaway {
	margin: 0 0 0 30px;
}
/* Military Star */
.militaryStar {
	margin-bottom: 15px;
}
.msField {
	margin-top: 10px;
}
.msField label {
	float: left;
	width: 200px;
	line-height: 2.9em;
	text-align: right;
	margin-right: 10px;
}
.msField input {
	float: left;
}
.msField img {
	float: left;
	padding: 8px 0 0 6px;
}
/* GE Money */
.geMoney {
	margin-bottom: 15px;
}
.gmField {
	margin-top: 10px;
}
.gmField label {
	float: left;
	width: 200px;
	line-height: 2.9em;
	text-align: right;
	margin-right: 10px;
}
.gmField input {
	float: left;
}
.gmField img {
	float: left;
	padding: 8px 0 0 6px;
}
/* Check Gateway */
.chkGateway {
	margin-bottom: 15px;
}
/* Custom Gateway */
.customGateway {
	margin-bottom: 15px;
}
.customGateway input[type="radio"] {
	margin: 0 5px 0;
}
.customGateway .payment-type {
	padding: 10px;
}
.customGateway .cust-input {
	float: left;
	width: 200px;
	line-height: 2.9em;
	text-align: right;
	margin-right: 10px;
}
.customGateway .cust-field {
	float: left;
}
/* V.ME Not Selected */
#divVmeNotSelected {
	margin-bottom: 15px;
}
/* Comments */
#divCheckoutComments {
	margin-bottom: 15px;
}
.chkComments {
    display: block;
}
.chkComments label {
	display: block;
	margin-bottom: 10px;
}
.chkComments textarea {
    width: 100%;
}
/* Insurance Costs */
.divInsurance {
	margin-bottom: 15px;
}
.divInsurance h4 {
    background: #EAE9E9;
    background: rgba(234, 233, 233, 0.3);
    background-color: #EAE9E9;
    background-color: rgba(234, 233, 233, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
    font-size: 100%;
    padding: 5px;
}
.divInsurance .insurField {
    margin-bottom: 10px;
}
.divInsurance .insurField input {
    float: left;
    margin: 3px 15px 0 0;
    padding: 0;
    width: 15px;
}
.divInsurance .insurField label {
    float: left;
    display: block;
    width: 90%;
}
/* Address Validation */
#divAddrressValidator {
    height: 212px;
    width: 600px;
}
#spanCheckout {
    display: block;
    text-align: right;
}

/*	checkout-singlepage-v2.html Template
	------------------------------------	*/
#checkoutSinglePagev2 .button {
	display: block;
	padding: 0 0 0 10px;
}
#checkoutSinglePagev2 h1 {
	margin-bottom: 15px;
}
#checkoutSinglePagev2 h3 {
	float: left;
	font-size: 130%;
	line-height: 1.8em;
}
#checkoutSinglePagev2 .header {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
#checkoutSinglePagev2 .leftCol {
	float: left;
	width: 55%;
}
#checkoutSinglePagev2 .rightCol {
	float: right;
	width: 43%;
}
#billing_div {
	width: 100% !important;
}
/* Items In Cart */
#divCart {
	width: 100% !important;
	margin-bottom: 15px;
}
#divCart .row {
	margin-bottom: 10px;
}
#divCart .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#divCart .row .img {
	float: left;
	margin-right: 15px;
}
#divCart .row .item-options {
	float: left;
}
#divCart .row .checkout-quantity {
	line-height: 4.6em;
}
#divCart .row .checkout-price {
	line-height: 4.6em;
}
#divCart .row .checkout-total {
	line-height: 4.6em;
}
#divCart .chkcart-container {
    max-height: 310px;
    overflow: auto;
}
#divCart .chkcart-container .product-image {
    width: 40px;
    margin: 0 5px 0 0;
}
#divCart .chkcart-container .product-info {
    text-align: left;
    width: 78%;
}
#divCart .chkcart-container .product-info span {
    display: block;
    text-align: right;
}
.checkout-items {
	float: left;
	width: 70%;
}
.checkout-quantity {
	float: left;
	width: 10%;
	text-align: center;
}
.checkout-price {
	float: left;
	width: 10%;
	text-align: right;
}
.checkout-total {
	float: left;
	width: 10%;
	text-align: right;
}
/* Login to Account */
.account_login1 {
	margin: 0 0 15px;
}
.account_login1 .create_newaccount {
    float: left;
    width: 55%;
}
.account_login1 .registered_account {
    float: right;
    width: 43%;
}
.registered-login {
    display: none;
}
.registered-login .submit-button {
    margin: 15px 0 0;
}
.loginmessage2 {
	margin: 5px 0;
}
.login1-button {
	float: left;
}
#checkoutSinglePagev2 .fbconnect {
	float: left;
    margin: 0;
}
#checkoutSinglePagev2 .fbconnect img {
	float: left;
    margin: 2px 0 10px;
}
#checkoutSinglePagev2 .fbconnect span {
    border: 2px solid #d2d2d2;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    float: left;
    height: 25px;
    line-height: 20px;
    margin: 0 10px 10px;
    text-align: center;
    width: 25px;
}
#showEmailPassword {
    display: none;
}
#myaccountLogin {
    display: none;
}
/* Billing Information */
#billing_info {
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}
#divBillingInfo {
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}
.chkField {
	margin-bottom: 10px;
}
.chkField label {
	float: left;
	line-height: 2.9em;
	margin-right: 10px;
	text-align: right;
	width: 35%;
}
.chkField select {
	float: left;
    width: 50%;
}
.chkField input {
	float: left;
    width: 50%;
}
.chkField .checkbox-format {
	margin-right: 5px;
	padding: 5px 8px;
}
.chkField .checkbox-format label {
	float: left;
    line-height: normal;
    width: auto;
}
.chkField input[type="checkbox"] {
	float: left;
    width: auto;
	margin: 2px 5px 0 0;
}
.chkField img {
	margin: 8px 0 0 6px;
}
#checkoutSinglePagev2 #divEmail {
    display: none;
	float: left;
	line-height: 2.9em;
}
#checkoutSinglePagev2 .strong-pass-bar {
	float: left;
    height: 20px;
	margin: 0 0 0 171px;
    overflow: hidden;
	width: 35%;
}
#checkoutSinglePagev2 .PasswordMSG {
    margin: 0;
}
#checkoutSinglePagev2 .sameAsBilling1 {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	float: right;
	padding: 3px 8px;
}
#checkoutSinglePagev2 .header a.edit-info {
    float: right;
}
#checkoutSinglePagev2 .header a.edit-done {
    display: none;
    float: right;
}
/* Shipping Methods */
.divShippingMethod {
	margin-bottom: 15px;
}
#divEchoOptions {
	margin-bottom: 15px;
	position: relative;
}
#divEchoOptions .echo-option {
    margin: 0 0 10px 0;
}
#divEchoOptions .echo-option2 {
    margin: 0 0 5px 15px;
}
#divEchoOptions .echo-group1 {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#shipResult {
	position: relative;
}
#shipping_div {
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}
#checkoutSinglePagev2 #shipping_info {
    display: none;
	float: right;
	position: relative;
	width: 100%;
}
.carrierDisplay {
	margin-bottom: 5px;
}
.option-shipper {
	float: left;
}
.shippingOption {
	padding-left: 5px;
	margin-bottom: 5px;
}
.shippingOption input {
	float: left;
	margin: 3px 15px 0 0;
}
.shipper-option-desc {
	float: left;
	width: 70%;
	margin-bottom: 10px;
}
.shipper-option-price2 {
	float: left;
	width: 20%;
	text-align: right;
}
.addressType {
	margin-bottom: 10px;
}
.addressType label {
	float: left;
	width: 150px;
	line-height: 2.9em;
	text-align: right;
	margin-right: 10px;
}
#checkoutSinglePagev2 .ccgField label {
    text-align: left;
	display: block;
    float: none;
}
/* Order Total */
#total_div {
	width: 100%;
	margin: 15px auto;
	position: relative;
}
#total_div .totalinstructions {
	margin: 15px auto;
}
.total_items {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_subtotal {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_discount-detail {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_discount {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_promotion {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}
.total_promotion-name {
	float: left;
}
.display-promos {
    margin-bottom: 10px;
}
.total_buysafe-logo {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_buysafe {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_handling-item {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_handling-price {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
#divDiscountDetails {
	background: #efefef;
	padding: 5px;
	margin-bottom: 5px;
}
.total_cart-shipping {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_shipping {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_cart-taxes {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_taxes {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_cart-total {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_total {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
#divGiftCertDetails {
	width: 100%;
	background: #efefef;
	margin-bottom: 5px;
}
.total_cart-giftcerts {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_giftcerts {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_giftcerts-details {
    display: block;
}
.total_giftcerts-details-items {
    display: block;
}
#divBalance {
	border: 1px solid #d2d2d2;
	border-right: none;
	border-left: none;
    font-size: 130%;
    margin-bottom: 5px;
	padding: 5px 0;
}
.total_cart-balance {
	float: left;
	width: 39%;
}
.total_balance {
	float: right;
	width: 59%;
	text-align: right;
}
#divApplyCoupon {
	padding: 5px 0;
}
#divApplyCoupon .coupon-field {
    margin: 5px 0;
}
#divApplyCoupon .coupon-container {
    display: none;
}
/* Checkout Questions */
#divCheckoutQuestions {
	width: 100%;
	margin-bottom: 15px;
}
.chkQuestions {
	display: block;
}
.chk-questions-section {
    margin-bottom: 10px;
}
.chkQuestions .required {
	float: left;
    line-height: 25px;
	width: 25px;
}
.chkQuestions label {
    position: relative;
	display: block;
}
.chkQuestions label.radio {
    margin-bottom: 5px;
    padding-left: 25px;
    line-height: 25px;
    cursor: pointer;
}
.chkQuestions label.radio input {
    position: absolute;
    left: 0;
    top: 0.5em;
}
.chkQuestions label.checkbox {
	float: left;
    margin-bottom: 5px;
    padding-left: 25px;
    line-height: 25px;
    cursor: pointer;
}
.chkQuestions label.checkbox input {
    position: absolute;
    left: 0;
    top: 0.1em;
	height: 2.0em;
}
.chkQuestions label.select select{
    display: block;
    padding: 8px 10px;
}
.chkQuestionsTemplates select {
	float: left;
	line-height: normal;
	height: 1.8em;
	margin: 0;
}

.checkout-addfees-questions label.select select {
    display: block;
    padding: 8px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkout-addfees-questions .radio-box {
    border: 1px solid #ccc;
    padding: 6px 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.checkout-addfees-questions .radio-option {
    float: left;
    margin: 0;
    padding: 10px 0px
}
.checkout-addfees-questions .option-price {
    float: right;
    position: relative;
    top: 10px;
    font-weight: bold
}



/* Comments */
#divCheckoutComments {
	margin-bottom: 15px;
}
#checkoutSinglePagev2 .chkComments {
    display: none;
}
.chkComments label {
	display: block;
	margin-bottom: 10px;
}
.chkComments textarea {
    width: 100%;
}
/* Insurance Costs */
.divInsurance {
	margin-bottom: 15px;
}
.divInsurance .insurField {
    margin-bottom: 10px;
}
.divInsurance .insurField input {
    float: left;
    margin: 3px 15px 0 0;
    padding: 0;
    width: 15px;
}
.divInsurance .insurField label {
    float: left;
    display: block;
    width: 80%;
}
.divInsurance h4 {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	padding: 5px;
}
/* Address Validation */
#divAddrressValidator {
    height: 212px;
    width: 600px;
}
#checkoutSinglePagev2 h3 span {
    background: #EEE;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 10px 0 0;
    width: 25px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
#checkoutSinglePagev2 .alpha-col {
    float: right;
    width: 25%;
}
#checkoutSinglePagev2 .beta-col {
    float: left;
    width: 73%;
}
#checkoutSinglePagev2 .chkField input,
#checkoutSinglePagev2 .chkField select {
    width: 47%;
    margin-right: 10px;
}
#checkoutSinglePagev2 .chkFullWidth input {
    width: 97%;
    margin-right: 0;
}
#checkoutSinglePagev2 .chkFullWidth select {
    width: 97%;
    margin-right: 0;
}
#checkoutSinglePagev2 .chkField .checkbox-format input {
    width: auto;
}
#divBillingEmail {
    display: none;
}

/*	checkout-wallet.html Template
	---------------------------------	*/
#checkoutWallet .button {
	display: block;
	padding: 0 0 0 10px;
}
#checkoutWallet h1 {
	margin-bottom: 15px;
}
#checkoutWallet h3 {
	float: left;
	font-size: 130%;
	line-height: 1.8em;
}
#checkoutWallet .header {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
#checkoutWallet .leftCol {
	float: left;
	width: 55%;
}
#checkoutWallet .rightCol {
	float: right;
	width: 43%;
}
#billing_div {
	width: 100% !important;
}
/* Items In Cart */
#divCart {
	width: 100% !important;
	margin-bottom: 15px;
}
#divCart .row {
	margin-bottom: 10px;
}
#divCart .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#divCart .row .img {
	float: left;
	margin-right: 15px;
}
#divCart .row .item-options {
	float: left;
}
#divCart .row .checkout-quantity {
	line-height: 4.6em;
}
#divCart .row .checkout-price {
	line-height: 4.6em;
}
#divCart .row .checkout-total {
	line-height: 4.6em;
}
#divCart .chkcart-container {
    max-height: 310px;
    overflow: auto;
}
#divCart .chkcart-container .product-image {
    width: 40px;
    margin: 0 5px 0 0;
}
#divCart .chkcart-container .product-info {
    text-align: left;
    width: 78%;
}
#divCart .chkcart-container .product-info span {
    display: block;
    text-align: right;
}
.checkout-items {
	float: left;
	width: 70%;
}
.checkout-quantity {
	float: left;
	width: 10%;
	text-align: center;
}
.checkout-price {
	float: left;
	width: 10%;
	text-align: right;
}
.checkout-total {
	float: left;
	width: 10%;
	text-align: right;
}
/* Login to Account */
.account_login1 {
	margin: 0 0 15px;
}
.account_login1 .create_newaccount {
    float: left;
    width: 55%;
}
.account_login1 .registered_account {
    float: right;
    width: 43%;
}
.registered-login {
    display: none;
}
.registered-login .submit-button {
    margin: 15px 0 0;
}
.loginmessage2 {
	margin: 5px 0;
}
.login1-button {
	float: left;
}
#checkoutWallet .fbconnect {
	float: left;
}
#checkoutWallet .fbconnect img {
	float: left;
    margin: 2px 0 10px;
}
#checkoutWallet .fbconnect span {
    border: 2px solid #d2d2d2;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    float: left;
    height: 25px;
    line-height: 20px;
    margin: 0 10px 10px;
    text-align: center;
    width: 25px;
}
#showEmailPassword {
    display: none;
}
#myaccountLogin {
    display: none;
}
/* Billing Information */
#billing_info {
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}
#divBillingInfo {
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}
.chkField {
	margin-bottom: 10px;
}
.chkField label {
	float: left;
	line-height: 2.9em;
	margin-right: 10px;
	text-align: right;
	width: 35%;
}
.chkField select {
	float: left;
    width: 50%;
}
.chkField input {
	float: left;
    width: 50%;
}
.chkField .checkbox-format {
	margin-right: 5px;
	padding: 5px 8px;
}
.chkField .checkbox-format label {
	float: left;
    line-height: normal;
    width: auto;
}
.chkField input[type="checkbox"] {
	float: left;
    width: auto;
	margin: 2px 5px 0 0;
}
.chkField img {
	margin: 8px 0 0 6px;
}
#checkoutWallet #divEmail {
    display: none;
	float: left;
	line-height: 2.9em;
}
#checkoutWallet .strong-pass-bar {
	float: left;
    height: 20px;
	margin: 0 0 0 171px;
    overflow: hidden;
	width: 35%;
}
#checkoutWallet .PasswordMSG {
    margin: 0;
}
#checkoutWallet .sameAsBilling1 {
    display: none;
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	float: right;
	padding: 3px 8px;
}
#checkoutWallet .header a.edit-info {
    float: right;
}
#checkoutWallet .header a.edit-done {
    display: none;
    float: right;
}
/* Shipping Methods */
.divShippingMethod {
	margin-bottom: 15px;
}
#divEchoOptions {
	margin-bottom: 15px;
	position: relative;
}
#divEchoOptions .echo-option {
    margin: 0 0 10px 0;
}
#divEchoOptions .echo-option2 {
    margin: 0 0 5px 15px;
}
#divEchoOptions .echo-group1 {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#shipResult {
	position: relative;
}
#shipping_div {
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}
#checkoutWallet #shipping_info {
	float: right;
	position: relative;
	width: 100%;
}
.carrierDisplay {
	margin-bottom: 5px;
}
.option-shipper {
	float: left;
}
.shippingOption {
	padding-left: 5px;
	margin-bottom: 5px;
}
.shippingOption input {
	float: left;
	margin: 3px 15px 0 0;
}
.shipper-option-desc {
	float: left;
	width: 70%;
	margin-bottom: 10px;
}
.shipper-option-price2 {
	float: left;
	width: 20%;
	text-align: right;
}
.addressType {
	margin-bottom: 10px;
}
.addressType label {
	float: left;
	width: 150px;
	line-height: 2.9em;
	text-align: right;
	margin-right: 10px;
}
/* Order Total */
#total_div {
	width: 100%;
	margin: 15px auto;
	position: relative;
}
#total_div .totalinstructions {
	margin: 15px auto;
}
.total_items {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_subtotal {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_discount-detail {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_discount {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_promotion {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}
.total_promotion-name {
	float: left;
}
.display-promos {
    margin-bottom: 10px;
}
.total_buysafe-logo {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_buysafe {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_handling-item {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_handling-price {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
#divDiscountDetails {
	background: #efefef;
	padding: 5px;
	margin-bottom: 5px;
}
.total_cart-shipping {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_shipping {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_cart-taxes {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_taxes {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_cart-total {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_total {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
#divGiftCertDetails {
	width: 100%;
	background: #efefef;
	margin-bottom: 5px;
    padding: 5px
}
.total_cart-giftcerts {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}
.total_giftcerts {
	float: right;
	width: 49%;
	text-align: right;
	margin-bottom: 5px;
}
.total_giftcerts-details {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.total_giftcerts-details-items {
    display: block;
}
.giftcerts-name {
	float: left;
	width: 40%;
    padding: 2px;
}
.giftcerts-amount {
	float: left;
	width: 25%;
    padding: 2px;
}
.giftcerts-balance {
	float: left;
	width: 25%;
    padding: 2px;
}
.giftcerts-remove {
	float: right;
	width: 10%;
    padding: 2px;
}
#divBalance {
	border: 1px solid #d2d2d2;
	border-right: none;
	border-left: none;
    font-size: 130%;
    margin-bottom: 5px;
	padding: 5px 0;
}
.total_cart-balance {
	float: left;
	width: 39%;
}
.total_balance {
	float: right;
	width: 59%;
	text-align: right;
}
#divApplyCoupon {
	padding: 5px 0;
}
#divApplyCoupon .coupon-field {
    margin: 5px 0;
}
#divApplyCoupon .coupon-container {
    display: none;
}
/* Comments */
#divCheckoutComments {
	margin-bottom: 15px;
}
#checkoutWallet .chkComments {
    display: none;
}
.chkComments label {
	display: block;
	margin-bottom: 10px;
}
.chkComments textarea {
    width: 100%;
}
/* Insurance Costs */
.divInsurance {
	margin-bottom: 15px;
}
.divInsurance .insurField {
    margin-bottom: 10px;
}
.divInsurance .insurField input {
    float: left;
    margin: 3px 15px 0 0;
    padding: 0;
    width: 15px;
}
.divInsurance .insurField label {
    float: left;
    display: block;
    width: 80%;
}
.divInsurance h4 {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	padding: 5px;
}
/* Address Validation */
#divAddrressValidator {
    height: 212px;
    width: 600px;
}
#checkoutWallet h3 span {
    background: #EEE;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 10px 0 0;
    width: 25px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
#checkoutWallet .alpha-col {
    float: right;
    width: 25%;
}
#checkoutWallet .beta-col {
    float: left;
    width: 73%;
}
#checkoutWallet .chkField input,
#checkoutWallet .chkField select {
    width: 47%;
    margin-right: 10px;
}
#checkoutWallet .chkFullWidth input {
    width: 97%;
    margin-right: 0;
}
#checkoutWallet .chkFullWidth select {
    width: 97%;
    margin-right: 0;
}
#checkoutWallet .chkField .checkbox-format input {
    width: auto;
}
#checkoutWallet .chkLabel {
    margin-bottom: 10px;
}
#checkoutWallet .chkLabel span {
    display: inline-block;
}
#checkoutWallet .chkLabel span.label {
    font-weight: bold;
    margin-right: 10px;
    min-width: 100px;
}
#checkoutWallet .ccGateway input {
    display: none;
}
#divBillingEmail {
    display: none;
}

@media(max-width: 767px) {
	#checkoutWallet #divBillingInfo .chkLabel:after,
	#checkoutWallet #divShippingInfo .chkLabel:after{
	  content: "";
	  display: table;
	  clear: both;
	}
	#checkoutWallet #divBillingInfo .chkLabel > span,
	#checkoutWallet #divShippingInfo .chkLabel > span {
		display: block;
		margin: 0;
		float: left;
		width: 50%;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#checkoutWallet #billing_info2 .chkField,
	#checkoutWallet #shipping_info .chkField{
		margin: 0;
	}
	#checkoutWallet #billing_info2 .chkField > .txtBoxStyle,
	#checkoutWallet #shipping_info .chkField > .txtBoxStyle{
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
	#checkoutWallet .header,
	#checkoutWallet .chkLabel,
	#checkoutWallet .shipper-option-desc{
		text-align: left;
	}
	#checkoutWallet #divPayment .desc-message img {
		display: block;
		margin: 15px auto;
	}
}

/*	addresses.html Template
	-----------------------	*/
#addresses .button {
	display: block;
	padding: 0 0 0 10px;
}
#addresses h1 {
	float: left;
	line-height: 1.4em;
}
#addresses h2 {
	float: left;
	font-size: 130%;
	line-height: 1.8em;
}
#addresses .header {
	margin: 15px 0;
}
#addresses .viewAddress {
    float: left;
	margin: 0 10px 20px;
    width: 47%;
}
.viewAddress p {
	margin-bottom: 5px;
}
.viewAddress .changeRemove {
	margin-top: 10px;
}
.viewAddress .changeRemove button {
	margin-right: 5px;
}
.viewAddress .myGiftRegistry {
	margin-top: 10px;
}
.viewAddress .editShipment {
	margin-top: 10px;
}

/*	add_addresses.html Template
	---------------------------	*/
#addAddresses .button {
	display: block;
	padding: 0 0 0 10px;
}
#addAddresses h1 {
	float: left;
	line-height: 1.4em;
}
#addAddresses .addUpdateAddress {
	margin: 15px auto;
}
#addAddresses .frmField {
	margin-bottom: 15px;
}
#addAddresses .frmField label {
	float: left;
	width: 150px;
	line-height: 2.4em;
	margin-right: 10px;
}
#addAddresses .frmField input,
#addAddresses .frmField select {
    width: 75%;
}
#addAddresses .back-add-address-button {
	margin: 15px 0 10px 160px;
}

/*	affiliateInfo.html Template
	---------------------------	*/
#affiliateInfo h3 {
	font-size: 130%;
	margin-bottom: 10px;
}
#affiliateInfo .loginForm {
	margin: 15px auto;
}
#affiliateInfo .continue {
    display: block;
}
#affiliateInfo .loginField {
	margin-top: 15px;
}
#affiliateInfo .loginField label {
	float: left;
	width: 150px;
	line-height: 2.4em;
	margin-right: 10px;
}
#affiliateInfo .loginField input {
	float: left;
}
#affiliateInfo .loginForm .login-button {
	margin: 15px 0 10px 160px;
}
#affiliateInfo .createnewaccountForm {
	margin: 15px auto;
}
#affiliateInfo .createnewaccountForm .register-button {
	margin: 15px 0 10px;
}
#affiliateInfo .continue-button {
	margin: 15px 0 10px;
}

/*	category_index.html Template
	----------------------------	*/
.categoryIndex {
    display: block;
}
.category_level1 {
	margin-left: 25px;
}
.category_level1 a {
	font-size: 150%;
}
.category_level2 {
	margin-left: 50px;
}
.category_level2 a {
	font-size: 140%;
}
.category_level3 {
	margin-left: 95px;
}
.category_level3 a {
	font-size: 130%;
}
.category_level4 {
	margin-left: 120px;
}
.category_level4 a {
	font-size: 100%;
}

/*	amazon_cba_ipn.html Template
	----------------------------	*/
#amazon-thankyou-message {
	margin: 15px auto;
	padding: 25px;
}

/*	crm_request.html Template
	-------------------------	*/
#crmRequest .button {
	display: block;
	padding: 0 0 0 10px;
}
#crmRequest h1 {
	float: left;
	line-height: 1.4em;
}
#crmRequest .submit-request-button {
	margin: 15px 0 0 85px;
}
#crmRequest .file-attachments-button {
	margin: 15px 0 0 85px;
}
#crmRequest .files-to-upload {
	margin: 0 0 0 85px;
}

/*	crm.html Template
	-----------------	*/
#crm .button {
	display: block;
	padding: 0 0 0 10px;
}
#crm h1 {
	float: left;
	line-height: 1.4em;
}
.crmTicketInfo .label {
	float: left;
	width: 20%;
	margin-bottom: 10px;
}
.crmTicketInfo .text {
	float: left;
	width: 80%;
	margin-bottom: 10px;
}
.crmTicketInfo {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
.crmTicketStatus table {
    width: 100%;
}
.crmTicketStatus thead {
    line-height: 2.9em;
}
.crmTicketStatus .header {
	margin-bottom: 10px;
}
.crmTicketStatus .row td {
	padding: 10px;
}
.crmTicketStatus .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
.crmTicketStatus .user-date {
	width: 30%;
}
.crmTicketStatus .message {
	width: 70%;
}
.crmTicketStatus .msg-date {
	width: 30%;
}
.crmTicketStatus .msg-date span {
	display: block;
}
.crmTicketStatus .msg-message {
	width: 70%;
}
#crm h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#crm .header {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
#crm .crm-subject {
	float: left;
	line-height: 2.4em;
}
#crm .update-request-button {
	margin: 15px 0 0 85px;
}
#crm .file-attachments-button {
	margin: 0 0 0 85px;
}
#crm .crmTicketStatus .crmcomm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*	giftregistry_home.html Template
	-------------------------------	*/
#giftregistryHome h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#giftregistryHome .header {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 10px;
}
.giftRegistryMyRegistry {
	margin-bottom: 15px;
}
.giftRegistryMyRegistry .left-col {
	float: left;
	width: 49%;
}
.giftRegistryMyRegistry .label {
	float: left;
	width: 150px;
}
.giftRegistryMyRegistry .text {
	float: left;
}
.giftRegistryMyRegistry .right-col {
	float: right;
	width: 49%;
}
.giftreg-product-list {
	margin-bottom: 5px;
}
.giftreg-edit-info {
	margin-bottom: 5px;
}
.giftreg-view-details {
	margin-bottom: 5px;
}
.giftRegistryCreate {
	margin-bottom: 15px;
}
.create-registry-button {
	float: right;
	margin: 10px 0 0;
}
.giftRegistrySearch {
	margin-bottom: 15px;
}
.giftRegistrySearch .home-search-button {
	float: right;
	margin: 10px 0 0;
}
.giftregField {
	margin-bottom: 10px;
}
.giftregField label {
	float: left;
	width: 150px;
	line-height: 2.4em;
}
.giftregField input {
	float: left;
}
.giftregField select {
	float: left;
	margin-right: 15px;
}
#giftregistryHome table {
    width: 100%;
}
#giftregistryHome thead {
    line-height: 2.9em;
}
.giftRegistrySearchResult {
	margin-bottom: 15px;
}
.giftRegistrySearchResult .giftreg-name {
	width: 20%;
}
.giftRegistrySearchResult .giftreg-date {
	width: 20%;
}
.giftRegistrySearchResult .giftreg-fname {
	width: 20%;
}
.giftRegistrySearchResult .giftreg-lname {
	width: 20%;
}
.giftRegistrySearchResult .row {
	padding: 5px;
}
.giftRegistrySearchResult .select-registry-button {
	margin-top: 10px;
}
.giftRegistrySearchResult .search-noresults {
    line-height: 1.5em;
    padding: 10px 0;
}

/*	giftregistry_view.html Template
	-------------------------------	*/
#giftregistryView .button {
	display: block;
	padding: 0 0 0 10px;
}
#giftregistryView h1 {
	float: left;
	line-height: 1.4em;
}
#giftregistryView h3 {
	float: left;
	font-size: 130%;
	line-height: 1.8em;
}
#giftregistryView .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#giftregistryView header .button {
	margin-left: 10px;
}
.giftregistryGiftInfo {
	margin-bottom: 15px;
}
#giftregistryView .label {
	float: left;
	width: 150px;
    line-height: 2.9em;
}
#giftregistryView .text {
	float: left;
    line-height: 2.9em;
}
.giftregistryGiftInfo .giftreg-url {
	margin: 10px 0
}
.giftregistryGiftInfo .giftreg-url .label {
	float: left;
	padding: 5px 0;
	width: 140px;
}
.giftregistryGiftInfo .giftreg-url .text {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	float: left;
	padding: 5px;
}
.giftregistryYourInfo {
	margin-bottom: 15px;
}
.giftregistryShipOptions {
	margin-bottom: 15px;
}
.giftregistryShipOptions input[type="checkbox"] {
	float: left;
	margin-right: 15px;
}
.giftreg-ship-address {
	float: left;
    width: 85%;
}
.giftreg-ship-address span {
	font-weight: bold;
	display: block;
}
#divSelectedAddress {
	margin-left: 33px;
	padding-top: 10px;
}
.giftregistryProducts {
	margin-bottom: 15px;
}
.giftregistryProducts .view-productlist-button {
	float: right;
	margin: 10px 0 0;
}
.giftregistrySendEmails {
	margin-bottom: 15px;
}
.giftregistrySendEmails p {
	margin-bottom: 10px;
}
.giftregistrySendEmails .send-email-button {
	margin-top: 10px;
	text-align: right;
}

/*	view_giftregistry_list.html Template
	------------------------------------	*/
#viewGiftregistryList h1 {
	margin-bottom: 15px;
}
#viewGiftregistryList h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#viewGiftregistryList .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#viewGiftregistryList .reg-message {
	margin-bottom: 15px;
}
#viewGiftregistryList table {
    width: 100%;
}
#viewGiftregistryList thead {
    line-height: 2.9em;
}
.giftreg-productList .row, .giftreg-productList .row td {
    position: relative;
	padding: 5px 0 5px 5px;
}
.giftreg-productList .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#viewGiftregistryList .view-items .img {
	float: left;
	width: 55px;
	margin-right: 10px;
}
#viewGiftregistryList .view-items .name {
	float: left;
	width: 70%;
}
.giftreg-productList .view-items {
	float: left;
	width: 40%;
}
.giftreg-productList .view-desired {
	float: left;
	width: 15%;
}
.giftreg-productList .view-received {
	float: left;
	width: 10%;
	text-align: center;
}
.giftreg-productList .view-price {
	float: left;
	width: 10%;
	text-align: right;
}
.giftreg-productList .view-subtotal {
	float: left;
	width: 10%;
	text-align: right;
}
.giftreg-productList .view-actions {
	float: left;
	width: 15%;
	text-align: center;
}
.giftreg-productList .giftreg-remove-item {
    display: none;
}
.giftreg-productList .row .view-received, .giftreg-productList .row .view-price, .giftreg-productList .row .view-subtotal, .giftreg-productList .row .view-desired {
	line-height: 4.5em;
}
.giftreg-productList .row .view-actions input {
	margin-top: 14px;
}
.giftreg-productList .view-emptylist {
	padding: 10px;
	text-align: center;
}
.giftreg-purchasedList .view-items {
	float: left;
	width: 70%;
}
.giftreg-purchasedList .view-desired {
	width: 15%;
}
.giftreg-purchasedList .view-recieved {
	width: 15%;
}
.giftreg-purchasedList .view-emptypurchasedlist {
	text-align: center;
}
#viewGiftregistryList .giftreg-back-button {
	margin: 15px 0;
	text-align: right;
}

/*	giftregistry_delete.html Template
	--------------------------------	*/
#giftregistryDelete .delete-message {
	text-align: center;
	width: 65%;
	margin: 15px auto;
	padding: 25px;
}
#giftregistryDelete .delete-actions {
	margin: 10px 0;
}

/*	giftregistry_edit.html Template
	-------------------------------	*/
#giftregistryEdit .button {
	display: block;
	padding: 0 0 0 10px;
}
#giftregistryEdit h3 {
	float: left;
	font-size: 130%;
	line-height: 1.8em;
}
#giftregistryEdit .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#giftregistryEdit .error {
	text-align: center;
	font-weight: bold;
	max-width: 65%;
	margin: 15px auto;
}
.giftregistryeditInfo {
	margin-bottom: 15px;
}
.giftregistryeditInfo .passwordinstructions {
	float: left;
	clear: left;
	margin: 5px 0 0 150px;
}
.giftregistryeditInfo .messageinstructions {
	float: left;
	clear: left;
	margin: 5px 0 0 150px;
}
#giftregistryEdit .label {
	float: left;
	width: 150px;
}
#giftregistryEdit .text {
	float: left;
}
.giftregistryShipOptions .button {
	margin: 10px 0 0 30px;
}
#giftregistryEdit .save-cancel-button {
	margin-top: 10px;
}

/*	giftregistry_home_password.html Template
	----------------------------------------	*/
#giftregistryHomePassword h1 {
	float: left;
	line-height: 1.4em;
}
#giftregistryHomePassword.header {
	margin-top: 15px;
}
#giftregistryHomePassword .button {
	display: block;
	padding: 0 0 0 10px;
}
.giftRegistrySearchResultDetail {
	margin: 15px 0;
}
#giftregistryHomePassword .label {
	float: left;
	width: 20%;
    margin-bottom: 10px;
}
#giftregistryHomePassword .text {
	float: left;
	width: 80%;
    margin-bottom: 10px;
}
#giftregistryHomePassword .giftregField {
	margin-top: 10px;
}

/*	giftregistry_preview-email.html Template
	----------------------------------------	*/
#giftregistryPreviewEmail {
    display: block;
}

/*	login-account.html Template
	---------------------------	*/
#loginAccount .error {
	text-align: center;
	font-weight: bold;
	max-width: 65%;
	margin: 15px auto;
}
#loginAccount h1 {
	margin-bottom: 15px;
}
#loginAccount h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#loginAccount .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#loginAccount .alpha-col {
    float: right;
    width: 48%;
}
#loginAccount .beta-col {
    float: left;
    width: 50%;
}
#loginAccount .myaccountLogin {
	/*width: 65%;*/
	margin: 15px auto;
}
.loginField {
	margin: 15px 0 0;
}
.loginField label {
	float: left;
	line-height: 2.4em;
	width: 85px;
}
.loginField input {
	float: left;
	width: 55%;
	margin: 0;
}
.loginField textarea {
	float: left;
	width: 55%;
	height: 60px;
}
.loginField .captcha {
	float: left;
}
.loginField .captcha img {
    margin-bottom: 5px;
}
.loginField .captcha-text {
    line-height: 2.4em;
}
.loginField .recaptcha {
	float: left;
}
.loginField .resetpass-link {
    display: inline-block;
    margin: 0 0 15px;
}
#loginAccount .submit-button {
    float: left;
	margin: 0 0 15px;
}
#loginAccount .myaccountForgotPassword {
	width: 65%;
	margin: 15px auto;
}
#loginAccount .reset-button {
	margin: 15px 0 0 85px;
}
#loginAccount .resetpassword-text {
	margin: 15px 0 0 85px;
}
#loginAccount .createNewAccount {
	/*width: 65%;*/
	margin: 15px auto;
}
#loginAccount .createNewAccount p {
	margin-bottom: 10px;
}
#loginAccount .createNewAccount .create-account-button {
	float: left;
}
#loginAccount .loginField label {
    display: block;
    float: none;
	line-height: 2.4em;
}
#loginAccount .fbconnect {
	float: left;
	margin: 5px 0 0 15px;
}
#loginAccount .fbconnect span {
    border: 2px solid #d2d2d2;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    float: left;
    height: 25px;
    line-height: 20px;
    margin: 0 15px 0 0;
    text-align: center;
    width: 25px;
}

/*	login-account-multiple.html Template
	------------------------------------	*/
#loginAccountMultiple .multipleship-message {
	margin: 15px 0;
}
#loginAccountMultiple .error {
	text-align: center;
	font-weight: bold;
	max-width: 65%;
	margin: 15px auto;
}
#loginAccountMultiple h1 {
	margin-bottom: 15px;
}
#loginAccountMultiple h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#loginAccountMultiple .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#loginAccountMultiple .myaccountLogin {
	width: 65%;
	margin: 15px auto;
}
#loginAccountMultiple .submit-button {
	margin: 15px 0 0 85px;
}
#loginAccountMultiple .myaccountForgotPassword {
	width: 65%;
	margin: 15px auto;
}
#loginAccountMultiple .reset-button {
	margin: 15px 0 0 85px;
}
#loginAccountMultiple .resetpassword-text {
	margin: 15px 0 0 85px;
}
#loginAccountMultiple .createNewAccount {
	width: 65%;
	margin: 15px auto;
}
#loginAccountMultiple .createNewAccount p {
	margin-bottom: 10px;
}
#loginAccountMultiple .createNewAccount .create-account-button {
	float: left;
}

/*	resetpass.html Template
	-----------------------	*/
#resetpass h1 {
	margin-bottom: 15px;
}
#resetpass h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#resetpass .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#resetpass .resetPassword {
	width: 65%;
	margin: 15px auto;
}
#resetpass .resetPassword p {
	margin-bottom: 10px;
}
.resetField {
	margin: 15px 0 0;
}
.resetField label {
	float: left;
	line-height: 2.4em;
	width: 150px;
}
.resetField input {
	float: left;
	width: 85%;
	margin: 0;
}
.resetField textarea {
	float: left;
	width: 85%;
	height: 60px;
}
#resetpass .strong-pass-bar {
	float: left;
    height: 20px;
	margin: 0 0 0 135px;
    overflow: hidden;
	width: 35%;
}
#resetpass .PasswordMSG {
    margin: 0;
}
.resetField .captcha {
	float: left;
}
.resetField .captcha-text {
	margin-top: 5px;
}
.resetField .recaptcha {
	float: left;
}
#resetpass .submit-button {
	margin: 15px 0 0 150px;
}

/*	giftregistry_prelogin.html Template
	-----------------------------------	*/
#giftregistryPrelogin .button {
	display: block;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
}
#giftregistryPrelogin h1 {
	float: left;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#giftregistryPrelogin .continue-button {
	margin: 15px 0;
}

/*	usps_tracking.html Template
	---------------------------	*/
#uspsTracking h3 {
	font-size: 130%;
	line-height: 1.8em;
	float: left;
}
#uspsTracking .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#uspsTracking .left-col {
	float: left;
	width: 55%;
	padding: 10px;
}
#uspsTracking .left-col .label {
	float: left;
	width: 150px;
	font-weight: bold;
}
#uspsTracking .left-col .text {
	float: left;
}
#uspsTracking .right-col {
	float: right;
	width: 35%;
	padding: 10px;
}
#uspsTracking .right-col .label {
	font-weight: bold;
	margin-bottom: 5px;
}
#uspsTracking .right-col .text {
    display: block;
}
.trackingStatus {
	margin: 15px auto;
}
#uspsTracking .trackingStatus .loc {
	width: 33%;
	display: block;
}
#uspsTracking .trackingStatus .desc {
	width: 33%;
}
#uspsTracking .trackingStatus .date-time {
	width: 33%;
}
#uspsTracking table {
    width: 100%;
}
#uspsTracking thead {
    line-height: 2.9em;
}
#uspsTracking .trackingStatus .row td {
	padding: 5px 0 5px 5px;
}
#uspsTracking .trackingStatus .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}

/*	fedex_tracking.html Template
	----------------------------	*/
#fedexTracking .button {
	display: block;
	padding: 0 0 0 10px;
}
#fedexTracking h3 {
	font-size: 130%;
	line-height: 1.8em;
	float: left;
}
#fedexTracking .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#fedexTracking .left-col {
	float: left;
	width: 55%;
	padding: 10px;
}
#fedexTracking .left-col .label {
	float: left;
	width: 150px;
	font-weight: bold;
}
#fedexTracking .left-col .text {
	float: left;
}
#fedexTracking .right-col {
	float: right;
	width: 35%;
	padding: 10px;
}
#fedexTracking .right-col .label {
	font-weight: bold;
	margin-bottom: 5px;
}
#fedexTracking .right-col .text {
    display: block;
}
#fedexTracking .trackingStatus {
	margin: 15px auto;
}
#fedexTracking .trackingStatus .loc {
	width: 33%;
	display: block;
}
#fedexTracking .trackingStatus .desc {
	width: 33%;
}
#fedexTracking .trackingStatus .date-time {
	width: 33%;
}
#fedexTracking table {
    width: 100%;
}
#fedexTracking thead {
    line-height: 2.9em;
}
#fedexTracking .trackingStatus .row td {
	padding: 5px 0 5px 5px;
}
#fedexTracking .trackingStatus .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}

/*	ups_tracking.html Template
	----------------------------	*/
#upsTracking h3 {
	font-size: 130%;
	line-height: 3.8em;
	float: left;
}
#upsTracking .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#upsTracking .left-col {
	float: left;
	width: 55%;
	padding: 10px;
}
#upsTracking .left-col .label {
	float: left;
	width: 150px;
	font-weight: bold;
	margin-bottom: 5px;
}
#upsTracking .left-col .text {
	float: left;
	margin-bottom: 5px;
}
#upsTracking .right-col {
	float: right;
	width: 35%;
	padding: 10px;
}
#upsTracking .shipper-address {
	margin: 0 40px 15px 0;
}
#upsTracking .shipto-address {
	margin: 0 40px 0 0;
}
#upsTracking .right-col .label {
	font-weight: bold;
	margin-bottom: 5px;
}
#upsTracking .right-col .text {
    display: block;
}
#upsTracking .trackingStatus {
	margin: 15px auto;
}
#upsTracking .trackingStatus .loc {
	width: 33%;
	display: block;
}
#upsTracking .trackingStatus .desc {
	width: 33%;
}
#upsTracking .trackingStatus .date-time {
	width: 33%;
}
#upsTracking table {
    width: 100%;
}
#upsTracking thead {
    line-height: 2.9em;
}
#upsTracking .trackingStatus .row td {
	padding: 5px 0 5px 5px;
}
#upsTracking .trackingStatus .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#upsTracking .trackingModule {
	width: 68%;
	margin: 15px auto;
}
.trackingField {
	float: left;
	margin: 0 0 15px 0;
}
.trackingField label {
	display: block;
	margin-bottom: 5px;
}
.trackingModule input[type="checkbox"] {
	float: left;
}
.view-lic-button {
	float: left;
	margin: 19px 0 0 70px;
}
.track-pkg-button {
	float: left;
	margin: 19px 0 0 5px;
}
.trackingModule .ups-terms {
	float: left;
	margin-left: 10px;
    width: 85%;
}
#upsTracking .ups-disclaimer {
	text-align: center;
}

/*	tnt_tracking.html Template
	--------------------------	*/
#tntTracking .button {
	display: block;
	padding: 0 0 0 10px;
}
#tntTracking h3 {
	font-size: 130%;
	line-height: 1.8em;
	float: left;
}
#tntTracking .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#tntTracking .left-col {
	float: left;
	width: 55%;
	padding: 10px;
}
#tntTracking .left-col .label {
	float: left;
	width: 150px;
	font-weight: bold;
}
#tntTracking .left-col .text {
	float: left;
}
#tntTracking .right-col {
	float: right;
	width: 35%;
	padding: 10px;
}
#tntTracking .right-col .label {
	font-weight: bold;
	margin-bottom: 5px;
}
#tntTracking .right-col .text {
    display: block;
}
#tntTracking .trackingStatus {
	margin: 15px auto;
}
#tntTracking .trackingStatus .loc {
	width: 33%;
	display: block;
}
#tntTracking .trackingStatus .desc {
	width: 33%;
}
#tntTracking .trackingStatus .date-time {
	width: 33%;
}
#tntTracking table {
    width: 100%;
}
#tntTracking thead {
    line-height: 2.9em;
}
#tntTracking .trackingStatus .row td {
	padding: 5px 0 5px 5px;
}
#tntTracking .trackingStatus .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}

/*	manufacturer_index.html Template
	--------------------------------	*/
#manufacturerIndex .manufacturer-index {
	width: 100%;
	list-style: none;
}
#manufacturerIndex .mfg-name {
	float: left;
	width: 33%;
	margin-bottom: 5px;
}

/*	order-history-view.html Template
	--------------------------------	*/
#orderHistoryView .button {
	display: block;
	padding: 0 0 0 10px;
}
#orderHistoryView h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#orderHistoryView .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#orderHistoryView .recurringOrderForm {
	margin: 15px auto;
}
#orderHistoryView .customerInfoBlock {
    line-height: 1.5em;
}
#orderHistoryView .billingBlock {
    line-height: 1.5em;
}
#orderHistoryView .shippingInfoBlock {
    line-height: 1.5em;
}
.customerInfoBlock .left-col {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
.customerInfoBlock .left-col p {
    margin: 0;
}
.customerInfoBlock .right-col {
	float: right;
	width: 48%;
	margin-bottom: 15px;
}
.billingBlock .left-col {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}
.billingBlock .right-col {
	float: right;
	width: 48%;
	margin-bottom: 15px;
}
.billingBlock .left-col strong,
.billingBlock .right-col strong {
    display: block;
	margin-bottom: 5px;
}
#orderHistoryView .label {
	float: left;
}
#orderHistoryView .text {
	float: left;
}
.oviewField {
	margin: 0 0 15px 0;
}
.oviewField label {
	float: left;
	line-height: 2.4em;
	width: 85px;
}
.oviewField input {
	float: left;
	width: 150px;
	margin: 0;
}
.oviewField select {
	float: left;
	width: 160px;
	margin: 0;
}
.recurringOrderForm .save-cancel-button {
	margin: 0 0 15px;
}
.rewardsView {
	margin: 15px auto;
}
.invoiceTable {
	margin-top: 15px;
}
.invoiceTable .titles2 {
	margin-bottom: 5px;
    border: none;
}
.invoice-id {
	float: left;
	width: 20%;
	word-wrap: break-word;
}
.invoice-items {
	float: left;
	width: 44%;
}
.invoice-price {
	float: left;
	width: 16%;
}
.invoice-qty {
	float: left;
	width: 10%;
}
.invoice-total {
	float: left;
	text-align: right;
	width: 10%;
}

.payment-ref {
	float: left;
	width: 35%;
}
.payment-datetime {
	float: left;
	text-align: center;
    width: 22%;
}
.payment-cardno {
	float: left;
    text-align: left;
	width: 22%;
}
.payment-amount {
	float: left;
    text-align: right;
	width: 20%;
}

.row .invoice-total {
    padding-right: 8px;
}
.shipmentTable {
	padding: 5px 0;
	border-bottom: 1px solid #d2d2d2;
}
.shipmentTable .ship-num {
	float: left;
	width: 20%;
}
.shipmentTable .ship-info {
	float: left;
	width: 50%;
}
.shipmentTable .ship-method {
	float: left;
	width: 30%;
	text-align: right;
}
#orderHistoryView .addnew-rma-button {
	float: right;
	margin-top: 15px;
}
.orderDetailsBlock .left-col {
	float: left;
	width: 48%;
	margin-top: 15px;
}
.orderDetailsBlock .right-col {
	text-align: right;
    line-height: 1.8em;
	float: right;
	width: 47%;
	margin-top: 15px;
}
.orderDetailsBlock .right-col .label {
	font-weight: bold;
	float: right;
	width: 40%;
}
.orderDetailsBlock .right-col .text {
	float: right;
    padding-right: 10px;
	width: 60%;
}

/*	checkout-step4.html Template
	----------------------------	*/
#checkoutThankYou h1 {
    font-size: 28px;
    font-weight: 400;
    margin: 25px 0 0;
    text-align: center;
}
#checkoutThankYou h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 25px 0;
    text-align: center;
}
#checkoutThankYou i {
    font-size: 48px;
    float: left;
}
#checkoutThankYou [class^="icon-"]:before,
#checkoutThankYou [class*=" icon-"]:before {
    margin: 0;
}
#checkoutThankYou .section-1,
#checkoutThankYou .section-2,
#checkoutThankYou .last-section {
    width: 60%;
    margin: 0 auto 25px auto;
}
#checkoutThankYou .section-1 i {
    float: left;
    margin: 0 15px 0 0;
}
#checkoutThankYou .section-1 p {
    float: left;
    margin: 1.5em 0 0 0;
    width: 85%;
}
#checkoutThankYou .section-2 i {
    float: right;
    margin: 0 0 0 15px;
}
#checkoutThankYou .section-2 p {
    float: left;
    margin: 1.5em 0 0 0;
    width: 85%;
}
#checkoutThankYou .section-2 a {
    text-decoration: underline;
}
#checkoutThankYou .last-section {
    text-align: center;
}
#checkoutThankYou span.hidden-mobile {
    display: inline;
}
#checkoutStep4 .invoice-logo {
    width: auto;
    margin-bottom: 15px;
}
#checkoutStep4 .label {
	float: left;
}
#checkoutStep4 .text {
	float: left;
}
#checkoutStep4 .button {
	display: block;
	padding: 0 0 0 10px;
}
#checkoutStep4 h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#checkoutStep4 .orderDetailsBlock .right-col {
	text-align: right;
    line-height: 1.8em;
	float: right;
	width: 47%;
	margin-top: 15px;
}
#checkoutStep4Header, #checkoutStep4Footer {
	margin-top: 15px;
}
#invoiceData {
    background: #FFF;
    display: none;
    padding: 10px;
}
.invoiceData .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 15px;
}
.invoiceData .header h3 {
	margin: 15px 0;
	text-align: center;
}
.invoiceData .billingBlock p {
    line-height: normal;
    margin: 0;
    padding: 0;
}
.invoiceData .titles2 {
    font-weight: bold;
}

/*	order-history-download.html Template
	------------------------------------	*/
#orderHistoryDownload .button {
	display: block;
	padding: 0 0 0 10px;
}
#orderHistoryDownload h3 {
	font-size: 130%;
	line-height: 1.8em;
	text-align: center;
}
#orderHistoryDownload .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#orderHistoryDownload .productDownload {
	width: 65%;
	margin: 15px auto;
}
#orderHistoryDownload .left-col {
	float: left;
	width: 20%;
}
#orderHistoryDownload .right-col {
	float: left;
	width: 80%;
}
#orderHistoryDownload p {
	margin-bottom: 15px;
}

/*	wishlist_prelogin.html Template
	-------------------------------	*/
#wishlistPrelogin h1 {
	margin-bottom: 15px;
}
#wishlistPrelogin .loginBox {
	margin: 15px 0;
}

/*	rma_new_thankyou.html Template
	------------------------------	*/
#rmaNewThankyou .button {
	display: block;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
}
#rmaNewThankyou h1 {
	float: left;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#rmaNewThankyou .newrmaThankYou {
	width: 65%;
	margin: 15px auto;
}
#rmaNewThankyou p {
	text-align: center;
	margin: 10px auto;
}
#rmaNewThankyou .rma-details-button {
	margin: 5px auto;
}

/*	rss.html Template
	-----------------	*/
#rss .sub_pages {
	margin-top: 15px;
}
#rss .sub_pages li {
	margin: 10px 0;
}
#rss .sub_pages li a {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	padding: 5px;
}
#rss h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#rss .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 15px 0 10px;
}
#rss .rss-description {
	margin: 5px 0 15px;
}

/*	product_index.html Template
	---------------------------	*/
#productIndex .product-index-paging {
	margin: 15px 0;
}
#productIndex .product-index-item {
	margin: 10px 0;
}

/*	registration_0.html Template
	----------------------------	*/
#registration0 h1 {
	margin-bottom: 15px;
}
#registration0 h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#registration0 .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#registration0 .group-message {
	margin: 15px 0;
}
#registration0 .loginField select {
    float: left;
	width: 55%;
}
#registration0 .strong-pass-bar {
	float: left;
    height: 20px;
	margin: 0 0 0 85px;
    overflow: hidden;
	width: 25%;
}
#divStrong {
    background: #FFF;
    float: right;
    height: 20px;
    width: 100%;
}
#registration0 .PasswordMSG {
    margin: 5px 0 0 85px;
}
.PasswordMSG p {
    padding: 0;
}
#registration0 .accountRegForm {
	margin-bottom: 15px;
}
#registration0 .required {
	margin: 10px 0 0 85px;
}
#registration0 .required .error-img {
    line-height: normal !important;
}
#registration0 .submit-button {
	margin: 10px 0 0 85px;
}

input#privacy_accepted {
    width: 2%;
    margin-top: 4px;
    text-align: left;
    margin-right: 10px;
}

span.gdpr-terms {
    float: left;
}


/*	helppopup.html Template
	-----------------------	*/
#helppopup {
    padding: 10px;
}
#helppopup h3 {
	float: left;
	font-size: 130%;
	line-height: 1.8em;
}
#helppopup .header {
	position: relative;
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#helppopup .header input {
	position: absolute;
    right: 0;
    top: 25%;
}

/*	register_affiliate.html Template
	--------------------------------	*/
#registerAffiliate h1 {
	margin-bottom: 15px;
}
#registerAffiliate .regAffiliate {
	width: 65%;
	margin: 15px auto;
}
.affField {
	margin: 0 0 15px;
}
.affField label {
	display: block;
	margin-bottom: 5px;
}
.affField input[type="text"] {
	width: 55%;
}
.affField textarea {
	width: 85%;
	margin-bottom: 15px;
}

/*	affiliate.html Template
	-----------------------	*/
#affiliate .button {
	display: block;

	padding: 0 0 0 10px;
}
#affiliate h1 {
	float: left;
	line-height: 1.4em;
}
#affiliate h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#affiliate .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#affiliate .affiliateStatistics {
	margin-bottom: 15px;
}
#affiliate .affiliatePayments {
	margin-bottom: 15px;
}
#affiliate table {
    width: 100%;
}
#affiliate thead {
    line-height: 2.9em;
}
#affiliate .row td {
	padding: 5px 0 5px 5px;
}
.affiliatePayments .date {
	width: 33%;
}
.affiliatePayments .amount {
	width: 33%;
}
.affiliatePayments .check {
	width: 34%;
}
#affiliate .affiliateAppOrders {
	margin-bottom: 15px;
}
.affiliateAppOrders .date {
	float: left;
	width: 15%;
}
.affiliateAppOrders .ordernum {
	float: left;
	width: 15%;
}
.affiliateAppOrders .amount {
	float: left;
	width: 20%;
}
.affiliateAppOrders .commissionperc {
	float: left;
	width: 25%;
}
.affiliateAppOrders .commissionamnt {
	float: left;
	width: 25%;
}
#affiliate .affiliateDenOrders {
	margin-bottom: 15px;
}
.affiliateDenOrders .date {
	float: left;
	width: 20%;
}
.affiliateDenOrders .ordernum {
	float: left;
	width: 20%;
}
.affiliateDenOrders .amount {
	float: left;
	width: 20%;
}
.affiliateDenOrders .comments {
	float: left;
	width: 40%;
}
#affiliate .no-display {
	padding: 10px 0;
	text-align: center;
}
#affiliate .affiliateLinks {
	margin-bottom: 15px;
}
#affiliate .affiliateBannersLink {
	margin-top: 15px;
}
#affiliate .affiliateBannersLink .button {
	margin: 10px 0;
}

/*	view_reminders.html Template
	----------------------------	*/
#viewReminders .button {
	display: block;
	padding: 0 0 0 10px;
}
#viewReminders h1 {
	float: left;
	line-height: 1.4em;
}
#viewReminders h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#viewReminders .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#viewReminders table {
    width: 100%;
}
#viewReminders thead {
    line-height: 2.9em;
}
#viewReminders .viewReminders {
	margin-bottom: 15px;
}
.viewReminders .code {
	width: 35%;
}
.viewReminders .reminder {
	width: 15%;
}
.viewReminders .suggested {
	width: 15%;
}
.viewReminders .next-change {
	width: 15%;
}
.viewReminders .next-change input {
	width: 65%;
}
.viewReminders .actions {
	width: 20%;
}
#viewReminders .relatedItem {
	margin-bottom: 10px;
}
#viewReminders .item-name {
	font-weight: bold;
	margin-bottom: 5px;
}
#viewReminders .sub-item {
	float: left;
}

/*	checkout_upsell.html Template
	-----------------------------	*/
#checkoutUpsell h1 {
	margin-bottom: 15px;
}
#checkoutUpsell li {
	float: left;
	width: 33%;
	margin-bottom: 5px;
}
#checkoutUpsell .add-chkupsell {
	margin-top: 10px;
}
#checkoutUpsell .chkupsell-actions {
	margin: 15px 0;
}

/*	recommendafriend.html Template
	------------------------------	*/
#recommendAFriend {
	background: #FFF;
	height: 100%;
	margin: 0 !important;
	padding-top: 15px;
}
#recommendAFriend h1 {
	margin: 0 0 15px 15px;
}
#recommendAFriend .recommendBlock {
	position: relative;
	margin: 0 15px;
}
#recommendAFriend p {
	margin: 0 0 15px 15px;
}
#recommendAFriend .thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 25%;
}
#recommendAFriend .thumbnail span {
	display: block;
	margin: 10px;
}
#recommendAFriend .recommend-submit-button {
	margin: 0 0 10px 100px;
}
#recommendAFriend .errorMsg {
	margin: 15px;
	text-align: center;
}
#recommendAFriend .recommend-close-button {
	margin: 15px;
}
.recomField {
	margin: 0 0 15px 0;
}
.recomField label {
	float: left;
	line-height: 2.4em;
	width: 100px;
}
.recomField .text {
	float: left;
	line-height: 2.4em;
	width: 150px;
}
.recomField input {
	float: left;
	margin: 0;
}
.recomField input[type="text"] {
	width: 50%;
}
.recomField textarea {
	float: left;
	width: 62%;
	height: 60px;
}
.recomField .error-img {
	float: left;
	margin: 6px 0 0 8px;
}
.recomField .captcha {
	float: left;
}
.recomField .captcha-text {
	margin: 5px 0;
}
.recomField .recaptcha {
	float: left;
}

/*	getquote.html Template
	------------------------------	*/
#getAQuote {
	background: #FFF;
	height: 100%;
	margin: 0 !important;
	padding-top: 15px;
}
#getAQuote h1 {
	margin: 0 0 15px 15px;
}
#getAQuote .recommendBlock {
	position: relative;
	margin: 0 15px;
}
#getAQuote p {
	margin: 0 0 15px 15px;
}
#getAQuote .thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 25%;
}
#getAQuote .thumbnail span {
	display: block;
	margin: 10px;
}
#getAQuote .recommend-submit-button {
	margin: 0 0 10px 100px;
}
#getAQuote .errorMsg {
	margin: 15px;
	text-align: center;
}
#getAQuote .recommend-close-button {
	margin: 15px;
}
.getQuoteField {
	margin: 0 0 15px 0;
}
.getQuoteField label {
	float: left;
	line-height: 2.4em;
	width: 100px;
}
.getQuoteField .text {
	float: left;
	line-height: 2.4em;
	width: 150px;
}
.getQuoteField input {
	float: left;
	margin: 0;
}
.getQuoteField input[type="text"] {
	width: 50%;
}
.getQuoteField textarea {
	float: left;
	width: 62%;
	height: 60px;
}
.getQuoteField .error-img {
	float: left;
	margin: 6px 0 0 8px;
}
.getQuoteField .captcha {
	float: left;
}
.getQuoteField .captcha-text {
	margin: 5px 0;
}
.getQuoteField .recaptcha {
	float: left;
}
/*	notify.html Template
	--------------------	*/
#notify {
	background: #FFF;
	height: 100%;
	margin: 0 !important;
	padding-top: 15px;
}
#notify h1 {
	margin: 0 0 15px 15px;
}
#notify h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#notify .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 15px 10px;
}
#notify .notifyBlock {
	position: relative;
	margin: 15px;
}
#notify p {
	margin: 0 0 15px 15px;
}
#notify .thumbnail {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: center;
	width: 100px;
}
#notify .thumbnail span {
	display: block;
	margin: 10px;
}
#notify .notify-submit-button {
	margin: 0 0 10px 85px;
}
#notify .errorMsg {
	margin: 15px;
	text-align: center;
}
#notify .notify-close-button {
	margin: 15px;
}
.notiField {
	margin: 0 0 15px;
}
.notiField label {
	float: left;
	line-height: 2.4em;
	width: 85px;
}
.notiField .text {
	float: left;
	line-height: 2.4em;
	width: 150px;
}
.notiField input {
	float: left;
	margin: 0;
}
.notiField textarea {
	float: left;
	width: 85%;
	height: 60px;
}
.notiField .error-img {
	float: left;
	margin: 6px 0 0 8px;
}
.notiField .captcha {
	float: left;
}
.notiField .captcha-text {
	margin: 5px 0;
}
.notiField .recaptcha {
	float: left;
}

/*	product_makeanoffer_new.html Template
	-------------------------------------	*/
#productMakeanofferNew {
	background: #FFF;
	height: 100%;
	margin: 0 !important;
	padding-top: 15px;
}
#productMakeanofferNew h1 {
	margin: 0 0 15px 15px;
}
#productMakeanofferNew h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#productMakeanofferNew .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 15px 10px;
}
#productMakeanofferNew .product-img {
	float: left;
	margin:  0 0 0 15px;
}
#productMakeanofferNew .product-info {
	float: left;
	margin:  0 0 0 15px;
}
#productMakeanofferNew .pricing {
	margin-bottom: 10px;
}
#productMakeanofferNew .newOfferForm {
	margin: 15px;
}
.offerField {
	margin: 0 0 15px;
}
.offerField label {
	float: left;
	line-height: 2.4em;
	width: 85px;
}
.offerField .text {
	float: left;
	line-height: 2.4em;
	width: 150px;
}
.offerField input {
	float: left;
	margin: 0;
}
.offerField textarea {
	float: left;
    width: 85%;
	height: 60px;
}
.offerField .error-img {
	float: left;
	margin: 6px 0 0 8px;
}
.offerField .captcha {
	float: left;
}
.offerField .captcha-text {
	margin: 5px 0;
}
.offerField .recaptcha {
	float: left;
}
#productMakeanofferNew .newOfferThankyou {
	margin: 15px;
	text-align: center;
}
#productMakeanofferNew .errorMsg {
	margin: 15px;
	text-align: center;
}
#productMakeanofferNew .required {
	margin: 0 0 10px 85px;
}
#productMakeanofferNew .offer-submit-button {
	margin: 0 0 0 85px;
}
#productMakeanofferNew .offer-close-button {
	margin: 15px;
}

/*	feed_detail.html Template
	-------------------------	*/
#feedDetail .button {
	display: block;
	margin-right: 10px;
	padding: 0 0 0 10px;
}
#feedDetail .next-feed-button .icon-btn {
    padding: 5px 20px 5px 0 !important;
}
#feedDetail h1 {
	margin-top: 15px;
}
#feedDetail h3 {
	font-size: 120%;
	line-height: 1.8em;
	text-align: right;
}
#feedDetail .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#feedDetail article {
	margin-bottom: 10px;
    line-height: 1.5em;
}
#feedDetail ul {
	margin-bottom: 15px;
}
#feedDetail li {
	margin-bottom: 5px;
}

/*	feed_page_0.html Template
	-------------------------	*/
#feedPage0 .button {
	display: block;
	padding: 0 0 0 10px;
}
#feedPage0 h3 {
	float: left;
	font-size: 120%;
	line-height: 1.8em;
}
#feedPage0 .header span {
	float: right;
	font-weight: bold;
	line-height: 1.8em;
}
#feedPage0 .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#feedPage0 .sub_pages {
	margin: 10px 0;
}
#feedPage0 .sub_pages ul {
    list-style: none;
}
#feedPage0 .sub_pages li {
	margin: 10px 0;
}
#feedPage0 .sub_pages li a {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	padding: 5px;
}
#feedPage0 .feeds_index {
	margin: 10px 0;
}
#feedPage0 .feeds_index ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#feedPage0 .feeds_pages li {
	margin: 10px 0;
}
#feedPage0 .feeds_pages li a {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	padding: 5px;
}
#feedPage0 .feedShortDescription {
	margin-bottom: 15px;
}

/*	product_review_new.html Template
	--------------------------------	*/
#productReviewNew {
	background: #FFF;
	height: 100%;
	margin: 0 !important;
	padding-top: 15px;
}
#productReviewNew h1 {
	margin: 0 0 15px 15px;
}
#productReviewNew h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#productReviewNew .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 15px 10px;
}
#productReviewNew .newReviewForm {
	margin: 15px 15px 0 15px;
}
.reviewField {
	margin: 0 15px 15px 0;
}
.reviewField label {
	float: left;
	line-height: 2.4em;
	width: 85px;
}
.reviewField .text {
	float: left;
	line-height: 2.4em;
	width: 150px;
}
.reviewField input {
	float: left;
	margin: 0;
}
#productReviewNew .new-rating {
	float: left;
	padding-top: 6px;
}
#productReviewNew .new-rating input[type="radio"] {
	margin: 2px 0 0;
}
#productReviewNew .new-rating img {
	float: left;
	margin: 0 15px 0 5px;
}
.reviewField textarea {
	float: left;
	width: 85%;
	height: 60px;
}
.reviewField .error-img {
	float: left;
	margin: 3px 0 0 8px;
}
.reviewField .captcha {
	float: left;
}
.reviewField .captcha-text {
	margin: 5px 0;
}
.reviewField .recaptcha {
	float: left;
}
#productReviewNew .newReviewThankyou {
	margin: 15px;
	text-align: center;
}
#productReviewNew .errorMsg {
	margin: 15px;
	text-align: center;
}
#productReviewNew .required {
	margin: 0 0 10px 85px;
}
#productReviewNew .review-submit-button {
	margin: 0 0 0 85px;
}
#productReviewNew .review-close-button {
	margin: 25px auto;
}

/*	product_review_list.html Template
	---------------------------------	*/
#productReviewList {
	background: #FFF;
	height: 100%;
	margin: 0 !important;
	padding-top: 15px;
}
#productReviewList .button {
	display: block;
	padding: 3px 5px 3px 10px;
}
#productReviewList h1 {
	margin: 0 0 15px 15px;
}
#productReviewList h3 {
	float: left;
	font-size: 130%;
	line-height: 1.8em;
}
#productReviewList .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 15px 10px;
}
#productReviewList .reviewsBlock {
	margin: 15px;
}
#productReviewList .review-info {
	float: left;
	width: 76%;
	margin-bottom: 10px;
}
#productReviewList .user_reviews {
	padding: 5px;
}
#productReviewList .user_reviews:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}

/*	productqa.html Template
	-----------------------	*/
#productQa {
	background: #FFF;
	height: 100%;
	margin: 0 !important;
	padding-top: 15px;
}
#productQa h1 {
	margin: 0 0 15px 15px;
}
#productQa h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#productQa .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 15px 10px;
}
#productQa .qaForm {
	margin: 15px;
}
.qaField {
	margin: 0 25px 15px 0;
}
.qaField label {
	float: none;
	line-height: 2.4em;
    display: block;
}
.qaField .text {
	float: left;
	line-height: 2.4em;
}
.qaField input {
	float: left;
	margin: 0;
}
.qaField textarea {
	float: left;
	width: 85%;
	height: 60px;
}
.qaField .error-img {
	float: left;
	margin: 6px 0 0 8px;
}
.qaField em {
    display: block;
    font-size: 0.8em;
}
.qaField .captcha {
	float: left;
}
.qaField .captcha-text {
	margin: 5px 0;
}
.qaField .recaptcha {
	float: left;
}
#productQa .qaThankYouBlock {
	margin: 15px;
	text-align: center;
}
#productQa .errorMsg {
	margin: 15px;
	text-align: center;
}
#productQa .required {
	margin: 0 0 5px 0;
}
#productQa .qa-submit-button {
	margin: 0 0 0;
}
#productQa .qa-close-button {
	margin: 25px auto;
}

/*	productqa_list.html Template
	----------------------------	*/
#productQa_List {
	background: #FFF;
	height: 100%;
	margin: 0 !important;
	padding-top: 15px;
}
#productQa_List .button {
	display: block;
	padding: 3px 5px 3px 10px;
}
#productQa_List h1 {
	margin: 0 0 15px 15px;
}
#productQa_List h3 {
	float: left;
	font-size: 130%;
	line-height: 1.8em;
}
#productQa_List .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 15px 10px;
}
#productQa_List .qaBlock {
	margin: 15px;
}
#productQa_List .qa-info {
	float: left;
	width: 76%;
	margin-bottom: 10px;
}
#productQa_List .user_qa {
	padding: 5px;
}
#productQa_List .user_qa:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}

/*	checkout-step1.html Template
	----------------------------	*/
#checkoutStep1 .button {
	display: block;
	padding: 0 0 0 10px;
}
#checkoutStep1 h1 {
	float: left;
	line-height: 1.4em;
    margin-bottom: 20px;
}
#checkoutStep1 h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#checkoutStep1 .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#checkoutStep1 .steps {
	line-height: 1.6em;
}
#checkoutStep1 .paypalExpress {
	line-height: 3em;
	margin: 10px 0;
}
#checkoutStep1 .paypalExpress img {
	float: left;
	margin-right: 10px;
}
#checkoutStep1 .leftCol {
	float: left;
	width: 50%;
}
#checkoutStep1 .createNewAccount {
	margin-bottom: 10px;
}
#checkoutStep1 .required-fields {
	margin-bottom: 15px;
}
.giftregInstructions {
	margin-bottom: 15px;
}
.select-giftreg-button {
	margin: 10px 0;
}
.account_login {
	margin: 15px auto;
}
.loginmessage {
	margin: 5px 0;
}
.loginmessage2 {
	margin: 5px 0;
}
#checkoutStep1 .strong-pass-bar {
	float: left;
    height: 20px;
	margin: 0 0 0 135px;
    overflow: hidden;
	width: 35%;
}
#checkoutStep1 .PasswordMSG {
    margin: 0;
}
#checkoutStep1 .rightCol {
	float: right;
	width: 40%;
}
#checkoutStep1 .chkShoppingCart {
	margin-bottom: 15px;
}
.chkShoppingCart .row {
	padding: 5px;
}
.chkShoppingCart .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
.chkShoppingCart .product-image {
	float: left;
    margin-bottom: 10px;
}
.chkShoppingCart .product-image img {
    float: left;
    max-width: 40px;
    margin-right: 10px;
}
.chkShoppingCart .product-image span {
    float: left;
	display: block;
    width: 80%;
}
.chkShoppingCart .product-info {
	float: right;
	text-align: right;
}
.chkShoppingCart .product-info span {
	display: block;
	font-weight: bold;
}
.chkShoppingCart .total_cart-total {
	margin-top: 5px;
}
.chkShoppingCart .total_total {
	margin-top: 5px;
}
#divCheckoutButton {
	margin: 15px 0 0;
}

/*	checkout-step2.html Template
	----------------------------	*/
#checkoutStep2 .button {
	display: block;
	padding: 0 0 0 10px;
}
#checkoutStep2 h1 {
	float: left;
	line-height: 1.4em;
}
#checkoutStep2 h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#checkoutStep2 .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#checkoutStep2 .steps {
	line-height: 1.6em;
}
#checkoutStep2 .leftCol {
	float: left;
	width: 50%;
}
#checkoutStep2 .rightCol {
	float: right;
	width: 40%;
}
#checkoutStep2 .chkShoppingCart {
	margin-bottom: 15px;
}
.shippingMethods {
	margin-bottom: 15px;
}
.insuranceMethods {
	margin-bottom: 15px;
}
.shippingInfo {
	margin-bottom: 15px;
}
.shippingInfo .button {
	margin-top: 5px;
}

/*	checkout-step2_multiple.html Template
	-------------------------------------	*/
#checkoutStep2Multiple .button {
	display: block;
	padding: 0 0 0 10px;
}
#checkoutStep2Multiple h1 {
	float: left;
	line-height: 1.4em;
}
#checkoutStep2Multiple h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#checkoutStep2Multiple .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#checkoutStep2Multiple .steps {
	line-height: 1.6em;
}
#checkoutStep2Multiple .leftCol {
	float: left;
	width: 50%;
}
#checkoutStep2Multiple .createNewAccount {
	margin: 0 0 15px;
}
#checkoutStep2Multiple .rightCol {
	float: right;
	width: 40%;
}
#checkoutStep2Multiple .titles {
	margin-bottom: 10px;
}
#checkoutStep2Multiple .pick-ship-method {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
	display: block;
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0 5px;
	padding: 5px;
}
#checkoutStep2Multiple .shippingMethods p {
	margin-bottom: 0;
}

/*	checkout-step3.html Template
	----------------------------	*/
#checkoutStep3 .button {
	display: block;
	padding: 0 0 0 10px;
}
#checkoutStep3 h1 {
	float: left;
	line-height: 1.4em;
}
#checkoutStep3 h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#checkoutStep3 .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#checkoutStep3 .steps {
	line-height: 1.6em;
}
#checkoutStep3 .leftCol {
	float: left;
	width: 50%;
}
#checkoutStep3 .sameAsShipping {
	margin: 5px 0 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#checkoutStep3 .rightCol {
	float: right;
	width: 40%;
}
.shippingMethods .button {
	margin-top: 5px;
}
#checkoutStep3 .chkShoppingCart {
	margin-bottom: 15px;
}
#checkoutStep3 .chkShoppingCart .button {
	margin-top: 5px;
}
#checkoutStep3 .billingAddress {
	margin-bottom: 15px;
}
#checkoutStep3 .billingAddress .button {
	margin-top: 5px;
}
#checkoutStep3 .displayGiftCertificates {
	margin-bottom: 15px;
}
#checkoutStep3 .displayGiftCertificates .row {
	margin-bottom: 10px;
}
#checkoutStep3 .displayGiftCertificates .certificate-name {
    display: block;
}
#checkoutStep3 .displayGiftCertificates .certificate-amount {
    display: block;
}

/*	checkout-step3_multiple.html Template
	-------------------------------------	*/
#checkoutStep3Multiple .button {
	display: block;
	padding: 0 0 0 10px;
}
#checkoutStep3Multiple h1 {
	float: left;
	line-height: 1.4em;
}
#checkoutStep3Multiple h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#checkoutStep3Multiple .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#checkoutStep3Multiple .steps {
	line-height: 1.6em;
}
#checkoutStep3Multiple .leftCol {
	float: left;
	width: 50%;
}
#checkoutStep3Multiple .sameAsShipping {
	margin: 5px 0 10px;
	padding: 5px 0;
}
#checkoutStep3Multiple .rightCol {
	float: right;
	width: 40%;
}
#checkoutStep3Multiple .shippingInfo strong {
    display: inline-block;
	margin-top: 5px;
}
#checkoutStep3Multiple .shippingInfo p {
	margin-bottom: 0;
}
.checkoutStep3Multiple .button {
	margin-top: 5px;
}
#checkoutStep3Multiple .chkShoppingCart .button {
	margin-top: 5px;
}
#checkoutStep3Multiple .billingAddress {
	margin-bottom: 15px;
}
#checkoutStep3Multiple .billingAddress .button {
	margin-top: 5px;
}
#checkoutStep3Multiple .displayGiftCertificates {
	margin-bottom: 15px;
}
#checkoutStep3Multiple .displayGiftCertificates .row {
	margin-bottom: 10px;
}
#checkoutStep3Multiple .displayGiftCertificates .certificate-name {
    display: block;
}
#checkoutStep3Multiple .displayGiftCertificates .certificate-amount {
    display: block;
}
#checkoutStep3Multiple .orderSummary {
	margin-bottom: 15px;
}

/*	managemycc.html Template
	------------------------	*/
#manageMyCc h1 {
	margin-bottom: 15px;
}
#manageMyCc .button {
	display: block;
	margin: 15px 0 0 160px;
	padding: 0 0 0 10px;
}
#manageMyCc h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#manageMyCc .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#manageMyCc .error {
	margin: 15px 0;
	text-align: center;
}
#manageMyCc .ccBillingInfo {
	width: 65%;
	margin: 0 auto;
}
#manageMyCc .updCcField {
	margin-top: 15px;
}
#manageMyCc .updCcField label {
	float: left;
	font-weight: bold;
	width: 150px;
	text-align: right;
	line-height: 2.4em;
	margin-right: 10px;
}
#manageMyCc .updCcField input {
	float: left;
}
#manageMyCc .updCcField select {
	float: left;
	margin-right: 10px;
}
#manageMyCc .updCcField .text {
	float: left;
	line-height: 2.4em;
}
#manageMyCc .update-btn {
	margin: 15px 0 15px 160px;
}
#divCardEdit, #divCard {
	margin: 0 auto 15px;
	width: 65%;
}

/*	my_rma.html Template
	--------------------	*/
#myRma .button {
	display: block;
	padding: 0 0 0 10px;
}
#myRma h1 {
	float: left;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#myRma h3 {
	float: left;
	font-size: 130%;
	line-height: 1.8em;
}
#myRma .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#myRma .customerInfo {
    margin-bottom: 15px;
    display: inline-block;
}
#myRma .customerInfo p {
	margin: 0 0 10px;
}

#myRma #rma-viewprint-label-link {
    float:right;
}

#myRma .viewRma {
    margin-bottom: 15px;
}
#myRma table {
    width: 100%;
}
#myRma thead {
    line-height: 2.9em;
}
#myRma .row td {
	padding: 5px 0 5px 5px;
}
.viewRma .rma-id {
	width: 20%;
}
.viewRma .rma-desc {
	width: 40%;
}
.viewRma .rma-unitprice {
	width: 10%;
}
.viewRma .rma-qty {
	width: 10%;
}
.viewRma .rma-qtyrtn {
	width: 10%;
}
.viewRma .rma-qtyrcvd {
	width: 10%;
}
#myRma .viewRmaOption {
	margin-bottom: 15px;
}
.viewRmaOption .rma-reason {
	width: 30%;
}
.viewRmaOption .rma-method {
	width: 30%;
}
.rma-status {
	width: 40%;
}
.rma-date {
	width: 20%;
}
#myRma .rmaComments {
	margin-bottom: 15px;
}
#myRma .rmacomm {
	width: 50%;
}
#myRma .staffcomm {
	width: 50%;
}
#myRma .rmacomm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#myRma .staffcomm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*	shipment_update_address.html Template
	-------------------------------------	*/
#shipmentUpdateAddress .button {
	display: block;
	padding: 0 0 0 10px;
}
#shipmentUpdateAddress h1 {
	float: left;
	line-height: 1.4em;
}
#shipmentUpdateAddress h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#shipmentUpdateAddress .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#shipmentUpdateAddress .leftCol {
	float: left;
	width: 50%;
}
#shipmentUpdateAddress .createNewAccount {
	margin-bottom: 10px;
}
#shipmentUpdateAddress .required-fields {
	margin-bottom: 15px;
}
#shipmentUpdateAddress .rightCol {
	float: right;
	width: 40%;
}
#shipmentUpdateAddress .chkShoppingCart {
	margin-bottom: 15px;
}

/*	rma_new.html Template
	---------------------	*/
#rmaNewh.header {
	margin-bottom: 15px;
}
#rmaNew .button {
	display: block;
	padding: 0 0 0 10px;
}
#rmaNew h1 {
	float: left;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#rmaNew h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#rmaNew .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#rmaNew .viewRma {
	margin-bottom: 15px;
}
#rmaNew table {
    width: 100%;
}
#rmaNew thead {
    line-height: 2.9em;
}
#rmaNew .row td {
	padding: 5px 0 5px 5px;
    margin-bottom: 10px;
}
#rmaNew .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#rmaNew .viewRmaOption {
	margin-bottom: 15px;
}
#rmaNew .row .rma-status {
	line-height: 2.4em;
}
#rmaNew .rmaComments {
	margin-bottom: 15px;
}
#rmaNew .notnewRma {
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
}
#rmaNew .notnew-button {
	margin: 10px 0;
}
#rmaNew .add-mod-button {
	margin-bottom: 15px;
}
#rmaNew #progress {
	background: #FFF;
}
#rmaNew .bar {
    height: 18px;
    background: green;
}

/*	invoice_print.html Template
	---------------------------	*/
#invoicePrint p {
    margin: 0;
	padding: 0;
}
#invoicePrint .label {
	font-weight: bold;
	float: left;
}
#invoicePrint .text {
	float: left;
}
#invoicePrint .customerInfoBlock .left-col {
	font-weight: bold;
}
#invoicePrint .shippingInfoBlock {
	float: left;
	width: 60%;
}
#invoicePrint .invoice-total {
	text-align: right;
}
#invoicePrint .invoiceTable .titles2 {
	font-weight: bold;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#invoicePrint .orderDetailsBlock .left-col {
    float: left;
    margin-top: 15px;
	width: 39%;
}
#invoicePrint .orderDetailsBlock .right-col {
	float: right;
    line-height: 1.8em;
	margin-top: 15px;
	text-align: right;
	width: 48%;
}
#invoicePrint .discountsBlock,
#invoicePrint .certificatesBlock,
#invoicePrint .checkoutquestionsBlock {
	margin-bottom: 15px;
}

/*	packing_print.html Template
	---------------------------	*/
#packingPrint p {
    margin: 0;
	padding: 0;
}
#packingPrint .label {
	font-weight: bold;
	float: left;
	margin-right: 15px;
}
#packingPrint .text {
	float: left;
}
#packingPrint .customerInfoBlock .left-col {
	font-weight: bold;
}
#packingPrint .shippingInfoBlock {
	float: left;
	width: 60%;
}
#packingPrint .invoice-total {
	text-align: right;
}
#packingPrint .invoiceTable .titles2 {
	font-weight: bold;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#packingPrint .invoice-id {
	float: left;
	width: 20%;
}
#packingPrint .invoice-items {
	float: left;
	width: 70%;
}
#packingPrint .invoice-qty {
	float: left;
	width: 10%;
}

/*	view_cart.html Template
	-----------------------	*/
#viewCart .button {
	display: block;
	padding: 0 0 0 10px;
}
#viewCart h1 {
	float: left;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#viewCart h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#viewCart .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#viewCart .cart-shipment-info {
	margin-bottom: 15px;
}
#viewCart .cart-shipment-info span {
	display: block;
	float: left;
	line-height: 2.4em;
	margin-right: 10px;
}
#viewCart .shoppingCartItems {
	margin-bottom: 15px;
}
#viewCart .titles2 {
	margin-bottom: 5px;
}
#viewCart .shoppingCartItems .row {
    position: relative;
	padding: 5px 0 5px 5px;
}
#viewCart .shoppingCartItems .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#viewCart .product-image {
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 10px;
}
#viewCart .giftwraplink {
    display: block;
}
#viewCart .giftwraplink a {
	cursor: pointer;
	font-style: italic;
}
#viewCart .product-name-options {
	float: left;
	width: 80%;
}
#viewCart .item-info {
	float: left;
	width: 65%;
}
#viewCart .item-qty {
	float: left;
	width: 10%;
}
#viewCart .update-qty {
    display: block;
    font-size: 11px;
    margin: 5px 0 0;
}
#viewCart .item-price {
	float: left;
	width: 10%;
}
#viewCart .item-total {
	float: left;
	width: 10%;
}
#viewCart .item-remove {
	float: left;
	width: 3%;
}
#viewCart .item-remove i {
    font-size: 18px;
}
#viewCart .shoppingCartTotal {
	margin: 15px 51px 0 0;
}
#viewCart .shoppingCartTotal div {
	float: right !important;
	margin-bottom: 15px;
}
#viewCart .chk-buttons {
	margin-bottom: 15px;
	text-align: right;
}
#viewCart .chk-buttons a {
    margin: 0 10px 0 0;
}
/* BuySafe Bond */
#viewCart .buysafe-bond {
    border: 1px solid #d2d2d2;
	float: left;
	margin: 0 0 15px;
    min-width: 40%;
    max-width: 50%;
    padding: 10px 10px 0 10px;
    overflow: hidden;
}
#viewCart .buysafe-bond legend {
    text-align: left;
    padding: 0 10px;
}
#viewCart .third-party-payment {
    border: 1px solid #d2d2d2;
	float: right;
	margin: 0 0 15px;
    max-width: 40%;
    padding: 10px 10px 0 10px;
    overflow: hidden;
}
#viewCart .third-party-payment legend {
    text-align: left;
    padding: 0 10px;
}
#viewCart .intchk-button {
    float: left;
    margin-bottom: 5px;
}
#viewCart .bongoint-button {
    float: left;
    margin-bottom: 5px;
}
#viewCart .bongoint-button a {
	display: inline-block;
	overflow: hidden;
	margin-right: 0;
}
#viewCart .gchk-button {
    float: left;
    margin-bottom: 5px;
}
#viewCart .gchk-button a {
	display: block;
	height: 31px;
	overflow: hidden;
}
#viewCart .ppale-button {
    margin: 10px 0;
    text-align: center;
}
#viewCart .ppale-button a {
	display: block;
	margin-right: 15px;
}
#viewCart .chkamazon-button {
    float: left;
	margin: 10px 0;
}
#viewCart .shopatron-button {
    float: left;
    margin-bottom: 5px;
}
#viewCart .masterpass-button a {
	display: block;
    font-size: 11px;
    margin: 2px 0;
}
#viewCart .paypal-button-widget button:hover {
	background: none !important;
    padding: 0 !important;
    text-transform: none !important;
    border: 0 !important;
    font-size: 12px !important;
    max-width: 146px !important;
    width: 146px !important;
    font-weight: normal !important;
}
#viewCart .applyCoupon {
	margin-bottom: 15px;
	padding-bottom: 15px;
	float: left;
	width: 48%;
}
#viewCart .applyCoupon input {
	float: left;
    margin-right: 5px;
}
#viewCart .applyCoupon .coupon-msg {
	float: left;
	line-height: 2.4em;
}
#viewCart .shipQuote {
	margin-bottom: 15px;
	padding-bottom: 15px;
	float: right;
	width: 48%;
}
#viewCart .shipQuote input {
	float: left;
    margin-right: 5px;
}
#viewCart .shipQuote .shipquote-location {
	float: left;
	margin-right: 15px;
}
#viewCart .shipQuote .shipquoteint-action ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
#viewCart .shipQuote .shipquote-result-location {
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
	line-height: 2.4em;
}
#viewCart .shipQuote .shipquote-msg {
	float: left;
	line-height: 2.4em;
}
#viewCart .shipQuoteInt {
    float: right;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#viewCart .shipQuoteInt .shipquoteint-location {
	float: left;
}
#viewCart .shipQuoteInt .shipquoteint-location select {
    margin: 0 0 10px;
}
#viewCart .shipQuoteInt .shipquoteint-action {
	float: left;
	margin-right: 15px;
}
#viewCart .shipQuoteInt .shipquoteint-action ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
#viewCart .shipQuoteInt .shipquoteint-msg {
	float: left;
	line-height: 2.4em;
}
#viewCart .shipQuoteInt .shipquoteint-result-location {
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
	line-height: 2.4em;
}
#viewCart .couponapply {
    margin-bottom: 10px;
}
#viewCart .displayPromotions {
	margin-bottom: 15px;
}
#viewCart .displayPromotions .promo-name {
	font-weight: bold;
	float: left;
	width: 30%;
	line-height: 2.4em;
}
.promoinvalid {
    color:red;
}
#viewCart .displayPromotions .promo-desc {
	float: left;
	width: 60%;
}
#viewCart .displayPromotions .promo-desc strong {
	display: block;
}
#viewCart .displayPromotions .promo-remove {
	float: left;
	width: 10%;
	padding-top: 3px;
}
#viewCart .displayGiftCertificates {
	margin-bottom: 15px;
}
#viewCart .displayGiftCertificates .cert-name {
	font-weight: bold;
	float: left;
	width: 30%;
	line-height: 2.8em;
}
#viewCart .displayGiftCertificates .cert-amount {
	float: left;
	width: 60%;
	line-height: 2.4em;
}
#viewCart .displayGiftCertificates .cert-remove {
	float: left;
	width: 10%;
	line-height: 2.4em;
}
#divGiftWrap {
	width: 600px;
	height: 420px;
	background-color :#FFF;
    overflow-y: auto !important;
}
#divGiftWrap form {
	padding: 15px;
}
#divGiftWrap h1 {
	float: left;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#divGiftWrap h3 {
	font-size: 130%;
	line-height: 1.8em;
}
#divGiftWrap .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
#frmGiftWrap label {
	width: 120px;
	display: block;
	float: left;
	line-height: 1.8em;
}
#divGiftwrapItem {
	margin: 10px 0;
}
#divGiftwrapItem .gw-image {
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 10px;
}
#divGiftwrapItem .gw-id {
	float: left;
	line-height: 55px;
	margin-right: 10px;
}
#divGiftwrapItem .gw-name {
	line-height: 55px;
	float: left;
}
#divGiftwrapItem .gw-desc {
	font-style: italic;
	margin: 0 1em;
	padding: 1em 0;
}
#divGiftwrapMsg {
	margin-bottom: 15px;
}
#divGiftwrapMsg textarea {
    height: 75px;
}
#divGiftwrapMsg .chars-left {
	margin: 5px 0 0 120px;
}
#cmdGWCancel {
	margin-left: 120px;
}

/*	quick_view.html Template
	------------------------	*/
#quickView {
	background: #FFF;
}
#quickView section {
	margin: 0 15px;
}
.quick-close-modal {
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	margin: 10px 0 0 15px;
	background: url(../images/close-x.png) no-repeat;
	cursor: pointer;
}
#quickView .button {
	display: block;
	margin-left: 5px;
}
#quickView #listing0 h1.page_headers {
    font-size: 18px;
}
#quickView #listing0 .primary {
    float: left;
	width: 43%;
}
#quickView #listing0 .secondary {
    float: right;
	width: 52%;
}
#quickView .main-image img {
    max-width: 300px;
    max-height: 300px;
}
#quickView #showRealMedia span {
    display: none;
}
#quickView #showRealMedia i {
    line-height: 1.8em;
}
#quickView .pricingBlock {
    float: left;
    width: 50%;
}
#quickView .availabilityInfo {
    float: left;
    width: 50%;
}
#quickView #divOptionsBlock {
    border-bottom: none;
	min-height: 150px;
    max-height: 210px;
	overflow: auto;
}
#quickView .addToCartBlock .addcart-button {
	margin: 15px 0 0;
}
#quickView .addToCartBlock .addcart-button button {
	margin: 0 10px 0 0;
}
#qvTabs .button a {
	display: block;
	padding: 10px;
}
#qvTabs {
	margin: 15px 0 10px;
}
#prodDesc {
	height: 345px;
	overflow: auto;
}
#prodRelated {
	height: 310px;
	overflow: auto;
}
#prodRelated .product-item {
	width: 45%;
	float: left;
	margin-bottom: 5px;
}

/*	view_cart_quick.html Template
	-----------------------------	*/
#viewCartQuick {
	background: #FFF;
}
#viewCartQuick .quick-close-modal {
	margin: 5px 0 0 15px;
}
#viewCartQuick section {
	padding: 0 15px;
}
#viewCartQuick h1 {
    font-size: 150%;
    line-height: normal;
    margin: 0 0 10px 0;
}
#viewCartQuick h3 {
	float: left;
	line-height: 1.8em;
    padding-left: 10px;
}
#viewCartQuick .header {
	border-bottom: 1px solid #d2d2d2;
	margin: 10px 0 15px;
}
#viewCartQuick .quickCartCheckout {
	float: left;
	width: 43%;
	height: 210px;
}
.quickCartCheckout .header {
    margin: 0 !important;
}
#viewCartQuick .quick-subtotal {
	font-size: 120%;
	line-height: normal;
}
#viewCartQuick .quick-subtotal span {
	font-size: 110% !important;
	line-height: 1.8em;
}
#viewCartQuick .quick-chkbuttons {
	text-align: center;
}
#viewCartQuick .quick-chkbuttons input {
	width: 100%;
	margin: 10px 0 0 0;
    float: left;
}
#viewCartQuick .quickCartItems {
	float: right;
	width: 55%;
}
#viewCartQuick .titles2 {
	padding: 5px;
	margin-bottom: 10px;
	padding-right: 20px;
}
#viewCartQuick .quickCartRows {
	height: 180px;
	overflow: auto;
}
#viewCartQuick .quickCartRows .row {
	padding: 5px;
}
#viewCartQuick .quickCartRows .row:nth-child(2n) {
	background: #EAE9E9;
	background: rgba(234, 233, 233, 0.3);
	background-color: #EAE9E9;
	background-color: rgba(234, 233, 233, 0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EAE9E9, endColorstr=#99EAE9E9)";
}
#viewCartQuick .product-image {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
#viewCartQuick .product-name-options {
	float: left;
	width: 65%;
}
#viewCartQuick .item-info {
	float: left;
	width: 50%;
}
#viewCartQuick .item-qty {
	float: left;
	width: 15%;
	text-align: center;
}
#viewCartQuick .item-price {
	float: left;
	width: 15%;
	text-align: right;
}
#viewCartQuick .item-total {
	float: left;
	width: 15%;
	text-align: right;
}
#viewCartQuick .item-remove {
	float: left;
	width: 5%;
}
#viewCartQuick .product-item {
	position: relative;
	text-align: center;
	margin: 0 3px;
	width: auto;
	min-height: 160px;
}
#viewCartQuick .product-item .img {
	min-height: 120px;
	padding-top: 10px;
	margin-bottom: 10px;
}

/*	404.html Template
	-----------------	*/
#four-o-four {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	background: #FFF;
    height: 100%;
    padding: 50px 0 0;
    width: 100%;
}
#four-o-four .container {
    background: #FFF;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    width: 600px;
}
#four-o-four .content {
    text-align: center;
}
#four-o-four .content .image {
    width: 500px;
    height: 260px;
    background: url('/assets/templates/common-html5/images/404.png') no-repeat;
    margin: 15px auto;
}
#four-o-four .content strong {
    display: block;
    font-size: 20px;
}
#four-o-four a,
#four-o-four a:visited {
    color: #50b848;
    text-decoration: underline;
}
#four-o-four a:hover,
#four-o-four a:visited:hover {
    color: #50b848;
    text-decoration: none;
}

/*	messagebar.min.js classses
	--------------------------	*/
.mb--messagebar {
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all .2s ease-in-out;
	background: #3498db;
	font-size: 2em;
	line-height: 2em;
	color: #FFF;
	text-align: center;
	z-index: 9999;
}
.mb--messagebar.mb--messagebar--show {
	opacity: 1;
	top: 0;
}
.mb--messagebar.mb--messagebar--hide {
	opacity: 0;
	top: -100px;
}
.mb--messagebar.mb--messagebar--danger {
	background: #d9534f;
}
.mb--messagebar.mb--messagebar--success {
	background: #2ecc71;
}
.mb--messagebar.mb--messagebar--warning {
	background: #f39c12;
}

/*	3dFeedback
	----------  */
#FeedbackBadge {
    z-index: 4000000000;
}



/*	Square Payment Method
	----------  */

.sq_input {
	border: 1px solid rgb(150, 150, 150);
	outline-offset: -2px;
	margin-bottom: 5px;
	min-height: 30px;
}

.sq_input--focus {
	/* Indicates how form inputs should appear when they have focus */
	/*outline: 5px auto rgb(59, 153, 252);*/
}

.sq_input--error {
	/* Indicates how form inputs should appear when they contain invalid values */
	/*outline: 5px auto rgb(255, 97, 97);*/
}
.sq_colleft {
	width:40%;
	float:left;
}
.sq_colcenter {
	width: 40%;
	float: left;
}
.sq_col2 {
	float: left;
}
.sq_rr {
	text-align: right;
	padding-right:5px;
}

.sq_PaymentMethod{
    width: 50%;
}
@media(max-width: 767px) {
    .sq_PaymentMethod{
        width: 100%;
    }
}

/*	Klarna Payment
--------------------------	*/
div#klarna_button_home {
    max-height: 60px;
    max-width: 350px;
    margin: 30px auto;
}
div#klarna_button {
    max-height: 60px;
    max-width: 350px;
    margin: 5px;
}

/*	Stripe Payment
--------------------------	*/
div#divStripeJS {
    margin: 15px 0 30px !important;
}
div#card-element {
    padding: 3px 10px;
    border: 1px solid #b7b4ac;
    margin: 0;
}


/*	Help PopUp
------------------------	*/
#helppopup table {
    display: table;
}

#helppopup tbody {
    display: table-row-group;
    vertical-align: middle;
}

#helppopup tr {
    text-align: left;
    display: table-row;
    vertical-align: inherit;
}

#helppopup td {
    text-decoration: none;
    word-spacing: normal;
    font-size: 12px;
    display: table-cell;
    vertical-align: inherit;
    text-align: center;
}<style type="text/css">
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,:after,:before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size:21px
    }
}

.small,small {
    font-size: 85%
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
        line-height:34px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
    cursor: not-allowed
}

.checkbox label,.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top:7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-group-sm>.btn,.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-group-xs>.btn,.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 0
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius:0
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width:auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float:left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float:left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0
}

.popover-content {
    padding: 9px 14px
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.row:after,.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,.visible-md,.visible-sm,.visible-xs {
    display: none!important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display:block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display:block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

/*
     FILE ARCHIVED ON 21:56:32 Aug 25, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:41:43 Apr 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.546
  load_resource: 898.291 (2)
  PetaboxLoader3.resolve: 1067.571 (4)
  PetaboxLoader3.datanode: 449.916 (5)
  captures_list: 0.743
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.007
  esindex: 0.011
  cdx.remote: 41.983
  LoadShardBlock: 911.089 (3)
*/

/*
** Bootstrap over-rides
*/
#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
#skip a:focus
{
position:static;
width:auto;
height:auto;
}
.homepage-blog-posts .post-image-container img {
    height: 200px;
}
.homepage-blog-posts div#postContent {
    height: 127px;
}
.category-toolbar a .icon-bar {
    background: #fff;
}
.category-toolbar a#grid-view .icon-bar:after, .category-toolbar a#grid-view .icon-bar:before, .category-toolbar a#list-view .icon-bar:before {
    background: #fff;
}
.product-items.productList .product-item .img a {
    position: initial;
}
@media (max-width: 991px){
.product-items.productList .product-item .img {
    padding-right: 0;
    width: 32%;
}
}
section#message p.notice, section#error p.notice {
    color: #fff;
}
.mailinglist-input.form-control:focus,
.form-control.search-text:focus{
    outline: 0;
    box-shadow:none;
    color: #333;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
a {
    color: #00a888;
    text-decoration: none;
}
.clear {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
}
body {
  font-family: 'Roboto Slab', serif;
    color: #bababa;
  line-height: 1.5;
    padding-top:0px;
    background: #2e2a25;
    font-style: normal;
    font-weight: 400;
  font-size: 14px;
}
.r-tabs {
    position: relative;
    color: #333;
}
img {
    max-width: 100%;
}
.primary-bg {
    background: #5ab6be;
    color: #fff;
}
.secondary-bg {
    background: #e2e2e2;
    color: #000;
}
h1 {
  font-size: 30px;
}
.header-specials {
    color: #000;
    text-transform: uppercase;
    border-bottom: 0px solid #000;
    padding: 10px 0;
    margin-bottom: 25px;
    position: relative;
}
.header-specials:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    background: #fadb01;
    width: 210px;
}
.titles {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
}
.subcategories {
    border-bottom: 1px solid #ececec;
    padding: 0 0 30px;
}
.subcategories > ul > li > a {
    color: #000;
    text-decoration: none;
    display: block;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.subcategories > ul > li > a:hover {
    opacity: 0.8;
}
.subcategories > ul > li span.name {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.category-products {
    padding: 35px 0 30px;
}
.category-actions {
    padding: 0 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid #ececec;
}
.content-border-top {
    border-top: 12px solid #ac9356;
}
.view-cart .container.row-margin-top .row .col-md-9,
.category-page .container.row-margin-top .row .col-md-9,
.listing-page .container.row-margin-top .row .col-md-9{
    padding-top: 35px;
}
.row-margin-top {
    padding-top: 12px;
}
.store_data * {
    color: #fff;
}
.site-container {
  background: #221E1B;
}
.leftBar {
    background: #221E1B;
    /* min-height: 175vh; */
    height: 100%;
}
.midcol {
  background: #2e2a25;
}
.breadcrumnb ol li > span, .breadcrumnb ol li:last-child > a {
    color: #ac9356;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1170px;
  }
}

@media (max-width: 1200px) {
    .maillist-options {
        margin: 2px 0 0 !important;
      }
}

.form-control {
    color: #000;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    height: 36px;
    padding: 7px 12px;
}
.form-control.search-text {
     border-color: #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    font-size: 14px;
    padding: 8px 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-default,
.btn-primary:focus, 
.btn-primary:active:focus {
    border-color: #ac9356;
    background-color: #fff;
    color: #000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:hover:focus,
.btn-default.focus {
    border-color: #ac9356;
    background-color: #ac9356;
    color: #fff;
    opacity: 0.8;
}

.btn-default.btn-inverse,
.btn-primary {
    border-color: #ac9356;
    background-color: #ac9356;
    color: #fff;
}
.btn-default.btn-inverse:hover,
.btn-primary:hover {
    border-color: #ac9356;
    background-color: #ac9356;
    color: #fff;
    opacity: 0.8;
}

.nav > li {
    position: relative;
    display: block;
    text-align: center;
    float: none !important;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none !important;
    color: #fff;
}
.navbar-wrapper {
    background: none;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.navbar.navbar-inverse {
    margin-bottom: 0;
    padding: 5px 0px 5px 0px;
    border: none;
    background-color: transparent;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
}

.navbar .navbar-collapse {
    text-align: center;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ac9356;
    font-weight: 300;
    /* letter-spacing: 1px; */
    text-transform: capitalize;
    font-size: 15px;
    line-height: inherit;
    min-height: inherit;
    margin: 0;
    padding: 20px 0;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #e4e4e4;
}
.dropdown-menu > li > a {
    font-size: 12px;
    padding: 6px 30px 6px 20px;
    text-transform: uppercase;
}
.navbar-nav > li.dropdown > a:after {
    content: "\f107";
    font-family: "fontello";
    font-size: 18px;
    line-height: 1;
    margin: 0 5px;
    float: right;
    position: absolute;
    right: 5px;
}
@media (min-width: 992px){
.my-account .beta-col {
    padding: 0 70px 0 5%;
}
.my-account .alpha-col {
    padding: 0 5% 0 70px;
}
}
@media (max-width: 768px) {
}
@media (max-width: 991px) {
    .site-header .useraccount ul {
        float: left !important;
        padding: 10px;
    }
    .logo img {
        max-width: inherit !important;
        max-height: inherit !important;
    }
    .searchBox {
        padding: 0 0 10px !important;
    }
    .row-margin-top {
        padding-top: 80px;
    }
    .site-header {
        background: #221E1B !important;
    }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-inverse .navbar-toggle {
      display: block;
      border-color: #fff;
  }
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color:#bca483;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
  }
  .navbar-nav>li {
      float: left;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
}
/*
** Template code
*/
.logo {
    height: 153px;
    position: relative;
    overflow: hidden;
}
.logo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.logo a:hover img {
    opacity: 0.6;
}

.site-header {
    padding: 0;
    background: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border-bottom: 0px solid #d9d9d9;
}
.site-header ul {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.5;
    font-family: 'Roboto Slab', serif;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 992px) {
    .site-header {
        padding: 0;
        border: none;
    }
    .site-header ul {
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .site-header {
        padding: 0;
    }
    .site-header ul {
        font-size: 14px;
    }
}
.site-header ul li {
    display: inline-block;
    margin: 0;
    padding: 0 6px;
}
.site-header .useraccount ul {
    float: right;
}
/* .site-header ul li:last-child {
    border: none;
} */
.site-header .useraccount ul li button {
    padding: 0;
    color: #fff;
    border: none;
    background: none;
    position: relative;
    top: -4px;
    font-size: 20px;
}
.site-header ul li a {
    color: #fff;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.site-header ul li a span {
    font-size: 20px;
}
.site-header ul li a:hover {
    text-decoration:underline;
}

@media (max-width: 991px) {
    .site-header .useraccount ul li a {
        font-size:0;
    }
    .site-header ul li span {
        font-size: 16px;
        color:#000;
    }
}
body.hasSlider {
    padding:0;
}
body.hasSlider.noBG .site-header {
    background: rgba(255, 255, 255, 0.92);
}
    body.hasSlider.noBG .site-header ul li a {
        color: #5ab6be;
    }
body.hasSlider.noBG .navbar-wrapper{
    background: rgba(255, 255, 255, 0.92);
}
    body.hasSlider.noBG .navbar-inverse .navbar-nav > li > a {
        color: #5ab6be;
    }

.searchBox {
    padding: 0;
    margin: 0;
}
.search-form {
    position: relative;
}
.search-form .search-text {
    padding: 9px 62px 9px 12px;
    height: 40px;
    background: #e4e4e4;
}
.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    text-align: center;
    font-size: 16px;
}


.minicart {
    min-width: 165px;
    height: 60px;
    float: right;
    padding: 15px 0 15px 10px;
    border-left: 1px solid #ececec;
}
.minicart-inner {
    display: block;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}
.minicart-inner:hover {
    color: #000;
    opacity: 0.8;
}
.minicart .cart-icon {
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    float: left;
    margin-right: 5px;
}
.minicart .cart-details {
    display: block;
    float: left;
}

span.cart-title {
    font-size: 12px;
    line-height: 15px;
    display: block;
  font-weight: bold;
}
span.cart-count {
    color: #676767;
    font-size: 10px;
    display: block;
    line-height: 15px;
  font-weight: 500;
}
div.site-footer1 {
    background: #332f2a;
    padding: 30px 0;
    color: #9d9d9c;
    font-family: 'Roboto Slab', serif;
}
footer.site-footer {
    background-color: #2e2a25;
    padding: 60px 0 20px;
    color: #bababa;
    font-family: 'Roboto Slab', serif;
}

ul.extrapages li {
    line-height: 1;
    margin: 0 0 20px;
    text-align: center;
}
ul.extrapages li a {
    color: #bababa;
    font-size: 13px;
    text-transform: capitalize;
}
.footer-social {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
}
.copyright {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: inherit;
    background: #ac9356;
}
.copyright_txt {
    padding: 0;
    line-height: 40px;
}
.copyright_txt a {
    color: #fff;
}
@media(max-width: 767px) {
    .copyright * {
        text-align: center !important;
    }
    .site-header {
        background: #221E1B !important;
    }
}

.mailist-box {
    max-width: 100%;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.mailist-box h3 {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 39px;
    text-align: right;
    letter-spacing: 1px;
}
.mailinglist-form {
    background-color: #fff;
    border: 1px solid #000;
}
.mailinglist-input.form-control {
    background-color: #fff;
    border: none;
    max-width: 225px;
    color: #222;
    float: left;
}
.mailinglist-submit {
    background-color: #fff;
    color: #5E502C !important;
    border-color: #fff !important;
    float: right;
    width: 107px;
}
.btn-default.mailinglist-submit:hover, 
.btn-default.mailinglist-submit:focus {
    background-color: #000 !important;
    color: #fff !important;
}
.mailinglist-response {
    display: none;
}
.maillist-options {
    margin: 15px 0 0;
}
.subscribe {
    float: left;
    margin-right: 20px;
    line-height: 13px;
    margin-bottom: 5px;
}
.subscribe input[type="radio"] {
    margin: 0;
    vertical-align: middle;
}
.subscribe label {
    margin: 0;
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
    margin-left: 3px;
    color: #9d9d9c;
    cursor: pointer;
}

.footer-social ul {
    margin: 0;
}
ul.payment-icons {
    text-align: right;
}
ul.payment-icons li {
    font-size: 34px;
    line-height: 36px;
    vertical-align: middle;
}

ul.payment-icons li.payment-icons-label,
ul.social-icons li.social-icons-label {
    font-size: 18px;
    vertical-align: middle;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    margin-right: 20px;
}

.social-icons {
    text-align: right;
    margin: 0;
}
.social-icons li a {
    color: #000;
    background-color: transparent;
    width: 32px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
}
.social-icons li a:hover {
    opacity: 0.6;
    color: #000;
}
#checkoutSinglePage .logo img {
    width: inherit;
}
#checkoutSinglePage .page_heading {
    color: #777;
}
span.item-fullname a {
    color: #fff;
}
.radio-format > .radio-option > span {
    padding: 8px 17px;
    display: inline-block;
    color: #666;
}

.reviews-stars:before {
    font-family: "fontello";
    content: "\e803 \e803 \e803 \e803 \e803";
    color: #b8b8b8;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star,
.reviews-stars {
    color: #fadb01;
}

.product-items {
    overflow: hidden;
}
.product-items .product-item {
    text-align: center;
}

#checkout-logo .logo {
    background: #26231F;
}
/*@media (min-width: 1025px) {
    div.product-items .product-item {
        opacity: 0;
    }
}*/
#home .products-holder-info .status,
#home .products-holder-info .reviews {
    display: none;
}


.products-holder-info {
    background: #292521;
    padding: 17px 17px 28px;
}
.product-item .name a {
    color: #bababa;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.product-item del.regular-price {
    text-decoration: line-through;
}
.sale-price {
    color: #bca483;
}
del.original-price {
    font-weight: 500;
}
span.freeshipping {
    color: #00a888;
}
.product-item .status span:before {
    content: "-";
}
.product-item .status {
    font-size: 12px;
    line-height: 1;
}
.product-item .price {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
.product-item .img {
    min-height: 190px;
    position: relative;
    border: none;
    background-color: #fff;
    margin-bottom: 25px;
}
.product-item .img a {
    display: block;
}
.product-item .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.product-item .on-sale-badge {
    border-radius: 100%;
    line-height: 20px;
    padding: 15px 0;
    height: 50px;
    width: 50px;
    text-align: center;
    top: 2px;
    right: 17px;
    background: #96273B;
    color: #fff;
    font-size: 14px;
}
#category .product-item .action .btn {
    background: #ac9356;
    color: #fff;
}
#home .product-item .action .btn {
    min-width: 150px;
    width: 100%;
    max-width: 192px;
    line-height: 30px;
    background: #ac9356;
    color:#000000;
}
.product-item .name {
    margin-bottom: 15px;
}
.product-item .action .btn {
    min-width: 150px;
    width: 100%;
    max-width: 195px;
}
.head-mobile-nav > a {
    color: #fff;
    font-size: 24px;
    line-height: 2;
}
.btn.btn-addcart {
    font-size: 18px;
    vertical-align: middle;
    text-transform: none;
    padding: 8px 12px 8px 12px;
    font-weight: normal;
}
/*
** Homepage
*/
.fullwidth-slider.flexslider {
    border-radius:0;
}

.products-section {
    background-color: #2e2a25;
    padding: 45px 0 5px;
}
#home .products-section h2,#home .products-section h1 {
    color: #bababa;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin: 0 0 40px;
    position: relative;
    border-top: 4px double #63563a;
    border-bottom: 4px double #63563a;
    text-align: center;
}
.products-section h2,.products-section h1 {
    text-align: left;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0 0 25px;
    position: relative;
}
#home .products-section h2:after,#home .products-section h1:after {
    content: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
    height: inherit;
    background: inherit;
    width: inherit ;
}
.products-section h2:after,.products-section h1:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    background: #fadb01;
    width: 210px;
}
.home-page-content .category-footer {
    padding: 20px 0;
}
.home-page-content .category-footer h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px;
    font-weight: bold;
}
.home-page-content .category-footer p {
    margin: 0 0 30px;
    text-align: justify;
}
.home-page-content .category-footer a:hover img {
    opacity: 0.7;
}
.home-page-content .category-header {
    padding: 20px 0;
}
.home-page-content .category-header img {
    margin: 0 auto;
}
.extrapages-shower a {
    display: block;
    background-color: #ac9356;
    color: #000;
    padding: 10px 18px;
    text-decoration: none !important;
    text-align: center;
    font-weight: 600;
}
.extrapages-shower a:after {
    content: "\f106";
    font-family: "fontello";
    float: right;
}
.extrapages-shower a.collapsed:after {
    content: "\f107";
}
@media(max-width: 991px) {
    .social-icons {
        text-align: center !important;
    }
    .mailist-box h3 {
        text-align: center;
    }
    .site-header ul li {
        display: inline-block;
        margin: 0;
        padding: 0 6px !important;
        width: auto !important;
        margin: 0 !important;
    }
    .site-header .useraccount ul li button {
        top: -6px;
        font-size: 20px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        min-height: 0;
    }
    .navbar-nav > li.dropdown > a:after {
        float: right;
    }
    .mailist-box {
        float: none;
        padding: 0 0 15px 0;
        width: 100%;
        margin: 0 auto;
    }
    .footer-social {
        text-align: center;
    }
    .social-icons {
        float: none;
        margin: 0 auto;
        text-align: left;
    }
    .copyright {
        text-align: center;
    }
    ul.payment-icons {
        text-align: center;
    }
}
@media(max-width: 767px) {
    .logo {
        text-align: center;
        height: auto;
    }
    .logo img {
        position: static;
    }
    .searchBox {
        padding: 0 0 10px;
    }
    .row-margin-top {
        padding-top: 170px;
    }
    .search-form-col {
        clear: both;
    }
    .flex-direction-nav a:before {
        font-size: 24px;
    }
    .flex-direction-nav a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin: -12px 0 0;
    }
    .mailist-box {
        padding: 30px 0 30px 0;
    }
    .mailist-box h3 {
        text-align: center;
        line-height: normal;
        margin: 0 0 10px;
    }
    .mailinglist-input.form-control {
        max-width: 145px;
    }
    .social-icons {
        text-align: center;
        margin: 0 auto 20px auto;
    }
    .social-icons li a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 18px;
    }
    .footer-social ul li {
        padding: 0 4px;
    }
    .extrapages {
        display: none;
    }
    .home-page-content .category-header {
        padding: 15px 0;
    }
    .extrapages-shower a {
        display: block;
    }
    ul.extrapages {
        margin: 0;
        padding: 15px 0;
    }
    ul.extrapages li a {
        font-size: 14px;
    }
}
@media(max-width: 567px) {
    .product-items.product-items-1 .product-item,
    .product-items.product-items-2 .product-item,
    .product-items.product-items-3 .product-item,
    .product-items.product-items-4 .product-item,
    .product-items.product-items-5 .product-item,
    .product-items.product-items-6 .product-item {
        max-width: 270px;
    }
}

.menu-open {
    overflow: hidden;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0,0,0,0.5);
}
.menu-open .mobile-menu {
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-menu-inner {
    background-color: #fff;
    padding: 30px 20px;
    width: 250px;
    margin-left: auto;
    margin-right: 0;
    min-height: 100vh;
    position: relative;

    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(250px,0);
    -ms-transform: translate(250px,0);
    -o-transform: translate(250px,0);
    transform: translate(250px,0);
}
.menu-open .mobile-menu-inner {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.mobile-menu-close a {
    color: #000;
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    text-decoration: none;
}
.mobile-menu-close a:after {
    content: '\e805';
    font-family: "fontello";
}
.mobile-menu-widget {
    margin: 30px 0;
}
.mobile-menu-widget h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1;
    border-bottom: 1px solid #ececec;
}
.mobile-menu-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu-widget ul li {
    margin: 0 0 10px;
    float: none;
}
.mobile-menu-widget ul li a {
    padding: 0;
    line-height: 30px;
    font-size: 13px;
    background-color: transparent !important;
    display: block;
    color: #555;
    text-decoration: none !important;
    text-align: left;
}
.mobile-menu-widget ul li a:hover {
    color: #333;
}
.mobile-menu-widget ul ul {
    display: none !important;
}
.mobile-menu-widget ul li a:after {
    display: none;
}

.mailinglist-response {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 12px;
    background-color: #2d2d2d;
    color: #ccc;
}
.mailinglist-error span {
    color: #8a6d3b;
}
.mailinglist-subscribed span,
.mailinglist-unsubscribed span {
    color: #3c763d;
}
.mailinglist-response,
.mailinglist-response div {
}
.special-action .btn-link {
    padding: 0;
    color: #FFF;
    font-weight: bold;
}
.floating-cart {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    background-color: #221E1B;
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 15px;
    text-align: center;
    width: 90px;
    display: none;
}
.qtyTable-btn {
    color: #FFF;
}
.floating-cart a,
.floating-cart a:hover {
    color: #fff;
    text-decoration: none;
}
.floating-cart span.cart-icon {
    display: block;
    font-size: 30px;
    line-height: 1;
}
.floating-cart span.cart-details {
    font-size: 12px;
    text-transform: none;
    display: block;
    margin: 5px 0 0;
}

.paging {
}
.paging strong, 
.paging a {}
.paging strong,
.paging a:hover {
    color: #fff;
    background-color: #0f0f0f;
    text-decoration: none;
}

/*
Common page styles */
.full-header {
    position: absolute;
    width: 100%;
    z-index: 3;
}
.page_header {
  margin: 0 0 30px;
}
.page_heading {
    margin: 0 0 0;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.page_heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    border-bottom: 1px solid #000;
}
.category-header {
    margin: 20px 0 0;
}

.fullwidth-slider img{
    width: 100%;
}


.scrollToTop{
    position: fixed;
    bottom: 0%;
    right: 5px;
    display: none;
    z-index: 999;
    text-align: center;

    color: #000;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 20px 20px 0 0;
    width: 70px;
    display: none;

    font-size: 36px;
}
.scrollToTop:hover{
  text-decoration:none;
    color: #000;
    background-color: rgba(255, 255, 255, .8);
    -webkit-transition: opacity 1000ms ease-in-out;
    -moz-transition: opacity 1000ms ease-in-out;
    -o-transition: opacity 1000ms ease-in-out;
    -ms-transition: opacity 1000ms ease-in-out;
    transition: opacity 1000ms ease-in-out;
}
    .scrollToTop span {
        display: none;
    }

iframe {
    display: block;
}

.sidebar-widget {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.sidebar-widget ul {
    margin:0;
    padding: 0;
    list-style: none;
    float: none;
}
.sidebar-widget ul li{
    float: none;
    line-height: 32px;
    text-transform: uppercase;
    border-bottom: 1px solid #62605e;
    text-align: center;
}
/* .sidebar-widget ul li:hover > a{
    background-color: #eee;
} */
/* .sidebar-widget ul#categories > li:hover > a:after{
    content: "\f105";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
} */
.sidebar-widget ul li a{
    padding: 21px 0px;
    color: #ac9356;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
}

    .sidebar-widget .dropdown-menu {
        position: absolute;
        top:0;
        left: 100%;
    }
    @media(max-width: 1024px) {
        .sidebar-widget .dropdown-menu {
            display: none !important;
        }
    .mailinglist-submit {
      padding: 7px 12px;
    }
    }
    .sidebar-widget .product-item .img {
        min-height: 80px;
    }

#leftBar .widget-header {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    position: relative;
    padding: 8px 0;
    border: none;
    text-align: center;
    letter-spacing: 1px;
}
#leftBar .widget-header:after {
    content: "";
    position: inherit;
    left: inherit;
    bottom: inherit;
    width: inherit;
    height: inherit;
    border-bottom: inherit;
}

.noleftbar #leftBar {
  /* display: none; */
}
.noleftbar .cat-items-grid {
  float: none;
  width: 100%;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
}
#searchModal .modal-header .close {
    color: #000 !important;
}
@media(min-width: 768px) {
    .revealOnScroll {
        opacity:0;
    }
}
.radio-format > input[type="radio"]:checked + label.radio-option {
    border: 2px solid #ac9356;
    background-color: transparent;
}
.radio-format > .radio-option.radio-selected > span {
    color: #fff;
}

.float-left{float:left!important}
.float-right{float:right!important}
.float-none{float:none!important}

.overflow-auto{overflow:auto!important}
.overflow-hidden{overflow:hidden!important}
.position-static{position:static!important}
.position-relative{position:relative!important}
.position-absolute{position:absolute!important}
.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,0.075)!important}
.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,0.15)!important}
.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,0.175)!important}
.shadow-none{box-shadow:none!important}
.m-0{margin:0!important}
.mt-0,.my-0{margin-top:0!important}
.mr-0,.mx-0{margin-right:0!important}
.mb-0,.my-0{margin-bottom:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-1{margin:.25rem!important}
.mt-1,.my-1{margin-top:.25rem!important}
.mr-1,.mx-1{margin-right:.25rem!important}
.mb-1,.my-1{margin-bottom:.25rem!important}
.ml-1,.mx-1{margin-left:.25rem!important}
.m-2{margin:.5rem!important}
.mt-2,.my-2{margin-top:.5rem!important}
.mr-2,.mx-2{margin-right:.5rem!important}
.mb-2,.my-2{margin-bottom:.5rem!important}
.ml-2,.mx-2{margin-left:.5rem!important}
.m-3{margin:1rem!important}
.mt-3,.my-3{margin-top:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}
.mb-3,.my-3{margin-bottom:1rem!important}
.ml-3,.mx-3{margin-left:1rem!important}
.m-4{margin:1.5rem!important}
.mt-4,.my-4{margin-top:1.5rem!important}
.mr-4,.mx-4{margin-right:1.5rem!important}
.mb-4,.my-4{margin-bottom:1.5rem!important}
.ml-4,.mx-4{margin-left:1.5rem!important}
.m-5{margin:3rem!important}
.mt-5,.my-5{margin-top:3rem!important}
.mr-5,.mx-5{margin-right:3rem!important}
.mb-5,.my-5{margin-bottom:3rem!important}
.ml-5,.mx-5{margin-left:3rem!important}
.p-0{padding:0!important}
.pt-0,.py-0{padding-top:0!important}
.pr-0,.px-0{padding-right:0!important}
.pb-0,.py-0{padding-bottom:0!important}
.pl-0,.px-0{padding-left:0!important}
.p-1{padding:.25rem!important}
.pt-1,.py-1{padding-top:.25rem!important}
.pr-1,.px-1{padding-right:.25rem!important}
.pb-1,.py-1{padding-bottom:.25rem!important}
.pl-1,.px-1{padding-left:.25rem!important}
.p-2{padding:.5rem!important}
.pt-2,.py-2{padding-top:.5rem!important}
.pr-2,.px-2{padding-right:.5rem!important}
.pb-2,.py-2{padding-bottom:.5rem!important}
.pl-2,.px-2{padding-left:.5rem!important}
.p-3{padding:1rem!important}
.pt-3,.py-3{padding-top:1rem!important}
.pr-3,.px-3{padding-right:1rem!important}
.pb-3,.py-3{padding-bottom:1rem!important}
.pl-3,.px-3{padding-left:1rem!important}
.p-4{padding:1.5rem!important}
.pt-4,.py-4{padding-top:1.5rem!important}
.pr-4,.px-4{padding-right:1.5rem!important}
.pb-4,.py-4{padding-bottom:1.5rem!important}
.pl-4,.px-4{padding-left:1.5rem!important}
.p-5{padding:3rem!important}
.pt-5,.py-5{padding-top:3rem!important}
.pr-5,.px-5{padding-right:3rem!important}
.pb-5,.py-5{padding-bottom:3rem!important}
.pl-5,.px-5{padding-left:3rem!important}
.m-n1{margin:-.25rem!important}
.mt-n1,.my-n1{margin-top:-.25rem!important}
.mr-n1,.mx-n1{margin-right:-.25rem!important}
.mb-n1,.my-n1{margin-bottom:-.25rem!important}
.ml-n1,.mx-n1{margin-left:-.25rem!important}
.m-n2{margin:-.5rem!important}
.mt-n2,.my-n2{margin-top:-.5rem!important}
.mr-n2,.mx-n2{margin-right:-.5rem!important}
.mb-n2,.my-n2{margin-bottom:-.5rem!important}
.ml-n2,.mx-n2{margin-left:-.5rem!important}
.m-n3{margin:-1rem!important}
.mt-n3,.my-n3{margin-top:-1rem!important}
.mr-n3,.mx-n3{margin-right:-1rem!important}
.mb-n3,.my-n3{margin-bottom:-1rem!important}
.ml-n3,.mx-n3{margin-left:-1rem!important}
.m-n4{margin:-1.5rem!important}
.mt-n4,.my-n4{margin-top:-1.5rem!important}
.mr-n4,.mx-n4{margin-right:-1.5rem!important}
.mb-n4,.my-n4{margin-bottom:-1.5rem!important}
.ml-n4,.mx-n4{margin-left:-1.5rem!important}
.m-n5{margin:-3rem!important}
.mt-n5,.my-n5{margin-top:-3rem!important}
.mr-n5,.mx-n5{margin-right:-3rem!important}
.mb-n5,.my-n5{margin-bottom:-3rem!important}
.ml-n5,.mx-n5{margin-left:-3rem!important}
.m-auto{margin:auto!important}
.mt-auto,.my-auto{margin-top:auto!important}
.mr-auto,.mx-auto{margin-right:auto!important}
.mb-auto,.my-auto{margin-bottom:auto!important}
.ml-auto,.mx-auto{margin-left:auto!important}
/*
     FILE ARCHIVED ON 21:56:32 Aug 25, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:41:41 Apr 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 8.345
  load_resource: 195.908
  PetaboxLoader3.resolve: 170.819
  PetaboxLoader3.datanode: 24.344
*/
@font-face {
    font-family: flexslider-icon;
    font-display: swap;
    src: url(/web/20230825215632im_/https://www.shopatmc.com/assets/templates/common-core/lib/flexslider/fonts/flexslider-icon.eot);
    src: url(/web/20230825215632im_/https://www.shopatmc.com/assets/templates/common-core/lib/flexslider/fonts/flexslider-icon.eot#iefix) format('embedded-opentype'),url(/web/20230825215632im_/https://www.shopatmc.com/assets/templates/common-core/lib/flexslider/fonts/flexslider-icon.woff) format('woff'),url(/web/20230825215632im_/https://www.shopatmc.com/assets/templates/common-core/lib/flexslider/fonts/flexslider-icon.ttf) format('truetype'),url(/web/20230825215632im_/https://www.shopatmc.com/assets/templates/common-core/lib/flexslider/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}

.flex-container a:hover,.flex-slider a:hover {
    outline: 0
}

.flex-control-nav,.flex-direction-nav,.slides,.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    max-width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 0;
    background: 0 0;
    border: none;
    position: relative;
    zoom:1;-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.flexslider .slides {
    zoom:1}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3)
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom:1}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity:1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

/*
     FILE ARCHIVED ON 21:56:32 Aug 25, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:41:45 Apr 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.822
  load_resource: 754.685 (2)
  PetaboxLoader3.resolve: 582.943 (5)
  PetaboxLoader3.datanode: 2888.088 (5)
  captures_list: 0.699
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.009
  esindex: 0.014
  cdx.remote: 88.791
  LoadShardBlock: 2806.367 (3)
*/

</style>