
/**
 * A simple sample carousel skin.
 *
 * This skin includes a sample arrows.svg file that may be edited with the free
 * illustration application InkScape (http://inkscape.org).
 *
 * CSS and icons by Nathan Haug.
 */

.jcarousel-skin-default {
  text-align: center;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
  width: 440px;
  height: 102px;
  padding: 20px 40px;
  margin: auto;
}

.jcarousel-skin-default .jcarousel-container-vertical {
  width: 165px;
  height: 440px;
  padding: 40px 0px;
  margin: auto;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 440px;
  overflow: hidden;
}

.jcarousel-skin-default .jcarousel-clip-vertical {
  height: 100%;
  overflow: hidden;
}

.jcarousel-skin-default .jcarousel-item {
  margin-top: -140px;
  padding: 0;
  width: auto;
  height: 100px;
  overflow: hidden;
  border: 1px solid #f6c360;
  border-top: 1.4em solid #f6c360;
  list-style: none;
  background: transparent;
  border-radius: 10px;
}

.jcarousel-skin-default .jcarousel-item img {  
  width:auto;
  margin: auto;
  padding: auto;
  display: block;
  align: left;
}

.jcarousel-skin-default .jcarousel-item-horizontal {
  margin: 0 4px;
}

.jcarousel-skin-default .jcarousel-item div.field-name-field-disp-sku {  
  width:100%;
  margin: -18px auto 15px;
  position:absolute;
  color: #A0410D;
  font-weight:bold;
  font-size:.9em;
}

.jcarousel-skin-default .jcarousel-item-vertical {
  margin: 2px 0;
  font-size: .8em;
  padding: 3px ;
  height: auto;
}

.jcarousel-skin-default .jcarousel-item-placeholder {
  background: #fff url(/d72/sites/all/modules/jcarousel/skins/default/throbber.gif) no-repeat center center;
  color: #000;
}

/**
 * Buttons
 */
.jcarousel-skin-default .jcarousel-next,
.jcarousel-skin-default .jcarousel-prev {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(/d72/sites/all/modules/jcarousel/skins/default/arrows.png);
}

.jcarousel-skin-default .jcarousel-next-disabled,
.jcarousel-skin-default .jcarousel-prev-disabled {
  display: none;
}

/**
 * Horizontal Buttons
 */
.jcarousel-skin-default .jcarousel-prev-horizontal {
  position: absolute;
  top: 55px;
  left: 10px;
  background-position: 0 0;
}
.jcarousel-skin-default .jcarousel-prev-horizontal:hover {
  background-position: -32px 0;
}
.jcarousel-skin-default .jcarousel-prev-horizontal:active {
  background-position: -64px 0;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
  position: absolute;
  top: 55px;
  right: 10px;
  background-position: 0 -32px;
}
.jcarousel-skin-default .jcarousel-next-horizontal:hover {
  background-position: -32px -32px;
}
.jcarousel-skin-default .jcarousel-next-horizontal:active {
  background-position: -64px -32px;
}

/**
 * Vertical Buttons
 */
.jcarousel-skin-default .jcarousel-prev-vertical {
  position: absolute;
  top: 10px;
  left: 55px;
  background-position: 0 -64px;
}

.jcarousel-skin-default .jcarousel-prev-vertical:hover {
  background-position: -32px -64px;
}

.jcarousel-skin-default .jcarousel-prev-vertical:active {
  background-position: -64px -64px;
}

.jcarousel-skin-default .jcarousel-next-vertical {
  position: absolute;
  bottom: 10px;
  left: 55px;
  background-position: 0 -96px;
}

.jcarousel-skin-default .jcarousel-next-vertical:hover {
  background-position: -32px -96px;
}

.jcarousel-skin-default .jcarousel-next-vertical:active {
  background-position: -64px -96px;
}

.jcarousel-skin-default .jcarousel-navigation {
  margin: 0;
  padding: 0;
}

.jcarousel-skin-default .jcarousel-navigation li {
  display: inline;
  margin: 0 2px 0 0;
  padding: 0;
  background: none;
}

.jcarousel-skin-default .jcarousel-navigation li.active a {
  font-weight: bold;
  text-decoration: none;
}


/*})'"*/
.real_Lastname-textfield { display: none !important; }
/*})'"*/
/**
 * @file
 * Front-end styling for the display of webforms.
 */
input.webform-calendar {
  display: none;
  padding: 3px;
  vertical-align: top;
}
html.js input.webform-calendar {
  display: inline;
}
.webform-container-inline label {
  display: inline;
  margin-right: 1em;
}
.webform-container-inline div,
.webform-container-inline div.form-item {
  display: inline;
}
.webform-container-inline div.description {
  display: block;
}
.webform-container-inline div.messages {
  display: block;
  float: left;
}
.webform-container-inline div.ajax-progress-bar div {
  display: inherit;
}
.webform-container-inline.webform-component-textarea label {
  vertical-align: top;
}
.webform-container-inline.webform-component-textarea .form-textarea-wrapper {
  display: inline-block;
}

/* Reset so that these appear the same as the label elements they replace. */
fieldset.fieldset-invisible,
fieldset.fieldset-invisible > legend {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: inherit;
  position: static;
  color: inherit;
  height: auto;
  width: auto;
  font-family: inherit;
  text-indent: 0;
  line-height: inherit;
  text-shadow: unset;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
fieldset.fieldset-invisible > legend {
  font-weight: bold;
  font-size: 0.929em;
}
/* This margin causes the fieldset to be too big. */
fieldset.fieldset-invisible > div > div.form-item:last-child,
fieldset.fieldset-invisible > table {
  margin-bottom: 0;
}

.webform-component-textarea .grippie {
  display: block;
}
.webform-progressbar {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.webform-progressbar-inner {
  height: 1em;
  background-color: #74c421;
  height: 3px;
}
.webform-progressbar-outer {
  position: relative;
  border: 1px solid #356900;
  width: 100%;
  height: 3px;
  margin: 0.35em -1px 2em;
  background-color: white;
}
.webform-progressbar-page {
  position: absolute;
  width: 7px;
  height: 7px;
  margin: -6px -4px;
  border: 1px solid #356900;
  background-color: white;
  border-radius: 5px;
}
.webform-progressbar-page.completed {
  background-color: #74c421;
}
.webform-progressbar-page.current {
  background-color: #74c421;
}
.webform-progressbar-page .webform-progressbar-page-number {
  display: none;
}
.webform-progressbar-page .webform-progressbar-page-label {
  position: relative;
  top: 10px;
  margin: 0 -10em;
}

/*})'"*/
/*************************
** 
**   VT_SuperMenu MEGAMENU CSS Theme (modified from the black css file)
**   designed for: ROCKART, INC.
**    modified by: Dan Deacon
**
** megamenu_rockart1 skins for megamenu, Currently support top to bottom, left to right, right to left and bottom to top sytle
**
*/



/*************  Generic all directions  **************************/

ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent {
	z-index: 100;
}

/** Styling column **/
ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column {
	float: left;
}

ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column .column-wrapper {
	padding: 10px;
	border-right: 1px dotted #ddd;
}

ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column.last .column-wrapper {
	border: none;
}

/*ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column h2,
ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column h3 {
	margin: 0;
	border-bottom: 1px solid #aaa;
	background-color: #dddddd;
	text-shadow: none;
	font-weight: normal;
    color: #666 !important;
    padding:3px;
  	text-align: left;
}*/



/***********************************
** 
**    Specific color styles for ROCKART categories
**
*/

 ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column  {
 border-radius: 6px;
 }

 ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .multiple-column-1 {
 	background-image: linear-gradient(to bottom, rgba(246,195,96,.3), rgba(255,255,255,0) );
	background-repeat: repeat-x;
 }

 ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .multiple-column-2 {
 	background-image: linear-gradient(to bottom, rgba(150,150,255,.2), rgba(255,255,255,0) );
	background-repeat: repeat-x;
 }

 ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .multiple-column-3 {
 	background-image: linear-gradient(to bottom, rgba(0,255,255,.08), rgba(255,255,255,0) );
	background-repeat: repeat-x;
 }

 ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .multiple-column-4 {
 	background-image: linear-gradient(to bottom, rgba(255,239,191,1), rgba(255,239,191,0) );
	background-repeat: repeat-x;
 }



 ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column div h3 {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(242,242,242,0.65) 49%, rgba(225,225,225,0.65) 51%, rgba(225,225,225,0.65) 52%, rgba(246,246,246,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(242,242,242,0.65) 49%,rgba(225,225,225,0.65) 51%,rgba(225,225,225,0.65) 52%,rgba(246,246,246,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(242,242,242,0.65) 49%,rgba(225,225,225,0.65) 51%,rgba(225,225,225,0.65) 52%,rgba(246,246,246,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00f6f6f6',GradientType=0 );
 	
    background-color: rgba(0,0,0,.08);
    border-radius: 5px ;
    border: groove 1px rgba(128,128,128, .25);
}





/*
**
**    End of Category specific styles
**
*********************************/


 ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column h2,
 ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column h3  {
	font-size: .85em !important;
	text-shadow: none;
	border-bottom: 2px solid #d68b1a;
	background-color: #dddddd;
	/*border-radius: 5px 5px 0 0 ;*/
	padding: 3px 3px;
	color: #666;
	text-align: center;
	font-weight:bold;
}

ul.megawrapper.left.megamenu_rockart1 ul li ul li:hover {
	background: rgba( 0,0,1, .1 );
	padding-right: 0px;
	margin-right: 0px;
	margin-left: -5px;
	border-left: 5px solid #74bc01;

}


ul.megawrapper.megamenu_rockart1  div.column-wrapper  ul.megapack_menu li > a:link,
ul.megawrapper.megamenu_rockart1  div.column-wrapper  ul.megapack_menu li > a:visited,
ul.megawrapper.megamenu_rockart1  div.column-wrapper  ul.megapack_menu li > a:active,
ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column p,
ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column > a:active,
ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column > a:link,
ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column > a {
	line-height: 1.7em;
	font-size: .85em;
    font-weight: normal;
    text-shadow: none !important;
    color: #a0410d;
    display:block;
    width: 100%;
    border-bottom: #999 dotted 1px;
}

/*
ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column p,
ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column a:active,
ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column a:link,
*/

ul.megawrapper.megamenu_rockart1  div.column-wrapper  ul.megapack_menu li a:hover,
body ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column h2:hover,
body ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column h2 a:hover,
ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column h3 a:hover,
ul.megawrapper.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column a:hover {
	color: #000 !important;
        
}

/**------------------ left to right style begin ------------------------**/
/** Notice the .megamenu_rockart1, that is the name of the skins **/

ul.megawrapper.left.megamenu_rockart1 {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	position: relative;
}

/** Reset the ul elements **/
ul.megawrapper.left.megamenu_rockart1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

/** Reset the li elements **/
ul.megawrapper.left.megamenu_rockart1 li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

/** Styling the header container **/
ul.megawrapper.left.megamenu_rockart1 {
	background-color: #dfa000;
	background-image: -moz-linear-gradient(top, #dfa000, #7d421d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dfa000), to(#7d421d));
	background-image: -webkit-linear-gradient(top, #dfa000, #7d421d);
	background-image: -o-linear-gradient(top, #dfa000, #7d421d);
	background-image: linear-gradient(to bottom, #dfa000, #7d421d);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff444444', GradientType=0);
	color: #000;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 6px -13px rgba(0,0,0,0.3);
	font-size: 1em;
	font-family: Exo, arial, helvetica, san-serif;
}

/** Styling the header menu items **/
/** Notice that you can change the li.megatop to its id to style the menu per menu items **/


ul.megawrapper.left.megamenu_rockart1 li.megatop {
	display: inline-block;
	border-bottom: 1px inset #7d421d;
	border-top: 1px outset #ffefbf;
	width: 100%;
	padding: 8px 0;
    
	margin: -1px;
	color: #000;
}

ul.megawrapper.left.megamenu_rockart1 li.megatop:hover,
ul.megawrapper.left.megamenu_rockart1 li.megatop:hover > a {
	color: #fff !important;
}

/** Hover state for all top menu **/
ul.megawrapper.left.megamenu_rockart1 li.megatop:hover {
  border: 0px solid #000;
  cursor: pointer;
  -moz-box-shadow:    inset 0px 0px 12px #7d421d !important;
  -webkit-box-shadow: inset 0px 0px 12px #7d421d !important;
  box-shadow:         inset 0px 0px 12px #7d421d !important;
}

/** Hover state for top menu with megamenu **/
ul.megawrapper.left.megamenu_rockart1 li.megaheader:hover {
	border-right: none;
	/*
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  */
  width: 100%;
	margin: 0 0px 0 0;
	padding: 8px 0;
	z-index: 100;
}

/** Hover state for top menu without megamenu **/

ul.megawrapper.left.megamenu_rockart1 li.nomega:hover {
	/*
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px 4px;
  */
  padding: 8px 0;
  margin: 0;
}

/** Styling pointers **/
ul.megawrapper.left.megamenu_rockart1 .megamenu-pointer {
	float: right;
	width: 16px;
	height: 20px;
	background: transparent url(/d72/sites/all/modules/vt_supermenu/formatter/megamenu_formatter/skins/megamenu_rockart1/images/bullet-grey-left.png) no-repeat 50% 25%;
	opacity: 0.8;
}

ul.megawrapper.left.megamenu_rockart1 li.megatop:hover .megamenu-pointer,
ul.megawrapper.left.megamenu_rockart1 .megamenu-pointer:hover {
	opacity: 1;
	margin-right: 0;
}

/** Styling the header link elements **//*
ul.megawrapper.left.megamenu_rockart1 li.megatop,*/
ul.megawrapper.left.megamenu_rockart1 li.megatop > a:active,
ul.megawrapper.left.megamenu_rockart1 li.megatop > a:link,
ul.megawrapper.left.megamenu_rockart1 li.megatop > a {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	text-shadow: #555 1px 1px 0;
  font-variant: normal	;
  padding: 0 0 6px 10px;
}
/*
ul.megawrapper.left.megamenu_rockart1 li.megatop,
ul.megawrapper.left.megamenu_rockart1 li.megatop a:active,
ul.megawrapper.left.megamenu_rockart1 li.megatop a:link,
*/
ul.megawrapper.left.megamenu_rockart1 li.megatop  a:hover {
	color: #ddd;
	text-shadow: #555 1px 1px 0;
}

/** Styling the megamenus dropdown wrappers **/
ul.megawrapper.left.megamenu_rockart1 li.megaheader ul.megapack_parent {
	top: 0;
	position: absolute;
	border-radius: 4px;
	border: 1px solid #777;
	border-left: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	left: 0;
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 0px 9px #888;
}

/** Notice this is where the positioning corrected during hover css only **/
ul.megawrapper.left.megamenu_rockart1.no-js li.megaheader:hover ul.megapack_parent {
	left: 168px;
}

ul.megawrapper.left.megamenu_rockart1.no-js li.megaheader ul.megapack_parent {
	left: -999em;
}

ul.megawrapper.left.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu ul.megapack_menu li a,
ul.megawrapper.left.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu ul.megapack_menu li a:link,
ul.megawrapper.left.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu ul.megapack_menu li a:visited {
	color: #99641f;
	background: transparent url(/d72/sites/all/modules/vt_supermenu/formatter/megamenu_formatter/skins/megamenu_rockart1/images/arrow.png) no-repeat left center;
	padding-left: 8px;
}

ul.megawrapper.left.megamenu_rockart1 li.megatop span.description-title {
	display: block;
	font-size: .8em;
	line-height: 1.1em;
	margin: 0 0 0 10px;
	padding: 0;
	width: 100%;
	color: #ffefbf;
	font-weight: normal;/* text-shadow: 1px 1px 0px #555; */
}

/** Menu icon integration **/
ul.megawrapper.left.megamenu_rockart1 img.menu-icon {
	float: left;
	margin-right: 0px;
}

/**------------------ left to right style end ------------------------**/


		



/**------------------ Top to bottom style begin ------------------------**/

/** Notice the .megamenu_rockart1, that is the name of the skins **/

ul.megawrapper.top.megamenu_rockart1 {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	position: relative;
	z-index: 6;
	font-family: Exo, arial, helvetica, serif;
}

/** Reset the ul elements **/

ul.megawrapper.top.megamenu_rockart1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

/** Reset the li elements **/

ul.megawrapper.top.megamenu_rockart1 li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

/** Styling the header container **/

ul.megawrapper.top.megamenu_rockart1 {
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69,72,77,1)), color-stop(100%, rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	float: left;
	width: 100%;
	font-size: 14px;
}

/** Styling the header menu items **/

/** Notice that you can change the li.megatop to its id to style

    the menu per menu items **/

ul.megawrapper.top.megamenu_rockart1 li.megatop {
	float: left;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
	padding: 8px 15px 8px;
}

ul.megawrapper.top.megamenu_rockart1 li.megatop:hover,
 ul.megawrapper.top.megamenu_rockart1 li.megatop:hover > a {
	color: #333 !important;
}

/** Hover state for all top menu **/

body ul.megawrapper.top.megamenu_rockart1 li.megatop:hover {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	border: 1px solid #aaa;
	cursor: pointer;
}

/** Hover state for top menu with megamenu **/

ul.megawrapper.top.megamenu_rockart1 li.megaheader:hover {
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	padding: 4px 10px 8px;
	margin: 3px 5px 0;
}

/** Hover state for top menu without megamenu **/

ul.megawrapper.top.megamenu_rockart1 li.nomega:hover {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px 6px;
	padding: 3px 10px;
	margin: 3px 5px;
}

/** Notice that you can use .first, .odd, .even and .last to theme

    the menu items **/

ul.megawrapper.top.megamenu_rockart1 li.megatop.first {
	border-left: none;
}

ul.megawrapper.top.megamenu_rockart1 li.megatop.last {
	border-right: none;
}

/** Styling pointers **/

ul.megawrapper.top.megamenu_rockart1 .megamenu-pointer {
	float: right;
	width: 16px;
	height: 20px;
	margin: 0 0 0 10px;
	background: transparent url(/d72/sites/all/modules/vt_supermenu/formatter/megamenu_formatter/skins/megamenu_rockart1/images/bullet-grey.png) no-repeat 50% 25%;
	opacity: 0.8;
}

ul.megawrapper.top.megamenu_rockart1 li.megatop:hover .megamenu-pointer,
 ul.megawrapper.top.megamenu_rockart1 .megamenu-pointer:hover {
	opacity: 1;
}

/** Styling the header link elements **/

ul.megawrapper.top.megamenu_rockart1 li.megatop,
 ul.megawrapper.top.megamenu_rockart1 li.megatop a:active,
 ul.megawrapper.top.megamenu_rockart1 li.megatop a:link,
 ul.megawrapper.top.megamenu_rockart1 li.megatop a {
	color: #A8AAAD;
	font-size: 14px;
	font-weight: bold;
	line-height: 180%;
}

/** Styling the megamenus dropdown wrappers **/

ul.megawrapper.top.megamenu_rockart1 li.megaheader ul.megapack_parent {
	top: 38px;
	position: absolute;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	left: 0;
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 1px #aaa;
	border: 1px solid #aaa;
	border-top: none;
	margin-left: -5px;
}

/** Notice this is where the positioning corrected during hover css only **/

ul.megawrapper.top.megamenu_rockart1.no-js li.megaheader:hover ul.megapack_parent {
	left: 0;
}

ul.megawrapper.top.megamenu_rockart1.no-js li.megaheader ul.megapack_parent {
	left: -999em;
}

ul.megawrapper.top.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu ul.megapack_menu li a,
 ul.megawrapper.top.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu ul.megapack_menu li a:link,
 ul.megawrapper.top.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu ul.megapack_menu li a:visited {
	color: #444;
	background: transparent url(/d72/sites/all/modules/vt_supermenu/formatter/megamenu_formatter/skins/megamenu_rockart1/images/arrow.png) no-repeat left center;
	padding-left: 8px;
}

/** Description title shown mode **/

ul.megawrapper.top.megamenu_rockart1 li.megatop span.description-title {
	display: block;
	font-size: 10px;
	line-height: 11px;
	margin: 0;
	padding: 0;
	width: 85%;
}

/** Menu icon integration **/

ul.megawrapper.top.megamenu_rockart1 img.menu-icon {
	float: left;
	margin-right: 10px;
}

/**------------------ top to bottom style end ------------------------**/

			  
			  
			  /**------------------ Bottom to top style begin ------------------------**/
			  
			  
			  
			  /** Notice the .megamenu_rockart1, that is the name of the skins **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 {
				  margin: 0;
				  padding: 0;
				  list-style: none;
				  list-style-image: none;
				  position: relative;
				  z-index: 6;
				  font-family: exo, arial, helvetica, serif;
			  }
			  
			  /** Reset the ul elements **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 ul {
				  margin: 0;
				  padding: 0;
				  list-style: none;
				  list-style-image: none;
			  }
			  
			  /** Reset the li elements **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 li {
				  margin: 0;
				  padding: 0;
				  list-style: none;
				  list-style-image: none;
			  }
			  
			  /** Styling the header container **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 {
				  background: rgb(69,72,77); /* Old browsers */
				  background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
				  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69,72,77,1)), color-stop(100%, rgba(0,0,0,1))); /* Chrome,Safari4+ */
				  background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
				  background: -o-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
				  background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* IE10+ */
				  background: linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* W3C */
			   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
				  border-radius: 4px;
				  -webkit-border-radius: 4px;
				  -moz-border-radius: 4px;
				  -o-border-radius: 4px;
				  float: left;
				  width: 100%;
				  font-size: 14px;
			  }
			  
			  /** Styling the header menu items **/
			  
			  /** Notice that you can change the li.megatop to its id to style
			  
				  the menu per menu items **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 li.megatop {
				  float: left;
				  border-left: 1px solid #000;
				  border-right: 1px solid #333;
				  padding: 8px 15px 8px;
			  }
			  
			  ul.megawrapper.bottom.megamenu_rockart1 li.megatop:hover,
			   ul.megawrapper.bottom.megamenu_rockart1 li.megatop:hover > a {
				  color: #333 !important;
			  }
			  
			  /** Hover state for all top menu **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 li.megatop:hover {
				  background: rgb(255,255,255); /* Old browsers */
				  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
				  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1))); /* Chrome,Safari4+ */
				  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
				  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* Opera 11.10+ */
				  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* IE10+ */
				  background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* W3C */
			   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
				  border: 1px solid #aaa;
				  cursor: pointer;
			  }
			  
			  /** Hover state for top menu with megamenu **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 li.megaheader:hover {
				  border-top: none;
				  border-radius: 0 0 6px 6px;
				  -moz-border-radius: 0 0 6px 6px;
				  -webkit-border-radius: 0 0 6px 6px;
				  -o-border-radius: 0 0 6px 6px;
				  padding: 7px 10px 4px;
				  margin: 0 5px 4px;
			  }
			  
			  /** Hover state for top menu without megamenu **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 li.nomega:hover {
				  border-radius: 6px;
				  -moz-border-radius: 6px;
				  -webkit-border-radius: 6px;
				  -o-border-radius: 6px 6px;
				  padding: 3px 10px;
				  margin: 3px 5px;
			  }
			  
			  /** Notice that you can use .first, .odd, .even and .last to theme
			  
				  the menu items **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 li.megatop.first {
				  border-left: none;
			  }
			  
			  ul.megawrapper.bottom.megamenu_rockart1 li.megatop.last {
				  border-right: none;
			  }
			  
			  /** Styling pointers **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 .megamenu-pointer {
				  float: right;
				  width: 16px;
				  height: 20px;
				  margin: 0 0 0 10px;
				  background: transparent url(/d72/sites/all/modules/vt_supermenu/formatter/megamenu_formatter/skins/megamenu_rockart1/images/bullet-grey-bottom.png) no-repeat 50% 25%;
				  opacity: 0.8;
			  }
			  
			  ul.megawrapper.bottom.megamenu_rockart1 li.megatop:hover .megamenu-pointer,
			   ul.megawrapper.bottom.megamenu_rockart1 .megamenu-pointer:hover {
				  opacity: 1;
			  }
			  
			  /** Styling the header link elements **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 li.megatop,
			   ul.megawrapper.bottom.megamenu_rockart1 li.megatop a:active,
			   ul.megawrapper.bottom.megamenu_rockart1 li.megatop a:link,
			   ul.megawrapper.bottom.megamenu_rockart1 li.megatop a {
				  color: #A8AAAD;
				  font-size: 14px;
				  font-weight: bold;
				  line-height: 180%;
			  }
			  
			  /** Styling the megamenus dropdown wrappers **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 li.megaheader ul.megapack_parent {
				  position: absolute;
				  border-radius: 4px;
				  border: 1px solid #aaa;
				  border-bottom: none;
				  -webkit-border-radius: 4px;
				  -moz-border-radius: 4px;
				  -o-border-radius: 4px;
				  left: 0;
				  background: rgb(237,237,237); /* Old browsers */
				  background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6+ */
				  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
				  background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
				  background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
				  background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* IE10+ */
				  background: linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* W3C */
			   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
			  }
			  
			  /** Notice this is where the positioning corrected during hover css only **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1.no-js li.megaheader:hover ul.megapack_parent {
				  left: 0;
			  }
			  
			  ul.megawrapper.bottom.megamenu_rockart1.no-js li.megaheader ul.megapack_parent {
				  left: -999em;
				  bottom: 38px; /** This will be overriden by js as top, you should change this value to the actual height of your megatop element height **/
			  }
			  
			  ul.megawrapper.bottom.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu ul.megapack_menu li a,
			   ul.megawrapper.bottom.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu ul.megapack_menu li a:link,
			   ul.megawrapper.bottom.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu ul.megapack_menu li a:visited {
				  color: #444;
				  background: transparent url(/d72/sites/all/modules/vt_supermenu/formatter/megamenu_formatter/skins/megamenu_rockart1/images/arrow.png) no-repeat left center;
				  padding-left: 8px;
			  }
			  
			  /** Menu icon integration **/
			  
			  ul.megawrapper.bottom.megamenu_rockart1 img.menu-icon {
				  float: left;
				  margin-right: 10px;
			  }
			  
			  /**------------------ bottom to top style end ------------------------**/
			  











		/**------------------ Right to left style begin ------------------------**/
		
		/** Notice the .megamenu_rockart1, that is the name of the skins **/
		
		ul.megawrapper.right.megamenu_rockart1 {
			margin: 0;
			padding: 0;
			list-style: none;
			list-style-image: none;
			position: relative;
			font-family: exo, arial, helvetica, serif;
			text-align: right;
		}
		
		/** Reset the ul elements **/
		
		ul.megawrapper.right.megamenu_rockart1 ul {
			margin: 0;
			padding: 0;
			list-style: none;
			list-style-image: none;
		}
		
		/** Reset the li elements **/
		
		ul.megawrapper.right.megamenu_rockart1 li {
			margin: 0;
			padding: 0;
			list-style: none;
			list-style-image: none;
		}
		
		/** Styling the header container **/
		
		ul.megawrapper.right.megamenu_rockart1 {
			background: rgb(69,72,77); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69,72,77,1)), color-stop(100%, rgba(0,0,0,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* W3C */
		 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
			width: 100%;
			font-size: 14px;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-o-border-radius: 4px;
		}
		
		/** Styling the header menu items **/
		
		/** Notice that you can change the li.megatop to its id to style
		
			the menu per menu items **/
		
		ul.megawrapper.right.megamenu_rockart1 li.megatop {
			display: inline-block;
			border-bottom: 1px solid #000;
			border-top: 1px solid #333;
			width: 80%;
			padding: 8px 10%;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-o-border-radius: 4px;
			background: rgb(69,72,77); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69,72,77,1)), color-stop(100%, rgba(0,0,0,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* W3C */
		 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
		}
		
		ul.megawrapper.right.megamenu_rockart1 li.megatop:hover,
		 ul.megawrapper.right.megamenu_rockart1 li.megatop:hover > a {
			color: #333 !important;
		}
		
		/** Hover state for all top menu **/
		
		ul.megawrapper.right.megamenu_rockart1 li.megatop:hover {
			background: #f4f4f4;
			border: 1px solid #aaa;
			cursor: pointer;
		}
		
		/** Hover state for top menu with megamenu **/
		
		ul.megawrapper.right.megamenu_rockart1 li.megaheader:hover {
			border-left: none;
			border-radius: 0 6px 6px 0;
			-moz-border-radius: 0 6px 6px 0;
			-webkit-border-radius: 0 6px 6px 0;
			-o-border-radius: 0 6px 6px 0;
			width: 90%;
			margin: 6px 5% 6px 0;
			padding: 2px 5% 2px 0;
			z-index: 4;
		}
		
		/** Hover state for top menu without megamenu **/
		
		ul.megawrapper.right.megamenu_rockart1 li.nomega:hover {
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			-o-border-radius: 6px 6px;
			padding: 2px 5%;
			margin: 6px 5%;
		}
		
		/** Styling pointers **/
		
		ul.megawrapper.right.megamenu_rockart1 .megamenu-pointer {
			float: left;
			width: 16px;
			height: 20px;
			background: transparent url(/d72/sites/all/modules/vt_supermenu/formatter/megamenu_formatter/skins/megamenu_rockart1/images/bullet-grey-right.png) no-repeat 50% 25%;
			opacity: 0.8;
		}
		
		ul.megawrapper.right.megamenu_rockart1 li.megatop:hover .megamenu-pointer,
		 ul.megawrapper.right.megamenu_rockart1 .megamenu-pointer:hover {
			opacity: 1;
			margin-left: 10%;
		}
		
		/** Styling the header link elements **/
		
		ul.megawrapper.right.megamenu_rockart1 li.megatop,
		 ul.megawrapper.right.megamenu_rockart1 li.megatop a:active,
		 ul.megawrapper.right.megamenu_rockart1 li.megatop a:link,
		 ul.megawrapper.right.megamenu_rockart1 li.megatop a {
			color: #A8AAAD;
			font-size: 14px;
			font-weight: bold;
			line-height: 180%;
		}
		
		/** Styling the megamenus dropdown wrappers **/
		
		ul.megawrapper.right.megamenu_rockart1 li.megaheader ul.megapack_parent {
			top: 0;
			position: absolute;
			border-radius: 4px;
			border: 1px solid #aaa;
			border-right: none;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			-o-border-radius: 4px;
			right: 0;
			background: rgb(237,237,237); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* W3C */
		 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
			box-shadow: 0px 1px 1px #aaa;
		}
		
		/** Notice this is where the positioning corrected during hover css only **/
		
		ul.megawrapper.right.megamenu_rockart1.no-js li.megaheader:hover ul.megapack_parent {
			right: 168px;
		}
		
		ul.megawrapper.right.megamenu_rockart1.no-js li.megaheader ul.megapack_parent {
			right: -999em;
		}
		
		ul.megawrapper.right.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu ul.megapack_menu li a,
		 ul.megawrapper.right.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu ul.megapack_menu li a:link,
		 ul.megawrapper.right.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu ul.megapack_menu li a:visited {
			color: #444;
			background: transparent url(/d72/sites/all/modules/vt_supermenu/formatter/megamenu_formatter/skins/megamenu_rockart1/images/arrow-right.png) no-repeat right center;
			padding-right: 8px;
		}
		
		/** Styling column **/
		
		ul.megawrapper.right.megamenu_rockart1 li.megaheader ul.megapack_parent li.megamenu .column {
			float: right;
		}
		
		/** Description title shown mode **/
		
		ul.megawrapper.right.megamenu_rockart1 li.megatop span.description-title {
			display: block;
			font-size: 10px;
			line-height: 11px;
			margin: 0;
			padding: 0;
			width: 85%;
		}
		
		/** Menu icon integration **/
		
		ul.megawrapper.right.megamenu_rockart1 img.menu-icon {
			float: right;
			margin-left: 10px;
		}
		
		/**------------------ right to left style end ------------------------**/

/*})'"*/
.mega-col-1 {
  width: 40px;
}

.mega-col-2 {
  width: 80px;
}

.mega-col-3 {
  width: 120px;
}

.mega-col-4 {
  width: 160px;
}

.mega-col-5 {
  width: 200px;
}

.mega-col-6 {
  width: 240px;
}

.mega-col-7 {
  width: 280px;
}

.mega-col-8 {
  width: 320px;
}

.mega-col-9 {
  width: 360px;
}

.mega-col-10 {
  width: 400px;
}

.mega-col-11 {
  width: 440px;
}

.mega-col-12 {
  width: 480px;
}
.mega-col-13 {
  width: 520px;
}

.mega-col-14 {
  width: 560px;
}

.mega-col-15 {
  width: 600px;
}

.mega-col-16 {
  width: 640px;
}

.mega-col-17 {
  width: 680px;
}

.mega-col-18 {
  width: 720px;
}

.mega-col-19 {
  width: 760px;
}

.mega-col-20 {
  width: 800px;
}

.mega-col-21 {
  width: 840px;
}

.mega-col-22 {
  width: 880px;
}

.mega-col-23 {
  width: 920px;
}

.mega-col-24 {
  width: 960px;
}
/*})'"*/
