
*, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	
	}
img {
	border:0;
	}	
A {
  color:#7B7B7B;
  text-decoration: underline;
}

form {
display: inline;
}

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #E46709; }


/* MY*/
body 				{
	background: #FBFBFB; /*url(../img/header_bk.gif) repeat-x*/
	padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;
} 
.mainTable {
	background: #FFF;
	margin: 0 auto 0 auto;
	width:900px;
}
.mainTable .leftBorder {
	background:transparent url(../img/leftBorder.gif) repeat-y scroll 0 0;
	width:15px;
}
.mainTable .rightBorder {
	background:transparent url(../img/rightBorder.gif) repeat-y scroll 0 0;
	width:15px;
}
td, input, textarea {font-size:8pt;  color:#000; line-height:14px; vertical-align:top; padding:0px;}
img      			{border:0px;}


a					{text-decoration:underline;color:#1653be;}
a:hover				{text-decoration:none;color:#E46709;}


/*_________________________________________________*/
ul 					{padding:0; margin:0px; list-style:none;}


.price				{
	font-size:10pt;
	font-weight: bold;
	background: #FFF;
	color:#E46709;
}

/*_________________________________________header_________________________________________________*/

.header				{padding:0px 0px 0px 0px;}
#colSx {
	width:160px;
	border-right:1px solid #CCC;
}
.menu {
	width:100%;
	border-top:2px solid #949494;
	margin-bottom:40px;
}
.menu table tr td {
	padding:3px 3px 0 25px;
	height: 30px;
	background: url(../img/topmenu_sep.gif) no-repeat;

}
.menu a {
	text-decoration: none;
	color:#333;
}
.menu a:hover {
	text-decoration: underline;
	color:#E46709;
}

/*.menu				{background:url(../img/menu_bg.gif) repeat-x 0 0; width:100%}
.menu_left			{background:url(../img/ml.gif) no-repeat 0 0; width:11px; height:46px; display:block}
.menu_right			{background:url(../img/mr.gif) no-repeat 0 0; width:11px; height:46px; display:block}
*/
.content			{padding:4px 0px 15px 0px;}


/*_________________________________________FOOTER_________________________________________________*/
.footer 			{border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5}
.footer td			{color:#7f7f7f; font-weight:normal; vertical-align:middle; text-align:left; height:43px; }
.footer span		{color:#b92c21; font-weight:normal}
.footer span a		{color:#7f7f7f; font-weight:normal}
.footer span a:hover{color:#E46709}
.footer a 			{color:#7f7f7f; text-decoration:none;  font-weight:normal;}
.footer a:hover 	{color:#7f7f7f; text-decoration:underline}


.footer ul li {
	padding:3px;
	margin-right:50px;
	color:#555;

}
.footer ul li * {
	color:#555;
	font-size:8pt;
}
.footer ul li.title {
	font-weight: bold;
	color:#555;
	font-size:8pt;
}


.textbox{
	border: 1px solid #AAA;
	padding: 2px;
	margin: 2px;
}

.textboxactive{
	border: 1px solid #AAA;
	background: #ffffb0;
	padding: 2px;
	margin: 2px;
}

.textarea{
	border: 1px solid #AAA;
	padding: 2px;
	margin: 2px;
}

.textareaactive{
	border: 1px solid #AAA;
	background: #ffffb0;
	padding: 2px;
	margin: 2px;
}

.combobox{
	border: 1px solid #AAA;
	padding: 2px;
	margin: 2px;
}

.comboboxactive{
	border: 1px solid #AAA;
	background: #ffffb0;
	padding: 2px;
	margin: 2px;
}

/* CheckOut */

#CheckOutBox{
	margin-top: 20px;
}

.AspButton, .Button {
	background-color: #bf2121;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	
	border: 0px solid #000;
	padding: 3px;
}

/* Register */

.profileTable tr td{
	line-height: 20px;
}

.buynow {
/*	background: url(../img/buynow.gif) no-repeat;	*/
	width:100px;
	height:30px;
	border:0;
	cursor:pointer;
}

.trynow {

	width:100px;
	height:30px;
	border:0;
	cursor:pointer;
}

.RedButton {
	color:#FFF;
	font-size:10pt;
	font-weight: bold;
	padding:0 3px 0 3px;
	height:22px;
	border:0;
	background: url(../img/button_red_link.gif) repeat-x;	
	cursor: pointer;
}


/*
07/01/2009
NUOVE CLASSI FATTE DA ERNESTO
*/
.product span.productSpecialPrice {
	font-size:14px;
	font-weight: bold;
  color: #E46709;
}
.product ul {
	margin-top:10px;
}

#CheckOutBox {
	padding:5px;
}
.cartRiep {
	margin:0 auto 0 auto;
}
.cartRiep td {
	text-align:center;
	padding:3px;
	vertical-align:middle;
}
.cartRiep .price {
	font-size:12pt;
	font-weight: bold;
	background: #FFF;
	color:#E46709;
}
.cartRiep h1 {
	font-size:10pt;
	color:#E46709;
	padding-bottom:5px;
	margin:0;
	border-bottom:1px solid #E46709;
}
.Star {
	color:#F00;
}
#features {
	padding:0 10px;
	margin:0px 5px 30px 5px ;
}
#features #headers li {
	border: 0;
}
#features #headers li a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color:#E46709;
}
#features #headers li a:hover {
	color:#6495ED;
}
#features span.productSpecialPrice {
	font-size:10pt;
	font-weight: bold;
  color: #E46709;
}
#features .list {
}
#features .list td {
	padding:2px;
	font-size:10pt;
}
#features .list td.title {
	color:#6495ED;
	line-height:10pt;
	height:20px;
}
#features .list td.description {
	font-size:8pt;
	color:#555;
	vertical-align: top;
	line-height: 12pt;
}
#features .list .videoContainer {
	text-align: right;
	position:relative;
}
#features .list .videoBox {	
	padding:3px;
	border:1px solid #E46709;
	background: #FFF;
	position:absolute;
	display: none;
	right:0;
	top:100px;
}
#features .list a {
	text-decoration: none;
	color:#6495ED;
}

#features h1 {
	text-align:left;
	font-size:14pt;
	display: block;
	color:#6495ed;
	margin-bottom:20px;
}
#features h2 {
	padding:0;
	margin:20px 0 5px 0;
	color:#E46709;
	text-transform: uppercase;
}
#features p {
	padding:0;
	margin:0;
	line-height: 15pt;
}
#features ul li {
	list-style: none;
	line-height: 15pt;
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#6495ED;
}


#product {
	padding:10px;
	margin:10px 5px 30px 5px ;
}
#product span.productSpecialPrice {
	font-size:10pt;
	font-weight: bold;
  color: #E46709;
}

#product h1 {
	text-align:left;
	font-size:14pt;
	display: block;
	color:#6495ed;
}
#product h2 {
	padding:0;
	font-size:16pt;
	margin:10px 0 15px 0;
	color:#E46709;
}
#product p {
	padding:0;
	margin:0;
	line-height: 15pt;
}
#product ul li {
	list-style: inside;
	line-height: 15pt;
}
#product .extrafields td {
	padding:3px 3px 3px 0;
	border-bottom:1px dashed #CCC;
	font-size:12px;
}
#product .options {
		width:100%;
}
#product .options td {
	padding:3px 3px 3px 0;
	border-bottom:1px dashed #CCC;

}
#orderDetails p {
	padding-bottom:3px;
	margin: 20px 10px 10px 70px;
	border-bottom:1px solid #AAA;
}
#orderDetails ul {
	margin: 20px 10px 10px 70px;
}
#orderDetails ul li {
	padding:3px;
	display: block;
	clear:both;
}
#orderDetails ul li label {
	margin-right:20px;
	font-weight: bold;
	float:left;
	width:160px;
	text-align:right;
}
#orderDetails #productDetails {
	margin:0 auto 0 auto;
	width:300px;
}
#orderDetails #productDetails td {
	padding:0px;
}
#orderDetails #productDetails.price {
	font-size:12pt;
	font-weight: bold;
	background: #FFF;
	color:#E46709;
}
#orderDetails #serviceDetails {
	float:left;
	width:300px;
}
#orderDetails #serviceDetails td {
	vertical-align:middle;
	padding:3px;
}
#orderDetails .price {
	color:#E46709;
	text-align:right;
}
#userinformation td {
	padding:3px;
}
.separator {
	margin:10px 0 30px 5px;
	padding-top:30px;
	border-top:1px solid #949494;
}
.howtostartsell {
	text-align:center;
}

#howtostartsell table {
	width:90%;
	margin:0 auto 15px auto;
	border-bottom:1px dashed #CCC;
}
#howtostartsell table .number {
	padding-top:3px;
	font-size:22pt;
	font-weight: bold;
	color: #AAA;
	width:60px;
	vertical-align: top;
}
#howtostartsell table .text {
	vertical-align: top;
	padding-bottom:10px;
}
#howtostartsell table .text h1 {
	margin:0 0 10px 0;
	font-size:12pt;
	color: #6495ed;
}
#howtostartsell table .text p {
	line-height: 16pt;
}

.customizations {
	text-align:center;
}

.faq {
	text-align:center;
}
#support {
	padding:10px;
	margin:10px 5px 30px 5px ;
}
#support h1 {
	text-align:center;
	font-size:12pt;
	display: block;
}
#support h2 {
	padding:0;
	margin:10px 0 5px 0;
}
#support p {
	padding:0;
	margin:0;
	line-height: 15pt;
}
#support ul li {
	list-style: inside;
	line-height: 15pt;
}
#support a {
	color:#1653be;
	text-decoration: none;
}
#support a:hover {
	color:#E46709;
	text-decoration: underline;
}

#comingsoon {
	background: url(../img/comingSoon.jpg) no-repeat;
	width:350px;
	height:350px;
	margin: 0px auto 0 auto;
	text-align: center;
}
#staticpage h1 {
	font-size:14pt;
	text-align:center;
	letter-spacing: 2px;
	line-height:16pt;
}
#faq {
	padding:0 15px 0 15px;
}
#faq h1 {
	text-align:center;
	font-size:12pt;
	display: block;
}
#faq h2 {
	padding:0;
	margin:10px 0 5px 0;
	font-size:10pt;
}
#faq a {
	color:#1653be;
	text-decoration: none;
}
#faq a:hover {
	color:#E46709;
	text-decoration: underline;
}
#faq p {
	padding:0;
	margin:0;
	line-height: 15pt;
}
#faq ul li {
	margin-left:20px;
	list-style: url(../img/li_bg3.gif);
	line-height: 16pt;
}
#faq .answers ul li {
	font-weight: bold;	
	margin-left:20px;
	list-style: url(../img/li_bg3.gif);
	line-height: 16pt;
	color: #555;
}
#faq .answers ul li.answer {
	color: #000;
	font-weight: normal;
	list-style: none;
	margin-bottom: 10px;
}
#design h1 {
	text-align:left;
	font-size:14pt;
	display: block;
	color:#6495ed;
	margin-bottom:20px;
}
#design p {
	padding:0;
	margin:0;
	line-height: 15pt;
}
#design ul.points {
	margin: 5px 5px 5px 45px;
}
#design ul.points li{
	float:none;
	list-style: disc;
	padding:0;
	margin:0;
}
#design ul li {
	padding:5px;
	float:left;
	line-height: 15pt;
}
#design a {
	color:#1653be;
	text-decoration: none;
}
#design a:hover {
	color:#E46709;
	text-decoration: underline;
}
#design ul li a {
	padding:0 0 0 20px;	
}
#design dd {	
	margin:10px;
}
#customizations .servers {
	width:100%;
}
#customizations .servers th {
	padding:3px;
	text-align:left;
}
#customizations p {
	line-height: 14pt;
}
#customizations .servers td {
	padding:3px;
	border-bottom:1px dotted #CCC;
	vertical-align: middle;
}
#customizations .servers td.price {
	font-size:10pt;
	font-weight: bold;
	background: #FFF;
	color:#E46709;
	text-align:right!important;
}
#spotboxes {
	margin-right:5px;
}
#spotboxes li {
	border-bottom:1px dotted #CCC;
	padding:10px 2px 10px 2px;
	line-height:12pt;
}

#spotboxes li img {
	border:0;
	margin:3px 0 3px 0;
}
#spotboxes li a {
	text-decoration: none;
}