
#support{
 padding: 0;
 margin: 0;
}

#supportBreadcrumb{
 padding: 0;
 margin-bottom: 10px;
}
#columna{
 float: left;
 width: 570px;
 margin-bottom: 5px;
}
#columna .bucket-container .bucket-hdr-width {
 width: 565px;
}
#columnb{
 float: right;
 width: 330px;
 margin-bottom: 5px;
}
#columnb .bucket-container .bucket-hdr-width {
 width: 325px;
}
.bucket-container{
 margin: 0 0 20px 0;
}
#productChoose{
 float: right;
 padding-bottom: 5px;
}	
#productChoose select{
 font-size: 11px; 
 padding: 1px 1px 1px 1px;
 border: 1px solid #666;
}
#productChooseHome{
 padding-top: 10px;
 padding-bottom: 5px;
}
#productChooseHome select{
 font-size: 11px; 
 padding: 1px 1px 1px 1px;
 border: 1px solid #666;
}
#subNav{
 padding: 0;
 margin: 0;
}

#formHolder{
 width: 520px;
}

.updates-columna{
 clear: both;
 float: left;
 width: 550px;
 margin-bottom: 5px;
	}	



/*-----------------------------*/

.top-notes{
 padding: 10px 10px 10px 10px;
}
.top-notes li {
 list-style-type: disc;
 padding: 0 0 8px 3px;
 color: #999;
}

.standard-list {
 padding: 10px;
}



.standard-list li {
 list-style-type: disc;
padding: 0 0 8px 3px;

}

.standard-list2 {
 padding: 10px;
}



.standard-list2 li {
 list-style-type: disc;
padding-left:10px;

}

.text-padding{
 margin: 20px 20px 20px 20px;
}


/*search button*/



.supportSearchInput{
height: 21px;
}

.btn-main a {
	float: left;
	background:url('/images/theme/core/btn-charcoal-lt.png') no-repeat left top;
	margin:0 0 0 7px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	height: 21px;
	padding:0 0 5px 10px;
	color: #fff;
}
.btn-main a span {
	float:left;
	display:block;
	background:url('/images/theme/core/btn-charcoal-rt.png') no-repeat right top;
	height: 21px;
	padding: 5px 18px 0 6px;
	line-height: 116%;	
}

.btn-main a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	background:url('/images/theme/core/btn-charcoal-lt-on.png') no-repeat left top;	
}

.btn-main a:hover span {
	background:url('/images/theme/core/btn-charcoal-rt-on.png') no-repeat right top;
}
.support-bnr{
 float: right;
}
.support-padding1 {
	padding: 20px;
	margin-bottom: 20px;
}

/*Drop Down Selector*/

.choose-product-container {
	position: relative;	
	z-index: 50;
}

ul#choose-product {
	float: left;
	list-style: none;

}

#choose-product ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1;
}


ul#choose-product li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

ul#choose-product {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	/* Cause grey bar on top right hand corner in firefox
	border-bottom: 1px solid #ccc;
	*/
	text-align: left;
}


ul#choose-product li  {
	float: left;
}


ul#choose-product li ul li {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
	display: block;
	float: none;
	margin-bottom: 1px;
}

/* end drop down styles */


ul#choose-product li ul li a:hover { 
	color: #000;
}

ul#choose-product li ul li a.hl { 
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: #ffe8ca;
}

ul#choose-product li ul li a.hl:hover { 
	color: #000;
	background: #cfcfcf;
	text-decoration: none; 
	font-weight: bold;
}

ul#choose-product li:hover ul, ul#choose-product li.over ul {
	left: auto;
	color: #FF0000;
	
}



/* submenu definition */
ul#choose-product li ul.products-expand {
	position: absolute;
	left: -999em;	
	font-weight: normal;
	/*width: 365px; when professional products is added*/
	
	z-index: 100!important;
	background: #36586d;
	margin: 0;
	padding: 0;
	border: 1px solid #dfdcdc;	
}
/* end submenu definition */

ul#choose-product li ul.products-expand li {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
	display: block;
	float: left;
	width: 160px;
	margin-bottom: 1px;
}

ul#choose-product li ul.products-expand li.prod-left {
	padding: 5px 10px 5px 10px;
	background: #4e4d4d;
}

ul#choose-product li ul.products-expand li.prod-right {
	padding: 5px 0 5px 15px;
	float: left;
	background: #36586d;
	border-left: 1px solid #dfdcdc;	
}




ul#choose-product li ul.products-expand  li a { 
	color: #fff;
	display: block;
	padding: 3px 3px 3px 10px;
}
/* end drop down styles */


ul#choose-product li ul.products-expand  li a:hover { 
	color: #d8d5d5;
}

ul#choose-product li ul.products-expand  li a.hl { 
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: #ffe8ca;
}

ul#choose-product li ul.products-expand  li h4 { 
	color: #fff;
	padding: 10px 0 8px 0;
	font-size: 100%;
}

ul#choose-product li ul.products-expand  ul.ul-top { 
	padding-bottom: 10px;
}

ul#choose-product li ul.products-expand  li a.hl:hover { 
	color: #000;
	background: #cfcfcf;
	text-decoration: none; 
	font-weight: bold;
}

ul#choose-product li:hover ul.products-expand , ul#choose-product li.over ul.products-expand  {
	left: auto;
	color: #FF0000;
	
}

ul#choose-product li ul.products-expand li ul{
  position: relative;
  float: left;
  border: none;
  width: 160px;
  margin: 5px 0 5px 0 !important;
}

ul#choose-product li ul.products-expand li ul li{
  position: relative;
  float: right;
  border: none;
  width: 160px;
  background: #5d5d5d;
}

ul#choose-product li ul.products-expand li ul li ul{
  position: relative;
  float: left;
}


ul#choose-product li.products{
	margin:0;
	background: url('/images/v2/support/product-choose-arrow.gif') no-repeat;
	background-position: right 7px;
	cursor: pointer;
}

ul#choose-product li.products a{

}

ul#choose-product li a.top {
	padding:5px 32px 5px 10px;
	text-decoration:none;
	min-height: 16px;
	color: #197cc9;	
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;		
}

ul#choose-product li.products:hover, ul#choose-product li.over  {
	background-position: right -77px;
	background-color: #656363;	
}
ul#choose-product li.products:hover a.top, ul#choose-product li.over a.top {
	color:#fff;
	border-top: solid 1px #dfdcdc;
	border-left: solid 1px #dfdcdc;
	border-right: solid 1px #dfdcdc;		
}


ul#choose-product li ul.products-expand li.prod-left li:hover, ul#choose-product li ul.products-expand li.prod-left li.over {
	background: #676767;	
}

ul#choose-product li ul.products-expand li.prod-left li a:hover {
	color: #fff;
}

ul#choose-product li ul.products-expand li.prod-right li:hover, ul#choose-product li ul.products-expand li.prod-right li.over  {
	background: none;
}



/* begin hover styles */


ul#choose-product li.products_on, ul#choose-product li.support_on, ul#choose-product li.store_on, ul#choose-product li.solutions_on{
	margin:0;
	padding:0 0 0 15px;
	cursor: pointer;
	background-position: left -80px;

}


ul#choose-product li.products_on a.top, ul#choose-product li.support_on a.top, ul#choose-product li.store_on a.top, ul#choose-product li.solutions_on a.top{
	background-position: right -80px;
	color:#fff;

}


