<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* global content */
.clear{
	clear:both;
}
ul,li{
	padding:0;
	margin:0;
	list-style:none;
}
html{
	background-image:url(img/layout/background-top.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
img {border: none; margin:0; padding:0;}
.left{float:left;}
.right{float:right;}
body{
	background: url(img/layout/background-top-center.jpg) no-repeat center top;
	padding:0;
	margin:0;
	font:normal 12px/17px Arial, Helvetica, sans-serif;
	color:#252525;
}

#container{
	width:972px;
	margin: 0 auto;
	position:relative;
}
a, a:link, a:active, a:visited{
	color:#0076a3;
	font:normal 12px Arial, Helvetica, sans-serif;
}
a:hover, a:focus{
	color:#d56a6a;
	text-decoration:none;
}
h2, h3{
	margin-bottom:8px;
	color:#252525;
}
h1{
	font:bold 24px Arial, Helvetica, sans-serif;
	margin:0 8px 0 0;
	display:inline;
}
h2{
	font:bold 20px Arial, Helvetica, sans-serif;
	margin-top:20px;
}
h3{
	font:normal 18px Arial, Helvetica, sans-serif;
	margin-top:0;
}
/* HEADER */
#header{
	height:100px;
	margin:0;
	padding: 0;
}
#logo{
	display:block;
	width:283px;
	height:69px;
	background-image: url(img/layout/logo2.png);
	margin-top: 12px;
	float:left;
}
#logo a{
	display:block;
	width:283px;
	height:69px;
}


/* Start: Subscribe to newsletters box: updated June 2012 */

#subscribe-text {
	position: relative;
	text-align:right;
	vertical-align: top;
	width: 630px;
	padding: 12px 0 7px 0;
	margin: 0px;
	
}

#subscribe-top{
	width: 357px;
	position: absolute;
	top:8px;
	right: 0px;
}

#subscribe-top form{
	display: inline;
	height:24px;
	margin:0;
	padding:0;
}
 
#subscribe-top span {
	font:bold 11px/15px Arial, Helvetica, sans-serif;
} 

 #footer-newsletter {
	vertical-align: top; 
	margin-top:0;
 }
 
 #subscription-container {
	width:300px;
	color:#4b586e;
	vertical-align: top;
	padding: 8px 14px 0 14px;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
}
 #subscription-container strong {
	display:block; 
	font: bold 12px Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #39455B;
	margin-bottom: 2px;
 }

 #footer-newsletter div span { 
	margin: 9px 0 3px 0;
	font: bold 12px/14px Arial,Helvetica,sans-serif;
}
 
#enter-email{
	display:block;
	padding: 0px;
	margin: 10px 0 4px 0;
}

#newsletter-input{
	height:22px;
	border: solid 1px #cccccc;
	width:205px;
	margin:0;
	padding:0;
}

#email-format-error, #ajax-error{
	color:#cc0000;
	padding: 0px;
  	display: none;
}

#subscribe-success, #modify-success{
	width: 270px;
	text-transform:capitalize;
	color:#316319;
	padding: 0px;
	margin: 0;  
	display: none;	
}

#subscribe-comment{
	color:#316319;
	padding: 0px;
	margin: 1px 0 0 0;  
	display: none;	
}

#ajax-error-comment{
	color:#cc0000;
	padding: 0px;
	margin: 1px 0 0 0;
	display: none;	  
}

#subscribe-loading{
	width: 270px;
	color:#2665AD;
	padding: 0px;
	margin: 0;  
	display: none;
}


#email-submit-button, #email-modify-button {
 	width:64px;
	height:24px;
	background-image: url(img/layout/signup.png);
	background-position:0 top;
	border:none;
	margin:0;
	margin-left: 10px;
	padding:0;
	float:right;
	cursor:pointer;
}	
	
#email-modify-button {
	background: url(img/layout/modify.png);
}

.hidden {
	display:none;
}
.email-opacity {
	color: #aaa;
}

/* End: Subscribe to newsletters */



/*MENU*/
#menu-container{
	margin-top:14px;
	width:658px;
	height:31px;
	float:right;
}
#menu-container a{
	text-indent:-9999px;
	display:block;
	background-image:url(img/layout/menu.png);
	height:31px;
	float: right;
}
.home{
	width:35px;
	background-position:0 top;
}
.home:hover{
	background-position: 0 bottom;
}
.sp3{
	width: 117px;
	background-position:-35px top;
}
.sp3:hover{
	background-position:-35px bottom;
}
.sp2{
	width: 114px;
	background-position:-152px top;
}
.sp2:hover{
	background-position:-152px bottom;
}
.ss{
	width: 121px;
	background-position:-266px top;
}
.ss:hover{
	background-position:-266px bottom;
}
.contest{
	width: 89px;
	background-position:-387px top;
}
.contest:hover{
	background-position:-387px bottom;
}
.support{
	width: 89px;
	background-position:-476px top;
}
.support:hover{
	background-position:-476px bottom;
}
.getitnow{
	width: 93px;
	background-position:-565px top;
}
.getitnow:hover{
	background-position:-565px bottom;
}

/* page layout */
#breadcrumbs{
	width:100%;
	height:25px;
	padding-top:4px;
}
.sns{
	position:relative;
	margin: 5px 0 30px 0;
}
.sns iframe{
	position:absolute;
	top:3px;
}
.google-plus-one{
	position: absolute;
	left: 262px;
	top:3px;
}

.main-contents{
	width:601px;
	float:left;
}
.widget-panel-contents{
	width:344px;
	float:left;
	margin-left:27px;
}

/* index page big banner */
#large-banner{
	width:972px;
	height:464px;
	background-image:url(img/layout/index-large-banner.jpg);
}
#large-banner a#ss-learn-more{
	width:220px;
	height:243px;	
	float:left;
	margin: 127px 0 0 29px;
	background-image: url(img/layout/learn-more-med.png);
	background-position: -136px bottom;
	background-repeat:no-repeat;
}
#large-banner a#ss-learn-more:hover{
	background-position: 42px bottom;
}
#large-banner a#s3-learn-more{
	width:271px;
	height:383px;
	float:left;
	margin:64px 0 0 93px;
	background-image: url(img/layout/learn-more-large.png);
	background-position: -200px bottom;
	background-repeat:no-repeat;
}
#large-banner a#s3-learn-more:hover{
	background-position: 57px bottom;
}
#large-banner a#s2-learn-more{
	width:220px;
	height:258px;	
	float:left;
	margin: 112px 0 0 112px;
	background-image: url(img/layout/learn-more-med.png);
	background-position: -136px bottom;
	background-repeat:no-repeat;
}
#large-banner a#s2-learn-more:hover{
	background-position: 42px bottom;
}

#watch{
	background: url(img/layout/watch-title.png) left top no-repeat;
	float: left;
	width:886px;
	height:100px;
	margin:18px 0 0 42px;
	padding-top:40px;
	position:relative;
}
#watch a:hover{
	opacity:1;
}
#watch h1{
	font-weight:bold;
	font-size: 14px;
	margin-left:5px;
	color:#444;
}
#watch p{
	width:576px;
	margin:0 0 0 5px;
	font-size:12px;
	line-height:18px;
}
#index-video{
	width:279px;
	height:192px;
	display:block;
	background-image: url(img/layout/video-screenshot.jpg);
	position: absolute;
	right:0px;
	top:-52px;
	z-index:10;
	opacity:0.9;
}
/* temporery, WHAT WOULD YOU DO WITH SPEEDSTER CONTEST */
#watch-contest{
	float: left;
	width:886px;
	height:100px;
	margin:12px 0 0 42px;
	padding-bottom:40px;
	position:relative;
}
#watch-contest a:hover{
	opacity:1;
}
#watch-contest h1{
	font-weight:bold;
	font-size: 14px;
	margin-left:5px;
	color:#444;
	display:block;
}
#watch-contest p{
	width:576px;
	margin:0 0 0 5px;
	font-size:12px;
	line-height:18px;
}


#index-video-contest{
	width:279px;
	height:192px;
	display:block;
	background-image: url(img/layout/video-screenshot-contest.jpg);
	position: absolute;
	right:0px;
	top:-46px;
	z-index:10;
	opacity:0.9;
}


/*contest end */



#product-content-widget-panel{margin-top:15px;}

/* product */
#product-main-picture{
	width:599px;
	border:1px solid #dbdbdb;
	text-align:center;
	background-color:#fff;
}
table.product-spec-table{
	background-color:#cccccc;
}
table.product-spec-table span{font-weight:bold;}
table.product-spec-table td, table.product-spec-table th{
	background-color:#f6f6f6;
	border:1px solid #fff;
	padding:6px 0 6px 16px;
}
table.product-spec-table th{
	background-color:#eee;
	text-align:left;
}
table.product-spec-table td.product-spec-table-selected{
	background-color:#deedb6;
}
table.product-spec-table th.product-spec-table-selected{
	background-color:#b9db62;
}
table.product-spec-table td.product-spec-table-selected-special{
	background-color:#b9db62;
	font-weight:bold;
}
ul.product-features-list li{
	padding:0 0 10px 15px;
	background:url(img/layout/product-features-list-bullet.gif) no-repeat left 3px;
	line-height:normal;
}
a.pdf-download-link{
	background:url(img/layout/pdf-icon.png) no-repeat left top;
	height:24px;
	display:inline-block;
	padding:8px 0 0 35px;
	font-weight:bold;
}
/* right panel */
#product-thumbnail-images-container{
	margin-left:-8px;
}
a.product-thumbnail-images{
	display:block;
	float:left;
	margin:0 0 8px 8px;
	position:relative;
	width:107px;
	height:107px;
	background-color:#fff;
	border:1px solid #dbdbdb;
	text-align:center;
}

a.product-thumbnail-images:hover, a.product-thumbnail-images-selected {
	border:1px solid #97ca0b;	
}
a.product-thumbnail-video{
	display:block;
	float:left;
	margin:0 0 8px 8px;
	position:relative;
	width:107px;
	height:107px;
	background: url(img/layout/play.png) 18px 0 #fff no-repeat;
	border:1px solid #dbdbdb;
	text-align:center;
}
a.product-thumbnail-video:hover{
	border:1px solid #97ca0b;
	background: url(img/layout/play.png) 18px -107px #fff no-repeat;
}
/*a.product-thumbnail-images img{
	border:1px solid #dbdbdb;
}
a.product-thumbnail-images:hover img, a.product-thumbnail-images-selected img{
	border:1px solid #97ca0b;
}
*/
a.product-thumbnail-images span,a.product-thumbnail-video span{
	width:17px;
	height:18px;
	display:block;
	position:absolute;
	right:2px;
	bottom:2px;
	background: url(img/layout/product-thumbnail-mag.png) no-repeat left top;
}
a#product-buy-now-button{
	display:block;
	width:342px;
	height:57px;
	background: url(img/layout/product-buy-now.png) no-repeat left top;
	margin:0 auto;
}
a#product-buy-now-button:hover{
	background-position:left -57px;
}
p#product-additional-stores a{
	margin-left:19px;
}
p#product-additional-stores{
	margin-left:-19px;
}
blockquote.product-reviews-blockquote{
	margin: 10px 0;
	padding:0 0 25px 35px;
	background:url(img/layout/product-reviews-blockquote.gif) no-repeat left 3px;
	font:lighter 22px Helvetica, Arial, sans-serif;
	color:#999;
	clear:both;
}
blockquote.product-reviews-blockquote span{
	display:block;
	text-align:right;
	font:bold italic 12px Arial, Helvetica, sans-serif;
	color:#344247;
	margin-top:5px;
}
#contact-form-container{
	background:#eeeeee url(img/layout/contact-form-header.png) no-repeat left top;
	padding:45px 0px 10px 8px;
}
#contact-form-container input, #contact-form-container textarea{
	width:218px;
	border: solid 1px #CCC;
	float:right;
	margin:0 8px 5px 0;
	padding:3px 2px;
	max-width:218px;
}
#contact-form-container label{
	width:95px;
	display:block;
	text-align:right;
	margin:3px 0 0 0;
	float:left;
	clear:right;
}
#contact-form-container span{
	color:#e30f17;
}
#contact-form-text{
	float:left;
	margin-top:8px;
}
#contact-form-text a{
	display:block;
	width:100px;
	margin:3px 0 0 8px;
}
#contact-form-container input#contact-button{
	width:84px;
	height:31px;
	float:right;
	display:block;
	cursor:pointer;
	background:url(img/layout/contact-submit-button.png) no-repeat left top;
	border:none;
	margin-top:10px;
}
#contact-form-container input#contact-button:hover{
	background-position:left bottom;
}

#radar-gun-forum{
	width:344px;
	height:41px;
	margin-bottom:15px;
	background-image: url(/img/layout/radar-gun-forum.png);
	display:block;
}

#manual-container{
	width:344px;
	height:128px;
	margin-bottom:15px;
	background-image: url(/img/layout/manual-header.png);
}
#manual-container a{ 
	width:88px;
	margin: 50px 12px 0 12px;
	padding-top:35px;
	height:32px;
	display: inline-block;
	background: url(/img/layout/pdf-icon.png) 28px 0px no-repeat;
	text-align:center;
}
/* collapsible content styles */
.collapsible-content-question{
	display: block;
}

.collapsible-content-question div.qna-question{
	background: url(/img/layout/collapse-arrows.gif) 0px -46px no-repeat;
	text-align: left;
	padding: 4px 0 0 15px;
	display: block;
	cursor: pointer;
	color:#0076a3;
}
.collapsible-content-question div.qna-question:hover{
	color:#d56a6a;
	text-decoration:none;
}


.collapsible-content-question div.qna-hover{
	background: url(/img/layout/collapse-arrows.gif) 0px -69px no-repeat;
}

.hide-answer div.qna-question{
	background: url(/img/layout/collapse-arrows.gif) 0px 0px no-repeat;
	height:23px;
}

.hide-answer div.qna-hover{
	background: url(/img/layout/collapse-arrows.gif) 0px -23px no-repeat;
}

div.qna-hover{
	text-decoration: underline;
}

.collapsible-content-question div.qna-answer{
	padding: 0 10px 0 16px;
	margin-bottom: 10px;
}

.collapsible-content-question div.qna-answer p{ margin:0 0 12px 0;}
.hide-answer div.qna-answer{
	display: none;
}


/*FOOTER*/
#footer{
/*	background-color:#f6f6f6;
	border-top: 1px solid #eeeeee;
*/	height:47px;
	width:100%;
	margin-top:20px;
}
#footer-content{
	width:960px;
	margin: 20px auto 0 auto;
	border-top: 1px solid #e7e7e7;
	height:47px;
}
#footer-content p{
	margin-top:15px;
	display: inline;
	float:left;
}

#footer-sns{
    height:32px;
    width:156px;
    float:right;
    position:relative;
    padding-top: 15px;
}
#footer-sns span{
    position: absolute;
    top:10px;
    left:63px;
}

/*Support page*/
.support-videos{
	position:relative;
	margin-left:-20px;
	display:block;
}

.support-videos a{
	display:block;
	width: 187px;
	margin:0 0 20px 20px;
	float:left;
	text-decoration:none;
	position:relative;
}
.support-videos a img{margin-bottom:2px;}
.timer{
	background-image:url(img/layout/timer-bg.gif);
	width:43px;
	height:14px;
	font-size:11px;
	color:#fff;
	position:absolute;
	top:91px;
	right:0;
	text-align:center;
}

div.qna-answer ul{
	font-weight:bold;
	margin-bottom:12px;
}
div.qna-answer ul li{
	font-weight:normal;
}
/*rating */
.rating-container, .rating-stars{
	background-image:url(img/layout/stars.png);
	background-repeat:repeat-x;
	height: 12px;
	display:inline-block;
}

.rating-container{
	background-position: left bottom;
	width: 75px;
}
.rating-stars{
	background-position: left top;
}

#overall-rating strong{font-size:14px;}

.user-rating{
	margin-top:15px;
}
div.user-rating ul li span{
	font-weight:bold;
	margin-right:5px;
}
.user-rating ul, .user-rating li{
	margin:0;
	padding:0;
}
.user-rating li{list-style:none;}

div.user-rating ul li blockquote{
	margin: 10px 0;
	padding:0 0 25px 35px;
	background:url(img/layout/product-reviews-blockquote.gif) no-repeat left 3px;
	clear:both;
}
/*fb hack 
.fb_edge_widget_with_comment {
    float: right;
    top: 50px;
}
.fb_edge_comment_widget {
    margin-left: -350px;
}
*/

/* --- Start: entry-form --- */
#entry-form {
    position:relative;
    width: 972px;
}
#entry-form-title {
    background: url("/img/layout/title-entry-form.png") left top no-repeat;
    width: 972px;
    height: 47px;
}
#entry-form .part {
    position:relative;
    float: left;
    width: 300px;
    height: 260px;
    background: #f3f3f3;
    padding: 15px;
    border: 1px solid #cccccc;
}
#entry-form .part.first .number {
    position:relative;
    top: -4px;
    left: -4px;
    margin-right: 12px;
    background: url("/img/layout/entry-form-sprite.gif") left top no-repeat;
}
#entry-form .part.second .number {
    position:relative;
    top: -4px;
    right: -5px;
    background: url("/img/layout/entry-form-sprite.gif") -46px top no-repeat;
}
#entry-form .part.third  .number {
    position:relative;
    top: -4px;
    right: -6px;
    background: url("/img/layout/entry-form-sprite.gif") -92px top no-repeat;
}
#entry-form .part.third {
    width: 240px;
}
#entry-form .spacer {
    width: 18px;
    float:left;
    height: 10px;
}
#entry-form .part .corner {
    width: 10px;
    height: 40px;
    position: absolute;
    background: url("/img/layout/entry-form-arrow.png") left top no-repeat;
    right: -10px;
    top: 20px;
    z-index: 1;
}
#entry-form .part .number {
    width: 43px;
    height: 45px;
    background: url("/img/layout/entry-form-sprite.gif") left top no-repeat;
    margin-right: 20px;
    float: left;
}
#entry-form .part .title {
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #111111;
    padding-top: 8px;
}
#entry-form .part .content {
    padding: 10px 5px 0px 5px;
    clear: both;
}
#entry-form input, 
#entry-form textarea {
    resize: none;
    background: #fff;
    border: 1px solid #cccccc;
}
#entry-form input {
    padding: 3px 2px;
}
#entry-form .part.first {
    width: 310px;
}
#entry-form .part.first input, 
#entry-form .part.first textarea {
    width: 100%;
    margin: 8px 0px;
}
#entry-form .part.first textarea {
    height: 100px;
    margin-top: 0px;
    width: 296px;
}
#entry-form .part.first input {
    margin-bottom: 12px;
    margin-top: 0px;
    width: 292px;
}
#entry-form .part.second {
    width: 319px;
    position:relative;
    left: -1px;
}
#entry-form .part.second .content {
    padding-right: 0px;
}
#entry-form .part.second .half{
    width: 50%;
    float:left;
}
#entry-form .part.second label {
    width: 65px;
    float:left;
    margin-right: 5px;
    padding-left: 4px;
}
#entry-form .part.second input {
    float:left;
    width: 143px;
    margin-bottom: 12px; 
}
#entry-form .part.third {
    position:relative;
    left: -2px;
}
#entry-form .part.third .checkbox {
    float:left;
    margin-right: 10px;
    border: none;
    background: none;
    margin-top: 17px;
}
#entry-form .part.third .content {
    padding-right: 0px;
}
#entry-form .part.third .content .padder{
    padding-right: 10px;
}
#entry-form .part.third label {
    float:left;
    width: 205px;
    font-size: 10px;
    padding-bottom: 10px;
    line-height:12px;
}
#entry-form .part.third label a{
    font-size: 10px;
}
#entry-form .part.third input.submit {
    width: 202px;
    height: 47px;
    background: url("/img/layout/entry-form-sprite.gif") left bottom no-repeat;
    border: none;
    display: block;
    margin: 0px auto;
    cursor: pointer;
}
#entry-form .part.third input.text {
    width: 100%;
    margin: 0px 0px 5px 0px;
}
#entry-form .part.third .error-message {
    text-align: center;
    height:20px;
    font-size: 12px;
    color: #dc1616;
    padding: 0px 0px 5px 0px;
}
#entry-form-all-fields {
    color: #3c3f43;
    font-size: 16px;
    position:relative;
    top: -7px;
}
#entry-form-thanks {
    position:absolute;
    background: url("/img/layout/entry-form-thanks-bg.png") left top no-repeat;
    width: 612px;
    height: 179px;
    z-index: 2;
    top: 129px;
    left: 175px;
    display: none;
}
#entry-form-thanks .title {
    background: url("/img/layout/entry-form-thanks.png") left top no-repeat;
    width: 500px;
    height: 30px;
}
#entry-form-thanks .inner {
    padding: 20px 45px;
}
#entry-form-thanks .close-button{
    background: url("/img/layout/entry-form-sprite.gif") -202px -68px no-repeat;
    width: 82px;
    height: 27px;
    margin: 0px auto;
    position: absolute;
    bottom: 22px;
    left: 263px;
    cursor: pointer;
}
/* --- End: entry-form --- */

#contest-main-title {
    background: url("/img/layout/title-big.png") left top no-repeat;
    width: 925px;
    height: 184px;
}
#contest-main-video {
    background: url("/img/layout/video-bg.png") left top no-repeat;
    width: 469px;
    height: 297px;
    float:left;
}

#contest-main-video .inner {
    left: 13px;
    position: relative;
    top: 14px;
    width: 444px;
    height:273px
}

#contest-main-info {
    position:relative;
    margin-left: 15px;
    float:left;
    width: 400px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

#question-field {
    position:absolute;
    display: block;
    background: url("/img/layout//contest-question-field.png") left top no-repeat;
    width: 570px;
    height: 226px;
    top: -226px;
    left: -276px;
    display: none;
}
#question-field span {
    display: block;
    padding: 10px;
    text-align: center;
}
#question-field-span:hover #question-field {
    display: block;
}
#question-field-span {
    position:relative;
}

#contest-main-info img.image{
    position:relative;
    top: 3px;
}
#contest-main-info p.red {
    color: #dc1616;
    font-weight:bold;
    font-style:italic;
}
#contest-main-info .small {
    font-size: 11px;
    color: #3c3f43;
}
#contest-main-info .small a{
    color: #006699;
    font-size: 11px;
}
#contest-main-info a {
    color: #0076a3;
    font-size: 14px;
}
#contest-main-info h1 {
    color: #3c3f43;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding-bottom: 10px;
}
#contest-main-info ul &gt; li {
    margin-bottom: 10px;
    background: url("/img/layout/contest-arrow.png") left 4px no-repeat;
    padding-left: 15px;
    line-height: 17px;
}
#contest-main-info ol {
    padding-top: 5px;
    padding-bottom: 5px;
}
#contest-main-info ol li {
    list-style:decimal;
    background: none;
    padding-left: 0px;
    margin-bottom:5px;
    margin-top:5px;
}
#contest-main-socials {
    position:absolute;
    top: -10px;
    right: -108px;
    width: 104px;
    height: 270px;
    background: url("/img/layout/socials-bg.png") left top no-repeat;
}

#contest-main-socials .inner{
    width: 60px;
    position:relative;
    left: 22px;
    top: 21px;
    overflow: hidden;
}

#contest-main-socials .inner .spacer-10 {
    height: 10px;
    font-size: 5px;
    line-height: 5px;
}

#contest-main-socials-google {
    margin-left: 2px;
}

#contest-main-container {
    position:relative;
    left: -10px;
    top: -17px;
    margin-bottom: 30px;
}
#contest-middle-title {
    background: url("/img/layout/title-middle.png") left top no-repeat;
    width: 847px;
    height: 48px;
    margin-bottom: 25px;
}
#contest-winner-title {
    background: url("/img/layout/title-winner.png") left top no-repeat;
    padding-top: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
#contest-second-title {
    background: url("/img/layout/title-second.png") left top no-repeat;
    padding-top: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #3c3f43;
    margin-bottom: 30px;
}
#contest-third-oth-title {
    background: url("/img/layout/title-third-oth.png") left top no-repeat;
    padding-top: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #3c3f43;
    margin-bottom: 40px;
}
#contest-important-dates {
    padding-bottom: 70px;
}
#contest-important-dates h1 {
    font-size: 18px;
    font-weight: bold;
    color: #3c3f43;
}
#contest-important-dates ul {
    padding: 10px 0px;
}
#contest-important-dates ul &gt; li {
    margin-bottom: 5px;
    background: url("/img/layout/contest-arrow.png") left 4px no-repeat;
    padding-left: 15px;
    line-height: 17px;
}

.twitter-share-button.twitter-count-vertical {
    position:relative;
}

.fb_edge_widget_with_comment {
    left: 4px;
}

#entry-form .part.third .padder label {
    padding-left: 4px;
    margin-bottom: 3px;
    padding-bottom: 0px;
    font-size: 12px;
}

#entry-form .part.third input.submit.disabled {
    background: url("/img/layout/entry-form-sprite.gif") right bottom no-repeat;
}

#spinner {
    background: url("/img/layout/ajax-loader.gif") left top no-repeat; 
    position: absolute; 
    right: 10px;
    width: 16px;
    height: 16px;
    margin-top: 15px;
    display: none;
}


/* --- voting page --- */

#voting .title-1{
	background: url("img/contest/vote/title-2.png") left top no-repeat;
	width: 995px;
	height: 74px;
	margin: 20px 0px 40px;
	border: none;
}
#voting .title-winner{
	background: url("img/contest/winner-title.png") left top no-repeat;
	width: 996px;
	height: 87px;
	margin: 20px 0px 40px;
	border: none;
}
#voting .list-of-part {
	width: 997px;
	overflow:hidden;
}
#voting .list-of-part .wide {
	width: 150%;
}
#voting .list-of-part .part {
	float:left;
	width: 320px;
	margin-right: 15px;
	height: 410px;
}
#voting .list-of-part .part .tell-your-friends {
	background: url("img/contest/vote/block-1.png") left top no-repeat;
	width: 270px;
	height: 244px;
	padding: 20px;
	color: #111;
	font-size: 12px;
	position:relative;
	top: 10px;
}
#voting .list-of-part .part .tell-your-friends .very-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #111;
	line-height: 24px;
	margin-bottom: 15px;
}
#voting .list-of-part .part .tell-your-friends .very-big a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}
#voting .list-of-part .part .video {
	background: url("img/contest/vote/video-bg-2.png") left top no-repeat;
	width: 326px;
	height: 235px;
	padding: 12px 0 0 12px;
	position:relative;
}
.ribbon{
	display:block;
	width:168px; 
	height:50px; 
	position:absolute; 
	bottom:22px; 
	right:6px; 
	z-index:100;
}
#voting .list-of-part .part .video .inner{
	width: 308px;
	height: 218px;
	position:relative;
	top: 12px;
	left: 12px;
	overflow: hidden;
}
#voting .list-of-part .part h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	position:relative;
	lefT: 12px;
	margin-bottom:10px;
}
#voting .list-of-part .part p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	position:relative;
	lefT: 12px;
	margin-bottom: 5px;
	width:220px;
}
#voting .list-of-part .part i {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 230px;
	position:relative;
	lefT: 12px;
}
#voting .list-of-part .part .vote {
	width: 83px;
	height: 120px;
	float:right;
	position:relative;
}
#voting .list-of-part .part .vote .inner {
	position:absolute;
	top: 30px;
	left: 15px;
	width:48px;
	height: 65px;
}
#container{
	width: 997px;
}
#contest-prizes-title {
	background: url("img/contest/vote/title-1.png") left top no-repeat;
	width: 416px;
	height: 40px;
	margin: 30px auto 50px auto;
}
#contest-prizes-content .element {
	float:left;
	width: 33%;
	text-align: center;
}</pre></body></html>