/* =============== CATEGORY =============== */
.primary-define .category-info h1 {
	background: none;
	padding-bottom: 10px;
}
.primary-define .category-info .image {
	float: left;
	padding: 5px;
	margin-right: 20px;
	border: 1px solid #E7E7E7;
}
.primary-define .category-info .image img {
	vertical-align: middle;
}
.primary-define .category-list {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.primary-define .category-list h2 {
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.primary-define .category-list ul {
	margin: 0;
}
.primary-define .category-list ul li {
	float: left;
	margin: 5px 5px 5px 0;
	list-style-type: none;
}
.primary-define .category-list ul li a {
	font-size: 12px;
	font-weight: 700;
}
.primary-define .product-filter {
	padding: 16px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.primary-define .product-filter a {
	text-decoration: none;
}
.primary-define .product-filter select {
	margin-left: 5px;
	font-weight: 400;
}
.primary-define .product-filter .display {
	float: left;
	margin-top: 8px;
}
.primary-define .product-filter .display a {
	color: #666;
}
.primary-define .product-filter .display a,
.primary-define .product-filter .display span {
	margin-right: 15px;
	padding-left: 25px;
}
.primary-define .product-filter .sort {
	float: right;
}
.primary-define .product-filter .limit {
	float: right;
	margin-left: 15px;
}
.primary-define .product-compare {
	float: left;
	margin-top: 8px;
	padding-left: 15px;
	border-left: 1px solid #eee;
}
/* =============== MANUFACTURER =============== */
.primary-define .manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.primary-define .manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.primary-define .manufacturer-content {
	padding: 8px;
}
.primary-define .manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* =============== PRODUCT DETAIL =============== */
.primary-define .product-info {
	margin-top: 30px;
	position: relative;
}
.primary-define .product-info:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define .product-info h1 {
	padding: 0;
	font-size: 32px;
	background: none;
}
.primary-define .product-info > .left {
	float: left;
}
.primary-define .product-info .image {
	padding: 10px;
	text-align: center;
}
.primary-define .product-info .image img {
	max-width: auto;
	vertical-align: middle;
}
.primary-define .product-info .thumblist li {
	float: left;
	margin: 2px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.primary-define .product-info .image-additional a img {
	vertical-align: middle;
}
.primary-define .product-info .description {
	padding: 20px 0;
}
.primary-define .product-info .description span {
	margin: 10px 0;
	min-width: 120px;
	font-weight: 600;
	display: inline-block;
}
.primary-define .product-info .description a {
	text-decoration: none;
}
.primary-define .product-info .minimum {
	margin-top: 10px;
}
.primary-define .product-info .price {
	float: right;
	margin: 20px 0;
	text-align: center;
	padding-left: 20px;
}
.primary-define .product-info .price > div {
	color: #FFF;
	padding: 4px;
	font-size: 24px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	letter-spacing: -1.5px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	z-index: 10;
}
.primary-define .product-info .price .price-fixed {
	height: 0;
	line-height: 0;
	min-width: 95px;
	padding: 50% 5px;
	display: inline-block;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.primary-define .product-info .price .special-price {
	background-color: #CC4328;
	text-shadow: 1px 1px 0 rgba(163, 40, 40, 0.65);
}
.primary-define .product-info .special-price .price-fixed {
	line-height: 15px;
}
.primary-define .product-info .special-price .price-old {
	left: 0;
	top: 50%;
	width: 100%;
	color: #DEB3B2;
	font-size: 16px;
	margin-top: -25px;
	position: absolute;
	text-decoration: line-through;
}
.primary-define .product-info .reward,
.primary-define .product-info .price-tax,
.primary-define .product-info .discount {
	margin: 0;
	color: #999;
	display: block;
}
.primary-define .product-info .price-tax {
	margin-top: 5px;
}
.primary-define .product-info .options {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
}
.primary-define .product-info .options h2 {
	font-size: 16px;
}
.primary-define .product-info .option {
	overflow: hidden;
	margin: 5px 0 15px 0;
}
.primary-define .product-info .option strong {
	width: 135px;
	margin: 6px 0;
	display: inline-block;
}
.primary-define .product-info .option select,
.primary-define .product-info .option input[type*="text"] {
	width: 210px;
}
.primary-define .product-info .option textarea {
	width: 270px;
}
.primary-define .product-info .option input[type*="button"] {
	padding: 5px;
	text-indent: 0;
}
.primary-define .product-info .multi div,
.primary-define .product-info .multi strong,
.primary-define .product-info .multi textarea,
.primary-define .product-info .multi .required {
	float: left;
	display: block;
}
.primary-define .product-info .multi div {
	margin-left: 5px;
}
.primary-define .product-info .multi .required {
	margin: 6px 6px 6px 4px;
}
.primary-define .product-info .multi:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define .product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.primary-define .product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.primary-define .product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.primary-define .product-info .cart {
	float: left;
	width: 100%;
}
.primary-define .product-info .cart > div:first-child {
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.primary-define .product-info .cart > div > a {
	color: #666;
	margin-right: 15px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}
.primary-define .product-info .share {
	display: inline-block;
	vertical-align: middle;
}
.primary-define .product-info .share img {
	float: left;
	padding-right: 5px;
}
.primary-define .product-info .share a {
	padding: 0 2px;
	line-height: 16px;
	text-decoration: none;
}
.primary-define .product-info .review {
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #E7E7E7;
}
.primary-define .product-info .review .show-review,
.primary-define .product-info .review .new-review {
	color: #999;
	margin-left: 20px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
.primary-define .product-info .review .new-review {
	padding-left: 20px;
	background: url(../image/icons/icon-forward-grey.png) left center no-repeat;
}
.primary-define .product-info .review img {
	vertical-align: middle;
}
.primary-define .review-list {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.primary-define .review-list .author {
	display: inline;
}
.primary-define .review-list .author b {
	color: #000;
}
.primary-define .review-list .rating {
	display: inline;
	vertical-align: middle;
}
.primary-define .review-list .text {
	clear: both;
}
.primary-define .attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.primary-define .attribute thead td,
.primary-define .attribute thead tr td:first-child {
	color: #444;
	font-size: 14px;
	font-weight: 600;
	background: #F7F7F7;
	text-align: left;
}
.primary-define .attribute tr td:first-child {
	color: #444;
	font-weight: 600;
	text-align: right;
	width: 20%;
}
.primary-define .attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
/* =============== PRODUCT DETAIL TABS =============== */
.primary-define .htabs {
	height: 37px;
	margin-top: 30px;
	line-height: 16px;
}
.primary-define .htabs a {
	color: #999;
	float: left;
	display: none;
	font-weight: 600;
	margin-right: 2px;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	background: #efefef;
	border: 1px solid #eee;
	border-bottom-width: 0;
}
.primary-define .htabs a.selected {
	color: #666;
	background: #FFFFFF;
	padding-bottom: 11px;
}
.primary-define .tab-content {
	z-index: 2;
	padding: 5px 15px;
	margin-bottom: 20px;
	border-top-width: 0;
	border: 1px solid #eee;
}
.primary-define .tab-content b,
.primary-define .tab-content strong {
	color: #444;
}
.primary-define .tab-content input[type*="radio"],
.primary-define .tab-content input[type*="checkbox"] {
	vertical-align: baseline;
}
.primary-define .tab-content .clearafter strong {
	float: left;
	width: 200px;
	margin: 5px 0;
}
.primary-define .tab-content .captcha-field .left,
.primary-define .tab-content .captcha-field .right {
	float: left;
}
.primary-define .tab-content .tab-content {
	margin: 0;
	padding: 0;
	border: none;
}
/* =============== WISHLIST PAGE =============== */
.primary-define .wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin: 20px 0;
}
.primary-define .wishlist-info td {
	padding: 7px;
	text-align: center;
}
.primary-define .wishlist-info thead td {
	font-weight: 600;
	background-color: #eee;
	border-bottom: 1px solid #eee;
}
.primary-define .wishlist-info thead .name {
	text-align: left;
}
.primary-define .wishlist-info tbody td {
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}
.primary-define .wishlist-info tbody .no-image {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.primary-define .wishlist-info tbody .name {
	text-align: left;
	font-weight: 600;
}
.primary-define .wishlist-info tbody .price-old {
	color: #CC4328;
	font-weight: 600;
	text-decoration: line-through;
}
.primary-define .wishlist-info tbody .price-fixed {
	font-weight: 600;
}
.primary-define .wishlist-info tbody .action img {
	cursor: pointer;
}
/* =============== COMPARE PAGE =============== */
.primary-define table.compare-info tr td:first-child {
	font-weight: 600;
	text-align: right;
}
.primary-define table.compare-info thead td {
	color: #666;
}
.primary-define table.compare-info thead td,
.primary-define table.compare-info thead tr td:first-child {
	font-size: 14px;
	background: #eee;
	text-align: left;
}
.primary-define table.compare-info thead td,
.primary-define table.compare-info tbody td {
	padding: 7px;
}
.primary-define table.compare-info td {
	width: 20%;
	text-align: center;
}
.primary-define table.compare-info td .no-image {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.primary-define table.compare-info td .no-image img {
	vertical-align: middle;
}
.primary-define table.compare-info .price-old {
	color: #CC4328;
	font-weight: 600;
	text-decoration: line-through;
}
.primary-define table.compare-info .price-fixed {
	font-weight: 600;
}
.primary-define table.compare-info td.remove img {
	vertical-align: middle;
}
/* =============== LOGIN PAGE =============== */
.primary-define .login-content p strong {
	margin: 4px 0;
}
.primary-define .login-content > .left {
	float: left;
	width: 48%;
}
.primary-define .login-content > .right {
	float: right;
	width: 48%
}
.primary-define .login-content > .right a {
	margin: 12px 0;
	display: inline-block;
}
.primary-define .login-content .left .content,
.primary-define .login-content .right .content {
	min-height: 200px;
}
.primary-define .login-content .right p strong {
	display: block;
}
.primary-define .login-content .right p input[type*="text"],
.primary-define .login-content .right p input[type*="password"] {
	width: 100%;
}
.primary-define .return-captcha:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
.primary-define .return-captcha .left,
.primary-define .return-captcha .right {
	float: left;
}
.primary-define .return-captcha .left {
	margin: 4px 10px 4px 0;
}
.primary-define .return-captcha .right {
	margin-bottom: 10px;
}
.primary-define .return-captcha .right p {
	margin-bottom: 5px;
}
/* =============== VIEW ORDER PAGE =============== */
.primary-define .order-list table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.primary-define .order-list table td {
	padding: 7px;
	text-align: center;
}
.primary-define .order-list thead td {
	font-weight: 700;
	background-color: #eee;
	border-bottom: 1px solid #eee;
}
.primary-define .order-list tbody td {
	border-bottom: 1px solid #eee;
}
.primary-define .order-list tbody td.order-status {
	font-weight: 700;
}
.primary-define .order-list tbody td.order-total {
	color: #C64132;
	font-weight: 700;
}
.primary-define .order-list tbody img {
	vertical-align: middle;
}
.primary-define .order-detail {
	background: #EFEFEF;
	font-weight: 700;
}
/* =============== PRODUCT RETURN PAGE =============== */
.primary-define .return-list {
	margin-bottom: 10px;
}
.primary-define .return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.primary-define .return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.primary-define .return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.primary-define .return-list .return-content div {
	float: left;
	width: 33.3%;
}
.primary-define .return-list .return-info {
	text-align: right;
}
.primary-define #return-product table.form {
	margin: 0;
}
.primary-define #return-product table.form input[type*="radio"] {
	margin-left: 0;
}
.primary-define #return-product table.form label {
	margin-right: 10px;
}
/* =============== PRODUCT DOWNLOAD PAGE =============== */
.primary-define .download-list {
	margin-bottom: 10px;
}
.primary-define .download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.primary-define .download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.primary-define .download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.primary-define .download-list .download-content div {
	float: left;
	width: 33.3%;
}
.primary-define .download-list .download-info {
	text-align: right;
}
/* =============== VIEWCART PAGE =============== */
.primary-define .cart-info {
	margin: 20px 0;
}
.primary-define .cart-info table {
	border-right: 1px solid #eee;
}
.primary-define .cart-info table td {
	border-right: none;
	text-align: center;
}
.primary-define .cart-info table td.quantity {
	white-space: nowrap;
}
.primary-define .cart-module {
	padding-bottom: 20px;
}
.primary-define .cart-module > div {
	display: none;
}
.primary-define .cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.primary-define .cart-total table {
	float: right;
}
.primary-define .cart-total td {
	padding: 3px;
	min-width: 100px;
	font-weight: 600;
	text-align: right;
}
.primary-define .cart-total td.total {
	color: #C54032;
}
/* =============== CHECKOUT PAGE =============== */
.primary-define .checkout {
	margin-top: 30px;
}
.primary-define .checkout-heading {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.primary-define .checkout-heading a {
	color: #fff;
	float: right;
	margin-top: 1px;
	font-weight: 400;
	text-decoration: none;
}
.primary-define .checkout-content {
	display: none;
	padding: 0 0 15px 0;
}
.primary-define .checkout-content .left {
	width: 48%;
	float: left;
}
.primary-define .checkout-content .right {
	width: 48%;
	float: right;
}
.primary-define .checkout-content .buttons {
	clear: both;
}
.primary-define .checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-bottom: 20px;
}
.primary-define .checkout-product td {
	padding: 7px;
	text-align: center;
}
.primary-define .checkout-product td.name {
	text-align: left;
}
.primary-define .checkout-product td.name a {
	font-weight: 600;
}
.primary-define .checkout-product td.total {
	color: #C54032;
	text-align: center;
}
.primary-define .checkout-product thead td {
	color: #666;
	font-weight: 600;
	background-color: #eee;
	border-bottom: 1px solid #eee;
}
.primary-define .checkout-product thead td.total {
	color: #666;
}
.primary-define .checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #eee;
}
.primary-define .checkout-product tbody td.price {
	color: #C54032;
}
.primary-define .checkout-product tfoot td {
	font-weight: 600;
	text-align: right;
	border-bottom: 1px solid #eee;
}
/* =============== CONTACT PAGE =============== */
.primary-define .contact-info {
	overflow: auto;
}
.primary-define .contact-info .left {
	float: left;
	width: 48%;
}
.primary-define .contact-info .right {
	float: left;
	width: 48%;
}
.primary-define .sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.primary-define .sitemap-info .left {
	float: left;
	width: 48%;
}
.primary-define .sitemap-info .right {
	float: left;
	width: 48%;
}