/*
 * 11/2/2011:
 * 	changed body padding, pageNavDiv width, NavAds table width
 */


/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html {
	padding: 0;
	margin: 0;
}
body{
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	/*padding: 5px 10px;*/ /* 11/2/2011 changed from 20px */
	margin: 0;
	background-color: #6f8bc9;
	background-image: url(bg_grad_PC.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body table td,
body table th {
	color: #000000;
}

#motherTable {
	width: 980px;
}

#pageRNavDiv{
	width:301px;
}

#pageAdds {
	vertical-align:top;
	padding-top:20px;
	width:300px;
}

p {
	/*clear: both;*/
}

/* asterisk after a discontinued part */
.dcpart {
	color: #ff0000;
	padding: 0 1px;
}

/* no borders around images that are links */
a img {
	border: none;
}

label {
	padding-left: 3px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #022ACD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.imgLink {
	text-decoration: none;
}
a.imgLink:hover {
	text-decoration: none;
}

/************** header tag styles **************/

h1{
 font-weight: bold;
 font-size: 150%;
 margin: 0px;
 padding: 0px;
}

h2{
 font-weight: bold;
 font-size: 125%;
 margin: 0px;
 padding: 0px;
}

h3{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
}

h4{
 font-size: 90%;
 margin: 0px;
 padding: 0px;
}

h5{
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

/******* other global styles *********/
option.disabledOpt {
	color: #808080;
}

optgroup.discontinued {
	color: #900;
}
optgroup.discontinued option {
	color: #800;
}

a.moreLink {
	display: block;
	text-align: right;
	font-size: 8pt;
	/*clear: both;*/
	margin: 0 0 10px auto;
	background-image: url('/images/redarrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px;
	padding-left: 5px;
	height: 11px;
	line-height:11px;
	width: 42px;
}

/* compare checks */
a.addToComp {
	display:block;
	width: 13px;
	height: 13px;
	background-image: url('/images/CheckboxSprite.png');
}
a.addToComp {
	background-position:0px 0px;
}
a.addToComp:hover {
	background-position:0px -13px;
	text-decoration:none;
}
a.addToComp.checked {
	background-position:0px -13px;
}
a.addToComp.checked:hover {
	background-position:0px 0px;
	text-decoration:none;
}

/*  Page navigation on top of manufacuter pages */
table.mfgTabs {
	width: 100%;
	border-spacing: collapse;
	font-weight: bold;
	font-size: 10pt;
	margin: 4px 0 -4px 0;
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
}
table.mfgTabs td {
	text-align: center;
	background-color: #ffc;
}

/*************** Utility Styles ****************/
/* Allow color and style to be changed, but force display of border */
.leftSep,.rightSep,.topSep,.botSep {
	border-color: #BCC5C7 ! important;
	border-style: solid ! important;
}
.leftSep {
	border-left-width: 1px ! important;
}
.rightSep {
	border-right-width: 1px ! important;
}
.topSep {
	border-top-width: 1px ! important;
}
.borSep {
	border-bottom-width: 1px ! important;
}
img.inlineIcon {
	display: inline !important;
	position: relative;
	top: 1px;
}

.gloss {
	/*background: yellow;*/
	color: #000;
	text-decoration: none;
	cursor: help;
	border-bottom: 1px dotted #000;
}

#glossTip {
	border: 1px solid #997;
	background: #FFC;
	padding: 5px;
	font-size: 11px;
	width: 300px;
	position: absolute;
	z-index: 50;
}

#glossTip * {
	font-size: 11px;
}
#glossTip p {margin: 10px 0 0 0;}
#glossTip p:first-child {margin: 0;}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

#contentWrapper{
	background: #fff;
}

#topBorder {
	height: 5px;
}
#topBorder td {
	background: #fff;
	height: 5px;
	overflow: hidden;
	vertical-align:top;
	background-image: url('/images/wrap1/tt_gray.gif');
	background-color: #fff;
	background-position: top left;
	background-repeat: repeat-x;
}
/* need to put the overflow:hidden on the div to
	prevent the table cell from stretching */
#topBorder td div {
	height: 5px;
	overflow: hidden;
}
#tl_img {
	text-align: left;
	margin: 0px 0 0 -1px;
	padding: 0px;
}

#tr_img {
	text-align: right;
	margin: 0px -1px 0 0;
	padding: 0px;
}

#masthead{
	margin: 0px 20px 0px 20px;
}

.countrySelector {
	margin-top: 5px;
}
.countrySelector img {
	vertical-align:middle;
	padding: 1px;
	border: 1px solid #aac;
	position:relative;
	bottom:1px;
	margin-right: 3px;
}

.userOptions {
	margin-top: 20px;
}

#topSendPage {
	width: 130px;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #ff0000 ! important;
	font-size: 11px;
	display: block;
	padding-left: 10px;
	background-image: url('/images/email.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 18px;
	margin: 0 0 5px 5px;
	float: left;
}
.footerIcon {
	display: block;
	overflow:hidden;
	font-weight:bold;
	margin: 0 10px;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;

}
#footPageLinks {
	clear:both;
	font-weight:bold;
	margin-bottom:20px;
	line-height:16px;
}
#sharePage {
	background-image:url('/images/share_page_icon.gif');
}
#bigSendPage {
	background-image:url('/images/send_page_icon.png');
}
#printPage {
	background-image:url('/images/print_page_icon.png');
}
#reportError {
	background-image:url('/images/report_error_icon.png');
}

#feedback {
	font-size: 11px;
	color: #666666;
	text-align: left;
	margin: 3px 0;
}
#feedback a {
	font-weight: bold;
}

#pageNav{
	height: 100%;
	padding: 0px;
	background-color: #ffffff;
	border-right: 1px solid #BCC5C7;
	border-bottom: 1px solid #BCC5C7;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
#pageNavDiv {
	width: 170px; /* 136px; also change #NavAds table */ /* use inner div to set hard width because of flexy tables */
	margin: 0;
}

#pageNavDiv .first {
	border-top: 1px solid #BCC5C7;
}

#content{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	/*min-width: 522px;*/
}

/*********************************************/
/* Ad styles                                 */
/*********************************************/

#pageRNav {
	vertical-align: top;
	padding: 0px 10px;
	color: #aaaaaa;
	border-left: 1px solid #BCC5C7;
	border-bottom: 1px solid #BCC5C7;
}
/*#pageRNavDiv { width: 301px; }*/ /* use inner div to set hard width because of flexy tables */
#pageRNav img {display: block;margin: 0 auto;}

.addDiv{
	text-align:center;
	margin-bottom:15px;
	font-weight:bold;
	font-size:12px;
}

#headerAdd {
}

.towerAdd {
	width: 160px;
	text-align:center;
	float: left;
}

.towerAdd img {
	margin: auto;
}

#NavAds, #pageRNav{
	background-color: #ffffff;
	text-align: center;
	font-size: 10px;
	color: #aaaaaa;
	white-space:normal;
	overflow:hidden;
	margin-top:10px;
	margin-left:5px;
}

#navAds {
	padding: 3px;
}

#NavAds img{
	display: block;
	margin: 0 auto;
}
#NavAds table {
	table-layout:fixed;
	width: 160px;/*120px*/
}
#NavAdds table td {
	width: 120px;
}
#pageRNav .marginContent {
	float: right;
	text-align: left;
	width: 140px;
	color: #000000;
}
#pageRNav .marginContent h3 {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
}
#pageRNav .marginContent ol {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 30px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 6px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
	vertical-align: middle;
}


/************** topSite styles *****************/

#topSite td {
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	margin-top: 10px;
	vertical-align:middle;
	padding: 3px 0;
	line-height: 22px;
	color: #ffffff;
}

#topSite a{
	color: #ffffff;
}

#topSite a:hover {
	text-decoration: underline;
}

#topSiteLinks {
	float: right;
}

#topSite a.currNav {
	color: #ffffaa;
}

/************** utility styles *****************/

#utility td {
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	margin-top: 10px;
	vertical-align:middle;
	padding: 3px 0;
	line-height: 5px;
	color: #ffffff;
}

#utility a{
	color: #ffffff;
}

#utility a:hover {
	text-decoration: underline;
}

#subNav {
	float: left;
	font-size:12px;
	margin-left: 170px;
}
#utilityLinks {
	float: right;
}
#subNav a {
	padding: 0 1em;
}

#utility a.currNav {
	color: #ffffaa;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 10px 4px 10px;
	margin: 0 0 10px 0;
	border-bottom:1px solid #BCC5C7;
}

#pageName h2{
	color: #666666;
	margin:0px;
	font-size: 125%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#pageName p {
	color: #000000;
	margin:0px;
	padding: 0px;
	font-size: small;
	line-height: normal;
}

#pageName img{
	position: absolute;
	top: 50px;
	right: 30px;
	padding: 2px;
	margin: 0px;
}

#pageName .pg_feedback {
	font-size:11px;
	float:right;
	margin: 3px 0  0 10px;
}


/************* globalNav styles ****************/

#globalNav{
/*width: 950px;*/
height: 32px;
padding: 0px;
margin: 0px;
background-image: url(HeaderBackground.png);
}

#gnl {
	display:block;
	width: 5px;
	height:32px;
	margin: 0;
}

#gnr {
	float: right;
	margin: 0;
}

#globalLink{
	padding: 0px;
	margin: 0 0 0 0px;
}

#headStrip {
	width: 100%;
	padding: 0;
	margin: 0;
	background: transparent;
}

#headStrip td {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	background: transparent;
}

#globalNav a, #globalNav a:visited {
	color: #022acd;
}
#globalNav a {
	display: block;
	position: relative;
	float: left;
  	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0 10px;
	line-height:32px;
	height: 32px;
}

#globalLink a:first-child .engraving_left {
	display: none;
}

#globalLink a .site_icon {
	background-image: url('/images/wrap1/nav_icons.png');
	width: 24px;
	height: 24px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	left: 8px;
}
#gl1.activeSite .site_icon,#gl1:hover .site_icon {background-position:  0px   0px}
#gl1            .site_icon {background-position:  0px -24px}
#gl2.activeSite .site_icon,#gl2:hover .site_icon {background-position:-24px   0px}
#gl2            .site_icon {background-position:-24px -24px}
#gl3.activeSite .site_icon,#gl3:hover .site_icon {background-position:-48px   0px}
#gl3            .site_icon {background-position:-48px -24px}
#gl4.activeSite .site_icon,#gl4:hover .site_icon {background-position:-72px   0px}
#gl4            .site_icon {background-position:-72px -24px}

/* When IE7 is gone, use ::before and ::after here */
#globalLink .engraving_left {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 3px;
	height: 32px;
	background: transparent url('TopNavEngravingLeft.png');
}
#globalLink .engraving_right {
	position:absolute;
	right: 0px;
	top:0px;
	width:3px;
	height:32px;
	background: transparent url('TopNavEngravingRight.png');
}

#globalLink a.active {
	height:30px;
	background: url('HeaderBackgroundActiveYellow.png');
}

#globalNav a:hover {
	color: #022ACD;
	text-decoration: none;
}

.skipLinks {display: none;}

/*************** search styles *****************/
#search-form {
	position: relative;
	margin: 0 0 0 auto;
	width: 250px; /* also depends on search-form input padding */
	height: 20px;
	line-height: 20px;
	border-style: solid;
	border-color: #808080;
	border-width: 1px;
	background-color: white;
}
#search-form input {
	display: block;
	/*font-size: 11px;*/
	width: 226px; /* search-form width - padding-left */
	height: 20px; /* should be 100% for flexibility sake, but IE7 can't handle height: 100% here; also change line-height in IE8- override in header */
	line-height: 11px;
	background: transparent;
	border: none;
	padding: 0 0 0 24px;
	margin: 0;
-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 49%, rgba(0,0,0,0.11) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(49%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0.11)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 49%,rgba(0,0,0,0.11) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 49%,rgba(0,0,0,0.11) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 49%,rgba(0,0,0,0.11) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c000000',GradientType=0 );
	background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 49%,rgba(0,0,0,0.11) 100%);

	vertical-align: middle;
}
#search-form button {
	text-indent: -9999px;
	display: block;
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 0px;
	width: 20px;
	height: 20px;
	border: none;
	padding: 0;
	margin: -12px 0 0;
	background-color: transparent;
	background-image: url(/images/wrap1/Search_Icon.png);
	background-repeat: no-repeat;
}
#search-form button:hover {
	background-position: -24px 0;
}
#search-form button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
#search-form input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
#search-form img {
	margin: auto;
}

/* Old Search Styles */
#search{
	float: right;
	height: 20px;
}

#search input{
  font-size: 70%;
  margin: 1px  0px 0px 10px;
}

#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;

}

#search a:hover{
	margin: 0px;
}

table.pagingList {
	background:none;
}
table.pagingList td {
	background: none;
	border: none;
	padding: 0;
	width: 20px; /* includes a and div margin,border, and padding */
}
table.pagingList a,
table.pagingList div {
	display: block;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	height: 12px;
	padding: 1px 2px;
	margin: 0px 2px;
	border: 1px solid #BCC5C7;
	background: #fff;
}

table.pagingList a.prevNext {
	width: 20px;
}

table.pagingList a:hover {
	background: #f0f0f0;
}

table.pagingList div {
	background: #08204A;
	color: #fff;
}

/************* breadCrumb styles ***************/

#breadCrumb {
	padding: 0px 5px 5px 10px;
	font-size: 11px;
	color: #999999;
	text-align: right;
	background: #fff;
}
#breadCrumb .blank {
	border-left: 1px solid #BCC5C7;
}
#breadCrumb a{
	color: #999999;
}

#breadCrumb a:hover{
	color: #022ACD;
	text-decoration: underline;
}

/************** Top Page Icons *******************/
#headerIcons {
	float:left;
	margin-left: 3px;
	overflow:visible;
}
#headerIcons a {
	font-size: 8pt;
	line-height: 16px;
	height:16px;
	float:left;
	margin-left: 7px;
	padding:0 0 3px 0;
}

/************** Part Compare Box *******************/
.compareList {
	margin-bottom: 7px;
}
.compareList th {
	margin:0;
	padding:0;
	background: #fff;
	font-weight: bold;
	text-align: center;
	color: #666666;
	height: 18px;
	font-size: 11px;
	border-bottom: 1px solid #CCC;
	white-space:nowrap;
}
.compareList td {
	margin:0;
	padding:0;
	font-size: 10px;
	white-space:nowrap;
	padding-left: 2px;
	background: #ffffcb;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.compareList table td {
	border: none;
	text-align: left;
}

/************** feature styles *****************/

.feature{
	font-size: 80%;
	padding: 0 10px 0 10px;
	clear: both;
}

.feature h3{
	color: #000000;
	padding: 30px 0px 5px 0px;
	font-size: 150%;
	font-weight: bold;
}

/*
.feature img{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
*/

/************** siteInfo styles ****************/

#siteInfo{
	border-top: 1px solid #BCC5C7;
	border-bottom: 1px solid #BCC5C7;
	font-size: small;
	color: #555;
	font-size: 11px;
	background: #fff;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	text-align: center;
	clear: both;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.sisterSites {
	margin-bottom:5px;
}

.sisterSites ul {
	display: inline;
	margin: 0;
	padding: 0;

}

.sisterSites li {
	display: inline;
	margin: 0;
	padding: 0 1em;
}


#corpLinks {
	font-size: 11px;
	margin: 12px 0;
}

/************ sectionLinks styles **************/

.sectionLinks{
	margin: 0px;
	padding: 0px;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 3px solid #cccccc;
	font-weight: bold;
	padding: 8px 0px 3px 10px;
	text-align:center;
	font-style:italic;
}

.sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

.sectionLinks a:link, #sectionLinks a:visited {
}

/************* SubsectionLinks styles **************/

.SubsectionLinks {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: #eeeeee;
}
.SubsectionLinks a {
	padding: 1px 0px 1px 15px;
}
.SubsectionLinks a:link, .SubsectionLinks a:visited, .SubsectionLinks .spacer {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	height: 20px;
    line-height: 20px;
}
.SubsectionLinks a:hover {
	background-color: #ffff00;
	background-image: none;
	text-decoration: none;
}
.SubsectionLinks .spacer {
	height: 4px;
	background:#fff;
	overflow: hidden;
}

.SubsectionLinks a.activeSection {
	background-color: #f7f76b;
}

/************ Other common layout styles **************/
/* e.g. top of manufacturer page; this class contains links that should appear horizontally spaced */
.resourceLinks {
	margin-top: 10px;
}
.resourceLinks a {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 10px;
}
.resourceLinks a.importantLink {
	font-size: 10pt;
	margin-left: 10px;
	float: right ! important;
}

.fail {
	color:red;
	font-weight:bold;
}


/* yellow gradient table */
table.styled {
	border-collapse: collapse;
}
table.styled td, table.styled th {
	border: 1px solid #bbb;
}
table.styled th {
	background-image: url('/images/cell_grad_1x40.gif');
	background-repeat: repeat-x;
}

div.coloredBox {
	border: 1px solid #bbb;
	background-color: #ffd;
	padding: 5px;
}

/* styled variant A: header is boxed, and table only has row borders */
table.styled.plain td {
	border-width: 0 0 1px 0;
}
table.styled.plain th {
	border-width: 1px 0 1px 0;
}
table.styled.plain th.first {
	border-width: 1px 0 1px 1px;
}
table.styled.plain th.last {
	border-width: 1px 1px 1px 0;
}

/************* Data Table Styles (e.g. spec sheets and other similar tables) ************/
table.dataTable {
	margin-bottom: 10px;
}
table.dataTable td {
	background: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

/* only the outermost table should have the borders */
/* nested tables for formatting purposes should not have borders */
table.dataTable table td {
	border: 0px solid white;
}

/************* Articles ************/
#article_text {
	padding: 0px 10px;
}
#article_text img {
	max-width:500px;
}
#articleTOC{
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	background-color:#FFC;
	padding-top:5px;
	font-size:12px;
	text-align:center;
}
#articleTOC li{
	display:block;
	font-size:90%;
}
#articleTOC ul{
	padding:0;
	margin:0;
}

/************ Part Table Styles ****************/
/* .partList moved to _projectors.css */
/* .tabs and releated moved to _mfg.css */

.rating img {
	display: inline ! important;
	margin-right: 3px;
	position: relative;
	top: 1px;
}
div.rating {
	margin-top: -3px;
}

/************ ROAD TEST ****************/
ul.checkmark li {
    background:url("/images/checkmark.gif") no-repeat 0 0;
    padding-left: 20px;
}

ul.checkmark {
    list-style-type: none;
}

/*********** TOP 10 Reports ******************/
.top10RptHeader{
	width:100%;
	font-size:8pt;
	padding:2px;
	color:black;
	background-image:url(/images/cell_grad_1x40.gif);
	font-weight:bold;
	border-width:1px 1px 0px 1px;
	border-color:#bbb;
	border-style:solid;
}
.top10CmpArrow{
	margin: 0 5px -4px 8px;
}

/*********** DEALER LOGOS ******************/
.noDealerLogo{
	border:1px solid black;
	width:122px;
	height:32px;
	line-height:32px;
	background-color:#eee;
	font-size:11px;
	font-weight:bold;
}

/*********** STARS ******************/
.starRatings img{
	margin-right:3px;
	margin-bottom:-1px;
}

/*********** MOBILE MENU ******************/
.hamburger {
	display:inline-block;
	vertical-align:middle;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}

.opened{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/********************* end **********************/
