/* ---redSHOP General ---*/
.gkEqualLabels label {
	min-width: 20%;
	display: block;
	float: left;
	line-height: 32px;
}

.category_print {
	height: auto;
	margin: 0;
}

form#adminForm label.error {
	font-size: 11px;
}

/* ---redSHOP Buttons ---*/
.cart-link a,.category_product_price,.category_product_readmore a,.mod_cart_checkout a {
	display: block;
	float: left;
	margin: 1px;
	padding: 0 14px !important;
	height: 28px;
	line-height: 28px !important;
	border: none;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #151515;
	color: #fff !important;
	font-size: 11px !important;
	text-decoration: none !important;
	cursor: pointer;
	font-weight: bold !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

div.mod_cart_main div.mod_cart_checkout a:hover,.cart-link a:hover,.category_product_readmore a:hover {
	background: #e9403b;
	color: #fff !important;
}

.mod_cart_checkout a {
	background: #e9403b;
}

.mod_cart_checkout a:hover {
	background: #333 !important;
	color: #fff !important;
}

.wish_button input {
	padding-bottom: 2px;
	height: 30px;
	margin: 1px 0 0 10px;
}

/* All category products */
#redshopcomponent > h1 {
	line-height: 46px;
	margin: 0 0 30px;
}

#categories:after,.category_box_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#categories > div {
	width: 100% !important;
}

#categories .category_image {
	float: left;
}

#categories .category_description {
	float: left;
}

/* ---redSHOP Category Frontpage View ---*/
/* All category products layout */
#category_header select {
	margin: 0 0 0 12px !important;
}

.category_product_title {
	height: auto;
	overflow: hidden;
}

.category_product_readmore {
	height: auto;
}

.category_front,.category_front_wrap,.categories {
	border: none;
}

.category_product__front {
	width: auto !important;
	height: auto !important;
	min-height: 100px;
	margin: 0 10px 10px 0;
	padding-bottom: 10px;
}

.category_product_image,.category_front_image,.category_image {
	padding: 0 2px;
}

.category_product_image:hover,.category_front_image:hover,.category_image:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.category_front_title {
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
}

.category_product_title h3,.category_front_title h3,.category_title h3 {
	text-align: left;
	display: block;
	line-height: 32px;
}

.category_product_title h3 a,.category_front_title h3 a,.category_title h3 a {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 32px;
}

.category_product_title h3 a:hover,.category_front_title h3 a:hover,.category_title h3 a:hover {
	color: #E9403B;
}

.redshop_print {
	text-align: right !important;
	cursor: pointer;
}

/* ---redSHOP Category View ---*/
.category_box_wrapper {
	clear: both;
	height: auto !important;
	min-height: inherit;
	width: 100%;
	margin-top: 12px !important;
}

.category_box_outside {
	border: none;
	margin: 0 12px 48px 0 !important;
}

.category_product_box_outside {
	margin: 0;
	border: none;
}

.category_box_inside {
	padding: 0;
	text-align: left;
	min-width: 150px;
}

.category_product_image {
	margin: 0;
	padding: 0;
	padding-top: 0;
	width: auto;
	height: auto;
}

.category_product_image:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.category_box_inside h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
	color: #333;
	margin: 8px 0 16px;
	border-bottom: 1px solid #eee;
}

.category_box_inside h3 span {
	float: right;
	font: bold 12px/32px Arial, Helvetica, sans-serif;
	color: #E9403B;
}

.category_box_inside:hover h3 {
	border-color: #ccc;
}

.category_product_readmore a:link,.category_product_readmore a:visited {
	font-size: 11px !important;
	color: #333;
}

.category_product_readmore a:hover,.category_product_readmore a:active {
	color: #E9403B;
}

.category_product_price {
	background: #eee;
	margin-left: -1px;
	padding: 0 12px;
}

.category_product_price span {
	color: #333 !important;
}

.cart-link > span {
	font-size: 11px;
	display: block;
}

.gk_category_name {
	float: left;
	line-height: 46px;
	margin: 0 0 30px;
}

.gk_category_filter {
	float: right;
	margin: 8px 0 0;
}

/* ---redSHOP Product Content View -Add-To-Cart ---*/
.product_addtocart input[type="text"] {
	width: 30px;
}

.product_addtocart .cart-link a {
	background: #e9403b url('../images/redshop/shopping_cart.png') no-repeat 14px 50%;
	padding: 1px 14px 1px 42px !important;
	font-size: 12px !important;
}

.product_addtocart .cart-link a:hover {
	background-color: #151515;
}

.product_addtocart p {
	float: left;
	margin: 0 10px 0 0;
}

.cart-link {
	width: auto;
}

.cart-link img {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.cart-quantity input#quantity1 {
	border: 1px solid #eee;
	text-align: center;
	height: 21px;
	width: 30px;
}

#ajax-cart h3 {
	font-size: 26px;
}

#ajax-cart h2,#ajax-cart .accessory_info h3 {
	font-size: 20px;
	line-height: 26px;
}

#ajax-cart .accessory_image {
	padding: 0;
}

#ajax-cart .accessory_info {
	height: auto;
	margin: 0 0 12px !important;
	padding: 0 !important;
}

div#ajax-cart div#ajax-cart-access div.accessory {
	border: none !important;
}

div#ajax-cart div#ajax-cart-user {
	border: none !important;
	border-bottom: 1px solid #eee !important;
	margin: 0 0 16px !important;
}

#ajax-cart-label p {
	float: left;
	margin: 0 12px 0 0;
}

#ajax-cart-label p input {
	padding: 0 6px;
}

#ajax_cart_text {
	clear: both;
	margin: 0 0 24px;
}

#ajax_cart_continue_button,#ajax_cart_show_button {
	float: none;
	display: inline;
	width: 100%;
}

/* ---redSHOP Checkout   ---*/
.update_cart {
	position: relative;
	top: 3px;
}

div.mod_cart_checkout {
	background: none !important;
}

table div.product_price {
	display: block;
	border: none;
	height: auto;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}

table.checkout_table .product_image img {
	height: 60px;
}

table.checkout_table td.product_price div {
	font-size: 13px !important;
}

.tdborder th {
	color: #FFFFFF;
	padding: 6px 10px;
	border: none;
}

.tdborder td {
	background: none;
	padding: 12px 6px;
	border-bottom: 1px solid #eee;
}

td.cart_discount_form > div {
	padding: 20px;
	margin: 20px 0 0;
	background-color: #FFFEF4;
	border: 1px solid #EAE8CC;
	color: #555;
}

td.cart_discount_form div#coupon_label,td.cart_discount_form div#coupon_label.coupon_label,td.cart_discount_form div.update_cart {
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 6px;
}

#coupon_button {
	float: right;
}

table.cart_calculations {
	border-top: 1px solid #eee;
}

#spnTotal {
	color: #CA2128;
	font: italic 28px Georgia, "Times New Roman", Times, serif;
}

#login_div table {
	width: auto !important;
}

#tdUsernamePassword {
	margin-top: -240px;
}

#redshopcomponent table td {
	background-color: #fff !important;
}

fieldset.clearborder td {
	border: none !important;
}

#redshopcomponent table.admintable {
	margin-bottom: -10px !important;
}

/* ---redSHOP Checkout Bar ---*/
ul.checkout-bar {
	overflow: hidden;
	margin: 0 0 72px;
	border-bottom: 4px solid #eee;
	border-top: 4px solid #eee;
	padding: 18px 0;
}

ul.checkout-bar li {
	float: left;
	width: 32%;
	height: 67px;
	line-height: 67px;
	padding: 0;
	list-style: none;
	background: url('../images/redshop/checkout_bar.png') no-repeat 0 -201px;
	font-size: 20px;
	color: #333;
	text-indent: 84px;
}

.checkout-bar-1-active {
	background-position: 0 0 !important;
}

.checkout-bar-2 {
	background-position: 0 -268px !important;
}

.checkout-bar-2-active {
	background-position: 0 -67px !important;
}

.checkout-bar-3 {
	background-position: 0 -335px !important;
}

.checkout-bar-3-active {
	background-position: 0 -134px !important;
}

h3.checkout-heading {
	clear: both;
	margin: 36px 0;
	border-bottom: 1px solid #eee;
}

/* ---redSHOP Cart Popup Module ---*/
.gkPopupWrap #mod_cart_total {
	font-size: 14px;
	padding: 0 0 48px;
}

.gkPopupWrap #mod_cart_total_txt_product {
	border-bottom: 1px solid #eee;
	padding: 24px 0 12px;
	margin: 0 0 12px;
}

.gkPopupWrap div.mod_cart_main div.mod_cart_total div.mod_cart_total_txt {
	margin: 0 18px 0 0;
}

.gkPopupWrap div.mod_cart_main div.mod_cart_total div.mod_cart_total_value {
	height: auto;
	font: italic 28px Georgia, "Times New Roman", Times, serif;
	color: #CA2128;
}

/* ---redSHOP Product Content View ---*/
.product_box_inside {
	overflow: hidden;
}

.product_box_left {
	overflow: hidden;
	width: 38%;
	padding: 0;
	margin: 0 2% 0 0;
}

.product_box_right {
	overflow: hidden;
	width: 60%;
}

.product_box_right > p {
	margin: 0;
	padding: 0 0 12px;
	border-bottom: 1px solid #eee;
	font-size: 11px;
	color: #333;
}

.product_box_right h3 {
	font-size: 270%;
}

.product_image {
	border: none;
}

.redhoverImagebox {
	width: 100%;
	margin: 12px 0 0;
	padding: 0;
}

div.additional_image {
	float: left;
	margin: 0 12px 0 0;
}

.product_price {
	height: 18px;
	margin: 0 0 28px;
	padding: 0 0 12px;
	color: #CA2128;
	font: normal 18px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	border-bottom: 1px solid #eee;
}

.product_desc_wrapper {
	clear: both;
	padding: 20px 0;
}

.product_info_additional {
	font-size: 11px;
	padding: 10px 0;
	border-top: 1px solid #eee;
}

.product_info_additional a {
	margin-left: 24px;
}

.product_info_additional a:first-child {
	margin-left: 0;
}

.product_rating {
	overflow: hidden;
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 10px;
}

.product_rating > div {
	float: left;
	margin-right: 24px;
}

.product_rating form {
	float: left;
}

.product_rating div img {
	display: block;
}

/* ---redSHOP Releated & Accessories Product View ---*/
.related_product_wrapper,.accessory {
	overflow: hidden;
	clear: both;
	border-top: 1px solid #eee;
	padding: 20px 0 0;
	margin: 0 0 20px;
}

.related_product_wrapper > div,.accessorystatus {
	float: left;
	margin: 12px 12px 0 0;
	width: 100px;
}

.related_product_wrapper img,.accessory img {
	margin: 0 0 8px;
}

.related_product_name,.accessory_title {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.related_product_price,.accessory_add {
	font-size: 11px;
	line-height: 12px;
	width: auto;
	color: #CA2128;
}

.accessory_add input {
	margin: 0 6px 0 0;
}

.redAttributeImage {
	border: none !important;
}

.accessory_info {
	height: auto;
}

/* ---redSHOP Pagination  ---*/
span.pagination-links {
	border-top: 1px solid #e5e5e5;
	margin: 10px 0 0;
	padding: 20px 0 0;
	display: block;
	width: 100%;
	text-align: center;
}

.redpagination-style {
	border: none;
	font-weight: normal;
}

span.pagination-links strong {
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
	font-size: 12px;
	height: 14px !important;
	line-height: 14px;
	margin: 2px;
	padding: 0 2px;
}
span.redpre,
span.rednext {
	padding:0 5px;
}

.redpagination-enable-style {
	border: none;
	background: none;
	font-weight: normal;
}

/* ---redSHOP Newsletter View ---*/
.redshop_newsletter_label {
	margin: 0 0 30px;
	font-size: 350%;
	line-height: 46px;
	color: #333;
}

.redshop_newsletter_input {
	padding: 4px 0;
}

.redshop_newsletter_input label {
	display: block;
	float: left;
	min-width: 80px;
}

.redshop_newsletter_input input {
	width: 200px;
}

.redshop_newsletter_buttons {
	margin: 6px 0 0 80px;
}

/* ---redSHOP Manufacturer  ---*/
.manufacturer_box_outside {
	border: none;
}

.manufacturer_title h3 a {
	font-size: 18px;
	color: #333;
}

.manufacturer_desc p {
	font-size: 12px;
}

.manufacturer_link a:link,.manufacturer_link a:visited,.manufacturer_product_link a:link,.manufacturer_product_link a:visited {
	color: #333;
}

.manufacturer_link a:hover,.manufacturer_product_link a:hover {
	color: #E9403B;
}

/* ---redSHOP Cart  Module ---*/
.mod_cart_products {
	margin: 0 0 12px;
	padding: 6px 12px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f5f5f5;
	color: #555;
	font-size: 12px;
	line-height: 24px;
}

.mod_cart_total_txt {
	margin: 0 18px 0 0;
	font-weight: bold;
	color: #333;
}

.mod_cart_total_value {
	font: italic 22px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #CA2128;
}

.mod_cart_shipping_txt,.mod_cart_shipping_value {
	margin: 2px 18px 0 0;
	color: #999;
	font-size: 11px;
}

.mod_cart_shipping_txt {
	clear: left;
}

.mod_cart_checkout {
	clear: both;
	overflow: hidden;
	margin: 12px 0;
}

/* ---redSHOP Products Search  Module ---*/
.product_search_input input {
	min-width: 200px;
}

.product_search_button {
	margin: 12px 0 0;
}
