
/* *** global *** */
.nopad, .nopad * { padding: 0; margin: 0; }
.nopad li { list-style: none outside; }
.nopad img { border: 0; }


.cat_header {
	font: bold 14px/20px arial;
	/* background: url(http://abetop.com/projects/Steven-forum-dropshippingforum.co.uk/nav_01.gif) repeat-x top left #1d6095; */
	background: url(http://dropshippingforum.co.uk/dropship/styles/subsilver2/imageset/nav_01.gif) repeat-x top left #1d6095;

}

.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
}

/* *** forum title *** */
h2.title, h1.title {
	color: #565757;
	font: bold 19px arial;
	letter-spacing: -0.3px;
	margin: 15px 0 0 0; padding: 0;
}
	h2.title span, h1.title span {
		background: #FFF;
		color: #1c6297;
		padding-right: 5px;
	}

/* *** header *** */

#header {
	height: 92px;
	margin-bottom: 25px;
	padding-top: 25px;
}
	/* IMAGE logo */
	#logo {
		float: left;
	}

	/* logo */
	#header h1 {
		background: url(../../images/XXX/header/logo.gif) no-repeat center center;
		float: left;
		height: 92px;
		text-indent: -9999px;
		width: 362px;
	}
		#header h1 a {
			display: block;
			height: 92px;
		}

	/* 468 banner */
	.foursixeight {
		float: right;
		height: 60px;
		margin-top: 12px;
		width: 529px;
	/*	width: 468px;*/
	}
	
/* *** menu bar *** */
#menu {
	/*background: url(http://abetop.com/projects/Steven-forum-dropshippingforum.co.uk/nav.gif) repeat-x top left #1d6095;*/
	background: url(http://dropshippingforum.co.uk/dropship/styles/subsilver2/imageset/nav.gif) repeat-x top left #1d6095;

	border: 1px solid #565757;
	height: 66px;
	margin-bottom: 25px;
	position: relative;
}

	/* *** search box *** */
	#search {
		float: right;
		padding: 6px 8px 0 0;
	}
		/* text input */
		#search .input {
			border: 1px solid #1d6095;
			color: #938e8f;
			float: left;
			font: normal 13px arial;
			margin-right: 6px;
			padding: 3px;
			height: 16px;
			width: 150px;
		}
		#search .input:focus {
			color: #494748;
		}
		
		/* submit button */
		#search .go {
			/* background: url(http://abetop.com/projects/Steven-forum-dropshippingforum.co.uk/go.gif) no-repeat center center #ccc; */
			background: url(http://dropshippingforum.co.uk/dropship/styles/subsilver2/imageset/go.gif) no-repeat center center #ccc;

			border: 0;
			height: 24px;
			width: 30px;
		}
		
	/* *** navigation *** */
	#nav {
	}
		#nav li {
			border-right: 1px solid #0b4d7f;
			height: 37px;
			float: left;
		}
		
		/* nav link */
		#nav li a {
			color: #FFF;
			display: block;
			float: left;
			font: bold 14px/37px arial;
			height: 37px;
			padding: 0 17px;
			text-decoration: none;
		}
			/* rollover stste */
			#nav li a:hover, #nav li.cur a, #nav li.hovered a {
				/* background: url(http://abetop.com/projects/Steven-forum-dropshippingforum.co.uk/hover.gif) repeat-x top left #dcd9da; */
				background: url(http://dropshippingforum.co.uk/dropship/styles/subsilver2/imageset/hover.gif) repeat-x top left #dcd9da;

				color: #565757;
			}
			#nav li a:hover {
				text-decoration: underline;
			}
			#nav li.cur a:hover {
				text-decoration: none;
			}
		
		/* sub nav */
		#nav li ul {
			background: #dcd9da;
			display: none;
			height: 19px;
			padding: 5px 0 4px 20px;
			position: absolute; bottom: 0; left: 0;
			/*width: 600px;*/
		}
			#nav li li {
				/* background: url(http://abetop.com/projects/Steven-forum-dropshippingforum.co.uk/subnav.gif) no-repeat center right; */
				background: url(http://dropshippingforum.co.uk/dropship/styles/subsilver2/imageset/subnav.gif) no-repeat center right;

				border: 0;
				height: 20px;
				margin-right: 20px;
				padding-right: 18px;
				position: relative;
				white-space: nowrap;
			}
				#nav li li a {
					background: none !important;
					color: #565757 !important;
					display: inline;
					font: normal 12px/20px arial;
					height: auto;
					padding: 0;
				}
				
				#nav li li a:hover {
					color: #000;
					text-decoration: underline !important;
				}
			/*
			#nav li.cur ul, #nav li.hovered ul {
				display: block;
				z-index: 99;
			}
			#nav li:hover ul {
				display: block; z-index: 100;
			}
			*/
			
			/* sub sub nav */
			#subsubnav {
				padding-top: 3px;
				position: absolute;
				left: -20px; top: 20px;
				/*z-index: 9999;*/
			}
			
			#nav li li ul {
				background: #dcd9da;
				border: 1px solid #565757; border-top-color: #dcd9da;
				height: 80px;
				/*position: relative; left: 0; right: 0; top: 0; bottom: 0;*/
				margin: 0; padding: 8px 12px; padding-right: 24px;
				width: auto;
				/*z-index: 9999;*/
			}
				#nav li li li {
					background: none;
					float: none;
					height: 20px;
					line-height: 150%;
					padding: 0; margin: 0 !important;
				}
				#nav li li ul a {
					margin: 0; padding: 0;
					height: 20px; line-height: 20px;
				}
	
	/* *** submenu *** */
	#submenu {
		background: #dcd9da;
		clear: both;
		height: 19px;
		padding: 5px;
		padding-right: 9px;
	}
	
		/* *** subscribe buttons *** */
		#subscribe {
			float: right;
			font-size: 13px;
			padding-top: 2px;
		}
			#subscribe span, #subscribe ul, #subscribe li {
				float: left;
			}
	
			/* buttons */
			#subscribe li {
				height: 15px;
				margin-left: 10px;
				width: 15px;
			}
				#subscribe a {
					background: url(../../images/XXX/header/subscribe.gif) no-repeat top left #307db1;
					display: block;
					height: 15px;
					text-indent: -9999px; outline: none;
				}
				
				/* bg images */
				#subscribe #subsc2 a { background-position: -24px 0; }
				#subscribe #subsc3 a { background-position: -48px 0; }
				#subscribe #subsc4 a { background-position: -72px 0; }
				#subscribe #subsc5 a { background-position: 100% 0; }
				
				/* hover states */
				#subscribe #subsc1 a:hover { background-position: 0 100%; }
				#subscribe #subsc2 a:hover { background-position: -24px 100%; }
				#subscribe #subsc3 a:hover { background-position: -48px 100%; }
				#subscribe #subsc4 a:hover { background-position: -72px 100%; }
				#subscribe #subsc5 a:hover { background-position: 100% 100%; }


/********  sidebar *********/
	
/* social media links */
#social {
	margin-top: 19px;
	text-align: center;
}
	/*#social li { display: inline-block; padding-bottom: 19px; }*/
	#social img { display: block; }

#sidebarWrap {
padding-left:20px;
font: 11px Arial,Helvetica,sans-serif;
}
.sidebaricon {
padding: 0px 10px 0px 5px;
}
.membermonthpic {
padding:5px;
float:left;
}

/* *** *** sidebar *** *** */
#sidebar {
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	width: 210px;
}
	#sidebar a, #sidebar a:visited #sidebar a:link {
		color: #195a8e;
	}
	#sidebar a:hover {
		color: #494748;
	}
	#sidebar .smallerfont a {
		color: #494748;
		text-decoration: underline;
	}
	#sidebar .smallerfont a:hover {
		color: #195a8e;
		text-decoration: underline;
	}

	/* heading */
	#sidebar h3, #left_sidebar h3 {
		background: url(../../images/XXX/sidebar/heading.gif) repeat-x top left #1e6196;
		border: 1px solid #575757;
		color: #FFF;
		height: 27px;
		font: bold 12px/25px arial;
	}
		#sidebar h3 span, #left_sidebar h3 span {
			display: block;
			border: 1px solid #1e6196;
			padding: 0 10px;
		}
		
	/* lists */
	#sidebar ul ul {
		border: 1px solid #cbcacb;
		border-width: 0 1px;
	}
		#sidebar li li {
			background: #fff url(../../images/XXX/sidebar/bullet.gif) no-repeat 10px 50%;
			border-bottom: 1px solid #cbcacb;
			padding: 8px 9px; padding-left: 37px;
		}
		#sidebar .highlights li {
			background: #fff url(../../images/XXX/homepage/post.gif) no-repeat 10px 10px;
		}
		#sidebar .threads li {
			background: #fff url(../../images/XXX/homepage/thread.gif) no-repeat 10px 10px;
		}
		#sidebar .archives li {
			background: #fff url(../../images/XXX/sidebar/archive.gif) no-repeat 10px 50%;
		}
		#sidebar .blogroll li {
			background: #fff url(../../images/XXX/sidebar/link.gif) no-repeat 10px 50%;
		}		
		
		#sidebar .alternating li.alt, #sidebar  {
			background-color: #f4f2f3 !important;
		}
		
	/* 125 advertising */
	#sidebar .onetwofive {
		background: #f4f2f3;
		padding-top: 10px;
		text-align: center;
	}
		#sidebar .onetwofive li {
			background: none;
			border: 0;
			padding: 0;
			padding-bottom: 10px;
		}

/* *** footer nav *** */
#footernav {
	background: url(../../images/XXX/footer/nav.gif) repeat-x bottom left #FFF;
	border: 1px solid #c5c6c6; border-width: 1px 0;
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	padding: 10px 0;
}
	#footernav li {
		border-right: 1px solid #8f8f8f;
		float: left;
		padding-right: 15px; margin-right: 15px;
	}
	#footernav li.last, #footer li.last { border-right: 0; }
	
		#footernav a {
			color: #494748;
			font-weight: bold;
			text-decoration: none;
		}
		#footernav a:hover {
			color: #195a8e;
		}
		
/* *** footer *** */
#footer {
	background: url(../../images/XXX/footer/footer.gif) repeat-x top left #FFF;
	height: 112px;
	padding: 15px 0;
}
	#footer a {
		color: #494748;
		text-decoration: none;
	}
	#footer a:hover {
		color: #195a8e;
	}

	/* nav */
	#footer li {
		float: left;
		border-right: 1px solid #c5c5c5;
		padding-right: 10px; margin-right: 10px;
	}
	
	/* copyright notice */
	#footer p {
		clear: both;
		font-size: 12px;
		line-height: 1.6em;
		padding-top: 15px;
	}

/*** breadcrumb ***/
.crumbtrail-nav {
 background:#F4F2F3;
 border:1px solid #BDBCBD;
 font-size:13px !important;
 padding:10px 17px 11px;
 margin-bottom: 7px;
 color:#494748;
}
.crumbtrail-nav a:link, .crumbtrail-nav_alink, .crumbtrail-navActive a:link, .crumbtrail-navActive_alink
{
	color: #494748;
	font-weight: bold;
	text-decoration: underline;
}
.crumbtrail-nav a:visited, .crumbtrail-nav_avisited, .crumbtrail-navActive a:visited, .crumbtrail-navActive_avisited
{
	color: #494748;
	font-weight: bold;
	text-decoration: underline;
}
.crumbtrail-nav a:hover, .crumbtrail-nav a:active, .crumbtrail-nav_ahover, .crumbtrail-navActive a:hover, .crumbtrail-navActive a:active, .crumbtrail-navActive_ahover
{
	color: #494748;
	font-weight: bold;
	text-decoration: none;
}
.crumbtrail-nav ul {
 list-style:none;
 margin:0;
 padding:0;
}
.crumbtrail-nav ul li {
 color:#494748;
 display:inline;
 line-height: normal;
 float: none;
}
.crumbtrail-nav ul li a {
 color:#494748;
 text-decoration:underline;
 float: none;
 display: inline;
 border: none;
 font-weight: normal;
 padding: 0;
}
.crumbtrail-nav ul li.bold a {
 font-weight:bold;
}
.crumbtrail-nav ul li:HOVER {
 background: none;
 padding: 0;
}
.crumbtrail-nav ul li:HOVER  A{
 padding: 0;
}
.crumbtrail-nav ul li a:HOVER {
 text-decoration:none;
 background: none;
 padding: 0;
}
/********  misc *********/
.smallerfont
{
font: 11px Arial,Helvetica,sans-serif;
}
.smallerfont a:link, .smallerfont_alink, .smallerfontActive a:link, .smallerfontActive_alink
{
	color: #494748;
	text-decoration: underline;
}
.smallerfont a:visited, .smallerfont_avisited, .smallerfontActive a:visited, .smallerfontActive_avisited
{
	color: #494748;
	text-decoration: underline;
}
.smallerfont a:hover, .smallerfont a:active, .smallerfont_ahover, .smallerfontActive a:hover, .smallerfontActive a:active, .smallerfontActive_ahover
{
	color: #494748;
	text-decoration: none;
}
.pagenav_block {
background:#565757 url(../../styles/wholesale-v4/bg/pagenav.gif) repeat-x scroll top;
border:1px solid #565757;
color:#ffffff;
font-size:0.92em;
padding:4px 7px 3px;
}
.pagenav_normal {
background:#ebebeb;
border:1px solid #c4c4c4;
color:#494748;
font-size:0.92em;
padding:3px 7px;
}
.pagenav_normal a:link, pagenav_normal_alink {
	color: #494748;
	text-decoration: none;
}
.pagenav_normal a:visited, pagenav_normal_avisited {
	color: #494748;
	text-decoration: none;
}
.pagenav_normal a:hover, pagenav_normal a:active, pagenav_normal_ahover {
	color: #494748;
	text-decoration: underline;
}
.pagenav_selected {
background:#ffffff;
border:1px solid #c4c4c4;
color:#494748;
font-size:0.92em;
padding:3px 7px;
}
.pagenav_selected a:link, pagenav_selected_alink {
color: #494748;
text-decoration: none;
}
.pagenav_selected a:visited, pagenav_selected_avisited {
color: #494748;
text-decoration: none;
}
.pagenav_selected a:hover, pagenav_selected a:active, pagenav_selected_ahover {
color: #494748;
text-decoration: underline;
}

.tcat2
{
	background: #dcd9da;
	color: #565757;
	font-family: Arial,Helvetica,sans-serif;
	font-size:1.08em;
	font-weight:bold;
	}
.tcat2 a:link, .tcat2_alink
{
	color: #565757;
	font-size:1.08em;
	text-decoration: underline;
}
.tcat2 a:visited, .tcat2_avisited
{
	color: #565757;
	text-decoration: underline;
}
.tcat2 a:hover, .tcat2 a:active, .tcat2_ahover
{
	color: #565757;
	text-decoration: none;
}
.tborder2 {
color: #494748;
border:1px solid #bdbcbd;
}
.tborder3 {
color: #494748;
background:#bdbcbd;
}
.thead2 {
background:#ffffff;
padding:5px;
color: #565757;
font-size:12px;
}
.thead2 a:link, .thead2_alink
{
color: #565757;
text-decoration: underline;
}
.thead2 a:visited, .thead2_avisited
{
color: #565757;
text-decoration: none;
}
.thead3 {
background:#ffffff;
padding:5px;
color: #565757;
border-bottom:1px solid #bdbcbd;
}
.alt3, .alt3Active
{
	background: #f4f2f3;
	color: #195a8e;
	padding:5px;
	font: bold 12px Arial,Helvetica,sans-serif;
}
.alt3 a:link, .alt3_alink, .alt3Active a:link, .alt3Active_alink
{
	color: #195a8e;
	text-decoration: underline;
}
.alt3 a:visited, .alt3_avisited, .alt3Active a:visited, .alt3Active_avisited
{
	color: #195a8e;
	text-decoration: underline;
}
.alt3 a:hover, .alt3 a:active, .alt3_ahover, .alt3Active a:hover, .alt3Active a:active, .alt3Active_ahover
{
	color: #195a8e;
	text-decoration: none;
}
.alt4, .alt4Active
{
	background: #ffffff;
	color: #195a8e;
	padding:5px;
	font: bold 12px Arial,Helvetica,sans-serif;
}
.alt4 a:link, .alt4_alink, .alt4Active a:link, .alt4Active_alink
{
	color: #195a8e;
	text-decoration: underline;
}
.alt4 a:visited, .alt4_avisited, .alt4Active a:visited, .alt4Active_avisited
{
	color: #195a8e;
	text-decoration: underline;
}
.alt4 a:hover, .alt4 a:active, .alt4_ahover, .alt4Active a:hover, .alt4Active a:active, .alt4Active_ahover
{
	color: #195a8e;
	text-decoration: none;
}
.lastposttitle {
font-size:14px;
}
.lastposttitle a:link, .lastposttitle_alink, .lastposttitleActive a:link, .lastposttitleActive_alink
{
	color: #195A8E;
	text-decoration: underline;
}
.lastposttitle a:visited, .lastposttitle_avisited, .lastposttitleActive a:visited, .lastposttitleActive_avisited
{
	color: #195A8E;
	text-decoration: underline;
}
.lastposttitle a:hover, .lastposttitle a:active, .lastposttitle_ahover, .lastposttitleActive a:hover, .lastposttitleActive a:active, .lastposttitleActive_ahover
{
	color: #195A8E;
	text-decoration: none;
}

/*****  post block  ******/

.bigusername { 
font-size: 14pt; 
}
.bigusername a:link, .bigusername_alink, .bigusernameActive a:link, .bigusernameActive_alink
{
	color: #494748;
	text-decoration: underline;
}
.bigusername a:visited, .bigusername_avisited, .bigusernameActive a:visited, .bigusernameActive_avisited
{
	color: #494748;
	text-decoration: underline;
}
.bigusername a:hover, .bigusername a:active, .bigusername_ahover, .bigusernameActive a:hover, .bigusernameActive a:active, .bigusernameActive_ahover
{
	color: #494748;
	text-decoration: none;
}
.postbit_user {
background: #e5e2e3 url(../../styles/wholesale-v4/bg/user-info-bg.gif) no-repeat top right;
color: #494748;
padding:5px;
font: 11px Arial,Helvetica,sans-serif;
}
.data-box {
background:#FCFCFC;
border:1px solid #C7C7C7;
padding:6px;
font: 11px Arial,Helvetica,sans-serif;
}
.userbox_avatar {
float:left;
border:1px solid #C7C7C7;
margin:0px 10px 15px 1px;;
}
.userinfo_data {
color: #494748;
font: 12px Arial,Helvetica,sans-serif;
}
.userinfo_data a:link, .userinfo_data_alink, .userinfo_dataActive a:link, .userinfo_dataActive_alink
{
	color: #494748;
	text-decoration: underline;
}
.userinfo_data a:visited, .userinfo_data_avisited, .userinfo_dataActive a:visited, .userinfo_dataActive_avisited
{
	color: #494748;
	text-decoration: underline;
}
.userinfo_data a:hover, .userinfo_data a:active, .userinfo_data_ahover, .userinfo_dataActive a:hover, .userinfo_dataActive a:active, .userinfo_dataActive_ahover
{
	color: #494748;
	text-decoration: none;
}
.postbit_author {
border-bottom:1px solid #C4C4C4;
margin-bottom:18px;
padding-left:15px;
margin-top:15px;
}
.postbit_author a:link, .postbit_author_alink, .postbit_authorActive a:link, .postbit_authorActive_alink
{
	color: #195A8E;
	text-decoration: underline;
}


.postbit_author a:visited, .postbit_author_avisited, .postbit_authorActive a:visited, .postbit_authorActive_avisited
{
	color: #195A8E;
	text-decoration: underline;
}
.postbit_author a:hover, .postbit_author a:active, .postbit_author_ahover, .postbit_authorActive a:hover, .postbit_authorActive a:active, .postbit_authorActive_ahover
{
	color: #195A8E;
	text-decoration: none;
}
.postbit_author span{
color:#494748;
float:right;
font-size:0.96em;
padding:0;
margin:0px 9px 15px 0;
}
.postbit_author p{
color:#494748;
font-size:0.96em;
}
.posticon {
position:relative;
top:-1px;
}
.posted {
color:#494748;
font-size:12.5px;
font-size:13px;
line-height:19px;
margin:20px 15px 20px 15px;
min-height:134px;
}
.post-action {
background:#E5E2E3;
border-top:1px solid #C4C4C4;
border-bottom:1px solid #565757;
padding-left:15px;
padding-top:7px;
padding-bottom:4px;
}
.post-action .align-right {
float:right;
padding-right:15px
}

/*
.timestamp {
position:relative;
top: -7px; 
padding: 4px; 
background: #fff; 
border: 1px solid #c7c7c7;
}
*/

.noticebox {
background:#F4F2F3;
border:1px solid #BDBCBD;
margin-bottom:14px;
padding:5px;
line-height:1.8em;
}


.subscribe_fixed {
	float:right;
	padding:5px 8px 0 0;
}
.subscribe_fixed *{
	color:#494748;
	font-size:13px;
}

/*
a.rss{
	background:url(../../styles/wholesale-v4/misc/rss.gif) no-repeat;
	padding-left:21px;
	font-weight:bold;
}
a.email{
	background:url(../../styles/wholesale-v4/misc/mail.gif) no-repeat;
	padding-left:21px;
	font-weight:bold;
	height:16px;
}
a.twitter{
	background:url(../../styles/wholesale-v4/misc/twitter.gif) no-repeat;
	padding-left:16px;
	font-weight:bold;
	height:16px;
}
*/

/* *** member of the month *** */
.motm {
background: #f4f2f3;
border: 1px solid #bfbfbf; border-width: 0 1px;
padding: 10px;
}
.motm p { padding-top: 10px; }

/* *** relevant replacements *** */
#vbseoRr h1, #vbseoRr h2 { display: inline; margin: 0; padding: 0; font-size: 12px; }


.log_box {
background:#fff;
border:1px solid #555656;
color:#555656;	
padding:6px;
width:205px;
margin-right:15px;
font-size:13px;
}
.rem_box {
background:#d8d8d8;
border:1px solid #bebdbe;
color:#5f5e5e;
font-size:13px;
padding:5px;
width:115px;
}
.noticebox {
margin-bottom:0;
padding:10px 15px;
}
.crumbtrail-nav {
padding:10px 15px 13px;
}
.memberbox {
background:#F4F2F3;
border:1px solid #BDBCBD;
padding:10px;
margin-left:20px;
}
.memberbox_unread {
color:#5f5e5e!important;
font-weight:bold;
}
.memberbox_unread:hover {
color:#5f5e5e!important;
}

.fl {
float:left;
}
.fr {
float:right;
}

.postthanks-left {
background:#E5E2E3;
font-size:12px;
border:1px solid #C4C4C4;
border-top:0;
}
.postthanks-right {
background:#F4F2F3;
border:1px solid #C4C4C4;
border-top:0;
border-left:0;
font-size:12px;
}

