/*

	for qwak.co.uk

*/


html
{
	overflow: -moz-scrollbars-vertical !important;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #e8e8e8;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a
{
	outline: none;
	text-decoration:none;
}







hr
{
    height:2px;
    width:50%;
	height:2px;
    background:#e0e0e0;
	border-style:none;
/*    margin: 0px 150px 0px 150px;  
	border-color:#c0c0c0;
*/
}


div.smallprint
{
	text-align:justify;
	color: #cccccc;
	font-size: 9px;
}







img.gallery_screen
{
	padding: 8px;
	border: 2px;
	border-color:#c0c0c0;
	border-style:solid;
	margin: 0px;
	background-color:#e0e0e0;
}

img.gallery_thumb
{
	padding: 4px;
	border: 1px;
	border-color:#c0c0c0;
	border-style:solid;
	margin: 6px 2px 0px 2px;
	background-color:#e0e0e0;
}

img.gallery_thumb_sel
{
	padding: 4px;
	border: 1px;
	border-color:#c0c0c0;
	border-style:solid;
	margin: 6px 2px 0px 2px;
	background-color:#e0e0e0;
}



table.frame_white
{
	padding: 8px;
	background:#f8f8f8;
	border:#e0e0e0 solid 2px;
	

}


td.frame_grey
{
	padding: 8px;
	background:#e0e0e0;
	border:#c0c0c0 solid 2px;
}

td.frame_white
{
	padding: 8px;
	background:#f8f8f8;
	border:#e0e0e0 solid 2px;
}

td.frame_paypal
{
	padding: 8px;
	background:#ffeccf;
	border:#ffd492 solid 2px;
}



#gallery_prev
{
	display: block;
	width: 48px;
	height: 48px;
	background: url("../images/galnav_01.png") no-repeat 0 0;
}

#gallery_prev:hover
{
	background-position: 0 -48px;
}

#gallery_prev span
{
  display: none;
}

#gallery_next
{
	display: block;
	width: 48px;
	height: 48px;
	background: url("../images/galnav_02.png") no-repeat 0 0;
}

#gallery_next:hover
{
	background-position: 0 -48px;
}

#gallery_next span
{
  display: none;
}

/*

#ID_prev
{
	display: block;
	height: 64px;
	width: 64px;
	background: url("../images/galnav_01.png") no-repeat 0 0;
}

#ID_prev:hover {background-position: 0 -64px;}

#ID_prev span  {display: none;}

*/
















/*
	NAVIGATION BAR - FOR SITE
*/


#navbar
{
	margin:				0px;
	border:				0px;
	padding:			10px;

	cursor:				default;
	font:				bold 12px Verdana, sans-serif;
}

#navbar li
{
	list-style:			none;
	margin:				0px;
	display:			inline;
}

#navbar li a
{
	margin-left:		2px;
	margin-right:		2px;

	border:				2px solid;
	border-top:			1px dotted;

	position:			relative;
	padding:			5px;
	top:				-5px;

	color:				#808080;
	background:			#e0e0e0;
	border-color:		#c0c0c0;
	border-top-color:	#e0e0e0;

	text-decoration:	none;
}

#navbar li a:hover
{
	padding-top:		7px;
	top:				-4px;

	color:				#b0b0b0;
	background:			#f0f0f0;
	border-color:		#c0c0c0;
	border-top-color:	#c0c0c0;

}

#navbar li a#navbar_current
{
	border-top:			2px solid;
	border-bottom:		0px;

	padding-top:		7px;
	top:				7px;
}




























/*
	NAVIGATION TABS - IN PAGE
*/

#navtab
{
	margin:				0;
	border-bottom:		2px solid #c0c0c0;
	padding:			4px;
	padding-bottom:		6px;

	cursor:				default;
	font:				bold 12px Verdana, sans-serif;
}

#navtab li
{
	margin:				0;

	list-style:			none;
	display:			inline;
}











#navtab li a
{
	position:			relative;
	top:				3px;

	margin-left:		2px;
	margin-right:		2px;
	border:				2px solid;
	padding:			4px;
	padding-bottom:		3px;

	text-decoration:	none;

	color:				#808080;
	background:			#e0e0e0;
	border-color:		#c0c0c0;
}


#navtab li a:hover
{
	position:			relative;
	top:				2px;
	padding-bottom:		4px;

	color:				#b0b0b0;
	background:			#f0f0f0;
	border-color:		#c0c0c0;
}

#navtab li a#navtab_current
{
	position:			relative;
	top:				4px;

	border-bottom:		none;
	padding:			4px;

	color:				#c0c0c0;
	background:			#ffffff;
	border-color:		#c0c0c0;
}


















/*

	NAVIGATION BAR - OLD



#navbar
{
	padding: 3px;
	margin: 0px;
	font: bold 12px Verdana, sans-serif;

}

#navbar li
{
	list-style: none;
	margin: 0px;
	display: inline;
}

#navbar li a
{
	padding: 5px;
	margin-left:  2px;
	margin-right: 2px;
	border: 2px solid;
	border-top: none;
	text-decoration: none;

	position: relative;
	top: 2px;


	color: #808080;
	background: #e0e0e0;
	border-color: #c0c0c0;
}

#navbar li a:hover
{
	color: #b0b0b0;
	background: #f0f0f0;
	border-color: #c0c0c0;
}

#navbar li a#navbar_current
{
	cursor: default;
	top: 10px;
}

*/






/*

	NAVIGATION TABS - OLD


#navtab
{
	padding: 3px 0;
	margin: 0;
	border-bottom: 2px solid #c0c0c0;
	font: bold 12px Verdana, sans-serif;

	height: 16px;
	font-size: 12px;
}

#navtab li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navtab li a
{
	color: #808080;
	background: #f0f0f0;

	padding: 3px 0.5em;
	margin-left:  2px;
	margin-right: 2px;
	border: 2px solid #c0c0c0;
	border-bottom: none;
	background: #e0e0e0;
	text-decoration: none;

	position: relative;
	top: 2px;
}

#navtab li a:hover
{
	color: #b0b0b0;
	background: #f0f0f0;
	border-color: #c0c0c0;
}

#navtab li a#navtab_current
{
	color: #c0c0c0;
	background: white;
	border-color: #c0c0c0;
	border-bottom: 2px solid white;
	cursor:default;
}




*/



