/* -----------------------------------------------------------------------------------------
   $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 
   -----------------------------------------------------------------------------------------
	
   ---------------------------------------------------------------------------------------*/

/* THE BIG GUYS */
* {
	margin:0;
	padding:0
}
body {
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:17px;
color:#000000;
background-image: url(img/bg2.gif);
background-repeat: repeat-x;
}
/* HEADINGS */
h1 {
	color:#7e7d7e;
	height:30px;
  vertical-align:middle;
	background-color: #F0F0F0;
	font-size:18px;
	margin:0px 0px 15px 0px;
	padding-left:10px;
	padding-top:12px;
  width: auto;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color:#000000;
	font-weight:normal;

}
h1.checkouth1 {
	color:#7f7e7e;
	height:22px;
  vertical-align:middle;
	background-color: #F0F0F0;
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding-left:10px;
	padding-top:7px;
  width: auto;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color:#000000;
	font-weight:normal;
}

h2 {
	color:#8c8a8b;
	font-weight:normal;
	font-size:16px;
	margin:15px 0px 7px 0px;
	padding:0px;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:none;
	cursor:pointer
}
a:link {
	color:#7e7d7e;
}
a:visited {
	color:#7e7d7e;
}
a:hover, a:active {
	color:#9C9A9B;
	text-decoration: underline;
}
a img {
	border:none
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:Verdana, Arial, Sans-serif;
	font-size:12px;
}
textarea {
	font-family:Verdana, Arial, Sans-serif;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
select {
	font-family:Verdana, Arial, Sans-serif;
	font-size:11px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* PARAGRAPH GLOBAL */
p {
	margin:8px 0px 8px 0px
}
/* List in content */
#content li {
	margin-left: 15px;
}

/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#d0d0d0;
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#999999
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px 12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(img/hr_productpreview.gif)
}
/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
	margin: 0 auto;
	width:950px;
  background-color:#FFF;
	border-style:solid;
	border-color:#fff;
	border-width:0px 0px 0px 0px;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	height:105px;
	background: #000;
	widht:100%;
	clear:both;
	background-image: url(img/headerbg.gif);
	background-repeat: no-repeat;

}
#header #logo {
	padding-left:14px;
	padding-top:14px;
	width: 300px;
	float:left;
}

#catshop-header-re {
	width: 500px;

	float: right;
	padding-right: 20px;
	
}
#header #metanavi {
  	color: #fff; 
	text-align:right;
	padding-right:0px;
	padding-top:14px;

}
#header #a {
 text-color: #fff; 
}
#header  a:link {
	color:#fff;
	font-size:11px;
}

#header a:visited {
	color:#fff;
	font-size:11px;
}

#header #search {
	text-align:right;
	height:17px;
	color:#fff;
  margin:0;
  padding-top:19px;
  padding-right:0px;
  margin-right:0px;

	
}
.catshop-searchbox-le {
	float: right;
}
.catshop-searchbox-ri {
	float: right;
}
.catshop-searchbox-ri input {
	background-image: url(img/search.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
		height:17px;
	border-width:0px;	
	padding-top:0px;
	padding-right:0px;
	padding-left:10px;
	width: 15px;
}
.catshop-searchbox-le input {
	background-image: url(img/search.gif);
	background-repeat: no-repeat;
	background-position: 0 left;
	text-align: left;
		height:17px;
	border-width:0px;	
	padding-top:0px;
	padding-right:0px;
	padding-left:10px;
	width: 120px;
	background-color: transparent;
}


#header td {
	padding-top:0px!important;
	padding-right:0px!important;
	padding-left:0px!important;
	border-width: 0px!important;
}
#header table {
  border-spacing:0px!important;
  border-width:0px!important;
}

/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	clear:both;
	color:#fff;
	padding:3px 0px 0px 15px;
	list-style-type:none;
	background-color:#fff;
	height:25px;
	background-image:url(img/bg_breadcrumb.gif);
	background-repeat:repeat-x;
	font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	line-height:23px;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color:#fff;
	margin:0;
	padding:0;
}
/* TOPMENU AS LIST */
#topmenuwrap {
	background-color: #ffcd00;
	height: 29px;
	margin-bottom: 10px;
}
#topmenu {
	padding:0;
	margin:0;
	font-size:12px;
	
}

#topmenu li {
	margin:0;
	list-style-type:none;
	display: inline;
}
#topmenu a, #topmenu a:link, #topmenu a:visited {
	float: left;
	background-color: aqua;
 	display: block;
	padding-top: 6px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 6px;
	text-decoration:none;
	cursor:pointer;
	color: #000;
	background: url("img/bg_topmenu_breakline.gif") no-repeat;
	background-position:right;
}
#topmenu a:hover, #topmenu a:active {
	color:#000;
	background: url("img/bg_topmenuh_breakline.gif") no-repeat;
	background-position:right;
}

/* CONTENT WRAPPER */
#contentwrap {
  background-color:#fff;
	width:950px;
	clear: both;
	padding:5px 0px 0px 0px;
}
/* LEFT COLUMN */
#leftcol {
  background-color:#fff;
	float:left;
	width:235px;
	padding:0px 0px 15px 0px;
}
/* RIGHT COLUMN */
#rightcol {
  background-color:#fff;
	float:right;
	width:200px;
	padding:0px 0px 15px 0px;
}
/* MAIN CONTENT */
#content {
  background-color:#fff;
	float:left;
	width:683px;
	padding:0px 14px 0px 16px;
	margin-bottom:10px;
	min-height: 400px;
}
#contentfull {
  background-color:#fff;
	width:890px;
	padding:0px 30px 0px 30px;
	margin-bottom:15px;
}
#clearer {
clear:both;
}
.clearer {
clear:both;
}
.clearercontent {
clear:both;
height:1px;
overflow:hidden;
}
/* CATEGORY MENU */
h2.categoryheader {
	background-color:#000;
	height:26px;
	font-size:11px;
	color:#FFFFFF;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:26px;
	vertical-align:middle;
}
h2.categoryheader a {
	text-decoration:none;
	color:#fff
}
ul#categorymenu {
	background-color:#F0F0F0;
	margin-bottom:15px;
	border: solid #999999;
	border-width:0px 0px 1px 0px;
}

ul#categorymenu li a {
	display: block;
}

/* 1st TIER */
ul#categorymenu li.level1 {
	list-style-type:none;

}
ul#categorymenu li.level1 a {
	text-decoration:none;
	color:#000;
	font-weight:normal;
	background-color:#F0F0F0;
	padding:4px 0px 4px 6px;
	border: solid #999999;
	border-width:1px 0px 0px 0px;
}

ul#categorymenu li.level1 a:hover {
	
	background-color: #d6d6d6;

}
/* 2nd TIER */
ul#categorymenu li.level2 {
	list-style-type:none;

}
ul#categorymenu li.level2 a {
	font-size: 11px;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	background-color:#F0F0F0;
	padding:4px 0px 4px 24px;
	border: solid #999999;
	border-width:1px 0px 0px 0px;
}

ul#categorymenu li.level2 a:hover {

background-color: #d6d6d6;
}
/* 3rd TIER */
ul#categorymenu li.level3 {
	list-style-type:none;
	background-color:#F0F0F0;
	padding:4px 0px 4px 40px;
	border: solid #000;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level3 a {
	font-size: 11px;
	text-decoration:none;
	color:#000;
	font-weight:normal;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	background-color:#000;
	height:26px;
	font-size:11px;
	color:#FFFFFF;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:26px;
	vertical-align:middle;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration:none;
	color:#ffffff
}
.boxbody {
	background-color:#F0F0F0;
	border-style:solid;
	border-color:#4E4E4F;
	border-width:0px 1px 1px 1px;
	padding:8px;
	margin-bottom:15px
}
.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;
	text-align:center;
	margin:6px 0px 6px 0px
}
.boxbody td {
	color:#000000;
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody .productOldPrice {
	font-size:11px;
	color:#FF0000
}
.boxbody div.hr {
	margin-top:5px;
	margin-bottom:5px
}
.boxbody div.hrlightgrey {
	margin-top:5px;
	margin-bottom:5px;
}
.boxbody a {
	font-size:11px;
}
.boxbody .productboximage {
	border: solid 1px #999999;
}
.boxbody ul.contentlist {
	margin-left:5px;
	margin-right:0;
	padding:0;
}
.boxbody ul.contentlist li {
	margin-left:0px;
	padding:0;
	list-style-type:none
}
/* CART BOX */
h2.boxcartheader {
	padding-left: 8px;
	padding-bottom: 1px;
	padding-right: 7px;
	padding-top: 1px;
	background-color:#000;
	height:26px;
	font-size:11px;
	color:#FFFFFF;
	margin:0;
	line-height:26px;
	vertical-align:middle;
}
h2.boxcartheader a, h2.boxcartheader a:link, h2.boxcartheader a:visited  {
	text-decoration:none;
	color:#fff
}
.boxcartbody {
	padding:4px 8px 4px 8px;
	margin-bottom:15px;
	background-color:#F0F0F0;

}
.boxcartbody p {
	font-size:11px;
}
/* PRODUCT PREVIEW */
.productPreview {
	padding:0;
	margin:0;
}
.productPreviewContent {
	vertical-align:top;

}
.productPreviewContent h2 {
	padding: 0;
	margin:0px 0px 5px 0px;
}
.productPreviewContent h2 a {
	font-size:14px;
	font-weight:bold;
}
.productPreviewImage {
	vertical-align:top;
	padding:3px 15px 0px 0px;
}
.productPreviewImage img {
	border: solid 1px #999999;
}
.productPreviewContent .price {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0
}
.productPreviewContent .taxandshippinginfo {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .vpe {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .shippingtime {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .stockimage {
	margin:0;
	padding:0;
}
.productPreviewContent .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent .productOldPrice {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
}
.productPreviewContent .taxandshippinginfo a {
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
	display:table;
	width:100%
}
#productinfoimages {
	float:left;
	background-color:#EDEDED;
	text-align:center;
	width:200px;
	padding:10px;
	margin:0px 10px 10px 0px;
	border: solid 1px #999999;
}
#productinfoimages .productimage {
	border: solid 1px #999999;
}
#productinfoimages .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfopricewithimages {
	float:right;
	width:320px
}
#productinfopricewithimages img {
	cursor:pointer
}
#productinfopricewithoutimages {
	width:100%
}
#productinfopricewithoutimages img {
	cursor:pointer
}
#productinfoprice {
	padding:5px
}
#productinfoprice .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfoprice .productprice {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}
#productinfoprice .productOldPrice {
	color:#FF0000;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .shippingtime {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .stockimage {
	margin:0;
	padding:0;
}
#productinfoprice .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
p.productinfoproductadded {
	font-size:11px;
}
.productoptions {
	background-color:#FFF2CC;
	padding:6px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#DA9401
}
.addtobasket {
	background-color:#EDEDED;
	padding:6px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#999999
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background:none;
	background-color:#fff
}
/* POPUP print_order.html */
body.popupprintorder {
	font-family:Verdana, Arial, Sans-serif;
	font-size:13px;
	padding:15px;
	background:none;
	background-color:#fff
}
body.popupprintorder .products tr.header td {
	font-weight:bold;
	background-color:#EDEDED;
}
body.popupprintorder .products .total {
	text-align:right
}
body.popupprintorder .products .quantity {
	vertical-align:top
}
body.popupprintorder .productname {
	vertical-align:top
}
body.popupprintorder .model {
	vertical-align:top
}
body.popupprintorder .singleprice {
	vertical-align:top
}
body.popupprintorder .totalprice {
	vertical-align:top
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	padding: 15px;
	background-color:#f0f0f0;
	border: solid #cdcdcd 1px
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px
}
div.highlightbox h1 {
	color:#CDCDCD;
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:16px
}
div.highlightbox div.hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
	border-bottom: solid 1px #CDCDCD;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {

	border-style: solid;
	border-width:1px 1px 1px 1px;
	border-color:#CCC;
	margin-bottom:15px;
}
table.paymentblock tr td.header {
	/*background-color:#F0F0F0;*/
	background-color:#FFF;
	padding:2px;
	padding-left:5px;
	color:#000;
	font-weight:bold;
	
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color:#EDEDED;
	border-style: solid;
	border-width:1px 1px 1px 1px;
	border-color:#999999;
	margin-bottom:15px;
}
table.shippingblock tr td.header {
	background-color:#fbda54;
	padding:2px;
	padding-left:5px;
	color:#000;
	font-weight:bold;
}
table.shippingblock tr td {
	vertical-align:top;
}
table.shippingblock tr td.description {
	width:100%;
	vertical-align:top;
	padding-left:6px;
}
table.shippingblock tr td.radiobutton {
	vertical-align:top;
	white-space:nowrap;
	padding:4px;
}
table.shippingblock tr td.radiobutton input {
	margin:0;
	padding:0;
}
table.shippingblock tr td.price {
	vertical-align:top;
	white-space:nowrap
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
	vertical-align:top
}
table.accounthistoryinfoorderdetails tr.header td {
	font-weight:bold
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
	padding: 5px;
	background-color:#FFF2CC;
	border: solid #E9D28F 1px;
	margin-bottom:8px;
}
table.downloadbox tr td.icon {
	padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
	width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
	font-size:11px;
	text-align:left;
	margin-top:5px;
}
table.graduatedprice tr td.header {
	font-size:12px;
	font-weight:bold;
	text-align:left
}
/* ORDER DETAILS */
table.orderdetails {
	font-size:11px;
	background-color:#FFF2CC;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#DA9401;
}
table.orderdetails tr td {
	padding:4px
}
table.orderdetails tr.headerrow td {
	background-color:#DA9401;
	color:#FFFFFF;
	font-weight:bold
}
table.orderdetails tr.headerrow td.left {
	text-align:left
}
table.orderdetails tr.headerrow td.center {
	text-align:center
}
table.orderdetails tr.headerrow td.right {
	text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	background-color:#FFF2CC;
	vertical-align:top
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid #DA9401 1px;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align:left
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color:#FFEAAB;
	vertical-align:top
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow2 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid #DA9401 1px;
}
table.orderdetails tr.contentrow2 td.productname {
	text-align:left
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align:right;
	white-space:nowrap
}
/* 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 SUBTOTAL */
table.orderdetails tr td.subtotal {
	background-color:#FFEAAB;
	text-align:right;
	border-style: solid;
	border-width:1px 0px 0px 0px;
	border-color:#DA9401;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	background-color:#EDEDED;
	padding:8px;
	border:#999999 1px solid
}
/* REVIEW LIST */
table.reviewlist {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#DA9401;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap
}
table.reviewlist tr.header td {
	background-color:#DA9401;
	color:#FFFFFF;
	font-weight:bold
}
table.reviewlist tr.contentrow1 td {
	background-color:#FFF2CC;
}
table.reviewlist tr.contentrow2 td {
	background-color:#FFEAAB;
}
textarea#review {
	width:100%
}
/* MEDIA LIST */
table.medialist {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:1px;
	border-color:#DA9401;
}
table.medialist tr td {
	padding:6px;
	white-space:nowrap;
	vertical-align:top
}
table.medialist tr.contentrow1 td {
	background-color:#FFF2CC;
}
table.medialist tr.contentrow2 td {
	background-color:#FFEAAB;
}
/* SITEMAP */
.sitemapwrap {
}

.sitemapwrap ul {
		padding-top:3px;
	padding-bottom:3px;
}
.sitemapblock {
	background-color:#f0f0f0;
	border-style: solid;
	border-width:1px;
	border-color:#c2c2c0;
	

	
	width:425px;
	margin-bottom:15px;
}

.sitemapheader {
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 15px;
	background-color:#ffd200;
	color:#000;
	font-weight:bold
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color:#000;
	text-decoration:none
}
.sitemapwrap {
	
}
.sitemapwrap li {
	list-style-type:none;
	margin-left: 15px;
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width:428px;
	border: 1px solid #CDCDCD;
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
	padding:0;
	margin:0px 0px 10px 0px;
	border:none;
}
table.checkoutconfirmationorderdetails tr td.productname {
	width:100%;
	font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap
}
table.checkoutconfirmationorderdetails tr td.productattributes {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
	white-space:nowrap;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal {
	padding:0;
	margin:10px 0px 0px 0px;
	border:none
}
table.checkoutconfirmationorderdetailstotal tr td.name {
	width:100%;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal tr td.value {
	white-space:nowrap;
	text-align:right
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width:100%
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
}
ul#checkoutnavigation li.left {
	height: 70px;
	list-style-type:none;
	float:left;
	width:187px;
	margin-right:21px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: solid 1px;
	padding:8px
}
ul#checkoutnavigation li.last {
	height: 70px;
	list-style-type:none;
	float:left;
	width:194px;
	margin-right:0px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: solid 1px;
	padding:8px
}
ul#checkoutnavigation li.active {
	background-color: #fbda54;
}
ul#checkoutnavigation li.active .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.active .title {
	font-size:14px;
	font-weight:bold
}
ul#checkoutnavigation li.active .description {
	font-size:11px
}
ul#checkoutnavigation li.inactive {
	color:#999999;
	background-color: #EDEDED;
	border-color:#999999
}
ul#checkoutnavigation li.inactive .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .title {
	font-size:14px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .description {
	font-size:11px
}
/* ERROR MESSAGES */
p.errormessage {
	padding: 12px;
	background-color: #ffcc00;
}

div.errormessage {
	padding: 12px;
	background-color: #ffcc00;
}

td.errorBox {
	padding: 12px;
	background-color: #ffcc00;
	font-weight: bold;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding:4px;
	background-color:#66FF66
}
/* FOOTER */
.footer {
	clear:both;
	text-align:right;
	font-size:11px;
	color:#666666;
	background-color:transparent;
	padding: 8px;
	margin-bottom:20px;
	width:950px;
	margin: 0 auto;
}
.footer a {
	color:#666666;
	text-decoration:none;
}
/* XTC COPYRIGHT */
.copyright {
	display: none;
}
/* XTC ParseTime */
.parseTime {
	display: none;
}




/* BESTELLER BOX with images in DL DT list */
dt { float:left; width:40px; }
dt img { border:1px solid #ccc; padding:2px; background:#fff; }
dd { float:right; width:125px }

/* Vorschaubilder TD mit gleichem Abstand */
.productPreviewImage { width:100px; display:block }


/* Basket modifications */
.plus {
display: block;
background-image: url(img/plus.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.minus {
display: block;
background-image: url(img/minus.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.alter {
display: block;
background-image: url(img/alter.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.delete {
display: block;
background-image: url(img/delete.gif);
background-repeat: no-repeat;
width: 19px;
height: 22px;
border: 0px;
font-size: 0px;
background-color: #FFCC99;
cursor: pointer;
}
.h1box {
	color:#9C9A9B;
  vertical-align:middle;
	background-color: #F0F0F0;
	font-weight:bold;
	font-size:0px;
  height:42px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color:#000000;
}
.h1box td {
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	border-width: 0px;
}
.h1box table {
  border-spacing:0px;
  border-width:0px;
  width:100%;
}
.sortorder {
  padding-bottom: 15px;
	padding-right: 10px;
  width: auto;
  float:right
}
.contents_list {
  width: 255px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 0px;
  padding-bottom: 20px;
  float:left;


}
.image_container {
  width: 280px;
    float:left
}
.product_image_container {
text-align:left;
padding-left: 15px;

}
.product_image_container2 {
text-align:left;
padding-top: 5px;
padding-left: 15px;
}
.product_info_dropdown {
  width: 380px;
  align: center;
	background-color: #F0F0F0;  
  float:right;
  margin-top: 20px;
  padding: 5px;
  border-bottom: 1px solid #CDCDCD;
  border-top: 1px solid #CDCDCD;
}
.product_info_dropdown input, .product_info_dropdown select {

  border: 1px solid #CDCDCD;

}
.product_description {
  width: 370px;
      float:right;
      padding-right: 20px;


}
.new_product_default {
	clear:both;
	height: 175px;
	border-width: 1px;
	border-color: #B6B6B6;
	border-style: solid;
	padding:0px 13px 0px 13px;
}

.new_product_default h2 {
	color:#8c8a8b;
	font-weight:normal;
	font-size:16px;
	margin:10px 0px 7px 0px;
	padding:0px;
}
.product_name {
	height: 16px;
	color: #9E9A9B;
}


.new_product_default_image {
padding: 0px 0px 0px 0px;
width: 140px;

float: left;
}
.new_product_default_right {

	width: 160px;
	float: left;
}
.new_product_default_bottom {
	padding-top: 12px;
	height: 100px;

}

.new_product_default_pricecontainer {
	border-top: 1px solid #CDCDCD;
	padding-top: 8px;
	height: 22px;
}
.new_product_default_price {
	color: #8c8a8b;
	font-size:13px;
	font-weight: bold;
	float:left;
}
.new_product_default_price s {
	color: #646364;
	font-size:11px;
	font-weight: bold;
}
.new_product_default_buttons {
float:right
}
.list_left {
	width: 336px;
float:left;
margin-bottom: 12px;
clear: both;
}
.list_last {
	width: 336px;
	float:right;
	margin-bottom: 12px;
}


.product_info_cartbutton {
clear:both;
}
.product_info_cartbutton_left {

float:left
}
.product_info_cartbutton_right {
clear:both;
float:right
}
.add_to_cartq {

padding-right: 0px;	
float:left
}
.add_to_cart {
float:right
}
.product_info_add {
clear:both;
	border-top-width: 1px;
	border-top-color: #CDCDCD;
	border-top-style: solid;
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.product_info_add_left {

float:left
}
.product_info_add_right {

float:right
}
.product_info_price {
	color:#9C9A9B;
	font-weight:bold;
	font-size:16px;
}
.taxinfo {
	color:#000;
}
.new-price {
	color:#FF8C3F;
	font-weight:bold;
	font-size:16px;
}

.catshop-cartinput {
	height: 18px;
	width: 20px;
	text-align: center;
	border: 1px solid #CDCDCD;
}


/* Categorie Lisiting */
.list_cat {
	width: 169px;
	
	float: left;
	text-align: center;
	margin-bottom: 20px;
	border-right: 1px solid #CDCDCD;
}
.list_cat-image {
	height: 120px;
	vertical-align: middle;
}
.list_cat-image img {

	vertical-align: middle;
}

.result_top, .result {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #8c8a8b;
}
.result_top a, .result_top a:link, .result_top a:visited, .result a, .result a:link, .result a:visited {

	color: #8c8a8b;
}
/* Startseite tba 23.11.2008 */
#catshopstartle {

	margin-top: 15px;
	margin-bottom: 15px;
	
}
#catshopstartri {

	
	margin-bottom: 10px;
}

.tablestart table {
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 10px;
	
}

.tablestart h2 {
	line-height: 130%;
	padding-top: 0;
	margin-top: 0;
}

.tablestart-le {
	width: 317px;

	padding-right: 20px;
}

.tablestart-ri {
	width: 338px;
}

/* Newsletter stuff tba 20.11.2008 */
.catshop-checknewsletter input {
	border: none;
}

.catshop-inputnewsletter input {
	width: 240px;
	border: 1px solid #CDCDCD;
}

/* Create Account tba 22.11.2008 */
.catshop-formleft {
	width: 140px;
}

.buttons-ri {
	text-align: right;
}

/* Gift cards tba 20.11.2008 */
.catshop-giftbox {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 12px;
	background-color: rgb(240, 240, 240);
}
.catshop-giftbox-title {
	font-weight: bold;
}

.catshop-giftbox-textcode {
	padding-top: 8px;
}

.catshop-giftbox-inputcode, .catshop-giftbox-button {
	float: left;
}
.catshop-giftbox-inputcode  {
	width: 200px;
	height: 20px;
}

.catshop-giftbox-inputcode input {
	width: 190px;
	height: 18px;
}
.catshop-giftbox-info, .catshop-giftbox-send {
	margin-bottom: 10px;
}

/* Login */
#catshop-login-ri {
	margin-top: 20px;
	width: 330px;
	border: 1px solid #CDCDCD;
	height: 200px;
	float: right;
}
#catshop-login-le {
	margin-top: 20px;
	width: 330px;
	float: left;
		border: 1px solid #CDCDCD;
	height: 200px;
}
.catshop-login-le-padding {
	
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}
.catshop-login-le-text {
	height: 110px;
}
.catshop-login-le-button {
	text-align: right;
}

.catshop-login-r input {
	width: 160px;
	border: 1px solid #CDCDCD;
	
}

/* Checkout */
#catshop-chekout-le {
	width: 430px;
	float: left;
}
#catshop-chekout-ri {
	width: 430px;
	float: right;
	
}

#catshop-chekout-comment {
	width: 430px;
	float: left;
}
#catshop-chekout-agb {
	width: 430px;
	float: right;
	
}
.checkoutdivider {
	height: 10px;
}

#catshop-chekout-agb {
	margin-top: 10px;
}

#checkout-confirmation-ri {
		width: 430px;
	float: right;
}
#checkout-confirmation-le {
	width: 430px;
	float: left;
}

.catshop-text-edit {
	color: red;
	font-size: 10px;
}

.checkout-succes-le {
	width: 300px;
	float: left;
}


.checkout-succes-ri {
		width: 300px;
	float: right;
	text-align: right;
}


#catshop-chekout-gift {
	margin-bottom: 20px;

	
}
#catshop-chekout-gift b input {
	margin-left: 5px;

	
}
.maineinloesen {
	color:#8c8a8b;
	font-weight:normal;
	font-size:16px;
	margin:15px 0px 7px 0px;
	padding:0px;
}
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 1px solid #666;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
	-webkit-border-bottom-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 6px 35px;
padding: 10px;
}

.MultiBoxLoading {
	background: url(multibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;

	
	
}
.MultiBoxContentContainer {

}

.MultiBoxClose {
	position: absolute;
	top: -10px;
	right: -10px;
	background: url(multibox/close.png) no-repeat;
	background-position: 0 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	outline:none;
	behavior:url(/multibox/iepngfix.htc);
	background-image:expression('none')!important;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://yuul.org/templates/catshop/multibox/close.png', sizingMethod='crop');

}

.MultiBoxClose:hover {
background-position: 0 -30px;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;

}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(multibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(multibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(multibox/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(multibox/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/

.rot {
	color:#ff0000;
}