﻿/* general ================================================================= */

*
{
  margin: 0;
  padding: 0;  
}

h1 {
  font-size: 2.0em;
  font-weight: normal;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
}

h2 .normal
{
	font-size: 0.67em;
}

h3{
	font-size: 1em;
	font-weight: bold;
}

h1, h2, h3, p {
  margin: 0 0 1em 0;
}

hr
{
    margin: 20px 0 20px 0;
    border: solid 1.5px #00CC00;
}

ul
{
	margin-left: 20px;
}

.submit
{
	text-align: right;
}

/* general form ================================================================= */

textarea
{
	width: 300px;
	height: 100px;
}

input.text, input.textError, input.textSmall, input.textSmallError, input.quantity, textarea, input.button, input.buttonBig, input.buttonMedium, input.buttonSmall, select
{
	font-family: Verdana;
	padding: 1px;
	font-size: 1em;
}

input.text, input.textError, input.textSmall, input.textSmallError, textarea, select, .formText
{
	color: navy;
}

input.text:focus, input.textError:focus, input.textSmall:focus, input.textSmallError:focus, input.quantity:focus, textarea:focus, select:focus
{
	border-style: solid;
	border-color: blue;
}

input.text, input.textError
{
	width: 200px;
}

input.textSmall, input.textSmallError
{
	width: 50px;
}

input.error, input.textSmallError
{
    background-color:#FFEAEA;
    border: 1px solid #FF0000;
    padding: 2px 1px 2px 1px;
}

input.buttonBig
{
	width: 250px;
}

input.buttonMedium
{
	width: 170px;
}

input.buttonSmallM
{
	width: 130px;
}


input.buttonSmall
{
	width: 100px;
}

fieldset
{
	margin: 10px 0 20px 0;
	padding: 10px;
	border: solid 2px #EBEBEB;
}

fieldset legend
{
	font-size: 1.5em;
	padding: 0 5px 0 5px;
	color: black;
}

fieldset p
{
	margin: 8px;
}

/* main ================================================================= */

body {
  text-align: center;
  font: small/1.4 Verdana;
  background-color: Gray;
}

#wrapper 
{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  background-color: white;
}

/* header ================================================================= */

#headerWrapper
{
    width: 100%;
    background-color: Black;
}

#header 
{
    width: 760px;
    height: 60px;
    margin: 0 auto;
	position: relative;
}

#header #logo
{
	position: absolute;
	left: 0;
	bottom: 0;
	border: 0;
	margin: 7px 15px;
}

#loggedIn
{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 5px 10px 5px 10px;
	color: White;
}

#notLoggedIn
{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 2px 5px;
	color: White;
	font-size: 1.7em;
}

#loggedIn a
{
	color: blue;
}

/* content ================================================================= */

#contentWrapper
{
    width: 760px;
    margin: 0 auto;
}

#content { 
  width: 560px;
  float: right;
  padding-top: 12px;
  padding-bottom: 30px;
}

/* news ==================================================================== */

#content .news, #content .newsNew
{
    padding: 10px;
    border-bottom: 2px dotted #CCCCCC;    
}

#content .newsNew
{
	border: solid 2px Yellow;
	margin-bottom: 10px;
}

#content .news h2, #content .newsNew h2
{
    margin: 0;
	font-size: 1.1em;
}

#content .news a, #content .newsNew a
{
	color: blue;
}

#content .news .date, #content .newsNew .date
{
    margin: 0 0 0 5px;
    float: right;
    color: #666666;
}

#content .news img, #content .newsNew img
{
    float: right;
    margin: 0 0 0 7px;
}

/* mainNav ================================================================== */

#mainNav {
  width: 180px;
  float: left;
} 

#mainNav ul {
  list-style: none;
  margin: 0;
}

#mainNav a
{
    width: 100%;
    display: block;
    padding: 3px 5px;
    margin: 2px;
    text-decoration: none;
    background-color: white;
	color: blue;
} 

#mainNav a.level0
{
	background-color: #EBEBEB;
}

#mainNav a.level1
{
	background-color: #DBDBDB;
}

#mainNav a.level2
{
	background-color: #C9C9C9;
}

#mainNav a:hover
{
    background-color: #1C86EE;
    color: white;
}

#news #mainNav .news a, 
#faq #mainNav .faq a, 
#documentationCommercial #mainNav .documentationCommercial a, 
#documentationTechnical #mainNav .documentationTechnical a, 
#download #mainNav .download a, 
#support #mainNav .support a, 
#registrationCodes #mainNav .registrationCodes a, 
#productCatalog #mainNav .productCatalog a, 
#buyingWizzard #mainNav .buyingWizzard a, 
#placedOrders #mainNav .placedOrders a, 
#media #mainNav .media a, 
#video #mainNav .video a 
{
    background-color: blue;
    color: white;
}

/* moreInfo ================================================================= */

#moreInfoWrapper { 
  clear: both; 
  width: 100%;
  background-color: #737373;
  color: White;
} 

#moreInfoLinkWrapper
{
    width: 760px;
    margin: 0 auto;
}

#moreInfoLink
{
    width: 560px;
    float: right;
    margin: 7px 0 10px 0;
    color: Blue;
}

#moreInfoContentWrapper
{
    width: 760px;
    margin: 0 auto;
}

#moreInfoContent
{
    width: 560px;
    margin: 0 auto;
    float: right;
}

#moreInfoContent fieldset
{
	float: left;
	border: solid 2px darkgray;
	background-color: Gray;
}

#moreInfoContent fieldset legend
{
	font-size: 1em;
	color: white;
}


#moreInfoContent fieldset label
{
	width: 8em;
	float: left;
	text-align: right;
	margin: 0 5px 0 5px;
}

#moreInfoContent fieldset textarea, #moreInfoContent fieldset input.text
{
	width: 300px;
}

#moreInfoContent fieldset textarea
{
	height: 100px;	
}

#moreInfoContent .vcard
{
	margin: 10px 0 10px 0;
}

#moreInfoContent .vcard a
{
	color: white;
}

#moreInfoClear
{
    clear: both;
}

/* Footer ================================================================= */

#footerWrapper
{
    background-color: Gray;
    clear: both;
}

#footerWrapper1
{
    width: 760px;
    height: 70px;
    margin: 0 auto;
    padding: 7px 0;
}

#footer 
{
    width: 560px;
    float: right;
    color: white;
}

#logoSpica
{
    float: right;
    margin-right: 3px;
}

/* ================================================================= */

#mainNav {
  padding-top: 10px;
  padding-bottom: 10px;
}

#mainNav * {
  padding-left: 10px;
  padding-right: 10px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}
/*
#content * {
*  padding-right: 20px; was there in original desig, don't know why and it only makes troubles
}

#content * * {
  padding-right: 0;
}
*/
.clear
{
	clear:both;
}

/* login ================================================================= */

#loginForm
{
	border-color: #3333;
	padding: 10px;
	margin-bottom: 15px;
	background-color: white;	
}

#loginForm label
{
	width: 8em;
	float: left;
	text-align: right;
	margin: 0 5px 0 5px;
}

/* productCatalog ======================================================== */

.productGroup
{
	border: 1px #E8E8E8 solid;
	padding: 5px;
	margin-bottom: 10px;
}

.productGroup img
{
	float: left;
	border: 0;
	margin: 15px 10px 10px 0;
}

.productList
{	

	border: 1px #E8E8E8 solid;
}

.productListItem, .productListItemLast
{
	margin: 5px;
	padding: 5px;
}

.productListItem
{
	border-bottom: 1px #E8E8E8 solid;
}

.productListItem img, .productListItemLast img
{
	float: left;
	border: 0;
	margin: 15px 10px 10px 0;
}

.productListItem .buy, .productListItemLast .buy
{
	text-align: right;
}

.productListItem a.readMore, .productListItemLast a.readMore
{
    margin: 0 5px 0 5px;
    float: right;
}

.productListItem input.quantity, .productListItemLast input.quantity
{
    text-align: right;
}

.productListItem span.articleNew, .productListItemLast span.articleNew 
{
    background-color: Yellow;
    font-weight: normal;
    padding : 2px 3px;
    margin-right: 3px;
}

.shoppingCart
{
	padding: 5px;
	margin-bottom: 10px;
	border: solid 2px #3333;
	background-color: white;
}

.shoppingCart .level1
{
	background-color: #FFFF00;
	padding: 7px;
}

.shoppingCart .level2
{
	background-color: #ECEC00;
	padding: 7px;
}

.shoppingCart .top
{
	background-color: #F2EF86;
	padding: 5px;
}

.shoppingCart .contractExpandLink
{
	background-color: #D6CC58;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;

}

.shoppingCart .top a
{
	color: blue;
}

.shoppingCart #ShoppingCartItems
{
	padding: 5px;
}

.shoppingCart ul
{
    list-style: none;
    margin: 0;
}

.ShoppingCartMenuSelected
{
	background-color: yellow;
	padding: 5px 5px 2px 5px;
}

.ShoppingCartMenuNotSelected
{
	background-color: white;
	padding: 5px 5px 2px 5px;
}

.orderExplainingText
{
	color: green;
	margin-bottom: 10px;
}

.ShoppingCartOrderItem
{
	background-color: #F2EF86;
	border: 1px #EDEA5A solid;
	width: 100%;
	margin: 0 0 5px 0;
}

.ShoppingCartOrderItem .changeQuantityLink
{
	color: #808080;
}

.ShoppingCartOrderItem .changeQuantity
{
	padding: 2px;
	background-color: #E6DF93;
}

.ShoppingCartOrderItem .calculationCell
{
	text-align:right;
	width: 90%;
}

.ShoppingCartOrderItem .value, .ShoppingCartOrderItem .price, .ShoppingCartOrderItem .quantity
{
	display: block;
	float: right;
	margin: 0 3px 0 0;
	padding: 0 2px;
	background-color: #EDE68B;
}

.ShoppingCartOrderItem .value
{
	width: 110px;
}

.ShoppingCartOrderItem .price
{
	width: 200px;
}

.ShoppingCartOrderItem .quantity
{
	width: 55px;
}


.BuyItemsTotal
{
	text-align: right;
	margin-top: 5px;
}

.BuyItemsTotal p
{
	line-height: 0.6em;
	margin-right: 5px;
}

.BuyItemsTotalClearItems
{
    float: left;
    font-size: smaller;
}

.BuyAction
{
	padding: 5px;
	margin-top: 10px;
	background-color: #F2EF86;
	text-align: right;
}

.BuyForm
{
	margin-top: 10px;
}

.BuyForm th
{
	font-weight: normal;
	text-align: right;
	padding: 2px 5px;
	width: 170px;
}

.BuyOrderFinal
{
	display: block;
	padding: 5px;
	border: 2px #ECE48C solid;
	background-color: #F2EF86;
	margin-bottom: 5px;
}

#productSearch 
{
    margin-bottom: 5px;
}

/* buying wizzard ======================================================== */

#BuyingWizzardGeneratedItems ul
{
    list-style: none;
    margin: 0;
}

/* documents ============================================================= */

.documentList
{
	margin-bottom: 1.5em;
}

.documentList ul
{
	list-style: none;
	margin: 0;
}

.documentList li
{
	padding-bottom: 8px;
}

.documentList img
{
	float: left;
	padding-right: 5px;
	padding-bottom: 0px;
}

.documentList a
{
	padding: 3px 30px 3px 0;
	color: blue;
} 

.documentList a:hover
{
    background-color: #1C86EE;
	color: white;
}

.documentList .size
{
	font-size:xx-small;
}

/* support, buyingWizzard ============================================= */

#support th, #buyingWizzard th
{
	font-weight:normal;
	text-align:right;
	padding: 2px 5px;
}

#support th
{
	width: 250px;
}

#support textarea
{
	width: 500px;
	height: 100px;
}

#buyingWizzard #idTechnology label, #buyingWizzard #cardTechnology label
{
	padding-left: 5px;
}

#buyingWizzard th
{
	width: 350px;
}

#buyingWizzard .moreOptions
{
	background-color: #FFFFCC;
	width: 100%;
	padding: 10px 0 10px 0;
}

/* placedOrders ============================================= */

#GridViewOrders
{
	border-collapse: collapse;
	border: 2px solid #CCCCCC;
}

#GridViewOrders col
{
    border-right: 1px solid #ccc;
}

#GridViewOrders td, #GridViewOrders th
{
    padding: 0.3em;
}

#GridViewOrders tr:hover
{
    background-color: #1C86EE;
}

.alignRight
{
	text-align: right;
}

.alignCenter
{
	text-align: center;
}

/* media ====================== */

.mediaItem
{
	float: left;
	width: 165px;
	padding: 0 0 5px 0;
	margin: 0 10px 10px 0;
	text-align: center;
	border: solid 2px #E6E6E6;
}

.mediaItem:hover
{
	border-color: #1C86EE;
}

.mediaItem .title
{
	background-color: #E6E6E6;
	padding: 3px;
	margin-bottom: 5px;
}

.mediaItem ul
{
	list-style: none;
}

/* edit personal data ============================================= */

#editPersonalData th
{
	font-weight:normal;
	text-align:right;
	padding: 2px 5px;
	width: 200px;
}

/* error ================================================================= */

.LabelErrorMessage, .LabelOKMessage
{
    color: White;
    padding: 5px;
    display: block;
}

.LabelErrorMessage
{
    background-color: Red;
}

.LabelOKMessage
{
    background-color: green;
}

.LabelErrorMessage a, .LabelOKMessage a
{
	color: white;
}

.textError
{
    color: #FF0000
}

/* misc ============================================= */

.small
{
	font-size: 0.76em;
}

li.mainMenuDivider
{
	border-bottom: 1px #DBDBDB solid;
}

.icon_24
{
width: 24px;
height: 24px;
}

.icon_32
{
width: 32px;
height: 32px;
}

.back_official
 {
    background-color: #CDCDC1;
}

.back_RC
 {
    background-color: #CDCDC1;
}

.back_Beta
 {
    background-color: #CDCDC1;
}

.back_3rd
 {
    background-color: #CDCDC1;
}


