/* IMAGES */

#loadingIcon{
	width:18px;
	height:18px;
	visibility: hidden;
	position:absolute;
	bottom:0;
	right:0;
}

#amflogo-large {
	width: 240px;
	height: 27px;
	margin-right: 50px;
}

#amflogo-small {
	width: 101px;
	height: 13px;
}

#envelope {
	width: 26px;
	height: 19px;
}

#googlelogo {
	width: 73px;
	height: 26px;
	float: right;
	margin-right: 10px;
}

#myhomepage {
	width: 113px;
	height: 13px;
	position: relative;
	bottom: 8px;
	left: 125px;
	z-index: 100px;
	padding: 2px;
	background-color: #ffffff;
}

#close_msgBox {
	width: 11px;
	height: 11px;
	position: absolute;
	top: 4px;
	right: 6px;
}

.flag {
	background-image: url('/images/flags/sprite.png');
	display: inline-block;
	width: 30px;
	height: 18px;
	border: 1px solid #cccccc;
	margin: 0 10px 5px 0;
}

#fb_pic {
	width: 25px;
	height: 25px;
	padding: 3px;
	border: 1px dotted #cccccc;
}

/* DEFAULTES */
a {
	color: #0000FF;
	text-decoration: none;
}

a img {
	border: 0;
}

hr {
	background-color: #d0d0d0;
	border: 0;
	clear: both;
	height: 1px;
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top
}

/* USEFULL CLASSES */
.frame {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #8899AA;
	padding: 10px;
	outline: none;
	overflow: visible;
}

.hide {
	visibility: hidden;
}

.pointer {
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* CUSTOM CLASSES */
.indent {
	margin-left: 10px;
}

.center {
	width: 980px;
	margin: 0 auto;
}

.seperate-1 {
	border-right: 1px dotted #cccccc;
	margin-right: 10px;
	padding-right: 10px;
}

.seperate-left {
	border-left: 1px dotted #cccccc;
	margin-left: 10px;
	padding-left: 10px;
}

.seperate-2 {
	border-right: 1px solid #cccccc;
	padding-right: 5px;
	margin-right: 5px;
}

.subcontent {
	background-color: white;
	border: 1px solid black;
	font: 12px/ 18px verdana;
	padding: 10px 0 10px 10px;
}

.text-style-1,.text-style-1 a {
	color: #898378;
}

.text-style-2 {
	color: #1111cc;
	text-decoration: underline;
}

.text-style-3 {
	color: #0489b7;
	font-size: 13px;
}

/* All My Faves Styling */
body {
	background: url('/images/top.gif') repeat-x;
	margin-top: 5px;
	font-family: Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
}

.subcontent a {
	color: #000000;
}

.subcontent a:hover {
	text-decoration: underline;
}

#msgBox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffcf;
	border: 1px solid #EEEEBB;
	display: none;
	font-size: 11px;
	padding: 3px 20px 6px 5px;
	position: relative;
	font-family: Verdana, Helvetica, Sans-Serif;
}

/* reorder this - maulbogat*/
#footer {
	margin-top: 20px;
}

#copyrights {
	font: 10px/ 16px verdana;
	margin-top: 10px;
}

#header {
	margin-bottom: 20px;
	color: #525252;
	height: 37px;
	font: bold 12px/ 24px helvetica;
}

#header a {
	color: #525252
}

#header span {
	display:inline-block;
	height:100%;
	padding-top:20px;
}

#top-menu {
	color:#2d3e70;
	font:11px helvetica;
	float:left;
	min-width:500px;
	margin:3px;
}

#top-menu a {
	color: #2d3e70;
}

#content {
	margin-bottom: 10px;
}

#top {
	margin-bottom: 22px;
}

#international {
	font-size: 12px;
	font-weight: bold
}

#countries {
	background-position: left 27px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#footer ul b {
	font-size: 12px;
}

#footer ul {
	margin-right: 45px;
}

#blog {
	float: right;
	width: 170px;
	font: 12px/ 16px helvetica
}

#bottom-menu {
	font: 10px/ 18px helvetica;
	float: left;
}

#google-search {
	float: right;
}

#categories_subcontent {
	font-weight: bold;
}

.float-img {
	float: left;
	margin: 6px 6px 6px 0;
}

.subcontent h4 {
	font-size: 12px;
	margin: 0 0 5px 0;
}

.subcontent ul {
	padding-right: 10px;
}

.subcontent ul ul {
	font-weight: normal;
	padding: 0;
}

.favline {
	border: 1px dotted #CCCCCC;
	border-top:0;
	width: 979px;
}

.favline_title {
	font: 14px helvetica;
	display: inline-block;
	width: 97px;
	padding-left: 3px;
	vertical-align:middle;
}

.favline_title a {
	color: #1D1EDB;
	text-decoration: none;
}

.favline_title a:hover {
	color: #1D1EDB;
	text-decoration: underline;
}

.favcell {
	vertical-align: middle;
	display: inline-block;
}

#favLineWrapper{
	border:1px 1px 0 dotted #CCCCCC;
	width:979px;
}