/************************************/
/*EPISTORE CSS-CLASSES				*/
/************************************/
body
{
	font-size:11px;
}
a.itemlink
{
    font-size: 0.9em;
}
a.largeshopheading
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
a.largeshopheading:hover
{
    color: #ffffff;
}
a.smallcartheader
{
	padding-top: 1em;
	color: #000000;
}
.verticallycentered
{
	display: block;
	padding-top: 0.3em;
}
.rightmargin
{
	margin-right: 0.5em;
}
table.smallcart
{
    width: 100%;
	border-collapse: collapse;
	border: solid 1px #dddddd;
	font-family: Verdana, Helvetica, Sans-Serif;
}
table.largecart
{
    font-family: Verdana, Helvetica, Sans-Serif;
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #dddddd;
}
textarea.large
{
	width: 90%;
}
div.settingsarea
{
	position:relative;
}
table.largecart td, table.largecart th
{
    font-weight: normal;
	padding: 0.3em;
	border: none;
	border-top: solid 0.1em #dddddd;
	border-bottom: solid 0.1em #dddddd;
}
table.largecart input 
{
    width: 2em;
    text-align: right;
}
table.smallcart td
{
	padding: 0.2em 0.3em;
}
tr.smallcartheader td
{
	border-width: 1px 0;
	border-style: solid;
	border-color: #dddddd;
	background-color: #F0F0F0;
}
tr.smallcartitem
{
    height: 1.5em;
}
tr.smallcartalternatingitem
{
    height: 1.5em;
}
.inactiveleftmenu
{ 
    color: #aaa;
    font-family: Verdana, Helvetica, Sans-Serif;
}
.listheader
{
    font-weight: bold;
    background-color: #F0F0F0;
}
.listheader th
{
	border-width: 0.1em;
	border-style: solid;
	border-color: #000000;
}
.smallcartlistheader
{
    font-weight: bold;
    background-color: #dddddd;
}
td.amountheader
{
	padding-left: 0.3em;
}
.unevenrowstore
{
}
.evenrowstore
{
}
.shopitem
{
    color: #000000;
}
div.tablerow
{
    overflow: hidden;
	padding: 0.2em 0;
	widh: 100%;
}
div.description
{
	float: left;
	width: 30%;
}
div.content
{
	float: right;
	width: 70%;
}

.registerfield 
{
    width: 15em;
}

#contentdiv
{
	width: 76%;
	float: right;
}
#rightmenudiv
{
	width: 28%;
	float: right;
	text-align: left;
	padding-left: 1em;
}
#mainareadiv
{
	width: 69%;
	float: left;
	text-align: left;
}
#leftmenudiv
{
	width: 22%;
	float: left;
	text-align: left;

}
div.sum
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
    background-color: #F0F0F0;
    padding: 0.5em;
	border: solid 0.1em #dddddd;
    border-top: 0;
}
.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
td.linklist a
{
	
}
.linklist
{
	font-family: Verdana, Helvetica, Sans-Serif;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}

/* Classes used for store edit mode */
table.admintable
{
	border-collapse: collapse;
	border: solid 1px #cccccc;
	border-bottom-color: #6B7C9B;
	border-right-color: #6B7C9B;
}
.admintableheading, .admintableheading td
{
	height:20px;
	font-weight:bold;
	border: solid 1px #cccccc;
	border-bottom: solid 1px #6B7C9B;
	padding: 2px 5px 2px 5px;
}
.admintablecell, .admintablecell td 
{
	padding: 2px 5px 2px 5px;
	border: solid 1px #cccccc;
}
img.borderless
{
	border: 0;
}
/************************************/
/*END OF EPISTORE CSS-CLASSES	*/
/************************************/
