﻿@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

img { border:none;}

a:active, a:focus {
	outline: 0;
}

html 
{
	width:100%;
	height:100%;
}

body {
	background-color: #000;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	width:100%;
	height:100%;
	}
	
#container {
	width:100%;
	height:auto;
	
}
#header {
	width:auto;
	height:96px;
	padding:30px 0 0 35px;
}
#header a:link {color:#FFF; text-decoration:none;}
#header a:visited {color:#FFF; text-decoration:none;}
#header a:hover {color:#FFF; text-decoration:underline;}
#header a:active {color:#FFF; text-decoration:none;}

#zoom_holder {
	width:100%;
	
	text-align:center;
	z-index:1;
	position:relative;
}
.zoom_level {
	float:right;
	height:185px;
	width:99px;
	position:relative;
	z-index:5;
	top:125px;
	background:url(images/controlbg.png) top right no-repeat;
	
}
.zoom_percent {
	font-size:15px; 
	color:#fff;
	font-weight:bold;
	padding-left:15px;
}
#footer {
    position: relative;
	margin-top:20px;
	margin-left: 15px;
}
#footer a:link {color:#FFF; text-decoration:none;}
#footer a:visited {color:#FFF; text-decoration:none;}
#footer a:hover {color:#FFF; text-decoration:none;}
#footer a:active {color:#FFF; text-decoration:none;}

#fav_shoe, #country, #rating_drop {
	cursor: pointer;
	height: 17px;
	padding-left:10px;
	padding-right:10px;
}

.country_on,
.fav_shoe_on,
.rating_on
{
	background-repeat: no-repeat;
	background-color: Transparent;
	color: black;
}

.country_on
{
    background-image: url('/Content/Images/country_buttonbg.png');
}

.fav_shoe_on
{
    background-image: url('/Content/Images/fav_shoe_buttonbg.png');
}

.rating_on
{
    background-image: url('/Content/Images/rating_buttonbg.png');
}

#shoe_selector, #country_selector, #rating_selector {
	display: none;
	position: absolute;
	background-image: url('images/menubg.png');	
	width: 138px;
	margin-top: -247px;
	z-index: 100;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 0;
}

#country_scrollable{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 200px;
	padding-bottom:15px;
}

#rating_scrollable {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 170px;
}

#shoes_scrollable{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 200px;	
	padding-bottom:15px;
}

#shoes_scrollable a
{
	padding-left:10px;
}

.items {
	position: absolute;
	height: 20000em;
	width:100%;
}

.items a {
	display: inline-block;
	padding: 5px;
	color: #000 !important;
	font-style: normal !important;
	width:100%;
}


.items a:hover {
	background-color:#D9D7D7;
}

.prevPage img {
	display: block;
	margin: 0 auto 0 auto;
}

.nextPage img {
	display: block;
	margin: 0 auto 0 auto;
}

/*------------------ Photo Submission Styles --------------------------*/


#submit_holder {
	margin-left:auto;
	margin-right:auto;
	width:740px;
	height:auto;
	padding:35px 15px 35px 15px;
	position:relative;
}

.copyright {
	margin-left: auto;
	margin-right: auto;
	width:740px;
	padding:35px 15px 35px 15px;
}

.copyrightMosaic {
	width:95%;
	padding:35px 15px 35px 15px;
}

.form_table td {
	padding-top:10px;
	font-size:10px;
	color:#999999;
	
}
.inputtable a:link {font-size:13px; font-weight:bold;color:#999999;}
.inputtable a:visited {font-size:13px; font-weight:bold;color:#999999;}
.inputtable a:hover {font-size:13px; font-weight:bold;color:#999999; text-decoration:none;}
.inputtable a:active {font-size:13px; font-weight:bold;color:#999999;}

.form_table input {
	border:none;
	background:url(/Content/images/selectbg_03.gif) bottom repeat-x #bababa;
	font-size:10px;
	color:#000;
	text-transform: uppercase;
	margin-left:8px;

}
.form_table select {
	background:url(/Content/images/selectbg_03.gif) bottom repeat-x #bababa;
	border:none;
	color:#000;
	font-size:10px;
}
	
.form_underline {
	border-bottom:1px solid #999999;
}

.form_input_right {
	font-size:10px;
	color:#999999;
	text-transform:uppercase;
}
.form_input_right h2 {
	font-size:9px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:5px;
}
.form_input_right h3 {
	font-size:9px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:5px;
	margin-top:5px;
}

.form_input_right ul {
     margin-left:15px;
     margin-bottom:15px;
}

.form_input_right td {

	
}
.form_input_right input {
	border:1px solid #CCCCCC;
	background:#000;
	font-size:10px;
	color:#fff;
}
.right_underline {
	height:20px;
	width:100%;
	border-bottom:1px solid #2f2f2f;
	margin-bottom:15px;
}

.photoup_right {
	font-size:10px;
	color:#999999;
	text-transform:uppercase;
}
.photoup_right a:link{color:#FFF; text-decoration:underline;}
.photoup_right a:visited{color:#FFF; text-decoration:underline;}
.photoup_right a:hover {color:#FFF;text-decoration:none; }
.photoup_right a:active{color:#FFF;text-decoration:underline; }

.photoup_right h2 {
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:5px;
}
.photoup_right h3 {
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:5px;
	margin-top:5px;
}

.photoup_right ul {
	margin-left:10px;
	margin-bottom:15px;
}

	
.photoup_bottom {
	font-size:14px;
	color:#999999;

}
.photoup_right a:link{color:#FFF; text-decoration:underline;}
.photoup_right a:visited{color:#FFF; text-decoration:underline;}
.photoup_right a:hover {color:#FFF;text-decoration:none; }
.photoup_right a:active{color:#FFF;text-decoration:underline; }

.photoup_bottom a:link{color:#999; text-decoration:underline;}
.photoup_bottom a:visited{color:#999; text-decoration:underline;}
.photoup_bottom a:hover {color:#FFF;text-decoration:none; }
.photoup_bottom a:active{color:#999;text-decoration:underline; }

.photoup_bottom h2 {
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:5px;
	margin-top:25px;
}	
.title {
	font-size:11px;
	color:#999999;
	font-weight:bold;
	text-transform:uppercase;
}
.user_data {
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}

.addanotherphoto a:link {font-size:13px; color:#fff; font-weight:bold; }
.addanotherphoto a:visited {font-size:13px; color:#fff; font-weight:bold;}
.addanotherphoto a:hover {font-size:13px; color:#fff;font-weight:bold; }
.addanotherphoto a:active {font-size:13px; color:#fff; font-weight:bold;}

.yourcode {
	font-size:13px;
	color:#CCCCCC;
	font-weight:bold;
}
.usercode {
	font-size:13px;
	color:#FFF;
}
.clock {
	color:#cc0000;
	font-size:11px;
	font-style:oblique;
}
.img_info {
	height:369px;
	width:234px;
	background:url(images/infobg_03.png) top no-repeat;
	position:absolute;
	left:60%;
	top:32px;

}
#mosaicID
{
    display: none;
}
.submissionImageContainer
{
    display: inline-block;
    width: 100%;
    position: relative;
}
.submissionImageContainer img
{
    position: absolute;
    top: 0px;
    right: 0px;
}
.photodetail {
	margin-top:11px;
	text-align:left;
	font-size:10px;
}
.photodetail h2 {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	margin-top:4px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.photodetail h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;

}

.checkboxes {
     float:left;
     width:330px;
}

.checkboxes label
{
    display: block;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
	margin:7px 0 7px 0;
}

.checkboxes input
{
    vertical-align: middle;
}

.checkboxes label span
{
    vertical-align: middle;
}

#photosubmit_pop {
     position:absolute;
     top:40%;
     left:40%;
     height:300px;
     width:400px;
     border:10px solid #CCCCCC;
     padding-top:20px;
     padding-left:20px;
     background:#000;
}

#under13pop {
     height:auto;
     width:740px;
     border:3px solid #999999;
     padding-top:20px;
     padding-left:20px;
     background:#2e2e2e;
     color: White;
     z-index: 400;
}

#errorspop {
     height:auto;
     width:740px;
     border:3px solid #999999;
     padding-top:20px;
     padding-left:20px;
     background:#2e2e2e;
     color: White;
     z-index: 400;
}

#selectphotopop 
{
	height:auto;
    width:740px;
    border:3px solid #999999;
    padding-top:20px;
    padding-left:20px;
    background:#2e2e2e;
    color: White;
     z-index: 400;
}

#under13popie6 
{
	position: absolute;
	top: 100px;
	margin-left: 20px;
	margin-right: auto;
	 height:auto;
	 width:275px;
	 border:3px solid #999999;
	 padding-top:20px;
	 padding-left:20px;
	 background:#2e2e2e;
	 color: White;
	 z-index: 200;
}

#errorspopie6 {
     position: absolute;
	 top: 100px;
	margin-left: 20px;
	margin-right: auto;
	 height:auto;
     width:275px;
     border:3px solid #999999;
     padding-top:20px;
     padding-left:20px;
     background:#2e2e2e;
     color: White;
     z-index: 200;
}

#selectphotopopie6 
{
	position: absolute;
	top: 100px;
	margin-left: 20px;
	margin-right: auto;
	height:auto;
    width:275px;
    border:3px solid #999999;
    padding-top:20px;
    padding-left:20px;
    background:#2e2e2e;
    color: White;
    z-index: 200;
}

#termsAndConditionsDiv 
{
	position: relative;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 80%;
	width: 740px;
	border: 3px solid #999999;
	padding: 10px;
	background: #ffffff;
	color: #000000;
	overflow: auto;
}

#termsAndConditionsDiv p {
     padding:2em;
}

.field-validation-error
{
    color: #ff0000 !important;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#photoexample {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:30px;
	width:760px;
	z-index:9999;
}
.photocaptions {
	font-size:13px;
	padding-top:8px;
	padding-bottom:40px;
}

#fuzz  
{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height: 100%;
	z-index:300;
	background-color: rgb(0, 0, 0);
	background-repeat:repeat;
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity = 30); /* IE */ 
	display:none; 
	text-align:left;
}  

	.pipeSpacer
	{
		margin-left:20px;
		margin-right:20px;
	}
	
	#ratingsLabel
	{
		cursor:hand;
	}
