@import url(inc_common.css);
@import url(inc_flashheading.css);
@import url(inc_csc.css);
@import url(inc_htmlarea.css);

div.back-link {
	padding-bottom:10px;
	border-bottom:1px dotted #b2b2b2;
	margin-bottom:10px;
}

div.room-window {
	background:#fcf0da;
	padding:5px;
	margin-bottom:5px;
	margin-right:5px;
	float:left;
	width:281px;
	height:95px;
	overflow:hidden;
	/*border:1px dotted #ccc;*/
}
div.room-window h3 {
	margin-bottom:5px;
	font-size:11px;
}
div.room-window .csc-textpic-text a {
	color:white;
	text-decoration:none;
	background:#ae8401;
	padding:3px 5px;
}
div.room-window .csc-textpic-text a:hover {
	color:white;
	text-decoration:none;
	background:#dea800;
}

/* Common Styled Elements
----------------------------------------------- */
body.page {
	margin:0;
	background:#fff4e1 url(../images/page_background.gif) repeat-y center top;
}

body.printpage {
	margin:15px;
}

input.gmapDirButton,
input.button {
	color:white;
	background:#ae8401;
    border:1px solid #ae8401;
	cursor:pointer;
	font-weight:bold;
}

.form_error {
	color:#FF0000;
}

a.printlink {
	background:url(../images/icon_print.gif) no-repeat left center;
	padding-left:14px;
}

table.border, img.border {
	border:1px solid #bcbcbc;
}

input.gmapTextBox,
div.tx-pilmailform-pi1 input,
div.tx-pilmailform-pi1 textarea,
div.tx-pilmailform-pi1 select,
input.field {
	border:1px solid #CCCCCC;
}

label.gmapDirLabel {
	display:block;
	margin-bottom:5px;
}
input.gmapTextBox {
	width:150px;
	margin-right:5px;
}

/* Subsite Layout
----------------------------------------------- */
#wrapper {
	width:960px;
	margin:0 auto;
	padding-bottom:30px;
}
#col_l {
	float:left;
	width:245px;
}
#col_r {
	float:left;
	width:715px;
}

#col_r div.col_t,
#col_r div.col_b {
	background:url(../images/page_content_t.png) no-repeat;
	width:703px;
	height:17px;
}
#col_r div.col_b {
	background-image:url(../images/page_content_b.png);
}
#col_r div.col_m {
	background-image:url(../images/page_content_m.png);
	background-repeat:repeat-y;
	width:703px;
}
#col_r div.col_m div.inner {
	margin-left:15px;
}

#subnav {
    position: relative;
	float:left;
	width:210px;
	height:315px;
	background:url(../images/page_subnav_bg.jpg) repeat-x;
	margin-right:4px;
}

#facebook_button {
	position:absolute;
	z-index:5;
	bottom:30px;
	left:10px;
}

#header {
	float:left;
	width:458px;
	height:315px;
}

#gradient {
	width:458px;
	height:50px;
	position:absolute;
	z-index:100;
	background:url(../images/page_header_gradient.png) repeat-x;
	margin-top:265px;
}

#header_full {
	width:672px;
	height:315px;
}
#header_full #gradient {
	width:672px;
}

#content {
	clear:both;
	padding-top:50px;
	padding-left:20px;
	padding-bottom:50px;
	width:550px;/*620px;*/
	min-height:200px;
}

#content_full {
	clear:both;
	padding-top:50px;
	padding-left:20px;
	padding-bottom:50px;
	width:600px;
	min-height:200px;
}

#footer {
	font-size:10px;
	color:#828485;
	padding-left:20px;
	padding-bottom:20px;
	width:620px;
	overflow:hidden;
}
#footer hr {
	border-top:1px dotted #d8d8d8;
}
#footer a {
	color:#828485;
}
#footer p {
	margin:0;
}
#footer p a {
	text-decoration:underline;
}
#footer p a:hover {
	text-decoration:none;
}
#copyright {
	float:right;
}
#copyright a {
	color:#cbcaca;
	text-decoration:none;
}

/* Navigation
----------------------------------------------- */
#mainnav {
	margin-top:35px;
	width:190px;
	text-align:right;
	overflow:hidden;
}
#quicknav {
	position:relative;
	left:62px;
	padding-top:40px;
}

#langnav {
	text-align:right;
	margin-right:10px;
}

#mainnav ul,
#quicknav ul,
#langnav ul,
#metanav ul,
#subnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#mainnav li {
	margin-bottom:1px;
}

#subnav ul {
	margin:90px 0 0 20px;
}
#subnav li {
	margin-bottom:3px;
}
#subnav a {
	display:block;
}
#subnav a.sel {
	background:#f5e3c0;
}

#metanav {
	float:left;
}
#metanav li {
	display:inline;
	padding-left:7px;
	margin-left:7px;
	background:url(../images/page_metanav_separator.gif) no-repeat left center;
}
#metanav li.first {
	padding:0;
	margin:0;
	background:none;
}
#metanav a:hover, #metanav a.sel {
	text-decoration:underline;
}

img.button_bmw {
    position: absolute;
    top: 0;
    left: 0;
}

/* Requestbox
----------------------------------------------- */
#request-box {
	width: 190px;
	position: relative;
	left: 10px;
	top: 150px;
	font-size: 10px;
}

#request-box input {
	color:#585858;
	font-size:10px;
	background-color:#FFFFFF;
	border:1px solid #E2E2E2;
	margin-right:5px;
	text-align:center;
}
#request-box input.l2 {
	width:20px;
}
#request-box input.l4 {
	width:34px;
}
#request-box input.submit {
	margin:0;
	width:44px;
	cursor:pointer;
	color:white;
	background:#6F6F6D;
	border:0;
	cursor:pointer;
	font-weight:normal;
}
#request-box .dt_lbl {
	display:block;
	float:left;
	width:55px;
}
#request-box div.request-box-field {
	clear:both;
	margin-left: 2px;
}
#request-box div.request-box-field div {
	float:left;
	margin-bottom:6px;
}
#request-box img {
	cursor:pointer;
}

#request-box h3 { margin-bottom: 0px; }
#request-box h3 img {
	cursor: auto;
}
