/* -----------------------------------------------------------------------------------------
   $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 
   -----------------------------------------------------------------------------------------
   
   based on XTC5 Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2007 Ing. Michael Frst
       bluegate communications
	   http://www.bluegate.at
   ---------------------------------------------------------------------------------------
	
   (c) 2009 Haas Christian
       hcdesign
	    http://www.hcdesign.at
   ---------------------------------------------------------------------------------------*/
/* THE BIG GUYS */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

/* LINKS GLOBAL */
a:link, a:visited  {
	background: transparent;
	cursor: pointer;
	color: #8B8C8F;
	text-decoration: none;
}


a:hover,a:active {
	color: Black;
}



/* POPUP print_order.html */
body.popupprintorder {
	background: none;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	padding: 15px;
}

body.popupprintorder .model {
	vertical-align: top;
}

body.popupprintorder .productname {
	vertical-align: top;
}

body.popupprintorder .products .quantity {
	vertical-align: top;
}

body.popupprintorder .products .total {
	text-align: right;
}

body.popupprintorder .products tr.header td {
	background-color: #EDEDED;
	font-weight: bold;
}

body.popupprintorder .singleprice {
	vertical-align: top;
}

body.popupprintorder .totalprice {
	vertical-align: top;
}

/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	background: none;
	background-color: #FFFFFF;
	padding: 15px;
}

/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	background-color: #FAFAFA;
	border: 1px solid #F8F8F8;
	padding: 15px;
}

div.highlightbox div.hr {
	border-bottom: 1px solid #F5F5F5;
	display: block;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

div.highlightbox h1 {
	border: none;
	color: #A9A9A9;
	font-size: 16px;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

div.highlightbox ul {
	display: block;
	line-height: 20px;
	list-style-type: square;
	margin-left: 15px;
	padding: 0;
}

/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	background-color: #F5F5F5;
	height: 0;
	line-height: 0px;
	margin: 0;
	overflow: hidden;
	padding-top: 1px;
}

div.hrlightgrey {
	background-color: #999999;
	height: 0;
	line-height: 0px;
	margin: 0;
	overflow: hidden;
	padding-top: 1px;
}

div.hrproductpreview {
	background-image: url(img/hr_productpreview.gif);
	display: inline;
	display: block;
	height: 0;
	height: 0px;
	line-height: 0px;
	margin: 12px 0px 12px 0px;
	overflow: hidden;
	padding-top: 1px;
}

/* PRODUCT NAVIGATOR */
div.productnavigator {
	background-color: #EDEDED;
	border: #999999 1px solid;
	padding: 8px;
}

/* HEADINGS */
h1 {
background-image: url(img/headarrow1.jpg);
background-repeat: no-repeat;
background-position: center left;
height: 34px;
line-height: 34px;
margin: 0px;
margin-bottom: 10px;
padding: 0px;
padding-left: 40px;
font-size: 18px;
font-family:'Trebuchet MS',Tahoma,Sans-serif;
color: #6D99DD;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	font-size: 16px;
   font-family:'Trebuchet MS',Tahoma,Sans-serif;
color: #6D99DD;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	font-size: 18px;
   font-family:'Trebuchet MS',Tahoma,Sans-serif;
color: #6D99DD;

}

/* CART BOX */
h2.boxcartheader {
	color: #FFFFFF;
	font-size: 11px;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 2px 8px 0px 8px;
	vertical-align: middle;
}

h2.boxcartheader a {
	color: #FFFFFF;
	text-decoration: none;
}

/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	color: Black;
	font-size: 11px;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 2px 8px 0px 8px;
	vertical-align: middle;
}

h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* CATEGORY MENU */
h2.categoryheader {
	background-image: url(img/frontheadback.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: White;
	font-size: 11px;
	height: 35px;
	line-height: 32px;
	vertical-align: middle;
	padding-left: 35px;
	margin-bottom: 3px;
}

h2.categoryheader a {
	color: #FFFFFF;
	text-decoration: none;
}

/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12px;
}

/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-style: solid;
	border-top-color: #E1E1E1;
	border-width: 1px;
}

/* PARAGRAPH GLOBAL */
p {
	margin: 8px 0px 8px 0px;
}

/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width: 100%;
}

/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width: 100%;
}

/* ERROR MESSAGES */
.errormessage {
	background-color: #FFD6D6;
	border: solid #FF0000 2px;
	padding: 15px;
}

p.productinfoproductadded {
	font-size: 11px;
}

select {
	border-bottom-color: #AEAEAE;
	border-left-color: #4E4E4F;
	border-right-color: #AEAEAE;
	border-style: solid;
	border-top-color: #4E4E4F;
	border-width: 1px;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12px;
}

/* TABLE GLOBAL */
table td {
	padding: 2px;
}

/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
	vertical-align: top;
}

table.accounthistoryinfoorderdetails tr.header td {
	font-weight: bold;
}

/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
	border: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

table.checkoutconfirmationorderdetails tr td.productattributes {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 30px;
}

table.checkoutconfirmationorderdetails tr td.productname {
	font-weight: bold;
	width: 100%;
}

table.checkoutconfirmationorderdetails tr td.productprice {
	text-align: right;
	white-space: nowrap;
}

table.checkoutconfirmationorderdetails tr td.shippingtime {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 30px;
	white-space: nowrap;
}

table.checkoutconfirmationorderdetailstotal {
	border: none;
	margin: 10px 0px 0px 0px;
	padding: 0;
}

table.checkoutconfirmationorderdetailstotal tr td.name {
	text-align: right;
	width: 100%;
}

table.checkoutconfirmationorderdetailstotal tr td.value {
	text-align: right;
	white-space: nowrap;
}

/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
	background-color: #FFF2CC;
	border: solid #E9D28F 1px;
	margin-bottom: 8px;
	padding: 5px;
}

table.downloadbox tr td.downloadlink{
	width: 100%;
}

table.downloadbox tr td.icon{
	padding-right: 15px;
}

/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
	font-size: 11px;
	margin-top: 5px;
	text-align: left;
}

table.graduatedprice tr td.header{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/* MEDIA LIST */
table.medialist {
	background-color: #FFF2CC;
	border-color: #DA9401;
	border-style: solid;
	border-width: 1px;
}

table.medialist tr td {
	padding: 6px;
	vertical-align: top;
	white-space: nowrap;
}

table.medialist tr.contentrow1 td {
	background-color: #FFF2CC;
}

table.medialist tr.contentrow2 td {
	background-color: #FFEAAB;
}

/* ORDER DETAILS */
table.orderdetails {
	font-size: 11px;
}

table.orderdetails tr td {
	padding: 4px;
}

/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
	text-align: center;
	white-space: nowrap;
}

/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
	margin-top: 3px;
}

table.orderdetails tr td.productname table.productattributes tr td {
	padding: 0px;
}

table.orderdetails tr td.productname table.productattributes tr td.attribute {
	padding-right: 4px;
}

table.orderdetails tr td.productname table.productattributes tr td.value {
	width: 100%;
}

/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align: right;
	white-space: nowrap;
}

/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
	text-align: right;
}

/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align: right;
	white-space: nowrap;
}

/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	background-color: #FAFAFA;
	vertical-align: top;
	border-bottom: 1px dotted #708090;
}

table.orderdetails tr.contentrow1 td.productname {
	text-align: left;
}

table.orderdetails tr.contentrow1 td.quantity {
	text-align: center;
}

table.orderdetails tr.contentrow1 td.quantity input {
	border: 1px solid #708090;
	font-size: 11px;
	padding: 2px;
}

/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color: #EFEFEF;
	vertical-align: top;
	border-bottom: 1px dotted #708090;
}

table.orderdetails tr.contentrow2 td.productname {
	text-align: left;
}

table.orderdetails tr.contentrow2 td.quantity {
	text-align: center;
}

table.orderdetails tr.contentrow2 td.quantity input {
	border: solid #708090 1px;
	font-size: 11px;
	padding: 2px;
}

table.orderdetails tr.headerrow td {
height: 27px;
	background-color: White;
	color: Black;
	font-weight: bold;
}

table.orderdetails tr.headerrow td.center {
	text-align: center;
}

table.orderdetails tr.headerrow td.left {
	text-align: left;
}

table.orderdetails tr.headerrow td.right {
	text-align: right;
}

/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color: #FAFAFA;
	margin-bottom: 15px;
}

table.paymentblock tr td.header {
background-color: #EBEBEB;
height: 20px;
	color: Black;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
}

/* REVIEW LIST */
table.reviewlist {
	background-color: #FFF2CC;
	border-color: #DA9401;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}

table.reviewlist tr td {
	padding: 4px;
	white-space: nowrap;
}

table.reviewlist tr.contentrow1 td {
	background-color: #FFF2CC;
}

table.reviewlist tr.contentrow2 td {
	background-color: #FFEAAB;
}

table.reviewlist tr.header td {
	background-color: #DA9401;
	color: #FFFFFF;
	font-weight: bold;
}

/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color: #FAFAFA;
	margin-bottom: 15px;
}

table.shippingblock tr td {
	vertical-align: top;
}

table.shippingblock tr td.description {
	padding-left: 6px;
	vertical-align: top;
	width: 100%;
}

table.shippingblock tr td.header {
height: 20px;
	color: Black;
	font-weight: bold;
	padding: 2px;
	padding-left: 5px;
}

table.shippingblock tr td.price {
	vertical-align: top;
	white-space: nowrap;
}

table.shippingblock tr td.radiobutton {
	padding: 4px;
	vertical-align: top;
	white-space: nowrap;
}

table.shippingblock tr td.radiobutton input {
	margin: 0;
	padding: 0;
}

textarea {
	border-bottom-color: #AEAEAE;
	border-left-color: #4E4E4F;
	border-right-color: #AEAEAE;
	border-style: solid;
	border-top-color: #4E4E4F;
	border-width: 1px;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 12px;
}

textarea#review {
	width: 100%;
}

/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width: 130px;
}

ul#categorymenu {
	width: 180px;
	margin-left: 12px;
}

/* 1st TIER */
ul#categorymenu li.level1 {
	background-color: White;
	border: solid #F8F8F8;
	border-width: 1px 0px 0px 0px;
	list-style-type: none;
	padding: 2px 0px 2px 0px;
}

ul#categorymenu li.level1 a {
	color: #3F3F3F;
	background-image: url(img/menarrow1.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	height: 20px;
}

ul#categorymenu li.level1 a:hover {
	color: #B5CCE9;
	background-image: url(img/menarrow1.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	height: 20px;
}

/* 2nd TIER */
ul#categorymenu li.level2 {
	background-color: #EEA003;
	border: solid #FFFFFF;
	border-width: 1px 0px 0px 0px;
	list-style-type: none;
	padding: 4px 0px 4px 24px;
}

ul#categorymenu li.level2 a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* 3rd TIER */
ul#categorymenu li.level3 {
	background-color: #EEA003;
	border: solid #FFFFFF;
	border-width: 1px 0px 0px 0px;
	list-style-type: none;
	padding: 4px 0px 4px 40px;
}

ul#categorymenu li.level3 a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
}

ul#checkoutnavigation li {
	float: left;
	background-image: url(img/but2.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	height: 40px;
	list-style-type: none;
	margin-right: 5px;
	padding: 4px;
	width: 138px;
}

ul#checkoutnavigation li.active {
	background-color: #E5EAF4;
	background-image: url(img/but1.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	
	
}


.wk1 {
	font-size: 11px;
	padding-left: 40px;	
}

.wk2 {
	font-size: 11px;
	padding-left: 40px;	
}

ul#checkoutnavigation li.inactive {
	background-color: #F8F8F8;
	color: #999999;
}

ul#checkoutnavigation li.inactive .description {
	font-size: 11px;
}

ul#checkoutnavigation li.inactive .number {
	font-size: 20px;
	font-weight: bold;
}

ul#checkoutnavigation li.inactive .title {
	font-size: 14px;
	font-weight: bold;
}



.boxbody {
	margin-bottom: 15px;
	padding: 8px;
}

.boxbody .productboximage {
	border: solid 1px #999999;
}

.boxbody .productoldprice {
	color: #FF0000;
	font-size: 11px;
}

.boxbody a {
	font-size: 11px;
}

.boxbody div.hr {
	margin-bottom: 5px;
	margin-top: 5px;
}

.boxbody div.hrlightgrey {
	margin-bottom: 5px;
	margin-top: 5px;
}

.boxbody h3, .boxbody h3 a {
	font-size: 11px;
}

.boxbody h3.center, .boxbody h3.center a {
	font-size: 11px;
	text-align: center;
}

.boxbody p {
	color: #000000;
	font-size: 11px;
	margin: 6px 0px 6px 0px;
}

.boxbody p.center {
	color: #000000;
	font-size: 11px;
	margin: 6px 0px 6px 0px;
	text-align: center;
}

.boxbody td {
	color: #000000;
	font-size: 11px;
	margin: 6px 0px 6px 0px;
}

.boxbody ul.contentlist {
	margin-left: 5px;
	margin-right: 0;
	padding: 0;
}

.boxbody ul.contentlist li {
	list-style-type: none;
	margin-left: 0px;
	padding: 0;
}

.boxcartbody {
	background-color: #EDEDED;
	border-color: #4E4E4F;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 15px;
	padding: 4px 8px 4px 8px;
}

.boxcartbody p {
	font-size: 11px;
}

/* XTC COPYRIGHT */
.copyright {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 11px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	text-align: center;
	width: 970px;
}

/* FOOTER */
.footer {
	background-color: #E2E2E2;
	clear: both;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.footer a {
	color: #666666;
	text-decoration: underline;
}

/* SUCCESS MESSAGE */
.messagestacksuccess {
	background-color: #66FF66;
	padding: 4px;
}

/* XTC ParseTime */
.parsetime {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 11px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	text-align: center;
	width: 970px;
}

.productoptions {
	background-color: #FFF2CC;
	border-color: #DA9401;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	padding: 6px;
}

/* PRODUCT PREVIEW */
.productpreview {
	margin: 0;
	padding: 0;
}

.productpreviewcontent {
	vertical-align: top;
	width: 100%;
}

.productpreviewcontent .price{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.productpreviewcontent .productoldprice {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

.productpreviewcontent .shippingtime {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.productpreviewcontent .stockimage {
	margin: 0;
	padding: 0;
}

.productpreviewcontent .stockimagetext {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.productpreviewcontent .taxandshippinginfo {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.productpreviewcontent .taxandshippinginfo a {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}

.productpreviewcontent .vpe {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.productpreviewcontent h2 {
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.productpreviewcontent h2 a {
	font-size: 14px;
	font-weight: bold;
}

.productpreviewimage {
	padding: 3px 15px 0px 0px;
	vertical-align: top;
}

.productpreviewimage img {
	border: solid 1px #999999;
}

.sitemapcontent {
	padding: 6px;
}

.sitemapcontent li {
	list-style-type: none;
}

.sitemapheader {
	background-color: #DA9401;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}

.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* SITEMAP */
.sitemapwrap {
}

.sitemapwrap .sitemapleft {
	background-color: #FFF2CC;
	border-color: #DA9401;
	border-style: solid;
	border-width: 1px;
	display: table;
	float: left;
	margin-bottom: 15px;
	width: 235px;
}

.sitemapwrap .sitemapright {
	background-color: #FFF2CC;
	border-color: #DA9401;
	border-style: solid;
	border-width: 1px;
	display: table;
	float: right;
	margin-bottom: 15px;
	width: 235px;
}

/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	color: #C64934;
	font-size: 10px;
	height: 18px;
	list-style-type: none;
	margin-left: 205px;
	margin-bottom: -1px;
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	color: #333333;
	cursor: pointer;
	font-weight: normal;
	line-height: 17px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/* MAIN CONTENT */
#content {
	float: left;
	margin-bottom: 15px;
	margin-left: 4px;
	padding: 0px 20px 0px 20px;
	width: 520px;
}

#contentfull {
	float: left;
	margin-bottom: 15px;
	margin-left: 4px;
	padding: 0px 20px 0px 20px;
	width: 720px;
}

/* CONTENT WRAPPER */
#contentwrap {
background-image: url(img/contback.jpg);
background-repeat: repeat-y;
	padding: 0;
	width: 980px;
}

#contentwrap1 {
background-image: url(img/contback1.jpg);
background-repeat: repeat-y;
	padding: 0;
	width: 980px;
}

#innercontentwrap {
background-image: url(img/contuntenback.gif);
background-repeat: no-repeat;
background-position: bottom right;
	padding: 0;
	width: 980px;
}










/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
	font-size: 13px;
	height: 31px;
	margin: 0;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* LEFT COLUMN */
#leftcol {
	float: left;
	padding: 0px 0px 15px 0px;
	width: 201px;
	background-image: url(img/lefttrenner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}



#productinfoimages .hrlightgrey {
	margin-bottom: 6px;
	margin-top: 6px;
}

#productinfoimages .productimage {
	border: solid 1px #999999;
}

#productinfoprice {
	padding: 5px;
}

#productinfoprice .hrlightgrey {
	margin-bottom: 6px;
	margin-top: 6px;
}

#productinfoprice .productoldprice {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#productinfoprice .productprice {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#productinfoprice .shippingtime {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#productinfoprice .stockimage {
	margin: 0;
	padding: 0;
}

#productinfoprice .stockimagetext {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#productinfoprice .taxandshippinginfo {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}



#productinfopricewithimages {
	float: right;
	width: 320px;
}

#productinfopricewithimages img {
	cursor: pointer;
}

#productinfopricewithoutimages {
	width: 100%;
}

#productinfopricewithoutimages img {
	cursor: pointer;
}

/* PRODUCT INFO / PRODUCT DETAILS */


/* RIGHT COLUMN */
#rightcol {
	float: right;
	padding: 0px 0px 15px 0px;
	width: 193px;
}

#topmenu {
	float: left;
	font-size: 16px;
	height: 31px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family:'Trebuchet MS',Tahoma,Sans-serif;
}

#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: middle;
}

#topmenu a:hover {
	color: #595959;
}

#topmenu li {
	
	background-position: right;
	float: left;
	height: 31px;
	margin: 0;
	padding: 0px 15px 0px 15px;
}



ul#contentlist {
	width: 180px;
	margin-left: 12px;
	
}

/* 1st TIER */
ul#contentlist li {
	background-color: White;
	border: solid #F8F8F8;
	border-width: 1px 0px 0px 0px;
	list-style-type: none;
	padding: 2px 0px 2px 0px;
}

ul#contentlist li a {
	color: #3C415A;
	background-image: url(img/menarrow1.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	height: 20px;
}



.linkincart {
	position: relative;
top: 10px;
left: 0px;
width: 205px;
height: 11px;
text-align: right;
}

.insearch {
float: right;
	text-align: left;
	padding-right: 20px;
}

.insearch td {
	color: White;
}

/* Produktlisting */

.listing {
float: left;
width: 530px;
margin-left: 5px;
}



.listpic1 {
	width: 200px;
	height: 210px;
	
}

.productImageBorder {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-right: 10px;
}

.price {
	font-size: 14px;
	font-weight: bold;
}

.productOldPrice {
	font-size: 11px;
	font-weight: bold;
}



.inprodpreis {
	text-align: center;
	width: 140px;
	margin-bottom: 10px;
	margin-top: 10px;
}

a.in:link, a.in:visited {
background-image: url(img/inarrow.jpg);
background-repeat: no-repeat;
background-position: left center;
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	color: Black;
	text-align: left;
	padding-left: 25px;
	text-decoration: none;
}

a.in:hover {
	color: #FF9A00;
	text-decoration: none;
}

a.in2:link, a.in2:visited {
background-image: url(img/inarrow1.jpg);
background-repeat: no-repeat;
background-position: left center;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	color: Black;
	text-align: left;
	padding-left: 15px;
	text-decoration: none;
}

a.in2:hover {
	color: #FF9A00;
	text-decoration: none;
}

.sheadback {
	background-image: url(img/contheadback.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 24px;
	width: 530px;
	line-height: 24px;
	padding-left: 10px 
}




/* Produktdetail */

#productinfowrap {
	width: 655px;
 border: 1px solid #F5F5F5;
 margin-top: 10px;
}

#productinfoimages {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	text-align: center;
	width: 180px;
}

#productinfoprice {
	padding: 5px;
	float: right;
	width: 300px;
	
}

.pright {
	text-align: right;
}

.pricedet{
	font-size: 18px;
	font-weight: bold;
}

.addtobasket {
	border-width: 1px 0px 0px 0px;
	padding: 6px;
	text-align: right;
}

.pinfobox {
	background-color: #F6F8FC;
	padding: 5px;
	border: 2px solid #A4BAE3;
	margin-top: 10px;
	line-height: 16px;
}

.addtobasket-btn {
	text-align: right;
	padding: 5px;
}

.phead {
font-size: 18px;
font-family:'Trebuchet MS',Tahoma,Sans-serif;
color: #6D99DD;
width: 330px;
}

#popCart {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 560px;
	margin-left: -280px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	z-index: 100000;
	display: none;
	padding: 10px 10px 25px 10px;;
}

.popup_header {
	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-size: 1.0em;

	text-align: center;
	vertical-align:bottom;
	padding: 3px 10px;
	border: 1px solid #ccc;
	margin: 0px auto;
	width: 380px;
}

.popup_image {
	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-size: 0.9em;

	text-align: center;

	color: #000;
	margin: 10px auto;

	padding: 5px;
}

/* Popupcart */

#mycart {
	margin: 0px auto;
	height: 42px;
	width: 320px;
}

.cart_symbol {
	height: 42px;
	width: 48px;
	float: left;
}
.cart_contents {
	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-size: 0.9em;

	text-align: left;
	color: #000;
	height: 42px;
	float: right;
}

#pop_buttons_box {
	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-size: 1.0em;

	text-align: center;
	width: 560px;
	height: 28px;
	vertical-align:bottom;
	margin: 10px auto 0 auto;
}

#pop_buttons_box a {
	color: #000;
	text-decoration: none;
}
#pop_buttons_box a:hover {
	color: #484848;
	text-decoration: none;
}

.close_button {
	float: left;
	width: 160px;
	border: 1px solid #000;
}
.cart_button {
	float: right;
	width: 160px;
	border: 1px solid #000;
}

.rahmen {
	border-color: #EFEFEF;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	margin-top: 10px;
	margin-left: 4px;
}

.rahmentop {
	border-color: #EFEFEF;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	padding-left: 30px;
	margin-top: 10px;
	margin-left: 4px;
}

.rahmenun{
	height: 8px;
	margin-left: 4px;
}

.headline {
	background-image: url(img/headarrow.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	color: #6D99DD;
	padding-left: 15px;
	height: 21px;
	line-height: 21px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.intab {
	margin-left: 15px;
}

/*----------------------------Suggest Styles--------------------------*/

.suggest_link {	
background-color: #FFFFFF;	
padding: 2px 6px 2px 6px;
color: #525252;
}

.suggest_link_over {	
padding: 2px 6px 2px 6px;	
cursor: pointer;
color: #313131;
}

#search_suggest {	
position: absolute; 	
visibility: hidden;	
background-color: #FAFAFA; 	
text-align: left; 	
border: 1px solid #000000;	
width: 250px		
}	
/*----------------------------End Suggest Styles------------------------*/


