/* START:notice */
#notice {
	color: #82361B;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}
/* END:notice */

/* Styles for main page 
#suitcase-background {
	background-image: url(../images/suitcase_bg.jpg);
	background-position:-5% 0px;
	background-repeat:no-repeat;
	position: absolute;
	left: -2.5%;
	z-index: 2;
}*/

#bottom-link {
}

#container > #bottom-link > .trip_join {
	float: left;
	padding-bottom: 1em;
	font-size: 1.5em;
	position: relative;
	left: 150px;
	margin: 0pt auto;
	z-index: 1000;
	text-decoration: none;
	color: #82361B;
}

#container > #bottom-link a:hover{
	color: #F2AB43;
}

#main {
	z-index: 1;
}

fieldset {
	border: 0;
}

#content {
	background-image: url(../images/suitcase_bg.jpg);
	background-position:0px 1.2em;
	background-repeat:no-repeat;
	position: relative;
	width: 800px;
	height: 570px;
}

#planner {
	position: relative;
	top: 100px;
	left: 0px;
}

#banner {
  background: #EDE4C7;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 2px solid;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: #82361B;
  text-align: center;
}

#banner img {
  float: left;
}

#columns {
  background: #EDE4C7;
}

#trip-tabs {
    width: 50%;
    float: left;
    padding-top: 10px;
    height: 450px;
}

#content.wide {
	width: 800px;
}

/* Type selection styles */
div {
    margin: 0;
    padding: 0;
    border: none;
}

.selection {
    padding-top: 7px;
    padding-bottom: 30px;
    color: white;
    position: relative;
    left: 12px;
}

.type-selection {
    float: left;
}

.distance-selection {
    padding-left: 20px;
    float: left;
}

.type-distance-submit {
    float: right;
}

/* Vendor listing styles */

.vendor-list {
    height: 350px;
    position: relative;
    left: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #EDE4C7;
    margin-bottom: 10px;
    width: 96%;
}

.submit-next {
    float: right;
}

.list-label {
    float: left;
}

.list-body {
    padding-left: 10px;
    float: left;
} 

.list-picture {
    margin: 5px;
    float: left;
}

.cancel {
    float: left;
}

.list-buttons {
  padding-top: 10px;
  position: relative;
  bottom: 5px;
  left: 12px;
}

.detailed-vendor-listing {
    padding-left: 40px;
}

.selection-title {
  padding-top: 5px;
  padding-left: 5px;
}

.selection-title a {
	color: #82361B;
}

.selection-title a:hover {
	color: #B68B6F;
}

.total-vendor a {
	color: #82361B;
}

.total-vendor a:hover {
	color: #B68B6F;
}

/* Suitcase styles */
.suitcase {    
    width: 47%;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

#inner-suitcase {
    margin: 10px;
    background: #EDE4C7;
    height: 357px;
    overflow-y: auto;
    overflow-x: hidden;
}

.vendor-in-suitcase {
    padding-left: 20px;
    padding-bottom: 10px;
}

.total-vendor {
	padding: 0px 0px 7px 10px;
}

.suitcase h1 {
    text-align: center;
}

.suitcase-label {
    float: left;
}

.suitcase-body {
    padding-left: 10px;
    float: left;
}

.suitcase-picture {
    margin: 5px;
    float: left;
}

.suitcase-buttons {
  background: #82361B;
  padding-bottom: 20px;
  
}

.suitcase-buttons a {
  text-decoration: none;
  color: #F9B248;
}

.suitcase-link {
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;  
}

.toggle {
	position: relative;
	top: 1px;
}

.spacer {
    color: white;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;  
}

.pdf-button {
  float: right;
  margin-bottom: 10px;
  margin-right: 10px;
}

/*Print page styles*/

#print-screen {
	background-color: #EDE4C7;
	position: relative;
	top: 130px;
	left: 8px;
	height: 420px;
	width: 765px;
	overflow: auto;
}

.print-label {
  float: left;
}

.print-body {
  float: left;
}

.print-picture {
  padding: 5px;
  float: left;
}

.vendor-in-print {
    padding-left: 10px;
}

#print-header {
	font-size: 3em;
}

.total-vendor > a {
	float: left;
}

.total-vendor > a + a {
	margin-left: 5px;
}

#trashcan {
	position: absolute;
	top: 460px;
	left: 1020px;
	width: 50px;
}

.list-drag {
	overflow: visible;
}

#activity-list, #accommodation-list, #dining-list {
	overflow: visible;
}

.add-picture {
	position: relative;
	top: 2px;
}

.trash {
	position: relative;
	top: 3px;
}

/*Start page styles*/
#start-button {
	position: relative;
	left: 535px;
	top: 367px;
}

.distance-selection {
	color: #F9B248;
}

/*
#dining_type_id, #activity_type_id, #accommodation_type_id, #distance {
	background-color: #F9B248;
	color: #82361B;
}
*/