/* CSS Document */

/*=============CSS RESET=============*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
img {
	display:block
}
/*===========================*/
body {
	font-family:Verdana, Arial, sans-serif;
	font-size:small;
	color: #6F6F6F;
	background: #FFF;
	margin: 0;
	padding: 0;
}
a {
	text-decoration:underline;
	color:#5C9892;
	font-weight: normal;
}
a:hover {
	text-decoration:underline;
	color:#b34126;
}
p {
	line-height:1.3em;
	font-size:92%;
}
em {
	font-style:italic;
}
h3 {
	font-size:92%;
	margin: 5px 0 8px 0;
}
#container {
	width:100%;
	background: #FFF;
}
.fl-right {
	float:right;
}
.fl-left {
	float:left;
}
img.fl-left {
	margin-right:5px;
}
.clearBoth {
	clear:both;
}
.clearLeft {
	clear:left;
}
.red {
	color:#B34126;
}
.white {
	color:#FFF;
}
.aqua {
	color:#5C9892;
}
.topMargin15 {
	margin-top:15px !important;
}
.topMargin25 {
	margin-top:25px !important;
}
.bottomMargin15 {
	margin-bottom:15px !important;
}
.bottomMargin10 {
	margin-bottom:10px !important;
}
.bottomFlush {
	margin-bottom:0 !important;
}
.savings {
	color:#B6482F;
	font-size:80%;
}
#promoBar {
	background:#B6482F none;
	color:#FFF;
	font-size:92%;
	text-align:center;
	padding:8px 0;
}
#promoBar a {
	color:#FFF;
}
/*==========NAV BAR ===========*/
/*http://www.strictlycss.com/articles/article/48/how-to-center-a-tabbed-horizontal-css-menu*/
 
#nav ul, #nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav {
	font-family: "Lucida Grande", Verdana, sans-serif;/* Since we aren't floating li in this example we don't have to set a height on the div */
}
#nav ul {
	text-align: center; /* We are using text-align: center on ul to horisontally align our menu */
	margin: 0 0 0px 0; /* Just some margin to align the blue border below the menu */
	padding: 14px 0 7px 0;
}
#nav li {
	display: inline; /* The menu is horizontally aligned using display: inline */
}
#nav li a {
	padding: 7px 0 7px 25px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	color: #bbe0dc;
	text-decoration: none;
	margin:0;
	background: #365652 url(../images/tab.gif) no-repeat left -72px;
}
#nav li a:hover {
	color:#eee;
	text-decoration:none;
	background: #26423e url(../images/tab.gif) no-repeat left -36px;
}
#nav li a span {
	padding: 7px 25px 7px 0;
	background: #365652 url(../images/tab.gif) no-repeat right -72px;
}
#nav li a:hover span {
	background: #26423e url(../images/tab.gif) no-repeat right -36px;
	text-decoration:none;
}
#nav ul li a:visited, #nav ul li a:active {
	outline:none;
}
#nav ul li a:active {
	color:#456A66;
}
/* TAB ON-STATES */
	body#home #nav ul li#home a {
	text-decoration: none;
	background: #eee url(../images/tab.gif) no-repeat left top;
	color:#456a66;
}
body#home #nav ul li#home a span {
	background: #eee url(../images/tab.gif) no-repeat right top;
}
body#Modern-Lighting #nav ul li#lighting a {
	text-decoration: none;
	background: #eee url(../images/tab.gif) no-repeat left top;
	color:#456a66;
}
body#Modern-Lighting #nav ul li#lighting a span {
	background: #eee url(../images/tab.gif) no-repeat right top;
}
body#Modern-Seating #nav ul li#seating a {
	text-decoration: none;
	background: #eee url(../images/tab.gif) no-repeat left top;
	color:#456a66;
}
body#Modern-Seating #nav ul li#seating a span {
	background: #eee url(../images/tab.gif) no-repeat right top;
}
body#Modern-Accent-Furniture #nav ul li#accents a {
	text-decoration: none;
	background: #eee url(../images/tab.gif) no-repeat left top;
	color:#456a66;
}
body#Modern-Accent-Furniture #nav ul li#accents a span {
	background: #eee url(../images/tab.gif) no-repeat right top;
}
body#Modern-Tables #nav ul li#tables a {
	text-decoration: none;
	background: #eee url(../images/tab.gif) no-repeat left top;
	color:#456a66;
}
body#Modern-Tables #nav ul li#tables a span {
	background: #eee url(../images/tab.gif) no-repeat right top;
}
body#Modern-Patio #nav ul li#patio a {
	text-decoration: none;
	background: #eee url(../images/tab.gif) no-repeat left top;
	color:#456a66;
}
body#Modern-Patio #nav ul li#patio a span {
	background: #eee url(../images/tab.gif) no-repeat right top;
}
body#Beds #nav ul li#beds a {
	text-decoration: none;
	background: #eee url(../images/tab.gif) no-repeat left top;
	color:#456a66;
}
body#Beds #nav ul li#beds a span {
	background: #eee url(../images/tab.gif) no-repeat right top;
}
body#Bedding #nav ul li#bedding a {
	text-decoration: none;
	background: #eee url(../images/tab.gif) no-repeat left top;
	color:#456a66;
}
body#Bedding #nav ul li#bedding a span {
	background: #eee url(../images/tab.gif) no-repeat right top;
}
body#Modern-Office-Furniture #nav ul li#office a {
	text-decoration: none;
	background: #eee url(../images/tab.gif) no-repeat left top;
	color:#456a66;
}
body#Modern-Office-Furniture #nav ul li#office a span {
	background: #eee url(../images/tab.gif) no-repeat right top;
}
body#home #nav ul li#home a span,  body#Modern-Lighting #nav ul li#lighting a span,  body#Modern-Seating #nav ul li#seating a span,  body#Modern-Accent-Furniture #nav ul li#accents a span,  body#Modern-Tables #nav ul li#tables a span {
	text-decoration:none;
}
body#home h1 {
	font-size:110%;
	font-weight:bold;
	margin:5px 0;
	padding: 3px 0 0;
	color: #b34126;
	text-align: center;
}
#frame {
	width:946px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	min-height: 280px;
}
#frame.detail #contentcenter{
	width:610px;
	margin-right:0;
}
#storetabs {
	width:100%;
	background-color:#333;
	height:17px;
	text-align:center;
}
#storetabs div {
	font-size:80%;
	color:#DDD;
	text-align:center;
	height:18px;
	width:750px;
	margin:0 auto;
}
#storetabs p {
	padding:2px 0 0 0;
}
#storetabs img {
	float:right;
	margin:0;
	padding:0;
	display:inline;
}
.arrowDown {
	background:transparent url(../images/arrow_down.gif) no-repeat right 52%;
	padding:0 12px 0 0;
}
#headerframe {
	height:1%;
	width:100%;
	background:	#5c9892 none;
	margin: 0 0 13px 0;
	padding: 0;
}
#contentleft {
	width:155px;
	padding:0px;
	float:left;
	background:#FFF;
	font-size: 100%;
	margin:0 10px 0 0;
	clear:left;
}
#contentleft table {
	border-collapse:collapse;
}
#contentleft td {
	margin:0px;
}
#contentleft td a, #contentleft td a:visited {
	display:block;
	width:155px;
	padding: 3px 0;
	line-height: 1.5em;
	border-bottom: none;
	text-indent: 6px;
	font-size: 82%;
	color: #888;
	background:#F4F4F4;
}
#contentleft td a:hover {
	background-color:#FFF;
	color:#b34126;
}
#contentleft h2 {
	font-size:90%;
	font-weight:bold;
	font-family:"Lucida Grande", Verdana, sans-serif;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-top: 6px;
	color: #555;
	background: #E1E1E1 url(../images/left-rounded-top.gif) no-repeat top left;
	margin-top: 0px;
	border-bottom:1px solid #FFF;
}
#contentleft h2.second {
	padding-bottom: 6px;
	padding-left: 5px;
	padding-top: 8px;
	background: #E1E1E1 none;
	border-bottom:1px solid #FFF;
}
#contentleft .navSideBottom {
	background: #E1E1E1 url(../images/left-rounded-bottom.gif) no-repeat bottom left;
	height:15px;
	font-size:1%;
}
#contentleft h1 span {
	font-weight:normal;
	font-size: 9px;
	color: #476676;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentcenter {
	width:610px;
	padding:0px;
	float:left;
	background:#FFF;
	border: none;
	margin: 0 10px 0 0;
}
#contentcenter h1 {
	margin:0 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 160%;
	color: #555;
	font-family: "Lucida Grande", Verdana, sans-serif;
}
#contentcenter h2 {
	margin:2px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 85%;
	color: #999;
}
#contentcenter select {
	margin: 3px;
	width: 125px;
}
#contentcenter p.arrival {
	color:#999;
	font-size: 85%;
}
#contentrightcolumn {
	float:left;
	margin:0;
	width:155px;
}
#contentRight {
	width:255px;
	float:left;
}
.farRightCol {
	width:150px;
	float:right;
	border:1px solid #DDD;
	text-align:center;
	padding:5px;
}
.farRightCol h2 {
	padding-top:10px;
	margin-top:5px;
	border-top:1px solid #DDD;
	margin-bottom:4px;
}
.farRightCol img {
	margin-bottom:4px;
}
#contentheader {
	background:none;
	width: 946px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
}
#contentheader #headerTools {
	float:right;
	width:35em;
	border:none;
	font-size: 76%;
	padding: 2px 0;
	margin-top: 22px;
	overflow: hidden;
	text-align: right;
}
#contentheader #headerTools a {
	color:#bbe0dc;
	text-decoration:none;
}
#contentheader #headerTools a:hover {
	color:#FFF;
	text-decoration:underline;
}
#contentheader #headerTools ul {
	margin:0px 4px;
	list-style-type: none;
	padding: 0;
	float: right;
}
#contentheader #headerTools ul li {
	border-right: 1px solid #456a66;
	float: left;
	line-height: 1.2em;
	margin: 0 -.5em 0 .5em;
	padding: 3px .6em 3px .6em;
	list-style-type: none;
}
#contentheader #headerTools ul li.last {
	border-right:none;
}
.icnCart {
	padding-right:26px;
	background: transparent url(../images/icn_cart.gif) no-repeat 100% 0;
	padding-bottom: 3px;
	padding-top: 3px;
}
h1 {
	font-size:14px;
	padding-top:10px;
}
#contentheader h2 {
	font-size:155%;
	padding:0px;
	margin:0px;
	background: transparent url(../images/logo.gif) no-repeat top left;
	font-weight: bold;
	color: #333;
	height: 64px;
}
#contentheader h2 span {
	text-indent:-9999px;
	position: relative;
	display: none;
}
#contentheader h2 a {
	position:relative;
	top:0px;
	left:0px;
	width:360px;
	height:64px;
	display:block;
}
#nav {
	margin: 0 0 0 0;
	background: #456a66 none;
	padding: 0;
	border-top: 1px solid #335c58;
	width: 100%;
	min-width: 750px;
}
#mfg h1 {
	font-size:100%;
}
#mfg p {
}
#mfg img {
	float:right;
	margin:5px;
	display:block;
}
#shipArea {
	background:transparent url(../images/icn_box.gif) no-repeat top left;
	padding:0 0 5px 45px;
	margin:10px auto;
	text-align:left;
}
#footer {
	width:100%;
	clear: both;
	margin: 0px auto 0 auto;
	border-top:30px solid #FFF;
	background: #eee url(../images/footer_fade.gif) repeat-x top left;
	height: 1%;
	float: left;
}
#footerarea {
	width:750px;
	margin:0 auto 0px auto;
	padding: 20px 0 5px 0;
	font-size: 85%;
}
#footerarea h3 {
	font-weight:bold;
	font-size:105%;
	margin:5px 0 5px 0;
}
#footer ul li {
	margin-left:15px;
	margin-bottom: 3px;
}
#footer ul {
	margin: 0;
	list-style-type:disc;
}
#footer1 {
	width:255px;
	margin:0 25px 0 0;
	height:111px;
	background: url(../images/customer_service_bg.gif) no-repeat top left;
	position: relative;
	float: left;
}
#footer1 ul {
	top: 35px;
	position: relative;
	left: 92px;
	margin: 0 0 0 5px;
	padding: 0;
	width: 148px;
}
#footer1 ul li {
	padding: 0;
	margin-bottom: 3px;
}
#footer2 {
	margin:0;
	float: left;
	width: 180px;
	padding: 0;
}
#footer2 ul {
}
#footer3 {
	margin:0 0 10px 0;
	float: left;
	width: 465px;
	padding: 0;
	min-height: 111px;
}
#footer3 em {
	font-style:italic;
}
#legal {
	clear:left;
	color:#666;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 7px 0;
	background: #333 none;
	border-top: 1px solid #F4F4F4;
}
#badges {
	clear:left;
	color:#666;
	text-align: left;
	margin: 0 30px 0 0;
	padding: 0;
	width: 255px;
	height: 50px;
}
#badges img {
	margin: 0 0 0 4px;
	float: left;
}
#signup {
	clear:left;
	width:750px;
	text-align: right;
	margin:10px 0;
	padding: 7px;
	border:1px solid #CCC;
	border-right:none;
	border-left:none;
	height:48px;
	overflow:hidden;
}
#signup img {
	float:left;
	margin-right:7px;
}
#signup input {
	margin-top:5px;
}
#footerNav {
	color:#BBB;
	width:100%;
	padding:4px;
	margin:0;
}
#footerNav p {
	font-size:100%;
	line-height:1.5em;
}
#footerNav a {
	color:#888;
}
#footerNav a:hover {
	color:#B34126;
}
#searchBarframe {
	width:100%;
	background:#EEE;
	padding: 0;
}
#searchBar {
	padding:6px;
	border: none;
	background-color: transparent;
	text-align: right;
	color: #AAA;
	font-size: 87%;
	width: 946px;
	margin: 0 auto;
	font-family:"Lucida Grande", Verdana, sans-serif;
}
#searchBar span a:link, #searchBar span a:visited {
	color:#5C9892;
	text-decoration:none;
}
#searchBar span a:hover {
	color:#B34126;
	text-decoration:underline;
}
#searchBar span {
	float:left;
	padding: 3px 0 5px 17px;
	background:transparent url(../images/bullet_red.gif) no-repeat left 3px;
}
#searchBar input {
	background-image:none !important;
	color:#888;
}
#searchBar input.submitBtn {
	margin:-6px 0 0 0;
	vertical-align:middle;
}
#breadcrumb {
	font-size:80%;
	margin: 0 0 13px 0;
}
#prodImg {
	width: 300px;
	float:left;
	margin: 0 25px;
	text-align:center;
}
#prodImg img {
	margin: 0 auto;
	max-width:300px;
}
#morePics {
	clear:left;
	width: 350px;
	text-align: center;
}
#morePics img {
	display: inline;
	margin: 4px;
}
#morePics h1 {
	font-size:80%;
	font-weight: normal;
	color: #555;
}
#tabsArea {
	clear:left;
	margin: 20px 0 0 0;
}
#tabsArea h2 {
	font-weight:bold;
	margin:10px 0;
	color:#6F6F6F;
	border-bottom:1px solid #DDD;
}
table#configs {
	margin-top:10px;
}
#configs img {
	margin:0 auto;
}
#configs td {
	font-size:82%;
	text-align:center;
	width:20%;
	vertical-align:top;
}
#addtocart {
	margin:12px 0 15px 0;
	height: 37px;
}
#addtocart h1 a {
	display:block;
	background-color:#4D739C;
	color:#FFFFFF;
	font-weight:bold;
	padding: 3px;
	text-align: center;
	font-family: Verdana;
	border: 2px solid #4d739c;
}
#addtocart h1 a:hover {
	background-color:#66CCCC;
	text-decoration:none;
	border-color: #4D739C;
	color: #FFFFFF;
}
#addtocart h1 {
	padding:0;
	margin:10px auto 5px auto;
	width: 130px;
}
#options {
	text-align:left;
	margin: 0;
	display: block;
}
#options label {
	font-size: 80%;
	margin-bottom: 2px;
}
#options table {
	margin: 10px 0 15px 0;
}
#options td {
	padding:2px 0;
	vertical-align: middle;
}
#options select, #options input {
	font-size: 90%;
	display: inline;
	padding: 1px;
	margin: 3px 0 0 0;
	width: 200px;
}
#options a {
	font-size:10px;
	padding: 0 0 4px 0;
}
.price {
	color:#b6482f;
	font-weight: bold;
	font-size: 18pt;
	line-height:1.5em;
}
.freeShip {
	color:#999999;
	display:block;
	padding:2px;
	background-color:transparent;
	font-weight: bold;
	font-size: 70%;
	margin: 0 auto 5px auto;
	width: 140px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.retail {
	color: #999;
	font-size: 80%;
	text-decoration:line-through;
}
span.retail strong {
	font-weight:normal;
}
.lightgray {
	color:#999;
}
.darkOrange {
	color:#CC6600;
}
.small {
	font-size:85%;
}
/*CSS TABS*/
.shadetabs {
	padding: 6px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	clear: left;
	font-weight: normal;
	font-size: 85%;
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	padding: 6px 25px;
	margin-right: 0px;
	border: 1px solid #D5D5D5;
	color: #666;
	background: #E5E5E5 none;
	font-weight: normal;
}
.shadetabs li a:visited {
	color: #666;
}
.shadetabs li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #EACF5A none repeat scroll 0%;
	border-color:#EACF5A;
}
.shadetabs li a:active {
	outline:none;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	background: #FFF none repeat scroll 0%;
	border-bottom-color: white;
	outline:none;
	color:#444;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
	border-color:#D5D5D5;
	border-bottom-color:white;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid #D5D5D5;
	margin-bottom: 1em;
	padding: 30px;
	min-height:100px;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block!important;
}
}
.buttonRed {
	margin: 10px 0;
	font-size: 12px;
	display: block;
	line-height:37px;
}
.buttonRed a {
	background: url(../images/btn_red_r.gif) no-repeat 100% 0;
	color: #fff;
	padding: 11px 0;
	text-decoration: none;
	color:#fff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline:none;
}
.buttonRed a span {
	background: url(../images/btn_red_l.gif) no-repeat;
	padding: 11px 1.4em;
}
.buttonRed a:hover span {
	background: url(../images/btn_red_l_o.gif) no-repeat;
	color:#FFF;
}
.buttonRed a:active {
	outline:none;
}
.buttonRed a:hover {
	background: url(../images/btn_red_r_o.gif) no-repeat 100% 0;
	text-decoration:none;
}
#mfg {
	color:#999;
	padding: 0 4px;
}
/* CART PAGE */

#contentCart #contentcenter {
	float:none;
}
#cartList {
	margin:0;
}
#cartList td {
	padding:4px;
	text-align:left;
	border-top:1px solid #DDD;
	font-size:90%;
}
#cartList input {
	margin: 2px 5px;
}
#safeShopping {
	padding:10px;
	color:#888;
	margin:10px 0;
	border:2px solid #5c9892;
	background:#e1effa none;
	border-right:none;
	border-left:none;
	overflow:hidden;
}
#cartFreeShipping {
	float:right;
	font-size:100%;
	padding:10px 0 0 0;
	font-weight:bold;
	color:#B34126
}
/* PRODUCT HOME PAGE */

table#thumbRepeat td {
	padding:5px;
	font-size:92%;
	vertical-align:top;
}
#contentProductHome h2 {
	font-size:125%;
	color:#555;
	font-weight: bold;
	margin-bottom:15px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	border-bottom: 1px solid #DDD;
}
/* LIST PAGE */

#contentProductList h1 {
	margin-bottom:5px;
}
table.pageNav td {
	background:#EEE none;
	padding:4px 7px;
	color:#666;
	font-size:92%;
	border-top:2px solid #BBB;
}
table.pageNav {
}
/* STATIC PAGES */

#contentStatic h1 {
	margin-bottom:10px;
}
#contentStatic h2 {
	font-size:114%;
	font-weight:normal;
	margin: 12px 0 0px 0;
	color:#AAA;
	padding-top:3px;
	border-top:2px solid #EEE;
}
#contentStatic h3 {
	font-weight:bold;
	margin:15px 0 6px 0;
	font-size:95%;
	width:100%;
	border-top: 1px solid #EEE;
	padding: 1px 0 0 0;
}
#contentStatic h3 a {
	font-size:10px;
	font-weight:normal;
	color:#999;
	text-align:center;
	padding:2px 5px;
	border:1px solid #E8E8E8;
	background: #F6F6F6;
	float:right;
	border-top: none;
	display: block;
}
#contentStatic h3 a:hover {
	color:#b34126;
	background:#FFF;
}
#contentStatic p {
	font-size:92%;
	clear:right;
	padding-left:15px;
}
ul.bullets {
	list-style-type:disc;
	list-style-position:outside;
	margin:8px 0 8px 15px;
	font-size:92%;
}
ul.bullets li {
	margin: 0 0 3px 15px;
}
ol.numbers {
	list-style-type:decimal;
	list-style-position:outside;
	margin:8px 0 8px 25px;
	font-size:92%;
}
ol.numbers li {
	margin: 0 0 3px 25px;
}
/* CONTACT PAGE */
#contentContact h1 {
	margin-bottom:10px;
}
#contentContact h2 {
	font-size:110%;
	font-weight:bold;
	color:#5C9892;
	margin:7px 0 5px 0;
}
#contactForm {
	margin: 15px 0;
	font-size:92%;
	border: 1px solid #DDD;
}
#contactForm td {
	padding: 5px;
}
#contactForm select {
	width:auto;
	margin:0 0 8px 0;
}
#contactForm label {
	margin:0;
}
#contactForm #KT_Insert1 {
	margin:3px 0;
	width:140px;
}
#contentleft td.relatedImg, #contentleft td.relatedImg {
	background:#FFF none;
	border:1px solid #EEE;
	border-top: none;
}
#contentleft td.relatedImg a, #contentleft td.relatedImg a:visited {
	background:#FFF none;
	width:100%;
}
.grayBox {
	background:#F4F4F4;
	border:2px solid #DDD;
	border-right:none;
	border-left:none;
	padding:15px 10px;
	margin:10px 0;
	overflow:hidden;
}
.structural {
	position:absolute;
	left:-9999px;
} /*FOR AUTO-POPULATE FIELD SCRIPT */
.action-button {
	cursor:pointer;
	display:block;
	text-decoration:none;
}
.action-button .action-button-leftcap {
	background:transparent url(/images/action_btn.gif) no-repeat scroll left top;
	display:block;
	float:left;
	height:37px;
	width:10px;
}
.action-button .action-button-text {
	background:transparent url(/images/action_btn.gif) no-repeat scroll 50% 0;
	color:#FFF;
	display:block;
	float:left;
	font-size:100%;
	font-weight:bold;
	height:26px;
	padding:11px 35px 0pt;
	text-decoration:none;
}
.action-button .action-button-rightcap {
	background:transparent url(/images/action_btn.gif) no-repeat scroll right top;
	display:block;
	float:left;
	height:37px;
	width:10px;
}
.action-button:hover .action-button-leftcap {
	background:transparent url(/images/action_btn.gif) no-repeat scroll left bottom;
}
.action-button:hover .action-button-text {
	background:transparent url(/images/action_btn.gif) no-repeat scroll 50% bottom;
	text-decoration:underline;
}
.action-button:hover .action-button-rightcap {
	background:transparent url(/images/action_btn.gif) no-repeat scroll right bottom;
}
/* CHECKOUT PAGES */

.checkout {
	font-size:85%;
}
.checkout h1 {
	font-size:130%;
	color:#333;
	font-weight:bold;
	margin:8px 4px;
}
.checkout h2 {
	font-size:105%;
	color:#333;
	font-weight:bold;
	margin:4px 2px;
}
.checkout img {
	display:inline;
}

.quickZoom {
	background:transparent url(../images/icn_quickzoom.png) no-repeat 0 0;
	width:20px;
	height:20px;
	display:block;
	position:relative;
	top:109px;
	left:58px;
	z-index:10;
	cursor:pointer;
}
.imagehover {
	position: relative;
}
.imagehover a.imgLink {

}
