* {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

a {
	color: #00335E;
	text-decoration: none;
}

a:hover, a:active {
	color: #005188;
	text-decoration: underline;
	text-align: justify;
}

img {
	/* [disabled]border-width: 0; */
}

div#page-background {
	background: #636467;
	min-height: 800px;
}
div#page-background.ie6 {
	height: 800px;
}
/* Wrapper for all contents of body */
div#content {
	width: 999px;
	position: relative;
	background-color: #fff;
	min-height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Wrapper for logo & top ad banner */
div#header {
	height: 114px;
	margin-bottom: 100px;
	padding: 0px;
}

div#content.large-page {
	width: 1000px;
}

/* Wrapper for main content & sidebars */
div#main-wrapper {
	height: 1%;
	position: relative;
	background-color: #FFF;
}

div#menu_spacer {

}
/* Wrapper for main content */
div#main-content, div#main-content-more, div#main-content-detail {
	width: 600px;
	padding: 30px 12px 0 12px;
	margin-bottom: 18px;
	position: relative;
	top: -12px;
	float: left;
	border-right: 1px solid #D1D3D4;
	border-left: 1px solid #D1D3D4;
}

div#main-content-detail {
	width: 475px;
	float: left;
	padding: 12px;
}

/* Sidebars */
div#left-sidebar, div#right-sidebar, div#left-sidebar-more, div#right-sidebar-more {
	float: left;
	text-align: center;
	width: 144px;
	margin-top: -12px;
	margin-bottom: 12px;
}
div#left-sidebar, div#left-sidebar-more {
	padding-left: 12px;
	padding-right: 11px;
}
div#right-sidebar, div#right-sidebar-more {
	padding-right: 12px;
	padding-left: 11px;
}
table#right-sidebar-detail {
	width: 500px;
	float: right;
	padding: 12px 12px 12px 0;
}
table#right-sidebar-detail td {
	vertical-align: top;
}
/* Site logo */
div#site-logo {
	position: absolute;
	top: 7px;
	left: 35px;
	text-decoration: none;
	text-align: center;
	width: 210px;
}
div#site-logo h2 {
	line-height: 11px;
}
div#site-logo h2 a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #bcbdc0;
	position: relative;
	left: 21px;
	top: -1px;
}

div#footer {
	padding-top: 12px;
	clear: both;
	text-align: center;
	padding-bottom: 12px;
}
div#site-related-links a {
	font-weight: bold;
}


#modal_container {  
    background-color:#fff;  
    border:1px solid #666;  
    overflow:none;  
    font-family:"Lucida Grande",Verdana;  
    font-size:12px;  
    color:#333;  
    text-align:left; 
	width: 620px;
	height: 350px;
} 
 
#modal_overlay {  
    background-color:#000;  
}

div#login_form_no_js {
	width: 220px;
	margin: 0 auto 12px auto;
	position: relative;
	top: -12px;
}
div#login_form_no_js h3 {
	font-size: 14px;
	margin-bottom: 2px;
	padding-top: 8px;
}
div#login_form_no_js fieldset {
	padding: 12px 24px 4px 24px;
	background-color: #D1D3D4;
}
div#login_form_no_js fieldset div#lost_password {
	margin-top: 8px;
}
div#login_form_no_js legend {
	font-size: 14px;
	color: #000;
}

div#login_form_no_js input#user_login, div#login_form_no_js input#user_password {
	margin-bottom: 6px;
	margin-top: 2px;
	width: 100%;
	display: block;
}
div#login_form_no_js div#login_no_js_submit input#login_no_js_submit_btn {
	float: right;
}
div#login_no_js_extras p {
	padding-top: 4px;
	font-weight: 12px;
}

div#comment-login-prompt {
	text-align: center;
	font-size: 14px;
	margin: 0 50px;
	padding: 12px;
	border: 2px solid #231f20;
	background-color: #fff;
}
div#comment-login-prompt a {
	color: #f00;
}
div#main-wrapper div#notice {
	color: #f00;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar box */
div.sidebox_LT {
	margin-bottom: 12px;
	background-color: #D1D3D4;
	padding-bottom: 4px;
	position: relative;
}
div.sidebox_LT h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0;
	color: #fff;
	text-align: center;
	background-color: #00335e;
}

/* Tabbed content wrapper */
div.tabbox {
	padding: 0 12px 12px 12px;
	position: relative;
	background-color: #00335e;
	margin-bottom: 12px;
}
div.tabbox-inner {
	position: relative;
	padding: 6px 12px 12px 12px;
	background-color: #fff;
}
div.tabbox h1.tabhead, div.tabbox h2.tabhead {
	padding: 4px;
	padding-left: 0;
	height: 24px;
}
div.tabbox h1.tabhead {
	color: #fff;
	background: #00335e url(/images/tab_fade.png) no-repeat 15px 0;
	font-size: 26px;
	line-height: 1em;
	font-weight: bold;
}
div.tabbox h2.tabhead {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #00335e url(/images/tab_fade.png) no-repeat -90px 0;
}


/* Rules affecting both category and user menus */
div#navigation ul {
	position: absolute;
	top: 169px;
}
div#navigation li {
	float: left;
}
div#navigation li a {
	display: block;
	text-align: center;

}
div#navigation li a#menu-homepage {
	width: 61px;
}
div#navigation li a#menu-community {
	width: 96px;
}
div#navigation li a#menu-photos {
	width: 75px;
}
div#navigation li a#menu-videos {
	width: 95px;
}
div#navigation li a#menu-products {
	width: 83px;
}
div#navigation li a#menu-features {
	width: 95px;
}
div#navigation li a#menu-news_blogs {
	width: 83px;
}
div#navigation li a#menu-forum_categories {
	width: 69px;
}

/* Category menu */
ul#category-menu {
	width: 653px;
	left: 27px;
	background-color: #A0A0A4;
}
ul#category-menu li {
	margin-right: 1px;
}
ul#category-menu li a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	background: #005188;
	height: 21px;
	padding-top: 5px;
}
ul#category-menu li a.current {
	color: #fff;
	background: #000;
}

ul#category-menu li a:hover, ul#category-menu li a:active {
	color: #fff;
	background: #000;
	text-decoration: none;
}

/* User menu */
ul#user-menu {
	width: 309px;
	right: 0;
	background-color: #D1D3D4;
}
ul#user-menu li {
	padding: 6px 44px 0 44px;
	height: 20px;
}
ul#user-menu form li {
	padding: 6px 0 6px 20px;
}
ul#user-menu li span {
	font-size: 11px;
	font-weight: bold;
	padding-right: 3px;
	position: relative;
	top: 1px;
}
ul#user-menu li a {
	display: inline;
	border-bottom: 1px solid #1a709f;
	color: #00639A;
	font-size: 11px;
	font-weight: bold;
}
ul#user-menu li a:hover, ul#user-menu li a:active {
	text-decoration: none;	
}

/* Login form */
div#login_form {
	background-color: #d1d3d4;
	height: 120px;
	width: 250px;
}

div#login_form table {
	margin: 0 auto;
}

div#login_form table th {
	text-align: right;
}

div#login_form table th, div#login_form table td {
	padding: 4px 2px;
	background: none;
	color: #000;
	border-width: 0;
}

div#login_form input#user_login, div#login_form input#user_password {
	width: 140px;
}
div#login_form table td#submit_button input {
	margin-left: 85px;
}

div#login_form table td div#login_progress {
	text-align: center;
	font-weight: bold;
}


div.latest-news ul.news-headlines {
	padding: 0 6px;
}
div.latest-news ul.news-headlines li {
	border-bottom: 1px solid #fff;
	padding: 3px 0;
	text-align: left;

}
div.latest-news ul.news-headlines li a {
	font-size: 11px;
	font-weight: bold;
}
div.latest-news ul.news-headlines p.number-comments a {
	font-size: 1.0em;
}
div.latest-news div.more-all-wrapper a.view-all {
	float: none;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	position: absolute;
	right:0;
	bottom: 0;
	width: 100%;
}
div.latest-news div.more-all-wrapper {
	height: 40px;
}
div.latest-news div.more-all-wrapper div.tabbox-more {
	float: none;
	padding-bottom: 20px;
}

div.news-tip h5 {
	padding: 6px 12px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
div.ad-88x31_SPT {
	clear: both;
}
div.news-tip form#submit-tip textarea {
	margin: 0;
}

div.news-tip form#submit-tip textarea {
	width: 80%;
	height: 8em;
	overflow-y: hidden;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #D1D3D4;
	border-right: 1px solid #D1D3D4;
	font: 12px Arial,Helvetica,Verdana,sans-serif;
	padding: 4px;
}

div.news-tip form#submit-tip input {
	padding: 6px 12px;
	margin-left: 74px;
}

div#content_comments {
	padding: 0 18px 6px 18px;
	position: relative;
}

div#content_comments h6 {
	margin-left: 34px;
}

div#content_comments div.clear {
	clear: both;
}
div#content_comments div.bookmark-this {
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
	top: -3px;
}

div#content_comments p.span.posted-datetime {
	display: inline;
	margin: 0;
	padding-left: 2px;
}

div#content_comments ul#comment_list li {
	padding: 8px;
	clear: both;
	border-bottom: 1px solid #D1D3D4;
	margin-left: 30px;
	width: 380px;
	overflow: hidden;
}

div#content_comments ul#comment_list li.comment-heading {
	border-width: 0;
	padding: 0;
	padding-bottom: 4px;
}

div#content_comments ul#comment_list li.last-comment {
	border-width: 0;
}

div#content_comments h2 {
	float: left;
}

h2 span.num-comments, h2 a.num-comments {
	padding-left: 16px;
}

h2 a.num-comments {
	position: relative;
	top: -3px;
}

div#content_comments div.comment-body {
	margin-left: 36px;
}

div#comment_list div#content_comments h6 {
	margin-left: 36px;
}

form#comment_form {
	background-color: #D6D6D6;
	padding: 12px 0;
}

form#comment_form textarea {
	width: 500px;
	height: 8em;
	padding: 4px;
	display: block;
	margin: 0 auto 2px auto;
}

form#comment_form.news_blog-comments textarea, form#comment_form.press_release-comments textarea {
	width: 380px;
}
form#comment_form.news_blog-comments ul#comment_body_toolbar, form#comment_form.press_release-comments ul#comment_body_toolbar {
	width: 388px;
}

form#comment_form input.submit, form#comment_form img.submit {
	display: block;
	width: 58px;
	margin: 8px auto;
	clear: both;
}

div#content_comments p.comments-closed {
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
}

div#content_comments a#permalink {
	padding: 0 80px;
}

div#content-comment div#bookmark-this {
	float: left;
}

div#content_comments li.comment-heading {
	padding-left: 0;
	padding-bottom: 0;
}

div#content_comments div#content-navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 424px;
	padding: 6px 12px ;
}

div#content_comments h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 12px;
	background-image: none;
	background-color: none;
}

ul#comment_list h4 span {
	font-size: 0.9em;
	letter-spacing: -1px;
}

ul#comment_list p {

}

h2 span.num-comments {
	font-size: 0.8em;
	font-weight: bold;
}

h2 a.num-comments {
	font-size: 0.6em;
	font-weight: bold;
}

div#content_comments a#permalink {
	font-size: 0.8em;
	font-weight: bold;
}

div#content_comments li.comment-heading {
	font-size: 1.3em;
	font-weight: bold;
}

ul#comment_list h4 span {
	color: #6D6F71;
}

form#comment_form textarea.visitor {
	color: #6D6F71;
}
form#comment_form textarea {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
}
div#content_comments {
	background: #d6d6d6 url(/images/comments_top_bg.png) repeat-x top;
}

h2 span.num-comments, h2 a.num-comments {
	background: transparent url(/images/comment-bubble.png) no-repeat 6px 2px;
}

div#content_comments div#content-navigation {
	background-color: #fff;
}

form#comment_form textarea {
	border: 1px solid #939598;
}

form#comment_form div.star_ratings_container {
	width: 200px;
	margin: 6px auto 30px auto;
}

form#comment_form div.star_ratings_container ul.star_ratings strong {
	float: left;
	padding-right: 2px;
	display: block;
	margin-top: 4px;
}

div#emoticons {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

ul#comment_body_toolbar {
	width: 508px;
	margin: 0 auto 2px auto;
	font-weight: bold;
	font-size: 11px;
}

ul#comment_body_toolbar.left {
    margin: 0 0 2px 0;
}

ul#comment_body_toolbar li {
	display: inline;
	padding-right: 8px;
}

div.featured {
	margin-top: 612px;
	clear: both;
}

div.featured ul.article-titles li a {
	font-weight: bold;
}

div.featured ul.article-titles li p.number-comments a {
	font-weight: normal;
}


div.featured ul.article-titles li {
	padding: 6px 0;
	border-bottom: 1px solid #D1D3D4;
}

div.featured h2 {
	background-position: -68px 0;
}

div.article {
	padding: 12px 12px 6px 12px;
	border-bottom: 1px solid #D1D3D4;
}

div.bookmark-this {
	padding-bottom: 6px;
	clear: both;
}

div.article h6 {
	margin-left: 34px;
}

div.article div.article-body {
	margin-top: 22px;	
}

div.article div.article-body img {
	padding-bottom: 6px;
	padding-top: 6px;
}

div.article div.article-body p.number-comments img {
	padding: 0;
}

div.article div.article-body p.number-comments {
	position: relative;
	left: -29px;
}

div.article div.article-body p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 15px;
}

div.article a.continue-reading {
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
}
div.article p.span.posted-datetime {
	margin-left: 34px;
}

div.article a.continue {
	font-size: 0.95em;
	font-weight: bold;
	display: block;
	margin: 12px 0;
	width: 25%;
}

div.article h3 a {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

div.article h3 {
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: bold;
}

div.archive h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 6px;
}

div.archive td {
	padding: 3px;
	vertical-align: middle;
}

div.archive td a {
	font-size: 1.1em
}


div.archive li a {
	font-weight: bold;
	font-size: 1.2em
}

div.archive td.publish-date {
	color: #6d6e71;
	width: 30%;
}

div.archive ul {
	margin-left: 12px;
}

div.archive li {
	padding: 6px 0;
}

div.content-navigation a.archive_link {
	font-weight: bold;
	position: absolute;
	top: 12px;
}

div.feature-photovideo, div.popular-photovideo {
	width: 273px;
}
div.feature-photovideo {
	left: 12px;
}

div.feature-photovideo h2.tabhead, div.popular-photovideo h2.tabhead {
	width: 281px;
	background-position: 56px 0;
}
div.popular-photovideo h2.tabhead {
	background-position: 34px 0;	
}
div.feature-photovideo li, div.popular-photovideo li {
	width: 250px;
}


div.member-photovideo {
	width: 306px;
	background-color: #d1d3d4;
}
div.member-photovideo * {
	background-color: #d1d3d4;	
}
div.member-photovideo h2.tabhead {
	width: 314px;
	background: none;
	background-color: #d1d3d4;
	color: #000;
}


div.member-photovideo-more {
	width: 608px;
}
div.feature-photovideo-more h2.tabhead, div.popular-photovideo-more h2.tabhead, div.member-photovideo-more h2.tabhead {
	width: 596px;
	background-position: 74px 0;
}
div.feature-photovideo-more h2.tabhead {
	background-position: 54px 0;
}
div.popular-photovideo-more h2.tabhead {
	background-position: 56px 0;	
}
div.feature-photovideo-more li, div.popular-photovideo-more li {
	width: 280px;
	padding-right: 8px;
}
div.member-photovideo-more {
	background-color: #d1d3d4;
	padding: 0;
}
div.member-photovideo-more * {
	background-color: #d1d3d4;	
}
div.member-photovideo-more h2.tabhead {
	background: none;
	background-color: #d1d3d4;
	color: #000;
	padding-left: 8px;
}

div.photovideo-detail {
	width: 936px;
}
div.photovideo-detail h2 {
	width: 948px;
}


div.feature-photovideo img, div.popular-photovideo img, div.feature-photovideo-more img, div.popular-photovideo-more img {
	float: left;
	width: 100px;
	height: 100px;
	padding-right: 6px;
}
div.member-photovideo img, div.member-photovideo-more img {
	width: 75px;
	height: 75px;
}
div.feature-photovideo ul, div.popular-photovideo ul, div.feature-photovideo-more ul, div.popular-photovideo-more ul {
	padding-top: 6px;
}
div.feature-photovideo li, div.popular-photovideo li, div.feature-photovideo-more li, div.popular-photovideo-more li {
	height: 118px;
	float: left;
}
div.member-photovideo div.tabbox-inner, div.member-photovideo-more div.tabbox-inner {
	padding: 0;
}
div.member-photovideo div.tabbox-inner div.pagination-numbers, div.member-photovideo-more div.tabbox-inner div.pagination-numbers {
	padding-top: 12px;
}
 div.member-photovideo-more div.tabbox-inner div.pagination-numbers {
	padding-bottom: 12px;
}
div.tabbox.member-photovideo-more div.pagination-numbers {
	width: 596px;
}
div.member-photovideo td, div.member-photovideo-more td {
	text-align: center;
}
div.member-photovideo table {
	width: 307px;
}
div.member-photovideo-more table {
	width: 608px;
}
div.member-photovideo td, div.member-photovideo-more td {
	padding-top: 6px;
	text-align: center;
}


div#sidead-300x600 {
	float: right;
}

div.media-gallery-contents {
	clear: both;
	margin-top: 40px;
}
div.media-gallery-contents li {
	display: block;
	float: left;
	width: 52px;
	height: 52px;
	padding-top: 2px;
	padding-left: 2px;
}
div.media-gallery-contents div.pagination-numbers {
	clear: both;
}

div.media-gallery-list {
	clear: both;
	margin-top: 12px;
}
div.media-gallery-list li {
	display: block;
	float: left;
	width: 81px;
	height: 140px;
	padding: 0 15px 15px 0;
	text-align: center;
}
div.media-gallery-list div.pagination-numbers {
	clear: both;
}

/* Upload Button */
div.upload-media {
	width: 130px;
	margin: 0 auto;
}
div.upload-media p {
	display: inline;
}
div.upload-media img {
	vertical-align: middle;
}


div#content-comments form {
	width: 400px;
	margin: 0 auto;
}

div.feature-photovideo-inner h5 a, div.homepage-request h5 a, div.popular-photovideo-inner h5 a {
	font-size: 12px;
	color: #000;
}

div.feature-photovideo-inner p.gallery-description, div.popular-photovideo-inner p.gallery-description {
	font-size: 11px;

}
div.feature-photovideo-inner p.gallery-description {
	margin-bottom: 2px;	
}
div.feature-photovideo-inner p.media-count a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
}


div.member-photovideo h5 a {
	font-size: 12px;
	color: #000;
}
div.member-photovideo-more h5 a {
	font-size: 12px;
	color: #000;
}

div.member-photovideo p span.posted-datetime {
	letter-spacing: -1px;
}

div.member-photovideo a.member-name_SPT, div.popular-photovideo a.member-name_SPT {
	font-size: 11px;
	display: block;
	margin-bottom: 1px;
}

div.photovideo-detail-pagination {
	margin-bottom: 8px;
}

table#right-sidebar-detail p.media-count {
	color: #6d6f71;
	font-size: 10px;
	margin-bottom: 10px;
}

table#right-sidebar-detail h5  {
	font-size: 13px;
	margin-bottom: 6px;
}

table#right-sidebar-detail p.media-description {
	font-size: 11px;
	margin-bottom: 6px;
	width: 180px;
}

table#right-sidebar-detail p.media-credit {
	font-size: 11px;
	margin-bottom: 18px;
}

table#right-sidebar-detail div.star_ratings_container {
	margin-bottom: 2px;	
}

table#right-sidebar-detail div.member-info {
	margin-top: 18px;
}

table#right-sidebar-detail div.star_ratings_container h5 {
	font-size: 10px;
	margin-bottom: 0;
	font-weight: normal;
}

table#right-sidebar-detail p.number-voted {
	font-size: 10px;
	color: #6D6F71;
	clear: both;
}
table#right-sidebar-detail ul.star_ratings {
	margin-top: -2px;
}

table#right-sidebar-detail div.member-info a.member-name_SPT {
	font-size: 11px;
	display: block;
	margin-bottom: 1px;
	padding-left: 32px;
}

div#main-content-detail div.main-media {
	text-align: center;
	margin-bottom: 6px;
}
table#right-sidebar-detail div.member-info p.span.posted-datetime {
	padding-left: 32px;
}

div#media-gallery-contents h5, div#media-gallery-list h5 {
	font-size: 12px;
}

table#right-sidebar-detail div.media-gallery-list li * {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 1px;
}

table#right-sidebar-detail div.media-gallery-list li h5 {
	margin-bottom: 0;
}

table#right-sidebar-detail div.media-gallery-list div.pagination-numbers {
	text-align: right;
	padding-right: 30px;
	clear: both;
}

div.homepage-request td {
	padding-top: 6px;
	padding-bottom: 12px;
	text-align: left;
}

div.feature-photovideo-more div.feature-photovideo-inner, div.popular-photovideo-more div.popular-photovideo-inner, div.member-photovideo-more div.member-photovideo-inner {
	width: 600px;
}

div.member-photovideo-more div.member-photovideo {
	width: 608px;
}
div.feature-photovideo-more div.feature-photovideo li, div.popular-photovideo-more div.popular-photovideo li {
	float: left;
	padding-right: 6px 0 12px 0;
}

div.member-photovideo-more div.tabbox-inner {
	padding-top: 0;
}

div.member-photovideo-more div.member-photovideo {
	padding: 12px 0;
}

li.detail-selected {
	border: 2px solid red;
}

li.detail-not-selected {
	border: 2px solid white;
}

p.new_star {
	color: #6D6F71;
	font-size: 10px;
	clear: both;
}

form#comment_form textarea {

}

div#photovideo-detail-pagination {
	font-size: 14px;
	color: #fff;
	height: 21px;
	padding: 4px 0 0 12px;
	background: #005188 url(/images/menu_bg.png) repeat-x;
}

div#photovideo-detail-pagination a {
	color: #fff;
	font-weight: bold;
}

td#media-detail-column {
	padding-top: 36px;
}

form#comment_info {

	height: 48px;
	font-size: 10px;
	width: 465px;
	padding-top: 2px;
}
div#photovideo_bookmark {
	margin-right: 10px;
	margin-top: 3px;
}
form#comment_info a {
	font-weight: normal;
	display: block;
	padding: 0;
	margin: 0;
	letter-spacing: -1px;
	color: #004070;
}

form#comment_info input {
	width: 80px;
	font-size: 10px;
	margin-right: 10px;
}

form#comment_info label {
	font-size: 9px;
}
div#content_comments {
	padding-left: 10px;
}
form#comment_info #email_this {
	width: 55px;
}

form#comment_info #email_this:hover, #upload_photo:hover {
	text-decoration: underline;
}

form#comment_info #upload_photovideo {
	width: 95px;
}




div#send_a_link_wrapper {
	padding-top: 12px;
	padding-left: 12px;
}

div.tabbox.send_link {
	width: 606px;
	min-height: 270px;
	height: 270px;
}

div.tabbox.send_link div#form_left {
	float: left;
	width: 246px;
}

div.tabbox.send_link div#form_left label {
	display: block;
}

div.tabbox.send_link div#form_right {
	float: right;
	width: 256px;
}

div.tabbox.send_link {
	width: 558px;
	height: 214px;
	position: relative;
}

div.tabbox.send_link h1 {
	width: 566px;
	font-size: 24px;
	padding-bottom: 4px;
}

div.tabbox.send_link div.tabbox-inner {
	background-color: #fff;
	height: 218px;
	padding: 8px 12px 12px 12px;
}

div.tabbox.send_link #logo {
	margin-left: 12px;
	margin-bottom: 12px;
}

div.tabbox.send_link label {
	color: #00335E;
	font-size: 14px;
}

div.tabbox.send_link span {
	color: #6D6F71;
	font-size: 11px;
}

div.tabbox.send_link div#form_left span {
	display: block;
}

div.tabbox.send_link div#form_right textarea {
	height: 168px;
}

div.tabbox.send_link div#form_left textarea {
	height: 41px;
}

div.tabbox.send_link textarea, div.tabbox.send_link input {
	width: 250px;
	background-color: rgb(235,236,238);
	margin-bottom: 8px;
	border: 1px solid rgb(188,190,192);
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 14px;
	padding: 2px;
}

div.tabbox.send_link input#send {
	width: 43px;
	height: 17px;
	padding: 0;
	border-width: 0;
}

div#upload_media_form {
	margin: 12px auto;
	width: 400px;
}
div#upload_media_form table {
	
}
div#upload_media_form th {
	text-align: right;
	padding-right: 4px;
}
div#upload_media_form td {
	padding: 4px 0;
}
div#upload_media_form input, div#upload_media_form textarea, div#upload_media_form input#photo_image {
	width: 200px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
div#upload_media_form input#submit_upload {
	width: 100px;
}

div#main-wrapper div#notice {
	margin-bottom: 12px;
}


input#edit_title, input#edit_description, input#edit_credit {
	margin: 8px 0 2px 0;
}
div.media-info form.button-to input {
	margin-bottom: 12px;
}
div.media-info h5 a.editor_cancel {
	font-size: 11px;
	font-weight: normal;
}
div.media-info a.editor_cancel {
	padding-left: 4px;
}
div.media-info input.editor_field {
	display: block;	
}

div#single_gallery {
	width: 180px;
}
div#all_gallery table {
	width: 484px;
}
div#all_gallery td {
	text-align: center;
}

h6 a.member-name_SPT {
	line-height: 12px;
}
h6 p {
	margin-top: 1px;
}

div.product-spotlight {
	padding-bottom: 12px;
}

div.product-spotlight div.product-wrapper {
	
}
div.product-spotlight div.product-wrapper img {
	display: block;
	margin: 12px auto 8px;
}
div.product-spotlight h5 {
	padding: 2px 12px;
}
div.product-spotlight h5 a {
	font-weight: bold;
	font-size: 12px;
}
div.product-spotlight p {
	font-size: 11px;
	padding: 0 12px;
}

/* Top banner ad */
div#ad-banner-top {
	position: absolute;
	top: 11px;
	right: 28px;
	width: 944px;
}

div#ad-banner-bottom {
	margin-bottom: 12px;
}

/* 300x600 sidebar ad */
div#sidead-300x600 {
	width: 300px;
	height: 600px;
}

/* Member name link */
a.member-name_SPT {
	font-weight: bold;
	font-size: 12px;
}

/* Member thumbnails */
img.thumb-120_SPT {
	width: 120px;
	height: 120px;
}
img.thumb-50_SPT {
	width: 50px;
	height: 50px;
}
img.thumb-30_SPT {
	width: 30px;
	height: 30px;
}
div.thumb-wrapper {
	float: left;
}


/* 88x31 ad */
div.ad-88x31_SPT img {
	padding: 0;
}
div.ad-88x31_SPT strong {
	font-weight: bold;
	color: #6D6F71;
	font-size: 10px;
	display: block;
	padding-bottom: 2px;
}


a.scroll-left_SPT, a.scroll-right_SPT {
	display: block;
	width: 12px;
	height: 120px;
	position: absolute;
	top: 0;
}
a.scroll-left_SPT {
	left: 0;
	background: url(/images/scroller_left.png) no-repeat 50%;
}
a.scroll-left_SPT:hover {
	background: url(/images/scroller_left_hover.png) no-repeat 50%;	
}
a.scroll-right_SPT {
	right: 0;
	background: url(/images/scroller_right.png) no-repeat 50%;
}
a.scroll-right_SPT:hover {
	background: url(/images/scroller_right_hover.png) no-repeat 50%;	
}
a.scroll-left_SPT span, a.scroll-right_SPT span {
	display: none;
}

div.more-all-wrapper {
	height: 24px;
	clear: both;
	position: relative;
}

div.tabbox-more {
	padding: 6px 12px 6px 6px;
	float: left;
}

div.tabbox-more h6 {
	float: left;
	margin-left: 6px;
	margin-right: 3px;
	margin-top: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #6d6e71;
}

div.tabbox-more a {
	font-size: 0.85em;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
	color: #004071;
}
div.tabbox-more ul {
	width: 80px;
	float: left;
}
div.tabbox-more li {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	text-align: center;
	font-size: 13px;
}

div.tabbox-more li a.current-more {
	display: block;
	text-decoration: none;
	color: #6d6e71;
	border: 1px solid #6d6e71;
	padding: 1px 4px;
}

a.view-all {
	margin-top: 9px;
	font-size: 10px;
	font-weight: bold;
	display: block;
	float: right;
	padding-right: 4px;
}

div#ajax-progress {
	margin-left: 6px;
}


p.number-comments {
	display: inline;
}
p.number-comments a {
	text-decoration: underline;
}
p.number-comments img {
	position: relative;
	top: 1px;
}


p.number-posts {
	display: inline;
	font-size: 10px;
}
p.number-posts img {
	margin-left: 2px;
	position: relative;
	top: 1px;
}
p.number-posts span {
	position: relative;
	left: 2px;
}


p span.posted-datetime {
	color: #6d6f71;
	font-size: 10px;
}


div.bookmark-this a.permalink {
	font-weight: bold;
	font-size: 11px;
}
div.bookmark-this a.embed {
	font-weight: bold;
	font-size: 11px;
}
div.bookmark-this table td p.number-comments {
	line-height: 8px;
	margin: 0;
	background-position: left 3px;
}
div.bookmark-this table {
	margin-top: 8px;
	border-spacing: 0;
	width: 100%;
}
div.bookmark-this table td {
	text-align: center;
}
div.bookmark-this table td.select-bookmark {
	text-align: left;
}
div.bookmark-this table.bookmark-cell-1 td {
	width: 100%;
}
div.bookmark-this table.bookmark-cell-2 td {
	width: 50%;
}
div.bookmark-this table.bookmark-cell-3 td {
	width: 33%;
}
div.bookmark-this table.bookmark-cell-4 td {
	width: 25%;
}

div.bookmark-this table td.go-to-video-link {
	width: 43%;
}
div.bookmark-this table td.embed-link {
	width: 23%;
}


div.rating-stars span.number-votes {
	padding-left: 3px;
	color: #6d6f71;
	font-size: 11px;
}
ul.star_ratings a {
	display: block;
	height: 20px;
	width: 18px;
	text-decoration: none;
	text-indent: -9999px;
	outline: 0;
}
ul.star_ratings li {
	float: left;
}
ul.star_ratings.large a.off {
	background: transparent url(/images/doublestars.gif) -18px 0 no-repeat;
}
ul.star_ratings.large a.on {
	background: transparent url(/images/doublestars.gif) -18px -20px no-repeat;
}
ul.star_ratings.small a.off {
	background: transparent url(/images/doublestars.gif) 0 0 no-repeat;
}
ul.star_ratings.small a.on {
	background: transparent url(/images/doublestars.gif) 0 -18px no-repeat;
}
ul.star_ratings_container p {
	clear: both;
}

table#video-list ul.star_ratings a {
	height: 12px;
	width: 12px;
}
table#video-list ul.star_ratings.small a.off {
	background: transparent url(/images/star_empty.png) no-repeat;
}
table#video-list ul.star_ratings.small a.on {
	background: transparent url(/images/star_full.png) no-repeat;
}


div.ad-120x90 {
	margin-bottom: 12px;
}


div.content-navigation {
	background-color: #fff;
	position: relative;
	padding: 20px 8px;
}

div.content-navigation a.newer-posts {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 1.0em;
	font-weight: bold;
}

div.content-navigation a.older-posts {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 1.0em;
	font-weight: bold;
}


div.pagination-numbers {
	clear: both;
	text-align: center;
	padding: 6px;
}
div.pagination-numbers a {
	padding: 0 3px;
}
div.pagination-numbers a.current {
	font-weight: bold;
}


div.photovideo-detail-pagination {
	width: 475px;
	text-align: center;
}
div.photovideo-detail-pagination a img {
	vertical-align: middle;
}
div.photovideo-detail-pagination a.photovideo-detail-previous {
	margin-right: 80px;
}
div.photovideo-detail-pagination a.photovideo-detail-next {
	margin-left: 95px;
}

div.star_ratings_container span.number-votes {
	color:#6D6F71;
	font-size:11px;
	padding-left:3px;
}

div#main-content.terms_of_use {
	padding-top: 0;
	position: static;
	border-left-width: 0;
}

table#video-list p.new_star, table#video-list div.star_ratings_container {
	margin-left: 52px;
}

div#right-sidebar.terms_of_use {
	width: 300px;
}
div#main-content.terms_of_use p {
	margin: 12px 0;
}
div#main-content.terms_of_use li {
	padding: 3px 0;
}

div#right-sidebar.privacy_policy {
	width: 300px;
}
div#main-content.privacy_policy p {
	margin: 12px 0;
}
div#main-content.privacy_policy dd p {
	margin: 6px 0;
}
div#main-content.privacy_policy dt {
	padding: 6px 0;
}

div#beta_form {
color: #fff;
height: 52px; 
margin: 0 auto; 
padding: 6px 12px; 
width: 948px; 
background-color: #000;
}
div#beta_form.wide {
	width: 976px;
}
div#beta_form h4 {
font-size: 15px;
margin-bottom: 4px;
}
div#beta_form h5 {
font-size: 13px;
}
div#beta_form p {
width: 400px;
height: 30px;
float: right;
}
div#beta_form a {
text-decoration: underline;
color: #ddd;
}
div#beta_form a:hover {
	color: #fff;
}
textarea.instructions {
	color: #6D6F71;
}
table#beta_feedback th, table#beta_feedback td {
	text-align: left;
	padding: 8px;
	font-size: 12px;
}

div#main-content.post_register {
	border-width: 0;
	text-align: center;
	width: 100%;
}
div#main-content.post_register h2 {
	margin-bottom: 4px;
}
div#main-content.post_register p {
	font-size: 12px;
	line-height: 15px;
}
div#main-content.post_register p a {
	color: #000;
	text-decoration: underline;
}

form#registration_form div#errorExplanation {
	border: 2px groove #f00;
	background-color: #d1d2d3;
	padding: 8px;
	padding-left: 48px;
	margin-bottom: 12px;
}
form#registration_form div#errorExplanation h2 {
	display: none;
}
form#registration_form div#errorExplanation p {
	display: none;
}
form#registration_form div#errorExplanation li {
	font-size: 12px;
	padding: 2px;
	list-style-type: square;
}

div#motodrive_move {
    border: 1px solid dashed;
font-size: 11px;
margin: 0 auto; 
padding: 12px 18px 4px 18px; 
width: 948px;  
}
div#motodrive_move p {
    margin-bottom: 8px;
    line-height: 13px;
}
.tabbox.photos .tabbox-inner #photos_latest .popular-photovideo-inner ul li {
	font-weight: bold;
	text-align: justify;
}
td {
	text-align: left;
	font-size: 14px;
}
td a {
	text-align: justify;
}
td a {
	font-size: 9px;
}

