/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}

a {
	text-decoration: none;
	color: #0099CC;
}

a:hover {
	text-decoration: underline;
}

.header {
	/*background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;*/
}

.topMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

	.topMenu A {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.topMenu A:hover {
		color: #FFFF00;
		text-decoration: underline;
	}

.topMenuBg {
	background-image: url(../images/top-menu-background.gif);
	background-repeat: repeat-x;
	height: 26px;
}

.deals {
	font-family: Arial, Verdana, "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

	.deals A {
		color: #000000;
		text-decoration: none;
	}
	
	.deals A:hover {
		text-decoration: underline;
	}

.deals .title {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #ce6b03;
}

.deals ul li {
	list-style-image: url(../images/white-small-arrow.gif);
}

.footer {
	font-family: Arial, Verdana, "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}

	.footer .copyrights {
		color: #ffc600;
	}
	
	.footer .links {
		color: #FFFFFF;
	}
	
		.footer .links A {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		.footer .links A:hover {
			text-decoration: underline;
		}
		
	.footer .poweredby {
		color: #666666;
	}
	
		.footer .poweredby A {
			color: #666666;
			text-decoration: none;
		}
		
		.footer .poweredby A:hover {
			text-decoration: underline;
		}
		
.rightPanel {
	background-color: #f7f4e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.section_heading {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	background-color: #FFFFFF;
}

.vendor_name {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	background-color: #FFFFFF;
}

.content_area{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}

	.content_area img {
		text-decoration: none;
	}

	.content_area a {
		text-decoration: none;
		color: #3366CC;
	}
	
	.content_area a:hover {
		text-decoration: none;
		color: #FF0000;
	}

.customerMenu:hover {
	background-color: #999999;
}

.customerMenu a {
	color: #666666;
	text-decoration: none;
}

.customerMenu a:hover {
	color: #ff0000;
	text-decoration: none;
	background-color: #999999;
}

.success {
	color: #006600;
	font-weight: bold;
	border: 1px solid #003300;
	background-color: #CCFFCC;
	padding: 10px;
}

.error {
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #990000;
	background-color: #FFCCFF;
	padding: 10px;
}

.errMsg {
	margin-top: 30px;
	margin-bottom: 30px;
}

.documents {
	 border: 1px solid #CCCCCC;
}

	.documents td {
		border-bottom: 1px solid #eeeeee;
	}
	
.thickLine {
	border-bottom: 2px solid #999999;
}

.thinLine {
	border-bottom: 1px solid #CCCCCC;
}

.forgotPassword {
	font-size: 11px;
}

.titleRow {
	font-size: 13px;
	font-weight: bold;
	background-color: #eeeeee;
}

.notes {
	font-size: 11px;
}

.siteNewsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}

.siteNewsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

	.siteNewsText:hover {
		background-color: #eeeeee;
	}

.siteIconMargin {
	margin: 5px;
}

.coversText {
	font-size: 10px;
	color: #006699;
}

.coversPrice {
	font-weight: bold;
	color: #999999;
}

.coversLink:hover {
	cursor: pointer;
}