/*=========== General style ===========*/

/*================================================*/

* {
	padding:0;
}
.no_pad {
	padding-left:22px;
}
body#noStyle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	background:none;
	background-color:#EEEEEE;
    height:auto;
    border:collapse;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background: url(/images/background.gif) #EEEEEE repeat-x top;
	margin:0;
}
*html body {
	padding-left: 0px;
}
/* ================ NEW HEADER =============== */

#headTable {
	position:relative;
	height:211px;
	background-color:#FFF;
	padding:0px;
	margin:0px;
}
#headTableSmall {
	position:relative;
	height:132px;
	background-color:#FFF;
}
#header_contain {
	position:absolute;
	height:132px;
	width:970px;
	left: -1px;
	top: 0px;
	background-image:url(/CSSimage/red_tab_m.png);
	z-index: 0;
}
#header_contain_small {
	position:absolute;
	height:132px;
	width:970px;
	left: -1px;
	top: 0px;
	background-image:url(/CSSimage/red_tab_m_small.png);
	z-index: 0;
}
#header_advert_left {
	float:left;
	width:250px;
	height:100px;
	position:absolute;
	left: 15px;
	top: 24px;
	z-index: 1;
	display:table-cell;
	text-align:left;
	vertical-align:middle;
}
#header_advert_right {
	width:266px;
	height:110px;
	position:absolute;
	left: 703px;
	top: 24px;
	z-index: 5;
	text-align:right;
	display:table-cell;
	vertical-align:middle;
}
#header_advert_left img {
	border:none;
}
#header_advert_right img {
	border:none;
}
#tool_bar_contain {
	position:absolute;
	left: 16px;
	top: 134px;
	z-index: 3;
	width: 938px;
	height:77px;
}
#grey_bar_contain {
	height:42px;
	border-left:1px solid #999999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-top:#999 solid 1px;
	background-image:url(/CSSimage/grey_tab.jpg);
}
#page_title {
	position:absolute;
	left: 23px;
	top: 13px;
	height: 21px;
	width: 280px;
	font-size:15px;
	font-weight:bold;
}
#search_tool {
	position:absolute;
	right: 20px;
	top: 11px;
	width: 670px;
	height: 26px;
	text-align:right;
}
#search_tool_search {
	-x-system-font:none;
	color:#333333;
	display:inline;
	margin-top:0px;
	font-family:Arial, sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:18px;
	line-height:normal;
	width:300px;
	float:right;
}
.search_tool_dropdown {
	margin-top:3px;
	margin-left:7px;
	margin-right:3px;
	width:187px;
	float:right;
	color:#333333;
	display:inline;/*font-family:Arial,sans-serif;

	font-size:15px;

	height:24px;*/

}
#yellow_bar_contain {
	height:32px;
	border-left:1px solid #F90;
	border-right:1px solid #F90;
	background-image:url(/CSSimage/yellow_tab.jpg);
	border-bottom:1px solid #F90;
	position:relative;
}
#new_navigation {
	position:absolute;
	text-align:left;
	left: 23px;
	top: 7px;
	width: 893px;
	height: 24px;
}
#new_navigation a {
	color:#333;
	text-decoration:none;
}
#new_navigation a:hover {
	color:#333;
	text-decoration:underline;
}
#new_navigation a:visited {
	color:#333;
}
#red_tab_logo {
	background-image:url(/CSSimage/red_tab_logo.gif);
	cursor:pointer;
	height:60px;
	left:305px;
	position:absolute;
	top:10px;
	width:358px;
	z-index:5;
}
#red_tab_logo_small {
	background-image:url(/CSSimage/cog_small.gif);
	cursor:pointer;
	height:36px;
	left:377px;
	position:absolute;
	top:9px;
	width:214px;
	z-index:5;
}
#red_tab_logo_no_link {
	background-image:url(/CSSimage/red_tab_logo.gif);
	height:60px;
	left:305px;
	position:absolute;
	top:10px;
	width:358px;
	z-index:5;
}
#grey_bar_loged_in_nav {
	width:418px;
	height:23px;
	position:absolute;
	left: 256px;
	top: 106px;
	z-index: 4;
	padding-left:36px;
	padding-top:6px;
	background-image:url(/CSSimage/grey_tab_top.jpg);
}
#grey_bar_loged_in_nav a {
	color:#333;
	text-decoration:none;
}
#grey_bar_loged_in_nav a:visited {
	color:#333;
}
#grey_bar_loged_in_nav a:hover {
	color:#333;
	text-decoration:underline;
}
#sideColLeftContain {
}
#menu_left {
	float:left;
}
#menu_right {
	float:right;
}
/*================================*/

table {
	font-size:1em;
	line-height:1.4em;
}
.lightblue {
	background-color: #fdfacf;
}
.lightyellow {
	background-image:url(/images/tabletop2.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.lightgray {
	background-color: #F5F5F5;
}
.white {
	background-color: #FFF;
}
a {
	text-decoration:none;
	color:#05B;
	border: 0px;
}
a:visited {
	color:#6E3E9E;
	border: 0px;
}
a:hover {
	color:#BD1015;
	border: 0px;
	text-decoration:underline;
}
/*=========== Form style ===========*/

/*================================================*/

input, textarea {
	border:1px solid #ccc;
	border-top-color:#666;
	border-left-color:#999;
	padding:2px 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
input:focus, textarea:focus {
	background-color:#FCF9C5;
}
input.btn, input.btn:focus {
/*border:1px solid #888;

	border-top-color:#bbb;

	border-left-color:#bbb;

	background-color:#F9F9F9;

	padding:2px;

	font-size:1em;*/

}
input.btn:active {
	border:1px solid #bbb;
	border-top-color:#888;
	border-left-color:#888;
}
input.radio {
	border:none;
	height:auto;
	margin:0px 3px;
}
input.checkbox {
	border:none;
	padding:0;
	margin:0
}
textarea.required, input.required {
	background-color:#FFFF99;
	color:#333333
}
/*===========Left Navigation===========*/

/*=====================================*/



#NavigationHeader {
	width:200px;
	height:100%;
	overflow:hidden;
	margin: 0 10px 0 10px;
}
.NavigationLeft {
	width:60px;
	height:100%;
	float:left;
}
.NavigationRight {
	width:49px;
	height:49px;
	float:right;
}
/*=========== Headings, font ===========*/

/*======================================*/

h1 { /* Product names*/
	font-weight:bold;
	font-size:1.2em;
	line-height:1.4em
}
h2 {/* Product description*/
	font-weight:normal;
	font-size:1em;
}
h3, h4 {/* Heading*/
	font-weight:bold;
	font-size:1.5em;
	line-height:1.5em;
	margin:5px 5px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
h5 {/* Heading*/
	font-weight:bold;
	font-size:12px;
	line-height:1.5em;
	margin:5px 5px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
h6 {/* Heading*/
	color:#FF0000;
	font-weight:bold;
	font-size:1.5em;
	line-height:1.5em;
	margin:5px 5px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
*html h3 {
	padding-bottom:10px;
}
h3.welcome {
	margin:5px 5px 2px 2px;
}
h4 {
	line-height:1em;
	margin-top:8px;
	margin-bottom:0px;
}
SideMenuHeader {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding: 0 0 5px 0;
}
dfn {
	font-size:0.9em;
	color:#555;
	font-style:normal;
}
.error {
	color:#C00;
}
.required {
	color:#FF6600;
}
em.required {
	padding-left:10px;
	font-style:normal;
	color:#666;
	float:left;
}
/*=========== Layout ===========*/

/*================================================*/



.img {
	behavior: url(/iepngfix.htc);
}
#content, #contentWhite {
	/*display:table;*/

	margin:0 auto;
	width:968px;
	height:auto;
	vertical-align:top;
	padding:0 0 0 0;
	background-color:#FFF;
	/*background-repeat: repeat-y;*/

	/*background-position: left top;*/

	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
}
* html #content, #contentWhite {
}
#contentWhite {
	background-image:none;
}
#cartStuff {
	display:table;
	width:600px;
	height:100%;
}
#content-cell {
	display:table-cell;
	vertical-align:top;
	height:100%;
	border:1px solid #880;
}
#header {
	float:left;
	clear:both;
	width:755px;
	background-color:#fff;
	padding:15px 10px 15px 15px;
}
#banner {
	border:1px #CCC solid;
	position:relative;
	height:100px;
	align:left;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	margin-bottom:30px;
}
#sideColume {
	float:left;
	width:200px;
}
#sideColumeRight {
	margin: 0 0 0 0;
	float:right;/*width:195px;*/
}
#ordering {
	float:left;
	width: 535px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow:hidden;
}
#main {
	float:left;
	width: 560px;
	padding: 0;
	margin:0px 0px 0px;
	overflow:hidden;
}
#main.big {
	width: 740px;
}
table.mainContent {
	/*width:968px;*/

	display:table;
	clear:both;
}
table.mainContent td {
	vertical-align:top;
	margin:0px;
}
#AutoLogin {
	width:542px;
	height: 46px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(/images/autologbackground.png) no-repeat;
}
/*=========== Header, Logo ===========*/

/*================================================*/



#header img {
	float:left;
	clear:left;
	border:none;
}
#header #search {
	float:right;
	clear:right;
	padding:0px 35px 10px 0px;
}
#beta {
	background:#EEE;
	padding:3px;
	margin:0;
	text-align:center
}
#beta a {
	color:#555;
}
#beta a:hover {
	color:#BD1015;
}
/*=========== Top menu navigation ===========*/

/*================================================*/

#menu {
	width:968px;
	float:right;
	clear:both;
	background:#fff url(/CSSimage/bluebar.jpg) bottom repeat-x;
	padding-bottom:17px;
}
#nav {
	display:table;
	margin:0px auto;
	width:696px; /*minimun 116*6 */
	border-bottom:1px solid #68abd6;
	height:28px;
}
#nav li {
	float:left;
	list-style-type:none;
	width:116px;
	height:28px;
}
#nav a:link, #nav a:visited {
	color:#333;
	text-decoration:none;
	background:url(/CSSimage/normalTab.jpg) bottom no-repeat;
	display:block;
	text-align:center;
	padding:8px 0px 6px 0px;
}
#nav a:hover {
	color:#000;
}
#home #nav-home, #products #nav-products, #tips #nav-tips, #faq #nav-faq, #patchprint #nav-patchprint, #orders #nav-orders, #us #nav-us {
	color:#FFF;
	border:0px solid #ccc;
	margin-top:-1px;
	background-image:url(/CSSimage/selectedTab.jpg);
}
/*=========== Member Form ===========*/

/*================================================*/

#sideColume #member, #sideColume #memberManage {
	float:left;
	clear:both;
	/*width:200px;*/

	background-color:#fff;
	padding:5px 0px 10px 0px;
}
#member p {
	padding-left:10px;
	margin:2px;
}
#member form {
	padding-left:10px;
}
#member label {
	width:150px;
	float:left;
	clear:both;
	padding:5px 0px 2px 0px;
}
/*=========== Product List ===========*/

#sideColume #productList {
	float:left;
	clear:both;
	/*width:200px;*/

	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.SideColumeTop {
	/* width:185px; */

	height:14px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background:url(/images/sidemenu/top.png) no-repeat;
}
.SideColumeTopYellow {
	/* width:185px; */

	height:14px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background:url(/images/sidemenu/topy.png) no-repeat;
}
.SideColumeMiddle {
	/* width:185px; */

	

	height:100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background:url(/images/sidemenu/middle.png) repeat-y;
}
.SideColumeMiddleYellow {
	/* width:185px; */

	height:100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background:url(/images/sidemenu/middley.png) repeat-y;
}
.SideColumeContent {
	width:160px;
	height:100%;
	padding: 0 10px 5px 15px;
}
.SideColumeBottom {
	/* width:185px; */

	height:17px;
	background:url(/images/sidemenu/bottom.png) no-repeat;
	padding: 0 0 5px 0;
}
.SideColumeBottomYellow {
	/* width:185px; */

	height:17px;
	background:url(/images/sidemenu/bottomy.png) no-repeat;
	padding: 0 0 5px 0;
}
#sideColume #productList #list td, #frameList #list td {
	text-align:left;
	padding: 0px 0px 0px 12px;
	font-size:11px;
	background:url(/CSSimage/redDot.jpg) no-repeat;
	background-position:0 0 0 0;
}
#productList #christmas td, #frameList #christmas td {
	width:160px;
	padding:20px 10px 10px 0;
}
#productList #christmas td img, #frameList #christmas td img {
	margin: -8px 5px 0 0
}
#sideColume #productList #list #sub, #frameList #list #sub {
	padding-left:18px;
	text-indent:0;
	background:none;
	background:url(/CSSimage/doublearrow.gif) no-repeat;
	background-position:0 0 0 0;
}
#frameList {
	background-color:#EEE;
	width:190px;
}
/*=========== Product page without price ===========*/

/*================================================*/

#products #main img {
	float:left;
	margin:0px 10px 25px 0px;
}
.mainIcon {
	float:left;
	width:120px;
	margin-left:8px;
	margin-right:8px;
	margin-top:0px;
	margin-bottom:0px;
	height:150px;
}
.mainIcon img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#products #main #advert {
	margin-top:10px;
	float:left;
	clear:both;
	width:auto;
	height:auto;
}
div.previousPage {
	float:left;
	width:100%;
	text-align:right;
	margin:6px -6px;
}
#products #main #productDes {
	float:left;
	width:520px;
	margin-bottom:18px;
}
#productDes img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
#productDes h2 {
	float:right;
	width:350px;
}
#product_offer {
	float:left;
	padding-bottom:10px;
}
#productDes strong {
/*width:200px;
    
    clear:both;
    text-align:center;
   
    float:left;
    padding-bottom:10px;
     */
}
/*=========== Products Home page ===========*/

/*================================================*/

#HomeProductList {
	margin:0px;
	padding:10px 0px 10px 0px;
	float:left;
	width:100%;
}
#HomeProductList li {
	float:left;
	width:170px;
	margin:5px 0px;
	list-style-type:none;
}
table#series td {
	padding-bottom:25px;
	vertical-align:middle;
}
/*===========  Home page ===========*/

/*================================================*/

#front_title {
	font-size:3em;
	color:#C44;
	font-weight:700;
	margin:15px 0;
	text-align:center;
}
#front_subtitle {
	font-size:2em;
	color:#085789;
	margin:5px 0;
	font-weight:700;
	text-align:center;
}
#main .front_product {
	width:160px;
	display:block;
	text-align:center;
	float:left;
	margin:10px 8px;
	line-height:2em;
	border:0px solid #ccc;
	padding:5px 0
}
#main .front_product img {
	border:0;
}
#main .front_product a {
	text-decoration:none;
}
#main #front_benefit, #main #guarantee, #main #ad {
	float:left;
	clear:both;
	width:510px;
	margin-top:10px;
	text-align:left;
	padding:0px 12px;
	text-decoration:none;
}
#main #front_benefit ul {
	list-style-position:inside;
	margin:0;
}
#main #guarantee {
	display:block;
	border:0px solid #ccc;
	text-decoration:none;
	padding:5px;
	width:540px;
}
#main #guarantee img.registernow {
	height:42px;
	width:247px;
	border: 0;
	margin: 10px auto 5px;
}
#main #ad {
	color:#C66;
	font-size:1.6em;
	line-height:1.3em;
	border:1px solid #DDD;
	border-width:1px 0px;
	background-color:#EEE;
	padding:10px 12px;
}
#main #ad_link {
	text-decoration:none;
}
#main #ad img {
	height:auto;
	width:auto;
	margin:5px;
	margin-top:0px;
	margin-right:0px;
	float:right;
	border:none;
}
img.solution {
	margin:8px 0 5px;
}
table#front_products {
	padding:0;
	margin:15px 0;
	width:540px;
}
table#front_products td {
	text-align:center;
	padding:5px 5px 10px 0;
}
table#front_products td img {
	width:150px;
	height:150px;
	margin:5px 0 10px;
	border:0;
}
table#front_products td b {
	padding-bottom:5px;
	display:block;
}
font.save {
	font-style:italic;
	padding-bottom:5px;
	display:block;
	color:#666
}
/*=========== Product page with price===========*/

/*================================================*/

#productDes #moreOption {
	padding:3px;
	font-size:0.9em;
	margin-top:0px;
}
table#priceTable {
	display:table;
	clear:both;
	width:560px;
	text-align:center;
	margin-left:0;
	border-top:0px solid #ccc;
	padding-bottom:15px;
}
table#priceTable td {
	border:0px solid #CCC;
	border-width:0 0 0 0px;
	text-align:center;
	vertical-align:middle;
	padding:4px;
	height:18px;
}
table#priceTable #priceTableLastColumes {
}
#tableHeader {
	background-image:url(/images/header2.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#666;
	font-weight:bold;
}
table#priceTable tr#tableHeader td {
	color:#FFFFFF;
}
/*====== Table style for jobs, statement, and client list =======*/

/*================================================*/

#jobTable, #statementTable, #clientTable {
	/*width:550px;*/

	display:table;
	clear:both;
}
#jobTable, #clientTable {
	border-bottom:1px solid #EEE;
}
#statementTable {
	/*width:550px;*/

	border:1px solid #CCC;
	padding:0px;
}
#jobTable td, #clientTable td {
	padding:7px 10px;
	border-left:1px solid #EEE;
}
#clientTable td {
	border:none;
}
#statementTable td {
	padding:7px 5px;
}
#jobTable td:first-child, #statementTable td:first-child {
	border-left:none;
}
#jobTable td.firstrow, #statementTable td.firstrow, #clientTable td.firstrow {
	background-color:#EEF2F1;
	color:#666;
	border:none;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding-bottom:3px;
	padding-top:3px;
}
#statementTable td.firstrow {
	padding:3px;
	text-align:center;
}
#jobTable td.firstrow:First-child, #statementTable td.firstrow:First-child {
	border-left:none;
}
/*=========== Job search ===========*/

/*================================================*/

form#searchOrder {
	clear:both;
	text-align:right;
	color:#C60;
	margin-bottom:10px;
	display:block;
}
#searchOrder input {
	margin-top:8px;
	color:#333;
}
/*=========== Job Status keys ===========*/

/*================================================*/

#statusKeys {
	clear:both;
	text-align:center;
	border-bottom:3px double #CCC;
}
#statusKeys table {
	background-color:#F6F6F6;
	border-width:1px 1px 0px 1px;
	width: 200px;
}
#statusKeys table td {
	padding:5px 3px 5px 3px;
	text-align:left;
}
/*=========== Member Menu ===========*/

/*================================================*/

#memberManage p {
	padding:5px 5px 0px 15px;
}
#memberMenu {
	list-style-type:none;
	padding:0px 15px 5px 15px;
	margin:0px;
}
#memberMenu li {
	padding-top:8px;
	text-indent:15px;
}
#memberMenu a {
	padding-left:15px;
}
.current #mem-current, .history #mem-history, .account #mem-account, .contact #mem-contact, .userAccount #mem-userAccount {
	background: url(/CSSimage/arrow.gif) no-repeat;
	background-position:0px 3px;
}
/*=========== Account Statement Page===========*/

/*================================================*/

#statementNav {
	text-align:center;
}
#statementNav a {
	padding:0px 10px 0px 10px;
}
#CustomerDetail {
	width:100%;
	padding:5px;
}
#CustomerDetail table {
	margin:10px 0px;
	border:none;
}
#CustomerDetail table td {
	padding: 1px 10px 1px 0px;
}
/*=== Forms for client management, company and contact detail ===*/

/*================================================*/

#clientInfo, #companyContact {
	clear:both;
	margin-bottom:5px;
	color:#333;
	padding:0px 5px;
	width:550px;
}
#companyContact {
	background-color:#fdfacf;
	padding:0px 0px 10px 0px;
	width:540px;
}
form.clientInfo fieldset {
	border:none;
	background-color:#fdfacf;
	float:left;
	clear:both;
	width:100%;
	padding:0px 0px 15px 0px;
	margin-top:0px;
	margin-left:0px;
}
form.clientInfo label {
	float:left;
	clear:left;
	text-align:right;
	width:120px;
	margin:5px;
}
form.clientInfo input, form.clientInfo textarea {
	float:left;
	clear:right;
	margin:5px;
}
form.clientInfo hr {
	float:left;
	clear:both;
	height:1px;
	margin:15px;
	border:none;
	border-top:1px solid #CCC;
	width:90%;
}
form.clientInfo p, /* dark background for form or table title */ .filehistory p, .jobPreview p, #companyContact p, #orderContact p, .jobDetail p {
	height:20px;
	background:#777;
	color:#FFF;
	padding:4px 0px 3px 10px;
	margin-top:0px;
}
#companyContact h2, #orderContact h2 {
	padding:0px 10px;
}
#subscription span {
	float:left;
	clear:both;
	padding:2px 10px;
	width:95%;
}
#subscription font {
	float:right;
	clear:right;
	color:#C60;
}
form.clientInfo input.btn, #retrieve input.btn, #register input.btn, #login input.btn, #orderForm input.btn {
	float:right;
	margin-right:15px;
	margin-top:10px;
}
#login input.btn {
	float:none;
}
.filehistory, .jobPreview {
	clear:both;
	width:550px;
	margin-bottom:0px;
	padding-bottom:10px;
	background-color:#fdfacf;
}
.filehistory h2, .jobDetail h2 {
	padding:3px;
	padding-left:10px;
	padding-bottom:10px;
}
table.filehistory td {
	padding:4px 3px;
	padding-left:10px;
	color:#000;
}
table.filehistory td:first-child {
	color:#333;
}
td#firstrow {
	padding:0px
}
#reorder.filehistory {
	text-align:right;
	margin-bottom:5px;
	background-color:#FFF;
}
.jobPreview {
	background-color:#FFF;
}
#reorder.filehistory a {
	padding:0px 8px 0px 5px;
}
.jobDetail {
	width:550px;
	background-color:#fdfacf;
}
.jpbDetail div {
	margin-bottom:0px;
	padding-bottom:10px;
}
a#emailClient {
	float:left;
	clear:right;
	margin-top:9px;
}
/*=========== Products Home Page (logged in)===========*/

/*================================================*/

/*#specials {

width:98%;

float:left;

padding:5px;

border:1px solid #999;

background-image:url(/CSSimage/specialBackground.jpg);

background-repeat:repeat-x;

margin:0px 0px 5px 0px;}



#specials h1{

margin:8px 0px 13px 0px;

color:#fff;

font-size:1.5em;}



*html #specials h1{

margin-top:12px;}



#specials div, #portalBox.promotion div{

float:right;

width:70%;

padding:5px;}*/



#products #specials img, #products #portalBox.promotion img, #portalBox.promotion img {
	margin:10px;
	float:left;
	width:100px;
	height:auto;
	border:0;
}
#HomePageContent {
	/*float:left;*/

clear:both;
	display:block;
}
#HomePageContent div {
	float:left;
	text-align: center;
	width:25%;
	height:150px;
	padding:10px 0
}
#products #HomePageContent img {
	float:none;
	width:100px;
	height:100px;
	margin:0 0 10px 0;
	border:0;
}
#HomePageContent hr, #orderForm hr {
	width:98%;
	clear:both;
	color:#ccc;
	background-color:#ccc;
	height:1px;
	border:0px;
}
/*=========== Retrieve, register, and log in form ===========*/

/*================================================*/

#retrieve, #login {
/*

	display:table;

	background-color:none;

	margin:50px auto 20px auto;

	padding:0px;

	border:1px solid #333;

	background: url(/CSSimage/loginBG.gif) no-repeat;

	border:0;

	width:439px;

	height:336px

	*/

}
#login {
/*width:210px;*/

}
*html #login {
	width:230px;
}
#retrieve {
	width:425px;
	text-align:left;
}
#retrieve p {
	color:#C60;
}
#login p {
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#C60;
}
#retrieve label, #register label, #login label {
	float:left;
	clear:left;
	width:105px;
	margin:5px;
	white-space:nowrap
}
#retrieve img, #login img {
	border:0
}
#login label {
	clear:both;
	margin:3px;
	text-align:left;
}
#retrieve input, #register input, #login input {
	/*float:left;
	clear:right;*/
	margin: 8px 0;
}
#login input {
	clear:both;
	margin: 3px;
}
#login div.links {
	float:left;
	width:100%;
	margin-top:20px;
	margin-right:-3px; /*IE6 Fix*/
}
#register {
	padding:10px;
	/*margin:20px;*/

background-color:#fdfacf;
	width:439px;
/*text-align:left*/}
#register {
	display:table;
	clear:both;
	margin:8px auto;
	padding:15px;
	width:439px;
	border:1px solid #CCC;
}
#register h1 {
	text-align:left;
}
#register span, #retrieve span {
	float:left;
	clear:both;
	width:100%;
	border-top:1px solid #FFF;
	padding:3px 0px;
}
#register span:first-child, #retrieve span:first-child {
	border-top:none;
	padding:3px 0px;
}
div.button {
	width:100%;
	text-align:right;
	float:left;
	clear:both;
}
/*=========== Member Benefits ===========*/

/*================================================*/

#benefits {
	padding:30px 0px 0px 30px;
}
#benefits h1 {
	margin:0px 0px 10px 0px;
	line-height:1.5em;
	font-size:1.1em;
}
#benefits b {
	font-weight:normal;
	color:#c60;
}
#benefits ul {
	padding-left:18px;
}
#benefits li {
	margin:13px 0px;
}
/*=========== Order Steps and order table ===========*/

/*================================================*/

.orderSteps, #orderContact {
	display:table;
	clear:both;
	margin:10px auto 10px auto;
	text-align:left;
	width:auto;
}
#orderContact {
	background-color:#fdfacf;
	padding:0px 0px 10px 0px;
	width:550px;
	border-top:none;
}
.orderSteps div {
	float: left;
	padding:10px;
	margin:5px 10px 10px 10px;
	color:#888;
	width:110px;
	height:auto;
}
.orderSteps p {
	margin:3px 10px;
}
.orderSteps div hr {
	height:1px;
	border:none;
}
.orderSteps img {
	float: left;
	padding:35px 5px 0px 5px;
	margin:0px;
}
.step1 #step1, .step2 #step2, .step3 #step3, .step4 #step4 {
	background-color:#EEE;
	color:#C53;
}
.step2 #step1, .step3 #step1, .step3 #step2, .step4 #step1, .step4 #step2, .step4 #step3 {
	background-color:#FFF;
	color:#888;
}
/*=========== Order Form ===========*/

/*================================================*/

#orderForm {
	text-align:left;
	display:table;
	width:550px;
	margin:10px auto;
	margin:10px;
}
#orderForm h1 {
	height:20px;
	color:#FFF;
	background-color:#777;
	font-weight:normal;
	padding:4px 0px 3px 10px;
	margin:0px;
}
*html #orderForm h1 {
	width:581px;
}
font.neworder {
	clear:left;
	width:auto;
}
font.orderdetail {
	clear:right;
	font-weight:bold;
}
table.detailtable td {
	padding:3px 5px 3px 0;
}
td.orderdetail {
	font-weight:bold;
}
font.neworder, font.orderdetail {
	float:left;
	margin:3px;
}
div.orderdetail {
	float:left;
	margin:0px 3px;
}
#orderForm span {
	float:left;
	padding:4px 5px 5px 5px;
}
#orderForm div {
	float:left;
	clear:left;
	width:200px;
	padding:4px 5px 10px 5px;
}
#orderForm div.hidden {
	width:530px;
	padding:none;
	display:none;
}
#orderForm label {
	float:left;
	clear:left;
	width:150px;
	padding:5px;
	text-align:right;
	font-weight:normal;
}
#prices_may_vary {
	font-weight:bold;
	padding-top:10px;
}
#prices_per_unit {
	font-weight:bold;
	padding-top:10px;
}
#orderForm #reference input {
	float:left;
	clear:right;
	margin:3px 0px 5px 5px;
}
#orderForm #reference label {
	text-align:left;
	width:180px;
	display:block;
	padding:3px 0px 5px 0px;
}
#orderForm p {
	color:#c60;
	font-weight:bold;
}
#orderForm fieldset {
	float:left;
	width:550px;
	margin:0px;
	padding:8px 20px 20px 20px;
	background-color:#fdfacf;
	border:1px solid #CCC;
	border-top:none;
}
#orderForm legend {
	font-weight:bold;
	padding:0px -20px;
}
#orderForm img {
	margin:5px 0px;
}
#orderForm fieldset.even {
	background-color:#F5F5F5;
}
font.orderunmber {
	color:#C60;
	font-weight:bold;
}
#message {
	display:table;
	margin:50px auto 10px auto;
	padding:20px;
	border:0px solid #ccc;
	text-align:center;
	line-height:1.5em;
}
#message.order {
	text-align:left;
	border:none;
	padding:10px 100px;
}
*html #message {
	border:none;
}
/*=========== FAQ, Tech Tips ===========*/

/*================================================*/

#allQuestions, #techTips {
	width:99%;
	clear:both;
	background-color:#EEE;
	border:1px solid #ccc;
	padding:10px 5px;
	margin:10px 5px 10px 0px;
}
*html #allQuestions, *html #techTips {
	padding-top:15px;
	padding-bottom:0px;
}
#allQuestions li, #techTips li {
	list-style-position:outside;
	line-height:1.7em;
}
#allQuestions ul, #techTips ul, div.answer li {
	margin-left:1.5em;
}
.FAQ {
	color:#c60;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
}
.answer {
	margin:0px;
	margin-bottom:10px;
}
div.answer li {
	list-style-position:outside;
}
#faq #main span, #tips #main span {
	display:block;
	text-align:right;
	font-size:0.9em;
}
/*=========== Contact info in About us Page ===========*/

/*================================================*/

#contactInfo {
	float:right;
	clear:right;
	margin:10px 0px 7px 10px;
	min-width:250px;
	max-width:250px;
	background:#EEE;
	border:none;
}
*html #contactInfo {
	width:250px;
}
#contactInfo th {
	color:#FFF;
	background:#888;
	margin:0px;
	text-align:left;
	font-weight:normal;
	padding:5px 5px;
}
#contactInfo td.contact {
	width:60px;
	padding:4px 6px 4px 10px;
}
#contactInfo td.info {
	color:#000;
	padding:4px 10px 4px 5px;
}
/*=========== reorder, request, approve window ===========*/

/*================================================*/

body#jobActions {
	background-color:#FFF;
	max-width:500px;
	padding:10px;
	height:auto;
}
/*=========== Logged in Front Page ===========*/

/*================================================*/

#portalBox {
	float:left;
	clear:left;
	border:1px solid #EEE;
	padding:0px;
	width:540px;
	margin:0px 0px 10px 0px;
	background-color:#fdfacf
}
#iframediv2 {
	float:left;
	clear:left;
	width:540px;
	margin:0px 0px 10px 0px;
}
#portalBox #HomeProductList {
	width:510px;
	padding:5px;
}
#portalBox p {
	height:20px;
	color:#FFF;
	background-color:#777;
	font-size:1.2em;
	margin:0px;
	padding: 4px 0px 3px 10px;
}
#portalBox div {
	line-height:1.6em;
	padding: 5px 10px 10px 10px;
}
#portalBox hr {
	clear:both;
	color:#ccc;
	background-color:#ccc;
	height:1px;
	border:0px;
}
#portalBox.promotion {
	background-color:#FFF;
	float:left;
	clear:left;
	padding:0px;
	margin:0px;
	border:1px solid #eee;
}
#portalBox.promotion p {
	background-color:#777;
	text-align:left;
}
#products #portalBox.promotion {
	border-color:#CCC;
}
#products #portalBox.promotion p {
	background-color:#D0595B;
	font-weight:700;
}
/*=========== iframe ===========*/

/*================================================*/

iframe {
	border:none;
	overflow-x:auto;
	overflow:auto;
	overflow-y:auto;
	background:transparent none repeat scroll 0 0 !important;
}
*html iframe {
	border:none;
	overflow-x:hidden;
	overflow-y:auto;
}
body#frame {
	width:540px;
	max-width:540px;
	background:none;
	padding:0px;
	margin:0px;
}
*html body#frame {
	width:540px;
	overflow-x:hidden;
	overflow-y:auto;
}
#frame .clientInfo {
	width:540px;
	float:left;
	max-width:540px;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	overflow-y:auto;
}
body#special_product {
	max-width:210px;
	background-color:#FFF;
	padding:0px;
	margin:0px;
}
iframe.promotion {
	overflow-x:hidden;
	overflow-y:auto;
}
div.promotion {
	float:right;
	clear:right;
}
/*=========== clientInfo ===========*/

/*================================================*/



table.clientInfo {
	width:540px;
	background-color:#fdfacf;
}
table.clientInfo th {
	height:20px;
	background:#777;
	color:#FFF;
	padding:4px 0px 5px 10px;
	margin-top:0px;
	font-weight:normal;
	text-align:left;
}
table.clientInfo td:first-Child, table.clientInfo td.firstChild {
	width:120px;
	text-align:right;
	color:#333;
}
table.clientInfo td {
	color:#000;
	padding: 6px 5px;
	white-space:pre;
	vertical-align:top;
}
table.clientInfo hr {
	height:1px;
	margin:15px;
	border:none;
	border-top:1px solid #CCC;
	width:90%;
}
form.clientInfo span {
	float:left;
	width:500px;
	border:0px solid #333;
}
#frame form.clientInfo p {
	background-color:#c60;
}
/*=========== History ===========*/

/*================================================*/

table#jobHistory {
	width:540px;
	margin-bottom:10px;
	margin-left:5px;
}
table#jobHistory td {
	padding:4px 5px;
	color:#000;
	border-bottom:1px solid #DDD;
}
table#jobHistory td:first-Child {
	color:#333;
	padding-left:10px;
	width:120px;
	white-space:nowrap;
}
/*=========== Approve Link ===========*/

/*================================================*/



div#proofBox {
	
	/* border:1px solid #CCC; width:550px; padding:10px 60px; */
	
	text-align:left
}
#proofBox img {
	width:500px;
	border:0
}
#proofBox .button {
	padding:2px 3px;
	float:left;
	font-size:1em;
}
#approve_link table#approveDetail {
	width:550px;
	margin-bottom:10px;
	margin-left:0px;
}
#approve_link table#approveDetail td {
	padding:5px 8px;
	background-color:#F0F0F0;
	color:#000;
}
#approve_link table#approveDetail td:first-child {
	color:#333;
	background-color:#DDEEFF;
	white-space:nowrap;
}
#approve_link table#approveDetail td table.costDetail td {
	color:#000;
	border-bottom:0;
	padding:4px 0;
	background-color:#F0F0F0;
	white-space:normal;
}
#approve_link table#approveDetail td table.costDetail td.price {
	width:100px;
	white-space:nowrap;
	text-align:right
}
div#changeForm {
	background-color:#fdfacf;
	border:1px solid #CCC;
	width:520px;
	padding:15px;
	margin:10px 0
}
div#changeForm iframe {
	margin-top:5px;
}
#terms ol {
	padding-left:20px;
}
#termsCondition li {
	padding-bottom:10px;
}
#product_item_list div {
	float:left;
	text-align:center;
	width:30%;
	height:170px;
	padding:8px 5px;
}
#main #product_item_list div img.listimage {
	width:100px;
	height:100px;
	float:none;
	margin-bottom:5px;
	border:0;
}
table.bankingDetail, table.payConfirm {
	margin:10px 0 40px 0;
	border:1px solid #ccc;
	padding:0 10px;
	background:#F5FAFF;
}
table.bankingDetail td, table.payConfirm td {
	padding: 8px 0;
	border-bottom:1px solid #ccc;
	color:#000;
}
table.bankingDetail td:first-child, table.payConfirm td:first-child {
	color:#333
}
form#payConfirm label {
	margin:3px;
}
form#payConfirm input, form#payConfirm textarea {
	margin-bottom:15px;
}
/* ============================ TPH Basic_np =========================*/

div#introducingSeries {
	display:block;
	float:left;
	color:#666;
	border:1px solid #CCC;
	padding:10px;
}
table#headTable {
	width:968px;/*padding-left:10px;

	padding-right:10px;

	padding-top:0px;

	padding-bottom:0px;*/
}
table#headTable td {
	vertical-align:bottom;
	background-color:#FFF;
}
table#headTable td.bar {
	vertical-align:middle;
	height:28px;
	padding:0;
	background-image: url(/images/menubar.gif);
	background-repeat:repeat-x;
}
table#headTable td.barShadow {
	vertical-align:bottom;
	height:20px;
	background-image: url(/CSSimage/barShadow.jpg);
}
table#headTable td.barShadowOrder {
	vertical-align:bottom;
	height:20px;
	background-image: url(/CSSimage/barShadowOrder.jpg);
}
table#logos {
	width:100%;
	border:0;
}
table#logos td {
	vertical-align:top
}
img#logo {
	margin:10px 0 20px 10px;
	width:200px;
	height:auto;
}
#redbar {
	float:left;
	background-color:#CC0000;
	width:253px;
	height:25px;
}
#curveLogo {
	float:right;
	border:0px solid #ccc;
}
table#contentTable {
/*padding-left:15px;

	padding-right:15px;*/

}
div#product_item_list.moreOption {
	width:525px;
	float:left;
	clear:both;
	display:block;
	padding:5px 10px;
	border:1px solid #ccc;
	margin-top:20px;
}
#navigation {
	padding:0 10px 0 10px;
	float:left;
	text-align:center;
	margin:0;
}
#navigation li {
	padding: 0 0 0 0px;
	float:right;
	list-style:none;
	text-align:center;
	text-shadow:#424242;
	height:27px;
	margin: 0
}
#navigation a:link, #navigation a:visited {
	float:left;
	color:#FFF;
	border:1px solid #888;
	border-width:0 1px 0 0;
	padding:5px 25px 0 25px;
	white-space:nowrap;
	text-shadow:#424242;
	text-decoration:none;
	margin:0 0 0 0;
	height:22px;
}
/*

#home #navigation-home, #products #navigation-products, #templates #navigation-templates, #specials #navigation-specials, #terms #navigation-terms, #aboutus #navigation-aboutus, #tips #navigation-tips, #faq #navigation-faq, #patchprint #navigation-patchprint, #orders #navigation-orders, #clients #navigation-clients, #account #navigation-account, #us #navigation-us {

	background:transparent url(/images/navback.gif) repeat-x;

}

#navigation a:hover, #products #navigation-products:hover, #home #navigation-home:hover, #tips #navigation-tips:hover, #faq #navigation-faq:hover, #patchprint #navigation-patchprint:hover, #orders #navigation-orders:hover, #clients #navigation-clients:hover, #account #navigation-account:hover, #us #navigation-us:hover {

	background:transparent url(/images/navbackover.gif) repeat-x;

	color:#fff;

	background-color:#BBB

}

*/

div#product_item_list.moreOption h3 {
	color:#666;
	font-size:1.3em;
	line-height:1.1em;
	margin: 10px 0 20px 15px;
}
p#linkToMore {
	text-align:right;
	font-size:0.9em;
	margin:0
}
#powered {
	float:right;
	vertical-align:top;
	text-align:left;
	color:#FFF;
	font-size:0.9em;
	padding: 2px 10px;
	background:#91181c;
	color:#666;
	background:#FFF;
	border:1px solid #999;
	border-top:0;
	margin-right:10px;
}
#priceTableHeader {
	padding:5px 5px 5px 15px;
	border:0;
	text-align:left;
	background-color:#FFFFFF;
}
#ColourTable {
	padding-top:20px;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0;
	text-align:left;
	color:#333;
}
#pricing_options_table {
	padding: 0 0 0 0;
	border:0;
	text-align:left;
	background: url( /images/header2.gif) repeat-x top;
}
#productTableHeader {
	padding:5px 5px 5px 15px;
	border:0;
	text-align:left;
	color:#919191;
	background: #CCC url(/images/header.jpg) no-repeat;
}
table#contactUs {
	margin:0 0 10px 0;
	color:#333;
}
table#contactUs td {
	padding: 5px 10px 2px 0px;
	line-height:1.7em;
	border-bottom:1px solid #ccc;
}
table#contactUs td.first_td {
	width:80px;
	white-space:nowrap;
}
table#jobList {
	width:100%;
	border:1px solid #EEE;
	margin-bottom:20px;
}
table#jobList td {
	padding:6px;
	border-bottom:1px solid #eee;
}
table#jobList td.product_td {
	width:320px;
	border-right:1px solid #EEE;
}
table#jobList td.number_td, #jobList td.date_td {
	text-align:center;
	width:50px;
	white-space:nowrap;
	border-right:1px solid #EEE;
}
table#jobList tr#firstrow td {
	color:#666;
	border-bottom:1px solid #CCC;
}
/* search */

table#search {
	width:100%;
	margin-bottom:10px;
}
table#search td {
	padding:0
}
table#search td#search_td {
	text-align:right
}
td#title_td h3 {
	margin:0;
	line-height:0.8em
}
#search_form label {
	color:#666;
	font-size:0.9em;
	margin-bottom:3px;
	display:block
}
#search_form input {
	margin:0
}
/* job Detail */

table#jobDetail td {
	padding:8px 10px;
}
table#jobDetail td.first_td, table#invoiceDetail td.first_td {
	color:#666;
	white-space:nowrap;
	width:100px;
}
p#orderDate {
	text-align:right;
	margin-bottom:10px;
}
table#invoiceDetail {
	border:1px solid #ccc;
	margin:5px auto;
	padding:5px 0
}
table#invoiceDetail td {
	padding: 5px 10px;
}
table#invoice {
	border:1px solid #ccc;
	margin:5px auto;
	padding:0;
}
table#invoice td {
	padding: 5px 10px;
	border:1px solid #ccc;
}
table#invoice td.first_td {
	color:#555;
	white-space:nowrap;
	width:100px;
}
.bigPreview {
	padding:5px 11px 0px 3px;
	border:0
}
/*order contact*/

#contactTable {
	border:1px solid #CCC;
	margin-top:10px;
	width:100%;
}
#contactTable td {
	line-height:2.3em;
	padding:10px;
}
/*Client details*/

#clientDetails {
	border:0;
	border-top:1px solid #EEE;
	width:100%
}
#clientDetails td {
	border-bottom:1px solid #EEE;
	padding:12px;
}
#clientDetails td#contacts {
	line-height:1.8em;
}
#clientDetails td.first_td {
	border-right:1px solid #EEE;
	color:#666;
	width:120px;
	white-space:nowrap;
}
#clientDetails td.section {
	border-top:3px double #DDD;
}
/*contact detail */



table#contactDetail td {
	padding:8px 8px;
	border-bottom:1px solid #eee
}
table#contactDetail td.edit_td, table.changeDetail td.edit_td {
	text-align:right;
	line-height:1.5em;
	background-color:#F5F5F5;
}
table#contactDetail td:first-child {
	width:110px;
	white-space:nowrap;
	color:#666;
	border-right:1px solid #eee
}
table.changeDetail {
	border:1px solid #DDD;
	border-top-color:#EEE;
	width:100%;
}
table.changeDetail td {
	border-top:1px solid #eee;
	padding:10px
}
table.changeDetail td:first-child {
	width:100px;
	white-space:nowrap;
	color:#333
}
table.changeDetail td.input_td {
	padding:7px 10px
}
table.changeDetail td.section {
	border-top:3px double #DDD;
	width:100px;
	white-space:nowrap;
}
table.changeDetail tr.oddsection {
	background-color:#F5F5F5;
	width:100px;
	white-space:nowrap;
}
/* order */

td#orderContent {
	/*padding:20px;*/

	width:938px;
	padding-left:15px;
	padding-right:15px;
}
/*Order form*/

p.button {
	width:99%;
	text-align:right;
}
p.button input.btn {
	padding:0;
}
img#steps {
	border:0;
	margin:18px 0;
}
/*order contact*/

#contactTable {
	border:1px solid #CCC;
	margin-top:10px;
	width:100%;
}
#contactTable td {
	line-height:2.3em;
	padding:10px;
}
/*Order Proof*/

#proofTable {
	border:1px solid #CCC;
	margin:10px 0 0;
	padding:10px 0;
	width:100%;
}
#proofTable td {
	padding:15px;
	padding-top:5px;
}
div.hidden {
	display:none;
}
/* order_address*/

#order_address table {
	width:100%;
	margin:10px 0 0 0;
	border:1px solid #CCC;
}
#order_address table td {
	border-top:1px solid #eee;
	padding:10px;
}
#order_address table td:first-child {
	padding-right:0px;
}
#order_address table td.invoiceEmail {
	border-top:3px solid #eee;
}
/* order_file*/

table#fileRequireChoice td {
	padding:5px 0;
}
/*confirm detail*/

#order_confirm table {
	width:100%;
	border:1px solid #DDD;
	border-width:1px 1px 2px 1px;
}
#order_confirm table td {
	padding:10px 8px;
	border-top:1px solid #EEE;
	border-width: 1px 0 0 0;
}
#order_confirm table td:first-child {
	white-space:nowrap;
	text-align:right;
	color:#666;
	width:20%;
}
#order_confirm table td.section {
	border-top:3px double #DDD
}
div#acceptTerms {
	background:#F5F5F5;
	display:block;
	margin:0px;
	padding:10px;
}
div.change {
	display:none;
	margin:10px 0;
}
td.change_td {
	text-align:right;
	width:100px;
}
div.save {
	display:none;
}
table#confirmOrder {
	border:0;
	background:#F5f5f5
}
table#confirmOrder td {
	vertical-align:middle
}
#order_confirm input.radio {
	border:none;
	margin:0 5px 0 0;
}
table#confirmOrder {
	border:0;
	background:#F5f5f5
}
table#confirmOrder td {
	vertical-align:middle
}
/*Add New client*/

table.newclientTable {
	border:1px solid #ccc;
	border-bottom:1px solid #DDD;
	margin:10px 10px 15px 0;
}
table.newclientTable td {
	vertical-align:middle;
	border-bottom:1px solid #EEE;
	padding:8px 10px;
	color:#333;
}
table.newclientTable td.section {
	border-bottom:3px double #ccc;
}
table.newclientTable td.first_td {
	width:100px;
	white-space:nowrap;
}
table.newclientTable td.button {
	text-align:right;
}
/*order success detail*/

table#orderSuccess {
	width:100%;
	border:1px solid #CCC;
	margin: 10px 0
}
table#orderSuccess td, table#orderSuccess th {
	padding:10px 8px;
	border:1px solid #EEE;
	border-width:1px 0 0 0;
}
table#orderSuccess td:first-child {
	white-space:nowrap;
	color:#666;
	width:20%;
}
table#orderSuccess td.section {
	border-top:3px double #DDD
}
/* login links */

#loginLinks {
	text-align:center;
	line-height:2.2em;
}
#loginLinks a, #introduction a {
	color:#FFF;
	text-decoration:none
}
#aboutUs a {
	color:#C71317;
	text-decoration:none
}
#loginLinks a:hover, #introduction a:hover {
	color:#FFF;
	text-decoration:underline
}
#aboutUs a:hover {
	color:#C71317;
	text-decoration:underline
}
#loginLinks .lines {
	color :#FF9900
}
/*welcome*/



p.welcome {
	text-align:right;
	display:block;
	clear:both;
	width:99%;
	margin: 0 0 13px 0
}
/*Introduction*/



#introduction {
	width:440px;
	/*margin-top:30px;*/

	border:0;/*padding-top: 0;

	padding-right: 30px;

	padding-bottom: 0;

	padding-left: 30px;*/
}
#introduction td {
	color:#FFF;
	padding:5px 30px;
	background: url(/CSSimage/boxBG.gif) left top repeat-y;
}
#introduction td.head {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2em;
	padding:20px 30px 5px;
	text-align:center
}
#introduction td#top {
	background: url(/CSSimage/top.gif) left bottom no-repeat;
	height:49px;
}
#introduction td#bottom {
	background: url(/CSSimage/bottom.gif) left top no-repeat;
	height:59px;
}
#introduction ul {
	padding-left:15px;
}
#introduction .tradeOnly {
	font-size:1.7em;
	font-weight:bold;
	line-height:1.2em;
	padding:0px 30px 5px;
	text-decoration:underline;
	text-align:center
}
#aboutUs {
	width:780px;
	border:0;
}
#aboutUs td {
	color:#000000;
	padding:5px 30px;
}
#aboutUs td.head {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2em;
	padding:20px 30px 5px;
	text-align:center
}
#aboutUs td#top {
	height:49px;
}
#aboutUs td#bottom {
	height:59px;
}
#aboutUs ul {
	padding-left:15px;
}
#aboutUs .tradeOnly {
	font-size:1.7em;
	font-weight:bold;
	line-height:1.2em;
	padding:0px 30px 5px;
	text-decoration:underline;
	text-align:center
}
/*templates*/

div.templates {
	padding:0 10px 10px;
	margin:0 0 10px 0
}
div.templates h1 {
	font-size:1.8em;
	color:#aaa;
}
ul#productTemplates li {
	list-style-type:none;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:10px;
}
ul#productTemplates ul li {
	list-style-type:disc;
	font-weight:normal;
	margin-left:20px;
	list-style-position:inside;
	line-height:1.8em;
	margin-bottom:0px;
}
.checklist {
	font-size: 12px;
	color: #000000;
}
.checklist p {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
/*--------- Request Quote Form ----------*/

#requestQuoteForm {
	border:0px solid #ccc;
	text-align:left;
	/*width:570px;*/

	color:#000000;
}
#requestQuoteForm input.btn {
/*border:1px solid #888;

	border-top-color:#bbb;

	border-left-color:#bbb;

	padding:5px 10px;*/

}
#requestQuoteForm div.formSection {
	padding:5px 8px 5px 8px;
	margin-bottom:5px;
	/*background-color:#eee;*/

	display:block;
	width:544px;
	float:left;
	border-bottom:#CCC 1px solid;
}
#formSection1 #clientOptions {
	min-width:10em;
}
#formSection1 label {
	width:10em;
	border:0px solid #ccc;
	display: block;
	float:left;
	margin-top:0.25em
}
#requestQuoteForm div#formSection2 {
/*background-color:#eee;*/

}
#formSection2 div#note {
	width:94%;
	color:#666;
	display:block;
	border:1px dotted #ccc;
	padding:5px;
	margin:5px 0;
}
#formSection2 table#productQuoteRequest {
	margin-top:1em;
	margin-left:1px;
}
#formSection2 table#productQuoteRequest td {
	height:2.8em;
	vertical-align:middle;
}
#formSection2 label {
	margin-right:0.8em;
	font-weight:700;
}
#formSection2 label#finishing {
	display:block;
	clear:both;
	margin-bottom:0.5em;
}
#formSection2 p {
	float:left;
	display:block;
}
#formSection2 select {
	margin-right:0.5em;
}
#formSection2 div#note {
	width:94%;
	color:#666;
	display:block;
	border:1px dotted #ccc;
	padding:5px;
	margin:5px 0;
}
#formSection2 table#productQuoteRequest {
	margin-top:1em;
	margin-left:1px;
}
#formSection2 table#productQuoteRequest td {
	height:2.8em;
	vertical-align:middle;
}
#formSection2 label {
	margin-right:0.8em;
	font-weight:700;
}
#formSection2 label#finishing {
	display:block;
	clear:both;
	margin-bottom:0.5em;
}
#formSection2 p {
	float:left;
	display:block;
}
#formSection2 select {
	margin-right:0.5em;
}
#formSection2 span.checkbox {
	display:block;
	float:left;
	width:14em;
	height:1.5em;
	vertical-align:middle;
	white-space:nowrap;
	margin-bottom:0.5em;
}
#formSection2 span.specify {
	width:auto;
}
#formSection2 input.customText {
	width:16em;
}
#formSection2 p.quantity span {
	display:block;
	margin-bottom:0.5em;
}
#formSection2 p.quantity {
	padding-top:0.8em;
}
#requestQuoteForm input.uploadFile {
	border:0;
}
#requestQuoteForm p.submit {
	width:548px;
	text-align:right;
}
/*------------ Manage Quotes----------------*/

#quote_list_div {
	display:block;
	border:1px solid #eee;
	/*background-color:#fdfacf;*/

	clear:both;
	text-align:left;
	padding:0;
	margin-bottom:1em;
}
#quote_list_div p {
	color:#666;
	background-color:#D3DAD9;
	/*font-size:1.2em; #C4CDCC*/

	margin:0px;
	padding: 4px 0px 3px 10px;
}
#quote_list_div div {
	padding:8px 10px;
	line-height:1.7em;
}
ul#quoteList li {
	margin-left:1em;
	line-height:2em;
}
ul#quoteList {
	margin:0;
	padding:0;
}
#quote_content_div {
	display:block;
	clear:both;
	text-align:left;
	padding:3px;
}
#quote_response_content table#priceTable {
	margin-left:0px;
}
#quote_response_content table#priceTable dfn {
	padding-left:5px;
}
div.quoteDetails {
	display:block;
	border-bottom:1px solid #ccc;
	margin-bottom:1.5em;
	padding:1em 0;
	position:relative;
	left:-10px;
}
.odd {
	background:#EEF2F1;
	padding:3px;
}
.even {
	background:#eee;
	padding:3px;
}
div#pleaseNote {
	border:1px dotted #c00;
	padding:1em;
	color:#c00;
}
div#quoteLinks {
	border:1px dotted #ccc;
	line-height:1.8em;
	padding:0.7em 0.7em 0.7em 1.3em;
	margin-bottom:0.5em;
	margin-top:0.5em;
	font-weight:700
}
div#quoteLinks p {
	font-size:0.8em;
	padding:2px;
	margin:0;
	margin-top:-2.1em;
	width:10em;
	background-color:#EFEFEF;
	color:#999;
}
div#product_item_list2 div.listItem {
	float:left;
	text-align:left;
	border-bottom:1px dotted #ccc;
	clear:both;
	width:100%;
	padding:5px 0 8px 0;
	margin:0 0 8px 0;
	height:auto;
}
#main #product_item_list2 div img.listimage {
	width:100px;
	height:100px;
	border:0;
	float:left;
	margin:0;
	margin-right:1em;
}
.productTitle {
	font-size:1.1em;
	font-weight:700;
	text-decoration:none;
}
.productDescription {
	float:left;
	width:320px;
	line-height:1.6em;
}
.brief {
	margin-top:0.5em;
}
.moreDetails {
	border:0px solid #ccc;
	float:right;
	width:100px;
	margin-top:5px;
}
.icons {
	display:block;
	text-align:right;
	border:0px solid #ccc;
}
#main #product_item_list2 div.icons img {
	float:none;
	width:15px;
	height:15px;
	margin: 0 0 3px 5px;
}
.quality {
	display:block;
	text-align:right;
	border:0px solid #ccc;
	font-size:0.9em;
	margin:0.5em 0;
}
.turnAround {
	display:block;
	text-align:right;
	border:0px solid #ccc;
	font-size:0.9em;
	clear:right;
}
.colourz {
	text-align:left;
	color:#333333;
	font-weight:normal;
	clear:both;
	width:100%;
	padding-top:10px;
}
.price {
	text-align:left;
	width:200px;
	float:left;
	color:#CC3300;
	font-size:1.1em;
	font-weight:700;
	clear:both;
	width:100%;
}
#filter {
	text-align:left;
}
#filter input[type=submit] {
	margin-left:3px;
}
#sort, #filter {
	/*width:50%;*/

	padding:0.7em 0;
	margin-bottom:0px;
	float:left;
}
#sort {
	text-align:right;
}
.listFilters {
	float:left;
	width:100%;
}
#sort form {
	margin:0;
}
#loginGreeting {
	width:540px;
	height:46px;
	margin:0 0 0 15px;
	padding:13px 0 0 0;
	font-size:10px;
	text-align:center;
	background:url(/images/autologbackground.png) no-repeat top;
}
.request_similar {
	text-align:right;
}
/*--------- Buttons ----------*/

.go {
	background: url(/images/go.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	border:0;
	height:24px;
	width:41px;
	cursor: pointer;
}
.quotebutton {
	align:right;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:0 81px 0 0;
	border:0;
	height:24px;
	width:71px;
	cursor: pointer;
}
.submit {
	background: url(/images/log-in.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	border:0;
	height:24px;
	width:71px;
	cursor: pointer;
}
.apply {
	background: url(/images/apply.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	border:0;
	height:24px;
	width:151px;
	cursor: pointer;
}
.cancel {
	background: url(/images/cancel.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:25px;
	width:120px;
	cursor: pointer;
}
.continue {
	background: url(/images/standard3.png) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:25px;
	width:130px;
	cursor: pointer;
}
.continue2 {
	background: url(/images/buttons/1.png) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	height:30.5px;
	width:124px;
	cursor: pointer;
}
.complete {
	background: url(/images/complete.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:25px;
	width:120px;
	cursor: pointer;
}
.print {
	background: url(/images/print.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:25px;
	width:120px;
	cursor: pointer;
}
.save {
	background: url(/images/standard3.png) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:26px;
	width:130px;
	cursor: pointer;
	
}
.save2 {
	background: url(/images/buttons/5.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:30.5px;
	width:130px;
	cursor: pointer;
	
}
#save {
	margin:0;
	padding-bottom:3px;
	padding-top:1px;
}
.search {
	background: url(/images/search.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:24px;
	width:58px;
	cursor: pointer;
}
.go2 {
	background: url(/images/go2.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:24px;
	width:38px;
	cursor: pointer;
}
.uploadfiles {
	background: url(/images/uploadfiles.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:25px;
	width:96px;
	cursor: pointer;
}
.addnewclient {
	background: url(/images/addnewclient.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:25px;
	width:116px;
	cursor: pointer;
}
.addnewcontact {
	background: url(/images/addnewcontact.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:25px;
	width:122px;
	cursor: pointer;
}
.addnewcontact2 {
	background: url(/images/buttons/5.png) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:30.5px;
	width:130px;
	cursor: pointer
	
}
.addthisclient {
	background: url(/images/addthisclient.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:25px;
	width:116px;
	cursor: pointer;
}
.logins {
	background: url(/images/logins.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:24px;
	width:44px;
	cursor: pointer;
}
.submitbutton {
	background: url(/images/submitbutton.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:24px;
	width:58px;
	cursor: pointer
}
.requestquote {
	background: url(/images/standard3.png) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:26px;
	width:130px;
	cursor: pointer;
}
.requestquote2 {
	background: url(/images/buttons/5.png) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:30.5px;
	width:130px;
	cursor: pointer;

}
.contactus {
	background: url(/images/contactus.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:24px;
	width:82px;
	cursor: pointer;
}
.previouspage {
	background: url(/images/previouspage.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:24px;
	width:96px;
	cursor: pointer;
}
.NextClient {
	background: url(/images/next.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:24px;
	width:68px;
	cursor: pointer;
}
.BackClient {
	background: url(/images/back.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:24px;
	width:68px;
	cursor: pointer;
}
.Update {
	background: url(/images/update.gif) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:24px;
	width:63px;
	cursor: pointer;
}
.Confirm {
	background: url(/images/standard2.png) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border:0;
	height:26px;
	width:94px;
	cursor: pointer;
}
.pad_left {
	padding-left:15px;
	width:174px;
}
.pad_right {
	padding-right:15px;
	width:174px;
}
/* ================= widget grey ==================*/



.Widget_Grey {
	width:169px;
}
.Widget_Grey.Header {
	font-weight:bold;
	padding-left:5px;
}
.Widget_Grey_Header_Show {
	background-image:url(/CSSimage/widget_grey_header.jpg);
	position:relative;
	padding-top:6px;
	height:21px;
	font-weight:bold;
	padding-left:5px;
	width:169px;
}
.Widget_Grey_Header_Show #icon {
	position:absolute;
	left: 146px;
	top: 2px;
}
.Widget_Grey_Content {
	padding-left:5px;
	padding-top:5px;
	width:164px;
}
.Widget_Grey_Footer {
	background-image:url(/CSSimage/widget_grey_footer.jpg);
	height:14px;
	width:174px;
	margin-bottom:15px;
}
/*=========================*/

.Widget_Grey.Corner.BL {
	background-image:url(/CSSimage/widget_grey_corners.jpg);
	background-position: 0 -14px;
	height:14px;
	width:14px;
	bottom:-1px;
	left:-1px;
	position: absolute;
	font-size: 0%;
}
.Widget_Grey.Corner.BR {
	background-image:url(/CSSimage/widget_grey_corners.jpg);
	background-position: -14px -14px;
	height:14px;
	width:14px;
	bottom:-1px;
	right:-1px;
	position: absolute;
	font-size: 0%;
}
.Widget_Grey.Corner.TL {
	background-image:url(/CSSimage/widget_grey_corners.jpg);
	background-position: 0 0;
	height:14px;
	width:14px;
	top:-1px;
	left:-1px;
	position: absolute;
	font-size: 0%;
}
.Widget_Grey.Corner.TR {
	background-image:url(/CSSimage/widget_grey_corners.jpg);
	background-position: -14px 0;
	height:14px;
	width:14px;
	top:-1px;
	right:-1px;
	position: absolute;
	font-size: 0%;
}
/*=========================*/

.Widget_White_Top {
	background-image:url(/CSSimage/widget_white_top.gif);
	height:10px;
	width:174px;
	padding:0px;
	margin:0px;
	font-size:2px;
}
.Widget_White_Bottom {
	background-image:url(/CSSimage/widget_white_bottom.gif);
	height:10px;
	width:174px;
	margin-bottom:15px;
	font-size:2px
}
.Widget_White_Container {
	height:auto;
	width:172px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin:0px;
	text-align:center;
}
.widget_Grey_container {
	height:auto;
	width:172px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	position:relative;
}
.Widget_White_Content_Padding {
}
/* ================= widget yellow ==================*/



.Widget_Yellow {
	width:169px;
}
.Widget_Yellow.Header {
	font-weight:bold;
	padding-left:5px;
}
.Widget_Yellow_Header_Show {
	background-image:url(/CSSimage/widget_yellow_header.jpg);
	position:relative;
	padding-top:6px;
	height:21px;
	font-weight:bold;
	padding-left:5px;
	width:169px;
}
.Widget_Yellow_Header_Show #icon {
	position:absolute;
	left: 146px;
	top: 2px;
}
.Widget_Yellow_Content {
	padding-left:5px;
	padding-top:5px;
	width:164px;
}
.Widget_Yellow_Footer {
	background-image:url(/CSSimage/widget_yellow_footer.jpg);
	height:14px;
	width:174px;
	margin-bottom:15px;
}
#widget_Yellow_container {
	height:auto;
	width:172px;
	background-color:#FDFCDE;
	border-left:1px solid #FCAF3C;
	border-right:1px solid #FCAF3C;
	border-top:1px solid #FCAF3C;
	position:relative;
}
/* =================== Grey Tab Toolbar ======================= */



#grey_bar {
	position:relative;
}
.grey_bar.TL {
	background-image:url(/CSSimage/grey_tab_tl.jpg);
	height:14px;
	width:14px;
	top:0;
	left:0;
	position: absolute;
	font-size: 0%;
}
.grey_bar.TR {
	background-image:url(/CSSimage/grey_tab_tr.jpg);
	height:14px;
	width:14px;
	top:0;
	right:0px;
	position: absolute;
	font-size: 0%;
	clear: right;
}
/* ================= Yellow tool bar ================ */



.yellow_bar.BL {
	background-image:url(/CSSimage/yellow_tab_bl.jpg);
	height:14px;
	width:14px;
	bottom:-1px;
	left:-1px;
	position: absolute;
	font-size: 0%;
}
.yellow_bar.BR {
	background-image:url(/CSSimage/yellow_tab_br.jpg);
	height:14px;
	width:14px;
	bottom:-1px;
	right:-1px;
	position: absolute;
	font-size: 0%;
}
/* ============== Banner tab ==================== */



.banner_tab {
	background-image:url(/CSSimage/banner_tab.jpg);
	height:14px;
	width:152px;
	bottom:-14px;
	right:-1px;
	position: absolute;
	font-size: 0%;
}
/* ============== FOOTER ============== */

#footer_top {
	font-size:1px;
}
#FooterWrapper {
	width:970px;
	margin: 0px auto;
	background-color:#FFF;
	height:auto;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6C6C6C;
	text-align:center;
}
.footer_item2 {
	padding-left:10px;
	width:168px;
	height:auto;
	float:left;
	text-align:left;
}
.footer_item.left_line {
	border-left:1px #666 solid;
}
a.link {
	color:#6C6C6C;
	text-decoration:none;
}
a:hover.link {
	color:#6C6C6C;
	text-decoration:underline;
}
a:visited.link {
	color:#6C6C6C;
}
/* ================ MISC =============== */

.rh_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D2D2D;
}
#list td, #frameList #list td {
	/* 999999999999 */

	background:transparent url(/CSSimage/redDot.jpg) no-repeat scroll 0 5px;
	padding: 0px 0px 0px 12px;
	/*font-size:11px;*/

	line-height:14px;
	text-align:left;
}
#list #sub, #frameList #list #sub {
	/* 999999999999 */

	background:transparent url(/CSSimage/doublearrow.gif) no-repeat scroll 10px 5px;
	/*font-size:11px;*/

	line-height:14px;
	padding-left:24px;
	text-indent:0;
}
/*===============================*/

input#pngGenerateButton {
	background-image:url(/Images/complete2.png);
	height:26px;
	width:120px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

input#pngGenerateButton2 {
	background-image:url(/Images/buttons/1.png);
	height:30.5px;
	width:120px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.generate26:hover {
	background-position:0px -26px;
}
.generate26:focus {
	background-position:0px -52px;

<!--//-72//-->

	
}
input#pngEditdetailsButton {
	background-image:url(/Images/standard4.png);
	height:26px;
	width:133px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
input#pngEditdetailsButton2 {
	background-image:url(/Images/buttons/6.png);
	height:30.5px;
	width:133px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;

}

input#longpngButton {
	background-image:url(/Images/buttons/requestaquote2.png);
	height:26px;
	width:290px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

input#longpngButton2 {
	background-image:url(/Images/buttons/4.png);
	height:30.5px;
	width:290px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

input#loginpngButton {
	background-image:url(/Images/standard2.png);
	height:26px;
	width:94px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
input#loginpngButton2 {
	background-image:url(/Images/buttons/2.png);
	height:30.5px;
	width:97px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;

}

input#pngButton,input#pngButton2,input#pngButton3,input#pngButton4 {
	background-image:url(/Images/buttons/join_26px_v1.png);
	height:26px;
	width:94px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
input#requestaquote {
	background-image:url(/Images/buttons/requestaquote.png);
	height:26px;
	width:290px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	
}
input#requestaquote2 {
	background-image:url(/Images/buttons/requestaquote.png);
	height:30.5px;
	width:290px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
input#pngGoButton2 {
	background-image:url(/Images/buttons/3.png);
	height:30.5px;
	width:47px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;

}
input#pngGoButton {
	background-image:url(/Images/buttons/go.png);
	height:26px;
	width:45px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.spriteButton:focus {
	outline-color:-moz-use-text-color !important;
	outline-style:none !important;
	outline-width:medium !important;
}
.button31:hover {
	background-position:0px -31px;
}
.button31:focus {
	background-position: 0px -62px;
}
.button26:hover {
	background-position:0px -26px;
}
.button26:focus {
	background-position:0px -52px;
}
.spriteButton {
	background-color:Transparent;
	border:0 solid #000000;
	cursor:pointer;
	overflow:hidden;
	color:#FFF;
	font-size:12px; /*font-size:14px*/
	padding-top:1px;
	padding-bottom:3px;/*vertical-align:middle;*/

}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
#dynamic_table {
	margin-left:0;
	display: table;
	width: 560px;
	clear: both;
	text-align:center;
	font-size: 1em;
	line-height: 1.4em;
}
.javascript_link {
	cursor:pointer;
}
/*===============================*/

#logoNoCSS {
    background-image: url(/images/buttons/nologo.png);
}

/*===============================*/

.bg_red {
	background-color:#ff0000;
}
ul {
	padding-left:15px;
}
/*===============================*/

.Join26:hover {
	background-position:0px -26px;
}
.Join26:focus {
	background-position:0px -52px;
}
input#JoinButton {
	background-image:url(/Images/buttons/join_26px_v1.png);
	height:26px;
	width:94px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
/*===============================*/



.quote_hr {
	height:1px;
	padding:0px;
	margin:0px;
	background-color:#666;
}
/*===============================*/

.special_message {
	width:560px;
	height:100px;
	color:#666;
 <<<<<<< HEAD  font-weight:bold;
	font-size:14px;
	text-align:center;
	display:block;
}
/*===============================*/



/*Order cart*/

 .order {
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}
.order h2 {
	float:left;
	font-size:14px;
	font-weight:bold;
	width:89%;
}
.remove_btn {
	margin:9px 0;
}
.order table {
}
.order table td {
	border:1px solid #CCCCCC;
	padding:8px;
}
.order h3 {
	font-size:13px;
}
.pdesc {
}
.order ul {
}
.order li {
}
.pactions {
}
.pcontactdetails {
}
.tstatus {
	text-align:right;
}
.pcontactdetails ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.pcontactdetails li {
	display:block;
	float:left;
	margin-bottom:5px;
	width:100%;
}
.pcontactdetails .label {
	float:left;
	width:30%;
}
.pcontactdetails .lvalue {
	color:red;
	float:left;
	font-style:italic;
	font-weight:bold;
	margin-right:5px;
	width:42%;
}
.pcontactdetails .laction {
	float:left;
	text-align:center;
	width:10%;
}
.pcontactdetails .ItemOk {
	float:left;
	padding:0px 0px 0px 5px;
	text-align:center;
	width:40px;
}
.pcontactdetails .lstatus {
	float:right;
	text-align:center;
	width:16%;
}
.relatedOrderImage {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #000000;
	position:absolute;
	width:auto;
}
.relatedOrderImage a {
	background:#CCCCCC none repeat scroll 0 0;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	float:right;
	font-size:14px;
	line-height:17px;
	padding:0 5px 3px;
	text-decoration:none;
}
.relatedOrderImage img {
	clear:both;
	float:left;
}
.lstatus img {
	margin-top:7px;
}
.itemok {
	float:right;
	position:absolute;
}
.job_details .line {
	background:lightgray none repeat scroll 0 0;
	height:1px;
	width:100%;
}
#order_confirm {
}
.job_details {
	border-bottom:1px solid #000000;
	display:block;
	float:left;
	padding-bottom:10px;
	width:100%;
}
.job_details fieldset {
	float:left;
	padding:4px;
	width:249px;
	border:1px solid #DDDDDD;
}
.job_details h2 {
	float:left;
	font-size:14px;
	font-weight:bold;
	width:89%;
}
.job_details h2 span {
	font-weight:normal;
}
.job_details ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}
.job_details li {
	display:block;
	float:left;
	margin-bottom:7px;
}
.job_details .label {
	float:left;
	font-weight:bold;
	margin-right:5px;
	text-align:right;
	width:95px;
}
.job_details .value {
	float:left;
	width:149px;
}
.cart_content {
	float:left;
	margin-top:7px;
	width:408px;
}
.cart_content table {
	float:left;
	width:408px !important;
}
.cart_content td {
	white-space:normal !important;
}
.firsttd {
	width:80% !important;
}
.totattable {
	clear:both;
	float:left;
	margin-top:10px;
}
.totattable td {
}
table#confirmOrder {
	clear:left;
	margin-top:10px;
}
/*===============================*/

/* AVE :: SAFI :: 22/02/2010 :: Colored order buttons */
a.cartbutton *, a.cartbutton {
	text-decoration:none;
}
a.cartbutton div.button {
	background:transparent url(/images/buttons/emptybutton.png);
	text-align:left;
	width:154px;
	height:31px;
	overflow:hidden;
	line-height:31px;
	color:#fff;
	margin-top:5px;
}
a.cartbutton:hover div.button {
	background:transparent url(/images/buttons/emptybutton_over.png);
}
/* AVE :: SAFI :: 22/02/2010 :: Colored order buttons */

#prices_may_vary {
	color:666666;
	font-weight:bold;
}
#searchOrdersHighlightLeft {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	border-top:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	border-left:#CCC solid 1px;
}
#searchOrdersHighlightRight {
	padding-top:10px;
	padding-bottom:10px;
	border-top:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	border-right:#CCC solid 1px;
}
#brag {
	position:absolute;
	top:90px;
	left:300px;
	text-align:center;
	width:360px;
	color: #999;
}
#noorders {
	text-align:center;
	font-size:14px;
	color:#000;
}
#nocart {
	text-align:center;
	padding-bottom:30px;
	font-weight:bold;
	
	
}
#dynamicDiv {
    
    width:538px;
	position:absolute;
	top:300px;
	background-color:#ccc;
	border:solid 1px #333;
	padding:10px;
	height:300px;
	
}

#remembermetick a:visited, #remembermetick a:hover ,#remembermetick a{
	text-decoration:none;
}
.radioNoStyle {
	padding-top:10px;
	margin:0px;
	vertical-align:middle;
}

#preyflycontain ,#uploadcontain{
	background-image:url(/images/greybox/preflymid.gif);
	height:auto;
	position:relative;
	width:918px;
	padding-top:24px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:24px;
}
#preyflytop {
	background-image:url(/images/greybox/preflytop.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	height:23px;
	width:938px;
}
#preyflybot {
	background-image:url(/images/greybox/preflybot.gif);
	position:absolute;
	background-repeat:no-repeat;
	bottom:0px;
	left:0px;
	height:23px;
	width:938px;
}
.preflypoint {
	vertical-align:middle;
}
.preflypoint a{
	text-decoration:none;
	color:#666;
}
#buttonoptions {
	text-align:right;
}
#preyflytop h1{
	color:#F90;
}
#periodSearch {
	padding:8px;
	background-image:url(/CSSimage/datesearchbar.jpg);
	height:24px;
}
.paginator {
	text-align:center;
	width:560px;
	clear:both;
}

.current a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.indexSubmit26:hover {
	background-position:0px -27px;
}
.indexSubmit26:focus {
	background-position:0px -54px;
	
}
.indexSpriteSubmitButton {
	background-color:Transparent;
	border:0 solid #000000;
	cursor:pointer;
	overflow:hidden;
	color:#FFF;
	font-size:14px;
	padding-bottom:3px;
	padding-top:1px;
	vertical-align:middle;
}
input#indexSubmitButton {
	background-image:url(/images/buttons/goV2.png);
	height:28px;
	width:28px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.indexSpriteSubmitButton:focus {
	outline-color:-moz-use-text-color !important;
	outline-style:none !important;
	outline-width:medium !important;
}
#clientaddress{
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
#clientname{
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
.clientname{
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
#clientcontact{
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
#businessname{
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
#bigred a {
	color:#000;
	text-decoration:none;
}
#bigred a:visited{
	color:#000;

}
#bigred a:hover {
	color:#000;
	text-decoration:underline;
}
.fontNormal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
}
input#request_changes {
	background-image:url(/images/buttons/request_changes.png);
	height:26px;
	margin:0 0 0 0;
	width:309px;
}
input#request_changes2 {
	background-image:url(/images/buttons/8.png);
	height:30.5px;
	margin:0 0 0 0;
	width:309px;
}
input#request_changes2 {
	background-image:url(/images/buttons/8.png);
	height:30.5px;
	margin:0 0 0 0;
	width:309px;
}
#requestReturnToPartner {
	background-image:url(/images/buttons/requestReturnToPartner.png);
	height:26px;
	margin:0;
	width:196px;
}
#requestGoToTPH {
	background-image:url(/images/buttons/requestGoToTPH.png);
	height:26px;
	margin:0;
	width:280px;
}
input#indexButton {
	background-image:url(/images/buttons/index_Buttons2.png);
	height:26px;
	margin:0 0 0 0;
	width:140px;
}
input#indexButton2 {
	background-image:url(/images/buttons/7.png);
	height:30.5px;
	margin:0 0 0 0;
	width:140px;
}
input#indexButton2 {
	background-image:url(/images/buttons/7.png);
	height:30.5px;
	margin:0 0 0 0;
	width:140px;
}
#main_full {
	width:800px;
}

#approveDetail td {
	border:#CCC solid 1px;
	padding:3px;
}
#approve_form img {
	border:#CCC solid 1px;
}
	
/* ======== STOCK COUNTER =========== */
#DailyDealsListView_DailyDealRepeater_ctl01_DealStock_StockMeterBar {
	float:right;
}
.DailyDealsListStock {
	float:left;
}

.StockMeterSprites {
	background:url("/Images/stockcounter.png") no-repeat;
	width:210px;
	height:11px;
	line-height:1px;
	font-size:1px;
}
.StockMeter100 {
	background-position:0 0;
}
.StockMeter95 {
	background-position:0 -20px;
}
.StockMeter90 {
	background-position:0 -40px;
}
.StockMeter85 {
	background-position:0 -60px;
}
.StockMeter80 {
	background-position:0 -80px;
}
.StockMeter75 {
	background-position:0 -100px;
}
.StockMeter70 {
	background-position:0 -120px;
}
.StockMeter65 {
	background-position:0 -140px;
}
.StockMeter60 {
	background-position:0 -160px;
}
.StockMeter55 {
	background-position:0 -180px;
}
.StockMeter50 {
	background-position:0 -200px;
}
.StockMeter45 {
	background-position:0 -220px;
}
.StockMeter40 {
	background-position:0 -240px;
}
.StockMeter35 {
	background-position:0 -260px;
}
.StockMeter30 {
	background-position:0 -280px;
}
.StockMeter25 {
	background-position:0 -300px;
}
.StockMeter20 {
	background-position:0 -320px;
}
.StockMeter15 {
	background-position:0 -340px;
}
.StockMeter10 {
	background-position:0 -360px;
}
.StockMeter05 {
	background-position:0 -380px;
}
.StockMeter00 {
	background-position:0 -400px;
}
.StockMeter0 {
	background-position:0 -400px;
}
