
/* GLOBAL/GENERIC STYLES */

body {
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	font-size: 0.75em;
	background-color: #000;
	/*background: url('/pics/tmp_bg.jpg');*/

}

body, form, fieldset, div p {
	margin: 0px;
}

fieldset {
	border: 0px;
	padding: 0px;
}

img {
	vertical-align: middle;
}

a img {
	border: 0px;
}

a:link {
	color: #005bc8;
}

a:visited {
	color: #888;
}

a:hover {
	color: #005bc8;
}

a:active {
	color: #000;
}

input, select {
	vertical-align: middle;
	font-size: 1.0em;
}

input[type="text"], input[type="password"] {
	padding: 2px;
}

textarea {
	font-size: 0.9em;
	font-family: arial, sans-serif;
}

div.left, img.left {
	display: block;
	float: left;
}

div.right, img.right {
	display: block;
	float: right;
}

#div.right span.total_price { color: #FFF; }

.centered {
	text-align: center;
}


.cleared {
	clear: both;
}

.error {
	font-weight: bold;
	color: #d22;
}

small {
	font-size: 0.85em;
	color: #808080;
	line-height: normal;
}

table {
	width: 100%;
	border-spacing: 0px;
}

table td {
	padding: 0px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 {
	margin-top: 6px;
	font-size: 1.6em;
	color: #38f;
}

h2 {
	font-size: 2.1em;
	color: #e11;
}

h3 {
	font-size: 1.25em;
	color: #222;
}

h3 strong {
	font-family: arial, tahoma, verdana;
	font-size: 0.8em;

}

.tight {
	margin: 0;
	padding: 0;
}


/* GLOBAL CONTAINERS */

#container {
	width: 100%;
	text-align: center;
}

#page {
	display: block;
	width: 758px;
	margin: 0px auto;
	padding: 0;
	position: relative;
	text-align: left;
}



/* BALLOON STYLES */

.balloon_text {
	visibility: hidden;
	position: absolute;
}


#balloon {
	visibility: hidden;
	position: absolute;
	width: 220px;
	z-index: 100;
	border: 1px solid #4b7;
}

#balloon_content {
	display: block;
	width: 219px;
	float: right;
	border-right: 1px solid #adc;
	border-bottom: 1px solid #adc;
	background-color: #f8fffc;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.0em;
	color: #2a5;
	text-transform: uppercase;
}

#balloon_content p {
	margin: 2px 5px;
}

#balloon_content ul {
	margin: 5px 0 5px 22px;
	padding: 0;
}

#balloon table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

a.ballon, a.ballon:link, a.ballon:active, a.ballon:hover, a.ballon:visited  {
	color: #1EAC49;
}



/* STYLES FOR CONTENT */

#contentframe, #contentframeindex {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#contentframe {
	padding-top: 201px;
}

#contentframeindex {
	padding-top: 274px;
}

#contentframeindexemail {
	padding-top: 214px;
}

div.contentpanel {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	height: auto;
}
div.contentpanel_email {
	display: block;
	margin: 0;
	padding: 0;
	width: 95%;
	overflow-x: hidden;
	overflow-y: hidden;
	height: auto;
}

#contentframe panel, #contentframeindex div.contentpanel {
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

div.roundtop, div.roundbot {
	display: block;
	clear: both;
	height: 24px;
	margin: 0;
	padding: 0;
	font-size: 0.1em;
}

div.roundtop {
	background: url('/pics/top_barA.gif') no-repeat;
	background-position: -1px -8px;
}

div.roundbot {
	background: url('/pics/bot_barA.gif') no-repeat;
	background-position: -1px -8px;
}

div#header div.roundbot {
	background-position: 0px -15px;
}

div.content, div.contentemail {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0 25px;
	
	color: #444;
	border-top: 1px solid #fff;
	overflow-x: hidden;
	overflow-y: hidden;
	height: auto;
	width: auto;
}

div.content {
	background: url('/pics/white_pixel.gif');
	background-repeat: repeat;
	background-position: top left;
	
}

div.content p, #eWysiwyg p, div.contentemail p {
	margin: 15px 0px;
	line-height: 140%;
}

div.content h1, div.contentemail h1 {
	clear: left;
	display: inline-block;
}

div.bookshelf {
	display: block;
	float: right;
	width: 290px;
	padding: 20px 0 10px 15px;
}

div.bookshelf p {
	float: left;
	width: 190px;
	font-family: arial;
	margin: 0 !important;
	padding: 0 0 0 10px !important;
	font-size: 12px;
}

div.bookshelf .left {
	float: left;
}



div.sampleshelf {
	display: block;
	float: left;
/*	background-image: url('/pics/hp_bg_bottom_left.gif');
	background-repeat: no-repeat;
	background-position: top right; */
	border-right: 1px dotted #999999;
	width: 360px;
	padding: 15px 0 0 0;
}

div.sampleshelf div.shelfitemhoriz {
	background-image: url('/pics/samplepic_bg.gif');
	background-repeat: no-repeat;
	width: 195px;
	height: 189px;
}

div.sampleshelf div.shelfitemvert {
	background-image: url('/pics/samplepic_bg.gif');
	background-repeat: no-repeat;
	width: 195px;
	height: 189px;
}


div.sampleshelf p {
	margin: 0 !important;
	padding: 0 !important;
}


div.sampleshelf p.head {
	color: #444;
	font-size: 1.15em;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding: 2px 0 0 32px !important;
	height: 23px;
	background-image: url('/pics/icon_drawing.png');
	background-repeat: no-repeat;
}

div.sampleshelf p.sub {
	color: #444;
	font-family: arial;
	font-size: 12px;
}

div.sampleshelf p.sub a {
	color: #A29980;
	font-family: arial;
	font-size: 12px;
	
}


div.sampleshelf p.youcan {
	color: #999;
	font-size: 1.15em;
}

div.sampleshelf p.youcan a {
	color: #999;
}

div.sampleshelf a.image_samples img {
	/*border-right: 1px solid #CACACA;*/
	padding-right: 20px;
	padding-left: 20px;
	
}
div.image_sample_type {
	text-decoration: none;
	text-align: center;
	width:175px;
	margin-top: 10px;
	margin-bottom: -15px;
	font-weight: bold;
}

div.sampleshelf a.image_samples img.last {
	border-right: 0;
}

div.bookshelf div.shelfitemvert img {
	margin: 3px 0 0 20px;
	/*width: 83px;
	height: 122px;*/
	border: 0;
}

div.bookshelf div.shelfleft img {
	margin: 44px 0 0 18px;
}

div.bookshelf div.shelfleft, div.bookshelf div.shelfitemhoriz  {
	display: block;
	float: right;
	width: 125px;
	height: 130px;
	border-right: 1px dashed #ccc;
	padding: 0 10px;
}

div.bookshelf div.shelfitemvert  {
	display: block;
	float: left;
	width: 128px;
	height: 130px;
	border-right: 1px dashed #ccc;
	padding: 0 15px 0 5px;
}

.shelf_noborder {
	border: 0 !important;
	padding-right: 0 !important;
}

/*div.bookshelf div.shelfleft {
	background: url('/pics/hp_bg_leftproductshelf.gif') no-repeat;
	background-position: 0 26px;
}


div.bookshelf div.shelfitemvert {
	background: url('/pics/hp_bg_middleproductshelfVER.gif') no-repeat;
	background-position: 0 -40px;
}

div.bookshelf div.shelfitemhoriz {
	background: url('/pics/hp_bg_middleproductshelf.gif') no-repeat;
	background-position: 0 26px;
}*/

div.bookshelf div.shelfright {
	display: block;
	width: 318px;
	padding: 0;
	margin: 0 0 14px 0;
	float: right;
	border: 0px dashed #CCC;
	/*background: url('/pics/visitthestore_plainbg.gif') no-repeat;
	background-position: -40px 0;*/
}


div.shelfright div#storetext {
	display: block;
	width: 180px;
	float:right;
	padding: 0 5px 0 0;
	border: 0px dashed #CCC;
	text-align: right;
}

div.shelfright img {
	float: left;
	padding: 10px 7px 0 0;
}

div.pcontrol  {
	display: block;
	float: left;
	width: 350px;
	clear: both;
	border: 0px solid #CCC;
	margin: 15px 0 0 0;
	padding: 0 0 2px 0;
	z-index: 100;
	font-size: 0.95em;
}

div.pcontrol p a {
	padding: 10px 0 0 0;
}

div.bookshelf div.shelfright span {
	color: #ef7c4a;
	font-family: arial, tahoma, verdana;
	font-size: 0.9em;
	/*margin: 0 20px 0 40px;*/
}

#vts {
	padding: 0 30px 0 0;
}


div.prodtools, div.cattools {
	display: block;
	clear: both;
	height: 26px;
	/* margin: 10px -25px 0 -25px; */
	padding: 8px 25px 0 25px;
	text-align: center;
	overflow: hidden;
}

div.cattools {
	background-color: #f2f2f2;
	border-top: 4px solid #fff;
	color: #666;
}

div.cattools div.left img {
	vertical-align: top;
	margin-top: 4px;
}


div.cattools select {
	vertical-align: bottom;
}

div.cattools div.right {
	margin-top: -4px;
}

div.prodtools {
	background-color: #fff;
	background: url('/pics/prodtools_bg.gif') no-repeat;
	border-top: 4px solid #fff;
}

div.cattools a, div.cattools a:visited {
	color: #005bc8;
}

div.cattools strong {
	color: #222;
}

div.prodtools a {
	color: #555;
}

div.prodtools div.right a {
	margin-right: 6px;
}

div.right b {
	color: #B4B4B4;
	font-size: .9em!important;
	padding: 0 0 0 191px;
	background-color: #F3F3F3;

}

/*
div.prodtools div.right a {
	display: block;
	text-transform: uppercase;
	font-family: arial, tahoma, verdana;
	font-size: 0.9em;
	letter-spacing: -0.01em;
	color: #a0a0a0;
	text-decoration: none;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	padding: 4px 12px;
}
*/
img.prodpic {
	float: right;
	clear: right;
	padding-bottom: 20px;
}

div.framepic {
	display:none;
	float: right;
	clear: right;
	cursor: pointer;
	cursor: hand;
	width: 310px;
}

img.framepic {

}

div.giant_frame_horiz {
	display: block;
	float: right;
	padding: 0;
	width: 363px;
	height: 284px;
	background-image: url('/pics/framebg_4_horiz.gif');
	background-repeat: repeat;
	text-align: center;
	margin: 10px -1px;
	overflow: hidden;
}

div.giant_frame_vert {
	display: block;
	float: right;
	padding: 0;
	width: 283px;
	height: 408px;
	background-image: url('/pics/framebg_4_vert.gif');
	background-repeat: repeat;
	text-align: center;
	margin: 10px 0;
}

div.giant_frame_canvas {
	display: block;
	float: right;
	padding: 0 !important;
	text-align: center;
	background-image: none;
	margin: 0;
}


div.giant_frame_horiz img {
	padding: 0;
	height: 244px;
	width: 323px;
	margin: 20px 20px;
}

div.giant_frame_vert img {
	padding: 0;
	width: 243px;
	height: 367px;
	margin: 20px 0px;
}


p.photoreal {
	color: #d22;
}

p.photoreal img {
	margin-right: 5px;
}


/* STYLES FOR HEADER(S) */

#header {
	position: absolute;
	top: 8px;
	width: 760px;
}

#header div.content {
	height: 154px;
	background-color: #fff;
	background: url('/pics/top_barB.gif') no-repeat;
	background-position: 0px -6px;
	padding: 10px 28px 0 25px;
	border: 0;
}

#header div.contentemail {
	height: 104px;
	background-color: #fff;
	background: url('/pics/top_barB.gif') no-repeat;
	background-position: 0 -6px;
	padding-top: 10px;
	padding-bottom: 0px;
	border: 0;
	}

#header div.content#frontpage {
	height: 239px;
	background: url('/pics/hp_top_new.jpg') no-repeat;
	background-position: -1px 0;
}

div.header_testimonial {
	clear: both;
	float: left;
	width: 280px;
	height: 50px;
	margin-bottom: 15px;
	font-family: arial;
	font-size: 12px;
}	

div.header_testimonial a.more {
	color: #3E67A4;
}

#header div.contentemail#frontpage {
	height: 306px;
	background: url('/pics/tmp_fp2.jpg') no-repeat;
	background-position: 0 0;
}

#header div.content#frontpage a.details {
	display: block;
	clear: right;
	float: right;
	margin: 330px 90px 0 0;
	color: #fff;
	font-weight: bold;
	width: 100px;
	text-decoration: underline;
}


#header div.content#frontpage a.promo {
	display: block;
	clear: left;
	float: left;
	width: 500px;
	height: 30px;
	margin: 275px 0 0 6px;
}

div.frontpage_links {
	margin-top: -10px;
}


#header img {
	clear: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

#header p {
	margin: 0;
	color: #ef7c4a;
}

#header .content a:link, #header .content a:visited, #header .contentemail a:link, #header .contentemail a:visited {
	color: #5496DE;
	text-decoration: none;
}

#header .content a:hover, #header .contentemail a:hover {
	text-decoration: underline;
}

#header .right a {
	font-size: 1.2em;
	color: #000;
}

#header a.cart, #header a.cart:link, #header a.cart:visited, #header a.cart:hover, #header a.cart:active {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

div.email_header {

}

#breadcrumb {
	clear: both;
	color: #888;
	padding-left: 6px;
}

#breadcrumb span {
	color: #e11;
}

#minicart {
	display: block;
	float: right;
	clear: right;
	width: 165px;
	height: 40px;
	margin-top: 30px;
	padding: 15px 0px 15px 40px;
	background: url('/pics/sc_bg.gif') no-repeat;
	line-height: 1.5em;
}

#minicartemtpy {
	display: block;
	float: right;
	clear: right;
	width: 145px;
	height: 15px;
	margin-top: 37px;
	padding: 8px 0px 10px 46px;
	background: url('/pics/sc_bgsmall.gif') no-repeat;
}

div#header div.roundbot {
	height:12px !important;
	clear: both;
}

div.tabbar {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	padding-left: 32px;
	margin-top: -1px;
}

div.tabbar ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div.tabbar ul li {
	display: inline;
	float: left;
}

div.tabbar ul li a, div.tabbar ul li a.active, div.tabbar ul li a.first, div.tabbar ul li a.firstactive {
	display: block;
	width: 158px;
	height: 42px;
	padding-top: 7px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	background: url('/pics/tab_off.gif') no-repeat;
}

div.tabbar ul li a.active {
	background: url('/pics/tab_on.gif') no-repeat;
}

div.tabbar ul li a.highlight {
	width: 185px;
	height:42px;
	padding-top: 7px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 2px;
	text-align: center;
	color: #fff;
	background: url('/pics/tab_create_off.gif') no-repeat;
}
div.tabbar ul li a.highlight_active {
	width: 185px;
	height:42px;
	padding-top: 7px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: 2px;
	text-align: center;
	color: #fff;
	background: url('/pics/tab_create_on.gif') no-repeat;
}

div.tabbar ul li a.first {
	background: url('/pics/tab_hiworks_bgoff.gif') no-repeat;
}

div.tabbar ul li a.firstactive {
	background: url('/pics/tab_hiworks_bgon.gif') no-repeat;
}

div.tabbar ul li a:link, div.tabbar ul li a:visited {
	color: #fff;
}

div.tabbar ul li a:hover, div.tabbar ul li a:active {
	color: #ffe775;
}

div.tabbar ul li a.small {
	width: 60px;
	background: url('/pics/tab_off.gif') no-repeat;
}

/* STYLES FOR FOOTER */

#lowermenu {
	display: block;
	width: 100%;
	text-align: center;
	clear: both;
	
	margin-top: 10px;
	margin-left: -10px;
}

#lowermenu a {
	margin: 2px 8px;
	color: #ef7c4a;
}


/* STYLES FOR PRODUCT LISTING PAGE */



ul.catalog {
	margin: 16px 0 0 0;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	clear: both;
}

ul.catalog li {
	display: block;
	float: left;
	width: 330px;
	padding: 10px 3px 0 0;
	border: 0px solid #ddd;
	margin: 1px 0 1px 5px;
	position: relative;
}

div#prodcontrol {
	clear: both;
	display: block;
	border: 0px solid #000;
}

ul.catalog li.vert {
	display: block;
	padding: 0;
	margin: 0;
	width: 14px;
	height: 130px;
	border-left: 1px solid #eaeaea;
}

ul.catalog li.horiz {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 1px 0;
}

ul.catalog li span.image_span_vert {
	float: left;
	margin-right: 8px;
	/*width: 130px;*/
	width: 162px;
	height: 132px;
	background: url('/pics/product_bg_vert.gif') no-repeat;
	background-position: 0px -2px;
}

ul.catalog li span.image_span_horiz {
	float: left;
	margin-right: 8px;
	/*width: 130px;*/
	width: 162px;
	height: 132px;
	background: url('/pics/product_bg_hor.gif') no-repeat;
	background-position: 0 0px;
}

ul.catalog li span.image_span {
	float: left;
	margin-right: 8px;
	width: 162px;
	height: 132px;
}


ul.catalog li img.photo_frame_horiz {
	margin: 8px 0 0 8px;
	width: 131px;
	height: 100px;
	border: 0px dashed #000;
}

ul.catalog li img.photo_frame_vert {
	margin: 6px 0 0 8px;
	width: 100px;
	height: 131px;
	border: 0;
}

ul.catalog li img.photo_canvas{
	margin-top: -10px;
}

ul.catalog li.horiz img {
	float: none;
	margin: 0;
}

ul.catalog li span.sm {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	color: #888;
}

ul.catalog li div.img_subtitle {
	/*top: 140px;
	left: 0px;
	position: absolute;*/
	display: block;
	font-size: 0.8em;
	float:left;
	width: 130px;
	color: #333;
	/*border: 1px dashed #DF0000;*/
	padding: 2px 0 0 0;
}

ul.catalog li div.img_subtitle a {
	color: #333;
}

ul.catalog li div.select {
	display: block;
	float: left;
	font-size: 0.8em;
	color: #333;
	font-weight: bold;
	padding: 10px 0 0 0;
	border: 0px dashed #000;
}

ul.catalog li div.select img {
	/*width: 48px;
	height: 48px;*/
	float: none;
	border: 4px solid #F7F7F7;
	padding: 5px;
	margin-right: 5px;
}

ul.catalog li a, ul.catalog li a:link, ul.catalog li a:visited, ul.catalog li a:hover, ul.catalog li a:active {
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: underline;
	color: #4B76B6;
	padding: 0px;
	border: 0px solid #000;
}

div.filter, div.pagination {
	clear: both;
}

div.pagination {
	padding-top: 16px;
	overflow: hidden;
}

div.pagination div.left a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

div.pagination div.right {
	width: 450px;
	text-align: right;
	color: #000;
	font-family: trebuchet ms;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	padding: 0;
}



/* STYLES FOR SHOPPING CART */

div.promocode {
	width: 98%;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	color: #000;
	padding: 4px;
	margin-bottom: 14px;
}

div.centered {
	width: 98%;
}

div.centered img, div.centered input {
	vertical-align: middle;
}

table.cart {
	margin-top: 5px;
	margin-bottom: 14px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.cart thead th {
	font-weight: bold;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f0f0f0;
	color: #000;
	text-align: center;
	padding: 4px;
}

table.cart thead th.label, table.cart td.label {
	text-align: left;
	float: none;
	vertical-align: top;
}

table.cart td {
	padding: 3px;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.cart td.left img {
	float: left;
	vertical-align: top;
}

table.cart td.left a {
	font-weight: bold;
	vertical-align: top;
}

table.cart td p {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table.cart td span.option {
	color: #999;
}

table.cart tbody.footer td {
	padding-top: 3px;
}

table.cart tbody.footer td.label {
	font-weight: bold;
	float: none;
	text-align: right;
}


/* FORM ELEMENTS FOR STANDARD FORM */

div.form  {
	width: 99%;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}

#loginform {
	width: 350px;
}

#loginform input {
	width: 150px;
}

div.form input, select {
	margin-top: 4px;
}

div.form div {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
	padding: 0px;
}

div.form div.missing {
	background-color: #FDF5D8;
}

div.form div.centered {
	display: block;
	clear: both;
	width: 100%;
	margin: 1px 1px 0 1px;
	padding: 6px 0;
	background-color: #f0f0f0;
	font-weight: bold;
}

div.form div label {
	display: block;
	float: left;
	clear: both;
	width: 150px;
	font-weight: bold;
	text-align: right;
	padding: 6px 10px 8px 4px;
	margin-right: 10px;
	background-color: #f0f0f0;
	color: #000;
	border-right: 2px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

div.form div label.normal {
	display: inline;
	float: none;
	background-color: transparent;
	clear: none;
	font-weight: normal;
	text-align: left;
	padding: 2px;
	margin: 0px;
	border: 0px;
}

div.form div label.normal img {
	padding: 2px;
}

#prodoptions {
	margin-top: 30px;
}

div.form#prodform  {
	width: 220px;
	margin-bottom: 20px;
	clear: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	overflow: hidden;
	font-family: tahoma, verdana, arial;
	font-size: 0.9em;
}


div.form#prodform div {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
	padding: 0px;
	background-color: #f6f6f6;
	padding: 2px 0;
	border-bottom: 2px solid #fff;
}




div.form#prodform div label {
	display: block;
	float: left;
	clear: both;
	width: 60px;
	font-weight: bold;
	text-align: right;
	padding: 6px 10px 8px 4px;
	margin-right: 10px;
	background-color: transparent;
	color: #666;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	border-right: 1px solid #ccc;
}

/* SIMPLE DATA/LISTING TABLE WITH BORDERS */

table.data {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 2px 0 20px 0;
}

table.data th, table.data td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px;
}

table.data th {
	font-weight: bold;
	background-color: #f0f0f0;
}

table.data td.left {
	font-weight: bold;
	color: #777;
	vertical-align: top;
}

/* MY ACCOUNT STYLES */

ul.myaccount {
	margin: 8px 0 20px 0;
	padding: 0;
}

ul.myaccount li {
	display: inline;
	margin-right: 14px;
	font-weight: bold;
}

ul.myaccount li a:link, ul.myaccount li a:visited {
	color: #005bc8;
}




div.checkout {
	overflow: hidden;
	margin-top: 20px;
	width: 99%;
}

div.checkout div.left, div.checkout div.right {
	width: 49%;
	margin-bottom: 20px;
}

div.checkout div.right {
	
}

div.checkout div.centered {
	clear: both;
}

div.checkout div.form label {
	width: 78px;
}

div.checkout div.form label.normal {
	width: auto;
}

pagination div.right {
	color: #000;
	font-family: trebuchet ms;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	padding: 0;
}

pagination div.right a { text-decoration: underline; }
pagination div.right a:visited { text-decoration: underline; color: #545454; }

/* CREATE CANVAS STYLES */

a.style_step span {
	font-weight: bold;
	font-size: 1.3em;
}

a.style_step img {
	padding: 1px;
	border: 1px solid #ccc;
	margin: 4px 0;
}

div.dashed_style {
	border-bottom: 2px dashed #D5D5D5 ;
	height:0px;
	font-family: trebuchet ms;
	font-size: 3em;
}

span.style_title {
	color: #FF9427;
	font-size: 1.7em;
	font-weight: bold;
}

span#samples a {
	font-size:1.5em;
	font-weight: bold;
	padding:2px 2px 2px 2px;
}

span#samples a:hover {
	font-size:1.5em;
	font-weight: bold;
	background-color: #F3F3F3;
	/*border: 1px dashed #C6C6C6;*/
	padding:2px 2px 2px 2px;
}

span#view a {
	width: 91px; height:23px;
	float:right;
	background-image: url('/pics/view_bg.gif');
	text-align: center;
	padding: 2px 0 0 0;
}

img#samples {
	padding: 5px 5px 5px 5px;
	border: 1px dashed #DEDEDE;
}

div#createbar {
	color: #888;
	font-size: 1.1em;
}



div.create_canvas {
	margin-top: 20px;
	background-color: transparent;
	width: auto;
}




div.create_canvas img {
	padding: 2px;
	vertical-align: top;
}

div.create_canvas img.continue_btn {
	cursor: pointer;
	cursor: hand;
}

div.create_canvas div.right div.style_scroll {
	overflow:auto;
	height:360px;
	width:280px;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#000;
	scrollbar-base-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-face-color:#fefefe;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#f1f1f1;
}

div.create_canvas ul {
	padding: 0;
	margin: 20px 0 20px 34px;
}

div.create_canvas ul li {
	list-style-image: url("pics/flower_li.gif");
	margin: 0 0 20px 0;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #D5D5D5;
	display: inline-block;
}


/*
div.create_canvas ul.styles {
	list-style: none;
}

div.create_canvas li.style_step {
	cursor: pointer;
	cursor: hand;
	clear: right;
	border-bottom: 1px dashed #fff;
	display: block;
	border: 1px solid #fff;
	margin: 5px 5px 1px 10px;
	padding: 2px;
	font-family: arial, tahoma, verdana;
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
}

div.create_canvas li.style_step:hover {
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	color: #000;
}
*/

div.style_step, div.style_step_alt {
	display: block;
	float: left;
	width: 188px;
	margin-top: 4px;
	border-bottom: 8px solid #ccc;
	text-align: left;
	cursor: hand;
	cursor: pointer;
	height: 85px;
}

div.style_step {
	padding: 6px 2px 10px 0;
	border-right: 1px solid #ccc;
}

div.style_step_alt {
	padding: 6px 0 10px 4px;

}

.priceformat {
	padding-left:9px;
	line-height:2em;
	border-top: 1px dashed #FFF;
	background-color: #F5F4F4;
}

.priceformat2 {
	border-top: 1px dashed #FFF;
	background-color: #F6F6F6;
}

td.framecell {
	width: 68px;
	height: 72px;
	padding: 3px;
	vertical-align: top;
	color: #888;
	background-repeat: no-repeat;

}

td.framecell2 {
	width: 72px;
	height: 90px;
	vertical-align: top;
	color: #888;
	background-repeat: no-repeat;
	background-position: 0 18px;
}

#step_pad {
	border-top: solid 1px #ECEBEB;
	border-right: solid 1px #ECEBEB;
	padding-top: 8px;
	padding-right: 8px;
}
.priceformatpic {
	padding-left:9px;
	line-height:3em;
	border-top: 1px dashed #FFF;
	background-color: #F5F4F4;
}


.frame72 {
	display: block;
	background-repeat: no-repeat;
	width: 64px;
	height: 60px;
	padding: 12px 0 0 8px;
}


#bgfix {
	display:block;
	width: 100px; height: 36px;
	margin: -9px 0 0 0;
	font-size: 1em;
	padding-top:7px;
	float:right;
	background-image: url('/pics/grey_bg.gif');
}

#bgfix a {
	padding: 0 0 0 15px;
}

#bgfix a:hover {
	text-decoration: none;
}

span#small {
	font-family: trebuchet ms;
	font-size: 13px;
	font-weight: bold;
}

span.note {
	font-family: trebuchet ms;
	font-size: 11px;
	font-weight: none;
	letter-spacing: .04em;
	color: #395DA5;
	display: inline-block;
	background-color: transparent;
}

div#cstepimg {
	display: block;
	float:left;
	width: 500px;
	height: 58px;
	border: 0px solid #000;
	padding: 0;
}

div#cstepimg img {
	float:left;
	padding: 0 2px 0 0;
}

div#cstepimg div.camtext {
	display: block;
	width: 400px;
	border: 0px dashed #000;
	padding: 15px 0 0 0;
}

div.rightcontrol {
	display: block;
	float:right;
	width: 304px;
	height: 243px;
	border: 0px dashed #CCC;
	margin: -80px 0 0 0;
	padding: 0;
}

div#cclogos {
	display: block;
	float: right;
	padding: 55px 10px 5px 0;
	text-align: center;
}



div#seal {
	display: block;
	float: right;
	padding: 5px 40px 10px 0;
}

div.sample {
	padding-top: 10px;
	display: block;
	float: left;
	width: 195px;
	height: 189px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	/*background-image: url("/pics/samplepic_bg.gif"); */
	border: 1px solid #8A8A8A;
	background-repeat: no-repeat;
	font-family: "trebuchet ms";
	font-size: 10px;
	color: #878787;
	vertical-align: middle;
	position: relative;
}

div.enlarge_link {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	
}

div.sample a {
	color: #005BC8;
	font-family: "tahoma";
	font-size: 9px;
	font-weight: bold;
}

div.sample div#enl {
	display: block;
	width: 80%;
	text-align: center;
}

/*div.sample img#sample {
	float: left;
}
*/

div#current_options {
	background-image: url("/pics/toggle_bg.gif");
	background-repeat: no-repeat;
	position: absolute;
	top: 55px;
	left: 25px;
	padding: 7px;
	z-index: 1000;
	width: 240px;
	height: 114px;
}

div#current_options span.type_text {
	color: #642B01;
	font-weight: bold;
}

div#current_options span.option_text {

}



table.substyle_options {

}

table.substyle_options tr td {
	padding: 4px;
	border-bottom: 1px solid #D5D5D5;
}










.hp_wholesale {
	background-image: url("/pics/wholesale_header.png");
	background-repeat: no-repeat;
	height: 284px;
/*	padding: 140px 0px 0 22px; */
	margin: 10px 0 0 0;
}


.hp_wholesale .buttons {
	float: left;
	width: 160px;
}

.hp_wholesale .buttons a {
	display: block;
	margin-bottom: 5px;
}


.hp_wholesale span {
	float: left;
	width: 460px;
	color: #6b4722;
	font-size: 1.1em;
}

.hp_wholesale span a {
	color: #86705a !important;
}

div.style_price {
	background-image: url("/pics/styles_price_blank.jpg");
	background-repeat: no-repeat;
	height: 46px;
	width: 31px;
}

div.style_price span.price {
	color: #FFFFFF;
	display: block;
	margin-top: 20px;
	margin-left: 6px;
	font-weight: bold;
}	

div.style_price span.zero_price {
	color: #FFFFFF;
	display: block;
	margin-top: 20px;
	margin-left: 9px;
	font-weight: bold;
}

div.style_price span.price span.dollar, div.style_price span.zero_price span.dollar {
	font-weight: normal;
	font-size: 10px;
	display: block;
	float: left;
}

div#wholesale_guarantee {
	width: 180px;
	height: 113px;
	float: left;
	padding-top: 175px;
	padding-right: 20px;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	color: #6D1200;
	margin-left: 15px;
}

div#wholesale_guarantee strong {
	font-weight: bold;
	color: #D02706;
}

div#wholesale_new_customers {
	width: 290px;
	height: 140px;
	float: left;
	padding-top: 140px;
}

div#wholesale_new_customers span#new_cust_content {
	border-left: 1px solid #CFCDC1;
	
	width: 220px;
	height: 118px;
	padding-left: 25px;
	padding-right: 35px;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	color: #6A1100;
}

div#wholesale_new_customers span#new_cust_content span#content_text {
	height: 50px;
	width: 240px;
}
div#wholesale_new_customers span#new_cust_content strong {
	font-weight: bold;
	color: #D02706;
	text-transform: uppercase;
}

div#wholesale_new_customers h3 {
	text-indent: -9999px;
	width: 114px;
	height: 9px;
	background-image: url("/pics/new_customer_header.png");
	background-repeat: no-repeat;	
	margin-left: 10px;
	padding-bottom: 15px;
}

div#wholesale_returning_customers {
	padding-top: 140px;
	margin-left: 10px;
	width: 170px;
	height: 148px;
	float: left;
}

div#wholesale_returning_customers span#content_text {
	border-left: 1px solid #CFCDC1;
	width: 163px;
	height: 116px;
	padding-left: 22px;
	padding-bottom: 1px;
	background: #F7F5F0;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	color: #8E4906;
}

div#wholesale_returning_customers span#content_text strong {
	font-weight: bold;
}

div#wholesale_returning_customers h3 {
	text-indent: -9999px;
	width: 162px;
	height: 9px;
	background-image: url("/pics/returning_customer_header.png");
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-bottom: 2px;
}

img#btn_read_more {
	display:block;
	maring-top: 20px;
	margin-bottom: 15px;
	cursor: pointer;
}

img#btn_login {
	display:block;
	cursor: pointer;
	margin-bottom: 15px;
	margin-top: -2px;
}

div#testimonials {
	margin-top: 9px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	width: 100%;
	height: 70px;
}

div#testimonials h3 {
	text-indent: -9999px;
	width: 112px;
	height: 33px;
	margin-top: 30px;

	margin-left: 20px;
	margin-right: 30px;
	background-image: url("/pics/testimonials.gif");
	background-repeat: no-repeat;
	float:left;
}

div#testimonials div#example {
	width: 450px;
	height: 35px;
	border-left: 2px solid #D2C7B4;
	float: left;
	margin-top: 20px;
	padding-left: 25px;
	font-family: "Times New Roman";
	font-size: 16px;
	
	color: #675330;
}

div#testimonials div#example a {
	font-family: "Arial";
	font-size: 12px;
	color: #3E67A4;
}

/*View all testimonials page styles */

/*Flash upload styles */

div.testimonial {
	font-size: 14px;
	padding: 10px;
}

div.homepage_sample {
	float: left;
}

#upload_progress {
	border: solid 1px #EBEBEB;
	padding: 1px;
	width: 300px;
	clear: none;
}

#upload_box {
	background: url(/pics/progress_bg.gif) repeat-x;
	height: 33px;
	width: 300px;
	clear: none;
}

#upload_bar {
	font-family: Arial;
	font-size: 12px;
	width: 300px;
	height: 26px;
	color: #fff;
	font-weight: bold;
	background-color: #815CFA;
	text-align: center;
	padding-top: 7px;
	clear: none; 
}

#upload_details {
	font-family: Arial;
	font-size: 9px;
	color: #929292;
	clear: none;
	margin-left: 200px;
}

#upload_details B {
	color: #676767;
}

div#sales_kit_file {
	float: left;
	
}

div#SWFUploadTarget {
	clear:none;
	width: 400px;
}


.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;
	
	background-image: url(pics/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover 
{
	background-position: 0px 0px;
}

div#upload_file_div
{
	margin: 10px;
}