/* @override 
	http://www.indien-naturprodukte.de/templates/xtc4/stylesheet.css
	http://www.indien-produkte.de/templates/xtc4/stylesheet.css
*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 17px 0;
	padding: 0;
	background-image: url(img/back.jpg);
	background-color: #fdfdfc;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #63480d;
	font-size: 12px;
	text-align: center;
}

img{
	border:0;
}

a {
	text-decoration: none;
	color: #63480d;
}

a:hover {
  color: #63480d;
  text-decoration: underline;
}

a.headerNavigation { 
	font-size: 10px;
}


#wrapper {
	width: 1005px;
	margin: 0 auto;
	text-align: left;
}

/* @group Header */

#header {
	position: relative;
	top: 0;
	height: 220px;
}

#header a {
	text-decoration: none;
}

#logo {
	float: left;
	width: 134px;
	height: 179px;
}

#photobar {
	position: absolute;
	left: 160px;
	width: 832px;
	height: 111px;
}

#menu {
	position: relative;
	left: 26px;
	top: 117px;
	width: 813px;
	height: 66px;
	padding: 10px;
	background-image: url(img/menu.jpg);
	background-color: #a20906;
	color: white;
	overflow: hidden;
	font-size: 12px;
}

#menu a {
	color: white;
}


#search {
	width: 400px;
	height: 50px;
	float: left;
	font-size: 10px;
}

#cart {
	width: 400px;
	float: right;
	text-align: right;
	font-size: 11px;
}


#nav1 {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 550px;
}

#nav1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 550px;
}

#nav1 ul li, #nav2 ul li {
	display: inline;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	background: url(img/dots.gif) no-repeat right;
	font-size: 13px;
}

#nav1 ul li.last, #nav2 ul li.last {
	background-image: none;
}

#nav2 {
	position: absolute;
	top: 60px;
	right: 0px;
}

#nav2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 240px;
}



/* @end */

#navtrail {
	font-size: 11px;
	float: left;
}


#lang {
	font-size: 11px;
	float: right;
}

#lang img {
	margin: 0 3px;
}


#content {
	padding: 0 20px;
	width: 785px;
	float: left;
}

.column {
	width: 245px;
	margin-right: 5px;
	float: left;
}

#addresses {
	width: 790px; 
	clear: right; 
	margin-bottom: 20px;
}

.column2 {
	width: 350px;
	margin-right: 40px;
	float: left;
}

.sidebar {
	font-size: 12px;
}

.sidebar h3 {
	font-size: 14px;
}



#leftbar {
	width: 160px;	
	float: left;
}

#leftbar a {
	text-decoration: none;
}

#rightbar {
	width: 233px;
	float: left;
	overflow: hidden;	
}

#promo {
	width: 520px;
	height: 300px;
	margin-top: 10px;
	padding: 10px;
	background-color: #ffa500;
	color: white;
}


#cat {
	width: 115px;
	padding: 1px 10px 10px 10px;
	line-height: 16px;
	font-size: 11px;
	background: url(img/cat.jpg) no-repeat;
}

#cat a {
	font-weight: normal;
}

#cat h3 {
	margin-top: 10px;
}

.box {
	padding: 10px;
	color: #463107;
	font-size: 11px;
	background: #e0ecce url(img/neem.gif) no-repeat right bottom;
}

.box .column {
	width: 250px;
	margin-right: 10px;
}

.box ul li {
	list-style-image: url(img/check.gif);
}

#intro .box {
	position: relative;
	top: -60px;
	height: 220px;
	
}

.frame {
	padding: 10px;
	border: 1px solid whitesmoke;
	background-color: white;
}


#product-listing, #product-info {
}

.product {
	width: 780px;
	padding: 10px;
	background-color: white;
	margin-bottom: 10px;
	border: 1px solid #d0d0d0;	
}

.product .photo {
	width: 150px;
	float: left;	
}

#product-info .product .photo img.main {
	width: 200px;
}

#product-info .header {
	width: 760px;
	height: 100px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #e9fdff;
	font-size: 11px;
}

.product .description {
	width: 550px;
	float: right;	
}

/* @group Formulare */


#main form.box, 
form#login,
form#create_account,
form#advanced_search,
form#account_password,
form#new_find,
form#sign {
	width: 400px;
	padding: 10px;
	background-image: none;
	background-color: white;	
	border: 1px solid #d0d0d0;
}

#main form#create_account {
	width: 100%;
}

form div.field {
	padding: 10px;
	border-bottom: 1px solid whitesmoke;
}

legend {
	width: 97%;
	padding: 1%;
	background-color: #63480d;
	color: white;
}

fieldset {
	border: none;
	margin-bottom: 20px;
}

fieldset label {
	color: #555;
	letter-spacing: 1px;
	font-size: 10px;
	width: 120px;
	float: left;
}

.checkboxes {
	margin-left: 120px;
}

.action {
	padding: 10px;
	margin-top: 10px;
	font-size: 10px;
	background-color: whitesmoke;
}

form .action {
	margin-left: 110px;
}

p.action {
	margin-left: 0;
	font-size: 110%;
}




/* @end */

/* @group Tabellen */

#content table {
	width: 100%;
}


#content table td {
	background-color: white;
	padding: 5px;;
	border-bottom: 1px solid silver;
}

#content table td + td {
	border-right: 1px solid silver;
}

/* @end */


ul.steps {
	width: 600px;
	margin: 20px auto;
	padding-bottom: 20px;
	list-style-type: none;
	border-bottom: 2px solid #63480d;
}

ul.steps li {
	display: inline;
	padding: 5px;
	margin-right: 20px;
	font-size: 11px;
	letter-spacing: 1px;
}

ul.steps li.active {
	font-weight: bold;
	color: orange;
}



#footer {
	width: 995px;
	margin: 20px 0;
	text-align: center;
}

div.copyright {
	font-size: 11px;
	opacity: 0.35;
}


/* Bugfix */
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clear { display: inline-block; }
* html .clear { height: 1%; }
.clear { display: block; }



/* Fairrank Stylesheets */

.infotext
	{
	color: #9F9F9F;
	padding: 5px;
	font-size: 12px;
	font-family: arial , verdana;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
	}
.infotext1
	{
	color: #9F9F9F;
	font-size: 10px;
	font-family: arial , verdana;
	font-weight: normal;
	text-align: left;
	}
.infotext h1
	{
	font-size: 12px;
	}
.infotext a:link, .infotext a:visited
	{
	color: #9F9F9F;
	text-decoration: none;
	font-family: arial , verdana;
	font-size: 12px;
	font-weight: bold;
	}
.infotext a:hover, .infotext a:active
	{
	color: #9F9F9F;
	text-decoration: none;
	font-family: arial , verdana;
	font-weight: bold;
	}
	
	
.cust_box_oben{
background: #f7b45c url(http://www.indien-produkte.de/images/div-box5.gif) left top no-repeat;
text-align: right; 
}

.cust_box_unten{
background: #f7b45c url(http://www.indien-produkte.de/images/div-box8.gif) left top no-repeat; 
text-align: right; 
}

.cust_box_inhalt{
padding: 0 15px; 
background: #f7b45c;
}	
