﻿/*
	Project......: gallerymamak.com web site
	Created......: Sep-03, 2008
	File.........: en.css
	Author.......: Ardeshir Namazi - yehclick.com
	Description..: English localized style sheet
*/


body, table, tr, td, th, div, p, input, select, textarea, ul, ol, li, h1, h2, h3, h4, h5, a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	direction: ltr;
}

body, table, th, td, div, p, input, ul, ol, li
{
	font-size: 10pt;
}

h1
{
	font-size: 12pt;
}

h2
{
	font-size: 11pt;
}

h3
{
	font-size: 10pt;
}

p, ul, ol, table
{
	margin-top: 0px;
}

ul, ol { margin-top: -.5em; }
li { margin-bottom: .5em; }

/* used by forms */
td.label { text-align:right; padding-right:4px; }
td.control { text-align:left; }

.joinFormPanel table, .joinFormPanel td, .joinFormPanel input
{
	font-size: 8pt;
}
.joinFormPanel caption
{
	text-align: left;
}

.ycA 
{
	text-align: left;
}

/*--------------------------------------------------------------------------
	Menu
---------------------------------------------------------------------------*/

/* table cell for menu bar container */
#menuPanel
{
	background-repeat: no-repeat;
	background-image: url('menuBackground.jpg');
}
#menuPanel td
{
	font-size: 10pt;
}


#logoPanel, #logoPanel a, #logoPanel p
{
	font-size: 10pt;
}


/*--------------------------------------------------------------------------
	Product Table
---------------------------------------------------------------------------*/
.productTable, .productTable td, .productTable th
{
	font-size: 8pt;
}
.productTable td.title
{
	font-size: 9pt;
}

