body{
    margin:0px;
    padding:0px;
    background-color:#2e201f;
    color:#575759;    
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;

}

#wrapper{
    width:100%;
}

#wrapperFix{
        width:900px;
        margin:auto;

}


img{
    border:0px;
}

#header{
    width:900px;
    height:138px;
}

#logo{
    float:left;
    position:relative;
    top:10px;
    left:20px;
    width:100px;

}

#logo img{
margin-top: -5px;
margin-left: -20px;
}

#searchMenu{
    float:right;
    width:700px;
    height:92px;
    text-align:right;

}

.searchBox{
    border:1px solid #A79136;
    height:14px;
}

form{
    margin:0px;
    padding:0px;
}

#search{
    padding:20px 10px 33px 0px;
	color:#FFFFFF;
    font-weight:bold;    
    font-size:14px;
}

#topMenu{
    padding:0px 0px 0px 0px;
    color:#FFFFFF;
    font-weight:bold;    
    font-size:14px;
}

#topMenu a{
    padding:0px 3px 0px 3px;
    color:#FFFFFF;
    font-weight:bold;    
    text-decoration:none;
    font-size:14px;
}

#topMenu a:hover{
    text-decoration:underline;
}

#footer{
    width:890px;
    text-align:right;
    padding:15px 10px 15px 0px;
}

#content{
    background-color:#FFFFFF;
    margin:5px 0px 0px 0px;
    padding:35px 0px 30px 0px;
    height:100%;
	position:relative;
}

#leftBlock{
    float:left;
    width:250px;

}

#leftBlockPos{
    width:200px;
    margin:auto;

}

#rightBlock{
    float:left;
    width:627px;
}

.catTitle{
    color:#D72109;
    font-size:12px;
    font-weight:bold;
    border-bottom:1px solid #D72109;
    padding:0px 0px 5px 0px;
    text-transform: uppercase;
}

.categories{
    width:180px;    
}

.categories ul{
    margin:0px;
    padding:0px;    
}

.categories li{
    margin:0px;
    padding:0px;
    list-style:none;    
}

.categories a {
    background-image:url(../images/caffemauro/rightMenuBg.jpg);
    background-position:right center;
    background-repeat:no-repeat;
    height:15px;
    padding:8px 0px 5px 0px;
    border-bottom:1px solid #C3A743;
    color:#6E6E70;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:bold;
    font-size:11px;
    display:block;

}

.categories a:hover {
    text-decoration:underline;
    color:#C0A740;
}

#loginModule{
    margin:20px 0px 20px 0px;
    color:#828282;
    font-weight:bold;
}

.loginbox{
    border:1px solid #DFD1A0;
    width:190px;
}

.buttonH{
    border:1px solid #6E6E70;
    background-color:#E1DBBD;
    color:#6E6E70;
    font-weight:bold;
    cursor:pointer;
    
}

.buttonD{
    border:1px solid #6E6E70;
    background-color:#E1DBBD;
    color:#6E6E70;
    font-weight:bold;
    cursor:pointer;

}

.login_link a{
    color:#6D6D6F;
    text-decoration:none;
    font-weight:100;    
}

.login_link a:hover{
    text-decoration:underline;
}

#homeCat{
  /*  border:1px solid #D5CCA3;*/
    width:625px;
    height:432px;
	position:relative;
}

#leftHome{
    float:left;
    padding:10px 0px 0px 0px;
    position:relative;
    right:0px;
    top:80px;        
    
}

#rightHome{
    float:right;
    padding:15px 0px 0px 0px;
    position:relative;
    right:0px;
    top:40px;    
}

#centrHome{
    float:left;
    position:relative;
    right:0px;
    top:50px;
    right:-15px;
    z-index:100;
}

#homeCat ul {margin:0; padding:0; list-style:none; }
#homeCat ul li,
#homeCat ul li a { display:block; width:625px; height:129px; }
#homeCat ul li { margin-bottom:15px; }
#homeCat ul li a { position:relative; text-decoration:none; color:#d51a00; font-weight:bold; font-size:16px; }
#homeCat ul li.category2897 a { background:url('../images/caffemauro/coffee_items.jpg'); }
#homeCat ul li.category2900 a { background:url('../images/caffemauro/perfect_gift.jpg'); }
#homeCat ul li.category2898 a { background:url('../images/caffemauro/coffee_break.jpg'); }

#homeCat ul li a span.label { background-color:#fff; position:absolute; bottom:5px; left:0; padding:5px 5px 5px 2px; }
#homeCat ul li a span.label { -moz-border-radius-topright:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-bottomright:8px; -webkit-border-bottom-right-radius:8px; }

#coffe{
    
    position:absolute;
    left:0px;
    top:110px;
    width:116px; 
    height:28px;
    z-index:1000;
    padding:0px 0px 0px 0px; 
    display:none;
}

#gift{
    
    position:absolute;
    left:0px;
    top:254px;
    width:116px; 
    height:28px;
    z-index:1000;
    padding:0px 0px 0px 0px; 
    display:none;
    
}

#coffee_break{
    position:absolute;
    left:0px;
    top:398px;
    width:116px; 
    height:28px;
    z-index:1000;
    padding:0px 0px 0px 0px; 
    display:none;

}


#categories{
    padding:10px 0px 20px 0px;
}

.best{
    color:#D72109; 
    text-transform:uppercase;
    font-weight:bold;
    border-bottom:1px solid #D72109;
    padding:5px 0px 5px 0px;
    margin:0px 0px 20px 0px;
}

.leftProduct{
    float:left;
    width:200px;
    border:0px solid #D5CCA3;
    margin:0px 3px 0px 3px;
}

.leftProductCat{
    float:left;
    width:200px;
    border:0px solid #D5CCA3;
    margin:10px 3px 10px 3px;
}

.prodTit{
    font-weight:bold;
    padding:3px 0px 3px 0px;
}
.tellAFriends{
    text-align:right;
    border-bottom:1px solid #616163;
    margin:0px 10px 0px 10px;
    padding:5px 0px 10px 0px;
    clear:both;
    display:block;
    
    }

.tellAFriends a{
 /*   border:1px solid #6E6E70;
    background-color:#E1DBBD; */
    color:#6E6E70;
    font-weight:bold;
    cursor:pointer;
    text-decoration:none;
    padding:3px 0px 3px 4px;
    margin:0px 0px 0px 0px;
    text-transform:uppercase;
    
   }

.tellAFriends a:hover{
    color:#FF0000;
    
   }   
   

#productcolumnPos{


}

.pricecount label{
    color:#958671 ;
}








.productTitPosCat{
    padding:0px 0px 5px 0px;
}

.productTextCat{
    padding:0px 0px 5px 0px;
        height:60px;

}


.productTextPosCat{

}

form{
    margin: 0px;
    padding: 0px;
}

.order-detail{
    text-align: left;
}

/*====================================================================*/
.registerfieldLeft{
    width: 100%;
    text-align:center;
    display: block;
    padding:2px 0px 2px 0px;
}

.registerfieldRight{
    
    width: 100%;
    text-align:center;
    display: block;
    padding:2px 0px 2px 0px;

}

#registerfield{
    background-color: #FFFFFF;
}

.clearRegister{
   
}

#registerMessage{
    padding: 20px 10px 20px 10px;
    text-align: center;
    font-weight: bold;


}

.infoMessage{
    padding: 20px 10px 20px 10px;
    text-align: center;
    font-weight: bold;
}

.errorMessage{
    padding: 20px 10px 20px 10px;
    text-align: center;
    font-weight: bold;

}

.full-description{
    padding: 0px 20px 0px 20px;
    
}

.message{
    padding: 20px 10px 20px 10px;
    text-align: center;
    font-weight: bold; 
}

.onSide{
    text-align: center;
    width: 100%; 

}

label {
    font-weight: bold;  
    text-align: center;
}
dt{
    font-weight: bold;
    padding:0px 0px 0px 0px ;
    text-align:center ;
}

dd{
    width: 100%;
    padding:0px 0px 0px 0px ;
    text-align:center ;
    margin: 0px 0px 10px 0px; 

}

.onSide table{
    text-align: center;
    width: 100%;
}

.inpReg{
    border:1px solid #958671;
    width: 250px;
}

#comment_text{
    border:1px solid #958671;
    width: 250px;

}

#email{
    border:1px solid #958671;
    width: 250px;

}

.inputReg{
    border:1px solid #958671;
    width: 250px;

}

.wideButton{
    border:1px solid #6E6E70;
    background-color:#E1DBBD;
    color:#6E6E70;
    cursor:pointer;  
}

.cart{
    width: 100%;
    border:1px solid #DADADA;
}

.cart-noborder{
    width: 100%;
}

.button_cart{
    cursor:pointer;  
    border:1px solid #6E6E70;
    background-color:#E1DBBD;
    color:#6E6E70;     

}

#total_cost{
    color: #D20000;
}

.confirm{
    width: 100%;
    border:1px solid #D5CCA3 !important;
}

.full{
    width: 100%;
}

.fullt{
    width: 100%;
}

.nowrap{
    
}

.fulw{
    text-align: right;
}

.order-list th{
    text-align: left;
}


.navmenu{

}

.navmenu a{
    text-decoration: none;
}

.navmenu img:hover{
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
          -moz-opacity: 0.6;
          -khtml-opacity: 0.6;
          opacity: 0.6;
}
/*====================================================================*/

.homecaption{
    padding: 5px 0px 5px 0px;
}

.homedescrip{
    padding: 5px 0px 5px 0px;
    height: 40px;
}



#searchPos{
    position: absolute;
    left:50%;
    margin: 0px 0px 0px 0px;
    top:27px;
    color:#FFFFFF;
    text-align: right;
    width: 380px;
}

#langPos{
    position: absolute;
    left:50%;
    margin: 0px 0px 0px 295px;
    top:90px;

}


#langPos img{
    border: 1px solid #958671; 
}


.smallimages{
    float:left;
}

.pageTitle{
    color:#575759; 
    text-transform:uppercase;
    font-weight:bold;
    border-bottom:1px solid #575759;
    padding:5px 0px 5px 0px;
    margin:0px 0px 20px 0px;    
    font-size:14px;
}

a{
    color:#6D6D6F;
    font-weight:100;    
}

 a:hover{
    text-decoration:none;
}

.button{
    border:1px solid #6E6E70;
    background-color:#E1DBBD;
    color:#6E6E70;
    font-weight:bold;
    cursor:pointer;
    
}

.homeP{
    
}
.bestBlock{

}

#scount{
    width:200px;
    background-color:#FFFFFF;
    margin:19px 0px 20px 0px;
    padding:0px;
    font-size:12px;
    text-align:right;

}

#scountTit{
    color:#D72109;
    font-weight:bold;
    text-transform:uppercase;
    font-size:14px;
    padding:12px 0px 10px 10px;
    background-image:url(../images/caffemauro/scountTit.gif);
    background-position:left top;
    background-repeat:no-repeat;
    text-align:left;

}


.percent{
    color:#D72109;
    font-weight:bold;
    font-size:16px;
    padding:0px 0px 0px 0px;
    float:left;    
}

.perDesc{
    float:right;
}

.discount{
    padding:10px 10px 5px 0px;
    font-size:12px;
    border-bottom:2px solid #FAD68E;
    width:180px;
    float:right;
}



#discountText{
    text-align:right; 


}

.ca_t{
    border:1px solid #D5CCA3;
    
}

.ca_t th{
    color:#FFFFFF;
    
}
.textbox{
 border:1px solid #A79136;    
}

.productImgL{
    float:left;
    width:270px;
    text-align:center;

    margin:0px 30px 0px 0px;


}

.productImgL img{
 
}


.productDescR{
    float:left;
    width:290px;
    text-align:left;
    color:#6C6B70;
    padding:0px 0px 20px 0px;
}

.productContent{
    padding:20px 10px 30px 10px;

}


.confirm th{
   background-color:#D5CCA3 !important;  
   margin:1px !important; 
} 



.quan{
    border:1px solid #D5CCA3;
}

.buybutton{
    border:1px solid #6E6E70;
    background-color:#E1DBBD;
    color:#6E6E70;
    font-weight:bold;
    cursor:pointer;
    
}

.nextpA{
    text-transform:uppercase;
}

.nextp{
    text-align:center; 
}

.nextpA{
    text-transform:uppercase;
    padding:0px 5px 0px 5px;
    text-decoration:none;
   
    }

.nextp img{

}

.nap{
    
    position:relative;
    top:9px;
    
}

.prev{
     text-align:center;       
}

.country_list{
    width:auto !important;
}

.buttonProcced{
    border:1px solid #6E6E70;
    background-color:#E1DBBD;
    color:#6E6E70;
    font-weight:bold;
    cursor:pointer;
    padding: 5px;
    font-size: 16px;
}

#langs{
position:absolute; 
right:0px; 
top:10px;
padding:8px 23px 10px 10px;
}

#langs a{
    position:relative;
    top:3px;
   margin: 0px 1px 0px 1px ;
text-decoration:none;
text-transform: capitalize;

}

#curr-lang{
    font-weight:bold;
	
}			
		
.page_eshop_ticket #frmLogin {
width:100%;
text-align:center;
}

.page_eshop_ticket .message{

width:100%;
text-align:center;
}		
		
.page_eshop_ticket #frmLogin label {
    color:; display:block;
}			
		

.page_eshop_ticket .contact_object{
width:300px;
float:left;
}

.page_eshop_ticket .contact_description{
width:250px;
float:left;
}	

.page_eshop_ticket .contact_description textarea{
width:240px;
height:52px;
}

.page_eshop_ticket #registerfield{
width:100%;
height:170px;
text-align:center;
}

.page_eshop_ticket .registerfieldLeft{
text-weight:bold !important;
}			
		
.page_user_login .login{
width:100%;
text-align:center;
}	

.page_user_login .message{
width:100%;
text-align:center;
}	

.page_user_login label{
display:block;
font-weight:bold;
padding-bottom:5px;
text-align:center;
}	

.page_user_login .button{
margin-top:10px;
margin-bottom:10px;
}		


#payment_page{
width:880px !important;
margin-top:5px !important;
padding:10px 10px 10px 10px;
text-align:left;
background: white !important;
}

.page_eshop_secure #search{
display:none;
visibility:hidden;
}

.page_eshop_secure #topMenu{
display:none;
visibility:hidden;
}


#confirm_box_payment{
width:600px !important;
}			
		

.page_eshop_cart .button{
    border:1px solid #6E6E70;
    background-color: white;
    color:#6E6E70;
    font-weight:none;
    cursor:pointer;
    
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
CSS Design by Daniele Suppo (www.suppo.org)
Date   : 2007/07/05
Theme  : Gas Honda Theme
*/
/*====================Default Block Styling=====================*/
.block {
}
.block .header {
    padding: 0;
}
.block .content {
    padding: 0;
}
.block .content ul {
    padding: 0; margin: 0;
    list-style-type: none;
}
.block .content ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}
/*
====================Top Navigation Block======================*/
#top-nav-categories {
	float:left;
	margin:2px 0px 0px 0px;
    border-top:1px solid #dadada;
    boder-bottom:1px solid #dadada;
    width:100%;
    background-color:#eee;
	}
#top-nav-categories ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
    }
#top-nav-categories ul li.level_1 {
	float:left;
/*    margin:4px;*/
	}
#top-nav-categories ul li.level_1 a,  #top-nav-categories ul li.level_1 a:visited {
	font-weight:bold;
	color:#999;
	font-size:9px;
    border:none;
    padding:3px;
	}
#top-nav-categories ul li.level_1 a:hover {
	color:#333;
    border:1px solid #333;
    padding:2px;
	}
/*#top-nav-categories ul li.level_2 {
    background:url('http://css.zerogrey.com/themes/caffemauro_2008/images/bulletGray.gif') no-repeat;
    width:5px;
    height:6px;
 	padding-top:3px;
    }*/
#top-nav-categories ul li.level_2 a, #top-nav-categories ul li.level_2 a:visited {
	font-weight:normal;
	color:#666;
	font-size:10px;
	cursor:pointer;
    margin-left:5px;
    border:none;
	}
#top-nav-categories ul li.level_2 a:hover {
	color:#333;
    padding:3px;
    border:none;
	}
#top-nav-categories ul li.level_1 {
	text-transform:uppercase;
	padding:10px;
    }
#top-nav-categories ul li.level_2 {
	text-transform:none;
	}
/*product resalts total, cont of items*/
ul#cart-result {
	float:right;
    background-color: #eee;
    border:1px solid #dadada;
    padding:4px 10px;
	margin:0px 12px 0px 0px;
	}
 ul#cart-result li {
	display:inline;
	font-weight:bold;
	font-size:10px;
    }
 ul#cart-result li a,  ul#cart-result li a:visited {
 	color:#666;
    }
 ul#cart-result li a:hover {
 	color:#333;
    } 
    
/*====================Bottom Navigation Block======================*/
#bottom-nav {
}
#bottom-nav .inner {
}
#bottom-nav ul {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;	
    padding-left: 65x;
	float: clear;
    }
#bottom-nav li {
     display: inline;
	 padding-left: 15px;
     }
     
#bottom-nav li a {
	text-transform: uppercase;
    }
    
#bottom-nav li a:hover, #bottom-nav li.current a {
	}
/* 
==================Tabbed Navigation==============================*/
#top-nav {
	margin-top:50px;
	float:right;
    }
#top-nav ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
    }
#top-nav ul li {
	margin:0px;
	padding:0px;
	float:left;
	font-weight:normal;
    }
#top-nav ul li a, #top-nav ul li a:visited, #top-nav ul li a:hover {
	color:#999;
	font-size:10px;
	font-weight:bold;
	}#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #980000;
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #FFFFFF;
}
#nav ul li a:hover {
    color: #000000;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #000000;
    background-color: #999;
}
#nav ul li.current a:visited {
    color: #000000;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #999;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #000000;
    border-right: none;
    border-left: 1px solid #000000;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
/* size and dimensions in the core.php file! */
.spacer-title {
   clear: both;
   display: block;
   line-height: 1em;
}

div.image-small{
	padding:0 0 10px 10px;
    float:left;
}
div.namesellery{
	margin-top:15px;
	}
p.short-description{
	text-align: justify;
}

#image-medium {
    width:49%;
}
#image-medium img.boredr1{

}
p.full-description{
	margin:30px 10px 10px 0;
	font-size:11px;
}

#product-details {
	padding:10px 0 0 0;
	margin:10px 0;
	background-color:  transparent;
	color:  #666;
   	width:70%;
    border-right:1px solid #dadada;	
    }
#product-details h2 {
	font-size: 1.7em;
}
#product-details h1{
	font-size:13px;
	font-weight:bold;
	text-transform:none;
	margin:0px;
	padding:0px 0px 10px 0;
	text-align:left;
    color:#333;
	}
#product-details .price,
#product-details .buy {
	margin-bottom: 10px;
}
#product-details #desc{
	width:49%;
}

#product-details 
#product-details img {
   padding: 0em;
}

#manager-actions-inline a {
    float: left;
    display: block;
    margin-right: 0.5em;
    width: 20px; 
    height: 22px;
    line-height: 10px;
    border: 0px ;
    color: ;
    text-decoration: none;
    /* -- See below for each action backgroud image
    -----------------------------------------------*/
}


a.sendmail {	
    background-image: url('http://css.zerogrey.com/themes/caffemauro_2008/images/22/action_sendmail.png');
	width: 100%;
    height: 32px;
}


.buy-button {
	background-color:#e8e8e8;
	border:1px solid #999;
	padding:2px;
	color:#333; 
	width:100px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

.view-button {
	background-color:#e8e8e8;
	background-position:center;
	border:1px solid #666;
	padding:2px;
	color: #333; 
	width:100px;
	text-transform:uppercase;
	text-align: center;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}

.prodbuy-button{
	border:1px solid #666;
	background-color:#FFFFFF;
	color: #666;
	font-size:10px;
	width:120px;
	font-weight:bold;
	cursor:pointer;
	background-position:left;
}
/*.button#edit_address{
	width: 228px;
	background: url('http://css.zerogrey.com/themes/caffemauro_2008/images/backgrounds/button-bg-wide.gif') center top no-repeat;	
}
*/.wideButton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#999;
	color: #333; 
	font-weight: bold;
	border: 2px solid #666;
	color:  #FFFFFF;
   	font-weight: bold;
	padding:0 2px;
	cursor:pointer;
    width:80px;
}

/*===================================buy product table============================*/
table.cart{
	width:610px;
	border-collapse: collapse;
    margin-top:10px;
}
table.cart table.cart-noborder {
	border-collapse: collapse;
	border: none;
}
table.cart table.cart-noborder tbody{
	border-bottom: 1px solid #dadada;
}
table.cart table.cart-noborder td {
	border: none;
}

table.cart th {
	background-color:#eee;
}

table.confirm {
    border: 1px solid #dadada;
    border-collapse: collapse;
    font-weight:normal;
}
table.confirm a, table.confirm a:visited, table.order a, table.order a:visited{
	text-decoration:underline;
}
table.confirm a:hover, table.order a:hover{
	text-decoration:none;
}

table.order{
	border-collapse: collapse;
}
table.confirm th, table.order th, table.order-list th{
	background-color:#eee;
}
table.order tr.line_order td{
	border-bottom: 1px solid #dadada;
}
table.order-list {
	border-bottom: 1px solid #dadada;
    border-collapse: collapse;
    }

div.order-detail{
	margin:10px;
    font-size:11px;
    font-weight:bold;
}
div.message{
	font-weight:normal;
}
tr.OnDemand td a, tr.OnDemand td a:visited{
	text-align:left;
	font-weight:bold;}
	
tr.OnDemand td a:hover{
	color:  #333;
}
/* Class definition for the check of quantity*/
.OnDemand  {

}

.on_demand_message {
	font-size: 1em;
	display:block;
	color: #900;
}

.NotAvailable {
}
.subCategory {
	width: 150px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
#product-action .spacer {
	margin-bottom: 20px;}

#product-action {
text-align:left;
}
#product-action a:link,
#product-action a:visited, a.conversion_chart, a.conversion_chart:visited {
	color:  #864343;
    text-decoration:underline;
    font-size:10px;
}
#product-action a:hover,
#product-action a:active {
	color:  #333;
}
.image-sub-category {
	clear: both;
	height: 155px;
}
.address_billing, .address_shipping, .address_other {
}
input.address_link{
	margin:5px 0;
}
.category td {
	vertical-align: top;
}

/*====================== Add Address section for user ========================*/
fieldset.addr-section {
	border:1px solid #000000;
	padding:15px;
	margin: 10px 0;
}
fieldset.addr-section legend {
	font-weight:bold;
	font-size: 0.7em;
}
fieldset.addr-section label {
	float:left;
	width:150px;
	text-align:right;
	padding-right:8px;
}
.addr-input-filed {
	margin-bottom:6px;
}
.don-rec {
	padding:15px 0 0 0;
}
.addr-button {
	padding:15px 0 0 63px;
}

/*====================== FAQ SECTION ========================*/
h5 {
	font-size: 	1.7em;
}
.question {
	font-weight: bold;
	display:	block;
	color:		#666;
}
.faq-answer {
	display: block;
	padding: 5px;
	margin-bottom: 20px;
}


form#frmLogin {
	margin: 1em auto;
	width:200px;
	text-align:center;
}
form#changelang{
	width:400px;
    text-align:center;
    margin:0px auto;
}
form#frmUser{
	width:500px;
	margin:0px auto;
}
#frmLogin input {
	margin-bottom:10px;
}
#frmLogin fieldset {
	padding-top: 0;
	margin-top: 0;
	text-align:left;
}
td.product-container {
	padding:0;
	margin: 0;
	text-align:left;
 	border:1px solid #dadada;
}
tr.category td.product-container {
	padding:0px;
}
tr.category p{
	color:#666;
	margin:10px 10px 10px 0;
}

*html tr.category .image-small{
	height:160px;
}
.product-content{
	margin-top:10px;
}
.product-name a, product-name:visited{
	color: #333;
	font-size:12px;
	text-transform:none;
}
.product-name a:hover{
	color: #666;
}
.product-content p {
	padding: 0;
	margin: 10px 0;
	text-transform: none;
	color: #666;
	font-size: 11px;
}
product-content a, product-content a:visited{
	text-align:center;
}
span.price { 
    text-align: left;
    color: #666;
    font-size: 11px;
    font-weight: bold;
}

p.price { 
    text-align:left;
    color: #864343; !important 
    font-size: 12px;
    font-weight: bold;
}

p.prodprice strong{
	color:#864343;
}
form.center{
	text-align:left;
}
.buy {
    text-align: center;
}
.hds{
	margin:20px 5px 5px 140px;
}
.infos{
	font-weight:bold;
	font-size:11px;
}
.form-block {
    text-align:left;
    margin:10px 0;
}
#option_0, #option_1{
	margin:5px 0 0 3px;
}
.form-block label {
    padding: 1em 0;
    width:60px;
    font-weight:bold;
    font-size:11px;
}
.form-block .qta{
    width:50px;
}
.form-block br {
    clear: both;
}
.infotext {
    clear: both;
    font-size:11px;
}
/*================ email to friend ===============*/
#frmContact fieldset{
	width:500px;
}
#frmContact fieldset input.medium {
	background-color:#fff;
    color:#000;
    padding:4px;
    border:1px solid #666;
    font-weight:normal;
    font-size:11px;
    cursor:default;  
}
#frmContact  textarea{
	padding:0px;
    border:1px solid #666;
}
/*==================== My Cart ==========================*/
.nowrap{
	white-space:nowrap;
}
/*=================== product marketing single products ================*/
#product-marketing-rightCol{
	width:25%;
    margin-right:5px;
}
.product-marketing-singleProduct {
	margin-top:10px;
}
.product-marketing-singleProduct .butbottom {
    margin-top:10px;
}
.offer {
	margin:20px 0 0 130px;
}
div#backprevnext{
	width:100%;
    border-top:1px solid #dadada;
}
div.prevnextprod {
	padding:20px 0 0 0;
}

div.prevnextprod a, div.prevnextprod a:visited {
	float:left;
    color:#333;
    margin-right:10px;
}

div.prevnextprod a:hover {
	color:#666;
}
div.next, div.prev{
	padding:0 30px;
    display:block;
}
#backcat {
	padding:0;
}
#backcat a, #backcat a:visited {
	font-size:11px;
    font-weight:bold;
    margin:3px 0 0 10px;
    display:block;
}

#backcat a:hover {
	color:#666;
}
div.product-marketing-singleProduct .image-small {
	float:left;
}
h2.product-marketing-title {
	margin:0px;
    padding:0px;
	color:#666;
    font-size:14px;
    text-decoration:underline;
}
/*======================== Conversion Chart =========================*/
table.size-chart{
	background-color:#dadada;
    
}
table.size-chart tr{
	background-color:#F4F4F4;
}

center{
	margin-top:10px;
}			
		
		 
/* @group address */
body.page_eshop_address div.address { margin-bottom: 10px; }
body.page_eshop_address a { color: #6d6d6f; text-decoration: underline; margin: 15px 3px 5px 3px; }  
body.page_eshop_address a:hover { color: #c0a740; }
/* @end */


/* additional ticket system styles */
                
.page_eshop_ticket div.ticket_toolbar {  
  border:1px solid #000000; background-color: #989898; padding: 5px; padding-left: 10px; margin-bottom: 10px; 
}
        
.page_eshop_ticket table.fullt tr.backDark{ 
  background-color: #e8e8e8; 
}
        
.page_eshop_ticket table.fullt { 
  border-spacing: 0px;  
}

.page_eshop_ticket table.fullt tr td { 
  padding-top: 15px; padding-bottom: 15px; text-align: left; 
}

.page_eshop_ticket table.fullt tr th,
.page_eshop_ticket table.fullt tr td{ 
  padding-left: 5px; padding-right: 15px; vertical-align: top; border-bottom:1px solid #3b322a; margin: 0px;
}
                           
.page_eshop_ticket table.fullt tr.h-infos th { 
  text-align:left; margin-bottom: 25px; border: none;
}
    
.page_eshop_ticket table.fullt tr th div a,
.page_eshop_ticket table.fullt tr td div a{ 
  text-decoration: underline; color: #6d6d6f; font-weight: bold; 
}
  
.page_eshop_ticket table.fullt tr th div a:hover,
.page_eshop_ticket table.fullt tr td div a:hover{ 
  color: #c0a740; 
}

.page_eshop_ticket table.fullt tr th div p,
.page_eshop_ticket table.fullt tr td div p{ 
  margin: 0px; padding: 0px; 
}
    
.page_eshop_ticket .noBorder{ 
  border: none; 
}
     
.page_eshop_ticket .ticket_sender { 
  color: #6d6d6f; font-size: 95%; margin-bottom: 3px; 
}

.page_eshop_ticket .ticket_small{ 
  font-size:10px; 
}
                  
.page_eshop_ticket textarea#message{ 
  border: 1px solid #3b322a; 
  margin: 10px 0 10px 0;
}

#errorOutput { 
  border:1px solid #DD3C10; background-color: #FFEBE8; margin-bottom:10px; padding: 5px;
}

input.error, textarea#message.error {
  border:2px solid #DD3C10; color: #DD3C10; 
}
     
.page_eshop_ticket div#registerfield {
  margin-bottom: 270px;
}

/* end additional ticket system styles */