html 
{ 
background: #FF7FC0 
}

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #B53F97;
}

a:link
{
/* #81007F  #af7f33*/
	color: #81007F;
	text-decoration: none;
}

a:visited
{
	color: #81007F;
	text-decoration: none;
}

a:hover
{
	color: #81007F;
	text-decoration: underline;
}

a:active
{
	color: #81007F;
	text-decoration: underline;
}

p { margin: 5px 0 15px 0; }

strong
{
	color: #540F4E;
	font-weight: bold;
}

/* Layout ------------------------------------------------------------------
----------------------------------------------------------------------------*/

#wrapper
{
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
}

#head-front
{
	width: 920px;
	height: 405px;
	float: left;
	position: relative;
	background: #dcd9d1 url(/sites/all/themes/feoa/images/himalaya-front.jpg) no-repeat 0 0;
}

#head
{
	width: 920px;
	height: 205px;
	float: left;
	position: relative;
	background: #dcd9d1 url(images/head.jpg) no-repeat 0 0;
}

#content
{
	width: 920px;
	float: left;
  background-color:#FFDDEE;
}

#sidebar-right
{
	width: 200px;
	float: right;
	border: 0px solid #fff;
  color:#B53F97;
}

.content
{
	overflow: hidden;
	height: 100%;
}


.inside { margin: 24px; }
.inside-p { padding: 0px; }

#footer
{
	width: 920px;
	float: left;
	color: #540F4E;
	margin: 0;
	padding: 0;
}

#breadcrumb
{
	width: 670px;
	height:100%;
	padding: 12px 0 0 0;
}

#breadcrumb a:link 
{ 
color: #81007F; 
}

#breadcrumb a:visited 
{ 
color: #81007F; 
}

#breadcrumb a:hover
{
	color: #000;
	text-decoration: none;
}

#breadcrumb a:active
{
	color: #81007F;
	text-decoration: none;
}

#breadcrumb a.active
{
	color: #81007F;
	text-decoration: none;
}

#rss
{
	width: 120px;
	height: 40px;
	background: #81007F;
}

#rss a
{
	background: #81007F url(/sites/all/themes/feoa/images/rss.jpg) no-repeat 9px 9px;
	color: #fff;
	width: 33px;
	height: 33px;
	display: block;
}

#rss a img { display: none; }

#logo a
{
	width: 180px;
	height: 120px;
	position: absolute;
	left: 70px;
	top: 70px;
	border: 0px solid red;
}

#logo a span { display: none; }

/* Front Page ------------------------------------------------------------------
----------------------------------------------------------------------------*/

.dropin
{
	width: 230px;
	padding: 12px;
	background-color: #81007F;
	position: absolute;
	top: 112px;
	right: -12px;
	color: #fff;
	/*
	-webkit-box-shadow: 0px 0px 10px #333;ÊÊ
	-moz-box-shadow:Ê0px 0px 10pxÊ#333;ÊÊ
	box-shadow: 0px 0px 10pxÊ#333;
*/
}

.dropin a
{
	font-family: helvetica;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: bold;
	color: #f1f1f1;
}

.dropin a:hover
{
	color: #fff;
	text-decoration: none;
}

/* Primary Links ------------------------------------------------------------------
----------------------------------------------------------------------------*/

#primary ul.links
{
	position: absolute;
	bottom: 0;
	left: 480px;
	background-color: #81007F;
	margin: 0;
	padding: 0;
  border-bottom:1px solid #FFF;
	width: 440px;
}

#primary ul.links li
{
	display: inline;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	margin: 0;
	padding: 0;
}

#primary ul.links a
{
	margin: 0;
	display: block;
	float: left;
	padding: 8px 10px 8px 10px;
	background-color: #81007F;
	color: #b8ae9c;
}

#primary ul.links a:visited
{
	color: #b8ae9c;
	text-decoration: none;
}

#primary ul.links a:hover
{
	color: #fff;
	text-decoration: none;
}

#primary ul.links a.active { color: #fff; }

/* Secondary Links ------------------------------------------------------------------
----------------------------------------------------------------------------*/

#secondary
{
	width: 920px;
	float: left;
  text-align:left;
	background-color: #81007F;
}

#secondary ul.links { padding: 0 0 0 12px; }

#secondary ul.links li
{
	display: inline;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	margin: 0;
	padding: 0;
}

#secondary ul.links li a, #secondary ul.links li a:visited
{
	margin: 0;
	display: block;
	float: left;
	padding: 8px 0px 8px 12px;
	color: #b8ae9c;
}

#secondary ul.links li a:hover
{
	color: #fff;
	text-decoration: none;
}

#secondary ul.links li a.active { color: #fff; }

/* Type ------------------------------------------------------------------
----------------------------------------------------------------------------*/

h1, h2
{
	font-family: helvetica;
	letter-spacing: -1px;
	font-size: 22px;
	line-height: 120%;
	font-weight: bold;
	color: #81007F;
}

h3
{
	font-family: helvetica;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: bold;
	color: #81007F;
}

h4
{
	font-family: helvetica;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: bold;
	color: #b8ae9c;
}

/* Blocks ------------------------------------------------------------------
----------------------------------------------------------------------------*/

ul.menu
{
	list-style-image: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul.menu li
{
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}

ul.menu li a
{
	text-decoration: none;
	list-style-image: none;
	margin: 0;
	color: #33332d;
}

ul.menu li ul li a { padding: 0; }
ul.menu li.collapsed { font-weight: bold; }
ul.menu li a.active { font-weight: bold; }
ul.menu li a.active .active { font-weight: normal; }
ul.menu ul li a { }
#sidebar-left, #sidebar-left a { color: #595142; }
#sidebar-right, #sidebar-right a 
{ 
color: #000; 
}

/* Search ------------------------------------------------------------------
----------------------------------------------------------------------------*/

#block-search-0 form label { display: none; }
#block-search-0 form { padding: 10px; }

/* Node ------------------------------------------------------------------
----------------------------------------------------------------------------*/

.node
{
	background-color: #fff;
	margin: 0 0 40px 0;
}

/* Ubercart Category ------------------------------------------------------------------
----------------------------------------------------------------------------*/

img.category { display: none; }

table.category
{
	margin: 0;
	padding: 0;
	width: 672px;
}

table.category tbody
{
	margin: 0;
	padding: 0;
	border: 0;
}

table.category tr
{
	margin: 0;
	padding: 0;
}

table.category tr.even
{
	margin: 0;
	padding: 0;
}

table.category tr.odd
{
	margin: 0;
	padding: 0;
}

table.category td.category
{
	margin: 0;
	text-align: center;
	border: 1px solid #dcd9d1;
	width: 33%;
	padding: 12px;
}

table.category tr td.category div
{
	padding: 0;
	margin: 0;
}

table.category tr td.category img
{
	margin: 0;
	padding: 0;
	text-align: left;
}

table.category tr td.category a img
{
	margin: 0px;
	padding: 0;
}

table.category tr td.category a:link,
table.category tr td.category a:visited
{
	color: #595241;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
}

/* Ubercart Category Products ------------------------------------------------------------------
----------------------------------------------------------------------------*/

table.category-products
{
	margin: 0;
	padding: 0;
	border: 0;
}

table.category-products thead
{
	margin: 0;
	padding: 0;
	border: 0;
}

table.category-products tr.odd
{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
}

table.category-products tr.even
{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
}

/* Ubercart Category Grid-Products ------------------------------------------------------------------
----------------------------------------------------------------------------*/

div.category-grid-products
{
	margin: 24px 0 24px 0;
	padding: 0;
	border: 0;
}

div.category-grid-products table
{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	border-collapse: collapse;
}

div.category-grid-products table tr
{
	margin: 0;
	padding: 0;
	border: 0;
}

div.category-grid-products table td
{
	margin: 0;
	border: 1px solid #e8decc;
	text-align: left;
	padding: 12px;
	vertical-align: top;
	width: 33%;
}

.catalog-grid-title
{
	color: #595241;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	height: 60px;
	line-height: 130%;
}

.catalog-grid-title a:link
{
	text-decoration: none;
	line-height: 110%;
}

.catalog-grid-title a:hover
{
	text-decoration: none;
	color: #595141;
}

.catalog-grid-title a:visited { text-decoration: none; }
.catalog-grid-title a:active { text-decoration: none; }
div.category-grid-products table td img { vertical-align: top; }
.catalog_grid_sell_price { color: #8a8873; }

/* Ubercart Product Page Custom ------------------------------------------------------------------
----------------------------------------------------------------------------*/

.product { }

.product  #cycle
{
	width: 332px;
	height: 249px;
}

.product .list_price { border: 0px solid red; }
.product .cost { border: 0px solid red; }
.product .sell_price { border: 0px solid red; }
.product .weight { border: 0px solid red; }
.product .dimensions { border: 0px solid red; }
.product .model { }
.product .node-add-to-cart { }

.product .display-price
{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #81007F;
	padding: 0;
	float: left;
	width: 150px;
	text-align: left;
}

.node-add-to-cart { mrgin: 24px 0 0 0; }

.product .left
{
	width: 336px;
	float: left;
}

.product .right
{
	width: 312px;
	float: left;
	margin: 0 0 0 24px;
}

.product div.mp3
{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.product .product_description { }
div.product-description { margin-bottom: 24px; }

div.product-description ul
{
	font-size: 12px;
	margin: 0 0 24px 0;
	padding: 0;
}

div.product-description ul li
{
	margin: 0 0 0 18px;
	padding: 0;
}

.product #nav
{
	width: 336px;
	height: 90px;
}

.product #nav img
{
	width: 112px;
	height: 84px;
	float: left;
}

/* Ubercart Cart ------------------------------------------------------------------
----------------------------------------------------------------------------*/

div #cart-form-products { border: 0px; }

table.sticky-enabled
{
	margin: 0;
	padding: 0;
}

table.sticky-enabled tr { border: 0px solid red; }
table.sticky-enabled tr.odd { background-color: #fff; }
table.sticky-enabled tr.even { background-color: #fff; }
table.sticky-enabled td.image a img { border: 1px solid #f4f4f4; }
table.sticky-enabled td { padding: 10px; }
table.sticky-enabled th { padding: 10px; }

table.sticky-enabled td.desc a
{
	font-weight: bold;
	font-size: 13px;
	color: #3d3028;
}

table.sticky-enabled small { display: none; }

div#cart-form-buttons
{
	border: 0px;
	border-top: 3px solid #ccc;
	padding: 12px 0;
	width: 672px;
}

form#uc-cart-checkout-form fieldset
{
	border: 1px solid #f4f4f4;
	padding: 10px;
}

div#checkout-form-bottom { border: 0px; }

/* Ubercart Checkout Form ------------------------------------------------------------------
----------------------------------------------------------------------------*/

table.cart-review { border: 0px; }

table.cart-review td
{
	padding: 12px;
	background-color: #dcd9d1;
}

/* Ubercart Checkout Review ------------------------------------------------------------------
----------------------------------------------------------------------------*/

table.order-review-table
{
	width: 100%;
	border: 0px;
	text-align: left;
	font-size: 12px;
}

table.order-review-table tr.pane-title-row
{
	border: 0px;
	background-color: #f4f4f4;
}

table.order-review-table td
{
	text-align: left;
	padding: 10px;
}

table.order-review-table tr.pane-title-row { background-color: #dcd9d1; }

.order-review-table .review-button-row
{
	background-color: #fff;
	border: none;
}

/* Comment ------------------------------------------------------------------
----------------------------------------------------------------------------*/

.comment
{
	background-color: #e9e9e9;
	margin: 0;
	padding: 0;
}

.comment h3
{
	margin: 0;
	padding: 0;
}

.comment div.picture a img
{
	width: 60px;
	display: block;
	float: right;
	margin: 0px;
	padding: 0;
}

.comment .links { display: inline; }

/* Block Tagadelic ------------------------------------------------------------------
----------------------------------------------------------------------------*/

#block-tagadelic-1 h2.title { display: none; }

#block-tagadelic-1
{
	margin: 24px 0 48px 0;
	width: 920px;
	text-align: justify;
}

#block-tagadelic-1 a, #block-tagadelic-1 a:visited
{
	font-family: helvetica;
	letter-spacing: -1px;
	line-height: 120%;
	font-weight: bold;
	color: #2e2d28;
}

#block-tagadelic-1 a:hover
{
	color: #81007F;
	text-decoration: none;
}

/* Block UC Einkaufswagen ------------------------------------------------------------------
----------------------------------------------------------------------------*/



#block-uc_cart-0
{
	margin: 52px 0 0 0;
	padding: 0;
	color: #b8ae9c;
}

#block-uc_cart-0 h2 a img { display: none; }

#block-uc_cart-0 h2 a:link
{
	width: 48px;
	height: 48px;
	display: block;
	float: right;
	/*background: transparent url(/themes/feoa/images/cart.png) no-repeat -2px 0;*/
}

#block-uc_cart-0 a:link
{
	color: #81007F;
	text-decoration: none;
}

#block-uc_cart-0 a:visited
{
	color: #81007F;
	text-decoration: none;
}

#block-uc_cart-0 a:hover
{
	color: #fff;
	text-decoration: none;
}

#block-uc_cart-0 a:active
{
	color: #fff;
	text-decoration: none;
}

/* Block Service ------------------------------------------------------------------
----------------------------------------------------------------------------*/




#block-block-1 h2.title
{
font-size:13px; 
font-weight:bold; 
padding:10px; 
background-color:#81007F; 
color:#FFF; 
letter-spacing:0;
}

#block-block-1
{
	margin: 205px 0 0 0;
	color: #81007F;
}

#block-block-1 a:link
{
	color: #81007F;
	text-decoration: none;
}

#block-block-1 a:visited
{
	color: #81007F;
	text-decoration: none;
}

#block-block-1 a:hover
{
	color: #fff;
	text-decoration: none;
}

#block-block-1 a:active
{
	color: #fff;
	text-decoration: none;
}

/* Block Anmeldung ------------------------------------------------------------------
----------------------------------------------------------------------------*/

#block-uc_catalog-0 h2.title {font-size:13px; font-weight:bold; padding:10px; background-color:#33342c; color:#b8ae9c; letter-spacing:0;}

#block-uc_catalog-0 ul li {font-size:13px; font-weight:normal; display:block;}

#block-uc_catalog-0 ul li a {color:#af7f33;}
#block-uc_catalog-0 ul li a:link {color:#81007F;}
#block-uc_catalog-0 ul li a:visited {color:#81007F;}
#block-uc_catalog-0 ul li a:hover {color:#fff;}
#block-uc_catalog-0 ul li a:active {color:#fff;}
#block-uc_catalog-0 ul li a.active {color:#fff;}

/* Slider ------------------------------------------------------------------
----------------------------------------------------------------------------*/

#slider
{
	width: 920px;
	height: 320px;
	float: left;
	background-color: #fff;
}

#slider .tboxl
{
	position: absolute;
	top: 0;
	left: 0;
	height: 180px;
	width: 200px;
	background-color: #000;
	filter: alpha(opacity=70);
	/*Needed for IE*/
	-moz-opacity: 0.7;
	/*Older mozilla broswers like NN*/
	-khtml-opacity: 0.7;
	/*Old versions of Safari and "KHTML" browser engines*/
	opacity: 0.7;
	/*FF, Safari, and Opera*/
	padding: 120px 20px 20px 20px;
	color: #fff;
}

#slider .tboxr
{
	position: absolute;
	top: 0;
	right: 0;
	height: 180px;
	width: 200px;
	background-color: #000;
	filter: alpha(opacity=70);
	/*Needed for IE*/
	-moz-opacity: 0.7;
	/*Older mozilla broswers like NN*/
	-khtml-opacity: 0.7;
	/*Old versions of Safari and "KHTML" browser engines*/
	opacity: 0.7;
	/*FF, Safari, and Opera*/
	padding: 120px 20px 20px 20px;
	color: #fff;
}

.tbox h2 { color: #fff;}

.pics
{
	height: 920px;
	width: 320px;
	padding: 0;
	margin: 0;
}

.pics.img
{
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
	width: 920px;
	height: 300px;
	top: 0;
	left: 0;
}




/* Glossar ------------------------------------------------------------------
----------------------------------------------------------------------------*/

.glossary-list dl { }

.glossary-list dl dt
{
	border: 0px solid red;
	width: 33%;
	border-bottom: 1px solid #ccc;
}

div.button2 
{
height:23px; background:url(images/bg2_button_right.gif) right no-repeat; width:auto; float:left; cursor:pointer !important;
}

div.button2 input 
{
height:23px; background:url(images/bg2_button_left.gif) left  no-repeat; color:#ffffff; font-weight:bold; border:none; 
overflow:visible; display:inline; margin:0px; padding:0px 4px 2px 4px; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; cursor:pointer !important;
}


.infoBoxHeadingMiddle
{
font-size:1.4em;
}


.productListing-heading, .productListing-heading a
{
font-weight: bold;
font-size:1.2em;
}

.catalog_grid_tit {
display:block;
height:100px;
line-height:130%;
font-family:Arial;
font-size:13px;
font-weight:bold;
text-align:center;
}

.category-grid-products .catalog-grid-image {
display:block;
padding:15px;
text-align:center;
}


.tax_info
{
font-size:0.8em;
}

.productPrice
{
font-size:20px;
color:#000;
}