body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: white;
	color: rgb(30,47,118);
    text-align: center;
}

input, option, select, textarea {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

img {
	border: none;
}

a {
  color: rgb(228,104,17);
  font-weight: normal;
}

a:hover {
  color: #AA0000;
}

h1 {
  font-size: 140%;
  margin: 5px 0px 5px 0px;
}

h2 {
  font-size: 130%;
  margin: 5px 0px 5px 0px;
}

h3 {
  font-size: 110%;
  margin: 5px 0px 5px 0px;
}

h4 {
  font-size: 100%;
  margin: 5px 0px 5px 0px;
}

hr {
  height: 1px;
  border: solid 1px silver;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.imageRight {
  margin-left: 10px;
}

.imageLeft {
  margin-right: 10px;
}

.searchKeyword {
	font-weight: bold;
	background-color: Yellow;
}

.layout {
    border-collapse: collapse;
}

/********************* lists **********************/

ul {
}

ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px;  
}

ul li .sub {
  margin: 0px;
  padding: 0px;  
}


/********************* forms **********************/

.label {
  cursor: pointer;
  _cursor: hand;
}

.inputItem {
	width: 400px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 100%;
	border: rgb(60,50,38) 1px solid;
	color: rgb(60,50,38);
}

select {
	width: 200px;
}

.sendButton input {
	background-color: rgb(202,89,144);
	color: white;
	margin-top:10px;
}

.label {
  display: block;
  font-size: 90%;
  margin-top: 10px;
}

.inputItem {
  width: 99%;
}

.buttonSend {
  width: 500px;
  text-align: center;
  margin-top: 10px;
}

/********************* page **********************/

#page {
  position: relative;
  width: 780px;
  text-align: left;
  margin: auto;
}

#header {
  position: relative;
  width: 780px;
  height: 124px;
  background-color: rgb(30,47,118);
  margin: 0px;
}

.hrefHeader {
	position: absolute;
	display: block;
	height: 110px;
	width: 220px;
	z-index: 99;
	text-decoration: none;
}

#webTitle {
  position: absolute;
  top: 25px;
  left: 30px;
  font-size: 40px;
  color: white;
  z-index: -5;
}

#webTitle a {
  text-decoration: none;  
  color: white;
}

#webTitle .i {
  color: rgb(228,104,17);
}

#logoSimboli {
  position: absolute;
  top: 20px;
  left: 20px;
}

#logoBitcon {
  position: absolute;
  top: 30px;
  right: 30px;
}

/********************* menu ******************************/

#menuContent {
    background-color: rgb(228,104,17);
    background-image: url('../images/background-menu.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 47px;
    margin: 0px 0px 0px 0px;
}

#menuHorizontal {
}

#menuHorizontal ul {
    position: relative;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

#menuHorizontal a {
	display: block;
	text-decoration: none;
	padding: 1px 10px 1px 10px;
	border-right: solid 1px rgb(30,47,118);
	color: rgb(30,47,118);
	font-size: 110%;
}

#menuHorizontal a:hover {
	color: White;
	text-decoration: underline;
}

#menuHorizontal li {
	float: left;
}

#menuHorizontal li ul li {
  	border-bottom: gray 1px solid;
  	border-top: 1px solid #FFFFFF;
	border-right: solid 1px gray;
	border-left: solid 1px white;
  	padding: 2px;
  	margin: 0px;
	background-color: rgb(228,104,17);
}

#menuHorizontal li ul a {
  width: 130px;
  border: none;
  font-size: 11px;
}

#menuHorizontal li ul {
	margin: 0px;
	padding: 1px;
	position: absolute;
	width: 150px;
	left: -999em;
	z-index: 99;
}

#menuHorizontal li ul ul {
	margin: -1em 0 0 150px;
}

#menuHorizontal li ul ul li a {
	border-left: solid 1px white;
}

#menuHorizontal li.menuHover ul, #menuHorizontal li li.menuHover ul {
	left: auto;
}


/********************* main content **********************/

h1 {margin: 0px; padding: 4px 0px 0px 20px; font-size: 100%;}

#mainContent {
  background-image: url('../images/background-page.gif');
  background-repeat: repeat-x;
  background-position: top left;
  margin: 0px;
}

#mainContent .inside {
  padding: 0px 20px 0px 20px;
}

#mainContent .lblPublishDate {
  font-size: 90%;
}

#mainContent .articlePerex {
  padding-bottom: 5px;
}

#mainContent .articleTitle {
  margin: 5px 0px 4px 0px;
  color: rgb(19,105,156);
}

#mainContent .articleText {
  padding-bottom: 20px;
  line-height: 1.5em;
}

#mainContent h3 {
   clear: both;
   color: rgb(19,105,156);
   margin-bottom: 5px;
}

#mainContent h4 {
   clear: both;
   margin-bottom: 5px;
}

#mainContent p {
  margin-top: 0px;
}

/********************* article detail ********************/

.articleDetail {
	text-align: left;
	margin-top: 10px;
	font-weight: normal;
}

.articleText ul li {
	margin-bottom: 0px;
}

.articleDetailPictures .itemPicture {
	padding: 20px;
	width: 230px;
	text-align: center;
	vertical-align: top;
}

.articleDetailSectionPath {
	margin-bottom: 10px;
}

.articleDetailSectionPath a {
	text-decoration: none;
	color: Silver;
	font-weight: normal;
	font-size: 90%;
}

.articleDetailSectionPath a:hover {
	color: rgb(252,195,0);
	text-decoration: underline;
}

.articleSectionTitle {
  text-align: right;
}

/********************* section **********************/

.sectionItem {
  clear: both;
  border-bottom: solid silver 1px;
  margin-bottom: 0px;
  padding-bottom: 2px;
}

.perexImage, #imgSectionPerexImage {
  float: right;
  margin-left: 5px;
  padding: 1px;
  background-color: Silver;
}

.sectionItem .articlePerex {
  font-style: normal;
  padding-bottom: 0px;
  width: auto;  
}

.sectionItem .articlePerex p {
	margin: 0px;
}

#grdSections {
	margin-bottom: 20px;
	margin-top: 10px;
}

#grdSections td {
	vertical-align: top;
	width: 25%;
}

#grdSections .sectionItem {
	border: none;
}

#grdSections .sectionItem .perexImage {
	border: solid 1px silver;
	float: right;
	margin-left: 5px;
}

#grdSections .sectionItem .articleTitle {
	display: block;
	font-weight: bold;
}

#grdSections .sectionItem .articlePerex {
	margin: 0px;
}

#divSectionPerex {
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: solid 1px silver;
}

#divSectionPerex #imgSectionPerexImage {
    float: right;
}

.sectionTitle {
    text-align: left;
}

.grdArticles .sectionItem {
	text-align: left;
}

.grdArticles .sectionItem .articleTitle {
	font-size: 100%;
	font-weight: bold;
}

.grdArticles .sectionItem .articleTitle a {
	font-weight: bold;
}

.grdArticles .sectionItem .articleTitle .articleDate {
	font-size: 80%;
	color: gray;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

.grdArticles .sectionItem .itemIcon {
	float: left;
}

.grdArticles .sectionItem .articlePerex {
	margin-left: 25px;
}

/************************** basket *************************/

#basket .articleTitle {
    font-size: 110%;
}

#basket .basketList {
    width: 99%;
    border-collapse: collapse;
}

#basket .basketList td {
    padding: 2px 4px 2px 4px;
}

#basket .basketList .header {
    background-color: rgb(54,107,158);
    color: White;
}

#basket .basketList .header th {
    padding: 2px 4px 2px 4px;
    text-align: center;
}

#basket .basketTotalSum {
    width: 99%;
    border-collapse: collapse;
    background-color: silver;
}

#basket .basketTotalSum td {
    text-align: right;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}

#basket .basketButtons {
    padding: 20px;
    text-align: center;
}

#basket .basketButtons .button {
    width: 180px;
    cursor: pointer;
}

#basket .basketButtons .pay {
    background-color: #20602F;
    color: White;
    font-weight: bold;
}

#basket .back {
    clear: right;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
	border-top: solid 1px silver;
	padding-top: 2px;
	margin-top: 20px;
}

/*********************** order form ************************/

#orderForm .termsOfTrade {
    margin: 20px 0px 20px 0px;
}

#orderForm .buttons {
    margin: 20px 0px 0px 0px;
    padding: 5px;
    border-top: silver 1px solid;
    border-bottom: silver 1px solid;
    text-align: center;
    background-color: #DDDEDA;
}

#orderForm .buttons .button {
    width: 180px;
}

#orderForm .buttons .continue {
    background-color: #20602F;
    color: White;
    font-weight: bold;
}

/*********************** productList ***********************/

.articleItem {
	text-align: center;
	margin: 0px 18px 20px 0px;
}

.articleItemEdge {
	margin: 0px 0px 20px 0px;
}

.articleItem .item {
	border: 1px solid rgb(54,107,158);
	width: 150px;
	height: 140px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.articleItem .price {
	font-weight: bold;
	font-size: 85%;
}

.articleItem .perex {
	background-color: rgb(54,107,158);
	color: white;
	text-align: center;
	font-size: 78%;
}

.articleItem .perex a {
	color: white;
	text-decoration: none;
}

/********************* footer ****************************/

.footerClaim {
	margin: 5px auto 5px auto;
	clear: both;
	padding: 5px 5px 5px 20px;
	border-top: solid 8px rgb(228,104,17);
	margin-top: 10px;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	color: white;
	background-color: rgb(30,47,118);	
}

#footer {
	width: 780px;
	text-align: right;	
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: black;
}


#footer .copyright {
}

#footer .developer {
    text-align: left;
}

#footer .developer a {
	text-decoration: none;
}

#footer .developer a:hover {
	color: rgb(199,16,6);
	text-decoration: underline;
}

