

/* ------------------------------------------- */

/*                                             */

/*              Redfined HTML tags             */

/*                                             */

/* ------------------------------------------- */



body {

	background-color: #2F2F45;

	background-image: url(../img/main/bg_gradient.jpg);

	background-repeat: repeat-x;

	margin: 0px;

	padding:0px;

	}



p {

	margin:0px;

	padding:0px;

	}



ol {

	list-style-image:url(../img/pages/faq/faq-icon.gif);

	}

	

ol li { 

	margin-top: 2px;

	margin-bottom: 2px;

	}



form {

	margin:0px;

	padding:0px;

	}



table {

	margin:0px;

	padding:0px;

	display:block;

	}

	

/* ------------------------------------------- */

/*                                             */

/*            Non size-specific tags           */

/*                                             */

/* ------------------------------------------- */



a:link {

	color: #BB3500;

	text-decoration: none;

	border-bottom: 1px dotted #EFC9BC;

	}



a:visited {

	text-decoration: none;

	color: #BB3500;

	border-bottom: 1px dotted #EFC9BC;

	}



a:hover {

	text-decoration: none;

	color: #BB3500;

	border-bottom: 1px dotted #EFC9BC;

	}



a:active {

	text-decoration: none;

	color: #BB3500;

	border-bottom: 1px dotted #EFC9BC;

	}


a.model_link {
	color:#000000;
	text-decoration:underline;
	}

a.model_link:hover {
	color:#BB3500;
	text-decoration:underline;
	}

a.model_link:visited {
	text-decoration: none;
	color: #333333;
	border:none;
	text-decoration:underline;
	}
	

.prod_info_prices { color:#434343; }

.login_title { font-weight:bold; color:#434343; }

.account_labels { color:#434343; margin-left:8px; }



/*	Specific pixel font sizes */
.font10px {
font-size:10px;
}

.font12px {
font-size:12px;
}

.font15px {
font-size:15px;
}

.fr {
float:right;
}

.cl {
clear:left;
}

.cb {
clear:both;
}

.boldItalic {
font-weight:bold;
font-style:italic;
}