body {
	color:			#000000;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	margin:			0px;
}
a {
	color:			#003DAD;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#header {
	height:			180px;
	color:			#FFFFFF;
	background-color:#FFF;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
}
.inner {
	width:			900px;
	margin-left:	auto;
	margin-right:	auto;
}
#footer {
	height:			80px;
	color:			#FFFFFF;
	background-color:#000;
	font-size:		14px;
	position:		relative;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	font-weight: bold;
	padding-top: 10px;
}

#footer a:link, #footer a:visited {
	color:			#FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color:			#FFFFFF;
	text-decoration: underline;
}

.topnav {
	position:		relative;
	width:			450px;
	margin-left:	auto;
	margin-right:	auto;
	left:			195px;
	top:			-15px;
	font-size:		11px;
	font-style:		normal;
	color:			#666666;
	text-align:		right;
}
.topnav_inner {
	border:			5px solid white;
	background-color:#DDDDDD;
	padding:		5px;
}
.topnav_text {
	border:			1px solid #CCCCCC;
	padding:		4px;
	width:			105px;
	font-size:		13px;
	font-weight:	bold;
}

#info_bar {
	height:			20px;
	margin-left:	auto;
	margin-right:	auto;
	margin-bottom:	20px;
	background-color:#0A0A0A;
	background-image: url(images/infobar_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 20px;
}
.inner_bar {
	width:			900px;
	margin-left:	auto;
	margin-right:	auto;
}
#content {
	width:			900px;
	margin-left:	auto;
	margin-right:	auto;
	position:		relative;
	min-height:		500px;
}

.box_left_grey {
	background-color:#EBF5FF;
	color:			#1F1F1F;
	width:			180px;
	padding:		15px;
	border:			10px solid white;
	font-size:		12px;
	line-height:	18px;
	color:			#333333;
}
.box_left_grey_head {
	font-size:		16px;
	font-weight:	bold;
	height:			26px;
	border-bottom:	1px solid #BBBBBB;
	margin-bottom:	15px;
	color: #222;
}

.top_buytes_feed {
	float:			left;
	background-color:#FFFFFF;
	width:			638px;
	line-height:	18px;
}
.top_buytes_feed_head {
	color:			#000;
	font-size:		20px;
	font-weight:	bold;
	height:			35px;
	border-bottom:	1px solid #BBBBBB;
	margin-bottom:	15px;
}
.top_buytes {
	padding-bottom:	10px;
	border-bottom:	1px solid #DDDDDD;
	margin-bottom:	10px;
}
.deleted {
	filter:alpha(opacity=40);
	opacity:0.4;
}
.buytes_image {
	border:			1px solid #DDDDDD;
}

.buyte_head {
	color:			#000;
	font-weight:	bold;
	margin-bottom:	6px;
	font-size: 15px;
}
.buyte_info {
	color:			#1A1A1A;
}
.buyte_url {
	
}
.buyte_code {
	color:			#888888;
}

.right_pane {
	position:		absolute;
	left:			640px;
	top:			-140px;
	width:			220px;
}

.new_to_buyya {
	background-color:#EBF5FF;
	color:			#1F1F1F;
	width:			180px;
	padding:		15px;
	border:			10px solid white;
	font-size:		12px;
	line-height:	18px;
	color:			#333333;
}
.new_to_buyya_head {
	position:		relative;
	color:			#404040;
	font-size:		20px;
	font-weight:	bold;
	height:			26px;
	border-bottom:	1px solid #BBBBBB;
	margin-bottom:	15px;
}

.thumbs {
	margin-bottom:	3px;
	margin-right:	3px;
	border:			1px solid #DDDDDD;
	float:			left;
}
.thumbs:hover {
	border:			1px solid black;
}

.button_okay {
	padding-left:	16px;
	padding-right:	16px;
	padding-top:	5px;
	padding-bottom:	5px;
	background-color:#0000CC;
	color:			#FFFFFF;
	border:			1px solid #000033;
	cursor:			pointer;
}

.button_play {
	color:			#FFFFFF;
	cursor:			pointer;
	background-image: url(images/play_btn.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 73px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.button_paws {
	color:			#FFFFFF;
	cursor:			pointer;
	background-image: url(images/paws_btn.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 42px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.button_fav {
	color:			#FFFFFF;
	cursor:			pointer;
	background-image: url(images/fav_btn.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 103px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.button_all {
	color:			#FFFFFF;
	cursor:			pointer;
	background-image: url(images/all_btn.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 42px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.button_search {
	cursor:			pointer;
	background-image: url(images/search_btn.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 73px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.button_addfav {
	cursor:			pointer;
	background-image: url(images/add_btn.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 142px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

.button_remfav {
	cursor:			pointer;
	background-image: url(images/remove_btn.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 190px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.button_signup {
	cursor:			pointer;
	background-image: url(images/signup_btn.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 120px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logbar {
	height: 36px;
	width: 451px;
	background-image: url(images/login-bar-bg.gif);
	padding: 7px;
}

.button_login {
	cursor:			pointer;
	background-image: url(images/login_btn.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 73px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.button_notokay {
	padding-left:	16px;
	padding-right:	16px;
	padding-top:	5px;
	padding-bottom:	5px;
	color:			#FFFFFF;
	border:			1px solid #330000;
	cursor:			pointer;
}

.form_text {
	border:			1px solid #CCCCCC;
	padding:		4px;
	font-weight:	bold;
}

.helptext {
	font-size:		11px;
	color:			#999999;
}

a.smalllink {
	font-size:		11px;
	color:			#1A1A1A;
	text-decoration:none;
}

a.smalllink2 {
	font-size:		11px;
	color:			#999999;
	text-decoration:none;
}
a.smalllink:hover {
	text-decoration:underline;
	background-color:white;
}
a.smalllink2:hover {
	font-size:		11px;
	color:			#666666;
	text-decoration:underline;
}
.blogo {
	margin-bottom: 10px;
}
