/*
* Base Styles
* Generic Styles
* Common Structure
* Pages
* Modules
* Forms
* Header & Footer
* Navigation & Buttons
*/


/******************************************
BASE STYLES
*******************************************/
html, body { 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	margin: 0px; 
	padding: 0px; 
	background-color: #fff; 
	color: #333333; 
	width: 100%;
	height:100%;
	font-size: 95%;
}
hr { 
	width:100%; 
	border-style:none; 
	background:#fff;
	color:#fff;
	border-top:1px dotted #666666;
	margin:0 0 10px 0;
}

form { padding: 0; margin: 0; }
input, select, textarea { font-size: 90%; }
img { border: 0px; }


/******************************************
GENERYC STYLES
*******************************************/

/* link styles */
a:link, a:visited { color: #336699; background-color: inherit; text-decoration: none; }
a:hover, a:focus { color: #336699; background-color: inherit; text-decoration: underline; }
a.white:link, a.white:visited { color: #ffffff !important; }
a.white:hover, a.white:focus { color: #ffffff !important; }
a.orange:link, a.orange:visited { color: #ff6600 !important; }
a.orange:hover, a.orange:focus { color: #ff6600 !important; }
a.blue:link, a.blue:visited { color: #23a1f6 !important; }
a.blue:hover, a.blue:focus { color: #23a1f6 !important; }
a.black:link, a.black:visited { color: #333333 !important; }
a.black:hover, a.black:focus { color: #333333 !important; }

/* colors */
.white { color:#ffffff !important }
.orange { color:#ff7612 !important }
.blue { color:#336699 !important }
.lightblue { color:#c4e5fe !important }
.grey { color:#888888 !important }
.black { color:#333333 !important }
.red { color: #CC0000; }

/* alignment */
.textright { text-align: right; }
.textcenter, .centered { text-align: center; }
.floatleft {float: left; }
.floatright {float: right; }


/* text size */
h1 { font-size:280%; color: #333333; margin: 0 0 10px 0; padding: 0; font-weight:bold; }
h2 { font-size:140%; color: #ff6600; margin: 0 0 10px 0; padding: 0; }
h3 { font-size: 137%; color: #333333; margin: 0 0 10px 0; padding: 0; font-weight:bold; }
h4 {font-size: 110%; color: #ff6600;  margin: 0 0 2px 0; padding: 0; font-weight:bold;  }
h5 { font-size: 88%; color: #888888; margin: 0 0 10px 0; padding: 0; font-weight:normal; }
h6 { font-size: 240%; color: #FFFFFF; margin: 0 0 10px 0; padding: 0; font-weight:normal; }
h6 { font-size: 240%; color: #FFFFFF; margin: 0 0 10px 0; padding: 0; font-weight:normal; }

h1 .subtitle { font-size: 11px; font-weight: normal; }
h2 .subtitle { font-size: 11px; font-weight: normal; }
h3 .subtitle { font-size: 11px; font-weight: normal; }

.reallybigtext { font-size: 500%; letter-spacing:-2px; }
.bigtext { font-size: 110%; font-weight:bold; }
.smalltext { font-size: 85% !important; line-height:110%;  }
.emphasised { font-size: 120%; line-height:115%; }
.subtitle { font-size: 80%; color: #999; font-weight: normal; }

/* structure */
.noborder { border:none !important }
.margintop { margin-top:16px !important; }
.nomargin { margin:0 !important; }
.right {
float: right;
padding: 2px;
margin: 0 5px 0 5px;
}

/******************************************
FORMS
*******************************************/
.one { background:url(/images/point1.gif) top left no-repeat; padding-left:45px; margin-bottom:10px;}
.two { background:url(/images/point2.gif) top left no-repeat; padding-left:45px; margin-bottom:10px;}
.three { background:url(/images/point3.gif) top left no-repeat; padding-left:45px; margin-bottom:10px;}
.four { background:url(/images/point4.gif) top left no-repeat; padding-left:45px; margin-bottom:10px;}
.one h2, .two h2, .three h2, .four h2 { margin-bottom:0px; }

form .input { border:1px solid #ccc; padding:1px; padding:5px 2px; font-size:100%;  color:#444; }
form .bigbutton, button.bigbutton { padding: 6px; font-size:130%; font-weight:bold; }
form .smallbutton { padding: 3px; font-size:100%; font-weight:bold; }

.formwrapper { color:#666; line-height:18px; font-size:100%; }
.formwrapper td { padding:3px; }

div.creditcard input.creditcard { width:100% !important; color:#ffffff; font-size:137% !important; float:none; margin:0; background:#2d547a; border:1px solid #333333; }
div.creditcard input.small { width:40px !important; color:#ffffff; float:none; margin:0; background:#2d547a; border:1px solid #333333; }



/******************************************
COMMON STRUCTURE
*******************************************/
.frame { 
	width:935px; 
	margin-left:auto; 
	margin-right:auto; 
	overflow:auto; 
	padding:0 5px; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #333333; 
}

/* gives that round corner look to imgs */
/*div.photoframe { background:url(/images/photoframe.gif) top left no-repeat; position:relative; height:110px; width:160px; margin-top:-110px; }
div.photoframe_feature { position:relative; background: transparent url(/images/photoframe-feature.gif) top left no-repeat; margin-top:-95px; height:95px; display:block; width:226px;}*/

/* Contains anything between header & footer */
.middleframe { 
	background:#fff; 
	padding:30px 0 30px 0;
	font-size: 88%;
}

/* Square dots list and orange active */
ul.dots li { list-style:none; background:url(/images/list-dots.gif) top left no-repeat; margin:0 0 5px 0; padding:0px 0px 0px 15px; }
ul.dots li.active a, ul.dots li.active a:visited { color:#ff7612; font-weight:bold; }

ul.nolist { margin: 0; padding: 0;}  
ul.nolist li { list-style:none;  padding:0 0 5px 0;}

/* Icons */
.icon_podcast { padding-top:85px !important; background:url(/images/bg-icon-podcast.gif) top center no-repeat; }
.icon_blog{ padding-top:85px !important; background:url(/images/bg-icon-blog.gif) top center no-repeat; }
.icon_member { padding-top:85px !important; background:url(/images/icon-members-mydetails.gif) top center no-repeat; } 

/* Quote */
.quote { padding:10px 0 10px 90px; background:url(/images/quote.gif) 25px 10px no-repeat; font-size:88%; }


/******************************************
PAGE STRUCTURE
*******************************************/

/* Column Structure */
.column_left { width:512px; padding:0 16px 0 0; border-right:1px dotted #666666; vertical-align:top; }
.column_right { width:390px; padding:0 0 0 16px; vertical-align:top; }

/* Vertical Columns for Modules */
.mod_colleft { float:left; overflow:visible;  border-right:1px dotted #666666; width:170px; padding:0 10px 0 0px; }
.mod_colright { float:left; overflow:visible;  width:170px; padding:0 10px 0 10px; }

/* Simple Page Collage */
.collage { background:url(/images/bg-aus-header.jpg) top right no-repeat; padding-top:320px; min-height: 430px; }

/* About Pages - right side menu */
ul.subnav { 
	margin:0; padding:15px; 
	font-size:137%; line-height:100%; font-weight:bold; 
	background:url(/images/homenews-bg.gif) center left repeat-x; 
}
ul.subnav li { list-style:none; margin:0 0 8px 0; padding:0; }
ul.subnav li.active a, ul.subnav li.active a:visited { color:#ff7612; font-weight:bold; padding-left:0px; }

/* Media Pages - hr menu */
div.hrmenu { text-align:center; border-top:1px dotted #666666; border-bottom:1px dotted #666666; padding:6px; margin:0 0 16px 0; font-size:137%; color:#999999; font-weight:bold; }
div.hrmenu a { color:#888888; }

/* Media Pages - Listing */
.medialist { padding:10px 5px 10px 0px; }
.medialist td { padding: 5px 0 15px 10px;}


/* Donate */
div.creditcard {
	background:url(/images/form-creditcard.jpg) top left no-repeat; 
	width:452px; height:300px; 
	padding:20px 30px 0 30px; margin:0 0 10px 0; overflow:visible; 
	font-size:120%;  color:#c5deeb;
}

/* Blogs */
div.feat_vertical { padding: 10px; width:220px; text-align:left; }
div.feat_vertical div.content { margin:0px;}

div.greybox { margin:0 0 20px 0; padding:0;}
div.boxbig { background:url(/images/grey-cell.gif) top left no-repeat #eee; width:250px;}
div.boxsmall { background:url(/images/grey-cell-sml.gif) top left no-repeat #eee; width:180px; }
div.greybox .title { padding:10px 20px 10px 20px; border-bottom:1px solid #ffffff; font-size:100%; color:#333; font-weight:700; }
div.greybox .text { padding:5px 15px 5px 15px; font-size:88%; color:#333; }
div.greybox .separator li { border-bottom:1px solid #ffffff; }
div.greybox ul.bigdots { margin:0px; padding:0px; }
div.greybox ul.bigdots li { list-style:none; background:url(/images/grey-cell-bullet.gif) 16px 12px no-repeat; margin:0 0 0 0; padding:10px 20px 10px 32px; line-height:110%; }
div.greybox ul.piclist { margin:0px; padding:4px 0px; }
div.greybox ul.piclist li { list-style:none; padding:1px 3px 2px 10px;}
div.greybox ul.piclist img { padding: 2px;}

.comments { background-color:#cfebf8;border:1px solid #a4d6f0; padding:12px; margin-bottom:10px; }
.comments_light { background-color:#ebf6fc;border:1px solid #b6dff3; padding:12px; margin-bottom:10px; }

/******************************************
MODULES
*******************************************/

/* ROUND MODULE 
* needs out+in to adjust in size 
* photoframe makes the picture have rounded corners
*/
.mod_feature_out { background:url(/images/featurebox.gif) top left no-repeat; padding:18px 0 0 0; float:left; width:252px; height:100%; margin-top:12px; }
.mod_feature_in { background:url(/images/featurebox.gif) bottom left no-repeat; padding:0 13px 18px 13px; }
.mod_feature_in div.content { padding:100px 5px 10px 5px; font-size:110%; }
.mod_feature_in div.img { margin:-5px 0 0 0; position:absolute; height:95px;}

/* ORANGE BOX
* needs out+in to adjust in size 
* the input makes the box bigger
*/
.mod_join_out { background:url(/images/joinbox.gif) top left no-repeat; padding:30px 0 0 0; width:390px; margin:0 0 5px 0; float:left; }
.mod_join_in { background:url(/images/joinbox.gif) bottom left no-repeat; padding:0 26px 20px 26px; float:left; width:338px; overflow:auto; }
.mod_join_in p { padding:0; color:#f7dab8; font-size:145%; line-height:100%; }
.mod_join_in input.input { width:147px; border: 1px inset #cccccc; padding:5px 0 0 3px; height:18px; margin-bottom:2px; }
.mod_join_in .contentsmall {color:#ffcc99; font-size:88%; }
.mod_join_in .minimenu a { color:#fee5d1; font-size:105%; font-weight:bold; line-height:137%;}


/* TELL A FRIEND PAGE ORANGE BOX
* needs out+in to adjust in size 
* the input makes the box bigger
*/
.mod_tellpage_out { background:url(/images/tellpagebox.gif) top left no-repeat; padding:30px 0 0 0; width:500px; margin:0 0 5px 0; float:left; }
.mod_tellpage_in { background:url(/images/tellpagebox.gif) bottom left no-repeat; padding:0 26px 20px 26px; float:left; width:430px; overflow:auto; }
.mod_tellpage_in p { padding:0; color:#f7dab8; font-size:145%; line-height:100%; }
.mod_tellpage_in input.input { width:147px; border: 1px inset #cccccc; padding:5px 0 0 3px; height:18px; margin-bottom:2px; }
.mod_tellpage_in .contentsmall {color:#ffcc99; font-size:88%; }
.mod_tellpage_in .minimenu a { color:#fee5d1; font-size:105%; font-weight:bold; line-height:137%;}



/* MOD BLUE BOX
* needs out+in to adjust in size 
* the input makes the box bigger
*/
div.mod_bluebox_out { background:url(/images/bluebox.gif) top left no-repeat; padding:30px 0 0 0; width: 390px; margin:0 0 15px 0; }
div.mod_bluebox_in { background:url(/images/bluebox.gif) bottom left no-repeat; padding:0 26px 20px 26px; text-align:left; }
div.mod_bluebox_in p {  color:#ffffff;  }


/* BLUE BOX
* needs out+in to adjust in size 
* the input makes the box bigger
*/
div.bluebox_out { background:url(/images/bluebox.gif) top left no-repeat; padding:30px 0 0 0; width:450px; margin:0 0 15px 0; }
div.bluebox_in { background:url(/images/bluebox.gif) bottom left no-repeat; padding:0 26px 20px 26px; text-align:left; }
div.bluebox_in p {  color:#ffffff;  }

/* FEATURED MEMBER */
.mod_featuredmember { min-height:140px; border-top:1px dotted #666666; padding: 10px; margin-top:10px; }
.mod_featuredmember div.content { padding: 10px; font-size:100%; }

/* THE LATEST */
.mod_thelatest { min-height:140px; border-top:1px dotted #666666; padding: 10px; margin-top:10px; }
.mod_thelatest div.content { padding: 10px; font-size:100%; }

/* AVG MODULE */
.mod_avg { padding:15px 0; border-top:1px dotted #666666; margin-top: 10px;  }
.mod_avg div.image { float:left; width:175px; }
.mod_avg h2 { margin:0 0 7px 0; }
.mod_avg div.content { float:left; width:200px; font-size:95%; line-height:110% }

/* GETUP NEWS */
.mod_news { padding:15px 0; border-top:1px dotted #666666; margin-top: 10px; }

/* VERTICAL MODULES */
.mod_vertical { border-top:1px dotted #666666; margin-top: 15px; font-size: 90%; padding-top: 10px;}
.mod_vertical a { font-size:110%; }



/******************************************
HEADER & FOOTER
*******************************************/

/* Header */
#topframe { 
	background:url(/images/topframe-bg.jpg) top left repeat-x #e9e9eb; 
	min-height:138px;
	border-bottom:1px solid #d3d7d7;
}
#topframe_small { 
	background:url(/images/topframe_small-bg.gif) top left repeat-x #ffffff; 
	min-height:70px;
	border-bottom:1px solid #d3d7d7;
}
.header { 
	min-height:138px !important;
	background:url(/images/stars.gif) bottom right no-repeat;  
	font-size: 12px;
}
.header_small { 
	min-height:50px !important;
	font-size: 8px;
}
#loginbar {
	background:url(/images/loginbar-bg.gif) bottom left no-repeat; 
	min-height:36px; 
	padding:0 20px 0 20px; 
	overflow:auto;
	
}
#loginbar_small {
	background:url(/images/loginbar-bg.gif) bottom left no-repeat; 
	min-height:25px; 
	padding:0 0px 0 0px; 
	overflow:auto;
    font-size: 11px; 
	font-weight: normal;
	
}
#loginbar_small_button { 
	float:right; 
	padding: 9px 15px 0 0px; 
}
#logo { 
	float:left; 
	width:169px; 
	padding: 15px 0 0 20px; 
}
#logo_small { 
	float:left; 
	width:140px; 
	padding: 0px 0 0 11px; 
}
#adminbar {
	padding:5px; 
	background-color:#fff;
	border-bottom:1px solid #ccc; 
	font-size:88%; 
	vertical-align:middle;
}


/* Footer */
#bottomframe { 
	background:url(/images/bottomframe-bg.jpg) top left repeat-x #ffffff; 
	min-height:100px; 
	padding:25px 0;
	border-top:1px solid #d3d7d7; 
	font-size: 11px;
	margin-top: 10px;
}
#bottomframe td { vertical-align:top; color:#999999;}
#bottomframe a { color:#999999;}
#bottomframe ul { margin:0; padding:0; float: right; width:150px; list-style:none; }
#bottomframe li { padding: 3px 0 0 0; line-height:15px }
#bottomframe li h2 {  color:#999999; margin:0; padding:0; font-size:130%; line-height:100%; }
#bottomframe ul:hover h2{ color:#333333; } 
#bottomframe ul:hover a { color:#23a1f6;}

.footerbox_out { background:url(/images/footer-mainbox.gif) top left no-repeat; padding:135px 0 0 0; float:left; width:242px; }
.footerbox_in { background:url(/images/footer-mainbox.gif) bottom left no-repeat #ffffff; padding:0 0 16px 0; }
.footerbox_in div.content { float:left; margin:-115px 0 0 0; padding:0 16px; }
.footerbox_in div.content p { margin:6px 0 0 0; font-size:100%; }
.footerbox_in div.content a { color:#23a1f6; font-weight:bold; font-size:120%; }
.footerbox_in h2 { color:#333333; margin:0; padding:0; font-size:120%; line-height:100%; }

.footerbar { 
	background:url(/images/footerbar.gif) top left no-repeat; 
	float:left; 
	width:905px; 
	clear:both; 
	color:#999999; 
	padding:7px 15px 9px 15px; 
	margin-top:20px;
}

/******************************************
NAVIGATION & BUTTONS
*******************************************/

/* MAIN NAVIGATION */
ul#nav { padding:36px 10px 0 0; margin:0; float:right; }
ul#nav li { list-style:none; display:inline; font-size:16px; font-weight:bold; padding:0; margin:0; background:none; line-height:normal; }
ul#nav li a:link, ul#nav li a:visited { display:block; float:left; color: #666666; text-decoration: none; padding:0; margin:0; }
ul#nav li a:hover, ul#nav li a:focus { color: #ff7612; background-color: inherit; text-decoration: none; }
ul#nav li a span { float:left; background:none; padding: 7px 12px 0 0; height:26px; cursor:pointer; }
ul#nav li a span.left { float:left; background:none; width:12px; padding: 0; height:33px; cursor:pointer;  }
ul#nav li.active a span { float:left; background:url(/images/btn-orange.gif) top right no-repeat; padding: 7px 12px 0 0; height:26px; cursor:pointer; color:#ffffff; }
ul#nav li.active a span.left { float:left; background:url(/images/btn-orange.gif) top left no-repeat; width:12px; padding: 0; height:33px; cursor:pointer; }

/* SMALL NAVIGATION */
ul#nav_small { padding:10px 0px 0 0; margin:0; float:left; }
ul#nav_small li { list-style:none; display:inline; font-size:12px; font-weight:bold; padding:0; margin:0; background:none; line-height:normal; }
ul#nav_small li a:link, ul#nav_small li a:visited { display:block; float:left; color: #666666; text-decoration: none; margin:0; }
ul#nav_small li a:hover, ul#nav_small li a:focus { color: #ff7612; background-color: inherit; text-decoration: none; }
ul#nav_small li a span { float:left; background:none; padding: 7px 12px 0 0; height:26px; cursor:pointer; }
ul#nav_small li a span.left { float:left; background:none; width:12px; padding: 0; height:33px; cursor:pointer;  }
ul#nav_small li.active a span { float:left; background:url(/images/btn-orange_small.gif) top right no-repeat; padding: 7px 12px 0 0; height:26px; cursor:pointer; color:#ffffff; }
ul#nav_small li.active a span.left { float:left; background:url(/images/btn-orange_small.gif) top left no-repeat; width:12px; padding: 0 0 0px 0; height:33px; cursor:pointer; }



/* BUTTONS */
a.btn_blue:link span, a.btn_blue:visited span { 
	float:left; 
	background:url(/images/btn-blue.gif) top right no-repeat; 
	padding: 8px 12px 0 0; 
	height:26px; 
	cursor:pointer; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:120%; 
	text-decoration:none;
}
a.btn_blue:link span.btn_blue_left, a.btn_blue:visited span.btn_blue_left { 
	float:left; 
	background:url(/images/btn-blue.gif) top left no-repeat; 
	width:12px; 
	padding: 0; 
	height:33px; 
	cursor:pointer;
}
a.btn_blue:hover span, a.btn_blue:focus span { 
	color:#ffffff; 
	text-decoration:underline; 
}

a.btn_orange:link span, a.btn_orange:visited span { 
	float:left; 
	background:url(/images/btn-orange.gif) top right no-repeat; 
	padding: 8px 12px 0 0; 
	height:26px; 
	cursor:pointer; 
	color:#ffffff; 
	font-weight:bold; 
	font-size:120% !important; 
	text-decoration:none;
}
	
/* OTHER */
.pdf_logo { background:url(/images/pdf_logo.gif) top left no-repeat; padding-left:20px; padding-bottom: 5px; margin-bottom:4px;}

.pics_page {  
    width:   500px;  
    height:  345px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics_page img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  468px; 
    height: 313px; 
    top:  0; 
    left: 0 
}

.pics_module {  
    width:   350px;
/*    height:  335px;   */
	height: 480px;
    padding: 0;  
 /*   margin: 0 auto; 
	text-align:center;*/
	margin:0; position:absolute;
	background-color: #eee;
} 
 
.pics_module img {  
/*    padding: 15px;  
    border:  1px solid #ccc;  */
 /*   background-color: #fff;  */
	display: block;
	padding:0;
    width:  348px; 
/*    height: 335px; */
	height: 480px;
	margin: 0 auto;
}

/*
.mod_feature_out { background:url(/images/featurebox.gif) top left no-repeat; padding:18px 0 0 0; float:left; width:252px; height:100%; margin-top:12px; }
.mod_feature_in { background:url(/images/featurebox.gif) bottom left no-repeat; padding:0 13px 18px 13px; }
.mod_feature_in div.content { padding:100px 5px 10px 5px; font-size:110%; }
.mod_feature_in div.img { margin:-5px 0 0 0; position:absolute; height:95px;}
*/
.pics_module_out { background:url(/images/channel_getup_side_bg_600.gif) top left no-repeat; padding:18px 0 0 0; float:left; width:390px; height:100%; margin-top:12px;}
.pics_module_in { background:url(/images/channel_getup_side_bg_600.gif) bottom left no-repeat; padding:0 13px 18px 13px;margin:0 auto; width:390px;}
.pics_module_in div.img {text-align: center;margin:0 auto;}
/*.pics_module_in div.img {position:absolute; text-align: center; height:50px; margin:0 auto;}	*/
.pics_module_in div.content { padding:10px 5px 10px 5px; font-size:110%; }

#popup {
	position:relative;
}
#popup em {
	font-weight: normal;
	background: url(../images/hover.jpg) no-repeat;
	width: 267px;
	height: 126px;
	position: absolute;
	top: -30px;
	left: 370px;
	text-align: center;
	padding: 5px 12px 10px;
	font-style: normal;
	/*z-index: 2;*/
	display: none;
}

/******************************************
OneStep
*******************************************/

#oneStepEmail {
padding-bottom: 5px;
}

/******************************************
Feedback
*******************************************/
.feedback_container {
	position: relative;
	margin: auto;
}

.feedback_container li {
	padding: 5px;
	border-bottom: 1px solid #ccc;  
	margin-top: 8px;
}
.feedback_container h1 {
	font-size: 18px;
	line-height: 20px;	
}
.feedback_container ul, .feedback_container li, .feedback_container h4 {
	margin: 0; padding: 0;
	list-style: none;
}
.feedback_container small {
	color: gray;
	font-weight: normal;
	font-size: 11px;
	display: block;
}	
#feedback_widget {
	overflow: hidden;
	background: #e3e3e3;
	padding:  1em;
	border: 1px solid #c5c5c5;
	height: 305px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	min-width: 310px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

#feedback_widget li {
	clear: left;
	overflow: hidden;
	position: relative;
	top: 0;
	padding-bottom: 1em;
/*	height: 96px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */

}
#feedback_widget img {
	padding-right: 5px;
	float:left;
/*	border:1px solid #0E6E9F;	*/
}
.feedback_1 {
	font-size: 14px;
	margin-top: 10px;
}

.feedback_2 {
	color: #ff7612;
	padding-top: 10px;
	text-align: right;
}

input.targetPartys_call {
	border : 0px solid #CCCCCC;
	color: #336699;
	font-size: 110%;
}

#phone_insert {
		background: #e3e3e3;
		padding:  1em;
		border: 1px solid #c5c5c5;
		height: 35px; /* You should adjust this height for your project. */
		position: relative;
		min-width: 250px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-topleft: 10px;
}
#phone_insert #title {

}

#phone_insert #number {
	font-weight:bold; 
	font-size:120%;
	color:#336699
}
/***********************
		MERCHANDISING
************************/

.merchandising-list-objects{
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	display:block;
}
.merchandising-object{
	width: 160px;
	float:left;
	border: 0px solid #dddddd;
	padding:0px;
	margin: 10px 35px;
}

.add {margin-right:auto; margin-left:auto; color:#f60; border: 2px solid #ddd; padding:4px;text-align: center; background-color: #eee; font-weight: bold; font-size: 1.2em;}

.oject-name {margin-right:auto; margin-left:auto;color:#666666;padding:0px 2px 6px 2px;text-align: center; font-size: 0.9em;}
.clearboth { clear: both; }
.obj-delete a:link {text-decoration:none;}
#shoppingCart {
	padding: 10px 15px;
	width: 100%;
}

/*
Stats
*/
.gu_pic_stats {
  width: 100%;
  font-size: 125%;
}

.gu_pic_stats_wrapper {
  background: url('http://www.local.org.au/images/gu_pic_stats.png') no-repeat;
  background-position: bottom right;
  padding: 4px;
}

.gu_pic_stats td {
  text-align: right;
}

.gu_pic_stats th {
  color: #FF5400;
  text-align: center;
}