/*--------------------------------------------- 
	SITE LAYOUT 
--------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	background: transparent;
}
body {
	
}
ul {
	list-style: circle;
}
ol {
	margin:5px;
	list-style:decimal;
}
blockquote, q {
	padding-left:50px;
	padding-right:50px;
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
     overflow-y: scroll;
     overflow-x: auto;
     background: #000000 url("images/layout/red_vs_purple_bg_forever.jpg");
     background-position:top center;
}

body { 
	background: transparent url('images/layout/red_vs_purple_bg.jpg') repeat-x;
	background-position:center 348px;
	text-align: center;
	padding:0px;
	margin:0px;
	height:100%;
}
#bg_layer {
	/* Site Settings */
	background: transparent url('images/layout/header_bg.jpg') no-repeat;
	background-position:top center;
	
	
	/* Center site */
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:8px;
	
}
#site_wrapper {
	/* Site Settings */
	width: 960px;
	padding:0px;
	/* Center site */
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:8px;
	
}
#site_content {
	clear:both;
	width:100%;
	background:#000;

	margin-right: auto;
	margin-left: auto;
}
.content_wrapper {
	clear:both;
	width: 952px;
	height: 100%;
	background:#000 url("images/layout/content_bg.jpg") repeat-y;
	
	/* Site Border */
	border-left: 4px solid #330000;
	border-right: 4px solid #261630;
	
	min-height:500px;
}
/*--------------------------------------------- 
	HEADER
--------------------------------------------- */
#header {
	
	float:left;
	height: 151px;
	width:960px;
	padding: 0px;
	margin: 0px;
	text-align:center;
	
}
.header_left {
	float:left;
	width:210px;
	height:50px;	
}
.header_logo {
	float:left;
	padding:0px;
	height:114px;
}
#header .header_logo a {
	font-size:1px;
}

.header_right {
	float:left;
	margin-top:0px;
	
}

.header_top_right {
	width:185px;
	height:104px;
	
}
.header_placeholder {
	float: right;
	
	height: 12px;
	padding:4px;
	
	margin:10px;
	margin-right:10px;
}
.header_text {
	float: right;
	text-align:right;
	font-family: Arial, sans-serif;
	color: #eee;
	font-size: 11px;
	padding:4px;
	
	margin:10px;
	margin-right:10px;
	background: #000;
	opacity:.8;
}
.header_caption {
	clear:both;
	float: right;
	text-align:right;
	font-family: Arial, sans-serif;
	color: #ffff99;
	font-size: 12px;
	padding:4px;
	font-weight:bold;
	width:150px;
	margin:45px 10px 0px 10px;
	
}
.header_text a {
	font-size: 11px;
	color: #ffff33;
	text-decoration:none;
}
.header_text a:hover {
	color: #fff;
	background:#3366CC;
}
/*--------------------------------------------- 
	COLUMNS 
--------------------------------------------- */
#full_screen {
	width:100%;
	height:100%;
}
#main_column {
	float:left;
	width: 725px;
	
}
#side_column {
	float:right;
	width: 220px;
}
.third_column {
	width:260px;
	float:right;
	padding-left:10px;
}



.half {
	width:49%;
	float:left;
}
.half_divide {
	width:1px;
	height:158px;
	background: url('images/layout/half_divide.jpg') no-repeat;
	float:left;
	padding:5px;
}

/* ------------------------------------- 
		PANE
------------------------------------- */
.pane {
	clear:both;
	padding:0px 5px 10px 5px;

}
.pane-left {
	float:left;
	width: 9px;
	height:120px;
	background: url("images/layout/pane_bg_left.png") no-repeat;
	background-position: top left;
}
.pane-content {
	padding:10px;
	padding-top:10px;
	background: #FFF url("images/layout/pane_bg_middle.jpg") repeat-x;
}
.pane-right {
	float:left;
	width: 9px;
	height:120px;
	background: url("images/layout/pane_bg_right.png") no-repeat;
	background-position: top left;
}

/* ------------------------------------- 
		PANE SMALL
------------------------------------- */
.pane_small {
	float:left;
	padding:0px 0px 0px 5px;
	min-height:64px;
}
.pane-small-left {
	float:left;
	width: 9px;
	height:64px;
	background: url("images/layout/pane_short_left.png") no-repeat;
	background-position: top left;
}
.pane-small-content {
	float:left;
	padding-top:10px;
	width:320px;
	min-height:70px;
	background: #FFF url("images/layout/pane_bg_middle.jpg") repeat-x;
}
.pane-small-content p {
	font-size:12px;
}
.pane-small-right {
	float:left;
	width: 9px;
	height:64px;
	background: url("images/layout/pane_short_right.png") no-repeat;
	background-position: top left;
}

/* ------------------------------------- 
		FONTS 
------------------------------------- */
p, a, h1, h2, h3, li, span, .content, .side_content, .input, .textarea, .select, .site_btn, .footer_menu, .fine_print, .navigation-side {
	font-family: Arial, sans-serif;
	color: #ccc;/*#5a5e66;*/
	font-size: 12px;
	margin:0px;
}
.navigation-side {
	font-size:11px;
}
p {
	padding:5px 10px 5px 10px;
}
.content, .side_content, .fineprint {
	clear: both;
	font-size: 11px;
	padding: 0px;
	
}
.side_content {
	_padding-left:5px;	
}
.content a, .side_content a, .fineprint a {
	color: #eeee00;
	text-decoration:none;

}
.content a:hover, .side_content a:hover, .fineprint a:hover {
	color: #67AD00;
}
.content p {
	margin-left:5px;
}
.pad_content {
margin-left:5px;
float:left;
	}
a.norm {
	background:#fff;
}
a.norm:hover {
	background:#FFF;
}

h1, h2 {
	font-family:  Arial,Helvetica, sans-serif;
	padding:10px 10px 5px 0px;
	margin-left:10px;
	color:#ffff99;
	font-size:16px;
	font-weight:bold;
}

#news h3, .news_item_main h3 {
	padding:0px;
	margin:1px;
	color:#333;
	font-size:12px;
	font-weight:bold;
	background-color:#eee;
	padding:5px 10px 5px 10px;

}

h4, h3 {
	padding:5px 0px 5px 10px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background-color:#666;
}
h5 {
	font-family:  Arial,Helvetica, sans-serif;
	padding:5px;
	margin:0px;
	color:white;
	background:#3570a2;
	font-size:16px;
	padding-left:10px;
	font-weight:bold;
	
}
.clean {
	margin:0px;
	padding:0px;
	border: 1px solid #666;
}
.title_bg {
	background:#fff url('images/title_bg.jpg') repeat-x;
	width:100%;
	height:35px;
}
.attr {
	font-weight:bold;
}
.attribute {
	text-align:right;
	padding:5px;
	color: black;
	background:#EBEADB; /* url('images/layout/side_bg.jpg') repeat;*/
	border-right:1px solid #ccc;
	
	font-weight:bold;
	width:125px;
	vertical-align:top;
}
/* ----------------------------------------------- 
	SITE SPECIFIC
-------------------------------------------------*/
.hidden {
	display:none;
}
.caption {
	text-align:center;
	font-size:10px;	
	padding-top:0px;
}
.go_back, .extra_option {
	float:right;
	margin:5px;
	padding:5px;
	border:1px solid #ccc;	
	background:white;
}
.go_back a, extra_option a {
	text-decoration:none;
	font-weight:bold;
}
.extra_icon {
	float:left;
	width:20px;
	height:20px;
	padding-right:5px;
}
ul {
	list-style-image: url('images/layout/bullet.gif');
}
.news_bullet {
	background: url('images/layout/diamond_bullet.gif') no-repeat;
	margin:6px;
	margin-top:8px;
	float:left;
	width:11px;
	height:11px;
}
#quick_menu {
	width: 707px;
	
	margin-left:auto;
	margin-right:auto;	
	margin-top:10px;
	padding-top:25px;

}
#quick_menu .quick_menu_item_toys, #quick_menu  .quick_menu_item_blog, #quick_menu .quick_menu_item_forums {
	float:left;
	height:29px;
	text-align:center;
	padding-top:65px;
	margin:0px;
	color:#eee;
}
#quick_menu .quick_menu_item_toys:hover, #quick_menu  .quick_menu_item_blog:hover, #quick_menu .quick_menu_item_forums:hover {
	color:#ffff00;
}
#toy_cycle_wrap {
	margin-left:9px;
	background:#000 url("images/layout/toys_icon_bottom.jpg") no-repeat;
	width:234px;
	float:left;
}
#featured_gallery_wrap {
	background:#000 url("images/layout/blog_icon_bottom.jpg") no-repeat;
	width:224px;
	float:left;
}
#forum_recent_wrap {
	background:#000 url("images/layout/forums_icon_bottom.jpg") no-repeat;
	width:249px;
	float:left;
}
.quick_menu_item_toys {
	background:#000 url("images/layout/toys_icon.jpg") no-repeat;
	width:234px;
}
#quick_menu .quick_menu_item_toys:hover {
	background:#000 url("images/layout/toys_icon_over.jpg") no-repeat;
}
.quick_menu_item_blog {
	background:#000 url("images/layout/blog_icon.jpg") no-repeat;
	width:224px;
}
#quick_menu .quick_menu_item_blog:hover {
	background:#000 url("images/layout/blog_icon_over.jpg") no-repeat;
}
.quick_menu_item_forums {
	background:#000 url("images/layout/forums_icon.jpg") no-repeat;
	width:249px;
}
#quick_menu .quick_menu_item_forums:hover {
	background:#000 url("images/layout/forums_icon_over.jpg") no-repeat;
}
.side_block {
	padding:5px 5px 5px 15px;	
}

.row_tab {
	text-align:center;
	width:85px;
	border:	1px solid #CCC;
}
.newsletter {
	width:266px;
	height:83px;
	background: url('images/newsletter_bg.jpg') no-repeat;
	margin:15px;
	margin-left:auto;
	margin-right:auto;
	
}
.btn_go {
	width:  29px;
	height: 19px;
	background: url('images/btn_go.jpg') no-repeat;
	border: none;
	margin-left:10px;
}
.newsletter input[type='text'] {
	float:left;
	border:1px solid #999;
}
.side_end {
	background:#FFF url("images/layout/side_end.png") no-repeat;
	width: 260px;
	height:16px;
	float:right;
	padding-bottom:10px;
}
.grad_divider { 
	width:100%; 
	background: #EEE url("images/layout/smooth_bg.jpg") repeat-x; 
	height:35px; 
	line-height:35px;
	font-size:15px;
	font-weight:bold;
	border:1px solid #ccc;
	margin-top:15px;
}
#news {
	width:90%;
	height:255px;
	overflow-y: auto;
	background-color:#FFF;
	border:1px solid #ebe0d2;
	/*border-right:1px solid #FFF;
	//border-bottom:1px solid #FFF;*/
	margin-left: auto;
	margin-right: auto;
}
.date_icon {
	padding-right:10px;
	padding-left:5px;
	float:left;	
	text-align:center;
}

.news_item {
	
}
.news_item_main {
		border:1px solid #eee;
	margin-bottom:10px;
}
.news_tabs {
	padding:0px 0px 0px 12px;
	margin:0px;
}
.sm_tab {
	float:left;
	padding:0px 1px 5px 0px;
	margin:0px;	
}
.customer_testimonial {
	padding:10px;
}
.customer {
	float:right;
	padding-top:0px;
}
.request_quote {
	width:100%;
	background: #2b618f url('images/layout/request_bg.jpg') no-repeat;
	background-position: top right;
	color:#fff;
	height:98px;
}
.request_quote p { color:#fff; }


.services {
	float:left;
	padding-top:10px;
}
.service {
	line-height:24px;
	padding-bottom:0px;
	padding-top:0px;
}
div.tut_obj {
	text-align: center;
}
img.tut_obj {
	text-align: center;
	border: 1px solid #666;
	padding: 1px;
	margin:5px;
	margin-bottom:10px;
}
.stat {
	color:#000;
	font-size:11px;
	font-weight:bold;
}
.bookmarklets {
	float:right;
	padding:2px; 
	margin:0px; 
	border: 1px dashed #999;
}
.bookmarklets h3 { margin:1px; }
.bookmarks {
	text-align:center;
	padding-top: 0px;
}
.c-block {
	clear:both;
	text-align:center; 
	width:100%;
}
.c-item {
	float: left;
}
.c-item-bg {
	float: left;
	background: url('images/rp_create_plate.jpg');
	width:259px;
	height:246px;
}
.home_pane {
	float: left;
	padding-top:6px;
}
.intro_menu {
	padding-top:150px;
	padding-right:15px;
}
.side_title {
	padding-top:5px;
	padding-bottom:1px;
}


.nav_left {
	float:left;
	background: url('images/layout/nav_left_bar.jpg') no-repeat;
	width:156px;
	height:37px;
}
.nav_right {
	float:right;
	background: url('images/layout/nav_right_bar.jpg') no-repeat;
	width:155px;
	height:37px;
}
.navigation-wrap {
	float:left;
	display:inline;
	width:100%;
	height:54px;
	padding:0px;
	margin:0px;
	background: url('images/layout/nav_bg.jpg') repeat-x;
}
.nav_divider {
	width:3px;
	height:37px;
	background: url('images/layout/nav_divider.jpg') no-repeat;	
}
.navigation {
	float:left;
	padding:0px;
	margin:1px 0px 0px 0px;
	
} 
.navigation-side {
	float:right;
	width:220px;
	height:34px;
	padding-top:10px;
	/*background: #2b618f url('images/layout/nav_bg_right.jpg') repeat-x;
	background-position: top right;*/
}
.nav_icon {
	float:left;
	padding:4px;
}


.subnavigation-wrap {
	float:left;
	width:300px;
	height:35px;
	padding-left:5px;
	padding-top:10px;
}
.more {
	clear:both;
	text-align:right;
	padding-top:0px;
	padding-bottom:5px;
	margin:0px;
	margin-right:5px;
}
.more a {
	padding:0px;
	margin:0px;
	text-decoration:none;
	}
.large_text {
	color:#666;
	font-size:25px;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}


.land_map_single {
	float:left;
	padding:1px;
	border:1px solid #ccc;
}
#map_canvas {
	width:495px;
	height:360px;
	background:#eee;
	
}

/* ----------------------------------------------- 
	TABLE STYLE
-------------------------------------------------*/
.quick_info {
	margin-left:auto;
	margin-right:auto;
	width: 200px;

}
.public_data { 
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;	
	
}
.public_data td { padding:4px; }
.public_data tr {
	border-bottom: 1px solid #ccc;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

th {
	padding: 0 0.5em;
	text-align: left;
}

th {
	font-weight:bold;
	border-bottom:2px solid #d6d2c2;
	border-right:1px solid #aca899;
	background: #ebeadb;
	padding:4px 10px 4px 10px;
}
th:last-child {
	border-right:none;	
}
tr.header td {
	font-weight:bold;
	border:1px solid #eee;
	background: #FFC;
}

td {
	padding: 2px;
	padding-left:5px;
	margin: 0px;
}

td.design {
	border-bottom: 1px solid #CCC;
}

tr.alt {
	background: #F3F3F3;
}

table.admin {
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	border:2px solid #ccc;
	background:#edece1;
}

tr.admin_header td {
	font-weight:bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #FFC;
}
table.resources {
	margin-bottom:10px;
}
.is_num {
	text-align:right;
}
.is_bool {
	text-align:center;
}
/* ----------------------------------------------- 
	NAVIGATION - HORIZONTAL
-------------------------------------------------*/


.horz_menu, .horz2_menu {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin:0px;
	float: left;
	
}
.horz_menu ul, .horz2_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	
	
}
.horz_menu ul li, .horz2_menu ul li {
	float: left;
	display: inline;

	padding: 0px;
	margin: 0px;
	
	
}
.horz_menu ul li a, .horz2_menu ul li a {
	font-family: Arial, sans-serif;
	color: #666666;
	display:block;
	margin-top:9px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	line-height:37px;

}
.horz2_menu ul li a {
	font-weight: normal;
}
.horz2_menu ul li a:hover {
	font-weight: normal;
	text-decoration:underline;
}
.horz_menu ul li a.currentpage {
	color: #000;
	
	text-decoration: none;
	font-weight:bold;
}
.horz_menu ul li a:hover {
	color: #244d70;
}

/*--------------------------------------------- 
	VERTICAL NAVIGATION
--------------------------------------------- */
.vert_menu {
	float:left;
  	width: 100%;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.vert_menu ul {
	display: block;
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #fff;	
			
}

.vert_menu ul li { display: inline;
}

.vert_menu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-decoration: none;
	
	display: block;
	height:12px;
	padding: 6px 10px 8px 28px;
	margin:0px 1px 0px 1px;
	
	border-top:1px solid #fff;
	border-bottom:1px solid #CCC;
	cursor: pointer;
}
.vert_menu ul li a.norm {
	background: #fff;
}
.vert_menu ul li a.alt {
	background: #f5f5f5;
}
.vert_menu ul li a.currentpage {
	color: #FFFFFF;
	font-weight:bold;
	background: #699bb4;
}
.vert_menu ul li a:visited {

}
.vert_menu ul li a.norm:hover {
	color: #111;
	text-decoration: none;
}
.vert_menu ul li a.alt:hover {
	color: #111;
	text-decoration: none;
}

/*--------------------------------------------- 
	VERTICAL SUBNAVIGATION
--------------------------------------------- */
.vert_submenu {
	float:left;
  	width:97%;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	border: 1px solid #aaa;
}
.vert_submenu ul {
	display: block;
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #fff;			
}
.vert_submenu ul li { display: inline;}
.vert_submenu ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	
	display: block;
	height:11px;
	padding: 5px 3px 7px 5px;
	margin:0px;
	
	border-top:1px solid #fff;
	border-bottom:1px solid #748697;
	cursor: pointer;
}
.vert_submenu ul li a.norm {
	background: #d4ebf7;
}
.vert_submenu ul li a.alt {
	background: #d4ebf7;
}
.vert_submenu ul li a.currentpage {
	background: #FFF;
	color: #000;
}
.vert_submenu ul li a.norm:hover {
	background: #FFF;
	color: #111;
	text-decoration: none;
}
.vert_submenu ul li a.alt:hover {
	background: #FFF;
	color: #111;
	text-decoration: none;
}

/*--------------------------------------------- 
	PAGINATION NAVIGATION
--------------------------------------------- */
.pagination {
    
    clear:both;
	font-size:14px;
	color:#999;
	text-align:center;
	font-weight:bold;
	border:1px solid #666;
	
	text-indent:3px;
	padding:5px;
        margin:10px;
}
.pagination span {
    font-size:11px;
}
.pagination a {
    padding:4px;
}
.pagination a:hover {
	color:#fff;
        
}
.pagination a.pagination_page  {
	color: #fff;
	border:2px solid #fff;
	
	padding:2px 4px 2px 4px;
	margin:0px 4px 0px 4px;
}

/* -------------------------------------
	FOOTER
------------------------------------- */

#footer {
	color:#333;
	clear: both;
	
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	background:#000 url("images/layout/footer_bg.jpg") no-repeat;	
	width:960px;
	height:37px;
}
.footer_content {
	padding:5px 10px;
}
.copyright {
	float: left;
	
	font-family: Arial, sans-serif;	
	font-size: 11px;
	color: #333;
	
	display: block; 
	padding: 8px 6px 0px 10px;
	margin: 0px;
}

.footer_menu {
	float:right;
	padding:0px 6px 0px 6px;
}
.footer_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer_menu ul li {
	float: left;
	display:inline;
	line-height: 30px;
	color: #FFF;
}
.footer_menu ul li a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding:0px 2px 0px 2px;
	float:left;
	display: block;
}
.footer_menu ul li a:hover {
	color:#000;
}

.fineprint {
	font-size: 10px;
	color: #999;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}
.legal {
	margin-left: 60px;
	float:left;
}
.web_developer {
	margin-left:25px;
	float:left;
}
.web_developer p, .web_developer a, .legal p, .legal a {
	font-size:10px;
	color:#555;
		
	text-decoration:none;

}
.web_developer a:hover, .legal a {
	color:#fff;	
}
/* --------------------------------------------- 
	FORM STYLING
--------------------------------------------- */
input, textarea, select {
	/*padding:1px 2px 1px 2px;
	margin:2px;*/
	background-color:#222;
	color:#eee;
	border:1px solid #666;
}
.select {
	padding:0px;
}

/* Form Button Style  */
.site_btn
{
	background:url('images/tq_button.png') no-repeat;
	width:66px;
	height:25px;
	padding-bottom:5px; 
	border:0; 
	font-size:11px; 
	color:#FFFFFF;
}
.site_btn:hover
{
	background:url('images/tq_button-over.png') no-repeat;
}

/* form user feedback */
.error_box, .error {
	padding: 5px;
	margin: 10px;
	background-color: #f3f3f3;
	border: 2px solid #ec9393;
}
.error_box p, .success_box p, .notice_box p {
	color: #333;
}
.success_box {
	padding: 5px;
	background-color: #E8FAE1;
	border: 1px solid #006633;
	margin:10px;
}
.notice_box {
	padding:5px;
	background-color:#FFFFCC;
	border: 1px solid #FF9900;
	margin:5px;
}
.loading {
	padding:5px;
	text-align:center;
}
/* -------------------------------------------
	COMMONLY USED STYLES
------------------------------------------- */
div.clear {
	clear: both;
}
div.dotted_line{
	clear: both;
	border: 1px dotted #DDD;
	margin: 1px 2px 1px 2px;
}
div.line_divider{
	clear: both;
	border-top: 1px solid #DDD;
	margin: 0px 2px 0px 2px;
}
div.admin_line{
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	margin: 5px 2px 5px 2px;
}

/*	IMAGE STYLES 	*/
.screen_style {
	border: 1px solid #999999;
	padding: 1px;
	margin:10px;
}
.img_left {
	float: left;
	padding-right:10px;
}
.img_lft {
	float: left;
}

.img_right {
	float: right;
	margin-bottom:4px;
	margin-right:10px;
	margin-top:0px;
	padding:0px;
}
.solid_border {
	border: 1px solid #ccc;
	padding:1px;
	margin: 5px;
}
.dashed_border {
	border: 1px dashed #ccc;
	padding: 2px;
	margin: 5px;
	margin-bottom:0px;
}
.icon_border {
	padding: 2px;
	margin: 5px;
	margin-bottom:0px;
}
.success{
	padding: 10px;
	background-color: #E8FAE1;
	border: 1px solid #006633;
}
.item_btn {
	float:left;
	padding:5px;
	padding-top:0px;
}
.submit_button {
	background:url('images/btn_submit.jpg') no-repeat;
	width:156px;
	height:31px;
	padding-bottom:5px; 
	border:0; 
	font-size:11px; 
	color:#FFFFFF;
	font-weight:bold;
}


.create_header {
	padding:0px;
	margin:3px;
	background-color:#bfe894;
	height:15px;
	padding:3px;
	padding-left:10px;
}
/* ----------------------------------------------- 
	NAVIGATION - HORIZONTAL
-------------------------------------------------*/

.menu_options {
	padding: 0px 0px 0px 0px;
	float: right;
	height:36px;
	clear:both;
	margin:2px;
	padding:1px;
	border:1px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#999;
}
.menu_options ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu_options ul li {
	float: left;
	display: inline;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #ccc;*/
	padding: 0px;
	margin: 0px;
}

.menu_options ul li a {
	font-family: Arial, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-right:1px solid #999;
	border-left:1px solid #FFF;
	padding-right:5px;
	padding-top:10px;
	padding-left:15px; 
	padding-right:15px;
	height:24px;
	background: #FFF url('images/buttons/btn_bg.gif') repeat-x;
}


.menu_options ul li a.currentpage {
	color: #666;
	text-decoration: none;
	font-weight:bold;
}
.menu_options ul li a:hover {
	color:#000;
	background-color: #d1e7fb; /*#89b1df;*/
}
.menu_options_icon {
	float:left;
	padding:5px;
	padding-top:0px;
	position:relative;
	top:-4px;
}

.nav_items {
	background:white; margin:5px; border:1px solid #ccc;
	height:500px;
	overflow-y: auto;
}
.nav_items ul {
	list-style: none;
	padding: 0px;
	margin: 0px;	
}
.nav_items ul li {
	background:#FFFFFF url(images/layout/page_grad.jpg) repeat-x scroll left top;
	border-top:1px solid #ccc;
	border-bottom:1px solid #FFF;
	font-weight:normal;
	padding:4px;
	margin:0px;
	line-height:30px;
}
.nav_items ul li a {
	color: #333;
	text-decoration: none;	
}

/**************************************
		CLICK MENU
***************************************/
div.cmDiv
{
	border: none;/*1px solid black;*/
	background:none;
	padding-top:0px;
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0;
	padding: 0px;
	border: 1px solid black;
	background-color: #fff;
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}
.clickMenu div.outerbox
{
	display: none;
	
	/*min-width: 106px;  firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
	
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li
{
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{
	background:none;
}
.clickMenu li.main ul li
{
	z-index: 2;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:2px;
	display:block;
}
.clickMenu li.main a {
	color:#000;
	
	font-family: Arial,sans-serif;
	text-decoration: none;
	cursor: pointer;
}
.clickMenu li.main a:hover {
	color:#000;
	
}
.clickMenu li.hover
{
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	
	
}
.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 4px;
}
.clickMenu li.main ul li {
	width:98%;
	background:#FFF;
}
.clickMenu li.main ul li a
{
	text-align:left;
	color:#333;
	font-weight:normal;
	font-size:12px;
	white-space:nowrap;
	font-family: Arial,sans-serif;
	text-decoration: none;
	cursor: default;
	padding:2px 5px 2px 5px;
	line-height:20px;
	
}
.clickMenu li.main ul li a:hover {
	color:#000;
	background:#d1e7fb;
}
.clickMenu li.main ul li.hover
{
	background-color:#d1e7fb;
}
/* thats for the shadowbox */
html>body div.outerbox
{
	
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(java/images/myshadow.png) no-repeat right top;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(java/images/myshadow.png) left bottom;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(java/images/myshadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	padding:1px;
	
	display: inherit;
}
.my_media {
	background: #999 url("images/layout/system_bg.jpg");	
}
.pane_menu {
	padding-left:10px;	
}
.pane_menu input {
	background:#333333;
	border:2px solid #CCCCCC;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-variant:small-caps;
	margin:10px;
}
.pane_menu input:hover {
	background:#000;	
}
.media_item {
	border:1px solid #666;
	margin:5px;
	margin-bottom:10px;	
	background:#fff;
	
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
.social_button {
	display:block;
	float:left;
	padding:5px;
}
.social_block {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width: 165px;
}

/**** ADD TO BACKUP **/

#toy_cycle, #featured_gallery, #forum_recent {
	padding:5px;
	margin:0px;
	width: 200px;
	height:240px;
	text-align:center;
	
}
#forum_recent {
	width:225px;
}
.saber_ads {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
}
.saber_ad {
	padding:2px;
	margin:5px;
	float:left;
}
.visit_sponsors {
	text-align:center;
	width:368px;
	margin-left:auto;
	margin-right:auto;
        margin-top:15px;
}
.featured_item, .featured_item {
	width: 220px;
	height:150px;
}
.image_icon {
	border:1px solid #ccc;
	background:#999;
	padding:4px;
	margin:5px;	
}

span.label {
    color:#f09513;
}
table.dark_table td {
	border-top:1px solid #444;
}
table.dark_table tr.alt {
	background: #111;	
}
table.dark_table th {
	font-weight:bold;
	border:1px solid #888;
	
	
	background: #444;
	padding:4px 10px 4px 10px;
}
