html { overflow-y: scroll; }
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% arial, verdana, helvetica, helv}table{border-collapse:collapse}caption,th,td{text-align:left}

br.breaker { clear: both; font-size: 0px; margin: 0px; padding: 0px; line-height: 0px; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }
p { margin: 0px 0px 10px 0px; }

html, body, table {
	font-family: arial, verdana, helvetica, helv;
	font-size: 11px;
}

body {
	margin: 0px;
	padding: 0px;
}

/**** STANDARD STYLES ****/
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #A67D3D;
	margin-top:  15px;
	margin-bottom:  15px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #A5865D;
	margin-top:  10px;
	margin-bottom:  6px;
}
/*************************/

div.divider { clear: both; height: 1px; background: #efe7da; font-size: 1px; margin: 0; padding: 0; line-height: 0;}

#headerstrip {
	clear: both;
	height: 95px;
}

	#header {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		height: 95px;
	}

		img.logo {
			float: left;
			width: 210px;
			height: 95px;
		}

		#minicart {
			float: right;
			width: 250px;
			text-align: right;
			padding-top: 16px;
			padding-right: 0px;
		}
		
			#minicart p.minicart {
				text-align: right;
				color: #532f23;
				font-size: 11px;
			}
			
				#minicart p.minicart img { vertical-align: bottom;  margin: 0 3px 0 0; }
			
				#minicart p.minicart span { padding: 0 5px; }
				
			#minicart p.minicart2 {
				text-align: right;
				color: #532f23;
				font-size: 11px;
				font-weight: bold;
			}
			
				#minicart p.minicart2 a:link, #minicart p.minicart2 a:visited { color: #532f23; text-decoration: none; }
				#minicart p.minicart2 a:hover, #minicart p.minicart2 a:active { color: #000; text-decoration: underline; }
				
			#minicart p.minicart3 {
				text-align: right;
				color: #8f6f64;
				font-size: 13px;
			}
			
				#minicart p.minicart3 strong { color: #532f23; }


#navstrip {
	clear: both;
	height: 125px;
	z-index: 300;
}

	#navinner {
		width: 960px;
		height: 124px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 500;
	}

	/****** TOP NAV ******/
	#navinner ul {
		width: 960px;
		height: 33px;
		z-index: 501;
		background: #532f23;
	}

		#navinner ul li {
			float: left;
			margin: 0px;
			padding: 0 28px;
			line-height: 33px;
			font-size: 13px;
			font-weight: normal;
			text-align: center;
			position: relative;
			display: block;
			z-index: 502;
		}


			#navinner ul li a:link, #navinner ul li a:visited { text-decoration: none; color: #fff; }
			#navinner ul li a:hover, #navinner ul li a:active { color: #fff; }
			#navinner ul li.active a:link, #navinner ul li.active a:visited, #navinner ul li.active a:hover, #navinner ul li.active a:active { color: #fff; }

				/** SUB NAV STUFF **/

				#navinner li {position: relative;}

				#navinner ul ul {
					position: absolute;
				}

				#navinner ul ul ul {
					position: absolute;
					top: 0;
				}

				div#navinner ul ul,
				div#navinner ul li:hover ul ul,
				div#navinner ul ul li:hover ul ul
				{display: none;}

				div#navinner ul li:hover ul,
				div#navinner ul ul li:hover ul,
				div#navinner ul ul ul li:hover ul
				{display: block;}


				div#navinner ul.subcatshome {
					position: absolute;
					float: none;
					top:32px;
					left: 0px;
					width:180px;
					height: auto;
					background:#ffffff;
					border:1px solid #532f23;
					padding: 5px 0px;
					z-index: 700;
				}

					div#navinner ul.subcatshome li {
						float: none;
						display: block;
						width:160px;
						margin:0px;
						padding: 1px 10px;
						text-align: left;
						border-bottom: 1px solid #efe7da;
						line-height: 20px;
						font-size: 11px;
					}

						div#navinner ul.subcatshome li a:link, div#navinner ul.subcatshome li a:visited {
							font-weight: normal;
							color: #000;
						}

						div#navinner ul.subcatshome li a:hover {
							text-decoration: underline;
						}

				/** END SUB NAV **/

	#headeroffer_left { float: left; width: 460px; background: #c2a579; line-height: 20px; height: 20px; padding: 0 10px; border-top: 1px solid #fff; border-right: 1px solid #fff; }
	#headeroffer_right { float: left; width: 459px; background: #c2a579; line-height: 20px; height: 20px; padding: 0 10px; border-top: 1px solid #fff; }
		#headeroffer_left p, #headeroffer_right p { color: #fff; margin: 0; padding: 0; }
		
		#headeroffer_left a:link, #headeroffer_left a:visited, #headeroffer_right a:link, #headeroffer_right a:visited { color: #fff; text-decoration: none; }
		#headeroffer_left a:hover, #headeroffer_left a:active, #headeroffer_right a:hover, #headeroffer_right a:active { color: #000; text-decoration: underline; }

	#headerfeat_left { float: left; width: 502px; background: #900; line-height: 20px; height: 70px; padding: 0 0; border-top: 1px solid #fff;  }
	#headerfeat_right {
		float: left; width: 458px; background: #c00822; line-height: 70px; height: 70px; padding: 0 0px; border-top: 1px solid #fff; }
		position: relative;
		z-index: 400;
		font-size: 14px;
		color: #fff;
	}

		#dscroll-mid {
			width: 446px;
			height: 70px;
			position: absolute;
			top: 0; left: 6px;
			z-index: 401;
		}

			#dscroll-mid a:link, #dscroll-mid a:visited { color: #fff; text-decoration: none; }
			#dscroll-mid a:hover, #dscroll-mid a:active { color: #fff; text-decoration: underline; }
			
			#dscroll-mid td { font-size: 14px; color: #fff; }



	form.searchform {
		clear: both;
		float: right;
		width: 200px;
		margin: 0px;
		padding: 0px;
		right: 0px;
		position: absolute;
	}

		input.searchbox {
			position: absolute;
			width: 110px;
			border: 1px solid #D3C69C;
			padding: 2px 0px 1px 3px;
			left: 40px;
			top: 30px;
			color: #2e2e2e;
		}

		input.searchgo {
			position: absolute;
			width: 40px;
			font-weight: bold;
			color: #F08800;
			border: 0px;
			background: transparent;
			left: 155px;
			top: 30px;
			height: 18px;
		}


#fullwidth {
	clear: both;
	background: transparent;
}

	#mainarea {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		border: 0;
		background: #fff;
	}

		#leftcolumn {
			float: left;
			width: 160px;
			border-top: 1px solid #efe7da;
			margin-top: 9px;
		}


		#leftcolumn ul.cats {
			margin: 0 0 10px 0;
			width: 150px;
		}

			#leftcolumn ul.cats li {
				list-style: none;
				padding: 5px 0 5px 8px;
				font-size: 11px;
				color: #A5865D;
				font-weight: normal;
				border-bottom: 1px solid #F3F0E3;
				background: url(/images/nav-dot.gif) no-repeat left 10px;
			}

			#leftcolumn ul.cats li.head {
				padding: 5px 0;
				color: #A5865D;
				font-size: 14px;
				font-weight: bold;
				border-bottom: 0px;
			}

			#leftcolumn ul.cats li.active {
				font-weight: bold;
			}

				#leftcolumn ul.cats li a:link, #leftcolumn ul.cats li a:visited {
					display: block;
					color: #6F4F25;
					text-decoration: none;
				}

				#leftcolumn ul.cats li a:hover {
					text-decoration: underline;
				}

				#leftcolumn ul.subnav {
					margin: 0px 0px 0px 0px;
				}

					#leftcolumn ul.subnav li {
						list-style: none;
						padding: 5px 0px 5px 15px;
						border-bottom: 0px;
						font-weight: normal;
						background: url(/images/custicon.gif) no-repeat left 2px;
					}

					#leftcolumn ul.subnav li.active {
						font-weight: bold;
					}

						#leftcolumn ul.subnav li a:link, #leftcolumn ul.subnav li a:visited {
							color: #6F4F25;
							text-decoration: none;

						}

						#leftcolumn ul.subnav li a:hover {
							text-decoration: underline;
						}




		#leftcolumn ul.brands {
			margin: 0;
			width: 150px;
		}

			#leftcolumn ul.brands li {
				clear: both;
				padding: 2px 0 0 0;
				font-size: 11px;
				color: #A5865D;
			}

				#leftcolumn ul.brands li img { width: 32px; height: 24px; margin-right: 5px; float: left; }

			#leftcolumn ul.brands li.head {
				padding: 5px 0;
				color: #A5865D;
				font-size: 14px;
				font-weight: bold;
				border-bottom: 0px;
			}

			#leftcolumn ul.brands li.active { font-weight: bold; }

			#leftcolumn ul.brands li a:link, #leftcolumn ul.brands li a:visited {
				text-decoration: none;
				color: #6F4F25;
			}

			#leftcolumn ul.brands li a:hover {
				text-decoration: underline;
			}

		#contentarea {
			float: left;
			width: 800px;
			padding-right: 0;
			padding-bottom: 15px;
			line-height: 1.4em;
			
			border-top: 1px solid #efe7da;
			margin-top: 9px;
		}
			#contentarea a:link, #contentarea a:visited {
				text-decoration: underline;
				color: #2E2E2E;
			}

			#contentarea a:hover {
				color: #A67D3D;
			}


        .testhalf {
            margin: 15px 13px 0px 0px;
	        line-height: 18px;
            width: 290px;
            float: left;
        }

        .testhalfend {
            margin: 15px 0px 0px 0px;
        }

        .testhalf img {
            float: left;
            margin: 0px 10px 0px 0px;
        }

        .testhalf p {
            floaT: left;
            width: 212px;
        }


#footerstrip {
	clear: both;
}

	#footerfeats {
		height: 70px;
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		background: #efe7da;
		margin-bottom: 5px;
	}
	
		#footerfeat_1 { float: left; width: 355px; height: 70px; background: url(/images/footer-divider.gif) no-repeat right top; padding: 0 10px 0 8px; }
		#footerfeat_2 { float: left; width: 190px; height: 70px; background: url(/images/footer-divider.gif) no-repeat right top; padding: 0 15px 0 13px; }
		#footerfeat_3 { float: left; width: 222px; height: 70px; background: url(/images/footer-divider.gif) no-repeat right top; padding: 0 10px 0 14px; }
		#footerfeat_4 { float: left; width: 102px; height: 70px; background: url(/images/footer-divider.gif) no-repeat right top; padding: 0 10px 0 11px; }

			#footerfeat_1_left {
				float: left;
				width: 145px;
				height: 58px;
				padding: 12px 10px 0 45px;
				background: url(/images/footer-mouse.gif) no-repeat left 15px;
			}
			
				#footerfeat_1_left p { margin: 0 0 5px 0; color: #532f23; }
			
			#footerfeat_1_right {
				float: left;
				width: 155px;
				height:56px;
				padding: 14px 0 0 0;
			}
			
				#footerfeat_1_right p { margin: 0; }
				#footerfeat_1_right label { display: none; }
				#footerfeat_1_right input.footer-newsletter { height: 18px; line-height: 18px; margin-bottom: 3px; padding-left: 6px; width: 137px; border: 1px solid #532f23; color: #532f23; text-transform: lowercase;}
				
			#footerfeat_2_left {
				float: left;
				width: 150px;
				height: 58px;
				padding: 12px 0 0 40px;
				background: url(/images/footer-lock.gif) no-repeat left 12px;
			}
			
				#footerfeat_2_left p { margin: 0 0 5px 0; color: #532f23; }
				
			#footerfeat_3_left {
				float: left;
				width: 162px;
				height: 58px;
				padding: 12px 0 0 60px;
				background: url(/images/footer-quote.gif) no-repeat -3px 10px;
			}
			
				#footerfeat_3_left p { margin: 0 0 5px 0; color: #532f23; }
				
			#footerfeat_4_left {
				float: left;
				width:  92px;
				height: 58px;
				padding: 12px 10px 0 0;
				position: relative;
				/*background: url(/images/footer-facebook.gif) no-repeat 60px 14px;*/
			}
			
				#footerfeat_4_left p { margin: 0 0 5px 0; color: #532f23; }
				#footerfeat_4_left a:link, #footerfeat_4_left a:visited { color: #532f23; text-decoration: none; }
				#footerfeat_4_left a:hover, #footerfeat_4_left a:active { color: #532f23; text-decoration: underline; }
		
	#footercontent {
		height: 48px;
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		font-size: 11px;
		color: #000;
	}

		p.footleft {
			float: left;
			padding-left: 0px;
			padding-top: 0;
			line-height: 20px;
		}

		p.footright {
			float: right;
			text-align: right;
			padding-top: 0;
			padding-right:20px;
			line-height: 20px;
		}

#footercontent p { margin-bottom: 0; color: #532f23; }

		#footercontent a:link, #footercontent a:visited {
			text-decoration: underline;
			color: #532f23;
		}

		#footercontent a:hover {
			color: #000;
		}


/***** BROKERAGE ITEMS *****/

div.smallbrokitem {
	float: left;
	width: 130px;
	margin: 0 15px;
}

	div.smallbrokitem img {
		
		width: 90px;
		height: 90px;
		margin-right: 5px;
	}

	div.smallbrokitem p {
		margin: 0px 0px 4px 0px;
	}

	div.smallbrokitem a:link, div.smallbrokitem a:visited {
		color: #F08800;
		text-decoration: none;
	}

	div.smallbrokitem a:hover {
		text-decoration: underline;
	}



/***** ROOMS PAGE *****/

img.roomimage {
	float: left;
	width: 400px;
	height: 200px;
	margin: 15px 0;
}

#roomcats {
	float: left;
	width: 385px;
	padding: 0 0px 0px 15px;
}

	#roomcats p {
		margin: 0px 0px 15px 0px;
	}

	div.room_cat {
		float: left;
		width: 130px;
		padding: 0px 15px 15px 15px;
		text-align: left;
	}

		div.room_cat a:link, div.room_cat a:visited {
			font-size: 12px;
			font-weight: bold;
			color: #2e2e2e;
		}

		div.room_cat a:hover {
			color: #F08800;
		}

div.roomofferbar {
	clear: both;
	float: left;
	width: 790px;
	padding: 0 0 0 10px;
	height: 28px;
	line-height: 28px;
	margin-top: 10px;
	background: #A67D3D;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

div.roombrokitem {
	float: left;
	width: 160px;
}

	div.roombrokitem img {
		float: left;
		width: 90px;
		height: 90px;
		margin-right: 5px;
	}

	div.roombrokitem p {
		margin: 0px 0px 4px 0px;
	}

	div.roombrokitem a:link, div.roombrokitem a:visited {
		color: #F08800;
		text-decoration: none;
	}

	div.roombrokitem a:hover {
		text-decoration: underline;
	}

/***** SUBCATEGORY PAGE *****/

div.brokitem {
	float: left;
	width: 130px;
	margin: 15px 15px;
	line-height: 18px;
}


	div.brokitem a:link, div.brokitem a:visited {
		color: #F08800;
		text-decoration: none;
	}

	div.brokitem a:hover {
		text-decoration: underline;
	}

/***** PRODUCT PAGE *****/
#prodpageleft {
	float: left;
	width: 400px;
	margin-bottom: 20px;
	line-height: 18px;
	margin-top: 15px;
}


	#prodpageleft a:link, #prodpageleft a:visited {
		text-decoration: underline;
		color: #000000;
		font-weight: bold;
	}

	#prodpageleft a:hover {
		text-decoration: underline;
		color: #A5865D;
	}

	span.dotd {
		position: absolute;
		background: url(/images/dotd.png) no-repeat left top;
		width: 113px; height: 113px;
		left: 0px; top: 0px;

		* background: none;
		* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/dotd.png', sizingMethod='scale');
		z-index: 999;
	}

#prodpageright {
	float: right;
	width: 390px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
}

	#prodpageright h1 { margin: 5px 0; }

	#prodpageright h2 {
		font-size: 1.2em;
		font-weight: bold;
		color: #2e2e2e;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
	#prodpageright p { font-size: 12px; }
	
	#prodpageright p.by { margin: 3px 0; font-size: 11px; }
	#prodpageright p.by a:link, #prodpageright p.by a:visited { text-decoration: none; }
	#prodpageright p.by a:hover, #prodpageright p.by a:active { text-decoration: underline; }

	strong.price {
		color: #c00;
	}

	#prodpageright form {
		margin: 10px 0;
	}

	#prodpageright label {
		float: left;
		width: 60px;
		text-align: right;
		margin: 0 5px 5px 0;
		position: relative;
		top: 2px;
	}

	#prodpageright select {
		margin-bottom: 5px;
	}

	#prodpageright select.variant {
		width: 200px;
	}

	#prodpageright input.addtocart {
		margin-left: 0;
	}

	#prodpageright ul {
	}

		#prodpageright li {
			list-style: disc;
			margin-left: 20px;
		}


div.relbrok {
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
}

	div.relbrok img { float: left; margin: 0px 10px 0px 0px; }

	div.relbrok a:link, #relprods div.relbrok a:visited { text-decoration: underline; line-height: 13px; font-weight: normal; }
	div.relbrok a:hover { color: #A67D3D; }

#prodpageleft img.altimg {
	float: left;
	width: 60px;
	height: 60px;
	padding: 2px;
	margin: 0px 5px 5px 0px;
	border: 1px solid #fff;
}

#prodpageleft img.active { border: 1px solid #A5865D; }
#prodpageleft img.altimg:hover { border: 1px solid #A5865D; }

#prodpagetest {
    margin: 15px 0px 0px 0px;
	line-height: 18px;
	width: 400px;
}

#prodpagetest p {
    width: 370px;
    display: block;
    float: left;
}

#prodpagetest img {
    float: left;
    margin: 0px 10px 0px 0px;
}

/***** CUSTOMER PAGE *****/
#contentarea ul.customer {
	padding: 10px 10px 0px 5px;
	font-size: 11px;
	color: #2e2e2e;
}

#contentarea ul.customer li {
	padding: 2px 10px 0px 18px;
	font-size: 11px;
	color: #2e2e2e;
	background: url(images/custicon.gif) no-repeat left top;
	line-height: 1.5em;
}

#contentarea ul.customer li a:link, #contentarea ul.customer li a:visited {
	text-decoration: underline;
	color: #2e2e2e;
}

#contentarea ul.customer li a:hover {
	color: #F08800;
}

/***** IMAGE FLOATS *****/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 0px;
}

/******************** HOMEPAGE *******************/

#homefeat_1 { float: left; width: 640px; height: 390px; background: #000; margin: 2px 5px 15px 0; overflow: hidden; }
#homefeat_2 { float: left; width: 315px; height: 190px; background: #000; margin: 2px 0 5px 0; overflow: hidden; }
#homefeat_3 { float: left; width: 315px; height: 195px; background: #000; margin: 0 0 15px 0; overflow: hidden; }

	#homefeat_1 img, #homefeat_2 img, #homefeat_3 img { float: left; }

p.homefeatured { clear: both; font-size: 20px; color: #a67d3d; text-transform: uppercase; margin: 0 0 20px 0; }

div.homebrok {
	float: left;
	width: 152px;
	text-align: center;
	padding: 0 20px;
	line-height: 18px;
	margin-bottom: 20px;
}


	div.homebrok a:link, div.homebrok a:visited {
		color: #2e2e2e;
		text-decoration: underline;
	}

	div.homebrok a:hover {
		color: #A67D3D;
		text-decoration: underline;
	}

/*****************
 HOMEPAGE BRANDS
 *****************/
#topbrands {
	width: 870px;
	height: 58px;
	border-top: 1px solid #dfd6c9;
	border-bottom: 1px solid #dfd6c9;
	background: url(/images/topbrands2.gif) no-repeat left top;
	margin: 0px 0px 20px 0px;
	padding: 4px 0px 0px 90px;
	position: relative;
	overflow: hidden;
}

	#topbrands a.more:link, #topbrands a.more:visited { color: #1D4D77; font-weight: bold; position: absolute; top: 33px; right: 3px; }
	#topbrands a.more:hover { #089DD4; }

#brandcarousel {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 50px;
}

.jcarousel-clip-horizontal {
	width: 100%;
}

.jcarousel-item {
	height: 100%;
}

/***************
 DEAL OF THE DAY
 ***************/

#dealoftheday {
	width: 573px;
	height: 150px;
	padding: 0px 0px 0px 20px;
	background: #D3C69C url(/images/dotdbg.gif) repeat-x left top;
	color: #168DE1;
	font-weight: bold;
}

	#dealoftheday h1 {
		color: #7C5820;
		font-size: 24px;
		font-weight: normal;
		margin: 15px 0px 15px 0px;
	}

	#dealoftheday img {
		float: left;
		margin-right: 10px;
	}

	#dealoftheday a:link, #dealoftheday a:visited {
		color: #2e2e2e;
		font-weight: bold;
		font-size: 13px;
	}

	#dealoftheday h2 {
		color: #C10822;
		font-size: 24px;
		font-weight: bold;
		margin: 5px 0px 10px 0px;
	}

/*************
 A - Z BRANDS
*************/

div.brandlist {
	float: left;
	width: 147px;
	height: 140px;
	text-align: center;
	font-size: 13px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

	div.brandlist img {
		width: 125px;
		margin: 20px 11px 20px 11px;
	}

/******************
 * JQMODAL
 ******************
//* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow, jqmWindow2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -95px;
    padding: 10px;
    width: 372px;
    height: 162px;
    background-color: #EEE;
    color: #333;
    border: 4px solid #a5865d;
}

.jqmWindow2 {
    margin-top: -205px;
    height: 382px;
    overflow: auto;
    background: #ffffff url(/images/checkouterrors.gif) no-repeat center center;
}

	.jqmWindow dt {
		float: left;
		clear: both;
		width: 150px;
		text-align: right;
		padding-right: 10px;
	}

	.jqmWindow2 ul {
		margin: 20px;
	}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/*
.jqmWindow, .jqmWindow2 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -95px;
    padding: 10px;
    width: 372px;
    height: 162px;
    border: 4px solid #A5865D;
	background: #ffffff;
}

	.jqmWindow dt {
		float: left;
		clear: both;
		width: 150px;
		text-align: right;
		padding-right: 10px;
	}

.jqmWindow2 {
    margin-top: -205px;
    height: 382px;
    overflow: auto;
    background: #ffffff url(/images/checkouterrors.gif) no-repeat center center;
}

	.jqmWindow2 ul {
		margin: 20px;
	}

.jqmOverlay {
	background: #000000;
}
*/


/**********************
 FLASH ANIMBLOCK
***********************/

#flashanim {
	position: relative;
	float: left;
	width: 400px;
	height: 200px;
	margin: 15px 0 15px 0;
}

#flashanim.default {
	background: transparent;
	width: 400px;
	height: 200px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#flashanim img {
	display:none;
	position:absolute;
	top:0; left:0;
}

.specialoffers {
	padding: 10px;
	background: #c00;
	color: #fff;
	border: 1px solid #600;
	font-size: 1.2em;
	font-weight: bold;
}


/**** CLEARANCE ****/

.clearance {
	margin:0px;
	float:right;
	color:#fff;
	font-weight:bold;
	background:#8F0000;
	padding:0px 5px 0px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background-image: linear-gradient(bottom, #8F0000 49%, #D12222 64%);
	background-image: -o-linear-gradient(bottom, #8F0000 49%, #D12222 64%);
	background-image: -moz-linear-gradient(bottom, #8F0000 49%, #D12222 64%);
	background-image: -webkit-linear-gradient(bottom, #8F0000 49%, #D12222 64%);
	background-image: -ms-linear-gradient(bottom, #8F0000 49%, #D12222 64%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.49, #8F0000),
		color-stop(0.64, #D12222)
	);
	
}
