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;
}
