html, body
{
    height: 100%;
}

html, body
{
    margin: 0;
    padding: 0;
}

body
{
    background:
		 url('../Images/BGMasthead.jpg') no-repeat top center,
		 url('../Images/BGSite.jpg')  repeat, 
		 #f1f1f1;
    text-align: center;
}

body, td
{
    font-style: normal;
    line-height: 140%;
	font-family: 'Lato', sans-serif;
    font-weight: 400;.
    font-size: 11pt;
    color: #590c12;
}

body.iFrameWin
{
    background: #f1f1f1 !important;
    text-align: left !important;
    margin: 30px;
}

a, a.FooterLinks
{
    color: #590c12;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
	font-size: 11pt;
    font-style: normal;
    text-decoration: none;
    outline: none;
}

a:hover, a.FooterLinks:hover
{
    color: #1d1976;
}

#Container
{
    min-height: 100%;
    height: Auto;
    width: 1000px;
    text-align: Left;
    margin-left: Auto;
    margin-right: Auto;     
    position: Relative;
}

* html #Container
{
    height: 100%;
    width: 1000px;
    width: 1000px;
}

hr
{
    border: 0px;
    height: 1px;
    color: #571a17;
    background-color: #571a17;
    margin: 20px 0;
}

.floaterR
{
    float: right;
}

.Title, .TitleLink, .StyleTitleLink
{
    font-family: 'Dancing Script', cursive;
    font-size: 20pt;
    font-style: normal;
    color: #1d1976;
	clear: both;
    padding-bottom: 20px;
}

.StyleTitleLink
{
    color: #590c12;
    text-decoration: none;
    text-align: center !important;
}

.StyleFabricLink
{
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #590C12;
    color: #590C12;
    display: inline-block;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 8px;
    outline: medium none;
    padding: 6px 9px;
    text-indent: 0.2em !important;
    width: 190px;
}

.StyleFabricLink:hover
{
    text-decoration: underline;
}
.TitleLink
{
    color: #590c12;
    text-decoration: none;
    text-align: center !important;
    display: block;
	line-height: 70px;
}

.TitleLink:hover, .StyleTitleLink:hover
{
    color: #1d1976;
}

.Script, .QtyError, .HeaderLinks, .FormError
{
    font-family: 'Dancing Script', cursive;
    font-size: 16pt;
    line-height: 16pt;
    color: #1d1976;
    font-style: normal;
    text-decoration: none;
}

.Bold {
	font-weight: bold;
}

.HeaderLinks:hover
{
    color: #590c12;
}


#Preloader
{
    background: url('../Images/Hover.png') no-repeat;
    background: url('../Images/Icons/ICOCartAdd.png') no-repeat;
    margin-left: -2000px;
}

/* Search Bar */

.SearchImg
{
    border: 1px solid #590c12;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    float: left;
}

.SearchList
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    background: rgb(250, 250, 250);
    background: rgba(250, 250, 250, 0.8);
    border: 1px solid #590c12;
    -moz-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    width: 310px;
}

.SearchList li
{
    clear: both;
    padding: 5px;
    min-height: 50px;
}

.SearchList li:hover
{
    color: #ffffff;
    background-color: #481109;
}

.SearchList li.SearchListLast
{
    min-height: inherit;
    text-align: center;
    background-color: none;
}

.SearchList li.SearchListLast:hover
{
    background-color: transparent;
}

#Menu
{
    background: rgb(250, 250, 250);
    background: rgba(250, 250, 250, 0.8);
    border-bottom: 1px solid #590c12;
    border-right: 1px solid #590c12;
    border-left: 1px solid #590c12;
    -moz-box-shadow: 4px -5px 3px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    width: 700px;
    height: 50px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
}

#Header
{
    position: relative;
    top: 0;
    left: 0;
    width: 1000px;
    height: 200px;
    z-index: 1;
}

#Logo
{
    position: relative;
    top: 0;
    left: 0;
    outline: none;
}

#HeaderContent
{
    position: absolute;
    top: 0;
	padding-top: 60px;
	padding-right: 20px;
    right: 20px;
    width: 683px;
    height: 120px;
    float: right;
    z-index: 2;
    background: rgb(250, 250, 250);
    background: rgba(250, 250, 250, 0.5);
    border-bottom: 1px solid #590c12;
    border-right: 1px solid #590c12;
    border-left: 1px solid #590c12;
    -moz-box-shadow: 4px -5px 3px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
}

#HeaderContentLinks
{
    width: 100%;
    text-align: right;
}

#HeaderForm
{
    position: absolute;
    top: 150px;
    right: 300px;
    width: auto;
    float: right;
    z-index: 2;
}

.HeaderForm
{
    margin-top: 25px;
    position: absolute;
    right: 20px;
    width: 450px;
}

form input.HeaderTxt
{
    padding: 5px;
    background: #f1f1f1 url('../Images/BGForm.jpg') top left no-repeat;
    border: 1px solid #590c12;
    width: 300px !important;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 10pt;
    color: #590c12;
    float: right;
    z-index: 5;
}

label.HeaderLabel
{
    float: none;
    line-height: 32px;
    width: auto;
    text-align: left;
    padding-right: 0px;
}

/* Login */

#Login
{
    width: 500px;
    height: 250px;
    padding: 30px;
    background: #f1f1f1 url('../Images/BGOverlay.jpg') repeat;
    border: 1px solid #590c12;
}

#LoginContent
{
    position: relative;
    text-align: left;
	width: 100%;
	clear: both;
}

#LoginLinksContent
{
    position: relative;
    text-align: left;
	width: 100%;
	clear: both;
	padding-top: 20px;
}


#LoginForm label, #LoginContent label
{
    float: left;
    line-height: 20px;
    width: 160px;
}

.LoginLabelPage {
    width: 222px;
}

form input.LoginTxt
{
    padding: 5px;
    background: #f1f1f1 url('../Images/BGForm.jpg') top left no-repeat;
    border: 1px solid #590c12;
    font-style: normal;
    line-height: normal;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
	font-size: 11pt;
    color: #590c12;
	width: 300px;
    margin: 0;
    display: block;
	float: right;
}

.LoginButton, .LoginButtonPage {
	position:relative;
    font-family: 'Dancing Script', cursive;
    font-size: 16pt;
    height: 35px;
    background: #590c12;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
	cursor: pointer;
	border: #590c12 1px solid;
    -moz-box-shadow: 4px -5px 3px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
}

.LoginButton {
	width: 310px;
	float: right;
}

.LoginButtonPage {
	width: 440px;
	margin-left: 242px;
}

.LoginButton:hover, LoginButtonPage:hover {
    color: #590c12;
    background: #ffffff;
}

.LoginError
{
	font-family: 'Dancing Script', cursive;
    font-size: 12pt;
	color: #590c12;
	float: right;
	padding-right: 30px;
	z-index: 50;
}

.Submit
{
    width: 105px;
    height: 40px;
    line-height: 32px;
    color: #ffffff !important;
    background: url('../Images/Hover.png') no-repeat center center !important;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
	font-size: 11pt !important;
    font-style: normal;
    text-decoration: none;
    text-align: center !important;
    border: none !important;
    padding: 5px !important;
    cursor: pointer;
}

.Submit:hover
{
    color: #590c12 !important;
    background: none !important;
}

.LoginButton:active, .Submit:active
{
    padding: 5px !important;
}

.CheckoutBU
{
    color: #ffffff;
    background: #481109;
    border: #481109 1px solid;
	font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 11pt !important;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.CheckoutBU:hover
{
    color: #481109;
    background: #ffffff;
}

.CheckoutBU:active
{
    padding: 10px;
}


/* Header Search */

.load_more {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13pt;
	color: #ffffff;
	height: 35px;
	background: #590c12;
	line-height: 35px;
	border: #590c12 1px solid;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	padding: 8px;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 915px;
	-moz-box-shadow: 4px -5px 3px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
	box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
	-moz-border-radius: 5px 5px 5px 5px;
	margin-left: -35px;
}

.load_more:hover {
	color: #590c12;
	background: #ffffff;
}
        
#dvInitialLoad {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 50%;
	z-index: 1001;
	-moz-opacity: 0.6;
	opacity: .60;
	filter: alpha(opacity=60) !important;
}

#dvInitialLoad {
	display: none;
	top:50%;    
	left: 55%;
	position:absolute;
}

.load_more img {
	vertical-align: baseline;
}



/* Polaroid */

#Polaroid
{
    position: relative;
    top: 0;
    right: 0;
    float: right;
    z-index: 2;
    width: 457px;
    height: 567px;
}

#PolaroidZoom
{
    z-index: 5;
    position: absolute;
    top: 475px;
    left: 360px;
    width: 49px;
    height: 41px;
}

#PolaroidThumbZoom
{
}

#PolaroidBottom
{
    z-index: 3;
    position: absolute;
    top: 59px;
    left: 48px;
    background-color: #fff;
}

#PolaroidTop
{
    background: url('../Images/Top.png') no-repeat;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 457px;
    height: 567px;
}

/* Homepage (landing) & Home (post-sign-in) */

#HomepageSectionDiv, #HomepageSectionDiv_New, #HomepageSectionDiv_SignIn, #HomepageSectionDiv_Register, #HomepageSectionDiv_Sale {
    position: relative;
	width: 260px;
	height: 333px;
	margin-top: 20px;
	display:block;
}

#HomepageSectionDiv {
	float: left;
	margin-left: 55px;
	margin-bottom: 30px;
}

#HomepageSectionDiv_Sale, #HomepageSectionDiv_SignIn {
	left: 275px;
	float: left;
}

#HomepageSectionDiv_Register, #HomepageSectionDiv_New {
	float: right;
	right: 70px;
}

.HomepageSectionImg {
    z-index: 2;
    position:absolute;
    left: 0;
    top: 60px;
	width: 260px !important;
	height: 270px !important;
    border: 1px solid #590c12;
    -moz-box-shadow: 4px -5px 3px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
}

.HomepageSectionCategoryImg {
    z-index: 2;
    position:absolute;
    left: 0;
    top: 70px;
	width: 260px !important;
	height: 270px !important;
    border: 1px solid #590c12;
    -moz-box-shadow: 4px -5px 3px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
}


#HomepageSectionIcon_Category, #HomepageSectionIcon_New, #HomepageSectionIcon_SignIn, #HomepageSectionIcon_Register, #HomepageSectionIcon_Sale {
    z-index: 3;
    position:absolute;
    left: 0;
    top: 0;
	width: 260px;
	height: 93px;
}

#HomepageSectionIcon_Category {
    background: url('../Images/Homepage/Homepage_Icon_Category.png') top left no-repeat;
}

#HomepageSectionIcon_New {
    background: url('../Images/Homepage/Homepage_Icon_New.png') top left no-repeat;
}
#HomepageSectionIcon_SignIn {
    background: url('../Images/Homepage/Homepage_Icon_SignIn.png') top left no-repeat;
}
#HomepageSectionIcon_Register {
    background: url('../Images/Homepage/Homepage_Icon_Register.png') top left no-repeat;
}
#HomepageSectionIcon_Sale {
    background: url('../Images/Homepage/Homepage_Icon_Sale.png') top left no-repeat;
}

.HomepageSectionCopy_Category, .HomepageSectionCopy_New, .HomepageSectionCopy_SignIn, .HomepageSectionCopy_Register, .HomepageSectionCopy_Sale {
	z-index: 4;
    position:relative;
	top: 20px;
}

.HomepageSectionCopy_New a, .HomepageSectionCopy_SignIn a, .HomepageSectionCopy_Register a, .HomepageSectionCopy_Sale a {
    font-family: 'Dancing Script', cursive;
    font-size: 20pt;
    color: #590c12;
}

.HomepageSectionCopy_Category a {
    font-family: 'Dancing Script', cursive;
    font-size: 16pt;
    color: #1d1976;
}

.HomepageSectionCopy_Category{
	left: 105px;
	text-align: left;
}

.HomepageSectionCopy_New{
	width: 200px;
	text-align: right;
}
.HomepageSectionCopy_SignIn{
	width: 165px;
	text-align: right;
}
.HomepageSectionCopy_Register{
	left: 80px;
	text-align: left;
}
.HomepageSectionCopy_Sale{
	left: 95px;
	text-align: left;
}

/* Search Results */

#SearchResultsColumn_Filters {
    position: relative;
	width: 275px;
	float: left;
}

#SearchResultsColumn_Thumbs {
    position: relative;
	width: 665px;
	float: right;
}

#SearchResultsSectionFilters {
    position: relative;
	padding: 20px;
	margin: 0 0 30px 30px;
	width: 220px;
	min-height:400px;
    background: rgb(250, 250, 250);
    background: rgba(250, 250, 250, 0.8);
    border: 1px solid #590c12;
    -moz-box-shadow: 4px -5px 3px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
}

#SearchResultsColumn_Filters label {
	float: right;
	padding-right: 2px;
	text-align: left;
	line-height: 30px;
	width: 150px;
	overflow: hidden;
    color: #590c12;
    font-size: 10pt;
}

#SearchResultsColumn_Filters input[type="checkbox"] {
	margin: 9px 4px 0 7px;
	padding: 0;
}

#SearchResultsColumn_Filters #dvPriceRange #PriceRangeContent {
	margin: 15px;
}

#SearchResultsColumn_Filters #dvPriceRange #PriceRangeContent div {
	width: 170px;
}

#SearchResultsColumn_Filters #dvPriceRange #PriceRangeContent input {
	border: 0;
    color: #590c12;
    font-size: 10pt;
	width: 170px;
	padding-bottom: 10px;
	text-align:center;
}
#SearchResultsSectionDiv {
    position: relative;
	width: 260px;
	height: 300px;
	margin-top: 20px;
	display:block;
	float: left;
	margin-left: 55px;
	margin-bottom: 30px;
}

.SearchResultsSectionImg {
    z-index: 2;
    position:absolute;
    left: 0;
    top: 0;
	width: 260px !important;
	height: 270px !important;
    border: 1px solid #590c12;
}

.SearchResultsSectionCopy {
	z-index: 4;
    position:relative;
	top: 280px;
	height: 20px;
	text-align: left;
    line-height: normal;
}

#dvEmptyItemTemplate {
	float: right;
	display: none;
	text-align: right;
	padding-right: 30px;
}

/* Main */

#FooterC {
clear: both;
height: 50px;
width: 1000px;
padding-top: 20px;
}

#Footer {
position: absolute;
bottom: 0px;
clear: both;
width: 1000px;
height: 50px;
z-index: 1;
text-align: center;
margin-top: 20px;
padding-top: 20px;
background: rgb(250, 250, 250);
background: rgba(250, 250, 250, 0.5);
border-top: 1px solid #590c12;
border-right: 1px solid #590c12;
border-left: 1px solid #590c12;
-moz-box-shadow: 4px -5px 3px 2px rgba(0,0,0,.1);
-webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
}

#Main, #MainThumb, #MainItem, #MainItem_Full
{
    position: relative;
    left: 0;
    top: 0;
    width: 1000px;
    z-index: 1;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#Main
{
    background: rgb(250, 250, 250);
    background: rgba(250, 250, 250, 0.5);
    border: 1px solid #590c12;
    -moz-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
}

#MainThumb
{
    height: 725px;
    background: url('../Images/BGThumb.jpg') no-repeat top left;
}

#MainItem
{
    height: 725px;
	background: url('../Images/StylePage/Column_Related.jpg') no-repeat top left;
}

#MainItem_Full
{
	height: 725px;
	background: url('../Images/BGPage.jpg') no-repeat top left;
}

#CopyColumn
{
    position: absolute;
    left: 220px;
    top: 0;
    width: 780px;
    height: auto;
    z-index: 1;
    background: rgb(250, 250, 250);
    background: rgba(250, 250, 250, 0.5);
    border: 1px solid #590c12;
    -moz-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
    box-shadow: 3px 3px 7px 1px rgba(0,0,0,.3);
}

#CopyColumn_Full
{
    position: absolute;
    left: 250px;
    top: 60px;
    width: 300px;
    height: auto;
    z-index: 1;
}

#CopyColumnForm, #CopyColumnSearch
{
    position: relative;
    left: 30px;
    top: 30px;
    width: 970px;
    height: auto;
    z-index: 1;
    display: table;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#CopyColumnTitle, #StylePage_CopyColumnTitle {
    position: relative;
    float: right;
    text-align: right;
    z-index: 1;
    margin-right: 0px;
	right: 0;
    overflow: hidden;
    padding-right: 30px;
    padding-top: 20px;
    background: rgb(250, 250, 250);
    background: rgba(250, 250, 250, 0.8);
    border-bottom: 1px solid #590c12;
}

#CopyColumnTitle {
    width: 100%;
    margin-top: -30px;
    margin-left: -30px;
}

#StylePage_CopyColumnTitle {
    width: 750px;
    font-family: 'Dancing Script', cursive;
    font-size: 16pt;
    font-style: normal;
    color: #1d1976;
	clear: both;
    padding-bottom: 20px;
}

#StylePage_CopyColumnTag {
    position:absolute;
	top: 0;
	left: 0;
    width: 71px;
    height: 57px;
    background: url('../Images/StylePage/Column_Copy.jpg') top left no-repeat;
}

#StylePage_MainImage img {
	float: right;
	margin-top: 20px;
	margin-right: 30px;
    border: 1px solid #590c12;
}

#StylePage_MainCopy {
	float: left;
	width: 330px;
	min-height: 600px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#StylePage_Icon_Green, #StylePage_Icon_Sale, #StylePage_Icon_New, #StylePage_Icon_Inventory_High, #StylePage_Icon_Inventory_Medium, #StylePage_Icon_Inventory_Low {
	float: left;
	width: 105px;
	height: 108px;
	margin-right: 20px;
	background-size: 100%;
}

.Icon_Green, .Icon_Sale, .Icon_New, .Icon_Inventory_High, .Icon_Inventory_Medium, .Icon_Inventory_Low {

    float: left;
	width: 110px;
	height: 108px;
	margin-right: 20px;
	background-size: 100%;	
}
.Icon_Green { background: url('../Images/StylePage/Icon_Green.png') top left no-repeat; }
.Icon_Sale { background: url('../Images/StylePage/Icon_Sale.png') top left no-repeat; }
.Icon_New { background: url('../Images/StylePage/Icon_New.png') top left no-repeat; }
.Icon_Inventory_High { background: url('../Images/StylePage/Icon_Inventory_High.png') top left no-repeat; }
.Icon_Inventory_Medium { background: url('../Images/StylePage/Icon_Inventory_Medium.png') top left no-repeat; }
.Icon_Inventory_Low { background: url('../Images/StylePage/Icon_Inventory_Low.png') top left no-repeat; }

#StylePage_Icon_Green { background: url('../Images/StylePage/Icon_Green.png') top left no-repeat; }
#StylePage_Icon_Sale { background: url('../Images/StylePage/Icon_Sale.png') top left no-repeat; }
#StylePage_Icon_New { background: url('../Images/StylePage/Icon_New.png') top left no-repeat; }
#StylePage_Icon_Inventory_High { background: url('../Images/StylePage/Icon_Inventory_High.png') top left no-repeat; }
#StylePage_Icon_Inventory_Medium { background: url('../Images/StylePage/Icon_Inventory_Medium.png') top left no-repeat; }
#StylePage_Icon_Inventory_Low { background: url('../Images/StylePage/Icon_Inventory_Low.png') top left no-repeat; }

#CopyColumnNav {
    position: relative;
    float: left;
    width: 940px;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#CopyColumnSort
{
    clear: both;
    position: relative;
    float: left;
    width: 940px;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#CopyColumnSort select
{
    margin: 0px;
    z-index: 2;
}

#CopyColumnSearchItem
{
    text-align: right;
    position: relative;
    float: left;
    z-index: 1;
    width: 455px;
    height: 170px;
    text-align: right;
    padding-right: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#CopyColumnSearchItemLabel
{
    float: left;
    width: 270px;
    height: 129px;
}

#CopyColumn.CopyColumnContent, ul.ulCopy
{
    width: 315px;
}

ul.ulCopy, ul.ulCheckout
{
    list-style-type: disc;
    list-style-image: url(../Images/Bullet.gif);
    line-height: 2em;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-position: outside;
}

ul.ulCopy li, ul.ulCheckout li
{
    list-style-position: inside;
    margin-left: 2em;
    text-indent: -1.5em;
    padding-left: 0px;
}

ul.ulThumb
{
    margin: 0;
    padding: 10px 0px 20px 0px;
    float: left;
    list-style: none;
}



ul.ulThumb li
{
    float: left;
    height: 130px;
    width: 130px;
}

#ColumnRelated
{
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    width: 220px;
}

.Tag
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 220px;
    height: 330px;
}

#Related
{
    position: relative;
    left: 0px;
    text-align: center;
    width: 205px;
    padding: 0px 0 0 15px;
}

/* Qty Form */

.QtyLabel
{
    width: auto;
    padding-top: 10px;
}

.QtyButton
{
    text-align: left !important;
    width: 150px;
    height: 46px;
    font-family: 'Dancing Script', cursive;
    font-size: 16pt !important;
    color: #1d1976 !important;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    background: url('../Images/Icons/ICOCart.png') bottom right no-repeat !important;
    border: none !important;
    padding: 5px !important;
    cursor: pointer;
    clear: right;
}

.QtyButton:hover
{
    background: url('../Images/Icons/ICOCartAdd.png') bottom right no-repeat !important;
}

.QtyButton:active
{
    padding: 5px !important;
}

input.QtyTxt
{
    padding: 5px;
    margin-right: 10px;
    background: #f1f1f1 url('../Images/BGForm.jpg') top left no-repeat;
    border: 1px solid #590c12;
    width: 50px !important;
    font-style: normal;
    line-height: normal;
	font-family: 'Lato', sans-serif;
    font-weight: 400;.
    font-size: 10pt;
    color: #590c12;
}

.QtyError, .FormError, .FormNote
{
    display: block;
}

/* Search Results */

.SearchNav
{
    display: inline;
}

form input.SearchNavTxt
{
    padding: 5px;
    background: #f1f1f1 url('../Images/BGForm.jpg') top left no-repeat;
    border: 1px solid #590c12;
    width: 20px !important;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 10pt;
    color: #590c12;
}

select.SearchNavSelect
{
    width: auto !important;
}

/* General Forms */

.Submit
{
    position: relative;
    left: 525px;
    top: 0px;
}

form input.inputTxt
{
    padding: 5px;
    background: #f1f1f1 url('../Images/BGForm.jpg') top left no-repeat;
    border: 1px solid #590c12;
    width: 430px !important;
    font-style: normal;
    line-height: normal;
	font-family: 'Lato', sans-serif;
    font-weight: 400;.
    font-size: 10pt;
    color: #590c12;
    margin-bottom: 10px;
}

.FormError, .FormNote
{
    margin-left: 190px;
}

form select
{
    padding: 5px;
    width: 442px;
    border: 1px solid #590c12;
    background: #f1f1f1;
    font-style: normal !important;
    line-height: normal !important;
	font-family: 'Lato', sans-serif;
	font-weight: 400 !important;
    font-size: 10pt !important;
    color: #590c12 !important;
    margin-bottom: 10px;
}

form textarea
{
    padding: 5px;
    border: 1px solid #590c12;
    width: 430px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 11pt;
    color: #590c12;
    font-style: normal;
    background: #f1f1f1;
    margin-bottom: 10px;
}

form input[type="checkbox"], form input[type="radio"]
{
    padding: 0;
    background: none;
    border: 0;
    margin-bottom: 10px;
}
form span
{
    line-height: 32px;
}

label
{
    float: left;
    text-align: right;
    padding-right: 20px;
    line-height: 32px;
    width: 172px;
}

/* Login in Default page*/

#DLogin
{
    width: 600px;
    height: 400px;
    margin: 0px;
    padding: 0px;
    background: #f1f1f1;
}

#DLoginContent
{
    width: 540px;
    position: relative;
    top: 30px;
    left: 30px;
    text-align: left;
}

#DLoginForm label
{
    float: left;
    line-height: 32px;
    width: 100px;
}

/*For fancy boxes in Registration.aspx page*/

.fancybox
{
    background: #f1f1f1;
    width: 600px;
    height: 400px;
}


.fancybox-content
{
    width: 540px;
    position: relative;
    top: 30px;
    left: 30px;
    text-align: left;
}

/*-----Lightbox-------*/

#dvLightbox, #dvEmailLightbox
{
    margin: 0px;
    padding: 0px;
    background: #f1f1f1;
}

#dvLightboxContent, #dvEmailContent
{
    top: 30px;
    left: 30px;
    text-align: left;
    padding-left: 30px;
}

#dvEmailThis, #dvDownloadThis
{
    background: #f1f1f1;
}
.SelectFabric
{
    color: #FF0000;
    cursor: pointer;
    font-size: 10pt;
    font-variant: normal;
    text-align: center !important;
    text-decoration: none;
}
.SelectFabric:hover
{
    color: #FF0000;
    text-decoration: underline;
}

.radiobutton label
{
    float: left;
    line-height: normal;
    padding-left: 40px;
    text-align: right;
    width: auto;
}
.priceError
{
    color: #FF0000;
    cursor: pointer;
    font-size: 11pt;
    font-variant: normal;
    text-align: left;
    text-decoration: none;
}

/* Showroom */

.ShowroomDiv {
			text-align:left;
			padding: 20px;
			width: 350px;
			}
			
/* Old Item Layout for Freight and About */

#LeftColumn {
	position: relative;
	z-index: 1;
	width: 470px;
	margin-left: 30px;
	display:block;
	clear:left;
}
