body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Helvetica, Arial;
  color: #5e5d5d;
  font-size: 12px;
  background-color: #d3d3d3;
  background-image: url("/images/nav/bg_shader.png");
  background-repeat: repeat-x;
}

a {
  text-decoration: none;
  color: #0085cf;
  outline: none;
}

a:hover {
  color: #008cda;
  text-decoration: underline;
}

input[type="submit"]:active::-moz-focus-inner {border:0px;}

input[type="submit"]:focus::-moz-focus-inner {border:0px;}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

input {
	font-family: "Trebuchet MS", Helvetica, Arial;
  color: #5e5d5d;
  font-size: 12px;
}

input:focus {
  outline: none;
}

form {
  padding: 0;
  margin: 0;
}

object {
  outline:none;
}

em {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 11px;
}

#body-wrapper {
  width: 100%;
  height: 100%;
  border-top: 5px solid #424242;
  border-bottom: 5px solid #424242;
}

#shell-wrapper {
  width: 974px;
  margin: auto;
}

.body-padding {
  width: 12px;
  height: 5px;
  float: left;
}

#header-main-container {
  width: 950px;
  height: 104PX;
  float: left;
}

#logo-main {
  width: 220px;
  height: 96px;
  margin-top: 8px;
  float: left;
  background: transparent url("/images/nav/logo_main.png") no-repeat;
}

#logo-main a {
	width: 220px;
  height: 96px;
  display: block;
}

#global-nav {
  width: 245px;
  height: 26px;
  overflow: hidden;
  float: right;
}

ul.inline-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.inline-list li {
  float: left;
}

#global-nav #login, #global-nav #login-link, #global-nav #login-link, #global-nav #order-status, #global-nav #my-account, #cart-button {
  background: transparent url("/images/nav/global_nav_buttons.png") no-repeat;
}

#global-nav #login {
  width: 58px;
  height: 26px;
  overflow: hidden;
  background-position: -71px 0;
  display: block;
}

#global-nav #login-link {
  width: 58px;
  height: 26px;
  overflow: hidden;
  background-position: -129px 0;
  display: block;
}

#global-nav #order-status {
  width: 98px;
  height: 26px;
  background-position: -187px 0;
  display: block;
}

#global-nav #my-account {
  width: 87px;
  height: 26px;
  background-position: -285px 0;
  display: block;
}

#global-nav #login:hover {
  background-position: -71px -26px;
}

#global-nav #login-link:hover {
  background-position: -129px -26px;
}

#global-nav #order-status:hover {
  background-position: -187px -26px;
}

#global-nav #my-account:hover {
  background-position: -285px -26px;
}

#cart-button-container {
  width: 68px;
  height: 26px;
  float: right;
  margin-right: 3px;
}

#cart-button {
  width: 68px;
  height: 26px;
  background-position: 0 0;
  display: block;
}

#local-nav-pad-left, #local-nav-pad-right, #footer-promo-container, #footer-nopromo-container, #footer-container {
  background: transparent url("/images/nav/body_shadows.png") no-repeat;
}

#local-nav-pad-left {
  float: left;
  width: 12px;
  height: 31px;
  background-position: 0 0;
}

#local-nav-pad-right {
  float: left;
  width: 12px;
  height: 31px;
  background-position: -12px 0;
}

#local-nav-container {
  float: left;
  width: 950px;
  height: 31px;
}

#local-nav-container #home, #local-nav-container #samples, #local-nav-container #help, #local-nav-rcorner {
  background: transparent url("/images/nav/local_nav_buttons.png") no-repeat;
}

#local-nav-container #home {
  width: 77px;
  height: 31px;
  background-position: 0 0;
  display: block;
  float: left;
}

#local-nav-container #samples {
  width: 126px;
  height: 31px;
  background-position: -77px 0;
  display: block;
  float: left;
}

#local-nav-container #help {
  width: 77px;
  height: 31px;
  background-position: -203px 0;
  display: block;
  float: left;
}

#local-nav-middle {
  /*width: 647px;*/
  width: 851px;
  height: 31px;
  background: #424242;
  float: left;
}

#local-nav-container #home:hover {
  background-position: 0 -31px;
}

#local-nav-container #samples:hover {
  background-position: -77px -31px;
}

#local-nav-container #help:hover {
  background-position: -203px -31px;
}

.vertical-dots, #product-image-divider, #prod-pricing-tab-dots {
  background-image: url("/images/nav/dots_vertical.gif");
  background-repeat:  repeat-y;
}

.vertical-dots {
  width: 1px;
  height: 31px;
  background-color: #424242;
  float: left;
}

#local-nav-rcorner {
  width: 21px;
  height: 31px;
  float: right;
  background-position: -280px 0;
}

#content-body-wrapper {
  width: 100%;
  background-image: url("/images/nav/body_shadow_bg.png");
  background-repeat: repeat-y;
}

#body-content-main {
  width: 950px;
  height: auto;
  float: left;
  background: #ffffff;
}

#content-body-main {
  padding: 25px;
  width: 739px;	
}
	
/***************************** Common ******************************/

.block-left {
  float: left;
}

.block-right {
  float: right;
}

#lightbox-bg {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.75;
  filter:alpha(opacity=75);
  z-index: 1000;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}

.clear {
  padding: 0;
  margin: 0;
  clear: both;
}

.img-text {
  display: none;
  font-size: .0001em;
}

.text-blue-italic {
  font-family: Georgia, "Times New Roman", Serif;
  font-style: italic;
  color: #009ff6;
}

.text-pink {
  color: #cc3399;
}

.button-type1, .button-type2, .button-type3, .button-type4 {
  background: transparent url("/images/all/buttons_new.png") no-repeat;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  display: block;
}

.button-type1:hover, .button-type2:hover, .button-type3:hover, .button-type4:hover {
  cursor: pointer;	
}

.button-type1 {
  width: 119px;
  height: 32px;
}

.button-type2 {
  width: 164px;
  height: 32px;
}

.button-type3 {
  width: 61px;
  height: 25px;
}

.button-back {
  background-position:  -5px -135px;
}

.button-back:hover {
  background-position:  -135px -135px;
  cursor: pointer;
}

.button-back:active {
  background-position:  -265px -134px;
  cursor: pointer;
}

.button-next {
  background-position:  -5px -71px;
}

.button-next:hover {
  background-position:  -135px -71px;
}

.button-next:active, .us-next-button-active {
  background-position:  -265px -70px !important;
}

.button-next a {
  display: block;
}

.button-cancel {
  background-position: -5px -198px;
}

.button-cancel:hover {
  background-position: -135px -198px;
}

.button-cancel:active {
  background-position: -265px -197px;
}

.button-add {
  background-position: -5px -230px;
}

.button-add:hover {
  background-position: -135px -230px;
}

.button-add:active, .button-add-active {
  background-position: -265px -229px;
}

.button-update {
  background-position: -5px -262px;
}

.button-update:hover {
  background-position: -135px -262px;
}

.button-update:active, .button-update-active {
  background-position: -265px -261px;
}

.button-shopping {
  background-position: -395px -260px;
}

.button-shopping:hover {
  background-position: -565px -260px;
}

.button-shopping:active, .button-shopping-active {
  background-position: -735px -259px;
}

.input-custom {
  background: url("/images/all/input_field_cap.png") no-repeat;
  background-position: top right;
  padding-right: 14px;
  height: 26px;
  float: left;
}

.input-custom input {
  background: url("/images/all/input_field_span.png") no-repeat;
  float: left;
  border: 0;
  height: 21px;
  padding: 5px 0 0 10px;
}

.edit-bracket {
  font-family: "Trebuchet MS", Helvetica, Arial;
  font-size: 11px;
  color: #0085cf;
  text-transform: lowercase;
  font-weight: 800 !important;
}

.edit-bracket-sm {
  font-family: "Trebuchet MS", Helvetica, Arial;
  font-size: 10px;
  text-transform: lowercase;
  font-weight: 800 !important;
}

.bracket:hover {
  text-decoration: none !important;	
}

.prod-left-col {
  width: 314px;
	float: left;
}

.prod-right-col {
  width: 475px;
	float: right;
}

.window-corners {
  width: 100%;
  height: 19px;
}

.window-corners .win-tl, .window-corners .win-tr, .window-corners .win-bl, .window-corners .win-br {
  background: url("/images/all/win_corners.png") no-repeat;
  width: 19px;
  height: 19px;	
}

.window-corners .win-tl {
  float: left;
  background-position: 0 0;
}

.window-corners .win-tr {
  float: left;
  background-position: -19px 0;
}

.window-corners .win-bl {
  float: left;
  background-position: 0 -19px;
}

.window-corners .win-br {
  float: left;
  background-position: -19px -19px;
}

.dline-divider {
  width: 100%;
	height: 3px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

.error-msg {
  color: red;
  margin-top: 10px;
}

.sale-price {
  color: #cc3399;
}

.ga-italic {
  font-family: Georgia, "Times New Roman", Serif;
  font-style: italic;	
}

.med-pop-window {
  width: 450px;
  position: absolute;
  z-index: 1050;
  display: none;
}

.pop-window-body {
  background: #ffffff;
  padding: 1px 20px 15px 20px;
}

.med-pop-window .win-spacer {
  background: #ffffff;
  float: left;
  width: 412px;
  height: 19px;	
}

.dyn-pop-window {
  position: absolute;
  z-index: 1150;
  display: none;
}

.dyn-pop-window .win-spacer {
  background: #ffffff;
  float: left;
  height: 19px;	
}

.close-pop-win {
  height: 25px;
  background: #ffffff;
}

.close-pop-win .close-button {
  width: 68px;
  height: 20px;
  background-position: -1242px -224px;
  margin: 0 20px 5px 370px;
}

.close-pop-win .close-button:hover {
  background-position: -1422px -224px;
}

.close-pop-win .close-button:active {
  background-position: -1602px -223px;
}

.header-img {
  background: url("/images/all/headers_bg.png") no-repeat;
}

select {
  margin-top: 5px;
  border: 0;
}

.select {
  position: absolute;
  height: 30px;
  margin: -3px 0 0 -1px;
  color: #5e5d5d;
  font-weight: 400;
  background: url("/images/all/input_field_bg.png") no-repeat;
  background-position: 0 -120px;
  overflow: hidden;
  cursor: default;
}

.select-focus {
  background-position: 0 -150px !important;
}

.select-down {
  position: relative;
	float: right;
	width: 30px;
  height: 30px;
  background: url("/images/all/input_field_bg.png") no-repeat;
	background-position: right -120px;
  overflow: hidden;
	z-index: 1000;
}

.select-down-focus {
  background-position: right bottom !important;
}

.select-text {
  padding: 8px 5px 0 12px;
  height: 16px;
  font-size: 12px;
  overflow: hidden;
}

ul.select-options {
  border: 1px solid #acacac;
	list-style-type: none;
	padding: 0;
	margin-left: 0px;
	position: absolute;
	background: #ffffff;
	max-height: 273px;
	overflow: auto;
	display: none;
	z-index: 2000;
	overflow-x: hidden;
}

ul.select-options:hover {
  cursor: pointer;
}

ul.select-options li {
  padding: 0 3px;
	font-weight: 400;
	font-size: .9em;
}

ul.select-options li:hover, ul.select-options li.opt-active {
  background: #0085cf;
  color: #ffffff;
}

.wait-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 2000;
  background: url("/images/all/ajax-loader.gif") no-repeat;
}

/************************ Homepage **************************/

#hp-promo-main {
  width: 632px;
  height: 230px;
  float: left;
}

#hp-em-capture-container {
  width: 318px;
  height: 230px;
  float: left;
  background: #ffffff;
  background-image: url("/images/hp/email_capture_bg.jpg");
}

.text-field-holder {
  font-family: Georgia, "Times New Roman", Serif;
  color: #8b8b8b;
  font-style: italic;
}

.text-field {
  font-family: "Trebuchet MS", Helvetica, Arial;
  color: #5e5d5d;
}

#email-form {
  width: 280px;
  height: 29px;
  margin-top: 185px;
  margin-left: 40px;
  float: left;
}

#email-form input[type="text"] {
  width: 165px;
}

#email-container {
  height: 29px;
  float: left;
  margin-top: 2px;
}

#email-capture-submit {
  width: 61px;
  height: 25px;
  float: left;
  margin-left: 2px;
  margin-top: 1px;
}

#email-capture-button {
  background-position: -919px -37px;
  border: 0;
}

#email-capture-button:hover {
  background-position: -999px -37px;
}

#email-capture-button:active, .email-capture-button-active {
  background-position: -1079px -36px !important;
}

#email-capture-window {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  padding: 10px;
  border: 3px solid #cccccc;
  background: #f5f5f0;
}

#email-window-close {
  position: absolute;
  padding: 1px 6px;
  background: #ffffff;
  color: #acacac;
  border: 1px solid #acacac;
  top: 0px;
  left: 197px;
}

.horizontal-dots {
  background: url("/images/nav/dots_horizontal.gif") repeat-x;
}

#dotted-spacer {
  width: 950px;
	height: 1px;
}

#hp-category-container {
  width: 950px;
}

#hp-cat-bg-top {
  width: 950px;
  height: 73px;
  background-image: url("/images/hp/hp_category_bg_top.png");
}

#hp-cat-bg-mid {
  width: 950px;
  background-image: url("/images/hp/hp_category_bg_btm.png");
  background-position: bottom;
}

.category-col {
  width: 248px;
  padding: 10px 34px;
  margin-top: -70px;
  float: left;
}

.category-col ul {
  padding: 0;
  margin: 0;
  margin-top: 4px;
  list-style-type: none;
}

.category-col ul li {
  width: 248px;
  height: 20px;
  font-size: 1.1em;
  background-image: url("/images/hp/category_dotted_bg.png");
  background-repeat: repeat-x;
}

.category-col ul li a {
  color: #5e5d5d;
}

.category-col ul li a:hover {
  color: #008cda;
}

#for-business-header, #for-life-header, #special-offers-header, #promotions-header {
  background: transparent url("/images/hp/category_headers.png") no-repeat;
}

#for-business-header {
  width: 226px;
  height: 29px;
  overflow: hidden;
  background-position: 0 0;
}

#for-life-header {
  width: 226px;
  height: 29px;
  overflow: hidden;
  background-position: 0 -29px;
}

#special-offers-header {
  width: 226px;
  height: 29px;
  overflow: hidden;
  background-position: 0 -58px;
}

#promotions-header {
  width: 226px;
  height: 29px;
  overflow: hidden;
  background-position: 0 -119px;
}

#footer-promo-container {
  width: 974px;
  height: 95px;
  background-position: 0 -31px;
}

#footer-nopromo-container {
  width: 974px;
  height: 18px;
  background-position: 0 -108px;
}

#footer-promo-content {
  margin-top: 6px;
  float: left;
}

#footer-promo-content div {
  float: left;
  margin-left: 10px;
}

#footer-container {
  width: 974px;
  height: 68px;
  text-align: center;
  background-position: 0 -126px;
  color: #000000;
}

#footer-container div {
  padding-top: 18px;
}

#footer-container a {
  font-family: verdana,arial,helvetica;
  color: #000000;
  padding: 12px;
}

/* rotator in-page placement */
#rotator {
  position: relative;
  width: 632px;
  height:230px;
  overflow: hidden;
}

#rotate-img img {
  width: 632px;
  height:230px;
}

#nav {
  position: absolute;
  z-index: 1000;
  text-align: right;
  top: 210px;
  width: 600px;
  height: 17px;
}

#nav-pause {
  position: absolute;
  z-index: 1000;
  text-align: right;
  top: 210px;
  left: 600px;
  width: 20px;
  height: 17px;
}

#nav a, #nav-pause a {
	width: 20px;
  height: 17px;
  margin-left: 4px;
  background: transparent url("/images/nav/rotator_bullets.png") no-repeat;
  font-size: .0001em;
  display: inline-block;
}

#nav a {
  background-position: -20px 0;
}

#nav a.activeSlide {
  background-position: 0 0;
}

#nav-pause a {
	background-position: -40px 0;
}

/***************************** Products Page *****************************/

#product-content-container {
  width: 950px;
  background-image: url("/images/prod/product_dots_bg.png");
	background-repeat: repeat-y;
}

#side-nav-container {
  width: 160px;
	height: auto;
	float: left;
}

#side-nav-container a {
  color: #636363;
  font-size: 11px;
}

#side-nav-container a:hover {
  color: #008cda;
}

.left-nav-cat-content {
  width: 138px;
  padding: 17px 12px;
}

.left-nav-subcat {
  margin-top: 0;	
}

.left-nav-subcat-header {
  border-top: 1px solid #d2c9c4;
  padding: 3px 0;
  text-transform: uppercase;
  font-weight: 800;
}

.left-nav-subcat-bg, .left-nav-arrow-down {
  background: url("/images/nav/leftnav_headers.png") no-repeat;
  width: 125px;
  height: 20px;
}

.left-nav-arrow-down {
  background-position: -130px 0;
  width: 13px;
  height: 9px;
  margin-top: 5px;
  float: right;
}

.left-nav-arrow-left {
  background-position: -130px -11px;
  width: 13px;
  height: 13px;
  float: right;
}

.lnav-for-business {
  background-position: 0 0;
}

.lnav-for-life {
  background-position: 0 -20px;	
}

.lnav-special-offers {
  background-position: 0 -40px;	
}

.lnav-promotions {
  background-position: 0 -120px; 
}

.left-nav-sub-subcat {
  margin-bottom: 30px;	
}

#product-main-content {
  width: 789px;
	float: right;
}

#product-top-promo {
  width: 789px;
  position: relative;	
}

#product-image {
  width: 550px;
	height: 244px;
	overflow: hidden;
	float: left;
}

#product-image-divider {
  width: 1px;
	height: 244px;
	float: left;
}

.product-name {
  background: url("/images/prod/product_name_header.gif") no-repeat;
  width: 205px;
  height: 28px;
}

#prod-name-bc {
  background-position: 0 0;	
}

#prod-name-pc {
  background-position: 0 -574px;
}

#prod-name-lt {
  background-position: 0 -112px;
}

#prod-name-en {
  background-position: 0 -140px;
}

#prod-name-rc {
  background-position: 0 -28px;
}

#prod-name-nc {
  background-position: 0 -56px;
}

#prod-name-br {
  background-position: 0 -84px;
}

#prod-name-rs {
  background-position: 0 -168px;
}

#prod-name-ma {
  background-position: 0 -196px;
}

#prod-name-fl {
  background-position: 0 -224px;
}

#prod-name-ca {
  background-position: 0 -256px;
  height: 50px;
}

#prod-name-in {
  background-position: 0 -306px;
}

#prod-name-an {
  background-position: 0 -334px;
}

#prod-name-ty {
  background-position: 0 -362px;
}

#prod-name-ic {
  background-position: 0 -390px;
  height: 50px;
}

#prod-name-bm {
  background-position: 0 -440px;
}

#prod-name-pl {
  background-position: 0 -468px;
  height: 50px;
}

#prod-name-ph {
  background-position: 0 -518px;
}

#prod-name-gc {
  background-position: 0 -546px;
}

#prod-name-al {
  background-position: 0 -602px;
}

#product-text {
  width: 198px;
	height: 204px;
	padding: 20px;
	float: left;
	line-height: 1.6em;
}

#product-text ul {
  margin: 20px 0 0 14px;
  padding: 0;
  list-style-position: outside;
  list-style-type: disc;
}

#product-testimonial {
  position: absolute;
	top: 0;
	left: 24px;
	width: 155px;
	height: 244px;
	background: #0085cf;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: #ffffff;
}

#product-testimonial-mark {
  background: url("/images/prod/testimonial_quote_mark.png") no-repeat;
	width: 76px;
	height: 62px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
	top: 17px;
	left: 24px;
}

#prod-testimonial-content {
  padding: 45px 20px 0 20px;
	font-family: Georgia, serif;
	font-weight: 800;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.4em;
}

#prod-testimonial-sig {
  padding: 5px 20px 0 20px;
	font-size: 1em;
	text-transform: uppercase;
	text-align: right;
}

#prod-pricing-container {
  width: 315px;
	float: left;
}

#prod-pricing-tab-bar {
  width: 314px;
	height: 31px;
	float: left;
	background: #424242;
}

#prod-pricing-tab-dots {
  width: 1px;
	height: 31px;
	background-color: #424242;
	float: left;
}

#prod-pricing-tab-bar .prod-pricing-tab, #prod-pricing-tab-bar .active {
  background: url("/images/prod/prod_pricing_tabs.gif") no-repeat;
}

#prod-pricing-tab-bar .prod-pricing-tab {
  width: 104px;
	height: 20px;
	background-position: 0 -23px;
	float: left;
	margin-top: 8px;
	text-align: center;
	padding-top: 3px;
}

#prod-pricing-tab-bar .prod-pricing-tab a {
  color: #000000;
}

#prod-pricing-tab-bar .active {
  background-position: 0 0;
}

#prod-pricing-tab-bar .active a {
	color: #5e5d5d;
}

#prod-info-container {
  width: 274px;
  padding: 20px;
  background: #f6fbfb;
}

#prod-pricing-table {
  margin: 10px auto 0 auto;
	width: 100%;
	border-collapse: collapse;
}

#prod-pricing-table .tcol1, #prod-pricing-table .tcol2 {
  border-right: 1px dotted #d6d6d6;
}

#prod-pricing-table .tcol1 {
  width: 33%;
}

#prod-pricing-table .tcol2 {
  width: 33%;
}

#prod-pricing-table .tcol3 {
  width: 33%;
}

#prod-pricing-table th {
  color: #333333;
	font-weight: 800;
	padding: 0 0 0 10px;
	text-align: left;
}

#prod-pricing-table td {
  padding: 5px 10px 0 10px;
}

#prod-pricing-table td div {
  border-bottom: 1px dotted #d6d6d6;
	padding: 0 0 3px 2px;
}

.product-tab-info p {
	padding-bottom: 5px;
}

.product-tab-info ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
}

.product-tab-info {
	margin: 10px;
}

.product-tab-info strong {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
}

.prod-specs-table {
	margin-bottom: 10px;
}

.prod-specs-dot-divider {
  background-image: url("/images/hp/category_dotted_bg.png");
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  margin-bottom: 9px;
}

.prod-specs-table b {
	font-size: .91em;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
}

#prod-designer-container {
  width: 474px;
	float: left;
}

#prod-designer-bar {
  width: 474px;
	height: 31px;
	background: #424242;
}

#prod-designer-content {
  width: 394px;
	padding: 30px 40px;
}

.prod-picker-container {
  width: 390px;
	margin-bottom: 6px;
}

.prod-picker-top, .prod-picker-body, #pick-size-header, #pick-designer-header {
  background: url("/images/prod/prod_designer_bg.gif") no-repeat;
}

.prod-picker-top {
  width: 390px;
	height: 8px;
	background-position: 0 0;
}

.prod-picker-body {
  width: 390px;
	background-position: bottom right;
}

.prod-size-picker-content {
  width: 360px;
	padding: 6px 15px 12px 15px;
}

.prod-size-picker-content .design-size-select {
  width: 50%;
	float: left;
}

#pick-size-header {
  width: 300px;
	height: 18px;
	background-position: 0 -13px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#pick-designer-header {
  width: 300px;
	height: 18px;
	background-position: 0 -31px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.prod-designer-picker-content {
  width: 370px;
	padding: 2px 10px 12px 10px;
	font-size: 1.1em;
}

.prod-designer-inside-header {
  font-size: 1.2em;
  color: #0085cf;
}

#choose-designer-button {
	margin-left: 20px;
	overflow: hidden;
	background-position: -5px -38px;
	float: right;
}

#choose-designer-button:hover {
	background-position: -135px -38px;
	border: 0;
}

#choose-designer-button:active {
	background-position: -265px -37px;
	border: 0;
}

.size-picker {
  margin-bottom: 25px;
}

.upload-button {
	overflow: hidden;
	background-position: -5px -6px;
	float: right;
}

.upload-button:hover {
	background-position: -135px -6px;
	border: 0;
}

.upload-button:active, .upload-button-active {
	background-position: -265px -5px;
	border: 0;
}

#uploader-window-content {
  width: 370px;
  height: auto;
  padding: 10px 0;
  display: none;
}

.upload-field-content {
  margin-top: 15px;	
}

.upload-button-container {
  float: right;
  margin-top: 15px;	
}

.upload-face {
	width: 40px;
	float: left;
}

.upload-field-content input {
  width: 280px;
}

table .hide-price {
  display: none;
}

#see-more-qty {
  padding: 10px 12px;
}

.designer-merlin-hide, .designer-uploader-hide {
  display: none;
}

.fade {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.cursor-pointer {
  cursor: pointer;
}

/************************** Login *************************/

.page-quarter {
  width: 25%;
    float: left;
}

.page-half {
  width: 50%;
	float: left;
}

.page-full {
  width: 82%;
  float: left;
}

.login-page {
  margin-top: 20px;	
}

.page-header {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 5px;
}

.img-preview-container {
  width: 405px;
  margin: 20px auto;
}

.login-content {
  width: 395px;
	padding: 20px 20px 20px 50px;
}

#login-returning-header, #login-new-header, #forgot-password-header {
  background: url("/images/login/login_headers.gif") no-repeat;
	width: 200px;
	height: 25px;
	margin-bottom: 15px;
}

#login-returning-header {
  background-position: 0 0;
}

#login-new-header {
  background-position: 0 -25px;
}

table.login-form-table {
  width: 100%;
}

table.login-form-table td {
  padding: 5px 5px 5px 0;
}

table.login-form-table .colm1 {
  width: 140px;
}

table.login-form-table .colm2 {
  width: 210px;
}

table.login-form-table .colm3 {
  width: 70px;
  padding: 2px;
}

table.login-form-table .note {
  font-size: .8em;
}

table.login-form-table .forgot-password {
  padding: 0;
}

table.login-form-table .pw-format {
	font-family: Georgia, serif;
  font-style: italic;
  font-size: .8em;
}

#login-return-submit {
  background-position: -5px -166px;
  float: right;
}

#login-return-submit:hover {
  background-position:  -135px -166px;
}

#login-return-submit:active, .login-return-submit-active {
  background-position:  -265px -165px !important;
}

#login-new-submit {
  background-position: -5px -102px;
  float: right;
}

#login-new-submit:hover {
  background-position:  -135px -102px;
}

#login-new-submit:active, .login-new-submit-active {
  background-position:  -265px -101px !important;
}

#create-account-link {
  margin: 10px 0;
}

.login-field-container input[type='text'], .login-field-container input[type='password'] {
  width: 205px;
}

select#hint-question {
  width: 215px;
  margin: 0 0 10px 5px;
}

#forgot-password-header {
	background-position: 0 -50px;
	margin-bottom: 0 !important;
}

.forgot-pwd-button {
  background-position: -395px -229px;
}

.forgot-pwd-button:hover {
  background-position: -565px -229px;
}

.forgot-pwd-button:active, .pwd-forgot-button-active {
  background-position: -735px -228px !important;
}

#pwd-main-content {
  width: 420px;
}

#pwd-text-content {
	margin: 25px 0;
}

.pwd-row {
  margin-top: 20px;	
}

#confirm-success, #confirm-error {
	background: url("/images/all/confirmation_bg.png") no-repeat;
	width: 306px;
	height: 158px;
	position: absolute;
	display: none;
	z-index: 1200;
	color: #ffffff;
	font-weight: 800;
}

#confirm-error {
  background-position: -306px 0;	
}

.confirm-msg-table {
  margin: 15px;
  width: 276px;
  height: 128px;	
}

/************************** ATL *************************/

#atl-content-container {
  background: url("/images/atl/atl_bg.png") repeat-y;
}

#template-select-container {
  float: right;
	width: 789px;
}

#atl-featured-header-container {
  padding-bottom: 7px;
}

.atl-horz-dots {
  width: 100%;
	height: 1px;
}

#atl-featured-header, .atl-design-mag, .pagination-prev, .pagination-next {
  background: url("/images/atl/atl_design_bg.png") no-repeat;
}

#atl-featured-header {
  width: 155px;
	height: 22px;
  background-position: 0 0;
	margin-left: 42px;
}

.atl-temp-container {
  width: 751px;
	padding: 18px 19px;
	margin-bottom: 7px;
}

.atl-featured {
  background: #f1f1f1;
}

.atl-slot-table td {
  width: 210px;
  padding: 0 20px;
}

.atl-slot-table .row-spacer {
  width: 10px;
	height: 35px;
}

.atl-img-wrapper {
  width: auto;
}

.overlay, .overlay-bd {
  background: url("/images/atl/atl_img_shadow.png");
}

.overlay {
  background-position: 0 0;
  filter: progid: DXImageTransform.Microsoft.AlphaImageLoader (src='images/atl_img_shadow.png',sizingMethod='scale');
  padding: 0 0 0 5px;
  float: left;
}

.overlay-bd {
	background-repeat: no-repeat;
	background-position: bottom right; 
	margin: 0 -5px -7px 0;
	padding: 0 5px 7px 0;
	float: left;
}

.overlay-bd object {
  background: gray;
}

.atl-design-mag {
  width: 17px;
	height: 15px;
	background-position: -2px -24px;
	float: right;
	margin-top: 4px;
	display: block;
}

.atl-design-separator {
	height: 3px;
	margin-left: 5px;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}

.atl-design-use {
  width: 126px;
	height: 20px;
	margin: 5px 5px 0 5px;
	background-position: -1181px -10px;
	display: block;
}

.atl-design-use:hover {
  background-position: -1361px -10px;
}

.atl-design-use:active {
  background-position: -1541px -9px;
}

#atl-pagination-bar {
  width: 701px;
	padding: 3px 44px 0 44px;
}

#atl-pagination-content {
  width: 550px;
	height: 17px;
	float: left;
	font-size: .9em;
}

#atl-pagination-content div {
  float: left;
}

.pagination-prev, .pagination-next {
  width: 13px;
	height: 12px;
	margin-top: 1px;
	display: block;
}

.pagination-prev {
  background-position: -19px -25px;
}

.pagination-next {
  background-position: -39px -25px;
}

.pagination-elem {
  margin-right: 10px;
}

.pagination-elem a {
  color: #5e5d5d;
}

.pagination-elem strong {
  color: #000000;	
}

#atl-orientation-content {
  width: 110px;
  text-align: right;
  margin: 2px 0 3px 0;
  float: right;
}

.atl-buttons {
  background: url("/images/atl/atl_orient_buttons.gif") no-repeat;
  border: 0 none;
  margin-top: 0px;
  float: left;
}

.atl-hori-button-active {
  width: 57px;
  height: 14px;
  background-position: 0 0;
}

.atl-hori-button {
  width: 57px;
  height: 14px;
  background-position: 0 -14px;
}

.atl-hori-button:hover {
  background-position: 0 -28px;
}

.atl-vert-button-active {
  width: 44px;
  height: 14px;
  background-position: -64px 0;
}

.atl-vert-button {
  width: 44px;
  height: 14px;
  background-position: -64px -14px;
}

.atl-vert-button:hover {
  background-position: -64px -28px;
}

.atl-button-line {
  width: 1px;
  height: 9px;
  float: left;
  margin: 3px 4px 0  4px;
  background: #333333;
}

#side-nav-container .ui-state-active {
	color: #000000;
	font-weight: 800;
}

.template-sub-active {
	color: #0085cf !important;
}

/**************************** Approval page ******************************/

#approve-design-header {
	width: 300px;
  height: 35px;
  background-position: -198px -435px;
  margin: 15px 0 10px 10px; 
}

#approval-container {
  margin: 25px;
}

#approval-front-container, #approval-back-container {
  width: 90%;
  margin-left: 10px;  
}

#approval-front-edit, #approval-back-edit {
  float: right; 
}

#upload-edit-container {
  width: 400px;
  height: 300px;
  background: #ffffff;
  border: 3px solid #959595;
  display: none;
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 3000;  
}

#upload-edit-container #edit-window {
  width: 400px;
  height: 275px;
}

#upload-edit-container #edit-close {
  text-align: center;
}

#gallery-table td {
  padding: 0 20px;
}

.gallery-finish-button {
  margin-top: 4px;  
}

#upload-edit-wrapper #upload-edit-window {
	width: 420px;
	padding: 0 15px 10px 15px;
}

#upload-edit-input, #upload-edit-text {
	margin: 15px 0;
}
	
#upload-edit-submit {
	margin: 15px 0;
	float: right;
}

#upload-front-header, #upload-back-header {
	background: url("/images/prod/upload_approval_headers.gif") no-repeat;
	width: 270px;
	height: 20px;
}

#upload-back-header {
	background-position: 0 -20px;
}

#upload-error-content {
  padding: 25px;	
}

.back-img-blank {
  background: #ffffff;	
}

.upload-approval-box {
	margin-top: 20px;
}

.upload-approval-content {
	float: none !important;
  width:880px !important;
  margin: 20px 10px 15px 10px !important;
}

.upload-approval-content #approval-box {
	float: none;
  width: 860px;	
}

.upload-approval-content #approval-checkbox-text {
	width: 100%;
}

#approval-continue-button {
	float: right;
	margin: 20px 5px 0 0;
}

/**************************** Free Business Cards ******************************/

#free-bc_us-header, #free-bc-header {
  width: 733px;
  height: 34px;
  background: url("/images/prod/fbc_header_links.png") no-repeat;
  margin: 15px 0 10px 25px;	
}

#free-pc4x55_us-header, #free-pc55x85_us-header {
  width: 515px;
  height: 35px;
  background-position: -198px -475px;
  margin: 15px 0 10px 25px; 
}

#fbc-scroll-content {
  float: left;
  overflow: hidden;
  width: 875px;
  height: 220px;
}

#fbc-see-premium {
  margin: 20px 18px 10px 0;
  float: right;
  font-size: 1.2em;	
}

ul.fbc-content {
  width: 5000px;	
}

ul.fbc-content li {
	width: 875px;
  float: left;
}

.fbc-item {
  padding: 10px 20px 10px 0;
  float: left;
}

.fbc-item img {
  width: 150px;
  height: 88px;
}

#fbc-exist-container {
  margin: 25px 25px 60px 25px;	
}

#fbc-buttons-container {
	margin: 25px 0;
}

#fbc-exist-row {
  width: 10px;
  height: 55px;
}

.fbc-exist-arrows {
  margin: 0 !important;
}
