
@media all and (min-width: 481px) {
	
/* HEADER & NAVIGATION */

.admin-header-links,
.header-line {
	background-size: 100% 70px;
}

/* FOOTER */

.footer-upper {
    width: 96%;
	margin-bottom: 10px;
}
.footer-block {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.footer-block:nth-child(odd) {
	clear: both;
	margin-left: 0;
}
.footer-block ul {
	text-align: left;
}
.footer-block li a {
	background: url('../img/bullet6.png') 2px center no-repeat;
	padding: 6px 0 6px 12px;
}
.footer-block-first li span {
    padding: 6px 0 6px 32px;
}

/* LEFT/RIGHT COLUMNS */

.side-2:after {
	content: "";
	display: block;
	clear: both;
}
.block {
	float: left;
	width: 49%;
	margin: 0 0 2% 2%;
}
.block:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

/* CATEGORY PAGE */

.product-page-size span {
	display: inline;
}
	
.item-box {
	float: left;
	width: 49%;
	max-width: none;
	margin: 0 0 20px 2%;
}
.item-box:nth-child(2n+1) {
    clear: both;
	margin-left: 0;
}

/* PRODUCT PAGE */
	
.attributes dt {
	float: left;
	clear: left;
	width: 125px;
	margin: 0 15px 0 0;
	background: #ddd url('../img/bullet4.png') right 5px center no-repeat;
	text-align: left;
}
.attributes dd {
	float: left;
	width: 250px;
	margin: 0 0 12px;
	text-align: left;
}
.attributes select {
	height: 28px;
}
.attributes .qty-box input {
    height: 26px;
}
.attribute-squares li {
	margin: 0 10px 0 0;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
}
.ui-tabs .ui-tabs-nav li {
	float: left;
	margin: 0 2px 0 0;
}

/* PRODUCT REVIEWS */

.product-review-item .review-item-head {
	display: table;
	width: 100%;
	margin: 0 0 20px;
}
.product-review-item .review-title {
	display: table-cell;
	padding: 10px 25px;
	text-align: left;
	vertical-align: middle;
}
.product-review-item .product-review-box {
	display: table-cell;
	position: static;
	padding: 10px 25px;
	text-align: right;
	vertical-align: middle;
	font-size: 0;
}

/* TOPICS */
	
.topic-password input {
	width: 280px;
}

/* REGISTRATION, LOGIN, ACCOUNT */

.date-of-birth select {
	width: 100px;
	max-width: none;
	margin: 0 0 0 10px;
}
.login-page .checkout-as-guest-button {
	display: inline-block;
	margin: 0 3px 0 0;
}

/*CHECKOUT PAGES*/

.checkout-page .min-amount-warning {
	max-width: 99%;
}
.payment-method .payment-details {
	max-width: 80%; /*prevents content drop*/
}

/* ORDER DETAILS, RETURN REQUESTS */

.order-details-area,
.shipment-details-area {
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
}
.order-details-area ul,
.shipment-details-area ul {
	width: 50%;
    float: left;
	border: none;
	padding: 0;
}
.order-details-area ul + ul,
.shipment-details-area ul + ul {
	margin-top: 0;
}

/* BLOG & NEWS */

.post-head, .news-head,
.blog-page .blog-details {
	display: table;
	width: 100%;
}
.post-title, .news-title,
.blog-page .tags {
	display: table-cell;
	text-align: left;
}
.post-date, .news-date,
.blog-page .buttons {
	display: table-cell;
	text-align: right;
}

.comment-list .title {
	display: none;
}
.blog-comment,
.news-comment {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0 0 -1px;
}
.comment-info {
	display: table-cell;
	width: 150px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 15px 0;
}
.comment-info .user-info {
	float: none;
	margin: 0;
}
.comment-info .username {
	display: block;
	padding: 5px;
	text-align: center;
}
.comment-info .avatar {
	display: block;
	width: auto;
	margin: 0;
	border: none;
	padding: 0 10px;
}
.comment-content {
	display: table-cell;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 15px;
	text-align: left;
}
.comment-time {
	margin: 0 0 5px;
	line-height: 26px;
}
.comment-body {
	margin: 0;
}

}