/* 
	Theme Name: FashionPress	
	Theme URL: http://theme-junkie.com/
	Description: A free theme for entertainment related blogs.
	Author: Roy Guan
	Author URI: http://theme-junkie.com/
	Version: 1.0
	Tags: Fixed Width, Adsense Ready, Widget Ready, Advanced Theme Options
	
	Changelog:
		v1.0 - 09/02/2008
		Initial Release
*/

/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a {text-decoration:none;}

.clear{clear:both}
.right {float:right;}
.left {float:left;}
a img{border:0;}

/******************
 *	OVERALL		  *
 ******************/ 
body {
	background: #0099cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 980px;
	margin: 5px auto;
	padding: 0;
}

/******************
 *	HYPERLINKS	  *
 ******************/ 
menu a, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

menu a:hover {
	background: #fd0859;
	color: #fff;
	text-decoration: none;
}

/******************
 *	TOP			  *
 ******************/ 
#top {
	height: 28px;
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 31px;
}

#top a, #top a:visited {
	color: #fff;
	margin: 0 10px 0 10px;
}

#top .left a:hover {
	background: none;
	text-decoration: underline;
}

#top .right a:hover {
	background: none;
}

.register {
	margin: 0 10px 0 0 !important;
}

.login {
	margin: 0 0 0 10px !important;
}

.rss {
	background: url(images/rss.gif) no-repeat -1px -1px;
	padding: 0 0 0 8px;
}

.rss a, .twitter a, .facebook a {
}

.rss a:hover, .twitter a:hover,  .facebook a:hover {
	border-bottom: 1px solid #fff;
}

.twitter {
	background: url(images/twitter.gif) no-repeat -1px -2px;
	padding: 0 0 0 8px;
}

/******************
 *	SEARCH FORM	  *
 ******************/ 
#searchform {
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 28px;
}

.searchinput {
	background: #fff url(images/search.gif) no-repeat 4px 2px;
	width: 160px;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 2px 2px 2px 20px;
	border: 1px solid #f0f0f0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.searchsubmit {
	width: 30px;
	background: #bdd6ff;
	border: 1px solid #fff;
	margin: 0;
	padding: 1px 0 0 0;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/******************
 *	HEADER		  *
 ******************/ 
#header {
	height: 100px;
	margin: 0;
	padding: 0;
}

.logo {
	background: url(images/logo.png) no-repeat;
	float: left;
	width: 240px;
	height: 90px;
	margin: 0;
	padding: 0;
}

.ad728x90 {
	float: right;
	width: 728px;
	height: 90px;
	margin: 0;
	padding: 0;
}

.ad728x90 img {
	border: none;
}

/******************
 *	MENU		  *
 ******************/ 
#menu {
	background: #fff;
	height: 28px;
	margin: 3px 0 0 0;
	padding: 0;
	border: 1px solid #ddd;
}

#menu .current a {
	background: #fd0859;
	color: #fff !important;
}

#menu ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ddd;
}

#menu ul li {
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	border-right: 1px solid #045;
}

#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0;
	padding: 7px 12px 7px 12px;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

#menu li a:hover, #menu li a:active {
	background: #fd0859;
	margin: 0;
	padding: 7px 12px 7px 12px;
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #fff;
	width: 130px;
	float: none;
	margin: 0;
	padding: 7px 12px 7px 12px;
	color: #000;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#menu li li a:hover, #menu li li a:active {
	background: #fd0859;
	color: #fff;
	padding: 7px 12px 7px 12px;
}

#menu li ul {
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 155px;
	margin: 0;
	padding: 0;
	left: -999em;
}

#menu li li {
	border: none;
}

#menu li ul a {
	width: 120px;
}

#menu li ul a:hover, #menu li ul a:active {
}

#menu li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li:hover, #menu li.sfhover {
	position: static;
}

/******************
 *	HOMEPAGE	  *
 ******************/ 
#col1 {
	background: #FFFFFF;
	float: left;
	width: 630px;
	margin: 10px 0 0 0;
	padding: 10px;
	clear: both;
	border:4px solid #bdd6ff;
}

#contentbox {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #999;
}

/******************
 *	CONTENT		  *
 ******************/ 
#content {
	background: #fff;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px;
	color: #555;
}

#content h2 {
	padding: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	color:#6799cb;
}

.byline {
	padding: 10px 0 15px 0;
}

.author {
	text-transform: uppercase;
}

/******************
 *	ENTRY		  *
 ******************/ 
.entry {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.entry p {
	margin: 0 0 10px 0;
	padding: 0;
}

.entry img {
	margin: 0;
	padding: 0;
}

.entry ul li {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #555;
}

.entry ul li a {
	font-weight: normal;
	color: #555;
}

.entry ul li ul li {
	padding: 0;
	margin: 0;
}

.entry ol li {
	list-style: decimal;
	padding: 0;
	margin: 0;
	background: none;
}

.entry h1 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	border-bottom: 3px solid #E1E1E1;
	padding-bottom: 3px;
	margin: 5px 0 3px 0;
}

.entry h2 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding-bottom: 3px;
	margin: 5px 0 3px 0;
	height: auto;
	text-indent: 0;
}

.entry h3 {
	font-size: 13px;
	font-weight: bold;
	color: #444;
	padding-bottom: 3px;
	text-indent: 0;
	margin: 5px 0 3px 0;
}

.entry h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}

.entry h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}

.entry h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	line-height: 16px;
	height: auto;
	padding: 5px 0 5px 0;
	color: #555;
	text-indent: 0;
}

/******************
 *	ENTRY META    *
 ******************/ 
.entryfooter {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
}
.entryfooter span{
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}
.link {
	background: #fff url(images/plink.gif) no-repeat 0 -1px;
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}

.comments {
	background: #fff url(images/comment.gif) no-repeat 0 -1px;
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
}

.meta {
	background: #fff url(images/folder.gif) no-repeat 0 5px;
	padding: 5px 0 0 17px;
	font-size: 11px;
}

.meta span {
	text-transform: uppercase;
}

.meta span a:link, .meta span a:visited {
	color: #fd0859;
}

.meta span a:hover {
	color: #fff;
}

.tags {
	background: url(images/tag.gif) no-repeat 0 0;
	margin: 0 0 0 10px;
	padding: 0 0 0 17px;
}
.downloads {
	background: url(images/download_icon.png) no-repeat 0 0;
}

/******************
 * IMAGES		  *
 ******************/ 
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
	
img.alignnone {
	margin: 0 0 10px 0;
	padding: 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 10px;
	padding: 0;
	display: inline;
}

img.alignleft {
	margin: 0 10px 10px 0;
	padding: 0px;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
	
.wp-caption {
	background: #f7f7f7;
	text-align: center;
	padding: 4px 0 5px 0;
	border: 1px solid #e6e6e6;
}

.wp-caption img {
	margin: 0 0 5px 0;
	padding: 0px;
	border: 0px;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/******************
 *	SIDEBAR   	  *
 ******************/ 
#sidebar {
	background: #bdd6ff;
	float: right;
	width: 310px;
	margin: 10px 0 0 0;
	padding:0px;
	border:4px solid #bdd6ff;
}
#sidebarbox {
	background: none;
	padding: 0;
}
#sidebar .box {
	margin: 0;
	padding: 10px;
	background: #fff;
	color: #666;
	line-height: 18px;
	border-bottom:4px solid #bdd6ff;
}

#sidebar .box a {	
	color: #666;
}


#sidebar h3 {
	margin:5px 0 10px 0;
	padding:0px;
	background: #fff;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}
.widget {
	margin: 0;
	padding: 0;
}

.leftwidget {
	float: left;
	width: 153px;
	margin: 0;
	padding: 0;
}

.rightwidget {
	float: right;
	width: 153px;
	margin: 0;
	padding: 0;
}

.widget ul, .leftwidget ul, .rightwidget ul {
	margin: 0;
	padding: 0;
}

.widget ul li, .leftwidget ul li, .rightwidget ul li{
	list-style: none;
	margin: 0;
	background: #fff url(images/star.gif) no-repeat 0 8px;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #f0f0f0;
}

.ad300x250 {
	background: #fff;
	width: 300px;
	height: 250px;
	padding:5px;
	border-bottom:4px solid #bdd6ff;
}

.ad300x250 img {
	border: none;
}

/******************
 *	SUBSCRIBE	  *
 ******************/ 
#subscribeform {
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 20px;
}

.subscribeinput {
	width: 160px;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 3px 3px 3px 25px;
	border: 1px solid #e6e6e6;
	background: #fff url(images/mail.gif) no-repeat 4px 2px;
}

.subscribeinput:focus {
	border: 1px solid #191919;
}

.subscribesubmit {
	width: 60px;
	background: #bdd6ff;
	border: 1px solid #bdd6ff;
	margin: 0;
	padding: 0 0 1px 0;
	color: #fff;
	font-weight: bold;
}


/******************
 *	COMMENTS	  *
 ******************/ 
.comments-box {
	zoom: 1;
	margin: 30px 0 0 0;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #666;
	font-size: 1.4em;
	letter-spacing: 0;
}

#respond {
	background: #fff;
	margin: 20px 0 0 0;
	padding: 5px;
}

#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.cancel-comment-reply {
	margin: 5px 0 0 0;
	padding: 2px 0 2px 0;
	font-size: 11px;
}

.cancel-comment-reply a {
	background: #f9f9f9;
	color: #000;
	padding: 1px 3px;
	border: 1px solid #f0f0f0;
}

.text {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777;
	width: 200px;
}

/************************
 *	COOMENT FRAMEWORK	*
 ************************/ 
ol.commentlist a:link {
	text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}

ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}

ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #e9e9e9;
}

ol.commentlist li.alt {
}

ol.commentlist li.bypostauthor p {
}

ol.commentlist li.byuser {
}

ol.commentlist li.comment-author-admin {
}

ol.commentlist li.comment {
}

ol.commentlist li div.comment-author {
}

ol.commentlist li div.vcard {
}

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
	padding: 1px 0 0 18px;
	background: url(images/user.gif) no-repeat 0 0;
}

ol.commentlist li div.vcard cite.fn a.url {
	color: #222;
	background: none;
}

ol.commentlist li div.vcard img.avatar {
	float: right;
}

ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}

ol.commentlist li div.commentmetadata {
}

ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}

ol.commentlist li div.comment-meta a {
	background: none;
	color: #aaa;
	text-decoration:none;
}

ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}

ol.commentlist li ul {
}

ol.commentlist li div.reply {
	background: #f9f9f9 url(images/replybg.png) repeat-x;
	color: #fff;
	width: 33px;
	margin: 10px 0 0 0;
	padding: 1px 4px 1px 4px;
	line-height: 14px;
	font-size: 10px;
	text-transform: uppercase;
}

ol.commentlist li div.reply a {
	color: #fff;
}

ol.commentlist li div.reply a:hover {
	background: none;
}

ol.commentlist li ul.children {
}

ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e9e9e9;
}

ol.commentlist li ul.children li li.alt {
}

ol.commentlist li ul.children li.bypostauthor {
}

ol.commentlist li ul.children li.byuser {
}

ol.commentlist li ul.children li.comment {
}

ol.commentlist li ul.children li.comment-author-admin {
}

ol.commentlist li ul.children li.depth-2 {
}

ol.commentlist li ul.children li.depth-3 {
}

ol.commentlist li ul.children li.depth-4 {
}

ol.commentlist li ul.children li.depth-5 {
}

ol.commentlist li ul.children li.odd {
}

ol.commentlist li.even {
}

ol.commentlist li.odd {
}

ol.commentlist li.parent {
}

ol.commentlist li.pingback {
}

ol.commentlist li.thread-alt {
}

ol.commentlist li.thread-even {
}

ol.commentlist li.thread-odd {
}

/********************
 *	COMMENT FORM	*
 ********************/ 
#commentform {

}

#commentform input {
	width: 210px;
	margin: 0 5px 1px 0;
	padding: 5px;
	border: 1px solid #ddd;
}

#commentform input:focus {
	border: 1px solid #191919;
}

#commentform .user {
	padding: 3px 3px 3px 25px;
	background: #fff url(images/user.gif) no-repeat 5px 3px;
	color: #666;
}

#commentform .email {
	padding: 3px 3px 3px 25px;
	background: #fff url(images/mail.gif) no-repeat 5px 3px;
	color: #666;
}

#commentform .url {
	padding: 3px 3px 3px 25px;
	background: #fff url(images/link.gif) no-repeat 5px 3px;
	color: #666;
}

#commentform textarea {
	width: 75%;
	height: 100px;
	padding: 2px;
	border: 1px solid #ddd;
}

#commentform textarea:focus {
	border: 1px solid #191919;
}

#commentform .submit {
	margin: 0;
	padding: 4px;
	color: #999;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #f8f8f8;
	width: 155px;
}

#commentform .submit :hover {
	background: #333;
	border: 1px solid #191919;
	text-decoration: underline;
	color: #fff;
}

/******************
 *	FOOTER		  *
 ******************/ 
#footer {
	background: #bdd6ff;
	margin: 15px 0 0 0;
	padding: 10px;
	color: #666;
	line-height: 20px;
	list-style: none;
}

#footerbox {
	background: #fff;
	padding: 10px;
}

#footerbox ul li {
	list-style: none;
	margin: 0;
	background: #fff;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #f0f0f0;
}

#footerbox .box {
	width: 298px;
	margin: 0 15px 0 0;
}
#footerbox h3 {
	margin: 0;
	padding: 0 10px 0 0;
	background: #fff;
	color: #666;
	font-size: 15px;
	font-weight: bold;
}

#footerbox ul ul {
	display: none;
}
#footerbox img {
	padding: 5px;
}

/******************
 *	BOTTOM		  *
 ******************/ 
#bottom {
	background: #bdd6ff;
	margin: 15px 0 0 0;
	padding: 10px;
	color: #666;
	line-height: 15px;
}

#bottom a {
	border-bottom: 1px dotted #666;
}

#bottom a:hover {
	border-bottom: none;
}

#bottombox {
	background: #fff;
	height: 15px;
	padding: 10px;
}






/*******************************************************************/
.browseall { float:right;line-height:25px; }
h2.mobile-tunes {
	background:transparent url(images/ico-hot-tunes.gif) no-repeat scroll 1px 50%;
}
h2.wptitle{
	background:transparent url(images/wallpaper-ico.gif) no-repeat scroll 1px 50%;
}

.featuredhome{
	margin:10px 0px 10px 0px;padding:0;
}
.featuredhome li{
	width:157px;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	float:left;
	display:block;
}
.featuredhome_middle{
	margin:0px 15px 0px 15px;
}

.featuredhome ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.featuredhome li li {
	height:auto;
	margin:0 0 1px;
	padding:0;
}

.featuredhome li ul li.tags {
	overflow:hidden;
	padding-left:18px;
}

.featuredhome li ul li.downloads {
	height:16px;
	overflow:hidden;
	padding-left:18px;
}

.featuredhome li h3{
	color:#6799CB;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	margin:0px;
	padding:0 0 0 18px;
	overflow:hidden;
	background:url(images/mobile_icon.gif) no-repeat left;
}

.featuredhome_thumbnail {
position:relative;
text-align:center;
width:116px;
}

.featuredhome_thumbnail td {
	height:116px;
	margin-left:8px;
	padding:0px;
	vertical-align:middle;
}
.userpic{
	float:left;
	border:solid 1px #555555;
	margin-right:3px;
}
.btnStd {
	height:30px;
}
.btnStd a {
	background:transparent url(images/btnStd-bg-sx.png) no-repeat scroll left top;
	color:#FFFFFF;
	float:left;
	font-weight:bold;
	height:30px;
	line-height:29px;
	padding:0;
}
.btnStd a:hover {
	text-decoration:none;
	cursor:pointer;
}
.btnStd a span {
	background:transparent url(images/btnStd-bg.png) no-repeat scroll right top;
	color:#FFFFFF;
	float:left;
	font-size:11px;
	height:30px;
	margin:0 0 0 10px;
	padding:0 20px 0 9px;
}
.btnStd a:hover {
	background:transparent url(images/btnStd-bg-sx-over.png) no-repeat scroll left top;
}
.btnStd a:hover span {
	background:transparent url(images/btnStd-bg-over.png) no-repeat scroll right top;
	color:#FFFFFF;
}
.btnStd.dwnld a {
	background:transparent url(images/btn-ico-dwnl.png) no-repeat scroll left top;
}
.btnStd.dwnld a span {
	margin:0 0 0 44px;
	padding:0 20px 0 0;
	text-transform:uppercase;
}
.btnStd.dwnld a:hover {
	background:transparent url(images/btn-ico-dwnl-over.png) no-repeat scroll left top;
}
.btnStd.dwnld{
	background:transparent url(images/btn-ico-dwnl.png) no-repeat scroll left top;
}
 #cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
 #cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
 #cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
 #cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
 #cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
 #cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
 #cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
 #cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
 #cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
 #cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
 #cloud { padding: 2px; line-height: 2em; text-align: center; }
 #cloud a { padding: 0px; }
 #cloud { margin: 0; }
 #cloud li { display: inline; }

 .signin {
	float:left;
	padding:0;
	width:663px;
}

.signin p {
height:28px;
margin:0;
}

.signin p.captcha label, .signin p.selectinput label, .signin p.textinput label {
float:left;
font-size:11px;
font-weight:bold;
padding:3px 0 0;
width:155px;
}

.signup_loginnow {
margin:0 0 9px;
width:488px;
}
.signup_loginnow span {
color:#939598;
float:right;
font-size:11px;
}
.signin p.captcha input, .signin p.textinput input {
border:1px solid #D8D9DB;
color:#6D6E71;
float:left;
font-size:11px;
height:18px;
padding:0;
width:297px;
}
.signin p.captcha input {
margin-bottom:8px;
width:134px;
}
.signin p.selectinput select {
border:1px solid #D8D9DB;
color:#6D6E71;
float:left;
font-size:11px;
height:22px;
width:300px;
}
.signin label {
margin-left:35px;
}
.signin p.selectinput select.select_manufacturer {
margin-right:80px;
width:108px;
}
.signin p.selectinput select.select_model {
width:108px;
}
.signin p.selectinput select.select_year {
width:104px;
}
signin p.selectinput input {
border:1px solid #D8D9DB;
color:#6D6E71;
float:left;
font-size:11px;
height:18px;
margin:0 5px 0 0;
padding:4px 0 0 6px;
width:40px;
}
.signin .radioinput label.radio_label {
color:#939598;
font-size:11px;
padding-right:30px;
}
.signin p.selectinput label.sex_label {
border:0 none;
color:#939598;
float:left;
font-size:11px;
font-weight:normal;
margin-left:0;
margin-top:2px;
padding-top:0;
vertical-align:-20%;
width:70px;
}
.signin .radioinput label.radio_label input {
vertical-align:-20%;
}
.signin p.selectinput span, .signin p.textinput span {
color:#939598;
float:left;
font-size:11px;
padding:3px 0 0 15px;
width:130px;
}
.signin .btnStd {
padding:10px 0 50px 190px;
}
.signin .btnStd a span {
}
.signin .checkinput {
color:#939598;
font-size:11px;
height:25px;
padding-left:150px;
}

.registration_step {
background:#EAF2F9 none no-repeat scroll left center;
border:1px solid #B8D5EB;
color:#6799CB;
display:block;
font-size:11px;
font-weight:bold;
height:23px;
line-height:22px;
margin:0 0 9px;
padding:0 0 0 32px;
text-transform:uppercase;
width:455px;
}


.announcement{
	background:#EAF2F9 url(images/exclamation.gif) no-repeat scroll left center;
	border:1px solid #B8D5EB;
	color: #6799CB;
	display:block;
	font-size:11px;
	font-weight:bold;
	width:500px;
	margin:0 auto;
	padding:15px 15px 15px 60px;
	margin-bottom:20px;
}

.error{
	background:transparent url(images/cancel-ico.gif) no-repeat scroll left center;
	color: red;
	font-size:11px;
	font-weight:bold;
	padding:10px 10px 10px 30px;
}

.pager{
	padding:5px;
	margin:5px 5px 20px 0px;
	color:#db3462;
}
.pagenumber{
	margin:3px;
	border:1px solid #db3462;
	padding:2px 4px 2px 8px;
	font-family:Arial;
	text-decoration:none;
	color:#db3462;
	font-size:13px;
	text-decoration:none;
}
.pagenumber hover{
	background-color:#99CC99;
}
.hrline{
	clear:both;
	height:10px;
	margin:0px 0px 10px 0px;
	padding:0;
	border-bottom:dashed 1px #E2E2E2;
}
.actions {
	border-color:#E4E5E5;
	border-style:solid;
	border-width:1px 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:10px 0;
	overflow:hidden;
	padding:5px 0;
}
.actions li {
	float:left;
	line-height:25px;
	margin-right:15px;
	padding:0;
	margin-left:10px;
}
.actions li.send-friends {
margin-left:10px;
}
.actions li.bookmark {
}
.actions li.add-favourites {
}
.actions li.flag-inappropriate {
}
.actions li img {
	float:left;
	margin-right:3px;
}
.steplinks a{
	font-size:20px;
	color:#348dc7;
	font-weight:bold;
	text-decoration:none;
	font-family:verdana;
}
.steplinks p{
	margin:6px 0;padding:0;
}
#pb_outer {
	height: 24px;
	padding:2px;
	background-image:url(../images/progressbar.gif);
	width: 404px;
	margin: 5px;
	display:none;
}
#pb_inner {
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(../images/progressbarbg.gif);
	background-color: #003399;
	height: 20px;
	width: 1px;
	text-align: center;
}
.ringtonedetailsform{
	border:0;
}
.ringtonedetailsform td{
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #E9E9E9;
}
.previewbox{
	padding:10px;margin:0 0 10px 0;
	background-color: #ecf7ff;
	border:solid 1px #6799cb;
}
a.button {
    background: transparent url('images/button_bg_b.png') no-repeat scroll top right;
    color: #FFFFFF;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/button_bg_a.png') no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 10px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
} 
#wallpapercreator{
	width:496px;
	height:308px;
	padding:5px;
	border:dashed 1px #B9B9B9;
}

#wallpaperhint{
	width:198px;
	height:320px;
	background-color:#fffcdc;
	float:right;
}
#viewwallpaper{
	width:195px;
	height:338px;
	float:left;
	background:transparent url(images/cellphonebg.jpg) no-repeat center center;
}
#viewwallpaper img{
width:149px;height:199px;
margin-top:40px;
margin-left:22px;
}
