@charset "UTF-8";
/* CSS Document */

#camera {
	visibility: hidden;
}

#p_header {
	width: 980px;
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	margin-bottom: 20px;
}

#group1 {
	width: 540px;
	padding-left: 40px;
	float: left;
}

#group1 h2 {
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.2em;
	color: #ED1C24;
}

#group1 h1 {
	font-size: 36px;
	line-height: 1em;
}

#copy {
	margin-top: 1.5em;
	line-height: 1.5em;
	color: #C1272D
}

#product_photo {
	text-align: center;
	float: left;
	width: 367px;
	padding-left: 15px;
	margin-top: -10px;
}

/* iePngFix -> Jquery IE PigFix
* html #imgProduct {
	behavior: expression(IEPNGFIX.fix(this));
}
*/

#shadow {
	margin-top: 20px;
	width: 980px;
	height: 12px;
	background-image: url(../img/bg_header_shadow.gif);
	background-repeat: repeat-x;
	clear:both;
}


 /* Body */

#p_body {
	width: 720px;
	float:left;
}

.section {
	margin-left: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 20px;
	clear:both;
}

.section_end {
	margin-left: 30px;
	padding-bottom: 20px;
	border-bottom: none;
	margin-bottom: 0px;
	clear:both;
}


.section h3, .section_end h3 {
	color: #ED1C24;
	font-size: 21px;
}

.doc {
	margin-top: 20px;
}

.features li{
	list-style-image: url(../../lib/img/liDot.gif);
	list-style-position: outside;
	margin-left: 1em;
}


#tbl_spec {
	
}

#tbl_spec td{
	padding: 3px;
	border: 1px solid #999999;
	text-align: center;
	font-size: 11px;
}

#tbl_spec th {
	background-color: #eeeeee;
	padding: 3px;
	border: 1px solid #999999;
	text-align: center;
	font-size: 11px;
}

.note {
	margin-top: 0.5em;
	font-size: 10px;
	text-align: right;
}




.option_photo {
	padding: 10px;
	border: solid 1px #999999;
}


#option_tbl {
	margin-bottom: 0em;
}

#tbl_option td{
	padding-right: 20px;
	border: none;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
}

.option_name{
	margin-top: 5px;
	color: #C1272D;
	font-size: 13px;
}

.option_sub{
	font-size: 10px;
	line-height: 1.1em;
	margin-top: 3px;
}

.option_text{
	padding-top: 0.7em;
}



 /* Menu */

#p_menu {
	width: 230px;
	float: right;
	background-color: #000000;
}

.series {
	padding: 10px;
	border-bottom: solid 1px #333333;
	color: #FFFFFF;
	font-size: 11px;
}

.series strong {
	color: #C1272D;
	font-size: 12px;
}

.series a {
	padding-left: 10px;
	background: url(../../lib/img/liDot.gif) no-repeat;
	background-position: 0px 0.4em;
	color: #FFFFFF;
}

.series #CAMDN {
	padding-left: 10px;
}

