/* @override 
	http://www.warnershop.it
*/

/* @group Main */

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
}

p {
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0;
	margin: 15px 0;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

/* @group Fonts */

/* @group Sizes */


body {
	font-size: 12px;
}

h1 {
	font-size: 160%;
	color: #D97C1E;
	/* color: see style css */
}

h2 {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	/* color: see style css */
}

h3 { 
   font-size: 140%;
   line-height:110%;
}

h4 {
	color: #D97C1E;
	font-size:  120%;
}

h5 {
	text-transform: uppercase;
	font-size: 100%;
}

h6 {
	color: #D97C1E;
	font-size:  120%;
	margin-bottom:0;
}

.small,
.modifydate,
.createdate,
div.mosimage-caption {
	font-size: 100%;
}

#nav a {
	font-size: 110%;
}

div.moduletable h3,
div.moduletable-hilite h3,
div.moduletable-flush h3,
.componentheading {
	font-size: 100%;
}

.contentheading {
	font-size: 160%;
}



.componentheading {
 margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

/* @end */

/* @group Family */

body {
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
}

h3,
.contentheading,
.componentheading,
#nav,
div#menu-horiz, 
.sectiontableheader,
span.pathway,
.small,
.createdate,
.modifydate,
a.readon {
	font-family: Arial, "Arial Narrow", Helvetica, sans-serif;

}

.contentheading,
.componentheading {
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration: none;
	/* see primary style css */
}

/* @end */

/* @end */

/* @end */

/* @group Custom */

#page-bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

body.b-medium {
	background: #fff url(../images/bg.png) repeat-x;
}

body.b-light {
	background: #fff url(../images/bg.png) repeat-x;
}

body.b-dark {
	background: #999 url(../images/bg.png) repeat-x;
}

body.b-blue{
	background: #fff url(../images/bg.png) repeat-x;
}

div.mainbg {
	/* see body style css */
	margin-bottom: 30px;
}

div.wrapper {
	width: 780px;  /* control the width here */
	margin: 0 auto;
	position: relative;
	padding-bottom: 1px;
}


#header {
	position: relative;
	height: 92px;
}

#topbar {
	position: relative;
	padding:10px 0 5px;
	color:#fff;
}

#logo, #logoo {
	/* see primary style css */
	position: absolute;
	top: 0;
	left: -1px;
	display: block;
	border: 0;
}

#logopayoff {
	/* see primary style css */
	position: absolute;
	top: 0;
	right: -1px;
	display: block;
	border: 0;
}

#scroller {
	position: absolute;
	width: 350px;
	height: 28px;
	line-height: 28px;
	overflow:hidden;
}

#header-spotlight {
	/* see primary style css */
	position: absolute;
	top: 0;
	right: -1px;
	border:0;
}

#searchbox {
	position: absolute;
	height: 28px;
	width: 100%;
}

div.thedate {
	float:  left;
	line-height: 28px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	padding:  0 10px 0 5px;
}

#searchbox form#searchform {
	margin-left: 230px;
	margin-top: 2px;
}

#topbox {
	position: absolute;
	top: 28px;
	width: 100%;
	height: 78px;

}

table.mainbg,
table.user {
	width: 100%;
}

td.middle {
	/* see body style css */
	width: 200px;
}

td.side {
	border-right: 1px solid #d97c1e;	
	width: 163px;
}

td.spacer {
	width: 5px;
}

table.userblock {
	width: 100%;
}

td.user {
	width: 50%;
}

div.mainbody {
	/* see body style css */
	padding: 0 8px;
}

/* Blocks */

div.block {
	padding: 5px 5px 0 5px;
	/* see body style css */
}

div.block.dark {
	/* see body style css */
	width: 100%;
	padding: 0;
}

div.extra-pad {
	padding: 6px 5px 2px 5px;
}

.moduletable-dummy {
	padding: 10px 10px 0 10px;
}

.moduletable,
.moduletable-hilite,
.moduletable-flush {
 	padding:0;
	margin: 0;
	margin-bottom: 10px;
}

.moduletable-flush {
	padding: 0;
}

.moduletable h3,
.moduletable-hilite h3,
.moduletable-flush h3 {
	padding: 0;
	margin-top: -5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px;
	line-height: 100%;
}

.moduletable h3 {
	text-transform: capitalize;
}

.moduletable-flush h3 {
	margin: 0;
	padding:5px 5px;
}

div#footer {
	/* see body style css */
	position:relative;
	text-align: left;
	font-size:11px;
}

/* @group menus */

/* @group tab menu */

#safari {
	height: 28px;
	position: relative;
}

#nav {
	position: absolute;
	top: 0;
	height: 28px;
	width: 100%;
	background: url(../images/topmenu_bg.png) repeat-x;
}

#nav ul {
	padding: 0;
	margin: 0;

}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: none;
}



#nav a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 16px 0 14px;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/topmenu_sep.png) 100% 0 no-repeat;
	font-weight: normal;
	font-size: 95%;
	font-weight: bold;
	
}

#nav a:link,
#nav a:visited {
	color: #333;
}

#nav a:hover {
	color: #000;
}

/* @end */

/* @group sub menu */

#menu-horiz {
	position: absolute;
	top: 0;
	height: 28px;
	width: 100%;
	background: #d97c1e;
	color:#ffffff;
	overflow: hidden;
}

#menu-divider {
	height: 5px;
	overflow: hidden;
	background: #666;
	border-bottom: 1px solid #333;
}

ul.submenu {
	padding: 0;
	margin: 0;
}

div#menu-horiz ul.submenu{
	margin: 0 0 0 0px;
	padding: 0;
	padding-left:  1px;
	float:  left;
	
}

div#menu-horiz ul.submenu li {
	float:  left;
	background:  none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 95%;
}

div#menu-horiz ul.submenu li a {
	padding: 0 10px;
	color: #fff;
	font-size: 95%;
	text-decoration: none;
	line-height: 28px;
	height: 28px;
}

div#menu-horiz ul.submenu a:hover {
	color: #fff;
}

div#menu-horiz ul.submenu ul {
  display: none;
}

div#menu-horiz ul.submenu ul ul {
  display: none;
}

/* @end */

/* @group side menu */

ul.sidenav {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

ul.sidenav li {
	border: 0;
	margin: 0px;
	padding: 0;
	background: none;
}

ul.sidenav li a {
	display: block;
	padding: 4px 0 2px 0;
	margin-bottom: 2px;
	text-decoration: none;
}

ul.sidenav ul li {
  padding-left: 10px;
  background: none;
  border: 0;
}

ul.sidenav ul ul li {
  margin-left: 20px;
  background: none;
  border:  0;
}

/* @end */

/* @end */

/* @group content */


/* @group styles */

div.style {
	float: left;
	width: 280px;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
}

div.style img.album {
	border: 3px solid #ddd;
}

div.style img {
	border: 0;
}

img.album.left {
	float: left;
	margin-right: 15px;
	margin-top: -5px;
	margin-bottom: 25px;
}

img.album.right {
	float: right;
	margin-left: 15px;
	margin-top: -5px;
	margin-bottom: 25px;
}



/* @end */

/* @group lists */

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
}

ul li {
	/* see primary style css */
	padding-left: 20px;
}

td.left ul li,
td.right ul li {
	margin-left: -30px;
}

ul.arrow {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.arrow li {
	/* see primary style css */
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.big {
	margin: 0;
	list-style: none;
	padding-left:  10px;
}

ul.big li {
	padding-left: 60px;
	padding-right: 20px;
	padding-bottom: 10px;
}
ul.big li.single {
	padding-top: 12px;
	padding-bottom: 18px;
}

/* @end */

/* @group alert styles */

span.notice, div.alert {
	/*background: see style css*/
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

span.question {
	/*background: see style css*/
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

span.download {
	/*background: see style css*/
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

span.contact {
	/*background: see style css*/
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

span.tip {
	/*background: see style css*/
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom: 10px;
}

/* @end */

/* @group quote */

span.quote {
	display: block;
	font-style: italic;
}

div.author {
	text-align: right;
	font-weight: bold;
}

/* @end */

/* @group blockquote */

div.moduletable blockquote,
div.moduletable-hilite blockquote {
	margin: -10px;
}

blockquote {
	/* see primary style css */
	padding: 15px;
	padding-left: 50px;
	margin:  15px 0;
}

/* @end */

/* @group code */

pre {
	padding: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
}

/* @end */

/* @group login form */

div#topbox div.moduletable h3 {
	/* see primary style css */
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 2px 0 0 0;
	font-size: 110%;
}

/* @end */

/* @group content area */

.right-image {
	float: right;
	margin-left: 10px;
	border: 0;
}

.left-image {
	float: left;
	margin-right: 10px;
	border: 0;
}

/* @end */

.fakevideo {
	padding: 1px;
}

.vert-spacing {
	margin: 15px 0;
}

.hide {
	display: none;
}

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

table.blog span.article-seperator {
	display: block;
	height: 20px;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

input#mod-search-searchword {
	width: 120px;
}

a:link.nounder,
a:visited.nounder,
a:hover.nounder {
	text-decoration: none;
}

.highlight {
  background-color: #ffc;
}

/* @end */

/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}


.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}

a.readon {
	/* see primary style css */
	float: right;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0px 8px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.modifydate {
	/* see primary style css */
	height: 20px;
	vertical-align: bottom;
}

.createdate {
	/* see primary style css */
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

.contenttoc {
  margin: 25px 0 5px;
  padding: 0;
  float:right;
  border-left:1px solid #D97C1E;
}

.contenttoc td {
  padding: 0 5px;
}

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	vertical-align: middle;
	margin-top: 5px;
	padding:8px 8px 0;
	font-weight: normal;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/* @end */

/* @group sections */

td.sectiontableheader, div.sectiontableheader {
	/* see body style css */
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
}

tr.sectiontableentry1 td, 
tr.sectiontableentry2 td {
	/* see body style css */
  padding: 4px;
}

td.sectiontableentry1, 
td.sectiontableentry2 {
	/* see body style css */
  padding: 4px;
}

/* @end */

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	color:#ddd;
	text-decoration: none;
}

a.mainlevel {
	display: block;
	padding: 4px 0 2px 0;
	border-bottom: 1px solid #434343;
	margin-bottom: 3px;
}

a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.mainlevel:hover {
color:#fff;

}

a.sublevel:hover {
	color:#fff;
	text-decoration: none;
}


a#active-menu:link,
a#active-menu:visited {
	color: #f0b10b;
}


li.active-menu a:link,
li.active-menu a:visited {
  color: #333;
}
.copy2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-align:center;
}

#classifica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D97C1E;
	padding: 3px 0 3px 8px;
}
#altre a {
	font-size: 10px;
	font-weight: normal;
	color: #696969;
	padding: 3px 0 3px 8px;
}
#altre a:hover {
	color: #FF9900;
}
ul.arrowcla li {
	background: url(http://www.mordildvdshop.it/skin1/images/li_arrow.gif) 5px center no-repeat;
	border-bottom:1px dotted #b9b9b9;
	display: block;
	width: auto;
}
ul.arrowcla.dark li {
	background: url(http://www.mordildvdshop.it/skin1/images/li_arrow_dark.gif) 5px center no-repeat;
	border-bottom:0;
}
ul.arrowcla.light li {
	background: #e01912 url(http://www.mordildvdshop.it/skin1/images/li_arrow_light.gif) 5px center no-repeat;
	border-bottom:0;
}
ul.arrowcla  {
color:#ff0000;
font-size: 10px;
}
ul.arrowcla {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.arrowcla li {
	/* see primary style css */
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.arrowcla div {
	background: url(http://www.mordildvdshop.it/skin1/images/li_arrow.gif) 5px center no-repeat;
	border-bottom:1px dotted #b9b9b9;
	display: block;
	width: auto;
}
ul.arrowcla.dark div {
	background: url(http://www.mordildvdshop.it/skin1/images/li_arrow_dark.gif) 5px center no-repeat;
	border-bottom:0;
}
ul.arrowcla.light div {
	background: #e01912 url(http://www.mordildvdshop.it/skin1/images/li_arrow_light.gif) 5px center no-repeat;
	border-bottom:0;
}

ul.arrowcla div {
	/* see primary style css */
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* @end */

/* @group modules */


/* @end */

/* @group misc */

table.adminform textarea {
  width: auto;
  color: #666;
}

/* @end */

/* @end */

/* My Comment */

/* @group My Group */

/* @end */

div.catora{
	color:#ffffff;
	margin: 10px 0px 5px 0px;
	padding: 5px 0 5px 18px;
	font-size: 18px;
	font-weight: bold;
	background-color: #D97C1E;
}
div.emozioni{
	color:#ffffff;
	margin: 0 8px 15px 8px;
	padding: 8px 0 8px 8px;
	font-size: 12px;
	font-weight: bold;
	background-color: #D97C1E;
}