/******************************************/
/* screen sub css for DLoG                */
/******************************************/

/******************************************/
/* sub page col 2                         */
/******************************************/
#col_2 {
	width: 776px;
	float: left;
	/*  Following Border will be removed by jQuery (in ./js/app.js),
		if it needs to be set as right-border of col_1 				*/
	border-left: 3px solid #D9000B; 
}
#col_2.noborder{
	border: none !important;
}

/******************************************/
/* sub menu h1                            */
/******************************************/
#sub_menu h1 {
	font: bold 16px/21px Arial, Helvetica, sans-serif;
	height: 30px;
	padding: 23px 0 0 13px;
	color: #737574;
}
/******************************************/
/* sub menu                               */
/******************************************/
#sub_menu {
	width: 194px;
	padding-left: 4px;
	padding-bottom: 6px;
}
#sub_menu ul {
/*	list-style-image: url(../img/bullet_red.gif);*/
	list-style-type: none;
	padding: 0 0 1px 0;
	margin-left: 3px;
}
#sub_menu a:before {
	padding-right:12px;
	content: url("../img/bullet_red.gif");
}
#sub_menu ul ul {
	list-style-type: none;
	margin-left: 5px;
	/*	list-style-image: url(../img/bullet_grey.gif); */
}
#sub_menu li {
	padding: 0 0 2px;
}
#sub_menu a {
	font: 13px/30px Arial, Helvetica, sans-serif;
	padding: 0px 4px 0 11px;
	padding-left: ;
/*	background: #fff url(../img/sub_menu_arrow.gif) 0px 10px no-repeat; */
	text-decoration: none;		
	display: block;
	outline: none;
	color: #737574;
	width: 194px;
}
#sub_menu a.active{
/*	line-height: 16px; */
}
/*#sub_menu a:hover {
	background: #fff url(../img/sub_menu_arrow.gif) 0px 10px no-repeat;
}
#sub_menu a.active {
	background: #fff url(../img/sub_menu_arrow_h.gif) 0px 12px no-repeat;
}*/
#sub_menu li ul li {
	padding: 0 0 0 10px;
}
#sub_menu li ul a {
/*	background: #fff url(../img/sub_menu_bullet.gif) 0px 12px no-repeat;*/
	border: none;
	line-height: 18px;
	padding: 0px 4px 0 12px;
	width: 178px;
}
#sub_menu li ul a:before {
	content: url("../img/bullet_grey.gif");
}
#sub_menu a:hover  {
	/* background: #fff url(../img/sub_menu_bullet.gif) 0px 12px no-repeat; */
	background-color: #efedee;
}
/*#sub_menu li ul a.active {
	background: #fff url(../img/sub_menu_bullet.gif) 0px 12px no-repeat;
}*/
/******************************************/
/* content image box                      */
/******************************************/
#image_box {
	width: 1000px;
	height: 100px;
	position: relative;
	padding-bottom: 93px;
}
#image_box img {
	float: left;
	width: 1000px;
	height: 150px;
}
#image_box h4 {
	position: absolute;
	top: 15px;
	left: 21px;
	font: bold 25px/30px Arial, Helvetica, sans-serif;
	color: #fff;
}
/******************************************/
/* content menu box                       */
/******************************************/
#content_menu_box {
	width: 766px;
	height: 36px;
}
#content_menu_box ul {
	float: right;
	list-style-type: none;
	background-image: url(../img/tab_ls.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 5px;
}
#content_menu_box li {
background-image: url(../img/tab_inactive_rs.png);
background-position: right top;
background-repeat: no-repeat;
padding-right: 5px;
/*	border-left: 1px solid #799797;*/
	float: left;
}
#content_menu_box a {
    color: #737574;
	font: 13px/30px Arial, Helvetica, sans-serif;
	padding: 0px 13px;
	background: #fff url(../img/tab_inactive.jpg) repeat-x;
	text-decoration: none;		
	display: block;
	outline: none;
	height: 36px;
}
#content_menu_box a:hover {
	background: #fff url(../img/tab_active.jpg) repeat-x;
}
#content_menu_box a.active {
	background: #fff url(../img/tab_active.jpg) repeat-x;
}

/******************************************/
/* col2 content                           */
/******************************************/
#col_2_content {
/*	width: 538px;*/
	width: 550px;
	min-height: 274px;
	margin: 10px 0 0 0;
	padding-left: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
*html #col_2_content {
	height: 274px;
}
#col_2_content h1 {
	font: bold 13px/17px Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0 0 10px 0;
	min-width: 308px; 
}
#col_2_content .tic_text h1{
	min-width: 396px;
}
#col_2_content #col_left h1{
	min-width: 240px;
	width: 240px;
}
#col_2_content table h1 {
	min-width: 10px;
	margin: 0 0 0 0;
}
#col_2_content h1:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#col_2_content p {
	color: #444;
	margin: 0 0 5px 0;
}
#col_2_content p a {
	color: #0067ba;
	text-decoration: none;
}
#col_2_content p a:hover {
	text-decoration: underline;
}
#col_2_content ul {
	clear: both;
	color: #444;
	margin: 0px 0px 13px 20px;
}
/*
#col_2_content ul li:first-child {
	clear: both;
}
*/
#col_2_content ul a {
    color: #0067ba;
    text-decoration: none;
}
.col_2_content_text{
	clear: left;
	width: 535px;
}

.csc-default{
	float:left;
}

/******************************************/
/* col 2 boxes                            */
/******************************************/
#col_2_boxes {
	width: 210px;
	min-height: 27px;
	margin: 10px 0 0 0;
	float:right;
}



/******************************************/
/* text image combinations                */
/******************************************/
.tic_image_text_nowrap {
	padding: 0 0 10px 0;
}
.tic_image_text_nowrap .tic_image, #col_2_content .tic_image {
	float: left;
	padding: 0 8px 0 0;
	width: 146px;
}
.tic_image_text_nowrap .tic_image img, #col_2_content .tic_image img {
	margin: 0 0 13px 0;
}
.tic_image_text_nowrap .tic_text h1 {
	float:left;
}
.tic_image_text_nowrap .tic_text {
/*	padding-left: 155px; */
	margin-left: 155px;
/*	min-width: 385px;*/
}
.tic_image_text_nowrap .tic_text p{
/*	width: 385px;*/
	width: 100%;
}
.tic_text ul{
	/* added 2011-08-03 */
	clear: none !important;
}
.tic_text p{
	width: 550px;
	float: left;
}
.tic_text table p{
	width: 100%;
}
#col_2_content .tic_text table{
	clear:both;
}
#col_2_content .tic_flash{
	padding-left: 155px;
	min-width: 385px;	
}
.tic_text .csc-textpicHeader{
	float:left;
}


/******************************************/
/* product overview one column            */
/******************************************/
.product_overview_one_col {
	width: 248px;
	padding: 0 0 13px 0;
}
.product_overview_one_col img {
	border: 1px solid #6a7d92;
	float: left;
	margin: 0 13px 0 0;
}

/******************************************/
/* product overview two column            */
/******************************************/
.product_overview_two_col {
	padding: 0 0 13px 0;
}
.product_overview_two_col img {
	border: 1px solid #6a7d92;
	float: left;
	margin: 0 13px 0 0;
}
.product_overview_two_col #col_left {
	float: left;
	width: 248px;
	padding: 0 20px 0 0;
}
.product_overview_two_col #col_right {
	float: left;
	width: 248px;
}

#col_2_content #col_left img{ 
	float: left;
}
#col_2_content #col_left{
	float: left;
	max-width: 240px;
}

#col_2_content #col_right{
	max-width: 308px;
	float: right;
	padding-left: 2px;
}

#col_2_content div:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}






/* OTHER */
.csc-frame {
	float:left;	
}

