body {
	text-align: center;
	background-color: #fff;
}

body, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	
	color: #000;
}

#page {
	width: 980px;
	margin: 0 auto;
	
	text-align: left;
}

#page div.inner {
	margin: 10px;
}

#page div div.inner {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

h1,h2,h3 {
	color: #005998;
}

h1 {
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: 0.75em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: .75em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .75em;
}

h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
	
	padding: 0;
}

ul li, ol li {
	line-height: 1.6em;
	margin-bottom: .3em;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

ul, ol {
	padding-left: 2em;
}

.float-right, .right {
	float: right;
}

.clear-both {
	clear: both;
}

hr {
	border: 0;
	height: 0;
	
	border-top: 2px solid #ddd;
}

a:link,a:visited {
	color: #009dd0;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

#top {
	margin-bottom: 10px;
	position: relative;
}

#top #topNav {
	position: absolute;
	top: 20px;
	right: 0;
	
	/*padding: 5px 0 5px 0;*/	
	background-color: #fff;
}

#top #topNav a {
	margin-left: 20px;
	padding: 6px 0 6px 30px;
	
	
	height: 26px;
	line-height: 26px;
}

* html #top #topNav a  {
	height: 26px;
}

#top #topNav a.info {
	background: url(../images/icons/top/info.png) no-repeat left center;
}

#top #topNav a.account {
	background: url(../images/icons/top/account.png) no-repeat left center;
}

#top #topNav a.logout {
	background: url(../images/icons/top/logout.png) no-repeat left center;
}

#top #topNav a.register {
	background: url(../images/icons/top/register.gif) no-repeat left center;
}

#layout {
	margin-bottom: 10px;
}

#layout a:link, #layout a:visited {
	color: #00509b;
	text-decoration: none;
}

#layout a:hover, #layout a:active {
	color: #ed5900;
}


#layout .column {
	float: left;
}

#layout .side-column {
	width: 200px;
}

#layout #content {
	width: 540px;
	margin-left: 10px;
	margin-right: 10px;
}

#layout .side-column .box {
	margin-bottom: 10px;
}

#layout .side-column .box h3 {
	line-height: 34px;
	
	margin: 0;
	padding: 0 0 0 10px;
	
	background: #d1d0d1 url(../images/boxH3.png) no-repeat top;
}


#layout .side-column .box .inner {
	margin: 0;
	padding: 5px;
	
	border: 1px solid #ddd;
	border-top: 0;
	
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

#middleBar {
	margin-bottom: 10px;
	background: url(../images/bar.png) no-repeat;
	
	height: 34px;
	line-height: 34px;
	
	padding-left: 10px;
	padding-right: 10px;
}

#middleBar fieldset {
	padding: 0;
	line-height: 34px;
	
	vertical-align: middle;
}

* html #middleBar fieldset input.text {
	margin-top: 5px;
}

* html  #middleBar fieldset select {
	margin-top: 5px;
	vertical-align: top;
}

* html #middleBar fieldset span {
	vertical-align: super;
}

#middleBar input.button100 {
	background-image: url(../images/form/button100-mb.png);
}

#middleBar .accountBox {
}

#breadcrumb {
	margin-bottom: 10px;
}

#footer {
	margin-bottom: 10px;
	background: url(../images/footer.png) no-repeat;
	
	height: 34px;
	line-height: 34px;
	
	padding-left: 10px;
	padding-right: 10px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	border-bottom: 1px solid #eee;
	display: inlien;
	
	margin: 0;
}

#menu ul li a {
	display: block;
	width: 100%;
	
	padding: 2px 0 2px 0;
}

#menu ul.promotions-and-news {
	margin-top: 10px;
}

#menu ul.promotions-and-news li {
	border: 0;
}

#menu ul.promotions-and-news li a:link, #menu ul.promotions-and-news li a:visited {
	color: #000;
}

#layout .side-column #cartPreview h3 {
	background-image: url(../images/boxH3CartPreview.png);
	
	height: 34px !important;
	height: 50px;
	
	padding-top: 16px;
	
	margin-top: -16px;
	position: relative;
}

#cartPreview ol {
	margin: 5px 0 20px 0;
	padding: 0 0 0 2em;
	
	list-style: decimal;
}

#randomPromotionBox .inner {
	text-align: center;
	margin: 0;
	padding: 0;
}

#currentManufacturerBox .inner {
	text-align: center;
}

#randomPromotionBox div.product {
	margin: 0 auto;
	float: none;
	
	width: 100%;
	border: 0;
}

#bestSellersBox ol {
	list-style: decimal;
	padding-left: 2em;
}

#star {
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#star h2 {
	color: #009dd0;
}

#star div.star-image {
	float: left;
	margin-right: 20px;
}

a.powered-by:link, a.powered-by:visited {
	color: #444;
	padding: 2px 20px 2px 0;
	background: url(../images/appicon.gif) no-repeat right center;
}

a.powered-by:hover, a.powered-by:active {
	text-decoration: none;
	color: #000;
}

table th {
	font-weight: bold;
}

/* ----- icons ---- */

a.cart
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/cart.png) no-repeat left center;
}

a.putInCart
{
	padding: 5px 0 5px 30px;
	background: url(../images/icons/putInCart.png) no-repeat left center;
	line-height: 24px;
}

a.checkout
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/checkout.png) no-repeat left center;
}

a.review
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/review.png) no-repeat left center;
}

a.back
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/back.png) no-repeat left center;
}

a.delete
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/delete.png) no-repeat left center;
}

a.add
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/add.png) no-repeat left center;
}

a.edit
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/edit.png) no-repeat left center;
}

a.show
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/show.png) no-repeat left center;
}

p.tips
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/tips.png) no-repeat left center;
	
	color: #ff9000;
	font-weight: bold;
}

a.registerNow
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/registerNow.png) no-repeat left center;
}

a.password
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/password.png) no-repeat left center;
}

.totalPrice
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/coins.png) no-repeat left center;
}

a.product
{
	padding: 2px 0 2px 20px;
	background: url(../images/icons/product.png) no-repeat left center;
}

/* ----- icons ---- */
