.temp { display: none; }

/*--------------------------*/

/*       Standards	    */

/*--------------------------*/


/* body class */

html, body, p {
	font-family: arial, sans-serif; 
	font-size: 0.9em; 
	color: #000;
}

.bodyclass {
	margin: 10px auto 0;
	text-align: left;
	padding: 0;
	background-color: #000;
}

* { padding: 0; margin: 0; border-collapse: collapse;  }

table, tr, td {
	border-collapse: collapse; 
	padding: 0; 
	margin: 0; 
}

a, a:link, a:visited {
	font-size: 11px; 
	color: #be8e00;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

.main_spacer { width: 0; }

.buttonstyle {
	color: #be8e00;
	border: 1px solid #be8e00;
	padding: 1px 10px;
	background-color: #000;
}
.buttonstyle:hover {
	cursor: hand;
	color: #000;
	background-color: #be8e00;
	border: 1px solid #000;
}


#template { 
	margin: 0 auto; 
	top: 122px; 
	position: relative;
}


/*---------------------
  
     TOP SECTION     

---------------------*/

/*  CYBERTILL CLASSIC  */
    
.section_top, .column_top {
}



/*  HEADER  */

#header {
	height: 182px;
	position:absolute;
	top: 0;
	left:0;
	width: 100%;
	background-image: url(/images/nansons/header-bk.png);
}

#head { 
	height: 182px; 
	width: 931px;
	background-image: url(/images/nansons/head-bk.png); 
	margin: 0 auto;
	padding: 0 51px 0 20px;
}

#logo { float: left; }

#top-nav {
	float: right;
	clear: right; 
	width: 585px; 
	text-align: right; 
	margin: 8px 0 1px 0;
}

#top-nav a {
	vertical-align:top;
	font-weight: bold; 
	font-size: 0.8em;
	color: #fec500;
	text-decoration: none;
	margin: 0 7px;
}
#top-nav a:hover {
	text-decoration: underline;
}
#top-nav a:first-child {
	margin: 0 7px 0 0;
}

#head-message {
	float: right; 
	clear: right; 
	color: #fff; 
	width: 435px; 
	text-align: right; 
	font-size: 1.5em;
	font-weight: bold; 
	font-family: GillSans, sans-serif; 
}

#my-account { 
	float: right; 
	clear: right; 
	position: relative; 
	top: -7px;
	right: -35px;
}



/*---------------------
  
     LEFT SECTION     

---------------------*/

/*  CYBERTILL CLASSIC  */
    
.section_left {
	vertical-align: top;
}


#left_container {
	width:142px;
	display: inline-block; 
	background: none;
}



/* CATE MENU - Table */

#catMenu_tbl {
	margin: 26px 0;
}

#catMenu_hdr {
	font-size: 0.8em;
}
#catMenu_hdr p {
	color: #fff;
}

/* CATE MENU - Category selection list */

ul.makeMenu {
	width: 144px;    
	padding: 15px 0px;           
	cursor: default;             
	margin-left: 0px;            
}
ul.makeMenu li {
	list-style-type: none;       
	margin: 5px 0;
	float: left;               
	position: relative;          
	color: #fff;
}
ul.makeMenu li a { 
	color: #fff;
	background-color: #be8e00;
	display: block; 
	width: 134px;
	height: 17px;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
}

/* CATE SUB-MENU - Sub-category selection list */

ul.makeMenu li > ul {          
	display: block;
	position: relative;         
	top: 10px;
	left: 0;
}
ul.makeMenu ul li {   
	float:left;      
	margin: 0;
	background-image: url(/images/nansons/ul_bg_trame.gif);
	background-position:center 100%; 
	background-repeat: no-repeat;
}
ul.makeMenu li ul li:last-child {
	margin: 0 0 10px;
	background-image: none;
}
ul.makeMenu ul li a {
	height: auto;
	padding: 5px 0 5px 20px;
	width: 124px;
	background: none;
}
ul.makeMenu ul li:hover, ul.makeMenu ul li:hover a {
	background-color: #be8e00;
	color: #000;
}

/* CATE SUB-SUB-MENU - Sub-sub-category selection list */

ul.makeMenu ul li ul {
	display: none;
}
ul.makeMenu ul li:hover > ul {
	display: block;
	position: absolute;
	top: 0;                    
	left: 144px;
	background-color: #be8e00;
}
ul.makeMenu ul ul li { 
	background: none;
	margin: 0;
}
ul.makeMenu ul ul li:last-child { 
	background: none;
	margin: 0;
}
ul.makeMenu ul ul li a {
	padding: 5px 10px;
	background-color: transparent;
}
ul.makeMenu ul ul li:hover a {
	background-color: #be8e00;
	color: #fff;
}



/*---------------------
  
     RIGHT SECTION     

---------------------*/

/*  CYBERTILL CLASSIC  */
    
.section_right {
}

#right_container {
	width: 144px;
	padding-left: 0px;
	display: inline-block;
	overflow: hidden;
	background: none;
}



/* BASKET - small cart */

#cart_tbl {
	width: 142px;
	max-width: 160px;
	margin: 15px 0;
	font-weight: normal;
	color: #fff;
}
#cart_tbl hr {
	border: 0;
	border-top: 1px solid white;
	margin-bottom: 5px;
}

	/* contents */
#cart_tbl td.small_main {
	line-height: 3em;
	font-size: 10px;
}

/* rightArrow */
#cart_tbl img {
	padding-left: 25px;
}

	/* option links */
#cart_tbl a.links_right {
	line-height: 1em;
	font-size: 9px;
	color: #fff;
}

/* --- HEADERS --- */

#srch_hdr {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 0
}

 #catMenu_hdr, #cart_hdr, #top10_hdr {
	display:block;
	width:142px;
	height: 24px;
	margin: 0;
	padding:0;
	text-transform: uppercase;
	background-image: url(/images/nansons/hdr_trame.gif);
	border: 1px solid #ffd651; 
}
#catMenu_hdr p, #cart_hdr a b, #top10_hdr {
	text-align: left;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 24px;
	display: block;
	padding-left: 10px;
	text-decoration: none;
}

/* BEST SELLERS - top 10 */

#top10_tbl {
	width: 144px;
	max-width: 144px;
	margin: 0;
	color: #fff;
	margin-top:34px;
}
		/* header */
#top10_tbl tr td.header_right {
	margin-top:-34px;
	color: #fff;
}
		/* products */
#top10_tbl tr td {
	font-size: 0.9em;
}
#top10_tbl a {
	display:block;
	color: #fff;
	padding-bottom: 10px;
}

#top10_hdr {
	position:absolute;
	width:132px;
	font-size: 0.9em;
}


/* OFFERS */

.offers {
	text-align: center;
	margin: 10px 0;
	border: 1px solid #fff;
	color: #be8e00;
}
td.text {
	color: #be8e00;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	padding:10px
}




/*---------------------
  
    MAIN SECTION     

---------------------*/

/*  CYBERTILL CLASSIC  */

.section_main {
	width: 599px;
	max-width: 599px;
	text-align: left;
}



/*  HOME PAGE  */

#main_container { 
	width: 599px;
	min-height:1000px;
	background-color: #fff;
	margin-left: 8px; 
	margin-right: 6px; 
	display: inline-block; 
}


#main_container td { 
	height:100%;
}


.sdmenu .titlehidden { background-color: #be8e00 !important; margin-top: 2px; margin-bottom: 2px;}

.sdmenu .title { background-color: #be8e00 !important;}

.submenu a {
background-image: url(/images/nansons/left-nav-bk.png) !important; 
border: 0px !important;
}


td { vertical-align: top; }



/* BASKET - shopping basket page */

#shopcart_hdr td, #shopcart_tbl td {
	padding: 10px 20px 5px;
}
 


/* CATEGORY - details page */

/* CATEGORY HEADER */
#cat_hdr {
	width: 599px;
	background-image:url(/images/nansons/catHdr_bg_trame.jpg);
	border: 1px solid #ffd651; 
	color: #000;
	display: block;
	padding:5px;
}
#cat_hdr tr td {
	width: 100%;
	padding:5px;
	text-align:right;
}
#cat_hdr tr td:first-child {
	text-align:left;
}

/* category name */
#cat_hdr.main_main .column_main b {
	text-align:left;
	display: block;
	margin: 20px;
	font-size: 2em;
	font-family: serif;
	letter-spacing: 1px;
}
/* category description */
#cat_hdr span{
	padding: 5px;
}
/* category image */
#cat_hdr img{
}


#catprods_tbl {
border-collapse: separate;
background-color: #fff;
border: 1px solid #b7b7b7;
width: 100%;
margin: 0px;
padding: 0px;
color: #f00;
}
#catprods_tbl .column_main  {
text-align : center;
height : 185px;
font-size : 15px;
font-weight: bold;
border: 5px solid #fff;
background-color: #000;
color: #f00 !important;
line-height: 200%;
}
#catprods_tbl .column_main font, #catprods_tbl .column_main strong, #catprods_tbl .column_main b { 
font-size: 10pt;
font-weight: normal;
color: #f00 !important;
line-height: 110%;
}
#catprods_tbl .column_main .column_main {
text-align : left;
padding-top: 5px;
padding-bottom: 5px;
height : 65px;
font-size : 10px;
border: 1px solid #ccc;
}
#catprods_tbl .column_main a {
width : 179px;
font-size : 12px;
color : #fff !important;
font-weight : bold;
line-height: 110%;
}
#catprods_tbl .column_main table, #catprods_tbl .column_main table tr, #catprods_tbl .column_main table tr td {
width : 100%;
text-align : center;
height : 120px;
background-color: #fff;
}
#catprods_tbl .column_main table tr td a {
display: block;
text-align: center;
}

/* PRODUCT - details page */

#prod_tbl {
	width: 599px;
	max-width: 599px;
}

#prod_tbl td {
	padding: 10px;
	text-align: left;
	max-width: 400px;
}


/* product name + description */

#prod_tbl tbody tr td tbody tr td {
	padding: 0px;
	text-align: left;
}


/* product name + item details */

#prod_tbl tbody tr td tbody tr td tbody tr td {
}


/* 'Zoom' + 'Click to add' */

#prod_tbl tbody tr td {
}


/*  product thumbs */

#prod_tbl tbody tr td.column_main img {
}

/* product main image */

.small_main:first-child img:first-child  {
}


/* item details */

#prod_tbl hr {
		border: 0;
		border-top: 1px solid #ccc;
}

#item_Tbl {
		text-align: left;
		max-width: 599px;
}
#item_Tbl b{
		display: inline-block;
}
#item_Tbl select{
		margin: 0 10px 0 10px;
}
#item_Tbl tbody tr td tbody tr td{
		text-transform: none;
		font-size: 12px;
		font-weight: normal;
}   




/*---------------------
  
     BOTTOM SECTION     

---------------------*/

/*  CYBERTILL CLASSIC  */

.column_bottom, #template-footer {
	text-align: center;
	background-color: #000;
	margin: 122px auto 0;
}
.column_bottom, .column_bottom a, #template-footer, #template-footer p  {
	color: #fff;
}
#cards {
	width:599px;
	text-align: center;
	color: #000;
	font-weight:bold;
	background-color: #fff;
}
#adress {
	margin: 5px 0;
	font-size: 1em;
}
#copyright {
	font-size: 10px;
}   

