﻿/*

	bestbid web site stylesheet 
	coded by: Park jong chul
	
	
	COLOUR PALETTE
	
	light grey		f0f0f0
	med grey		6b6d67
	dark grey		393a36
	darkest grey		21211f
	
	lightest green		f5f8ea
	light green		a6d01b
	med green		8db703
	dark green		7a9e03
	
	
*/

* { padding: 0; margin: 0; } 

html {
	border-top: 2px solid #a6d01b;
	text-align: center;
	}

	body {
		font: 12px/17px "Lucida Grande", tahoma, sans-serif;
		background: #fff;
		color: #21211f;
		width: 815px;
		margin: 27px auto;
		text-align: left;
		font-size: 9pt; 
		}
	.reset {
		display: block; 
		clear: both; 
		font-size: 1px; 
		height: 1px; 
		line-height: 0.1;
		}		
		
		
a:link {
	color: #39c;
	font-size: 9pt;
	text-decoration: none;
	}
	
a:visited {
	color: #369;
    font-size: 9pt;
    font-weight: 500; 
    text-decoration: none;	
	}

a:hover {  
    color: #000060; 
    font-size: 9pt; 
    text-decoration: none;
    }

img {
	border: 0px;
	}

/*** BUTTON ***/
.bold {
	font-weight: bold;
}


a.button-a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:active {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:link {
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

/*** BUTTON TYPE***/

.button-small {
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 100%;
	height: 21px;
	text-align: center;
	background: url("../images/button-small.png") no-repeat center;
}

.button-small2 {
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 100%;
	height: 100px;
	text-align: center;
	background: url("../images/button-small.png") no-repeat center;
}

.button-standard {
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 189px;
	height: 21px;
	text-align: center;
	background: url("../images/button-small.png") no-repeat;
}

.button-standard2 {
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 100%;
	height: 21px;
	text-align: center;
	background: url("../images/button-small.png") no-repeat center;
}



input[type="text"], input[type="password"]  {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
  border-style:solid;
  border-width:1px;
  border-color:#8db703;
	
}


/*** SHOP TABLE ***/

.shop-table {
	margin: 0 0 10px 0;
	width: 100%;	
}

.shop-table p {
	margin: 0;
	padding: 0;
}

.shop-table-td1 {
	padding: 10px;
	text-align: left;
	border-top: 1px solid #ffffff;	
}

.shop-table-td2, .shop-table-colspan
{
	padding: 10px;
	text-align: center;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.table-header{
	color: #ffffff;
	background-color: #67B5F8;
}
.table-row-even{
	color: inherit;
	background-color:#E1F0FE;
}
.table-row-odd{
	color: inherit;
	background-color: #C3E2FC;
}
.table-row-white{
	color: inherit;
	background-color: #FFFFFF;
}
.table-row-bottom td
{
	vertical-align:bottom;
}
.table-row-middle
{
		vertical-align:middle;
}

    
/* Forum Article */
.articlebox
{
	background-color: #fefef0;
	color: #6b6d67;
	border: 1px solid #8db703;
	padding: 6px 6px 6px 6px;
}


.articletitle
{
	font-size: 18px;
	font-weight: bold;
	color: #393a36;
	text-decoration: none;
}

.articleabstract
{
	padding-top: 6px;
}

.comment
{
   padding: 4px 0px 4px 0px;
}

.sectiontitle
{
   font-weight: bold;
   font-size: larger;
   color: #21211f;
}    

.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}    

/* Data Input Catagories Interface */
#dataform {
    position: relative;
	width: 100%;
}

#dataform fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#F5F5F5
}

#dataform  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
    border-style:solid;
    border-width:1px;
    border-color:#a6d01b;
	
}


/* legend styling */
#dataform legend {
	font-weight: bold;
} 

#dataform2 {
	font-size: 12px;
}

#dataform2  label {
	float: left;
	width: 10em;
}

#dataform2  p {
	 margin: 4px;
}


#dataform2  input{
  width: 200px;
  border-style:solid;
  border-width:1px;
  border-color:#a6d01b;
  
}

#dataform2  input[type="text"], textarea, option  {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
  border-style:solid;
  border-width:1px;
  border-color:#a6d01b;
	
}

#dataform2  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#dataform2  input:focus, textarea:focus {
	background: #ffc;
}

#dataform2  input.radio {
  float: left;
	margin-right: 1em;
}
	


/* interface
-------------------------------------------------------- */
#header, #content, #footer {
	float: left;
	position: relative;
	width: 100%;
	}
	
	#content {
		margin: 20px 0;
		}
		
		#tour #content {
			margin-top: 90px;
		}
		
		#main {
			float: left;
			width: 600px;
			}
			
			#home #main {
				float: left;
				width: 815px;
				}
		#main_product {
			float: left;
			width: 600px;
			}
				
			
		#sidebar {
			float: right;
			width: 180px;
			}

#footer {
	margin: 10px 0;
	border-top: 2px solid #f0f0f0;
	padding-top: 6px;
	top: 0px;
	left: 0px;
}


/* image replacement
-------------------------------------------------------- */
#replacelogo {
	position: absolute;
	top: 0; left: 0;
	width: 220px; height: 60px;
	background: url("../images/reachgroup.gif") no-repeat;
	}

	#replacelogo h1, #replacelogo a {
		display: block;
		width: 220px; height: 60px;
		text-indent: -9999px;
		background: none;
		text-decoration: none;
		} 

		#replacetaproot {
			position: absolute;
			top: 0; right: 0;
			width: 146px; height: 76px;
			background: url("src/taproot.gif") no-repeat;
			}

			#replacetaproot h2, #replacetaproot a {
				display: block;
				width: 146px; height: 76px;
				text-indent: -9999px;
				background: none;
				text-decoration: none;
				}


/* navigation links
-------------------------------------------------------- */
#navbar {
	position: relative;
	float: right;
	}

ul#nav {
	height: 60px; width: 465px;
	background: url("../images/nav.gif") no-repeat;
	}

	ul#nav li {
		float: left;
		list-style: none;
		}
	
	ul#nav li a {
		position: absolute;
		color:#6b6d67;
		text-decoration: none;
		border: none !important;
		margin: 0 !important;
		}

		ul#nav li#nav-product a { 
			left: 55px; top: 0;
			width: 122px; height: 35px;
		    text-indent: -9999px;
			background: url("../images/nav.gif") -55px 0 no-repeat ;
			}
		ul#nav li#nav-download a { 
			left: 232px; top: 0;
			width: 86px; height: 35px;
		    text-indent: -9999px;
			background: url("../images/nav.gif") -232px 0 no-repeat;
			}
		ul#nav li#nav-content a { 
			left: 374px; top: 0;
			width: 87px; height: 35px;
		    text-indent: -9999px;
			background: url("../images/nav.gif") -374px 0 no-repeat;
			}
		ul#nav li#nav-login a { 
			left: 153px; top: 43px;
			width: 149px; height: 23px;
	        text-align: right;
			}
		ul#nav li#nav-register a { 
			left: 301px; top: 43px;
			width: 62px; height: 23px;
	        text-align: right;
			}
		ul#nav li#nav-contact a { 
			left: 366px; top: 43px;
			width: 51px; height: 23px;
	        text-align: right;
			}
		ul#nav li#nav-about a { 
			left: 413px; top: 43px;
			width: 48px; height: 23px;
	        text-align: right;
			}		

ul#nav li#nav-product a:hover  				{ background-position: -55px -59px; }
ul#nav li#nav-download a:hover  				{ background-position: -232px -59px; }
ul#nav li#nav-content a:hover  			{ background-position: -374px -59px; }
ul#nav li#nav-login a:hover  			{ color:#393a36; }
ul#nav li#nav-register a:hover  		{ color:#393a36; }
ul#nav li#nav-contact a:hover  			{ color:#393a36; }
ul#nav li#nav-about a:hover  			{ color:#393a36; }


#sidebar h3 {
	background: #d2d4cd;
	padding: 5px 0 6px 8px;
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-top: 5px;
	}
	
	#sidebar h3 a {
		color: #21211f;
		text-decoration: none;
		}

.blogbar {
	padding: 5px 0;
	background: #f0f0f0;
	margin-bottom: 10px;
	}

#subnav li, .blogbar li {
	background: #f0f0f0;
	display: inline;
	}
	
	#subnav li ul {
		padding-bottom: 6px;
		background: #f0f0f0;
		}
	
	#subnav li a {
		display: block;
		border-top: 1px solid #fff;
		padding: 5px 0 5px 25px;
		background: #f0f0f0 url("../images/dot.gif") 6px 8px no-repeat;
		font-size: 	12px;
		text-decoration: none;
		color: #393a36;
		}
		
		#subnav li li a, .blogbar li a {
			border: none;
			display: block;
			background: #f0f0f0;
			padding: 0 0 0 33px;
			font-size: 11px;
			color: #6b6d67;
			}


				#subnav li li li a {
					border: none;
					display: block;
					background: #f0f0f0;
					padding: 0 0 0 45px !important;
					font-size: 9px;
					color: #6b6d67;
					}
					
					#subnav li li ul {
						margin: 0 0 -6px 0 !important;
					}

	#subnav a:hover {
		color: #21211f;
		}
		
	#subnav .current_page_item a {
		color: #21211f;
		border-left: 3px solid #a6d01b;
		}
	
	#subnav .current_page_item li a {
		color: #6b6d67 !important;
		border: none;
		}






/* non-navigation links
-------------------------------------------------------- */
#main a, #women a, #tour a {
	color: #8db703;
	}


#footer a {
	color: #6b6d67;
	}
	
#main a:hover, #footer a:hover, #women a:hover, #tour a:hover {
	color: #393a36;
	}

	.edit a, #admin a {
		background: #8db703;
		color: #fff !important;
		padding: 3px 6px;
		text-decoration: none;
		font-size: 9px !important;
		}
		
		.edit a:hover, #admin a:hover {
			background: #393a36;
			}
			
#sidebar .edit, #hide-edit .edit  {
	display: none;
}

/* content area
-------------------------------------------------------- */
#masthead img {
	border: 5px solid #f0f0f0;
	}
	

.col {
	float: left;
	width: 260px;
	border-right: 5px solid #f0f0f0;
	margin: 10px 0;
	}
	
.col  h2{
	 color: #a6d01b;
     padding: 10px 0;
	 }
	
.headt{
	 color: #8db703;
     padding: 10px 0;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     border: none;
	 }

.headt_bold{
	 color: #8db703;
     padding: 10px 0;
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     border: none;
	 }	 

.headt_bold_small{
	 color: #8db703;
     padding: 10px 0;
     font-size: 13px;
     font-style: normal;
     font-weight: 600;
     border: none;
	 }

.end {
	border: none;
	}
	
.end_down {
	border: none;
	width: 340px;
	}	

.contents {
	border: none;
	width: 460px;
}


.home-image {
	float: left;
	margin: 0 12px 30px 1px;
}

.lineimg {
	float: right;
	margin: 40px 12px;
}


.inlineimg {
	margin: 0 12px 12px 12px;
}

.title_icon {
		display: block;
		padding: 5px 0 5px 25px;		
		background: url("../images/ThreadHot.gif") 6px 8px no-repeat;
		font-size: 	12px;
		font-weight : 600;
		text-decoration: none;
	}


/* text
-------------------------------------------------------- */
#main p, #main li, #main h4, #main h3 {
	padding-left: 6px;
	}


#main p {
	padding-bottom: 18px;
	}

li {
	list-style: none; 
	}
	
	#main li, #tour li {
		list-style: disc;
		padding-left: 6px;
		margin-left: 21px;
		padding-bottom: 6px;
		}
		
		#main p.vid {
			list-style:none;
			float: left;
			width: 45%;
			display: block;
			padding-bottom: 20px;
		}
	
	#main ul {
		padding-bottom: 18px;		
		}
	
h2 {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 24px;
	height: 30px;
	}

	#home h2 {
		font-weight: bold;
		line-height: 1.5em;
		font-size: 21px;
		height: 25px;
		margin-left: 12px;
		}

		#main h4 {
			font: normal 15px georgia, serif;
			font-style: italic;
			margin: 30px 0 15px 0;
			border-top: 1px solid #a6d01b;

			}

#footer p {
	color: #9da197;
	font-size: 11px;
	}

.testimonial p {
	font: 12px/18px georgia, times, serif;
	font-style: italic;
	margin-top: 30px;
	color: #6b6d67;
	}
	
.tags {
	font-size: 10px;
	margin-top: -6px;
	margin-bottom: 21px;
	color: #6b6d67;
	padding-top: 6px;
	border-top: 2px solid #f0f0f0;
	}	




#main h3 {
	font-size: 13px;
	}
	
	#main #first { background: #6b6d67; padding: 10px; margin-bottom: 20px;}
	#main #first * { color: #fff !important; border: none !important; }
	#first p.tags { padding: 0 !important; margin: 0 !important;}

#main h3 span {
	font-weight: normal;
	font-size: 10px;
	color: #6b6d67;
	}

#home #main h3, #home #main p {
	padding: 0 12px;
	}
	

.mainlist { 
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	color: #393a36;
	}
	
.mainlist strong { 
	color: #7a9e03;
	font-weight: 600;
	}	
	
.mainlist ul li {
		display: block;
		border-top: 1px solid #fff;
		padding: 5px 0 5px 25px;
		background: #f0f0f0 url("../images/Thread.gif") 6px 8px no-repeat;
		font-size: 	12px;
		text-decoration: none;
		color: #393a36;	
	}

.mainlist dl.feature {
	margin: 3px 3px 3px 105px;
	color: #393a36;
	padding: 0 ;
	}
	
	

/* sifr
-------------------------------------------------------- */
.sIFR-flash, .sIFR-replaced {
	visibility: visible !important;
	margin: 0;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0; top: 0;
	width: 0; height: 0;
	display: block;
	overflow: hidden;
	}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 24px;
	margin: 12px 0;
	}
	
	.sIFR-hasFlash h2.tourtitle {
		visibility: hidden;
		font-size: 24px;
		margin: 12px 0;
		}	
