/* ------- The browser window ------ */
#pageBack, html, body	{
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #020056;
	background-color: #d6dadd;
	background-image: url('images/back.gif');
}

#page	{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;
}

#pageLeft
{
	background-image: url('images/leftEdge.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

#pageRight
{
	background-image: url('images/rightEdge.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

#pageMid	{
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 800px;
	background-color: #ffffff;
	border-top: solid 4px #FFE12B;
	border-bottom: solid 4px #FFE12B;
}

/* ------  All content generated by XSL files ------ */
#pageContent  {
	margin: 0px;
	padding: 0px;
	position: relative;
	
}

/* ------ Content below toolbar and above page bottom ------ */
#main	{
	margin: 0px;
	padding: 0px;
}

/* ------ Left hand menu containing catalogue and member menus ------ */
#menu	{	
	margin: 0px;
	padding: 0px;
	padding-right: 3px;
	vertical-align: top;
	text-align: left;
	float: right;
	overflow: hidden;
}

/* ------ Content within main to the right of the category and member menu and to the left of admin and hotitems menu ------ */
#pageBody	{
	margin: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	width: 426px;
	float: left;
}

/* ------ Contains admin menu and hot items ------ */
#rightMenu	{
	text-align: right;
	vertical-align: top;
	width: 178px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	float: left;
}

/* ------ PAGE BOTTOM contains copyright info and simple category links ------ */
#pageBottom	{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
	color: #020056;
	height: 21px;
	width: 100%;
	float: left;
}

.bodyText, #bodyText	{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #020056;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	clear: both;
}

.smalltext
{
	font-size: 7pt;
	color: #020056;
}

a.helpText
{
	font-size: 9pt;
	padding-top: 1px;
	background-image: url(images/admin/helpDocument.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 18px;
	padding-top: 1px;
	color: #020056;
}

a.helpText:hover
{
	font-size: 9pt;
	color: #020056;
}

.helpText
{
	font-size: 9pt;
	color: #020056;
}

.border
{
	width: 1px;
	height: 1px;
	background-color: #0970AA;
}

.tableBorder
{
	border: 1px solid;
	margin: 1px;
	border-color: #0970AA;
}

.columnHeader, th
{
	border-bottom: 1px solid;
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10px;
	border: outset #ffffff 1px;
	background-color: #0970AA;
	color: #ffffff;
	text-align: center;
}

.shade
{
 	background-color: #fffdb3;
	color: #000000;
}

input[type="submit"], input[type="button"], input[type="submit"]:visited, input[type="button"]:visited, input[type="submit"]:link, input[type="button"]:link
{
	text-decoration: none;
	text-transform: none;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	text-decoration: none;
	text-transform: none;
}


/* ------ All text input fields and text area fields ------ */
.inputText	  {
	border: solid 1px #020056;
}

/* ------  input controls and textarea tags with manditoiry attribute set to true ------ */
input[mandiroty="true"], textarea[manditory="true"]		{
}

/* ------  STANDARD HTML TAG STYLES  ------  */
a:link
{
	text-decoration: none;
	color: #B90707;
}

a:hover
{
	text-decoration: underline;
	color: #B90707;
}

a:visited
{
	text-decoration: none;
	color: #bfcad0;
}

a:active
{
	text-decoration: none;
	color: #020056;
}

#scriptResult table
{
 	border: solid 1px #020056;
	border-collapse: collapse;
}

#scriptResult td
{
 	border-top: solid 1px #020056;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 0px;
}

.button:link, .button:visited	{
	margin-left: 3px;
	text-decoration: none;
	font-size: 10px;
	border: 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
	border-color: #020056;
	color: #020056;
}

.button:hover, .button:active	{
	margin-left: 4px;
	text-decoration: none;
	font-size: 10px;
	border: 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #020056;
	border-color: #020056;
	color: #ffffff;
}

td	{
  	font-size: 10px;
}

/* --  Provides user feedback on the completed action  -- */
.actionFeedBack
{
	font-size: 10pt;
	color: #020056;
}

/* --  Used For Site Exceptions and other errors  -- */
#notification
{
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 25px;
	color: #020056;
}

/* --  Provides user feedback on screen details  -- */
.indicator
{
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: #020056;
}

/* --  Used to format attribute names for custom attributes Users, Products, Orders  -- */
.attributeName
{
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #020056;
}

/* -- Defined classes and HTML Tags used in editor  --  */
.title, H1
{
	font-size: 18pt;
	font-weight: bolder;
	color: #020056;
}

.heading, H2
{
	font-size: 14pt;
	font-weight: normal;
	color: #020056;
}

.subHeading, H3
{
	font-size: 11pt;
	font-weight: bold;
	color: #020056;
}

#pageBottomCategories
{
 	padding-left: 15px;
	color: #020056;
}

#pageBottomCategories a
{
	color: #020056;
}

#siteCopyright
{
	text-align: right;
	padding-top: 4px;
	padding-right: 10px;
	white-space: nowrap;
	color: #020056;
}

#siteCopyright a
{
	color: #020056;
}

#logon
{
	margin: 1px;
	padding: 10px;
}

#forgotPassword
{
	margin: 1px;
	padding: 10px;
}

#userEdit
{
	margin: 1px;
	padding: 10px;
}

.productDefinition
{
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	color: #020056;
}

.largeImage	{
	border: double 3px #020056;
}

#tblBasic {
	position: relative;
	left: -150px;
}

/* ------  PRODUCT  ------
Start of product specific styles that can be dupliucated into seperate display styles in library/productStyles  */


.product	{
}

.productCaption
{
	background-image: url('images/sectionTop.gif');
	background-position: top right;
	background-repeat: repeat-x;
	border-bottom: solid 1px #bbbbbb;
	border-top: solid 1px #bbbbbb;
	color: #000000;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}

.productBody
{
	margin: 0px;
	padding: 0px;
	background-color: #eff0f2;
	border-bottom: solid 1px #bfcad0;
	border-top: solid 1px #ffffff;
	display: block;
	width: 100%;
}

#rightMenu .productImage img	 {
	width: auto;
	border: none;
}

.productImage img	 {
	width: 150px;
	border: solid 1px #bfd0f2;
}

#Price {
	font-size: 13px;
	color: #B90707;
}

.productActionButtons {
	text-align: right;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	border-bottom: solid 1px #bfcad0;
	border-top: solid 1px #ffffff;
	background-color: #eff0f2;
	height: 18px;
	color: #000000;
	margin-bottom: 10px;
}

.productAdminButtons  {
	text-align: left;
	overflow: hidden;
	height: 22px;
	padding: 0px;
	margin: 0px;
	width: 80px;
	float: left;
}

.productAdminButtons .title	  {
	text-decoration: none;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
	color: #020056;
	width: 80px;
	font-weight: normal;
	display: block;
}

.productAdminButtons .productActionButton {
	display: none;
}

.productAdminButtonsShow	  {
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 80px;
	float: left;
}

.productAdminButtonsShow .title		  {
	display: none;
}

.productActionButton, .productActionButton:link, .productActionButton:visited	 {
	text-decoration: none;
	font-size: 10px;
	magrin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 1px;
	color: #020056;
}

.productActionButton:hover, .productActionButton:active
{
	text-decoration: none;
	font-size: 10px;
	magrin: 0px;
	padding-left: 12px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 1px;
	color: #020056;
	background-image: url('images/arrowOver.gif');
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

.productAdminButtonsShow .productActionButton {
	width: 80px;
	display: block;
	float: left;
}

/* ------  Section End  ------ */

#categoryMenu
{
	width: 144px;
	padding-top: 0px;
	border-top: solid 1px #bbbbbb;
}

#categoryMenu .title
{
	background-image: url('images/sectionTop.gif');
	background-position: top right;
	background-repeat: repeat-x;
	border-bottom: solid 1px #bbbbbb;
	color: #000000;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* -- The entire member menu list as an entity -- */
#categoryMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #eff0f2;
}

/* -- Each item in the member menu list -- */
#categoryMenu li
{
	white-space: nowrap;
	padding: 0px; 
	vertical-align: middle;
	border-bottom: solid 1px #bfcad0;
	border-top: solid 1px #ffffff;
	height: 18px;
	color: #000000;
}

/* -- Applies to the currently selected category menu item -- */
#categoryMenuItemOn a:link, #categoryMenuItemOn a:visited, #categoryMenuItemOn a:hover, #categoryMenuItemOn a
{
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #0970aa;
	background-image: url('images/arrow.gif');
	background-position: 0px 50%;
	background-repeat: no-repeat;
}


/* -- Each link item in the category menu list rollover state -- */
#categoryMenu a:hover, #categoryMenu a:active
{
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #0970aa;
	background-image: url('images/arrowOver.gif');
	background-position: 8px 50%;
	background-repeat: no-repeat;
}

/* -- Each link item in the category menu list default resting state -- */
#categoryMenu a	{
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #000000;
}

/* ------  SECFTION END  ------  */

/*  --  Column of child categories of the current category. This is displayed above page content
        And allows for the navigation to sub categories.
*/

#categoryBranch
{
	margin: 0px;
	width: 100%;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: solid 1px #EFF0F2;
}

#categoryBranch .subHeading {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #3a3a3a;
}

#categoryBranch a .subHeading {
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	color: #3a3a3a;
}

#categoryPath {
	width: 300px;
	float: left;
	padding-bottom: 5px;
}

#childCategoryMenu {
	display: block;
	padding: 0px;
	margin: 0px;
}

#childCategoryItem {
	float: right;
	font-size: 10px;
	margin-left: 10px;
	border: solid 1px #3a3a3a;
	background-image: url('images/subCategoryTab.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #e4e4e4;
	width: 130px;
}

/* -- Each link item in the category child menu list default resting state -- */
#childCategoryMenu a, #childCategoryMenu a:visited
{
	font-size: 10px;
	text-decoration: none;
	color: #020056;
	padding-left: 18px;
	padding-right: 12px;
	display: block;
}

/* -- Each link item in the category child menu list rollover state -- */
#childCategoryMenu a:hover, #childCategoryMenu a:active
{
	font-size: 10px;
	text-decoration: none;
	color: #020056;
	background-image: url('images/arrowOver.gif');
	background-position: 8px 50%;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-right: 12px;
}

/* ------  SECFTION END  ------  */


/* ------  MEMBERS MENU  ------  */
/* This is user specific buttons and links such as longon, logoff edit
profile, view order. */

#userMenu
{
	margin-top: 10px;
	width: 142px;
	padding-bottom: 10px;
	border-top: solid 1px #bbbbbb;
}

#userMenu .title	 {
	background-image: url('images/sectionTop.gif');
	background-position: top right;
	background-repeat: repeat-x;
	border-bottom: solid 1px #bbbbbb;
	color: #000000;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.menuLogon		   {
	padding: 2px;
}

/* -- The entire member menu list as an entity -- */
#userMenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #eff0f2;
}

/* -- Each item in the member menu list -- */
#userMenu li
{
	white-space: nowrap;
	padding: 0px; 
	vertical-align: middle;
	border-bottom: solid 1px #bfcad0;
	border-top: solid 1px #ffffff;
	height: 18px;
	color: #000000;
}

/* -- Applies to the currently selected member menu item -- */
#userMenuItemOn a:link, #userMenuItemOn a:visited, #userMenuItemOn a:hover, #userMenuItemOn a
{
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #0970aa;
	background-image: url('images/arrow.gif');
	background-position: 0px 50%;
	background-repeat: no-repeat;
}


/* -- Each link item in the member menu list rollover state -- */
#userMenu a:hover, #userMenu a:active
{
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #0970aa;
	background-image: url('images/arrowOver.gif');
	background-position: 8px 50%;
	background-repeat: no-repeat;
}

/* -- Each link item in the member menu list default resting state -- */
#userMenu a
{
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #000000;
}

/* ------  SECFTION END  ------  */

/* ------  Advanced Content Editor  ------ */
.buttonOff
{
	border: 1px outset;
	border-color: #ffffff;
}

.buttonOver
{
	border: 1px outset;
	border-color: #ffffff;
	background-color: #ffffff;
}

.buttonDown
{
	border: 1px inset;
	border-color: #ffffff;
	background-color: #ffffff;
}


/* ------  DISPLAY FOR HOT ITEM CATEGORIES ------  */
#hotItem
{
	margin-top: 10px;
	border-top: solid 1px #bbbbbb;
	background-color: #eff0f2;
	margin-bottom: 10px;
}

#hotItem .title
{
	background-image: url('images/sectionTop.gif');
	background-position: top right;
	background-repeat: repeat-x;
	border-bottom: solid 1px #bbbbbb;
	color: #000000;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}

#hotItem .bodyText {
	padding-bottom: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 10px;
	text-align: left;
	color: #000000;
	white-space: normal;
	border-bottom: solid 1px #bfcad0;
	border-top: solid 1px #ffffff;
}

#hotItem a:link, #hotItem a:visited
{
	text-decoration: none;
	display: block;
	padding-left: 30px;
	padding-right: 10px;
	margin: 0px;
	font-size: 10px;
	color: #020056;
	border-bottom: solid 1px #bfcad0;
	border-top: solid 1px #ffffff;
	padding-top: 3px;
	padding-bottom: 2px;
}

#hotItem a:hover, #hotItem a:active
{
	text-decoration: underline;
	display: block;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 10px;
	color: #020056;
	border-bottom: solid 1px #bfcad0;
	border-top: solid 1px #ffffff;
	background-image: url('images/arrowOver.gif');
	background-position: 8px 50%;
	background-repeat: no-repeat;
}

#orderByAttribute {
	display: none;
}

#orderByAttribute select {
	width: 120px;
}

/* ------  RESULT SETS FOR PAGE COUNT in ORDER, PAYMENT, PRODUCT, USER ------ */
#resultSets
{
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
	color: #020056;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.resultSet, .resultSet:visited
{
	border-top: #2D3677 4px solid;
	border-left: solid 1px #2D3677;
	border-right: solid 1px #2D3677; 
	border-bottom: solid 1px #2D3677;  
	background-color: #ffffff;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #2D3677;
	text-decoration: none;
	width: 12px;
	height: 18px; 
}

.resultSet:hover, .resultSet:active
{
	border-top: #2D3677 4px solid;
	background-color: #FFE12B;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #2D3677;
	text-decoration: none;
	width: 12px;
	height: 18px;
}

.currentResultSet, .currentResultSet:hover, .currentResultSet:active, .currentResultSet:visited
{
	border-top: #2D3677 4px solid;
	border-left: solid 1px #2D3677;
	border-right: solid 1px #2D3677; 
	border-bottom: solid 1px #2D3677;  
	background-color: #FFE12B;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #B90707;
	text-decoration: none;
	width: 12px;
	height: 18px;
}



/* ------ USER SPECIFIC STYLING ------ */
.userActionButton:link, .userActionButton:visited
{
	margin-left: 3px;
	text-decoration: none;
	font-size: 10px;
	border: 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
	border-color: #020056;
	color: #020056;
}

.userActionButton:hover, .userActionButton:active
{
	margin-left: 3px;
	text-decoration: none;
	font-size: 10px;
	border: 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
	border-color: #000000;
	color: #000000;
}

/* ------ ORDER SPECIFIC STYLING ------ */
.orderActionButton:link, .orderActionButton:visited
{
	margin-left: 3px;
	text-decoration: none;
	font-size: 10px;
	border: 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
	border-color: #020056;
	color: #020056;
}

.orderActionButton:hover, .orderActionButton:active
{
	margin-left: 3px;
	text-decoration: none;
	font-size: 10px;
	border: 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
	border-color: #000000;
	color: #000000;
}

/* ------  TOOLBAR CONTROL  ------  */

#toolbar   {
	padding: 0px;
	margin: 0px;
	text-align: right;
	vertical-align: top;
	background-color: #2D3677;
	width: 800px;
	height: 164px;
	vertical-align: center;
	border-top: solid 4px #2D3677;
	background-image: url('designImages/siteImage.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;;
}

#toolbarImageBack	{
	display: none;
}

#toolbarImage	{
	display: none;
}

/*  Strip containing buttons on the toolbar  */
#toolbarButtons		 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 30px;
	display: block;
	background-color: #d1d1c2;
	background-image: url('images/toolbarButtonsBack.gif');
	background-position: top left;
	background-repeat: repeat-x;
	padding-bottom: 1px;
}

/*  Left end of the button strip  */
#toolbarButtonsLeft	{
	display: none;
	float: left;
}

/*  Right end of the button strip  */
#toolbarButtonsRight {
	width: 50px;
	height: 30px;
	border-left: solid 1px #ffffff;
	float: left;
}

/*  Individual button on the toolbar  */
.toolbarButton {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	width: 100px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #999966;
	text-align: center;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*  Button link not cuttent page and not hover  */
.toolbarButton a, .toolbarButton a:visited
{
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #777766;
}

.toolbarButton a:hover, .toolbarButton a:active
{
}

.toolbarButtonOn
{
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	text-align: center;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #999966;
	width: 100px;
	background-image: url('images/toolbarButtonOn.gif');
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

.toolbarButtonOn a, .toolbarButtonOn a:visited
{
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #020056;
}

.toolbarButtonOn a:hover, .toolbarButtonOn a:active
{
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #020056;
}

.buttonDivide  {
	display: none;
}

/*  --  Controls the print icon or print category box --  */
#printCategory	 {
	text-align: right;
	height: 25px;
	width: 100%;
	margin-right: 20px;
	padding-right: 20px;
	border-left: solid 1px #ffffff;
}

#printCategory .smallText  {
	color: #020056;
}

#logo	{
	display: none;
}

#emailBody {
	margin: 20px;
	padding: 20px;
	border: solid 1px #000000;
	background-color: #ffffff;
}

#simpleSearch		{
	display: none;
}

#simpleSearch input[type="submit"] {
}

#simpleSearch .subHeading	  {
 	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}