﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------for design your own tool---------------------------------------------*/
.syotd
{
text-align:right;
text-align:Left;
vertical-align: top;
width: 33%;
}

.dyoNoteText
{
    font-family: Verdana;
    font-size: 9px;
    font-weight: normal;
    color: #999999;
}
.rblistSpace
{
    margin-left: -25px;
    margin-right: 7px;
}
.rblistLayout
{
    margin-top: 10px;
    margin-left: -30px;
    margin-right: 7px;
    margin-bottom: 50px;
}
.dyotitle
{
    font-family: Verdana;
    font-size: 24px;
    color: #999999;
    font-weight: normal;
}

.syo500Banner
{

	float: right;
	margin-right: -30px;
}

.syo500EnterBanner
{
	width: 250px;
}

.titleActive
{
    font-family: Verdana;
    font-size: 18px;
    color: #73bbe3;
    font-weight: bold;
}

.titleDormant
{
    font-family: Verdana;
    font-size: 18px;
    color: #9d9fa2;
    font-weight: bold;
}

.saletext
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #CC0000;
}

.syoFindStoreForm {

	vertical-align: top;
}

.blueButton
{
    font-family: Arial;
    font-size: 14px;
	/*font-weight: bold;*/
    color: #666666;
    position: relative;
	border: solid 1px #999999;
	background-image: url('/sf-images/design/fade_btn_gray.gif');
	background-repeat: repeat-x;
	padding: 5px;
	clear: left;
	float: left;
	margin: 5px;
	height: 33px;
	cursor: pointer;
	min-width: 150px;
}

.blueButtonDisabled
{
    font-family: Arial;
    font-size: 14px;
	font-weight: bold;
    color: #aeaeae;
    position: relative;
	border: solid 1px #aeaeae;
	background-image: url('/sf-images/design/fade_btn_gray.gif');
	background-repeat: repeat-x;
	padding: 5px;
	clear: left;
	float: left;
	margin: 5px;
	height: 33px;
	min-width: 150px;
}

.blueButtonWide
{
	font-family: Arial;
    font-size: 14px;
	/*font-weight: bold;*/
    color: #666666;
    position: relative;
	border: solid 1px #999999;
	background-image: url('/sf-images/design/fade_btn_gray.gif');
	background-repeat: repeat-x;
	padding: 5px;
	clear: left;
	float: left;
	margin: 5px;
	height: 33px;
	cursor: pointer;
	min-width: 221px;
}

.blueButtonNoFloat
{
    font-family: Arial;
    font-size: 14px;
	font-weight: bold;
    color: #666666;
    position: relative;
	border: solid 1px #999999;
	background-image: url('/sf-images/design/fade_btn_gray.gif');
	background-repeat: repeat-x;
	padding: 5px;
	margin: 5px;
	height: 33px;
	cursor: pointer;
	min-width: 150px;
}

.blueButton:hover,
.blueButtonWide:hover,
blueButtonNoFloat:hover
{

	background-image: none;
	background-color: #FFFFFF;
}

#designEmailBtn {

	cursor: pointer;
}

.blueButtonViewCart
{
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    position: relative;
	border: solid 1px #999999;
	background-image: url('/sf-images/design/fade_btn_gray.gif');
	background-repeat: repeat-x;
	padding: 5px;
	margin-right: 5px;
	height: 33px;
	cursor: pointer;
}

.blueButtonSpace
{
    position: relative;
	background-image: url('/sf-images/design/start_now_btn.jpg');
	background-repeat: no-repeat;
	width: 120px;
	height: 31px;
	float: left;
	cursor: pointer;
}

.blueButtonSpace:hover {

	background-image: url('/sf-images/design/start_now_btn_roll.jpg');
}

.blueButtonCat
{
    position: relative;
	background-image: url('/sf-images/design/dn_sdbtnBG.jpg');
	background-repeat: no-repeat;
	width: 150px;
	height: 33px;
	float: left;
	cursor: pointer;
}

.blueButtonPick
{
    position: relative;
	background-image: url('/sf-images/design/dn_picklistbtnBG.jpg');
	background-repeat: no-repeat;
	width: 250px;
	height: 33px;
	float: left;
	cursor: pointer;
	border: none;
	margin-bottom: 5px;
}

.blueButtonPick:hover {

	background-image: url('/sf-images/design/dn_picklistbtnBG_hover.jpg');
}

.blueButtonPrint
{
    position: relative;
	background-image: url('/sf-images/design/dn_printbtnBG.jpg');
	background-repeat: no-repeat;
	width: 150px;
	height: 33px;
	border: none;
	float: left;
	cursor: pointer;
}

.blueButtonPrint:hover {

	background-image: url('/sf-images/design/dn_printbtnBG_hover.jpg');
}

.blueButtonFind
{
    position: relative;
	/*background-image: url('/sf-images/design/dn_findbtnBG.jpg');
	background-repeat: no-repeat;*/
	/*width: 123px;*/
    width: 135px;
	height: 33px;
	border: none;
	float: left;
	cursor: pointer;
	margin-right: 5px;
    color: white;
    font-size: 14px;
    font-weight: bold;

    background: #0090cd;
    /*background-image: -webkit-gradient(linear, left top, right top, from(#40a5db), to(#0182c6));*/
    background-image: -webkit-linear-gradient(#40a5db, #0182c6);
    background-image: -moz-linear-gradient(#40a5db, #0182c6);
    background-image: -o-linear-gradient(#40a5db, #0182c6);
    background-image: linear-gradient(#40a5db, #0182c6);
}

.blueButtonFind:hover {

	/*background-image: url('/sf-images/design/dn_findbtnBG_hover.jpg');*/

    background-image: -webkit-linear-gradient(#4abef0, #0097dc);
    background-image: -moz-linear-gradient(#4abef0, #0097dc);
    background-image: -o-linear-gradient(#4abef0, #0097dc);
    background-image: linear-gradient(#4abef0, #0097dc);
}

.syoZipTextBox {

	width: 75px;
	height: 31px;
	border: solid 1px #999999;
	float: left;
    padding-left: 5px;
	margin-right: 5px;
	/*margin-top: 4px;*/
	font-size: 14px;
}

.syoCountryDropDown {

	height: 33px;
	border: solid 1px #999999;
	float: left;
	font-size: 14px;
	/*margin-top: 4px;*/
}

.syoBreadCrumb
{
    vertical-align: top;
	background-image: url("/sf-images/design/dn_designbarBG.jpg");
    background-repeat: repeat-x;
    height: 100px;
	vertical-align: middle;
}

.syoNumbers
{
    list-style-type:none;
    padding-top: 40px;
	padding-left: 100px;
	position: relative;
}

.syoNumbers li
{
    display:inline;
    padding-left: 30px;
	vertical-align: top;
}

.syoNumbers li:first-child
{
	position: absolute;
    bottom: -20px;
	left: 0px;
}

.number {
    vertical-align: middle;
}

#wrapper {
}

#wrapper:hover
{
    background-position: center top;
    background-color: #b8e4ef;
    background-image: url('/webimages/slectandview.gif');
    background-repeat: no-repeat;
}
#selectWrapper {
    width: 175px;
    height: 21px;
    padding-right: 200px;
    color: #9ea0a2;
    text-align: right;
    background-image: url('/sf-images/selectyourown/selectWrapperBackgroundUnSelected.gif');
    background-repeat: no-repeat;
}
#selectWrapper:hover
{
    color: #0081c4;
    background-image: url('/sf-images/selectyourown/selectWrapperBackground.gif');
    cursor:pointer;
}
#selectWrapperLayout {
    width: 175px;
    height: 60px;
    padding-right: 50px;
    color: #9ea0a2;
    text-align: right;
}
#selectWrapperLayout:hover {
    color: #0081c4;
    background-image: url('/webimages/selectyourown/selectWrapperLayoutBackground.gif');
    cursor:pointer;
}
.selectWrapperText {
    padding-right: 20px;
}
title
{
    color: #800000;
    font-weight: bold;
}
/*-------------------------------------- */
.wallLeft1a
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallLefta1.gif") no-repeat;
  background-position: 0 -36px;
}
.wallLeft1a:hover
{
  background-position: 0 0px;
}
#wallLeft1a_over
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallLefta1.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallLeft2a
{
  display: block;
  width: 36px;
  height:114px;
  background: url("/webimages/selectyourown/selectwallLefta2.gif") no-repeat;
  background-position: 0 -114px;
}
.wallLeft2a:hover
{
  background-position: 0 0px;
}
#wallLeft2a_over
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallLefta2.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallLeft3a
{
  display: block;
  width: 114px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallLefta3.gif") no-repeat;
  background-position: 0 -36px;
}
.wallLeft3a:hover
{
  background-position: 0 0px;
}
#wallLeft3a_over
{
  display: block;
  width: 114px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallLefta3.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallLeft1b
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallLeftb1.gif") no-repeat;
  background-position: 0 -114px;
}
.wallLeft1b:hover
{
  background-position: 0 0px;
}
#wallLeft1b_over
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallLeftb1.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallLeft2b
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallLeftb2.gif") no-repeat;
  background-position: 0 -36px;
}
.wallLeft2b:hover
{
  background-position: 0 0px;
}
#wallLeft2b_over
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallLeftb2.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallLeft3b
{
  display: block;
  width: 35px;
  height: 150px;
  background: url("/webimages/selectyourown/selectwallLeftb3.gif") no-repeat;
  background-position: 0 -147px;
}
.wallLeft3b:hover
{
  background-position: 0 0px;
}
#wallLeft3b_over
{
  display: block;
  width: 35px;
  height: 150px;
  background: url("/webimages/selectyourown/selectwallLeftb3.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallLeft2c
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallLeftc2.gif") no-repeat;
  background-position: 0 -114px;
}
.wallLeft2c:hover
{
  background-position: 0 0px;
}
#wallLeft2c_over
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallLeftc2.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallLeft3c
{
  display: block;
  width: 78px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallLeftc3.gif") no-repeat;
  background-position: 0 -36px;
}
.wallLeft3c:hover
{
  background-position: 0 0px;
}
#wallLeft3c_over
{
  display: block;
  width: 78px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallLeftc3.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallRight1a
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallRighta1.gif") no-repeat;
  background-position: 0 -114px;
}
.wallRight1a:hover
{
  background-position: 0 0px;
}
#wallRight1a_over
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallRighta1.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallRight2a
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallRighta2.gif") no-repeat;
  background-position: 0 -114px;
}
.wallRight2a:hover
{
  background-position: 0 0px;
}
#wallRight2a_over
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallRighta2.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallRight3a
{
  display: block;
  width: 78px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallRighta3.gif") no-repeat;
  background-position: 0 -36px;
}
.wallRight3a:hover
{
  background-position: 0 0px;
}
#wallRight3a_over
{
  display: block;
  width: 78px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallRighta3.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallRight1b
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallRightb1.gif") no-repeat;
  background-position: 0 -36px;
}
.wallRight1b:hover
{
  background-position: 0 0px;
}
#wallRight1b_over
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallRightb1.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallRight2b
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallRightb2.gif") no-repeat;
  background-position: 0 -36px;
}
.wallRight2b:hover
{
  background-position: 0 0px;
}
#wallRight2b_over
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallRightb2.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallRight3b
{
  display: block;
  width: 36px;
  height: 149px;
  background: url("/webimages/selectyourown/selectwallRightb3.gif") no-repeat;
  background-position: 0 0px;
}
.wallRight3b:hover
{
  background-position: 0 -148px;
}
#wallRight3b_over
{
  display: block;
  width: 35px;
  height: 149px;
  background: url("/webimages/selectyourown/selectwallRightb3.gif") no-repeat;
  background-position: 0 -148px;
}
/*-------------------------------------- */
.wallRight2c
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallRightc2.gif") no-repeat;
  background-position: 0 -114px;
}
.wallRight2c:hover
{
  background-position: 0 0px;
}
#wallRight2c_over
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallRightc2.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallRight3c
{
  display: block;
  width: 114px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallRightc3.gif") no-repeat;
  background-position: 0 -36px;
}
.wallRight3c:hover
{
  background-position: 0 0px;
}
#wallRight3c_over
{
  display: block;
  width: 114px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallRightc3.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallCenter1a
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallCentera1.gif") no-repeat;
  background-position: 0px -114px;
}
.wallCenter1a:hover
{
  background-position: 0px 0px;
}
#wallCenter1a_over
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallCentera1.gif") no-repeat;
  background-position: 0px 0px;
}
/*-------------------------------------- */
.wallCenter2a
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallCentera2.gif") no-repeat;
  background-position: 0px -36px;
}
.wallCenter2a:hover
{
  background-position: 0px 0px;
}
#wallCenter2a_over
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallCentera2.gif") no-repeat;
  background-position: 0px 0px;
}
/*-------------------------------------- */
.wallCenter3a
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallCentera3.gif") no-repeat;
  background-position: 0px -114px;
}
.wallCenter3a:hover
{
  background-position: 0px 0px;
}
#wallCenter3a_over
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallCentera3.gif") no-repeat;
  background-position: 0px 0px;
}
/*-------------------------------------- */
.wallCenter1b
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallCenterb1.gif") no-repeat;
  background-position: 0 -36px;
}
.wallCenter1b:hover
{
  background-position: 0 0px;
}
#wallCenter1b_over
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallCenterb1.gif") no-repeat;
  background-position: 0px 0px;
}
/*-------------------------------------- */
.wallCenter2b
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallCenterb2.gif") no-repeat;
  background-position: 0 -114px;
}
.wallCenter2b:hover
{
  background-position: 0 0px;
}
#wallCenter2b_over
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallCenterb2.gif") no-repeat;
  background-position: 0px 0px;
}
/*-------------------------------------- */
.wallCenter3b
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallCenterb3.gif") no-repeat;
  background-position: 0 -36px;
}
.wallCenter3b:hover
{
  background-position: 0 0px;
}
#wallCenter3b_over
{
  display: block;
  width: 150px;
  height: 36px;
  background: url("/webimages/selectyourown/selectwallCenterb3.gif") no-repeat;
  background-position: 0 0px;
}
/*-------------------------------------- */
.wallCenter3c
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallCenterc3.gif") no-repeat;
  background-position: 0px -114px;
}
.wallCenter3c:hover
{
  background-position: 0 0px;
}
#wallCenter3c_over
{
  display: block;
  width: 36px;
  height: 114px;
  background: url("/webimages/selectyourown/selectwallCenterc3.gif") no-repeat;
  background-position: 0px 0px;
}
/*-------------------------------------- */

#imagedivwalla
{
    background-color:White;
}
#imagedivwalla:hover
{
    background: url("/webimages/selectyourown/select.gif") no-repeat;
    background-position: bottom;
    background-color:#E7EC80;
}

#imagedivwallb
{
    background-color:White;
}
#imagedivwallb:hover
{
    background: url("/webimages/selectyourown/select.gif") no-repeat;
    background-position: bottom;
    background-color:#E7EC80;
}

#imagedivwallc
{
    background-color:White;
}
#imagedivwallc:hover
{
    background: url("/webimages/selectyourown/select.gif") no-repeat;
    background-position: bottom;
    background-color:#E7EC80;
}

.swatchBorder
    {
        border: 2px solid #FFFFFF;
    }

.fb_share_button {

	line-height: 1.25;
	margin: -3px 0 7px 0;
	float: left;
}
.gp_share_button {

	float: left;
	margin: -2px 0 7px 5px;
	margin-left: 5px;
}
.pin_share_button {

	float: left;
	margin: -4px 0 7px 10px;
	margin-left: 10px;
}

.order-by-design-info div
{
	padding-top: 4px;
}

.error
{
	color:red;
}

/*-------------------------------------------------------View Larger Reach In PopUp Box------------------------------------------*/
.vlReachInBox
{
	background-color:white;
	box-shadow: 5px 5px 5px #CCC;
    border:1px solid;
    border-color: #CCCCCC;
	left: 20%;
    top: 250px;
    position: fixed;
    height: 420px;
	z-index: 300;
	display: none;
    padding:10px
}

/*-------------------------------------------------------View Larger Walk In PopUp Box------------------------------------------*/
.vlWalkInBox
{
	background-color:white;
	box-shadow: 5px 5px 5px #CCC;
    border:1px solid;
    border-color: #CCCCCC;
	left: 15%;
    top: 250px;
    position: fixed;
	width: 900px;
    height: 425px;
	z-index: 300;
	display: none;
    padding:10px
}

/*--------------------------------------END for design your own tool---------------------------------------------*/
