/*
  YUI Reset CSS.  Found at http://developer.yahoo.com/yui/reset/
  Neutralizes browser-specific built-in stylings to make the page
  look more uniform on each browser.
*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/*
  End YUI Reset CSS
*/


/* ================================ */
/* = Main Layout and type styles  = */
/* ================================ */

html{
	overflow-y: scroll;	
}

body {
	background-color: #bbb;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 20px;
	color: #333;
	line-height: 24px; 
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #333;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}

a {
	outline: none;
}

a:link, a:visited{
	color: #67cc16;
	text-decoration: none;	
}

a:hover, a:active{
	text-decoration: underline;	
}

body.splash {
	text-align: center;
	padding-top: 200px;
	background: #fff;
}

#wrapper {
	position: relative;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	background: #bbb;
	margin: 0 auto;
	width: 1000px;
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

#footer {
	background: url("/images/footer-bg.png") no-repeat bottom #BBB;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	font-size: 10px;
	color: #666;
	padding: 24px 0 30px;
}

table.main {
	width: 960px;
	background-color: #fff;
	margin: 0 auto;
}

.content {
	width: 599px;
	padding: 20px 10px 10px;
}

.contentSingle {
	width: 940px;
	padding: 20px 10px 10px;
}

.content p, .contentSingle p {
	margin: 0 0 10px 0;
}


/* ================================ */
/* ============ Header ============ */
/* ================================ */

td.header {
	height: 68px;
	background-color: #000;
	padding: 12px 12px 8px 10px;
	color: #ccc;
	font-size: 12px;
}

#logo {
	width: 270px;
	text-align: right;
	padding: 0;
}

#tagline {
	text-transform: uppercase;
	color: #ccc;
	font-size: 100%;
	font-weight: normal;
	padding: 0;
}

td.menu {
	text-align: right;
	width: 690px;
}

.header ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 177px;
	float: left;
}

.header ul li {
	display: inline;
	margin: 0 0 0 16px;
}

.header ul li:first-child {
	margin: 0;
}

.header a {
	color: #9F0;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

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

.header .mainNav {
	margin-top: 24px;
	clear: both;
	display: block;
}

.header .mainNav a {
	outline: none;
	margin-left: 4px;
}

#socialIcons a {
	margin-left: 25px;
}


/* ================================ */
/* ======= Browser Warning ======== */
/* ================================ */

#browserWarning {
	background: #ffc;
	border-bottom: solid 1px #666;
	font-size: 13px;
	padding: 11px 0;
}

#browserWarning table {
	width: 100%;
}

#browserWarning td {
	padding: 0 10px;
}

#browserWarning a {
	color: #00f;
	font-weight: bold;
}


/* ================================ */
/* ======== Utility Classes ======= */
/* ================================ */

.clear { 
	clear: both;
	height: 0px;
	width: 0px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.textRight {
	text-align: right;
}

h2.section {
	margin: 14px 0 4px;
}

.subhead {
	margin: -12px 0 10px;
}

.note {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

span#loading, span#loader {
	display: block;
}

span#loading {
	display: none;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* ================================ */
/* ============ Popups ============ */
/* ================================ */

/*grey out the page under the popup*/
#opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.popUpDiv {
	position: absolute;
	z-index: 1001;
}

.standardPopUp {
	background: #eeeeee;
	display: none;
	width: 300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 9pt;
	text-align: left;
	padding: 5px 5px 15px 15px;
	color: #333;	
	position: fixed;
}

.popUpDiv a:link,.popUpDiv a:visited {
	color: #333;
	font-weight: bold;
}

.popUpDiv a:hover,.popUpDiv a:active {
	color: #000;
	text-decoration: underline;
}

#closePopup {
	float: right;
}

.popupOptions {
	float: left;
	margin: 12px 14px 0 0;
}

/*Login Popup*/
#loginPopup {
	width: 500px;
}

#loginPopup h1 {
	float: left;
	margin-bottom: 7px;
}

#loginPopup label {
	line-height: 18px;	
	padding-right: 5px;
}

/*Saved Designs Email Popup*/
#emailPopup {
	position: fixed;
	width: 640px;
	padding-left: 15px;
}

#emailField input {
	margin-bottom: 10px;
}

#emailForm label {
	display: block;
	font-size: 12px;
}

#emailForm input, #emailForm textarea {
	width: 315px;
	margin-bottom: 10px;
}

#emailForm textarea {
	height: 48px;
}

#emailForm div {
	float: left;
	clear: both;
}

#emailForm input[type="image"] {
	width: auto;
}

#captcha {
	margin-bottom: 10px;
}

#emailFormClose {
	margin: 10px 0 0;
}

.emailRight {
	float: right;
	margin: 4px 12px 0 0;
/*	width: 350px;*/
}

.emailLeft {
	float: left;
	width: 290px;
	margin-top: 20px;
	clear: left;
}

.emailSuccess {
	margin-top: 14px;
}

/*Saved Designs Feature Popup*/

#featurePopup {
	width: 425px;
}

/* ================================ */
/* ============ Buttons =========== */
/* ================================ */
a.button {
	font-size: 14px;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: url('/images/orangeButton.gif') no-repeat top left;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	text-decoration: none;
	display: inline-block;
}

a.green {
	background: url('/images/greenButton.gif') no-repeat top left;
}

a.button:visited {
	color: #000;
}

a.button:hover {
	background-position: left -20px;
	text-decoration: none;
}

a.button span {
	background: url('/images/orangeButton.gif') no-repeat top right;
	height: 20px;
	padding-right: 10px;
	display: inline-block;
}

a.green span {
	background: url('/images/greenButton.gif') no-repeat top right;
}

a.button:hover span {
	background-position: right -20px;
	cursor: pointer;
}


/*Popup Buttons*/
#warningPopup a.button {
	background: url('/images/buttonOrangeOnGrey.gif') no-repeat top left;
}

#warningPopup a.green {
	background: url('/images/buttonGreenOnGrey.gif') no-repeat top left;
}

#warningPopup a.button span {
	background: url('/images/buttonOrangeOnGrey.gif') no-repeat top right;
}

#warningPopup a.green span {
	background: url('/images/buttonGreenOnGrey.gif') no-repeat top right;
}


/*Fixed width image buttons*/
a.buttonFixWidth {
	font-size: 14px;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: url('/images/fixedWidthButton.png') no-repeat top left;
	height: 20px;
	width: 112px;
	line-height: 20px;
	text-decoration: none;
	display: inline-block;
}

a.greenFix {
	background: url('/images/fixedWidthButtonGreen.png') no-repeat top left;
}

a.redFix {
	background: url('/images/fixedWidthButtonRed.png') no-repeat top left;
}

a.buttonFixWidth:hover {
	background-position: left -20px;
	text-decoration: none;
}


/* ================================ */
/* ========== Form Styles ========= */
/* ================================ */

.wwFormTable td {
    padding: 5px;
}

.wwFormTable input[type="text"], .wwFormTable textarea {
    width: 300px;
}

.wwFormTable textarea {
    height: 200px;
}

.tdLabel {
    text-align: right;
    vertical-align: top;
}

.tdLabel .label {
    font-weight: bold;
}

.tdLabel .required {
    color: red;
}

.errorMessage {
    color: red;
    font-weight: bold;
}

.formTable {
	margin-top: 12px;
}

.formTable th {
	padding: 5px;
	background: #eee;
	font-weight: bold;
}

th span.checkbox {
	font-size: 12px;
	font-weight: normal;
}

th span.checkbox input {
	margin: 0px 3px 0 28px;
	vertical-align: middle;
}

.formTable td, .loginPopup td {
	padding-bottom: 7px;
}

.formTable td.first {
	padding-top: 20px;
}

.formTable td.label, .loginPopup td.label {
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

.formTable td.label {
	width: 125px;
}

.loginPopup td.label {
	width: 62px;
}

.formTable td.labelLogin {
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

.formTable td.field input {
	width: 300px;
}

.formTable .note, .loginPopup .note {
	vertical-align: middle;
	width: 300px;
	margin: 0;
}

.formTable .helpNote {
	padding: 5px;
}

table.cardSecure {
	margin: 0 0 7px 60px;
}

.submit {
	margin-left: 135px;
}

p.login {
	padding: 10px 0 18px;
}

p.login img {
	vertical-align: middle;
}

.formLink {
	padding-left: 12px;
}

.required {
	color: #f00;
	font-weight: bold;
	padding-left: 1px;
}

span.errors {
	display: block;
}

span.errors ul {
	margin-bottom: 10px;
}

li.error {
	color: #f00;
	font-weight: bold;
	margin-bottom: 4px;
}

.smallNote{
	font-size: 11px;	
}

.largeNote {
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
}


/* ================================ */
/* ============ Search ============ */
/* ================================ */

#searchForm input {
	border: 2px solid #9F0;
	height: 19px;
	width: 246px;
	padding: 3px 2px 1px 4px;
	background: #fff url(/images/bg-input.gif) 0 0 no-repeat;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#findButton {
	cursor: pointer;
	margin-left: 5px;
	vertical-align: middle;
	padding-bottom: 6px;
}

#searchBy {
	margin-top: 4px;
}


/* ================================ */
/* =========== Home Page ========== */
/* ================================ */
 
.slideshow {
	padding: 20px 0 0 24px;
}

td.searchColumn {
	padding: 20px 0 0 16px;
}

#videoContainer {
	margin: 38px 0 0 7px;
}

#video {
	width: 288px;
}

#watchVideo {
	margin-left: 7px;
}

#videoPopup {
	width: 660px;
}

#videoContent {
	margin: 4px 4px 8px;
}

#designnow, .searchImg, #video {
	padding-bottom: 10px;
}

#cycle { 
	width: 590px; 
	position: relative; 
	clear: both; 
}

.samples td {
	text-align: center;
	padding-bottom: 33px;
}

.samples td div.cycle img {
	margin-left: 0px;
}

.samples td img {
	margin-left: 24px;
}

.cycle, .cycle img {
	width: 288px;
	height: 215px;
}

div.cycle {
	padding: 0 0 10px;
	margin-left: 24px; 
}

.caption {
	display: block;
	margin: 8px auto 0;
}

#nav {
	margin-top: 10px;
}

#nav a { 
	color: #000;
	padding: 1px 0 0; 
	width: 54px;
	height: 25px;
	background: #ccc url(/images/stripButton.gif) 0 0 no-repeat;
	display: block;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin: 0 10px 0 0;
	float: left;
}

#nav a.activeSlide { 
	background: #F90 url(/images/stripButton.gif) 0 -26px no-repeat;
}

#nav a:hover {
	text-decoration: none;
	background: #F90 url(/images/stripButton.gif) 0 -26px no-repeat;
}

a.playpause {
	float: left;
	padding: 5px 0 0;
	color: #999;
	text-decoration: underline;
	background: #fff;
	font-size: 10px;
}

a.playpause:hover {
	color: #000;
}

/* ================================ */
/* =========== FAQ Page =========== */
/* ================================ */

.faq h1 {
	color: #000;
	font-size: 22px;
}

#helpLinks a{
	margin-right: 16px;
}

.faq h2 {
	color: #000;
	font-size: 17px;
	margin: 14px 0 12px;
}

.faq ul {
	margin: 0 0 20px;
	font-weight: bold;
}

.faq ul li {
	margin: 0 0 15px;
}

.faq p {
	font-weight: normal;
	margin: 0;
	color: #444444;
}

.faq p b {
	color: #000;
}


/* ================================ */
/* Category and Saved Design Layout */
/* ================================ */

.categoryHead {
	padding-left: 24px;
	vertical-align: bottom;
}
 
.categoryHead img {
	padding-top: 20px;
}

.categoryHead span.designNow {
	margin-left: -3px;
	float: left;
}

.categoryHead span.search {
	float: right;
	padding-right: 12px;
}	

.categoryHead h1 {
	margin-top: 20px;
	float: left;
	padding: 0px;
}

.categoryHead p#links {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 5px 24px 0 -3px;
}

.categoryHead a {
	padding: 0 3px;
	outline: none;
}

td.categoryHead a.inactive:link, td.categoryHead a.inactive:visited, td.categoryHead a.inactive:hover {
	color: #ccc;
	text-decoration: none;
	cursor: default;
}

td.categoryHead a:link, td.categoryHead a:visited, td.categoryHead a.active:link, td.categoryHead a.active:visited {
	color: #666;
	cursor: pointer;
}

td.categoryHead a:hover, td.categoryHead a.active:hover {
	color: #333;
}

ul#designs {
	width: 936px;
	clear: both;
}

ul#designs li {
	display: inline-block;
	width: 289px;
	padding: 20px 0 0 20px;
	vertical-align: top;
	position: relative;
}	

#designs h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin-top: 8px; 
}

#designs h2 a:link, #designs h2 a:visited, #otherCategories a:link, #otherCategories a:visited {
	color: #666;
}

#designs h2 a:hover, #otherCategories a:hover {
	color: #333;
}

#otherCategories {
	margin-left: 24px;
	width: 936px;
	clear: both;
}

#otherCategories h1 {
	margin: 24px 0 12px;
}

ul#categoryList {
	margin-bottom: 20px;
}

ul#categoryList li {
	display: inline-block;
	vertical-align: top;
	width: 271px;
	margin: 0 24px 5px 0;
	padding: 0 0 0 14px;
	line-height: 17px;
	background: url('/images/bullet.gif') left 3px no-repeat;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}


/* ================================ */
/* ======== Category Zoom ========= */
/* ================================ */
 
.savedDesign, .zoomPan {
	overflow: hidden;
	width: 289px;
	height: 215px;
	position: relative;
	margin-bottom: 3px;
	display: block;
}

.zoomPan img.largeInactive {
	width: 505px;
	height: 376px;
	filter: Alpha(Opacity=0);
	opacity: 0;
	position: absolute;
}

.zoomPan img.largeActive {
	width: 505px;
	height: 376px;
	filter: Alpha(Opacity=0);
	opacity: 0;
	position: absolute;
	z-index: 1;
}

.zoomPan .load {
	position: absolute;
	top: 0;
	right: 0;
}

.inset {
	position: absolute;
	bottom: 28px;
	right: 0;
	z-index: 3;
	border: 1px solid #333;
}

.inset:hover {
	border: 1px solid #98ff00;
}

.corners {
	position: absolute;
	z-index: 2;
}

/* ================================ */
/* ====== Saved Designs Page ====== */
/* ================================ */

#savedTop {
	overflow: auto;
	text-align: right;
	margin-right: 28px;
	padding-bottom: 5px;
	border-bottom: solid 2px #eee;
}

.pages {
	float: right;
	margin: 12px 24px 0 0;
	font-size: 12px;
	font-weight: bold;
}

#savedTop .pages {
	margin: 26px 0 0 8px;
	float: none;
	display: inline;
}

#pagingOptions {
	display: inline;
	margin: 24px 0 0 0;
}

#pagingOptions label {
	margin-left: 12px;
}

#pagingOptions select {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	width: 120px;
}

#pagingOptions select.goToPage {
	width: 40px;
}

.browse p.pages {
	margin-top: 28px;
}

a.idea {
	height: 15px;
	width: 15px;
	position: absolute;
	top: 40px;
	right: 270px;
	cursor: pointer;
	z-index: 4;
}

a.submitIdea {
	background: url('/images/star.png') 0 -30px no-repeat;
}

a.pendingIdea {
	background: url('/images/star.png') 0 -15px no-repeat;
}

a.approvedIdea {
	background: url('/images/star.png') 0 0px no-repeat;
}

a.submitIdea:hover {
	background: url('/images/star.png') 0 -15px no-repeat;
}
	
p.share {
	margin: -26px 0 3px;
	padding: 0 8px;
	z-index: 4;
	position: relative;
	width: 90px;
}

p.share img {
	margin-right: 3px;
}

.selectDesign {
	float: left;
	vertical-align: middle;
	margin: 8px 4px 0 0;
}

.delete {
	text-align: right;
}

.cartIcon {
	float: right;
	margin: 4px 0 0 2px;
}

#messages ul {
	margin: 12px 24px 0 0;
	padding: 9px 9px 9px 30px;
	background: url('/images/checkmark.gif') top left no-repeat;
	background-color: #fffef0;
	border: solid 1px #ffecc2;
	color: #666;
	font-weight: bold;
}

#messages ul li {
	display: inline;
}

.bottom {
	margin: 12px 24px 12px 0;
}

.pages span {
	padding: 0 3px 0 5px;
	font-weight: normal;
}

td.categoryHead p.pages a:link, td.categoryHead p.pages a:visited {
	color: 	#67CC16;
}

#tooltipTop {
	background: url('/images/tooltipTop.png') top left no-repeat;
	width: 176px;
	height: 16px;
}

#tooltipBottom {
	background: url('/images/tooltipBottom.png') top left no-repeat;
	width: 176px;
	height: 17px;
}
	
#tooltip .body, #tooltip .url, #tooltip h3 {
 	background: url('/images/tooltipMiddle.png') top left repeat-y;		
 	padding: 0 18px		
}

#tooltip {
	z-index: 5; /* needs to be higher than .corners*/
	font-family: Arial;
	font-size: 12px;
	border: none;
	width: 176px;
	position: absolute;
 	text-align: left;
}

/* ================================ */
/* ============== Ads ============= */
/* ================================ */

.adspace {
	height: 90px;
}

/* ================================ */
/* ============= Ecom ============= */
/* ================================ */

table.cart, table.order {
	color: #000;
	width: 940px;
}

.cart td, .cart th, .order td, .order th {
	padding: 5px;
	border-right: 1px #fff solid;	
	border-bottom: 1px #fff solid;	
}

.cart td, .order td {
	background-color: #f0f0f0;	
}

.cart th, .order th {
	background-color: #e4e4e4;	
	font-weight: bold;
}

.itemDescription {
	width: 720px;	
	text-align: left;
}

.itemUnitPrice {
	width: 100px;	
}

.itemQuantity {
	width: 75px;	
}

.itemPrice {
	width: 100px;
	text-align: right;
}

.itemDescription p.note {
	font-size: 11px;
	margin: 4px 0 0 0;
	line-height: 15px;
}

.contentSingle p.remove {
	margin: 6px 0 0 0;
}

.cart td.blankCell, .order td.blankCell  {
	border-right: none;
}

.cart tr.cartLast td {
	padding: 8px 5px;
}

#subtotal {
	text-align: right;
}

.contentSingle p.checkout {
	text-align: right;
	line-height: 48px;
	font-size: 16px;
}

#smallWrapper {
	background: url('/images/bg725.png') top center repeat-y;
	margin: 0 auto;
	width: 765px;
	text-align: center;
}

#cardSecurity {
	width: 725px;
	background: #fff;
	margin: 0px auto;
	height: 100%;
	text-align: left;
}

#cardSecurity, #cardSecurity p, #cardSecurity ul li {
	font-size: 13px;
}

#cardSecurity table.column {
	width: 345px;
	background: #eee;
	height: 425px;
	margin-top: 10px;
}

#cardSecurity table.column td {
	padding: 10px;
}

#cardSecurity h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
} 

#cardSecurity ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-bottom: 12px;
}

#conversion {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 960px;
	text-align: center;
}

/* ================================ */
/* ========= Login Page =========== */
/* ================================ */
#signUp {
	display: block;
	float: left;
	width: 470px;
	height: 500px;
}

/* ================================ */
/* ========= Order Summary ======== */
/* ================================ */

#promoCode {
	font-weight: bold;
	font-size: 14px;
	margin-top: 14px;
}

#promoCode a {
	margin-left: 5px;
}

#promoCode img {
	vertical-align: middle;
}

#checkoutPricing {
	float:right;
	width:384px;
}

#checkoutPricing td.pricingLabel, #checkoutPricing td.pricingValue {
	text-align: right;
	border-bottom: solid 1px #ccc;
}

#checkoutPricing td.pricingLabel {
	padding: 10px 0;
}

#checkoutPricing td.pricingLabel h2 {
	margin: 0;
	padding: 0;
}

#checkoutPricing td.pricingValue {
	width: 95px;
	padding-right: 5px;
}

#checkoutPricing td.totalLabel {
	text-align: right;
	padding: 6px 0;
	background: #f0f0f0;
}

#checkoutPricing td.total {
	text-align: right;
	background: #f0f0f0;
	padding-right: 5px;
}

#checkoutPricing td.totalLabel h2, #checkoutPricing td.total h2{
	font-size: 16px;
}

#modify {
	margin: 4px 0 15px 5px;
	float: left;
	font-weight: bold;
}

#billto, #shipto {
	width: 258px;
}

#billto th, #billto td {
	padding: 5px 0 0 15px;
}

#shipto th, #shipto td {
	padding-top: 5px;
}

#checkoutAddress {
	clear: left;
	float: left;
	width: 536px;
	height: 160px;
	vertical-align: top;
	border: solid 1px #dbdbdb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-collapse: separate;
	background: #fdfdfd;
}

#submitOrder {
	clear: right;
	float: right;
	margin: 15px 0;
}

#submitNote {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	clear: right;
	text-align: right;
}