/*
	Digmyid Cascading Style Sheet
	----------------------------------------------- 

	Table of Contents:
		1. structure
		2. misc
*/

/* 1. structure
----------------------------------------------- */


body
{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #59636f;
	/*background: url(../images/bg.gif) repeat-x;*/
	margin: 0; padding: 0 0 0 0;
}
div#container
{
	clear:both;
	width: 931px;
	margin: 0 auto;
}
div#maincontainer
{
	width: 100%;
	margin: 0 auto;
}
div#dynamicheader {
	width: 100%;
	margin: 0 auto;
}
div#headerfront
{
	height: 145px;
	/*padding: 50px 0 0 0;*/
	padding: 25px 0 0 0;
	/*background: url(../images/header_banner_bg.gif) repeat-X;*/
	width:931px;
	margin:auto;
}

div#headerstrip
{
	background: url(../images/header_strip.gif) repeat-X;
	height:45px;
	width:931px;
	margin:auto;
}

div#header
{
	width: 931px;
	margin:0 auto;
} 
/*div#header
{
	width: 931px;
	height: 185px;
	padding: 50px 0 0 0;
	padding: 25px 0 0 0;
	background: url(../images/header-bg.jpg) no-repeat;
} */
	div#header h1
	{
		width: 357px;
		/*height: 40px;*/
		/*height: 52px;*/
		height: 75px;
		background: url(../images/logo.png) no-repeat;
		text-indent: -9999px;
		float: left;
	}
	
		div#header h1 a
		{
			width: 357px;
			/*height: 40px;*/
			height: 52px;
			display: block;
		}
	div#headerimage img
	{
		float:left;
		margin-top:-30px;
		text-indent:-9999px;
		padding-top:15px;
		
	}
	div#headerimage 
	{
		width: 357px;
		/*height: 34px;*/
		height: 75px;
		text-indent: -9999px;
		float: left;
	}
		div#headerimage a
		{
			width: 357px;
			height: 34px;
			display: block;
		}	
	
	.login-form
	{
		float: right;
		margin-right:15px;
	}
		.login-input
		{
			font-family: Helvetica, sans-serif;
			color: #afafaf;
			font-size: 12px;
			font-weight: bold;
			width: 142px;
			height: 21px;
			margin: 0 5px 8px 0; padding: 10px 0 0 18px;
			background: #282828 url(../images/login-input-bg.gif) repeat-x;
			border: 1px solid #3e3e3e;
			float: left;
		}
			.login-input:hover
			{
				background: #1e1e1e;
			}
		.login-submit
		{
			width: 71px;
			height: 32px;
			margin: 0 0 0 5px;
			background: url(../images/login-submit-bg.png) no-repeat;
			border: 0;
			cursor: pointer;
			float: left;
		}
			.login-submit:hover
			{
				background: url(../images/login-submit-bg.png) no-repeat 0 -32px;
			}
		/* .login-form a
		{
			color: #a3a3a3;
			font-family: Lucida Grande, Verdana, Arial, sans-serif;
			font-size: 9px;
			font-style: italic;
			text-decoration: underline;
			width: 90px;
			margin: 0 0 0 240px;
			display: block;
			clear: both;
		} */
.login-form a:hover
{
	text-decoration: none;
	color:#DFD34B;
}
		
.forgot-pass {
	/*clear:both;*/
	/*color:#A3A3A3;*/
	color:#D2D2D2;
	display:block;
	font-family:Lucida Grande,Verdana,Arial,sans-serif;
	font-size:11px;
	font-style:italic;
	margin:0 0 0 235px;
	text-decoration:underline;
	width:107px;
}

ul#nav-main
{
	list-style: none;
	margin: 48px 0px 0px 15px; padding: 0;
	clear: both;
}
	ul#nav-main li
	{
		font-size: 18px;
		text-transform: uppercase;
		margin:0px;
		float: left;
	}
	ul#nav-main li a
	{
		color: #d2d2d2;
		text-decoration: none;
		background: url(../images/nav-main-separator-bg.gif) no-repeat right;
		line-height: 40px;
		padding: 0 25px 0 25px;
		display: block;
	}
	ul#nav-main li a:hover
	{
		color: #dfd34b;
		text-decoration: none;
	}
	ul#nav-main li a.home
	{
		/*padding: 0 25px 0 0;*/
		padding: 0 10px 0 0;
	}
	ul#nav-main li a.browse-categories
	{
		background:url(../images/browse-categories-arrow.gif) no-repeat 251px 3px;
		padding: 0 40px 0 25px;
	}
	ul#nav-main li a.partner-with-us
	{
		/*padding: 0 0 0 25px;*/
		padding: 0 10px 0 10px;
		background: url(../images/nav-main-separator-bg.gif) no-repeat left;
	}
div#nav-main-right
{
/*	margin: 30px 0 0 0;*/
	margin: 6px 15px 0 0;
	float: right;
	letter-spacing: -0.5px;
}
	div#nav-main-right a.learn-more
	{
		color: #a2adae;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}
		div#nav-main-right a.learn-more:hover
		{
			background: url(../images/nav-main-right-hover-bg.gif) repeat-x bottom;
			padding: 0 0 3px 0;
		}
	div#nav-main-right a.sign-up-now
	{
		color: #c8c3b0;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
	}
		div#nav-main-right a.sign-up-now:hover
		{
			background: url(../images/nav-main-right-hover-bg.gif) repeat-x bottom;
			padding: 0 0 3px 0;
		}
	div#nav-main-right span
	{
		color: #a2adae;
		font-size: 10px;
		font-style: italic;
		padding: 0 3px 0 3px;
	}
ul#nav-walkthrough
{
	list-style: none;
	margin: 0; padding: 2px 0 0 50px;
	clear: both;
}
	ul#nav-walkthrough li
	{
		font-family: Verdana, Arial, sans-serif;
		/*font-size: 14px;*/
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: uppercase;
		float: left;
	}
	ul#nav-walkthrough li a
	{
		color: #56666f;
		background: url(../images/nav-walkthrough-arrow.png) no-repeat right;
		line-height: 57px;
		/*padding: 0 70px 0 25px;*/
		padding:0 42px 0 56px;
		text-decoration: none;
	}
	ul#nav-walkthrough li a:hover
	{
		color: #000;
		/*padding: 0 70px 0 25px;*/
		padding:0 42px 0 56px;
	}
	ul#nav-walkthrough li a.step-1
	{	
		padding:0 48px 0 100px;
		
	}
	ul#nav-walkthrough li a.step-6
	{
		background: none;
		padding:0 0 0 56px;
	}
	
div#banner-main
{
	/* width: 931px;
	height: 334px;
	padding: 38px 0 0 0;
	background: url(../images/banner-main-bg.jpg) no-repeat; */
}
	div#banner-main h2
	{
		color: #141414;
		font-size: 53px;
		line-height: 53px;
		letter-spacing: -3px;
		margin: 0 0 20px 0;
	}
	div#banner-main p
	{
		color: #919aa1;
		font-size: 14px;
		font-weight: bold;
		width: 530px;
		line-height: 1.25em;
		margin: 0 0 15px 0;
		float: left;
	}
		div#banner-main p span
		{
			color: #1a1a1a;
		}
a.make-money
{
	width: 209px;
	height: 32px;
	background: url(../images/make-money.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 93px 0 0;
	display: block;
	float: right;
}
	a.make-money:hover
	{
		background: url(../images/make-money.gif) no-repeat 0 -32px;
	}
div#tabs
{
	width: 885px;
	/*height: 36px;*/
	height: 35px;
	/*padding: 16px 23px 0 23px;*/
	padding: 10px 23px 0 23px;
	background: url(../images/tabs-bg.png) no-repeat;
	clear:both;
	/*margin: 20px 0 0 0;*/
}
	ul#tabs-section
	{
		margin: 0; padding: 0;
		list-style: none;
	}
		ul#tabs-section li
		{
			font-family: Lucida Grande, Verdana, Arial;
			font-size: 12px;
			float: left;
		}
		ul#tabs-section li a
		{
			color: #444;
			text-align: center;
			text-decoration: none;
			width: 137px;
			line-height: 24px;
			margin: 0 34px 0 0;
			background: url(../images/tab-section-bg.png) no-repeat;
			display: block;
		}
		ul#tabs-section li a:hover
		{
			background: url(../images/tab-section-bg.png) no-repeat 0 -23px;
		}
		
		ul#tabs-section li.special a
		{
			color: #444;
			text-align: center;
			text-decoration: none;
			/*width: 188px;*/
			line-height: 24px;
			font-weight:bold;
			margin: 0 34px 0 0;
			/*background: url(../images/tab-section-bg3.gif) no-repeat;*/
			display: block;
		}
		ul#tabs-section li.special a:hover
		{
			/*background: url(../images/tab-section-bg3.gif) no-repeat 0 -24px;*/
		}
		
		ul#tabs-section li a.tab-current
		{
			color: #121010;
			background: url(../images/tab-section-bg.png) no-repeat 0 -48px;
		}
div#page-dots
{
	padding: 5px 0 0 0;
	float: right;
}
	div#page-dots img
	{
		margin: 0 0 0 10px;
	}
div#image-scroller
{
	width: 873px;
	margin: 0 auto; 
	padding: 25px 0 0 0;
	float:left;
	
}
	a.image-prev-arrow
	{
		width: 29px;
		height: 29px;
		background: url(../images/image-scroller-prev.gif) no-repeat;
		text-indent: -9999px;
		margin: 40px 35px 0 0;
		display: block;
		float: left;
	}
		a.image-prev-arrow:hover
		{
			background: url(../images/image-scroller-prev.gif) no-repeat 0 -29px;
		}
	a.image-next-arrow
	{
		width: 29px;
		height: 29px;
		background: url(../images/image-scroller-next.gif) no-repeat;
		text-indent: -9999px;
		margin: 40px 0 0 0;
		display: block;
		float: right;
	}
		a.image-next-arrow:hover
		{
			background: url(../images/image-scroller-next.gif) no-repeat 0 -29px;
		}
	.image-holder
	{
		font-family: Baskerville, Georgia;
		color: #707070;
		font-size: 11px;
		text-align: center;
		font-style: italic;
		width: 155px;
		line-height: 21px;
		margin: 0 40px 0 0;
		float:left;
	}
		.image-holder a img
		{
			border: 7px solid #e1e1e1;
			margin: 0 0 14px 0;
		}
			.image-holder a img:hover
			{
				border: 7px solid #dfd34b;
			}
		.image-holder h3 a
		{
			font-family: Lucida Grande, Verdana, Arial;
			font-size: 16px;
			font-weight: normal;
			color: #111;
			font-style: normal;
			text-decoration: none;
		}
			.image-holder h3 a:hover
			{
				text-decoration: underline;
			}
		.image-holder a.by
		{
			font-family: Verdana, Arial, sans-serif;
			color: #24bbb1;
			letter-spacing: 1px;
			text-decoration: none;
			text-transform: uppercase;
			font-style: normal;
			background: url(../images/image-scroller-link-bg.gif) repeat-x bottom;
			margin: 0 0 0 2px; padding: 0 0 3px 0;
		}
			.image-holder a.by:hover
			{
				background: none;
			}
div#sitemap
{
	width: 841px;
	background: url(../images/sitemap-bg.gif) no-repeat;
	margin: 40px 0 0 0; padding: 30px 30px 0 60px;
	clear: both;
	overflow: auto;
}
	.sitemap-holder
	{
		margin: 0 60px 0 0;
		float: left;
	}
		.sitemap-holder h4
		{
			font-family: Arial, sans-serif;
			font-size: 13px;
			color: #000;
			text-transform: uppercase;
			margin: 0 0 10px 0; padding: 0 0 10px 0;
			border-bottom: 1px solid #dfdfdf;
		}
		.sitemap-holder ul
		{
			font-family: Lucida Grande, Verdana, Arial;
			font-size: 12px;
			list-style: none;
			width: 100px;
			margin: 0; padding: 0;
			float: left;
		}
			.sitemap-holder li
			{
				margin: 0 0 5px 0;
			}
			.sitemap-holder li a
			{
				color: #5a5a5a;
				text-decoration: none;
			}
			.sitemap-holder li a:hover
			{
				color: #5a5a5a;
				text-decoration: underline;
			}
			.sitemap-holder-end
			{
				width: 80px;
			}
div#footer
{
	font-family: Verdana, Arial, sans-serif;
	color: #62979c;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 50px 0 0 0;
	clear: both;
}
	div#footer a
	{
		padding: 0 5px 0 5px;
	}

/* 2. misc
----------------------------------------------- */

a
{
	color: #5a5a5a;
	text-decoration: none;
}
a:hover
{
	color: #5a5a5a;
	text-decoration: underline;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.clear
{
	clear: both;
}
form, input, h1, h2, h3, p
{
	margin: 0; padding: 0;
}
a img
{
	border: 0;
}


/*about us page*/


.about
{
	/*background:url(../images/bg.jpg) repeat-x;*/
}

div#header_about
{
	width: 931px;
	/*height: 128px;*/
	height: 185px;
	padding: 25px 0 0 0;
	background: url(../images/header-bg.jpg) no-repeat;
}

div#header_about h1
{
	width: 357px;
	/*height: 40px;*/
	height: 52px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	float: left;
}
	
div#headerabout h1 a
{
	width: 357px;
	height: 52px;
	display: block;
}

div#content-main
{
	width: 931px;
	height: auto;
	/*padding: 71px 0 0 0;*/
	padding: 20px 0 0 0;
	/*background:url(../images/about.jpg) no-repeat top;*/
}
	div#content-main h2.top
	{
		color: #141414;
		font-size: 59px;
		line-height: 53px;
		letter-spacing: -3px;
		margin: 0 0 20px 10px;
	}

		div#content-main p span
		{
			color: #1a1a1a;
		}
		
	div#content-main .left
	{
		
		/*width:660px;*/
		/*width:760px;*/
		/*width:100%;*/
		/*border-right:1px dotted #5b5b5b;*/
		/*border-right:1px dotted #5B5B5B;*/
		float:left;
		width:100%;
	}
	
	div#content-main .learn-left {
		float:left;
		width:100%;
	}
	
	div#content-main .left a
	{
		color:#1ebdc3;
		text-decoration:underline;
	}
	
	div#content-main .left p
	{
		color:#838383;
		font-size:16px;
		line-height:1.4em;
		padding:10px;
	}
	
	p.aboutright{
		width:420px;
		float:left;
	}
	
	img.house{
		float:left;
	}
	
	
	
	div#content-main .right
	{
		float:right;
		/*width:230px;*/
		/*width:150px;*/
		width:170px;
	}
	
	div#content-main .right h2
	{
		/* font-size:22px;
		font-weight:bold;
		color:#252525;
		line-height:1.5em;
		letter-spacing:-0.5px;
		margin:0;
		padding:0;
		*/
		color:#252525;
		font-family:Helvetica,Arial,sans-serif;
		font-size:20px;
		font-weight:bold;
		margin:0pt;
		padding:0pt 0pt 0px;
	}
	
	h2.something{
			color:#252525;
			font-size:25px;
			padding-left:10px;
			padding-top:50px;
	}
	
	/*about right*/
	
	.blogpost{
		width:250px;
		float:left;
		padding-top:15px;
	}
	
	.blogtitle{
		font-size:16px;
		color:#434343;
		padding:3px 3px 3px 0;
		font-weight:bold;
	}
	
	.blogpost{
		color:#8b8b8b;
		font-size:14px;
		line-height: 1.4em;
	}
	
	.date{
		padding-top:5px;		
	}
	.people_say {
		padding-top:25px;
	}
	
	.people_say p{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		color:#8b8b8b;
		line-height:1.7em;
		padding-top: 10px;
	}

/* 3. browse
----------------------------------------------- */

div#browse-categories-bar
{
	color: #434141;
	font-size: 12px;
	height: 34px;
	padding: 15px 15px 0 15px;
	clear: both;
	/*width:931px;*/
	margin:auto;
}
	div#browse-categories-bar h2
	{
		font-size: 15px;
		text-transform: uppercase;
		color: #252525;
		float: left;
	}
	div#browse-categories-bar form span
	{
		font-family: Lucida Grande, Arial, sans-serif;
		font-size: 12px;
		padding: 0 8px 0 20px;
	}
div#sub-content
{
	width: 931px;
	/*background: url(../images/sub-content-bg.jpg) no-repeat;*/
}
	div#browse-wrapper
	{
		width: 880px;
		margin: 0 auto;
	}
	.browse-image-holder
	{
		font-family: Baskerville, Georgia;
		color: #707070;
		font-size: 11px;
		text-align: center;
		font-style: italic;
		line-height: 21px;
		text-align: center;
		/*margin: 50px 30px 0 0;*/
		/*margin: 50px 0px 0 0;*/
		margin: 25px 0px 0 0;
		float: left;
		width:175px;
	}
		
		.browse-image-holder h3 a
		{
			font-family: Lucida Grande, Arial, sans-serif;
			color: #000;
			font-size: 17px;
			font-weight: normal;
			font-style: normal;
		}
		.browse-image-holder a.in
		{
			font-family: Verdana, Arial, sans-serif;
			color: #24bbb1;
			/*font-size: 12px;*/
			font-size: 10px;
			letter-spacing: 1px;
			text-decoration: none;
			text-transform: uppercase;
			font-style: normal;
			background: url(../images/image-scroller-link-bg.gif) repeat-x bottom;
			margin: 0 0 0 2px; padding: 0 0 3px 0;
		}
		.browse-image-holder a.in:hover
		{
			background: none;
		}
		.browse-image-holder h3
		{
			font-family: Lucida Grande, Arial, sans-serif;
			color: #000;
			font-size: 12px;
			font-weight: normal;
			font-style: normal;
		}
div#sub-content .hr
{
	width: 100%;
	height: 1px;
	background: #ddd;
	margin: 25px 0 25px 0;
}	
	div#sub-content .hr hr
	{
		display: none;
	}
.items-per-page
{
	float: left;
}
	.items-per-page span
	{
		color: #363636;
		font-weight: bold;
	}
	.items-per-page a
	{
		color: #c2c2c2;
	}
	.items-per-page a.selected
	{
		color: #24c9c2;
		text-decoration: underline;
	}
.page-number
{
	color: #363636;
	font-weight: bold;
	padding: 0 0 0 230px;
	float: left;
}
ul.pagination-browse
{
	margin: 2px 0 0 0; padding: 0;
	list-style: none;
	float: right;
}
	ul.pagination-browse li
	{
		font-size: 12px;
		float: left;
	}
	ul.pagination-browse li a
	{
		padding: 0 5px 0 5px;
	}
	ul.pagination-browse li a.current-page
	{
		color: #363636;
	}
	ul.pagination-browse li span.current
	{
		color: #363636;
	}
	div#test{
		padding: 40px 0 0 0;
	}

/* 4. product
----------------------------------------------- */

div#learn-products-bar
{
	/* color: #434141;
	font-size: 12px;
	height: 29px;
	padding: 23px 0 0 0;
	clear: both; */
	clear:both;
	color:#434141;
	font-size:12px;
	height:55px;
	padding:0 0 0;
}

div#products-bar
{
	clear:both;
	color:#434141;
	font-size:12px;
	height:29px;
	padding:15px 0 0 15px;
	width:931px;
	margin:auto;
}

div#products-bar h2
{
	font-size: 15px;
	text-transform: uppercase;
	color: #252525;
	float: left;
}
div#product-content
{
	width: 910px;
	margin: 0 auto; 
	/*padding: 40px 0 0 0;*/
	padding: 20px 0 0 0;
}
	div#product-content .left
	{
		width: 520px;
		float: left;
	}
		.product-information
		{
			border-bottom: 1px solid #cfd5d5;
			margin: 0 0 10px 0; 
			/*padding: 0 0 25px 0;*/
			overflow: auto;
		}
			.product-information img
			{
				margin: 0 20px 0 0;
				/*border: 10px solid #bababa;*/
				float: left;
			}
			.product-information h2
			{
				color: #353535;
				font-size: 20px;
				margin: 0 0 5px 0; padding: 0;
			}
			.product-information a.by
			{
				font-family: Verdana, Arial, sans-serif;
				color: #24bbb1;
				font-size: 12px;
				letter-spacing: 1px;
				text-decoration: none;
				text-transform: uppercase;
				font-style: normal;
				background: url(../images/image-scroller-link-bg.gif) repeat-x bottom;
				margin: 0 0 0 2px; padding: 0 0 3px 0;
			}
			.product-information a.by:hover
			{
				background: none;
			}
			.product-information span.detail
			{
				color: #353535;
				font-weight: bold;
				font-size: 14px;
				float:left;
				text-align:left;
				width:170px;
			}
			.product-information span.dark-grey
			{
				color: #898989;
				font-weight: bold;
				font-size: 14px;
			}
			.product-information span.light-grey
			{
				color: #acacac;
				font-weight: bold;
				font-size: 14px;
			}
			a.customize-button
			{
				font-family: Lucida Grande, Arial, sans-serif;
				font-size: 10px;
				color: #000;
				width: 115px;
				line-height: 22px;
				text-align: center;
				/*background: url(../images/customize-bg.gif) no-repeat;*/
				margin: 10px 7px 0 0;
				float: left;
			}
			a.customize-button:hover
			{
				text-decoration: none;
			}
.product-stats span.stats
{
	color: #000;
	font-weight: bold;
	border-right: 1px solid #c3c3c3;
	margin: 0 20px 0 0; padding: 3px 8px 3px 0;
	float: left;
}
.product-stats span.rating
{
	color: #000;
	font-weight: bold;
	margin: 0 20px 0 0; 
	padding: 3px 8px 3px 0;
	float: left;
}
	.product-stats img
	{
		margin: 3px 0 0 10px;
		float: left;
	}
	.product-stats-info
	{
		color: #8b8b8b;
		padding: 3px;
		float: right;
	}
		.product-stats-info span
		{
			color: #363636;
			font-weight: bold;
			padding: 0 0 0 13px;
		}
	.comments-tab-holder
	{
		width: 477px;
		height: 34px;
		/*margin: 30px 0 30px 0; */
		margin: 15px 0 15px 0;
		padding: 12px 20px 0 20px;
		background: url(../images/comments-header-bg.gif) no-repeat;
	}
		.comments-tab-holder h3
		{
			color: #000;
			font-size: 14px;
			text-transform: uppercase;
			padding: 5px 0 0 0;
			float: left;
		}
		.comments-tab-holder ul
		{
			margin: 0; padding: 0;
			list-style: none;
			float: right;
		}
			.comments-tab-holder a
			{
				font-family: Lucida Grande, Arial, sans-serif;
				font-size: 12px;
				color: #000;
				text-align: center;
				width: 105px;
				line-height: 23px;
				background: url(../images/add-comment-bg.gif) no-repeat;
				display: block;
			}
				.comments-tab-holder a:hover
				{
					text-decoration: none;
					background: url(../images/add-comment-bg.gif) no-repeat 0 -23px;
				}
p.comment
{
	font-family: Baskerville, Cambria, Georgia, serif;
	/*font-size: 22px;*/
	font-size: 17px;
	font-style: italic;
	text-align: center;
	/*color: #989898;*/
	color: #1e1e1e;
	width: 500px;
	padding: 10px;
}

.yellowback{
	
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	width: 85px;
	text-align: center;
	background: url(../images/yellow_bg.png) no-repeat;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
	height: 25px;
	display:block;
}

.msgcomment
{
	font-family: Baskerville, Cambria, Georgia, serif;
	font-size: 22px;
	font-style: italic;
	text-align: center;
	color: #1e1e1e;
}

.comment-by
{
	/*color: #1e1e1e;*/
	color: #989898;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0 0 0;
	/*font-size:11px;*/
	font-size:10px;
}
.comment-notavailable
{
	color: #1e1e1e;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding:0px;
	padding-bottom: 20px;
	border-bottom:1px solid #CFD5D5;
}

.add-comment {
margin:10px;
}

.comment-pagination {
margin-top:25px;
}


	.product-hr
	{
		width: 500px;
		height: 1px;
		background: url(../images/product-hr-bg.gif) repeat-x;
		margin: 20px auto 0px auto;
		clear: both;
	}
		.product-hr hr
		{
			display: none;
		}
ul.product-pagination
{
	margin: 0 0 0 175px; padding: 10px 0 0 0;
	list-style: none;
	clear: both;
}
	ul.product-pagination li
	{
		font-size: 12px;
		float: left;
	}
	ul.product-pagination li a
	{
		padding: 0 5px 0 5px;
	}
	ul.product-pagination li a.current-page
	{
		color: #363636;
	}
div#product-content .right
{
	width: 340px;
	float: right;
}
	div#product-content .right h2
	{
		color: #353535;
		font-size: 18px;
		margin: 0 0 20px 0; padding: 0;
	}
	.icon-holders
	{
		padding: 30px 0 15px 0px;
		clear:both;
	}
		.icon-holders img
		{
			margin: 0 0 30px 0;
			cursor:pointer;
		}
		.icon-holders img.dl-card
		{
			margin: 0 55px 30px 38px;
		}
			.icon-holders a.other-template
			{
				font-family: Verdana, Arial, sans-serif;
				color: #24bbb1;
				font-size: 10px;
				letter-spacing: 1px;
				text-decoration: none;
				text-transform: uppercase;
				font-style: normal;
				background: url(../images/image-scroller-link-bg.gif) repeat-x bottom;
				margin: 0 0 0 2px; padding: 0 0 3px 0;
			}
			
			.other-templates
			{
				/* font-family: Verdana, Arial, sans-serif;
				color: #24bbb1;
				font-size: 10px;
				letter-spacing: 1px;
				text-decoration: none;
				text-transform: uppercase;
				font-style: normal;
				background: url(../images/image-scroller-link-bg.gif) repeat-x bottom;
				margin: 0 0 0 2px; padding: 0 0 3px 0; */
				font-family: Verdana, Arial, sans-serif;
				 color: #24bbb1;
				 font-size: 10px;
				/* letter-spacing: 1px;*/
				 text-decoration: none;
				 text-transform: uppercase;
				 font-style: normal;
				 background: url(../images/image-scroller-link-bg1.gif) repeat-x bottom;
				 margin: 0 0 0 2px; 
				 padding: 0 0 3px 0;
			}
			
			
			.icon-holders a.other-template:hover
			{
				background: none;
			}
			.icon-holders #dl-card-link
			{
				margin: 0 40px 0 40px;
			}



/****additional css**/

.footer_bg{
	background:url(../images/footer_bg.gif) top left repeat-x;
	width:931px;
	margin:auto;
	clear:both;
	/*float:left;*/
	}	
.footer_link{
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:10px;
	color:#555555;
	margin:0px auto 0px auto;
	font-weight:bold;
	padding:50px 0px 43px 2px;
	text-transform:uppercase;
	width:931px;
	}		
.footer_link span{
	color:#555555;
	/*padding:0px 0px 0px 120px;*/
	padding:0px 0px 0px 20px;
	width:931px;
	}		
.footer_link span a{
	color:#555555;
	text-decoration:none;
	width:931px;
	}
.footer_link span a:hover{
	color:#555555;
	text-decoration:none;
	width:931px;
	}
.myaccount{
		float: right;
		padding : 0px 15px 15px 0px;
		/*color: #A2ADAE;*/
		color: #fff;
		text-align:right;
		
	}
.myaccount a {
			color: #c8c3b0;
			font-family: Lucida Grande, Verdana, Arial, sans-serif;
			font-size: 16px;
			font-style: italic;
			font-weight: bold;
			text-decoration: none;
			clear: both;
			
			
		}
.myaccount a:hover {
			font-size: 16px;
			background: url(../images/nav-main-right-hover-bg.gif) repeat-x bottom;
			padding: 0 0 3px 0;
		}	

.image-prev-arrow {
	float:left;
	padding:70px 0 0 0;
}
.image-next-arrow{
	float:left;
	padding:70px 0 0 0;
}
#sliding {
	float:left;
	width:790px;
}
		
/* Start Category Menu */
#m1 {
	float:left;
	/*width:932px;*/
	background:#222222;	
	visibility: hidden;
	margin:0 auto;
	margin-left:62px;
	position:absolute;
	text-align:left;
	-moz-opacity:.8;
	min-width:247px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

#m1 ul {
	list-style-type:none; 	
	margin:0px;
	padding:0px 0px 0px 10px;
}

#m1 ul li{
	float:left;
	clear:both; /* this should not be there for more products in one line.*/
	list-style-type:none; 
	margin:0px;
	padding:5px 0px 10px 10px;
	/*width:250px;*/
	text-transform:none;
	font-size:17px !important;
}

#m1 ul li a{
	background:none !important;
	font-size:17px !important;
	color:#D2D2D2;
	text-decoration:none;
	line-height:20px !important;
	text-decoration:none;
}

#m1 ul li a:hover{
	color: #dfd34b;
	text-decoration: none;

}
/* End Category Menu */

/* Free Templates product filtering */
#ft {
	float:left;
	/*width:932px;*/
	background:#222222;	
	visibility: hidden;
	margin:0 auto;
	position:absolute;
	text-align:left;
	margin-left:308px;
	min-width:251px;
	-moz-opacity:.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

#ft ul {
	list-style-type:none; 	
	margin:0px;
	padding:0px 0px 0px 10px;
}

#ft ul li{
	float:left;
	clear:both;
	list-style-type:none; 
	margin:0px;
	padding:5px 0px 10px 10px;
	/*width:250px;*/
	text-transform:none;
	font-size:17px !important;
}

#ft ul li a{
	background:none !important;
	font-size:17px !important;
	color:#D2D2D2;
	text-decoration:none;
	line-height:20px !important;
	text-decoration:none;
}

#ft ul li a:hover{
	color: #dfd34b;
	text-decoration: none;

}

.right_title h2 {
	color:#252525;
	font-size:22px;
	font-weight:bold;
	letter-spacing:-0.5px;
	line-height:1.5em;
	margin:0pt;
	padding:0pt;
 }
ul#nav-walkthrough li a.step-5
	{
		background: none;
		color: #000;
		padding: 0 70px 0 25px;
		
	}
ul#nav-walkthrough li a.step-6
	{
		/*color: #000;*/
		padding:0 0 0 56px;
		
	}
	

.right_text {

color:#434343;
/*font-size:14px;*/
font-size:12px;
font-weight:bold;
padding:15px 3px 3px 0pt;
}

.right_text a {

/* color:#434343;
font-size:16px;
font-weight:bold;
padding:3px 3px 3px 0pt;
text-decoration:none;
*/
color:#434343;
font-family:Lucida Grande,Helvetica,Arial,Sans-serif;
}


.right_text a  hover {
text-decoration:underline;
}

.right_text1 {
	color:#434343;
	font-size:12px;
	font-weight:bold;
	padding:15px 3px 3px 20px;
}

.right_text_learn {
	color:#434343;
	/*font-size:15px;*/
	font-size:12px;
	font-weight:bold;
	padding:15px 3px 3px 0;
	text-transform:uppercase;
}

.right_text_learn a {

/* color:#434343;
font-size:16px;
font-weight:bold;
padding:3px 3px 3px 0pt;
text-decoration:none;
*/
color:#434343;
font-family:Lucida Grande,Helvetica,Arial,Sans-serif;
}


.right_text_learn a  hover {
text-decoration:underline;
}

.right_smalltext {
/*color:#8B8B8B;
font-size:14px;
line-height:1.4em; */
color:#8B8B8B;
font-family:Lucida Grande,Helvetica,Arial,Sans-serif;
font-size:12px;
font-weight:normal;
line-height:1.6em;
}

.black_btn {
background-color:#000000;
color:#D8D8D8;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
}
#heading * {
	display: inline;
	padding: 4px;
	cursor: pointer;
	
	
}

#heading{
	float:right;
}
#heading li.active {
	background: url(../images/round-2.png) no-repeat center;
	width:20px;
	height:14px; 
	
	

}
#heading li{
	background: url(../images/round-1.png) no-repeat center;
	width:20px;
	height:14px;
	
	
}
#previous { float: none; cursor: pointer; }
#next { 
	float: none; cursor: pointer; 
}
.images_border{
 border:7px solid #E1E1E1;
 /*border:9px solid #E1E1E1;*/
 margin:0pt 0pt 14px;
}
.images_border:hover{
 /*border:9px solid #DFD34B;*/
 border:7px solid #DFD34B;
}

.designer a
		{
			font-family: Lucida Grande, Verdana, Arial;
			font-size: 16px;
			font-weight: normal;
			color: #111;
			font-style: normal;
			text-decoration: none;
		}
.designer a:hover
{
	text-decoration: underline;
}
.designerby a
{
	font-family: Verdana, Arial, sans-serif;
	color: #24bbb1;
	letter-spacing: 1px;
	font-size:11px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	background: url(../images/image-scroller-link-bg.gif) repeat-x bottom;
	margin: 0 0 0 2px; padding: 0 0 3px 0;
}
	.designerby a:hover
	{
		background: none;
	}



	/*  FOR THE DESIGNER ADMIN SECTION*/

body#admin
{
	/*background: url(../images/bg.gif) repeat-x;*/
}
div#admin-header
{
	width: 931px;
	/*height: 221px;*/
	height: 185px;
	/*padding: 50px 0 0 0;*/
	padding: 25px 0 0 0;
	/*background: url(../images/admin-header-bg.jpg) no-repeat;*/
	background: url(../images/header-bg.jpg) no-repeat;
}
div#admin-header h1
{
	width: 357px;
	/*height: 34px;*/
	height: 52px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	float: left;
}
div#admin-header h1 a
{
	width: 357px;
	/*height: 34px;*/
	height: 52px;
	display: block;
}
ul#admin-walkthrough
{
	list-style: none;
	margin: 0;
	padding: 2px 0 0 15px;
	clear: both;
	width:931px;
	margin:auto;
}
ul#admin-walkthrough li
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
}
ul#admin-walkthrough li a
{
	/*color: #fff;*/
	line-height: 57px;
	/*padding: 0 10px 0 43px;*/
	padding:0 45px 0 0;
	text-decoration: none;
}
ul#admin-walkthrough li a:hover
{
	color: #000;
}
ul#admin-walkthrough li a.menu-left
{
	padding: 0 10px 0 0;
}
ul#admin-walkthrough li a#selected
{
	color: #000;
}
.admin-tabs
{
	/*width: 885px;
	height: 34px;
	padding: 9px 23px 0 23px;*/
	height:43px;
	padding:0 0 0 23px;
	margin-top:20px;
	width:908px;
	background: url(../images/admin-tabs-bg.gif) no-repeat;
}

.SuccessMessage
{
	width: 885px;
	height: 34px;
	padding: 12px 23px 0 23px;
}

.SuccessMessage h3 {
color: #000;
font-size: 14px;
text-transform: uppercase;
padding: 5px 0 0 0;
}


.admin-tabs h3
{
	color:#000000;
	float:left;
	font-size:14px;
	line-height:30px;
	padding:5px 0 0;
	text-transform:uppercase;
	
}

.admin-tabs img {
	margin:0;
	/*padding:0 0 0 425px;*/
	float:right;
}

.admin-tabs ul
{
	margin: 0; padding: 0;
	list-style: none;
	float: right;
}
.admin-tabs li
{
	font-family: Lucida Grande, Verdana, Arial;
	font-size: 12px;
	float: left;
}
.admin-tabs li a
{
	color: #444;
	text-align: center;
	text-decoration: none;
	width: 77px;
	line-height: 23px;
	margin: 0 0 0 10px;
	background: url(../images/admin-tabs-section-bg.gif) no-repeat;
	display: block;
}
.admin-tabs li a:hover
{
	background: url(../images/admin-tabs-section-bg.gif) no-repeat 0 -23px;
}
.admin-tabs li a.tab-current
{
	color: #d8d8d8;
	text-transform: uppercase;
	background: url(../images/admin-tabs-section-bg.gif) no-repeat 0 -46px;
}
.admin-tabs li a.create-new
{
	width: 128px;
	background: url(../images/admin-create-new-bg.gif) no-repeat;
}
.admin-tabs li a.create-new:hover
{
	background: url(../images/admin-create-new-bg.gif) no-repeat 0 -23px;
}
div#admin-product-information
{
	width: 860px;
	margin: 0 auto; 
	/*padding: 25px 0 35px 0;*/
	padding: 25px 0 25px 0;
	clear: both;
}
div#admin-product-information img.full
{
	border: 5px solid #e1e1df;
	margin: 0 55px 0 0;
	float: left;
}

div#logo-img
{
	margin: 0 55px 0 0;
	float: left;
}

div#admin-product-information h2
{
	color: #353535;
	font-size: 18px;
	padding: 0 0 6px 0;
}
div#admin-product-information a.in
{
	font-family: Verdana, Arial, sans-serif;
	color: #24bbb1;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	background: url(../images/image-scroller-link-bg.gif) repeat-x bottom;
	margin: 0 0 0 2px; padding: 0 0 3px 0;
}
	div#admin-product-information a.in:hover
	{
		background: none;
	}
span.product-detail
{
	color: #353535;
	font-weight: bold;
	/* font-size: 18px;*/
	font-size: 14px;
}
div#statistics-holder
{
	width: 370px;
	margin: 0 0 30px 0;
	float: right;
}
div#statistics-holder span.statistics
{
color: #000;
font-weight: bold;
margin: 0 15px 0 0; padding: 3px 10px 3px 0;
border-right: 1px solid #c2c2c2;
}
div#statistics-holder span.black
{
	color: #363636;
	font-weight: bold;
	padding: 0 4px 0 4px;
}
div#statistics-holder .hr
{
	width: 100%;
	height: 1px;
	background: #c2c2c2;
	margin: 15px 0 30px 0;
}	
div#statistics-holder .hr hr
{
	display: none;
}
div#statistics-holder ul
{
	width: 180px;
	list-style: none;
	margin: 0; padding: 0;
	float: left;
}
div#statistics-holder li
{
	margin: 0 0 10px 0;
}
div#statistics-holder li a
{
	color: #878f90;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/admin-options-arrow-bg.gif) no-repeat 0 0px;
	padding: 0 0 0 43px;
}
div#admin-product-information .image-scroll-hr
{
	width: 100%;
	height: 1px;
	background: #e3e3e3;
	clear: both;
}
div#admin-product-information .image-scroll-hr hr
{
	display: none;
}
div#image-scroller
{
	width: 860px;
	margin: 0 auto; 
	/*padding: 15px 0 0 25px;*/
	padding: 5px 0 0 25px;
	float:left;
	height:205px;
}

#logo-add {
margin-bottom:10px;
text-align:right;
}

div#admin-image-scroller {
float:left;
height:180px;
margin:0pt auto;
padding:15px 0pt 0pt 0px;
width:860px;
}

.admin-image-holder
{
	float: left;
}
.admin-image-holder a img
{
	margin: 0 0 35px 0;
	padding:28px 6px 6px;
	background: url(../images/designer-image-select-bg.gif) no-repeat top;
	border:0px!important;
}
.admin-image-holder a {
	float:left;
}
.admin-image-holder a:hover
{
	background: url(../images/admin-image-select-bg_2.gif) no-repeat top;
}
.admin-image-holder a.on img
{
	background: url(../images/admin-image-select-bg_2.gif) no-repeat top;
}
.blog-post-manage-holder
{
	color: #8f8f8f;
	width: 870px;
	margin: 0 auto; padding: 15px;
	border-bottom: 1px solid #dde7e9;
	clear: both;
	overflow: auto;
}
.blog-post-manage-holder h3
{
	color: #5d5d5d;
	font-size: 15px;
	width: 450px;
	float: left;
}
.blog-post-manage-holder span
{
	padding: 0 140px 0 0;
}
.blog-post-manage-holder a
{
	color: #000;
	font-weight: bold;
	padding: 0 10px 0 0;
}
#blog-post-manage-alternate
{
	background: #f5fcfe;
}
ul.pagination
{
	margin: 0; padding: 25px 0 0 0;
	list-style: none;
	float: right;
}
ul.pagination li
{
	font-size: 12px;
	float: left;
}
ul.pagination li a
{
	padding: 0 5px 0 5px;
}
ul.pagination li a.current-page
{
	color: #363636;
}
	
#pagination
{
	margin: 0; padding: 25px 0 0 0;
	list-style: none;
	float: right;
}
	
.admin-page-space
{
	height: 10px;
	clear: both;
}
	
/* 2. colours & typography settings
----------------------------------------------- */
	
span.dark-grey
{
	color: #898989;
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 0 5px;
}
span.light-grey
{
	color: #acacac;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 5px;
}

.headings{
	font-family:Helvetica,Arial,sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#000000;
}


/* END THE DESIGNER ADMIN SECTION.*/

/* Start ADD CSS for the Homepage Top Slider */
.first{
	/*background: url(/images/banner-main-bg.jpg) no-repeat !important;*/
	background: url(/images/Home_01.jpg) no-repeat !important;
}
.second{
	/*background: url(/images/Second_BG.gif) no-repeat !important;*/
	background: url(/images/Home_02_customers.jpg) no-repeat !important;
}
.third{
	/*background: url(/images/Third.gif) no-repeat !important;*/
	background: url(/images/Home_03_businesses.jpg) no-repeat !important;
}
.forth{
	/*background: url(/images/forth.gif) no-repeat !important;*/
	background: url(/images/Home_04_designers.jpg) no-repeat !important;
}
.five{
	background: url(/images/fiveth.gif) no-repeat !important;
}
.fifth{
	/*background: url(/images/fiveth.gif) no-repeat !important;*/
	background: url(/images/Home_05_agents.jpg) no-repeat !important;
}
.six{
	/*background: url(/images/fiveth.gif) no-repeat !important;*/
	background: url(/images/Home_06_purchase.jpg) no-repeat !important;
}

/* FOR THE DEISNGER/AFFILIATE LANDING PAGE */
.subdomain_first{
	background: url(/images/designer_slider_1.jpg) no-repeat !important;
}
.subdomain_second{
	background: url(/images/designer_slider_2.jpg) no-repeat !important;
}
.subdomain_third{
	background: url(/images/designer_slider_3.jpg) no-repeat !important;
}
.subdomain_forth{
	background: url(/images/designer_slider_4.jpg) no-repeat !important;
}

#banner-main .center{
	text-align:center;
	font-size:60px!important;
	line-height: 65px!important;	
}
#banner-main h3.left{
	width:402px;
	float:left;
	margin:0px!important;
	padding:0px!important;	
	font-size: 38px!important;	
	line-height: 30px!important;	
	letter-spacing:-2px!important;
}
#banner-main h3.right{
	width:450px;
	float:left;
	margin:0px!important;
	padding:0px!important;	
	font-size: 32px!important;	
	line-height: 40px!important;	
	letter-spacing:-2px!important;
}

div#banner-main h3 {
color:#141414;
font-size:48px;
letter-spacing:-3px;
line-height:53px;
margin:0 0 20px 395px;
}

#banner-main p.right
	{
		color: #919aa1;
		font-size: 14px;
		font-weight: bold;
		width: 530px;
		line-height: 1.25em;
		margin: 0 0 15px 405px;
		float: left;
	}
	
div#banner-main.rig{
	margin:10px 0px 0px 5px!important;
	width:100%!important;
}

div#banner-main a.back{
	color:#32C0BD;
	font-size:14px;
	background: url(/images/right_arrow.gif) no-repeat left;
	padding:0px 0px 0px 10px;
	margin:10px 0px 0px 403px;
	font-weight:bold;
	float:left;
}		
div#banner-main a.costomise
{
	width: 231px;
	height: 32px;
	background: url(/images/customize.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 93px 0 0;
	display: block;
	float: right;
}
div#banner-main a.next_choose
{
	width: 222px;
	height: 32px;
	background: url(/images/next_reband.gif) no-repeat;
	text-indent: -9999px;
	margin: 20px 0px 0px 340px;
	display: block;
	float: left;
}
div#banner-main a.next_reband
{
	width: 222px;
	height: 32px;
	background: url(/images/next_reband.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 0px 0px 40px;
	display: block;
	float: left;
}
div#banner-main a.make-money
{
	width: 209px;
	height: 32px;
	background: url(/images/make-money.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 93px 0 0;
	display: block;
	float: right;
}
div#banner-main a.make-money:hover
{
	background: url(/images/make-money.gif) no-repeat 0 -32px;
}

div#banner-main a.costomise:hover
{
	background: url(/images/customize.gif) no-repeat 0 -32px;
}

div#banner-main a.next_reband:hover
{
	background: url(/images/next_reband.gif) no-repeat 0 -32px;
}

div#banner-main a.next_choose:hover
{
	background: url(/images/next_reband.gif) no-repeat 0 -32px;
}
/* End ADD CSS for the Homepage Top Slider */



.upload-left
{
	width: 613px;
	float: left;
	margin-top:10px;
}
	.upload-left h3
	{
		font-size: 15px;
		text-transform: uppercase;
		color: #252525;
		width: 593px;
		height: 27px;
		margin: 0 0 20px 0; padding: 19px 0 0 20px;
		background: url(../images/uploader-header-bg.gif) no-repeat;
	}
	.upload-content
	{
		font-size: 14px;
		font-weight: bold;
		color: #2f2f2f;
		width: 625px;
		height: 250px;
		margin: 0 auto;
	}
		.upload-logo
		{
			float: left;
		}
			.upload-logo img
			{
				margin: 5px 0 0 0;
			}
		.upload-details
		{
			float: right;
		}
		.upload-input
		{
			font-family: Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #767676;
			width: 253px;
			height: 24px;
			margin: 5px 0 20px 0; padding: 12px 0 0 12px;
			background: #e1e1e1 url(../images/upload-input-bg.gif) no-repeat;
			border: 0;
		}
		.category-option
		{
			width: 265px;
			margin: 5px 0 15px 0;
		}
		.upload-details span
		{
			padding: 0 45px 0 0;
		}
			.upload-details span a
			{
				color: #19aac4;
			}
		.upload-details span.option
		{
			color: #767676;
			padding: 0 5px 0 10px;
		}
		span.exclusive
		{
			padding: 32px 15px 0 55px;
			float: left;
		}
		.exclusive-price
		{
			font-family: Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #767676;
			width: 75px;
			height: 24px;
			margin: 20px 0 0 0; padding: 12px 0 0 12px;
			background: #e1e1e1 url(../images/upload-input-bg.gif) no-repeat;
			border: 0;
		}
		.design-notes-holder
		{
			padding: 20px 0 0 0;
			clear: both;
		}
		span.design-notes
		{
			margin: 5px 10px 0 15px;
			float: left;
		}
		textarea.notes
		{
			font-family: Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #767676;
			width: 356px;
			height: 51px;
			margin: 0 0 40px 0; padding: 12px 0 0 12px;
			background: #e1e1e1 url(../images/design-notes-bg.gif) no-repeat;
			float: right;
			border: 0;
			overflow: auto;
		}
		textarea.designercomment
		{
			font-family: Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #767676;
			width: 300px;
			height: 51px;
			margin: 0 0 10px 0; padding: 12px 0 0 12px;
			background: #e1e1e1 url(../images/design-notes-bg.gif) no-repeat;
			float: right;
			border: 0;
			overflow: auto;
		}
		img.upload-dl-card-icon
		{
			margin: 0 53px 25px 61px;
		}
		img.upload-icon
		{
			margin: 0 0 25px 0;
		}
		span.upload-business-card
		{
			font-family: Lucida Grande, Arial, sans-serif;
			color: #252525;
			font-size: 12px;
			font-weight: normal;
			padding: 0 0 0 20px;
			text-transform: uppercase;
		}
		span.upload-dl-card
		{
			font-family: Lucida Grande, Arial, sans-serif;
			color: #252525;
			font-size: 12px;
			font-weight: normal;
			padding: 0 0 0 123px;
			text-transform: uppercase;
		}
		span.upload-letterhead
		{
			font-family: Lucida Grande, Arial, sans-serif;
			color: #252525;
			font-size: 12px;
			font-weight: normal;
			padding: 0 0 0 123px;
			text-transform: uppercase;
		}
		h3#upload-page-space
		{
			margin: 40px 0 20px 0;
		}
		.terms-holder
		{
			color: #808080;
			font-size: 14px;
			font-weight: normal;
			line-height: 1.3em;
			text-align: center;
			width: 250px;
			padding-left:35px;
			float: left;
		}
			.terms-holder a
			{
				color: #71c9c5;
			}
		.agree-submit
		{
			/*margin: 0 40px 50px 0;*/
			margin: 0 16px 50px 0;
			float: right;
		}
.upload-right
{
	width: 298px;
	float: right;
	margin-top:10px;
}
	.upload-right h3
	{
		font-size: 15px;
		text-transform: uppercase;
		color: #252525;
		width: 248px;
		height: 27px;
		margin: 0 0 20px 0; padding: 19px 0 0 50px;
		background: url(../images/upload-right-header-bg.gif) no-repeat;
	}
	.artwork-specs-holder
	{
		font-family: Lucida Grande, Arial, sans-serif;
		font-size: 10px;
		/*color: #808080;*/
		color: #2F2F2F;
		font-weight: bold;
		text-align: left;
		/*width: 190px;*/
		line-height: 18px;
		margin: 0 auto;
	}
	.artwork-spec-sep
	{
		width: 190px;
		/*height: 17px;*/
		height: 36px;
		/*margin: 10px 0 20px 0;*/
		margin: 0px 10px 20px 45px;
		/*background: url(../images/artwork-specs-sep.gif) no-repeat;*/
		background: url(../images/down_arrow.jpg) no-repeat;
		clear: both;
	}
	.artwork-spec-sep-step-5
	{
		width: 190px;
		/*height: 17px;*/
		height: 36px;
		/*margin: 10px 0 14px 0;*/
		margin: 0px 10px 20px 45px;
		/*background: url(../images/artwork-specs-sep.gif) no-repeat;*/
		background: url(../images/down_arrow.jpg) no-repeat;
		clear: both;
	}
	
/* 5. order
----------------------------------------------- */

#order
{
	/* background: url(../images/bg-order.gif) repeat-x;*/
}
div#order-bar
{
	color: #434141;
	font-size: 12px;
	height: 34px;
	padding: 15px 0 0 15px;
	clear: both;
	width:931px;
	margin:auto;
}
	div#order-bar h2
	{
		font-size: 17px;
		text-transform: uppercase;
		color: #252525;
		float: left;
		width:100%;
	}
div#product-name
{
	float:left;
	font-size: 15px;
	color: #757575;
	text-align: right;
	width: 931px;
	height: 73px;
	padding: 10px 0 0 0;
	background: url(../images/product-name-bg.gif) no-repeat;
	
}
	div#product-name img
	{
		border: 5px solid #a1a1a1;
		margin: 0 0 0 30px;
		float: right;
	}
	div#product-name h2
	{
		color: #222;
		font-size: 30px;
		margin: 0; padding: 5px 0 0 0;
	}
	div#product-name span
	{
		color: #5fa5ab;
		font-size: 11px;
	}
.order-product-bar-type
{
	width: 891px;
	height: 34px;
	margin: 0 0 30px 0; padding: 12px 20px 0 20px;
	background: url(../images/order-product-header-bg.gif) no-repeat;
	clear: both;
}
	.order-product-bar-type h3
	{
		color: #000;
		font-size: 14px;
		text-transform: uppercase;
		padding: 5px 0 0 0;
		float: left;
	}
.order-product-left
{
	width: 505px;
	padding: 0 0 0 20px;
	float: left;
}
	.order-product-img-holder
	{
		font-family: Verdana, sans-serif;
		color: #303333;
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin: 0 50px 0 0;
		text-align: center;
		float: left;
	}
		.order-product-img-holder img
		{
			border: 7px solid #c3c3c3;
			margin: 10px 0 10px 0;
		}
		.order-product-img-holder a.proof-this
		{
			font-family: Lucida Grande, Arial, sans-serif;
			color: #363636;
			font-size: 11px;
			font-weight: normal;
			letter-spacing: normal;
			text-transform: none;
			width: 89px;
			line-height: 22px;
			margin: 0 0 20px 38px;
			float: left;
			background: url(../images/proof-this-bg.gif) no-repeat;
			display: block;
		}
	.order-product-left .hr
	{
		width: 430px;
		height: 1px;
		margin: 20px 0 20px 0;
		background: #d7d7d7;
		clear: both;
	}
		.order-product-left .hr hr
		{
			display: none;
		}
	.agree-checkbox
	{
		margin: 0 0 0 30px;
		float: left;
	}
	span.agree-to-changes
	{
		color: #363636;
		font-size: 11px;
		padding: 2px 0 0 20px;
		float: left;
	}
	a.order-edit
	{
		font-family: Lucida Grande, Arial, sans-serif;
		color: #363636;
		font-size: 11px;
		text-align: center;
		width: 87px;
		line-height: 22px;
		margin: 0px 0 0 21px;
		background: url(../images/order-edit-again-bg.gif) no-repeat;
		display: block;
		float: left;
	}
	a.proof-this
		{
			font-family: Lucida Grande, Arial, sans-serif;
			color: #363636;
			font-size: 11px;
			text-align: center;
			width: 89px;
			line-height: 22px;
			/*margin: 0 0 20px 90px;*/
			float: left;
			background: url(../images/proof-this-bg.gif) no-repeat;
			display: block;
		}
.order-product-right
{
	color: #626262;
	font-weight: bold;
	width: 340px;
	padding: 0 20px 30px 0;
	float: right;
}
	.order-product-right h1
	{
		color: #0a0a0a;
		font-size: 26px;
		margin: 0; padding: 0 0 5px 0;
	}
	.product-price-information
	{
		font-family: Georgia, sans-serif;
		color: #878787;
		font-size: 12px;
		font-weight: normal;
		font-style: italic;
		border-bottom: 1px solid #e7e7e7;
		margin: 0 0 15px 0; padding: 0 0 15px 0;
	}
	span.order-type
	{
		margin: 3px 0 0 0;
		float: left;
	}
	.order-type-dropdown
	{
		margin: 0 0 10px 10px;
	}
	.order-quantity-dropdown
	{
		margin: 6px 0 10px 10px;
	}
	span.quantity
	{
		color: #46a4ab;
		margin: 9px 0 0 0;
		float: left;
	}
	.order-item-price-holder
	{
		margin: 14px 0 0 0; padding: 10px 0 10px 5px;
		border-top: 2px solid #b6dbdd;
		border-bottom: 2px solid #b6dbdd;
		overflow: auto;
	}
		.order-item-price-holder span.order-total
		{
			padding: 5px 0 0 0;
			float: left;
		}
		.order-item-price-holder span.order-price
		{
			font-size: 19px;
			padding: 3px 0 0 10px;
			float: left;
		}
		.order-item-price-holder a
		{
			font-family: Lucida Grande, Arial, sans-serif;
			font-size: 10px;
			text-align: center;
			color: #d4d4d4;
			width: 87px;
			line-height: 22px;
			margin: 0 10px 0 0;
			background: url(../images/add-to-cart-bg.gif) no-repeat;
			float: right;
			display: block;
		}
.order-product-letterhead img
{
	border: 10px solid #c3c3c3;
	margin: 0 0 20px 100px;
	float: left;
}
		.order-product-letterhead a.proof-this-letterhead
		{
			font-family: Lucida Grande, Arial, sans-serif;
			color: #363636;
			font-size: 11px;
			font-weight: normal;
			letter-spacing: normal;
			text-transform: none;
			text-align: center;
			width: 89px;
			line-height: 22px;
			margin: 60px 0 0 35px;
			float: left;
			background: url(../images/proof-this-bg.gif) no-repeat;
			display: block;
		}
.extra-holder
{
	font-family: Georgia, sans-serif;
	color: #878787;
	font-size: 11px;
	font-style: italic;
	padding: 0 0 0 100px;
	clear: both;
}

div#cart-total
{
	font-size: 19px;
	color: #635b1e;
	font-weight: bold;
	width: 885px;
	background: #ebd83c;
	margin: 30px 0 0 0; padding: 13px 10px 7px 18px;
	clear: both;
	overflow: auto;
}
	div#cart-total span
	{
		color: #0a0a0a;
	}
	div#cart-total a.view-cart
	{
		font-family: Georgia, sans-serif;
		font-size: 12px;
		font-style: italic;
		font-weight: normal;
		color: #3a3a3a;
	}
	div#cart-total a.checkout-now
	{
		font-family: Lucida Grande, Arial, sans-serif;
		font-size: 10px;
		color: #bfbfbf;
		text-align: center;
		width: 120px;
		line-height: 22px;
		background: url(../images/check-out-now-bg.gif) no-repeat;
		float: right;
		margin: -2px 0 0 0;
	}
	.checkout-now1
	{
		font-family: Lucida Grande, Arial, sans-serif;
		font-size: 10px;
		color: #bfbfbf;
		text-align: center;
		/*width: 120px;*/
		line-height: 22px;
		float: right;
		margin: -2px 0 0 0;
	}
	.checkout-now2
	{
		font-family: Lucida Grande, Arial, sans-serif;
		font-size: 10px;
		color: #bfbfbf;
		text-align: center;
		/*width: 120px;*/
		line-height: 22px;
		float: left;
		margin: -2px 0 0 0;
	}
.logotitle
	{
		color: #0a0a0a;
		font-size: 22px;
		font-weight: bold;
		margin: 0; padding: 0 0 5px 0;
	}
.logooption
	{
		color: #0a0a0a;
		font-size: 16px;
		font-weight: bold;
		margin: 0; padding: 0 0 5px 0;
	}	

	/*  FOR THE DESIGNER/AFFILIATE LANDING PAGE RELATED CSS */
	
	div#subdomain-banner-main
{
	width: 931px;
	height: 334px;
	padding: 38px 0 0 0;
	background: url(../images/banner-main-bg.jpg) no-repeat;
}

div#subdomain-banner-main h2
	{
	
		color:#141414;
		font-size:53px;
		letter-spacing:-3px;
		line-height:53px;
		margin:0 0 20px;
		
	}
	div#subdomain-banner-main p
	{
		color: #919aa1;
		font-size: 16px;
		font-weight: bold;
		width: 530px;
		line-height: 1.25em;
		margin: 0 0 15px 431px;
		float: left;
	}
		div#subdomain-banner-main p span
		{
			color: #1a1a1a;
		}
		
		
		#subdomain-banner-main .center{
	text-align:center;
	font-size:60px!important;
	line-height: 65px!important;	
}
#subdomain-banner-main h3.left{
	width:402px;
	float:left;
	margin:0px!important;
	padding:0px!important;	
	font-size: 38px!important;	
	line-height: 30px!important;	
	letter-spacing:-2px!important;
}
#subdomain-banner-main h3.right{
	width:450px;
	float:left;
	margin:0px!important;
	padding:0px!important;	
	font-size: 32px!important;	
	line-height: 40px!important;	
	letter-spacing:-2px!important;
}

div#subdomain-banner-main h3 {

	color:#141414;
	font-size:38px;
	letter-spacing:-1px;
	line-height:37px;
	margin:0 0 20px 431px;
}

#subdomain-banner-main p.right
	{
		color: #919aa1;
		font-size: 16px;
		font-weight: bold;
		width: 530px;
		line-height: 1.25em;
		margin: 0 0 15px 405px;
		float: left;
	}
	
div#subdomain-banner-main.rig{
	margin:10px 0px 0px 5px!important;
	width:100%!important;
}

div#subdomain-banner-main a.back{
	color:#32C0BD;
	font-size:14px;
	background: url(/images/right_arrow.gif) no-repeat left;
	padding:0px 0px 0px 10px;
	margin:10px 0px 0px 403px;
	font-weight:bold;
	float:left;
}		
div#subdomain-banner-main a.costomise
{
	width: 231px;
	height: 32px;
	background: url(/images/print_design.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 220px 0 0;
	display: block;
	float: right;
}
div#subdomain-banner-main a.next_choose
{
	width: 222px;
	height: 32px;
	background: url(/images/next_reband.gif) no-repeat;
	text-indent: -9999px;
	margin: 20px 0px 0px 340px;
	display: block;
	float: left;
}
div#subdomain-banner-main a.next_reband
{
	width: 222px;
	height: 32px;
	background: url(/images/customize_design.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 0px 0px 40px;
	display: block;
	float: left;
}
div#subdomain-banner-main a.make-money
{
	width: 209px;
	height: 32px;
	background: url(/images/choose_design.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 93px 0 0;
	display: block;
	float: right;
}
div#subdomain-banner-main a.make-money:hover
{
	background: url(/images/choose_design.gif) no-repeat 0 -32px;
}

div#subdomain-banner-main a.costomise:hover
{
	background: url(/images/print_design.gif) no-repeat 0 -32px;
}

div#subdomain-banner-main a.next_reband:hover
{
	background: url(/images/customize_design.gif) no-repeat 0 -32px;
}

div#subdomain-banner-main a.next_choose:hover
{
	background: url(/images/next_reband.gif) no-repeat 0 -32px;
}

#admin-right 
{
	float:left;
	margin-bottom:10px;
	width:100%;
}

.admin-right-image 
{
	float:left;
	margin-right:10px;
}

.profile-public {
margin-bottom:20px;
text-align:center;
}
a.tooltiplink span {display:none; }
a.tooltiplink:hover span { 
	display:inline; 
	position:absolute; 
	/*margin:10px;*/
	padding:10px;
	margin-top:0px;
	color:#252525; 
	background-color:#D8D8D8; 
	border:1px solid #000; 
	text-decoration:none; 
	font-weight:bold;
	font-size:100%;
	}

.bgnone
{
	background-image:none !important;
	padding-left:0px !important;
}
ul#learn-nav-main
{
	list-style: none;
	margin: 0; padding: 0;
	clear: both;
}
ul#learn-nav-main li
{
	font-size: 17px;
	text-transform: uppercase;
	/*margin: 13px 0 0 0;*/
	margin: 0px 0 0 0;
	float: left;
}
ul#learn-nav-main li a
{
	color: #252525;
	text-decoration: none;
	line-height: 60px;
	padding: 0 25px 0 25px;
	display: block;
}
ul#learn-nav-main li a:hover
{
	text-decoration: none;
}
ul#learn-nav-main li a.home
{
	padding: 0 40px 0 0;
}

#m2,#m3,#m4 {
	background:#222222 none repeat scroll 0 0;
	float:left;
	margin:0 auto;
	opacity:0.8;
	position:absolute;
	text-align:left;
	visibility:hidden;
	/*width:300px;*/
}
#m2 ul,#m3 ul,#m4 ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;
}
#m2 ul li,#m3 ul li,#m4 ul li {
	float:left;
	clear:both;
	font-size:17px !important;
	list-style-type:none;
	margin:0;
	padding:5px 0 5px 10px;
	text-transform:none;
	/*width:250px;*/
}
#m2 ul li a,#m3 ul li a,#m4 ul li a {
	background:transparent none repeat scroll 0 0 !important;
	color:#D2D2D2;
	font-size:17px !important;
	line-height:20px !important;
	text-decoration:none;
}

#jsinstr {
	text-align:center;
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:25px;
}
#jsinstr a.by
{
	font-family: Verdana, Arial, sans-serif;
	color: #24bbb1;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	background: url(../images/image-scroller-link-bg.gif) repeat-x bottom;
	margin: 0 0 0 2px; padding: 0 0 3px 0;
}

#jsinstr a.by:hover
{
	background: none;
}

.confirm_register {
	font-size:15px;
	font-weight:bold;
}
.confirm_register a {
	text-decoration:underline;
}
#invoice {
	font-family:Arial;
}

/* Affiliate Home page products images section */

.slider_main {
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	min-height:220px;
}
.slider_left {
	width:50%;
	float:left;
	margin:0px;
	padding:0px;
}
.slider_left ul {
	width:100%;
	float:left;
	margin:0px;
	padding:0px 0px 0px 20px;
}
.slider_left li{
	width:419px;
	/*height:55px;*/
	float:left;
	margin:0px;
	padding:px;
	list-style:none;
	background:url(../images/bg_arrow.gif) no-repeat top left;
}
.slider_left span {
	float:left;
	margin:0px;
	padding:9px 0px 0px 9px;
}
.slider_left strong {
	width:200px;
	line-height:18px;
	float:left;
	margin:0px;
	padding:9px 0px 0px 20px;
}
.slider_left label {
	width:100%;
	float:left;
	margin:0px;
	padding:17px 0px 10px 0px;
	font-weight:bold;
}
.slider_right {
	width:49%;
	float:left;
	margin:0px;
	padding:0px;
	text-align:right;
}
.slider_right ul {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	text-align:center;
}
.slider_right li {
	width:33%;
	float:left;
	margin:0px;
	padding:10px 0px;
	text-align:center;
	list-style:none;
}
.slider_right ul li span.product {
	font-family: Verdana, Arial, sans-serif;
	color: #24bbb1;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	/*background: url(../images/image-scroller-link-bg.gif) repeat-x bottom;*/
	margin: 0 0 0 2px; padding: 0 0 3px 0;
}

#termscheck {
	float:left;
	text-align:center;
	width:100%;
	font-size:15px;
	font-weight:bold;
	margin-bottom:15px;
}

#termscheck a {
	text-decoration:underline;
}

#termscontent {
	float:left;
	width:100%;
	font-size:15px;
	color:red;
	margin:6px 0px 10px 0px;
}

#signinerror {
	margin: 0px; 
	padding: 0px; 
	clear: both; 
	float: left; 
	color:#FF0000; 
	font-size: 13px; 
	min-height:16px;
	font-weight: bold;
}

#advancesearch {
	padding:10px 20px 10px 10px;
	display:none;
	float:right;
	width:200px;
	height:auto;
	background-color:#c3beb8;
	position:absolute;
	margin-left:704px;
}

#advancesearch select { 
	width:200px;
}

#template_advancesearch {
	padding:10px 20px 10px 10px;
	display:none;
	float:right;
	width:200px;
	height:auto;
	background-color:#c3beb8;
	position:absolute;
	margin-left:704px;
}

#template_advancesearch select { 
	width:200px;
}	

#searchproduct {
	text-align:left;
	width:100%;
	margin-bottom:15px;
	color:#2b2824;
}

#searchtemplate {
	text-align:left;
	width:100%;
	margin-bottom:15px;
	color:#2b2824;
}

#searchtext {
	text-align:left;
	width:100%;
	margin-bottom:15px;
	color:#2b2824;
	padding:5px; 
	border:1px solid ##ACA7A1; 
	background:#DEDAD6;
}

#searchtype {
	text-align:left;
	width:100%;
	margin-bottom:15px;
	color:#2b2824;
	padding:5px; 
	border:1px solid ##ACA7A1; 
	background:#DEDAD6;
}

#searchsort {
	text-align:left;
	width:100%;
	margin-bottom:15px;
	color:#2b2824;
	padding:5px;
	border:1px solid ##ACA7A1;
	background:#DEDAD6;
}

#searchbutton {
	text-align:center;
	width:100%;
	margin-bottom:15px;
}

#signupinstruction {
	font-size:13px;
	border-style:solid;
	border-width:2px;
	padding:10px;
}
.helpstrip {
	width:419px;
	height:72px;
	margin:0px;
	padding:px;
	list-style:none;
	background:url(../images/bg_arrow_down.gif) no-repeat top center;
	text-align:center;
}
#PriceList {
background-color:#C3BEB8;
border-bottom:2px solid #CCCCCC;
border-left:2px solid #CCCCCC;
color:#FFFFFF;
font-weight:bold;
height:20px;
padding:0 3px;
text-align:center;
}
.optiontitle {
border-bottom:2px solid #CCCCCC;
border-left:2px solid #CCCCCC;
border-right:2px solid #CCCCCC;
/*color:#3C180C;*/
font-weight:bold;
padding-left:5px;
text-align:center;
}
.optiontitle1 {
border-bottom:2px solid #CCCCCC;
border-left:2px solid #CCCCCC;
border-right:2px solid #CCCCCC;
background-color:#e8e2dd;
font-weight:bold;
padding-left:5px;
text-align:center;
}
