/*stili per il layout fisso con background*/
html,body{
	margin: 0;
	padding:0;
	background: #cccccc;
}
body{
	font-family: arial,sans-serif;
	font-size: 85%;
	text-align:center;
}

a img {
	border: none;
}

div#container{
	width:980px; 
	margin:0 auto;
        border-width: 0 1px;
	border-style:solid;
	border-color: #aaaaaa/*#0061a6*/;
        background: #FFFFFF;
}


div#container2{
	/*background: url(3leftcol.jpg) repeat-y top left;*/
	text-align: left;
}

/*HEADER*/
div#header{
	height: 120px;
	/*background-color:#0cb3f9;*/
	background: url(images/header.png);
	color: #ff0;	
}

div#subheader {
	background: #fda830; 
	width: 100%; 
	height: 5px;
}

/*TOP MENU*/
div#menu {
	background: #FFFFFF;
	color: #000000;
	height: 30px;
	width: 100%;
	text-align: center;
}

a.top:link,A.top:visited,A.top:active,A.top:hover {
	font-weight: bold;
	font-size: 1.1em;
	color: #000000;
	text-decoration: none;
}

A.top:hover {
	color: #a7383e;
}

A.back:link,A.back:active,A.back:visited,A.back:hover {
	color: #0000FF;
	font-size: 11px;
	font-weight: normal;
}

h1,h2{
	margin: 0;
	padding:0;
}

h1{
	padding-left:20px;
	padding-top: 5px;
	font: bold 2.3em arial,sans-serif;
}

h2 {
	color: #69f;
	font-size: 1.5em;
}



/*NAVIGATION*/
div#navigation{
	float: left;
	width: 200px;
	width: 210px !important;
	width: 200px;
	padding: 0 0 0 0px;
	margin-left: 5px;
}

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

div#navigation li{
	margin: 0;
	padding: 0;
}

div#navigation a:hover{
	color: #033;
	text-decoration: underline;
}

div#navigation a#activelink{
	color: #033;
	text-decoration: none;
}

div#navigation p{
	font-size: 1.5em;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin-bottom: -30px;
}



div#navigationBox {
	width: 198px;
	text-align: left;
	border-bottom: 2px solid #000000;
	border-left: 7px solid #000000;
	margin-top: 50px;
	padding-bottom: 8px;
}

A.navmenu:link,A.navmenu:visited,A.navmenu:active,A.navmenu:hover {
	text-decoration: none;
	color: #800000;
	font-weight: bold;
}


/*EXTRA*/
div#extra{
	float: right; 
	/*width: 150px !important;
	width: 150px;*/
	width: 20px !important;
	width: 20px;
	padding: 1em;
}


/*CONTENT*/
div#content {
	margin-left: 1px;
	/*width: 615px;*/
	width: 745px;
	margin-top: 0px;
	margin-left: 210px;
}

div#content ptitle {
	text-align: left;
	font-size: 12px;
	color: #d0113c;
}

div#content psubtitle {
	text-align: left;
	font-size: 2em;
	color: #000000;
	font-weight: light;
	font-family: Lucida,arial,sans-serif;
}

div#content ptext {
	color: #000000;
}

/*CATEGORY PAGE*/
div#sectionname {
	width: 100%;
	background: #90a8b2;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	border: 1px dotted #cccccc;
}

div#sectiondesc {
	width: 100%;
	background: #292a58;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	border: 1px dotted #cccccc;
}

div#item {
	width: 100%;
	border: 1px dotted #cccccc;
	background: #ffffff;
}

div#itemc {
	width: 100%;
	border: 1px dotted #cccccc;
	background: #f0f8ff;
}

/*FOOTER*/
div#footer{
	clear:both;
	text-align:center;
	padding: 5px 0;
	background-color: #90a8b2;
	color: #000;
}

/*CUSTOM TABS PAGE*/
.td_desc {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	background: #f4a702;
	text-align: right;
}

.td_form {
	text-align: center;
	background: #bab9b6;
}

.td_est {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	background: #edc2b9;
	text-align: left;
}	

.td_help {
	font-size: 9px;
	color: #000000;
	text-align: left;
	background: #FFFFFF;
	font-weight: normal;
}



div#footer a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/****** MENU *******/

.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #000000;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;font-weight: bold;
	font-size: 10px;
	color: #000000;
	background: #f4a702;
	text-align: right;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #e5e1da;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
/*END MENU*/

/*CART*/
#shoppingcart {
	height: 130px;
	width: 170px;
	background: #eee;
	border: 1px solid #444;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#shoppingcartBody {
	/*position: absolute;*/
	/*top: 50px;
	left: 50px;
	height: 100px;*/
	width: 500px;
	background: #eee;
	border: 1px solid #444;
}

#shoppingcart p {
	margin: 0 0.5em 0.5em;
}

h1 {
	font-size: 100%;
	margin: 0.5em 1em;
	text-align: center;
}

#booklist, #contents {
	/*position: absolute;*/
	/*top: 175px;
	left: 50px;*/
	width: 90%;
	background: #e4f0f9; /*#ddd;*/
	border: 1px solid #333;
	float: left;
}

#contents h3 {
	text-align: center;
}

#booklist ul {
	list-style-type: none;
}

#booklist ul li {
	margin: 0 1em 1em;
}

#contents table {
	font-size: 90%;
	border-collapse: collapse;
}

/*#contents table td {
	border: 1px solid #999;
	width: 20%;
}*/

#contents p, #contents button {
	margin: 5px;
}

/*list category honme page*/
.demo-images {	list-style: none;	margin:	0;}.demo-images li {	float:	left;	padding: 5px;	width:	290px;	height:	200px;	text-align: center;}

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

.categories li {
	float: left;	padding: 5px;	margin-left: 2px;	text-align: left;
	border: 0px;
	margin-top: 5px;
	padding-top: 1em;
	padding-left: 0.2em;
	height: 210px;
	width: 45%; 	
}

.categories h2 {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

/*FOR COLORS IN THE CUSTOM TABS STEP 2*/
.mylist {
	list-style: none;	margin:	0;
	text-align: center;
}

.tabstyle {
	list-style: none;	margin:	0;
}

.tabstyle li {
	float: left;	margin-left: 1px;	text-align: center;
	border: 1px solid #963a2b;
	margin-top: 1px;
	padding-top: 2px;
	padding-left: 0.1em;
	height: 160px;
	width: 125px; 	
}

/*custom checkout process*/
#summary_order {
	width: 95%; 
	float: left; 
	margin-left: auto; 
	margin-right: auto;
	border: 3px solid #e86100;
	padding: 10px;
}

.td_leftRegistrationCustom {
	text-align: right;
	font-size: 11px;
	color: #2c3c9a;
	font-weight: normal;
}

.td_rightRegistrationCustom {
	font-size: 11px;
	color: #2c3c9a;
	font-weight: normal;
	text-align: left;
}

input.regCustom,password.regCustom,select.regCustom {
	border: 1px solid #000000;
	font-size: 11px;
	background: #FFFFF0;
}


