@charset "UTF-8";
/* CSS Document */

body,html{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #cccccc;
}

/******************************************************* -- SITE-WIDE -- **********/

div,img{
	margin: 0px;
	padding: 0px;
	border: none;
}
p,a,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
	color: #666666
}
p{
	font-size: 14px;
	color: #666666;
}
a{
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
}	
a:focus{
	outline: none;
}
h1{
	color:#ff3333;
	font-size: 14px;
	font-weight: normal;
	text-transform:uppercase;
	background:#fcfafa;
}
h2{
	color:#666666;
	font-size: 16px;
	font-weight: normal;
	border-bottom: #f9ced0 1px solid;
}
.upper{
	text-transform:uppercase;
}
.small{
	font-size: 12px;
}
/******************************************************* -- STRUCTURE -- **********/

#wrapper{
	width: 1024px;
	margin: 0px auto;
}
#topNavContain{
	text-align: right;
	position: relative;
	top: -20px;
	padding: 0px 15px;
}
#topNavContain p{
	font-size: 11px;
}
#headContain{
	width: 968px;
	padding: 0px 28px;
	height: 136px; 
	background:url(../images/head_bg3.jpg) no-repeat;
	position: relative;
}
#contentContain{
	width: 968px;
	padding: 0px 28px 10px 28px;
	background:url(../images/content_bg.jpg) repeat-y;
}
#footerContain{
	width: 968px;
	padding: 0px 28px 0px 28px;;
	text-align: right;
	background:url(../images/footer_bg2.jpg) no-repeat;
	height: 100px;
}
#footerContain p{
	font-size: 11px;
}
/******************************************************* -- TOP NAV -- **********/
#topNavContain a{
	margin: 0px 5px;
}
#topNavContain .linksImg{
	top: 7px;
}
.regwin{
	position: absolute;
	left: 315px;
}
/******************************************************* -- MAIN NAV -- **********/
#mainNavContain{
	float: right;
	margin: 8px 0px 0px 0px;
}
#nav a{
	display: block;
}
a.name{
	background: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 3px 0px;
	margin: 5px 10px;
	color: #000000;
	text-transform:uppercase;
	font-weight: bold;
	border: #cccccc 1px solid;
}
/******************************************************* -- RESPONSE -- **********/
#vidResContain{
	background:url(../images/vidRes_bg.jpg) repeat-x 0px 3px;
	padding: 3px 0px 0px 0px;
	height: 287px;
	width: 967px;
}
#responseContain{
	float: left;
	width: 468px;
}
#responseContain p{
	padding: 5px 10px;
}
#responseImg{
	text-align:center;
}
/******************************************************* -- VIDEO -- **********/
#video{
	float: left;
	margin: 3px 0px 4px 0px;
	width: 490px;
	position: relative;
}
#player{
	display: block;
	width: 465px;
	height: 280px;
}
#pop{
	position: absolute;
	text-align: left;
	display:inline;
	top: 5px;
	right: -12px;
}
/******************************************************* -- QUESTION -- **********/
#questionContain{
	position: relative;
}
#question{
	background:#fcfafa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: #e8e7e7 1px solid;
	width:800px;
	margin: 5px 75px 0px 75px;
	padding: 0px 9px;
	overflow:auto;
	clear: both;
}
#questionTitle{
	text-align: center;
	position: relative;
	top: 0px;
	width: 460px;
	margin: 0px auto;
}
.choices{
	width: 266px;
	float: left;
}
.choices h2{
	text-align: center;
	padding: 0px 40px 0px 0px;
}
.choices p{
	padding: 5px 10px 0px 0px;
	line-height: 23px;
	text-transform: uppercase;
	font-size: 11px;
}
#submit{
	position: absolute;
	right: 15px;
	top: 60px;
	cursor: pointer;
}
/******************************************************* -- LINKS -- **********/
#links{
	margin: 0px 0px 10px 90px;
	padding: 5px 0px 0px 0px;
	position: relative;
	top: -8px;
	width: 878px;
	height: 65px;
	text-align: center;
}
#footerContain #links p{
	text-transform: uppercase;
	color:#000000;
	font-size: 13px;
}
#links img{
	padding: 5px;
}
.canFlag{
	margin: 0px 0px 0px 20px;
}
.linksImg{
	position: relative;
	top: 16px;
	padding: 0px 5px;
}
.chooseCountry{
	position: absolute;
}
.chooseCountry img{
	cursor: pointer;
}
/**#stores .linksImg{
	padding: 0px 20px;
}
 #stores{	
	width: 160px;
	height: 40px;
	float: right;
	position: relative;
	text-align: center;
	margin: -15px 40px 0px 10px;
}
#stores a{
	margin: 0px;
	padding: 0px;
}
#links #stores img{
	padding: 0px;
}**/
/******************************************************* -- FOOTER -- **********/
#footerContain p{
	font-size: 10px;
}

/***************************************************** SHARE FUNCTIONALITY ****/

/* overlay dimensions */
div.overlay {
	padding:20px;	
	display:none;
	width:480px;  	
	height:375px;
}
/* generic styling for elements inside overlay */
div.overlay h2, div.overlay a, div.overlay p, div.overlay div {		
	margin-top:0px;
	color:#666666;
}

div.overlay h2 {
	margin:0px;	
	visibility: hidden;	
}

#shareBox div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
*html #shareBox div.close{
	background: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/close.png', sizingMethod='');
}
#newUserBox{
	background: url(../images/share3.png) no-repeat;
}
*html #newUserBox{
	background: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/share3.png', sizingMethod='');
}
#newUserBox div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:4px;
	right:-10px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
*html #newUserBox div.close{
	background: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/close.png', sizingMethod='');
}

/* tabs */
#shareTabs{
	padding: 0px 20px;
	margin: 10px 0px -15px 0px;
	text-align:right;
	font-size: 12px;
	color:#cccccc;
}
#shareTabs a{
	color:#cccccc;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	padding: 0px 6px;
}
.current{
	font-weight: bold;
}



/* tab panes = containers for tab content */
#panes {
	margin-top:0px !important;		
	font-size:12px;
}
#panes p{
	margin: 5px 0px;
}
#panes div{
	background: #ffffff;
	border: #666666 1px solid;
	padding: 10px;
}

#panes input, #panes textarea {
	width:450px;
	font-size:12px;
	font-family:verdana;
	border:1px inset #666; 	
	padding:2px;
}

#panes textarea {
	padding:4px;
}

#panes button {
	border:1px outset #ccc;	
	cursor:pointer;
	background-color:#f9f9fa;	
}

#panes label.left {
	float:left;
	margin-right:15px;	
}

#panes label.left input {
	width:180px;		
}

.choices input, .choices label {
	cursor: pointer;
}

#embedPane textarea {
	margin-top:10px;
	background-color:transparent;	
	overflow-x:hidden;
	color:#000000;
	padding:4px;
	border:1px solid #cccccc;
	height: 210px;
}
#bookmarkPane{

	overflow: auto;
}
#bookmarkPane a img{
	position: relative;
	top: 7px;
}
#bookmarkPane a{
	display: block;
	width: 150px;
	height: 40px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 70px;
}
#bookmarkPane a:hover{
	text-decoration: none;
}

/* container for error/success messages */ 
#info {
	display:none;	
}

/* container has a background image */
a.player {	
	margin-top:40px;
	display:block;
	background:url(../images/splash.png) no-repeat;
	width:425px;
	height:298px;
	padding:0 126px 75px 127px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
*html a.player{
	background: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/splash.png', sizingMethod='');
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}

#popDisc{
	margin: 110px 10px 0px 10px;
	padding: 10px;
	text-align: center;
	background:#fcfafa;
	border: #cccccc 1px solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
*html #popDisc{
	margin: 140px 10px 0px 10px;
}
*:first-child+html #popDisc{
	margin: 140px 10px 0px 10px;
}
#popDisc p{
	color: #000000;
	font-size: 15px;
}
#popDisc p a{
	color:#ed1c24;
}
#newUserForm{
	padding: 30px 130px 0px 0px;
	text-align: right;
}
.field{
	height: 35px;
}
#newUserSubmit{
	position: absolute;
	bottom: -12px;
	right: 20px;
	display: block;
	width: 85px;
	height: 80px;
}