/******************************************************

		CSS for Nicholas Haslam
		www.nicholashaslam.com
		
		by Toby Vervaart
		for Consultants in Design
		www.consultantsindesign.co.uk
		info@consultantsindesign.co.uk
		
		
		and Sasha (t-raid.com) 
		Maki (timkom.net)
		
******************************************************/

/******************************************************

		GLOBALS
		
******************************************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 125%; /* Required to set 10px to 1em */
}

body {
	font-size: 50%; /* Sets 10px to 1em */
}

html, body {
	height: 100%;
}

a {
	outline: none;
}

/******************************************************

		COLOUR & TYPOGRAPHY
		
******************************************************/

body {
	background: #91826F;
	color: #000;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	behavior: url(../css/htc/csshover.htc);
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h2 {
	font-size: 2.2em;
	margin: 0 0 15px 0;
}

p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	line-height: 18px;
}

ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}

li {
	padding: 2px;
	font-size: 1.13em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

.print {
	padding: 5px 0 5px 20px;
	background: transparent url(../images/printer.gif) no-repeat center left;
	font-size: 0.9em;
	margin: 20px 0 0 0;
}
.print-favourites {
	background: transparent url(../images/printer.gif) no-repeat center left;
	font-size: 0.9em;
	width: 140px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
}
.favorite {
	font-size: 0.9em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}

.dfavorite {
	font-size: 0.9em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}

/**************** Background Classes *******************/

.indexBg {
	background-color: #9A9C85;
}

.fabricsBg {
	background: #746756;
}

.lightingBg {
	background-color: #746756;
}

.antiquesBg {
	background: #746756;
}

.accessoriesBg {
	background: #746756;
}

.furnitureBg {
	background: #746756;
}

.interiorsBg {
	background: #746756;
}

.searchResultsBg {
	background: #746756;
}

.contactBg {
	background: #746756;
}

.aboutBg {
	background: #746756;
}

.paoloColourBg {
	background: #221015;
}

.paoloBg {
	background: #221015 url(../images/paolobg.jpg) no-repeat top left;
	color: #FFF;
}

.productBgLight {
	background: #D0C8B1;
}

.paoloColourBg2 {
	background: #746756;
}

.paoloBg2 {
	background: #746756 url(../images/paolobg2.jpg) no-repeat top left;
	color: #FFF;
}

.browseProductBg {
	background: #000;
}

/******************************************************

		STRUCTURE
		
******************************************************/

#bigWrap {
	width: 100%;
	/*position: absolute;
	top: 50%;
	left: 0;
	margin-top: -375px;*/
	overflow: auto;
	height: auto;
	padding-top: 10px;
}

#header {
	width: 100%;
	height: 5em;
	background: #746756;
	margin-top: 13px;
}

#headerWrap {
	width: 77.4em;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background: #746756;
}

#header h1 {
	display: block;
	width: 320px;
	height: 50px;
	background: transparent url(../images/logo.gif) no-repeat top left;
	float: right;
	text-indent: -999999px;
	margin: 0;
	padding: 0;
}

/****************** Navigation ***********************/

#nav {
	width: 100%;
	height: auto;
	background: #91826F;
	overflow: hidden;
	margin-top: 9px;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B1A28F;
	border-bottom-color: #B1A28F;
}

#nav ul {
	width: 77.4em;
	list-style-type: none;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

#nav li {
	display: inline;
	font-size: 1.13em;
	padding: 0;
}

#nav a {
	display: block;
	float: left;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 7px;
	padding-left: 18px;
}

#nav a:hover {
	background: #746756;
	text-decoration: none;
}

/****************** Content ***********************/

#contentWrap {
	overflow: auto;
	border-top: 1px solid #D8D0C7;
	background-color: #746756;
}

#content {
	width: 77.4em;
	height: 50em;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#content a {
	color: #FFF;
	text-decoration: underline;
}

#content a:visited {
	text-decoration: underline;
	color: #FFF;
}

#content a:hover {
	text-decoration: none;
}

/****************** Bottom Nav ***********************/

#bottomNavWrap {
	width: 100%;
	background-color: #91826F;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8D0C7;
	border-bottom-color: #D8D0C7;
}

#bottomNav {
	width: 77.4em;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#bottomNav ul {
	float: left;
	list-style-type: none;
	overflow: auto;
	margin: 0;
	padding: 0;
}

#bottomNav li {
	display: inline;
	font-size: 1.13em;
	margin: 0;
	padding: 0;
}

#bottomNav a {
	display: block;
	float: left;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}

#bottomNav a:hover {
	background: #91826F;
	text-decoration: none;
	color: #FFF;
}

#bottomNav p {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/****************** Simple Search *********************/

#bottomNav form {
	float: right;
	margin-top: 2px;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 7px;
}

#bottomNav label {
	font-size: 1.13em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #746756;
}

#searchText {
	padding: 1px;
	border-top: 1px solid #696561;
	border-right: 1px solid #A59f98;
	border-bottom: 1px solid #BBB4AC;
	border-left: 1px solid #BBB4AC;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

#searchSubmit {
	padding: 2px 2px 1px 2px;
	margin: 0 0 0 5px;
	background: #746756;
	color: #B1A28F;
	font-size: 1.13em;
}

/********************* Footer ************************/

#footer {
	width: 77.4em;
	margin: 10px auto;
	text-align: center;
	padding: 10px 0 0 0;
	color: #D8D0C7;
	font-size: 12px;
}

#footer a {
	color: #D8D0C7;
}

#footer a:visited {
	color: #D8D0C7;
}

/********************* Columns ************************/

#leftColumn {
	width: 28.5em;
	padding: 4em 2em 2em 2em;
	float: left;
}

/******************************************************

		PAGE SPECIFIC
		
******************************************************/

/****************** Product Info *********************/

#myScrollContainer {
	width: 10.8em;
	height: 50em;
	overflow: auto;
	float: left;
	margin: 0 0 0 1px;
	scrollbar-face-color: #91826F;
   scrollbar-shadow-color: #91826F;
   scrollbar-highlight-color: #91826F;
   scrollbar-3dlight-color: #91826F;
   scrollbar-darkshadow-color: #91826F;
   scrollbar-track-color: #B1A28F;
   scrollbar-arrow-color: #746756;
}

#myScrollContent {
	height: auto;
	width: 9em;
}

#controls {
	width: 1.3em;
	height: 50em;
	float: left;
	margin: 0 0 0 5px;
	border-right: 1px solid #C5BFA8;
	padding: 0 7px 0 0;
}

#up {
	position: relative;
	top: 0;
	margin: 5px 0 0 0;
}

#down {
	position: relative;
	bottom: 0;
	margin: 440px 0 0 0;
}

#productInfo {
	width: 160px;
	float: left;
	padding: 30px 0 0 5px;
	margin: 0;
	color: #FFF;
	font-size: 12px !important;
}

#details {
	margin: 0 0 20px 0;
}

#productInfo h2 {
	font-size: 20px;
}

#productInfo ul, #productInfo li, #productInfo p {
	font-size: 12px !important;
}

#productInfoContainer {
	width: 247px;
	height: 500px;
	float: left;
}

#productInfoLeft {
	width: 21.7em;
	height: 450px;
	padding: 20px 30px 30px 0;
	color: #FFF;
	overflow: auto;
	position: relative;
}

#productRange ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#productRange li {
	width: 90px;
	height: 90px;
	margin: 0;
	_margin: -3px 0 0 0;
	padding: 0;
}

#productDesc {
	width: 21em;
	float: left;
	padding: 30px 0 0 30px;
	color: #FFF;
}

#infoWrap {
	height: 400px;
}

#pagination {
	font-size: 14px;
}

#pagination a {
	padding: 2px;
	text-decoration: none;
}

#pagination a.selected {
	border: 1px solid #FFF;
}



#productInfo-new {
	width: 240px;
	float: left;
	padding: 30px 0 0 5px;
	margin: 0;
	color: #FFF;
	font-size: 12px !important;
	z-index: 30001;
}

#details-new {
	margin: 0 0 20px 0;
	color: #D8D0C7;
	text-align: left;
}

#productInfo-new h2 {
	font-size: 20px;
	color: #D8D0C7;
	text-align: left;
}

#productInfo-new ul, #productInfo-new li, #productInfo-new p, #productInfo-new a {
	font-size: 12px !important;
	color: #D8D0C7;
	text-align: left;
}

#productInfoContainer-new {
	width: 247px;
	height: 500px;
	float: left;
}
#infoWrap-new {
	height: 400px;
}

/******** Furniture / Interior Design Projects ********/

#fourSquareWrap {
	width: 47.5em;
	height: 47.5em;
	float: left;
	padding: 25px 0 0 25px;
	position: relative;
}

#interiorSquareWrap {
	width: 46em;
	height: 475px;
	float: left;
	padding: 25px 0 0 25px;
	overflow: auto;
	position: relative;
}

div#linkwrapper {
	width: auto;
	height: auto;
	overflow: auto;
	position: relative;
	text-decoration:none;
}

.linkBox {
	width: 21em;
	height: 21em;
	float: left;
	border-top: 0px solid #91857E;
	border-right: 0px solid #91857E;
	border-left: 0px solid #91857E;
	margin: 0 20px 20px 0;
	overflow: hidden;
	position: relative;
}

.linkBox h3 {
	font-size: 1.1em;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 3px;
}

/******************* Search Results ******************/

.resultBox {
	width: 33em;
	height: 9em;
	border: 1px solid #ADAAA2;
	padding: 15px;
	float: left;
	margin: 0 15px 15px 0;
	color: #FFF;
}

.resultBox:hover {
	background: #979485;
}

.resultBox h3 {
	width: 225px;
	margin: 0 0 5px 15px;
	float: left;
	font-size: 1.8em;
}

.resultBox p {
	margin: 0 0 3px 15px;
	width: 225px;
	float: left;
}

.searchTop {
	margin: 20px 0 10px 0;
}

.searchHighlight {
	color: #BDB8A2;
}

.searchCopy {
	color: #564D41;
}

.searchCopy a {
	color: #BDB8A2;
}

/********************* Contact Us ********************/

#leftColumn1 {
	width: 23em;
	margin: 40px 30px 0 0;
	color: #FFF;
	float: left;
}

#middleColumn {
	width: 230px;
	margin: 80px 40px 0 0;
	color: #FFF;
	float: left;
	font-size: 0.9em;
}

#rightColumn {
	width: 230px;
	_width: 220px;
	margin: 80px 0 0 0;
	color: #FFF;
	float: left;
	font-size: 0.9em;
}

#contactForm label {
	display: block;
}

#contactForm select {
	width: 100%;
	padding: 2px;
	border-left: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
}

#contactForm input {
	width: 100%;
	padding: 2px;
	border-left: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
}

#contactForm textarea {
	width: 100%;
	padding: 2px;
	border-left: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#contactForm .submit {
	width: auto;
}

/*********************** Press ***********************/

.pressItem {
	padding: 0 0 0 25px;
	background: transparent url(../images/pdf.gif) no-repeat top left;
	background-position: 0 5px;
	margin: 0 0 15px 0;
}

.pressItem dt {
	font-size: 1.5em;
	font-weight: bold;
}

.pressItem dd {
	font-size: 1.2em;
}

.pressItem a {
	text-decoration: none !important;
}

.pressItem a:hover {
	text-decoration: underline !important;
}

/*********************** About Us ***********************/

.mapBox {
	width: 21em;
	height: 21em;
	float: left;
	border-top: 1px solid #C9BDB6;
	border-right: 1px solid #C9BDB6;
	border-left: 1px solid #C9BDB6;
	margin: 0 20px 20px 0;
	background: #706356;
}

.mapBox h3 {
	font-size: 1.1em;
	color: #FFF;
	padding: 0px 1px 0px 15px;
	margin: -2px 0 0 1px;
}

.linkBoxNoBorder {
	width: 18.2em;
	height: auto;
	float: left;
	margin: 0 20px 20px 0;
	color: #FFF;
	padding: 0 15px;
}

.linkBoxNoBorder h3 {
	font-size: 1.2em;
	color: #FFF;
	padding: 0px 1px 0px 15px;
	background: #706356 url(../images/linkbg.gif) no-repeat top left;
	margin: -3px 0 0 1px;
}

#aboutInfo {
	width: 24em;
	float: left;
	padding: 3em 0 0 3em;
	color: #FFF;
}
.aboveshoes {
	font-size: 1.2em;
	margin: 0 0 0 0;
	height: 20em;
}
.belgianshoes {
	margin: 0 0 0 0;
	height: 21em;
	background: transparent url(../images/belgianshoes.gif) no-repeat bottom left;
}

.map {
	float: right;
	padding: 0 10px 0 0;
}

/*********************** Interior Design ***********************/

#largeImages {
	width: 50em;
	height: 50em;
	overflow: hidden;
	float: left;
}

/******************************************************

		USEFUL CLASSES
		
******************************************************/

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* Scroll Bar Master Styling Starts Here */

.scrollwrapper {
	/*margin: 0 0 0 -8px;*/
}

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase {
width: 15px;
top: 0px;
}

.vscrollerbar {
	width: 25px;
	top: 0px;
	left: 0;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding:15px;
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/vscroller.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/vscroller.png);
width: 15px;
height: 10px;
}


/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #D1DDCB;
background-image: url(../images/scrollbaseback.png);
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(../images/scrollbases.png) -15px 0 no-repeat;
}

.vscrollerbaseend {
height: 15px;
width: 15px;
background: url(../images/scrollbases.png) -1px 0 no-repeat;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
background: white url(../images/scrolljog.png) 50% 50%;
}


/* Scroll Bar Master Styling Ends Here */

#productLogo {
	display: none;
}
#contenthome {
	width: 77.4em;
	height: 50em;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
}
.float-left {
	float: left;
	padding-right: 24px;
	margin-top: -9px;
}
.float-left-antiques {
	float: left;
	padding-right: 24px;
}
#welcome {
	margin-top: 10em;
}
#navhome {
	width: 100%;
	height: auto;
	background: #91826F;
	overflow: hidden;
	border-bottom-width: 7px;
	border-bottom-style: none;
	border-bottom-color: #B1A28F;
}
#navhome ul {
	width: 77.4em;
	margin: 0 auto;
	list-style-type: none;
	overflow: auto;
}

#navhome li {
	display: inline;
	font-size: 1.13em;
	padding: 0;
}

#navhome a {
	display: block;
	padding: 5px 18px 5px 18px;
	float: left;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
}

#navhome a:hover {
	background: #746756;
	text-decoration: none;
}
#splash {
	margin-top: 20em;
}
.intro {
	text-transform: uppercase;
	color: #D8D0C7;
	letter-spacing: 0.5em;
	font-size: 14px;
}
.intro-small {
	color: #D8D0C7;
	font-size: 12px;
	text-transform: uppercase;
}
.intro-small a {
	color: #D8D0C7;
	text-decoration: none;
}
.intro-small a:hover {
	color: #FFFFFF;

}
.intro-dark {
	color: #D8D0C7;
	font-size: 12px;
	text-transform: uppercase;
}
.intro-dark a {
	color: #665744;
	text-decoration: none;
}
.intro-dark a:hover {
	color: #FFFFFF;

}
.item_boxes {
	float: left;
	border: 1px solid #ADAAA2;
	background-color: #746756;
	margin: 5px;
}

.item_boxes:hover {
	background-color: #55493F;
	text-decoration: none;
}

.item_boxes_favourites {
	float: left;
	border: 1px solid #ADAAA2;
	background-color: #746756;
	margin: 5px;
}

.item_boxes_favourites:hover {
	background-color: #55493F;
	text-decoration: none;
}

.item_boxes_interiors {
	float: left;
	border: 1px solid #ADAAA2;
	background-color: #746756;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 18px;
	margin-left: 10px;
}

.item_boxes_interiors:hover {
	background-color: #55493F;
	text-decoration: none;
}

.pad {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-decoration: none;
}
.pad_interiors {
   
    padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 11px;
	padding-left: 8px;

}

.caption {
	color: #D8D0C7;
	font-size: 11px;
	margin-top: -3px;
	text-decoration: none;
}
.caption a {
	color: #D8D0C7;
	text-decoration: none;
}

.caption a {
	color: #D8D0C7;
	text-decoration: none;
}

.caption a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.closer-look {
	height: 400px;
	width: 750px;
	background-color: #594F43;
	padding-top: 28px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}
.closer-look-interiors {
	background-color: #594F43;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 21px;
	padding-left: 18px;
}
.closer-look-antiques {
	background-color: #594F43;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#productDesc-antiques {
	float: left;
	padding: 30px 0 0 30px;
	color: #FFF;
}
.clear-antiques{
	clear: both;
	height: 21px;
}
.pad-caption {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: none;
}
.pad-titles {
	padding-top: 40px;
	padding-right: 7px;
	padding-bottom: 18px;
	padding-left: 7px;
}
.pad-titles-press {
	padding-top: 24px;
	padding-right: 7px;
	padding-bottom: 13px;
	padding-left: 7px;
}
.title-text {
	color: #FFFFFF;
	font-size: 2.2em;
}
.favouritesBox {
	width: 33em;
	height: 10em;
	border: 1px solid #ADAAA2;
	padding: 15px;
	float: left;
	margin: 0 15px 15px 0;
	color: #FFF;
	background-color: #847664;
}

.favouritesBox:hover {
	background-color: #746756;
}

.favouritesBox h3 {
	width: 220px;
	float: left;
	font-size: 1.8em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #D8D0C7;
}

.favouritesBox p {
	margin: 0 0 3px 10px;
	width: 220px;
	float: left;
	color: #D8D0C7;
}

.style1 {color: #D8D0C7}

.pdfBox {
	width: 36.7em;
	border: 1px solid #ADAAA2;
	padding: 5px;
	float: left;
	color: #D8D0C7;
	background-color: #81715E;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0;
	height: 40px;
}

.pdfBox:hover {
	background-color: #756456;
}
.pdfBox p {
	float: left;
	color: #D8D0C7;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 13px;
	width: 305px;
}
.pdfBox a {
	font-size: 12px;
	text-decoration: underline;
	color: #E1D8CF;
}
.pdfBox a:hover {
	color: #FFFFFF;
}
.thmbn {
	height: 136px;
	width: 94px;
}
.flip-book {
	height: 600px;
	width: 900px;
	background-color: #594F43;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#contentWrap-press {
	overflow: auto;
	border-top: 1px solid #D8D0C7;
	background-color: #746756;
}
.intro-lg {
	text-transform: uppercase;
	color: #D8D0C7;
	letter-spacing: 0.5em;
	font-size: 18px;
}
#pagination-new {
	font-size: 14px;
	color: #E1D8CF;
	clear: both;
	text-align: right;
	padding-right: 33px;
	padding-top: 24px;
}

#pagination-new a {
	padding: 2px;
	text-decoration: none;
	color: #E1D8CF;
}

#pagination-new a.selected {
	border: 1px solid #FFF;
}
#pagination-new a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#download {
	font-size: 11px;
	color: #E1D8CF;
	clear: both;
	text-align: left;
	padding-right: 33px;
	padding-top: -7px;
}

#download a {
	text-decoration: none;
	color: #E1D8CF;
}

#download a:hover {
	color: #FFFFFF;
}


.productdesc
{
 width:724px;
 height:440px;
 overflow:hidden;
}
#productDesc-int {
	width: 23em;
	float: left;
	padding: 30px 0 0 30px;
	color: #FFF;
}
.pad-antiq {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-decoration: none;
	height: 96px;
	width: 96px;
	text-align: center;
	display: table-cell; 
	vertical-align: middle;
}
#infoWrap-antiques {
}

