@charset "UTF-8";
/* CSS Document */

.new {
color:#d63245;
}

.mobile_website {
color:#999999;
font-weight:bold;
background-color:#EEEEEE;
}

div.cut {
 background-color: #ccc;
 width: 100px;
 height: 4px;
 overflow: hidden;
}
    
.cur {cursor:pointer;}
* HTML .cur {
cursor:hand;
cursor:pointer;
}

.bold {
font-weight:bold;
}

.input3 {
color: #AAD9F7;
background-color:#0E94E9;
height:2px;
width:95%;
}

.search_box {
color:#666;
text-align:center;
vertical-align:center;
}

.input2 {
width:100%;
border: 1px solid #0E94E9;
background: #AAD9F7;
}

.spacer {
margin: 5px 5px 5px 5px;
white-space: nowrap;
}

.just {
align:justify;
text-align:justify;
}

a.tonelinks {
color:#0E94E9;
text-decoration:none;
}

a:hover.tonelinks {
color:#0E94E9;
text-decoration:none;
}

a:link.tonelinks {
color:#0E94E9;
text-decoration:none;
}

a:visited.tonelinks {
color:#0E94E9;
text-decoration:none;
}

.uploadtime {
color:#666666;
font-weight:bold;
}

body
{
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-position: center top;
	background-repeat:repeat-x;
	margin:0;
	padding:0 0 0 0;
}

ul, ol, dl { list-style:none; list-style-type:none; font-size: 1em; }

* {
	padding: 0;
	margin:0;
	border: none;
}

a:link {
	color:#ba7405;	
}

/*----------------------------------------------------------------------------------- TEXT */

h1
{
	font-size:3em;
	font-weight:bold;
}

h2 {
	font-size: 2.2em;
	padding: 0 0 2px 0;
}

h2 a {
	
}

h2 a:hover {

}

h3 {
	font-size: 1.6em;
	padding: 0 0 2px 0;
}

h4 {
	font-size: 1.4em;
	padding: 0 0 2px 0;
}

h4 a {
	text-decoration:none;
}

h4 a:hover {
	text-decoration:underline;
}

h5 {
	padding: 0 0 0 0;
	font-size: 1.2em;
}

h5 a {
	text-decoration:none;
}

h5 a:hover {
	text-decoration:underline;
}

p {
	padding: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.3em;
}

a {
	color:#333;
}

/*----------------------------------------------------------------------------------- FLOAT */

.float-right
{
	float:right;
	margin-top:10px;
}

.float-left
{
	float:left;
}

.clear
{
	clear:both;
}
@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------------------------ LAYOUT */

.pink {
	color:red;
}

.kwuote {
	color: #0e94e9;
	font-weight:bold;
}

.nav_cur {
    color:#666666;
    font-weight:bold;
}

a.nav_cur {
    color:#0e94e9;
    font-weight:bold;
}

.center {
	margin-top : 30px;
	text-align:center;
}

.wrapper
{
	width: 1040px;
	margin: 0 auto;
}

.wrapper .content
{
	padding: 0 0 50px 0;
	min-height: 600px;
}

.wrapper .about
{
	padding: 0 0 50px 0;
	min-height: 600px;
}

/*------------------------------------------------------------------------------------ TOP NAVIGATION/BRANDING */

.wrapper #header
{
	height: 50px;
	border-bottom: solid 1px #CCC;
	border-top: solid 4px #0e94e9;
}

.wrapper #header h1.logo
{
	height: 40px;
	width: 180px;
	text-indent: -9999px;
	display:inline;
	float:left;
	background-image:url(/image/madringtones_logo_small.png);
	background-repeat:no-repeat;
	margin: 5px 10px 0 0;
}

.wrapper #header a.orange-link
{
	margin: 12px 0 0 0;
}

/*---------------------------------------------------------------------- MAIN NAVIGATION */

.nav table.nav {
margin-top: 20px;
}

.wrapper #header ul.nav
{
	padding: 12px 0 0 20px;
	float:left;
	display:inline;
	width:400;

}

.wrapper #header ul.nav li
{
	float:left;
	padding: 0 10px 0 0;
	font-weight: bold;
	font-size:12px;
	display:inline;
}

.wrapper #header ul.nav li a
{
	padding: 0px;
	padding-left:10px;
	padding-right:10px;
	line-height: 2em;
	color: #666;
	text-decoration:none;
	float:left;
	display:inline;
}

.wrapper #header ul.nav li a:hover
{
	background-color:#EEE;
}

.wrapper #header ul.nav li.selected a
{
	color: #FFF;
	background-color:#666;
	padding: 0px;
	padding-left:10px;
	padding-right:10px;
	display:inline;
	line-height: 2em;
}


/*------------------------------------------------------------------------------------ CONTENT */


.content .large-logo
{
	background-image:url(/image/madringtones_logo.png);
	background-repeat:no-repeat;
	width:400px;
	height:160px;
	margin: 50px auto 20px auto;
	display:block;
	text-indent: -9999px;
}

.content .left-column
{
	width: 430px;
	float:left;
	padding: 0 0 0 116px;
}

.content .left-column-long
{
	width: 630px;
	float:left;
	padding: 0 0 0 116px;
}

.content .full-column
{
	width: 860px;
	float:left;
	padding: 0 0 0 116px;
}

.content .left-column .left-column-long h2
{
	padding: 0 0 12px 0;
}

.content .left-column .left-column-long .orange-link
{
	margin: 20px 0 0 0;
}

.content .right-column
{
	width: 326px;
	float:right;
	padding: 0 110px 0 0;
}

.content .right-column .examples-block
{
	background-color: #fff;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:16px;
	width:326px;
}

.content .right-column .examples-block ul.examples-list
{
	padding: 5px 5px 5px 0px;
}

.content .right-column .examples-block ul.examples-list li
{
	float:left;
	background-color:#FFF;
	border: solid 1px #CCC;
	padding: 2px;
	width:84px;
	height:84px;
	margin: 0 6px 6px 0;
}

.examples-list li img {
	width:84px;
	float:left;
}

/*---------------------------------------------------------------------- RESOURCES */
#resources.content {
	width:600px;
	margin: 0 auto;
	margin-top:50px;
}
#resources.content img.top {
	margin-top:20px;
}

#resources.content p.top {
	margin-top:10px;
}

div.line {
	float:inherit;
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
	height:2px;
	background-color:#777777;
}


/*---------------------------------------------------------------------- DOCS */



/*---------------------------------------------------------------------- SAMPLES */
#examples.content {
	width:800px;
    margin: 0 auto;
}

#examples.content h2 {
	margin-top:30px;
}

ul.samples-list
{
	display:block;
	margin: 0 0 14px 0;
}

ul.samples-list li
{
	display:block;
	float:left;
	width:200px;
	border: solid #EEEEEE 1px;   
	margin: 20px 25px 0 0;
	padding:10px;
}

ul.samples-list li p.title
{
	font-size: 1.2em;
	color:#ba7405;
	padding: 4px 0 0 0;
	line-height: 1.2em;
	font-weight:bold;
	margin:0px;
}

ul.samples-list li p.title a
{
	text-decoration:none;
	color:#ba7405;
}

ul.samples-list li p.author
{
	margin:0;
	padding: 0;
	font-style:italic;
	color:#333333;
	line-height:1.2em;
}

ul.samples-list li p.author a
{
	color:#333333;
	text-decoration:none;
}

ul.samples-list li p.author a:hover, ul.samples-list li p.title a:hover
{
	text-decoration:underline;
}

ul.samples-list li dl.options
{
	display:block;
	margin: 4px 0 0 0;
}

ul.samples-list li dl.options dd
{
	display:block;
	float:left;
	margin: 0 10px 0 0;
}



/*---------------------------------------------------------------------- ABOUT */

.about div {
	width:700px;
}
.about img.portrait
{
	padding:3px;
	border: solid 1px #CCCCCC;
	width:72px;
	height:72px;
	float:left;
	margin: 0px;
	margin-right:5px;
	display:block;
}


.about img.frame
{
	margin-top:10px;
	padding:3px;
	border: solid 1px #CCCCCC;
	width:350px;
	margin-bottom: 10px;
	margin-right:5px;
	display:block;
}

.about h4 {
	padding-top:20px;
	color:#333333;
}



.about .left-column
{
	width: 360px;
	float:left;
	padding: 0 0 0 60px;
}



.about .left-column .orange-link
{
	margin: 20px 0 0 0;
}

.about .right-column
{
	width: 360px;
	float:right;
	padding: 0 110px 0 0;
}

.about .right-column .examples-block
{
	background-color: #EEE;
	padding:16px;
}

.about .right-column .examples-block ul.examples-list
{
	padding: 10px 0 0 0;
}

#about-block {
	float:left;
	width:340px;
	background-color:#777;
	border: solid 1px #333;
	color:#FFF;
	padding: 10px;
	margin-top:25px;
}

#about-block h4 {
	color:#000;	
	padding-top:5px;
}


/*---------------------------------------------------------------------- BLOG */




/*------------------------------------------------------------------------------------ BUTTONS */

a.orange-link
{
	padding: 2px 10px 0px 10px;
	font-size:12px;
	line-height: 2em;
	color: #FFF;
	text-decoration:none;
	background-color:#0e94e9;
	font-weight:bold;
	height: 28px;
	display:block;
	width: 100px;
	text-align:center;
}



/*------------------------------------------------------------------------------------ TEXT */



/*------------------------------------------------------------------------------------ FOOTER */

input {
	border: solid 1px #0e94e9;
	padding: 1px;
	width: 200px;
	height:24px;
	clear:both;
}

#footer
{
	border-top: solid 1px #CCC;
	padding: 10px;
	height:16px;
	clear:both;
}

#footer p
{
	float:left;
}

#footer ul
{
	float:right;
}

#footer ul li
{
	float:right;
	padding: 0 0 0 10px;
}

#footer ul li a
{
	color:#666;
}
.ratingblock {
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url('/image/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('/image/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('/image/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('/image/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#666666;font-weight:bold;}
.static {color:#5D3126;}

#screen {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       width: 100%;
//       height: 100%;
       z-index: 98;
       display: none;
       background: url(/icons/bg.png);
}
* html #screen {
       background-color: #333;
       background-color: transparent;
       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/icons/bg.png", sizingMethod="scale");
}

#downloadform div.head {
       width:100%;
       height:26px; 
       background:url(/icons/pasportbgzag.gif) #5D5B5E repeat-x bottom left;
       margin:0; 
       padding:0;
} 
#downloadform div.head div.left {
       float:left; 
       font:11px Verdana; 
       color:#FFFFFF; 
       padding:6px;
}
#downloadform div.head div.right {
       float:right; 
       padding:6px;
}
#downloadform {
       position: absolute;
       width: 550px;
       left: 50%;
       margin-left:-170px;
       top: 50%;
       margin-top:-150px;
       text-align:left;
       background:#FFFFFF;
       display: none;
       z-index: 99;
}
#downloadform div.border {
       border:1px solid #3C3C3C;
       padding:5px 10px 18px 10px;
       line-height:20px;
       font:11px Verdana;
       color:#000;
}
#downloadform div.border h2 {
       font:20px Tahoma; 
       color:#CC3300;
       margin-top:0;
}
#downloadform div.border div.input_forms {
       margin:0;
       padding:4px 0 1px 0;
}
#downloadform div.border input_forms.data {
       width:190px;
       padding:3px 3px 3px 5px;
}
#downloadform div.border input_forms.data {
       border:1px solid #D4D0C8;
       background:#FFFFFF;
       color:#000000;
}
#downloadform div.border div {
       margin:0 0 10px 0;
}
#downloadform div.border div#register {
       border-top:1px solid #D4D0C8;
       margin:10px 0 0 0;
       padding:5px 0 0 0;
}

