/*  
	DON'S HOBBY SHOP Business Logic CSS
	Put CSS in here to be used mainly for Business Logic, Code.
	The Code Shoppe 2005

*/

/* FORMS 
----------------------------------------------------------------------------- 
*/

form {
	padding: 0px;
	margin: 0px;
}
#siteContent input {
	padding: 1px;
	margin: 0px;
	font: bold 9px Helvetica, Arial, Verdana, sans-serif;
}
/* Input CSS */

SELECT, option, input, textarea {
	font-family: verdana; font-size: 11px; color: #000000; background-color: #FFFFFF;}
.login_box {
	width: 80px;
}

textarea {
	width: 335px;
	height: 250px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-family: verdana;
	font-size: 12px;
}


/* CLOSE UP PAGE
----------------------------------------------------------------------------- 
*/
.dotline  { background: url(images/1px-dotline1.png) left top; margin: 4px 0; height: 1px; overflow: hidden }
.page_title { font: bold 16px/20px Trebuchet, "Trebuchet MS", Tahoma, Tahoma, "Lucida Grande", Helvetica, Arial, sans-serif }
.page_copy  { font-size: 12px }
.page_copy_small { color: #666; font-size: 8pt }
.ourPrice  { font: bold 16px/20px Trebuchet, "Trebuchet MS", Tahoma, Tahoma, "Lucida Grande", Helvetica, Arial, sans-serif }
.ourPriceBold {
	color: #FF3333;
}

#searchBox  {
	display:inline;
}



#searchBox form #select { 
	margin-bottom:0px;
	display:inline;
	border:none;
	 position: relative;}
	 
	 
#searchBox form #select a:hover {
	text-decoration:none;
	 }


#searchBox form .searchInput { 
	color:#fff;
	border: solid 1px #000;
	padding:6px 0px 4px 5px;
	display:inline;
	position:relative;
	background-color:#000;
	width:145px;
	margin-bottom:10px;
	
}

#searchBox form .search_form_image  { 
margin-bottom:0px;
	display:inline;
	border:none;
	top:8px;
	left:-5px;
	 position: relative;
}


/* Front end Layout CSS 
.left_search_bar_class  { margin: 0; padding-top: 0; padding-left: 0; width: 730px; height: 35px; float: left; border: solid 0 }
.search_form { margin: 0; padding: 0; top: 0; width: 35px; float: left; border: solid 0 }
.search_form2 { margin: 0; padding-top: 9px; top: 0; width: 190px; float: left; border: solid 0 }
.search_form1 { text-align: right; padding-top: 12px; width: 190px; float: right; border: solid 0 }
.right_search_bar_class { height: 35px; background-image: url('images/searchbg-r.png'); background-repeat: no-repeat; background-position: top right }
*/



.front_wrapper_class  { width: 770px }

.front_nav_class  { text-align: left; margin-bottom: 15px; margin-left: 6px; width: 165px; float: left; border: solid 0 }

.front_right_class    { width: 570px; float: right }

.front_right_left_class  { width: 557px; float: left }

.front_right_right_class {
	float: right;
	width: 206px;
}


.half_invis_class  { background: #ffffff; text-align: left; padding-left: 15px; width: 146px; -moz-opacity: 0.6; filter: alpha(opacity=60) }

.halfer_left_class {
	width: 49%;
	float: left;
	border-style: dotted;
	border-color: #999999;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

.halfer_right_class {
	width: 50%;
	float: right;
}


/* Text Layout CSS */

.red_t {
	color: #FF0000;
	font-weight: bold;
}

a.red_t:link {text-decoration : underline; color : #FF0000; font-weight: bold;}	
a.red_t:visited {text-decoration : underline; color : #FF0000; font-weight: bold;}
a.red_t:hover {text-decoration : none; color : #FF0000; font-weight: bold;}

/* Backend Layout CSS */

.title_class {
	width: 748px;
	text-align: left;
	background: #4E9C4F;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-top: 20px;
}

.welcome_class {
	width: 748px;
	text-align: right;
	height: 20px;
	background: #E19432;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #000000;
}

.wrapper_class {
	width: 748px;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #000000;
	background-image: url("siteadmin/images/back.jpg");
}

.nav_class {
	width: 149px;
	background: #4E9C4F;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #000000;
	float: left;
	text-align: left;
	color: #FFFFFF;
}

.content_class {
	width: 598px;
	float: left;
	text-align: left;
}

.footer_class {
	width: 748px;
	text-align: left;
	height: 20px;
	background: #E19432;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #000000;
}

.tcs_class {
	width: 750px;
	text-align: right;
}



