/* sammy style */

html { background: #afafaf; }

body { 
    background: #F5F2F5;
    font-family: Oxygen, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    margin: 0px;
    padding-top: 10px;
    color: #424242;
}

.wrapper { margin: 0 auto; }
.w_960 { width: 960px; }
.left { display: inline; float: left !important; }
.clearfix { display: block;clear: both; }
#header .w_960, #submenubar .w_960, #page .w_960, #footer .w_960, #menubar .w_960 {
margin: auto auto;
display: block;
}
.menu, .menu ul {
font-size: 14px;
list-style: none;
margin: 0;
padding: 0;
}
.menu li {
float: left;
min-width: 100px;
text-align: center;
padding-right: 13px;
padding-left: 10px;
}

.elsitelist { padding: 20px; }
.elsitelist ul.el { width: 25%; float: left; margin-right: 2%; }

a, a:link, a:visited, a:hover, a:active {
    color: #B368AD;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    color: #666;
}

#menubar a:hover, #submenubar a:hover {
    text-decoration: none;
}

#page {
    background: #fff;
    border-left: 4px solid #fafafa;
    border-right: 4px solid #fafafa;
    margin-left: -4px;
    min-height: 500px;
    margin-bottom: -15px;
    width: 960px;
}

#header {
    background: transparent; 
}	

.menu {
    height: 15px;
    width: 100%;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    border-top: 4px solid #FAFAFA;
    border-left: 4px solid #fafafa;
    border-right: 4px solid #fafafa;
    margin-left: -4px;
    background: rgb(170,132,169); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(219,190,212,1) 0%, rgba(170,132,169,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,190,212,1)), color-stop(100%,rgba(170,132,169,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(219,190,212,1) 0%,rgba(170,132,169,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(219,190,212,1) 0%,rgba(170,132,169,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(219,190,212,1) 0%,rgba(170,132,169,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(219,190,212,1) 0%,rgba(170,132,169,1) 100%); /* W3C */
}

.menu.usaelmenu.revamp {
    height: 42px;
}


#submenubar {
    height: 15px;
    color: #fff; 
    border-left: 4px solid #fafafa;
    border-right: 4px solid #fafafa;
    width: 100%;
    margin-left: -4px;
    background: rgb(188,188,188); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(188,188,188,1) 0%, rgba(175,175,175,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,188,1)), color-stop(100%,rgba(175,175,175,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(175,175,175,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(175,175,175,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(175,175,175,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(188,188,188,1) 0%,rgba(175,175,175,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#afafaf',GradientType=0 ); /* IE6-9 */
}

#footer {
    width: 960px;
    font-size: 12px;
    padding: 3px 0;
    border-left: 4px solid #fafafa;
    border-right: 4px solid #fafafa;
    margin-left: -4px;
    background: rgb(188,188,188); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(188,188,188,1) 0%, rgba(175,175,175,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,188,1)),     color-stop(100%,rgba(175,175,175,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(175,175,175,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(175,175,175,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(175,175,175,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(188,188,188,1) 0%,rgba(175,175,175,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#afafaf',GradientType=0 ); /* IE6-9 */
}

#footer .clearfix {
    display: none;
}

#fpages ul {
    margin-top: 0;
}

#fpages ul li a {
    text-decoration: none;
    color: #eee;
}
#fpages ul li a:hover {
    color: #fff;
}

#copyright p {
    padding-right: 15px;
    color: #eee;
    text-align: right;
}

#sidebar-left.left2cols {
    margin-left: 5px;
    margin-right: 0px;
}

.middle2cols.left {
    width: 680px;
}

.middle3cols.left {
    width: 520px;
    margin-left: 15px;
    margin-right: 10px;
}

.greybg {
    background: none;
}

/* header and menus */
 
#logo {
    margin-top: -10px;
    position: relative;
    top: 3px;
    left: -5px;
}

.revamp #logo {
    margin-top: 10px;
}

#logo a {
    float: left;
}

#header {
    height: 47px;
}

#header.revamp {
    height: 67px;
}

#header #banner {
    float: right !important;
    padding-top: 0;
    margin-top: 0px;
}

.menu li, .menu li:hover  {
    background: none;
    width: auto;
    min-width: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 0 20px 0 10px;
}

.revamp .menu li {
    padding: 0 28px 0 15px;
    letter-spacing: 3px;
}

.menu li a {
    color: #dfdfdf;
    font-size: 15px;
    font-weight: normal;
    padding-top: 3px;
    line-height: 39px;
}

.menu li a {
    font-weight: bold;
}

.menu li a:hover {
    color: #fff;
}

ul.submenu_account li {
    float: right;
    list-style: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;
    margin-top: 13px;
}

ul.submenu_account li a {
    color: #eee;
}

ul.submenu_account li a:hover {
    color: #fff;
}

ul.submenu_account li a:first-child:after {
    content: ' / ';
    color: #eee !important;
}

ul.submenu_account li#submenu_li_logout a:first-child:after {
    content: '';
}


#searchBox #catsearch, #searchBox #s {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #999;
}

#searchBox #catsearch {
    padding: 4px;
}


/* sidebars and listings */

.itembox h1.title, .itembox h2.title {
    color: #868686;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #FFFFFF;
    padding: 0px 3px 0px 15px;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 4px solid #FAFAFA;
}

#categorylistwrapper ul {
    margin-top: 5px;
}

#categorylistwrapper ul li {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 0;
}

#categorylistwrapper ul li a {
    padding: 5px 10px;
}

#categorylistwrapper ul li:hover {
    background-color: #fcf8fc;
}

#categorylistwrapper ul li a:hover {
    color: #B378A4;
}



#itemsbox, .itembox {
    border: none;
}

#itemsbox li {
    border: 1px solid #eee !important;
    margin: 8px 0 !important;
    border: 4px solid #eee !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#itemsbox .featuredlisting {
    background: none !important;
    border: 4px solid #E7D3E3 !important;
    color: #424242 !important;
}

#itemsbox .featuredlisting:hover {
    background: #fcf8fc !important;
}


.itembox h2.title, .itembox h1.title {
    filter: none;
    background: #e0e0e0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EFEFEF), color-stop(1, #E0E0E0));
    background-image: -webkit-linear-gradient(top, #EFEFEF 0%, #E0E0E0 100%);
    background-image: -moz-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    background-image: -ms-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    background-image: linear-gradient(top, #efefef 0%, #e0e0e0 100%);
}


ul.items.list_style .preview {
    width: 100px;
    min-height: 10px;
    margin: 0px;
    margin-right: 20px;
    float: left;
    margin-bottom: 0px;
}

.featuredlisting .frame {
    border: 1px solid #E9DCE8 !important;
}

.frame > img, .stwpvp > img {
    max-height: 90px;
    max-width: 90px;
}



#itemsbox .green.button, #itemsbox .gray.button {
    background: url(../images/pointer.gif) 0px 5px no-repeat;
    filter: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #B368AD;
    text-decoration: none;
    font-weight: normal;
    line-height: 19px;
}

#itemsbox .green.button:hover, #itemsbox .gray.button:hover {
    background: url(../images/pointer.gif) 0px 5px no-repeat;
    filter: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #B368AD;
    text-decoration: underline;
    font-weight: normal;
}

.favtxtm {
    margin-top: 0;
}

.middle3cols .actions, .middle2cols .actions {
    border-top: none;
    padding-top: 0;
    width: 500px;
}

#PPTGalleryPage ul.items li .ititle a {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

#PPTGalleryPage ul.items li.featuredlisting .ititle a {
    color: #B378A4;
}

.wrap-ribbon {  
    display: none;
}

.el-listing h1.title {
    color: #666;
    letter-spacing: 0px;
    padding: 0;
    background: none;
    border: none;
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 26px;
}

.el-listing .right.frame {
    margin: 15px 10px 10px 20px;
}

.el-listing .entry p {
    font-size: 15px;
}

.el-pics {
    margin-top: 15px;
}


/* other */

#PPTHomePage #style3_wrapper, #PPTHomePage #style2_wrapper {
    float: left;
}

#PPTHomePage #style3 {
    width: 517px !important;
}

#PPTHomePage #style3 .container {
    width: 448px !important;
}


.enditembox {
    background: none;
    border: none;
    padding: 20px 0;
}

ul.paginationD {
    margin: 0 auto;
}

ul.paginationD li a {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-color: #ddd;
}

.slider9 {
    margin: 2px 0 5px;
}

.l-rotator {
    font-family: Oxygen, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    width: 948px !important;
    margin: 0 10px;
}

.l-rotator .inner-bg {
    background-color: #8B4683 !important;
}

.l-rotator .inner-text {
    font-size: 17px !important;
}

#itemsbox .indexads {
    text-align: center;
    border: none !important;
    background: none;
    margin: 15px 0 !important;
}

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

.withinlistingads-top {
    text-align: center;
    margin-bottom: 20px;
}

.withinlistingads-bottom {
    text-align: center;
    margin: 20px 0 10px;
}

.interstitial {
    text-align: center;
    margin: 0 auto;
}

.interstitial .continuelink {
    float: right;
    margin-bottom: 10px;
}

.interstitial-ad {
    clear: right;
    margin-top: 10px;
    padding: 10px 0;
    background: #000;
}
	
#myprofiletab {
    display: none;
}

.time.tooltip-holder {
    display: none;
}

#griddler.col4 article:hover, #griddler.col4 article.selected {
    top: -2px;
    margin: 0;
}

#griddler article:hover h2, #griddler article.selected h2 {
    padding-bottom: 0 !important;
}

.home-disclaimer-wrapper {
    padding: 10px;
}

.home-disclaimer {
    display: block;
    height: 40px;
    overflow: auto;
    font-size:10px;
    line-height: 1.1em;
    text-align: left;
    color: #727272;
}

.footer-2257 {
    padding-left: 15px;
    color: #7a7a7a;
    margin-bottom: 5px;
    float: left;
}

.f_half a {
    word-wrap: break-word;
}

#footer .el {
    float: left;
    padding: 5px;
    text-align: center;
    color: #7a7a7a;
    font-weight: bold;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#footer .el li {
    display: inline;
    margin-right: 5px;
}

/* captcha */

.cptch_block {
    line-height: 1em;
    background: #fafafa;
    padding: 10px;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#SUBMITFORM .cptch_block {
    margin: 0 10px;
}

.cptch_block.cchighlighted {
    background: #FCD5E3;
}

.cptch_block label {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: -15px;
}

#copyright p { padding-top: 0 }


.headerbar-right {
    float: right;
    width: 468px;
    height: 60px;   
    margin-right: 15px;
   
}
