/* CSS Document */

img { border:0; padding:0; margin:0; }

form { display:inline; }

label { font-size:12px; }

.resultsperpage {
text-align:left;
}

.resultsperpage input {
margin-right:20px;
}



/* template.php styles start here */
body {
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	padding:0px;
	margin:0px 0px 0px 0px;
	background-color:#FFF;
	/*background-color:#DDDDDD;*/ /*background-color:#5792DE;*/
	font-size:12px;
	text-align:center;
	
	/* 20-7-2010 Upgrade additions and removals */
	/*background-image:url('images/background.jpg');
	background-repeat:repeat-x;*/
}


.topbanner{
	color:#fff;
	font-size:14px;
	margin:5px 0 0 0;
	}

.topbanner a, .topbanner a:visited, topbanner a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.myaccount{
	float:right;
	background:url('images/my_account.png');
	height:34px;
	width:243px;
	padding:5px 0 0 0;
	text-align:center;
	}

.myaccount a{
	color:#fff!important;
	font-size:14px!important;
	}
	
.myaccount a:hover{
	color:#fff!important;
	font-size:14px!important;
	text-decoration: none;
	}
	
a:link, a:visited {
	font-size: 12px;
	color: #222222;
	text-decoration: none;
	}

a:hover {
	font-size: 12px;
	color: #222222;
	text-decoration: underline;
	}

p {
	font-size:12px;
	color:#222222;
	text-align:left;
	}

p a, p a:visited {
	font-size: 12px;
	color: #222222;
	font-weight:bold;
	text-decoration: none;
	}

p a:hover {
	font-size: 12px;
	color: #222222;
	font-weight:bold;
	text-decoration: underline;
	}

h1 {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	}

h2 {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	}

.container {
	text-align: left;
	position:relative;
	margin: 0px auto 15px auto;
	
	/* 20-7-2010 Upgrade additions and removals */
	/*width:995px;*/ 
	
	/*width:1005px;
	background-image:url('images/background.jpg');
	background-repeat:repeat-x;
	background-color:#5792DE;*/
	
	width: 1028px;
}

.header {
	/*width: 995px;*/ width:1028px;
	/*height:127px;*/ height:108px;
	
	/* 20-7-2010 Upgrade additions and removals */
	margin:auto;
}

.furniture-logo {padding-top:23px;}
.phone-order {
  position:absolute;
  top:30px;
  left:420px; /* 430 */
  text-align:center;
  font-weight:bold;
  font-size:18px;
  color:#AC1D7F;
  height:46px;
}
.phone-order-shade {
background-image:url(images/order-shade.png);
background-repeat:repeat-x;
position:absolute;
top:0px;
left:0px;
bottom:0px;
right:0px;
}

.account-links {
  position:absolute;
  top:23px;
  right:0px;
  font-size:11px;
  color:#656565;
}
.account-links a, .account-links a:visited, .account-links a:hover, .account-links a:active {
  font-size:11px;
  color:#656565;	
}

.addthis-icon {
  position:absolute;
  top:23px;
  right:120px;	
}

.furniture-search {
  width:247px;
  height:36px;
  background-image:url(/images/furniture-search.jpg);
  background-repeat:no-repeat;
  position:absolute;
  top:57px;
  right:0px;	
}

.complogo {
	float:left;
	width:450px;
	margin:70px 0 0 0;
	}

.free_delivery{
	float:right;
	width:450px;
	margin:10px 0 0 0;
	}

.cartbox {
	margin:0 auto 10px auto;
	font-size:12px;
	color:#ffffff;
	background-image: url(images/newsbg.jpg);
	width: 199px;
	height: 112px;
	text-align:left;
	padding:5px 0px 0px 10px;
}

* html .cartbox {height:134px;}

.cartboxtitle {
	font-size:15px;
	font-weight:bold;
	margin:0px 0px 2px 0px;
}

.cartboxspacing {
	/*margin:1px 0px 3px 0px;*/
}

.cartbox a, .cartbox a:visited {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.cartbox a:hover {
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
}

.h1holder {
	position:absolute;
	left: 7px;
	top:7px;
	text-transform:uppercase;
}

.h1holder h1 { margin:0px; padding:0px; color:#000000; font-size:12px; }

.topbanner {
	position:absolute;
	top:0px;
	/*left:220px;*/
	left:190px;
    display: block;
    text-align:right;
	width:550px;
	}

.searchtitle {
	position:absolute;
	top:140px;
	left:10px;
	color:#0c3e77;
	font-size:21px;
	}

.searchholder {
	padding: 2px;
	width: 430px;
	float:right;
	margin:10px 0 0 0;
	}

* html .searchholder {
	width: 231px;
	height: 24px;
	overflow: hidden;
	}

.searchbutton {
	width: 58px;
	height: 20px;
	background-image:url(/images/search-go.png);
	border:0px;
	cursor: pointer;
	position:absolute;
	top:7px;
	right:5px;
	
}

.searchfield {
	width: 170px;
	height: 21px;
	line-height:21px;
	border: 0px;
	padding: 0px 3px;
	font-size: 12px;
	color:#0E3571;
	margin:0px;
	border:#C0BFBB solid 1px;
	position:absolute;
	top:7px;
	left:7px;
	color:#000;
	
	
	}

.loginholdertxt{
	position:absolute;
	top:17px;
	right:217px;
	}

.loginholder {
	position:absolute;
	top:10px;
	right:0px;
	}

.loginholder span {
	color:#0c3e77;
	font-size:21px;
	}

.loginfields {
	border:#b1b1b1 1px solid;
	width: 87px;
	height: 20px;
	color:#b1b1b1;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	text-transform:uppercase;
	}

.hploginbutton {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	cursor:pointer;
	background-image: url(/images/login_button.gif);
	width: 31px;
	height: 28px;
}


#top_menu2 {
	background: url('images/nav2_bg.png');
	background-repeat:no-repeat; 
	width:1028px;
	height:40px;
	clear:both;
	margin:auto;
}

#top_menu2 ul {
	list-style:none;
	width:550px;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	}
	
#top_menu2 li {
	margin:0px;
	display:inline;
	text-align:center;
	border-right:1px solid #fff;
	margin:10px 0px 0px 0px;
	}
	
#top_menu2 li a, #top_menu2 li a:visited {
	padding:0px 6px 0 6px;
	color:#fff;
	text-decoration:none;
	font-size:15px;
	display:inline-block;
	margin:10px 0px 0px 0px;
	}

#top_menu {
	background-repeat:no-repeat; 
	width:1028px;
	height:47px;
	margin:auto;
	background-image:url(/images/site-top.png);
	background-repeat:no-repeat;
		position:relative;
		
		/*z-index:100000;*/ z-index:1100;
	}

#top_menu ul {
	list-style:none;
	width:1028px;
	margin:0px;
	padding:7px 0px 0px 6px;

	}
	
#top_menu li {
	margin:0px;
	/*width:147px;
	width:177px;*/
	/*background:url('images/top_menuli_bg_2.png') no-repeat;*/
	text-align:center;
	padding:0px;
	float:left;
	height:38px;
	line-height:38px;
	
	position:relative;
   
	}
#top_menu li:hover {
	/*background-image:url(/images/top-hover.jpg);
	background-repeat:repeat-x;*/
	background-color:#9DC705;  
}


.home-link:hover {
-moz-border-radius:10px 0px 0px;
-webkit-border-radius:10px 0px 0px 0px;
border-radius:10px 0px 0px;
}




#top_menu ul li ul { display:none; position:absolute; top:44px; left:0px;  }
#top_menu ul li:hover ul { display:block; position:absolute; top:38px; left:0px; width:430px; 
background-image:url(/images/menupop.jpg);
background-repeat:no-repeat;
background-position:bottom;
background-color:#9DC705;
min-height:124px;
z-index:10000;
margin:0px;
padding:0px;
-moz-border-radius:0px 5px 5px;
-webkit-border-radius:0px 5px 5px 5px;
border-radius:0px 5px 5px;
}
#top_menu ul li:hover ul li  {
width:215px;
display:inline-block;
text-align:left;
	height:28px;
	line-height:28px;  
	
	
}
#top_menu ul li ul li a {
color:#FFFFFF;
text-align:left;
font-weight:bold;
background-image:none;
font-size:11px;
padding:0px 10px;
text-transform:uppercase;
border:none !important; 
}
#top_menu ul li ul li a:visited, #top_menu ul li ul li a:hover, #top_menu ul li ul li a:active {
font-size:11px;
color:#FFFFFF;
text-decoration:none; padding:0px 10px;  border:none !important; 
}
#top_menu ul li ul li:hover {
	background:none;  
}



/*#top_menu li.tm11 a {
	margin:0px 2px 0px 0px;
	width:87px!important;
	}*/

/*#top_menu li.tm1  {
	background-image:url(images/top_menu_slice.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:46px;
}*/

#top_menu li a, #top_menu li a:visited {
	color:#181619;
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
	display:inline-block;
	/*width:147px;*/
	text-align:center;
	padding:0px 18px;
	background-image:url(/images/menusplit.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	}

#top_menu li a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
	display:inline-block;

}

#top_menu li ul li a {
background:none !important;
}

#top_menu ul > li > ul:hover + a {
color:#FFF;
}

.shadows {
	background-image:url(/images/shadows2.jpg);
	background-repeat:repeat-y;
}
.shadows-inner {
  width:993px;
  margin:0px auto;
  padding:10px 0px;
}

.site-footer {
	background-image:url(/images/site-bottom.jpg);
	background-repeat:repeat-y;
	height:35px;
}

.top-bar {padding-bottom:10px;}

.top_banner p {
	margin:0px;
	padding:0px;
}
.banner-content {
  /*width:90%;*/
  margin:0px auto;
  font-family: 'Quattrocento', arial, serif;
}
.banner-content p {
  color:#FFF;
}

.oak-bg {
  background-image:url(/images/oak-bg.jpg);
  background-repeat:no-repeat;
}

.content { width:993px; background:#fff; margin:0px auto;}
.content_left { 
	/*width:268px; */ width:258px;
	float:left; 
	padding-top:10px;  
}
.content_right { 
	/*width:705px; */ width:735px;
	float:right; 
	padding:10px 0px 0 0;  
}


.content_middle { width:615px; padding:10px; border-left:#dedede 1px solid; border-right:#dedede 1px solid; }

.menutitle{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	line-height:34px;
	margin: 0 0 0 0px;
	}

.menutitle2{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background-image: url(images/li_background.jpg);
	width:209px;
	line-height:34px;
	text-transform:uppercase;
	height:38px;
	margin:auto;
}

ul.catmenu {
	list-style:none;
	margin:0px 0px 0px 0px; /* 0px 0px 15px 0px; */
	padding:0px;
}

li.catmenu {
	padding:0px;
	background:none;
	background: url('images/side-menu.png') no-repeat;
	display:inline-block;
	margin:0 0 3px 0;
	width:248px;
	min-height:44px;
	line-height:44px;

text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
		}

li.catmenu a, li.catmenu a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	text-decoration:none;
	clear:both;
	display:block;
	padding:0px 5px;
	}

li.catmenu a:hover	{
	color:#fff;
	text-decoration:none;
	}
	
li.catmenu ul{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-image:url(/images/submenu.jpg);
	background-repeat:repeat-y;
	}
li.catmenu ul li{
	display:block;
	list-style:none;
	height:32px;
	line-height:32px;
	}	
	
li.catmenu ul li a, li.catmenu ul li a:visited{
	font-size: 11px;
	color:#000;	
	padding:0px 5px;
	text-shadow:none;
	filter: none;
	height:32px;
	line-height:32px;
	
	}

li.catmenu ul li a:hover{
	color:#000;	
	}
	
	
	
	
	
	
	
	
	




	
	
.mail_box {
	display:block;
	color:#090c0c;
	text-align:left;
	margin:0 auto 12px auto;
	font-size:12px;
	background: url('images/newsbg.jpg');
	width:199px;
	height:117px;
	color:#fff;
	padding:0 0 0 10px
	}

.mailfield {
	border:#cccccc 1px solid;
	width: 120px;
	height: 20px;
	color:#b1b1b1;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	margin:0px 0px 0px 0px;
	text-align:left;

	}

.mailbutton {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	cursor:pointer;
	background-image: url(/images/maillistgo.jpg);
	width: 61px;
	height: 21px;
	margin:0px 0px 0px 0px;

}

.specials-content-box {
	/*width:187px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-bottom:15px;
	text-align:center;
	/*margin:auto;*/
}

.specials-content-box td {
	font-size:12px;
}

.footer_links{
	color:#fff;
	float:right;
	text-align:right;
	margin:10px 0 0 0;
	}

.compinfo{
	color:#fff;
	margin:0 0 10px 20px;
	float:left;
	}

.footer {
	width:1028px;
	padding-top:0px;
	color: #000000;
	font-size: 12px;
	text-align:left;
	position:relative;
	
	/* 20-7-2010 Upgrade additions and removals */
	margin:10px auto;
	background-color:#5792DE;
}

.footer a, .footer a:visited  {
	text-decoration: none;
	color: #fff;
}

.footer a:hover{
	text-decoration: underline;

	}

.footer2 {
	width:1028px;
	border-top:#fede37 1px solid;
	padding-top:15px;
	color: #000000;
	font-size: 12px;
	text-align:left;
	margin:10px 0px 10px 0px;
	position:relative;
}

.validators {
	margin-top:25px;
	text-align:center;
}

.breadholder {
	text-align:left;
	font-size:14px;
	color:#b1b1b1;
	text-transform:uppercase;
}

.breadholder a, .breadholder a:visited, .breadholder a:hover {
	text-decoration:none;
	color:#b1b1b1;
	font-size:12px;
	text-transform:uppercase;
}

.specials-button a, .specials-button a:visited {
	text-decoration:none;
	padding-left:5px;
	color:#333333;
	padding-bottom:2px;
	margin-top:2px;
	display:block;
	text-align:center;
}

.specials-button a:hover {
	text-decoration:none;
	padding-left:7px;
	color:#333333;
}

.specials-title {
	display:block;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:20px;
	font-weight:bold;
	padding:3px 0 0 0;
	width:162px;
	text-align:center;
}

/* template.php styles ends here */

.templatelayout {
	margin:5px; border:solid; border-width:1px; border-color:#ccc;
}


.recently-viewed-content-box {
	background-image:url(images/recent-content-bkgrd.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:165px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-bottom:2px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
	}

.recently-viewed-content-box p {
    margin:0;
    padding:0;
	}

.boxprodhp {
	/*background:url('/images/boxprod_bg.jpg') bottom no-repeat;*/
    text-align:center;
    font-size:12px;
    /*font-weight:bold;*/
	/*height:230px;*/
	margin:5px 2px 5px 2px;
	width:236px;
	height:236px;
	padding-top:2px;
	/*height:261px;*/
	position:relative;
}
.boxprodhp-name {
background-image:url(/images/name-bg.png);
background-repeat:repeat-x;
position:absolute;
bottom:0px;
left:0px;
right:0px;
z-index:1000;
height:44px;
color:#FFFFFF;
font-weight:bold;
font-size:13px;
}
.boxprodhp-more {
background-image:url(/images/tab-more.png);
width:54px;
height:56px;
position:absolute;
top:0px;
right:0px;
}



.boxprodcat {
	background:url('/images/categorypages.jpg') bottom no-repeat;
    text-align:center;
    font-size:12px;
	margin:5px 2px 5px 2px;
	width:236px;
	height:318px;
	position:relative;  
}
.boxprodcat-image {
 position:absolute;
 top:27px;
 left:0px;
 right:0px;
}
.boxprodcat-more {
background-image:url(/images/tab-more.png);
width:54px;
height:56px;
position:absolute;
top:0px;
right:0px;
}

.boxprodcat-sale {
background-image:url(/images/tab-sale.png);
width:54px;
height:56px;
position:absolute;
top:0px;
right:0px;
}

.boxprodcat-new {
background-image:url(/images/tab-new.png);
width:54px;
height:56px;
position:absolute;
top:0px;
right:0px;

}

.boxprodcat-freedelivery {
background-image:url(/images/tab-freedelivery.png);
width:54px;
height:56px;
position:absolute;
top:0px;
right:0px;

}



.boxprodcat-price {
	font-size:20px; 
	position:absolute;
  	top:258px; 
  	right:0px; 
  	left:0px;	
	font-weight:bold;
}

.boxprodcat-name a  {
  position:absolute;
  top:220px;
  right:6px; 
  left:6px;
  font-weight:bold;
  font-size:13px;
  text-decoration:none;
}

.boxprodcat-moreinfo, .boxprodcat-moreinfo2 {
  position:absolute;
  top:290px;
  right:0px; 
  left:0px;	
}


.top_text {
text-align:center;
margin-top:10px;
}
.top_text img {
padding-right:2px;
}


.boxprodhpimage {
/*width:500px;  defaults to this if JS is disabled */
/*width:expression(document.body.clientWidth>175?"176px":"auto");*/
/*max-width:165px;
max-height:123px;*/
}

	
.boxprodhp_price{
	/*float:left; */
	color:#d61f25;
	padding:0px 3px 3px 10px;
	/*font-weight:bold;
	font-size:16px;*/
	font-size:12px;
	}
.boxprodhp_right{	
	float:right; padding:0 10px 0 0;
	}
	
.boxprodhp_desc{	
	text-align:left; 
	padding:0 10px 0 6px;
	font-size:11px;
	}
	
/*.boxprodhp img { border:0px; margin:3px; }*/

.boxprodhp span { display:block; padding:0px 0 0 6px; color:#072961; font-weight:bold; font-size:14px; }

.boxprodhp a:link, .boxprodhp a:visited, .boxprodhp a:hover, .boxprodhp a:active {
    text-decoration:none;
    color:#000;
    font-size:12px;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:1200;
}


.product-border {
border:#d0d0d0 solid 1px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
padding:0px;
margin-top:5px;
}
.product-display-name {
font-size:20px;
font-weight:bold;
padding:0px 10px;
}


.cms-grid {width:100%;}

.highlight {
	width:180px;
	height:140px;
	margin-left:10px;
	padding-bottom:10px;
}

.topbar1 {
    height:43px;
    color:#FFF;
    font-weight:bold;
    font-size:12px;
	background-image:url(/images/topbartitle.jpg);
	background-repeat:no-repeat;
}

.topbartitle {
color:#505050;
line-height:43px;
padding-left:10px;
font-size:12px;
}

.topbartitle a, .topbartitle span {
color:#7e7e7e;
text-decoration:none;
}

.topright {
}

div.resource {
    margin: 2em 0 0 0;
    padding: 0 5px 1em 0;
    border-bottom: 1px solid #ccc;
}

div.resource_title {
	padding: 0 0 1em 0;
    color: #072961;
    font-weight: bold;
    font-size: 14px; 
}

div.resource_title .resource_cat{
    color: #666;
    font-weight: normal;
    font-size: 12px;
    padding: 0 0 0 8px;
}

div.resource_link {
	margin: 8px 0 0 0;
}

div.resource_link span {
	padding: 0 10px 0 0;
}






.pagination {
    margin:0px auto;
    position:relative;
    font-size:12px;
	float:right;
	padding-right:10px;
}

.pagination a, .pagination .active {
    /*padding:5px;
    background:#FFF;
    border: 2px solid #CCC;
    text-decoration:none;*/
}

.pagination a:hover, .pagination .active {
    /*background:#dddddd;
    color:#FFF;
    text-decoration:none;*/
}

.pagination .active {
    /*cursor:pointer;
    font-weight:bold;
    text-decoration:none;*/
}

.pagination .num {
    /*cursor:pointer;
    text-decoration:none;*/
}

.pagination .label a { /* text-decoration:none; */ }

.pagination a, .pagination a:link, .pagination a:hover, .pagination a:visited {
	/*text-decoration:none;
	color:#666666;
	padding:2px;*/
}

#marqueecontainer {
    position: relative;
    width: 187px; /*marquee width */
    height: 300px; /*marquee height */
    overflow: hidden;
    z-index:89;
}

#vmarquee, #vmarquee2 {
  left: 0px;
}

.sbutton1, .sbutton2, .sbutton3, .sbutton5 {
    border:2px solid #e33335;
    background-color:#e33335;
    color:#FFF;
    font-weight:bold;
	font-size:10px;
}

.sbutton2, .sbutton4 {
    background-color:#e33335;
    font-size:11px; 
    font-weight:bold; 
    color:#fff;
    padding:4px;
    margin:0px;
    cursor:pointer;
    text-decoration:none;
}

.sbutton3 {background-color:#e33335; font-size:11px; }

* html .sbutton2:link {display:inline-block;}

#product_view {
    font-size:12px;
    /*width:436px;*/
	display:block;
}

#product_view img {}

.product_thumbx { margin-right:2px; }

.product_desc {
/*padding:15px 5px 5px 5px;*/ /*border-bottom:1px solid #D0D0D0;*/
padding:10px;
width:713px;
}

.product_addons {
	margin-top:4px;
	font-size:11px;
}

.product_addons, .addon_text { font-size:12px; }

.product_price { padding:10px; font-size:13px; font-weight:bold; }

.product_info { padding:15px 0 0 5px; font-size:12px;  }

.product_code { font-weight:normal; font-size:11px; }

.prodcuts_related_title {  
  padding-left:10px;
  background-image:url(/images/prodcuts_related_title.png);
  background-repeat:repeat-x; 
  height:35px; 
  line-height:35px;   
  -moz-border-radius:5px 5px 0px 0px;
  -webkit-border-radius:5px 5px 0px 0px;
  border-radius:5px 5px 0px 0px; 
}

.addon_text a:link, .addon_text a:hover, .addon_text a:visited {text-decoration:none;color:#000;}

#product_view a:link, #product_view a:hover, #product_view a:visited {
    text-decoration:none;color:#000;
    font-size:12px;
}

.view_product_link a:link, .view_product_link a:hover, .view_product_link a:visited {
    text-decoration:none;
    color:#666;
    background:#cccccc;
    border:1px solid #000;
    display:block;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    width:100px;
    padding:4px;
}

.now-price {
font-weight:bold;
font-size:38px;
}

.related {
border:#d0d0d0 solid 1px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
padding:0px 0px;
margin-top:10px;
}

.related tr { border:1px solid #ccc; }

.relprod_title { font-size:9px; font-weight:bold; }

.addon_text { width:200px; padding-left:5px; }

.addons_head { font-size:12px; color:#333333; }

.balloonstyle {
    position:absolute;
    top: -500px;
    left: 0;
    padding: 5px;
    visibility: hidden;
    border:1px solid black;
    font:normal 12px Verdana;
    line-height: 18px;
    z-index: 9999;
    background-color: #FFFFE0;
	width: 350px;
}
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}*/

#arrowhead {
    z-index: 99;
    position:absolute;
    top: -500px;
    left: 0;
    visibility: hidden;
}

#imgbox {
	background:transparent;
    position:absolute;
	z-index:9000;
}

#scrollpanel {
	position:relative;
	z-index:7000;
	display:block;
	margin:0 auto;
}

.thumbimg {
    z-index:9000;
    cursor:pointer;
}

#mainImg {
    background:#000;
    position:absolute;
    border:1px solid #CCC;
}

#closebox, #print {
    background:transparent url(../images/jspop/buttonbg.gif) no-repeat;
    text-align:center;
    color:#000;
    position:absolute;
    z-index:1000;
    width:73px;
    height:21px;
    padding-top:4px;
    font-family:Tahoma,Arial,sans-serif;
    font-size:11px;
    font-weight:bold;
    z-index:1000;
    cursor:pointer;
}

#print { top:5px; }

#pause {
    background:transparent url(../images/jspop/pause.gif) no-repeat;
    position:absolute;
    width:11px;
    height:10px;
    z-index:9999;
	display:none;
}

/*
* This <div> element is wrapped by jCarousel around the list
* and has the classname "jcarousel-container".
*/

.jcarousel-container {position: relative;}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 80px;
    height: 60px;
}

.jcarousel-skin-tango.jcarousel-container {background: #000;}

.jcarousel-skin-tango .jcarousel-clip-horizontal {height: 60px;}

.jcarousel-skin-tango .jcarousel-item {width:80px;height: 60px;}

.jcarousel-skin-tango .jcarousel-item-horizontal {margin-right: 0px;}

.jcarousel-skin-tango .jcarousel-item-placeholder {background: #000;color: #000;}

#toptext {
    margin:0 0 0 0;
    font-size:12px;
}

#bottomtext {font-size:12px;}

#datatable td { padding:3px; border-bottom:1px solid #ccc; }

.searchresult_name {font-size:12px;}

.searchprice {
    font-weight:bold;
    font-size:12px;
}

.searchresult_name a:link, .searchresult_name a:hover, .searchresult_name a:visited {
    text-decoration:none;color:#000;
    font-size:12px;
}

#carttable {
    width:100%;
    border-collapse:collapse;
	border:1px solid #6c6c6c;
    font-size:12px;
}

#carttable th {
    background:#DEDEDE;
    padding:5px;
    border:1px solid #6c6c6c;
}

#carttable .head { 
    background:#DEDEDE; 
    font-weight:bold; 
    text-align:right;
}

#carttable td {
    padding:5px;
    border:1px solid #6c6c6c;
    font-size:12px;
    text-align:center;
}

#carttable .index { text-align:left; }

#carttable .opts { font-size:10px;}

#carttable a, #carttable a:link, #carttable a:visited {
	text-decoration:none;
	color:#445248;
}

#carttable a:hover{text-decoration:underline;}

#product_added {
    border:2px solid #fff;
    background:green;
    font-weight:bold;
    padding:6px;
    color:#FFF;
    text-align:center;
}

#checkout_button_1, #checkout_button_1 a {
    font-size:12px;
    text-decoration:none;
    background:transparent url('images/continue2.gif') no-repeat;
    border:0;
    width:203px;
    height:51px;
	outline:0px;
    cursor:pointer;
    margin:20px 0 0 0;
    display:block;
}

#checkout_button_1 a { margin:0px; }

#checkout_button_2, #checkout_button_2 a {
    font-size:12px;
    text-decoration:none;
    background:url('images/checkout2.gif') no-repeat;
    border:0;
    width:203px;
    height:51px;
    margin:20px 0 0 0;
    outline:0px;
    display:block;
    cursor:pointer;
}

#checkout_button_2 a { margin:0px; }

#stock_errormsg {
   color:red;
   font-weight:bold;
}

.contentbox {
	width:730px;
	padding:10px;
	font-size:12px;
}

* html .contentbox {width: 580px;}

.close_content {
	height:20px;
	width:100%;
}

* html .close_content { width:442px; }

.cat-links, .cart-links a, .cart-links a:visited, .cart-links a:hover {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px; 
}

.prod-links {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	font-size: 9px; 
}

#category_page { font-size:12px; }
#category_page td { font-size:12px; }

.qty { text-align:center; }

.searchresult {
    font-size:11px;
    padding:10px 0 5px 0;
    border-bottom:1px solid #ccc;
    width:100%;
}

.delivery, .delivery p { font-size:12px; }

.delivery .delborder {
    border-left:1px solid #ccc;
    padding:0px 5px 0px 15px;
}

#checkout_breadcrumb {
    text-align:center;
    padding:15px 0px 0px 0px;
}

#checkout_breadcrumb li {
    display:inline;
    padding-right:10px;
    color:#ececec;
}

#checkout_breadcrumb li .last { padding:0px; }

#checkout_breadcrumb li .active {
    font-weight:bold;
    background:url('images/cart-small.gif') no-repeat left;
    padding:0 0 0 25px;
}

#checkout_breadcrumb a, #checkout_breadcrumb a:link, #checkout_breadcrumb a:visited {
	text-decoration:none;
	color:#000;
}

.payoptions_item {
    cursor:pointer;
}

.payoptions_mouseover {
    cursor:pointer;
}   

.boxbody {
    border:1px solid #cccccc;
    font-size:12px;
}

.boxbody a, .boxbody a:visited, .boxbody a:hover {
    color:#000;
    font-size:12px;
}

.smalltext { font-size:9px; }

#sm_table { width:100%; }

#sm_table td {
    vertical-align:top;
    width:33%;
}

P.breakhere {page-break-before: always}

.accback a, .accback a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration:none;
}

.accback a:hover {
	color: #000000;
	font-size: 11px;
	text-decoration:underline;
}

.accountul li {
    margin:10px 0 5px 0;
}

.accountul a, .accountul a:visited{
	text-decoration:none;
	color:#222;
	font-size:12px;
}

.accountul a:hover{
	text-decoration:underline;
	color:#222;
	font-size:12px;
}

.add_cart {
border:none;
	cursor:pointer;
	background:none;
	background-image: url(/images/buy-now-button.png);
	width: 158px;
	height: 51px;
}

.addwish {
	width: 112px;
	height: 22px;
	background-image:url(/images/add_wish.gif);
	border:0px;
	cursor: pointer;
	margin-top:10px;
}

.addfav {
	width: 146px;
	height: 22px;
	background-image:url(/images/add_favs.gif);
	border:0px;
	cursor: pointer;
	margin-top:10px;
}

.newsletter-wrapper { border:1px solid #CACACA; height:163px; }
.newsletter-header {
  background-color:#E3E1E2;
  height:34px;
  line-height:34px;
  padding:0px 7px;
  color:#666;
  font-weight:bold;
}
.newsletter-wrapper p {
	width:95%; 
	margin:5px auto;
}

.socialheader {
  background-color:#E3E1E2;
  header:21px;
  line-height:21px;
  border-top:1px solid #CACACA;
  border-bottom:1px solid #CACACA;
   padding:0px 7px;
  color:#666;
  font-weight:bold;
  margin-top:7px;
}
.socials {
width:90%;
margin:auto;
}
.socials img {
  margin-top:4px;
  padding:0px 7px;
}

.bottom-links {
 border:1px solid #CACACA; 
 min-height:163px; 
 width:545px;	
}

.bottom-links th {
background:#E3E1E2;
height:36px;
padding-left:10px;
color: #666666;
    font-weight: bold;
}
.bottom-links td {
padding-left:10px;
}
.bottom-links td + td {
border-left:1px solid #CACACA;
border-right:1px solid #CACACA;
}
.bottom-links td + td +td {
	border:none;
}


.but_remove { width:72px; height:21px; background-image:url(/images/button_remove.gif); border:0px; cursor:pointer; }

.but_update { width:72px; height:21px; background-image:url(/images/button_update.gif); border:0px; cursor:pointer; }

.but_apply { width:72px; height:21px; background-image:url(/images/button_apply.gif); border:0px; cursor:pointer; }

.but_submit { width:72px; height:21px; background-image:url(/images/button_submit.gif); border:0px; cursor:pointer; }

.but_signin { width:72px; height:21px; background-image:url(/images/button_signin.gif); border:0px; cursor:pointer; }

#zoom_mask {
  display: none;
  position: absolute;
  margin: 0px;
  border-width: 2px;
  border-color: #000000;
  border-style: solid;
  width: 100px;
  height: 100px;
  top: 0px;
  left: 0px;
  background: url("/images/zoom.gif") no-repeat top;
  background-color: #FFFFFF; 
  
  opacity:0.3;
  filter:alpha(opacity=30);
  
  }
  /*opacity: 0.3;
  filter: alpha(opacity=30);8?

}

*/


.bottom-links2 { text-align:center; }
.bottom-links2, .bottom-links2 a, .bottom-links2 a:visited, .bottom-links2 a:hover, .bottom-links2 a:active {
  color:#afafaf;
  font-size:10px;
  font-weight:bold;
}


.site-footer, .site-footer a, .site-footer a:visited, .site-footer a:hover, .site-footer a:active {
  color:#afafaf;
  font-size:10px;
  font-weight:bold;
}

.site-footer-inner {
	width:997px;
	margin:auto;

}
.site-footer-right {
	float:right;
}
.site-footer-right span {
	padding-right:10px;
}

div.tab_head { /* This could be changed to a li or whatever. The class name needs to stay the same, however */
    display: inline-block;
    padding: 7px;
    position: relative;
    cursor: pointer;
	border-right:#D0D0D0 solid 1px;
		font-weight:bold;
}

div.tab_head_show {
    display: inline-block;
    padding: 7px;
    position: relative;
   /* background-color: #9CC401;*/
	border-right:#D0D0D0 solid 1px;
	font-weight:bold;
	cursor:pointer;
}

div.tab_cont {
    width: 733px;
    display: none;
}

div.tab_cont_show {
    display: inline-block;
}



.tab_head_group {
background-image:url(/images/tabs-bg.jpg);
background-repeat:repeat-x;
width:733px;
-moz-border-radius:0px 5px 0px 0px;
-webkit-border-radius:0px 5px 0px 0px;
border-radius:0px 5px 0px 0px;

height:32px;
}

.tab_cont_group {
width:733px;
}
