
body.home #container2 {background: transparent url('../../images/bg_top_home2.png') top left no-repeat scroll; !important }



#signUpPanel
{
	float: left;
	margin: 0 0 20px 20px;
	padding: 2px 10px;
	background-color: #E8DCBC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#signUpPanel	h3
{
	border-bottom: 1px solid #9E5757;
}
#signUpPanel a {font-size: 11px; }
#signUpPanel dl {margin: 0px auto; }
#signUpPanel dt {margin: 0px; }
#signUpPanel dd {margin: 0 0 3px 0; }


#loginPanel
{
	float: right;
	margin: 0 0 20px 20px;
	padding: 2px 10px;
	background-color: #E8DCBC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#loginPanel	h3
{
	border-bottom: 1px solid #9E5757;
}
#loginPanel a {font-size: 11px; }
#loginPanel dl {margin: 0px auto; }
#loginPanel dt {margin: 0px; }
#loginPanel dd {margin: 0 0 3px 0; }
#login-label {display: none; }
#userName-element input, #userPassword-element input, #emailForm input {width: 150px; }


#joinusPanel
{
	margin-top: 10px;
	float: left;
	margin: 0 0 20px 20px;
	padding: 10px 10px;
	background-color: #E8DCBC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#joinusPanel a {font-size: 11px; }
#joinusPanel dl {margin: 0px auto; }
#joinusPanel dt {margin: 0px; }
#joinusPanel dd {margin: 0 0 15px 0; }
#joinusPanel-label {display: none; }

#joinusContent
{
	position: absolute;
	left: 210px;
	font-size: 18px;
}

#userInfo
{
	margin: 8px auto;
	padding: 0;	
}
#userInfo dt {font-weight: bold; }
#userInfo dd {margin: 0 0 5px 10px; }




/* CLASSES */

.productList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 650px;
}
.productList li
{
	display: block;
	margin-bottom: 10px;
	color: black;
	font-size: 11px;
}
.productList li.noLink, .productList a:link, .productList a:visited 
{
	display: block;
	padding: 5px 150px 5px 10px;
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: black;
}
.productList a:hover
{
	background-color: #e7e7e7;
	border: 1px solid #dddddd;
	color: black;
	text-decoration: none;
}
.productList img
{
	float: left;
	width: 50px;
	height: 50px;
}
.productList .productInfo
{
	margin-left: 80px;
}
.productList h3 {color: black; margin: 0 0 5px 0; font-size: 14px; font-weight: bold; }
.productList a:hover h3 {text-decoration: underline; }
.productList p {margin: 0px; }
.tagline p  
{
	/*margin: 0 0 0 0; */ 
	width: 500px;
}


.loading
{
	/* background-color: #eeffee; */
}


/* My Product page stuff */

#myproduct h1, #myproduct h2, #myproduct h3, #myproduct h4, #myproduct h5, #myproduct h6
{
	font-family: 'trebuchet ms','trebuchet','arial','tahoma','verdana','sans-serif';
	margin: 0px auto 10px;
}

#myproduct h1
{
	font-weight: bold;
	color: black;
}

#myproduct h2
{
	font-size: 18px;
	font-weight: bold;
	color: #9E0000;
}

.files
{
	border-left: 3px solid #E8DCBC;
	list-style-type: none;
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
}

.files li
{
	line-height: 22px;
}

.files li a:link, .files li a:visited
{
	color: black;
	padding-left: 22px;
}

li.pdf a
{
	background: transparent url('../../images/page_white_acrobat.png') 0 0 no-repeat scroll;
}

li.ppt a
{
	background: transparent url('../../images/page_white_powerpoint.png') 0 0 no-repeat scroll;
}
li.page a 
{
	background: transparent url('../../images/page.png') 0 0 no-repeat scroll;
}
li.site a 
{
	background: transparent url('../../images/world_go.png') 0 0 no-repeat scroll;
}
li.photos a 
{
	background: transparent url('../../images/photos.png') 0 0 no-repeat scroll;
}

.troubleshooting
{
	margin: 10px auto;
	padding: 5px 10px;
	background-color: #f7f7f7;
	border: 1px solid #bf5253;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#memberJoin
{
	color: #ffffff;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	/*-moz-border-radius: 10px;*/
	background-color: #630000;
}
#memberJoin h3, #memberJoin h2
{
	color: #ffffff;
	margin-bottom: 6px;
}

#memberJoin th
{
	color: #ffffff;
}

#memberSales
{
	/* font-family: Comic Sans MS; */
}

#memberResource
{
	border: 1px solid #000000;
	background-color: #000040;
	width: 600px;
	height: 25px;
	color: #f0f0f0;
	font-size: 20px;
	text-align: center;
}

#ron
{
	float: right;
}

#messengerDisplay
{
	font-size: 18px;
	padding: 10px 10px 1px 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	margin-bottom: 10px;
	/*background-color: #E8DCBC*/;
}

#userInfoForm
{
	width: 200px;
	padding: 10px 10px 4px 5px;
	margin-bottom: 10px;
}

#submit
{
	margin: 10px;
}

.infoLabel
{
	background-color: #E0E0E0;
}

#index-sidebar
{	
	float: right;
	padding-right: 24px;
}

#productHeader
{
	font-size: 27px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;

}


#rmgNews
{
	margin-bottom: 15px;
	/* padding: 40px 5px 1px; */
	padding: 10px 5px 1px;
	background-color: #E8DCBC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	overflow: hidden;	/* TODO: Find a more elegant way to take care of overflowing stuff... */
}

#weeklyMarketing
{
	margin-bottom: 15px;
	/* padding: 40px 5px 1px; */
	padding: 5px 5px 1px;
	background-color: #E8DCBC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	overflow: hidden;	/* TODO: Find a more elegant way to take care of overflowing stuff... */
}


#newsHeader
{
	font-size: 16px;
	color: #9E0000;
	width: 15px;
	margin-bottom: 10px;
	padding-bttom: 5px;
	border-bottom: 1px solid #999999;
}

#newsCategory li
{
	padding-bottom: 5px;
}

#rmgTipAll 
{
	/*border-top: 1px solid #333333; */
	/*padding-top: 1px; */
}
#rmgTipAll li
{
	padding-bottom: 5px;

}

#mainNewsPageHeader
{
	/* background: transparent url('../../images/page.png') 0 0 no-repeat scroll; */
	font-size: 24px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding-left: 0px;
}

#newsListing
{
	font-size: 16px;
	width: 100%;
}

#newsListing tr
{
	border-bottom: 1px solid #f0f0f0;
}

#newsTitle
{
	
	margin: 5px 0 2px 0px;
	padding: 2px 2px 2px 20px;
	background-color: #f0f0f0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: transparent url('../../images/page.png') 0 0 no-repeat scroll;
	/*border-bottom: 1px solid #f0f0f0; */
}

#newsDate
{
	float: right;
	font-size: 14px;
	font-style: italic;
	padding-right: 5px;
}

#shortDesc
{
	color: #9E0000;
	font-size: 18px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding-left: 0px;
}

#fullContent
{

}

#rmgTipsHeader
{
	color: #9E0000;
	font-size: 28px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding-left: 0px;
	background-color: #ffffff;
}

.rmgTips
{
	background: transparent url('../../images/page.png') 0 0 no-repeat scroll;
	padding: 5px 10px  5px 25px;
	margin-bottom: 5px;
}

#pdfNavigation
{
	float: right;
}

#changeInfo th
{
	background-color: #E8DCBC;
	border-bottom: 1px solid #f0f0f0;
}
#changeInfo td
{
	background-color: #ffffff;
}
