body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,img{
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
q:before,q:after{
content:'';
}
abbr,acronym {
border:0;
}

table {
font-size:inherit;font:100%;
}
select, input, textarea {
font:99% arial,helvetica,clean,sans-serif;
}
select{
font-family: arial unicode ms, arial, helvetica, clean, san-serif;
}
pre, code {
font:115% monospace;
*font-size:100%;
}

a img {
  border: none;
}

strong {
  font-weight: bold;
}

hr {
  border: 0;
  width: 100%;
  height: 0;
  border-top: solid 1px #dfdfdf;
  background: none;
}

input[type='text'],
input[type='password'],
input[type='file'],
select,
textarea {
  padding: 3px;
  color: #333;
}

input.light {
  background: #fff url('../images/bg-forms-light.png') repeat-x;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
  padding: 3px 15px;
}

input[type='checkbox'],
input[type='radio'] {
  width: auto !important;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.box {
  position: relative;
}

.pointer {
  position: absolute;
}

img.help {
  position: absolute;
  right: 0;
  bottom: 4px;
}

img.avatar {
  background: #f0f0f0;
  padding: 3px;
  border: solid 1px #e6e6e6;
}

.strong {
  font-weight: bold;
}

.hidden {
  display: none;
}

.hintText {
  display: none;
}

.link {
  color: #058ec4;
  cursor: pointer;
}

.link:hover {
  text-decoration: underline;
}

div.hint {
  float: left;
  position: relative;
}

div.hint > label {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 11px 0 0 7px;
  color: #999;
  cursor: text;
}

.title1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.title1 a {
	color: #333333;
}
.title2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px;
}
.title2 a {
	color: #333333;
}

/* Dialogs */

.dialog_b {
	border: 5px solid #f5f5f5;
	background-color:#ffffff;
	padding: 20px;
	overflow: auto;
	text-align:left;
}
.dialog_b .close {
	float: right;
}
.dialog_loading {
	color: #999999;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	margin: 40px 0px 0px;
	vertical-align: middle;
}
.dialog_loading img {
	vertical-align: middle;
}	
.dialog_content_b {
	padding: 20px 20px 0px;
}
.dialog_screen {
	display:none;
	position: fixed;
	_position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	z-index: 1;
	opacity: 0.5;
 	filter: alpha(opacity = 50);
 	-moz-opacity:0.5;
}
.dialog_form_t {
}
.dialog_form_label_c {
	font-size: 13px;
	padding: 10px 10px 10px 0px;
	text-align: right;
	vertical-align: middle;
}
.dialog_form_input_c {
	font-size: 13px;
	padding: 10px 0px 10px;
	vertical-align: middle;
}
.dialog_form_input {
	font-size: 13px;
	padding: 3px;
	width: 200px;
}
.dialog_form_input_select {
	font-size: 13px;
}
.dialog_form_input_radio {
	vertical-align: middle;
}
a.dialog_form_input_radio_link {
	color: #333333;
	margin-right: 15px;
}
.dialog_form_error_c {
	padding: 0px 0px;
}
.dialog_error_b {
	color: #cc0000;
	font-weight: bold;
	text-align: center;
	padding: 30px 0px;
}
.dialog_error {
	color: #cc0000;
	font-weight: bold;
}

.dialog_close{
	position: absolute; 
	top:20px; 
	right:20px;
}

/* Dialogs - menu */

.dialog_menu {
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	margin: 20px 0px 0px;
	line-height:16px;
}
.dialog_menu ul {
	list-style-type: none;
	padding: 5px 0px;
	margin: 0px 20px;
	text-align: left; 
}
.dialog_menu li {
	display: inline;
	padding: 0px;
}
.dialog_menu li a {
	background-color: #C6FFBB;	
	border: 1px solid #cccccc;
	color: #666666;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
}
.dialog_menu li a:hover{
	background-color: #cfffd0;
	text-decoration: underline;
}
.dialog_menu li.selected {
	background-color: #ffffff;
	position: relative;
}
.dialog_menu li.selected a {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff; 
	color:#333333;
	font-weight: bold;
}
.dialog_menu li.selected a:hover{ 
	background-color: #cfffd0;
	text-decoration: underline;
}

/* Dialogs - Login */

.login_t {
	margin: 10px 0px 0px;	
	text-align: left;
}
.login_label_c {
	font-size: 14px;
	padding: 5px 10px 5px 0px;
	text-align: right;
	vertical-align: middle;
}
.login_input_c {
	padding: 5px 0px;
	vertical-align: middle;
}
.login_input {
	font-size: 14px;
	padding: 5px;
	width: 150px;
}
.login_input2 {
	font-size: 13px;
	padding: 3px;
	width: 120px;
}
.login_error_c {
	color: #cc0000;
	font-size: 13px;
	font-weight: bold;
}
.login_button_c {
	padding: 5px 0px;
	vertical-align: middle;
}	
.login_button {	
	background-image: url("../images/update_button.gif");
	border: 0 none;
	color: #666666;
	font-size: 13px;
	width: 115px;
	height: 32px;
	cursor:pointer;	
}
.login_button:hover {
	background-image: url("../images/update_button_hover.gif");
}
.login_privacy_b {
	color: #999999;
	font-size: 13px;
	margin: 15px 0px 15px;
	text-align: center;
}
.login_error_b {
	background-color: #f5f5f5;
	padding: 10px;	
	margin-bottom: 20px;
	text-align: center;
	line-height: 200%;
}
.login_error_b b {
	color: #cc0000;
}

/* T8m Status */
.timeline_r {
	background-color: transparent;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dashed #97c4ee; 
	position: relative;
	padding: 7px 0px 7px 0px;
}
.timeline_t_r {
	background-color: transparent;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dashed #97c4ee; 	
	padding: 7px 0px 7px 0px;
}
.timeline_r:hover {
}

.timeline_r_hightlight{
	background-color: #ffff99;
}
.timeline_r_hide{
	background-color: #cccccc;
}
.timeline_r_unhide{
	background-color: transparent;
}
.timeline_t {

}
.timeline_photo_c {
	width: 60px;
	text-align: center;
	vertical-align: top;
}
.timeline_photo_c img {
	height: 48px;
	width: 48px;
}
.timeline_status_c {
	vertical-align: top;
	line-height: 130%;
	min-height: 48px;
	overflow: hidden;
}
.timeline_reply_r {
	background-color: #f5f5f5;
	border: 1px dotted #d2dada;	
	margin-top: 7px;
	padding: 0;
	position: relative;
}
.timeline_reply_r:hover {
}
.timeline_photo {
	display:block;
	padding: 0px;
	height: 48px;
	width: 48px;
	position: absolute;
	left: 0;
	overflow: hidden;
}
.timeline_photo img {
	height: 48px;
	width: 48px;
}
.timeline_reply_photo {	
	height: 24px;	
	width: 24px;	
}
.timeline_reply_photo img {
	height: 24px;
	width: 24px;
}
.timeline_status {
	display: block;
	line-height: 130%;
	margin-left: 55px;
	margin-right: 0px;
	min-height: 48px;
	overflow: hidden;
}
.timeline_reply_status {	
	margin-left: 31px;
	min-height: 24px;	
}
.timeline_status b {
	color: #cc0000;
}
.timeline_status_text {
	line-height: 130%;
}

.timeline_title {
	background-color: #96bced; 
	vertical-align:bottom;	
}
.timeline_title_text {	
	margin-top:10px;
	font-weight:bold; 
	font-size:20px; 
	color:#ffffff; 
	text-align:center;
	margin-bottom:10px; 
}

.timeline_entry_url_b {
	margin: 5px 0px 0px;
	border: 1px dotted #cccccc;
	padding: 3px 5px;
}
.timeline_entry_url_r {
	font-size: 11px;
	margin: 2px 0px 2px;
	position: relative;
}
.timeline_entry_url_r b {
	color: #666666;
	position: absolute;
	top: 0px;
	left: 0px;
}
.timeline_entry_url {
	color: #666666;
	margin-left: 30px;
}
.timeline_entry_url a {
}
.timeline_time_ago {
	color: #999999;
	display: block;
	font-family: georgia, serif, arial, vernada;
	font-style: italic;
	font-size: 11px;
	margin: 5px 0px 0px;
}
.timeline_action_r {
	color: #666666;
	margin: 7px 0px 0px;
}
.timeline_reply_link {
	font-size: 11px;
	font-family: georgia, serif, arial, vernada;
	font-style: italic;
	float: right;
	padding: 0px 0px 0px 10px;
}
.timeline_reply_link a {	
	text-decoration:none;
}
.timeline_reply_link span.timeline_reply_icon{
	padding:0 7px;
	background: url("../images/icons/icon_reply.png") no-repeat 0 45%;
}
.timeline_reply_link span.timeline_reply_icon_active{
	padding:0 7px;
	background: url("../images/icons/icon_reply.png") no-repeat -17px 45%;	
}
.timeline_reply_link a.timeline_reply_icon{
	padding:0 7px;
	background: url("../images/icons/icon_reply.png") no-repeat 0 45%;
}
.timeline_get_more_b {
	font-weight:bold;
	padding: 10px 10px;
}

.reply_wrap{	
	padding-bottom:5px; 
	border-bottom:1px dashed #97c4ee;
	/*background-color:#e8f1ff;*/
}
.reply_wrap,
.reply_wrap .dialog_form_small_button,
.reply_wrap .dialog_error
{
	font-family:Tahoma, Vernada;
	font-size:11px;
}
.reply_container{
	margin-left:48px; 
	padding-left:7px;
	padding-bottom:10px; 
	background-color:#e8f1ff; 
}
.reply_more{
	padding-top:5px; 
	padding-bottom:5px; 
	text-align:center; 
	border-bottom:1px dashed #97c4ee;
}
.reply_remove_link{
	position:absolute; 
	bottom:3px; 
	right:2px; 
	font-family:georgia, serif, arial, vernada; 
	font-size:11px; 
	font-style:italic;
}

/* Dialogs - New t8m */

.new_t8m_counter {
	color: #999999;	
	font-family:georgia, serif, arial, vernada;
	font-size: 18px;
	margin: 0px 5px;
	padding-top:20px;
	width:50px;
	text-align:left;
}
.status_textarea {
	font-size: 14px;
	height: 60px;
	line-height: 130%;
	margin: 10px 0px 0px;
	overflow: auto;
	padding: 5px;
	width: 420px;
}

.status_reply_textarea {
	font-family:Tahoma, Vernada;
	font-size: 11px;
	height: 15px;
	line-height: 100%!important;
	margin: 10px 0px 0px;
	overflow: auto;
	padding: 5px;
	color:#555555;		
}
.timeline_status_reply_textarea{
	width: 290px;
}
.popular_media_status_reply_textarea{
	width: 350px;
}

.button{	
	background-image: url("../images/buttons/button_bg.png");
	background-position: top left;	
	background-repeat: no-repeat;
	border: 0 none;	
	color: #ffffff;
	font-weight:bold;
	font-size: 13px;
	width: 115px;
	height: 26px;	
	cursor:pointer;
}
.button:hover{
	background-image: url("../images/buttons/button_bg.png");
	background-position: left -26px;
	width: 115px;
	height: 26px;
}
.small_button{	
	background-image: url("../images/buttons/small_button_bg.png");
	background-position: top left;	
	background-repeat: no-repeat;
	border: 0 none;	
	color: #ffffff;
	font-weight:bold;
	font-size: 13px;
	width: 100px;
	height: 26px;	
	cursor:pointer;
}
.small_button:hover{
	background-image: url("../images/buttons/small_button_bg.png");
	background-position: left -26px;
	width: 100px;
	height: 26px;
}
.dialog_form_small_button {	
	background-image: url("../images/small_update_button.png");
	background-repeat:no-repeat;
	border: 0 none;
	color: #666666;
	font-size: 13px;
	width: 80px;
	height: 26px;
	padding:0;
	cursor:pointer;
}
.dialog_form_small_button:hover {
	background-image: url("../images/small_update_button.png");
}
input.dialog_form_small_button {
  	padding:0;
}
.demo_features_b ul li{
	list-style-type: disc;
	list-style-position: outsite;
}

.small_instrustion{
	font-size:11px;
}

.reply_group_code{
	padding: 10px 0;
}
.reply_loading{
	position:absolute; 
	top:-22px; 
	left:-22px;
}
.reply_shorturl{
	font-family: Tahoma, Vernada;
	font-size: 11px;
	position:absolute; 
	top:-30px; 
	right:5px;
}

/*-----SMILES--------*/
.smile_button {		
	position:absolute; 
	top:0; 
	left:0; 
	visibility: visible; 
	width:110px;
	margin-left:5px;
	text-align:left;
}
.smiles {	
	postion:absolute;
	top:0;
	left:0;
	width:76px;
	z-index:100;
    background-color:#666666;
}
.togle_smile {	
	text-align:left;
    
}
.togle_smile div div{ 		
	display:inline;	
	width:40px;
}

.dialog_form_t_t {
	background-color:#cae9fd;
	width: 600px;
}

.menu_profile{
	float:right;
	padding-top:5px;
	line-height:150%;
	color: #f1f1f1;
	text-align:right;	
}
.menu_profile a:link, .menu_profile a:hover, .menu_profile a:visited{
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
}

/* Pagging  */
div.paging {
	clear: both;
	overflow:hidden;
	height:40px;
	margin:5px 0;
	padding: 5px 0 0px 0;	
	text-align: center;
	white-space:nowrap;
}

.paging a:link, .paging a:visited  {
	margin-right: 3px;
	padding: 4px 7px;
	background: #eeeeee;
	border: 1px solid #e1e1e0;
}
	
.paging a:hover {
	margin-right:3px;
}	

.paging span.active {
	margin-right: 3px;
	padding: 4px 7px;
	color: #FFF;	
	font-weight: bold;
	background: #9e9d9c;
	border: 1px solid #9e9d9c;
}	
	
.paging span.inactive {
	margin-right: 3px;
	padding: 4px 7px;
	color: #9e9d9c;
	font-weight: bold;
	background: #f8f8f8;
	border:1px solid #e1e1e0;
}

/*SETTINGS */
#setting_page{
	margin: 10px 10px;
	padding:0;	
	text-align:left;
}

/*LIST PHOTO*/
div.photo_item{
	float:left;
	margin: 5px 20px;	
	width:145px;
	height:210px;
}
div.photo_item_img{	
	height:140px;
	border:1px solid #d5d5d5;
	padding:1px;
	float:left;
}
div.photo_item_img:hover{
	border:1px solid #999999;
}
div.photo_item_title{
	color:#9F9F9F;
	font-weight:normal;
	padding:5px;
	text-align:center;
}

.list_profile{
	width:780px;
	margin:0 auto;
}
.list_profile .photo_item{
	margin: 5px 5px;	
	width:145px;
	height:150px;
}
.list_profile .photo_item_img{	
	float:none;
	width:96px;
	height:96px;	
	padding:1px;
	margin:0 auto;
}

.required_field{
	color: #ff0000!important;
}

.success{
	color: #339933!important;
}

.error,
.form_error{
	color: #cc0000!important;	
}

ul.grid_view{
	list-style:none;
	padding-left:0;
	width:790px;
	margin: 0 auto;
}
ul.grid_view li{
	float:left;
	position:relative; 
	width:140px; 
	height:105px; 
	margin:0 10px 10px 0;
	padding:2px;
	border:1px solid #cccccc;
	text-align:center;
}
ul.grid_view li>div{
	width:140px;
	height:105px;
	overflow:hidden;	
}
ul.grid_view li img{
	vertical-align:middle;	
}
ul.grid_view li .video_thumb{
	position:absolute;
 	background-image: url('../images/icons/video_play.png');
    background-repeat: no-repeat;
    width:40px;
	height:29px;	
	top:37px;
	left:55px;
	opacity: 0.8;
  	filter: alpha(opacity = 80);
}
ul.grid_view li .price{
	position:absolute;
 	background-image: url('../images/prices/price.2.99.jpg');
 	background-position: right bottom;
    background-repeat: no-repeat;
    width:100px;
	height:100px;
	right:2px;
	bottom:2px;
}

ul.main_filmstrip{
	list-style:none; 
	overflow:hidden; 
	padding-left:0;
	width:865px; 
	height:163px;	
	margin: 0 auto 10px;
}
ul.main_filmstrip li{
	float:left;
	position:relative; 
	width:210; 
	height:150px; 
	margin:0 5px 10px 5px;
	padding:2px;
	border:1px solid #cccccc;
	text-align:center;
}
ul.main_filmstrip li>div{
	width:200px;
	height:150px;
	overflow:hidden;
}
ul.main_filmstrip li img{
	vertical-align:middle;	
}
ul.main_filmstrip li .video_thumb{
	position:absolute;
 	background-image: url('../images/icons/video_play.png');
    background-repeat: no-repeat;
    width:40px;
	height:29px;	
	top:59px;
	left:85px;
	opacity: 0.8;
  	filter: alpha(opacity = 80);
}

ul.storelist{
	margin-left:0; 
	overflow-x:hidden;
}
ul.storelist li.selected:before{
	content: "\00BB \0020";
}
ul.storelist li.selected{
	font-weight:bold;
}

.tooltip{
	position:absolute;
	top:-1000px;
	left:-1000px;
	width:250px;
	background-image:url(../images/tip-bg.png);
	background-position:left center;
	color:#FFF;
	padding:5px 5px 5px 18px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}	
.tooltip-image{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:3px;
}	
.tooltip span{
	font-weight:700;
	color:#ffea00;
}
.tooltip li{
	margin-bottom:30px;
}
.tooltip .rfooter{
	padding:10px 10px 0;
	text-align:right;
	font-size:11px;
	white-space:no-wrap;
}

.hot_deals_color{
	color: #fa9756;
}
.premium_channel_color,
.city_guide_color{
	color: #f04951;
}
.classifieds_color{
	color: #5588fc;
}
.food_showcase_color{
	color: #3fc04b;
}

.highlight{
	background-color: #ffff00;
	font-weight:bold;
}

#photo_upload_preview div{
	margin:5px 0 20px 0;
}

.text_tran_light{
	/*padding:0 5px;
	color:#ffffff;
	background: url('../images/tranparent-0.5.png') repeat; 
	*/
}

#banner a:link, #banner a:hover, #banner a:visited{
	color:#ffffff;
}
#info_location,
#info_date{
	color:#ffffff;
	font-weight:bold;
}

.hor_grey_separate{
	background: url('../images/dot_grey.gif') repeat-y;
}

.even_row{
	background-color: #f9f9f9;
}

.more_link
{
    text-align: right;   
}
.more_link a:after,
.box_label a:after
{
	content:' »';
}
.small{
	font-size:12px;
}

/*menu01*/
.menu01{
	margin-bottom:10px;
}
.menu01 .menu_head{
	font-weight: bold;
	font-size: 16px;
	padding: 5px 10px;
	border: 1px solid #d6d6d6;
	background-color: #d6d6d6;
}
.menu01 ul{
}
.menu01 ul li{
	padding:5px 10px;
	border: 1px solid #d6d6d6;
	border-top-width:0;
	background-color: #ffffff;
}
.menu01 ul li.mark{
	background-color: #e8f1ff;
	font-weight:bold;
	color:#555555;
}
.menu01 .mark ul{	
}
.menu01 .mark ul li{
	padding: 0 5px;
	font-weight:normal;
	border:none;
	background-color: #e8f1ff;	
}
.menu01 .mark ul li a,
.menu01 .mark ul li span.selected{
	font-size:12px;
}

.menu01 .mark ul li span.selected{
	font-weight:bold;
	color:#555555;
}

/*clean_box*/
.clean_box{
	border:1px solid #cccccc;
	-moz-border-radius:5px;
	margin-top:20px;
}
.clean_box .box_label{
	margin-top:-15px; 
	padding:0 8px;
}
.clean_box .box_label span{
	background: url('../images/box_top_bg.gif') repeat-x;
	padding-left:2px;
	padding-right:3px;
	font-weight:bold;
}
.clean_box .upper{
	font-weight:bold; 
	text-transform:uppercase;
}
.clean_box .upper a.small{
	text-transform:lowercase; 
	font-weight:normal; 
	margin-left:10px;
}
.clean_box .box_content{
	margin:5px 5px 5px 10px;
	overflow:hidden;
}
.clean_box .box_foot{
	margin:5px 5px;	
}
.clean_box .box_content ul.grid_view li{
	border-color:#e8e8e8!important;
	margin-right:4px!important;
}

/*lang option mod*/
#lang_combo{
display:none;
position:absolute;
top:20px;
right:0px;
background-color:transparent;
padding: 5px 10px;
border:1px solid #f1f1f1;
text-align:right;
width:62px;
z-index:2;
}
#nav_lang a.cur_lang:link, #nav_lang a.cur_lang:hover, #nav_lang a.cur_lang:visited{
}
#lang_combo div{
padding:2px 0 3px 0;
}
#lang-arrow-up{
	display:none;
}

table.grid_t{
	border-collapse:separate;
	border-spacing:1px;
 	background-color: #e8e8e8;
}
table.grid_t th {
 	background-color: #e7e7e7;
 	font-weight: bold;
 	padding: 3px 10px;
 	text-align: left;
}
table.grid_t td {
 	background-color: #fff;
 	padding: 3px 10px;
}
table.grid_t tr.even td{
	background-color: #f5f5f5;
}

form .small_input {
    width: 25%;
}              
form .medium_input {
    width: 45%;
}              
form .large_input {
     width: 70%;
}

/*Form 01*/
.form01 .instructions{
	margin-bottom:10px;
}
.form01 h2.headline{
	font-weight:bold; 
	font-size:18px!important; 
	padding-bottom:5px; 
	border-bottom: 3px solid #cccccc;
}
.form01 form{
	background-color:#eeeeee;
	border:1px solid #e2e2e2;
	border-top-width:0;		
	padding: 25px 30px;
}
.form01 form label {
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;
	margin-top:3px;	
}	
.form01 form p{
	margin: 10px 0;
}
.form01 form p.no_label{
	margin-left:110px;
}
.form01 form p span.form_error{
	display:block;
	margin-left:110px;
}
.form01 form .right_cell{
	float:left;	
}
.form01 form p.submit_row{
	padding-top:10px;
}

/*=LOGIN AD
**********************************************/
#login_ad{
	margin-top:10px;
}
#login_ad strong {
	background:#FEFFD0;
	color:#777777;
	display:block;
	font-size:12px;
	margin-bottom:20px;
	padding:5px 10px;
	/*text-align:center;*/
}
#login_ad a {
	color:#3379C5;
	font-size: 18px;
	font-weight:bold;
	}
#login_ad a:hover {color:#5a5a5a;}
	
#login_ad.v2 a {font-size:12px;}

/*border round*/
.rounded{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px
}
.rounded_top{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px
}
.rounded_bottom{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px
}

/**/
.list_nav_top{
	padding: 5px 10px;
	background-color: #cccccc;
}
.list_nav_top .left{
	float:left;
	font-weight:bold;
}
.list_nav_top .right{
	float:right;
}

#page_header{
	padding: 5px 0;
	color: #333333;
	font-size: 18px;
	font-weight: bold;	
}

.header_line{
	border-bottom:1px solid #cccccc;
}

.browse_categories_side{
	background-color:#eaeaea;	
}
.browse_categories_side a:link, .browse_categories_side a:hover, .browse_categories_side a:visited{
	color:#000000;
}
.browse_categories_side ul{
	color: #000000;
}
.browse_categories_side ul li.top_level{
	padding: 3px 0 3px 10px;	
	font-weight:bold;
}
.browse_categories_side ul li{
	padding: 3px 0 3px 25px;
}
.browse_categories_side ul li.selected{
	background-color: #555555;
}
.browse_categories_side ul li.selected a{
	color: #ffffff;
}

