﻿div.contentmain {
	margin: 5px 2px 2px 175px;
	padding-top: 151px; 
}

div.quickshop {
	margin: 5px;
	padding: 5px;
	border: solid 1px black;
}

div.quickshop input {
	margin: 2px;
}

div.quickshop span.code {
	display: inline-block;
	width: 154px;
	margin: 2px;
}

div.quickshop span.qty {
	display: inline-block;
	width: 54px;
	margin: 2px;
}

div.quickshop span.code {
	margin: 2px;
}

div.basket {
	font-weight: bold;
	font-size: 13px;
	float: left;
}

div.basket table {
	border: none;
}

div.basket .header {
	background-color: #4555B6;
	border: none;
	color: White;
}

div.basket .totalscol {
	background-color: #4555B6;
	font-weight: bold;
	color: White;
	text-align: right;
}

div.basket tr.row {
	background-color: #eeeeee;
	font-weight: normal;
}

div.basket tr.row td {
	border: none;
	border-right: solid 1px black;
	padding: 2px;
}

div.basket div.totals {
	font-weight: bold;
	padding: 5px;
}

div.basket div.totals span.name {
	display: inline-block;
	width: 453px;
	text-align: right;
}
div.basket div.totals span.total {
	display: inline-block;
	width: 75px;
	text-align: right;
	background-color: #4555B6;
	font-weight: bold;
	color: White;
	padding: 4px;
}

div.basket div.totals span.namechk {
	display: inline-block;
	width: 480px;
	text-align: right;
}

div.basket div.totals span.totalchk {
	display: inline-block;
	width: 60px;
	text-align: right;
	background-color: #eeeeee;
	font-weight: bold;
	color: #000080;
	padding: 2px;
}

div.basket div.totals select {
	background-color: #eeeeee;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;	
	width: 160px;
}

div.basket div.saveditems {
	width: 100%;
}

div.basket a {
	color: Black;
	text-decoration: underline;
}

div.basket a:visited {
	color: Black;
}

div.basket a:hover {
	color: #ce0000;
}

div.productbox div.prtitle {
	height: 40px;
	position: absolute;
	bottom: 30px;
}

div.productbox div.price {
	height: 40px;
	position: absolute;
	bottom: 1px;
}

/*
div.productbox img {
	position: absolute;
	top: 0px;
}
*/

div.productbox div {
	width: 98%;
}

div.productbox {
	position: relative;
	top: 0px;
	height: 300px;
}

div.manageaddr {
	border: solid 1px black;
	padding: 4px;
}

/* transfered to adminstyle.css */
/*
div.sitesettings .name {
	display: inline-block;
	width: 200px;
}

div.sitesettings .value {
	display: inline-block;
	width: 400px;
}
*/

div.sidebar div.directorycontainer span.HtmlArticle {
	background-color: White; 
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;	
	display: inline-block;
	width: 94%;
	text-align: center;
}

div.sidebar div.directorycontainer span.LinkedImage {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

span.directorycontainer img {
	border: 0;
}

.hidden 
{
	display: none;
}

div.left_side_info ul 
{
	margin-top: 15px;
}

a img
{
	border: none;
}

div.quickshop 
{
	padding: 5px;
	border: none;
}

a.productdisabled
{
	text-decoration: line-through;
}