@import url('front.css');

/* ==== SKINNING ==================================================== */
#tpl-carcass-border-static {
	background-image: url(../images/front-content-borders/middle-static-admin.gif);
}

#content {
	margin-bottom: 40px;
}

#content.tpl-with-promo {
	background: url(../images/front-shop/promo-border-line.gif) right repeat-y;
}
/* ==== END OF SKINNING ============================================= */

/* ==== ARROWED BUTTONS ============================================= */
button.tpl-left-arrowed,
button.tpl-right-arrowed {
	width: 118px;
	padding: 0px 0px 0px 16px;
	border: none 0px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	background: url(../images/front-shop/product-inv-arrows.gif) no-repeat;
	background-position: -7px 0px;
	color: #4384bf;
	font-size: 9px;
	text-align: left;
	font-family: Arial;
}

button.tpl-right-arrowed {
	background-position: 110px 0px;
	padding: 0px 16px 0px 0px;
	text-align: right;
}
/* ==== END OF ARROWED BUTTONS ====================================== */

/* ==== SHOP PROMO ================================================== */

#content .tpl-shop-promo {
	display: none;
	width: 187px;
	float: right;
	height: 100%;
	padding-left:5px;
}

#content.tpl-with-promo .tpl-shop-promo {
	display: block;
}

#content .tpl-promo-image {
	display: block;
	margin: 0px auto;
}
/* ==== END OF SHOP PROMO =========================================== */

/* ==== SHOP HEADER ================================================= */
#content .tpl-shop-header {
	height: 34px;
	padding: 16px 80px 0px 70px;
	background: #fafafa;
	position: relative;
}

#content.tpl-with-promo .tpl-shop-header {
	padding-right: 280px;
}

#content .tpl-shop-header h1 {
	font-size: 14px;
	text-transform: uppercase;
}

#content .tpl-shop-header .tpl-custom-links {
	float: right;
	padding-top: 5px;
}

#content .tpl-shop-header .tpl-custom-links, 
#content .tpl-shop-header .tpl-custom-links a {
	color: #4384bf;
	font-size: 9px;
	font-weight: bold;
}

#content .tpl-shop-header .tpl-products-back {
	height: 15px;
	line-height: 15px;
	display: block;
	position: absolute;
	top: -10px;
	left: 0px;
	font-size: 10px;
	color: #1c66a3;
	text-transform: uppercase;
	margin-top: 15px;
	padding-left: 50px;
}

#content .tpl-shop-header-expanded {
	padding-top: 24px;
	
}
/* ==== END OF SHOP HEADER ========================================== */

/* ==== SHOP ======================================================== */
#content ul.tpl-shop {
	display: block;
	margin: 0px 0px 0px 70px;
	width: 700px;
	padding: 0px;
}

#content.tpl-with-promo ul.tpl-shop {
	width: 500px;
}

#content ul.tpl-shop li {
	background: white;
	margin: 0px 15px 10px 0px;
	padding: 4px;
	width: 140px;
	height: 180px;
	float: left;
	display: block;
	position: relative;
	list-style: none;
	vertical-align:top;
	
}

#content ul.tpl-shop .tpl-product-image,
#content ul.tpl-shop .tpl-product-image a {
	display: block;
	height: 100px;
	text-align:center;
}


#content ul.tpl-shop .tpl-product-image img {
	display: block;
	margin:0 auto;
}

ul.tpl-shop .tpl-product-description {
	width: 130px;
	background: white;
	position: absolute;
	display:block;
	top:110px;
	bottom: 44px;
	left: 4px;
	padding:0 5px;
	font-weight: normal;
	font-size: 12px;
	overflow:hidden;
	height:34px;
}

#content ul.tpl-shop .tpl-product-price {
	display: block;
	position: absolute;
	width:140px;
	text-align:center;
	bottom: 30px;
	left: 4px;
	color: #246da9;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
}

.add-to-card-button {
	width:140px;
	display: block;
	position: absolute;
	bottom: 4px;
	left: 4px;
}
#content ul.tpl-shop .tpl-cart-size-sel {
	display: block;
	width: 120px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	bottom: 20px;
	left: 4px;
	z-index: 2;

}

#content ul.tpl-shop .tpl-cart-link,
#content ul.tpl-shop .tpl-cart-sold-out {
	display: block;
	width: 60px;
	color: #789a3d;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	font-size: 8px;
	line-height: 10px;
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 2;
}

#content ul.tpl-shop .tpl-cart-sold-out {
	color: #dc143c;
	font-weight: bold;
	text-transform: uppercase;
}

#content ul.tpl-shop .tpl-category-link {height:90px; margin:0px; padding:0px; border-collapse:collapse;}
#content ul.tpl-shop .tpl-category-link td{vertical-align:middle;text-align:center;}
#content ul.tpl-shop .tpl-category-link a{
	color: #246da9;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	z-index: 2;
	text-transform: uppercase;
}


#content ul.tpl-shop-expanded li,
#content ul.tpl-shop-expanded .tpl-category-link,
#content ul.tpl-shop-expanded .tpl-product-image,
#content ul.tpl-shop-expanded .tpl-product-image a,
#content ul.tpl-shop-expanded .tpl-product-price,
#content ul.tpl-shop-expanded .tpl-cart-link,
#content ul.tpl-shop-expanded .tpl-cart-sold-out {
	width: 150px;
}


#content ul.tpl-shop-expanded li {
	height: 190px;
}
/* ==== END OF SHOP ================================================= */

/* ==== PRODUCT DETAILS HEADER ====================================== */
#content .tpl-details-header {
	height: 70px;
	position: relative;
}

#content .tpl-details-header .tpl-custom-links {
	position: absolute;
	top: 35px; 
	right: 45px;
}

#content .tpl-details-header .tpl-custom-links, 
#content .tpl-details-header .tpl-custom-links a {
	color: #4384bf;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
}

#content .tpl-details-header .tpl-products-nav {
	position: absolute;
	text-align: center;
	top: 15px;
	right: 162px;
	width: 94px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	color: #1c66a3;
	text-transform: uppercase;
}

#content .tpl-details-header .tpl-products-back {
	height: 15px;
	line-height: 15px;
	display: block;
	float: left;
	font-size: 10px;
	color: #1c66a3;
	text-transform: uppercase;
	margin-top: 15px;
	padding-left: 50px;
}

#content .tpl-details-header .tpl-products-nav-prev,
#content .tpl-details-header .tpl-products-nav-next {
	border: solid #fafafa;
	border-width: 0px 5px;
	width: 10px;
	overflow: hidden;
	height: 15px;
	background: url(../images/front-shop/product-nav-arrows.gif) right no-repeat;
	position: absolute;
	top: 0px;
	z-index: 2;
}

#content .tpl-details-header .tpl-products-nav-prev span,
#content .tpl-details-header .tpl-products-nav-next span {
	display: none;
}

#content .tpl-details-header .tpl-products-nav-prev {
	left: 0px;
	background-position: 2px 0px;
}

#content .tpl-details-header .tpl-products-nav-prev:hover {
	background-position: 2px -15px;
}

#content .tpl-details-header .tpl-products-nav-next {
	right: 0px;
	background-position: -7px 0px;
}

#content .tpl-details-header .tpl-products-nav-next:hover {
	background-position: -7px -15px;
}

/* ==== END OF PRODUCT DETAILS HEADER =============================== */

/* ==== PRODUCT DETAILS IMAGE COL =================================== */
#content .tpl-product-image-column {
	float: left;
	width: 395px;
	height: 375px;
	position: relative;
}

#tpl-product-image {
	display: block;
	float: right;
}

.tpl-product-thumbs, 
.tpl-product-thumbs-prompt {
	width: 395px;
	position: absolute;
	top: 361px;
	left: 0px;
	font-size: 11px;
	height: 14px;
	line-height: 14px;
	text-align: right;
	background: #fafafa;
}

.tpl-product-thumbs {
	top: 311px;
	z-index: 2;
	background: transparent;
	height: 47px;
}

.tpl-product-thumbs a {
	display: block;
	height: 43px;
	float: right;
	margin: 0px 2px;
	border: solid #768690 2px;
}

.tpl-product-thumbs a:hover,
.tpl-product-thumbs a.active {
	border-color: #98a4ac;
}

.tpl-product-thumbs a img {
	display: block;
}
/* ==== END OF PRODUCT DETAILS IMAGE COL ============================ */

/* ==== PRODUCT DETAILS DESCRIPION COL ============================== */
.tpl-product-description-column {
	width: 250px;
	margin-left: 30px;
	float: left;
}

.tpl-product-description-column .tpl-buttonwrap{
	margin-right:60px;
}

#content .tpl-product-description h1,
#content .tpl-product-description h2,
#content .tpl-product-description p {
	margin: 10px 0px;
}

#content .tpl-product-description h1{
	font-size: 16px;
	text-transform: uppercase;
}
#content .tpl-product-description h2{
	text-transform: capitalize;
	font-size: 14px;
	font-weight: normal;
}

#content .tpl-product-description h3 {
	text-align:center;
	font-size:12px;
	line-height:15px;
}

#content .tpl-product-description-column .tpl-price {
	margin: 20px 0px;
	color: #4384bf;
	font-weight: bold;
	font-size: 14px;
}

#content .tpl-product-description-column .tpl-form-block {
	font-weight: bold;
	font-size: 12px;
}

#content .tpl-product-description-column .tpl-button-row {
	clear: both;
	padding-top: 10px;
}

#content .tpl-product-description-column .tpl-button-row .tpl-buttonwrap {
	float: right;
	width: 100px;
}

#content .tpl-product-description-column .tpl-sold-out {
	color: #dd291e;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
/* ==== END OF PRODUCT DETAILS DESCRIPTION COL ====================== */

/* ==== EMAIL TO FRIEND ============================================= */
#content .tpl-email-friend-form {
	position: absolute;
	top: 50px;
	font-size: 11px;
	width: 300px;
	border: solid #4384bf 1px;
	padding: 0px 0px 10px 0px;
	left: 500px;
	background: #ebebeb;
}
#content .tpl-email-friend-form label {
	width: 120px;
}

#content .tpl-email-friend-form h1 {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #4384bf;
}

#content .tpl-email-friend-form textarea {
	width: 290px !important;
}

#content .tpl-email-friend-form .tpl-error-message {
	margin: 0px 5px;
}

/* ==== END OF EMAIL TO FRIEND ====================================== */

/* ==== SHOPPING CART =============================================== */
.tpl-shopping-cart {
	border-collapse: collapse; /* eq. cellspacing="0" */
	margin-left: 46px;
}

.tpl-shopping-cart td,
.tpl-shopping-cart th {
	border: solid #fafafa;
	border-width: 2px 1px 0px 0px; 
	padding: 0px;
	background: #d5d5d5;
	height: 24px;
	vertical-align: middle;
	text-align: center;
}

/* cols widths */
.tpl-shopping-cart .tpl-cart-controls  {width: 50px}
.tpl-shopping-cart .tpl-cart-name      {width: 246px; text-align: left;   padding: 0px 15px;}
.tpl-shopping-cart .tpl-cart-size      {width: 52px;  text-align: left;   padding: 0px 15px;}
.tpl-shopping-cart .tpl-cart-wrap      {width: 69px}
.tpl-shopping-cart .tpl-cart-qty       {width: 95px}
.tpl-shopping-cart .tpl-cart-price     {width: 83px}
.tpl-shopping-cart .tpl-cart-subtotal  {width: 82px; border-right: 0px}

.tpl-shopping-cart .tpl-cart-qty select {
	width: 60px;
	padding: 0px;
}

#content .tpl-shopping-cart .tpl-cart-controls a {
	display: block;
	text-decoration: underline;
	line-height: 22px;
}

#content .tpl-shopping-cart .tpl-cart-controls a:hover { 
	background: crimson;
	color: white;
}

.tpl-shopping-cart tbody tr.tpl-even td,
.tpl-shopping-cart tbody tr.tpl-even th {
	background-color: #b5b5b5;
}

#content .tpl-shopping-cart thead td,
#content .tpl-shopping-cart thead th {
	font-weight: bold;
	text-align: center;
	padding: 0px;
	background-color: #b5b5b5;
	text-transform: uppercase;
	border: 0px;
}

#content .tpl-shopping-cart tfoot td,
#content .tpl-shopping-cart tfoot th {
	background: transparent;
	border: 0px;
	font-weight: bold;
	height: 40px;
}

#content .tpl-shopping-cart tfoot td,
#content .tpl-shopping-cart tfoot th,
#content .tpl-shopping-cart tbody.tfoot td,
#content .tpl-shopping-cart tbody.tfoot th {
	background: transparent;
	border: 0px;
	font-weight: bold;
	height: 40px;
	padding-bottom: 10px;
}

#content .tpl-shopping-cart tr.tpl-cart-wrap-title td,
#content .tpl-shopping-cart tr.tpl-cart-wrap-title th {
	/* background: #e2e2e2; */
	border-width: 1px 0px 0px 0px;
	padding: 5px;
}

#content .tpl-shopping-cart tr.tpl-cart-wrap-title td textarea {
	width: 100%;
	height: 75px;
	font-size: 11px;
	font-family: Arial;
}

.tpl-custombutton-submit {
	width:120px;
}
#content .tpl-cart-nav {
	width: 736px;
	margin: 10px 0px 10px 46px;
}

#content .tpl-cart-nav,
#content .tpl-cart-nav * {
	color: #4384bf;
	font-size: 9px;
	line-height: 15px;
}

#content .tpl-cart-nav  .tpl-left-arrowed,
#content .tpl-cart-nav .tpl-right-arrowed {
	float: right;
	width: 130px;

}

#content .tpl-cart-nav  .tpl-left-arrowed button,
#content .tpl-cart-nav .tpl-right-arrowed button{
	color:black;
	line-height:24px;
	font-size:10px;
}


#content .tpl-shopping-cart tfoot tr.tpl-total-footer td,
#content .tpl-shopping-cart tfoot tr.tpl-total-footer th,
#content .tpl-shopping-cart tr.tpl-total-footer td,
#content .tpl-shopping-cart tr.tpl-total-footer th {
	text-align: left;
	height: auto;
	padding-bottom: 0px;
}

#content .tpl-shopping-cart tfoot tr.tpl-total-footer td,
#content .tpl-shopping-cart tr.tpl-total-footer td {
	text-align: right;
}


#content table.tpl-shopping-cart tr td.center-alined {text-align:center;}

/* ==== END OF SHOPPING CART ======================================== */

/* ================================================================== */
.tpl-custombutton-return-to-cart {
	width: 100px;
}
.tpl-custombutton-proceed-to-checkout {
	width: 150px;
}
/* ================================================================== */
/* == SEARCH ======================================================== */
.tpl-search-for {
	padding-left: 46px;
}
#content .tpl-search-for h1{
	font-size:16px;
	margin:35px 0 10px 0;
}
.tpl-search-for .search-result-navigation {
	color:#5c83bc;
}
.tpl-search-for .search-result-navigation span {
	float: left;
}
.tpl-search-for .search-result-navigation .prev-next-arrow{
	float:right; 
	margin-right:60px;
	width:120px;
	position:relative;
	padding-left:25px;
	font-weight:bold; 
	color:black;
}
.tpl-search-for .search-result-navigation .prev-next-arrow #next-arrow{
	float:right; padding-right:20px;
}
.tpl-search-for .search-result-navigation .listing-per-page {
	display:inline; margin:0 0 0 150px;
}
.tpl-search-for .search-result-navigation .listing-per-page .width-x-small{
	height:20px;
	font-size:12px;
	
}
.tpl-search-for .search-result-navigation .listing-per-page option {height:18px; line-height:14px;padding-bottom:2px;}
.tpl-search-for span.what-searching{
	color:#3f66a0;
	font-weight:bold;
	font-style:normal;
	display:block;
}
.tpl-search-for .search-inp {
	float:left;
	width: 125px;
	height:14px;
	margin-top: 2px;
	font-size:12px;
	font-family: Arial;
	line-height:14px;
}
.tpl-search-for .tpl-buttonwrap {
float:left; width:70px; }

.tpl-search-for .tpl-buttonwrap button {cursor:pointer}




#content .tpl-search-for  .tpl-products-nav-prev,
#content .tpl-search-for  .tpl-products-nav-next {
	border: solid #fafafa;
	border-width: 0px 5px;
	width: 10px;
	overflow: hidden;
	height: 15px;
	background: url(../images/front-shop/product-nav-arrows.gif) right no-repeat;
	position: absolute;
	top: 0px;
	z-index: 2;
}

#content .tpl-search-for  .tpl-products-nav-prev span,
#content .tpl-search-for  .tpl-products-nav-next span {
	display: none;
}

#content .tpl-search-for  .tpl-products-nav-prev {
	left: 0px;
	background-position: 2px 0px;
}

#content .tpl-search-for  .tpl-products-nav-prev:hover {
	background-position: 2px -15px;
}

#content .tpl-search-for  .tpl-products-nav-next {
	right: 0px;
	background-position: -7px 0px;
}

#content .tpl-search-for  .tpl-products-nav-next:hover {
	background-position: -7px -15px;
}

.tpl-search-result-table {
	width:730px;
	border-collapse:collapse;
	text-align:left;
	margin:15px 0 70px 0;
}
.tpl-search-result-table  td {padding:10px;}
.tpl-search-result-table .search-result-table-top-row{
	background: #d1d1d1;
	height:40px;
}
.tpl-search-result-table .search-result-table-top-row  .view-by-cat {float:left; font-weight:bold;}
.tpl-search-result-table .search-result-table-top-row .category-view-group {float:right; margin:0 0 0 70px; width:70px;}
.tpl-search-result-table .search-result-table-top-row .category-view-group a {
	text-decoration:underline;
	font-size:10px;
}
.tpl-search-result-table .search-result-table-top-row .category-view-group a:hover{
	text-decoration:none;
}
.tpl-search-result-table .search-result-table-top-row .first-col {width:40px;}
.tpl-search-result-table span.item-name {
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.tpl-search-result-table span.item-price {
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#456da6;
}
.tpl-search-result-table td.about-item {width:570px;}
.tpl-search-result-table .tpl-buttonwrap {width: 100px}
.tpl-search-result-table .tpl-buttonwrap button {cursor:pointer}

.tpl-search-result-table table{
	width:700px;
	border-collapse:collapse;
	text-align:left;
	margin:0;}
.tpl-search-result-table table td{line-height:12px; vertical-align:top; padding:0 5px 0 0;}
/* == END OF SEARCH ================================================= */
/*====ORDER SUMMARY============================================*/
#billing_info, #shipping_info, #payment_info {
	width:180px;
	float:left;
	padding-left:15px;
	margin-bottom:20px;
}
#billing_info {margin-left:30px;}
/*====END OF ORDER SUMMARY=====================================*/

#tpl-order-error-message {width:500px; margin:10px auto; text-align:center; font-size:12px; font-weight:bold;}

 .tpl-form-static input#sh_surcharge {border:none 0px !important; background:transparent; margin-left:0px; color:#35424a}