/* 
================================
Skin styles for DotNetNuke
================================
*/ 
html, body {height: 100%; width:952px; text-align: center;}
* {margin: auto; padding: 0;}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
	text-align: left;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(Pandora_Toolbar.jpg); 
	height: 31px;
}
.breadcrumb {
	height: 47px;
	padding-left: 15px;
	padding-right: 15px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-right: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 100%;
	background-color: transparent;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-size: 70%; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-size: 70%; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 15px 0px 15px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	color: #333333; 
}

.main_dnnmenu_itemhover td {  
	color: #333333;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #CCCCCC;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 3px 3px 3px 3px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  normal;
   color: #333333;
}

/* SkinObject */
.SkinObject
{
	font-size: 60%;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.SkinObject:link
{
	text-decoration: none;
	color: #FF6600;
}
A.SkinObject:visited
{
	text-decoration: none;
	color: #FF6600;
}
A.SkinObject:hover
{
	text-decoration: underline;
	color: #FF6600;
}
A.SkinObject:active
{
	text-decoration: none;
	color: #FF6600;
}
/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0 15px 0 0;
}
.Language img
{
	border: none;
}
/* GENERIC */
A:link
{
	text-decoration: none;
	color: #FF6600;
}
A:visited
{
	text-decoration: none;
	color: #FF6600;
}
A:hover
{
	text-decoration: underline;
	color: #FF6600;
}
A:active
{
	text-decoration: none;
	color: #FF6600;
}
.AuthenticationContent {background-color: #FFFFFF;}

/* TABLES */

.tbl_scheda
{
	width:100%;
	border-collapse:collapse;
	margin: 0;
	padding: 0px;
	border: 0;
}
.tbl_scheda td {
padding-right:10px;
	font-size: 70%;
	color: #666666;
}
.tbl_scheda th {
padding:0px;
font-size: 100%;
color: #FF6600;
font-weight: bold;
text-align: left;
}
.tbl_scheda h3, h4 {
	font-size: 100%;
	color: #666666;
	font-weight: bold;
}

.tbl_news
{
	width:100%;
	border-collapse:collapse;
	margin: 0;
	border: 0;
}
.tbl_news td {
	font-size: 70%;
	color: #666666;
	padding: 5px 10px 5px 10px;
}
.tbl_news th {
	font-size: 70%;
	color: #666666;
	font-weight: bold;
text-align: left;
padding: 10px;
}

.tbl_news img {
	border: 1px solid #FF6600;
}

.tbl_vetrina
{
	width:100%;
	border-collapse:collapse;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
}
.tbl_vetrina td {
	font-size: 70%;
	color: #666666;
	padding: 3px;
}
.tbl_vetrina th {
	font-size: 70%;
	color: #666666;
	font-weight: bold;
text-align: left;
padding: 3px;
}
.tbl_vetrina img {
	border: 1px solid #FF6600;
}

.tbl_promozioni {
	width:100%;
	border-collapse:collapse;
	margin: 0;
	border: 0;
}
.tbl_promozioni td {
	font-size: 70%;
	color: #666666;
	padding: 3px;
}
.tbl_promozioni th {
	font-size: 70%;
	color: #666666;
	font-weight: bold;
text-align: left;
padding: 3px;
}
.tbl_promozioni img {
	border: 1px solid #FF6600;
}
.tbl_products {
	width:100%;
	border-collapse:collapse;
	margin: 0;
	border: 0;
}
.tbl_products h3 {
font-size: 80%;
color: #333333;
font-weight: bold;
text-align: left;
text-transform: uppercase;
padding: 0px;
margin: 0px;
}
.tbl_products ul {
	font-size: 70%;
	color: #FF6600;
	padding: 0px;
}
.tbl_products img {
	border: 1px solid #FF6600;
}
.tbl_products_sub {
	width:100%;
	border-collapse:collapse;
	margin-bottom: 40px;
}
.tbl_products_sub td {
	font-size: 70%;
	color: #666666;
	padding: 3px 0px 0px 0px;
}
.tbl_product_card {
	width:100%;
	border-collapse:collapse;
	margin-bottom: 10px;
	border: 0px;
}
.tbl_product_card td {
	font-size: 70%;
	color: #666666;
	padding: 3px 0px 0px 0px;
}
.tbl_product_card td img {
	border: 1px solid #FF6600;
}

.tbl_product_card h3 {
font-size: 120%;
color: #FF6600;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px 0px 10px 0px;
}

.tbl_datiserie {
	width:100%;
	border-collapse:collapse;
	margin: 0;
	border: 1px solid #FF9900;
}
.tbl_datiserie td {
	font-size: 70%;
	color: #666666;
	text-align: center;
	border: 1px solid #FF9900;
	background-color: #FFCC99;
	padding: 3px;
}
.tbl_datiserie th {
	font-size: 80%;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FF9900;
	background-color: #FF9900;
	padding: 3px;
}
.tbl_articoli {
	width:100%;
	border-collapse:collapse;
	margin: 0;
	border: 1px solid #333333;
}
.tbl_articoli td {
	font-size: 70%;
	color: #666666;
	text-align: center;
	border: 1px solid #333333;
	padding: 3px;
}
.tbl_articoli th {
	font-size: 80%;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: 1px solid #333333;
	background-color: #333333;
	padding: 3px;
}
.tbl_carrello {
	width:100%;
	border-collapse:collapse;
	margin: 0;
	border: 1px solid #333333;
}
.tbl_carrello td {
	font-size: 70%;
	color: #666666;
	text-align: center;
	border: 1px solid #333333;
	padding: 3px;
}
.tbl_carrello th {
	font-size: 80%;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: 1px solid #333333;
	background-color: #333333;
	padding: 3px;
}
.tbl_carrello2 {
	width:100%;
	border-collapse:collapse;
	margin: 0;
	border: 0;
}
.tbl_carrello2 td {
	font-size: 70%;
	color: #666666;
	text-align: center;
	border: 0;
	padding: 3px;
}
.img_product {
	border: 1px solid #FF6600;
}
.new_serie {
	border: 1px solid #FFFFFF;
}
h3 {
font-size: 80%;
color: #FF6600;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 5px 0px 0px 0px;
}
p {
font-size: 70%;
	color: #666666;
	padding: 0px 0px 0px 0px;
}
ul li {
    list-style-type: disc;
}
hr 
{
margin: 10px 0px 10px 0px;
color: #EEEEEE;
background-color: #EEEEEE;
height: 1px;
width: 100%;
}
.FormTable {
	width:100%;
	padding: 3px;
	background-image:url(/new/Portals/0/imm_vento_nuova.jpg);
	background-repeat:no-repeat;
}
.FormLabelCell td {
	width:70%;
	
}
.FormLabel {
	font-size:70%;
	font-weight:bold;	
	color:#666666
}

.FormLabelControl{
font-size:11px;
}

