@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background: #DDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 828px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cacbab;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
	margin: 0px;
	padding: 0px;
	width: 828px;
	height: 132px;
	background-color: #ffffff;
	background-image: url(/images/smartbuys/hdr_background-b.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left bottom;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#cacbab;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:22px;
	position:relative;
}
#content-right {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(/images/smartbuys/carpet-background.jpg) no-repeat;
	width:409px;
	height: 392px;
	float:right;
}
#content-left {
	padding: 25px 20px 0px 20px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #cacbab;
	width: 330px;
	float: left;
}
#clear {
	clear:both;
}

.clearfix {
display: inline;
}
.clearfix {
display: block;
}
#footerWrap {
	width: 828px;
	height: 120px;
	padding: 0px;
	font-family: Arial,Helvetica;
	font-size: 12px;
	color: #000000;
	clear: both;
	background-color:#FFFFFF;
	text-align:right;
}
.footerHR {
	background-color: #cacbab;
    color: #cacbab;
    height: 1px;
    border: 0 solid #cacbab;
    border-top-width: thin;
}
#footerRight
{
	float: right;
	text-align: right;
	margin: 25px 25px 0 0;
	color: #000;
	display: inline;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#footerLeft
{
	float: left;
	text-align: left;
	margin-left: 25px;
	color: #000;
	display: inline;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.search {
	float:right;
	padding: 0px 0px 0 0;

}
.search #srch-frm {
	background: none;
}
.search .textfield {
	width: 75px;
	margin-right: 0px;
	}
#searchbox {
	background: #F7F5EF !important;
	width: 90px;
	color: #606B41;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 5px 0px 0px;
	padding: 4px 0px 3px 5px;
	border-top: 1px solid #606B41;
	border-right: 1px solid #CACBAB9;
	border-left: 1px solid #606B41;
	border-bottom: 1px solid #CACBAB;
	display: inline;
	}
#searchform {
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
#searchbutton {
	background: #ffffcc;
	color: #666633;
	font-size: 10px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 1px 1px 1px 1px;
	font-weight: bold;
	border-top: 1px solid #666633;
	border-right: 1px solid #868642;
	border-left: 1px solid #666633;
	border-bottom: 1px solid #868642;
	}
a.play {
    display: block;
    width: 25px;
    height: 25px;
    background: url(/images/smartbuys/play.jpg) 0 0 no-repeat;
    text-decoration: none;
	margin:5px 10px 5px 0;
}
a.play:hover {
    background: url(/images/smartbuys/play_over.jpg) 0 0 no-repeat;
	margin:5px 10px 5px 0;
}
a.pause {
    display: block;
    width: 25px;
    height: 25px;
    background: url(/images/smartbuys/pause.jpg) 0 0 no-repeat;
    text-decoration: none;
	margin:5px 10px 5px 0;
}
a.pause:hover {
    background: url(/images/smartbuys/pause_over.jpg) 0 0 no-repeat;
	margin:5px 10px 5px 0;
}
.title {
font-size:14px;
color:#333333;
font-weight:bold;
line-height: 32px;