/*
 * Content
 */
#content {
    width: 672px;
    float: left;
    margin-right: 10px;
}

#content h1 {
    border-bottom: 1px solid #CCC;
    margin: 0 0 0.2em 0;
    padding-bottom: 0.2em;
}

#rrp { /* ie6.css */
    float: right;
    font-size: 1.2em;
	margin-top: 3px;
    font-weight: bold;
}

#rrp span {
    font-size: 0.7em;
}

#images {
    float: left;
    width: 305px;
    text-align: center;
    padding-right: 20px;
	padding-top: 33px;
}

#images .cropped {
    padding-top: 40px;
}

#buttonZoom {
   position: absolute;
   left: 25px;
   top: 161px;
   width: 60px;
   height: 23px;
   z-index: 100;
}
#buttonZoom a {
   display: block;
   height: 23px;
   background: url(../images/presentation/btn-zoom.gif) no-repeat 0 0;
   color: #000;
   font-size: 1em;
   text-decoration: none;
}
#buttonZoom a:hover {
   background-position: 0 -25px;
}
#buttonZoom span,
#buttonClose span {
   display: block;
   padding: 3px 0 0 20px;
}
#buttonClose span {
	padding-left: 12px;
}

#bigWatchImage {
	background: #fff url(../images/presentation/loading_white.gif) no-repeat center center;
	width: 633px;
	height: 600px;
	text-align: center;
	position: absolute;
   	left: 25px;
   	top: 161px;
	z-index: 200;
	display: none;
}
#buttonClose {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 60px;
   height: 23px;
   z-index: 300;
}
#buttonClose a {
   display: block;
   height: 23px;
   background: url(../images/presentation/btn-zoom.gif) no-repeat 0 -51px;
   color: #000;
   font-size: 1em;
   text-decoration: none;
}
#buttonClose a:hover {
   background-position: 0 -77px;
}

#details {
    float: left;
    padding-top: 30px;
}

#details h2 {
    font-weight: normal;
	font-size: 1.4em;
	border-bottom: 1px dotted #ccc;
}

#details #featureBullets ul {
	padding-top: 0.5em;
	margin-bottom: 1.3em;
}
#details #featureBullets li {
	margin-bottom: 0;
}

#details dl {
    padding-top: 0.5em;
}

#details dt {
    float: left;
    clear: left;
}

#details dd {
    float: left;
    font-weight: bold;
    padding-left: 1em;
}

/*#details dt.available {
	background: url(../images/presentation/bullet-available.gif) no-repeat left center;
	padding-left: 13px;
}*/

#details .pdf {
    display: block;
    clear: both;
    padding: 0.5em 0 0.5em 20px;
	margin-bottom: 1.8em;
}

#details ul {
    padding: 1em 0 1em 1.4em;
    margin: 0;
    clear: both;
    width: 312px;
}

#details #features {
    list-style-type: none;
    padding: 0;
    margin: 1em 0;
}

#features li {
    clear: both;
    margin: 0 0 1.3em 0;
    padding: 0;
}

#features img {
    float: left;
	margin-top: 4px;
}

#features p {
    margin: 0 0 0 35px; /* ie6 & ie7.css */
    width: 312px;
	line-height: 1.2;
}

/*
 * Sidebar
 */
#sidebar {
    width: 230px;
    float: right;
    /*background: #EEE;
    margin: 2em 0 0 30px;
    color: #000;*/
    min-height: 500px;
}
#sidebar .customerServiceBox {
	background: #000;
	color: #fff;
	padding: 15px;
	margin-top: 3px;
}
#sidebar .findWatch {
	display: block;
	height: 166px;
}
#sidebar .customerServiceBox h3 {
	font-weight: normal;
	font-size: 1.5em;
	color: #fff;
	padding-bottom: 0.5em;
}
#sidebar .customerServiceBox a {
	color: #fff;
}
#sidebar .customerServiceBox ul {
	margin: 0;
	list-style-type: none;
}
#sidebar .ecoDriveBox {
	background: #000 url(../images/content/products/sidecolumn/eco-drive.jpg) no-repeat 0 0;
	color: #fff;
	padding: 15px 100px 15px 15px;
	margin-top: 3px;
}
#sidebar .ecoDriveBox a {
	display: block;
	width: 92px;
	height: 23px;
	background: url(../images/presentation/btn-read-more.gif) no-repeat 0 0;
	margin-top: 13px;
	margin-left: -2px;
}
#sidebar .ecoDriveBox a:hover {
	background-position: 0 -23px;
}
#sidebar .ecoDriveBox a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*
 * New release
 */

#new-release {
    width: 191px;
    height: 37px;
    background: #000 url(../images/presentation/new-flag.png) no-repeat 1px 1px;
    line-height: 37px;
    padding-left: 40px;
    color: #FFF;
    font-size: 1.2em;
    margin: -10px 0 0 0;
}


@media print {
    
    #nav, #modelNoForm, #homeLink, #copy a, #copy span, #sidebar, #footer {
        display: none;
    }
    
    #container {
        width: auto;
    }
    
    #footer {
        padding: 0;
    }
    
}