* {
	margin: 0;
	padding: 0;
	font: normal 12px Arial;
	list-style: none;
	outline: none;
}

* html dd{height:1%} 

dd{overflow:auto}
* html dd {height:1%} 

body{
	background: #eaeaea url('/themes/simmart_2010/img/sm_background.jpg') repeat-x;
}

p {
	font-weight: normal;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover
	{
	color: #245288;
	text-decoration: none;
}

hr {
}

h3 {
	font-size: 20px;
	color: #0e175a;
}

h4 {
	font-size: 12px;
	color: #555;
	margin-left: 5px;
	padding: 5px;
	font-weight: bold;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #111;
}

#mainContainer {
margin: 0 auto;
width: 1001px;
}

#logo {
float: left;
width: 357px;
height: 120px;
margin-left: 15px;
background: transparent url('/themes/simmart_2010/img/sim_mart_logo.png') no-repeat;
}

#isr_logo {
width: 230px;
height: 40px;
float: right;
margin-top: 80px;
margin-right: 15px;
}

#secondContainer {
width: 1000px;
display: block;
float: left;
margin-top: 25px;
margin-bottom: 50px;
}

#header {
	margin-left: 12px;
	margin-bottom: 10px;
	width: 977px;
	height: 135px;
	padding-top: 15px;
	background: #0e175a url('/themes/simmart_2010/img/header_bg.png') repeat-x;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#primaryContent {
clear: both;
float: left;
width: 990px;
padding: 5px;
margin-bottom: 20px;
}


.sm_banner {
	float: right;
	padding: 10px;
	width: 720px;
	margin-right: 5px;
	margin-bottom: 25px;
        color: #111;
	background: #0e175a;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.products {
	float: right;
	padding: 0px;
	width: 753px;
	margin-right: 5px;
	margin-bottom: 25px;
        color: #111;
	background: #fff url('/themes/simmart_2010/img/grid.png');
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #c6c5c5;
}

.product_wrap
{
}

.product_container
{
	float: left;
	background: #fff;
	width: 170px;
	height: 220px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 20px;
	display: inline;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d7d7d7;
}

.product_container a
{
	font-size: 12px;
	font-weight: bold;
	color: #111;
}

.products span
{
color: #942020;
display: inline;
font-size: 12px;
font-weight: bold;
float: right;
width: 100px;
overflow: wrap;
}

.products h5
{
font-size: 16px;
background: #f2f2f2;
color: #111;
display: block;
width: 733px;
padding: 10px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
font-weight: bold;
border-bottom: 1px solid #e5e5e5;
}

/* PAGE CONTENT */
.pageContent {
	float: right;
	padding: 10px;
	width: 720px;
	margin-right: 5px;
        color: #111;
	background: #fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
border: 1px solid #c6c5c5;
}

.pageContent p {
	margin: 5px 5px;
	font-family: arial, sans-serif;
	line-height: 1.5em;
	text-align: left;
	color: #111;
	padding: 5px;
}

#sidebar
{
	float: right;
	width: 175px;
	padding: 10px;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	line-height: 2em;
	text-align: center;
	color: #fff;
	height: 94px;
	background: #0e175a;
}

#footer a
{
color: #eee;
}

#footer a:hover
{
color: #ccc;
}

.constr {
	padding: 20px;
	width: 90%;
	background: #3f3f3f;
	color: #eee;
	font-size: 14px;
}

input {
background: #eee;
color: #000;
border: 1px solid #245288;
}

textarea {
background: #eee;
color: #eee;
border: 1px solid #245288;
}

/* Alignment classes */
.float-left
{
float: left;
}

.float-right
{
float: right;
}

.align-left
{
text-align: left;
}

.align-right
{
text-align: right;
}

.align-center
{
text-align: center;
}

.align-justify 
{
text-align: justify;
}

.product_item  li
{
height: auto !important;
min-height: 10.5em;
float: left;
display: inline;
padding: 10px;
width: 230px;
border-bottom: 1px solid #e5e5e5;
padding-top: 40px;
padding-bottom: 10px;
}

.product_title
{
color: #111;
display: inline;
font-size: 12px;
font-weight: bold;
float: right;
width: 100px;
overflow: wrap;
}

.product_price
{
color: #942020;
display: inline;
font-size: 12px;
font-weight: bold;
float: right;
width: 100px;
overflow: wrap;
}
