/* www.snowmagazineonline.com */
/* MainStyle.css */

/* HTML */
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Sans-Serif;
    background-color: #fff;
    color: #010101; /* black */
    font-size: 11px;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #3366cc; /* blue */
    /*font-weight: bold;*/
}

hr {
    color: #c3c2c2;
    background-color: #c3c2c2; /* light gray */
    border: none;
    height: 1px;
}

h1, h1 a
{
    font-size: 11px;
    text-transform: uppercase;
    color: #999; /* gray */
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .5em;
}

h2, h2 a
{
    font-size: 11px;
    color: #010101; /* black */
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 4px;
}

h3, h3 a 
{
    font-size: 10px;
    text-transform: uppercase;
    color: #010101; /* black */
    font-weight: bold;
    margin-bottom: 2px;
}

h4, h4 a
{
    font-size: 10px;
    color: #010101; /* black */
    font-weight: bold;
}

p
{
    margin-top: 0;
}

/* MASTER PAGE */
#container {
    width: 960px;
    margin: 0 auto;
}

#floating 
{
    width: 500px; 
    height: 500px; 
    position: absolute; 
    left: 50%; 
    top: 168px; 
    margin-left: -250px;
    z-index: 999;
}

#header {
    height: 90px;
    padding: 10px 0px;
}

#leaderboard {
    height: 90px;
    width: 728px;
    float: right;
    vertical-align: bottom;
    margin-top: 3px;
}

/* Navigation */
#menu {
    height: 32px;
    background: #fff url('/Images/MenuBG.jpg') no-repeat;
    margin-top: 3px;
    clear: right;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    display: block;
    color: #999; /* gray */
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0px;
    padding-left: 12px;
    padding-right: 6px;
    line-height: 32px;
    font-weight: bold;
}

#menu ul li a.first {
    padding-left: 7px;
}

#menu ul li a.selected {
    background: url('/Images/SelectedArrow.gif') center bottom  no-repeat;
    color: #66ccff; /* light blue */
}

/* Login */
#login {
    height: 32px;
    width: 240px;
    padding: 0 7px;
    float: right;
    color: #fff;
    background: #767676 url('/Images/LoginBG.jpg') no-repeat; /* dark gray */
    font-size: 12px;
    text-transform: lowercase;
    line-height: 32px;
}

#login .lbl {
    padding: 0 5px;
}

#login .txt {
    height: 13px;
    width: 82px;
    font-size: 10px;
}

#login .btn {
    color: #fff;
    font-family: Arial;
}

/* Sub Navigation */
#submenu {
    clear: both;
    height: 22px;
    color: #fff;
    line-height: 22px;
}

#submenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#submenu ul li {
    float: left;
    margin-top: 3px;
}

#submenu ul li a {
    display: block;
    color: #999; /* gray */
    font-size: 12px;
    letter-spacing: 0px;
    padding: 0 7px;
    line-height: 12px;
    text-transform: lowercase;
    font-weight: normal;
    padding-top: 1px;
    padding-bottom: 4px;
}

#submenu ul li a.selected {
    font-weight: bold;
    color: #66ccff; /* light blue */
}

/* Site Search */
#sitesearch {
    height: 22px;
    padding: 0 7px;
    float: right;
    font-size: 12px;
    text-transform: lowercase;
    color: #666666; /* black */
}

#sitesearch a 
{
    color: #666666; /* black */
}

#sitesearch .lbl {
    padding: 0 5px;
}

#sitesearch .txt {
    height: 13px;
    width: 85px;
    font-size: 10px;
}

#sitesearch .search {
    vertical-align: middle;
}

/* Left Column */
#leftcolumn {
    clear: both;
    width: 137px;
    float: left;
    margin-top: 10px;
    text-align: center;
}

#leftcolumn img {
    margin-bottom: 10px;
}

#leftcolumn h1 {
    font-size: 10px;
    color: #848484; /* gray */
    margin-top: .5em;
    text-transform: lowercase;
}

/* Sponsor List */
.sponsorlist {
    margin-bottom: 10px;
    background-color: #fff;
    border: solid 1px #9a9a9a; /* silver */
}

/* Marketplace Menu */
.marketplacemenu {
    margin-bottom: 10px;
    border: solid 1px #9a9a9a; /* silver */
    background: #fff url('/Images/snow-marketplace.jpg') no-repeat;
    padding: 6px;
    padding-top: 36px;
    text-align: center;
}

.marketplacemenu h2 {
    text-align: left;
    margin: 0;
    margin-bottom: 4px;
    font-size: 9px;
    color: #999999; /* gray */
    text-transform: uppercase;
}

.marketplacemenu ul {
    list-style: none;
    padding: 0;
}

.marketplacemenu li {
    text-align: left;
    padding: 4px 0;
    border-top: dashed 1px #9a9a9a; /* silver */
}

.marketplacemenu li a {
    font-size: 9px;
    color: #010101; /* black */
    text-decoration: none;
    display: block;
    font-weight: normal;
}

.marketplacemenu li a:hover {
    color: #66ccff; /* light blue */
}

.noresults {
    text-align: left;
    display: block;
    padding-bottom: 12px;
    padding-top: 0;
    margin-top: 0;
}

a.title {
    margin-bottom: 12px;
    display: block;
    text-decoration: underline;
}

/* Content */
#content {
    width: 683px;
    float: left;
    margin: 10px;
    min-height: 910px;
}

.boxfull
{
    width: 683px;
}

.boxhalf
{
    width: 332px;
}

.boxhalf, .boxfull 
{
    margin-bottom: 10px;
}

a.morelink 
{
    text-decoration: underline;
    color: #010101;
    font-size: 9px;
    text-transform: lowercase;
    background: url('/Images/MoreArrow.gif') bottom left no-repeat;
    padding-left: 10px;
}

ul.nolist {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.nolist li {
    margin: 0;
    padding: 0 0 3px 0;
}

#topstory 
{
    margin-bottom: 10px;
}

#topstory h2
{
    line-height: 20px;
    margin-bottom: .5em;
    text-transform: none;
}

#topstory h2 a
{
    font-size: 20px;
    color: #010101;
    text-transform: none;
}
    
#headlinenews ul.nolist li a 
{
    color: #050505;
    font-size: 10px;
    font-weight: bold;
}

#videos h1
{
    margin-bottom: 0; 
    float: left; 
    border-bottom: solid 1px #66ccff; 
    border-top: solid 4px transparent; 
    width: 110px; 
    text-align: center; 
    line-height: 27px; 
}

#videos h1.selected
{
    border: solid 1px #66ccff; 
    border-bottom: solid 1px transparent; 
    border-top: solid 4px #66ccff; 
}

#videos h1 a, #currentissue h1 a
{
    color: #999; /* gray */
}

#videolist 
{
    border: solid 1px #66ccff; 
    border-top: none; 
    clear: left;
    padding: 20px;
}

ul.videolist {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul.videolist li {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    float: left;
    width: 135px;
}

ul.videolist li a {
    float: left;
    font-weight: normal;
    font-size: 10px;
    color: #666666; /* gray */
}

ul.videolist li img {
    margin-bottom: 4px;
    display: block;
}

#currentissue h1
{
    width: 190px;
    border-bottom: solid 4px #66ccff;
    line-height: 25px;
}

#currentissue h3 
{
    margin-bottom: 0;
}

#currentissue h3 a 
{
    color: #010101;
}

#currentissue p 
{
    margin-top: 0;
}

#currentissue a.fineprint 
{
    font-size: 10px;
    color: #666666;
}

#products h1 
{
    width: 100%;
    border-bottom: solid 4px #66ccff;
    line-height: 25px;
}

#products h4 
{
    margin-top: 0;
}

#products h4 a
{
    color: #010101;
    font-size: 10px;
}

#products h4 a.current 
{
    font-size: 12px;
}

#currentpoll h1 
{
    border-bottom: solid 4px #66ccff;
    line-height: 25px;
}

/* Bottom Banner */
#banner {
    text-align: center;
    width: 468px;
    margin: 20px auto 0 auto;
}

/* Right Column */
#rightcolumn {
    width: 120px;
    float: left;
    margin: 10px 0;
}

/* Footer */
#footer {
    clear: both;
    height: 26px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 26px;
}

/* Footer Menu */
#footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    color: #010300;
}

#footer ul li {
    display: inline;
    border-left: solid 1px #010300;
    margin-left: 3px;
    padding: 0 1px 0 6px;
    color: #010300;
}

#footer ul li a {
    font-size: 10px;
    color: #010300;
    line-height: 10px;
}
    
/* FORM ELEMENTS */
.form {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

.dropdownlist {
    width: 200px;
    border: solid 1px #acacac ; /* gray */
    /*padding: 2px;*/
}

.label {
    width: 55px;
    display: block;
    float: left;
    clear: left;
    padding-top: 4px;
}

.multitxt {
    border: solid 1px #acacac ; /* gray */
    padding: 4px 2px 0 2px;
}

.btn {
    text-transform: lowercase;
    padding-left: 14px;
    background-image: url('/Images/SubmitButton.gif');
    background-repeat: no-repeat;
    background-position: 0 2px;
    font-size: 12px;
}

a.btn {
    color: #050505;
    font-weight: bold;
}

.txt {
    border: solid 1px #acacac ; /* gray */
    font-size: 12px;
    /*vertical-align: middle;*/
}

/* GENERIC CLASSES */
.zindexswitch {
    position: relative;
    z-index: 0;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.clearboth {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

img.floatleft {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

img.floatright {
    float: right;
    margin-left: 6px;
    margin-bottom: 6px;
}

.boxoverride table {
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 10;
}

.topmargin {
    margin-top: 10px;
}

.bottommargin {
    margin-bottom: 10px;
}

.block {
    display: block;
}

.indent {
    padding-left: 8px;
}

.indentdouble {
    padding-left: 16px;
}

.bold {
    font-weight: bold;
}

hr.seperator {
    color: #fff;
    background-color: #fff;
    border: 1px dotted #d3d3d3; /* Light Gray */
    border-style: none none dotted;
    height: 1px;
}

/* Horizontal list */
ul.inlinelist {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

ul.inlinelist li {
    padding: 0 8px;
    display: inline;
    background: none;
}

ul.inlinelist li a 
{
    font-weight: normal;
    /*color: #010101;*/
    /*text-decoration: underline;*/
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 13px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 10;
}

.filledRatingStar {
    background-image: url('/Images/StarSolid.gif');

}

.emptyRatingStar {
    background-image: url('/Images/Star.gif');
}

/* Comment Box */
.commentheader {
    background: url('/images/Arrow.gif') 20px 0 no-repeat;
    padding-left: 58px;
}
    
.commentbox {
    background-color: #ececec; /* Gray */
    padding: 8px;
    margin-bottom: 25px;
}

#breadcrumbs ul {
    list-style-type: none;
    margin: 10px;
}

#breadcrumbs li {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
}

#breadcrumbs li a {
    text-decoration: none;
}

.message {
    font-weight: bold;
    color: #4A416B; /* purple */
}

a.message 
{
    color: #4A416B
}

td.message 
{
    font-weight: normal;
    color: #000;
}


a.nolink {
    /*color: #010101;*/
}

.alternate {
    background-color: #f7f7f7; /* off white */
}

/* Reorder List */
.dragHandle {
	cursor: move;
	border: outset thin white;
    text-align: center;
}

.callbackStyle {
	border: thin blue inset;
}

.callbackStyle table {
	background-color: #5377A9;	
	color: Black;
}

.reorderListDemo li {
	list-style: none;
	margin: 2px;
}

.reorderListDemo li a {color: #FFF !important; font-weight: bold;}

.reorderCue {
	border: dashed thin black;
	width: 100%;
	height: 100%;
}

.itemArea {
	margin-left: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	text-align: left;
}

/* Pop-up */
.modalpopup {
    background-color: #ebeaea; /* gray */
    border: solid 1px #c3c2c2; /* light gray */
    text-align: left;
    width: 450px;
}

.modalpopup h2 {
    padding: 10px;
    background-color: #ccc;
    color: #010101;
}

.modalpopup p {
    padding: 10px;
}

.center {
    text-align: center;
}

a.underline {
    text-decoration: underline;
    color: #010101;
}

.fineprint {
    font-size: 9px;
}

ul.default 
{
    margin-left: 1em; 
    padding-left: 1em; 
    list-style-type: disc;
}