﻿/* ** RECORD VIEW ** */

/* -- Thumbnail -- */
.thumbnailBar
{
	position: absolute;
	left: 35px;
	top: 60px;
	width: 135px;
	z-index: 104;
}
.thumbnailBar .thumbnail
{
	width: 135px;
	height: 135px;
}
.quickInfo
{
	margin-top: 20px;
	color: #000000;
	font-size: 9pt;
}
.quickInfo .title
{
	font-size: 8pt;
	font-weight: bold;
	color: #999999;
	margin-top: 10px;
}

.recordDetailOptions
{
	height: 21px;
	top: 60px;
	left: 180px;
	position: absolute;
	right: 320px;
	z-index: 100;
}
* html .recordDetailOptions
{
	left: 0px;
	right: 0px;
	padding-left: 180px;
	padding-right: 320px;
}
.recordDetail
{
	position: absolute;
	left: 180px;
	top: 88px;
	right: 320px;
	bottom: 20px;
	overflow: auto;
}
.recordDetail .scrollcontent
{
	height: 100%;
}
.classviewertools
{
	position: absolute;
	right: 0px;
	width: 300px;
	top: 53px;
	z-index: 106;
	height: 50px;
}
.classviewertools .subtitle SPAN
{
	color: #000;
	font-size: 8pt;
}
.toolsSection
{
	margin-top: 2px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	color: #666666;
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
}
.classviewer
{
	position: absolute;
	right: 0px;
	width: 300px;
	top: 106px;
	z-index: 105;
	bottom: 0px;
	overflow: auto;
	display: block;
}
* html .classviewer
{
	bottom:auto;
	height: expression((this.parentElement.parentElement.clientHeight - 106 - 4) + "px");
}





/* -- FIELD CONTROLS -- */
.searchlistfield
{
	width: 270px;
	display: block;
	float: left;
}
.searchlistfield .selecteditems
{
	float: left;
	overflow: auto;
	width: 200px;
	min-width: 200px;
	min-height: 15px;
	border: 1px solid #7F9DB9;
	font-size: 11px;
	background-color: #ffffff;
	padding: 2px;
	line-height: 17px;
	height: 100%;
	white-space: normal;
}
/* ie only */
* html .searchlistfield .selecteditems
{
	height: auto;
}
.searchlistfield .open
{
}
.searchlistfield .selector
{
	float: left;
	clear: right;
}




/* -- shortcut for searching -- */
.shortcuts .searchFieldBorder
{
    border: 1px solid #838383;
    float: left;
	margin-top: 0px;
}

* html .shortcuts .searchFieldBorder
{
    float: none;

}
.shortcuts .searchField
{
    width: 120px;
    font-size: 13px;
    background-image: url(../General/Img/searchshadow.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#ffffff;
	border: solid 1px #757575;
	height:17px;
	padding-left: 2px;
	padding-top: 0px;
	vertical-align: middle;
}
.shortcuts .button
{
	width: 15px;
    padding-left:5px;
    padding-right:5px;
    min-height: 17px;
    float: left;
    background-image: url(../General/Img/searcharrowgrey.gif);
    background-position: center;
    color: #ffffff;
    border:1px solid #757575;
	text-decoration: none;
}
* html .shortcuts .button
{
    float:none;
	vertical-align: middle;
    width: 29px;
    height: 19px;
}


/* -- Image list -- */
.imagelist .selectedimagedetails
{
	position: absolute;
	left: 35px;
	top: 45px;
	z-index: 104;
	width: 322px;
}
.imagelist .selectedimagedetails .link
{
	border: solid 1px #ddd;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
}
.vertical .selectedimagedetails
{
	width: 300px;
}
.imagelist .selectedimagedetails .subtitle
{
	margin-bottom: 5px;
}
.imagelist .selectedimagedetails IMG
{
	margin: 0px;
}
.imagelist .selectedimagedetails .links
{
	float: left;
	padding-left: 5px;
	width: 130px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}
.imagelist .selectedimagedetails .actions
{
	float: left;
	padding-left: 5px;
	width: 130px;
}
.imagelist .selectedimagedetails .action
{
	display: block;
	width: 103px;
	padding-top: 2px;
	padding-bottom: 2px;
}
* html .imagelist .selectedimagedetails .action
{
	width: 130px;
}
.imagelist .selectedimagedetails SPAN.action
{
	width: 101px;
	background-color: #E6F2F6;
	border: 1px solid #00A3D4;
}
* html .imagelist .selectedimagedetails SPAN.action
{
	width: 130px;
}


.imagelist .listheader
{
	position: absolute;
	left: 40px;
	width: 317px;
	top: 195px;
	z-index: 256;
}
.imagelist .listheader .subtitle
{
	padding-left: 0px;
	padding-top: 10px;
	color: #666;
}
.imagelist .toolsSection
{
	margin-top: 0px;
	margin-right: 20px;
	
}

.imagelist .list
{
	position: absolute;
	left: 40px;
	top: 225px;
	bottom: 3px;
	width: 317px;
	z-index: 50;
	display: block;
	background-color: Green;
}
* html .imagelist .list
{
	height: expression((this.parentElement.parentElement.parentElement.clientHeight - 225 - 4) + "px");
}

.imagelist .list .scrollcontent
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	overflow: auto;
	overflow-y: scroll;
	width: 100%;
	background-color: #EBEBEB;
}

.imagelist .list .item
{
	border: 1px solid #EBEBEB;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 1px;
	margin-top: 5px;
	float: left;
	clear: left;
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 9pt;
	width: 260px;
}
.imagelist .list TABLE
{
	clear: both;
}
.imagelist .list .master
{
	background-image: url(../General/Icons/ismaster.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.vertical .list TABLE
{
	margin-top: 5px;
}
.vertical .list TABLE .item
{
	margin-top: 0px;
}
.imagelist .list A.item:hover
{
	background-color: #E2E2E2;
	border: 1px solid #BBBBBB;
}
.imagelist .list .selected
{
	background-color: #ffffff;
	border: 1px solid #83B817;
}
.imagelist .list .item .image
{
	float: left;
	border: 0px none;
	margin-right: 5px;
}
.imagelist .list .item .text
{
	float: left;
	
}
.imagelist .list .sortup
{
	background-image: url(Img/sortup.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #83B817;
	text-decoration: none;
	cursor: hand;
}
.imagelist .list .sortup DIV
{
	width: 9px;
}
.imagelist .list .sortdown
{
	background-image: url(Img/sortdown.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #83B817;
	vertical-align: top;
	text-decoration: none;
	cursor: hand;
}
.imagelist .list .sortdown DIV
{
	border-top: solid 1px #ffffff;
	width: 9px;
}
.imagelist .list .nosort
{
	background-color: #999999;
}
.imagelist .list .nosort DIV
{
	width: 9px;
}



.noselection .list
{
	top: 84px;
}
* html .noselection .list
{
	height: expression((this.parentElement.parentElement.parentElement.offsetHeight - 84 - 4) + "px");
}

.noselection .listheader
{
	top: 54px;
}

/* -- FILE DETAILS -- */
.fileDetailOptions
{
	height: 25px;
	top: 60px;
	left: 370px;
	position: absolute;
	right: 0px;
	z-index: 100;
	overflow: hidden;
}
* html .fileDetailOptions
{
	width: expression((this.parentElement.offsetWidth - 370) + "px");
}
.fileDetail
{
	position: absolute;
	left: 370px;
	top: 88px;
	right: 0px;
	bottom: 20px;
	overflow: auto;
}
.fileDetail .scrollcontent
{
	height: 100%;
}

/* -- FIND ASSETS PAGE -- */
.findAssetsLeftBar
{
	position: absolute;
	left: 40px;
	width: 235px;
	top: 140px;
	z-index: 105;
	bottom: 20px;
}
* html .findAssetsLeftBar
{
	top: 0px;
	bottom: 0px;
	height: 100%;
	padding-top: 140px;
	padding-bottom: 20px;
}
.findAssetsLeftBar .innerContent
{
	overflow: hidden;
	height: 100%;
	background-image: url(Img/gradientb.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
.findAssetsLeftBar .scrollContent
{
	overflow: auto;
	height: 100%;
	width: 100%;
}
.findAssetsLeftBar .inputArea
{
	background-image: url(Img/gradientt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
}

.findClassTree
{
	z-index: 105;
	
}

.findResults
{
	position: absolute;
	left: 280px;
	top: 185px;
	right: 20px;
	bottom: 20px;
	overflow: auto;
}
* html .findResults
{
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	padding-left: 280px;
	padding-right: 20px;
	padding-top: 185px;
	padding-bottom: 20px;
	z-index: 200;
}
* html .findResults .scrollContent
{
	padding-top: 5px;
	overflow: auto;
	height: 100%;
	width: 100%;
}

.mosaicOptionsArea
{
	position:fixed;
	right: 20px;
	left: 275px;
	top: 140px;
	z-index: 201;
	background-color: #FAFAFA;
	height: 20px;
}
* html .mosaicOptionsArea
{
	position: absolute;
}
.mosaicOptionsArea TD
{
	height: 22px;
}
.MosaicOptions TD
{
	padding-left: 10px;
	background-color: #EEF7DC;
	border-top: 1px solid #D8EEAD;
	border-bottom: 1px solid #ffffff;
}
.findSearchArea
{
	position:fixed;
	right: 20px;
	top: 100px;
	z-index: 201;
}
* html .findSearchArea
{
	position: absolute;
}
.findSearchArea .searchLabel
{
	float: left;
	padding-top: 5px;	
	font-weight: bold;
	color: #999999;
	padding-right: 6px;
}
.findSearchArea .searchFieldBorder
{
    border: 1px solid #5B99AB;
    float: left;
	margin-top: 0px;
}

.findSearchArea .searchField
{
    width: 220px;
    font-size: 13px;
    background-image: url(../General/Img/searchshadow.gif);
	background-position:right;
	background-repeat:no-repeat;
	border: solid 1px #4B7C9F;
	background-color:#ffffff;
	float: left;
	height:20px;
	padding-left: 2px;
}
.findSearchArea .button
{
	width: 30px;
    padding-left:5px;
    padding-right:5px;
    height: 22px;
    background-image: url(../General/Img/searcharrow.gif);
    background-position: center;
    color: #ffffff;
    border:1px solid #4B7C9F;
	text-decoration: none;
	float: left;
	
}
.recordLinkDialog .listBoxPickerContainer .results TD
{
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
}


/* -- VERSIONS -- */
.versions
{
	position: absolute;
	left: 370px;
	top: 60px;
	right: 0px;
	z-index: 140;
}
.versions .innercontent
{
	background-color: #EDEFAA;
	border: 1px solid #ADB012;
	padding-top: 3px;
	padding-left: 20px;
	height: 101px;
}
.versions .scrollcontent
{
	clear: both;
	height: 82px;
	overflow: auto;
}
.versions .versionstitle
{
	float: left;
	color: #666;
	font-size: 11pt;
	font-weight: bold;
	clear: right;
}
.versions .newlink
{
	float: right;
	margin-right: 10px;
}
.versions .item
{
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	padding-bottom: 5px;
	margin-right: 10px;
	color: #000;
	text-decoration: none;
}
.versions A.item
{
	cursor: hand;
}

.versions .active
{
	background-color: #ffffff;
	background-image: url(Img/versionbg.gif);
}
.versions .inner
{
	border: 1px solid #EDEFAA;
}
.versions A.item:hover
{
	background-color: #DEE094;
	background-image: url(Img/versionbg.gif);
}
.versions .active .inner
{
	border: 1px solid #83B817;
}
.versions .item TD
{
	padding-left: 5px; 
	padding-top: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;
}
.versions .item IMG
{
	border: 0px none;
}
.versions .item .versionactions
{
	vertical-align: top;
	padding-bottom: 5px;
	line-height: 18px;
	text-align: left;
}

.versions .active .num
{
	font-weight: bold;
}
.versions .item .versionactions A
{
	width: 90px;
	display: block;
}
* html .versions .item .versionactions A
{
	width: 120px;
}

.versiondetails
{
	position: absolute;
	left: 370px;
	top: 175px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
}

* html .versiondetails .scrollContent
{
	overflow: auto;
	height: 100%;
	width: 100%;
}
.versiondetails .infotitle
{
	font-size: 10pt;
	background-image: url(../General/Icons/plus.gif);
	background-position: 25px center;
	background-repeat: no-repeat;
	cursor: hand;
	padding-left: 45px;
	height: 18px;
	margin-bottom: 2px;
	background-color: #F5F6DD;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.versiondetails .infotitle SPAN
{
	float: left;
}
.versiondetails .activetitle
{
	font-weight: bold;
	background-color: #EEEFCE;
	background-image: url(../General/Icons/minus.gif);
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
}
.versiondetails .infodetails
{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 45px;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 10px;
	clear: both;
}
.versiondetails .infotitle A.action
{
	margin-top: 1px;
	float: right;
	font-weight: normal;
	font-size: 9pt;

}
.previewlist
{
}
.previewlist .action
{
	display: block;
}
.previewlist TD
{
	font-size: 9pt;
	width: 170px;
}
.previewlist TD.actionlist
{
	border-left: 1px solid #999999;
	background-color: #f6f6f6;
}
.previewlist .previewitem
{
	margin-top: 10px;
	margin-right: 10px;
	border: solid 1px #999999;
	margin-bottom: 3px;
	padding: 8px;
}
.previewlist .thumbnail
{
	border: solid 1px #dfdfdf;
}

/* TEMP - copied from config studio */
/* WIZARD CLASSES */
.AdamWizard
{
}
.FullFormContent
{
}
.AdamWizardHeader
{
	background-color: #f3f0e9;
	height: 90px;
	background-position: 20px 33px;
	background-repeat: no-repeat;
	padding-top: 5px;	
}
.AdamWizardFooter
{
	background-color: #E5E5E5;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.AdamWizardTitle
{
	font-family: Univers Condensed Light, Zurich, Arial Narrow, Arial, Tahoma, Verdana;
	font-size: 23px;
	color: #00718F;
	padding-left: 20px;
	margin-bottom: 5px;
}
.AdamWizardStepTitle
{
	margin-left: 20px;
	font-family: Univers Condensed Light, Zurich, Arial Narrow, Arial, Tahoma, Verdana;
	padding-left: 20px;
	font-size: 17px;
	font-weight: bold;
}
.AdamWizardStepDescription
{
	padding-left: 20px;
	margin-left: 40px;
}
/* AdamWizardStepContent: not written to client in control? */
.AdamWizard .FormContent
{
	left: 100px;
	top: 105px;
	bottom: 40px;
	right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.AdamWizard .FullFormContent
{
	left: 0px;
	top: 100px;
	bottom: 40px;
	right: 0px;
}

.AdamWizardButtonGroup
{
	text-align: right;
	margin-top: 6px;
	margin-right: 20px;
}
.AdamWizardButtonGroup INPUT
{
	width: 100px;
}
.AdamWizardButtonGroup .finish
{
	margin-left: 30px;
}
.AdamWizardButtonGroup .cancel
{
	margin-right: 60px;
}
/* CURRENTLY IN CONFIG, but maybe needed general */
.AdamForm
{
	position: absolute; 
	top: 110px; 
	left: 40px; 
	right: 50px; 
	bottom: 20px;
	z-index: 200
}
* html .AdamForm
{
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	padding-left: 40px;
	padding-right: 50px;
	padding-top: 110px;
	padding-bottom: 20px;
	width: 100%;
	height: 100%;
}
.FormHeader
{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 65px;
	padding-bottom: 20px;
	padding-top: 4px;
}
.FormTitle
{
	color: #534640;
	font-family: Univers Condensed Light, Zurich, Arial Narrow, Arial, Tahoma, Verdana;
	font-size: 15pt;
	font-weight: bold;
	display: inline;
	margin-right: 20px;
}
.FormDescription
{
	color: #777777;
}
.FormButtons
{	
	display: inline;
}
.FormContent
{
	position: absolute;
	left: 107px;
	top: 170px;
	bottom: 20px;
	right: 20px;
	overflow: auto;
}
.FormChooseTask
{
	left: 50px;
}

.mosaictitle
{
	font-family: Univers Condensed Light, Zurich, Arial Narrow, Arial, Tahoma, Verdana;
	font-size: 13pt;
	color: #000000;
	font-weight: bold;
}

.mosaiccell
{
	display: block;
	float: left;
	overflow: hidden; 
	width: 199px;
	height: 18px;
	font-size: 9pt;
	border-bottom: 1px solid #e5e5e5;
}
.mosaiccell .changed
{
	color: #00A3D4;
	font-weight: bold;
}

DIV.subtitle
{
	padding-top: 10px;
}
DIV.grey
{
	color: #666666;
}
TD
{
	font-size: 10pt;
}

.treenodeselector
{
	width: 350px; /* needed in MaintenanceAction list (from 400px to 350px) */
}


.maintenancelink
{
	background-image: url(Icons/maintenance.gif);
}
/* END TEMP */

/**/

.security-user-grid table td {
    padding: 2px 0;
}
.security-user-grid table input {
    margin: 0;
    padding: 0;
}

/**/

/* -- ORDERING -- */
.order
{
	width: 100%;
}
* html .order
{
	width: expression((this.parentElement.parentElement.offsetWidth - 20) + "px");
}
.order .orderitemimage
{
	vertical-align: top;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 2px;
	border-bottom: solid 1px #CCCCCC;
}
.order .orderitemimage DIV
{
	width: 150px;
}
.order .orderitemtitle
{
	padding-top: 4px;
	font-weight: bold;
	font-family: Arial, Verdana;
	font-size: 12pt;
	color: #00A3D4;
	padding-bottom: 10px;
	vertical-align: top;
	white-space: nowrap;
}
.order .orderitemaddaction
{
	padding-top: 2px;
	font-weight: bold;
	vertical-align: top;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #999999;
	text-align: right;
	white-space: nowrap;
	text-align: right;
}
.order .orderitemaddaction INPUT
{
	font-size: 11px;
}
.order .orderitemaddaction SELECT
{
	margin-right: 7px;
}
.order .orderitemactions
{
	padding-bottom: 2px;
	border-bottom: solid 1px #CCCCCC;
}
.order SELECT
{
	font-size: 11px;
}
.order INPUT
{
	font-size: 11px;
}
.order .orderitemactions TD.label
{
	color: #83B817;
	font-size: 11px;
	font-weight: bold;
}
.order TABLE TABLE TD
{
	padding-right: 7px;
}
.removelink
{
	background-image: url(Icons/remove.gif);
	font-size: 10px;
}

.mosaicheader
{
	display: block;
	float: left;
	overflow: hidden; 
	width: 199px;
	padding-top: 10px;
	height: 25px;
	font-size: 9pt;
	font-weight: bold;
	color: #00A3D4;
	border-bottom: 1px solid #00A3D4;
}


.historyDialog .dialogContent
{
	width: 800px;
	height: 400px;
}

.searchclass
{
    float: left; 
    max-width: 180px; 
    overflow: hidden; 
    white-space: nowrap;
    padding-left: 16px;
    background: url('../Controls/Classifications/Child.gif') no-repeat 2px 0px;
	width: expression(this.offsetWidth < 180 ? "auto" : "164px");
	margin-bottom: 3px;
	margin-right: 3px;
}

.vendorName {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.vendorProviders {
	padding-left: 10px;
}

.additionalfiles {
	margin-top: 10px;
}
.additionalfiles .header {
	font-size: 10px;
	color: #00A3D4;
	font-weight: bold;
	border-bottom: solid 1px #666;
}
.additionalfiles .extension DIV {
	font-weight: bold;
	font-size: 11px;
	color: #666;
	width: 60px;
}
.additionalfiles .label DIV {
	font-size: 11px;
	width: 150px;
}
.additionalfiles .filesize DIV {
	font-size: 11px;
	width: 100px;
}
.additionalfiles .manual DIV {
	font-size: 11px;
	width: 40px;
}
.additionalfiles .filename DIV {
	font-size: 11px;
	width: 150px;
}
.additionalfiles .actions DIV {
	width: 100px;
}

/* -- general: search box -- */
.SearchBox
{
	float: left;
	clear: none;
}
.SearchBox INPUT
{
	width: 189px !important;
}

/* -- UrlDialog -- */
.downloadDialog
{
	width:640px;
	height:490px;
}
.messagegroup {
    font-family: Verdana;
    font-size: 11px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 60px;
    margin-bottom: 17px;
}
.messagegrouptitle {
    font-weight: bold;
}
.messagegroup UL  {
    margin: 0px;
    padding: 0px;
}
.messagegroup UL LI {
    list-style-type: none;
}

.downloaddetails {
    border-right: solid 1px #999;
    float: left;
    width: 330px;
}
.downloaddetails .content {
    padding-right: 10px;
}


.fields {
    margin: 8px;
}
.fieldcategory {
    color: #c90;
    font-size: 11px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 5px;
}
.fieldlabel {
    vertical-align: top;
    font-size: 10px;
    color: #777;
}
.fieldlabel DIV {
    overflow: hidden;
    margin-right: 4px;
}
.fieldcontrol {
    font-size: 10px;
    padding-bottom: 4px;
}
/* --- DownloadDialog  --- */
.download
{
	text-align:center;
	width:600px;
	padding:10px;
}
.download .Right
{
	text-align:left;
	float:right;
	width:250px;
}
.download .Left
{
	text-align:left;
	float:left;
	width:350px;
}
.download .LowResPdf
{
	background-image:url(../AssetStudio/buttons/button_lpdf.gif);
	background-repeat:no-repeat;
}
.download .LowRes
{
	background-image:url(../AssetStudio/buttons/button_lowres.gif);
	background-repeat:no-repeat;
}
.download .MidRes
{
	background-image:url(../AssetStudio/buttons/button_midres.gif);
	background-repeat:no-repeat;
}
.download .MidResPdf
{
	background-image:url(../AssetStudio/buttons/button_mpdf.gif);
	background-repeat:no-repeat;
}
.download .HighRes
{
	background-image:url(../AssetStudio/buttons/button_highres.gif);
	background-repeat:no-repeat;
}
.download .HighQuality
{
	background-image:url(../AssetStudio/buttons/button_htiff.gif);
	background-repeat:no-repeat;
}
.download .Label
{
	color:Gray;
	font-size:9pt;
}
.download .Item
{
	border-bottom:1px gray solid;
	margin-bottom:7px;
	padding-bottom:5px;
}

.preview
{
	vertical-align:top;
	width:640px;
	padding:5px;
}

.preview .image
{
	vertical-align:top
}
.preview .left
{
	float:left;
	width:451px;
}

.preview .right
{
	float:right;
	width:140px;
}

