/* -----------------------------------------------------------------------------------------
   $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 
   -----------------------------------------------------------------------------------------
   
   Vino Claret Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2007 Ing. Michael Fürst
       bluegate communications
	   http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/

/* THE BIG GUYS */
* {margin:0;padding:0}
body {color:#000; font-family:"Trebuchet MS",Verdana,Arial,Sans-serif; font-size:13px; line-height:18px; margin:0; padding:0; background-color:#fff;}

/* HEADINGS */
h1 {
	color:#719612;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	margin:15px 0 10px;
	padding:0 0 8px 0;
	width:auto;
	border-bottom:1px solid #719612;
}
h2 {
	color:#719612;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 8px;
	padding:0px;
}

/* LINKS GLOBAL */
a,a:link,a:link,a:link,a:hover {text-decoration:none;cursor:pointer} 
a:link {color:#719612} 
a:visited {color:#719612} 
a:hover,a:active {color:#719612; text-decoration:underline}
a img {border:none}

a.shippingcosts {	text-decoration:underline; }
a.shippingcosts:hover {	text-decoration:none; }

/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:Arial,Verdana,Sans-serif;
	font-size:12px;
	padding:4px;
}
select, textarea {
	font-family:Arial,Verdana,Sans-serif;
	font-size:12px;
	border:1px solid #aeaeae;
	line-height:16px;
	margin:2px 0;
	padding:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
select:hover, textarea:hover {
	border:1px solid #8c8c8c;
}
option {
	margin:2px 0;
	padding:1px 5px 0;
}

/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border:1px solid #aeaeae;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
input[type=text]:hover, input[type=password]:hover {
	border:1px solid #8c8c8c;
}

/* PARAGRAPH GLOBAL */
p {margin:8px 0px 8px 0px}
ul {margin-left: 15px;}

/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {padding:0; margin:0; height:1px; overflow:hidden; line-height:1px; border:none}
div.hrlightgrey {padding:0; height:1px; overflow:hidden; margin:0; line-height:0px; background-color:#DCD48C}
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; vertical-align:middle;}

/* WHOLE SITE WRAPPER */
#wrap {	margin: 0 auto; width:980px; background-color:#fff; border-style:solid; border-color:#fff; border-width:0px 5px 0px 5px;}

/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	background:#8B0000 url(img/header_bg.jpg);
	margin-top:10px;
	height:150px;
}
#header	#logo {padding:10px 0px 0px 20px; float:left; width:300px;}

#header #loginarea {position: relative; height:44px; width:464px; float:right; color:#fff; font-size:12px; padding:6px 0px 0px 6px; margin:150px 250px 0px 0px; white-space:nowrap;}
#header #loginarea table tr td {padding:0px 0px 0px 8px; margin:0; white-space:nowrap}
#header #loginarea table tr td input[type=text], #header #loginarea table tr td input[type=password] {border:1px solid #8B0000}
#header #loginarea a {color:#fff;}

/* BREADCRUMB PATH AS LIST */
#breadcrumb {clear:both; color:#8B0000; padding:0px 0px 0px 20px; list-style-type:none; background-color:#fff; height:15px; font-size:12px; margin:10px 0; line-height:0;}
#breadcrumb a {color:#8B0000;}

/* TOPMENU AS LIST */
#topmenuwrap {
	background-color:#8B0000;
	border-top:solid 0px #fff;
}
#topmenu {float:left; margin:0; list-style-type:none; height:36px; font-size:13px; }
#topmenu li {height:36px; float:left; padding: 0px 25px 0px 25px; margin:0; }
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {line-height:36px; vertical-align:middle; text-decoration:none; font-weight:bold; cursor:pointer;color:#fff; margin:0; padding:0;}
#topmenu a:hover {color:#DA9C9C;}

/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {text-align:right; height:26px; font-size:13px;padding: 10px 10px 0px 0px; margin:0;}

/* CONTENT WRAPPER */
#contentwrap {clear:both;width:980px;padding:0;}
#contentwrap input[type=text], #contentwrap input[type=password] {margin:2px 0;}

/* LEFT COLUMN */
#leftcol {float:left; width:200px; padding:0px 0px 15px 0px;}

/* RIGHT COLUMN */
#rightcol {float:right; width:200px; padding:0px 0px 15px 0px;}
#rightcol2 {float:right; padding:10px 5px 15px 0px;}

/* MAIN CONTENT */
#content {float:left; width:550px; padding:0px 15px 0px 15px; margin-bottom:15px; margin-top:-10px;}
#content img {max-width:530px;}
#content-warenkorb {float:right; width:750px; padding:0; margin-bottom:15px; margin-top:-13px;}
#contentfull {width:890px; padding:0px 30px 0px 30px; margin-bottom:15px;}

/* CATEGORY MENU */
h2.categoryheader {font-size:22px; color:#8B0000; padding:0px 0px 8px 3px; margin:0;vertical-align:middle; border-bottom: solid 1px #8B0000;}
h2.categoryheader a {text-decoration:none; color:#5A9D08}
ul#categorymenu {margin-bottom:20px; margin-left:0;}
ul#categorymenu1 {margin-bottom:20px; margin-left:0;}
/* 1st TIER */
ul#categorymenu li.level1 {list-style-type:none; font-size:15px; padding:2px 0px 5px 15px; border: solid #fff; background-image:url(img/bg_categorymenu_l1.gif); background-repeat:no-repeat; background-position:0px 2px; border-bottom: solid 1px #668A0B;}
ul#categorymenu1 li.level1 {list-style-type:none; font-size:15px; padding:2px 0px 7px 15px; border: solid #fff; background-image:url(img/bg_categorymenu_l1.gif); background-repeat:no-repeat; background-position:0px 2px; border-bottom: solid 1px #668A0B;}
ul#categorymenu li.level1 a {font-size:13px; text-decoration:none; color:#668A0B; font-weight:bold; margin:0; }
/* 2nd TIER */
ul#categorymenu li.level2 {list-style-type:none; padding:3px 0px 5px 30px; border-bottom: 1px solid #85AA2A;}
ul#categorymenu li.level2 a {font-size: 11px; text-decoration:none; color:#85AA2A; font-weight:normal;}
/* 3nd TIER */
ul#categorymenu li.level3 {list-style-type:none; padding:1px 0px 2px 45px;  border-bottom: 1px solid #8FB434;}
ul#categorymenu li.level3 a {font-size: 10px; text-decoration:none; color:#8FB434; font-weight:normal;}

/* TABLE CATEGORY LISTING (SHOW SUBCATEGORIES) */
table.categoryListing {width:99%}
table.categoryListing td.categoryLabel{width:99%}
table.categoryListing td.categoryImage{padding:0px 15px 0px 0px}

/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	background:#8B0000;
	color:#fff;
	font-size:14px;
	margin:0;
	padding:4px 6px 4px 10px;
	vertical-align:middle;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {text-decoration:none; color:#fff}
.boxbody {padding:8px; margin-bottom:10px; border-style:solid; border-color:#8B0000; border-width:0px 1px 1px 1px; background-color:#F6F4DC; line-height:16px;}
.boxbody h3, .boxbody h3 a {font-size:11px}
.boxbody h3.center, .boxbody h3.center a {font-size:11px; text-align:center}
.boxbody p {color:#000; font-size:11px; margin:6px 0px 6px 0px}
.boxbody p.center {color:#000; font-size:11px; text-align:center; margin:6px 0px 6px 0px}
.boxbody td {color:#000; font-size:11px; margin:6px 0px 6px 0px}
.boxbody .productOldPrice {font-size:11px; color:#9F1313}
.boxbody div.hr {margin-top:5px; margin-bottom:5px;}
.boxbody div.hrlightgrey {margin-top:5px; margin-bottom:5px;}
.boxbody a {font-size:11px; color:#719612}
.boxbody .productboximage {border: solid 1px #6E9214;}
.boxbody ul.contentlist {margin-left:5px; margin-right:0; padding:0;}
.boxbody ul.contentlist li {margin-left:0px; padding:0; list-style-type:none}

.boxbody ul.paymentlist {
	margin: 5px 0;
	padding: 0;
	text-align: center;
}
.boxbody ul.paymentlist li {
	display: inline;
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
.boxbody ul.speciallist li {
	background: url(img/icon_arrow.gif) left no-repeat;
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}
.boxbody div.paymenticons, .boxbody div.paymenticons img {
	padding: 2px;
}


/* CART BOX */
h2.boxcartheader {
	color:#8B0000;
	font-size:22px;
	margin:0;
	padding:5px 0px 10px 3px;
	vertical-align:middle;
}
h2.boxcartheader a {
	color:#8B0000;
	text-decoration:none;
}
.boxcartbody {
	background:#8B0000;
	border:solid 1px #8B0000;
	color:#fff;
	margin-bottom:15px;
	padding:4px 8px 4px 8px;
}
.boxcartbody p {
	color:#fff;
	font-size:12px;
}
.boxcartbody a {
	color:#fff;
}
.boxcartbody .hr {
	background-color:#fff;
}


/* PRODUCT PREVIEW */
.productPreview {
	margin:0;
	padding:0;
}
.productPreviewContent {
	font-size:13px;
	line-height:18px;
	vertical-align:top;
	width:99%;
}
.productPreviewContent h2 {
	color:#8B0000;
	margin:0;
	padding:2px 4px 2px 0px;
}
.productPreviewContent h2 a, .productPreviewContent h2 a:link, .productPreviewContent h2 a:hover, .productPreviewContent h2 a:visited {
	color:#8B0000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.productPreviewImage {
	padding:3px 15px 0px 0px;
	vertical-align:top;
}
.productPreviewImage img {
	border: solid 1px #DCD48C;
}
.productPreviewImage img:hover {
	border: solid 1px #BC945C;
}
.productPreviewContent .price{
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.productPreviewContent .taxandshippinginfo, .productPreviewContent .vpe, .productPreviewContent .shippingtime {
	color:#999999;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.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:99%;
}
	#productinfowrap > p > img {
		padding:8px;
	}
#productinfoimages {
	float:left;
	margin:0px 10px 5px 0px;
	overflow:hidden;
	text-align:center;
}
#productinfoimages .productimage {
	border: solid 1px #5A9D08;
}
#productinfoimages .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfopricewithimages {
	float:right;
	width:270px;
}
#productinfopricewithoutimages {
	width:99%;
}
#productinfoprice {
	margin-bottom:50px;
	padding:5px;
}
#productinfoprice .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfoprice .productprice {
	font-size:24px;
	font-weight:bold;
	margin-top:0;
	padding:0;
}
#productinfoprice .productoriginalprice {
	display:block;
	font-size:14px;
	font-weight:normal;
	padding-top:5px;
}
#productinfoprice .productOldPrice {
	color:#F00;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}
#productinfoprice .taxandshippinginfo, #productinfoprice .taxandshippinginfo a {
	color:#999;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
}
#productinfoprice .shippingtime {
	color:#999;
	font-size:11px;
	margin:0;
}
	#productinfoprice .shippingtime a {
		padding-left:1px;
		vertical-align:text-bottom;
	}
#productinfoprice .lieferprognose {
	color:#000;
	font-size:9px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:13px;
}
#productinfoprice span.date {
	color:#c00;
}
#productinfoprice input[type=text] {
	font-size:14px;
	margin:20px 5px 0;
	text-align:center;
}
p.productinfoproductadded {
	font-size:11px;
}
.productoptions {
	background-color:#EAE6B9;
	padding:6px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#8B0000;
}
ul.productdetailsimages {
	list-style:none;
}
ul.productdetailsimages li {
	float:left;
	height:232px;
	padding:5px;
	position:relative;
	width:165px;
	z-index:0;
}
	ul.productdetailsimages span {
		background-color:#333;
		color:#FFF;
		font-size:11px;
		font-weight:bold;
		margin:207px 1px 0 1px;
		padding: 4px;
		position:absolute;
		width:157px;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
	ul.productdetailsimages li img {
		background:#f0f0f0;
		border:1px solid #ddd;
		cursor:pointer;
		height:232px;
		left:0;
		padding:5px;
		position:absolute;
		top:0;
		width:165px; 
		-ms-interpolation-mode:bicubic;
	}
		ul.productdetailsimages li img.hover, .productPreviewImage img.hover {
			background:url(img/thumb_bg.png) no-repeat center center;
			border: none;
		}
		.productPreviewImage img.hover {
			background:url(img/thumb_bg.png) no-repeat center center;
			border:1px solid #DCD48C;
		}
.addtobasket {
	background-color:#DCD48C;
	padding:6px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#8B0000;
}

/* POPUPS PRODUCTINFO */
body.popupproductinfo {padding:15px;background:none; background-color:#fff}

/* POPUP print_order.html */
body.popupprintorder {font-family:"Trebuchet MS",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 */
div.highlightbox {padding: 15px; background-color:#F3FFD6; border: solid #6E9214 1px}
div.highlightbox a {color:#6E9214; text-decoration:underline}
div.highlightbox a:hover {color:#6E9214; text-decoration:none}
div.highlightbox ul {margin-left:15px; padding:0; display:block; list-style-type:square; line-height:20px}
div.highlightbox h1 {color:#6E9214; padding:0px 0px 10px 0px; margin:0; border:none; font-size:16px}

/* HIGHLIGHTBOX 2 */
div.highlightbox2 {background-color:#F3FFD6; border:solid #6E9214 1px; border-top:none; overflow:hidden; padding:10px; text-align:right;}
div.highlightbox2 input {vertical-align:middle;}
div.highlightbox2 p.container {float:left; margin:4px 15px 0;}


/* CHECKOUTBOX 2 */
div.checkout {float:right; line-height:60px;}
div.checkout input, div.checkout img {vertical-align:middle;}

/* PAYMENT TYPE SELECTION */
table.paymentblock {background-color:#F3FFD6; border-style: solid; border-width:0px 1px 1px 1px; border-color:#6E9214; margin-bottom:15px;}
table.paymentblock tr td.header {background-color:#6E9214; padding:2px; padding-left:5px; color:#FFFFFF; font-weight:bold;}

/* SHIPPING TYPE SELECTION */
table.shippingblock {background-color:#F3FFD6; border-style: solid; border-width:0px 1px 1px 1px; border-color:#6E9214; margin-bottom:15px;}
table.shippingblock tr td.header {background-color:#6E9214; padding:2px; padding-left:5px; color:#FFFFFF; font-weight:bold;}
table.shippingblock tr td {vertical-align:top; padding:4px}
table.shippingblock tr td.description {width:99%; 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:#F3FFD6; border: solid #6E9214 1px; margin-bottom:8px;}
table.downloadbox tr td.icon{padding-right: 15px;}
table.downloadbox tr td.downloadlink{width:99%;}

/* 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:12px; background-color:#ECF6C8; border-style: solid; border-width:0px 1px 1px 1px; border-color:#6E9214; line-height: 16px; margin-top:10px;}
table.orderdetails a {color:#5A9D08; text-decoration:underline}
table.orderdetails a.product {font-size: 14px; font-weight:bold; line-height:25px; position:relative;top:-5px}
table.orderdetails tr td {padding:4px}
table.orderdetails tr.headerrow td {background-color:#6E9214; 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}
table.orderdetails a > img {position:relative; top:6px}

/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {background-color:#F3FFD6;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 #6E9214 1px;}
table.orderdetails tr.contentrow1 td.productname {text-align:left}
table.orderdetails tr.contentrow1 td.option {font-weight:bold;}

/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {background-color:#F9FFEB;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 #6E9214 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:99%;}

/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {background-color:#D2EE8F; text-align:right;border-style: solid; border-width:1px 0px 0px 0px; border-color:#5A9D08;}

/* PRODUCT NAVIGATOR */
div.productnavigator {background-color:#F3FFD6; padding:8px; border:#6E9214 1px solid}

/* REVIEW LIST */
table.reviewlist {background-color:#F3FFD6; border-style: solid; border-width:0px 1px 1px 1px; border-color:#6E9214;}
table.reviewlist tr td {padding:4px; white-space:nowrap}
table.reviewlist tr.header td {background-color:#6E9214; color:#FFFFFF; font-weight:bold}
table.reviewlist tr.contentrow1 td {background-color:#F3FFD6;}
table.reviewlist tr.contentrow2 td {background-color:#F9FFEB;}
textarea#review {width:99%}

/* MEDIA LIST */
table.medialist {background-color:#F3FFD6}
table.medialist tr td {padding:6px; white-space:nowrap; vertical-align:top}
table.medialist tr.contentrow1 td {background-color:#F3FFD6;}
table.medialist tr.contentrow2 td {background-color:#F9FFEB;}

/* SITEMAP */
.sitemapwrap .sitemapleft {background-color:#F3FFD6; border-style: solid; border-width:1px; border-color:#6E9214; display:table; float:left; width:235px; margin-bottom:15px;}
.sitemapwrap .sitemapright {background-color:#F3FFD6; border-style: solid; border-width:1px; border-color:#6E9214; display:table; float:right; width:235px; margin-bottom:15px;}
.sitemapheader {padding:3px; background-color:#6E9214; color:#FFFFFF; font-weight:bold}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {color:#FFFFFF; text-decoration:none}
.sitemapcontent {padding:6px}
.sitemapcontent li {list-style-type:none}

/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {width:99%}

/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {padding:0; margin:0px 0px 10px 0px; border:none}
table.checkoutconfirmationorderdetails tr td.productname {width:99%; 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 {text-align:right}
table.checkoutconfirmationorderdetailstotal tr td.value {white-space:nowrap; text-align:right}

/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {width:99%}

/* ERROR MESSAGES */
p.errormessage {border: solid #F60909 2px; padding:15px; background-color:#FFD4D4; color:#000000}
div.errormessage {border: solid #F60909 2px; padding:15px; background-color:#FFD4D4; color:#000000}

/* SUCCESS MESSAGE */
.messageStackSuccess {padding:4px; background-color:#66FF66}

/* FOOTER */
.footer {
	background-color:#8B0000;
	clear:both;
	color:#fff;
	font-size:11px;
	margin-bottom:5px;
	padding:8px;
	text-align:center;
}
.footer a {color:#fff; text-decoration:underline}

/* XTC COPYRIGHT */
.copyright {margin: 0 auto; width:970px; text-align:center; color:#000; font-size:11px; padding:0px 0px 10px 0px;}

/* PARSE TIME */
.parseTime {
	color:#000;
	font-size:11px;
	margin: 0 auto;
	padding:0px 0px 10px 0px;
	text-align:center;
	width:970px;
}

.charcounter {
	background-color:transparent;
	border:0 !important;
	color:#900;
	text-align:center;
	width:22px;
}
.redborder {
	border:2px solid #e00 !important;
}
.redfont {
	color:#d00;
	font-weight:bold;
}
.top {
	vertical-align:top;
	white-space:nowrap;
}
.small {
	font-size:10px;
}
.imgLeft{
	float: left;
	margin-right: 5px;
}
.imgRight{
	float: right;
	margin-left: 5px;
}
.login_white {
	color:#fff;
}

div.checkout_row {
	clear:both;
}
div.checkout_title {
	background-color:#6E9214;
	border-right:solid 1px #777;
	border-left:solid 1px #777;
	border-top:solid 1px #777;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
	padding:4px;
	position:relative;
}
div.checkout_title .right {
	font-weight:bold;
	position:absolute;
	right:6px;
	top:3px;
}
div.checkout_content {
	background-color:#F3FFD6;
	color:#000;
	padding:4px;
	border-right:solid 1px #777;
	border-left:solid 1px #777;
	border-bottom:solid 1px #777;
	position:relative !important;
	position:static;
}
div.checkout_content .product {
	font-size:14px;
	font-weight:bold;
	padding:5px 10px;
	vertical-align:top;
	white-space:nowrap;
}
div.checkout_content .attribute {
	font-size:11px;
	padding-left:30px;
	vertical-align:top;
	white-space:nowrap;
	width:50px;
}
div.checkout_content .option {
	font-size:11px;
	vertical-align:top;
	white-space:nowrap;
}
div.checkout_content .inputRequirement select {
	width:190px;
}
div.checkout_content .virtual {
	text-align:center;
}
div.checkout_content .left_space {
	padding-left:20px;
}
div.checkout_shipping_modules {
	width:99%;
	float:left;
	clear:left;
}
div.checkout_payment_modules {
	width:99%;
	float:right;
	clear:right;
}
div.checkout_shipping_address {
	width:49%;
	float:left;
	clear:left;
}
div.checkout_payment_address {
	width:49%;
	float:right;
	clear:right;
}
div.checkout_total {
	text-align:right;
}

#checkout_total table {
	float:right;
}

div.checkout_spacer {
	height:12px;
	font-size:9px;
	clear:both;
}
div.checkout_button {
	text-align:right;
	margin-top:5px;
}
div.checkout_error {
	color:#FF0000;
	font-weight:bold;
}
div.checkout_error_login {
	display:none;
}
.checkout_form_row {
	margin-bottom:8px;
	width:100%;
	display:block;
	clear:both;
	float:left;
}
.checkout_form_left {
	float:left;
	width:160px;
}
.checkout_form_right {
	float:left;
}
.checkout_form_input {
	width:160px;
}
#checkout_total table {
	float:right;
}

.radiobox {
	vertical-align:middle;
	padding:0px;
	margin:0px;
}
.float_right {
	float:right !important;
}
.float_left {
	float:left !important;
}
.clear {
	clear:both;
}
.module_ok, div.checkout_please_wait {
	color:green;
	font-weight:bold;
}

.modalDialog_transparentDivs {
	filter:alpha(opacity=40);
	opacity:0.8;
	background-color:#AAA;
	z-index:1;
	position:absolute;
}
.modalDialog_contentDiv {
	border:3px solid #777;	
	padding:0px;
	z-index:100;
	position:absolute;
	background-color:#fff;
	overflow:auto;	
}
.modalDialog_contentDiv_shadow {
	z-index:90;
	position:absolute;
	background-color:#555;
	filter:alpha(opacity=30);
	opacity:0.3;
}
a.close_modalDialog, a.close_modalDialog:link, a.close_modalDialog:hover {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	position:absolute;
	left:755px;
	top:3px;
}
a.displayMessage, a.displayMessage:link, a.displayMessage:visited,a.displayMessage:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
h1.heading_modalDialog  {
	display:block;
	background-color:#777;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	padding:3px 0px 3px 15px;
	margin:0px;
}	
.modalDialog_content {
	padding:10px;

}
.modalDialog_content li {
	margin-left:25px;
}
.modelDialog {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

/* image 3d view */
#d_3d_1 {
  width:280px;
  height:280px;
  overflow:hidden;
  position:relative;
  float: right;
  margin-left: 5px;
}
#d_3d_1 img {
	max-width:none;
}
#d_3d_1 .i3d {
  position:absolute;
  top:0px;
  left:0px;
}
.i3dcontrol {
  margin-top: 0px;
}
.i3dcontrol img {
  border:0;
  float: right;
  margin-left: 5px;
}

/* image upload */
.upload_finished {
	background-color:#9F9;
	border: 1px solid #090;
	margin:5px 0;
	padding:10px;
}
.upload_needed {
	background-color:#FF9;
	border: 1px solid #FC0;
	clear:both;
	margin:5px 0;
	min-height:110px;
	padding:10px;
}
.upload_error {
	background-color:#FCC;
	border: 1px solid #C00;
	margin:5px 0;
	padding:10px;
}
.upload_image {
	float:left;
	margin-right:20px;
	width:10%;
}
.upload_text {
	float:left;
	width:85%;
}

/* image carousel */
#carousel {
	display:none;
	height:170px;
	overflow:hidden;
	position:relative;
	width:100%;
}
	#carousel img {
		padding:1px;
	}
	#carousel img:hover {
		border:1px solid #ccc;
		padding:0;
	}
	#carousel #title-text {
		color:#719612;
		font-size:18px;
		font-weight:bold;
		position:absolute;
		top:-10px;
		left:0;
		width:100%;
	}
#carousel-left {
	background:url(img/nivo-slider/arrows.png) no-repeat;
	cursor:pointer;
	float:left;
	height:34px;
	position:relative;
	top:50px;
	width:32px;
}
#carousel-right {
	background:url(img/nivo-slider/arrows.png) no-repeat right;
	cursor:pointer;
	float:right;
	height:34px;
	position:relative;
	top:50px;
	width:32px;
}

/* facebook like button */
.fb_icon {
	padding-right:5px;
	vertical-align:text-top;
}
.fb_container {
	float:left;
	padding:0 10px 20px 20px;
}
.fb_text {
	float:right;
	font-family:arial;
	font-size:11px;
	width:90px;
}
