.a-right {text-align: right; }
.a-left  {text-align: left; }
.a-center, .center  {text-align: center; }
.f-right {float: right; }
.f-left  {float: left; }
.no-display {display: none;}
.small {font-size: 90%; }
/*
 * Horizontal list
 */
.list-horizontal {
	float: left;
	clear: both;
}
.list-horizontal li {
	float: left;
}

/*
 * Pipe list
 */
.list-pipe li {
	padding: 0px 7px 0px 8px;
	background: url(../images/pipe.gif) no-repeat left 4px;
}
.list-pipe-dotted li {
	padding: 0px 7px 0px 8px;
	background: url(../images/pipe-dotted.gif) no-repeat left 3px;
}
.list-pipe li:first-child,
.list-pipe-dotted li:first-child {
	padding-left: 0px;
	background: none;
}
.list-pipe li:last-child,
.list-pipe-dotted li:last-child {
	padding-right: 0px;
}

ul.no-bullet li a,
ol.no-bullet li a {
	background: none;
	padding: 0px;
}

/*
 * Multicolumn list
 */
ul.list-row {
	float: left;
	clear: both;
}
ul.list-row li {
	float: left;
	width: 190px;
}
ul.list-row li a {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2d251e;
	text-decoration: none;
	padding-bottom: 4px;
}
ul.list-row li ul {
	margin-top: 7px;
}
ul.list-row li ul li {
	float: none;
	width: 190px;
}
ul.list-row li ul li a {
	font-weight: normal;
	background: none;
	padding: 0px;
}


/*
 * Buttons
 */
.action-buttons {
	clear: both;
	text-align: right;
	margin: 3px 0px;
}
.generic-product-grid .action-buttons {
	text-align: center;
}
.button-to-cart,
.button-red {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px 4px 0px 10px !important;
	text-decoration: none;
	border: none !important;
    cursor: pointer;
	background: #be0017 url(../images/button-red-bg.gif) no-repeat left center;
}
a.button-to-cart,
a.button-red {
    padding: 0px 4px 0px 10px !important;
	white-space: nowrap;
}
.button-more,
.button-grey,
.button {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0px 4px 0px 12px !important;
    border: none !important;
    color: #fff !important;
    cursor: pointer;
	text-decoration: none;
    background: #7c7c7c url(../images/button-grey-bg.gif) no-repeat left center !important;
}
a.button-more,
a.button-grey,
a.button {
    padding: 1px 4px 1px 12px !important;
	white-space: nowrap;
}
.add-to-box {
	width: 100%;
}

.mini-cart .head {
	position: relative;
}
.mini-cart .head .button-checkout {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 70px;
    font: bold 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #fff;
    border: 1px solid #7d9db0;
    background: #B4C6D1;
    cursor: pointer;
}
.mini-cart .head .button-checkout:hover {
	background: #9bb4c1;
}

.clear:after {
	content: '.';
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.clear {
	display: inline-block;	
}
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}



/*
 * Boxes
 */
.box {
	margin-bottom: 7px;
}
.box select {
	width: 100%;
}
.side-col .base-mini {
	padding-bottom: 8px;
	zoom: 1;
	background: url(../images/box-mini-bg.gif) no-repeat left top;
	background-color:#EEEEEE;
}
.one-page-checkout-progress {
	background: none !important;
}
.one-page-checkout-progress h3 {
	font-size: 85% !important;
	margin-bottom: 7px;
}
.side-col .box .content {
	padding: 0px 10px;
	font-size: 90%;
}
.col-left .box .head h3 {
	line-height: 35px;
	text-indent: 10px;
}
.col-right .box .head h3 {
	line-height: 30px;
    text-indent: 10px;
}
.side-col li a {
	color: #2e2e2e;
	text-decoration: none;
	padding-left: 8px;
	background: url(../images/bullet-list.gif) no-repeat left center;
}
