/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

@import "textstyles.css";
@import "sidebar.css";
@import "homepage.css";
@import "xtcommerce.css";

body,
html {
	margin:0;
	padding:0;

	color:#000;
}
body {
	min-width: 960px;
}
#wrap {
	background: #fff url(img/infopoint_bg.gif) top left repeat-y;
	margin:0 auto;
	width: 960px;
}
#header {
	background:#C13332 url(img/background_top.jpg);
	height: 104px;
	position: relative;
}
#logo {
	background: url(img/logo_infopoint.png) top left no-repeat;
	width: 231px;
	height: 80px;
	position: relative;
	top: 15px;
	left: 10px;
}
#logo {
	background: url(img/logo_infopoint.png) top left no-repeat;
	width: 231px;
	height: 80px;
	position: relative;
	top: 15px;
	left: 10px;
}
#wrap #header #logo a img, #wrap #header #logo a {
	display: inline !important;	
}
#header h1 {
	padding:5px;
	margin:0;
}
#search {
	position: absolute;
	right: 10px;
	top: 10px;
}
#languages {
	float: left;
	position: relative;
	top: 5px;
}
#contact {
	background:#fff;
	padding:5px;
	text-align: right;
	font-size: 12px;
}
#contact big {
	font-size: 20px;
}
/*
#main h2, #main h3, #main p {
	font-weight: normal;
	font-size: 14px;
}
*/
#main {
	background: transparent;
	float:right;
	width:760px;
	position: relative;
	z-index: 50;
}
.hidden {
	display: none;
}

#content {
	width: 542px;
	padding: 5px 10px 60px;
	position: relative;
}

#main_right {
	float:right;
	width: 188px;
	margin: 0 0 10px 10px;
	background: #EEE;
	font-size: 12px;
	padding-top: 10px;
}
#main_right.product_info {
	margin-top:250px;
	padding-top: 150px;
}
#main_right .box_content {
	margin: 0px 8px;
}

#product_image {
	position: absolute;
	top: 0;
	left: -9px;
}


h1 {
	font-weight: normal;
}

#product_name {
	position: absolute;
	top: 185px;
	z-index: 3;
	margin: 0;
	text-shadow: 12px 1px #fff ;
}

#product_slogan {
	position: absolute;
	top: 220px;
	z-index: 3;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
}

#product_price {
	position: absolute;
	top: 263px;
	left: 580px;
	width: 170px;
	text-align: right;
	font-size: 23px;
}

#product_price .taxinfo {
	font-size: 11px;
}

hr {
	border: 0;
	border-top: 1px dashed #b7b7b7;
	margin: 10px 0 10px;
}

#product_desc {
	margin-top: 250px;
	font-weight: normal;
}

#product_desc table {
	table-layout: fixed;
}
#product_desc table td {
	white-space: normal !important;
}

img[align=right] {
	margin: 0 0 10px 10px!important;	
}

img[align=left] {
	margin: 0 10px 10px 0!important;	
}

#footer {
	background:#C13332 url(img/background_bottom.jpg);
	clear:both;
	color: #fff;
	padding: 10px 10px;
	text-align: right;
	position: relative;
	font-size: 12px;
	z-index: 15;
}
#footer a {
	color: #fff;
	font-size: 12px;
}
#footer_bg {
	background: url(img/main_bg.png) right bottom repeat-y;
	position:absolute;
	right: 0;
	top: -50px;
	width: 188px;
	height: 50px;
}
#search input {
	vertical-align: top;
}
#search input.text {
	background: #D53B3B;
	border: 1px solid #F1D1D4;
	color: #fff;
	padding: 4px 2px;
}
#search input.text:focus {
	border: 1px solid #FFF;
}
table tr td {
	vertical-align: top;
}

#sidebar ul li.level_2 {
	margin-left: 22px;
	font-size:11px
}

#sidebar ul li.level_3 {
	margin-left: 35px;
	font-size:11px
}

.product_list .product  {
	margin-bottom: 20px;
	width: 250px;
	margin-right: 20px;
	float: left;
}
.product_list .product .image {
	float: left;
	width: 110px;
	text-align:center;
}
.product_list .product .title, .product_list .product .description, .product_list .product .price {
	margin: 0 0 5px 120px;
}
.shopping_cart {
	font-size: 11px;
	margin-bottom: 25px;
}

.shopping_cart tbody td {
	border-bottom: 1px solid #e7e7e7;
	border-left: 2px solid #fff;
	padding: 10px 3px;
}
.shopping_card td.gray, .shopping_cart td.darkgray {
}

.shopping_cart td.gray {
	background: #eee;
	border-bottom: 1px solid #dadada;
}
.shopping_cart td.darkgray {
	background: #ddd;
	border-bottom: 1px solid #BEBEBE;
}
.shopping_cart tbody tr.last td {
	border-bottom: 0!important;
}
.shopping_cart thead td {
	border-bottom: 1px solid #888!important;
	border-left: 2px solid #fff;
	font-weight: normal;
	padding: 3px;
}
.shopping_cart tfoot td {
	border-top: 1px solid #888!important;
	border-left: 2px solid #fff;
	padding: 3px;
	border-bottom: 0 !important;
}
.shopping_cart tfoot td.totalprice {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.shopping_cart div.shipping {
	font-size: 9px;
	color: #666;
	height: 35px;
}
.taxinfo {
	text-align: right;
	margin: 10px 0;
	color: #888;
}

#main_right form label {
	display: block;
	margin: 2px 0;
	font-size: 11px;
}
#main_right form input[type=text], 
#main_right form input[type=password]  {
	width: 160px;
	padding: 3px 2px;
	font-size: 12px;
	border: 1px solid #c5c5c5;
	margin-bottom: 5px;
}

#main_right .box_content h2 {
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 10px;
}
#main_right .box_content{
	line-height: 120%;
	margin-top: 5px;
}

#main_right .mini_product {
	margin: 0 0 1ex;
	font-size: 11px;
}
#main_right .mini_product .name {
	float: left;
	width: 100px;

}
#main_right .mini_product .price {
	float: right;
}
#main_right .mini_product br {
	clear: both;
}

br.clearer {
	clear: both;
}

#intext{
	position:absolute;
	top:770px;
	left:0px;
	width:100%;
	text-align:center;
}
#intext .intext {
	width:950px;
	margin:auto;
	font-size: 12px;
	color: #999;
}
#intext .intext p {
	text-align: justify;
}
.parseTime {
	display: none;
}

/**** Callback Service Box ****/
.callback {
	width: 170px;
	height: 230px;
	margin: 43px 11px 7px;
	background: url(img/background_rueckruf_form.gif) no-repeat;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 11px;
}

	.callback .callbackBox {
		visibility: hidden;
		padding: 8px 11px;
	}
	.callback:hover .callbackBox { visibility: visible; }
	.callback:hover > img { display: none; }
	.callback h2 {
		line-height: 1em;
		font-size: 18px;
		line-height: 1em;
		margin: 0 0 5px;
		width: 159px;
		height: 1em;
		overflow: hidden;
	}
		.callback h2 img { display: normal; }
	.callback p {
		margin: 0;
	}
	.callbackForm div:first-child {
		margin-top: 6px;
		border-top: 1px solid #aeaeae;
	}
	.callback label {
		color: #000;
		display:block;
		letter-spacing: 1px;
		margin: 5px 0 1px;
	}
	.callback label.error, .callback p.error {
		color: #b40c0b;
	}
	.callback input[type=text] {
		display: block;
		padding-left: 2px;
		width: 145px;
		height: 17px;
		border: 1px solid #666;
		color: #000;
	}
	.callback input[type=text].error {
		border-color: red;
	}
	.callback #phone {
		text-align: left;
		font-size: 1em;
	}
	.callback .submitButton {
		margin-top: 11px;
	}
		.callback input[type=submit] {
			display: block;
			width: 100px;
			height: 20px;
			margin: 0 auto;
			border: 0;
		}
	.callback input[type=submit]:hover { cursor: pointer; }
	

	.callback .special {
		display: none;
	}