/*
Theme Name: MobilesRoom
Theme URI: http://www.cssjockey.com
Description: Custom WordPress Theme
Version: 1.0
Author: CSSJockey
Author URI: http://www.cssjockey.com/
*/

/* 
 * Reset Styles 
*/ 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,address,cite,del,dfn,font,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,.reset{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}:focus{ outline:0}img{ outline:0; border:none}ol,ul{ list-style:inherit !important}table{ border-collapse:separate; border-spacing:0}caption,th,td{ text-align:left; font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{ content:""}blockquote,q{ quotes:""""; border-left:3px solid #ccc; padding:0 0 0 7px; margin-left:10px}a,a:hover{ text-decoration:none}h1{ font-size:18pt}h2{ font-size:16pt}h3{ font-size:14pt}h4{ font-size:12pt}h5{ font-size:10pt}h6{ font-size:8pt}.textleft{ text-align:left}.textright{ text-align:right}.textcaps{text-transform: capitalize;}.textcenter{ text-align:center}.textjustify{ text-align:justify}.hidden{ display:none; visibility:hidden}small{ font-size:90%}b,strong{ font-weight:bold}code{ font-family:"Courier New",Courier,monospace}.clearfix:after{ clear:both; display:block; content:""; height:0; visibility:hidden}.clearfix{ display:inline-block}* html .clearfix{ height:1%}.clearfix{ display:block}li.clearfix{ display:list-item}.aligncenter{ display:block; margin-left:auto; margin-right:auto}img.alignright{ margin:10px 0 10px 10px}.floatleft{ float:left; display: inline;}.floatright{ float:right; display: inline;}.clear{ clear:both; display:block; height:0; visibility:hidden}
/** Main Structure **/

body{
    background:#FFFFFF url(images/bg.jpg) repeat-x;
    font:normal 10pt Arial;
    color: #454545;
}


/** Structure **/
#wrapper{
    width: 1000px;
    margin: 0 auto;
}
a{
    color: #1778b5;
}
a:hover{
    color: #d81f26;
}
#header{
    height: 105px;
    position: relative;
    background: url(images/header.jpg) no-repeat;
}


/*Header*/
#logo{
    padding: 10px 0 0 0;
}
#top-banner{
    position: absolute;
    top:40px;
    right: 5px;
}
#social-icons{
    position: absolute;
    top: 13px;
    right: 5px;
    font-size: 9pt;
}
#social-icons a{
    margin: 0 0 0 10px;
}
#top-fb{
    padding: 0 0 2px 21px;
    background: url(images/facebook.gif) 0px 0px no-repeat;
}
#top-tw{
    padding: 0 0 2px 21px;
    background: url(images/twitter.gif) 0px 0px no-repeat;
}
/* Wrap */
#wrap{
    background: url(images/wrap-bg.png) repeat-y;
    padding:0 5px 0 5px;
}
#top-nav{
    background: url(images/top-nav.png) no-repeat;
    height: 44px;
    padding:0 5px 0 5px;
}
#top-nav ul.toppages{
    padding:5px 0 0 0;
    width: 830px;
}
#top-nav ul.toppages li{
    list-style: none;
    display: inline;
}
#top-nav ul.toppages li a{
    display: block;
    float: left;
    font:bold 9pt Arial;
    text-transform: uppercase;
    padding:14px 12px 9px 12px;
}
#top-nav ul.brands{
    width: 160px;
    padding:5px 0px 0 0;
}
a.browse-brands{
    list-style: none;
    background: url(images/brands-bg.jpg) right no-repeat;
    display: block;
    width: 140px;
    height: 26px;
    text-transform: uppercase;
    font-size: 9pt;
    padding: 12px 0 1px 20px;
}
#top-nav ul.brands li ul li a{
    display:block;
    background:#FFFFFF;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ddd;
    border-top: 0px;
}
#top-nav ul.brands li ul li a:hover{
    background:#f4f4f4;
}
.home-icon{
    margin: 0px !important;
    padding: 0px !important;
}

/** Featured **/
#featured{
    height: 330px;
    background: url(images/featured-bg.jpg) repeat-x;
    border-bottom: 1px solid #CCC;
}
.featured_features ul{
    height: 190px;
    overflow: hidden;
}
.fphead{
    font-size: 12pt;
}
.featured_features ul li{
    text-align: right;
    list-style: none;
    width: 230px;
    padding: 0 0 3px 0;
    font-size: 8pt;
}
.featured_features ul li label{
    float: left;
    font-weight: bold;
}
.featured-mobile{
    margin: 0 0px 0 0;
}
#featured-info{
    height: 285px;
    width: 235px;
    background: url(images/featured-info.jpg) no-repeat;
    padding:23px 35px 25px 25px;
    color: #FFF;
}
#featured-info p{
    padding:0 0 10px 0;
}
#featured-info h3{
    color: #FFFFFF;
    padding:0 0 5px 0;
}
#featured-mobile-info{
    height: 240px;
    overflow: hidden;
}
#featured-mobile-info a{
    color: #FFF;
    font-weight: bold;
}
.mobileinfo{
    display: none;
}
#featured-content{
    width: 694px;
    height: 310px;
    overflow: hidden;
}
.featured-mobile{
    padding:13px 0 0 0;
    width: 173px;
    text-align: center;
    font-size: 9pt;
    cursor: pointer;
}
.featured-mobile img{
    margin: 0 0 5px 0;
}

/* MidBanner Div */
#midbanner{
    height: 100px;
    border-bottom: 1px solid #CCC;
    padding:0px 5px 10px 10px;
}
.banner728{
    padding:10px 0 0 0;
    width: 728px;
    height: 90px;
}
#subscribe-box{
    background: url(images/subscribe-box.jpg) no-repeat;
    width: 240px;
    height: 96px;
    margin: 7px 0 0 7px;
    position: relative;
}
#fbtxtbox{
    position: absolute;
    top:48px;
    left: 20px;
    font:normal 8pt arial;
    border: 0px;
    background: none;
    width: 145px;
    color: #454545;
}
#fbsubmit{
    position: absolute;
    top:38px;
    right: 13px;
    border: 0px;
    background: none;
    width: 47px;
    height: 47px;
    cursor: pointer;
}
#fblink{
    display: block;
    position: absolute;
    top: 73px;
    left: 15px;
    font:normal 8pt Arial;
}

/** Content Holder **/
#content-holder{
    padding:10px 10px 10px 10px;    
}
#content{
    width: 660px;
    margin: 0 10px 0 0;    
}
#compare-content{
    width: 960px;
    margin: 0 10px 0 0;    
}
.panel, .post{
    background: url(images/panelbg.gif) repeat-x;
    padding:0 0 20px 0;
}
.smallpanel{
    width:320px;
}
.panelthumbs{
    width: 142px;
    height: 169px;
    margin:0px;
    padding:10px 10px 0 0;
}
.panelthumbs a img{
    border: 3px solid #CCC;
    width: 139px;
    height: 166px;
}
.panel h2, .post h2{
    color: #1778b5;
    font:bold 11pt Arial;
    text-transform: uppercase;
    height: 23px;
}
.viewall{
    position: absolute;
    top:2px;
    right: 0px;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 999999;
}
span.h2arrow{
    background:url(images/h2arrow.jpg) right no-repeat;
    padding:1px 10px 0px 0;
}
span.h2arrows{
    background:url(images/h2arrow.jpg) right no-repeat;
    padding:2px 10px 0px 0;
}
.red{
    color: #d81f26 !important;
}
.panelcontent{
    padding:0px 0px 0px 10px;    
}
.review-panel{
    min-height: 105px;
}
.box1{
    width: 310px;
    margin: 0 10px 0 0;
}
.panelcontent h4{
    padding:10px 0 5px 0;
}
.panelcontent h4 a{
    font-weight: bold;
}
.paneltext{
    height: 50px;
    line-height: 1.5;
    overflow: hidden;
}
.panelmeta{
    font-size: 7pt;
    text-transform: uppercase;
    font-weight: bold;
    padding:2px 0 0 0;
    color: #d81f26;
}
.panelmeta a{
    color: #d81f26;
}
.paneltext p{
    font-size: 8pt;
}
.mobilethumb{
    background: #CCC;
    padding: 3px;
    margin: 10px 10px 0 0;
    float: left;
}


#sidebar{
    width: 300px;
}
.widget{
    width: 300px;
    margin: 0 0 25px 0;
    background: url(images/panelbg.jpg) repeat-x;
}
.widgetbg{
    background: url(images/panelbg.jpg) repeat-x;
}
.widget h2{
    color: #1778b5;
    font:bold 11pt Arial;
    text-transform: uppercase;
    height: 23px;
}
.widget ul{
    padding:10px 10px 5px 10px;
    font-size: 8pt;
}
.widget ul li{
    list-style: none;
    padding:0 0 8px 0;

}
.widget ul li a{
    color: #454545;
}
.widget ul li a:hover{
    color: #1778b5;
}

/************************/
.widget_thumbs{
    margin: 0px !important;
    padding: 10px 0px 10px 0px !important;
}
.widget_thumbs li{
    list-style: none;
    display: block;
    float: left;
    width: 100px !important;
    padding: 0 0 0 0;
    height: 155px !important;
    overflow: hidden;
    padding: 0px !important;
    text-align: center;
}
.widget_thumbs li img{
    border: 3px solid #CCC;
}

/** Themes Page Styles **/
.custom-thumbs h2{
    padding:5px 0 10px 0;
}
.theme-brands{
    clear:both;
}
.brand-heading h2{
    font:bold 11pt Arial;
    padding:0px 0 0px 0;
    color: #1778b5;
}
.theme-products ul{
    margin:0px 0 0px 0;
}
.theme-products ul li{
    float:left;
    width:110px;
    height:125px;
    overflow:hidden;
    margin:15px 10px 15px 10px;
    padding:5px 0px 0px 0px;
    border:solid 1px #b8d2e7;
    text-align:center;
    font-size: 8pt;
    background: #e8f1f8;
}
.theme-products ul li:hover{
    border:solid 1px #9abcd7;
}
.theme-products ul li a img{
    padding:0 0 5px 0;
}
.more-phones{
    background:#1878b5;
    float:right;
    padding:2px 5px 3px 5px;
    margin:0 10px 15px 0;
    border:solid 2px #CCCCCC;
    color:#FFFFFF;
}
.more-phones:hover{
    color:#FFFFFF;
}
/** Inner Theme Page Styles**/
.inner-themes h2, .inner-software h2, .pagehead{
    font:normal 14pt Arial;
    padding:5px 0 5px 0;
    color:#1878b5;
    border-bottom:solid 3px #1878b5;
}
.inner-themes ul li{
    float:left;
    list-style-type:none;
    display:inline;
    border:solid 1px #CCCCCC;
    width:145px;
    padding:3px;
    margin:15px 6px 70px 6px;
    height:258px;
    font-size: 8pt;
    text-align:center;
}
.inner-themes ul li img{
    padding:0 0 5px 0;
}
/**Softare list styles**/
.inner-software ul{
    padding: 20px 0 0 0;
}
.inner-software ul li{
    display: inline;
    width: 50%;
    float: left;
    list-style: none;
}
.software{
    background: #efefef;
    border: 1px solid #DDD;
    padding: 6px;
    margin: 0 15px 15px 0;
    font-size: 8pt;
}
.softwarethumb{
    float: left;
    margin: 0 7px 0 0;
}
/**Inner Pages Page Styles**/
.featured-games{
    float:left;
    border:solid 1px #CCCCCC;
    padding:5px;
    height:152px;
    overflow:hidden;
    margin:15px 0 5px 0;
}
.featured-games h3{
    padding:0 0 5px 0;
}
.featured-games img{
    float:left;
    border:solid 1px #454545;
    margin:0 10px 0 0;
}
.featured-games p{
    padding:0 0 10px 0;
}
/**Review Styles**/
.latest-reviews h2{
    margin:0px 0 0px 0;
}
.review{
    margin:10px 0 25px 0;
    height:108px !important;    
    overflow:hidden;    
}
.review-thumb{
    border:solid 1px #CCCCCC;
    padding:1px;
    margin:0 10px 0 0;
}
/** Footer **/
#footer{
    background: url(images/footerbg.jpg) repeat-x;
    padding: 10px 10px 30px 10px;
    position: relative;
}
#footleft{
    width: 900px;
    font-size: 8pt;
}
#footleft ul{
    padding:0 0 10px 0;
    position: center;
}
#footleft ul li{
    list-style: none;
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
    padding:0 12px 0 0;
}
#footright{

}
/*
 * WordPress Post Styles
*/
.post{
    line-height:1.5;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h5{
    font-family:"Trebuchet MS";
    color:#3887c8;
    margin:0 0 10px 0;
}
.post p{
    margin:0 0 15px 0;
}
.singlepost{
    background: url(images/panelbg.jpg) 0px 10px repeat-x !important;
}
.singlehead{
    font-size: 18pt !important;
    font-weight: normal !important;
    padding: 0 0 10px 0;
}
.entry{
    padding: 0px 10px 0px 10px;
}
.post dl{
    margin:0;
    padding:0;
}
.post dl dt{
    margin:0;
    padding:0;
    font-weight: bold;
}
.post dl dd{
    margin: 0 0 1em 1em;
    padding: 0;
}
.post ul{
    margin:0 0 15px 30px;
}
.post ol{
    list-style:decimal !important;
    margin:0 0 15px 35px;
}
.post ul li, .post ol li{
    margin:0 0 3px 0;
}

blockquote:before, blockquote:after, q:before, q:after {
    content : "";
}

blockquote, q {
    quotes : "";
    border-left : 2px solid #ccc;
    padding : 0 0 0 7px;
    margin-left : 10px;
    font-style:italic;
}
pre code {
    font-family : "Courier New", Courier, monospace;
}
.features{
    font:normal 9pt Tahoma;
}
.features td{
    padding:4px 10px 4px 10px;
    border-bottom: 1px solid #efefef;
}
td.fieldname{
    width: 197px;

}
td.fieldvalue{
    width: 197px;
}
td.all-features{
    text-align: right;
    font-size: 8pt;
}
.page-links{
    text-align: center;
    padding:10px 15px 10px 15px;
    font: normal 8pt Tahoma;
}
.page-links a{
    padding:0 6px 0 6px;
}
/*
 * WordPress Calendar widget
*/

#wp-calendar{
    width:100%;
    color:#CCC;
}
#wp-calendar caption{
    text-align:center;
    font-size:9pt;
    text-transform:uppercase;
    font-weight:bold;
    padding:0 0 5px 0;
}
#wp-calendar th {
    text-align:center;
    font-weight:bold;
}
#wp-calendar tr td{
    text-align:center;
    padding:3px;
}
#wp-calendar a{
    font-weight:bold;
}
/** Image Caption Styles **/
.wp-caption{
    margin:0 0 10px 0;
    padding:4px 0px 3px 0px;
    background:#FFFFFF;
    border:1px solid #cccccc;
    text-align:center;
}
.wp-caption p{
    margin:3px 0px 0px 0px !important;
    padding:0px !important;
    font-size:85%;
}
.alignright{
    float:right;
    margin-left:10px;
}
.alignleft{
    float:left;
    margin-right:10px;
}
.aligncenter{
    margin:0 auto;
    text-align:center;
    margin-bottom:10px;
}

/** REVIEW PAGE **/
#review-features{
    width: 250px;
    background: #efefef;
    display: block;
}
.phone1{
    width: 450px;
    background: #efefef;
    display: block;
    margin: 0px 19px 0 0;
    padding: 10px;
}

.phone2{
    width: 450px;
    background: #efefef;
    display: block;
    padding: 10px;
}
.rfloatright{
    float:right;
    margin: 0 0 0 15px;
}
.rfloatleft{
    float:left;
    margin: 0 15px 0 0px;
}
.fthumb{
    border: 3px solid #dfdfdf;
}
#review-features{
    border: 1px solid #dfdfdf;
}
#feature-list{
    padding:10px 10px 5px 10px;
    font-size: 8pt;    
}
.fname{
    width: 90px;
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #dfdfdf;
}
.fvalue{
    width: 110px;
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #dfdfdf;
}
.allf{
    text-align: center;
    padding: 4px 0 0px 0;
}
#additional-links{
    width: 251px;
    height:110px;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    background: url(images/additional-linksbg.jpg);
    margin: 10px 0 10px 0;
}
#additional-links a{
    display: block;
    color: #000;
    padding:4px 0 5px 0;
}
#additional-links a:hover{
    color:#454545;
}
.goodies{
    color: #FFF;
    display:block;
    margin:0px 5px 0px 6px;
    font-size: 8.5pt;
    padding: 6px 0 3px 0;
}
/**Products Styles**/
.products ul{
    float:left;
    width:110px;
    height:125px;
    overflow:hidden;
    margin:10px 10px 15px 10px;
    padding:10px 0px 10px 0px;
    border:solid 1px #CCCCCC;
    text-align:center;
}
.products ul:hover{
    border:solid 1px #b0b0b0;
}
.products ul li{
    display:inline;
    list-style-type:none;
}
.products ul li a img{
    padding:0 0 10px 0;
}
.boxes{
    width: 310px;
    padding: 20px 10px 0 0;    
}

.boxes a img{    
    padding: 0px !important;
    border: 3px solid #CCCCCC;
    margin: 0 10px 0 10px !important;
}

/****** Features Page Styles ******/
.review-features{
    margin:10px 0 25px 0;
}
.feature-list{
    position: relative;
}
.groups{
    width: 150px;
    background: #DFDFDF;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    font-weight: bold;
    font-size: 8pt;
    padding: 5px 0 5px 5px;
}
.fields{
    width: 140px;
    background: #f0f0f0;
    padding: 5px 0 5px 10px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    line-height: 1.8;
    font-size: 8pt;
    color:#454545;
}
.values{
    width: 300px;
    background: #EFEFEF;
    padding: 5px 0 5px 10px;
    border-bottom: 2px solid #FFFFFF;
    line-height: 1.8;
    font-size: 8pt;
}
.features-thumb{
    margin: 0px 10px 10px 0;
    float: left;
    border: 3px solid #CCC;
}
.features-content{
    line-height: 1.5;
}
.features-links{
    float: right;
    width: 251px;
    height: 110px;
    margin: 0 0 5px 5px;
    background: url(images/additional-linksbg.jpg);
    text-align: center;
    font-size: 9pt;
    line-height: 1.8;
}
.goodies-head{
    color: #FFF;
    font:bold 10pt Arial;
    padding:8px 0 8px 0;
}
/** Latest Phones Panel **/
.lphones{
    padding: 10px 10px 10px 10px;
    width: 145px;
    height: 180px;
    text-align: center;
    background: none;
    font-size: 8pt;
    line-height: 1.6;
    overflow: hidden;
}
.lphones img{
    border: 3px solid #CCC;
}

/** Ratings **/
.ratings{
    background: #FFFFFF;
    padding: 0px 0px 5px 0px;
    border-top: 1px solid #dfdfdf;
    font-size: 8pt;
}
.ratings h3{
    background:url(images/blueheadbg.jpg) repeat-x;
    font:bold 9pt Arial;
    padding: 7px 7px 7px 7px;
    margin: 0px;
    color: #FFF;
}
.ratings_holder{
    padding: 5px 7px 0px 7px;
    position: relative;
}
.rresult{
    font:normal 8pt Tahoma;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 22px;
    right: 10px;
    background: none;
    border: 1px solid #ddd;
    color: #454545;
}
.slider{
    margin: 5px 0 5px 0;
    width: 85%;
}
.design{

}
.ui-slide{
    background: #990000 !important;
}
.rbuttons{
    padding: 7px 7px;
}
.votinginfo{
    padding: 10px 0 0 7px;
    text-align: center;
}
.vbutton{
    background:url(images/blueheadbg.jpg) repeat-x !important;
    border: 0px;
    font:bold 8pt Arial;
    color: #FFF;
    padding: 5px 7px 5px 7px;
    cursor: pointer;
}
.numbervotes{
    padding: 0 0 0 3px;
}

.ratingswidget{
    border: 1px solid #086390;
}
.editor-ratings{
    position: relative;
    padding: 5px 7px 5px 7px;
    height: 110px;
}
.editor-overall{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 118px;
    height: 113px;
    background: #efefef;
    border: 1px solid #DDD;
}
.eoverall{
    text-align: center;
    font:bold 49pt Arial;
    padding: 0px 0 10px 0;
}
.erating{
    text-align: center;
    font:bold 10pt Arial;
}
.elabel{
    font: bold 9pt Arial;
    padding: 9px 0 0 7px;
    text-transform: uppercase;
}
.edesign{
    background: #DDDDDD;
    display: block;
    height: 24px;
    width: 40px;
    padding: 9px 0 0 0 ;
    text-align: center;
    font: bold 10pt Arial;
}
.efeatures{
    background: #DDDDDD;
    display: block;
    height: 24px;
    width: 40px;
    padding: 9px 0 0 0 ;
    text-align: center;
    font: bold 10pt Arial;
}
.eperformance{
    background: #DDDDDD;
    display: block;
    height: 24px;
    width: 40px;
    padding: 9px 0 0 0 ;
    text-align: center;
    font: bold 10pt Arial;
}
.editor-design{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 160px;
    height: 33px;
    background: #efefef;
    border: 1px solid #DDD;
}
.editor-features{
    position: absolute;
    top: 45px;
    right: 5px;
    width: 160px;
    height: 33px;
    background: #efefef;
    border: 1px solid #DDD;
}
.editor-performance{
    position: absolute;
    top: 85px;
    right: 5px;
    width: 160px;
    height: 33px;
    background: #efefef;
    border: 1px solid #DDD;
}
.sep{
    border-bottom: 1px solid #DDD;
    margin: 0 0 10px 0;
}
.fad{
    text-align: center;
    font-size: 8pt;
}
.rloading{
    font-size: 8pt !important;
}

.two-column li{
    float: left;
    width: 50%;
}

.compare-select{
    width: 250px;
}

/****** Compare Widget Styles ******/
.compare-widget{
    width: 280px;
    padding: 10px;
}
.compare-widget p{
    padding: 0 0 10px 0;
}
.compare-phone-link{
    font: normal 8pt Tahoma;
    width: 185px;
    margin: 0 0 10px 0;
    text-align: center;
}
.search-count{
    padding: 5px 5px 5px 0px;
    margin: 0 0 10px 0;
}

/****** Compare Search Styles ******/
a.search-results{
    background: url(images/compare-searchbg.png) 2px 3px no-repeat;    
    width: 100px;
    margin: 0px !important;
    padding: 0px 0 0 15px;
}

/****** Filter Styles ******/
.filter-mobiles{
    width: 600px;
    margin: 10px 0 10px 45px;    
}
.filter-mobiles a{
    border-right: 1px solid #CECECE;
    padding: 0 10px 0px 10px;
    margin: 0 0 10px 0;
    display: block;
    float: left;    
}
.filter-span{    
    margin: 10px 0 0 10px;
}
.filter-products{
    width: 640px;    
}
.filter-products ul{
    margin:0px 0 0px 0;
}
.filter-products ul li{
    float:left;
    width:115px;
    height:135px;
    overflow:hidden;
    margin:15px 10px 15px 10px;
    padding:5px 0px 5px 0px;
    border:solid 1px #CCCCCC;
    text-align:center;
    font-size: 9pt;
}
.filter-products ul li:hover{
    border:solid 1px #b0b0b0;
}
.filter-products ul li a img{
    padding:0 0 5px 0;
}

a.more-filter-link{
    border: none !important;    
}

/****** More Filter Styles ******/
#morefilter{
    width: 640px;
    margin: 10px 0 0 10px;
}
#morefilter table tr td{
    padding: 0px 40px 10px 0;    
}
#morefilter table tr td select{
    width: 200px;
    padding: 5px;
    border: 1px solid #CCCCCC;
}
#morefilter table tr td input{
    width: 220px;
    padding: 5px;
    border: 1px solid #CCCCCC;
}
#find-btn{
    width: 120px !important;
}

.no-res{
    padding: 10px 0 0 10px !important;
}

/****** Search Phones Widget Syles ******/
.search-phone-widget{
    width: 280px;
    padding: 10px;
    overflow: hidden;
}
.search-phone-widget p{
    padding: 0 0 5px 0px;
}
.search-phone-widget p strong{
    color:#207db8;
    margin: 0 0 0 3px;
    font: normal 9pt Arial;
}
#model{
    width: 260px;
    height: 15px;
    background: url(images/model.png) no-repeat;
    border: none !important;
    padding: 8px 20px 12px 10px;
}
.brand{
    width: 280px;
    height: 32px;
    background: url(images/model.png) no-repeat;
}
.brand select{
    width: 260px;    
    margin: 1px 0 0 10px !important;
    padding:5px 0 5px 0px !important;
    border: none !important;
}
#search-submit{
    width: 72px;
    height: 30px;
    background: url(images/search-widget-btn.png) no-repeat;
    border: none;
    margin: 10px 0 0 5px;
    font: normal 8pt Arial;
    color:#ffffff;
    cursor: pointer;
}
.more-widget-link{
    background: url(images/more-widget-linkbg.png) no-repeat right;
    padding: 0px 15px 3px 0;
    margin: 0 0 0 10px;
}


.dsq-dc-logo{
    display: none;
    visibility: hidden;
}
#first-phone, #second-phone{
    width: 250px;
}
.relative{
    position: relative;
}

p.more-info-text{
    margin: 10px 0 0 0 !important;
    height: 180px;
    height: 90px;    
    overflow: hidden;    
}

.bid-ad{
    width: 186px;
    height: 600px;    
    margin: 15px 0 0 0;
    text-align: center;
}

/****** Navigation Styles ******/
.wp-pagenavi{
    padding: 10px 0 10px 10px;
}
.wp-pagenavi span.current{
    background: #09577E;
    color:#FFFFFF;
}

.pagination{
    padding: 15px 0 10px 5px;
}
.pagination a{
    padding:  5px 10px 5px 10px;
    border: 1px solid #CCCCCC;
    margin: 0 2px 0 2px;
    background: #EFEFEF;
}
.pagination span.current{
    padding:  5px 10px 5px 10px;
    border: 1px solid #CCCCCC;
    margin: 0 2px 0 2px;
    background: #09577E;
    color:#FFFFFF;
}
.themes-ad{
    width:350px;
    margin: 0 10px 0 0;
}
