/*

*/

/*
	GLOBALS: used to set all the general elements
*/

body {
	/*background:#fff url(http://adelph.us/mod/template/templates/Default_Template/images/header.gif) repeat-x; *//* #d9e2f2  */
	color:#697C83;
	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	text-align:left;
	margin:0 auto;
	padding:0;
	font-size: 80%;
	line-height:1.6em;
}

p {
	color:#555;
	margin:0 0 10px 0;
}

a {
	color:#336699;
	text-decoration:none;
}
#elggtoolbar form a {
	color:#FFFFFF;
	font-weight:bold;
}
ol, ul {
	color:#697C83;
}

h1 {
	font-size:130%;
	padding-left: 115pt;
}

h2, h3, h4, h5 {
	font-size:100%;
}

blockquote{
	background: #EEE url(http://adelph.us/mod/template/templates/Default_Template/images/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

/*
	TABLES IN ELGG
*/

td {
	border:1px solid #eee;
	padding:0;
	margin:0;
}

td h4, h3, h5 {
	padding:0;
	margin:0;
}

/*
	CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR
*/

div#container {
	width:1000px;
	margin:0 auto;
	padding:0;
}

/*
	HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR
*/

div#header {
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
	background:transparent;
	width:100%;
	height:110px;
}

/*
	LOGO: LOCATED WITHIN HEADER
*/

div#header #logo{
	margin:10px 0 0;
	float:left;
	border:0 none;
	
}

div#header #logo h1 {
	font-size:30px;
	padding:0;
	margin:10px 0 6px 0;
}

div#header #logo h1 a{
	color:#fff;
	font-family:Helvetica, "Myriad Web", Arial, sans-serif;
}

div#header #logo h2{
	color:#174764;
	padding:0;
	margin:0;
	font-size:1.2em;
}

/*
	SEARCH BAR: LOCATED WITHIN HEADER
*/

div#header #search-header {
	float:right;
	width:330px;
	margin:0;
	padding:0;
	position:absolute;
	top:30px;
	right:0;
}
#logoff-header {
	float:right;
	margin:0pt;
	padding:0pt;
	position:absolute;
	text-align:center;
	right:0pt;
	top:0px;
	width:260px;
	font-size:13px;
}
#logoff-header a{
	padding-right: 5px;
}
div#header #search-header img {
	margin:0 0 0 10px;
}

div#header #search-header p {
	padding:0 0 0 15px;
	margin:0;
}

div#header #search-header span a {
	color:#949494;
}

/*
	CONTENT-HOLDER: WRAPS THE MAIN PAGE CONTENT. THIS CAN INCLUDE
	THE SINGLE PAGE LAYOUT AND THE SPLIT PANE (CONTENT AND SIDEBAR)
*/

#content-holder {
	padding:5px;
	margin:0px  ;
	width:100%;
	min-height:500px;
	position:relative;
	clear:both;	
}
#main-holder{
	margin:0 auto;
	width:650px;
	min-height:500px;
	position:relative;
	margin-top:0px;
	margin-left:5px;
	clear:both;	
}
#ads-holder {
	padding:5px;
	margin:0;
	width:128px;
	min-height:500px;
	position:relative;
	clear:both;
}
div#content-holder a:hover {
	text-decoration:underline;
}

div#content-holder h1 {
	font-size:150%;
	margin:0;
	padding:0;
}

div#content-holder h2 {
	border:0;
	border-bottom:1px solid #eee;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
	font-size:1.1em;
}

/*
	VARIOUS LAYOUTS WITHIN CONTENT-HOLDER
*/

/*
	THE MAIN CONTENT AREA WHEN IT IS A SINGLE PAGE, NO SIDEBAR
*/

div#single-page {
	margin: 0;
	padding: 0 15px 0 0;
	width:900px;
	text-align: left;
	border:1px solid #eee;
}

/*
	THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE
*/

div#splitpane-content {
	margin: 0;
	padding: 10px;
        padding-top:0px;
	/*width:690px;*/
	text-align: left;
	color:#000;
	overflow:hidden;
	min-height:500px;
}

/*
	SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE
*/

div#splitpane-sidebar {
	width: 250px;
	margin:24px 10px 20px 0;
	padding:0;
	float: right;
	background:#efefef url(http://adelph.us/mod/template/templates/Default_Template/images/sidebar-top.gif) no-repeat top;
}

div#splitpane-sidebar-left {
	width: 200px;
	margin:24px 10px 20px 0;
	padding:0;
	float: left;
	background: #EEEEEE;
<!--		background:#efefef url(http://adelph.us/mod/template/templates/Default_Template/images/sidebar-top.gif) no-repeat top;
-->
}

div#sidebar-contents {
    padding:10px;
}
div#sidebar-contents-left {
    padding:10px;
}
div#sidebar-contents-left ul li a {
	font-weight: bold;
}

div#sidebar-bottom {
   background:url(http://adelph.us/mod/template/templates/Default_Template/images/sidebar-bottom.gif) no-repeat bottom;
   height:9px;
   width:250px;
   margin:0;
}
div#sidebar-bottom-left {
   #background:url(http://adelph.us/mod/template/templates/Default_Template/images/sidebar-bottom.gif) no-repeat bottom;
   height:9px;
   width:250px;
   margin:0;
}

/*
	THE SIDEBAR CONTENTS
*/

div#splitpane-sidebar td {
	width: 200px;
	margin:0 0 0 20px;
}

div#splitpane-sidebar ul {
	margin: 0;
	padding:0;
	list-style: none;
}

div#splitpane-sidebar ul li {
	margin:10px 0;
	padding-left: 5px;
}

div#splitpane-sidebar ul li ul li a {
	padding:0 0 0 5px;
}

div#splitpane-sidebar h2 {
	text-align:left;
	border-bottom:1px solid #ccc;
	color:#777;
	font-size:0.9em;
	width:220px;
}

/*
   NEW CSS FOR THE TOOLBAR THAT LIVES IN THE MAIN CONTENT AREA
*/

#content-holder-toolbar {
   float:left;
   margin:0;
   background:#fff;
   border:1px solid #ccc;
   width:150px;
}

/*
	FOOTER
*/

div#footer {
	clear: both;
	position: relative;
	font-size:1em;
	height:26px;
	margin:20px 0 0 0;
	color:#174764;
	font-weight:bold;
	width:100%;
	padding:3px 0 0 0;
	background:url(http://adelph.us/mod/template/templates/Default_Template/images/footer.gif) repeat-x;
}

div#footer img {
   text-align:right;
   padding:3px 0 0 0;
}

div#footer p {
   padding:0 20px 0 20px;
}

div#footer a {
	color:#fff;
	padding:0 5px 0 5px;
}

div#footer a:hover {
	text-decoration:underline;
}

div#footer a:link, div#footer a:visited {
	text-align:right;
}

/*
	SYSTEM MESSAGES
*/

div#system-message{
	border:1px solid #8DB2E3;
	background:#EFEFEF;
	color:#000;
	padding:3px;
	margin:30px 20px 0 30px;
	width:450px;
}

div#system-message p{
	padding:0px;
	margin:2px;
}

/*
	CLEAR BOTH
*/

.clearing {
	clear:both;
}

/*
	THIS IS THE END OF THE MAIN PAGE COMPONENTS - EVERYTHING BELOW THIS IS ASSOCIATED WITH VARIOUS ELEMENTS
	WITHIN ELGG, THIS INCLUDES THE BLOG CLASSESS, PROFILE, FILES, SIDEBAR WIDGETS, PROFILE WIDGETS ETC.
*/

/*
	BLOGGING ENGINE
*/

.weblog-post {
	margin:20px 0 10px 0;
}

.user {
	float:left;
	margin:5px 10px 10px 0;
}

.user img {
	border:1px solid #eee;
	padding:2px;
}

.weblog-keywords p a {
	margin:20px 0 0 0;
	padding:0;
	clear:both;
}

.weblog-title {
	margin:10px 0 10px 115px;
}

.post {
	margin:10px 0 10px 115px;
}

.info {
	border-top:1px solid #ccc;
	margin:10px 0 10px 0px;
	clear:both;
}
.info p {
	padding:0 0 0 45px;
	margin:0;
}
.info p a {
	font-size:0.9em;
	color:#555;
}

.widget_info {
	border-top:1px solid #ccc;
	margin:10px 0 10px 0px;
	clear:both;
}
.widget_info p {
	padding:0 0 0 5px;
	margin:0;
	font-size:11px;
}
.widget_info p a {
	font-size:0.9em;
	color:#555;
}
.widget_product {
	margin:0 0 20px 0;
	background:url({$CFG->wwwroot}mod/template/templates/Default_Template/images/comments_bk.gif) repeat-x;
	padding-left:8px;
	padding-right:3px;
	padding-top:3px;
	padding_bottom:5px;
}
.widget_product img {
	border:1px solid #eee;
	padding:2px;
	margin:0 4px 5px 0;
	float:left;
}
#tbl_cbank_widget{
	Width:100%;
}
#tbl_cbank_widget TD{
	border:none;
	padding-top:5px;
	padding-bottom:5px;
}
.cbank_main_tr{
	font-size:13px;
	background: #E2F0F6;
	border-bottom:1px;
	border-color: #000000;
}
.cbank_widget_dis{
	font-size:12px;
}
.cbank_widget_dis TD{
	padding:3px;
}
.cbank_widget_odd{
	background: #F2F0F6;
}
.cbank_widget_even{
	background: #DDDDDD;
}
#feed_widget_content IMG{
	max-width: 300px;
	float: left;
	padding: 5px;
}
#sneaky {
	display:none;
}

/* this is the thin line between the actual post and comments */

#comments-divide {
	height:1px;
	background:#ccc;
}

.comment-owner {
	border:1px solid #eee;
	background:#f2f7fb;
	padding:5px;
	margin:20px 0 5px 0;
	height:50px;
	width:550px;
}

.comment-owner img {
	margin:0px 5px 0px 0px;
	text-align:left;
}

.comment-owner a {
	background:#f2f7fb;
}

.comment-owner p {
	padding:0;
	margin:0;
}

/* END OF BLOGGING ENGINE */

/*
	SUB MENU OPTIONS: THESE WILL BE MOVED TO THE NEW SIDEBAR SHORTLY
*/

div#sub-menu p {
	margin:0 0 10px 0;
	padding:0;
	/*background:#efefef;*/
	border:0px solid #ccc;
}

div#sub-menu a {
   padding:3px;
}

/* END OF SUB-MENU DIV */

/*
	INFOHOLDER: this holds profile data, account settings and administration content
*/

.infoholder {
	margin:5px 0 10px 0;
}

.infoholder p {
	padding:5px 0 5px 10px;
}

/* the end of INFOHOLDER */

#tagcloud {
	padding: 15px;
	border: solid 1px #eee;
	background: #f5f5f5;
	line-height:2.9em;
}
	
#tagcloud a {
	text-decoration: none;
}

/*
 PROFILE WIDGETS STUFF
*/

img.profile-photo {
   border:1px solid #eee;
   padding:2px;
}

.profile_main p {
   color:#000;
}

.profile_main p a {
	text-decoration: underline;
}

.profile_main_bottom {
	clear: both;
}

.profile_primary {
	float: left;
	width: 270px;
	margin-top: 10px;
	margin-left: 10px;
}

.profile_secondary {
	float: right;
	width: 360px;
	margin: 10px 0 0 0;
	color:#000;
}

.profile_bio {
	padding-top: 10px;
	background:#efefef;
}

.profile_widgets {
	clear: both;
    width: 760px;
	/*background: #004995;*/
}

.profile_icon img {
	border:1px solid #eee;
	padding:2px 2px 2px 2px;
}

.profile_widgets_left {
	float: left;
	width: 330px;
}

.profile_widgets_right {
	float: right;
	width: 330px
}

/* profile - widgets */

#profile_widgets {
   position:relative;
}

.profile_bio {
   width:244px;
   padding:2px;
}

.widgets_even {
   float:left;
   width:340px;
   margin:0;
   padding:0;
}

.widgets_odd {
   float:right;
   width:340px;
   margin:0;
   padding:0;
}

.widget {
    border: 1px solid #BBDCE9; /*#95BDCD;*/
    margin-bottom: 15px;
    padding: 0;
}

.widget .widget_content {
    padding: 4px 5px 4px 5px;
}

.widget .widget_content h3 {
    padding:0;
    margin:0;
}

.widget .widget_bottom {
     display: block;
     background-color: #E2F0F6; /*#CBE5EF;*/
     margin: 0px;
     padding-left: 10px;
     border-top: 1px solid #BBDCE9;
     font-size:0.8em;
}

.widget .widget_menu ul {
    margin:0 0 0 5px;
	padding:0;
}

.widget .widget_menu ul li {
     list-style:none;
}

.widget .widget_menu ul li a {
     text-decoration:underline;
}

.widget .widget_admin_menu {
    background-color: #E2F0F6;
    padding:2px 0 0 5px;
}

#hidden3, #hidden2, #hidden4, #hidden5 {
  height:20px;
}

.widget .widget_title {
          border:0;
          border-bottom:1px solid #cdcdcd; /*#BBDCE9;*/
          padding:0 2px 0 2px;
          margin:0 0 10px 0;
          color:#000;
	      font-size:1.2em;
	     font-weight:bold;
}

.widget  .widget_content h2 a {
    background:url(http://adelph.us/mod/template/images/icons/arrow.gif) no-repeat left;
    padding:0 0 0 10px;
    font-weight:normal;
}

/*
  COMMENT WALL STUFF
*/

#commentwall {
   background:#fff;
   width:98%;
   padding:5px;
   margin:5px 0 10px 0;
}

.commentwall_img {
   float:left;
   margin:3px;
   background:#fff;
   border:1 solid #ccc;
}

#commentwall_form_-1 {
  /* Background:#eee;*/
   margin:0 0 5px 0;
   padding:4px;
}

#commentwall_form_-1 textarea {
   width:98%;
   margin5px 0 5px 0;
}

#commentwall_title {
   background:#efefef;
   border-top:1px solid #ccc; /*#4E730C;*/
  width:99%;
   height:20px;
   padding:2px;
   font-size:12px;
}
.commentwall_date {
    font-style:italic;
    font-size:0.8em;
    margin:0 0 10px 0;
    background:#efefef;
    border-bottom:1px solid #D8DFEA;
}

#commentwall #commentwall_title h2 {
   margin:0;
   padding:0;
   font-size:11px;
}

.commentwall_name {
   font-weight:bold;
   /*border-top:1px solid #4E730C;*/
}

.commentwall_details {
   border-top:1px solid #ccc;
   margin-left:70px;
}

.commentwall_name {
   background:#efefef;
}


#commentwall_more {
    text-align:right;
    padding:4px;
    color:#000;
    font-size:10px;
}

#commentwall_more a {
   color:#000;
   text-decoration:underline;
}


.commentwall_replybar {
   border-bottom:1px solid #ccc;
   font-size:11px;
   margin:10px 0 10px 0;
   padding:2px;
   background:#fff;
   text-align:right;
   cursor:pointer;
   color:#b85b5a;
}

.commentwall_replybar p {
   padding:0;
   margin:0 10px 0 0;
}

.commentwall_replybar a {
   padding:0;
   margin:0;
}

/*
	Store ENGINE
*/

.stores-product {
	margin:20px 0 10px 0;
	font-size: 11px;
	font-family: Verdana,Sans,"Eurostile extended 2","Helvetica medium",Arial,sans-serif;
}

.product_image img {
	border: 1px solid #eee;
	float: left;
	padding: 4px;
	margin-right: 10px;
}
.product-keywords p a {
	margin:20px 0 0 0;
	padding:0;
	clear:both;
}

.product_title {
	margin:10px 0 10px 0px;
}
.product_title h3{
	font-size: 14px;
}
.product_description{
	font-size: 11px;
	font-family: Verdana,Sans,"Eurostile extended 2","Helvetica medium",Arial,sans-serif;
}
.product_description span{
	font-face: bold;
	font-size: 10px;
}
.product {
	margin:10px 0 10px 115px;
}
.form p{
	width: 100px;
}
.stores_product input{
	width: 100px;

}
#new_product_price{
	width: 220px;
}
#new_product_listprice{
	width: 220px;
}
#new_product_reseller_share{
	width: 220px;
}
#new_product_sku{
	width: 220px;
}
#new_product_stock{
	width: 220px;
}
#store_prodect_form{
	width: 460px;
	padding-left:20px;
}
#new_product_name{
	width: 220px;
}
/* END OF Store ENGINE */

/* START CLASSIFIED Pages */
#classified_main_div{
	margin:0 auto;
	text-align:left;
	width:690px;
}
#classified_left_div{
	width: 175px;
	float: left;
}
#classified_right_div{
	width: 480px;
	float: right;
	padding-right:0.7%;
}
#classified_left_main_div{
	width: 99%;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	background: #EEEEEE;
}
/* END CLASSIFIED Pages */

/* START APP Pages */
#app_main_div{
	margin:0 auto;
	text-align:left;
	width:690px;
}
#app_left_div{
	width: 175px;
	float: left;
}
#app_right_div{
	width: 480px;
	float: right;
	padding-right:0.7%;
}
#app_left_main_div{
	width: 99%;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	background: #EEEEEE;
}
.appsep {
	border-top:1px solid #ccc;
	clear:both;
}
.cate_app{
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	
}
.apphead{
	font-size: 13px;
	font-weight: bold;
	font-family:Verdana,Sans,"Eurostile extended 2","Helvetica medium",Arial,sans-serif;
}
.appmessage{
	font-size: 12px;
	text-align:center;
	padding-top:50px;
	font-family:Verdana,Sans,"Eurostile extended 2","Helvetica medium",Arial,sans-serif;
}
.add_sub_div{
	padding:20px;
}
.myacc_sub_div{
	padding:20px;
}
.myaccount{
	width:50%;
	text-align:center;
	float:left;
}
.acc_payment{
	width:50%;
	float:right;
}
.payment_paypal{
	width:95%;
	padding-left:20px;
	display:block;
}
.withdraw_paypal{
	width:95%;
	padding-left:20px;
	display:none;
}
.paypal_left{
	width:40%;
	text-align:right;
	padding:3px;
	border:0px;
}
.paypal_right{
	width:40%;
	padding:3px;
	border:0px;
}
#tbl_payhist{
	width:80%;
}
#tbl_payhist TH{
	font-weight:bold;
	padding:3px;
}
#tbl_payhist TD{
	border:1;
	padding:3px;
}
.myaccount UL{
	/*padding-left:100px;*/
	padding-top:10px;
}
.myaccountadd_main {
	float:left;
	margin:5px 10px 10px 0;
	padding-left:110px;
	width:500px;
}
.clear{
	padding:3px;
}
.address_input{
	width:200px;
}
.address_btn{
	text-align:center;
	width:200px;
}
.purchase_sub_div{
	padding:30px;
}
.purcheditems_det{
	width:59%;
	float:left;
	font-size:11px;
	font-family:Verdana,Sans,"Eurostile extended 2","Helvetica medium",Arial,sans-serif;	
}
.purcheditems_owner{
	width:39%;
	float:right;
	font-size:11px;
	font-family:Verdana,Sans,"Eurostile extended 2","Helvetica medium",Arial,sans-serif;
}
.solditems_sub_div{
	padding:30px;
}
.pageit_deact{
	border:1px solid #00076C;
	padding-left:2px;
	padding-right:2px;
	background:#CFE0FF;
	color:#00076C;
	font-size:11px;
}
.pageit_act{
	border:1px solid #eee;
	padding-left:2px;
	padding-right:2px;
	font-size:11px;
	
	
}
.solditems_det{
	width:59%;
	float:left;
	font-size:11px;
	font-family:Verdana,Sans,"Eurostile extended 2","Helvetica medium",Arial,sans-serif;	
}
.solditems_byer{
	width:39%;
	float:right;
	font-size:11px;
	font-family:Verdana,Sans,"Eurostile extended 2","Helvetica medium",Arial,sans-serif;
}
.solditems_address1{
	width:20%;
	float:left;
	font-size:11px;
	font-family:Verdana,Sans,"Eurostile extended 2","Helvetica medium",Arial,sans-serif;
}
.solditems_address2{
	width:75%;
	float:right;
	font-size:11px;
	font-family:Verdana,Sans,"Eurostile extended 2","Helvetica medium",Arial,sans-serif;
}
.shpp_main{
	width:100%;
	float:left;
	text-align:left;
}
#sold_shipped .sold_ship{
	width:13px;
}
.tabpanel {
	min-height:450px;
	min-width:550px;
	max-height:700px;
	max-width:600px;
        margin-top:4px;
}
.tabtitle{
	float:left;
	margin-bottom:6px;
	margin-top:10px;
	width:100%;
}

.tabtitle a{
	font-size:13px;
	font-weight:bold;
}
.tabpanel img {
	float: left;
	max-height:150px;
	max-width:150px;
	padding-right:5px;
}
.tabdata
{
	padding-left: 10px;
}

#recetb_balance{
	padding:20px;
}
.quantitybox input{
	width: 80px;
}
.payment_go input{
	width:30px;
}
#tbl_rating TD{
	border:0px;
	padding:3px;
}
.rate_select{
	font-size:12px;
}
/* START OF APP Pages */
/* STAR RATING */
	
	.star-rating,
	.star-rating a:hover,
	.star-rating a:active,
	.star-rating a:focus,
	.star-rating .current-rating{
		background: url(http://adelph.us/mod/template/templates/Default_Template/images/alt_star.gif) left -1000px repeat-x;
	}
	.star-rating{
		position:relative;
		width:125px;
		height:25px;
		overflow:hidden;
		list-style:none;
		margin:0;
		padding:0;
		background-position: left top;
	}
	.star-rating li{
		display: inline;
	}
	.star-rating a,
	.star-rating .current-rating{
		position:absolute;
		top:0;
		left:0;
		text-indent:-1000em;
		height:25px;
		line-height:25px;
		outline:none;
		overflow:hidden;
		border: none;
	}
	.star-rating a:hover,
	.star-rating a:active,
	.star-rating a:focus{
	background-position: left bottom;
	}
	.star-rating a.one-star{
		width:20%;
		z-index:6;
	}
	.star-rating a.two-stars{
		width:40%;
		z-index:5;
	}
	.star-rating a.three-stars{
		width:60%;
		z-index:4;
	}
	.star-rating a.four-stars{
		width:80%;
		z-index:3;
	}
	.star-rating a.five-stars{
		width:100%;
		z-index:2;
	}
	.star-rating .current-rating{
		z-index:1;
		background-position: left center;
	}
	.rating_left{
		width: 48px;
		float:left;
	}
	.rating_center{
		width: 55px;
		padding-top: 6px;
		float:left;
	}
	.rating_center1{
		width: 140px;
		float:left;
		font-size:0.9em;
		color:#555;
	}
	.rating_right{
		width: 60px;
		float:left;
		padding-bottom:4px;
	}
	.small-star{
		width:50px;
		height:10px;
	}
	.small-star,
	.small-star a:hover,
	.small-star a:active,
	.small-star a:focus,
	.small-star .current-rating{
		background-image: url(http://adelph.us/mod/template/templates/Default_Template/images/star_small.gif);
		line-height: 10px;
		height: 10px;
	}
	.owner-small-star{
		width:50px;
		height:10px;
	}
	.owner-small-star,
	.owner-small-star a:hover,
	.owner-small-star a:active,
	.owner-small-star a:focus,
	.owner-small-star .current-rating{
		background-image: url(http://adelph.us/mod/template/templates/Default_Template/images/owner_star_small.gif);
		line-height: 10px;
		height: 10px;
	}
	.rating_right a {
		font-size:0.9em;
		color:#555;
	}
	.rate_comments{
		color: #555555;
		float:left;
		width:100%;
		padding-bottom:6px;
	}
	.rating_cancel{
		width:100%;
		text-align:right;
	}
	.rating_cancel a{
		font-size:0.9em;
		color:#555;
		padding-right:10px;
	}
	.content_comment{
		padding:5px;
		text-align:justify;
	}
	.text_rating{
		color:#555555;
	}
	.rating_tbl{
		border: none;
		width: 600px;
	}
	.rate_main_div_tab{
		border: none;
		width:100%
	}
	.rate_main_div_td{
		border: none;
	}
	.owner_rating_left{
		width: 88px;
		float:left;
	}
	.owner_rating_left1{
		width: 48px;
		float:left;
	}
	.owner_rating_center{
		width: 55px;
		padding-top: 6px;
		float:left;
	}
	.owner_rating_right{
		font-size:0.9em;
		color:#555;
	}
	#user_rating{
		padding-top:15px;
		padding-bottom:15px;
		
	}
	#uaser_rating_div{
		cursor: hand;
	}
	#display_user_rating{
		position: absolute;
		display: none;
		top: 190px;
		left: 760px;
		width: 150px;
		z-index: 100;
		background:#FFFFFF url(http://adelph.us/mod/template/templates/Default_Template/images/header.gif) repeat-x;
		border: 1px solid #8DB2E3;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	#popup_table{
		padding-left: 10px;
	}
	#close_user_rate{
		position: relative;
		top:2px;
		z-index: 101;
		left: 128px
	}
/* END RATING */
.stores_product{
	background:url(http://adelph.us/mod/template/templates/Default_Template/images/comments_bk.gif) repeat-x;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:10px;
}
.edit_view{
	background:#FEFEFD url(http://adelph.us/mod/template/templates/Default_Template/images/comments_bk.gif) repeat-x;
	padding:5px;
}
.btn_style{
	background: url(http://adelph.us/mod/template/templates/Default_Template/images/btn_bk.gif) repeat-x;
	width: 20px;
}
/* START QUESTION */
.question_tbl{
	border: none;
	width: 100%;
}
.question_td{
	border: none;
}
.display_question{
	background: url(http://adelph.us/mod/template/templates/Default_Template/images/header.gif) repeat-x;	
	padding: 5px;
	text-align: left;
}
.display_answer{
	background:url(http://adelph.us/mod/template/templates/Default_Template/images/comments_bk.gif) repeat-x;
	padding: 5px;
	text-align: left;
}
.display_all{
	border:1px solid #8DB2E3;
	font-size: 11px;
	color:#555;
}
.question_message{
	color: #000000; 
	background: #EFF5FB; 
	border: 1px solid #8DB2E3;
	padding: 5px;
}
#individual_msg{
	color: #000000; 
	background: #EFF5FB; 
	border: 1px solid #8DB2E3;
	padding: 3px;
	text-align: center;
}
.question{
	color: #111111;
	font-size: 11px;
	text-align: left;
}
.main_tbl{
	padding:5px;
}
/*-------------*/
#new_product_stock{
	width:80px;
	maxLength: 5;
}
.stores_music{
	background:url(http://adelph.us/mod/template/templates/Default_Template/images/comments_bk.gif) repeat-x;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#music-message{
	border:1px solid #8DB2E3;
	background:#EFEFEF;
	color:#000;
	padding:3px 50px;
	margin:20px 20px 0 20px;
}
.emaildisplay{
	border:1px solid #E2F0F6;
}
#display_comments{
	font-size: 12px;
	color: #999999;
	padding-left: 15px;
	font-weight: lighter;
}
#new_product_reseller_share{
	width: 50px;
}
#cbank_instr{
	margin:15px;
	text-align:justify;
}
#new_aproduct_license{
	width:220px;
}
#new_aproduct_os{
	width:220px;
}
.notice_single {
	clear: both;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 0;
	min-height: 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	border-bottom: 1px solid #6E94BA;
}
.notice_single:hover {
	background-color: #CCDCEA;
}	
.notice_single p {
	display: inline;
	margin: 0;
	padding: 0;
}
.avatar {
	float: left;
	margin: 0 10px 0 0;
}
a.nickname {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-right:3px;
}
p.time {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:15px;
}
/*#registration_form{
	padding: 10px;
	padding-right:30px;
}*/
#registration_form td{
	padding: 20px;
	border:1px solid #8DB2E3;
}
#conditions{
	color: #777777;
	font-size:11px;
	text-align:justify;
	padding-left: 10px;
	padding-right: 10px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.textblue1 {
	color:#2887BD;
	font-family:"Trebuchet MS";
	font-size:20px;
	font-weight:bold;
	line-height:18px;
}
#terms_conditions{
	padding: 5px;
	margin-left: 10px;
}
#error_fields{
	border:1px solid #8DB2E3;
}
#errorreporting_main_div{
	padding: 10px;
}
#errorreporting_main_div TD{
	border: 0px;
	padding: 10px;
	color: #000000;
}
#reporter_email{
	width:220px;
}
#reporter_subject{
	width:95%;
}
#reporter_name{
	width:220px;
}
#over13{
	padding:10px;
}
#reg_errors_sub{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#reg_errors{
	border:1px solid #8DB2E3;
	padding: 5px;
	color: #CC0000;
	background-color: #EEEEEE;
}
#cf_main_tbl{
	border:1px solid #8DB2E3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FAFAFA;
}
.cf_head{
	text-align: left;
	color:#003366;
	font-weight:bold;
}
.display_dolar{
	background:url(http://adelph.us/mod/template/templates/Default_Template/images/dolar.gif) no-repeat scroll 0 50%;
	padding-left: 18px;
}.mediastream-object table,
.mediastream-object td
                            {
                                border: 0px;
                                width: 600px;
                            }
.mediastream-object-object td
                            {
                                width: 50%;
                            }/*
THE RIVER
*/

.widget_river_time {
   color:#777;
   margin:0 5px 0 5px;
   font-size:0.8em;
}

.widget_river_type_mediastream__media {
   border-bottom:1px solid #efefef;
   margin:5px 0 5px 0;
}

.widget_river_type_mediastream {
   border-bottom:1px solid #efefef;
   margin:5px 0 5px 0;
}

.widget_river_text {
   padding:0 0 0 20px;
   background:url(http://adelph.us/mod/river/images/flag_action.gif) no-repeat left top;
}

p.widget_river_date {
   font-weight:bold;
   margin:5px 0 10px 0;
   padding:0 0 0 20px;
   background:url(http://adelph.us/mod/river/images/date.gif) no-repeat left;
}

/*
 the river on recent activity page
*/

._activity_river_entry_time {
   font-weight:bold;
   margin:5px 0 10px 0;
   padding:0 0 0 20px;
   background:url(http://adelph.us/mod/river/images/date.gif) no-repeat left;  
}

._activity_river_entry {
   border-bottom:1px solid #efefef;
   margin:5px 0 5px 0;
}

._activity_river_entry_txt {
   padding:0 0 0 20px;
   background:url(http://adelph.us/mod/river/images/flag_action.gif) no-repeat left top;
}

._activity_river_entry ._activity_river_entry_time {
   color:#777;
   margin:0 5px 0 5px;
   font-size:0.8em;
   background:#fff;
   padding:0;
}/*
  CSS for the Guns widget
*/

#status-box {
    background:#E5ECF3;
    border:0px solid #1B5790;
    padding:2px;
    width:200px;
}

#status-box textarea {
   width:130px;
}

#status-box h3 {
    padding:3px;
    font-size:12px;
    margin-bottom:5px;
}

#status-box h4 {
    font-size:14px;
    margin:0 0 0 4px;
}

#status-box p {
    font-size:1em;
    margin:0 0 0 4px;
}

#status-box a {
    margin-left:170px;
}

#status-box #gun-image {
   background:#333;
   display:block;
   margin:3px;
   text-align:center;
   border:1px solid #000;
}

#status-box #gun-image img {
    margin:3px;
    border:1px solid #000;
    background:#555;
    padding:1px;
}

