/** SHOP LAYOUT */
/* SHOP LAYOUT */
/* SHOP LAYOUT */
#shopLeft
{
	width: 241px; /*249*/
	height: 298px;/*298*/
	background-color: #786A9D;
	/*float: left;*/
	background-image: url('/shop/img/shop_image.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}

#shopRight
{
	width: 462px; /*462px*/ /*509*/
	height: 278px; /*298*/
	position: absolute;
	top: 0px;
	left: 241px;
	
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #E3E0EB;
	padding: 10px 20px 10px 35px;
}

#shopRight h1
{
	margin-left: -30px;
}

/** NAVIGATION NAVIGATION NAVIGATION */
/* NAVIGATION NAVIGATION NAVIGATION */
/* NAVIGATION NAVIGATION NAVIGATION */
#categoriesmenu
{
	padding-top: 175px;
	padding-right: 8px;
}

#categoriesmenu li a
{
	color: #EFECF9;
	font-size: 1em;
}

#categoriesmenu li a:hover
{
	color: #C2AFD5;
}

/** CART & CHECKOUT */
/*  CART & CHECKOUT */
/*  CART & CHECKOUT */
table.cart
{
	border-collapse: collapse;
	margin-bottom: 0.5em;
	width: 100%;
}

table.cart th 
{
	color:#706096;
	font-size:0.9em;
	font-weight: bold;
	padding: 0px 2px;
}

table.cart td
{
	font-size:0.9em;	
	padding: 0px 2px;
}

table.cart a
{
	text-decoration: underline;
	font-size:1em;
}

table.cart tbody td
{   
	border: 1px solid #706096; 
} 

table.cart .total
{
	text-align: right;
	border: 1px solid #706096; 
}

.checkout
{
	width: 91px;
	height: 20px;
	display: block;
	margin: 0px 0px 0px auto;
	background-image: url('/shop/img/shop_checkout.gif');
}

.checkout span
{
	display: none;
}

p.error span
{
	color: #F00;
}

/** MINI CART */
/* MINI CART */
/* MINI CART */
#cartWrapper
{
	position: absolute;
	bottom: 0px;
	right: 15px;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
}

#cartWrapper *
{
	cursor: pointer;
}

#hoverArea
{
	position: absolute;
	bottom: 0px;
	right: 15px;
	width: 155px;
	height: 32px;
	cursor: pointer;
	z-index: 3;
	/*border: 1px solid #FF0000;*/
	background-color: transparent;
}


#cartWrapper #loading
{
	border:  1px solid #786A9D;
	background-color: #EFECF9;
	width: 85px; /*150*/
	height: 27px;
	color: #706096;
	font-size: 0.9em;
	padding: 8px 20px 0px 50px;
	background-image: url('/shop/img/progress.gif');
	background-repeat: no-repeat;
	background-position: 30px 8px;	
}

#cartWrapper #cart
{
	border:  1px solid #786A9D;
	background-color: #EFECF9;
	width: 145px; 
	padding: 1px 5px 3px 5px;
}

#cartWrapper #cart ul
{
	font-size: 0.9em;
}

#cartWrapper #cart ul#prodList
{
	border-top: 1px dotted #786A9D;
	border-bottom: 1px dotted #786A9D;
	padding-bottom: 2px;
}

#cartWrapper #cart ul li
{
	text-align: right;
}


#cartWrapper #cart h2
{
	font-size: 0.9em;
	padding:  4px 20px 5px 0px;
	line-height: 0.9em;
	text-align: center;
	background-image: url('/shop/img/shop_bag_icon.gif');
	background-repeat: no-repeat;
	background-position: top right;
}




/** PRODUCT PAGE */
/* PRODUCT PAGE */
/* PRODUCT PAGE */
.productwrapper .details
{
	width: 150px;
	float: right;
}

.productwrapper form
{
	margin-bottom: 0.5em !important;
}

.productwrapper fieldset
{
	border: none;
	padding: 0px;
}

.productwrapper button
{
	background-image: url('/shop/img/shop_add_to_bag.gif');
	background-repeat: no-repeat;
	width: 100px;
	height: 20px;
	display: block;
	margin-top: 0.3em;
	border: none !important;
	cursor: pointer;
}

.productwrapper button span
{
	display: none;
}

.productwrapper ul
{
	font-size: 0.9em;
	list-style-type: disc;
	padding-left: 1.0em;
	margin-bottom:0.5em;
}

.productwrapper .price
{
	font-size: 0.9em;
	margin-bottom:0.5em;
}

/** CATALOG ELEMENTS */
/* CATALOG ELEMENTS */
/* CATALOG ELEMENTS */
#shopRight .cols li
{
	position: relative;
	width: 120px; /*140*/
	height: 110px; /*120*/
	background-color: #FFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 8px;
}

#shopRight .cols li img
{
	position: absolute;
	right: 3px;
	bottom: 3px;
}

#shopRight .cols li a
{
	font-size:1em;
	color:#706096;
}

#shopRight .cols li .price
{
	font-size:0.9em;
	margin-top: 0.9em;
	margin-right: 60px;
	display: block;
}

.nprice
{
	color: #666666;
	text-decoration: line-through;
}

.sprice
{
	color: #F00;
}

/** TYPE TYPE TYPE */
/* TYPE TYPE TYPE */
/* TYPE TYPE TYPE */
.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash #categoriesmenu li {
	visibility: hidden;
	font-size: 1em;
	line-height: 0.9em;
}

/* Do not modify (sifr type stuff) */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/* End do not modify */