@charset "UTF-8";

body {
    background-color: #e6e6e6;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

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

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

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

a img {
    border: none;
}

ul {
    list-style-type: none;
}

h1, h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#4a95e0;
    font-weight: bold;
    letter-spacing:-0.04em;
    margin: 0 0 8px;
    padding: 0px;
    clear: left;
}

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

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

}

h2 img {
    margin-left: 10px;
}

.h2sub {
    font-family: "Helvetica Neue", Helvetica, Arial, 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;
}

.hr {
    height: 1px;
    background: #e6e6e6;
    margin: 10px 0;
    width:100%;
}

/* END GENERAL DECLARATIONS */

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

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

#userBarFull {
    background: #1c2025;
    width: 100%;
    position:fixed;
    left: 0px;
    z-index:9000;
    border-bottom:1px #666 solid;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
}

#userBarDefault {
    margin: auto;
    padding: 5px 10px;
    color: #CCC;
    font-size: 10px;
    clear: left;
    height: 28px;
}

#userBarFull #userBarDefault {
    width: 990px;
    padding: 6px 0 3px;
}

#userBarDefault a {
    color:#ccc;
}

#userBarDefault a:hover {
    color:#999;
}

#countersBarDefault {
    width: 970px;
    margin: 1px auto;
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
    background: #121212;
    clear: left;
    height: 28px;

    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

#counters {
    float: left;
    clear: left;
    margin: 0;
}

#counters .button3 {
    font-size: 13px;
    padding: 0.3em 0.6em 0.2em;
    margin: 2px 4px 0 0;
    letter-spacing:-0.05em;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

#counters .button3 span {
    color: #666;
    font-size: 9px;
    letter-spacing:normal;
}

#holder #leaderboard {
    top: 60px;
    position: absolute;
    right: 0;
}

#leaderboard{

	float:left;
}


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

#logo {
    background-image: url('../images/logo.png');
    background-position: top;
    background-repeat: no-repeat;
    margin: 0 8px 0 0;
    float: left;
    height: 90px;
    width: 254px;
}

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

#content{
    clear: left;
    width: 990px;
    padding: 0;
    margin: 0 auto 20px auto;
}

#left{
    float: left;
    width: 670px;
    margin-right:20px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#right{
    float: left;
    width: 300px;
}

#adbar{
    clear: both;
    height: 108px;
    width: 964px;
    background: #FFF;
    margin: 20px auto;
    padding: 16px 10px;
    border: 3px #ccc solid;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*.BoxLarge {
    float: left;
    width: 608px;
    padding: 10px;
    background: #FFF;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.3em;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/

.BoxLarge_black {
    float: left;
    width: 628px;
    padding: 20px;
    background: #000;
    border: 1px #BCBCBC solid;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.3em;
    color: #FFF;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.BoxLarge_black h2 {
    color:#eee;
}

.BoxLarge {
    float: left;
    width: 624px;
    padding: 20px;
    background: #FFF;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.3em;
    border:3px #ccc solid;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.BoxMedium {
    background: #FFF;
    float: left;
    font-size: 12px;
    line-height: 1.3em;
    padding: 10px;
    margin: 5px 5px 10px 5px;
    width: 437px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.BoxSmall {
    float: left;
    width: 279px;
    background: #FFF;
    padding: 20px;
    margin-bottom:20px;
    font-size: 12px;
    border:3px #ccc solid;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#toprated {
    margin-left:20px;
}

.BoxSignup {
    float: left;
    width: 482px;
    padding: 20px;
    background: #FFF;
    border:3px #ccc solid;
    margin: 0 10px 10px 0;
    font-size: 12px;
    line-height: 1.3em;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

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

.BoxWide {
    float: left;
    width: 944px;
    padding: 20px;
    background: #FFF;
    border:3px #ccc solid;
    margin: 0 10px 10px 0;
    line-height: 1.5em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

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

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

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

.SidebarReg {
    float: left;
    width: 396px;
    padding: 20px;
    background: #FFF;
    border:3px #ccc solid;
    margin: 0 0 10px 10px;
    font-size: 12px;
    line-height: 1.3em;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

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

.SidebarComments {
    float: left;
    width: 274px;
    padding: 10px;
    background: #FFF;
    background-repeat: no-repeat;
    background-position: top right;
    border:3px #ccc solid;
    line-height: 1.3em;
    margin-bottom: 10px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

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

.SidebarBug {
    float: left;
    width: 272px;
    padding: 10px;
    background: #FFF;
    border:3px #ccc solid;
    font-size:12px;
    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, .BoxSmall a {
    color: #121212;
}

.BoxLarge a:hover, .BoxSmall a:hover {
    color: #666;
}

.BoxLarge a.ButtonDisabled, .BoxSmall a.ButtonDisabled {
    color: #999;
    border:1px #ccc solid;
}

.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:12px;
}

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

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

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

.view_bar {
    width: 100%;
    padding: 12px 20px;
    float: left;
    margin: 0px 0px -20px -20px;
    background-color:#eee;
    border-top:1px #ccc solid;

    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

.view_bar a {
    color:#041725;
    font-size:12px;
}

.news .view_bar {
    width: 294px;
    padding: 10px 0;
    margin: 0px 0px -10px 0px;
}

#ImFollowing, #LatestUploaded .view_bar {
    margin: 0 0 -10px -10px;
    padding: 10px 0 10px 10px;
    width: 284px;
}

/* END STRUCTURE */

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

.ImageGrid.paginated {
    margin-bottom: 50px;
    margin-top: 15px;
}

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

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




#LatestUploaded .ImageGrid {
    margin: -5px 0 20px 2px;
    overflow: visible;
}

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

#LatestUploaded .ImageGrid li a img {
    border: 1px #e6e6e6 solid;
    padding:3px;
}

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

.ImageGrid li a, .CatGrid li a {
    display: block;
    outline: none;
    margin-bottom:10px;
}


.ImageGrid li div.author {
    color: #000;
    font-size:11px;
    font-weight:bold;
}

.ImageGrid li img, .CatGrid li a img {
    border: 1px solid #e6e6e6;
    padding:4px;
    margin:5px 0;
}

.ImageGrid li a img:hover, .CatGrid li a img:hover {
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #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: 12px;
}

.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 #e6e6e6 solid;
    overflow: auto;
    padding: 10px 0px 10px 0px;
}

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

.ImageList li a img {
    border: 1px solid #e6e6e6;
    padding: 3px;
    margin: 0 7px 10px 0;
}

.ImageList li a img:hover {
    -moz-box-shadow: 1px 1px 4px #999;
    -webkit-box-shadow: 1px 1px 4px #999;
    box-shadow: 1px 1px 4px #999;
}

.album_container {
    margin-bottom: 30px;
}

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

.GalleryHeading a {
    float: left;
    margin-top:-4px;
}

.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;
}

.rssButton {
    float: right;
    margin:-40px 10px 0 0;
    width:28px;
    height:28px;
}

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

/* Review how many pages news will be on */
.news, #GalleryAwards, #ImFollowing, #LatestUploaded, #SocialBox, div.widget {
    float: left;
    width: 294px;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 0px;
    font-size: 12px;
    border:3px #ccc solid;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.news h2 {
    color: #000;
    padding-left:10px;
}

.sb_narrow {
    float: left;
    margin-bottom: 10px;
}

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

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

.news .BoxLinkLeft {
    margin-left: 10px;
    color:#000;
}

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

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

.Arrow2 {
    background: url('/images/arrow_2.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;
}

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

.FloatLeft {
    float: left;
}

.TextLight {
    color: #999;
}

.TextDark {
    color: #666;
}

/* NEWS AND BLOG */

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

.BlogHeading {
    padding: 10px;
    display: block;
    line-height: 1em;
    height: 20px;
    width: 278px;
    color: #000;
}

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

.BlogList li{
    border-bottom: 1px solid #e6e6e6;
    display: block;
    font-size: 12px;
    line-height: 1.2em;
    overflow: auto;
    padding: 10px;
}

.BlogList li:nth-child(even) {
    background-color: #eee;
}

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

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

/* END NEWS AND BLOG */

/* @start Navigation */

#nav {
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 970px;
    z-index: 99;
    background:#121212;

    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

html.ie7 #nav {
    margin-top: 30px;
}

.top {
    display: inline-block;
    *display: inline;
    position: relative;
    vertical-align: bottom;
    zoom: 1;
    z-index: 1002;

}

.top > a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-decoration: none;
    z-index: 1003;
    padding: 0 4px;
    border: 1px solid #444;

    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top,  #333333 0%, #1c2025 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#1c2025)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #333333 0%,#1c2025 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #333333 0%,#1c2025 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #333333 0%,#1c2025 100%); /* IE10+ */
    background: linear-gradient(top,  #333333 0%,#1c2025 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c2025',GradientType=0 ); /* IE6-9 */

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

    -moz-transition: all 0.3s ease-in-out;
}

.top > a:hover {
    background: #fff;
    color:#333;
}

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

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

.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;
}

.home-button a:hover span {
    background-image: url('/images/home-hov.png');
    background-position: 5px 3px;
    background-repeat: no-repeat;
}

.top.fo a {
    color: #041725;
    padding: 0;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

.top.fo a:hover {
    background: #ccc;
}

.top.fo a span {
}

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

.drop {
    background-color: #fff;

    display: none;

    border: 3px #333 solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    left: -40px;
    line-height: 0.8em;
    overflow: auto;
    padding: 10px 0px 20px;
    position: absolute;
    top: 31px;
    z-index: 1004;
}

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

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

.drop td:lastchild {
    min-width: 160px;
    vertical-align: top;
    border-right: none;
}

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

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

.drop ul.twoColumn {
    border-right: none;
    column-count: 2;
    column-gap: 10px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    margin-right: 3px;
    width: 360px;
}

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

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

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

    -moz-transition: all 0.4s ease-in-out;
}

.drop ul a:hover {
    background: #4a95e0;
    color: #FFF;
}

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

.drop h4 {
    color:#041725;
    font: bold 16px "Helvetica Neue", Arial, Helvetica, sans-serif;
    letter-spacing:-0.05em;
    margin: 0;
    padding: 10px;
}

.drop img {
    margin: 0 10px;
}

.drop p {
    color: #333;
    font-size: 12px;
    line-height: 15px;
    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: #ccc;
    color: #333;
    padding: 0.1em 1.2em;
    font-size: 1.5em
}

.button1:hover{
    background: #33724c;
    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: 12px;
    margin: 2px 10px;
    padding: 0.6em 1.1em;
    zoom: 1;
}

a.button4 {
    background: #4BA770;
}

a.button5 {
    background: #4a95e0;
}

#Button7:hover,
.ButtonMag:hover,
.ButtonPod:hover {
    background: #33724c;
}

.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: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: right;
}

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

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: #4BA770;
    border: 2px #fff solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 2px 0.5em;
}

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

.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: 27px;
    margin: 0 auto 20px auto;
    /*overflow: auto;*/
    padding: 0 5px 0 40px;
    position: relative;
    width: 945px;
    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: 250px;
}

.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;
}

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

.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: 0px;
    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 strong span {
    color: #fff;
    font-size: 10px;
    font-weight: 100;
}

.RegBox a {
    background-color: #449964;
    background-image: -moz-linear-gradient(bottom, #449964 35%, #5CB47E 68%);
    background-image: -webkit-linear-gradient(bottom, #449964 35%, #5CB47E 68%);
    background-image: -ms-linear-gradient(bottom, #449964 35%, #5CB47E 68%);
    background-image: linear-gradient(bottom, #449964 35%, #5CB47E 68%);
    border: 1px solid #449964;
    -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: #51A36F;
    background-image: -moz-linear-gradient(bottom, #51A36F 35%, #68BD88 68%);
    background-image: -webkit-linear-gradient(bottom, #51A36F 35%, #68BD88 68%);
    background-image: -ms-linear-gradient(bottom, #51A36F 35%, #68BD88 68%);
    background-image: linear-gradient(bottom, #51A36F 35%, #68BD88 68%);

}

.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: #4a95e0;
}

.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: 20px -950px;
    overflow: auto;
    position: absolute;
    z-index: 9;
}

#loginForm form {
    background: #fff;
    padding: 20px;
    width: 250px;
    margin-left:-40px;
    position:fixed;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 2px solid #4BA770;
}

#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;
}

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

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

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

div.ProfileHolder {
    float: left;
    width: 480px;
}

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

.userURL {
    margin: -10px 0px 10px -12px;
    padding: 5px 0px 5px 12px;
    float: left;
    width: 496px;
    color: #333;
}

.userURL:hover {
    color: #666;
}
/* @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:12px;
}

.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:12px;
    font-weight: 500;
}



/* 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.mpu > div {
    margin-bottom: 20px;
    height:250px;
    clear:both;
}

.mpu {
    margin-bottom: 20px;
  /*  height:250px; */
    clear:both;
}

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

.ad.sky {
    float: right;
    margin-bottom: 20px;
}

#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 Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
    text-align: left;
}

#footer p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    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: 12px;
    font-weight: 600;
    margin: 5px 0px;
    text-align: center;
}

.jspPane {
    padding: 0px 20px;
}

/* END INDEX PAGE DECLARATIONS */

/* USER PROFILE PAGE DECLARATIONS */

#ProfileBox .StatsTable {
    width:470px;
}

.StatsTable {
    margin:0 0 10px 0px;
}

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

.StatsTable tr td {
    padding: 6px 10px;
    min-width: 86px;
    max-width: 182px;
    overflow: hidden;
    font-size:12px;
}

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

#GalleryBox .StatsTable {
    margin: -10px 0 10px -10px;
    width: 628px;
}

#ProfileBox {
    padding-left: 10px;
    width: 634px;
}

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

#GalleryStats {
    padding-left: 10px;
    padding-right: 30px;
}

#ProfileBox #GalleryStats h1 {
    margin-left: 10px;
}

#GalleryStats h2 {
    margin-left: 10px;
}

#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;
    margin-top:10px;
}

.userAvatar {
    -webkit-box-shadow: 1px 1px 2px #999;
    -moz-box-shadow: 1px 1px 2px #999;
}

.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: #eee;
    width: 180px;
    margin-left: -10px;
    padding-left: 10px;
}

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

#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;
    max-width: 32px;
    padding: 6px;
    color: #FFF;
    margin-top: 2px;
    font-weight:500;
    text-align: center;
}

.won {
    background-color: #4ba770;
}

.lost {
    background-color: #bb3e3e;
}

.drawn {
    background-color: #999;
}

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

.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 {
    color:#000;
}

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

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

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

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

#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: 274px;
    padding: 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: 624px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 8px;
    clear: left;
    width: 100%;
}

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

#ImageHolder {
    max-width: 624px;
    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;
}

/* END IMAGE HOLDER */

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

.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 #ccc solid;
    margin: 20px auto 10px;
    padding: 10px 0 0 0;
    text-align: center;
    width: 100%;
}

.filmStrip {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom:10px;
}

.filmStrip img {
    margin: 5px;
}

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

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

.filmStrip .ButtonEnabled {
    float: none;
    padding: 8px;
    height:21px;

    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    border-radius: 90px;
}

.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;
}

#MainImage > .ButtonEnabled, #MainImage .ButtonDisabled {
    float: right;
    margin:-3px 1px 12px 3px;
    border:1px #ccc solid;
}

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

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

#MainImage h2 span a {
    font-weight: bold;
}

#MainImage .StatsTable tr td {
    text-align: center;
    font-size:14px;
}

#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 {
}

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

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

#faceOffStats h2 {
    background: url('/images/fo_pic_small.png') right center no-repeat;
}

#imageMeta {
    padding: 20px 20px 10px 10px;
    width: 289px;
    margin-right:20px;
}

#imageMeta h2 {
    margin-left: 10px;
    width:283px;
}

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

/* ADD COMMENT BOX */

#addComment {
    background: #333;
    color: #fff;
    font-size: 12px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

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

#addComment a {
    color: #fafb8c;
}

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

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

.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: -22px 0px 10px 0px;
}

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

#Comments li, #Features li, #potw li {
    width: 624px;
}

#Features li, #potw li {
    overflow: hidden;
    padding: 20px;
    margin-left:-10px;
    border-bottom: 1px solid #ccc;
}

#Features li img {
    border: 1px solid #e6e6e6;
    padding: 4px;
    margin-right: 10px;
}

#potw li img {
    border: 1px solid #e6e6e6;
    padding: 4px;
    margin:0 10px 10px 0;
}

#Features li img:hover, #potw li img:hover {
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}


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

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

#potw li:nth-child(even) {
    background-color: #f0f0f0;
}


.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: 425px;
    min-height: 75px;
    padding: 15px;
    background-color: #FFF;
    border: 1px solid #ccc;
    -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: "Helvetica Neue", Helvetica, Arial, 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, #potw {
    margin-left: -10px;
}

#Features h2 {
    margin: 10px;
}

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

.prevtitle {
    font-size: 18px;
}

.articletitle{
    font-size: 18px;
}

.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: 12px;
}

.archive h1 {
    background:#e8ecef;
    margin:-10px -10px 15px;
    padding:10px;
    overflow:auto;
    font-size:18px;
}

#ArticleTitle {
    position: relative;
}

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

/* POTW DECLARATIONS */
#potw .ArticleText {
    font-size: 12px;
}

#potw {
    margin-bottom: 40px;
}

.dateBox {
    width: 50px;
    height: 53px;
    float: right;
    display: block;
    text-transform: uppercase;
    margin: -26px 0px 0px 10px;
    border: 1px #BCBCBC solid;
    position: relative;

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

.year {
    width: 50px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    text-align:center;
    background-color: #4A95E0;
    line-height: 1.4em;
    color: #fff;

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

.month {
    width:50px;
    height: 35px;
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    color: #fff;
    background: #2664af;

    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 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: 12px;
}

.MagSmallRight {
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #BCBCBC;
    float:left;
    font-size:12px;
    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, input.email, input.pass, input.website, input.location,
input.occupation, input.interests, input.twitter, input.facebook {
    background-position: left center;
    background-repeat: 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, a.btnProfile.delete {
    background-position: left center;
    background-repeat: 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 */

.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: 26px;
    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 {
    background: url('/images/rss_global.png') top left no-repeat;
}

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


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

.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; 
}


.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;
}



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


.socialLinksSide {
    width:65px;
    padding:10px 5px;
    margin: 0 0 0 -95px;
    position:absolute;
    background-color:#fff;
    text-align:center;
    border:1px solid #ccc;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}



/* Social Box Sidebar */

#SocalBox {
    display: block;
    padding: 10px 15px;
}

#SocialBox .icons {
    display:inline;
    float:left;
    margin:0 4px 0 4px;
}

/* 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 {
    margin-top:-39px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px #BCBCBC solid;
    background-color:#FFF;
    float: left;
    margin: 0px 1px;
    padding: 3px 8px;
    color: #666;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.wp-pagenavi a:visited {
    text-decoration: none;
}
.wp-pagenavi a:hover {
    border: 1px solid #4A95E0;
    color: #4A95E0;
    background-color: #eee;
}
.wp-pagenavi a:active {
    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;
    float: left;
    margin: 0px 1px;
    padding: 3px 8px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.wp-pagenavi span.pages {
    padding: 3px 8px;
    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;
    float: left;
    margin: 0px 1px;
    color:#666;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.wp-pagenavi span.current {
    padding: 3px 8px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px #BCBCBC solid;
    color: #FFF;
    float: left;
    margin: 0px 1px;
    background: #4a95e0;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.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: 140px;
    font-weight: bold;
    display: block;
    float: left;
}

#ImageUpload form label {
    width: 140px;
    font-weight: bold;
    display: block;
    float: left;
}

fieldset img {
    float: left;
}

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

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

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

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

#AccountForm .CheckBox, #ImageUpload .CheckBox {
    margin-left: 140px;
}

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: #4BA770;
    color: white;
    margin: 10px 0 20px;
    padding: 0.5em 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    border: 0px;
    cursor: pointer;
}

.SignupButton:hover {
    background: #33724c;
}

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

.LoginButton:hover {
    background: #33724c;
}

.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: 476px;
    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;
    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-image: url(/images/comment_bg.png);
}

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

.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: #666;
    border: 1px solid #CCC;
    color: #fff;
    padding: 10px;
    width: 968px;
}

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

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

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

#fo {
    margin: -1px 0 0 0;
    width: 928px;
    padding: 30px;
    float: left;
    background-color: #999;
    border: 1px solid #CCC;
}

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

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

#fo input {
    border: 10px solid #FFF;
    box-shadow: 3px 3px 4px #666;
    -moz-box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    max-height: 420px;
    max-width: 370px;
}

#fo button {
    background: #666;
    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: #fff;
    padding: 10px;
    text-align: center;
}

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

#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 #999 solid;
}

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

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

#FaceoffTitle {
    color: #FFF;
    width: 948px;
    padding: 15px 20px 10px;
    float: left;
    background-color: #666;
    border: 1px solid #CCC;
}

#FaceoffTitle h2 {
    float: left;
    color: #FFF;
}

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

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

.winner {
    color: #4BA770;
}

.runner_up {
    color:#900;
}

.draw {
    color:#666;
}

/* BUTTONS */

.ButtonEnabled {
    float: left;
    height: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 4px 6px 5px;
    font-size: 12px;
    color: #4D4D4D;
    background-color: #F7F7F7;
    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;
    border:1px #ccc solid;
    margin-right:2px;
}

.ButtonDisabled {
    color: #999;
    float: left;
    height: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 4px 6px 5px;
    font-size: 12px;
    background-color: #F7F7F7;
    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;
    margin-right:2px;
}

.ButtonEnabled img, .ButtonDisabled img {
    margin: 0px 5px -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: #4ba770;
    border:none;

}

#userBarDefault .Login:hover, #userBarDefault .Profile:hover {
    background-color: #33724c;
}

#userBarDefault .Register, #userBarDefault .AddImages {
    background-color: #4a95e0;
    border:none;
}

#userBarDefault .Register:hover, #userBarDefault .AddImages:hover {
    background-color: #4b67a7;
}

.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;
}

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

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

.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;
    width: 274px;
    background: url('/images/membership_bg.jpg') bottom no-repeat #fff;
    padding: 10px 10px 0;
    margin: 0 0 20px 0;
    border: 3px #ccc solid;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.newsletterSignup fieldset {
    float: left;
    clear: left;
    width: 274px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    border: none;
}

.newsletterSignup fieldset input {
    border: none;
    background: none;
    font-size: 12px;
    line-height: 16px;
    width: 252px;
    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 h2 {
    color:#000;
}

#titlebar {
    background:url('/images/titlebar.png') no-repeat #fff;
    width:274px;
    height:30px;
    clear: left;
    color:#041725;
    font-size:24px;
    padding:8px 10px 0px 10px;
    font-weight:bold;
    letter-spacing:-0.04em;
    line-height: 26px;
    border-left:3px #ccc solid; border-right:3px #ccc solid; border-top:3px #ccc solid;

    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

/* SLIDER */
#slider {
    background: #000;
    border: 1px solid #CCC;
    height: 314px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 668px;
}

#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: 439px;
}

#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.3em;
    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: 208px;
    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: #4A95E0;
}

/* IP TWITTER WIDGET */

aside.twitter {
    background: #fff;
    border:3px #ccc solid;
    -moz-border-radius: 10px 10px 0px 10px;
    -webkit-border-radius: 10px 10px 0px 10px;
    border-radius: 10px 10px 0px 10px;
    float: left;
    width: 294px;
}

#right aside.twitter .heading_bar {

}

aside.twitter h2 {
    margin: 10px 0 0 10px;
    color:#000;
}

ul.twitterwidget {
    float: left;
    height: 548px;
    overflow-y: auto;
    padding: 0px 10px;
    width: 274px;
}

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

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

ul.twitterwidget li img {
    float: left;
    margin-right: 5px;
}

ul.twitterwidget li a {
    color: #4A95E0;
}

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

span.account {
    font-weight: 600;
}

/* ABOUT PAGE */

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

.brand_about h2 {
    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: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    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;
}
/*.ProductWidgetLinksBuy {
    background: #1e8caf;
    background-image: -moz-linear-gradient(bottom, #1e8caf 33%, #37a5ca 63%);
    background-image: -ms-linear-gradient(bottom, #1e8caf 33%, #37a5ca 63%);
    background-image: -webkit-linear-gradient(bottom, #1e8caf 33%, #37a5ca 63%);
    background-image: linear-gradient(bottom, #1e8caf 33%, #37a5ca 63%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    height: 31px;
    line-height: 22px;
    margin-left: 46px;
    padding-top: 7px;
    text-align: center;
    vertical-align: middle;
    width: 90px;
}

html.ie6 .ProductWidgetLinksBuy, html.ie7 .ProductWidgetLinksBuy {
    display: inline;
    zoom: 1;
}

.ProductWidgetLinksBrowse
{
    background: #61A143;
    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%);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    height: 31px;
    line-height: 22px;
    padding-top: 7px;
    text-align: center;
    vertical-align: middle;
    width: 114px;
}

html.ie6 .ProductWidgetLinksBrowse, html.ie7 .ProductWidgetLinksBrowse {
    display: inline;
    zoom: 1;
}*/

.WidgetImage {
    display: block;
    height: auto;
    width: 294px;

    border-bottom: 1px solid #ccc;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

.ImageWrap {
    vertical-align: middle;
}

.ProductWidget {
    background: #fff;
    border: 3px #ccc solid;
    font-size: 11px;
    padding: 0;
    position: relative;
    width: 294px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: left;
}

#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: #01111e;
    font-family: "Helvetica Neue", 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 #e6e6e6;
    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;
}

/* COMPETITIONS */

.EnterChallenge .gallery span.badge {
    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: #4A95E0;
    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 0;
    padding: 0px;
}

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

.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;
}

/* END COMPETITIONS */


.AdContact {
width: 300px;
float: left;
}