/************************ ANALYZER *************************/
DIV.analyzer_content {
	padding: 20px;
	padding-top: 0;
	font-size: 12px;
}


DIV.analyzer_content TABLE.attributesSelection {
	font-size: 12px;
	border-collapse: collapse;
}

DIV.analyzer_content TABLE.attributesSelection INPUT {
	width: auto;
}

DIV.scroll {
	overflow: scroll;	
}

DIV.analyzer_content TABLE.data {
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid rgb(80,80,80);
}

DIV.analyzer_content TABLE.data TD.value {
	font-weight: bold;
}

.right {
	text-align: right;
}

.left {
	text-align: left;	
}

.center {
	text-align: center;	
}

DIV.analyzer_content TABLE.data TD.form {
	text-align: right;
}

DIV.analyzer_content TABLE.data TD.amount {
	text-align: right;
}


DIV.analyzer_content TABLE.data TH {
	background-color: rgb(80,80,80);
	color: white;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}


DIV.analyzer_content TABLE.data TD {
	padding: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}

DIV.analyzer_criteria_form TABLE.criteria_table TD.label {
	text-align: right;
	width: auto;
}

DIV.analyzer_criteria_form TABLE.criteria_table #pznList {
	width: 100%;
	height: 60px;
}

DIV.analyzer_criteria_form TABLE.criteria_table {
	font-size: 12px;
	width: 100%;
}

DIV.analyzer_criteria_form LABEL {
	text-align: right;
	padding-right: 5px;
}

DIV.analyzer_criteria_form SELECT {
	width: 160px;
}

DIV.analyzer_criteria_form INPUT {
	width: 160px;
}

DIV.analyzer_criteria_form INPUT.submit {
	width: auto;
	margin: 0;
}

/************************ COMMON ***************************/
A {
	color: black;
	text-decoration: underline;
}

A:HOVER {
	text-decoration: none;
	color: black;
}

IMG {
	border-width: 0px 0px 0px 0px;
}


H3 {
	margin-top: 0;
}

H2 {
	margin-bottom: 20px;
	text-align: left;
	font-size: large;	
}

H1 {
	font-size: x-large;	
}

/************************ PAGE ***************************/

BODY {
	font-family: helvetica;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: white;
}


#all_content {
	width: 942px;
	margin: 0 auto;	
}

#all_content_left {
	background: url(../img/content_border/left.png) repeat-y left;
}	

#all_content_right {
	background: url(../img/content_border/right.png) repeat-y right;
}	

#all_content_bottom {
	background: url(../img/content_border/bottom.png) repeat-x bottom;
}	

#all_content_top {
	background: url(../img/content_border/top.png) repeat-x top;
}	

#all_content_top_left {
	background: url(../img/content_border/top_left.png) no-repeat top left;
}	

#all_content_top_right {
	background: url(../img/content_border/top_right.png) no-repeat top right;
}	

#all_content_bottom_right {
	background: url(../img/content_border/bottom_right.png) no-repeat bottom right;
}	

#all_content_bottom_left {
	background: url(../img/content_border/bottom_left.png) no-repeat bottom left;
}	

#all_content_inside_borders {
	padding-top: 12px;
	padding-bottom: 23px;
	padding-left: 6px;
	padding-right: 6px;
}	

/************************ HEAD ***************************/
#head {
	background: rgb(245, 245, 245);
	width: 912px;
	height: 5em;
	margin-left: 10px;
	_width: 922px;
}


A.top_toolbar_image {
	background: url(../img/top_toolbar_image.png) 0 50% no-repeat;
	display: block;
	height: 69px;
	width: 100%;
}


#navigation {
	width: 55%;
	padding-left: 110px;
}

TD.status {
	text-align: right;
	font-weight: bold;	
	padding-right: 23px;
}

#navigation TABLE {
	width: 100%;
}

#navigation TD {
	text-align: right;
	padding: 0px 10px 0px 0px;
}

#navigation A {
	background-color: rgb(102, 153, 255);
	color: white;
	font-size: small;
	text-decoration: none;
	
}

#navigation A:HOVER {
	background-color: rgb(102, 153, 255);
	color: black;
}

/************************ CONTENT ***************************/
#content {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
	background-color: white;
	text-align: left;
}

#location {
	background: rgb(2,50,155) url(../img/orange_triangle.png) 100% 0	no-repeat;
	color: white;
	width: 50%;
	padding: 2px 0px 2px 20px;
	visibility: hidden;
}

TD.central_field {
	vertical-align: top;
	padding: 20px;
}

DIV.central_field {
	text-align: left;	
}

/******************* MENU *****************************/
#menu {
	background-color: rgb(255, 255, 255);
	vertical-align: top;
	padding: 0; margin 0;
	font-size: small;
	padding-bottom: 20px;
	width: 150px;
	
}

#menu DIV {
	background-color: rgb(153, 153, 153);
	color: white;
}

#grey_triangle {
	background: rgb(255, 165, 1) url(../img/grey_triangle.png) 100% 100%
		no-repeat;
	height: 14px;
}

A.menu:HOVER,A.submenu:HOVER {
	background-color: #eeeeee;
	background-image: url(../img/menu_arrow_highlighted.png);
}

A.menu,A.submenu {
	background-color: #cccccc;
	background-image: url(../img/menu_arrow.png);
	background-repeat: no-repeat;
	border-top: #fff 1px solid;
	border-left: rgb(153, 153, 153) 1px solid;
	border-right: rgb(153, 153, 153) 1px solid;
	display: block;
	color: black;
	text-decoration: none;
}

A.subsubmenu {
	padding: 5px 5px 5px 35px;
	background-position: 25px 50%;
}

A.submenu {
	padding: 5px 5px 5px 25px;
	background-position: 15px 50%;
}

A.menu {
	background-position: 5px 50%;
	padding: 5px 5px 5px 15px;
}

DIV.welcome_menu {
	padding: 5px 5px 5px 10px;
	font-size: small;
	text-align: left;
}

/******************* CARD *****************************/
TABLE.card {
	margin: 20px 0px 0px 20px;
}

TABLE.card_aligned {
	margin-top: 20px;
}


TD.card_title {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	color: white;
	font-weight: bold;
	text-align: center;
	background: url(../img/three_dots.gif) no-repeat 5px 50%;
	padding-left: 20px;
}

TD.card_decoration {
	border-width: 1px 1px 1px 1px;
	border-style: none solid none solid;
	text-align: right;
	padding: 0;
}

TD.card_decoration IMG {
	vertical-align: top;
}

TD.card_content {
	border-width: 1px 1px 1px 1px;
	border-style: none solid solid solid;
	padding: 10px 10px 10px 10px;
	font-size: small;
	text-align: justify;
}

/******************* IMAGE BUTTON TABLE *****************************/
TABLE.image_button_table {
	table-layout: fixed;
	width: 100%;
	margin-top: 20px;
}

TD.image_button_table {
	height: 100%;
	vertical-align: top;
}

TD.image_button_table DIV.image_button {
	height: 100%;
}


/******************* IMAGE BUTTON *****************************/
.image_button {
/*	background: url(../img/image_button/border.png) repeat-y 0px 0px; */
	height: 100%;
}

.image_button .in {
/*	background: url(../img/image_button/border.png) repeat-y top right; */
	height: 100%;
}

.image_button .in21 {
/*	background: url(../img/image_button/border.png) repeat-x 0 0; */
	height: 100%;
}

.image_button .in22 {
/*	background: url(../img/image_button/top_left.png) no-repeat 0 0; */
	height: 100%;
}

.image_button .in23 {
/*	background: url(../img/image_button/top_right.png) no-repeat right top; */
	height: 100%;
}

.image_button .in31 {
/*	background: url(../img/image_button/border.png) repeat-x left bottom; */
	height: 100%;
}

.image_button .in32 {
/*	background: url(../img/image_button/bottom_left.png) no-repeat left bottom; */
	height: 100%;
}

.image_button .in33 {
/*	background: url(../img/image_button/bottom_right.png) no-repeat right bottom; */
	height: 100%;
}

.image_button_content {
	padding-right: 20px;
}


.image_button_content IMG {
	float: right;	
}

.image_button_content H3 {
	font-size: x-large;	
}

.image_button:HOVER {
	color: rgb(80, 80, 80);
}

H3.image_button_title {
	text-align: center;
}

TD.image_button_title {
	width: 100%;
}

 /******************* Article detail *****************************/
#article_detail INPUT {
	float: left;
	width: 202px;	
	margin-bottom: 10px;
	margin-right: 20px;
}

#article_detail LABEL {
	float: left;	
	width: 160px;
}

#article_detail SELECT {
	float: left;	
}

#article_detail BUTTON {
	float: left;	
}

INPUT.submit {
	margin-left: 20px;
	margin-top: 10px;	
}

#article_detail TABLE {
	clear: both;
	width: 744px;
	border-collapse: collapse;
	table-layout: fixed;
}

#article_detail TD {
	border: solid #999999 1px;
}

INPUT#name, INPUT#producer {
	width: 584px;	
}

INPUT#pharmaceuticalForm {
	margin-right: 382px;;	
}

INPUT#salesConnection {
	margin-right: 582px;;	
}

LABEL#periodLabel, LABEL#indicationGroupLabel, LABEL#producerLabel, LABEL#amountLabel, LABEL#product_image_label, LABEL#sortimentLabel {
	clear: both;	
}

INPUT#upload {
	clear: both;	
	width: auto;
	position: relative;
	left: 160px;
}

IMG#article_coordinates {
	display: block;
	float: left;
	margin-right: 300px;	
}

#article_detail FIELDSET {
	margin-left: 20px;
	margin-top: 20px;
}

#product_image {
	float: left;	
	margin-bottom: 10px;
	height: 198px;
	width: 198px;
	margin-right: 20px;
	border: solid #999999 1px;
	text-align: center;
}

#product_image IMG {
	max-width: 180px;
	max-height: 180px;
	margin: 9px;
}

#product_image IMG {
	margin-bottom: 2px;
}

INPUT#widthHeightSwitchable, INPUT#salesConnection {
	width: 15px;	
	height: 15px;	
	padding: 4px 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#heightLabel {
	color: red;
}

#widthLabel {
	color: blue;
}

#lengthLabel {
	color: green;
}

/******************* Article list *****************************/
#article_list_id {
	margin: -10px -10px -10px -10px;
	font-size: small;
	padding: 2px 2px 2px 2px;
}

TR.article_list_1 {
	background-color: rgb(241, 241, 241);
}

TR.article_list_1:HOVER,TR.article_list_0:HOVER {
	background-color: rgb(255, 252, 214);
}

#article_list_header {
	background-image: url(../img/header_strip.png);
	background-repeat: repeat-x;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	font-weight: bold;
}

#article_list_header TD {
	border-top-color: rgb(221, 221, 221);
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-style: solid;
	border-bottom-width: 1px;	
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
}

#article_list_id TD {
	padding-top: 3px;
	padding-bottom: 3px;
}

#article_list_id #article_list_toolbar IMG {
	vertical-align: middle;
}

TD.article_list_image {
	text-align: center;
	width: 30px;
}

TD.article_list_name, TD.article_list_nowrap {
	padding-right: 20px;
}

TD.article_list_nowrap {
	white-space: nowrap;
}

TD.article_list_indication_group {
	width: 300px;
}

TD.article_list_page_lister {
	text-align: right;
}

A.article_list_1 {
	color: rgb(241, 241, 241);
}

A.article_list_0 {
	color: white;
}

/******************* LIST *****************************/
TD.list_icon_column {
	text-align: center;
}

TD.header_centered {
	text-align: center;
}

/******************* WELCOME *****************************/
#welcome {
	width: 100%;
}

#welcome #card {
	width: 100%;
}

/******************* ABOUT COMPANY *****************************/
#about_company {
	width: 600px;
	text-align: justify;
	margin: 10px;
}

IMG.map {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	margin-right: 20px;
	margin-bottom: 20px;
}


/******************* PHARMACY OVERVIEW *****************************/
#pharmacy_overview TD {
	text-align: right;
	vertical-align: middle;
	height: 50px;
}

#pharmacy_overview INPUT {
	width: 100%;
}

#pharmacy_overview {
	table-layout: fixed;
}

#pharmacy_overview TR {
	margin-bottom: 20px;
}

#pharmacy_overview #name INPUT {
	width: 100%;
}

#pharmacy_overview #street INPUT {
	width: 100%;
}

#pharmacy_overview #note TEXTAREA {
	width: 100%;
	height: 100px;
}

#pharmacy_overview #note {
	height: 120px;
}

/******************* COPYRIGHT *****************************/
#copyright {
	text-align: center;	
	color: rgb(100, 100, 100);
}


/******************* PHARMACY MAIN *****************************/
#pharmacy_main {
	margin-top: 20px;
	height: 373px;
	text-align: center;
}

#pharmacy_main_image {
	margin: 0 auto;
	width: 662px;
	height: 373px;
	background: url(../img/pharmacy_picture.png) no-repeat 0px 0px;
}

#pharmacy_main_news {
	margin-left: 20px;
	text-align: justify;
}

#take_a_tour {
	text-align: center;
}

#take_a_tour H1 {
	margin-top: 30px;
}

#pharmacy_main_news TABLE {
	margin-left: 0px;
	width: 662px;
}

/******************* TUTORIAL LIST *****************************/
#tutorials {
	border-bottom: 1px;
	border-bottom-style: dashed;
	padding-bottom: 20px;	
}

#tutorials A {
	text-align: right;
	display: block;
}

DIV.tutorial {
	margin-left: 20px;	
	margin-top: 20px;
}

/******************* BUSINESS LOGIC *****************************/
#business_logic {
	margin-left: 20px;
	text-align: justify;
}

#business_logic IMG {
	display: block;
	padding: 2px 2px 2px 2px;
	border: 1px solid;
	margin: 0 auto;
}

/******************* DEMO *****************************/
#demo_download_business_logic {
	margin-left: 20px;
	margin-bottom: 50px;
}
#demo_download_business_logic P {
	text-align: justify;
}
#demo_overview_form_text_right_column{
	vertical-align: top;
	width: 45%;	
}
#demo_big_button{
	margin-top: 20px;
	width: 300px;
}
#demo_paypal_button{
	margin-top: 32px;
	width: 300px;
}	

#demo_registration_field_long{
	margin-left: 20px;
	width: 300px;	
}
#demo_registration_field_zip{
	margin-left: 20px;
	width: 80px;	
}
#demo_free_text{
	margin-left: 20px;
	margin-top: 20px;	
}
#demo_free_text_left{
	margin-left: 20px;
}	
#account_name{
	font-weight: bold;
}
#bold_link{
	font-weight: bold;
}
/******************* STRING MESSAGE DETAIL *****************************/
#string_message_detail, #message_detail {
	width: 773px;	
}

#message_detail TR {
	padding-top: 10px;
}

#string_message_detail INPUT, #message_detail INPUT {
	width: 100%;
}

#message_detail INPUT.imageName {
	width: 30%;
}

#string_message_detail TEXTAREA, #message_detail TEXTAREA {
	width: 100%;
	height: 300px;
}

/******************* ERROR MESSAGES  *****************************/
.errors {
	font-weight: bold;
	color: #ee4444;
}

/******************* MESSAGES  *****************************/
.messages {
	font-weight: bold;
	color: #4444ee;
	margin-left: 20px;
	margin-top: 20px;
	display: block;
}

/******************* PRINT BUTTON *******************************/
.printButton {
	margin: 10px 0px 0px 20px;
}

.printButton A {
	text-decoration: none;
}

.printButton A:HOVER {
	text-decoration: underline;
}

.printButtonSmall {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

DIV.iquant_drug_list {
	font-size: x-small;
	margin-left: -40px;
}.

TABLE.iquant_planogram {
	border-collapse: collapse;
	padding: 0px;
}

#bonus_chart {
	margin-left: 20px;
	margin-top: 20px;
	
}

#centered_card TABLE.card {
	margin: 0 auto;
	margin-top: 20px;
}

#confirmed_placements {
	text-align: center;
	margin-top: 20px;
}

#confirmed_placements #article_list_id {
	width: 734px;

}

#pharmacy_main_news TABLE.card {
	float: right;
	width: 300px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#tutorials_list {
	padding-left: 20px;
	padding-right: 20px;	
}

#errorLog {
	padding-left: 20px;
}

#errorReport {
	width: 800px;
	height: 500px;
}

/************************ SCREENSHOTS ***********************/
#screenshots {
	clear: both;	
}
	
DIV.thumbnail {
	float: left;
	height: 248px;
	width: 248px;
	margin-left: 0px;
	margin-top: 20px;
	text-align: center;
}

#screenshots H1 {
	font-size: small;
}

#screenshot_detail {
	margin-top: 20px;
	width: 736px;
	margin-left: 20px;
	text-align: center;
}

#screenshot_detail P {
	text-align: left;
}

#screenshot_detail P A {
	color: red;
}

IMG.qse_banner {
}

/************************ CONTACT *******************************/
#contact {
	margin-left: 18px;
	width: 600px;
}

#contact TEXTAREA {
	width: 100%;
	height: 250px;	
}


#contact INPUT.e_mail {
	width: 100%;
}

/************************ EMAIL TO PHARMACIES *******************************/
#emailToPharmacies {
	margin-left: 20px;
	width: 600px;
}

#emailToPharmacies TEXTAREA {
	width: 100%;
	height: 250px;	
}


#emailToPharmacies .full_width {
	width: 100%;
}

/************************ MERCHANDISER UPLOAD *******************************/
#merchandiser_upload TABLE {
	width: 450px;	
}

.clickableImage {
	cursor: pointer;
}

/************************ MESSAGE SET ***************************************/
#messageSet TABLE {
	border-style: solid;	
	border-width: 1px;	
	margin-top: 2em;
	border-collapse: collapse;
	table-layout: fixed;
}

#messageSet TABLE THEAD {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

#messageSet TABLE TBODY {
	text-align: right;
}

#messageSet TABLE TBODY TD {
	text-align: right;
	padding-right: 0.5em;
}

#messageSet TD {
	border-style: solid;
	border-width: 1px;	
}

/********************** LICENCES ***********************************************/
#licences TABLE.card TD.card_content IMG {
	float: left;
}

#licences TABLE.card TD.card_content TABLE {
	border-style: solid;
	border-width: 1px;	
	border-color: rgb(200, 200, 200);
	margin-top: 26px;
	display: run-in;
}

#licence_intervals TABLE.card TD.card_content IMG {
	float: left;
}

#licence_intervals TABLE.card TD.card_content TABLE {
	float: left;
}

#licence_intervals TABLE.card TD.card_content #pharmacy_list TABLE {
	clear: both;
	margin-top: 20px;
}

#print_licence_intervals {
	width: 600px;
	float: left;
}

#print_licence_intervals TABLE {
	float: left;
}

#print_licence_intervals #pharmacy_list TABLE {
	float: left;
	margin-top: 20px;
	
}

/********************** PHARMACY LISTS ***********************************************/
TD.pharmacy_name_inactive {
	text-decoration: line-through;
}


DIV.main_page_news {
	padding-left: 100px;
	padding-right: 100px;	
}


/**************************Bottom text*****************/
SPAN.bottom_text {
	vertical-align: sub;
	font-weight: normal;
	font-size: smaller;
}

.clear {
	clear: both;
}

/******************** LEARN MORE ********************/
DIV.learn_more {
	padding-left: 20px;
}

DIV.learn_more_statement {
	width: 368px;
	float: left;
}

DIV.learn_more_statement P {
	padding-right: 40px;
}

DIV.learn_more_statement H3 {
	padding-right: 40px;
}

DIV.learn_more_statement UL {
	padding-right: 40px;
}

A.learn_more {
	color: red;
}

#login TABLE {
	margin-left: 20px;
}

#login TABLE TD {
	text-align: right;
}

#login UL {
	width: 340px;
	float: right;	
	margin-top: 20px;
}

#login UL LI {
	margin-bottom: 10px;
}

#login_form TABLE {
	table-layout: fixed;
	
}

#login_form TABLE .text_input {
}

#features, #prices {
	padding-left: 20px;
	padding-right: 20px;	
}

#features TABLE, #prices TABLE{
	table-layout: fixed;
	width: 100%;
}

#features TABLE THEAD, #prices TABLE THEAD {
	font-weight: bold;
}

#features TABLE TD.first {
	width: 35%;
	text-align: left;
	
}

#features TABLE TD {
	text-align: center;
	
}

#prices TABLE {
	border-collapse: collapse;
}


#prices TABLE TD.border {
	border: 1px solid black;
	padding-left: 5px;
}

#prices TABLE TD.right {
	text-align: right;
	padding-right: 5px;
}

#registration_list {
	padding: 20px;
}

#registration_table {
	width: 736px;
}

#registration_table TD {
	padding-left: 3px;
	padding-right: 3px;
}
#registration_detail{
	padding-left: 20px;
	padding-top: 20px;
}
#lefttop20{
	padding-left: 20px;
	padding-top: 20px;
}

/*******************questionnaire*************/
#questionnaire TEXTAREA {
	width: 500px;
	height: 100px;
	display: block;
	margin-bottom: 5px;
	margin-left: 20px;
}

#questionnaire INPUT {
	border: none;
	background-color: white;
}

DIV.not_answered {
	margin-bottom: 20px;
	color: red;	
}

#questionnaire_table {
	width: 736px;
	padding-left: 20px;
	padding-top: 20px;
}
#username {
	font-weight: bold;	
	padding-bottom: 20px;
}

#planogram {
	padding: 20px;	
	margin: 0 auto;
	text-align: center;
}

/****************** DATA TABLE *****************/
TABLE.dataTable {
	border-collapse: collapse;
}

TABLE.dataTable THEAD TD {
	font-weight: bold;
}

TABLE.dataTable TD {
/*	white-space: nowrap; */
	font-weight: normal;
	border-color: rgb(120,120,120);
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}

TABLE.dataTable TH {
	margin-bottom: 2px;
	background-color: rgb(120,120,120);
	color: white;
	font-weight: bold;
	border-color: rgb(120,120,120);
	border-width: 1px;
	border-style: solid;
	padding-top: 1px; 
	padding-bottom: 1px;
}

/************************************ LIST ******************************/
#product_list TABLE {
	width: 100%;
	border-collapse: collapse; 
	margin-bottom: 20px;
}

#product_list TD {
	white-space: nowrap;
	font-weight: normal;
	border-color: rgb(120,120,120);
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}

#product_list TH {
	margin-bottom: 2px;
	background-color: rgb(120,120,120);
	color: white;
	font-weight: bold;
	border-color: rgb(120,120,120);
	border-width: 1px;
	border-style: solid;
	padding-top: 1px; 
	padding-bottom: 1px;
}

#product_list TR.c1 {
	background-color: rgb(230,230,230);
}

#product_list TD.measure {
	text-align: center;
}

#paypal_button{
	border: 0px;
}

/********** MEDIA ***********/
#media {
	margin: 0 auto;
	margin-bottom: 20px;
}

/********* OS DOWNLOAD ******/
#osDownload {
	margin-bottom: 20px;
}

#osDownload TD {
	vertical-align: middle;
	padding: 0px;
}

#osDownload TD.text {
	padding-left: 5px;
	padding-right: 60px;
}

/*************** RACK MEASURES - SALES REP ***********/
DIV.rack_group_content {
	padding: 10px;
}

DIV.rack {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	_height: 600px;
	height: 580px;
}

DIV.rack H3 {
	text-align: left;
}

DIV.rack A.rack_image_link {
	text-align: left;
	display: block;
	width: 300px;
	_width: 285px;
	height: 500px;
}

DIV.rack A IMG {
	border:  none;
}

#rack_title {
	float: left;
	margin-bottom: 10px;
	margin-right: 60px;
	width: 200px;
	_width: 200px;
}

#new_rack_button {
	float: left;
	width: 300px;
	_width: 300px;
	margin-top: 20px;
}

#rack_measures_image {
	float: left;
	height: 600px;
	width: 300px;
}

#rack_measures_form {
	float: left;
	margin-bottom: 40px;
	height: 600px;
	margin-right: 60px;
	width: 200px;
}

DIV.rack_measures_form INPUT {
	width: 50px;
	margin-bottom: 5px;
}

DIV.rack_measures_form LABEL {
	width: 70px;
}

DIV.rack_measures_form H3 {
	text-align: left;
}

DIV.rack_measures_form TD.error {
	border: 2px solid red;
}

/************** CATEGORIES - SALES REP **********/
DIV.rack_categories {
	float: left;
	height: 380px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	width: 285px;
}

DIV.rack_categories TABLE {
	width: 285px;
	height: 320px;
	border-collapse: collapse;
	margin-top: 5px;
}

DIV.rack_categories TABLE TD {
	border: 1px solid black;
	padding: 5px;
}

DIV.rack_categories SELECT {
	width: 240px;
}

DIV.rack_categories H3 {
	margin-bottom: 5px;
	margin-left: 10px;
}



