@charset "UTF-8";

body {
    background: #ececec;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

form {
    margin: 0px;
    padding: 0px;
}

a {
    color: #555;
    outline: none;
    text-decoration:none;
}

a:hover {
    color: #333;
    outline: none;
}

a img {
    border: none;
}

ul {
    list-style-type: none;
}

h1, h2 {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    color:#333;
    font-weight: normal;
    letter-spacing:-0.02em;
    margin: 0px;
    padding: 0px;
    clear: left;
}

h1 {
    line-height: 1.5em;
    font-size: 24px;
}

h2 {
    line-height: 1.4em;
    font-size: 22px;

}

h2 img {
    margin-left: 10px;
}

.h2sub {
    font-family:"Century Gothic", Lucida, sans-serif;
    font-size: 12px;
    float: left;
    margin-bottom: 10px;
}

.h2sub a {
    color: #333;
    font-weight: bold;
}

h3 {
    line-height: 1.2em;
    font-size: 14px;
    margin-bottom: 5px;
}

input,textarea {
    font-size: 12px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

.clear-both{

	clear:both;
}

/* END GENERAL DECLARATIONS */

/* STRUCTURE */
.holder {
    margin: 0 auto;
    padding: 60px 0 20px 0;
    width: 960px;
    height: 90px;
}

.holder #leaderboard {
    float: right;
    height: 90px;
}

#Magholder {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    padding: 15px 0px 10px 0px;
}

.logoButton {
    margin: 0px;
    float: left;
}

#MaglogoButton {
    margin: 0px 0px 30px 0px;
    float: left;
    width: inherit;
}

#content {
    clear: left;
    color: #333;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    width: 960px;
    overflow:hidden;
}

#left {
    clear: left;
    float: left;
    width: 650px;
}

#right {
    float: left;
    margin-left: 10px;
    width: 300px;
}

#adbar {
    clear: both;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    padding: 16px 10px;
}

html.ie7 #adbar {
    margin-top: 20px;
}

.BoxLarge {
    float: left;
    width: 618px;
    padding: 10px;
    background: #FFF;
    border: 1px solid #D1D1D1;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 1.3em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.heading_bar {
    background: #F9F9F9;
    border-bottom: 1px solid #F1F1F1;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    margin: -10px -10px 0px -10px;
    padding: 10px;
    width: 100%;
}

.BoxLarge .heading_bar h2 {
    background: none;
    border-bottom: 0px;
}

.BoxLarge h2, .BoxSmall h2, #right h2, .BoxLarge_black h2, .BoxSignup h2, .SidebarReg h2, #album h1, #archive h1, #ProfileBox h1, #category h1 {
    font-size: 24px;
    font-weight: 600;
    margin: -10px -10px 0px -10px;
    padding: 10px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.BoxWide h2 {
    font-size: 24px;
    font-weight: 600;
}

.BoxLarge h2, .BoxSmall h2, #right h2, .BoxSignup h2, .SidebarReg h2, #album h1, #archive h1, #category h1 {
    color: #666;
}

.BoxLarge h2, .BoxSmall h2, .BoxSignup h2, #album h1, #archive h1, #ProfileBox h1, #category h1 {
    background: #F9F9F9;
    border-bottom: 1px solid #F1F1F1;
}

#album h1, #archive h1, #picotw h2, #ArticleTitle h2, #UserLatest h2, #ProfileBox h1, #category h1, #category h2, #right .newsletterSignup h2 {
    margin-bottom: 10px;
}

#category h2 {
    margin-top: 10px;
    border-top: 1px solid #F1F1F1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#album h2 {
    background: #fff;
    border-bottom: 0px;
    color: #666;
    font-size: 24px;
    font-weight: 600;
    margin: 0px -10px 0px -10px;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

#album .ImageGrid {
    border-bottom: 1px solid #F1F1F1;
}

.news h2, .SidebarReg h2, #LatestUploaded h2, .SidebarComments h2, .newsletterSignup h2 {
    background: #f1f1f1;
    border-bottom: 1px solid #e9e9e9;
}

#latest ul {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 10px;
}

#ImageHolder {
    margin-bottom: 10px;
    text-align: center;
}

.BoxLarge_black {
    float: left;
    width: 618px;
    padding: 10px;
    background: #000;
    border: 1px solid #D1D1D1;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 1.3em;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.BoxLarge_black h2 {
    color: #fff;
}

.BoxMedium {
    background: #FFF;
    border: 1px solid #D1D1D1;

    float: left;
    font-size: 11px;
    line-height: 1.3em;
    padding: 10px;
    margin: 5px 5px 10px 5px;
    width: 437px;
}

.BoxSmall {
    float: left;
    width: 293px;
    background: #FFF;
    border: 1px solid #D1D1D1;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 10px;
    font-size: 11px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.BoxSignup {
    float: left;
    width: 498px;
    padding: 10px;
    background: #FFF;
    border: 1px #ddd solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 20px 20px 0;
    font-size: 11px;
    line-height: 1.3em;
}

.BoxLogin {
    float: left;
    width: 488px;
    padding: 10px;
    background: #FFF;
    border: 1px #BCBCBC solid;
    margin: 0 10px 10px 0;
    line-height: 1.5em;
}

.BoxWide {
    float: left;
    width: 938px;
    padding: 10px;
    background: #FFF;
    border: 1px #BCBCBC solid;
    margin: 0 0px 20px 0;
    line-height: 1.5em;
    border: 1px #ddd solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.BoxWide h2 {
    padding-left: 216px;
}

.BoxWide .ProfileHolder {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.BoxWide .LoginButton {
    margin-top: 0px;
    float: none;
    clear: none;
}

.SidebarReg {
    float: left;
    width: 398px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px #ddd solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.3em;
}

.SidebarReg p {
    margin: 20px 0px;
    font-size: 12px;
}

.SidebarComments {
    float: left;
    width: 278px;
    padding: 10px;
    background: #f9f9f9;
    background-repeat: no-repeat;
    background-position: top right;
    border: 1px solid #D1D1D1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.SidebarComments p {
    margin: 20px 0px;
}

.SidebarBug {
    float: left;
    width: 278px;
    padding: 10px;
    background: #FFF;
    border: 1px #BCBCBC solid;
    font-size:11px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.SidebarBug p {
    margin: 0;
    font-size: 12px;
}

#RecentComments p {
    margin: 10px 0;
}

#RecentComments p span {
    font-size: 10px;
    font-style: italic;
}

#RecentComments a {
    color: #0099CC
}

#RecentComments .ImageGrid {
    overflow: hidden;
    margin-top: 10px;
}

#RecentComments .ImageGrid li {
    height: 95px;
    min-height: inherit;
    margin: 0px 1px;
    text-align: inherit;
    width: 95px;
}

#RecentComments .ImageGrid li a img {
    margin: 5px;
}

.BoxLarge a.ButtonDisabled, .BoxSmall a.ButtonDisabled {
    color: #999;
}

.AddOn {
    margin-top: -11px;
    border-top: none;
}

#ArticleTitle.AddOn {
    margin-top: -10px;
}

.siteSoc {
    position: fixed;
    right: 0px;
    top: 234px;
    width: 32px;
    z-index: 100;
}

.siteSocBut {
    margin-bottom: 2px;
    border: 1px #999 solid;
}

#RegisterBullets {
    width: 378px;
    display:block;
    margin:10px 0 10px;
    font-size:11px;
}

.RegisterIcons {
    width: 65px;
    display:inline;
    float:left;
}

.RegisterText {
    width: 313px;
    display:inline;
    float:right;
    margin-top:5px;
}

.RegisterTextHead {
    font-size:12px;
    font-weight:bold;
}

/* END STRUCTURE */

/* COMMON */
.ImageGrid, .CatGrid, .CompGrid {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.ImageGrid.paginated {
    clear: both;
    margin-bottom: 10px;
}

.ImageGrid li, .CatGrid li, .CompGrid li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    _height: 110px;
    min-height: 110px;
    margin: 3px 5px;
    text-align: center;
    vertical-align: top;
    width: 110px;
    zoom: 1;
}

.ImageGrid li.unapproved{
background: url('/images/unapproved.gif') center 15px no-repeat;
}




#LatestUploaded .ImageGrid {
    margin: 0px 0px 15px 4px;
    overflow: visible;
}

#LatestUploaded .ImageGrid li {
    margin: 7px 3px;
}

#LatestUploaded .ImageGrid li a img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ImageGrid.small {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.ImageGrid.small li {
    _height: 70px;
    min-height: 70px;
    width: 83px;
}

.ImageGrid li a, .CatGrid li a, .CompGrid li a {
    display: block;
    outline: none;

}


.ImageGrid li div.author {
    color: #666;
}

.ImageGrid li a img, .CatGrid li a img, .CompGrid li a img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 15px 5px 5px;
    -moz-box-shadow: 2px -2px 8px #999;
    -webkit-box-shadow: 2px -2px 8px #999;
    box-shadow: 2px -2px 8px #999;
}

.ImageGrid li.unapproved a img {
    opacity:0.5;
    filter:alpha(opacity=50);
    display: block;
}

.tooltip {
    display: none;
}

.tooltip img {
    width: 100%;
}

fieldset .tooltip img {
    width: inherit;
}

.tooltip p {
    margin: 2px 0px;
    color: #CCC;
    font-size: 11px;
}

.tooltip p.TipTitle {
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    margin: 5px 0;
}

qtip-tip {
    margin-left: -1px;
}

.ImageList {
    margin: 0 0 10px 0;
    padding: 0;
    overflow-x: hidden;
}

.ImageList li {
    border-bottom: 1px #ececec solid;
    overflow: auto;
    padding: 10px 0px 10px 2px;
}

.ImageList li .GalleryHeading {
    margin-left: -2px;
}

.ImageList li div {
    margin-bottom: 8px;
}

.ImageList li a img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 3px 11px 13px 8px;
    -moz-box-shadow: 2px -2px 8px #999;
    -webkit-box-shadow: 2px -2px 8px #999;
    box-shadow: 2px -2px 8px #999;
}

.album_container {
    margin-bottom: 10px;
}

.GalleryHeading {
    line-height: 1.5em;
    font-size: 13px;
    margin-bottom: 5px;
    text-align: right;
    width: 100%;
}

.GalleryHeading a {
    float: left;
}

.ImageList li .GalleryHeading img {
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    margin: 0px 3px -2px 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.picLeft{
    margin: 5px 10px 5px 0px;
    float: left;
}

/* Review how many pages news will be on */
.news, #GalleryAwards, #ImFollowing, #LatestUploaded, div.widget {
    float: left;
    width: 298px;
    background: #FFF;
    border: 1px #BCBCBC solid;
    margin-bottom: 10px;
    padding: 10px 0px;
    font-size: 11px;
}

.twtr-bd {
    padding: 0px !important;
}

.BoxLinkLeft {
    display: inline-block;
    padding-left: 20px;
    float: left;
    height: 14px;
}

span.meta {
    font-style: italic;
    color:#999;
}

.BoxLinkRight {
    float: right;
    margin-top: -20px;
}

.Arrow1 {
    background: url('/images/arrow_1.png') center left no-repeat;
    padding-left: 10px;
}

.Arrow2 {
    background: url('/images/arrow_2.png') center left no-repeat;
}

.Arrow2:hover {
    background: url('/images/arrow_2_hov.png') center left no-repeat;
}

.Arrow3 {
    background: url('/images/arrow_3.png') center left no-repeat;
}

.Arrow4 {
    background: url('/images/arrow_4.png') center left no-repeat;
}

.Arrow4:hover {
    background: url('/images/arrow_4_hov.png') center left no-repeat;
}

.FloatRight {
    float: right;
    margin-left: 5px;
}

.FloatLeft {
    float: left;
}

.TextLight {
    color: #999;
}

.TextDark {
    color: #666;
}

/* NEWS AND BLOG */

#right > div {
    margin-bottom: 20px;
    overflow:hidden;
}

.news, #LatestUploaded {
    background: #fff;
    border: 1px solid #D1D1D1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    width: 278px;
}

div.widget {
    padding-top: 0px;
}

.BlogHeading {
    padding: 10px;
    display: block;
    background-color: #157AB3;
    line-height: 1em;
    height: 20px;
    width: 278px;
    color: #FFF;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.33, #157AB3),color-stop(0.67, #1AA0CE));
    background-image: -moz-linear-gradient(center bottom, #157AB3 33%, #1AA0CE 67%);
}

.BlogList {
    margin: 0px 0px 10px 0px;
    overflow: auto;
    padding: 0px;
}

.news a.news_rss {
    background: url('/images/rss.png') no-repeat;
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.news a.news_rss:hover {
    background: url('/images/rss_hov.png') no-repeat;
}

.sb_narrow a.twit {
    background: url('/images/social_twitter.png') no-repeat;
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 2px;
    top: 0px;
}

.sb_narrow a.twit:hover {
    background: url('/images/social_twitter_hov.png') no-repeat;
}

.news li{
    border-bottom: 1px solid #eaeaea;
    display: block;
    font-size: 11px;
    line-height: 1.2em;
    overflow: auto;
    padding: 10px 0px;
}

.BlogList h4 {
    font-weight:600;
    color: #157AB3;
    font-size: 13px;
    line-height: 1.25em;
}

.BlogList img {
    float: left;
    margin: 0 10px 0 0;
}

.BlogList li p {
    clear: left;
    float: left;
    margin-top: 2px;
}

/* END NEWS AND BLOG */

/* @start Navigation */

#nav {
    background: #333;
    border-left: 1px solid #2d2d2d;
    border-top: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    width: 948px;
    z-index: 99;
}

.top {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    *display: inline;
    position: relative;
    vertical-align: bottom;
    zoom: 1;
    z-index: 1002;
    background: #111;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.21, rgb(0,0,0)),color-stop(0.75, rgb(69,69,69)));
    background-image:-moz-linear-gradient(center bottom,rgb(0,0,0) 21%,rgb(69,69,69) 75%);
    border: 1px solid #000;
}

html.ie7 .top {
    margin-left: 5px;
}

.top:first-child, html.ie7 .top:first-child {
    margin-left: 0px;
}

.top > a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font: 15px Arial, Helvetica, sans-serif;
    text-decoration: none;
    z-index: 1003;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 0px 8px;
}

.top > a:hover {
    background: #444;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.21, rgb(0,0,0)),color-stop(0.75, rgb(82,82,82)));
    background-image: -moz-linear-gradient(center bottom, rgb(0,0,0) 21%,rgb(82,82,82) 75%);
}

.top > a > span {
    display: inline-block;
    line-height: 30px;
    margin: 0 12px;
}

.home-button a {
    display: block;
    padding: 0;
}

.home-button a:hover {
    background: #444;
    background-image: none;
}

.home-button a span {
    background-image: url('/images/home.png');
    background-position: 5px 3px;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    margin: 0;
    width: 32px;
}

.top.fo a {
    background: #ccc;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.39, rgb(218,218,218)),color-stop(0.7, rgb(255,255,255)));
    background-image:-moz-linear-gradient(center bottom,rgb(218,218,218) 39%,rgb(255,255,255) 70%);

    color: #333;
}

.top.fo a:hover {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.09, rgb(218,218,218)),color-stop(0.7, rgb(255,255,255)));
    background-image: -moz-linear-gradient(center bottom,rgb(218,218,218) 9%,rgb(255,255,255) 70%);
}

.top.fo span {
    background: url('/images/fo-tiny.png') -3px 3px no-repeat;
    padding-left: 36px;
}

.top.fo a img {
    margin: -45px 35px 0px 35px;
}

.drop {
    background-color: #FFF;
    background-image: url(/images/drop_gradient.png);
    border: 1px solid #D1D1D1;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    left: -71px;
    line-height: 0.8em;
    overflow: auto;
    padding: 20px 0px;
    position: absolute;
    top: 32px;
    z-index: 1004;
}

.magmenu .drop {
    left: -183px;
}

.top:hover .drop {
    display: block;
}

.drop td {
    min-width: 160px;
    vertical-align: top;
    border-left: 1px solid #CCC;
}

.drop td:first-child {
    border-left: 0px;
}

html.ie7 .drop td {
    padding-top: 15px;
}

.drop ul {
    margin: 0;
    padding: 0;
}

.drop ul.twoColumn {
    border-right: none;
}

.drop li {
    background: none;
    color: #666;
    /* height: 20px; */
    min-width: 180px;
}

.drop ul a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

    color: #666;
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
}

.drop ul a:hover {
    background: #666;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    color: #FFF;
}

.drop ul a:hover .total {
    color: #CCC;
}

.drop h4 {
    color:#333;
    font: bold 16px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 10px;
}

.drop img {
    margin: 0 10px;
}

.drop p {
    color: #333;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 10px;
    width: 184px;
}

/* @end Navigation */

/* @start Some Buttons */

.button1, .button2, .button3, .buttonArticle, #Button7, .ButtonMag, .StockOut, .ButtonPod {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    display:block;
    font-size: 12px;
    margin: 0 5px;
    text-transform: uppercase;
}

.button1{
    float: right;
    background: #65b339;
    color: #FFF;
    padding: 0.5em 1.5em;
}

.button2{
    float: right;
    background: #289aca;
    color: #FFF;
    padding: 0.5em 1.5em;
}

.button3{
    float:left;
    background: #333;
    border: 1px solid #666;
    color: #FFF;
    padding: 0.2em 1.2em;
    font-family: Calibri, Helvetica;
    font-size: 1.5em
}

.button1:hover{
    background: #4e9a23;
    margin-top: 1px;
}

.button2:hover{
    background: #1985b3;
    margin-top: 1px;
}


a.button4,
a.button5,
#Button7,
.ButtonMag,
.ButtonPod,
.StockOut {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    color: #FFF;
    display: inline-block;
    *display: inline;
    font-size: 10px;
    margin: 5px 10px;
    padding: 0.5em 1.5em;
    text-transform: uppercase;
    zoom: 1;
}

a.button4 {
    background: #C00;
}

a.button5 {
    background: #289aca;
}

#Button7:hover,
.ButtonMag:hover,
.ButtonPod:hover {
    background: #4e9a23;
}

.MagBoxRight .MagInfo a.button5,
.MagBoxRight .MagInfo a.button4,
.MagSmallRight .MagInfo a.button4,
#Button7 {
    float: right;
    margin: -13px 0px 0px 5px;
    font-size: 12px;
}

.MagBoxRight .MagInfo a.button4,
.MagSmallRight .MagInfo a.button4,
#Button7,
.ButtonMag,
.ButtonPod  {
    background-color: #65B339;
}

.BuySubscribe {
    width: 70%;
    float:right;
}

.BuySmall {
    display: block;
    float:right;
    margin-top: -10px;
    width: 100px;
}

.BuyOnlinebutton {
    display: inline;
    float: right;
    text-align: center;
    width: 100px;
}

.Subscribebutton {
    display: inline;
    float: right;
    margin-left: -5px;
    text-align: center;
    width: 130px;
}

.StockOut {
    background-color: #666;
}

.ButtonPod {
    float: left;
    font-size: 12px;
    margin: 0px;
    padding: 0.1em 1em;
}

/* @end Some Buttons */



/* HEADER */

form#search {
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    float: right;
}

form#search input {
    background: transparent;
    border: none;
    outline: none;
    padding: 5px 1em;
    width: 195px;
}

form#search:-moz-placeholder,
form#search::-webkit-placeholder {
    color :#ccc;
}

html.ie7 form#search button {
    margin-top: 1px;
}

html.ie7 form#search input {
    margin-bottom: 2px;
}

form#search button {
    background: #65B339;
    border: 1px #fff solid;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 1.5em;
}

form#search button:hover {
    background: #52912F;
}

html.ie7 form#search button,
html.ie7 form#search input {
    line-height: 14px;
}


/*
.search {
    height: 10px;
    width: 250px;
    float: left;
    font-size:12px;
    border: none;
    padding: 7px 4px 4px;
    outline: none;
    color: #999;
    margin-top:1px;
}
*/

#userBar{
    background: #2A2A2A;
    border-bottom: 1px #CCC solid;
    height: 39px;
}

.userBarDefault {
    width: 940px;
    margin: 0px auto;
    padding: 5px 10px;
    color: #CCC;
    font-size: 10px;
    background: #333;
    clear: left;
    height: 28px;
}

.wide_bar {
    background: #333;
    left: 0;
    width: 100%;
    -moz-box-shadow: 0px -6px 38px 5px #666;
    -webkit-box-shadow: 0px -6px 38px 5px #666;
    box-shadow: 0px -6px 38px 5px #666;
    position: fixed;
    z-index: 9990;
}

.wide_bar .userBarDefault {
    width: 960px;
    padding: 5px 0px;
    border-left: 0px;
    border-right: 0px;
}

.logout a {
    color: #999;
}

.logout a:hover {
    color: #ccc;
}

#site .userBarDefault {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 0px 5px 8px 5px;
    width: 948px;
    margin: 0px auto 20px auto;
}

.social_buttons {
    float: right;
    padding: 2px 0px;
}

.ie7 .social_buttons {
    margin-top: -30px;
}

.social_buttons a {
    display: block;
    height: 26px;
    float: left;
    margin-top: -1px;
    margin-left: 7px;
    width: 23px;
    font-size: 30px;
}

.social_buttons a.twitter {
    background: url('/images/twitter_global.png') top left no-repeat;
}

.social_buttons a.twitter:hover {
    background-position: bottom left;
}

.social_buttons a.facebook {
    background: url('/images/facebook_global.png') top left no-repeat;
}

.social_buttons a.facebook:hover {
    background-position: bottom left;
}

.social_buttons a.rss_feed {
    background: url('/images/rss_global.png') top left no-repeat;
}

.social_buttons a.rss_feed:hover {
    background-position: bottom left;
}


.social_buttons a.pinterest {
    background: url('/images/pinterest_global.png') top left no-repeat;
}

.social_buttons a.pinterest:hover {
    background-position: bottom left;
}

.userBarDefault .twitter-follow-button {
    height: 19px !important;
    width: 230px !important;
}

#___plusone_0 {
    width: 60px !important;
}

#___plusone_0 > iframe {
    margin-top: 2px !important;
}

.social_buttons a.fa-pinterest-square {
color: 	 #cb2027;
}

.social_buttons a.fa-facebook-square {
color: 	 #3b5998;
}

.social_buttons a.fa-twitter-square {
color: 	 #00aced;
}

.social_buttons a.fa-youtube-square {
color: 	 #EDEDED;
}

.social_buttons a.fa-youtube-square:hover, .social_buttons a.fa-twitter-square:hover, .social_buttons a.fa-facebook-square:hover, .social_buttons a.fa-pinterest-square:hover {
 color: #CCC !important; 
}

.icon-circle {
font-size: 2.5em;
}

.icon-stack:hover {
color: #ccc;
}

.icon-stack {
font-size: 1.35em;
}

.icon-stack .twitter {
color: #00aced;
}

.social_buttons a:hover {
color: #ccc;
}




.sub_nav {
    background: url('/images/shop.png') 13px 2px no-repeat #2d2d2d;
    -webkit-background-size: 18px;
       -moz-background-size: 18px;
            background-size: 18px;
    border-top: 1px solid white;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    height: 25px;
    margin: 0 auto 20px auto;
    /*overflow: auto;*/
    padding: 0 5px 0 40px;
    position: relative;
    width: 915px;
    z-index: 98;
}

.sub_nav li {
    border-right: 1px solid #222;
    float: left;
    position: relative;
}

.sub_nav li a {
    border-right: 1px solid #343434;
    color: #ccc;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px;
}

.sub_nav > li:first-child a {
    padding: 5px 10px 5px 5px;
}

.sub_nav li a:hover {
    color: #fff;
    cursor: pointer;
}

.sub_nav li ul {
    background: #2d2d2d;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    left: -1px;
    display: none;
    position: absolute;
    width: 180px;
}

.sub_nav li:hover ul {
    display: block;
}

.sub_nav li ul li {
    border-top: 1px solid #222;
    border-right: 0px;
    float: none;
}

.sub_nav li ul li a {
    border-top: 1px solid #343434;
    border-right: 0px;
    padding-left: 11px;
}

.RegBox {
    background-color: #2D2D2D;
    background-image: linear-gradient(bottom, #404040 17%, #2D2D2D 59%);
    background-image: -moz-linear-gradient(bottom, #404040 17%, #2D2D2D 59%);
    background-image: -webkit-linear-gradient(bottom, #404040 17%, #2D2D2D 59%);
    background-image: -ms-linear-gradient(bottom, #404040 17%, #2D2D2D 59%);
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: -30px;
    padding: 10px;
    position: relative;
    width: 280px;
    z-index: 1;
}

.RegBox p {
    color: #CCC;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.RegBox strong {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.RegBox a {
    background-color: #61A143;
    background-image: linear-gradient(bottom, #61A143 33%, #7BB45E 63%);
    background-image: -moz-linear-gradient(bottom, #61A143 33%, #7BB45E 63%);
    background-image: -webkit-linear-gradient(bottom, #61A143 33%, #7BB45E 63%);
    background-image: -ms-linear-gradient(bottom, #61A143 33%, #7BB45E 63%);
    border: 1px solid #487E30;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: white;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.RegBox a:hover {
    background-color: #6EA850;
    background-image: linear-gradient(bottom, #6EA850 33%, #83B867 63%);
    background-image: -moz-linear-gradient(bottom, #6EA850 33%, #83B867 63%);
    background-image: -webkit-linear-gradient(bottom, #6EA850 33%, #83B867 63%);
    background-image: -ms-linear-gradient(bottom, #6EA850 33%, #83B867 63%);
}

.counters {
    background-color: #2D2D2D;
    background-image: linear-gradient(bottom, #404040 17%, #2D2D2D 59%);
    background-image: -moz-linear-gradient(bottom, #404040 17%, #2D2D2D 59%);
    background-image: -webkit-linear-gradient(bottom, #404040 17%, #2D2D2D 59%);
    background-image: -ms-linear-gradient(bottom, #404040 17%, #2D2D2D 59%);
    border: 1px solid #2D2D2D;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    list-style: none;
    margin-bottom: 20px;
    width: 298px;
}

.ie7 .counters {
    float: none;
    line-height: 1.6em;
}

.counters li {
    background-position: 8px 10px;
    background-repeat: no-repeat;
    float: left;
    padding: 10px 0 10px 12px;
    width: 286px;
}

.counters .gallery_count {
    background-image: url('/images/website.png');
    border-bottom: 1px solid #2b2b2b;
}

.counters .network_count {
    background-image: url('/images/network.png');
    border-top: 1px solid #414141;
}

.counters span {
    color: #ccc;
    float: left;
    font-size: 10px;
    margin-right: 7px;
    overflow: visible;
    text-align: right;
    text-transform: uppercase;
    width: 134px;
}

.counters strong {
    font-size: 20px;
    font-weight: 500;
}

.counters .gallery_count strong {
    color: #ccc;
}

.counters .network_count strong {
    color: #58baee;
}

/* @start Login Form */
#loginForm {
    display: none;
    float: right;
    height: 21px;
    padding: 3px 0px;
    position: relative;
    color: #666;
}

#loginForm > div {
    display: inherit;
    margin: 19px -963px;
    overflow: auto;
    position: absolute;
    z-index: 9;
}

#loginForm form {
    background: #fff;
    padding: 20px;
    width: 250px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    border: 2px solid #65B339;
}

#loginForm fieldset {
    border: none;
    margin: 5px 0px;
}

#loginForm input {
    display: inline-block;
    display: -moz-inline-box;
    vertical-align: top;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

#loginForm #loginPersist {
    margin: 5px 0px;
}

.ProfileHolder input.UserInput,
#loginForm input.UserInput {
    width: 238px;
}

#loginUser,
#loginPassword {
    color: #999;
    outline: none;
    width: 200px;
}

#loginUser:focus,
#loginPassword:focus {
    color: #000;
}

div.ProfileHolder {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    float: left;
    width: 476px;
}

.ProfileHolder .forgot {
    display: block;
    padding: 10px 0;
}

.userURL {
    margin: -30px 0px 0px 10px;
    float: right;
}

.userURL:hover {
    color: #000;
}
/* @end Login Form */



/* CAMERA REVIEWS */

.ReviewItems, .RecList{
    margin: 0px;
    padding: 0px;
}

.ReviewItems li{
    width: 121px;

    padding: 5px 10px;
    margin: 5px 6px 20px 6px;
    float: left;
    font-size:11px;
}

.ReviewItems li:nth-child(even) {
    background-color: #DFDFDF;
}

.ReviewItems li:first-child {
    clear: left;
}

.ReviewItems li a {
    color: #333;
    font-weight: bold;
}

.ReviewItems li a img {
    border: 1px solid #CCC;
    width: 119px;
    height: 89px;
}

.ReviewModel {
    font-weight: bold;
    color: #850003;
}

.ReviewRating {
    font-size:11px;
    font-weight: 500;
}

/* END REVIEW ITEMS */

/* SCROLLER */

/*

#scroller, #MagScroller {
    float: left;
    background: #FFF;
    border: 1px #BCBCBC solid;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

#scroller {
    width: 628px;
    height: 250px;
}

#MagScroller {
    width: 556px;
    height: 295px;
}

.HomeScrollerPic1, .HomeScrollerPic2, .HomeScrollerPic3, .HomeScrollerPic4, .FeatScrollerPic1, .FeatScrollerPic2, .FeatScrollerPic3, .FeatScrollerPic4, .NewsScrollerPic1, .NewsScrollerPic2, .NewsScrollerPic3, .NewsScrollerPic4, .ReviewScrollerPic1, .ReviewScrollerPic2, .ReviewScrollerPic3, .ReviewScrollerPic4 {
    background-repeat: no-repeat;
    width: 628px;
    height: 250px;
    float: left;
}

.HomeScrollerPic1{
    background: url('/images/homescroller1.jpg');
}

.HomeScrollerPic2{
    background: url('/images/homescroller2.jpg');
}

.HomeScrollerPic3{
    background: url('/images/homescroller3.jpg');
}

.HomeScrollerPic4{
    background: url('/images/homescroller4.jpg');
}

.FeatScrollerPic1 {
    background: url('/images/featscroller1.jpg');
}

.FeatScrollerPic2 {
    background: url('/images/featscroller2.jpg');
}

.FeatScrollerPic3 {
    background: url('/images/featscroller3.jpg');
}

.FeatScrollerPic4 {
    background: url('/images/featscroller4.jpg');
}

.NewsScrollerPic1 {
    background: url('/images/newsscroller1.jpg');
}

.NewsScrollerPic2 {
    background: url('/images/newsscroller2.jpg');
}

.NewsScrollerPic3 {
    background: url('/images/newsscroller3.jpg');
}

.NewsScrollerPic4 {
    background: url('/images/newsscroller4.jpg');
}

.ReviewScrollerPic1 {
    background: url('/images/reviewscroller1.jpg');
}

.ReviewScrollerPic2 {
    background: url('/images/reviewscroller2.jpg');
}

.ReviewScrollerPic3 {
    background: url('/images/reviewscroller3.jpg');
}

.ReviewScrollerPic4 {
    background: url('/images/reviewscroller4.jpg');
}

#featureItems{
    background: #000;
    background: rgba(0, 0, 0, 0.80);
    position: absolute;
    right: 0px;
    float: right;
    width: 179px;
}

#featureItems ul{
    padding: 0px;
    margin: 0px;

}

#featureItems ul li{
    width: 179px;
    height: 63px;
}

#featureItems ul li a {
    border: 1px solid #BCBCBC;
    border-right: 0;
    color: #999;
    display: block;
    font-size: 11px;
    font-weight: 500;
    height: 56px;
    line-height: 1.5em;
    margin-top: -1px;
    padding: 7px 10px 0px 10px;
    width: 168px;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#featureItems ul li a:hover{
    margin-left: -10px;
    padding-right: 20px;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.39, rgb(218,218,218)),color-stop(0.7, rgb(255,255,255)));
    background-image:-moz-linear-gradient(center bottom,rgb(218,218,218) 39%,rgb(255,255,255) 70%);
    background-color: #FFF;
    color: #666;
}

#featureItems ul li a div {
    padding: 2px 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 9px;
    background-color:#666;
    color: #FFF;
    float: left;
    line-height: 9px;
}


#featureItems ul li a:hover div {
    background-color:#65B339;
}

*/

/* PICTURE OF THE WEEK */
#winners{
    clear: left;
    float: left;
    width: 608px;
    padding: 10px;
    background: #DFDFDF;
    border-top: 1px #BCBCBC solid;
    margin: 0px 0px -10px -10px;
}
/* END PICTURE OF THE WEEK */


.ad {
    clear: both;
}


.ad.mpu {
    clear: both;
}

.ad.mpu > div {
    float: left;
    margin-bottom: 20px;
}

.ad.button {
    float: left;
    margin: 0 17px;
}

.ad.sky {
    float: right;
    height: 600px;
}

#feedback, #products, #related{
    float: left;
    margin-right: 6px;
    height: 220px;
    width: 200px;
    background: #222222;
    color:#FFF;
    border: 1px solid #797979;
    padding: 0px 16px;
    text-align: center;
}

#footer h4 {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
    text-align: left;
}

#footer p {
    font-family: Helvetica;
    font-size: 13px;
    width: 190px;
    line-height: 23px;
    float: left;
    margin-top: 0px;
    margin-bottom: 12px;
}

#footer a {
    color:#FFF;
    font-weight: bold;
}

#footer #share a {
    display: block;
    float: left;
    height: 40px;
    margin: 7px 5px;
    width: 40px;
}

#footer ul {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    line-height: 23px;
    margin-bottom: 12px;
    padding: 0px;
}

#copyright{
    margin-top: 20px;
    margin-right:18px;
    font-size: 12px;
    float: left;
    color:#FFF;
    width: 620px;
}

#footer #copyright p {
    line-height: 16px;
    margin-top: 10px;
    width: 600px;
}

#iplogo {
    float: left;
    margin-right: 10px;
    margin-top:20px;
}

#rss{
    float: left;
    height: 83px;
    width: 232px;
    color:#FFF;
    margin-top: 15px;
}

#footer a:hover{
    text-decoration:underline;
}

#footer{
    background: #2A2A2A;
    height: 400px;
    padding-bottom: 15px;
    width: 100%;
    float:none;
    clear: both;
}

#share{
    float: left;
    height: 220px;
    width: 200px;
    background: #222222;
    color:#FFF;
    border: 1px solid #797979;
    padding: 0px 16px;
}

/* INDEX PAGE DECLARATIONS */
#camReviews {
    background: #FFF;
    border-top: 1px #BCBCBC solid;
    border-left: 1px #BCBCBC solid;
    border-right: 1px #BCBCBC solid;
    margin: 0 auto;
    overflow: auto;
    padding: 10px;
    width: 938px;
}

#categories {
    position: relative;
}

#CatScroller {
    display: block;
    width: 568px;
    height: 135px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0px 20px;
}

#CatScroller li {
    display: inline-block;
}

.CatItems {
    margin: 0px 10px;
    display: block;
}

.CatText {
    display: block;
    font-size: 11px;
    font-weight: 600;
    margin: 5px 0px;
    text-align: center;
}

.jspPane {
    padding 0px 20px;
}

/* END INDEX PAGE DECLARATIONS */

/* USER PROFILE PAGE DECLARATIONS */

#ProfileBox .StatsTable {
    width: 478px;
}

#ProfileBox .StatsTable tr:nth-child(even) {
    background: #f1f1f1;
}

#GalleryBox .StatsTable tr:nth-child(even) {
    background: #333;
}

.StatsTable tr:nth-child(even) {
    background: #f9f9f9;
}

.StatsTable tr td {
    padding: 5px 10px;
    min-width: 86px;
    max-width: 182px;
    overflow: hidden;
}

.StatsTable tr td img {
    margin-right: 1px;
}

#GalleryBox .StatsTable {
    margin-left: -10px;
    width: 638px;
}

#ProfileBox {
    padding-left: 0px;
    width: 628px;
}

#ProfileBox h1 {
    margin-left: 0px;
}

#GalleryAwards div.evenRight, #GalleryAwards div.evenLeft, #GalleryAwards div.oddRight, #GalleryAwards div.oddLeft, .percentBox, .statBox, .DropButton, .DropBox, #CameraBox div.evenRight, #CameraBox div.evenLeft, #CameraBox div.oddLeft, #CameraBox div.oddRight, #CameraBox img, #ProfileBox div.evenRight, #ProfileBox div.evenLeft, #ProfileBox div.oddLeft, #ProfileBox div.oddRight {
    float:left;
}

.userAvatar, .userSocial, .StatPic, .DropHolder {
    float: right;
}

.userAvatar {
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.AlbumInfo, .DropItem a, .DropButton:hover ul.DropContent, .DropButton, #ProfileBox div {
    display: block;
}

#GalleryAwards div.evenLeft, #GalleryAwards div.oddLeft, #ProfileBox div.oddRight a, #ProfileBox div.oddLeft, #ProfileBox div.evenLeft, #CameraBox div.oddRight, #CameraBox div.evenRight {
    font-weight: bold;
}

#ProfileBox div {
    height: 2em;
    line-height: 2em;
}

#ProfileBox div, #GalleryAwards div {
    height: 2em;
    line-height: 2em;
}

#ProfileBox div img {
    margin-top: 4px;
}

#ProfileBox div.oddLeft {
    width: 180px;
    margin-left: -10px;
    padding-left: 10px;
}

#ProfileBox div.oddRight {
    width: 278px;
}

#ProfileBox div.evenLeft {
    background-color: #DFDFDF;
    width: 180px;
    margin-left: -10px;
    padding-left: 10px;
}

#ProfileBox div.evenRight {
    width: 278px;
    background-color: #DFDFDF;
}

#CameraBox img {
    clear: left;
}

#CameraBox img.rssButton {
    clear: none;
    float: right;
    margin: -35px -5px 0px 0px;
}

#CameraBox div.oddLeft, #CameraBox div.oddRight, #CameraBox div.evenLeft, #CameraBox div.evenRight {
    height:1.5em;
    font-size: 12px;
    line-height: 1.5em;
}

#CameraBox div.oddLeft {
    width: 145px;
    padding-left: 5px;
}

#CameraBox div.oddRight {
    width: 266px;
}

#CameraBox div.evenLeft {
    background-color: #DFDFDF;
    width: 145px;
    padding-left: 5px;
}

#CameraBox div.evenRight {
    width: 266px;
    background-color: #DFDFDF;
}

.DropBox {
    width: 100px;
    height: 9px;
    font-size: 12px;
    padding: 5px;
    border: 1px #BCBCBC solid;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    background-color:#FFF;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.39, rgb(218,218,218)),color-stop(0.7, rgb(255,255,255)));
    background-image:-moz-linear-gradient(center bottom,rgb(218,218,218) 39%,rgb(255,255,255) 70%);
    text-align: center;
    line-height: 9px;
}

.DropButton {
    width: 21px;
    height: 19px;
    margin-left: -1px;
    border: 1px #BCBCBC solid;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    background-image:url('/images/drop_arrow.jpg');
    position: relative;
}

.DropButton:hover {
    background-image:url('/images/drop_arrow_hover.jpg');
}

.DropHolder {
    margin-top: -30px;

}

.DropContent {
    width: 200px;
    padding: 5px 0px 5px 0px;
    margin: 0px -1px 0px 0px;
    border: 1px #BCBCBC solid;
    -webkit-border-radius: 3px 0px 3px 3px;
    -moz-border-radius: 3px 0px 3px 3px;
    border-radius: 3px 0px 3px 3px;
    background-color:#FFF;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.39, rgb(218,218,218)),color-stop(0.7, rgb(255,255,255)));
    background-image:-moz-linear-gradient(center bottom,rgb(218,218,218) 39%,rgb(255,255,255) 70%);
    font-size:12px;
    line-height: 1.2em;
    text-align: right;
    position: absolute;
    display: none;
    right: 0px;
    top: 19px;
}

#GalleryBox .DropContent {
    width: 132px;
    z-index: 10;
}

.DropItem a {
    padding: 5px;
    width: 190px;
}

.DropItem a:hover {
    background-color: #09C;
    color: #FFF;
}

#GalleryBox .DropItem a {
    width: 122px;
}

#GalleryBox .ImageGrid li {
    position: relative;
}

#GalleryBox .ImageGrid li a .potwBadge {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 11px;
}

.StatPic {
    margin: 6px 9px 0px 0px;
}

.statBox {
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    color: #FFF;
    background-color: #333;
    margin: 3px 0px 20px 0px;
}

.percentBox {
    font-size: 12px;
    min-width: 24px;
    padding: 6px 8px ;
    color: #FFF;
    margin-top: 2px;
    font-weight:500;
    text-align: center;
}

.won {
    background-color: #65b339;
}

.lost {
    background-color: #C00;
}

.drawn {
    background-color: #999;
}

.end {
    height: 14px;
    padding: 5px 2px;
}

.table_hide {
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    float: left;
    width: 313px;
}

.AlbumHeading {
    color: #65b339;
    font-size: 12px;
}

.AlbumInfo {
    width: 75px;
    padding-top: 10px;
    text-align: center;
}

.userSocial {
    margin: -30px 0px 10px 5px;
}

.userAvatar {
    clear: both;
}

#GalleryAwards h2, #ImFollowing h2, #LatestUploaded h2 {
    font-size: 18px;
}

#GalleryAwards h2 {
    margin: 0px 0px 10px 10px;
}

#GalleryAwards {
    width: 298;
    padding: 10px 0px 0px 0px;
}

#GalleryAwards .UserBadge {
    margin-bottom: -4px;
}

#GalleryAwards div {
    font-size: 11px;
}

#GalleryAwards div.oddLeft {
    width: 162px;
    padding-left: 10px;
    color: #333;
}

#GalleryAwards div.oddRight {
    width: 126px;
}

#GalleryAwards div.evenLeft {
    background-color: #DFDFDF;
    width: 162px;
    padding-left: 10px;
    color: #333;
}

#GalleryAwards div.evenRight {
    width: 126px;
    background-color: #DFDFDF;
}

#ImFollowing, #LatestUploaded {
    width: 278px;
    padding: 10px 10px
}

#LatestUploaded .ImageGrid li a img, #LatestUploaded .ImageGrid li a {
    height: 63px;
}

#ImFollowing .ImageGrid li a, #LatestUploaded .ImageGrid li a {
    margin: 3px 0px 2px 5px;
}

#LatestUploaded .ImageGrid li a {
    margin: 0px;
}
/* END USER PROFILE PAGE */

/* IMAGE HOLDER */

.imageHolder {
    max-width: 618px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 8px;
    clear: left;
    width: 100%;
}

.imageHolder img {
    display: block;
    margin: 0 auto;
}

#picotw .imageHolder {
    border: 1px #ccc solid;
    float: left;
    margin-right: 20px;
    padding: 15px;
    width: 300px;
}

#picotw h3 .ImgTitle {
    color: #fff;
    font-size: 18px;
}

#picotw .BoxLinkLeft {
    color: #fff;
}

#picotw h3 .ImgTitle:hover, #picotw .BoxLinkLeft:hover {
    color: #ccc;
}

#picotw .byTitle:hover {
    color: #666;
}

/* END IMAGE HOLDER */

#CategoryGallery .galleria-container, .BoxLarge_black .galleria-container {
    margin-bottom: 10px;
}

.galleria-container {
}

.PicAward {
    position: absolute;
    right: 10px;
    top: 11px;
}

.InfoPane {
    font-size: 18px;
    width: 100%;
    max-width: 590px;
    height: 30px;
    padding: 8px 10px;
    background-color: #000;
    background: rgba(0, 0, 0, 0.70);
    bottom: 0px;
    left: 0px;
    color: #FFF;
    line-height: 1.8em;
}

.imageDescription {
    font-size: 12px;
    line-height: 1.3em;
    margin: 20px auto 10px auto;
    text-align: left;
    width: 100%;
}

.moreImages {
    border-top: 1px #ececec solid;
    margin: 20px auto 10px;
    padding: 10px 0 0 0;
    text-align: center;
    width: 100%;
}

.filmStrip {
    position: relative;
    text-align: center;
    width: 100%;
}

.filmStrip img {
    margin: 5px;
}

.filmStrip a {
    display: inline-block;
    display: -moz-inline-box;
    vertical-align: middle;
}

.filmStrip .active {
    border: 1px #999 solid;
    height: 66px;
    width: 66px;
}

.filmStrip .ButtonEnabled {
    float: none;
    padding: 3px 3px 8px 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.filmStrip .ButtonEnabled img {
    margin: 0px;
}

#UserBox {
    height: 150px;
    width: 588px;
    padding: 10px;
    background: #DFDFDF;
    border: 1px #BCBCBC solid;
    margin-top: 10px;
}

.SocialCol {
    height: 160px;
    width: 24px;
    float: right;
    padding: 5px;
    margin: -10px -10px 0px 0px;
    border-left: 1px #BCBCBC solid;
    background-color: #FFF;
}

.heading_bar .ButtonEnabled, .heading_bar .ButtonDisabled {
    float: right;
    margin-left: 5px;
    margin-bottom: 12px;
}

.heading_bar h2 span.ITitle {
    float: left;
    line-height: 1.2em;
    padding-right: 5px;
    padding-top: 0px;
}

.heading_bar h2 span.By {
    font-size: 15px;
    display: block;
    float: left;
}

.heading_bar h2 span a {
    font-weight: bold;
}

#MainImage .StatsTable tr td {
    text-align: center;
}

#MainImage div {
    float:left;
    clear: left;
}

#MainImage .SocialCol a {
    display: block;
    margin-top: 7px;
    position: relative;
}

.SocRollOver {
    display: none;
    width: 112px;
    padding: 3px 5px;
    margin: 0px;
    border: 1px #BCBCBC solid;
    background-color:#FFF;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.39, rgb(218,218,218)),color-stop(0.7, rgb(255,255,255)));
    background-image:-moz-linear-gradient(center bottom,rgb(218,218,218) 39%,rgb(255,255,255) 70%);
    position: absolute;
    right: 26px;
    top: 0px;
    text-align: center;
    color: #999;
}

#MainImage .SocialCol a:hover .SocRollOver{
    display: block;
}

.UserInfo {
    line-height: 1.3em;
    font-size: 12px;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

.wider {
    width: 293px;
}

.UserBadge {
    margin: 0px 0px -2px 5px;
}

#faceOffStats {
    height: 140px;
}

#faceOffStats .statBox {
    padding: 5px 9px;
}

#faceOffStats .end {
    padding: 5px 2px;
}

#faceOffStats h2 {
    background: url('/images/fo_pic_small.png') 240px center no-repeat #f9f9f9;
    margin-bottom: 10px;
}

#imageMeta {
    padding: 10px 0px 0px 0px;
    width: 313px;
}

#imageMeta h2 {
    margin: -10px 0px 0px 0px;
}

#MemberMap {
    padding: 0px;
    width: 308px;
    height: 160px;
}

/* ADD COMMENT BOX */

#addComment {
    background: #333;
    border: 1px #333 solid;
    color: #fff;
    font-size: 12px;
}

#addComment h2 {
    border-bottom: 0px;
    color: #FFF;
    background: url('/images/comment.png') right center no-repeat;
    display: inline-block;
    padding-right: 40px;
}

#addComment a {
    color: #65b339;
}

#addComment textarea {
    border: 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: 80px;
    margin-top: 10px;
    outline: 0;
    padding: 10px;
    width: 585px;
}

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

.Comment {
    color: #999;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
}

.UserForm {
    outline: none;
    border: none;
    width: 225px;
    height: 15px;
    padding: 5px;
    margin-bottom: 6px;
    float:left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #999;
}

.UserForm:focus {
    color: #000;
}

#Comments {
    margin: 0px 0px 10px 0px;
}

#Comments, #Features, #potw {
    width: 638px;
    padding: 0px;
}

#Comments li, #Features li {
    width: 618px;
}

#potw li {
    width: 618px;
}

#Features li, #potw li {
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: 1px solid #ececec;
}

#Features li img, #potw li img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px -2px 8px #999;
    -webkit-box-shadow: 2px -2px 8px #999;
    box-shadow: 2px -2px 8px #999;
    margin-right: 10px;
}

#Comments li {
    overflow: hidden;
    min-height: 100px;
    padding: 10px;
}

#Comments li:nth-child(even), #Features li:nth-child(even) {
    background-color: #f6f6f6;
}

.recentComments {
    margin: 0;
    padding: 0;
}

.recentComments li {
    padding: 5px 0;
}

.recentComments a {
    color: #289ACA;
}

.recentComments a:hover {
    text-decoration: underline;
}

.PosterBox {
    width: 143px;
    height: 93px;
    padding: 6px;
    background-color: #333;
    border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 10px;
    overflow: hidden;
}

.SpeechBox {
    width: 416px;
    min-height: 75px;
    padding: 15px;
    background-color: #FFF;
    border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}

.Speech {
    margin: 10px 0px 0px -9px;
    position: absolute;
    z-index: 11;
    top: 0px;
    left: 0px;
    clear: left;
}

.CommentDate {
    width: 66px;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1em;
    text-align: center;
    margin: 5px 0px 6px 3px;
    color: #999;
}

.CommentTime {
    width: 128px;
    height: 14px;floa
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #666;
    color: #FFF;
    font-size: 15px;
    padding: 4px 5px 5px 9px;
}

.PosterBox img {
    width:64px;
    height: 64px;
    float: right;
    margin: -56px 6px 0px 0px;
}

.CommentControlPanel {
    float: right;
    clear: right;
    margin: 0px;
    width: 24px;
    position: absolute;
    top: 7px;
    right: -19px;
}

.CommentControl {
    margin-bottom: 8px;
}

.addthis_button {
    float: right;
    margin-top: -25px;
}
/* END IMAGE PROFILE PAGE DECLARATIONS */

/* FEATURES, REVIEWS & NEWS DECLARATIONS */

#Features h2 {
    margin: 10px;
}

.prevtitle, .articletitle {
    font-weight: bold;
    line-height: 1.2em;
    clear: right;
}

.prevtitle {
    font-size: 14px;
}

.articletitle{
    font-size: 16px;
}

.Label {
    padding: 2px 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 9px;
    background-color:#65B339;
    color: #FFF;
    line-height: 9px;
    margin: 0px 5px 0px 0px;
}

.ArticleText {
    font-size: 12px;
    display: block;
    margin-top: 6px;
}

#Features .BoxLinkLeft {
    margin-top: 10px;
}

.articleSub {
    margin-top: 20px;
}

.PageNav, .PageNum {
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px #BCBCBC solid;
    background-color:#FFF;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.39, rgb(218,218,218)),color-stop(0.7, rgb(255,255,255)));
    background-image:-moz-linear-gradient(center bottom,rgb(218,218,218) 39%,rgb(255,255,255) 70%);
    float: right;
    margin: 0px 1px;
}

.PageNav {
    width: 20px;
}

.PageNum {
    width: 85px;
}

div.PageOn {
    color: #FFF;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(117,117,117)),color-stop(0.69, rgb(43,43,43)),color-stop(0.85, rgb(36,36,36)));
    background-image:-moz-linear-gradient(center bottom,rgb(117,117,117) 0%,rgb(43,43,43) 69%,rgb(36,36,36) 85%);
}

.ArticleNav {
    margin-right: 5px;
    position: absolute;
    top: 15px;
    right: 0px;
}

.ArticleNav img {
    margin-right: 10px;
}

.buttonArticle{
    float: right;
    background: #666;
    padding: 0.5em 1.5em;
}

.buttonArticle:hover{
    background: #65b339;
}

.BoxLarge .buttonArticle{
    color:#FFF;
    margin: 0px 2px 0px 0px;
    font-size: 11px;
}

#ArticleTitle {
    position: relative;
}

#Features li .ReviewStars {
    float: right;
    border: 0px;
    margin: 0px;
}
/* END FEATURES, REVIEWS & NEWS DECLARATIONS */

/* POTW DECLARATIONS */
#potw .ArticleText {
    font-size: 11px;
    height: 57px;
    margin-bottom: 10px;
    overflow: hidden;
}

#potw {
    margin-bottom: 10px;
}

.dateBox {
    width: 50px;
    height: 50px;
    float: right;
    display: block;
    text-transform: uppercase;
    margin: -26px 0px 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.year {
    width: 50px;
    height: 15px;
    font-size: 12px;
    font-weight: bold;
    text-align:center;
    background-color: #666;
    line-height: 1.2em;
    color: #FFF;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.month {
    width:50px;
    height: 35px;
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    background-color:#333;
    color: #999;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

#ArticleTitle #potw li .dateBox {
    margin: 0px 0px 5px 10px;
}

.byTitle {
    font-size:12px;
    color: #999;
}
/* END POTW DECLARATIONS */

/* MAGAZINE STRUCTURE DECLARATIONS */
#MagLeft{
    clear: left;
    float: left;
    width: 568px;
}

#MagRight{
    float: left;
    width: 372px;
}

#MagRight .button4,
#MagRight .button5 {
    font-size: 10px;
}

.MagBoxLarge {
    float: left;
    width: 536px;
    padding: 10px;
    background: #FFF;
    border: 1px #BCBCBC solid;
    margin-bottom: 10px;
    font-size:12px;
    line-height: 1.3em;
}

.MagBoxRight {
    float: left;
    width: 350px;
    background: #FFF;
    border: 1px #BCBCBC solid;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    font-size: 11px;
}

.MagSmallRight {
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #BCBCBC;
    float:left;
    font-size:11px;
    margin:0px 0px 10px 0px;
    width:180px;
}


.MagSmallPadding {
    padding: 10px;
    width: 160px;
    height: 100%;
}

.Magtitle {
    padding: 0px;
    margin: 10px 0px;
    font-size: 18px;
    color:#333;
    font-weight: normal;
}

.MagSmallRight .Magtitle {
    margin: 0px;
}

.MagInfo {
    font-size: 17px;
    margin-top: 10px;
    line-height: 0.9em;
}

.MagSmallRight .MagInfo {
    margin-top: -18px;
}

.editorPic, .editorDetails {
    float: left;
    margin-top: 50px;
}

.editorDetails {
    margin-left: 5px;
    width: 250px;
}

#Welcome {

}

#Welcome p {
    margin:10px 0;
}

#Button7 {
    margin: 0px 31px 5px 31px;

}

#Button7 img {
    margin: 0px 5px -4px 0px;
}

.ButtonMag {
    margin: 10px 10px 0px 10px;
    font-weight: normal;
}

#TeamItems {
    float: left;
    margin: 3px 0px 0px 0px;
}

#TeamItems li {
    float: left;
    margin: 0px 7px;
}

#TeamItems li a {
    display: block;
    width: 37px;
    height: 45px;
}

.productList {
    border-top: 0px;
    margin-top: 15px;
    padding: 0;
}

.productList li {
    float: left;
    padding: 15px 10px;
    text-align: center;
    width: 114px;
}

.productList div {
    height: 50px;
}

.productList img {
    height: 135px;
    margin-bottom: 10px;
    width: 105px;
}

.StockOut {
    background: #666;
    margin: 10px 1px 0px 1px;
    font-weight: normal;
}

.rssOption {
    float: left;
    clear: left;
    margin: 0px 10px 10px 0px;
}

#rssSubscribe {
    background-color:#333;
    padding: 2px 10px;
    line-height: 0em;
    height: 35px;
    color: #FFF;
}

#rssSubscribe .Magtitle {
    color: #FC9;
    margin: 0px 0px 4px 0px;
}

.rssSub {
    float:right;
    margin-top: 3px;
}

#Pods {
    background-color:#333;
    color: #FFF;
}

#PodList {
    padding: 0px;
    width: 556px;
}

.PodItem {
    height: 1.3em;
    padding: 10px;
    border-bottom: 1px solid #BCBCBC;
}

.PodItem:nth-child(even) {
    background-color:#DFDFDF;
}

.PodItem:last-child {
    border-bottom: 0px;
}

.PodTitle, .PodDate, .Poditunes, .Podmp3 {
    display: block;
    float: left;
}

.PodTitle {
    width: 275px;
}

.PodDate {
    width: 135px;
}

.Poditunes {
    width: 65px;
}

.Podmp3 {
    width: 60px;
}

.RecPod {
    float: left;
    margin: 0px 9px 10px 9px;
}

#Contact {
}

#NameEnter, #EmailEnter {
    padding: 5px;
    float: left;
    width: 175px;
    margin: 0px 0px 10px 0px;
    outline: none;
    border: 1px solid #BCBCBC;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#NameEnter {
    margin-right: 10px;
}

#NameEnter:focus, #EmailEnter:focus {
    color: #000;
}

#ContactForm {
    width: 514px;
    height: 200px;
    resize:vertical;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    outline: none;
    border: 1px solid #BCBCBC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.LatestIssue {
    width: 350px;
    height: 473px;
}
/* END MAGAZINE STRUCTURE DECLARATIONS */

/* ACCOUNT FORM */
#myAccount label {
    clear: left;
    float: left;
    margin: 10px 0 2px 0;
}

#myAccount input {
    border: 1px #999 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: left;
    float: left;
    padding: 5px;
}

#myAccount button {
    margin-top: 10px;
    clear: left;
    float: left;
}

form#signUp {
    float: left;
    margin-top: 15px;
    width: 300px;
}

form#signUp fieldset {
    border: none;
    padding: 8px 8px 16px 8px;
}

form#signUp label {
    display: inline-block;
    display: -moz-inline-box;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 0 7px;
    vertical-align: top;
    width: 75px;
}

form#signUp textarea {
    border: 1px #ccc solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #999;
    font-size: 12px;
    height: 90px;
    padding: 7px;
    width: 184px;
}

input.display {background: url('/images/inputs/person.png') left center no-repeat; }
input.email { background: url('/images/inputs/mail.png') left center no-repeat; }
input.pass { background: url('/images/inputs/key.png') left center no-repeat; }
input.website { background: url('/images/inputs/website.png') left center no-repeat; }
input.location { background: url('/images/inputs/location.png') left center no-repeat; }
input.occupation { background: url('/images/inputs/occupation.png') left center no-repeat; }
input.interests { background: url('/images/inputs/interests.png') left center no-repeat; }
input.twitter {background: url('/images/inputs/twitter.png') left center no-repeat; }
input.facebook {background: url('/images/inputs/facebook.png') left center no-repeat; }

#avatarSelect {
    background: #f7f6f6;
    border: 1px #e6e6e6 solid;
    float: right;
    margin-top: 23px;
    overflow: auto;
    padding: 10px 5px 15px 5px;
    text-align: center;
    width: 190px;
}

#avatarSelect img {
    border: 1px #e6e6e6 solid;
    width: 180px;
}

#avatarSelect h4 {
    margin: 14px 0;
    text-align: center;
    text-transform: uppercase;
}

a.btnProfile {
    border: 1px #999 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    margin: 0 3px 5px 3px;
    padding: 4px 5px 4px 30px;
    text-transform: uppercase;
}

a.btnProfile.upload { background: url('/images/inputs/confirm.png') left center no-repeat; }
a.btnProfile.delete { background: url('/images/inputs/cancel.png') left center no-repeat; }

form#signUp input {
    border: 1px #ccc solid;
    color: #999;
    -moz-border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 7px 4px 28px;
    width: 165px;
}

form#signUp input.check {
    margin: 4px 10px 0 78px;
    width: auto;
}

form#signUp button {
    background: #65b339;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    clear: left;
    color: #fff;
    margin: 5px 0 0 83px;
    padding: 10px 15px;
    text-transform: uppercase;
}

a.btnLogout {
    background: #666;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    clear: left;
    float: left;
    margin: 5px 0 0 83px;
    padding: 10px 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

.valErrors {
    background: #f6d6d6;
    border: 1px #c64e4e solid;
    margin-bottom: 10px;
    padding: 10px;
}

.valErrors li {
    list-style: disc;
    padding: 2px 0;
    margin-left:15px;
}

#recaptcha_widget_div {
    margin-top: 20px;
}

form#imageUpload fieldset {
    border: none;
    padding: 25px 8px 16px 4px;
}

form#imageUpload label {
    display: inline-block;
    display: -moz-inline-box;
    margin-right: 20px;
    vertical-align: top;
    width: 150px;
}

form#imageUpload input.text {
    width: 240px;
}

form#imageUpload textarea {
    width: 240px;
}

#adminBar {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    border-top: 1px #666 solid;
    overflow: auto;
    padding: 10px;
    position: fixed;
    z-index: 111;
    width: 100%;
}

#adminBar a {
    color: #fff;
}

#adminBar div {
    margin: 0 auto;
    width: 960px;
}

/* Social Links */

#socialLinks {
    background: #f9f9f9;
    border: 1px solid #D1D1D1;
    float: left;
    left: -83px;
    position: absolute;
    padding-bottom: 5px;
    width: 71px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* ThickBox Specific - Minified */

*{padding:0;margin:0}#TB_window{font:12px Arial,Helvetica,sans-serif;color:#333}#TB_secondLine{font:10px Arial,Helvetica,sans-serif;color:#666}#TB_window a:link{color:#666}#TB_window a:visited{color:#666}#TB_window a:hover{color:#000}#TB_window a:active{color:#666}#TB_window a:focus{color:#666}#TB_overlay{position:fixed;z-index:100;top:0;left:0;height:100%;width:100%}.TB_overlayMacFFBGHack{background:url(macFFBgHack.png) repeat}.TB_overlayBG{background-color:#000;filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75}* html #TB_overlay{position:absolute;height:expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px')}#TB_window{position:fixed;background:#fff;z-index:102;color:#000;display:none;border:4px solid #525252;text-align:left;top:50%;left:50%}* html #TB_window{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px')}#TB_window img#TB_Image{display:block;margin:15px 0 0 15px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-top:1px solid #666;border-left:1px solid #666}#TB_caption{height:25px;padding:7px 30px 10px 25px;float:left}#TB_closeWindow{height:25px;padding:11px 25px 10px 0;float:right}#TB_closeAjaxWindow{padding:7px 10px 5px 0;margin-bottom:1px;text-align:right;float:right}#TB_ajaxWindowTitle{float:left;padding:7px 0 5px 10px;margin-bottom:1px}#TB_title{background-color:#e8e8e8;height:27px}#TB_ajaxContent{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em}#TB_ajaxContent.TB_modal{padding:15px}#TB_ajaxContent p{padding:5px 0 5px 0}#TB_load{position:fixed;display:none;height:13px;width:208px;z-index:103;top:50%;left:50%;margin:-6px 0 0 -104px}* html #TB_load{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px')}#TB_HideSelect{z-index:99;position:fixed;top:0;left:0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;height:100%;width:100%}* html #TB_HideSelect{position:absolute;height:expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px')}#TB_iframeContent{clear:both;border:none;margin-bottom:-1px;margin-top:1px;_margin-bottom:1px}

/* @start Pagination */
.wp-pagenavi a, .wp-pagenavi a:link {
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px #f1f1f1 solid;
    background-color: #f9f9f9;
    float: left;
    margin: 0px 1px;
    padding: 0px 5px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-pagenavi a:visited {
    text-decoration: none;
}
.wp-pagenavi a:hover {
    border: 1px solid #999;
    color: #333;
    background-color: #FFFFFF;
}
.wp-pagenavi a:active {
    border: 1px solid #999;
    color: #333;
    background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
    padding: 0px 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px #f1f1f1 solid;
    background-color:#f9f9f9;
    float: left;
    margin: 0px 1px;
}
.wp-pagenavi span.current {
    padding: 0px 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px #BCBCBC solid;
    color: #fff;
    background-color: #666;
    float: left;
    margin: 0px 1px;
}
.wp-pagenavi span.extend {
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px #BCBCBC solid;
    background-color:#FFF;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.39, rgb(218,218,218)),color-stop(0.7, rgb(255,255,255)));
    background-image:-moz-linear-gradient(center bottom,rgb(218,218,218) 39%,rgb(255,255,255) 70%);
    float: left;
    margin: 0px 1px;
    padding: 0px 5px;
}
/* @end Pagination */


/* SIGNUP */

#UserSignup form label {
    width: 132px;
    display: block;
    float: left;
}


#ImageUpload form label {
    width: 132px;
    display: block;
    float: left;
}



form legend {
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
    width: 100%;
}

fieldset img {
    float: left;
}

form fieldset {
    border: none;
    margin: 20px 0px;
    line-height: 2em;
}

form fieldset.check .CheckBox {
    margin-left: 133px;
}

form fieldset.software {
    margin-top: 0px;
}

form .software label {
    margin: 20px 10px 0px 10px;
}

form .software .checker {
    margin-left: 0px;
}

div.FormExplain {
     margin-left: 132px;
     background-color: #EAEAEA;
     padding: 10px;
     border-radius: 5px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     margin-top: 20px;
     clear: both;
}

div.FormExplain p {
     font-size: 11px;
     line-height: 1.5em;
}

input.RadioButton, input.CheckBox {
    margin-right: 10px;
}

input.UserInput {
    float: left;
    height: 17px;
    line-height: 1.4em;
    padding: 3px 5px 3px 5px;
    outline: none;
    border: 1px solid #CCC;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-radius-topright: 3px;
    -webkit-radius-bottomright: 3px;
    margin: 0px;
}

.UserTA {
    float: left;
    width: 321px;
    height: 142px;
    max-width: 321px;
    padding: 5px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-radius: 3px;
    margin: 0px;
}

.SignupButton {
    float: left;
    clear: left;
    background: #65B339;
    color: white;
    margin-top: 20px;
    padding: 0.6em 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    border: 0px;
    cursor: pointer;
}

.SignupButton:hover {
    background: #4E9A23;
}

.LoginButton {
    float: left;
    clear: left;
    background: #65B339;
    color: white;
    margin-top: 20px;
    padding: 0.6em 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    border: 0px;
    cursor: pointer;
}

.LoginButton:hover {
    background: #4E9A23;
}

.BoxSignup p {
    clear:left;
    font-size: 12px;
    margin-bottom: 5px;
}

.BoxSignup p img {
    margin: 0px 5px -3px 0px;
}

.BoxSignup ul.errors {
    float: left;
    clear: left;
    width: 486px;
    border: 1px solid #CCC;
    padding: 5px;
    background: #EFEFEF;
}

.BoxSignup ul.errors li {
    float:left;
    clear: left;
}

.BoxSignup form {
    float: left;
}

.dpoty p {
    clear: none;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.dpoty p a {
}

.dpoty p a:hover {
    color: #000;
    text-decoration: underline;
}

#TopSearch {
    float: right;
    clear: none;
    margin: -1px -1px 0px 0px;
    padding: 1px 10px 3px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    font-family:calibri, helvetica;
    height: 26px;
    text-transform:none;
}

#UserBenefit, #ImageTips, #RecentComments, #ReportBug {
    background-repeat: no-repeat;
    background-position: right top;
}

#UserBenefit {
    background-image: url(/images/user_bg.png);
}

#ImageTips {
    background-image: url(/images/image_bg.png);
}

#RecentComments {
    background: url('/images/comment_bg.png') right 50px no-repeat #F9F9F9;
}

#ReportBug {
    background-image: url(/images/bug_bg.png);
    border-radius: 5px;
}

.ImageButton {
    width: 71px;
    height: 26px;
    padding: 5px 5px 5px 23px;
    border: 1px solid #CCC;
    border-top-left-radius: 6px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 6px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    float: left;
    cursor: pointer;
}

#UserPage {
    float: left;
    clear: left;
}

#UserPage li {
    float: left;
    border: 1px solid #CCC;
    background-color: #FFF;
    margin: -1px 0px 0px 1px;
    padding: 10px;
    width: 462px;
    position: absolute;
}

.DataTop {
    z-index: 1;
}

#UserPage li form .SignupButton {
    padding: 0.5em 1em;
    clear: none;
    margin: 0px 0px 0px 10px;
}

img.DPimage {
    border: 5px solid white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0px;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}

/* FACE OFF */

h2.fo_title {
    background: #f1f1f1;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #d1d1d1;
    color: #666;
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
    width: 938px;
}

a.view {
    background: url('/images/view.png') 90% 50% no-repeat #666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 1em;
    margin: auto;
    padding: 0.5em 25px 0.5em 10px;
    text-align: left;
}

a.view:hover {
    background-color: #333;
}

a.view span {
    *display: block;
    *margin-top: -2px;
}

#fo {
    margin: 0 0 20px 0;
    width: 938px;
    padding: 30px 10px;
    float: left;
    background-color: #fff;
    border-top: 0px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

#fo .holder {
    display: inline-block;
    *display: inline;
    height: auto;
    vertical-align: middle;
    text-align: center;
    width: 410px;
    zoom: 1;
}

#fo .holder.vs {
    margin: 0px 10px;
    width: 84px;
}

#fo input {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 3px 3px 10px #999;
    -moz-box-shadow: 3px 3px 10px #999;
    -webkit-box-shadow: 3px 3px 10px #999;
    max-height: 420px;
    max-width: 370px;
}

#fo button {
    background: #65B339;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0.4em 0.8em 0.4em 0.8em;
    margin: 8px 0 0 0;
    clear: none;
    padding: 0.5em 13px;
    font-size: 12px;
}

#fo p {
    color: #333;
    font-weight: bold;
    margin: 10px 0px;
}

#fo_res {
    background: #f9f9f9;
    border-top: 0px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    text-align: center;
    float: left;
    margin-bottom: 20px;
    width: 938px;
}

#fo_res div {
    line-height: 1.5em;
    padding: 10px 15px;
    width: 90px;
}

#fo_res img {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#fo_res img, #fo_res div {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
}

#fo_res .left {
    text-align: left;
    border-right: 1px #d1d1d1 solid;
}

#fo_res .right {
    text-align: right;
}

#fo_res a.view {
    margin-top: 10px;
}

#FaceoffTitle {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    color: #666;
    width: 938px;
    padding: 10px;
    float: left;
    background-color: #f9f9f9;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #d1d1d1;
}

#FaceoffTitle h2 {
    color: #666;
    float: left;
    font-size: 24px;
    font-weight: 600;
}

#FaceoffTitle p {
    float: right;
    clear: right;
    font-weight: bold;
    margin-top: 2px;
}

.winner, .runner_up, .draw {
    font-weight: bold;
    padding-bottom: 5px;
}

.winner {
    color: #393;
}

.runner_up {
    color:#900;
}

.draw {
    color:#666;
}

/* BUTTONS */

.ButtonEnabled {
    float: left;
    height: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 4px;
    font-family: Calibri, Helvetica; Arial, sans-serif;
    font-size: 13px;
    color: #4D4D4D;
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    cursor: pointer;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EAEAEA 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(99%,#EAEAEA));
    line-height: 1em;
}

.userBarDefault .Login, .userBarDefault .Profile {
    background: #65B339;
    border: 0px;
}

.userBarDefault .Login:hover, .userBarDefault .Profile:hover {
    background: #52912F;
}

.userBarDefault .Register, .userBarDefault .AddImages {
    background: #3999C9;
    border: 0px;
}

.userBarDefault .Register:hover, .userBarDefault .AddImages:hover {
    background: #047DBA;
}

.userBarDefault .ButtonEnabled {
    color: white;
    float: left;
    margin-right: 5px;
    padding: 6px;
}

.ButtonDisabled {
    color: #999;
    float: left;
    height: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 4px 4px;
    font-family: Calibri, Helvetica,Arial, sans-serif;
    font-size: 13px;
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    cursor: default;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EAEAEA 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(99%,#EAEAEA));
    line-height: 1em;

}

.ButtonEnabled img, .ButtonDisabled img {
    margin: 0px 3px -3px 0px;
}

.ButtonEnabled:hover {
    background-color: #EAEAEA;
    background: -moz-linear-gradient(top, #EAEAEA 0%, #D6D6D6 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA), color-stop(99%,#D6D6D6));
}

#userBarDefault .ButtonEnabled {
    float: left;
    margin-right: 5px;
    color: #FFF;
    background: none;
}

#userBarDefault .ButtonEnabled:hover {
    margin-top: 1px;
}

#userBarDefault .Login, #userBarDefault .Profile {
    background-color: #65B339;
    border: 1px solid #52912F;

}

#userBarDefault .Login:hover, #userBarDefault .Profile:hover {
    background-color: #52912f;
}

#userBarDefault .Register, #userBarDefault .AddImages {
    background-color: #3999C9;
    border: 1px solid #047DBA;
}

#userBarDefault .Register:hover, #userBarDefault .AddImages:hover {
    background-color: #047DBA;
}

.logout {
    float: left;
    font-size: 1.2em;
    line-height: 26px;
    padding: 0 5px;
}

.logout strong {
    color: #fff;
}

/* END BUTTONS */

/* SEARCH */

h2.search {
    font-size: 16px;
    padding: 0 0 12px 0;
    width: 450px;
}

#AdvancedSearch input.UserInput {
    border-radius: 3px;
    -moz-border-radius: 3px;
    float: left;
}

#AdvancedSearch label {
    width: 100px;
    font-size: 14px;
}

#AdvancedSearch .SignupButton {
    float: none;
    clear: none;
    margin: 0px 0px 0px 10px;
    padding: 0.4em 1em;
    vertical-align: top;
    height: 25px;
}

span.query {
    color: #000;
    font-weight: bold;
}

#Images .wp-pagenavi, #Members .wp-pagenavi, #Articles .wp-pagenavi {
    margin-top: 10px;
}

.search_result li {
    float: left;
    clear: left;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    margin-left: -10px;
    width: 618px;
}

.search_result li:nth-child(even) {
    background-color: #f9f9f9;
}

.search_result li img {
    float: left;
    margin: 0px 10px 5px 0px;
}

.search_result li div {
    width: 210px;
    float: left;
}

.search_result li dl {
    width: 398px;
    float: left;
}

.search_result li dl dt {
    float: left;
    clear: left;
    font-weight: bold;
    margin-right: 10px;
    width: 100px;
    margin-bottom: 4px;
}

.search_result li dl dd {
    float: left;
    width: 288px;
    margin-bottom: 4px;
}

.search_result li p {
    margin-top: 10px;
}

.search_result li h3 {
    color: #333;
}

/* END SEARCH */

.newsletterSignup {
    display: block;
    float: left;
    background: url('/images/newsletter_bg.png') right 50px no-repeat #F9F9F9;
    border: 1px solid #D1D1D1;
    padding: 10px;
    margin: 0 0 20px 0;
    position: relative;
    width: 278px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.newsletterSignup fieldset {
    float: left;
    clear: left;
    width: 280px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    background-image: url('https://news.dphotographer.co.uk/wp-content/themes/DPnews/images/trans_white.png');
    background-repeat: repeat;
    border: none;
}

.newsletterSignup fieldset input {
    border: none;
    background: none;
    font-size: 12px;
    line-height: 16px;
    width: 258px;
    padding: 6px 10px 8px 10px;
    margin: 0px;
    border:1px #CCC solid;
}

.newsletterSignup fieldset label {
    display: none;
}

.newsletterSignup button {
    cursor: pointer;
    float: left;
    clear: left;
    width: 82px;
    height: 25px;
    background-image: url('/images/newsletter_button.png');
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.newsletterSignup .connect {
     margin-top: 15px;
     font-size: 13px;
     border-top: 1px solid #eaeaea;
     padding: 10px 0px;
}

#titlebar {
    background-repeat:no-repeat;
    width:278px;
    height:32px;
    clear: left;
    color:#FFF;
    font-size:22px;
    padding:8px 10px 0px 10px;
    border-top:1px #CCC solid; border-right:1px #CCC solid; border-left:1px #CCC solid;
    font-weight:normal;
    line-height: 26px;
}

/* SLIDER */

#slider {
    background: #000;
    border: 1px solid #D1D1D1;
    height: 314px;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
    width: 638px;
    z-index:0;
}

#slider a.img {
    float: left;
    opacity: 0;
    position: absolute;
    z-index: 1;
}

#slider a.img:first-child {
    opacity: 1;
}

#slider a.img img {
    height: auto;
    width: 449px;
}

#slider .hidden {
    display: none;
}

#slider a.link {
    background: #222;

    border: 1px solid #BCBCBC;
    border-right: none;

    clear: right;
    color: #999;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: 500;
    height: 55px;
    line-height: 1.1em;
    margin-top: -1px;
    padding: 7px 10px 0px 10px;
    position: relative;

    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;

    width: 168px;
    z-index: 2;
}

#slider a.link:hover {
    background: #FFF;
    background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.39, rgb(218,218,218)),color-stop(0.7, rgb(255,255,255)));
    background-image:-moz-linear-gradient(center bottom,rgb(218,218,218) 39%,rgb(255,255,255) 70%);

    color: #666;
    padding-right: 20px
}

#slider a.link div {
    background: #666;

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

    color: white;
    float: left;
    font-size: 9px;
    line-height: 1.4em;
    padding: 0 5px;
    text-transform: uppercase;
}

#slider a.link:hover div {
    background: #65B339;
}

#slider a.link:hover div.resources {
    background-color: #4baeca;
}

#slider a.link:hover div.tips-tutorials {
    background-color: #d01e4d;
}

#slider a.link:hover div.news-features {
    background-color: #63af38;
}

#slider a.link:hover div.magazine-issues {
    background-color: #f7912e;
}

#slider a.link:hover div.store {
    background-color: #8f47b8;
}

/* IP TWITTER WIDGET */

.sb_narrow {
    background: #f9f9f9;
    border: 1px solid #D1D1D1;
    -moz-border-radius: 5px 5px 0px 5px;
    -webkit-border-radius: 5px 5px 0px 5px;
    border-radius: 5px 5px 0px 5px;
    float: left;
    position: relative;
    width: 298px;
}

#right .sb_narrow .heading_bar {
    background: #f1f1f1;
    border-bottom: 1px solid #e9e9e9;
    margin: 0px;
    padding-bottom: 0px;
    width: 278px;
}

.sb_narrow h2 {
    margin-top: 0px;
}

ul.twitterwidget {
    background: #f9f9f9;
    -moz-border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
    border-radius: 0px 0px 0px 5px;
    float: left;
    height: 347px;
    overflow-y: auto;
    padding: 0px 10px;
    width: 277px;
}

ul.twitterwidget li {
    border-top: 1px solid #eaeaea;
    float: left;
    padding: 10px 0px;
}

ul.twitterwidget li:first-child {
    border-top: 0px;
}

ul.twitterwidget li img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
	width:40px;
	height:40px;
	margin-bottom:40px;
}

ul.twitterwidget li a {
    color: #157ab3;
}

span.created {
    display: block;
    width: 100%;
    margin-top: 5px;
}

span.account {
    font-weight: 600;
    font-size:12px;
}

/* ABOUT PAGE */

.BoxFull {
    background: white;
    border: 1px solid #D1D1D1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding: 10px;
    width: 938px;
}

.brand_about h2 {
    background: #F9F9F9;
    border-bottom: 1px solid #F1F1F1;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #666;
    font-size: 24px;
    font-weight: 600;
    margin: -10px -10px 10px -10px;
    padding: 10px;
}

.brand_about {
    font-size: 12px;
    line-height: 1.3em;
}

/*.BoxFull span {
    background-color: #f6f6f6;
    background-position: top left;
    background-repeat: no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: left;
    height: 40px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 40px;
}*/

.about_info, .about_address, .about_phone, .about_email, .about_facebook, .about_twitter {
    background-repeat: no-repeat;
    float: left;
    padding: 10px 5px 5px 40px;
}

.brand_about li {
    min-height: 25px;
    width: 264px;
}

.about_info {
    background-image: url('/images/about_info_light.png');
    float: none;
}

.about_address {
    background-image: url('/images/about_address_light.png');
}

.about_phone {
    background-image: url('/images/about_phone_light.png');
    color: #121212;
    font-weight: bold;
    font-size: 14px;
}

.about_email {
    background-image: url('/images/about_email_light.png');
}

.about_facebook {
    background-image: url('/images/about_facebook_light.png');
    font-weight: bold;
    font-size: 14px;
}

.about_twitter {
    background-image: url('/images/about_twitter_light.png');
    font-weight: bold;
    font-size: 14px;
}

.brand_about li span {
    font-size: 12px;
    font-weight: normal;
    line-height: 2.4em;
}

.brand_about li span strong {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.brand_about p, .brand_about a {
    display: block;
}

.leftside {
    float: left;
    width: 578px;

}

.BoxFull img {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin: -10px;
}

.brand_about p span {
    color: #999;
}

/* PRODUCT DISPLAY WIDGET */

.ProductWidget {
    background: #2D2D2D;
    background-image: -moz-linear-gradient(bottom, #404040 17%, #2D2D2D 59%);
    background-image: -ms-linear-gradient(bottom, #404040 17%, #2D2D2D 59%);
    background-image: -webkit-linear-gradient(bottom, #404040 17%, #2D2D2D 59%);
    background-image: linear-gradient(bottom, #404040 17%, #2D2D2D 59%);
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    clear: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0 0 20px;
    padding: 10px;
    position: relative;
    width: 298px;
    z-index: 1;
}

.products-wrap .Products {
    display: none;
}

.products-wrap .Products:first-child {
    display: block;
}

.ProductFooter {
    margin-top: -40px;
}

.ProductWidget p {
    background: #2D2D2D;
    color: #CCC;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.ProductWidget strong {
    /*color: #fff;
    font-size: 16px;
    font-weight: 500;*/

    color: #000;
    display: block;
    font-size: 15px;
}

.ProductWidgetLinks {
    /*background-image: -moz-linear-gradient(bottom, #61A143 33%, #7BB45E 63%);
    background-image: -webkit-linear-gradient(bottom, #61A143 33%, #7BB45E 63%);
    background-image: -ms-linear-gradient(bottom, #61A143 33%, #7BB45E 63%);
    background-image: linear-gradient(bottom, #61A143 33%, #7BB45E 63%);
    border: 1px solid #c0c0c0;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #c0c0c0;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;*/

    background-color: #3A82D7;
    background-position: left middle;
    background-repeat: no-repeat;
    border: 2px solid white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 10px #bbb;
    -webkit-box-shadow: 1px 1px 10px #bbb;
    box-shadow: 1px 1px 10px #bbb;
    color: white;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
    margin: 5px 0 5px 12px;
    padding: 0 5px 0 0px;
}

.Buy {
    background-color: #39AB53;
    margin-left: 0px;
}


.icon-shopping-cart {
padding: 0 4px 0 4px;
font-size: 1.2em;
}


.Browse {

    background-color: #e2401b;
}

.icon-truck {
padding: 0 4px 0 4px;
font-size: 1.2em;
}


.GDM {
    background-position: 0px 0px;
    margin-left: 0px;
}

.icon-tablet {
padding: 0 4px 4px 4px;
font-size: 1.5em;
vertical-align: sub !important;
}


.Buy:hover, .Zinio:hover {
    background-color: #2d9944;
}

.Browse:hover, .iTunes:hover {
    background-color: red;
}

.GDM:hover {
	background-color: #2a65ba;
}

.ImageWrap {
    /*height: 388px;
    margin-top:-20px;*/
    vertical-align: middle;
}

#ProductMenu {
    background: #3e3e3e;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px;
    text-align: center;
    position: relative;

    display: none;
}

html.ie6 #ProductMenu, html.ie7 #ProductMenu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
}

#ProductMenu li {
    display: inline-block;
    list-style: none;
    margin: 4px 0;
}

html.ie6 #ProductMenu  li, html.ie7 #ProductMenu li {
    display: inline;
    zoom: 1;
}

#ProductMenu a {
    border: 1px #c1c1c1 solid;
    background: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #D3D3D3;
    font-weight: 600;
    padding: 3px 6px;
    text-decoration: none;
}

#ProductMenu a:hover, #ProductMenu a:active {
    background: #c1c1c1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
}

html.ie6 .Products, html.ie7 .Products {
    zoom:1;
}

.ProductDetails {
    /*background: #3e3e3e;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
    margin-top: -57px;*/
    padding: 8px;
    position:relative;

    color: #333;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1em;
}

html.ie6 .ProductDetails, html.ie7 .ProductDetails {
    height: 40px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    zoom: 1;
}

.ProductPrice {
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #666;
    float: right;
    font-size: 14px;
    line-height: 1em;
    margin: 7px 0 7px 5px;
    padding: 6px;

    display: none;
}

.ProductLinks {
    /*background: #3e3e3e;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    font-size: 12px;
    padding: 8px;
    position: relative;*/

    border-top: 1px solid #eaeaea;
    float: left;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    margin: 0 10px;
    padding: 5px 0;
    width: 276px;
}

#right h2.About_Products {
    background: #fff;
    border-top: 2px solid #8fc64f;
    border-right: 2px solid #8fc64f;
    border-left: 2px solid #8fc64f;
    margin: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.SaleSticker {
    background-image: url('/images/magazine-issues.png');
    display: block;
    height: 90px;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 90px;
}

.EnterChallenge .gallery span.badge {
    background: url('/images/winners.png');
    display: block;
    height: 33px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
}

/*.galleria-image>div {
    background-image: url('/images/winners.png');
    background-position: 510px top;
    background-repeat: no-repeat;
}*/

.EnterChallenge .ButtonEnabled {
    height: 80px;
    margin: 0 0 10px 10px;
    padding: 10px;
    width: 282px;
}

.EnterChallenge .ButtonEnabled img {
    float: left;
    margin: 0 10px 0 0;
}

.EnterChallenge .ButtonEnabled h4 {
    font-size: 22px;
    margin: 20px 0 10px 0;
}

.EnterChallenge .ButtonEnabled span {
    color: #333;
}

.EnterChallenge .ButtonEnabled:first-child {
    margin-left: 0px;
}

.EnterChallenge p {
    font-size: 12px;
    line-height: 1.4em;
    margin: 20px 0px;
}

.EnterChallenge p.Blurb {
    color: #000;
    font-weight: bold;
}

.EnterChallenge p.Prize {
    clear: left;
    float: left;
    width: 100%;
}

.EnterChallenge .CompImage {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px -2px 8px #999999;
    -webkit-box-shadow: 2px -2px 8px #999999;
    box-shadow: 2px -2px 8px #999999;
    float: left;
    height: auto;
    margin-right: 10px;
    width: 200px;
}

.BoxLarge em {
    float: left;
    margin: 10px 0;
}

.EnterChallenge form {
    background: #F6F6F6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
    padding: 10px 0;
    width: 100%;
}

.EnterChallenge form p {
    margin: 0px 10px 10px 10px;
}

.EnterChallenge form label {
    float: none;
    width: auto;
}

.EnterChallenge .SignupButton {
    margin-left: 10px;
}

.BoxFull .heading_bar {
    background: #F9F9F9;
    border-bottom: 1px solid #F1F1F1;
}

.BoxFull h2 {
    color: #666;
    font-size: 24px;
    font-weight: 600;
}

.BoxFull .ProfileHolder {
    -moz-box-shadow: 1px -1px 8px #ccc;
    -webkit-box-shadow: 1px -1px 8px #ccc;
    box-shadow: 1px -1px 8px #ccc;
    padding-left: 50px;
    position: relative;
    -o-transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    transition: box-shadow 1s;
    width: 340px;
}

.BoxFull .ProfileHolder fieldset img {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin: 0;

}

.BoxFull .ProfileHolder .UserTA {
    max-width: 303px;
    width: 303px;
}

.BoxFull .ProfileHolder .Step {
    color: white;
    display: block;
    font-size: 33px;
    height: 17px;
    left: -20px;
    padding: 23px 0px 22px 1px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 62px;
}

.BoxFull .ProfileHolder .Direction {
    display: block;
    position: absolute;
}

.BoxFull .StepOne {
    margin-top: 30px;
    margin-left: 20px;
}

.BoxFull .StepOne .Step {
    background: url('/images/Step1.png');
}

.BoxFull .StepTwo {
    margin: 110px 20px 0px 92px;
}

.BoxFull .StepTwo .Step {
    background: url('/images/Step2.png');
}

.BoxFull .StepTwo .Direction {
    background: url('/images/3to4.png');
    height: 49px;
    left: -80px;
    top: -10px;
    width: 66px;
}

.BoxFull .StepThree {
    margin-left: 20px;
}

.BoxFull .StepThree .Step {
    background: url('/images/Step3.png');
}

.BoxFull .StepThree .Direction {
    background: url('/images/2to3.png');
    height: 37px;
    right: -77px;
    top: -40px;
    width: 72px;
}

.BoxFull .StepFour {
    margin: 110px 20px 20px 92px;
}

.BoxFull .StepFour .Step {
    background: url('/images/Step4.png');
}

.BoxFull .StepFour .Direction {
    background: url('/images/3to4.png');
    height: 49px;
    left: -80px;
    top: -10px;
    width: 66px;
}

.BoxFull div.FormExplain {
    margin-right: 25px;
    margin-left: 0px;
}

.BoxFull .Highlighted {
    -moz-box-shadow: 0px 0px 8px #0997cd;
    -webkit-box-shadow: 0px 0px 8px #0997cd;
    box-shadow: 0px 0px 8px #0997cd;
}

#challenges ul {
    clear: left;
    padding-bottom: 10px;
}

#challenges .heading_bar {
    border-bottom: 0px;
}

#challenges h3 {
    border-bottom: 0px;
    float: left;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin: 10px 0;
    width: 480px;
}

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

#challenges p {
    background: #F6F6F6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    clear: left;
    margin: 5px 0px;
    padding: 5px;
}

#challenges p.NoEntries {
    background: none;
    font-size: 12px;
    font-style: italic;
    margin: 20px 0px;
    padding: 0px;
}

#challenges .comp {
    border-top: 1px solid #f1f1f1;
    margin-top: -1px;
}

.comp span {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    clear: left;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -0.07em;
    margin: -5px 0 5px 0;
    padding: 1px 6px;
    text-transform: uppercase;
}

.open span {
    background-color: #8fc64f;
}

.closed span {
    background-color: #f18133;
}

#ip_productwidget{margin-bottom: 30px;max-width:400px;background-color:#fff;border:2px solid rgba(33,33,33,0.2);border-radius:8px;padding:5px 0}
#ip_productwidget .col-xs-6{padding-left:5px;padding-right:5px}
#ip_productwidget .WidgetImage img{height:auto;width:100%;margin-bottom:5px}
#ip_productwidget .btn{font-size:13px;display:block;font-weight:normal;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid transparent;padding:.5rem 1rem;border-radius:.25rem}
#ip_productwidget .btn-primary{background-color:#2C3E50;border-color:#2C3E50;color:#FFF;margin-bottom:10px}
#ip_productwidget .btn-success{background-color:#18BC9C;border-color:#18BC9C;color:#FFF}
#ip_productwidget .offer{display:none}

#document-footer {
  padding: 30px 0;
  color: #FFF;
  background-color: #222;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #document-footer .container {
    width: 990px;
    margin: 0 auto; }
  #document-footer p {
    margin-bottom: 6px; }
  #document-footer a {
    color: #FFF; }
  #document-footer nav {
    padding: 10px 0; }
  #document-footer .nav {
    display: inline-block;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 7px 0; }
    #document-footer .nav > li {
      float: left; }
      #document-footer .nav > li a {
        display:block;
        padding: 10px 15px; }
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector span, 
div.checker span,
div.button,
div.button span {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.checker, 
.uploader,
.button, 
.selector *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
  background: url('../images/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
	line-height: 23px;
	height: 23px;
	border: 1px solid #CCC;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	-webkit-font-smoothing: antialiased;
}

div.selector span {
  background-position: right -1px;
  height: 23px;
  line-height: 23px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
}

div.selector:active span, 
div.selector.active span {
  background-position: right -1px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -1px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -1px;
}

div.selector.disabled {
}

div.selector.disabled span {
  background-position: right -1px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Uploader */

div.uploader {
  background-position: -10px -299px;
  height: 28px;
  -webkit-font-smoothing: antialiased;
}

div.uploader span.action {
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
	
}

div.uploader span.action {
  background-position: right -439px;
  height: 23px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 23px;
  /* change this line to adjust positioning of filename area */
  line-height: 23px;
  color: #999;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: -10px -299px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -439px;
  background-color: #4E9A23;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -439px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -439px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -439px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 184px;
  font-size: 12px;
}

div.selector select {
  min-width: 194px;
  font-size: 12px;
  border: solid 1px #CCC;
}

div.selector span {
  color: #666;
  width: 157px;
  padding: 0px 25px 0px 2px;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}



/* Uploader */
div.uploader {
  width: 287px;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  background-color: #65B339;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}

div.uploader span.filename {
  width: 173px;
  border: solid 1px #CCC;
  font-size: 14px;
}

div.uploader input {
  width: 286px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selector,
.button, 
.uploader {
  vertical-align: middle;
}

.selector select:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}

#AdvancedSearch div.selector {
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 10px;
	width: 128px;
	vertical-align: top;
}

#AdvancedSearch div.selector span {
	width: 100px;
}

#AccountForm div.selector {
	background: #fff;
	width: 262px;
	float: left;
}

#AccountForm div.selector span {
	width: 236px;
}

#AccountForm div.selector select {
	min-width: 272px;
}

div.selector span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

div.selector select option {
	padding: 2px 20px;
}

/* Checker */

div.checker {
	position: relative;
	margin-top: 2px;
	margin-left: 130px;
	float: left;
}

#FullLogin div.checker {
	margin-left: 0px;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

#loginForm div.checker {
	margin: 2px 10px 0px -2px;
	float: left;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 1px 3px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: pointer;
}