body {
	margin: 0 auto; 
	background: url(/images/top-bkgrd.gif) top left repeat-x; 
	font-family: Arial;
	font-size: 12px;
	color: #323233;
}

#frm_files,#frm_package{
	float:left;
	width:70%;
}

#file-preview{
	float:left;
	width:28%
}
p {
	margin: 10px 0 10px 0;
}

a:link, a {
	color: #B39465;
	text-decoration: none;
}
a:hover {
	color:#B39465;
	text-decoration:underline;
}

/* --- Start Home Page ---- */

#nav {
	width: 880px; 
	height: 35px; 
	text-align: left; 
	font-size: 13px; 
	padding: 0 20px 0 20px; 
	margin: auto;
}

#nav ul {
	margin: 0 auto; 
}

#nav li.first {
	float: left; 
	line-height: 35px; 
	padding: 0 10px 0 0; 
	background: url(/images/nav-divider.gif) top right no-repeat;
}

#nav li {
	float: left; 
	line-height: 35px; 
	padding: 0 10px 0 0; 
	background: url(/images/nav-divider.gif) top right no-repeat; 
	margin: 0 0 0 10px;
}

#nav li.last {
	float: left; 
	line-height: 35px; 
	padding: 0 10px 0 0; 
	background: none; 
	margin: 0 0 0 10px;
}

#nav li.login {
	float: right; 
	line-height: 35px; 
	background: url(/images/nav-login.gif) top left no-repeat; 
	width: 63px; 
	padding: 0 0 0 16px;
}

#nav li.logout {
	float: right; 
	line-height: 35px; 
	background: url(/images/nav-login.gif) top left no-repeat; 
	width: 63px; 
	padding: 0 0 0 13px;
}

#nav li a {
	text-decoration: none; 
	color: white;
}

#loggedOutSpacer {
	line-height: 23px;
}

#subNav {
	background: url(/images/admin_bkgrd.gif) repeat-x;
	width: 100%; 
	height: 22px;
	margin: 0 auto;
	margin: 1px 0 0 0;
}

#subNavContainer {
	width: 860px; 
	height: 22px;
	margin: 0 auto;
}

#subNavLeft{
	float:left;
	background: url(/images/admin_nav_bkgrd.gif) 0px 0px no-repeat;
	height:22px;
	width:25px;
}

#subNavCenter {
	float:left;
	background: url(/images/admin_nav_bkgrd.gif) 0px -22px repeat-x;
	text-align: left; 
	font-size: 11px; 
	font-weight: bold;
	padding: 5px 0 0 0; 
	height:17px;
	width:595px;
}

#subNavRight{
	float:left;
	background: url(/images/admin_nav_bkgrd.gif) 0px -44px no-repeat;
	height:22px;
	width:25px;
}

#subNavContainer a {
	color: #ab8953;
	font-weight: normal;
	text-decoration: none;
	padding: 0 3px 0 3px;
}
#subNavContainer a:hover {
	color: #ab8953;
	text-decoration: underline;
}

#subNavContainer .subNavContent {
	margin: 0 0 0 10px;
}

#headerContainerHome {
	width: 100%;
	background: url(/images/hdr_bkgrd.gif) 0px 67px repeat-x;
}

#headerHome {
	width: 900px;
	margin: auto;
	overflow: visible;
	clear: both;
	line-height: 1px;
}


#headerContainer {
	width: 100%;
}

#header {
	width: 860px;
	margin: auto;
	clear: both;
}

#container {
	width: 860px;
	margin: auto;
	overflow: hidden;
	clear: both;
	padding: 0 20px 0 20px;
}

#container2 {
	width: 860px;
	margin: auto;
	overflow: hidden;
	clear: both;
	padding: 0;
}

#copyLeft {
	width: 420px;
	float: left;
	padding: 0 10px 0 0;
	line-height: 18px; 
}

#wineBtmsHm {
	width: 420px;
	float: left;
	padding: 0 0 0 10px;
}

h1 {
	font-size: 18px;
	color: #451c19;
	margin: 30px 0 23px 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #451c19;
	margin: 0px 0 9px 0;
	padding: 0;
	font-weight: normal;
}

#whatsNew {
	padding: 30px 0;
	width: 860px;
	overflow: auto;
}

#whatsNewTop {
	width: 860px;
	height: 10px;
}

#whatsNewLeft{
	float: left;
	background: url(/images/whats_new_border_top.gif) 0px 0px no-repeat;
	height: 10px;
	width: 10px;
}

#whatsNewCenter {
	float: left;
	background: url(/images/whats_new_border_top.gif) 0px -10px repeat-x;
	height: 10px;
	width: 840px;
}

#whatsNewRight{
	float: left;
	background: url(/images/whats_new_border_top.gif) 0px -20px no-repeat;
	height: 10px;
	width: 10px;
}

#whatsNewMiddle {
	width: 840px;
	border-left: 1px solid #451c19;
	border-right: 1px solid #451c19;
	padding: 4px 9px 0 9px;
	overflow: auto;
}

#whatsNewMiddle a {
	color: #323233;
	text-decoration: none;
}

#whatsNewMiddle a:hover {
	color: #323233;
	text-decoration: underline;
}

#whatsNewMiddle .left {
	width: 410px;
	float: left;
	margin: 0 10px 0 0;
}

#whatsNewMiddle .right {
	width: 410px;
	float: left;
	margin: 0 0 0 10px;
}

#whatsNewMiddle .row01 {
	background: #e3dddd;
	line-height: 25px;
	padding: 0 0 0 5px;
}

#whatsNewMiddle .row02 {
	line-height: 31px;
	padding: 0 0 0 5px;
}

#whatsNewBtm {
	width: 860px; 
}

#whatsNewBtmLeft{
	float: left;
	background: url(/images/whats_new_border_btm.gif) 0px 0px no-repeat;
	height: 10px;
	width: 10px;
}

#whatsNewBtmCenter {
	float: left;
	background: url(/images/whats_new_border_btm.gif) 0px -10px repeat-x;
	height: 10px;
	width: 840px;
}

#whatsNewBtmRight{
	float: left;
	background: url(/images/whats_new_border_btm.gif) 0px -20px no-repeat;
	height: 10px;
	width: 10px;
}

#btmPops {
	width: 860px;
	margin: 30px auto 0 auto;
}

.btmPop{
	width: 420px;
	height:65px;
	line-height: 65px;
	font-size: 14px;
	color: white;
	text-align: center;
	float: left;
	margin: 0 auto;
}

#searchPop {
	background: url(/images/search_pop.gif) top left no-repeat;
	float:left;
}

#browsePop {
	background: url(/images/browse_pop.gif) top left no-repeat;
	float:right;
}

.btmPop a {
	display:block;
	line-height: 65px;
	height:65px;
	color: white;
	text-decoration: none;
}

.btmPop a:hover {
	color: white;
	text-decoration: underline;
}

/* ---End Home Page --- */

#footer {
	padding: 20px 0 0 10px;
	clear: both;
	font-size: 11px;
	color: #666666;
}


/* --- Start Results --- */

#pgTitleBar {
	width: 840px;
	background: url(/images/pg_title_bar.gif) top left no-repeat;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	overflow: auto;
}

#pgTitleBar .pgTitle {
	line-height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	float: left;
}



#pgTitleBar .backToResults {
	float: right;
	line-height: 45px;
	color: white;
}

#pgTitleBar a {
	color: white;
	text-decoration: none;
}

#pgTitleBar a:hover {
	color: white;
	text-decoration: underline;
}

#searchBox {
	width: 850px;
	background: #f1f0ed;
	margin: 20px 0 0 0;
	padding: 10px 0px 10px 15px;
	overflow: auto;
}

#searchBox .chooseBrand {
	width: 175px;
	float: left;
}

#searchBox .chooseBrand img {
	vertical-align: middle;
	margin: 0 0 0 4px;
}

#searchBox .selectVarietals {
	width: 185px;
	float: left;
}

#searchBox .selectCategories {
	width: 185px;
	float: left;
}

#searchBox .searchKeyword {
	width: 220px;
	float: left;
}

#searchBox .searchKeyword img {
	vertical-align: middle;
	margin: 0 0 0 3px;
}

#searchBox .includeArchived {
	width: 110px;
	float: left;
	margin: 18px 0 0 0;
}

#searchBox .includeArchived .addInput {
	vertical-align: middle;
	margin: -2px 3px 0 0;
}


.dd150 {
	width: 150px;
	font-size: 11px;
	margin: 2px 0 0 0;
	padding: 2px 0 2px 0;
}

.input140 {
	width: 140px;
	height: 15px;
	font-size: 11px;
	margin: 2px 0 0 0;
}

.pageInfo {
	width: 840px;
	margin: 20px 0 20px 0;
	padding: 0 10px 0 10px;
	font-size: 11px;
	clear: both;
}

.pageInfo .resultsFound {
	float: left;
	width: 400px;
}

.pageInfo .pagination {
	float: right;
	font-size: 11px;
	font-weight: bold;
}

.pageInfo .pagination .active {
	padding: 0 2px 0 2px;
}

.pageInfo .pagination a {
	color: #b39465;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

.pageInfo .pagination a:hover {
	color: #b39465;
	text-decoration: underline;
}

/* --- Start Results Table -- */

#results {
	width: 860px;
	overflow: auto;
}

#results {
	font-size: 11px;
}

.titles td {
	color: #451c19;
	padding: 0 0 0 10px;
	line-height: 20px;
	/*border-top: 1px dotted #333;*/
	border-bottom: 1px dotted #333;
}

.titlePreview {
	width: 82px;
}

.titleFileName {
	width: 311px;
}

.titleFileSize {
	width: 92px;
}

.titleCategoryType {
	width: 97px;
}

.titleLastUpdated {
	width: 92px;
}

.titleFilePackage {
	width: 175px;
}

.files td {
	background: #f4ede9;
	border-top: 10px solid white;
	border-right: 2px solid white;
	padding: 10px 0 10px 10px;
	vertical-align: top;
}

.filesLast td {
	background: #f4ede9;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
	border-right: 2px solid white;
	padding: 10px 0 10px 10px;
	vertical-align: top;
}

.preview {
	width: 69px;
	height: 69px;
}

.preview img {
	border: 1px solid #333;
}

.fileTitle {
	color: #b39465;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.files a {
	color: #b39465;
	text-decoration: none;
}

.files a:hover {
	color: #b39465;
	text-decoration: underline;
}

.filesLast a {
	color: #b39465;
	text-decoration: none;
}

.filesLast a:hover {
	color: #b39465;
	text-decoration: underline;
}

.filePackage img {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

.downloadFile {
	margin: 0 0 10px 0;
}

.emailFile {
	margin: 0 0 10px 0;
}

.addFile .addInput {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

.fileLive {
	margin: 0 0 10px 0;
}

a.fileVisible {
	color: #31a32f;
	text-decoration: none;
}

a.fileVisible:hover {
	color: #31a32f;
	text-decoration: underline;
}

a.fileNotVisible {
	color: #cc0033;
	text-decoration: none;
}

a.fileNotVisible:hover {
	color: #cc0033;
	text-decoration: underline;
}

.editFile {
	margin: 0 0 10px 0;
}

.legend td {
	padding: 0 10px 0 0;
	text-align: right;
	line-height: 20px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

.legend td img {
	vertical-align: middle;
	margin: 0 0 0 2px;
}

/* --- End Results Table --*/

/* --- End Results --- */

/* ---Files --- */

li.icon{
	display:block;
	background: url(/images/icons.png);
	list-style: none;
	height: 16px;
	float:left;
}
li.icon a{
	display:block;
	text-decoration: none;
	height:16px;
}
li.icon a:hover{
	display:block;
	text-decoration: none;
	height:16px;
}
.legend .iconLabel{
	float:right;
}
.iconLabel.download{
	width:60px;
}
.iconLabel.edit{
	width:35px;
}
.iconLabel.delete{
	width:45px;
}
.iconLabel.archive{
	width:50px;
}
.iconLabel.email{
	width:39px;
}
.legend .icon{
	float:right;
}
.icon.download{
	background-position: -69px -5px !important;
	width: 10px;
}
.icon.edit{
	background-position: 0 -5px !important;
	width: 17px;
}
.icon.delete{
	background-position: -20px -5px !important;
	width:23px;
}
.icon.archive{
	background-position: -47px -5px !important;
	width: 20px;
}
.icon.email{
	background-position: -89px -5px !important;
	width: 19px;
}
/* --- Activity --- */
input.datepicker {
	border:1px solid #999999;
	width:120px;
	background-image:url(/images/calendar.png);
	background-position:right center;
	background-repeat:no-repeat;
	cursor: pointer;
}
/*
*
*	Validation
*	
*/
input.disabled {
	border:1px solid #F2F2F2;
	background-color:#F2F2F2;
}

input.required,textarea.required {
	border:1px solid #00A8E6;
}

input.validation-failed,textarea.validation-failed {
	border:1px solid #FF3300;
	color:#FF3300;
}

input.validation-passed,textarea.validation-passed {
	border:1px solid #00CC00;
	color:#000;
}

.validation-advice {
	display: inline;
	margin: 0;
	color: #FF0000;
	background-color: transparent;
	font-weight: bold;
	padding: 0 0 0 5px;
}

.custom-advice {
	margin:0;
	padding:0;
	background-color:#C8AA00;
	color:#FFF;
	font-weight:bold;
}

#sortableContainer img.arrow {
	float: left;
}

div.catTitle {
	float: left;
}

div.catEditDelete {
	float: right;
}

div#sortableContainer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EFF7FF none repeat scroll 0 0;
	border:2px solid #336699;
	width:470px;
}

div#sortableContainer div.catRow {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#DFEFFF none repeat scroll 0 0;
	border:1px solid #336699;
	cursor:move;
	font-weight:bold;
	margin:5px;
	padding:3px 5px;
}

div#sortableContainer img.arrow {
	cursor:pointer;
	margin-left:5px;
	vertical-align:bottom;
}

.unordered-list li{
	margin-left:40px;
	list-style: circle;
}
.makelist-input{
/*	float:right;
	margin-right:10px;
*/
}

.attachment-container{
	margin-left:5px;
	line-height: 11px;
}





#browseBrand {
	float: left;
	width: 536px;
	padding: 0;
	margin: 0 20px 20px 0;
}

#browseBrand h1 { 
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 20px;
	width: 516px;
	height: 33px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding: 12px 10px 0 10px;
	background: url(../images/browse-brand-bkgd.gif) top left no-repeat;
}

.anchorTags {
	float: left;
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 11px;
	color: #695447;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.35em;
	width: 536px;
	padding: 12px 0 8px 0;
	margin: 0;
}

.anchorTags a { 
	color: #695447;
	text-decoration: none;
}
	
.anchorTags a:hover {
	color: #b39465;
}

.backToTop {
    float: left;
	width: 536px;
	height: 15px;
	padding: 4px 0 0 0;
	margin: 0;
	clear:both;
}

.backToTopText {
	float: left;
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 11px;
	color: #695447;
	text-transform: uppercase;
	text-align: right;
	width: 511px;
	padding: 2px 0 0 0;
	margin: 0;
}

.backToTopText a { 
	color: #695447;
	text-decoration: none;
}
	
.backToTopText a:hover {
	color: #b39465;
}

.backToTopArrow {
	float: left;
	text-align: left;
	width: 20px;
	padding: 0 0 0 5px;
	margin: 0;
}

.brandGroup {
	width: 536px;
	padding: 4px 0 0 0;
	margin: 0;
	clear:both;
}

.brandLogo {
	float: left;
	width: 80px;
	height: 80px;
	padding: 9px 0 0 9px;
	margin: 0 2px 0 0;
	background-color: #eee4de;
	border: 1px solid #e8dbd3;
}

.logo {
	width: 69px;
	height: 69px;
	border: 1px solid #323233;
}

.brandInfo {
	float: left;
	width: 425px;
	padding: 0 8px 11px 8px;
	margin: 0;
	background-color: #eee4de;
	border: 1px solid #e8dbd3;
}

.brandInfoHdr {
	float: left;
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 18px;
	color: #896938;
	font-weight: normal;
	line-height: 22px;
	width: 425px;
	padding: 12px 0 20px 0;
	margin: 0;
}

.brandWebsite {
	float: left;
	width: 122px;
	height: 24px;
	text-align: center;
	padding: 0;
	margin: 0 29px 0 0;
	background: url(../images/brand-link-bkgd.gif) top left no-repeat;
}

.brandWebsiteLink {
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 11px;
	color: #695447; 
	margin: 0;
	padding: 7px 0 4px 10px;
	background: url(../images/website-icon.gif) no-repeat 28px 4px;
}
	
.brandWebsiteLink a { 
	color: #695447;
	text-decoration: none;
}
	
.brandWebsiteLink a:hover {
	color: #b39465;
}

.brandBrowseFiles {
	float: left;
	width: 122px;
	height: 24px;
	text-align: center;
	padding: 0;
	margin: 0 30px 0 0;
	background: url(../images/brand-link-bkgd.gif) top left no-repeat;
}

.brandBrowseFilesLink {
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 11px;
	color: #695447; 
	margin: 0;
	padding: 7px 0 4px 10px;
	background: url(../images/browse-files-icon.gif) no-repeat 20px 4px;
}
	
.brandBrowseFilesLink a { 
	color: #695447;
	text-decoration: none;
}
	
.brandBrowseFilesLink a:hover {
	color: #b39465;
}

.brandContact {
	float: left;
	width: 122px;
	height: 24px;
	text-align: center;
	padding: 0;
	margin: 0;
	background: url(../images/brand-link-bkgd.gif) top left no-repeat;
}

.brandContactLink {
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 11px;
	color: #695447; 
	margin: 0;
	padding: 7px 0 4px 12px;
	background: url(../images/contact-icon.gif) no-repeat 28px 5px;
}
	
.brandContactLink a { 
	color: #695447;
	text-decoration: none;
}
	
.brandContactLink a:hover {
	color: #b39465;
}

.subBrandGroup {
	float: left;
	width: 518px;
	padding: 6px 8px 6px 8px;
	margin: 2px 0 0 0;
	background-color: #f8f4f1;
	border: 1px solid #ede3de;
}

.subBrandHdr {
	float: left;
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 13px;
	color: #896938;
	font-weight: bold;
	line-height: 18px;
	width: 289px;
	padding: 0 20px 0 0;
	margin: 0;
}

.subBrandWebsite {
	float: left;
	width: 65px;
	padding: 0;
	margin: 0;
}

.subBrandWebsiteLink {
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 11px;
	color: #695447; 
	margin: 0;
	padding: 5px 0 3px 18px;
	background: url(../images/website-icon2.gif) no-repeat 0 2px;
}
	
.subBrandWebsiteLink a { 
	color: #695447;
	text-decoration: none;
}
	
.subBrandWebsiteLink a:hover {
	color: #b39465;
}

.subBrandBrowseFiles {
	float: left;
	width: 86px;
	padding: 0;
	margin: 0;
}

.subBrandBrowseFilesLink {
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 11px;
	color: #695447; 
	margin: 0;
	padding: 5px 0 3px 14px;
	background: url(../images/browse-files-icon2.gif) no-repeat 0 2px;
}
	
.subBrandBrowseFilesLink a { 
	color: #695447;
	text-decoration: none;
}
	
.subBrandBrowseFilesLink a:hover {
	color: #b39465;
}

.subBrandContact {
	float: left;
	width: 58px;
	padding: 0;
	margin: 0;
}

.subBrandContactLink {
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 11px;
	color: #695447; 
	margin: 0;
	padding: 5px 0 3px 18px;
	background: url(../images/contact-icon2.gif) no-repeat 0 3px;
}
	
.subBrandContactLink a { 
	color: #695447;
	text-decoration: none;
}
	
.subBrandContactLink a:hover {
	color: #b39465;
}


#browseCategory {
	float: left;
	width: 304px;
	padding: 0;
	margin: 0;
}

#browseCategory h1 { 
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 20px;
	width: 284px;
	height: 33px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding: 12px 10px 0 10px;
	background: url(../images/browse-category-bkgd.gif) top left no-repeat;
}

#browseCategoryLeft {
	float: left;
	width: 152px;
	padding: 0;
	margin: 0;
}

#browseCategoryLeft ul { 
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 11px;
	color: #393939;
	line-height: 16px;
	margin: 0;
	padding: 12px 5px 0 10px;
	text-decoration: none;
}
	
#browseCategoryLeft li { 
	list-style-type: none;
	margin: 0;
	padding: 0 0 4px 14px;
	background: url(../images/category-bullet.gif) no-repeat 0 4px;
}
	
#browseCategoryLeft li a { 
	color: #695447;
	text-decoration: none;
}
	
#browseCategoryLeft li a:hover {
	color: #b39465;
}

#browseCategoryRight {
	float: left;
	width: 152px;
	padding: 0;
	margin: 0;
}

#browseCategoryRight ul { 
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 11px;
	color: #393939;
	line-height: 16px;
	margin: 0;
	padding: 12px 0 0 10px;
	text-decoration: none;
}
	
#browseCategoryRight li { 
	list-style-type: none;
	margin: 0;
	padding: 0 0 4px 14px;
	background: url(../images/category-bullet.gif) no-repeat 0 4px;
}
	
#browseCategoryRight li a { 
	color: #695447;
	text-decoration: none;
}
	
#browseCategoryRight li a:hover {
	color: #b39465;
}


.h1Container {
	height: 45px;
	margin: 0 auto;
}

.h1Left{
	float:left;
	background: url(/images/h1-sprite.gif) 0px 0px no-repeat;
	height:45px;
	width:10px;
}
.h1Center {
	/* Dont forget to set an Inline style for the width */
	float:left;
	background: url(/images/h1-sprite.gif) 0px -45px repeat-x;
	text-align: left;
	font-size: 20px;
	line-height: 45px;
	color:white;
	font-weight: normal;
	height:45px;
}
.h1Right{
	float:left;
	background: url(/images/h1-sprite.gif) 0px -90px no-repeat;
	height:45px;
	width:10px;
}
.searchTitle {
	width: 700px;
	float: left;
}
.backToResults {
	float: right;
	line-height: 45px;
	color: white;
	font-size:10px;
	font-weight: normal;
}
.backToResults a{
	color: white;
	text-decoration: none;
}
.backToResults a:hover {
	color: white;
	text-decoration: underline;
}





.searchBar {
	float: left;
	width: 836px;
	padding: 12px 12px 12px 12px;
	margin: 20px 0 20px 0;
	background-color: #f1f0ed;
}

#searchBarLeft {
	float: left;
	width: 381px;
	padding: 0 12px 0 0;
	margin: 0;
}

#makelist-item{
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
	line-height: 16px;
	color: #323233;
	padding: 4px 0 0 0;
	margin: 0;
}

.searchInputLeft {
	float: left;
	width: 381px;
	padding: 0 0 8px 0;
	margin: 0;
}

#chooseBrand {
	float: left;
	width: 159px;
	padding: 0;
	margin: 0;
}

#chooseBrand h3 {
	float: left;
	width: 159px;
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 12px;
	color: #323233;
	font-weight: normal;
	padding: 0 0 3px 0;
	margin: 0;
}

select.brand {
	font-family: Arial, Helvetica, sans;
	font-size: 11px;
	color: #505050;
	background: #fff;
	border: 1px solid #bbbbbb;
	vertical-align: text-bottom;
	width: 150px;
	height: 20px;
	padding: 2px 0 0 2px;
	margin: 0;
}

html.gecko select.brand {
	font-family: Arial, Helvetica, sans;
	font-size: 11px;
	color: #505050;
	background: #fff;
	border: 1px solid #bbbbbb;
	vertical-align: text-bottom;
	width: 150px;
	height: 20px;
	padding: 1px 0 0 2px;
	margin: 0;
}

#selectVarietals {
	float: left;
	width: 159px;
	padding: 0;
	margin: 0;
}

select.varietals {
	font-family: Arial, Helvetica, sans;
	font-size: 11px;
	color: #505050;
	background: #fff;
	border: 1px solid #bbbbbb;
	vertical-align: text-bottom;
	width: 150px;
	height: 20px;
	padding: 2px 0 0 2px;
	margin: 0;
}

.addBtn {
	float: left;
	width: 48px;
	padding: 13px 0 0 0;
	margin: 0;
}

#searchBarMiddle {
	float: left;
	width: 221px;
	padding: 0 12px 0 0;
	margin: 0;
}

#searchBarMiddle p {
	font-family: Arial, Helvetica, sans;
	font-size: 12px;
	line-height: 16px;
	color: #323233;
	padding: 4px 0 0 0;
	margin: 0;
}

.searchInputMiddle {
	float: left;
	width: 221px;
	padding: 0 0 8px 0;
	margin: 0;
}

#selectCategories {
	float: left;
	width: 159px;
	padding: 0;
	margin: 0;
}

#selectCategories h3 {
	float: left;
	width: 159px;
	padding: 0;
	margin: 0;
}

select.categories {
	font-family: Arial, Helvetica, sans;
	font-size: 11px;
	color: #505050;
	background: #fff;
	border: 1px solid #bbbbbb;
	vertical-align: text-bottom;
	width: 150px;
	height: 20px;
	padding: 2px 0 0 2px;
	margin: 0;
}

#searchBarRight {
	float: left;
	width: 210px;
	padding: 0;
	margin: 0;
}

.searchInputRight {
	float: left;
	width: 210px;
	padding: 0 0 8px 0;
	margin: 0;
}

#searchKeywords {
	float: left;
	width: 210px;
	padding: 0;
	margin: 0;
}

#searchKeywords h3 {
	float: left;
	width: 210px;
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 12px;
	color: #323233;
	font-weight: normal;
	padding: 0 0 3px 0;
	margin: 0;
}

input.keywords {
	font-family: Verdana, Helvetica, sans;
	font-size: 11px;
	color: #505050;
	background: #fff;
	border: 1px solid #bbbbbb;
	vertical-align: text-bottom;
	width: 206px;
	height: 16px;
	padding: 2px 0 0 2px;
	margin: 0 1px 0 0;
}

#selectStatus {
	float: left;
	width: 159px;
	padding: 0;
	margin: 0;
}

#selectStatus h3 {
	float: left;
	width: 159px;
	font-family: Arial, Verdana, Helvetica, sans;
	font-size: 12px;
	color: #323233;
	font-weight: normal;
	padding: 0 0 3px 0;
	margin: 0;
}

select.status {
	font-family: Arial, Helvetica, sans;
	font-size: 11px;
	color: #505050;
	background: #fff;
	border: 1px solid #bbbbbb;
	vertical-align: text-bottom;
	width: 150px;
	height: 20px;
	padding: 2px 0 0 2px;
	margin: 0;
}

.searchBtn {
	float: left;
	width: 51px;
	padding: 14px 0 0 0;
	margin: 0;
}
.search-column
{
	float:left;
	width:208px;
}
.search-select{
	float: left;
	width: 154px;
	padding: 0;
	margin: 0;
}

/* Start Form Styles  */

.genericForm br {
	line-height: 5px;
}

.genericForm input.textInput, .genericForm textarea, .genericForm select {
	font-family: Arial, Helvetica, sans;
	font-size: 11px;
	color: #505050;
	background: #ffffff;
	border: 1px solid #bbbbbb;
	padding: 2px 0 0 2px;
	margin: 0;
}

.genericForm input.textInput, .genericForm textarea {
	width: 445px;
}

.genericForm input.textInput {
	vertical-align: text-bottom;
	height: 20px;
}

.genericForm label {
	display: block;
	font-weight: bold;
	margin: 10px 0 3px 0;
	float: none !important;
}

.genericForm .submit {
	padding: 10px 0 0;
}

.genericForm .submit input {
	
}

.genericForm fieldset {
	margin: 10px 0 0 0;
	padding: 10px;
	width: 445px;
}

.genericForm fieldset legend {
	font-weight: bold;
}

.genericForm img.button {
	cursor: pointer;
}

.genericForm .instructionCopy {
	font-style: italic;
}

.genericForm #emailListExampleCopy {
	padding: 5px 0 0;
	font-size: 10px;
}

.genericForm #attachments {
	border: solid 1px #bbbbbb;
	padding: 2px;
	min-height: 20px;
}

.genericForm #attachmentsList {
	padding: 10px 0 0;
	width: 448px;
}

.genericForm  label#liveStatusLabel, .genericForm  label#recurringLabel{
	display: inline;
}


.genericForm #ddl_brand, .genericForm #ddl_varietal {
	width: 445px;
	margin: 0 0 5px 0;
}


#frm_files.genericForm #status, .genericForm #recurring {
	margin: 10px 0 0 0;
}

/* End Form Styles  */


/* Start User List Styles */

table#userListTable {
	width: 100%;
}

table#userListTable, table#userListTable td , table#userListTable th {
	border: solid 1px #bbbbbb;
	border-collapse: collapse;
	padding: 5px;
}

/* End User List Styles */

/* Start Activity List Styles */

table#activityTable {
	width: 100%;
}

table#activityTable #firstCol {
	width: 135px;
}

table#activityTable, table#activityTable td , table#activityTable th {
	border: solid 1px #bbbbbb;
	border-collapse: collapse;
	padding: 5px;
}

/* End Activity List Styles */

/* Start Files Styles */

.noFilesCopy {
	text-align: center;
	font-size: 16px;
}

/* End Files Styles */
.pointer{
	cursor:pointer;
}