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

/* ------------------------------------------------------------- */

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: small;
	width: 961px;
	text-align: center;
	margin:0;
}

#navLeft, #navRight {
	width: 228px;
	background-repeat: repeat-x;
}

#navLeft {
	background-color: #161A1A;
	background-image: url(img/bg_navleft.jpg);
}

#navRight {

	background-color: #303535;
	background-image: url(img/bg_navright.jpg);
}

#main_content {
	/*float: left; display: inline;*/
	width: 490px;
	padding: 10px;
	background-image: url(img/bg_main_content.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

form {
	margin:0;
}

img {
	border: none;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

label {
	font-size: 75%;
}

label.white {
	color: #FFFFFF;
}

.pageHeading {
	font-weight: bold;
	font-size: 150%;
}

.pageSubHeading {
	font-weight: bold;
	font-size: 120%;
}

.moduleHeading {
	font-size: 100%;
	background-color: #C5CCCC;
	background-image: url(img/bg_heading.jpg);
	background-repeat: repeat-x;
	color: #000000;
	padding: 5px;
	font-variant: small-caps;
}

.pageNavigation {
	font-size: 80%;
}

.tax,
.vpe,
.shipping_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: -1px;
}

.price {
	font-weight: bold;
}

.productOldPrice {
	color: #FF0000;
	text-decoration: line-through;
}

.logo {
	padding: 30px 20px 30px 20px;
}

/* boxes */
.infoBox {
	font-size: 11px;
	/*border: 1px solid #666666;*/
	padding-bottom: 20px;
}

.infoBoxHeading {
	/*margin: 0;
	float: left; display: inline;
	width: 100%;
	line-height: 1;
	padding: 0;*/
}

.infoBoxHeading h3 {
	float: left; display: inline;
	margin: 0;
	padding: 3px 5px 3px 5px;
	font-size: 16px;
}

.infoBoxHeading a.more {
	float: right; display:inline;
	/*padding: 3px 5px 3px 5px;*/
}

#navLeft .infoBoxHeading,
#navLeft .infoBoxHeading h3 {
	color: #FFFFFF;
}

#navRight .infoBoxHeading,
#navRight .infoBoxHeading h3 {
	color: #FFFFFF;
}

.infoBoxContent {
	clear: both;
	padding: 10px 5px 10px 5px;
	margin: 0;
	color: #CCCCCC;
	width: auto;
}

.infoBoxContent a {
	color: #CCCCCC;
}

.infoBox input,
#product_info .buttons input{
	vertical-align: middle;
}

/* list all centered boxes here */
#box_whatsnew .infoBoxContent,
#box_last_viewed .infoBoxContent,
#box_infobox .infoBoxContent,
#box_languages .infoBoxContent,
#box_manufacturers_info .infoBoxContent,
#box_specials .infoBoxContent
 {
	text-align: center;
}

#box_partner_finder .infoBoxContent {
	padding: 0;
	margin: 0;
}

#box_login input,
#box_newsletter input {
	margin-bottom: 5px;
}

#box_login {
	background-image: url(img/bg_login.gif);
	background-repeat: no-repeat;
}

#box_login .infoBoxContent,
#box_login .infoBoxHeading {
	margin-left: 85px;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	width: auto;
}

#box_login .infoBoxContent {
	font-size: 9px;
}

#box_login .inputFieldEmail input {
	width: 120px;
}

#box_login .inputFieldPassword input {
	width: 99px;
}

#box_best_sellers .infoBoxContent {
	padding: 0;
}

#box_best_sellers ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#box_best_sellers .best_sellers_odd {
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

#box_best_sellers .best_sellers_even {
	padding: 5px 5px 5px 5px;
	background-color: #E0E0E0;
}

#box_best_sellers .price {
	display:block;
	text-align: right;
	color: #FF0000;
}

#box_cart {
	
	margin-top: 35px;
}

#box_cart .infoBoxContent,
#box_cart .infoBoxContent a {
	background-color: #CCCCCC;
	color: #000000;
}

#box_cart ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#box_cart .cart_odd {

}

#box_cart .cart_even {

}

#box_cart .price {
	border-top: 1px solid #000000;
	border-bottom: 3px double #000000;
}

#box_cart .tax, #box_cart .tax a {
	text-align: left;
	color: #999999;
	margin-top: 8px;
}

#box_cart .priceDiscount {
	color: #FF0000;
	font-style: italic;
}

#box_languages {
	background-color: #404545;
	text-align: right;
	height: 18px;
	padding: 5px;
}

/* categories */

#box_categories ul { /* any category level that is not defined below */
	padding: 0;
	margin-left: 10px;
	margin-top: 0;
	list-style-image: none;
}

#box_categories ul.categoryLevel_1 {
	padding: 0;
	margin-left: 20px;
	list-style-image: none; /*url(img/icon_arrow.jpg);*/
}

#box_categories ul.categoryLevel_2,
#box_categories ul.categoryLevel_3,
#box_categories ul.categoryLevel_4,
#box_categories ul.categoryLevel_5,
#box_categories ul.categoryLevel_6 {
	padding: 0;
	margin-left: 10px;
	list-style-image: none;
}

#box_categories a.active {
	font-weight: bold;
	color: #F69600;
}

/* categories END */

#shop {
	text-align:left;
}

#topNavi {
	background-image: url(img/bg_breadcrumb.gif);
	background-repeat: repeat-x;
	background-color: #4A5050;
	color: #CCCCCC;
	font-size: 85%;
	padding: 0 5px 0 233px;
}

#topNavi a {
	color: #CCCCCC;
}


#navTrail {
	/*float:left; display:inline;
	width: 100%;*/
}

#accountLinks {
	float: right; display:inline;
	font-size: 85%;
	color: #CCCCCC;
	background-color: #404545;
	width: 100%;
	text-align: right;
}

#accountLinks a {
	color: #CCCCCC;
}

.inputFieldPrice input {
	width: 60px;
}

#product_info .price {
	text-align: right;
	font-size: 150%;
	padding-left: 20px;
}

#product_info .tax,
#product_info .buttons {
	text-align: right;
}

#product_info .productsModel,
#product_info .printInfo,
#product_info .shippingInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: -1px;
}

#product_info .products_image {
	float:left; display:inline;
	padding-right: 5px;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#product_info .products_description,
#product_info .products_options,
#product_info .graduates_price,
#product_info .buttons {
	padding-left: 10px;
}


/* product_listing
all elements that shall float next to the product image need to have
style="margin: 0 0 0 {$smarty.const.PRODUCT_IMAGE_THUMBNAIL_WIDTH}px;"
in the corresponding .html template */

#product_listing .products_image,
#new_products .products_image,
#also_purchased .products_image, 
#module_account .products_image,
#cross_selling .products_image,
#reverse_cross_selling .products_image{
	float: left; display: inline;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
}

#product_listing .products_name,
#new_products .products_name,
#also_purchased .products_name, 
#module_account .products_name,
#cross_selling .products_name,
#reverse_cross_selling .products_name {
	font-size: 125%;
	margin: 0;
}

#product_listing .products_description,
#new_products .products_description,
#also_purchased .products_description, 
#module_account .products_description,
#cross_selling .products_description,
#reverse_cross_selling .products_description {
	margin: 0 0 0 130px;
}

#product_listing .price,
#new_products .price,
#also_purchased .price, 
#module_account .price,
#cross_selling .price,
#reverse_cross_selling .price {
	font-size: 150%;
	padding: 0;
}

#product_listing .buttons,
#new_products .buttons,
#also_purchased .buttons, 
#module_account .buttons,
#cross_selling .buttons,
#reverse_cross_selling .buttons {
	margin: 5px 0 0 0px;
}

#product_listing .buttons img,
#new_products .buttons img,
#also_purchased .buttons img, 
#module_account .buttons img,
#cross_selling .buttons img,
#reverse_cross_selling .buttons img {
	padding-bottom: 5px;
}

.manufacturers_dropdown {
	text-align: right;
}

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

#product_info .productsDateAvailable,
#product_info .productsAdded {
	font-size: 80%;
	text-align: center;
}

.reviewsAuthor {
	font-size: 80%;
	font-style: italic;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.graduates_price dd.qty {
	float: left; display: inline;
}

.graduates_price dd.price {
	float: right; display:inline;
}

/* module_account */
#module_account ul,
#module_account_history ul {
	list-style-image:url(img/arrow_green.gif);
	padding-left: 20px;
}

#module_account li img,
#module_account_history li img{
	vertical-align: middle;
	}

.orderHistory_odd {
	padding: 2px 2px 2px 2px;
	background-color: #E0E0E0;
}

.orderHistory_even {
	padding: 2px 2px 2px 2px;
	background-color: #D9D9D9;
	vertical-align:middle;
}

#module_account_history .buttons {
	text-align: right;
}


.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: -1px;
}


/* shopping cart */

.shoping_cart_odd {
	background-color: #E0E0E0;
}

.shoping_cart_even {
	background-color: #F0F0F0;
}

.shoping_cart_odd .remove {
	background-color: #FFC0C0;
}

.shoping_cart_even .remove {
	background-color: #FFCCCC;
}

/* shopping cart END */


/* checkout and address book */

.checkoutBox {
	margin-top: 20px;
	margin-bottom: 20px;
}

.checkoutBoxContent {
	border: 1px solid #999999;
	#background-color: #E3E3E3;
	padding: 5px;
}

.checkoutBoxTitle {
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	padding-left: 5px;
}

.left{
	float: left; display: inline;
	width: 50%;
}

.right{

	margin-left: 50%;
}

.checkoutBoxContent .totalBlock table {
	text-align: right;
	width: 100%;
	border-top: 1px solid #000000;
}

.checkoutBox ul {
	list-style-image:url(img/arrow_green.gif);
	padding-left: 20px;
}

.checkoutBox li img {
	vertical-align: middle;
	}

.checkoutBox_odd {
	padding: 2px 2px 2px 2px;
	margin-right: 10px;
	background-color: #FFFFFF;
}

.checkoutBox_even {
	padding: 2px 2px 2px 2px;
	margin-right: 10px;
	background-color: #E0E0E0;
	vertical-align: middle;
}

.checkoutProgress {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
}

.checkoutProgress .bullet {
	height: 50px;
}

.checkoutProgress .active {
	font-weight: bold;
}

.checkoutProgress .inactive {
	color: #D0D0D0;
}

.checkoutProgress ul {
	float: left; display: inline;
	width: 100%;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.checkoutProgress li {
	float: left; display: inline;
	display: block;
	width: 25%;
	text-align: center;
}

.checkoutProgress li.bullet {
	/*#background-image:url(img/pixel_silver.gif);*/
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 50%;
}

#shopping_cart .buttons,
#checkout_shipping .buttons,
#checkout_payment .buttons,
#checkout_confirmation .buttons,
#checkout_success .buttons {
	text-align: right;
}

.acceptTerms {
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	font-weight: bold;
}

ul.partner_finder {
	list-style: none;
	padding-left: 0px;
	padding-right: 20px;
}

ul.partner_finder .partner_name {
	padding-left: 0px;
	padding-right: 20px;
}

ul.partner_finder .left {
	padding-left: 26px;
}

ul.partner_finder li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.partner_details td {
	font-size: 10px;
	font-style: italic;
}

.partner_details .tableHeading {
	font-style: normal;
}

.partner_details .notice {
	font-style: normal;
	font-weight: bold;
}

.partner_name {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
}

.copyright {
	font-size: 10px;
	color: #888888;
}

.parseTime {
  font-size: 9px;
}

.inputRequirement {
	font-size: 10px;
	color: #FF0000;
}

select.select_manufacturers {
	width: 130px;
}

.error {
	background-color:#FFCC66;
	border: 1px solid #FF6600;
	font-weight: bold;
	text-align: center;
}

.onepxwidth {
	width: 1px;
}

/* // XTC-DELUXE.DE products_sort */
.products_sort {
	text-align: right;
}
/* // XTC-DELUXE.DE products_sort END */