/* CSS Document */
.boxText {  }
.errorBox { background:#ffb3b5; font-weight:bold; }
.stockWarning { color:#cc0033; }
.productsNotifications { background:#f2fff7; }
.orderEdit { color:#ccc; text-decoration:none; }
#notice { background-color:#9a0000; color:#fff; text-align:center; padding:5px; }
#notice a { color:#fff; text-decoration:underline; }
.main-overview {
	display:none;
	position:relative;
	margin-left:15px;
}

body {
	background-color:#cbcbcb;
	background-image:url(../images/css-images/bkgrnd.jpg);
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:10px 0px;
}

form, input, ul, li {
	margin:0px;
	padding:0px;

	z-index:85;
}

input, option, select {
	color:#333;
	font-size:14px;
}

input[type="text"] {
	text-indent:3px;
}

input[type="checkbox"] {
	margin-bottom:3px;
	margin-right:3px;
}

input[type="radio"] {
	margin-top:3px;
	margin-right:3px;
}

textarea {
  width: 95%;
}

ul {
	margin-left:20px;
}

h1, h2, h4, h5 {
	margin:0px;
	padding:0px;
}

h3 {
	color:#990000;
	margin-top: 0;
}
	
a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

img {
	border:0px;
}

.imgtxt {
	display:none;
}

.line {
	background-color: #333;
	height: 1px;
	display: block;
	margin: 10px auto;
	width: 80%;
}

s {
	color:#666;
	font-weight:normal;
}

/* GENERAL INFOBOXES */

.contentBox {
	margin:5px 0;
}

table .infoBox {

}

.contact_us table .infoBox {
	background-color:#fff;
	border:none;
}	

table .infoBoxNotice {
	background-color:#e30252;
	border:2px inset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:2px solid #717171;
	border-right:2px solid #717171;
	padding:5px 10px;
	margin:0 0 0 15px;
	margin-bottom:15px;
	width:500px;
}


.productSpecialPrice {
background-image:url('../images/css-images/sale.png');
	
	display:block;
	float:right;
	height:77px;
	position:relative;
	width:76px;
}

.infoBoxContents {
	position:relative;
	z-index:70;
}

.infoBoxContents td {

}

table .infoBox-header {
	background-color:#f5f5f5;
	border:2px outset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 10px;
	position:relative;	
	margin:10px 0px 5px 15px;
	width:500px;
	z-index:60;
}

table .infoBox-continue {
	background-color:#eeecc4;
	border:2px solid #ccc;
	padding:5px 10px;
	height:35px;
	margin:0;
	padding:5px;
	position:relative;
	text-align:left;	
	width:556px;
	margin-left:15px;
	z-index:100;
}

.infoBox-continue td {
	padding:0 5px;
	position:relative;
	width:100%;
}

.infoBox-continue td input {
	position:relative;
}

table .infoBox-meter {
	margin:20px 0px;
	margin-left:40px;
	padding:10px 0px;
	width:470px;
}

.infoBoxHeading {
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.infoBoxHeading a {
	color:#173c4c
}

h1 {
	color:#000;
	font-size:18px;
	padding-bottom:15px;
	padding-top:10px;
	text-align:center;
}

h1.welcome {
	color:#a50100;
}

.pageHeading h1, h1.pageHeading {
	text-align:center;
}

.login .pageHeading h1 {
	color:#fff;
}

.pageHeading {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
	


.login b {
	display:none;
}

th  {
	margin:2px;
	padding:0px;
	padding-right:5px;
	position:relative;
	text-align:left;
	width:120px;
}

.messageStackSuccess {
	background-color:#ffffa0;
	color:#173c4c;
	height:20px;
	line-height:20px;
	margin:15px 0;
	padding:2px 5px;
	text-align:center;
}

.inputRequirement {
	color:#eeecc4;
	font-weight:bold;
}

.smallText {

}

.smallText a {
	color:#000;
}

.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

.stockWarning {
	display:block;
	font-weight:bold;

	padding:5px;
	position:relative;
	margin:10px auto;
	width:440px;
}

.subtotal {
	padding:7px;
	padding-right:25px;
}

.infoBoxNoticeContents .main {
	color:#fff;
	padding:2px;
	text-align:center;
}

.messageBox { 
	font-size: 90%; 
}

.messageStackError, .messageStackWarning { 
	font-size: 90%; background-color: #990000; color:#fff; margin:0; padding:3px; text-align:center; 
}

.messageStackSuccess { 
	font-size: 90%; background-color: #99ff00; 
}

.errorText {
  color: #ff0000;
}

.error {
	text-align:center;
}

.main {
	padding-left:10px;
	padding-right:10px;
}


/* END GENERAL INFOBOXES */



/* MAIN */
#wrapper {
	background-color:#fff;
	border:1px solid #810102;
	margin:0 auto;
	position:relative;
	width:900px;
}

#main-wrapper {

}

.container {
	margin:0 auto;
	position:relative;
	width:890px;
}

#myaccount .container {
	display:block;
	position:relative;
	margin:0 auto;
}

#wrapper .container {
	background-color:#000;
	float:left;
}



#breadcrumbs {
	color:#810929;
	padding-left:10px;
	position:relative;
	top:2px;
	z-index:80;
}

#breadcrumbs a { 
	color:#810929;
	font-size:.9em;
}

/*HEADER INFO END*/

#header {
	background-image:url(../images/css-images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:340px;
	position:relative;
	margin:0 auto;
	margin-top:5px;
	width:890px;
}

#furniture-specials {
	/*background-image:url('../images/css-images/furniture-specials3.png');
	*/
	background-image:url('../images/css-images/callustoday1.png');
	height:182px;
	position:absolute;
	right:0px;
	top:25px;
	width:336px;
	z-index: 99;
}

#flash {
	background-image:url(../images/css-images/flash-bkgrnd.jpg);
	top:140px;
	position: relative;
	height:200px;
	width:890px;
	z-index: 50;
}

#logo {
background-image:url('../images/css-images/ofco-office-furniture.png');
	
	display:block;
	height:41px;
	left:36px;
	position:absolute;
	top:52px;
	width:372px;
	z-index:60;
}


/* END HEADER */

#sidebar1 {
	display:none;
}

#sidebar2 {
	display:block;
	float:right;
	position:relative;
	width:240px;
	z-index:80;
}

/* MAIN */
#content {
	border-right:1px solid #d9d9d9;
	margin:0 240px 0 0;
	min-height: 250px;
	padding:20px;
	position:relative;
	width:610px;
}


ul#services {
	line-height:25px;
}


/*DEFINE MAINAPGE*/
#define_mainpage {
	border-bottom:1px solid #d9d9d9;
	line-height:1.5em;
	margin:0;
	padding:0;
	position:relative;
}

#define_mainpage a {
	font-weight:bold;
	text-decoration:none;
}

#define_mainpage p {
	margin:0px;
	padding:0px;
	padding:10px 0;
}



/*END DEFINE MAINAPGE*/
/* END MAIN */

#subcats {
	display:block;
	margin:30px auto;
	margin-bottom:0;
	position:relative;
	width:465px;
}

.category {
	float:left;
	font-weight:bold;
	margin:0;
	padding:0px 0 10px 0;
	text-align:center;
	width:155px;
}

.category img {
	background-color:#fff;
}



.information {
	line-height:25px;
	margin:10px auto;
	position:relative;
	width:500px;
}

.information li {
	list-style-type:none;
	margin:20px;
}

.information h1 {
}

.information .description {

}

/* FOOTER */
#footer {
	clear:both;
	font-size:12px;
	height:30px;
	margin:0 auto;
	padding:5px 0;
	position:relative;
	width:890px;
}


#copyright {
	color:#333;
	float:left;
	padding-left:0px;
	width:500px;
}

#poweredby {
	color:#333;
	float:right;
	padding-right:10px;
	text-align:right;
	width:350px;
}

#poweredby a {
	color:#333;
}


/* END FOOTER*/



/*PRODUCT_INFO PAGE*/
.product_info {
	border:6px solid #fff;
	color:#fff;
	font-size:14px;
	float:left;
	height:254px;
	line-height:1.5em;
	margin:0 auto;
	padding:0px;
	padding-bottom:10px;
	position:relative;
	width:583px;
	z-index:90;
}

#productprice-container {
background-color:#ccc;
	display:block;
	position:relative;
	text-align:right;
	top:10px;

}

.product_info .smallText {
	font-size:13px;
}

.product_info #products_image {
	float:left;
	display:block;
	position:relative;
	margin:0;
	padding:0;
	min-height:265px;
	text-align:center;
	width:350px;
}

#specs {
	background-color:#33291f;
	border-bottom:5px solid #333;
	border-left:1px solid #000;
	float:right;
	margin:0;
	padding:10px;
	height:237px;
	width:200px;
}

.product_info .price, .product_info .msrp_price {
	display:none;
}

.product_info .msrp_price {
	font-weight:normal;
}

.product_info .price span, .product_info .msrp_price span {
	margin-right:10px;
}

.PriceList td {
	padding:0px;
	width:85px;
}

.product_info .productSpecialPrice {
	display:none;
	float:none;
	left:300px;
	position:absolute;
	top:-15px;
	z-index:60;
}

.product_info s {
}

.product_info h1 {
	color:#fcfad4;
	display:block;
	font-size:16px;
	padding-bottom:5px;
	padding-top:0px;
	margin:0 auto;
	position:relative;
	text-align:center;
}

.product_info .model {
	font-size:12px;
	padding-left:5px;
}

.product_info .description {
	display:block;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:center;
}

.product_info .description p {
	margin:0;
	padding:5px 0;
}

.product_info ul {
	margin-left:25px;
}


#addcart input {
}

#additionalImages {
	display:block;
	margin:0 auto;
	padding:10px 0 0 0;
	position:relative;

}

#additionalImages h4 {
	background-color:#f5a9c3;
	font-size:12px;
	margin-top:15px;
	position:relative;
	text-align:center;
}

#additionalImages .smallText {
	background-color:#fff;
	border-bottom:1px dashed #f5a9c3;
	border-right:1px dashed #f5a9c3;
	display:block;
	float:left;
	font-size:11px;
	margin:3px 0px;
	min-height:125px;
	text-align:center;
	position:relative;
	width:124px;
}

#additionalImages .smallText span {
	display:none;
}

#table_product_attributes {
	margin:0 auto;
	position:relative;
	text-align:center;
	top:10px;
	width:170px;
	z-index:30;
}

#table_product_attributes select {
	width:150px;
}

.attribute_option_name {
	margin-right:5px;
	width:15%;
}

.attribute_option_id {
	text-align:left;
}

.product_info table.infoBox-continue {
	border-width:0px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:0;
	
	width:571px;
}

.product_info table.infoBox-continue td {
	width:50%;
}

#modules_also_purchased_products {
	display:block;
	margin:0 auto;
	padding:10px 0 0 0;
	position:relative;
	width:500px;
}

#modules_also_purchased_products .infoBoxHeading {
	color:#333;
	border-bottom:1px solid #333;
	font-weight:bold;
	font-size:13px;
	padding:7px;
	padding-left:7px;
	padding-bottom:0px;
	margin-left:7px;
	margin-right:10px;
	height:20px;
	text-align:left;
}

#modules_also_purchased_products .smallText {
	background-color:#fff;
	border-bottom:1px dashed #f5a9c3;
	border-right:1px dashed #f5a9c3;
	display:block;
	float:left;
	font-size:11px;
	margin:3px 0px;
	min-height:155px;
	text-align:center;
	position:relative;
	width:124px;
}

#modules_also_purchased_products .aimg {
	height:115px;
	text-align:center;
	width:120px;
}

#modules_also_purchased_products .name {
	left:0px;
	text-align:center;
}

#modules_also_purchased_products img {
	margin:7px 0px;
}


/*END PRODUCT_INFO PAGE*/



/* ALL PRODUCTS */
.alphabet {
	font-size:11px;
	position:relative;
	margin:0px auto;
	text-align:center;
	width:550px;
	z-index:90;
}

/* END ALL PRODUCTS */


/* CONTACT US */
#contactus-info {
	background-color:#f5f5f5;
	margin-left:5px;
	margin-right:5px;
	min-height:400px;
	padding:10px 5px;
}

.contact_us th {
	margin:5px 0px;
	padding:0;
	display:block;
	text-indent:0;
	width:105px;
}


.contact_us input[type="text"] {
	margin:0;
	padding:0;
	text-indent:0;
}
.contact_us select {
	text-indent:10px;
}

/* ENd CONTACT US */

/* CONTACT INFORMATION */

#contact-info {
	background-image: url(../images/css-images/contact-bg2.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 156px;
	padding: 25px 15px 15px 15px;
	position: relative;
}
	
.contact-box {
	float: left;
	padding-right: 30px;
}
	
/* End CONTACT INFORMATION */

#catalogs {
	background-image:url('../images/css-images/catalog.png');
	background-repeat: no-repeat;
	bottom: 1px;
	height: 192px;
	position: absolute;
	right: 15px;
	width: 402px;
	z-index: 90;
}
	

/* AJAX POP-UP IMAGE */
#lightbox{
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            z-index: 100;
            text-align: center;
            line-height: 0;
            }
 
#lightbox a img{ border: none; }
 
#outerImageContainer{
            position: relative;
            background-color: #fff;
            width: 250px;
            height: 250px;
            margin: 0 auto;
            }
 
#imageContainer{
            padding: 10px;
            }
 
#loading{
            position: absolute;
            top: 40%;
            left: 0%;
            height: 25%;
            width: 100%;
            text-align: center;
            line-height: 0;
            }
#hoverNav{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 
#prevLink, #nextLink{
            width: 49%;
            height: 100%;
            background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
            display: block;
            }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
 
 
#imageDataContainer{
            font: 10px Verdana, Helvetica, sans-serif;
            background-color: #fff;
            margin: 0 auto;
            line-height: 1.4em;
            }
 
#imageData{
            padding:0 10px;
            }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;      }                                  
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;    }          
                        
#overlay{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 90;
            width: 100%;
            height: 500px;
            background-color: #000;
            filter:alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            }
            
 
.clearfix:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }
 
* html>body .clearfix {
            display: inline-block; 
            width: 100%;
            }
 
* html .clearfix {
            /* Hides from IE-mac \*/
            height: 1%;
            /* End hide from IE-mac */
            }          
/* END AJAX POP-UP IMAGE */







/* PRODUCT_LISTING */
.cat-description, .cat_info_box {
	float:left;
	font-size:12px;
	margin:0 5px;
	padding:0 5px;
	padding-right:10px;
	position:relative;
	text-align:left;
	top:-5px;

}

.showfilter {
	margin:0px auto;
	padding-top:7px;	
	text-align:center;
	width:300px;
}

.product_listing_split_results {
	border:2px inset #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:2px solid #717171;
	border-right:2px solid #717171;
float:left;	margin:5px;
	overflow:hidden;
	padding:3px 5px;
	position:relative;
	width:575px;
	z-index:80;
}

.product_listing_split_results b {
	font-weight:normal;
}

#modules_product_listing {
	float:left;
	margin:0;
	padding:0;
	position:relative;
	z-index:60;
}

#modules_product_listing .productListing-data-none {
	padding:10px;
	text-align:center;
}

#modules_product_listing .productListing-data-none ol {
	margin:10px auto;
	position:relative;
	text-align:left;
	width:225px;
}

#modules_product_listing .productListing-data-none a {
	text-decoration:underline;
}	

.productListing-odd, .productListing-even {
	background-color:#000;
	float:left;
	height:120px;
	margin:0;
	margin-bottom:10px;
	margin-left:5px;
	padding:10px 5px;
	position:relative;
	width:565px;
	z-index:10;
}

.productListing-even {
	background-color:#404040;
	background-color:#f5f5f5;
	border-left-width:0px;
	padding:5px;
}

.productListing-odd .productListing-data, .productListing-even .productListing-data {

}

.productListing-odd .productListing-data a.product-image, .productListing-even .productListing-data a.product-image {
	background-color:#fff;
	float:left;
	display:block;
	height:108px;
	margin:0;
	margin-left:5px;
	margin-right:15px;
	width:160px;
}

.productListing-odd .product-image img, .productListing-even .product-image img {
	z-index:120;
}


.productListing-odd .productListing-data .product-desc, .productListing-even .productListing-data .product-desc {
	color:#fff;
	font-size:13px;
	height:35px;
	padding:10px 5px 12px 0;
}

.productListing-odd .productListing-data .product-desc .more, .productListing-even .productListing-data .product-desc .more {
	text-decoration:underline;
}

.productListing-even .productListing-data .product-desc .more {
 	color:#000;
}

.productListing-even .productListing-data .product-desc {
	color:#000;
}

.productListing-odd .product_list_buy_now, .productListing-even .product_list_buy_now {
	background-color:#202020;
	border:1px solid #333;
	display:block;
	height:28px;
	margin-left:180px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	padding-top:5px;
	position:relative;
	width:370px;
}

.productListing-even .product_list_buy_now {
	background-color:#ccc;
	border:1px solid #333;
}

.productListing-odd .product_list_buy_now table, .productListing-even .product_list_buy_now table {
	float:left;
	margin-right:10px;
	width:115px;
}


.productListing-odd .product_list_buy_now .qtybuy, .productListing-even .product_list_buy_now .qtybuy {
	display:block;
	float:right;
	text-align:right;
	width:140px;
}

.productListing-odd .product_list_name, .productListing-even .product_list_name {
	color:#fcfad4;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-top:5px;
	position:relative;
	text-align:left;
}

.productListing-even .product_list_name {
	color:#000;
}

.productListing-odd a, .productListing-even a {
	color:#fcfad4;
}

.productListing-odd .qty, .productListing-even .qty {
	display:none;
}

.productListing-odd .product_list_price, .productListing-even .product_list_price {
	display:none;
}

.product_listing p {
	width:495px;
}

.product_listing h2 {
	margin-top:20px;
}
/*END PRODUCT_LISTING*/








/*----------------------------End Suggest Styles------------------------*/

/* NAVIGATION */
#sitemap {
	background-image:url(../images/css-images/sitemap.jpg);
	height:30px;
	margin:0 auto;	
	position:relative;
	width:890px;
	z-index:80;
}



#nav {
	height:30px;
	float:left;
	line-height:30px;
	list-style-type:none;
	margin:0 auto;
	margin-left:150px;
	padding:0;
	position:relative;
	text-align:center;
	width:300px;
	z-index:50;
}

#nav2 {
	height:30px;
	line-height:30px;
	float:left;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:center;
	width:350px;
	z-index:50;

}

#nav2 li {
	color:#fff;
	float:left;
	font-size:16px;
	height:30px;
	margin:0 auto;
	list-style-type:none;
	padding:0;
	position: relative;
	text-align:center;
	width:150px;
	z-index:50;
}

/*
#sitemap ul li {
	color:#fff;
	float:left;
	font-size:16px;
	height:30px;
	margin:0 auto;
	list-style-type:none;
	padding:0;
	position: relative;
	text-align:center;
	width:150px;
	z-index:50;
}

#sitemap ul li li {
	font-size:13px;
}

#sitemap ul li a {
	color:#fff;
	display:block;
	font-family:"Trebuchet MS";
	font-weight:normal;
	height:30px;
	margin:0 auto;
	padding:0 20px;
	text-decoration:none;
	text-align:center;
}

#sitemap ul li a:hover {
	background-color: #690000;
	background-image:url(../images/css-images/button2.jpg);
	background-repeat:repeat-x;
	color:#DEDEDE;
	font-weight:normal;
	text-decoration:none;
}


#sitemap li ul {
	background-color:#5e5e5e;
	display: none;
	left: -999em;
	padding-top: 10px;
	position: absolute;
	text-align: left;
	width: 150px;
	z-index: 50;
}


#sitemap li:hover ul, #sitemap li.sfhover ul {
	display: block;
	font-family:"Trebuchet MS";
	font-weight:normal;
	left: -20px;
	padding: 0;
	top: 30px;
	z-index: 50;
}	

#sitemap li:hover ul li:hover ul, #sitemap li.sfhover ul li:hover ul {
	display: block;
	font-family:"Trebuchet MS";
	font-weight:normal;
	left: 120px;
	padding: 0;
	top:0px;
	z-index: 50;
}	
*/
.clear {
	clear: both;
}




#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 30px;
}

#sitemap a {
	color:#fff;
	display: block;
	font-size:14px;
}

#nav li { /* all list items */
	color:#fff;
	float:left;
	font-size:16px;
	height:30px;
	margin:0 auto;
	list-style-type:none;
	padding:0;
	position: relative;
	text-align:center;
	width:150px;
	z-index:50;
}

#nav li ul { /* second-level lists */
	color:#fff;
	position: absolute;
	background-color:#5e5e5e;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
margin: -2em 0 0 150px;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	color: #fff;
left: auto;}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	color:#fff;

left: auto;}

#nav li a:hover, #nav2 li a:hover {
	background-color: #690000;
	background-image:url(../images/css-images/button2.jpg);
	background-repeat:repeat-x;
	color:#DEDEDE;
	height:30px;
	line-height:30px;	
	font-weight:normal;
	text-decoration:none;
}


#facebook {
	background-image:url(../images/Facebook1.jpg);
	background-repeat:no-repeat;
	display:block;
	height:104px;
	margin:20px auto 0 auto;
	width:104px;
}



	
