BODY, HTML{
	height: 100%;

}

BODY{
	margin:0;
	padding:0;
	width: 100%;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 100%;
	background: #cccc00;
}

FORM{
	padding:0px;
	margin:0px;
}

.page-holder{
	display:table;
	//display:block;
	width:100%;
	height:100%;
}

.page-wrapper{
	background:url("images/bg/body-y.jpg") repeat-y center bottom;
	width: 998px;
	margin:auto;
	display:table;
	//display:block;
	height:100%;
	position:relative;
}
/***************************************/
BODY.index{
	background:#f0f3c3;
	display:table;
	//display:block;
}

BODY.index .page-holder{
	display:table-cell;
	//display:block;
	vertical-align:middle;
	width:100%;
	height:100%;
	height:auto;
	//position:absolute;
	//top:50%;
	//left:0px;
}

BODY.index .page-wrapper{
	//position:relative;
	//top:-50%;
	display:block;
	float:none;
	margin:auto;
	height:663px;
	width:1024px;
	background: url("images/bg/index-new.jpg") top center no-repeat;
}

BODY.index .decors{
	width: 998px;
	position:relative;
	margin:auto;
	top:49px;
}
/***************************************/
.page-layout{
	height: 100%; 
	width: 998px;
	margin: 0 auto;
	padding: 0;
	background: transparent url("images/bg/body.jpg") no-repeat center bottom;
	line-height: 135%;
/*	margin-bottom:-1166px;*/
	position:relative;
}

.index .page-layout{
	background-image: url("images/bg/index.jpg");
	background-position: left top;
	background:none;
	position: relative;
	height: 1%;
	margin-bottom:0px;
}

.header-cell{
	height: 1%;
	vertical-align: top;
	text-align: center;
}

.header{
	width: 766px;
	margin: 0 auto;
	text-align: left;
	background-image: url("/header-y.png");
	background-position: top center;
	background-repeat: repeat-y;
	min-height: 155px;
	position: relative;
}

.index .header{
	min-height: 135px;
}

*html DIV.header{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/header-y.png', sizingMethod='scale');
}

.content-cell{
	vertical-align: top;
	margin: 0;
	padding: 0;
/*	height: 98%;*/
	position:relative;
	background-image: url("images/bg/content.png");
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
}

.footer-cell{
	height: 100px;
	vertical-align: top;
	text-align: center;
	position: relative;
}
.index .footer-cell{
	height: 90px;
}

/*-*/

A {
	text-decoration: none;
	outline:none;
	color:#58756C;
}
A:HOVER {
	text-decoration: underline;
	outline:none;
}
IMG {border: none;}

HR{
	height:1px;
	margin:15px 0 0;
	padding:0;
}

H3{
	margin:8px 0;
}
.relax{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.header-bottom{
	width: 100%;
	height: 10px;
	background-image: url("images/bg/header-bottom.png");
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	top: -5px;
	z-index: 10;
}

*html DIV.header-bottom{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/header-bottom.png', sizingMethod='crop');
}

.content{
	width: 100%;
	position: relative;
	z-index: 100;
}

.content TABLE{
	font-size:12px;
}

.content H1{
	margin: 10px;
	padding: 0;
	text-align:left;
}

.content H1 A{
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #3D524B;
	margin-top: 10px;
	display: inline;
	margin-left: 5px;
}

.spool{
	position: absolute;
	top: 200px;
	right: -105px;
	width: 153px;
	z-index: 150;
	text-align: left;
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #3D524B;
}

.spool SPAN{
	display: block;
	margin-left: 45px;
}

.spool SPAN STRONG{
	display:block;
	margin:3px 0px;
}

.footer{
	background-image: url("/footer-y.png");
	background-position: top center;
	background-repeat: repeat-y;
	position: relative;

	width: 100%;
	height: 100px;
}

.index .footer{
	height: 90px;
}

.footer-top{
	width: 100%;
	height: 21px;
	
	position: relative;
	left: 0;
	top: -5px; 

	background-image: url("images/bg/footer-top.png");
	background-position: top center;
	background-repeat: no-repeat;
}

*html DIV.footer-top{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/footer-top.png', sizingMethod='crop');
}

.header, .header-bottom, .content, .footer{
	width: 766px;
	margin: 0 auto;
	text-align: left;
	float: none;
}

.footer{
	width: 802px;
}

.right-border, .left-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 164px;
	background-image: url("images/bg/header-left.png");
	background-position: top left;
	background-repeat: no-repeat;
}

*html DIV.right-border, *html DIV.left-border {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/header-left.png', sizingMethod='scale');
}

.right-border{
	left: auto;
	right: 1px;
}

.header .search{
	float: left;
	display: inline;
	margin-left: 20px;
	margin-top: 50px;
	width: 170px;
}

.header .search .adv-search-link{
	margin-left:45px;
	white-space:nowrap;
}

.index .header .search{
	margin-top: 30px;
}

.search INPUT.text{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	float: left;
	background-image: url("images/bg/input.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 101px;
	height: 16px;
}

.footer .search INPUT.text{
	width: 194px;
}

*html DIV .search INPUT{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/input.png', sizingMethod='scale');
}

.search A{
	float: left;
	font-size: 0;
	position: relative;
	margin-left: -1px;	
}

.header .search LABEL{
	font-size: 11px;
	color: #3D524B;
	float: left;
	clear: left;
	margin-right: 5px;
	line-height: 16px;
}

.header .search FORM A{
	float: left;
	font-size: 11px;
	clear: right;
	color: #3D524B;
	text-decoration: underline;
	line-height: 16px;
}

.header .search FORM A:HOVER{
	color: #3D524B;
	text-decoration: none;
}

.header .search FORM LABEL{
	margin-left: 45px;
}

.header .search FORM LABEL.logout{
	margin-left: 0px;
}

.header .logo{
	float: left;
	display: inline;
	margin-left: 100px;
	margin-top: 35px;
}

.index .header .logo{
	margin-top: 15px;
}

.header .view-cart{
	float: right;
	display: inline;
	margin-right: 20px;
	margin-top: 50px;
	line-height: 100%;
	width:20%;
}

.index .header .view-cart{
	margin-top: 30px;
}

.header .view-cart A{
	float: right;
	clear: both;
	font-size: 11px;
	color: #3D524B;
	margin-bottom: 5px;
	white-space: nowrap;
}

.header UL{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-left: 65px;
	font-size: 13px;
}

.header UL LI{
	display: inline;
	float: left;
	color: #58756C;
}

.header UL LI A{
	float: left;
	color: #58756C;
	padding: 0 2px;
	padding-bottom: 7px;
	font-weight: bold;
}

.header UL LI SPAN{
	float: left;
	padding: 0 4px;
	padding-bottom: 5px;
}

.header UL LI A{
	text-decoration: none;
}

.header UL LI A:HOVER, .header UL LI.active A{
	text-decoration: none;
	background-image: url("images/bg/main-menu-underline.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.footer .left-border, .footer .right-border{
	position: absolute;
	top: -21px;
	left: 18px;
	width: 7px;
	height: 96px;
	background-image: url("images/bg/footer-left.png");
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 150;
}

*html DIV.footer .left-border, *html DIV.footer .right-border{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/footer-left.png', sizingMethod='scale');
}

.footer .right-border{
	left: auto;
	right: 27px;
}

.footer .search{
	float: left;
	display: inline;
	margin-left: 45px;
	position: relative;
	width:340px;
}

.footer .search.s-message{
	margin-bottom:5px;
}

.footer .unsubscribe{
	float:left;
	font-size:9px;
	float:left;
	text-decoration:underline;
	color:#58756C;
}

.footer .unsubscribe:HOVER{
	text-decoration:none;
}

.footer .search LABEL{
	float: left;
	display: inline;
	margin-right: 5px;
	line-height: 16px;
	font-size:12px;
}

.footer A.a-savannah-holder{
	position:relative;
	float:left;
	width:100%;
	height:0px;
}
.footer IMG.savannah{
	float: right;
	display: inline;
}

.footer A.a-savannah{
	position:absolute;
	z-index:101;
	top:21px;
	right:45px;
	width:190px;
}

.footer UL{
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	display: inline;
	margin-left: 45px;
	list-style: none;
}

.footer UL LI{
	float: left;
	padding-top: 10px;
	display: inline;
	font-size: 12px;
        font-weight:bold;
	color: #3D524B;
}

.footer UL LI SPAN{
	padding: 0 7px;
}

.footer UL LI A{
	color: #3D524B;
}

.h5{
	height: 5px;
}

.h10{
	height: 10px;
}

.h25{
	height: 25px;
}

.billboard{
	width: 100%;
	position: relative;
	padding-top: 15px;
	color:#58756C;
	padding:0px 30px;
}

.billboard TABLE{
	color:#58756C;
}

/*one-col*/

.index .billboard{
	position: relative;
	padding: 0;
	margin-top: -8px;
	//margin-top: -16px;
}

.billboard UL.side-nav.new-bg{
	background-image: url("images/titles/new-vertical.gif");
}

.billboard UL.side-nav.fine-art-bg{
	background-image: url("images/titles/fine-art-label.gif");
}

.billboard UL.side-nav.jewelry-bg{
	background-image: url("images/titles/jewelry-label.gif");
}

.billboard UL.side-nav.fashion-bg{
	background-image: url("images/titles/fashion-label.gif");
}

.billboard UL.side-nav.books-bg{
	background-image: url("images/titles/books-label.gif");
}

.billboard UL.side-nav.gifts-bg{
	background-image: url("images/titles/gifts-label.gif");
}

.billboard UL.side-nav.stationery-bg{
	background-image: url("images/titles/stationery-label.gif");
}

.billboard UL.side-nav.dcor-bg{
	background-image: url("images/titles/decor-label.gif");
}

.billboard UL.side-nav.bath-bg{
	background-image: url("images/titles/bath-label.gif");
}

.billboard UL.side-nav.accessories-bg {
	background-image: url("images/titles/accessories-label.gif");
}

.billboard UL.side-nav.baby-bg {
	background-image: url("images/titles/baby-label.gif");
}

.billboard UL.side-nav{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: #3D524B;
	margin-left: 0px;
	display: inline;
	margin-top: 15px;
	width: 80px;
	_width: 100px;
	padding-left:20px;
	background-position: top left;
	background-repeat: no-repeat;
}

.billboard UL.side-nav LI{
	margin-bottom: 8px;
	float: left;
	clear: left;
	width:100%;
}

.billboard UL.side-nav A{
	float: left;
	text-decoration: none;
	padding-bottom: 5px;
	color: #3D524B;
}

.billboard UL.side-nav A:HOVER,
.billboard UL.side-nav LI.active A{
	background-image: url("images/bg/left-menu-underline.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	text-decoration: none;
}

.billboard .title{
	position: absolute;
	top: 170px;
	left: 180px;
}

.billboard .shopping-page{
	float: right;
	width: 592px;
	height: 209px;
	display: inline;
}

.index .billboard .shopping-page{
	float: right;
	width: auto;
	height: auto;
	display: inline;
	margin-right: 10px;
}

.index .billboard .shopping-page .featured-artist{
	position: absolute;
	bottom: -50px;
	right: -5px;
}

.catalog{
	float: right;
	position: relative;
}

.recently-viewed{
	clear:left;
	color:#3D524B;
	float:left;
	display:inline;
	font-size:12px;
	width:123px;
	margin-top:25px;
	padding-bottom:30px;
	margin-left:-10px;
}

.search-result .recently-viewed{
	margin-left:0px;
	margin-top:20px;
}


.recently-viewed STRONG{ 
	font-weight: normal;
}

.recently-viewed .item{
	float: left;
	clear: left;
	margin-top: 12px;
	position:relative;
	width:72px;
	text-align:center;
}

.recently-viewed .item A{
	display: block;
	clear: both;
	font-size: 10px;
	color: #3D524B;
	margin-left: 5px;
	text-align:left;
}

.recently-viewed .item A.image{
	background-image: url("images/bg/item-small.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-bottom: 5px;
	position:absolute;
	top:0px;
	left:3px;
	width:72px;
	height:86px;
}

.recently-viewed .item A.image,
.recently-viewed .item A.image:HOVER{
	text-decoration:none;
}

.recently-viewed .rec-image{
	width:51px;
	overflow:hidden;
	margin:7px 0 8px 10px;
	//margin-left:0px;
}

.recently-viewed .rec-image TABLE{
	width:100%;
	height:100%;
	overflow:hidden;
}

.recently-viewed .rec-image TABLE TD{
	vertical-align:middle;
	text-align:center;
}

.catalog .products{
	float: left;
	width: 570px;
	display: inline;
	padding-top: 20px;
	padding-bottom: 20px;
}

.catalog .products .navigation{ 
	float: left;
	clear: both;
	width: 100%;
}

.catalog .products .navigation .items-per-page{ 
	float: left;
} 

.catalog .products .navigation A, .catalog .products .navigation SPAN{ 
	float: left;
	color: #3D524B;
	font-size: 11px;
	display: inline;
}

.catalog .products .navigation .items-per-page A{ 
	padding: 0 5px;
	padding-bottom: 3px;
	text-decoration: none;
}

.catalog .products .navigation A{
	padding-bottom: 3px;
}

.catalog .products .navigation A:HOVER, .catalog .products .navigation A.active{
	text-decoration: none;
	background-image: url("images/bg/main-menu-underline-white.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

.catalog .products .navigation .pages A{
	padding-left: 5px;
}

.catalog .products .navigation .pages{ 
	float: right;
	display: inline;
	margin-right: 20px;
}

.catalog .products A{
	display: block;
	font-size: 11px;
}

.catalog .products .item{
	float: left;
	width: 135px;
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline;
	margin-right: 5px;
}

.catalog .products .item A{
	margin-left: 10px;
	color: #3D524B;
	display:block;
	clear:left;
}

.catalog .products .item A.image{ 
	margin-left: 0px;
	background-image: url("images/bg/item-big.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height:130px;
	width:127px;
	position:absolute;
	top:0px;
	left:0px;
	text-decoration:none;
}

.row{
	float: left;
	width: 100%;
	padding-top: 35px;
}

.row .product-image, .row .product-description{
	float: left;
	background-image: url("images/bg/separator.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 22px;
}

.row .product-image, .row .similar-offers{
	width: 305px;
	display: inline;
}

.row .product-description,
.row .price{
	width: 380px;
	float: left;
	display: inline;
	padding-bottom: 25px;
	clear:left;
}

.row .product-image H3, .row .product-image A.author{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #607B6F;
	font-weight: bold;
}

.row .product-image A.enlarge{
	float: left;
	clear: left;
}

.row .product-image A.author{
	line-height: 205%;
	text-decoration: underline;
}

.row .product-image A.author:HOVER{
	text-decoration: none;
}

.row .product-description{
	line-height: 140%;
	font-size: 14px;
	color: #607B6F;
}

.row .product-description .prod-descr-title{
	font-weight:bold;
}

.row .product-description P SPAN{
	display: block;
}

.row .product-description EM{
	font-size: 12px;
}

.previewset{
	float: left;
	clear: both;
	width: 270px;
}

.previewset A{
	float: left;
	width: 81px;
	padding-right:8px;
	height: 88px;
	text-align:center;
	background-image: url("images/bg/preview-small.png");
	background-position: top left;
	background-repeat: no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/preview-small.png', sizingMethod='scale');
	cursor:pointer;
}

.previewset A .img-wrapper{
	display:block;
	height:80px;
	overflow:hidden;
	width:81px;
}

.row .similar-offers {
	float: left;
	font-size: 11px;
	color: #607B6F;
	clear:left;
}

.row .prod-col{
	float:left;
}

.row .prod-col.rcol{
	padding-left:20px;
}

.row .similar-offers STRONG{
	display: block;
	margin-bottom: 20px;
}

.row .similar-offers STRONG EM{
	font-weight: normal;
}

.row .price{
	font-size: 14px;
	font-weight: bold;
	color: #607B6F;
	padding-top:15px;
}

.row .price TABLE.price-table{
	font-size: 14px;
}

.row .price TABLE{
	color: #607B6F;
	font-weight: bold;
}

.row .price SPAN{
	float:left;
	margin-bottom: 10px;
}

.row .price INPUT{
	width: 26px;
	border: 1px solid #607B6F;
}

.row .price BUTTON{
	background: none;
	float: left;
	clear: left;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #607B6F;
	background-image: url("images/icons/add-to-cart.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 30px 0;
	padding-left: 70px;
	//padding-left: 50px;
	cursor: pointer;
	margin-top: 5px;
}

.artist-bio, 
.contact-us, 
.press-room,
.press-room-main {
	float: left;
	width: 100%;
	clear: both;
}

.contact-us{
	font-size:11px;
	color:#58756C;
}

.contact-us .error-message {
	margin-left:70px;
}

.artist-bio .photo{
	float: left;
	display: inline;
	margin: 0 15px;
	text-align: center;
	font-size: 13px;
	color: #607B6F;
	position: relative;
}

.artist-bio .photo STRONG{
	display: block;
	text-align: center;
	padding-top: 5px;
}

.artist-bio .photo IMG{
	position: relative;
	left: 10px;
	top: 3px;
	z-index: 100;
	margin-bottom: 5px;
}

.artist-bio .photo SPAN.image{
	position: absolute;
	width: 130px;
	height: 118px;
	left: 0;
	top: 0;
	z-index: 150;
	background-image: url("images/bg/artist-bio-photo.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.artist-bio .details{
	float: left;
	display: inline;
	width: 520px;
	font-size: 13px;
	color: #607B6F;
	line-height: 120%;
	margin-left: 10px;
}
.artist-bio .details A{
	color: #607B6F;
	font-size: 11px;
}
.artist-bio .details H4{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.artist-bio .details P{
	margin: 0;
	padding: 5px 0;
}

.artist-bio .details .lots{
	float: left;
	width: 100%;
	padding: 10px 0;
}


.artist-bio .details .lots A{
	float: left;
	text-decoration: none;
	color: #607B6F;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	width: 108px;
	margin-right: 5px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.artist-bio .details .lots A:HOVER{
	text-decoration: none;
}

.artist-bio .details .lots A SPAN{
	display: block;
}

.artist-bio .details .lots A:HOVER SPAN{
	text-decoration: underline;
}

.artist-bio .details .lots A SPAN.image{
	position: absolute;
	width: 108px;
	height: 98px;
	left: 0;
	top: 0;
	background-image: url("images/bg/lot-bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.artist-bio .details .lots A IMG{
	float: left;
	display: inline;
	margin: 3px 10px;
}

.contact-us FORM{
	margin: 0;
	float: left;
	width: 340px;
	padding: 30px 30px 30px 15px;
	margin-left: 65px;
	display: inline;
	color: #58756C;
	_width: 380px;

	background-image: url("images/bg/contact-form.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.contact-us FORM .row{
	float: left;
	width: 100%;
	padding: 0;
	clear: both;
	margin-bottom: 20px;
}

.contact-us FORM .row.half{
	float: left;
	width: 49%;
	clear: none;
}

.contact-us FORM .row.half.right{
	float: right;
}

.contact-us FORM .row LABEL{
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #58756C;
	margin-bottom: 3px;
}

.contact-us FORM .row INPUT{
	width: 100%;
	border: none;
}

INPUT.input-1, 
INPUT.input-2, 
INPUT.input-3{
	border: none;
	background: none;
	background-image: url("images/bg/input-1.gif");
	background-position: center bottom;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}

INPUT.input-2{
	background-image: url("images/bg/input-2.gif");
}

INPUT.input-3{
	background-image: url("images/bg/input-3.gif");
}

.contact-us FORM .row .textarea TEXTAREA{
	background: none;
	border: none;
	width: 310px;
	height: 145px;
	overflow: auto;
}

.contact-us FORM .row .textarea{
	background-image: url("images/bg/textarea.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 11px;
}

.contact-us FORM BUTTON{
	float: right;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #58756C;
	font-size: 11px;
}

.contact-us FORM SPAN{
	float: left;
	width: 100%;
	font-size: 14px;
}

.contact-us .contact-info{
	float: left;
	width: 255px;
	line-height: 120%;
	font-size: 11px;
	color: #58756C;
	display: inline;
	margin-left: 30px;
}

.contact-us .contact-info STRONG{
	display: block;
	margin-bottom: 5px;
}

.contact-us .contact-info P{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.contact-us .contact-info A{
	color: #58756C;
}

.press-room .images{
	float: left;
	clear: both;
	display: inline;
	margin: 0px 20px;
	margin-top: -10px;
	position: relative;
}

.press-room .images IMG{
	float: left;
	display: inline;
	margin-right: 5px;
}

.press-room .text{
	float: left;
	clear: both;
	display: inline;
	padding: 0px 20px;
	line-height: 120%;
	color: #58756C;
	font-size: 12px;
	padding-bottom: 20px;
}

.press-room .text STRONG{
	float: left;
	width: 100%;
	padding-top: 10px;
	clear: both;
}

.press-room .text EM{
	font-style: normal;
	float: left;
	width: 100%;
	clear: left;
}

.press-room .text P{
	margin: 0;
	padding: 0;
	clear: left;
}

.submission-form{
	font-size: 11px;
	color: #58756C;
	padding: 10px 20px;
	line-height: 130%;
}

.submission-form P{
	margin: 5px 0;
}

.submission-form A{
	color: #58756C;
}

.submission-form FORM{
	padding: 0;
	margin: 0;
	float: left;
}

.submission-form FORM .cols{
	float: left;
	width: 720px;
	clear: both;
	padding-bottom: 25px;
}

.submission-form FORM .cols .left{
	float: left;
	display: inline;
	margin-right: 15px;
}

.submission-form FORM .cols .right{
	float: right;
	display: inline;
}

.submission-form FORM H4{
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #58756C;
}

.submission-form FORM STRONG{
	display: block;
	clear: both;
}

.submission-form FORM TEXTAREA{
	width: 99%;
	_width: 99.9%;
	overflow: auto;
	background: none;
	border: none;
	font-size: 11px;
	color: #58756C;
}

.submission-form FORM .textarea-long{
	background-image: url("images/bg/textarea-long.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 15px;
}

.submission-form FORM .textarea-long TEXTAREA{
	width: 320px;
	height: 40px;
}

.submission-form FORM .textarea-small{
	background-image: url("images/bg/textarea-small.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.submission-form FORM .textarea-small TEXTAREA{
	width: 200px;
	_width: 205px;
	height: 180px;
	_height: 185px;
	padding: 15px;
	padding-top: 5px;
	padding-right: 0;
	margin-top: 7px;
	margin-bottom: 10px;
	overflow: auto;
}

.submission-form FORM .textarea-middle{
	background-image: url("images/bg/textarea-middle.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.submission-form FORM .textarea-middle TEXTAREA{
	width: 250px;
	_width: 250px;
	height: 55px;
	_height: 60px;
	padding: 15px;
	padding-top: 5px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.submission-form FORM .inputs INPUT, .submission-form FORM INPUT.custom{
	float: right;
	height: 20px;
	border: none;
	background: none;
	background-image: url("images/bg/input-type-1.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 11px;
	color: #58756C;
}

.submission-form FORM INPUT.custom{
	float: left;
}

.submission-form FORM .inputs LABEL{
	float: left;
	font-weight: bold;
}

.submission-form FORM .cols .left.half, 
.submission-form FORM .cols .right.half{
	width: 49%;
	margin-right: 0;
}

.submission-form FORM INPUT.long-x{
	width: 310px;
}

.submission-form FORM INPUT.long{
	width: 275px;
}

.submission-form FORM INPUT.middle{
	width: 255px;
	background-image: url("images/bg/input-type-2.gif");
}

.submission-form FORM INPUT.small{
	width: 180px;
}

.submission-form FORM INPUT.small-x{
	width: 130px;
}

.submission-form FORM INPUT.small-xx{
	width: 85px;
}

.submission-form FORM .checkbox-column{
	float: left;
	width: 240px;
}

.submission-form FORM .checkbox-column.w200{
	width: 200px;
}

.submission-form FORM .checkbox-column LABEL{
	float: left;
	cursor: pointer;
}

.submission-form FORM .checkbox-column INPUT{
	float: left;
	clear: left;
}

.submission-form FORM .inline-checks{
	float: left;
	clear: both;
	margin: 5px 0;
}

.submission-form FORM .inline-checks INPUT, .submission-form FORM .inline-checks LABEL{
	float: left;
}

.submission-form FORM .inline-checks LABEL{
	margin-top: 3px;
}

.submission-form FORM .short-fields{
	float: left;
	margin-bottom: 5px;
}

.submission-form FORM .short-fields LABEL{
	float: left;
	font-weight: bold;
}

.submission-form FORM .short-fields INPUT{
	float: right;
	width: 130px;
	display: inline;
	margin-left: 5px;
	background: none;
	background-image: url("images/bg/input-type-2.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	border: none;
	height: 22px;
}

.submission-form FORM .short-fields INPUT.long{
	width: 99%;
	_width: 100%;
	float: left;
	margin: 0;
}

.submission-form FORM .cols .left.text-block{
	
}

.submission-form FORM .cols .left.text-block INPUT{
	float: left;
}

.submission-form FORM .cols .left.text-block LABEL{
	float: left;
	margin-top: 3px;
	cursor: pointer;
}

.submission-form FORM .cols .left.text-block P{
	margin: 3px 0;
}

.submission-form FORM .cols .left.form-submit BUTTON{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #58756C;
	font-size: 11px;

	cursor: pointer;

	background-image: url("images/bg/submit-button.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

.submission-form FORM .cols .left.form-submit BUTTON STRONG{
	float: left;
	margin: 3px 9px;
	_margin: 3px 7px;
}

.submission-form FORM .cols .left.form-submit LABEL{
	float: left;
	font-weight: bold;
	margin-top: 3px;
	display: inline;
	margin-right: 20px;
}

.submission-form FORM .cols .left.no-margin{
	margin: 0;
}

.w260 { width: 260px; }

.w250 { width: 250px; }

.w215 { width: 215px;}

.w200 { width: 200px;}

.h5 { height: 5px; }

.h10 { height: 10px; }

.artist-menu{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	margin-right: 15px;
	margin-top: 30px;
	z-index: 300;
}

.artist-menu LI{
	display: inline;
	margin-left: 9px;
	position: relative;
	float: left;
	z-index: 300;
}

.artist-menu LI UL{
	position: absolute;
	top: 27px;
	left: -5px;
	list-style: none;
	background-color: white;
	margin: 0;
	padding: 10px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	display: none;
	z-index: 300;
}

.artist-menu LI UL LI{
	display: block;
	clear: left;
	text-align: left;
	margin: 5px 0;
	padding: 0;
	white-space: nowrap;
}

.artist-menu LI UL LI A{
	color: #607B6F;
}

.shop-by-artist{
	float: left;
	width: 755px;
	clear: both;
	padding-left: 10px;
	position: relative;
}

.shop-by-artist A{
	float: left;
	display: inline;
	margin: 0;
	background-image: url("images/bg/thumb-frame.gif");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	width: 38px;
	height: 35px;
	font-size: 0;
	line-height: 0;
	margin-left: 1px;
	z-index: 100;
}


.press-room-main{
	padding-left: 7px;
}

.press-room-main A{
	float: left;
	background-image: url("images/bg/press-room-link.gif");
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 2px;
	margin-bottom: 10px;
	text-align: center;
	display: inline;

	width: 91px;
	height: 82px;
}

.heading-of-article{
	background-image: url("images/bg/heading-of-article.gif");
	background-position: left top;
	background-repeat: no-repeat;
	
	float: left;
	width: 130px;
	height: 118px;
	position: absolute;
	display: none;
	z-index: 300;
}

.heading-of-article A{
	background: none;
	color: #58756C;
}

.heading-of-article A:HOVER{
	text-decoration: none;
}

.heading-of-article A STRONG{
	display: block;
	font-size: 11px;
	clear: both;
	white-space: nowrap;
	width: 100%;
	left: 0;
	position: absolute;
	bottom: 3px;
}

.top-decor, .bottom-decor{
	position: absolute;
	width: 957px;
	height: 48px;
	left: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 300;
}

.right-decor, .left-decor{
	position: absolute;
	width: 136px;
	height: 529px;
	top: 18px;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 300;
}

.top-decor{
	top: -30px;
	background-image: url("images/bg/index-top.png");
}

.right-decor{
	width: 74px;
	right: 64px;
	background-image: url("images/bg/index-right.png");
}

.bottom-decor{
	bottom: -35px;
	background-image: url("images/bg/index-bottom.png");
}

.left-decor{
	left: 10px;
	background-image: url("images/bg/index-left.png");
}
/********************************************************************/

.index .relax.h25{
	height:10px;
}

/**************************************************/
/**************************************************/
.VertMenuLeftColumn{
	vertical-align:top;
}

TD.VertMenuTitle{
	color:#58756C;
	font-weight:bold;
	padding-left:30px;
}

TD.PListImgBox{
	width:10%;
	padding-right:10px;
}

TD.PImgBox{
	vertical-align:top;
}

.products-row{
	float:left;
	width:100%;
}

.item-image-holder{
	width:127px;
	float:left;
	position:relative;
	text-align:center;
	padding-bottom:15px;
	padding-top:14px;
	padding-left:2px;
}

TABLE.DialogBox{
	width:100%;
}

.prod_link_img{
	margin:auto;
	clear:left;
	width:100%;
	text-align:center;
	overflow:hidden;
}

.prod_link_img A{
	text-decoration:none;
}

TABLE.subcategories{
	font-size:13px;
	font-weight:bold;
}

TD.SubcatTitle{
	padding-left:30px;
}

.mailing-list-res{
	float:left;
	clear:left;
	font-size:0px;
	line-height:0px;
}

.VertMenuBorder{
}

.VertMenuBox{
	padding-left:30px;
	font-size:14px;
	color:#3D524B;
}

.VertMenuBox SPAN.login{
	color:#58756C;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
	padding:5px 0;
	display:block;
}

.RightColumn{
	padding-right:30px;
	padding-left:10px;
}

.big-btn-hor-bg{
	background:url(images/big-btn-hor-bg.png) top repeat-x;
	cursor:pointer;
}

.big-btn-vert-bg-l{
	background:url(images/big-btn-vert-bg.png) no-repeat top left;
	cursor:pointer;
}

.big-btn-vert-bg-r{
	background:url(images/big-btn-vert-bg.png) no-repeat top right;
	font-size:12px;
	font-weight:bold;
	line-height:120%;
	padding:7px 10px;
	cursor:pointer;
}

.ProductTitle{
	font-weight:bold;
}

.LineBeforeCart {
	background-color:#58756C;
}
.LineAfterCart {
	background-color:#CAC610;
}

.CheckoutTabSel,
a.CheckoutTab {
	color:#3D524B !important;
}

.search-again{
	padding-right:20px;
}

.this-page-url{
	padding-right:20px;
	font-weight:bold;
	padding-top:15px;
}

.this-page-url A{
	text-decoration:underline;
	font-weight:bold;
}

.this-page-url A:HOVER {
	text-decoration:none;
}

/******************************************/

.content-cell{
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/content-y.png', sizingMethod='scale');
}

.footer{
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/footer-y.png', sizingMethod='scale');
}

.index .billboard .shopping-page IMG{
	_display: block;
}

.index .billboard .shopping-page .featured-artist{
	_width: 205px;
	_height: 146px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/titles/featured-artist.png', sizingMethod='scale');
}

.index .billboard .shopping-page .featured-artist IMG{
	_display: none;
}

.billboard .title{
	_width: 167px;
	_height: 88px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/titles/welcome-to-new-shopscad.png', sizingMethod='scale');
}

.billboard .title IMG{
	_display: none;
}

.top-decor{
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./skin1/public/images/bg/index-top.png', sizingMethod='scale');
}

.right-decor{
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/index-right.png', sizingMethod='scale');
}

.bottom-decor{
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/index-bottom.png', sizingMethod='scale');
}

.left-decor{
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/index-left.png', sizingMethod='scale');
}

.error-message{
	margin:0px 0px 0px 45px;
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
	display:block;
	line-height:150%;
}

.content .error-message{
	margin:0px;
}

.success-message{
	font-size:1.3em;
	line-height:150%;
}

.subscribe-message{
	float:left;
	clear:left;
	color:#20751A;
	font-weight:bold;
	margin-left:45px;
	font-size:12px;
}

TABLE.reg-table INPUT.text{
	/*width:215px;*/
}

TABLE.reg-table SELECT{
	border-width:2px;
	width:219px;
	_width:215px;
}

TABLE.tab-image-holder{
	width:100%;
	height:100%;
	padding:13px 9px 10px 15px;
}

TABLE.tab-image-holder TD{
	vertical-align:middle;
	text-align:center;
}

.adv-search{
	float:left;
	margin-left:20px;
}

TD.wish-list-img{
	text-align:center;
	vertical-align:middle;
}

INPUT.scribble-box{
	background: url(images/bg/sc-box.gif) no-repeat center;
	border:medium none;
	color:#58756C;
	/*float:left;*/
	padding:12px 0px 0px 30px;
	font-size:11px;
	width:190px;
	position:relative;
	height:24px;
}

INPUT.scribble-box2{
	background: url(images/bg/sc-box.gif) no-repeat center;
	border:medium none;
	color:#58756C;
	/*float:left;*/
	padding-top:12px;
	padding-left:30px;
	_padding-top:5px;
	!padding-top:5px;
	_padding-left:16px;
	!padding-left:16px;
	
	font-size:11px;
	width:190px;
	position:relative;
	height:24px;
}

INPUT.scribble-box.sb-long{
	background: url(images/bg/sc-box-long.gif) no-repeat center;
	padding-top:12px;
	padding-left:15px;
	_padding-top:5px;
	!padding-top:5px;
	_padding-left:13px;
	!padding-left:13px;
	float:left;
}

INPUT.scribble-btn{
	background: url(images/bg/submit-button.gif) no-repeat left top;
	border:medium none;
	color:#58756C;
	cursor:pointer;
	display:inline;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:4px 0;
	width:63px;	
}

A.scribble-btn{
	background: url(images/bg/submit-button.gif) no-repeat left top;
	color:#58756C;
	display:block;	
	font-size:11px;
	font-weight:bold;
	padding:4px 0;
	text-align:center;
	text-decoration:none;
	width:63px;
}

A.scribble-btn:HOVER{
	text-decoration:none;
}

A.scribble-btn.long{
	background-image: url(images/bg/submit-button-long.gif);
	width:116px;
}


TABLE.SimpleButton,
TABLE.ButtonTable{
	background: url(images/bg/sc-box-l.gif) no-repeat left top;
	cursor:pointer;
	color:#58756C;
}

TABLE.SimpleButton TD,
TABLE.ButtonTable TD{
	background: url(images/bg/sc-box-r.gif) no-repeat right top;
	line-height:120%;
	padding:4px 10px 3px;
	font-weight:bold;
}

TABLE.SimpleButton A,
TABLE.ButtonTable A{
	text-decoration:none;
}


.price .additional-func{
	clear:left;
}

.DialogInfo{
	width:100%;
	background:#EDF5DB;
	opacity:0.7;
	//filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.catalog .products .navigation A.scribble-btn{
	padding:5px 0;
	margin-top:-5px;
}

.catalog .products .navigation A.scribble-btn{
	background: url(images/bg/submit-button.gif) no-repeat left top;
}

.shopping-page{
	width:592px;
	height:209px;
	position:relative;
	margin-right:5px;
	line-height:normal;
}

.shopping-page H4,
.shopping-page H5,
.shopping-page H6{
	font-family: sans-serif, Arial, Helvetica;
	margin:7px 0px;
	color:#58756c;
	font-weight:normal;
}

.shopping-page H5{
	font-size:20px;
}

.shopping-page H4{
	color:#CAC610;
	font-size:15px;
}

.shopping-page H6{
	font-size:25px;
}

.shopping-page-bg{
	background: url(images/bg/shopping-page-frame.png) top left no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/cart/skin1/images/bg/shopping-page-frame.png', sizingMethod='scale');
	width:592px;
	height:209px;
	position:absolute;
	top:0px;
	left:0px;
}
.shopping-page-holder{
	position:relative;
	height:0px;
	font-size:0px;
	line-height:0px;
}

A.sp-left-a,
A.sp-right-a{
	position:absolute;
}

A.sp-left-a{
	top:15px;
	left:4px;
	height:179px;
	width:277px;
	background: url(images/trans.gif) repeat;
}

A.sp-right-a{
	height:178px;
	right:3px;
	top:16px;
	width:307px;
	background: url(images/trans.gif) repeat;
}

.sp-left-c{
	display:inline;
	float:left;
	height:179px;
	margin-left:4px;
	margin-top:15px;
	overflow:hidden;
	text-align:center;
	width:277px;
}

.sp-right-c{
	text-align:center;
	float:right;
	height:178px;
	margin-right:3px;
	margin-top:16px;
	overflow:hidden;
	width:307px;
}

.wish-list-text{
	line-height:130%;
	text-indent:25px;
}

TABLE.product-image-table{
	clear:left;
	margin:auto;
}

TABLE.product-image-table IMG{
	display:block;
}

.product-image-holder{
	text-align:center;
}

.product-image-scribble{
	background: url(images/bg/scribble-frame-side.png) left top repeat-y;
	clear:left;
}

.product-image-left{
	background:url(images/bg/scribble-frame-side.png) right bottom repeat-y;
}

.product-image-scribble-top{
	background:url(images/bg/scribble-prod-frame-hor.png) left 3px no-repeat;
	padding-top:14px;
}

.product-image-scribble-bottom{
	background: url(images/bg/scribble-prod-frame-hor.png) left bottom no-repeat;
	clear:left;
	padding-bottom:10px;
	padding-left:13px;
	padding-right:13px;
}
.manufacturer-name{
	color:#3D524B;
	float:left;
	font-size:16px;
	font-weight:bold;
	padding-top:12px;
	width:100px;
}
.manufacturer-name A{
	color:#3D524B;
	font-size:13px;
}

.ProductPriceConverting,
.ProductDetailsTitle,
.MarketPrice{
	font-size:14px;
}
.row .price span.save {
	color:#cac610;
}
.form-wish{
	float:right;
	width: 47%;
	margin-bottom:50px;
}
.wish_text{
	float:left;
	width: 47%;
       line-height: 12pt;
}
.wish-list-text a{
	text-decoration:underline;
}
.wish-list-text a:hover{
	text-decoration:none;
}
table.gifreg-table{
	float:left;
}
div.right-col{
	float:right;
	width:43%;
}
div.right-col a{
	text-decoration:underline;
}
div.right-col a.none{
	text-decoration:none;
}
div.right-col a:hover{
	text-decoration:none;
}