/*
Component eShop CSS
Created by Ioannis Sannos
http://www.isopensource.com
*/

/* overall wrapper */
#ioseshop {
	width: 100%;
}

h1.eshop_h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0d71be; /*color: #3d4867;*/
	background: none;
	border: none;
	text-indent: 0;
	vertical-align: baseline;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 27px;
}

h2.eshop_h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #444;
	background: none;
	border: none;
	text-indent: 0;
	vertical-align: baseline;
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 24px;
}

h3.eshop_h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	background: none;
	border: none;
	text-indent: 0;
	vertical-align: baseline;
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 19px;
}


/* LINKS */
/* main category link */
a.eshop_link_mcat, a.eshop_link_mcat:visited, a.eshop_link_mcat:link, a.eshop_link_mcat:active {
	font-weight: bold;
	color: #2d5fb8;
	text-decoration: none;
}
a.eshop_link_mcat:hover { font-weight: bold; color: #000; text-decoration: underline; }

/* sub category link */
/*
a.eshop_link_scat, a.eshop_link_scat:visited, a.eshop_link_scat:link, a.eshop_link_scat:active {
	color: #2d5fb8;
	text-decoration: none;
	font-weight: normal;
}
a.eshop_link_scat:hover { color: #000; text-decoration: underline; }
*/


/* special offers link */
/*
a.eshop_link_offer, a.eshop_link_offer:visited, a.eshop_link_offer:link, a.eshop_link_offer:active {
	color: #000;
	text-decoration: none;
}
a.eshop_link_offer:hover { color: #000; text-decoration: underline; }
*/

/* pathway link */
a.eshop_pw_link, a.eshop_pw_link:visited, a.eshop_pw_link:link, a.eshop_pw_link:active {
	color: #000;
	text-decoration: none;
}
a.eshop_pw_link:hover { color: #2d5fb8; text-decoration: underline; }

/* link to product page */
a.eshop_link_prod, a.eshop_link_prod:visited, a.eshop_link_prod:link, a.eshop_link_prod:active {
	font-size: 1.2em;
	font-weight: bold;
	color: #2d5fb8;
	text-decoration: none;
}
a.eshop_link_prod:hover { font-weight: bold; color: #000; text-decoration: underline; }

/* emphasize links (i.e. change shipping method) */
a.eshop_link_emphasis, a.eshop_link_emphasis:visited, a.eshop_link_emphasis:link, a.eshop_link_emphasis:active {
	color: #CC0000;
	text-decoration: none;
}
a.eshop_link_emphasis:hover { color: #000; text-decoration: underline; }

/* select shipping method link */
a.eshop_link_selship, a.eshop_link_selship:visited, a.eshop_link_selship:link, 
a.eshop_link_selship:active, a.eshop_link_selship:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	margin: 2px 0;
	padding: 0 0 0 20px;
	background: transparent url(package.png) top left no-repeat;
}
a.eshop_link_selship:hover { color: #000; }

/* quick cart link */
a.eshop_link_qcart, a.eshop_link_qcart:visited, a.eshop_link_qcart:link, 
a.eshop_link_qcart:active, a.eshop_link_qcart:hover {
	color: #2d5fb8;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 24px;
	background: transparent url(cart.gif) top left no-repeat;
}
a.eshop_link_qcart:hover { color: #000; }


/* in category link (manufacturers page) */
a.eshop_link_incat, a.eshop_link_incat:visited, a.eshop_link_incat:link, a.eshop_link_incat:active {
	color: #2d5fb8;
	text-decoration: none;
	font-size: 0.9em;
}
a.eshop_link_incat:hover { color: #000; text-decoration: underline; }

/* external link */
a.eshop_extlink, a.eshop_extlink:visited, a.eshop_extlink:link, a.eshop_extlink:active, a.eshop_extlink:hover {
	color: #2d5fb8;
	text-decoration: none;
	font-size: 1em;
	padding-right: 14px;
	background: transparent url(external.png) 100% 50% no-repeat;
}
a.eshop_extlink:hover { color: #ff8a00; }


/* pathway container */
div.eshop_pathway {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-family: tahoma, sans-serif;
	color: #777;
}

/* ordering container */
div.eshop_order {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-family: tahoma, sans-serif;
	color: #555;
}



/* products count */
span.eshop_prcount, span.eshop_sku, span.eshop_includedvat {
	font-size: 0.9em;
	color: #B0B0B0;
}

/* format price */
span.es_price {
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}
span.eshop_warning {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}


span.es_oldprice { /* USE .eshop_normalprice */
	color: #555;
	text-decoration: line-through;
}

div.es_price {
	color: #CC0000;
	font-weight: bold;
	font-size: 1.1em;
}


/* table special offers */
table.eshop_sp_offers { /* TODO: REMOVE? */
	margin: 10px 0;
	padding: 0;
	border: 0;
}
table.eshop_sp_offers td {
	text-align: center;
	vertical-align: top;
}

/* PRODUCTS LIST */

/* product special offer */
div.eshop_prod_offer2 {
	font-family: tahoma, verdana, sans-serif;
	font-weight: bold;
	color: #FF9900;
}

span.eshop_prod_offer3 {
	padding: 1px 5px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #66872b;
}

span.eshop_prod_outstock { /* use .eshop_outofstock */
	padding: 1px 5px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #cc0000;
}



/* noscript */
.eshop_noscript {
	margin: 5px 0;
	padding: 0;
	background: none;
	border: none;
	text-align: center;
	color: #CC0000;
}


/* CART */

hr.eshop_seperator { /* DELETE IN V2.0? */
	color: #DDD;
	background-color: #DDD;
	height: 1px;
	border: none;
	margin: 4px 0;
}


/* PRODUCT DETAILS */
/* product details thumbnails */
img.eshop_prod_gallery {
	border: 1px solid #CCC;	
	margin: 1px;
	padding: 2px;
	float: left;
}

div.eshop_sku_large { /* todo: remove? */
	font-size: 1.0em;
	color: #555;
}

/* quick cart */
div.eshop_qcart {
	margin: 0;
	padding: 0;
	font-size: 11px;
	float: right;
}

/*order summary title */
div.eshop_ordersum_title {
	color: #2d5fb8;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 24px;
	background: transparent url(cart.gif) top left no-repeat;
}


div.eshop_addcomment_title {
	color: #2d5fb8;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 24px;
	background: transparent url(add_comment.gif) top left no-repeat;
}

div.eshop_dcoupon_title {
	color: #2d5fb8;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 32px;
	background: transparent url(discount-coupon.gif) top left no-repeat;
}

/* FORMS */
/* login form */
form.eshopform { margin: 0; padding: 0; }
form.eshopform fieldset { margin: .5em 0; border: 1px solid #acc6db; }
form.eshopform fieldset.gray {
    margin: .7em 0;
    border: none;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	color: #333;
}

form.eshopform legend { margin: .5em 0; padding: 0 .3em; color: #3975B0; background: transparent; font-size: 1.2em; font-weight: bold; }

div.eshop_form_row {
    margin-bottom: 4px;
    padding: 0;
    display: block;
    clear: both;
}
div.eshop_padding_row {
	padding-left: 155px;
	font-size: 11px;
}
form.eshopform label {
    float: left;
    width: 150px;
    margin: 0;
    padding: 0 5px 0 0;
    clear: left;
}
.eshoplongbox {
    width: 220px;
    border: 1px solid #acc6db;
    background-color: #fff;
    color: #000;
}
.eshoptextbox {
    border: 1px solid #acc6db;
    background-color: #fff;
    color: #000;
}




/* CSS for popup hint tooltip box */
#hinttooltip {
    position: absolute;
    left: -300px;
    width: 150px;
    border:1px solid #AACFEA;
    border-right: 3px solid #AACFEA;
    border-bottom: 3px solid #AACFEA;
    padding: 3px;
    text-align: left;
    background-color: #EAF7FB;
    visibility: hidden;
    z-index: 100;
}
#hintpointer {
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

/* overwrite page navigation links */
span.pagenav, #ioseshop span.pagenav { color: #333; background-color: transparent; font-size: 0.85em; }
a.pagenav:link, a.pagenav:visited, a.pagenav:active, a.pagenav:hover,
#ioseshop a.pagenav:link, #ioseshop a.pagenav:visited, #ioseshop a.pagenav:active, #ioseshop a.pagenav:hover {
	font-size: 0.85em;
	background-color: transparent;
	padding: 3px;
	text-decoration: none;
	border: none;
	color: #2d5fb8;
	text-decoration: none;
	font-weight: bold;
}
a.pagenav:hover, #ioseshop a.pagenav:hover { color: #000; }
#ioseshop span.pagenav strong, #ioseshop a.pagenav strong { font-size: 1.3em; }



/* new products slider */ /* remove v2.0 */
/*
#eshopscr_wrapper { margin: 10px auto; }
.eshopslider {
	position:relative;
	overflow:hidden;
	border:1px solid #ccc;
	height:70px;
	background:#f8f8f8;
	margin: 0 5px;
	color: #333;
}
.eshopscr_top {
	margin: 0 5px;
	padding: 1px 4px;
	background-color: #2d5fb8;
	color: #FFF;
}
.eshopscr_control {
	cursor: pointer;
	font-size: 0.92em;
	color: #ccc;	
}

.eshopslidercontent {position:absolute}
.eshopslidercontent .upper {border-bottom:1px solid #ccc}
.section {padding:10px}
.eshopsection {padding:10px; height:50px}
*/

/* added on v2.0 */
div.eshopfptopmods, div.eshopfpbottommods {
	margin: 0 0 5px 0; padding: 0; border: 0; width: 100%; float: left;
}

/* product page thumbnail slide */
img.eshop_slidethumb {
	cursor: pointer; width:40px; height: 40px; margin: 2px; padding: 1px; border: 1px solid #ccc;
}
img.eshop_slidethumb:hover { border: 1px solid #555; }

div.eshop_product_new, div.eshop_product_offer, div.eshop_product_discount {
	display: inline-block;
	padding: 0;
	margin: 0 6px 0 0;
	color: #8cc014;
	font-size: 12px;
	font-weight: bold;
}

div.eshop_product_offer { color: #ff9900; }
div.eshop_product_discount { color: #FF2A2A; }


a.eshop_addwishlist, a.eshop_addwishlist:visited, a.eshop_addwishlist:link, 
a.eshop_addwishlist:active, a.eshop_addwishlist:hover {
	color: #2d5fb8;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 16px;
	font-size: 12px;
	background: transparent url(favorite16.png) 0 50% no-repeat;
}
a.eshop_addwishlist:hover { color: #000; }

a.eshop_addcomparelist, a.eshop_addcomparelist:visited, a.eshop_addcomparelist:link, 
a.eshop_addcomparelist:active, a.eshop_addcomparelist:hover {
	color: #2d5fb8;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 16px;
	font-size: 12px;
	background: transparent url(compare16.png) 0 50% no-repeat;
}
a.eshop_addcomparelist:hover { color: #000; }

.eshop_mainproinfo {
	margin: 0 0 10px 0; 
	padding: 4px; 
	background: #fff url(transblue.png) bottom repeat-x; 
	border: 1px solid #F7DBCE;
	border-bottom: 1px solid #F7DBCE;
}



/*************************** NEW CSS *****************************/

/*-- special offers container ------------------------------------------*/
div.eshop_specialoffers { margin: 0 0 20px 0; padding: 4px; border: 1px solid #f0eed0; background-color: #fefde9; }
/*-- general block -----------------------------------------------------*/
div.eshop_general_block {

	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	border: 2px dotted #F2DFB3;
	background-color: #FFFAE8;
	color: #CE7B6B;
}

/*-- sub-categories ----------------------------------------------------*/
div.eshop_subcategories { margin: 0 0 20px 0; padding: 0; border: 1px solid #F2DFB3; background-color: #FFFAE8; }
div.eshop_motionbox { margin: 0; padding: 1px; text-align: center; background-color: #F2DFB3; color: #8f8c5d; font-size: 12px; }
a.eshop_slidedown, a.eshop_slidedown:visited, a.eshop_slidedown:link, a.eshop_slidedown:active, a.eshop_slidedown:hover, 
a.eshop_slideup, a.eshop_slideup:visited, a.eshop_slideup:link, a.eshop_slideup:active, a.eshop_slideup:hover {
	color: #961720; text-decoration: none; font-size: 12px; padding-left: 14px; background: transparent url(down.png) 0 50% no-repeat;
}
a.eshop_slideup, a.eshop_slideup:visited, a.eshop_slideup:link, a.eshop_slideup:active, a.eshop_slideup:hover { background: transparent url(up.png) 0 50% no-repeat; }
a.eshop_slidedown:hover, a.eshop_slideup:hover { color: #000; }
div.eshop_tableless { padding: 0; margin: 0; width: 100%; text-align: left; border: none; }
div.eshop_tableless ul { margin: 0; padding: 0; list-style: none; clear: both; height: 20px; border: none; }
div.eshop_tableless ul li {
	margin: 0; padding: 2px 0; float: left; border: none; width: 49%; height: 16px; line-height: 16px; font-size: 12px; font-family: tahoma, verdana, serif; overflow: hidden;
}


/* table special offers */
table.eshop_additional {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
}
table.eshop_additional th {
	text-align: left;
	font-family: tahoma, verdana, serif;
	font-size: 12px;
	color: #222;
	padding: 3px 2px;
	vertical-align: top;
	border: none;
}
table.eshop_additional td {
	font-family: tahoma, verdana, serif;
	font-size: 12px;
	color: #444;
	padding: 3px 2px;
	vertical-align: top;
	border: none;
	border-bottom: 1px solid #ddd;
}
table.eshop_additional tr:hover td { background-color: #FFFAE8; color: #C66351; }


/*-- cart table ----------------------------------------------------*/
table.eshop_cart { margin: 20px 0; padding: 0; border: none; }
table.eshop_cart td  { padding: 4px 2px; vertical-align: top;  border: none; border-bottom: 1px solid #ddd; }
table.eshop_cart th  { padding: 4px 2px; vertical-align: top; border: none; border-bottom: 1px solid #ddd; font-weight: bold; font-size: 1em; color: #444; text-align: left; }
table.eshop_cart tr:hover td { background-color: #fffae8; color: #124e79; }

/*-- shipping ------------------------------------------------------*/
table.eshop_shipping { margin: 20px 0; padding: 0; border: none; }
table.eshop_shipping td  { padding: 4px 2px; vertical-align: top;  border: none; border-bottom: 1px solid #ddd; }
div.eshop_shipping_info { margin: 2px; padding: 4px; border: 2px groove #AE403F; background-color: #FCE8AB; }
div.eshop_shipping_free { margin: 3px 0; color: #2d5fb8; }
div.eshop_shipping_block { min-height: 52px; margin: 16px 0; font-family: tahoma, verdana, serif; font-size: 1em; color: #333; padding: 4px 4px 4px 60px; background: #FCE8AB url(shipping48.png) 4px 4px no-repeat; border: 2px groove #AE403F; }

div.eshop_cart_summary { /* delete this when finish */
	margin: 2px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	color: #333;
	font-size: 0.9em;
}

div.eshop_cart_block {
	min-height: 52px; margin: 16px 0; 
	font-family: tahoma, verdana, serif; 
	font-size: 1em; color: #333; padding: 4px 4px 4px 60px; 
	background: #eff6fe url(cart48.png) 4px 4px no-repeat;
	border: 1px solid #dce9fa;
}

div.eshop_coupon_block {
	min-height: 52px; margin: 16px 0; 
	font-family: tahoma, verdana, serif; 
	font-size: 1em; color: #333; padding: 4px 4px 4px 60px; 
	background: #eff6fe url(discount48.png) 4px 4px no-repeat;
	border: 1px solid #dce9fa;
}

div.eshop_comments_block {
	min-height: 52px; margin: 16px 0; 
	font-family: tahoma, verdana, serif; 
	font-size: 1em; color: #333; padding: 4px 4px 4px 60px; 
	background: #eff6fe url(comments48.png) 4px 4px no-repeat;
	border: 1px solid #dce9fa;
}

div.eshop_ordercomplete_block {
	min-height: 52px; margin: 16px 0; 
	font-family: tahoma, verdana, serif; 
	font-size: 1em;
	color: #333;
	padding: 4px 4px 4px 60px; 
	background: #EFE url(success48.png) 4px 4px no-repeat;
	border: 1px solid #2A2;
}

/*-- boxes ---------------------------------------------------------*/
div.eshopexpirebox { background-color: #fff6ba; border: 1px solid #faeb83; margin: 8px 0; padding: 3px; color: #000; }
div.eshopexpirebox strong { color: #CC0000; }

/*-- form elements -------------------------------------------------*/
.eshopselect { padding: 1px; border: 1px solid #acc6db; background-color: #fff; color: #000; margin: 1px 0; }
.eshopbox { padding: 1px; width: 100px; border: 1px solid #acc6db; background-color: #fff; color: #000; }
.eshopboxfree { padding: 1px; border: 1px solid #acc6db; background-color: #fff; color: #000; }


/* table product categories */
table.eshop_prod_cats {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
}
table.eshop_prod_cats td {
	background: none;
	font-family: tahoma, verdana, serif;
	font-size: 12px;
	color: #444;
	padding: 4px 2px;
	vertical-align: top;
	border: none;
	border-bottom: 2px dotted #ddd;
}


/* PRODUCT VARIANTS AND PRICE MODIFIERS */

table.eshop_variants { margin: 5px 0; padding: 0; border: none; }
table.eshop_variants td { font-family: tahoma, verdana, sans-serif; font-size: 12px; color: #444; padding: 2px 3px 2px 0; border: none; }
table.eshop_variants th { text-align: left; font-weight: bold; font-family: tahoma, verdana, sans-serif; font-size: 12px; color: #444; padding: 2px 3px 2px 0; border: none; }

table.eshop_cart_variants { margin: 5px 0; padding: 0; border: none; }
table.eshop_cart_variants td { font-family: Tahoma, sans-serif; font-size: 11px; color: #444; padding: 2px 4px 2px 0; border: none; }

table.eshop_frontpagecats { margin: 0 0 10px 0; padding: 0; border: none; }
table.eshop_frontpagecats td { font-family: Tahoma, sans-serif; font-size: 12px; color: #444; padding: 2px 3px 2px 0; border: none; vertical-align: top; }


select.eshop_modifier {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #444;
}

/*-- search ----------------------------------------------------*/
table.eshop_searchfields { margin: 0; padding: 0; border: none; }
table.eshop_searchfields td, td.eshop_cleantd { border: none; font-family: Tahoma, sans-serif; font-size: 12px; color: #444; padding: 2px 3px 2px 0; }
.eshopsubselect0 { margin: 0; padding: 0; background: none; }
.eshopsubselect1 { margin: 0; padding: 0 0 0 16px; background: url(indent.png) 0 0 no-repeat; }
.eshopsubselect2 { margin: 0; padding: 0 0 0 32px; background: url(indent.png) 16px 0 no-repeat; }
.eshopsubselect3 { margin: 0; padding: 0 0 0 48px; background: url(indent.png) 32px 0 no-repeat; }
.eshopsubselect4 { margin: 0; padding: 0 0 0 64px; background: url(indent.png) 48px 0 no-repeat; }
.eshopsubselect5 { margin: 0; padding: 0 0 0 80px; background: url(indent.png) 64px 0 no-repeat; }
.eshopsubselect6 { margin: 0; padding: 0 0 0 96px; background: url(indent.png) 80px 0 no-repeat; }
.eshopsubselect7 { margin: 0; padding: 0 0 0 112px; background: url(indent.png) 96px 0 no-repeat; }
.eshopsubselect8 { margin: 0; padding: 0 0 0 128px; background: url(indent.png) 112px 0 no-repeat; }
.eshopsubselect9 { margin: 0; padding: 0 0 0 144px; background: url(indent.png) 128px 0 no-repeat; }
.searchsummary {
	font-family: tahoma, verdana, serif;
	font-size: 12px;
	color: #444;
	margin: 0 0 20px 0;
	padding: 6px 4px 4px 24px;
	background: #fffae8 url(magnifier.png) 2px 4px no-repeat;
	border: 2px dotted #f2dfb3;
	line-height: 16px;
	min-height: 20px;
	width: 93%;
}

/*-- buttons ----------------------------------------------------*/
.btn_addcart { clear: both; margin: 5px auto; padding: 0; text-align: center; font-family: tahoma, verdana, sans-serif; font-size: 12px; font-weight: bold; }
.btn_addcart span.btn_left { width: 28px; height: 22px; line-height: 22px; margin: 0; padding: 0; display: inline-block; background: url(btn_left.png) top left no-repeat; font-family: tahoma, verdana, sans-serif; font-size: 12px; font-weight: bold; }
.btn_addcart a, .btn_addcart a:link, .btn_addcart a:visited, .btn_addcart a:active, .btn_addcart a:hover { 

	height: 22px;
	display: inline-block;
	background-color: transparent;
	background-image: url("btn_stretch.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	line-height: 22px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 3px;
	color: #fff;
	text-decoration: none;
	font-family: tahoma,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.btn_addcart a:hover { color: #507E29; }
.btn_addcart span.btn_right { margin: 0; padding: 0; display: inline-block; line-height: 22px; background: url(btn_right.png) no-repeat; width: 10px; height: 22px; font-family: tahoma, verdana, sans-serif; font-size: 12px; font-weight: bold; }

.btn_addcart2 {
	float: left;
	background-color: transparent;
	background-image: url("btn_left.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 28px;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 15px;
	margin-left: 0pt;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.btn_addcart2 a, .btn_addcart2 a:visited, .btn_addcart2 a:link, .btn_addcart2 a:active, .btn_addcart2 a:hover {

	float: left;
	height: 22px;
	background-color: transparent;
	background-image: url("btn_stretch.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	line-height: 22px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 3px;
	color: #ffffff;
	text-decoration: none;
	font-family: tahoma,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;

}
.btn_addcart2 a:hover { color: #507E29; }
.btn_addcart2 span { background: url(btn_right.png) no-repeat; float: left; width: 10px; height: 22px; font-family: tahoma, verdana, sans-serif; font-size: 12px; font-weight: bold; }

.btn_eshop_general {

	clear: both;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0pt;
	padding-right: 0;
	padding-bottom: 0pt;
	padding-left: 0pt;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;

}

.btn_eshop_general span.btn_gen_left { width: 35px; height: 22px; line-height: 22px; margin: 0;; padding: 0; display: inline-block; background: url(btn_gen_left.png) top left no-repeat; font-family: tahoma, verdana, sans-serif; font-size: 11px; font-weight: bold;}
.btn_eshop_general a, .btn_eshop_general a:link, .btn_eshop_general a:visited, .btn_eshop_general a:active, .btn_eshop_general a:hover { height: 22px; display: inline-block; background: url(btn_gen_stretch.png) repeat-x left top; line-height: 22px; margin: 0; padding: 0 0 0 3px; color: #fff; text-decoration: none; font-family: tahoma, verdana, sans-serif; font-size: 11px; font-weight: bold; }
.btn_eshop_general a:hover { color: #E9C1BA; }
.btn_eshop_general span.btn_gen_right { margin: 0; padding: 0; display: inline-block; line-height: 22px; background: url(btn_gen_right.png) no-repeat; width: 35px; height: 22px; font-family: tahoma, verdana, sans-serif; font-size: 11px; font-weight: bold; }

.eshop_button {

font-family: tahoma, verdana, serif;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
background-color: #CE7B6B;
border: 2px groove #F2DFB3;
cursor: pointer;
padding: 1px 4px;
}

.eshop_button:hover { background-color: #C66351; }

/*-- links ----------------------------------------------------*/
a.eshop_link, a.eshop_link:visited, a.eshop_link:link, a.eshop_link:active, a.eshop_link:hover { font-size: 0.90em; color: #CE7B6B; text-decoration: none; font-weight: normal; }
a.eshop_link:hover { color: #000; text-decoration: underline; }

a.eshop_biglink, a.eshop_biglink:visited, a.eshop_biglink:link, a.eshop_biglink:active, a.eshop_biglink:hover  { font-size: 1.2em; line-height: 1.4em; font-weight: bold; color: #2d5fb8; text-decoration: none; }
a.eshop_biglink:hover { color: #000; text-decoration: underline; }

a.eshop_boldlink, a.eshop_boldlink:visited, a.eshop_boldlink:link, a.eshop_boldlink:active, a.eshop_boldlink:hover  { font-size: 1em; font-weight: bold; color: #2D5FB8; text-decoration: none; }
a.eshop_boldlink:hover { color: #000; text-decoration: underline; }

a.eshop_boldtextlink, a.eshop_boldtextlink:visited, a.eshop_boldtextlink:link, a.eshop_boldtextlink:active, a.eshop_boldtextlink:hover { color: #444; text-decoration: none; font-size: 1em; font-weight: bold; }
a.eshop_boldtextlink:hover { color: #cc0000; text-decoration: underline; }

a.eshop_lightlink, a.eshop_lightlink:visited, a.eshop_lightlink:link, a.eshop_lightlink:active, a.eshop_lightlink:hover { color: #777; text-decoration: underline; font-weight: normal; }
a.eshop_lightlink:hover { color: #000; text-decoration: underline; }

a.eshop_removelink, a.eshop_removelink:link, a.eshop_removelink:visited, a.eshop_removelink:hover, a.eshop_removelink:active { font-size: 12px; line-height: 16px; background: transparent url(remove.png) 0 50% no-repeat; padding: 0 0 0 14px; color: #CC0000; text-decoration: none; }
a.eshop_removelink:hover { color: #000; }


a.eshop_addlink, a.eshop_addlink:link, a.eshop_addlink:visited, a.eshop_addlink:hover {
	font-size: 12px; 
	line-height: 16px;
	background: transparent url(add.png) 0 50% no-repeat;
	padding: 2px 0 2px 14px;
	color: #2A7FFF;
	text-decoration: none;
}
a.eshop_addlink:hover { color: #000; }


/*-- wishlist ----------------------------------------------------*/
.wishsummary {
	font-family: tahoma, verdana, serif;
	font-size: 12px;
	color: #444;
	margin: 0 0 20px 0;
	padding: 6px 4px 4px 24px;
	background: #fffae8 url(love.png) 2px 4px no-repeat;
	border: 2px dotted #f2dfb3;
	line-height: 16px;
	min-height: 20px;
}

/*-- compare list ----------------------------------------------------*/
.comparesummary {
	font-family: tahoma, verdana, serif;
	font-size: 12px;
	color: #444;
	margin: 0 0 20px 0;
	padding: 6px 4px 4px 24px;
	background: #fffae8 url(dynamic.png) 2px 4px no-repeat;
	border: 2px dotted #f2dfb3;
	line-height: 16px;
	min-height: 20px;
}

/*-- products marks ----------------------------------------------------*/
div.eshop_special_offer { padding: 0; margin: 3px 0; font-family: Tahoma, Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #ff9900; line-height: 16px; }
div.eshop_new_product { padding: 0; margin: 0 0 3px 0; font-family: Tahoma, Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #FFCC00; line-height: 14px; }
div.eshop_discount { padding: 0; margin: 0 0 3px 0; font-family: sans-serif, arial; font-size: 12px; font-weight: bold; color: #B5312F; line-height: 14px; }
div.eshop_outstock { display: inline-block; margin: 4px 0; padding: 1px 5px; font-family: tahoma, verdana, sans-serif; font-size: 11px; font-weight: bold; color: #FFF; background-color: #cc0000; }


/*-- price ----------------------------------------------------*/
.eshop_price { font-family:sans-serif, arial; font-size: 16px; color: #666; font-weight: bold; line-height: 22px; }
.eshop_normalprice { font-size: 12px; font-family: tahoma, verdana, serif; color: #555; text-decoration: line-through; }


/*-- error/system messages ----------------------------------------------------*/
div.eshop_error { width: 80%; margin: 20px auto; font-family: Tahoma, Verdana, sans-serif; font-size: 14px; color: #444; font-weight: normal; border: 1px solid #ddd; background: transparent url(warning48.png) 10px 10px no-repeat; padding: 10px 10px 10px 68px; min-height: 58px; }
div.eshop_accessdenied { width: 80%; margin: 20px auto; font-family: Tahoma, Verdana, sans-serif;  font-size: 14px; color: #444; font-weight: normal; border: 1px solid #ddd; background: transparent url(stop48.png) 10px 10px no-repeat; padding: 10px 10px 10px 68px; min-height: 58px; }
div.eshop_offline { width: 80%; margin: 20px auto; font-family: Tahoma, Verdana, sans-serif; font-size: 14px; color: #444; font-weight: normal; border: 1px solid #ddd; background: transparent url(cone48.png) 10px 10px no-repeat; padding: 10px 10px 10px 68px; min-height: 58px; }

div.eshop_warning_small {
	margin: 16px 0;
	padding: 4px 4px 4px 24px; 
	font-family: Tahoma, Verdana, sans-serif; 
	font-size: 13px; 
	border: 1px solid #e5e087; 
	background: #fefde9 url(warning16.png) 4px 4px no-repeat; 
	min-height: 20px;
	color: #444; font-weight: normal;
	line-height: 16px;
}

/*-- category view thumbnail wrapper ------------------------------------------*/
div.eshop_prod_thumb { text-align: center; margin: 0 2px; padding: 0 4px; float: left; }
img.bordered { margin: 2px; border: 1px solid #ddd; padding: 2px; }


/*-- user registration/login pages ------------------------------------------*/
div.eshop_user_block {
	margin: 20px auto; padding: 6px 6px 6px 80px; min-height: 70px; 
	font-family: Tahoma, Verdana, sans-serif; 
	font-size: 12px; color: #444; font-weight: normal; border: 1px solid #acc6db; 
	background: transparent url(user64.png) 6px 6px no-repeat;
}

/*-- gift certificate form block ------------------------------------------*/
div.eshop_gift_block, div.eshop_openpay_block {
	margin: 20px auto; padding: 6px 6px 6px 80px; min-height: 70px; 
	font-family: Tahoma, Verdana, sans-serif; 
	font-size: 12px; color: #444; font-weight: normal; border: 1px solid #acc6db; 
	background: transparent url(gift64.png) 6px 6px no-repeat;
}
div.eshop_openpay_block {
	background: transparent url(cashier64.png) 6px 6px no-repeat;
}
