@charset "utf-8";

@font-face {
    font-family: omgAngelina;
    src: url(fonts/angelina.TTF),
    	 url(fonts/angelina.eot);
}

@font-face {
    font-family: omgNoteThis;
    src: url(fonts/Notethis.ttf);
}

@font-face {
    font-family: omgJandaEverydayCasual;
    src: url(fonts/JandaEverydayCasual.ttf),
    	 url(fonts/JandaEverydayCasual.eot);
}


* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
}

html {
	overflow-y: scroll;
	height: 100%;
	background: #000;
}

body { /*background: url(../media/header_bg.jpg) repeat-x left top;*/
	background: url(../media/background_header.jpg) repeat-x left top;
	height: 100% !important;
}

.bold {
	font-weight: bold !important;
}

/*
#frame {
	width: 980px;
	margin: 0 auto;
}
*/
#header {
	width: 980px;
	position: relative;
	z-index: 1000;
	margin: 0 auto;
}

#header_top {
	width: 980px;
	height: 87px;
	float: left;
}

#logo {
	padding: 12px 0 12px 0;
	width: 360px;
	float: left;
	height: 63px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	/*background-image: url(../media/haysom_logo_cropped.jpg);*/
	/*background-image: url(../media/christmaslogo.jpg);*/
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header_search {
	width: 292px;
	float: left;
	padding: 25px 0 12px 20px;
	height: 63px;
}

#header_search p {
	font: normal 12px Arial, Tahoma, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 22px;
	color: #fff;
	text-indent: 2px;
}

#search_cat {
	float: left;
	margin-top: 1px;
}

#search_cat select {
	width: 199px;
}

#header_links {
	float: left;
	width: 290px;
	padding: 12px 0 12px 0;
	height: 63px;
	position: relative;
	z-index: 500;
}

#header_links ul { /*float: right;*/
	position: absolute;
	top: 16px;
	right: 0;
	clear: both;
	width: 281px;
	padding: 4px 0;
	/*white-space: nowrap;*/
	height: 24px;
	width: auto;
	text-align: right;
}

#header_links ul.lower {
	top: 44px;
}

#header_links li {
	float: left;
	list-style: none;
	margin: 4px 0;
	border-right: 1px solid #ececec;
	height: 16px;
	color: #fff;
	font-size: 13px;
}

#header_links li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 16px;
	padding: 0 6px;
}

#header_links li a:hover {
	text-decoration: underline;
}

.searchholder_sec {
	width: 180px;
	float: left;
}

.search_holder {
	position: relative;
	float: left;
}

#ecom--minisearch input[type="text"] {
	width: 185px;
	font: 12px Arial, sans-serif;
	padding: 4px 4px 5px;
	float: left;
	border: 3px solid #fff;
}

.searchbar {
	margin-top: 9px;
	height: 14px !important;
}

#ecom--minisearch input[type="submit"] {
	/* background: url(../media/search_btn.jpg) no-repeat; */
	position: absolute;
	right: -54px;
	background: url(../media/searchbtn.png) no-repeat;
	width: 68px;
	height: 38px;
	padding-left: 8px;
	cursor: pointer;
	border: none;
}

.topmenu {
	position: relative;
	width: 980px;
	float: left;
	z-index: 100;
	height: 33px;
}

.topmenu ul {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

.topmenu>ul>li {
	display: inline;
	float: left;
	position: relative;
	border-right: 2px solid #001b3f;
	border-left: 1px solid #eaeaea;
}

.topmenu>ul>li:first-child {
	border-left: 2px solid #001b3f;
}

.topmenu>ul>li>a {
	display: block;
	text-decoration: none;
	color: #001b3f;
	padding: 0 10px;
	height: 33px;
	line-height: 33px;
	font-size: 13px;
	font-weight: bold;
}

.topmenu>ul>li:hover {
	background-image: url('../media/mainnavhover_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

.topmenu>ul>li:hover>a {
	color: #fff;
}

.topmenu>ul>li>div.topmenu_dropdown {
	display: none;
}

.topmenu>ul>li>div.topmenu_dropdown>ul>li {
	list-style: none;
}

.topmenu>ul>li>div.topmenu_dropdown>ul {
	list-style: none;
}

.topmenu>ul>li>div.topmenu_dropdown>ul>li>a {
	display: normal;
	line-height: 24px;
}

.topmenu>ul>li:hover>div.topmenu_dropdown {
	display: block;
	position: absolute;
	top: 33px;
	z-index: 999;
}

.topmenu>ul>li:hover>.cat_drop {
	display: block !important;
	left: 0;
}

.topmenu .cat_drop {
	position: absolute;
	display: none;
	z-index: 100;
	top: 33px;
	border: 1px solid #3f3f3f;
	border-top: none;
	/* background: #f8f8f8; */
	background-image: url('../media/dropdown_bggrad.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #eaeaea;
	/*border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;*/
	padding: 0 8px 8px;
}

.topmenu .cat_drop .subcat {
	position: relative;
	width: 212px;
	float: left;
	padding: 8px 0 0;
}

.topmenu .cat_drop .subcat h5 {
	width: 100%;
}

.topmenu .cat_drop .subcat h5 a {
	font-size: 12px !important;
	font-weight: normal;
	float: left;
	width: 96%;
}

.topmenu .cat_drop a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 2px 0 2px 12px;
	margin: 0;
	border: none;
	color: #000;
	clear: both;
	text-align: left;
	font-size: 10px;
}

.topmenu .cat_drop a:hover {
	/*background-color: #ececec;*/
	text-decoration: underline;
}

.topmenu .cat_drop h5 a {
	font: normal 14px Arial, Helvetica, sans-serif !important;
	/*text-transform: uppercase;*/
	padding: 2px 0 2px 8px;
}

#bodywrap {
	width: 100%;
	float: left;
	background: #fff;
}

#bodysection {
	width: 980px;
	clear: both;
	margin: 0 auto;
	/*float: left;*/
}

#bodysection a {
	color: #3f3f3f;
	text-decoration: none;
}

#bodysection a:hover {
	text-decoration: underline;
}

#home_banner {
	width: 980px;
	height: 202px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#home_banner div.main_banner {
	width: 980px;
	height: 200px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	overflow: hidden;
}

#home_banner div.main_banner.show {
	z-index: 100;
	display: block !important;
}

#home_banner div.main_banner.ondeck {
	z-index: 50;
	display: block !important;
}

#home_banner div.main_banner div.banner_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	float: left;
}

#home_banner div.main_banner div.banner_image a {
	display: block;
	width: 100%;
	height: 100%;
}

#home_banner div.main_banner div.banner_image a img {
	border: none;
	float: left;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 980px;
}

#home_banner div.main_banner div.banner_content {
	width: 980px;
	height: 68px;
	float: left;
	position: absolute;
	/*position: relative;*/
	left: 0;
	bottom: 0;
	/*top: 234px;*/
	z-index: 1;
}

#home_banner div.main_banner div.banner_content * {
	
}

#home_banner div.main_banner div.banner_content div {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #3f3f3f;
	filter: alpha(opacity =       50) !important;
	opacity: 0.5;
	-moz-opacity: 0.5;
	z-index: 1;
}

#home_banner div.main_banner div.banner_content h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 10px;
	line-height: 24px;
	color: #fff;
	padding-top: 12px;
	position: relative;
	z-index: 10;
}

#home_banner div.main_banner div.banner_content p,#home_banner div.main_banner div.banner_content p a
	{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 10px;
	line-height: 16px;
	color: #fff;
	position: relative;
	z-index: 10;
}

#home_banner div.main_banner div.banner_content p span {
	font-weight: bold;
}

#thumbnail_section {
	width: 980px;
	height: 52px;
	float: left;
	background-color: #3f3f3f;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#thumbnail_section div {
	float: left;
}

#thumbnail_section div.arrow {
	width: 16px;
	height: 52px;
	text-align: center;
	padding: 0 4px;
	line-height: 52px;
}

#thumbnail_section #thumbnails {
	position: relative;
	width: 932px;
	height: 52px;
	overflow: hidden;
}

#thumbnail_section #thumbnails ul {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 9999px;
}

#thumbnail_section #thumbnails ul li.thumbnail {
	float: left;
}

#thumbnail_section #thumbnails ul li.thumbnail a img {
	border: 1px solid transparent;
	height: 36px;
	margin: 7px 4px;
	float: left;
}

#thumbnail_section #thumbnails ul li.thumbnail a:hover img {
	border-color: #ececec;
}

#thumbnail_section #thumbnails ul li.thumbnail.selected {
	background: url(../media/thumbnail_arrow.png) no-repeat top;
}

#thumbnail_section #thumbnails ul li.thumbnail.selected a img {
	border: 1px solid #fff !important;
}

#home_content {
	width: 980px;
	float: left;
	padding: 20px 0 0;
}

#home_content h3 {
	width: 314px;
	float: left;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-decoration: none;
	text-indent: 5px;
	line-height: 30px;
	color: #3f3f3f;
	padding-top: 5px;
	border-bottom: 2px solid #a0a0a0;
}

#home_content h4 {
	width: 314px;
	float: left;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-decoration: none;
	text-indent: 5px;
	line-height: 25px;
	color: #3f3f3f;
	padding-top: 5px;
}

#home_content ul {
	list-style: none;
	width: 157px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	/*line-height: 19px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

#home_content ul li {
	background-image: url(../media/menu_item.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}

#home_content ul li a {
	text-decoration: none;
	color: #3f3f3f;
}

#home_content ul li a:hover {
	text-decoration: underline;
}

.home_left {
	width: 323px;
	float: left;
}

.homeleft_section {
	width: 323px;
	float: left;
	background-color: #ececec;
	margin-bottom: 7px;
}

.homeleft_holder {
	width: 314px;
	margin: 0 auto;
}

.homeleft_content {
	width: 314px;
	float: left;
}

.homeleft_content p {
	width: 207px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	color: #4f514f;
	padding-left: 35px;
}

.homeleft_content img {
	float: left;
	padding-bottom: 5px;
}

.home_mid {
	width: 334px;
	float: left;
}

.homemid_holder {
	width: 323px;
	margin: 0 auto;
}

.homemid_content {
	width: 323px;
	float: left;
	background-color: #ececec;
}

.homemidcontent_holder {
	width: 314px;
	margin: 0 auto;
}

.midcontent_imgs {
	width: 314px;
	float: left;
	padding-bottom: 6px;
}

.midcontentimgs_holder {
	width: 286px;
	margin: 0 auto;
}

.midcontentimgs_holder img {
	border: none;
	float: left;
	margin-top: 6px;
}

.home_right {
	width: 323px;
	float: left;
}

.homeright_section {
	width: 323px;
	float: left;
	background-color: #ececec;
	margin-bottom: 7px;
}

.homeright_holder {
	width: 314px;
	margin: 0 auto;
}

.homeright_content {
	width: 314px;
	float: left;
}

.homeright_content p {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	color: #4f514f;
	padding-bottom: 10px;
}

.homeright_content img {
	float: left;
	margin-bottom: 5px;
}

#home_newsletter {
	height: 104px;
}

#email_subscribe {
	width: 314px;
	float: left;
	padding-bottom: 20px;
	position: relative;
}

.email_bar {
	width: 185px;
	font: 16px Arial, sans-serif;
	padding: 3px 4px 4px;
	float: left;
	border: 1px solid #4f514f;
}

.email_btn {
	float: left;
	width: 76px;
	height: 28px;
	margin-left: 8px;
	background: url(../media/subscribe_btn.jpg) no-repeat;
	border: none;
	cursor: pointer;
}

.gateway_section { /*width: 980px;*/
	float: right;
	padding: 20px 0 0;
	margin: 5px auto;
	text-align: center;
}

.social_media {
	width: 980px;
	float: left;
}

.footer_holder {
	float: left;
	width: 100%;
	/*background-color: #3f3f3f;*/
	background-color: #ececec;
}

.footer {
	width: 980px;
	margin: 0 auto;
	/*background-color: #3f3f3f;*/
	background-color: #ececec;
	padding-top: 20px;
}

.interiors_img {
	width: 228px;
	float: left;
}

.footer_list_holder {
	width: 752px;
	margin: 0 auto;
}

.footer_list {
	width: 188px;
	float: left;
}

.footer_list h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-indent: 10px;
	line-height: 14px;
	color: #3f3f3f;
}

.footer_list ul {
	float: left;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #3f3f3f;
	padding: 10px 0 0 10px;
}

.footer_list ul li {
	background-image: url(../media/footerlist_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
}

.footer_list ul li a {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 14px;
	color: #3f3f3f;
}

.footer_list ul li a:hover {
	text-decoration: underline;
}

.footer_text {
	width: 980px;
	float: left;
}

.footer_text p {
	width: 650px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
	color: #797979;
	padding-bottom: 20px;
	padding-top: 20px;
}

.footer_text p a {
	color: #797979;
	text-decoration: none;
}

.footer_text p a:hover {
	text-decoration: underline;
}

.footertext_btm {
	font-size: 11px;
	border-top: 1px solid #797979;
	padding-top: 10px;
}

/** DAVID OMG CSS FOR CATEGORY PAGE **/
/*
#bodysection_top {
	width: 980px;
	float: left;
	margin: 10px 0 0 4px;
}
*/
#bodysection_top h2 {
	font-size: 12px;
	font-weight: normal;
}

#bodysection_top h2 a {
	text-decoration: none;
	color: #3f3f3f;
}

#bodysection_top h2 a:hover {
	text-decoration: underline;
}

.dotted_line {
	width: 975px;
	_width: 955px;
	border-bottom: 1px dotted #3f3f3f;
	margin: -15px 0 15px 0;
}

.dotted_line_left {
	width: 200px;
	border-bottom: 1px dotted #3f3f3f;
	margin: -15px 0 8px 0;
}

.dotted_line_column1 {
	width: 291px;
	border-bottom: 1px dotted #3f3f3f;
	margin: -12px 0 6px 0;
}

#title_top {
	width: 200px;
	height: 28px;
	float: left;
	background-color: #3f3f3f;
	line-height: 28px;
	margin-bottom: 8px
}

#title_top h2 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin-left: -2px;
}

.check_boxes {
	overflow: auto;
	width: 165px;
	height: 135px;
	border: 1px solid #3f3f3f;
	font-size: 12px;
	color: #3f3f3f;
	margin: 0 0 15px 10px;
	scrollbar-base-color: #f3f3f3;
}

.check_boxes input {
	margin: 2px 1px 2px 4px;
	*margin: 0;
}

.table_check_boxes {
	font-size: 12px;
	color: #3f3f3f;
	margin: 0 0 15px 10px;
}

.table_check_boxes td {
	padding: 2px 0 2px 0;
}

#right_column {
	width: 780px;
	_width: 760px;
	float: left;
	margin-left: 0;
}

/*#heading {
	width: 755px;
	height: 55px;
	float: left;
	margin: 0 0 15px 24px;
	_margin: 0 0 15px 0;
	background: #DE9828;
	border: 2px solid #DE9828;
}*/
/*#heading h1 {
	font-size: 24px;
	font-weight: normal;
	color: #50524f;
	line-height: 55px;
	margin-left: 10px;
}*/
.sort_section {
	width: 755px;
	/*_width: 755px;*/
	float: left;
	margin: 0 0 15px 24px;
	_margin: 0 0 15px 2px;
}

.sort_section_left { /*width: 200px;*/
	float: left;
	color: #4f514f;
	font-size: 12px;
}

.sort_section_left select {
	width: 125px;
}

.sort_section_right { /*width: 555px;*/
	/*_width: 555px;*/
	float: right;
	color: #4f514f;
	font-size: 12px;
}

.sort_section_right_cont {
	float: right;
}

.sort_section_right_cont p {
	display: inline;
	float: left;
	border-left: 1px solid #4f514f;
	padding: 0 10px 0 10px;
}

.sort_section_right_cont ul {
	float: left;
	display: inline;
	list-style: none;
}

.sort_section_right_cont input {
	padding-left: 2px;
}

.sort_section_right_cont li.active {
	width: 19px;
	height: 18px;
	float: left;
	background: url('../media/selected_box.jpg') no-repeat;
	text-align: center;
	line-height: 18px;
}

.sort_section_right_cont li {
	width: 19px;
	height: 18px;
	float: left;
	display: inline;
	background: url('../media/nonselected_box.jpg') no-repeat;
	text-align: center;
	line-height: 18px;
	margin: 0 2px 0 2px;
}

.sort_section_right_cont li a {
	color: #4f514f;
	text-decoration: none;
}

.sort_section_right_cont li a:hover {
	color: #4f514f;
	text-decoration: none;
}

/*.image_price {
	width: 171px;
	float: left;
	margin: 0 0 10px 24px;
	_margin: 0 0 10px 15px;
}*/
/*.image img {
	width: 169px;
	float: left;
	padding: 0;
	margin: 0 0 5px 0;	
	border: 1px solid #4f514f;
}*/
.omgprice {
	width: 161px;
	height: 40px;
	float: left;
	background-color: #ececec;
	padding: 5px;
	color: #3f3f3f;
	text-align: center;
}

.omgprice p {
	font-size: 10px;
}

.omgprice h1 {
	font-size: 14px;
}

.omgprice a {
	color: #3f3f3f;
	text-decoration: none;
}

.omgprice a:hover {
	color: #3f3f3f;
	text-decoration: underline;
}

/** DAVID OMG CSS FOR PRODUCT PAGE **/
/*
#column1 {
	width: 291px;
	float: left;
	padding: 0 25px 20px 0;
	_padding: 0 10px 20px 0;
}

#product_section {
	width: 291px;
	float: left;
	position: relative;
}
*/
#column1 {
	width: 275px;
	float: left;
	padding: 0 25px 20px 0;
}

#product_section {
	width: 275px;
	float: left;
	position: relative;
}

#product_section h2 {
	font-size: 16px;
	color: #3f3f3f;
	font-weight: normal;
	padding-top: 10px;
}

#product_section p {
	font-size: 12px;
	color: #3f3f3f;
	font-weight: normal;
	padding: 2px 0 2px 0;
}

#product_section .category_text {
	font-size: 12px;
	color: #3f3f3f;
	font-weight: normal;
	text-decoration: none;
}

#product_section .category_text:hover {
	color: #3f3f3f;
	text-decoration: underline;
}

#product_section .product_text {
	font-size: 12px;
	color: #3f3f3f;
	font-weight: normal;
	text-decoration: none;
}

#product_section .product_text:hover {
	color: #3f3f3f;
	text-decoration: underline;
}

#product_section #main_image { /*border: 1px solid #3f3f3f;*/
	cursor: pointer;
}

#product_section .zoom {
	border: none;
}

#product_images {
	width: 275px;
	float: left;
	background-color: #ececec;
	margin-top: 10px;
}

#product_images ul {
	list-style: none;
	padding: 12px 0;
	text-align: center;
}

#product_images ul li {
	display: inline;
	padding: 0 8px;
}

#product_images ul li img {
	border: 1px solid #848484;
}

#column2 {
	width: 385px;
	float: left;
	padding: 0 25px 0 0;
}

#column2 h2,.formsecthead,.storehead { /*width: 350px;*/
	width: 100%;
	/*width: auto !important;*/
	height: 26px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #3f3f3f;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	background-color: #ececec;
}

#dynformomg div.formsecthead {
	width: 745px !important;
}

.storehead,.formsecthead {
	width: 100%;
}

div.storehead {
	clear: both;
}

/*
#column2 h1 {
	color: #3f3f3f;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
}
*/
#column2 ul {
	color: #3f3f3f;
	font-weight: normal;
	font-size: 12px;
	padding-left: 20px;
	list-style: none;
	margin-bottom: 10px;
}

#column2 ul li { /*background: url('../media/arrow.png') no-repeat;
	background-position: 1px 3px;
	*/
	padding: 0 15px 0 15px;
	margin: 2px 0 2px 0;
}

#product_addtocart {
	float: left;
	width: 275px;
	margin: 12px 0;
}

#product_addtocart h3 {
	font-size: 14px;
	font-weight: bold;
	color: #3f3f3f;
	margin: 0 0 0 20px;
}

#product_addtocart img {
	border: none;
	padding: 0;
}

#product_addtocart select {
	width: 230px;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	color: #3f3f3f;
	margin: 4px 0 4px 20px;
}

/*
#product_addtocart input {
	width: 219px;
	height: 26px;
	margin: 4px 0 4px 10px;
}
*/
#product_addtocart #addtocart {
	margin: 0 !important;
	float: left;
	width: 289px;
	background: #ececec;
	border: 1px solid #3f3f3f;
}

/*
#product_addtocart form:hover label,
#product_addtocart form:hover input.formfield{
	color: #DE9828;	
}
*/
#product_addtocart label {
	display: block;
	float: left;
	padding: 0 10px;
	font: normal 16px Verdana, sans-serif;
	height: 22px;
	line-height: 22px;
}

#product_addtocart p {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	float: left;
	width: 291px;
}

.addbuttoncart {
	width: 289px !important;
	border-top: 1px solid #3F3F3F;
	background-color: #3f3f3f;
	position: relative;
}

.addbuttoncart_cat {
	width: 169px !important;
	border-top: 1px solid #ececec;
	background-color: #ececec;
	position: relative;
}

.addbuttoncart select {
	position: absolute;
	width: 50px !important;
	height: 20px !important;
	top: 0px;
	right: 38px;
	border: 1px solid #000 !important;
	font-size: 12px !important;
}

#product_addtocart p.addquantity {
	padding: 8px 0;
}

#gsubscript_cont input[type=text] {
	border: 1px solid #bbb;
	padding: 5px;
	font-size: 12px;
}

#gsubscript_cont td {
	padding: 5px;
}

#product_addtocart input.formfield {
	width: 36px;
	text-align: center;
	border: 1px solid #bbb;
	line-height: 16px;
	padding: 2px 0;
	font-size: 14px;
	/*color: #DE9828;*/
	color: #3f3f3f;
	margin: 0 !important;
	position: absolute;
	right: 20px;
}

#product_addtocart input.addtocart {
	background-image: url(../media/add_to_cart.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #3f3f3f;
	color: #fff;
	cursor: pointer;
	margin: 0 !important;
	text-transform: uppercase;
	border: none;
	height: 26px;
	font-size: 14px;
	padding: 0 0 0 10px;
	text-align: left;
	width: 289px;
	line-height: 26px;
}

#product_addtocart input.addtocart:hover {
	background-color: #3f3f3f;
	color: #fff;
	text-decoration: none;
}

#product_addtocart input.addtowishlist {
	background-image: url(../media/wishlist.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #ff0000;
	color: #fff;
	cursor: pointer;
	margin: 0 !important;
	text-transform: uppercase;
	border: none;
	height: 26px;
	font-size: 14px;
	padding: 0 0 0 10px;
	text-align: left;
	width: 289px;
	line-height: 26px;
}

#product_addtocart input.addtowishlist:hover {
	background-color: #3f3f3f;
	color: #fff;
	text-decoration: none;
}

#add_quantity {
	right: 5px;
}

#subtract_quantity {
	right: 61px;
}

.addsub_style {
	font-size: 20px !important;
	position: absolute;
	cursor: pointer;
}

/*
#product_addtocart table td{
	border: none !important;	
}

#product_addtocart table *{
	width: auto;	
}
*/
#product_options {
	float: left;
	width: 360px;
	padding: 0 0 10px;
}

#product_options h4 {
	color: #3f3f3f;
	padding: 0 0 4px;
}

#product_options p {
	float: left;
	width: 344px;
	padding: 8px;
	border-bottom: 1px dashed #dedede;
}

#product_options p:hover {
	background-color: #eee;
}

#product_options input {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

#product_options label {
	float: left;
	/*width: 324px;*/
	width: 310px;
	display: block;
	font-size: 13px;
}

#product_tab {
	width: 381px;
	float: left;
	border-right: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	/*border: 1px solid #ababab;*/
	/*margin: 10px 0;*/
	/*padding: 10px 0;*/
	/*border-top: 1px dotted #3f3f3f;*/
}

#product_tab_top {
	width: 381px;
	height: 27px;
	float: left;
	border-bottom: 1px solid #a4a4a4;
}

#product_tab_top ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#product_tab_top ul li {
	display: inline;
	background-image: none;
	float: left;
	width: 90px;
	border-top: 1px solid #ababab;
	border-right: 1px solid #ababab;
	padding: 0;
	margin: 0 0 0 5px;
	text-align: center;
	cursor: pointer;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8),
		to(#adadad) );
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #d8d8d8, #adadad);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid :       DXImageTransform.Microsoft.gradient (     
		 startColorstr =   
		   #d8d8d8, endColorstr =       #adadad );
	background-image: url(../media/desctabtitledet_bg.jpg);
	/* For Internet Explorer 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8d8d8, endColorstr=#adadad)";
	border-left: 1px solid #ababab;
}

#product_tab_top ul li:first-child {
	border-left: none;
	width: 90px;
	margin-left: 0;
}

#product_tab_top ul li a {
	font-size: 12px;
	color: #212121;
	text-decoration: none;
	font-weight: bold;
	line-height: 27px;
}

#product_tab_top ul li a:hover {
	color: #212121;
	text-decoration: none;
}

#product_tab_top li.active {
	float: left;
	display: block;
	height: 27px;
	line-height: 27px;
	background: #fff !important;
	filter: none !important;
}

#product_tab_body {
	width: 381px;
	float: left;
	background-image: url(../media/desctabdet_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e8e8e8;
	/*padding: 10px;*/
}

#product_tab_body h4 {
	font-size: 12px;
	color: #3f3f3f;
	font-weight: bold;
	padding: 6px 0 0;
}

#product_tab_body p {
	font-size: 12px;
	color: #3f3f3f;
	font-weight: normal;
	/*padding: 0 0 20px 5px;*/
	padding: 6px 0;
}

#product_tab_body a {
	color: #0355a2 !important;
}

#product_tab_body .content {
	display: none;
	padding: 6px 12px;
}

#column3 {
	width: 270px;
	height: 462px;
	float: left;
}

/*
#column3_content {
	width: 270px;
	margin: 0 auto;
}
*/
div.prodcol h1 { /*width: 260px;*/
	height: 24px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	color: #3f3f3f;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	background-image: url("../media/quickview_relatedprodtitle.jpg");
	background-position: left;
	background-repeat: repeat-x;
	border-top: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	position: relative;
}

.savings_text {
	color: #304EB5 !important;;
}

#prodprice_det {
	width: 383px;
	height: 45px;
	float: left;
	background-image: url(../media/freedeliverydet_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a4a4a4;
	margin: 0 0 10px 0;
}

.prodpricedet_holder {
	width: 191px;
	float: left;
}

div.prodcol .secthead { /*width: 260px;*/
	/*height: 26px;*/
	padding: 4px 0 0 8px;
	color: #3f3f3f;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	position: relative;
}

.prodpricedet_freedel p {
	padding: 2px 0 0 0 !important;
}

.prodpricedet_freedel p span {
	display: block;
	width: 100%;
	float: left;
}

div.prodcol .secthead .freedeliverydet_span {
	display: block;
	width: 95%;
	float: left;
	line-height: 22px;
	background-image: url(../media/freedeliverydet_icon.png);
	background-position: right;
	background-repeat: no-repeat;
}

.notbold {
	font-weight: normal !important;
}

.secthead strong {
	font-weight: bold !important;
	color: #ff0000;
}

div.prodcol .secthead .rrpprice {
	text-decoration: line-through;
}

div.prodcol .secthead .ourprice { /*padding-left: 9px;*/
	color: red;
}

div.prodcol h1 a {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 12px;
	font-weight: normal;
}

.gradienthead {
	
	width: 980px;
	height: 23px;
	float: left;
	background-image: url(../media/addtocartdet_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	margin: 0 0 10px 0;
	
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
	line-height: 23px;
	color: #212121;
	font-style: italic;
	
}

.gradienthead_full {
	
	width: 978px;
	height: 23px;
	float: left;
	background-image: url(../media/addtocartdet_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a4a4a4;
	margin: 0 0 6px 0;
	
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
	line-height: 23px;
	color: #212121;
	font-style: italic;
	
}

.smalltext_omg {
	font-size: 12px;
	padding: 0 6px;	
}

#livechatdet_sec {
	width: 383px;
	height: 23px;
	float: left;
	background-image: url(../media/addtocartdet_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a4a4a4;
	margin: 0 0 10px 0;
}

#livechatdet_sec p {
	display: block;
	width: 378px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
	line-height: 23px;
	color: #212121;
	background-image: url(../media/livechatdet_icon.png);
	background-position: right;
	background-repeat: no-repeat;
}

#freeswatch_sec {
	width: 383px;
	height: 23px;
	float: left;
	background-image: url(../media/addtocartdet_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a4a4a4;
	margin: 0 0 10px 0;
}

#freeswatch_sec p {
	display: block;
	/*width: 348px;*/
	float: left;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
	line-height: 23px;
	color: #212121;
}

#freeswatch_sec img {
	float: left;
	margin: 1px 0 0 10px;
}

.proddet_formfield {
	width: 35px;
	border: none;
	text-align: center;
	background-image: url(../media/addtocartdet_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#column3 .related_products { /*width: 98px;*/
	clear: both;
	float: left;
	width: 254px;
	/*text-align: center;*/
	text-align: left;
	font: bold 11px Arial, sans-serif;
	/*margin: 10px;*/
	margin: 0 0 5px 0;
	position: relative;
}

#omg_related_prod {
	width: 274px;
	height: 398px;
	overflow: auto;
	float: left;
	position: relative;
}

#column3 .related_products a {
	display: block;
	float: left;
	text-decoration: none;
	/*border: 2px solid #fff;*/
	border: 1px solid #A4A4A4;
}

#column3 .related_products a p {
	/*background: #ececec;*/
	color: #3f3f3f;
	font-size: 11px;
	/*text-decoration: underline !important;*/
	text-decoration: none;
	padding: 10px;
	float: left;
	width: 108px;
	height: 102px;
	position: relative;
}

#column3 .related_products a:hover p {
	/*text-decoration: none !important;*/
	/*background: #DE9828;*/
	/*background: #3f3f3f;
	color: #fff;*/
}

#column3 .related_products a:hover { /*border-color: #DE9828;*/
	border-color: #3f3f3f;
}

#column3 .related_products a img {
	float: left;
	padding: 10px;
	/*border: 1px solid #848484;*/
}

#column3 .related_products a p span.rrpprice {
	position: absolute;
	width: 128px;
	text-align: left;
	bottom: 22px;
	left: 10px;
	text-decoration: line-through;
}

#column3 .related_products a p span.ourprice {
	position: absolute;
	width: 128px;
	text-align: left;
	color: red;
	bottom: 8px;
	left: 10px;
}

#column3 .related_products a:hover p span.ourprice {
	/*color: white;*/
}

/*
 * +---------------------+
 * | Email a Friend Form |
 * +---------------------+
 */
#formHolder {
	float: left;
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 0 12px #3f3f3f;
	-moz-box-shadow: 0 0 12px #3f3f3f;
	box-shadow: 0 0 12px #3f3f3f;
	z-index: 1000;
	top: 0;
	left: 0;
}

#ecom--emailfriend {
	border: 1px solid #3f3f3f;
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	padding: 16px 16px 0 16px;
}

#ecom--emailfriend .formsecthead {
	width: 100%;
	position: relative;
}

#ecom--emailfriend p#emailResult {
	padding: 4px 10px;
	background: #fff;
}

#ecom--emailfriend--emailaddresses td {
	width: 100%;
	clear: both;
}

.img_cont {
	width: 249px;
	float: left;
	padding: 12px 12px 20px 12px;
	height: 249px;
	border: 1px solid #a4a4a4;
	position: relative;
}

.img_cont>img {
	display: none;
	position: absolute;
	cursor: pointer;
}

.img_cont>img:first-child {
	display: block;
}

.omg_next_img {
	position: absolute;
	top: 125px;
	right: -12px;
	cursor: pointer;
	font-size: 12px;
	width: 24px;
	height: 24px;
}

.right_minus12 {
	right: -12px;
}

.left_minus12 {
	left: -12px;
}

.count_omg {
	position: absolute;
	bottom: 0px;
	width: 249px;
	text-align: center;
	font-size: 11px;
}

#zoom {
	display: block;
	width: 275px;
	height: 24px;
	float: left;
	background: url(../media/zoomdet_btn.jpg) no-repeat;
	cursor: pointer;
}

#overlay_omg {
	background-color: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.addlimage {
	cursor: pointer;
}

#newImg,.imgPopup {
	border: 1px solid #3f3f3f;
	padding: 8px;
	background: #ddd;
	position: absolute;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #3f3f3f;
	-moz-box-shadow: 0px 0px 20px #3f3f3f;
	box-shadow: 0px 0px 20px #3f3f3f;
}

#newImg img,.imgPopup img {
	float: left;
	border: 1px solid #3f3f3f;
}

#closeImg {
	position: absolute;
	padding: 2px 2px 8px 8px;
	top: 8px;
	right: 8px;
	background: #ddd;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #3f3f3f;
	border-left: 1px solid #3f3f3f;
	float: left;
	font-size: 20px;
	line-height: 14px;
	color: #3f3f3f;
}

/*
#closeImg:hover{
	background: #DE9828;	
	background: #3f3f3f;
	color: #fff;
}
*/
#miniCart {
	position: absolute;
	right: 0;
	top: 41px;
	z-index: 9999 !important;
	width: 518px;
	border: 1px solid #000;
	background: #fff;
	height: 0;
	-webkit-box-shadow: 0 0 12px #3f3f3f;
	-moz-box-shadow: 0 0 12px #3f3f3f;
	box-shadow: 0 0 12px #3f3f3f;
}

#miniCart p.error {
	padding: 4px 0;
	text-align: center;
}

#miniCart p.error #closeCart {
	float: none !important;
}

.cart_head {
	background: #ececec;
	line-height: 26px;
	font-size: 16px;
	font-weight: bold;
	color: #3f3f3f;
}

td.sorttable a {
	color: #3f3f3f;
	font: 12px Arial, sans-serif;
	display: block;
	padding: 2px;
	line-height: 16px;
}

td.sorttable a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

#atcLoading {
	width: 132px;
	/*height: 26px;*/
	font-weight: bold;
	/*float: right;*/
	float: left;
	line-height: 22px;
	height: 22px;
}

#atcLoading p {
	line-height: 26px;
}

#atcLoading img {
	padding: 5px 0;
}

#CART td.sorttable *,#CART td.sorttable {
	vertical-align: middle;
	color: #000 !important;
}

#CART td.sorttable .cartbutton,#CART td.sorttable .quickbutton {
	color: #fff !important;
}

#cartTotal td {
	height: 60px;
}

#cartTotal input {
	margin: 0;
}

#ecom--CART--updatecart {
	margin: 0 !important;
}

#ajaxCheckout a {
	margin: 4px 8px;
}

#cartLoading {
	padding: 0 4px;
}

#checkoutLoading,#newsletterLoading {
	position: absolute;
	top: 0;
	left: 0;
}

#account_link { /*padding: 20px 0;*/
	
}

#account_link p {
	padding: 2px;
}

#searchSuggest {
	position: absolute;
	z-index: 10000;
	background: #fff;
	border: 1px solid #3f3f3f;
	/*border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;*/
	border-top: none;
	padding: 0 8px;
}

#searchSuggest ul {
	float: left;
	padding: 0 0 8px 0;
}

#searchSuggest li {
	position: relative;
	list-style: none;
	width: 100%;
	*width: 280px; /* IE7 */
}

#searchSuggest li:hover,#searchSuggest li.active {
	background: #ececec;
}

#searchSuggest li:hover a,#searchSuggest li.active a,#searchSuggest li:active a,#searchSuggest li:focus a
	{
	color: #3f3f3f !important;
	outline: none !important;
}

#searchSuggest li a {
	display: block;
	padding: 8px;
	position: relative;
	text-decoration: none;
	color: #3f3f3f;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#searchSuggest img {
	display: inline;
	vertical-align: middle;
	text-decoration: none !important;
	padding-right: 8px;
}

#searchSuggest li.cat_title { /*border-bottom: 1px dotted #3f3f3f;*/
	margin: 8px 0 2px;
	background: #ececec;
	border: 1px solid #3f3f3f;
}

#searchSuggest li.cat_title a {
	text-transform: uppercase;
	color: #3f3f3f;
	font-size: 12px;
	padding: 2px 0 2px 8px;
}

.page_content {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	/*padding-bottom: 10px;
	padding-top: 10px;*/
}

.page_content p { /*padding-top: 10px;*/
	padding-bottom: 10px;
	line-height: 16px;
}

/*
.storehead {
	font-size: 12px;
	font-weight: bold;		
}
*/
.delivery_table {
	padding-right: 30px;
}

.mb_interested * {
	padding: 0;
	margin: 0;
}

.mb_interested {
	width: 980px;
	float: left;
}

.mb_interested_top {
	width: 980px;
	float: left;
	padding-bottom: 5px;
}

.mb_interested_top h1 {
	font-size: 18px;
	color: #3f3f3f;
}

.mb_interested_bottom {
	width: 980px;
	float: left;
	padding-bottom: 10px;
}

.mb_interested_bottom_left {
	width: 130px;
	height: 120px;
	float: left;
	margin: 5px 10px 0 0;
}

.mb_interested_bottom_left img {
	padding: 10px;
	border: 1px solid #3f3f3f;
	background-color: #fff;
}

.mb_interested_bottom_right {
	width: 840px;
	float: left;
}

.mb_interested_bottom_right p {
	font-size: 14px;
	color: #3f3f3f;
	padding: 3px 0 5px 0;
}

.mb_interested_bottom_right .pricediv {
	float: left;
}

#product_header {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #212121;
	text-align: center;
	padding: 8px 0;
	margin: 0 0 19px 0;
}

#emailprintbtn_holder {
	width: 100%;
	float: left;
	padding: 10px 0;
}

#emailButton {
	display: block;
	width: 132px;
	height: 25px;
	float: left;
	background-image: url(../media/emaildet_btn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 11px 0 0;
}

#printPicture {
	display: block;
	width: 132px;
	height: 25px;
	float: left;
	background-image: url(../media/printdet_btn.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#addtocartdet_sec {
	width: 273px;
	height: 23px;
	float: left;
	background-image: url(../media/addtocartdet_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a4a4a4;
	margin: 0 0 10px 0;
}

#addtocartdet_holder {
	width: 273px;
	height: 23px;
	float: left;
	background-image: url(../media/shoppingcart_img.png);
	background-repeat: no-repeat;
	background-position: 253px;
}

#addtocartdet_holder p {
	float: left;
	font-size: 14px;
	line-height: 23px;
	padding: 0 0 0 10px !important;
}

#addtocartdet_holder .addtocartdet_amt {
	float: right;
	margin-right: 40px;
}

#pricepromisedet_sec {
	width: 275px;
	float: left;
}

#pricepromisedet_sec a {
	display: block;
	width: 275px;
	height: 72px;
	float: left;
	background-image: url(../media/pricepromisedet_btn.jpg);
	background-position: left;
	background-repeat: no-repeat;
}



#product_details { /* padding: 0 10px; */
	
}

#product_details ul {
	padding: 10px 0;
}

#product_details ul li {
	padding: 0 0 0 1px !important;
}

th.regtable {
	text-align: left !important;
}

#cat_desc_omg {
	width: 735px;
	float: left;
	margin: 0 0 5px 24px;
	_margin: 0 0 5px 0;
	margin-top: 28px;
	padding: 10px;
	color: #3f3f3f;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	background-color: #ececec;
}

.contactbtn {
	background-image: url(../media/contacphone.jpg);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 32px;
}

#livechat {
	overflow: hidden;
	height: 16px;
	float: none;
}

#livechat div {
	display: none;
}

#slider_arrows {
	position: absolute;
	top: 5px;
	right: 0;
}

#christmas_footer {
	width: 980px;
	float: left;
	clear: both;
	position: relative;
	bottom: -4px;
}

.topmenu_dropdown {
	background-color: #f8f8f8;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	border-left: 1px solid #494949;
}

.topmenudrop_container {
	width: 700px;
	float: left;
	position: relative;
}

.dropcat_section {
	width: 175px;
	float: left;
	position: relative;
}

.dropcatsec_top {
	width: 175px;
	float: left;
}

.dropcatsec_top h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	text-indent: 5px;
}

.dropcatsec_top h2 a {
	text-decoration: none;
	color: #fff;
}

.dropcatsec_body {
	width: 94%;
	float: left;
	margin: 5px 0 10px 0;
	padding-left: 3%;
	padding-left: 3%;
}

.dropcatsec_body ul {
	width: 100%;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 24px;
}

.dropcatsec_bodyfinal ul {
	width: 100%;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 24px;
}

.dropcatsec_body ul li {
	list-style: none;
}

.dropcatsec_body ul li a {
	display: block;
	width: 100%;
	float: left;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

.dropcatsec_body ul li a:hover {
	/*background-color: #efefef;*/
}

.dropcatsec_body ul li a:hover {
	text-decoration: underline;
}

.dropdownnav_holder {
	width: 100%;
	float: left;
	clear: both;
	/* background-image: url('../media/dropdown_titlebg.jpg'); */
	background-image: url('../media/dropdown_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #eaeaea;
}

#view_all_link { /*display: none;*/
	
}

.omg_vu_head {
	font-weight: bold;
	font-size: 14px !important;
	color: #212121;
	border-bottom: 1px dashed #ececec;
	line-height: 28px;
	margin: 6px 0 8px 0;
}

.omg_vu_p {
	font-size: 12px !important;
	color: #212121;
	padding-bottom: 12px;
	line-height: 14px !important;
}

.omg_vu_p a {
	color: #6688cc !important;
	text-decoration: underline !important;
}

.omg_vu_table td {
	font-size: 12px !important;
}

#location_information p {
	font-size: 13px;
}

.omg_vu_imgp {
	background-image: url("../media/lampvupic.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 12px !important;
	padding-bottom: 2px;
	padding-left: 72px;
	padding-top: 14px;
	font-style: italic !important;
}

.rotator_omg_cont {
	position: absolute;
	top: 4px;
	right: 8px;
}

.rotator_omg_cont span {
	font-size: 12px;
	padding: 0 6px;
	cursor: pointer;
	display: none;
}

#home_categories {
	width: 100%;
	float: left;
}

#home_categories h3 {
	display: block;
	width: 980px;
	float: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	font-style: italic;
	text-indent: 10px;
	padding: 4px 0;
	color: #3f3f3f;
	background: #ececec;
	border: none;
}

.homecats_holder {
	width: 100%;
	float: left;
	padding-top: 15px;
}

.homecat_container {
	width: 164px;
	float: left;
	padding-left: 40px;
}

.homecat_first {
	padding-left: 0 !important;
}

.homecat_container h4 {
	display: block;
	width: 100%;
	height: 24px;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	color: #fff;
	background-color: #3f3f3f;
}

.homecat_container h4 a {
	text-decoration: none;
	color: #fff !important;
}

.homecat_container h4 a:hover {
	text-decoration: underline;
}

.homecat_container img {
	width: 160px;
	height: 150px;
	float: left;
	border: 2px solid #3f3f3f;
}

#finance_calculator {
	margin-bottom: 0;
	border: 0;
	border: solid #ccc 2px;
	padding: 10px;
}

#finance_calculator label {
	font-size: 12px;
}

#finance_calculator td {
	border: 0;
	padding: 10px;
}

#calc_results table {
	text-align: right;
	border: solid #ccc 1px;
	padding: 1px;
	margin-right: 10px;
}

#calc_results td {
	padding: 1px;
}

#calc_results p {
	font-style: normal;
	text-align: right;
}

#calc_results span {
	font-weight: bold;
	width: 65px;
	display: block;
	float: right;
}

label {
	width: auto;
	display: inline;
	padding: 0;
	position: relative;
	top: 0px;
	margin-right: 10px;
}

.highlight {
	background: #f1f1f1;
}

table.finance_table th,table.finance_table td {
	padding: 5px;
	border: solid #ccc 1px;
}

table.finance_table th {
	font-weight: normal;
	background: #f1f1f1;
	text-align: left;
}

.finance_cont {
	font-size: 12px;
}

#finance_show_form {
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 300px;
}

.blist_page {
	margin-left: 30px;
	padding-bottom: 10px;
	position: relative;
	left: 12px;
}

.blist_page li {
	font-weight: bold;
}

.blist_page2,.blist_page2 li {
	padding-left: 0 !important;
}

.blist_page2 {
	padding-left: 5px !important;
}

.blist_page2 li {
	font-weight: bold;
	padding-top: 5px !important;
}

.question_ans {
	cursor: pointer;
}

#homebanners_2col {
	width: 980px;
	height: 200px;
	float: left;
	clear: both;
}

#banner_rotate_holder {
	width: 980px;
	height: 70px;
	float: left;
	clear: both;
	position: relative;
	z-index: 1;
	padding-top: 0 !important;
	margin-top: 20px;
}

#homebanner_2col_left {
	width: 475px;
	float: left;
	position: relative;
}

#homebanner_2col_right {
	width: 475px;
	float: right;
	position: relative;
}

.bannerrotate_2col {
	position: absolute;
	top: 0;
}

#advsearch_holder {
	float: left;
	width: 960px;
}

#advsearch_holder>p {
	font-size: 12px;
	text-indent: 5px;
}

#advsearch_left {
	float: left;
	width: 450px;
	padding: 20px 0 10px 30px;
}

#advsearch_right {
	float: right;
	width: 450px;
	padding: 5px;
	padding: 20px 0 10px 30px;
}

.advsearch_input {
	float: left;
	width: 70%;
	min-height: 40px;
	padding: 15px;
	margin: 10px 0;
	border: 1px solid #dedede;
}

.advsearch_input_sub {
	float: left;
	width: 70%;
	min-height: 40px;
	padding: 15px;
	margin: 10px 0;
}

.advsearch_input_res {
	float: left;
	width: 70%;
	min-height: 40px;
	padding: 15px;
	margin: 10px 0;
	text-align: right;
}

.advsearch_input_tr {
	float: left;
	width: 70%;
	min-height: 40px;
	padding: 15px;
	margin: 10px 0;
}

.advsearch_input p {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

.advsearch_input p span {
	color: red;
}

.advsearch_text,.advsearch_select {
	width: 90%;
}

.advsearch_submit {
	height: 25px;
	width: 100px;
	margin: 10px 0 0 15px;
	vertical-align: middle;
}

#footer_dark_wide {
	width: 100%;
	height: 33px;
	float: left;
	clear: both;
	/* background-color: #4f514e; */
	/* background-image: url('../media/btm_menubg.png'); */
	background-image: url('../media/mainnav_newbg.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
}

#footer_dark_cont {
	width: 980px;
	margin: 0 auto;
}

#footer_dark_cont>ul>li {
	list-style: none;
	float: left;
	position: relative;
	display: block;
	/* border-right: 2px solid #212121;
	border-left: 1px solid #646763; */
	border-right: 1px solid #001b3f;
	border-left: 1px solid #eaeaea;
	padding: 0 10px;
	color: #001b3f;
	line-height: 33px;
	font-size: 13px;
	font-weight: bold;
	z-index: 100;
}

#footer_dark_cont>ul>li>a {
	font-size: 13px;
	color: #001b3f;
	line-height: 33px;
	text-decoration: none;
	display: block;
}

#footer_dark_cont>ul>li:hover {
	background-image: url('../media/mainnavhover_bg.jpg');
	background-color: #000915;
	color: #fff;
}

#footer_dark_cont>ul>li:hover>a {
	background-image: url('../media/mainnavhover_bg.jpg');
	background-color: #000915;
	color: #fff;
}

#footer_dark_cont>ul>li>ul {
	display: none;
	position: absolute;
	bottom: 33px;
	left: 0;
	border: 1px solid #3f3f3f;
	border-bottom: none;
	/* background: #f8f8f8; */
	background-image: url('../media/dropdown_bggrad.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #eaeaea;
	/*border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;*/
	padding: 0 8px 8px;
}

#footer_dark_cont>ul>li:hover>ul {
	display: block;
}

#footer_dark_cont>ul>li>ul>li {
	list-style: none;
	margin: 2px 2px;
	padding-top: 10px;
}

#footer_dark_cont>ul>li>ul>li>a {
	width: 150px;
	font-size: 12px;
	color: #2B2B2B;
	display: block;
	text-decoration: none;
	padding: 0 !important;
	line-height: 16px;
}

#footer_dark_cont>ul>li>ul>li>a:hover {
	background-color: #ECECEC;
	text-decoration: underline;
}

#footer_dark_btmwide {
	width: 100%;
	float: left;
	clear: both;
	background-color: #000;
}

#footer_dark_btm_cont {
	width: 640px;
	margin: 0 auto;
}

#footer_darkbtm_left {
	width: 380px;
	float: left;
	padding-top: 14px;
}

#footer_darkbtm_right {
	width: 260px;
	float: left;
}

.footer_drk_smalltxt {
	color: #ececec;
	font-size: 12px;
	padding: 24px 0;
}

.advsearch_link {
	display: block;
	width: 112px;
	height: 29px;
	float: left;
	background-image: url("../media/advancedsearchbtn.png");
	background-position: left;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #DEDEDE;
	text-decoration: none;
	margin-top: 9px;
}

.advsearch_link:hover {
	text-decoration: underline;
}

#homecont_2col {
	width: 980px;
	float: left;
	clear: both;
	margin: 14px 0 0 0;
}

#homecont_leftcol {
	width: 250px;
	float: left;
}

#homecont_rightcol {
	width: 730px;
	float: left;
}

.homecont_bannerleftcont {
	width: 250px;
	float: left;
	margin-bottom: 14px;
}

.homecont_infobox {
	width: 248px;
	float: left;
	margin-bottom: 14px;
	border: 1px solid #a4a4a4;
	background-color: #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
	background-color: #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/* Legacy browsers */
	background: #e8e8e8 url("../media/homepageimages/gradient-bg.png")
		repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	*background: #e8e8e8;
	background: #e8e8e8\0/;
	filter: progid :   DXImageTransform.Microsoft.gradient (   gradientType
		=   0, startColorstr =   #FFffffff, endColorstr =   #FFe8e8e8 );
}

.round_corners {
	border: 1px solid #a4a4a4;
	background-color: #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
	background-color: #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}

.round_corners b {
	font-size: 16px;
	font-weight: bold;
}

.homecont_bannerboxblue {
	width: 248px;
	float: left;
	text-align: center;
	margin-bottom: 14px;
	border: 1px solid #3a8dda;
	background-color: #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
	background-color: #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}

.homecont_infobox p.customfont {
	font-family: omgJandaEverydayCasual !important;
	font-size: 14px !important;
	letter-spacing: 1px !important;
	line-height: 28px !important;
	font-weight: normal !important;
	color: #222 !important;	
	padding: 5px !important;
	text-align: center !important;
}

/* @media all and (min-width: 0px) {
	.round_corners {
		background: #e8e8e8 url("../media/homepageimages/gradient-bg.svg");
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8) );
		background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
		background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
		background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
		background-image: linear-gradient(top, #ffffff, #e8e8e8);
	}
	.homecont_infobox { 
		background: #e8e8e8 url("../media/homepageimages/gradient-bg.svg");
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8) );
		background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
		background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
		background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
		background-image: linear-gradient(top, #ffffff, #e8e8e8);
	}
	.homecont_bannerboxblue { 
		background: #3e97ea url("../media/homepageimages/homecont_bannerboxblue-bg.svg");
		background-image: -webkit-gradient(linear, left top, left bottom, from(#88bff2), to(#3e97ea) );
		background-image: -webkit-linear-gradient(top, #88bff2, #3e97ea);
		background-image: -moz-linear-gradient(top, #88bff2, #3e97ea);
		background-image: -o-linear-gradient(top, #88bff2, #3e97ea);
		background-image: linear-gradient(top, #88bff2, #3e97ea);
	}
} */

.emailbox {
	background-image: url('../media/homepageimages/mailicon.png');
	background-repeat: no-repeat;
	background-position: 204px 8px;
}

.ordertrackicon {
	background-image: url('../media/homepageimages/openboxicon.png');
	background-repeat: no-repeat;
	background-position: 214px 8px;
}

.homecont_infobox>h3, .round_corners>h3 {
	font-size: 18px;
	color: #212121;
	font-weight: bold;
	padding: 8px 6px;
}

.homecont_infobox p, .round_corners p {
	font-size: 12px;
	color: #212121;
	font-weight: normal;
	line-height: 18px;
	padding: 8px 6px;
}

.homecont_infobox p>a, .round_corners p>a {
	color: #3a8dda !important;
	font-weight: bold;
}

.homecont_infobox p.custserv_p {
	background-image: url('../media/homepageimages/phoneicon.jpg');
	background-repeat: no-repeat;
	background-position: 14px 8px;
	padding-left: 130px;
	font-size: 11px !important;
}

.homecont_catcont {
	width: 716px;
	height: 200px;
	float: right;
	border-top: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
}

.catbox_home {
	width: 238px;
	height: 200px;
	background-color: #fff;
	float: left;
	border-right: 1px solid #a4a4a4;
	position: relative;
	overflow: hidden;
}

.catbox_title {
	font-size: 16px;
	color: #212121;
	padding: 7px;
	font-weight: bold;
}

.catbox_img {
	padding: 4px 0 4px 5px;
}

.catbox_home ul {
	margin-left: 25px;
	position: absolute;
	bottom: 10px;
}

.catbox_home ul li,.catbox_home ul li a {
	font-size: 11px;
}



.lightingtitle_grad1 {
	background-image: url('../media/lightingtitle_grad1.png');
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	background-position: left 6px;
}

.lightingtitle_grad2 {
	background-image: url('../media/lightingtitle_grad2.png');
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	background-position: left 6px;
}

.lightingtitle_grad3 {
	background-image: url('../media/lightingtitle_grad3.png');
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	background-position: left 6px;
}

.lightingtitle_grad4 {
	background-image: url('../media/lightingtitle_grad4.png');
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	background-position: left 6px;
}

.lightingtitle_grad1 span, 
	.lightingtitle_grad2 span,
	.lightingtitle_grad3 span,
	.lightingtitle_grad4 span {
	display: none;
}


.toplefttext_bg p{
	background-image: url('../media/topleft_textbg.png');	
	background-repeat: no-repeat;
	background-position: center 8px;
	display: block;
	height: 130px;
	/*font-family: Verdana;
	font-size: 18px;
	text-align: center;
	line-height: 20px;*/
}

.toplefttext_bg p span{
	display: none;
}

#subqty_omg, #addqty_omg, #addtocarttxt {
	cursor: pointer;
}

.breadcrumbs_omg {
	width: 980px;
	float: left;
	clear: both;
	padding: 0 0 10px 0;	
}

.breadcrumbs_omg ul {
	dipslay: inline;
	list-style: none;	
}

.breadcrumbs_omg ul li {
	dipslay: inline;
	list-style: none;	
	float: left;
	padding-right: 4px;
	font-size: 10px;
}

#sitepage_content h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #3f3f3f;
	padding: 6px 0;
}

#sitepage_content h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #3f3f3f;
	padding: 6px 0;
}

#sitepage_content p {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #3f3f3f;
	padding: 0 0 15px 0;
}

#sitepage_content p a {
	font-weight: bold;
	text-align: left;
	color: #3a8dda;
}

#sitemap_holder {
	width: 980px;
	float: left;
	padding: 20px 0;
}

#sm_tree {
	width: 980px;
	min-height: 1100px;
	float: left;
	background-image: url('../media/sitemap_bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}

#sm_tree ul li  {
	display: block;
	position: absolute;
	font-size: 12px;
	line-height: 12px;
}

#sm_tree ul > li > a {
	height: 12px;
}

#sm_tree ul > li > ul > li > a {
	height: auto;
	background-image: none;
	font-weight: normal;
}

#sm_tree ul > li > ul > li > ul > li {
	font-size: 11px;
	width: 100px;
	text-align: center;
}

#sm_tree ul > li > ul > li > ul > li > a {
	height: auto;
	background-image: none;
}

#sm_tree ul > li > ul > li > ul > li > a:hover {
	background-image: none;
}

#sm_tree ul > li > a:hover {
	text-decoration: none;
}

#sm_lighting > ul > li > a {
	font-weight: bold !important;
}

#sm_lighting {
	top: 538px;
	left: 388px;
	font-weight: bold;
}

#sm_lighting > a {
	display: block;
	width: 239px;
	padding: 56px 0;
	float: left;
	text-align: center;
}

#sm_lighting > a:hover {
	background-image: url('../media/lighting_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_sofaschairs {
	top: 587px;
	left: 195px;
	font-weight: bold;
}

#sm_sofaschairs > a {
	display: block;
	width: 118px;
	padding: 22px 0;
	float: left;
	text-align: center;
}

#sm_sofaschairs > ul > li {
	width: 100px;
}

#sm_sofaschairs > a:hover {
	background-image: url('../media/sofaschairs_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_mirrors {
	top: 776px;
	left: 766px;
	font-weight: bold;
}

#sm_mirrors > a {
	display: block;
	width: 74px;
	padding: 11px 0;
	float: left;
	text-align: center;
}

#sm_mirrors > ul > li {
	width: 100px;
}

#sm_mirrors > a:hover {
	background-image: url('../media/mirrors_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_wallhangings {
	top: 870px;
	left: 793px;
	font-weight: bold;
}

#sm_wallhangings > a {
	display: block;
	width: 95px;
	padding: 17px 0;
	float: left;
	text-align: center;
}

#sm_wallhangings > ul > li {
	width: 100px;
}

#sm_wallhangings > a:hover {
	background-image: url('../media/wallhangings_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_rugs {
	top: 813px;
	left: 246px;
	font-weight: bold;
}

#sm_rugs > a {
	display: block;
	width: 83px;
	padding: 14px 0;
	float: left;
	text-align: center;
}

#sm_rugs > ul > li {
	width: 100px;
}

#sm_rugs > a:hover {
	background-image: url('../media/rugs_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_dining {
	top: 773px;
	left: 152px;
	font-weight: bold;
}

#sm_dining > a {
	display: block;
	width: 83px;
	padding: 15px 0;
	float: left;
	text-align: center;
}

#sm_dining > ul > li {
	width: 100px;
}

#sm_dining > a:hover {
	background-image: url('../media/dining_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_accessories {
	top: 714px;
	left: 76px;
	font-weight: bold;
}

#sm_accessories > a {
	display: block;
	width: 93px;
	padding: 18px 0;
	float: left;
	text-align: center;
}

#sm_accessories > ul > li {
	width: 100px;
}

#sm_accessories > a:hover {
	background-image: url('../media/accessories_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_occasional {
	top: 609px;
	left: 732px;
	font-weight: bold;
}

#sm_occasional > a {
	display: block;
	width: 124px;
	padding: 27px 0;
	float: left;
	text-align: center;
}

#sm_occasional > ul > li {
	width: 150px;
}

#sm_occasional > a:hover {
	background-image: url('../media/occasional_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_newitems {
	top: 880px;
	left: 287px;
	font-weight: bold;
}

#sm_newitems > a {
	display: block;
	width: 93px;
	padding: 18px 0;
	float: left;
	text-align: center;
}

#sm_newitems > a:hover {
	background-image: url('../media/newitems_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_clearance {
	top: 828px;
	left: 859px;
	font-weight: bold;
}

#sm_clearance > a {
	display: block;
	width: 74px;
	padding: 12px 0;
	float: left;
	text-align: center;
}

#sm_clearance > a:hover {
	background-image: url('../media/clearance_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_bestsellers {
	top: 891px;
	left: 689px;
	font-weight: bold;
}

#sm_bestsellers > a {
	display: block;
	width: 93px;
	padding: 18px 0;
	float: left;
	text-align: center;
}

#sm_bestsellers > a:hover {
	background-image: url('../media/bestsellers_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_ceillighting {
	top: -298px;
	left: 44px;
	font-weight: bold;
}

#sm_ceillighting > a {
	display: block;
	width: 161px;
	padding: 36px 0;
	float: left;
	text-align: center;
	background-image: url('../media/ceilinglighting_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_ceillighting > a:hover {
	background-image: url('../media/ceilinglighting_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_wallighting {
	top: -390px;
	left: -197px;
	font-weight: bold;
}

#sm_wallighting > a {
	display: block;
	width: 105px;
	padding: 22px 0;
	float: left;
	text-align: center;
	background-image: url('../media/walllighting_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_wallighting > a:hover {
	background-image: url('../media/walllighting_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_bathlights {
	top: -311px;
	left: 380px;
	font-weight: bold;
}

#sm_bathlights > a {
	display: block;
	width: 118px;
	padding: 23px 0;
	float: left;
	text-align: center;
	background-image: url('../media/bathroomlights_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_bathlights > a:hover {
	background-image: url('../media/bathroomlights_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_outsidelights {
	top: -435px;
	left: 303px;
	font-weight: bold;
}

#sm_outsidelights > a {
	display: block;
	width: 119px;
	padding: 24px 0;
	float: left;
	text-align: center;
	background-image: url('../media/outsidelights_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_outsidelights > a:hover {
	background-image: url('../media/outsidelights_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_tablelamps {
	top: -107px;
	left: 347px;
	font-weight: bold;
}

#sm_tablelamps > a {
	display: block;
	width: 105px;
	padding: 22px 0;
	float: left;
	text-align: center;
	background-image: url('../media/tablelamps_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_tablelamps > a:hover {
	background-image: url('../media/tablelamps_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_floorlamps {
	top: -264px;
	left: -197px;
	font-weight: bold;
}

#sm_floorlamps > a {
	display: block;
	width: 118px;
	padding: 23px 0;
	float: left;
	text-align: center;
	background-image: url('../media/floorlamps_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

#sm_floorlamps > a:hover {
	background-image: url('../media/floorlamps_bush.png');
	background-position: top;
	background-repeat: no-repeat;
}

/* Ceiling Lighting */

#sm_ceillights {
	top: -40px;
	left: -85px;
}

#sm_pendantlights {
	top: -91px;
	left: -42px;
}

#sm_chandeliers {
	top: -234px;
	left: 125px;
}

#sm_ceilspolights {
	top: 34px;
	left: 202px;
}

#sm_tiffceillights {
	width: 150px;
	top: -34px;
	left: 138px;
}

#sm_semflushceillights {
	top: -205px;
	left: 28px;
}

#sm_flushceillights {
	top: -126px;
	left: 105px;
}

#sm_pendantshades {
	top: -128px;
	left: 105px;
}

#sm_downlighters {
	top: -76px;
	left: 160px;
}

#sm_tracklighting {
	top: 108px;
	left: 105px;
}

/* Wall Lighting */

#sm_walllights {
	top: -65px;
	left: -32px;
}

#sm_chandwalllights {
	top: 62px;
	left: -100px;
}

#sm_tiffwalllights {
	top: 21px;
	left: -149px;
}

#sm_wallspotlights {
	top: -88px;
	left: -105px;
}

#sm_piclights {
	top: -39px;
	left: -198px;
}

#sm_flushwalllights {
	top: -100px;
	left: 4px;
}

#sm_wallwashers {
	top: -48px;
	left: 135px;
}

#sm_swingarmlights {
	top: -111px;
	left: 105px;
}

/* Bathroom Lights */

#sm_bathceillights {
	top: -38px;
	left: 76px;
}

#sm_bathwalllights {
	top: 16px;
	left: 115px;
}

#sm_bathdownlighters {
	top: 91px;
	left: 90px;
}

#sm_bathmirrors {
	top: -30px;
	left: -10px;
}

/* Outside Lights */

#sm_outwalllights {
	top: -80px;
	left: 17px;
}

#sm_outpostspedestals {
	top: -43px;
	left: -45px;
}

#sm_extsensorlights {
	top: -74px;
	left: 128px;
}

#sm_gardenspikelights {
	top: -43px;
	left: 165px;
}

#sm_outreclighting {
	width: 150px !important;
	top: -117px;
	left: 84px;
}

#sm_ceilporchlights {
	top: 32px;
	left: 119px;
}

#sm_bricklights {
	top: 1px;
	left: 185px;
}

/* Table Lamps */

#sm_tablelights {
	top: -58px;
	left: 8px;
}

#sm_desklamps {
	top: 22px;
	left: 147px;
}

#sm_tifftablelamps {
	top: -20px;
	left: 100px;
}

#sm_touchtablelamps {
	top: 79px;
	left: 37px;
}

#sm_cliponlights {
	top: 58px;
	left: 123px;
}

/* Floor Lamps */

#sm_floorlights {
	top: 65px;
	left: -50px;
}

#sm_touchfloorlamps {
	top: 93px;
	left: 0px;
}

#sm_tifffloorlamps {
	top: 18px;
	left: -160px;
}

/* Sofas and Chairs */

#sm_sofas {
	top: -100px;
	left: 47px;
}

#sm_cornersofas {
	top: 22px;
	left: -157px;
}

#sm_chairs {
	top: -111px;
	left: -12px;
}

#sm_reclinerchairs {
	top: -38px;
	left: -129px;
}

#sm_powerliftchairs {
	top: 69px;
	left: -43px;
}

#sm_footstools {
	top: -29px;
	left: -13px;
}

/* Mirrors */

#sm_wallmirrors {
	top: 7px;
	left: -87px;
}

#sm_tablemirrors {
	top: 8px;
	left: 104px;
}

#sm_floormirrors {
	top: -37px;
	left: 46px;
}

/* Wall Hangings */

#sm_metalwallart {
	top: 99px;
	left: 0px;
}

#sm_3dglasswallart {
	top: 65px;
	left: 50px;
}

#sm_woodwallart {
	top: 38px;
	left: 93px;
}

#sm_pictures {
	top: 9px;
	left: 129px;
}

/* Dining */

#sm_dintables {
	top: 77px;
	left: -65px;
}

#sm_dinchairs {
	top: 45px;
	left: -94px;
}

#sm_sideboards {
	top: 7px;
	left: -123px;
}

#sm_dispcabinets {
	top: 121px;
	left: -21px;
}

/* Accessories */

#sm_vases {
	top: 16px;
	left: -57px;
}

#sm_sculptures {
	top: -31px;
	left: 25px;
}

#sm_wallclocks {
	top: -53px;
	left: -56px;
}

/* Occasional */

#sm_tables {
	top: -13px;
	left: 150px;
}

#sm_coftables {
	top: -30px;
	left: 12px;
}

#sm_constables {
	top: 57px;
	left: 112px;
}

#sm_tablenests {
	top: 26px;
	left: 164px;
}

#sm_dispstands {
	top: 85px;
	left: 70px;
}

#sm_multstands {
	top: -50px;
	left: -110px;
	text-align: center;
}

#sm_multstorage {
	top: -53px;
	left: 92px;
}

.contactosp_info h4 {
	display: block;
	width: auto !important;
	float: left;
	padding-right: 24px;
	background-image: url('../media/addressopc_icon.png');
	background-position: right;
	background-repeat: no-repeat;
}

.billingosp_info h4 {
	display: block;
	width: auto !important;
	float: left;
	padding-right: 24px;
	background-image: url('../media/poundsopc_icon.png');
	background-position: right;
	background-repeat: no-repeat;
}

.deliveryosp_info h4 {
	display: block;
	width: auto !important;
	float: left;
	padding-right: 38px;
	background-image: url('../media/deliveryopc_icon.png');
	background-position: right;
	background-repeat: no-repeat;
}

.newaccountosp_info h4 {
	display: block;
	width: auto !important;
	float: left;
	padding-right: 26px;
	background-image: url('../media/newuseropc_icon.png');
	background-position: right;
	background-repeat: no-repeat;
}

.emailsubosp_info h4 {
	display: block;
	width: auto !important;
	float: left;
	padding-right: 32px;
	background-image: url('../media/emailopc_icon.png');
	background-position: right;
	background-repeat: no-repeat;
}

.commentosp_info h4 {
	display: block;
	width: auto !important;
	float: left;
	padding-right: 29px;
	background-image: url('../media/commentopc_cloud.png');
	background-position: right;
	background-repeat: no-repeat;
}

.paymentosp_info h4 {
	display: block;
	width: auto !important;
	float: left;
	padding-right: 34px;
	background-image: url('../media/paymentopc_icon.png');
	background-position: right;
	background-repeat: no-repeat;
}

.flagimg_holder {
	float: left;
}

.flagimg {
	float: left;
}

