/* @override 
	http://static.440network.dev.440net.net/skins/site_audio/css/audio.css
	http://static.440network.com/skins/site_audio/css/audio.css
	http://static.440network.net.dev.440net.net/skins/site_audio/css/audio.css
*/

/* @group Base
---------------------------------------------------- */
html, body {
margin: 0;
padding: 0;
height: 100%
}

body,td,p {
	font-family: Arial, Helvetica, Geneva, Verdana , sans-serif;
}
body {
	background: #fff;
	color: #333;
}
body.app441software,
body.app441tv,
body.app441news,
body.app441biz,
body.app441me,
body.app441wall{	
	background: #053264; /*foot software 5e779b */	
}


A{
	text-decoration: none;
}
A:link{
	color: #44A;
}
A:hover{
	color: #000;
}
A:visited{
	color: #77A;
}

.clear441{
	clear: both;
}
.font2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Geneva;
}

/* @end */


A.hide440{
	display: none;
}
.hide441{
	display: none;
}
.loading441small {
	background-image: url(/skins/global/images/form/icon16_loading.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}




/* @group Head Menu
------------------------------------------------------------ */
#headMenu441{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
	height: 38px;
	/*background: url(/skins/site_audio/images/head/bg_topmenu.png) repeat-x 0 0;*/
	/*margin-bottom: -1px;*/

background: rgb(244,244,244);

background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(166,163,180,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(166,163,180,1)));

background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(166,163,180,1) 100%);

background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(166,163,180,1) 100%);

background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(166,163,180,1) 100%);

background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(166,163,180,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#a6a3b4',GradientType=0 );



	border-bottom: 1px solid rgba(0,0,0,0.5);
	z-index: 9999;
}
#headMenu441 .lay441wrap{
	overflow: visible;
}

#headMenu441 .caret441{
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 6px;
	margin-left: 6px;
	vertical-align: top;
	border-top: 5px solid #333;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}



/* @group Left
+++++++++++++++++++++++++ */

#headMenu441left{
	float: left;
    max-height: 38px;
    overflow: hidden;
}
#headMenu441sections{
	overflow: hidden;
	width: 560px;
	display: table;
    table-layout: fixed;
    margin-left: -1px;
}

#headMenu441sections .headMenu441li{
	display: table-cell;
	text-align: center;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid transparent;
	padding: 0 10px;
	font-size: 14px;
	border-left: 1px solid  rgba(0,0,0,.3);
	border-right: 1px solid  rgba(255,255,255,.3);
	vertical-align: middle; /*Ffox*/
}
#headMenu441sections .headMenu441li.borderFirst{
	border-left: none;
	padding: 0;
	width: 1px;
}
#headMenu441sections .headMenu441li.borderLast{
	border-right: none;
	padding: 0;
	width: 1px;
}
#headMenu441sections .headMenu441li.sec_home.first{
	text-indent: -99999px;
	background: url(/skins/site_audio/images/head/icon_home.png) center 0px no-repeat;
	opacity: 0.6;
}

#headMenu441sections .headMenu441li A{
	font-weight: bold;
	color: #444;
	display: block;
	text-shadow: 1px 1px 2px rgba(255,255,255,.4);
}

#headMenu441sections .headMenu441li.selected{
	background-color: rgba(255,255,255,.5);
	border-right: 1px solid rgba(130,130,130, 0.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-shadow: inset 1px 1px 5px #BBB;
	-moz-box-shadow: inset 1px 1px 5px #BBB;
	-webkit-box-shadow: inset 1px 1px 5px #BBB;
}
#headMenu441sections .headMenu441li.selected A{
	color: rgba(0,0,0,.45);
	text-shadow: 1px 1px 3px rgba(255,255,255,.6);
}

#headMenu441sections .headMenu441li:hover{
	background-color: rgba(255,255,255,.3);
	border-right: 1px solid rgba(130,130,130, 0.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
	box-shadow: inset 1px 1px 4px #CCC;
	-moz-box-shadow: inset 1px 1px 4px #CCC;
	-webkit-box-shadow: inset 1px 1px 4px #CCC;
	opacity: 1;
}
#headMenu441sections .headMenu441li:hover A{
	color: #000;	
}
/* @end */



/* @group Right
++++++++++++++++++++++++++++++ */
#headMenu441right{
}
#headMenu441user{
	position: relative;
	display: block;
	float: right;
	margin-right: 5px;
}
#headMenu441user .headMenu441li{
	margin-top: 4px;
	padding: 4px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid transparent;
	border-color: rgba(0,0,0,.1) rgba(255,255,255,.3) rgba(255,255,255,.3) rgba(0,0,0,.1);	
}
#headMenu441user.selected .headMenu441li{	
	background-color: rgba(255,255,255,.3);
	border-color: rgba(0,0,0,.4) rgba(255,255,255,.6) rgba(255,255,255,.6) rgba(0,0,0,.4);	
	box-shadow: inset 1px 1px 5px #BBB;
	-moz-box-shadow: inset 1px 1px 5px #BBB;
	-webkit-box-shadow: inset 1px 1px 5px #BBB;
}

#headMenu441user .headMenu441li:hover{
	background-color: rgba(0,0,0,.1);
	border-color: rgba(0,0,0,.2) rgba(255,255,255,.5) rgba(255,255,255,.5) rgba(0,0,0,.2);	
}
#headMenu441user .headMenu441li:hover H5{
	opacity: 0.5;
}
#headMenu441user .headMenu441li:hover .caret441{
}
/* @group UserDiv 
+++++++++++++++++++++++++ */
#headMenu441userDiv{
}
#headMenu441userDiv H5{
	display: inline-block;
	font-weight: bold;
	line-height: 20px;
	vertical-align: top;
}
#headMenu441userDiv IMG{
	width: 20px;
	vertical-align: top;
	margin-right: 5px;
	border: 1px solid #fff;
	border-color: #333 #CCC #CCC #333;
}
/* @end */

/* @end */




/* @group User DropDown
++++++++++++++++++++++++++++++ */
.headMenu441drop {
	position: absolute;
	left: auto;
	width: 210px;
	z-index: 9999;
	display: block;
	display: none;
}
.headMenu441dropBorder{
	position: relative;
	padding: 4px 0;
	margin: 12px 0 0 0;
	zoom: 1;
	background-color: #fff;
	border-color: #999;
	border-color: rgba(0,0,0,.2);
	border-style: solid;
	border-width: 1px;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
		
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);

	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	opacity: 0.92;
	
}
#headMenu441right .headMenu441drop{
	right:-1px;
}

#headMenu441user .headMenu441li:hover .headMenu441drop{
	display: block;	
}

.headMenu441dropCaret{
	position: absolute;
	top: -13px;
	left: 12px;
	width: 23px;
	height: 12px;
	overflow: visible;
}
#headMenu441right .headMenu441dropCaret{
	right: 29px;
	left: auto;
}

.headMenu441dropCaret .caretOuter,
.headMenu441dropCaret .caretInner{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin-left: -1px;	
}
.headMenu441dropCaret .caretOuter {
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #aaa;
	border-bottom-color: rgba(0,0,0,.25);
}
.headMenu441dropCaret .caretInner {
	top: 1px;
	left: 1px;
	display: inline-block;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
}

.headMenu441drop LI {
	line-height: 200%;
	padding: 0 13px;
	font-size: 12px;
}
.headMenu441drop LI A{
	color: #555;
	display: block;
}
.headMenu441drop LI:hover{
	background: #99A;	
}
.headMenu441drop LI:hover .icon{
	opacity: 1;
}
.headMenu441drop LI:hover A{
	color: #FFF;	
	text-shadow-off: 1px 1px 2px #ddd;
}
.headMenu441drop LI:hover A P{
	color: #556;
}
.headMenu441drop HR {
	padding:0;
	border: none;
	margin: 5px 1px 6px;
	border-bottom: 1px solid #ddd;
}


/* @group LI Profile 
==================== */
.headMenu441drop LI.my_profile{
	padding-top: 7px;
	padding-bottom: 2px;
	min-height: 40px;
	line-height: 130%;
}
.headMenu441drop LI.my_profile IMG{
	float: left;
	width: 32px;
}
.headMenu441drop LI.my_profile DIV{
	padding-left: 45px;
}
.headMenu441drop LI.my_profile SPAN{
	display: block;
	padding: 3px 0 4px 0;
	font-weight: bold;
}
.headMenu441drop LI.my_profile P{
	font-size: 11px;
	line-height: 120%;
	color: #999;	
}
/* @end */

/* @group LI icon 
==================== */
.headMenu441drop LI .icon{
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px ;
    height: 20px;
    vertical-align: middle;
  	margin-top: 1px;
    opacity: 0.7;
}
.headMenu441drop LI.my_pms .icon{
    background-image: url(/skins/me/images/ucp_menu_items.png);
    background-position: 0 -360px;
}
.headMenu441drop LI.my_software .icon{
    background-image: url(/skins/me/images/ucp_menu_items.png);
    background-position: 0 -240px;
}
.headMenu441drop LI.my_videos .icon{
    background-image: url(/skins/me/images/ucp_menu_items.png);
    background-position: 0 -260px;
}
.headMenu441drop LI.my_ads .icon{
    background-image: url(/skins/me/images/ucp_menu_items.png);
    background-position: 0 -280px;
}
.headMenu441drop LI.ucp_view .icon{
    background-image: url(/skins/me/images/ucp_menu_items.png);
    background-position: 0 -20px;
}
.headMenu441drop LI.logout .icon{
    background-image: url(/skins/me/images/ucp_menu_items.png);
    background-position: 0 -200px;
    opacity: 0.5;
}
.headMenu441drop LI.login .icon{
    background-image: url(/skins/me/images/ucp_menu_items.png);
    background-position: 0 -40px;
    opacity: 1;
}
.headMenu441drop LI.register .icon{
    background-image: url(/skins/me/images/ucp_menu_items.png);
    background-position: 0 -180px;
    opacity: 0.6;
}

/* @end */


/* @group counter 
==================== */
.msgCount{
	float: right;
	margin-top: 3px;
	padding: 2px 11px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height: 110%;
	border: 1px solid rgba(255,255,255,.2);

	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;

	background-color: #58b3f0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top,#3aa0ea 0,#58b3f0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3aa0ea),color-stop(100%,#58b3f0));
	background-image: -webkit-linear-gradient(top,#3aa0ea 0,#58b3f0 100%);
	background-image: -ms-linear-gradient(top,#3aa0ea 0,#58b3f0 100%);
	background-image: -o-linear-gradient(top,#3aa0ea 0,#58b3f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3aa0ea',endColorstr='#58b3f0',GradientType=0);
	background-image: linear-gradient(top,#3aa0ea 0,#58b3f0 100%);
}

/* @end */



/* @end */


HTML{
/*	margin-top: 39px; */
}
/* @end */

/* @group LAYOUT
--------------------------------------------------------------------- */

HTML{
	overflow-x:hidden
}


.lay441wrap{
	width: 990px;
	margin: 0 auto;	
}
.lay441wrap2{
	padding: 0 30px;	
}
.lay441fixmargin{
	margin-left: -30px;	
	margin-right: -30px;	
}
#lay441body{
	/*background: url(/skins/site_audio/images/layout/body_bg.png) repeat;*/
	background-color:#e6e6e9; /* e6e6ec */
	min-height: 500px;
	height: auto !important;
}
#lay441body_over{
	background: url(/skins/site_audio/images/layout/body_grad.png) repeat-x;
	padding-top: 20px;	
}

/* @group Lay BG Pub 
++++++++++++++++++++++++++++++++++++++++++++++++++ */
.lay441hasAdvertBg #lay441body_over{
	/*background-color: #fff;*/
	background-repeat: no-repeat;
	background-position: center 0 ;
	
	padding-top: 97px;
	padding-top: 207px;
    position:relative;
}
.lay441hasAdvertBg #lay441head {
	display: none;
	height: 95px;
}
.lay441body_over_a{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none; /* Makes sure the link   doesn't get underlined */
    /*z-index: 1;*/ /* raises anchor tag above everything else in div */
    background-color:white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
	
}
/* @end */



/* @group Lay Header 
++++++++++++++++++++++++++++++++++++++++++++++++++ */
#lay441head{
	/*padding-top: 13px;*/
	padding-bottom: 15px;
}
#lay441headWrap{
	height: 95px;
}
#lay441headAdv{
	float: right;
	width: 728px;
	height: 90px;
}
/* @end */

/* @group Main 
++++++++++++++++++++++++++++++++++++++++++++++++++ */
#lay441main{
	width: 1050px;
	margin: 0 auto;
	position: relative;
	
}
#lay441marginLeft{
	padding-left: 30px;	
	background: url(/skins/site_audio/images/layout/page_margin_left.png) no-repeat left 0;
}
#lay441marginRight{
	padding-right: 30px;	
	background: url(/skins/site_audio/images/layout/page_margin_right.png) no-repeat right 0;
}
#lay441marginBottom{
	clear: both;
	/*background: url(/skins/site_audio/images/layout/page_margin_bot.png) no-repeat;*/
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat -10px -1415px;
	height: 40px;
}

/* @end */



/* @group Sections
++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#nav441sections{
	/*width: 990px;*/
	height: 39px;
	border-radius:  5px 5px 0 0;
	-moz-border-radius:  5px 5px 0 0;
	-webkit-border-radius:  5px 5px 0 0;
	border-bottom: 1px solid #444;
	clear:both;
	background-color: #777;
	width: 100%;
}

#nav441sectionsTabs{
	float: left;
	/*width: 690px;*/
}

.nav441sectionsLi{
	float: left;
	display: inline-block;
		zoom: 1; *display: inline; /*Fix IE7 inline-block */
	height: 38px;
	font-size: 15px;
	line-height: 20px;
	vertical-align: top;
	border-left: 1px solid #888;
}
.nav441sectionsLi.end{
	padding: 0;
	width: 1px;
}
.nav441sectionsLi > A{
	height: 30px;
	display: inline-block;
		zoom: 1; *display: inline; /*Fix IE7 inline-block */
	color: #eee;
	padding-top: 9px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #444;
	text-shadow: -1px -1px 1px #333;
	text-align: center;
}
.nav441sectionsLi.first {
	border-left-width: 0;
	border-radius:  5px 0 0 0;
	-moz-border-radius:  5px 0 0 0;
}
.nav441sectionsLi.first,
.nav441sectionsLi.first > A{
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}

.nav441sectionsLi:hover > A{
	opacity: 0.9;
	color: #fdfa53;
}
.nav441sectionsLi.selected > A{
	border-left-color: #667;
}
.nav441sectionsLi.selected > A{
	color: #fffb8a;
}





/* @group Section Menus
----------------------------------------- */

.nav441sectionsMenu{
	position: absolute;
	padding: 3px 0 3px 0;
	margin-top: 0;
	left: -9999em;
	margin-left: -2px;
	width: 160px;	/*	 150px; */
	z-index: 100;
	margin-left: -90px\9;	margin-top: 40px\9; /* MSIE SUCKS!!*/
	background: #ffffff url(/skins/site_audio/images/layout/page_bot_grad.png) repeat-x 0 bottom;

	/*background: #ffffff;*/
	border: 1px solid #888;
	border-width: 1px 1px 1px 1px;
	font-size: 12px;
	font-weight: normal;

	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
.nav441sectionsMenu li {
	padding: 3px 6px;
}
.nav441sectionsMenu li.selected A{
	font-weight: bold;
	color: #AAA;
}
.nav441sectionsMenu a {
	display: block;
	color: #444444;
}
.nav441sectionsLi:hover .nav441sectionsMenu,
.nav441sectionsMenu:hover {
	left: auto;
}
.nav441sectionsMenu li:hover {
	background: #234acc;
}
.nav441sectionsMenu li:hover A{
	color: #fff;
}
/* @end */

/* @end */


/* @group Page 
++++++++++++++++++++++++++++++++++++++++++++++++++ */
#lay441pageBgTop{
	background: url(/skins/site_audio/images/layout/page_top_grad.png) repeat-x ;
	position: relative;
	z-index: 10;	
}
#lay441page{
	background: #fff url(/skins/site_audio/images/layout/page_bg.png) repeat-y;
	overflow: visible;
	/*border-top: 1px solid #ddd;*/
}

#lay441pageBgBot{
	background: url(/skins/site_audio/images/layout/page_bot_grad.png) repeat-x 0 bottom;
	overflow: auto;
}
#lay441pageBgRight{
	background: url(/skins/site_audio/images/layout/page_right_grad.png) repeat-y right;
}

#lay441pageMain{
	float: left;
	width: 690px;
	overflow: hidden; /*why*/
	padding-bottom:20px;
}
#lay441pageRight{
	float: right;
	width: 300px;
	overflow: hidden;
}

/*wide page*/
#lay441page.lay441pageWide{
	background: #fff;
}
#lay441page.lay441pageWide #lay441pageMain{
	width: 100%;
}


/* @end */


/* @group Footer 
++++++++++++++++++++++++++++++++++++++++++++++++++ */
#lay441foot{
	clear: both;
	border-top: 1px solid #011935;
	background:  url(/skins/site_audio/images/layout/foot_grad.png) repeat-x 0 -20px;
	overflow: hidden;
}
#lay441footTop{
	border-top: 1px solid #074181;
	height: 20px;
	background: url(/skins/site_audio/images/layout/page_top_grad.png) repeat-x;

}

/* @group Foot Links
+++++++++++++++++++++++++++++++++++++++++ */
#lay441footLinks{
	margin-bottom: 20px;
	overflow: hidden;
}
.lay441footLinksDiv{
	float: left;
	border-right: 1px solid #042954;
	border-left: 1px solid #063c7d;
	/* height: 120px; */
}
.lay441footLinksDiv.first{
	border-left-width: 0;
}
.lay441footLinksDiv.last{
	border-right-width: 0;
}
.lay441footLinksDiv A{
	color: #81D6F7;	
}
.lay441footLinksDiv A:hover{
	color: #fefb8c;
	text-decoration: underline;
}

.lay441footLinksDiv H3{
	font-weight: bold;
}
.lay441footLinksDiv H3 A{
	color: #fff;	
	font-size: 13px;
}
.lay441footLinksDiv LI{
	padding-bottom: 9px;
	color: #224;
	/*background: url(/skins/site_audio/images/layout/foot_tri_small.png) no-repeat 0 1px;*/
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat -10px -1681px;
	padding-left: 15px;
}
.lay441footLinksDiv LI.none{
	background: none;
}
.lay441footLinksDiv UL A{
	font-size: 11px;
}
/* @end */

/* @group Foot Ads
+++++++++++++++++++++++++++++++++++++++++ */
#lay441footAds{
	margin: auto;
	margin-bottom: 20px;
	width: 728px;
	height: 15px;
	font-size: 11px;
}
/* @end */

.lay441footBlock,
#lay441foot #debug441bar{
	background: #032854;
	padding: 10px;
	border: 1px solid;
	border-color: #011935 #074181 #074181 #011935;
	color: #81D6F7;
	overflow: auto;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	behavior: url(/static/PIE.php);	
}

/* @group Foot Share
+++++++++++++++++++++++++++++++++++++++++ */

#lay441footShare{
	overflow: hidden;
	margin-bottom: 20px;
}
#lay441footShare .lay441footBlock{
	height: 36px;
	overflow: hidden;
	padding: 0;
}
#lay441footShareFb{
	width: 670px;
	float: left;
}
#lay441footShareFb .lay441footBlockMargin{
	padding: 6px 1px 0 15px;
}

#lay441footShareFollow{
	width: 290px;
	text-align: center;
	float: right;
}
#lay441footShareFollow .lay441footBlockMargin{
	padding: 6px 0 0 0;
}




/* @end */



/* @group Foot Copy
+++++++++++++++++++++++++++++++++++++++++ */

#lay441footCopy{
	margin-bottom: 20px;
	font-size: 11px;
	padding: 0 10px;
}
#lay441footCopy1{
	float: left;
	padding: 8px 0;
	width: 154px;
	font-size: 10px;
}
#lay441footCopy2{
	float: left;
	padding: 8px 0;
	margin-left: 80px;
	width: 500px;
	text-align: center;	
}
#lay441footCopy2 A{
	margin: 0 10px;
	text-decoration: underline;
	color: #81D6F7;
}
#lay441footCopy3{
	padding: 0;
	float: right;
	height: 30px;
}
#lay441footCopy3 A{
	display: block;
	padding: 8px 37px 6px 0;
	color: #81D6F7;
	opacity: 0.9;
}
#lay441footCopy3 A:hover{
	opacity: 1;
	text-shadow: 1px 1px 3px #88F;
	color: #fff;
}
#lay441footCopy3.foot_en{
	/*background: url(/skins/site_audio/images/layout/lang_fr.png) no-repeat right;*/	
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat 51px -1809px;
}
#lay441footCopy3.foot_fr{
	/*background: url(/skins/site_audio/images/layout/lang_en.png) no-repeat right;*/	
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat 43px -1759px;
}

/* @end */


/* @group Foot Network
+++++++++++++++++++++++++++++++++++++++++ */
#lay441footNetwork{
	margin-bottom: 20px;
	padding: 3px 10px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	/*opacity: 0.7;
	border-radius:7px;*/
	border-radius:7px;
	-moz-border-radius:7px;
}
#lay441footNetwork A{
	color: #85dcff;
	border-right: 3px solid #042954;
}
#lay441footNetwork A:hover LI{
	background: #005;
	border-radius:5px;
	-moz-border-radius:5px;
}
#lay441footNetwork LI{
	display: inline-block;
		zoom: 1; *display: inline; /*Fix IE7 inline-block */
	padding: 2px 5px;
	margin: 0 4px;
}
#lay441footNetwork A.network440,
#lay441footNetwork A.last{
	border-right: 0;
}
/* @end */


#debug441bar{
	background: #eee;
	padding: 10px;
}

#lay441foot #debug441bar{
	color: #AAF;
	margin-bottom: 20px;
	overflow-x: scroll;
}

/* @end */

/* @end */







/* @group BLOCKS
------------------------------------------------------------------ */
.block441div{
	
}
.block441title{
	background: rgb(236,236,236); /* EC to D9 */

background: -moz-linear-gradient(top,  rgba(236,236,236,1) 0%, rgba(217,217,217,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(217,217,217,1)));

background: -webkit-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(217,217,217,1) 100%);

background: -o-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(217,217,217,1) 100%);

background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(217,217,217,1) 100%);

background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(217,217,217,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d9d9d9',GradientType=0 );
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid #A3A3A3;
	margin-left: 1px;

	padding: 4px 4px  4px 10px;
	font-size: 10px;
	color: #777;
	letter-spacing: 1px;
}
.block441cont{
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid #A3A3A3;	

	background: url(/skins/site_audio/images/layout/page_top_grad.png) repeat-x;
}




#block441adv .block441cont{
	border-top-color: rgba(0,0,0,0.6);	
	border-bottom-color: transparent;	
	height: 250px;
}
#block441adv{
	border-bottom: 1px solid #A3A3A3;
}

/* @group B.Basic
+++++++++++++++++++++++++++++++ */
.block441basicDiv .block441cont{
	padding: 10px;
	line-height: 140%;
	font-size: 12px;
	color: #555;
}
/* @end */




/* @group B.User
+++++++++++++++++++++++++++++++ */
#block441user .block441cont{
	padding: 14px 15px;
}
#block441user #user441div{
	padding: 8px;
	border: 1px solid;
	border-color: #bbb #ddd #ddd #bbb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	background: #fff;
	overflow: hidden;
}
#block441user #user441div IMG{
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 13px;
}
#block441user #user441div H5{
	padding-top: 2px ;
	padding-bottom: 6px;
}
#block441user #user441div UL{
	display: inline-block;
		zoom: 1; *display: inline; /*Fix IE7 inline-block */
}
#block441user #user441div LI{
	display: inline-block;
		zoom: 1; *display: inline; /*Fix IE7 inline-block */
	margin-right: 12px;
}
#block441user #user441div A.button441main{
	color: #003;
	background-color: #4bf869;
	border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 0 6px;
	font-size: 10px;
	margin: 1px 0;
}
#block441user #user441div A.button441main SPAN{
	padding: 2px 0;
}

#block441user #facebook441like{
	margin-top: 10px;
	overflow: hidden;
	height: 80px;
	width: 272px;
}



/* @end */

/* @group B.FaceBook
+++++++++++++++++++++++++++++++ */
#block441facebook DIV.block441cont{
	margin-left: 2px;
	padding: 15px 0 0 15px;
}
#block441facebook #facebook441box{
	overflow: visible;
	height: 44px;
	width: 280px;
}
#block441facebook DIV.block441title{
	height: 1px;
	padding: 0;
	margin: 0;
}
#block441facebook .fb_edge_comment_widget {
  displayOFF: none !important;
}

/* @end */



/* @group B.Share
+++++++++++++++++++++++++++++ */
#block441share{
	background: url(/skins/site_audio/images/layout/page_top_grad.png) repeat-x;
}
#block441share .block441cont{
	padding: 19px 2px 19px 10px;
	font-size: 12px;
}
#block441share .addthis_toolbox{
	height: 32px;
}
/* @end */

/* @group B.Follow
+++++++++++++++++++++++++++++ */
#block441follow{
}
#block441follow .block441cont{
	background: url(/skins/site_audio/images/layout/page_top_grad.png) repeat-x;
	padding: 10px 2px 10px 10px;
	font-size: 12px;
}

/* @end */





/* @group B.List Top
+++++++++++++++++++++++++++++++ */
.block441list{
	/*border-bottom: 1px solid #687383;*/
	/*border-bottom: 1px solid #ddd;*/
	margin-bottom: 0;
}

/* @group List TABS
=================== */
.block441listTabs{
	border-top: 1px solid #fff;
	overflow: hidden;
	padding-top: 15px;
	padding-left: 5px;
	margin-bottom: -1px;
	z-index: 10;
	position: relative;
}
.block441listTabs LI{
	float: left;
	padding: 6px 7px 5px 7px;
	border: 1px solid #aaa;
	margin-right: 3px;
	background: #E5E5FF;
	font-size: 11px;
	background: #f0f0f5 url(/skins/software/images/block_list_tab_grad.png) repeat-x;	
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	behavior: url(/static/PIE.php);
}
.block441listTabs LI A{
	color: #667;
}
.block441listTabs LI.current{
	background-color: #fff;
	border-bottom-color: #fff;	
}
.block441listTabs LI.current A{
	color: #556;
}
.block441listTabs LI:hover A{
	color: #000;
}
/* @end */

/* @group List Scroll
===================== */
.block441listScroll{
	position:relative;
	overflow:hidden;
	width: 299px;
	height: 500px;	
	/*h=440*/
}
.block441listScroll .items{
	width:20000em;
	position:absolute;
}

/* @end */

/* @group List Cont
================= */

.block441listCont{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #A3A3A3;
	margin: 0 0 0 1px;
	background:  url(/skins/site_audio/images/list_grad.png) repeat-x 0 bottom;
}
.block441listCont DIV.item{
	float: left;
	width: 299px;
}
.block441listCont DIV.item.cloned{
}
.block441listCont DIV.item.first{
}
/* @end */


.block441listMargin{
	padding: 5px 0 0 0;
	background: #fff;	
}

.block441listLink{
	text-align: right;
	margin: 15px 10px 0 8px;
}

/* @group List ROW
================= */
.block441listRow{
	border-bottom: 1px solid #ccd;
	padding: 8px 5px 8px 10px;
	overflow: hidden;
	background: url(/skins/site_audio/images/list_grad.png) repeat-x 0 bottom;

	height: 57px;
}
.block441listRow.first{
}
.block441listRow.last{
}
.block441listRow.rowA{
	background-color: #F8F8FB;
}
.block441listRow.rowB{
	background-color: #FFFFFF;
}
.block441listRow .row441title SPAN{
	font-size: 12px;
	line-height: 120%;
}

.block441listRow .row441img{
	display:block;
	float: left;
	width: 70px;
}
.block441listRow .row441img IMG{
	width: 60px;
	border: 1px solid #D5D5D5;
	border-color: rgba(100,100,100,0.4) rgba(100,100,100,0.2) rgba(100,100,100,0.2) rgba(100,100,100,0.4);
}
.block441listRow .row441subtitle{
	margin-top: 2px;
}

.block441listRow .row441date{
	font-size: 10px;
	color: #888;
}

/* @end */

/* @group ROW.rate & Num
================= */

.block441listRow .row441sortRate,
.block441listRow .row441sortNum{
	float: right;
	width: 64px;
	height: 17px;
	margin-right: 2px;
}
.block441listRow .row441sortNum{
	/*background: url(/skins/software/images/bg_hits.png) no-repeat;*/
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat -10px -1517px;
}
.block441listRow .row441sortRateBg{
	width: 64px;
	height: 17px;
	/*background: url(/skins/software/images/bg_rate.png) no-repeat;*/
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat -10px -1480px;
	z-index: 2;
	position: absolute;
}
.block441listRow .row441sortRateVal{
	background: #000;
	height: 8px;
	margin: 4px 0 0  8px;
	z-index: 1;
	position: absolute;
}
.block441listRow .row441sortNum DIV{
	font-size: 9px;
	text-align: right;
	padding: 2px 15px 0 0;
	color: #667;
}

/* @end */

/* @end */

/* @end */





/* @group Picks
----------------------------------------------------------------- */

.picks441div{
	overflow: hidden;
	
}

#picks441top{	
	background-color: #444;
background: rgb(0,0,0);

background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(41,43,45,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(41,43,45,1)));

background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(41,43,45,1) 100%);

background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(41,43,45,1) 100%);

background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(41,43,45,1) 100%);

background: linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(41,43,45,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#292b2d',GradientType=0 );


}

#picks441bottom{
	clear: both;
	height: 41px;
	/*background: url(/skins/software/images/picks_bot.png) no-repeat;*/
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat -10px -1243px;
}
#jsPicksScroll{
	/*scrollable*/
	position:relative;
	overflow:hidden;
	clear: both;
	border-right: 1px solid #444;
	/*width:689px;*/
}
.picks441div #jsPicksScroll,
.picks441div .picks441item{
	height:371px;	
}
#jsPicksScroll .items{
	width:20000em;
	position:absolute;
	clear: both;
}
.picks441item{
	float: left;
	display:block;
}


/* @group Pick Nav
+++++++++++++++++++++++++++++++++++++++ */
#picks441navLeft,
#picks441navRight{
	float: left;
	width: 26px;
	height: 26px;
	opacity: 0.5;
	margin-top: 5px;
	cursor: pointer;
}
#picks441navLeft{
	float: left;
	margin-left: 20px ;
	/*background: url(/skins/software/images/picks_arrows.png) no-repeat 0 0;*/
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat -10px -1303px;
}
#picks441navLeft:hover {
	/*background: url(/skins/software/images/picks_arrows.png) no-repeat 0 -30px;*/	
	background-position: -10px -1333px; ;
}
#picks441navRight{
	float: right;
	margin-right: 20px ;
	/*background: url(/skins/software/images/picks_arrows.png) no-repeat -30px 0;*/
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat -40px -1303px;
}
#picks441navRight:hover {
	/*background: url(/skins/software/images/picks_arrows.png) no-repeat -30px -30px;*/
	background-position: -40px -1333px; ;
}

#picks441navCenter{
	margin-top: 10px;
	float: left;
	font-size: 24px;
	text-align: center;
	margin-left: 207px;
	width: 185px;
	/*background-color: red; opacity: 0.5;*/
}
#picks441navCenter SPAN{
	display: inline-block;
		zoom: 1; *display: inline; /*Fix IE7 inline-block */
	width: 16px;
	height: 16px;
	/*background: url(/skins/software/images/picks_bullets.png) no-repeat -20px 0;*/
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat -30px -1379px;
}
#picks441navCenter A{
	display: inline-block;
		zoom: 1; *display: inline; /*Fix IE7 inline-block */
	width: 16px;
	height: 15px;
	padding-top: 1px;
	color:transparent;
	/*color: #777;*/
}
#picks441navCenter .current{
	/*background: url(/skins/software/images/picks_bullets.png) no-repeat 0 0;*/
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat -10px -1379px;
	/*color: #FFF;*/
}
#picks441navCenter SPAN:hover{
	/*background: url(/skins/software/images/picks_bullets.png) no-repeat -40px 0;*/	
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat -50px -1379px;
}

/* @end */

/* @end */


/* @group SNIPPETS
------------------------------------------------------ */

/* @group S.Follow 
+++++++++++++++++++++++++++ */

.snip441follow .follow441span{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
.snip441follow #follow441twitter{
	background: url(/skins/site_audio/images/icons_login24.png) 0 -750px no-repeat;
}
.snip441follow #follow441facebook{
	background: url(/skins/site_audio/images/icons_login24.png) 0 -225px no-repeat;
}
.snip441follow #follow441rss{
	background: url(/skins/site_audio/images/icons_login24.png) 0 -675px no-repeat;
}
.snip441follow #follow441rss_sub{
	/*background: url(/skins/global/images/addthis/sub_rss24.png) 0 0 no-repeat;*/
	background: url(/skins/site_audio/images/layout/sprite_layout.png) no-repeat -10px -1714px;
	width: 110px;
}

/* @end */

/* @group S.MustLogin
+++++++++++++++++++++++++++ */
.snip441mustLogin{
	padding: 8px 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 12px;
	line-height: 150%;
	overflow: hidden;
	color: #333;
}
.snip441mustLogin A{
	text-decoration: underline;
	font-weight: bold;
}
.snip441mustLogin H4{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
}

.snip441mustLogin #c_loginIcons{
	overflow: hidden;
	float: right;
	width: 64px;
	height: 51px;
}
.snip441mustLogin .c_loginIcon{
	display: inline-block;
	float: right;
	width: 24px;
	height: 24px;
	margin-left: 3px;
	margin-bottom: 3px;
}

.snip441mustLogin #c_login440{
	background: url(/skins/site_audio/images/icons_login24.png) 0 0 no-repeat;	
}
.snip441mustLogin #c_loginFacebook{
	background: url(/skins/site_audio/images/icons_login24.png) 0 -225px no-repeat;	
}
.snip441mustLogin #c_loginTwitter{
	background: url(/skins/site_audio/images/icons_login24.png) 0 -750px no-repeat;	
}
.snip441mustLogin #c_loginGoogle{
	background: url(/skins/site_audio/images/icons_login24.png) 0 -375px no-repeat;	
}
.snip441mustLogin #c_loginMyspace{
	background: url(/skins/site_audio/images/icons_login24.png) 0 -600px no-repeat;	
}

.comments441guest .snip441mustLogin,
.message441guest .snip441mustLogin{
	background-color: #aff897;
	border: 1px solid #7A7;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/* @end */

/* @end */







/* @group Pagination
------------------------------------------------------ */
#pagination441{
	font-size: 11px;
}
#pagination441 .pages441main A{
	border: 1px solid #ccc;
	margin: 0 3px;
	padding: 1px 3px;
}
#pagination441 .pages441main A.pages441selected{
	border-color: #000;
	font-weight: bold;
}
/* @end */




/* @group ADV
--------------------------------------------------------------------- */
/*#adv441right{
	background: #ccc;
	width: 160px;
	height: 600px;
	margin: 0 auto;
}*/
#adv441sky_top{
	width: 728px;
	height: 90px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#adv441rectangle{
	width: 300px;
	height: 250px;

	/*background: #333;*/
}
#adv441sky_top,
#adv441rectangle{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#adv441_728,
#adv441_rect{
	display: inline-block;
		zoom: 1; *display: inline; /*Fix IE7 inline-block */
}
/* @end */



/* @group Team
------------------------ */
A.team441a,
A.team440a{
	background: #ff7929;
	color: #fff;
	font-size: 10px;
	padding: 1px 2px;
	margin-right: 2px;
	font-weight: bold;
	border-radius:2px;	
	-moz-border-radius:2px;	
	-webkit-border-radius:2px;	
	box-shadow: 1px 1px 3px #ddd;
	-moz-box-shadow: 1px 1px 3px #ddd;
	-webkit-box-shadow: 1px 1px 3px #ddd;
}
A.team441a:hover{
	background: red;
	box-shadow: -1px -1px 1px #777;
	-moz-box-shadow: -1px -1px 1px #777;
	-webkit-box-shadow: -1px -1px 1px #777;
}
A.team441aBig{
	padding: 1px 4px;
	margin: 0 2px;
	line-height: 190%;
	font-size: 10px;
	border: 1px solid #985117;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: normal;
	box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
}

.team441off{
	background-color: red;
	font-size: 10px;
	color: #FFF;
	padding: 1px 5px;
	border-radius:2px;	
	-moz-border-radius:2px;	
	-webkit-border-radius:2px;
	font-weight: bold;
}
/* @end */

/* @group Tabs base
---------------------------------------------------- */
.tab_base441bottom{
	border-bottom: 1px solid #abc;
}
.tab_base441div UL{
	overflow: hidden;
	margin-bottom: -1px;
	position: relative; /*fix ie z-index */
}
.tab_base441div LI{
	float: left;
	background: #eee;
	margin: 0 2px;
	border: 1px solid #abc;
	font-size: 11px;
	line-height: 100%;

	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	behavior: url(/static/PIE.php);
}
.tab_base441div LI A{
	color: #888;
	display: inline-block;
		zoom: 1; *display: inline; /*Fix IE7 inline-block */
	padding: 3px 10px 4px 10px;
}
.tab_base441div LI A:hover{
	color: #000;
}
.tab_base441div LI.current{
	border-bottom-color: #fff;
	background: #fff;
}
.tab_base441div LI.current A{
	color: #bbb;
}

/* @end */


/* @group Button Small
++++++++++++++++++++++++++++++++++++++ */
A.button441small,
.button441small{
	display: inline-block;
	border: 1px solid #999;
	background:  #BBC url(/skins/software/images/layout/cat_parent_grad.png) repeat-x 0 bottom;
	font-size: 10px;
	color: #fff;
	line-height: 110%;
	margin: 2px;
	padding: 0 5px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
}
.button441small:hover{
	cursor: pointer;
	background-color: #006;
	box-shadow: -1px -1px 4px #ccc;
	-moz-box-shadow: -1px -1px 4px #ccc;
	-webkit-box-shadow: -1px -1px 4px #ccc;	
}
.button441small SPAN{
	display: inline-block;
		zoom: 1; *display: inline; /*Fix IE7 inline-block */
	padding: 0 0 0 0;
	line-height: 130%;
}
/* @end */


/* @group Button Main
++++++++++++++++++++++++++++++++++++++ */
.button441main{
	display: inline-block;
		zoom: 1; *display: inline; /*Fix IE7 inline-block */
	border: 1px solid rgba(0,0,0,0.4);
	background:  #eef url(/skins/software/images/layout/cat_parent_grad.png) repeat-x 0 bottom;
	font-size: 11px;
	color: #334;
	line-height: 110%;
	margin: 2px;
	padding: 0 10px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:  1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:  1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	text-shadow: -1px -1px 1px #eee;
}
A.button441main{
	color: #334;
}
.button441main:hover{
	opacity: 0.8;
	cursor: pointer;

	box-shadow: -1px -1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px -1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: -1px -1px 4px rgba(0,0,0,0.2);
}
.button441main SPAN{
	display: inline-block;
		zoom: 1; *display: inline; /*Fix IE7 inline-block */
	padding: 5px 0;
}


.button441submit{
	border: 1px solid #004;
	background: #3d7caf url(/skins/software/images/layout/cat_parent_grad.png) repeat-x 0 bottom;
	color: #fff;
	line-height: 100%;
	margin: 1px;
	padding: 5px 10px;

	border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: 2px 2px 6px #888;
	-moz-box-shadow: 2px 2px 6px #888;
	-webkit-box-shadow: 2px 2px 6px #888;
}
.button441submit SPAN{
	font-size: 12px;
	padding: 10px 10px;
}
.button441submit:hover{
	cursor: pointer;
	opacity: 0.8;
	background-color: #3d7caf;

	box-shadow: -1px -1px 4px #888;
	-moz-box-shadow: -1px -1px 4px #888;
	-webkit-box-shadow: -1px -1px 4px #888;
}


.button441submit_comment{
	border: 1px solid #999;
	background:  #fdd url(/skins/software/images/layout/cat_parent_grad.png) repeat-x 0 bottom;
	font-size: 11px;
	color: #000;
	line-height: 100%;
	margin: 1px;
	padding: 5px 10px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button441submit_comment:hover{
	cursor: pointer;
	opacity: 0.8;
	background-color: #cfc;

	box-shadow: -1px -1px 4px #ddd;
	-moz-box-shadow: -1px -1px 4px #ddd;
	-webkit-box-shadow: -1px -1px 4px #ddd;
}



/* @group b Out 
=========================== */
A.button441main.b_out{
	background-color: #eff;
}
A.button441main.b_out SPAN{
	background: url(/skins/site_audio/images/icons16.png) no-repeat 0 -197px;
	padding-left: 23px;
}
/* @end */

/* @group b In 
=========================== */
A.button441main.b_in{
	background-color: #fff;
}
A.button441main.b_in SPAN{
	background: url(/skins/site_audio/images/icons16.png) no-repeat 0 -146px;
	padding-left: 21px;
}
/* @end */

/* @group b Down 
=========================== */
A.button441main.b_down{
	background-color: #fff;
}
A.button441main.b_down SPAN{
	background: url(/skins/site_audio/images/icons16.png) no-repeat 0 -547px;
	padding-left: 21px;
}
/* @end */

/* @group b Comm 
=========================== */
A.button441main.b_comm{
	background-color: #fff;
}
A.button441main.b_comm SPAN{
	background: url(/skins/site_audio/images/icons16.png) no-repeat 0 -597px;
	padding-left: 22px;
}
/* @end */



/* @group b Fav Add 
=========================== */
A.button441main.b_fav_add{
	background-color: #fff;
}
A.button441main.b_fav_add SPAN{
	background:url(/skins/site_audio/images/icons16.png) no-repeat 0 3px;
	padding-left: 30px;
}
/* @end */



/* @group b Fav Del 
=========================== */
A.button441main.b_fav_del{
	background-color: #fff;
}
A.button441main.b_fav_del SPAN{
	background: url(/skins/site_audio/images/icons16.png) no-repeat 0 -47px;
	padding-left: 27px;
}
/* @end */

/* @group b Mail
=========================== */
.button441main.b_mail{
	background-color: #fff;
}
.button441main.b_mail SPAN{
	background: url(/skins/site_audio/images/icons16.png) no-repeat 0 -1146px;
	padding-left: 25px;
}
/* @end */

/* @group b PM
=========================== */
A.button441main.b_pm{
	background-color: #fff;
}
A.button441main.b_pm SPAN{
	background: url(/skins/site_audio/images/icons16.png) no-repeat 0 -1198px;
	padding-left: 22px;
}
/* @end */

/* @group b Edit
=========================== */
A.button441main.b_edit{
	background-color: #efe;
}
A.button441main.b_edit SPAN{
	background: url(/skins/site_audio/images/icons16.png) no-repeat 0 -1248px;
	padding-left: 22px;
}
/* @end */


/* @end */

/* @group Comments */
.comments441div{
	margin-bottom: 20px;
}

.comments441div .c_icon{
	float: left;
	margin-right: 10px;
}
.comments441div .c_icon IMG{
	width: 32px;
	height: 32px;
	vertical-align: middle;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.comments441div .c_user {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #444;
}
.comments441div .c_date {
	font-size: 11px;
	padding-bottom: 3px;
}

.comments441div .c_cont{
	clear: both;
	overflow: hidden;
	margin-left: 42px;
	padding: 10px;
	line-height: 150%;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* @group Comm Hidden
======================= */
.comments441div .c_cont .quotetop,
.comments441div .c_cont .quotemain{
	display: none;	
}


/* @end */


/* @group Comm.Post 
================== */
.comments441post .c_form_cont,
.comments441post .c_form_cont_withrate{
	padding-right: 13px;
}

.comments441post TEXTAREA{
	display: inline-block;
	width: 100%;
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
	line-height: 150%;
	color: #444;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.comments441post .error{
	border: 2px solid #C00;
	background-color: #fee;
}
.comments441post .c_error{
	float: left;
	background-color: #c00;
	padding: 2px 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.comments441post INPUT.c_submit{
	float: right;
}

/* software + news */


.comments441post .c_cont{
	padding: 10px 15px 10px 15px;
	background-color: #f5f5f5;
}
.comments441post TEXTAREA{
	height: 120px;
	box-shadow: -2px -2px 1px #eee;
	-moz-box-shadow: -2px -2px 1px #eee;
	-webkit-box-shadow: -2px -2px 1px #eee;
}


/* @end */


.comments441guest{
	margin-bottom: 20px;
}

/* software + news */

.comments441div .c_icon IMG{
	border: 1px solid #aaa;
	box-shadow: 2px 2px 4px #eee;
	-moz-box-shadow: 2px 2px 4px #eee;
	-webkit-box-shadow: 2px 2px 4px #eee;
}
.comments441div .c_date {
	color: #999;
}

.comments441div .c_margin{
	clear: both;
	margin-left: 60px;
	margin-bottom: -1px;
	background: url(/skins/software/images/comment_top_c8c8db.png) no-repeat 0 bottom;	
	height: 18px;
	position: relative;
}
.comments441div .c_cont{
	border: 1px solid #c8c8db;
	box-shadow: 2px 2px 4px #eee;
	-moz-box-shadow: 2px 2px 4px #eee;
	-webkit-box-shadow: 2px 2px 4px #eee;
	background: #fff url(/skins/site_audio/images/list_grad.png) repeat-x 0 bottom;
}
.comments441div.c_my .c_cont{
	background-color: #fffff0;
}



.button441submit_comment{
	box-shadow: 2px 2px 6px #ddd;
	-moz-box-shadow: 2px 2px 6px #ddd;
	-webkit-box-shadow: 2px 2px 6px #ddd;
}


/* @end */

/* @group Messages
-------------------------------------- */

.app441message{
	padding: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #7af951;
	margin-top: 25px;
	border: 2px solid #444;
	text-align: center;
	line-height: 140%;
	box-shadow: 2px 2px 7px #BBB;
	-moz-box-shadow: 2px 2px 7px #BBB;
	-webkit-box-shadow: 2px 2px 7px #BBB;
}
.app441messageError{
	background-color: #ff9b9a;
}
.app441messageLogin H4{
	font-weight: bold;
	padding-bottom: 8px;
}
.app441messageLogin{
	background-color: #ff9b9a;
	font-size: 12px;
	text-align: left;
}


/* @end */





/* @group Errors
---------------------------------------------------- */
.app441audio .error441main,
.site441audio .error441main{
	background: #F8F8FA;
	padding-left: 10px;
	margin: 30px 35px 100px 35px;
	border: 2px solid #556;

	box-shadow: 5px 5px 15px #CCC;
	-moz-box-shadow: 5px 5px 15px #CCC;
	-webkit-box-shadow: 5px 5px 15px #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
/* @end */


/* @group FixIE Block
---------------------------------------------------- */
#fix441ie6{
	background: #f00;
	text-align: center;
	border: 3px solid #000;
	padding: 50px 25px;
	color: #FFF;
	font-size: 14px;
	line-height: 150%;
	position: absolute;
	top: 270px;
	right: 30px;
	left: 30px;
	z-index: 9999;
}
#fix441ie6 H4{
	font-size: 23px;
	padding-bottom: 15px;
	font-weight: bold;
}
#fix441ie6 A{
	text-decoration: underline;
	color: #fdfa53;
}
/* @end */


/* @group P.DbPage
--------------------------------------------------------------------- */
.dbpage441div A.team441a{
	float: right;
	margin-top: -30px;
}
.dbpage441intro{
	color: #666;
	margin-bottom: 20px;
	line-height: 130%;
}
.dbpage441content{
	line-height: 130%;
}
.dbpage441content .article441indexList{
 	padding-left: 20px;
 	margin-bottom: 20px;
	font-size: 12px;
	line-height: 140%;
}
.dbpage441content .article441indexList LI{
	list-style: circle ;
}
.dbpage441content H2{
	margin-top: 40px;
	padding-bottom: 8px;
	margin-bottom: 13px;
	font-size: 18px;
	color: #444;
	border-bottom: 1px solid #ddd;
}

/* @end */




/* @group P. WWW
---------------------------------------------------- */

body.app441www{
	background: #053264; /*foot software 5e779b */	
}

.www441main{
	padding: 150px 20px 40px 20px;
	background:  url(/skins/site_audio/www/grad.png) repeat-x top;
	font-family: arial;
}
.www441border{
	width: 400px;
	margin: 0 auto;
	overflow: hidden;
}
.www441logo{
	background: url(/skins/site_audio/www/logo.png) no-repeat 0 0;
	width: 172px;
	height: 95px;
	margin: auto;
	margin-bottom: 30px;
}
.www441border H1{
	font-size: 20px;
	text-align: center;
	padding-bottom: 90px;
	color: #aaf;
	opacity: 0.3;
	text-shadow: 2px 2px 4px #000;
}
.www441links{
	width: 311px ;
	margin: auto;
	overflow: hidden;
	padding: 30px 20px;
	padding-top: 34px;
	background-color: #032854;
	border-radius:10px;
	-moz-border-radius:10px;
	border: 1px solid;
	border-color: #011935 #074181 #074181 #011935;
	margin-bottom: 20px;
}
.www441links DIV{
	width: 136px;
	height: 15px;
	padding-top: 75px;
	float: left;
	text-align: center;
	font-size: 12px;
	margin: 0 9px;	
}
.www441links A{
	color: #aaf;
	text-shadow: 1px 1px 3px #000;
}
.www441links A:hover{
	text-shadow: -1px -1px 3px #000;
	color: #fdfa53;	
}
.www441links A:hover DIV{
	opacity: 0.7;
}
.www441link_en{
	background: url(/skins/site_audio/www/lang_en.png) no-repeat 20px 0;
}
.www441link_fr{
	background: url(/skins/site_audio/www/lang_fr.png) no-repeat 20px 0;	
}

/* @end */

/* @group App. Me
------------------------------------------------------------ */

.site441audio #app_me441content{
	border: 1px solid #BCC2C7;
	background: #F1F1F1;	
	overflow: hidden;

	font-size: 12px;
	line-height: 130%;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

.app441me.body441error #lay441marginRight,
.app441me.body441error #lay441marginLeft,
.app441me.body441error #lay441marginBottom{
	background: none;
}


/* @end */



