/* ________________________________________________________________________________________________________________
                                                  01. GENERAL TYPOGRAPHY
   ________________________________________________________________________________________________________________ */



pre,code{font-family:mono-space,monospace;white-space:pre;overflow:auto;padding:20px;}
pre{padding:5px;}
blockquote {background:transparent url(images/sprite.png) no-repeat scroll -168px -166px;font-size:14px;line-height:20px;letter-spacing:0;margin:40px 0;padding:10px 20px 10px 40px;}
blockquote cite{color:#aaa;display:block;font-size:10px;}	
.align_right {float:right; margin:0px 0px 0px 10px;}
.align_left {float:left; margin:0px 10px 0px 0;}

/* ------- 3. List Styles ------- */


/* ------- 4. Tables ------- */



/* ------- 5. Images------- */

.alignright,img.alignright,a img.alignright {float:right; margin:10px 0px 10px 16px;}
.alignleft,img.alignleft,a img.alignleft {float:left; margin:10px 16px 10px 0;}
.aligncenter,img.aligncenter,a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.frame,.small_frame {border:1px solid #eaeaea;display:inline-block;}
.frame img{background:#F5F5F5 none repeat scroll 0 0;border:1px solid #fff;padding:8px;margin:0;}
.small_frame img {background:#F5F5F5 none repeat scroll 0 0;border:1px solid #fff;padding:4px;margin:0;}

/* ------- 6. Headers ------- */

h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:100%;color:#2876BA;}
h1{font-size:36px;}
h2{font-size:28px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:16px;letter-spacing:1.6px;margin-bottom:20px;text-transform:uppercase;}
h6{font-size:12px;letter-spacing:1.6px;margin-bottom:15px;padding-bottom:5px;text-transform:uppercase;color:#888;line-height:20px;}
.fancy_header span{
	background-color:#F9F9F9;
	color:#888;
	font-size:12px;
	letter-spacing:1px;
	line-height:12px;
	padding-right:5px;
	text-transform:uppercase;}	
.fancy_header{clear:both;padding-left:0;background: url(images/stripes.png) repeat scroll 0 0;margin:14px 0;}
.flush{margin:0 !important;}

.orange {color:#E37F1C;}
.blue { color:#1B75BC; } 
.ltblue { color:#37ABDF; }


/* ________________________________________________________________________________________________________________
                                                  02. GENERAL LAYOUT  
   ________________________________________________________________________________________________________________ */



/* ------- 1. General Structure  ------- */

* html body{}
body {
	background: url(/images/bg.gif);
	margin:0;
}

#body_wrapper {
	background: url(/images/themes/980_bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin:0;
}
#body_wrapper_right_column {
	background: url(/images/themes/980_bg_rt_column.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin:0;
}

#page_wrapper{
	width: 980px;
	text-align:left;
}

.ajax_body{}
.ajax_body_wrapper {margin:15px;background-color:#FFF;padding:15px;}



#content_column_right_column { width:706px;border:0px solid #FF0000;float:left;}
#content_column { width:850px;border:0px solid #FF0000;float:left;}

#content_column_right_column h1,#content_column_right_column h2, #content_column_right_column h3{font-size:14px;font-weight:bold;color:#000;line-height: normal;margin-bottom:6px;}
#content_column h1,#content_column h2, #content_column h3{font-size:14px;font-weight:bold;color:#000;line-height: normal;margin-bottom:6px;}

.page_body {text-align:left;line-height: normal;margin:15px;}
.body_content {text-align:left;line-height: normal;margin:15px;}
.body_content h2 {margin-bottom:15px;}


/* HEADER & logo & header links */
#header{z-index:200;margin:0;}


/* left navbar */
#left_navbar {float:left;}


/* right navbar */
#right_navbar {float:left;}


/* footer */
#footer_container {height:auto;background-color:#666;color:#FFF;padding:0px;border-top:1px solid #000;border-bottom:3px solid #000;}
#footer_back_to_top{padding:0px;text-align:right;}
#footer_back_to_top img {margin: 10px 12px 5px 10px;}

#footer_left {float:left;width:542px;text-align:left;padding:8px;color: #CCC;font-size: 10px;}
#footer_right {float:left;width:420px;text-align:right;padding:0px;}
#footer_links img {margin: 0px 7px 0px 0px;}

#subfooter {background: url(/images/themes/980_bottom_bg.png);width:980px;height:4px;}

/** FORMS **/
label { display: inline-block; width: 170px; }
legend { padding: 0.5em; width:540px; }
fieldset fieldset label { display: block;margin:5px; }
label.error { 
	display: inline-block;
    margin: 3px 0px;
    padding-left:15px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    text-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow:0 0 3px #999999;
    -webkit-box-shadow: 0 0 3px #999999;
    
    
    color: #D8000C;
    border: 1px solid #FF7878;
    background-color: #FFBABA;
    background: -moz-linear-gradient(center top , #FFFFFF, #FFBABA);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#FFBABA));

	width:300px;
	margin-left: 10px;
	
}
fieldset {
	padding: 10px;
}

form p {
	margin:5px;
}

.form_element {
	line-height: normal;
	text-shadow: none;
	padding:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow:0 0 3px #999999;
    -webkit-box-shadow: 0 0 3px #999999;	
	color: #00529B;
    border: 1px solid #38AEE5;
    background-color: #BDE5F8;
    background: -moz-linear-gradient(center top , #FFFFFF, #BDE5F8);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#BDE5F8));
    margin-bottom:10px;
}

.green_form_element {
	line-height: normal;
	text-shadow: none;
	padding:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow:0 0 3px #999999;
    -webkit-box-shadow: 0 0 3px #999999;	    
    color: #4F8A10;
    border: 1px solid #A0CF4C;
    background-color: #DFF2BF;
    background: -moz-linear-gradient(center top , #FFFFFF, #DFF2BF);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#DFF2BF));	
    margin-bottom:10px;
}

.form_button {
	line-height: normal;
	text-shadow: none;
	padding:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow:0 0 3px #999999;
    -webkit-box-shadow: 0 0 3px #999999;	
	color: #00529B;
    border: 1px solid #38AEE5;
    background-color: #BDE5F8;
    background: -moz-linear-gradient(center top , #FFFFFF, #BDE5F8);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#BDE5F8));
    margin-bottom:10px;
}

.form_button:hover {
    background-color: #38AEE5;
    background: -moz-linear-gradient(center top , #38AEE5, #38AEE5);
    background: -webkit-gradient(linear, center top, center bottom, from(#38AEE5), to(#38AEE5));
    color: #FFF;;
}

.confirm_form_textarea{
	font-size: 1.2em;
	width:98%;
	height:50px;
}




/* video pages */

.thumb_img {width:120px;height:90px;}
a.thumb_title,a.thumb_title:hover,a.thumb_title:visited{color:#000;}

.main_heading {font-size:18px;font-weight: bold;padding-bottom:12px;}
.main_video_container {background-color:#CCC;border:1px solid #999;padding:15px 15px 15px 15px;margin-bottom:20px;}
.main_video_display {height:auto;width: 576px;float:left;}
.main_video_title {font-weight: bold;font-size:18px;margin-bottom:5px;margin-top:5px;}
.main_video_info {}
.main_video_description {margin-top:10px;}

.main_video_right_column {float:left;height: auto;width:160px;border:0px solid #FF0000;padding:0;margin-left:30px;text-align:center; }
.main_video_right_column_video {margin-bottom:10px;}
.main_video_right_column_thumb {margin-bottom:0px;}
.main_video_right_column_thumb_img {width:120px;height:90px;}
.main_video_right_column_thumb img {}
.main_video_right_column_title {font-weight: bold;margin-bottom:0px;}
.main_video_right_column_info {margin-bottom:0px;font-size:10px;}

.video_like {text-align:left;margin-bottom:4px;padding:9px 9px 9px 0px;}
.video_container {margin-bottom:20px;}
.video_display {height:auto;width: 606px;float:left;text-align:left;}
.video_display_container {background-color:transparent;}
.video_right_column {float:right;height: auto;width:180px;background-color:#CCC;border:1px solid #666;padding:0;margin-left:30px;text-align:center;}
.video_right_column_video {margin-bottom:4px;}
.video_right_column_thumb {margin-bottom:0px;}
.video_right_column_thumb_img {width:120px;height:90px;}
.video_right_column_title {font-weight: bold;margin-bottom:0px;}
.video_right_column_info {margin-bottom:0px;font-size:10px;}

.video_details_row {padding:12px;background-color: #EEE;border:1px solid #CCC;margin-bottom:20px;}
.video_details_row_title {font-weight:bold;margin-bottom:6px;}
.video_details_row_link {text-align:right;}


.video_row {padding:6px;background-color: #EEE;border:1px solid #CCC;margin-bottom:20px;}
.video_row_heading {font-weight:bold;margin-bottom:6px;}
.video_row_more_link {text-align:right;margin-top:6px;}
.video_row_list {text-align:center;padding-left:18px;border:0px solid #666;margin-top:12px;}
ul.video_row_videos {list-style: none;margin:0;padding:0;}
ul.video_row_videos li {text-align:center;width:140px;padding:0 6px;float:left;display:inline-block;}
.video_row_thumb {margin-bottom:0px;}
.video_row_thumb_img {width:120px;height:90px;}
.video_row_title {font-weight:bold;margin-bottom:0px;}
.right_nav_video_row_title {font-weight:bold;margin-bottom:0px;}
.video_row_info {margin-bottom:0px;font-size:10px;}

.video_input {width:475px;}
.video_input_textarea {width:475px;height:120px;font-size:10px;border:1px solid #666;background-color:#fff;padding:3px;}

.video_search {padding:6px;background-color: #EEE;border:1px solid #CCC;margin-bottom:20px;}
.video_search_heading {font-weight:bold;padding:2px;float:left;width:400px;border:0px solid #000;}
.video_search_pagenav {float:right;width:300px;border:0px solid #000;text-align:right;margin-bottom:12px;}
.video_search_more_link {text-align:right;margin-top:6px;}
.video_search_list {text-align:center;padding-left:18px;border:0px solid #666;}
ul.video_search_videos {list-style: none;margin:0;padding:0;}
ul.video_search_videos li {text-align:center;width:140px;padding:0 6px;float:left;display:inline-block;margin-bottom:12px;}
.video_search_thumb {margin-bottom:0px;}
.video_search_thumb_img {width:120px;height:90px;}
.video_search_title {font-weight: bold;margin-bottom:0px;}
.video_search_info {margin-bottom:0px;font-size:10px;}

.video_details_container {height:auto;padding:6px;background-color: #EEE;border:1px solid #CCC;margin-bottom:20px;}
.video_details_title {font-weight: bold;font-size:18px;margin-bottom:5px;margin-top:5px;}
.video_details_label {}
.video_details_info {}

.video_details_ad {width:300px;height:250px;float:right;margin:10px;padding:0;border:1px solid #CCC;}




/* -------  Columns ------- */

.one_half{width:456px;}
.one_third{width:288px;}
.two_third{width:624px;}
.one_fourth{width:204px;}
.three_fourth{width:708px;}
.one_half,.one_third,.two_third,.three_fourth,.one_fourth{position:relative;margin-right:48px;margin-bottom:20px;float:left;}
.last{margin-right:0 !important;clear:right;}

/* ------- Fancy Titled Box ------- */
.mini_content_titled_box{
	border:1px solid #000;
	margin:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#888;
	width:640px;
	padding:0;
}

.content_titled_box{
	border:1px solid #000;
	margin:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#888;
	width:680px;
	padding:0;
}
div.content_titled_box_header{
	border-bottom:1px solid #000;
	margin:0;
	padding:8px 3px 2px 10px;
	background-color:#666;
}
h3.content_titled_box_header{
	font-size:12px; 
	text-transform:uppercase; 
	letter-spacing:1px;
	border-bottom:1px solid #000;
	margin:0;
	padding:3px 3px 3px 10px;
	text-transform:uppercase;
}
.content_titled_box_image{ margin:0;padding:0;border-bottom:0px solid #000;background-color:#EEE; }
.content_titled_box_image img{ margin:0;padding:0; }
.content_titled_box_content{margin:0;padding:12px 25px 12px 25px;border-top:0px solid #000;background-color:#EEE;}
.content_titled_box_content_content{padding:0 25px 10px 25px;}
.content_titled_box_content h1 {text-decoration: none;margin:0;font-size:13px;color:#000;font-weight: bold;}
.content_titled_box_content ul {margin-left:12px;}

.content_titled_box_fullstory {margin-top:12px;margin-bottom:12px;text-align:right;}
.content_titled_box_fullstory_left {margin-top:6px;margin-bottom:6px;text-align:left;}

.widescreenimage {width:680px;height:425px;}
.mainimage {width:640px;height:auto;}
.fullimage {width:800px;height:auto;}
.tallfullimage {width:450px;height:600px;}

.page_twitter {float:right;width:102px;border:0px solid #FF0000;}
.page_facebook {float:right;width:123px;border:0px solid #FF0000;}
.page_more{float:right;width:52px;border:0px solid #666;height:auto;margin-right:15px;}
.page_google_plus{float:right;width:62px;border:0px solid #666;margin-right:-8px;}
.social_icon {margin-right:6px;margin-bottom:2px;}


.page_title_box {float:left;width:240px;}
.page_pagination_box {float:right;width:350px;}
.page_marker {text-align:right;margin-bottom:4px;}

.recIndLeft {
	float: left;
	width: 100px;
	margin: 15px 0px 10px 30px;
}

.recIndLeft img {
	width: 100px;
	height: 75px;
	border: 1px solid #000;
}

.recIndLeft a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
.recIndLeft a:hover {
	color:#000000;
}
.recIndLeft a:visited {
	color:#000000;
}

.recIndRight {
	float: left;
	width: 170px;
	text-align: left;
	padding: 14px 0px 0px 16px;
}

.recIndRight a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
.recIndRight a:hover {
	color:#000000;
}
.recIndRight a:visited {
	color:#000000;
}

.recFeatLeft {
	float: left;
	width: 100px;
	margin: 15px 0px 10px 0px;
}

.recFeatLeft img {
	width: 100px;
	height: 75px;
	border: 1px solid #000;
}

.recFeatRight {
	float: left;
	width: 510px;
	text-align: left;
	padding: 14px 0px 0px 15px;
}

.recFeatRight a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}


/* PHOTOS PAGE **/
.related_box{
	border:1px solid #000;
	margin:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#888;
	width:760px;
	padding:20px;
	background-color:#ccc;
}

.photo_page_wrapper {width:800px;margin:auto;margin-top:20px;border:0px solid #FF0000;}
.photo_display{width:800px;text-align:center;margin:auto;margin-top:12px;margin-bottom:12px;padding:0px;}
.photo_caption{text-align:center;padding:15px;}
.photo_next{float:right;width:305px;text-align:right;border:0px solid #FF0000;}
.photo_title{float:left;width:375px;border:0px solid #FF0000;}

.photo_thumbnail_wrapper {margin:auto;margin-top:8px;width:800px;}
.photo_thumbnail_display{text-align: center;margin:auto;margin-top:12px;margin-bottom:10px;}
.photo_divider{height:18px;width:97%;}

.photo_page_twitter {float:left;width:auto;border:0px solid #FF0000;}
.photo_page_facebook {float:left;width:auto;border:0px solid #FF0000;}
.photo_page_more{float:right;width:52px;border:0px solid #666;height:auto;margin-right:15px;}
.photo_page_google_plus{float:right;width:66px;border:0px solid #666;margin-right:0px;}
.photo_social_icon {margin-right:6px;margin-bottom:2px;}

.photo_page_share_box {margin-top:8px;}
.photo_page_marker {text-align:right;margin-bottom:4px;}

/* UPGRADE GARAGE PAGE **/
.upgrade_garage_box{
	border:1px solid #000;
	margin:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#888;
	width:800px;
	height:560px;
	overflow: hidden;
}


div.upgrade_garage_box_header{
	border-bottom:1px solid #000;
	margin:0;
	padding:8px 3px 2px 10px;
	background-color:#666;
}
h3.upgrade_garage_box_header{
	font-size:12px; 
	text-transform:uppercase; 
	letter-spacing:1px;
	border-bottom:1px solid #000;
	margin:0;
	padding:3px 3px 3px 10px;
	text-transform:uppercase;
}
.upgrade_garage_box_image{ margin:0;padding:0;border-bottom:0px solid #000;background-color:#EEE; }
.upgrade_garage_box_image img{ margin:0;padding:0; }
.upgrade_garage_box_content{margin:0;padding:12px 12px 12px 12px;border-top:0px solid #000;background-color:#FFF;}
.upgrade_garage_box_content_content{padding:0 25px 10px 25px;}
.upgrade_garage_box_content h1 {text-decoration: none;margin:0;font-size:13px;color:#000;font-weight: bold;}
.upgrade_garage_box_content ul {margin-left:12px;}





/* ________________________________________________________________________________________________________________
	                                              07. EXTRAS 
   ________________________________________________________________________________________________________________ */


/* ------- 1. Dropcaps ------- */

.dropcap1{
	background:transparent url(images/sprite.png) no-repeat scroll -1px -1px;
	color:#EEEEEE;
	float:left;
	font-size:30px;
	height:40px;
	line-height:30px;
	margin-bottom:-5px;
	margin-right:10px;
	padding-left:1px;
	padding-top:5px;
	text-align:center;
	width:40px;}
.dropcap2{
	color:#333333;
	display:block;
	float:left;
	font-size:40px;
	line-height:40px;
	margin:0 8px 0 0;}

/* ------- 2. Pullquotes ------- */

.pullquote_right,.pullquote_left{
	background:transparent url(images/stripes.png) repeat-y scroll 0 0;
	color:#444444;
	float:right;
	font-size:14px;
	letter-spacing:0px;
	line-height:25px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:20px;
	padding:0 0 0 20px;
	width:33%;}
.pullquote_left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

/* ------- 3. Highlight Styles ------- */

.highlight1{padding:1px 4px;background-color:yellow;color:#111;}	
.highlight2{padding:1px 4px;background-color:#111;color:#eee;}	

/* ------- 4. Unordered Lists ------- */

ul.arrow_list li{
	background:transparent url(images/mini_icons.png) no-repeat scroll -262px -1px;
	padding-left:20px;}
ul.check_list li{
	background:transparent url(images/mini_icons.png) no-repeat scroll -222px -41px;
	padding-left:20px;}

/* ------- 5. Toggle Content ------- */

h3.toggle {
    background:transparent url(images/mini_icons.png) no-repeat scroll -60px -198px;
    font-size:18px;
    margin-top:20px;
    padding:0 0 0 30px;
    position:relative;}
h3.toggle a {
	color: #888;
	padding-top:5px;
	text-decoration: none;
	display: block;}
h3.toggle a:hover {color:#666;}
h3.active {background:transparent url(images/mini_icons.png) no-repeat scroll -19px -237px;}
h3.active a:link {color:#666;}
.toggle_content {
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	background:#F5F5F5;
	border:1px solid #f3f3f3;
	clear:both;
	margin:0 0 20px 30px;
	overflow:hidden;}
.toggle_content .block {padding:30px;}

/* ------- 6. Buttons ------- */

/* simple buttons */
.button{
	background:transparent url(images/buttons.gif) no-repeat scroll center -34px;
	border:0px solid #131313;
	color:#EEEEEE;
	height:30px;
	line-height:16px;
	letter-spacing:1px;
	padding:5px 12px;
	text-transform:uppercase;
	overflow: visible;}
.slider_content a.button{
	background:transparent url(images/buttons.gif) no-repeat scroll center -34px;
	border:1px solid #131313;
	color:#EEEEEE;
	height:30px;
	line-height:30px;
	letter-spacing:1px;
	padding:5px 12px;
	text-transform:uppercase;
	overflow: visible;}
.slider_content a.button:hover,.button:hover{background:transparent url(images/buttons.gif) repeat-x scroll center -2px;cursor:pointer;}

/* span buttons */
a.button_link {
    background:#111 url(images/buttons.gif) no-repeat scroll right -34px;
    color:#eee;
    display:inline-block;
    font-size:11px;
    height:30px;
    margin-right:5px;
    margin-top:0px;
    padding-right:17px;
    text-transform:uppercase;}
a.button_link span {
	background:transparent url(images/buttons.gif) no-repeat scroll -2px -34px;
	display:block;
	line-height:10px;
	padding:9px 0 11px 15px;}
a.button_link:hover {background-position: right -2px;color:#ccc;}
a.button_link:hover span {background-position:-2px -2px;}

/* ------- 7. Box Styles ------- */

.gradient_box_middle{background:transparent url(images/gradient_box_middle.gif) repeat-y scroll 0 0;width:625px;}
.gradient_box_bottom{background:transparent url(images/gradient_box_bottom.gif) no-repeat scroll 0 bottom; padding:26px;position:relative;}
.gradient_box_top{background:transparent url(images/gradient_box_top.gif) no-repeat scroll 0 top;}

.fancy_box,.download_box,.warning_box,.info_box,.note_box{clear:both;padding:20px;margin: 20px 0px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.download_box,.warning_box,.info_box,.note_box{padding-left:55px;background:#eee;padding-bottom:25px;
padding-top:20px;}
.fancy_box{
	background:#F9F9F9 url(images/form-gradient.gif) repeat-x scroll 0 -7px;
	border:1px solid #E0E0E0;}
.info_box{
	background:#bfe4f9 url(images/icons/info.png) no-repeat scroll 10px 14px;
	border:1px solid #68a2cf;
	color:#2e6093;}
.warning_box{
	background:#ffcccc url(images/icons/stop.png) no-repeat scroll 10px 15px;
	border:1px solid #ff9999;
	color:#c31b00;}
.download_box{
	background:#dee3ab url(images/icons/down_alt.png) no-repeat scroll 10px 15px;
	border:1px solid #a3c159;
	color:#5e6f33;}
.note_box{
	background:#fdebae url(images/icons/notebook.png) no-repeat scroll 10px 15px;
	border:1px solid #e6c555;
	color:#9e660d;}
	
	
	
/** pagination */
a.next_previous,a.next_previous:visited{
	float:right;
	margin-left:2px;
	width:18px;
	height:13px;
	padding: 3px;
	color:#000;
	background-color:#F0F0F0;
	text-decoration:none;
	display:inline-block;
	font-size:11px;
	border: 1px solid #CCC;
	text-align: center;
}
a.next_previous:hover{
	float:right;
	margin-left:2px;
	width:18px;
	height:13px;
	padding: 3px;
	color:#000;
	background-color:#CCC;
	text-decoration:none;
	display:inline-block;
	font-size:11px;
	border: 1px solid #333;
	text-align: center;
}

.next_previous_selected{
	float:right;
	margin-left:2px;
	width:18px;
	height:13px;
	padding: 3px;
	color:#FFF;
	background-color:#666;
	text-decoration:none;
	display:inline-block;
	font-size:11px;
	border: 1px solid #333;
	text-align: center;
}
a.next_previous_selected:hover{	
	color:#FFF;
}

a.next_p,a.next_p:visited{
	float:right;
	margin-left:2px;
	width:18px;
	height:13px;
	padding: 3px;
	color:#000;
	background-color:#F0F0F0;
	text-decoration:none;
	display:inline-block;
	font-size:11px;
	border: 1px solid #CCC;
	text-align: center;
}

a.next_p:hover{
	float:right;
	margin-left:2px;
	width:18px;
	height:13px;
	padding: 3px;
	color:#000;
	background-color:#CCC;
	text-decoration:none;
	display:inline-block;
	font-size:11px;
	border: 1px solid #333;
	text-align: center;
}

.prev_next_totals{
	border-bottom: 0px solid #F0F0F0;
	margin-bottom:6px;
	color: #666;
	margin-left: 2px;
}

.n_p_elipses{
	float:right;
	height:13px;
	padding: 3px;
	color:#666;
	width:16px;
	text-align: center;
	padding-top:10px;
	margin-left:2px;
	margin-right:2px;
}

/*************************************************/
/* BREADCRUMB */

.breadcrumb {
	padding-top: 6px;
	padding-bottom:6px;
	font-size:12px;
}

.breadcrumb > ul {
	background:transparent url(/forumx/images/misc/navbit-home.png) left top no-repeat;
	border:none;
	list-style: none;
}

.breadcrumb .navbit {
	float:left;
	background-image:url(/forum/images/misc/navbit-arrow-right.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:10px;
	padding-left:3px;
}

.breadcrumb .navbithome {
	float:left;
	padding: 2.5px 0;
	padding-right:16px;
	background-image:url(/forum/images/misc/navbit-arrow-right.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.breadcrumb .navbit:first-child {
	padding-left:0;
}

.breadcrumb .navbit.lastnavbit {
	background: transparent;
}

.breadcrumb .navbit.lastnavbit span {
	float:left;
	background: transparent;
	padding-right:10px;
	padding-left:3px;
}

.breadcrumb .navbit > a, .breadcrumb .lastnavbit span {
	display:block;
	padding:2px 4px;
	float:left;
	background-color:transparent;
	border:solid 1px rgb(255, 255, 255);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.breadcrumb .navbit a:hover {
	border-color:rgb(204, 204, 204);
	background-color:rgb(246,248,249);
}

.breadcrumb .navbit a,.breadcrumb .navbit a:hover,.breadcrumb .navbit a:visited {
	text-decoration:none;
	color:#000;
}

.breadcrumb .navbit a.popupctrl {
	background-image:url(http://www.audizine.com/forum/images/misc/navbit-arrow-right.png);
	background-position:center center;
	padding:2px 6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.breadcrumb .navbit a.popupctrl:hover {
	background-color:rgb(153, 153, 153);
	color:rgb(153, 0, 0);
}

.breadcrumb hr {
	display:none;
}

/* ------- Columns ------- */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.one_seventh{ width:13.42%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.one_seventh{ position:relative; margin-right:1%; float:left; }
.last{ margin-right:0 !important; clear:right; }

/* ------- 4. Borders & Dividers ------- */
.divider,.divider_padding{ clear:both; display:block; margin-bottom:10px; padding-top:10px; width:100%;}
.divider{border-bottom:1px solid #eee;}
.top{ font-size:8px; line-height:10px; margin-bottom:20px; text-align:right; position:relative; }
.top a{ height:20px; position:absolute; right:0; top:15px; width:20px; color:#ccc;background:#fff;}
.clearboth{ clear:both; display:block; font-size:0px; height:0px; line-height:0; width:100%; }

.alignright{ float:right; margin:2px 2px 2px 16px !important; }
.alignleft,img.alignleft,a img.alignleft { float:left; margin:2px 16px 2px 2px !important; }
.aligncenter,img.aligncenter,a img.aligncenter { display: block; margin:2px auto !important; text-align:center; }	

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter {
    margin-top: 7px;
    margin-bottom: 5px;
}

img.alignright {
    padding: 4px;
    margin: 4px 0 4px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 4px 7px 4px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */

.field_300{
	width: 300px;
}
.field_220{
	width: 220px;
}
.field_180{
	width: 180px;
}
.field_120{
	width: 120px;
}
.field_80{
	width: 80px;
}
.field_40{
	width: 40px;
}


