/* @group Reset */

dl,dt,dd,fieldset{
	padding: 0;
	margin: 0;
}


a {
	outline:none;		
}
/* @end */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1,h2,h3 {
	
}

p {
	line-height: 1.5em;
}

p,
table {
	margin: 0 0 15px;
	padding: 0;
}

.small {
	font-size: 7pt;
}

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






#header,
#subheader,
#push,
#footer,
#homeslider{
	display:none;
	visibility: hidden;
}

.sidebar-left,
.sidebar-right,
.tabs,
.tabs li,
.buttons,
.buttonstable{
	display:none;
	visibility: hidden;
}


#printheader{
	font-size:12pt;
	float:left;
	margin: 0 10px 20px;
	padding-bottom:15px;
	width: 700px;
	border-bottom:2px solid #000;
}




#content,
.content-left,
.content-right{
	width: 700px;
}

table{
	width: 100%;
}




/* @group tables */



table.data,
table.form{
	font-size: 8pt;
	width: 100%;
	border-collapse: collapse;
	border:1px solid #000;
}

table.data td {
	padding: 4px;
	border:1px solid #000;
}

table.data th{
	font-weight: 700;
	padding: 4px;
	border:1px solid #000;
}





/* @group columnstyles */
table .number,
table .price{
	text-align:right;
}

table .value,
table .stocklevel{
	text-align:center;
}

table .stockcode{
	text-align:center;
	font-weight:bold;
}

table .text{
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
}
/* @end */



/* @group spectable */
.spectable{
	width:100%;
	font-size: 0.769em;		/* 10px; */
	line-height:1.6em;
	margin-bottom:10px;
}

.spectable tr{
	background: url(../grp/dots.gif) repeat-x left 0.2em;
}


.spectable th {
	text-align:left;
	float: left;
	white-space: nowrap;
	font-weight: bold;
	padding:0;
	background: url(../grp/dots.gif) repeat-x left 0.2em;
}
 
.spectable td {
	text-align: right;
	float: right;

	padding:0;
	background: url(../grp/dots.gif) repeat-x right 0.2em;
}

.spectable td span{
	background-color:#fff;
	padding-left: 5px;
}

.spectable th span{
	background-color:#fff;
	padding-right:5px;
}

/* @end */

/* @group invoicedetails */

table.invoicedetails{
	font-size: 7pt;
	width: 100%;
	border-collapse: collapse;
	border:1px solid #000;
}

table.invoicedetails td {
	text-align:left;
	padding: 3px 5px;
	border:1px dotted #999;
}

table.invoicedetails th{
	text-align:right;
	font-weight: 700;
	padding: 3px 5px;
	border:1px dotted #999;
}

/* @end */




/* @group invoicehead */

table.invoicehead{
	font-size: 8pt;
	line-height:12pt;
	width: 100%;
	border-collapse: collapse;
	border:1px solid #000;
}

table.invoicehead > tbody > tr > td {
	text-align:left;
	padding: 5px 10px;
	border:1px dotted #999;
}


/* @end */


/* @end */

/* @group form */

input[type=text],
textarea{
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
/* @end */

li{

	margin: 0 0 .2em 0;
	padding:0;
}

ul, ol {
	margin: 0.5em 0 0.5em 0.75em;
	padding:0;
	padding-left:1em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

.product-img{
	margin-bottom:20px;
}

fieldset{
	padding: 10px 15px 15px;
	margin-bottom:15px;
	border:1px solid #000;
}

fieldset table.form{
	border:none;
	margin:0;
}

/* @group smalllist */

.smalllist{
	float: left;
	font-size:10px;
	line-height:1.6em;
}

.smalllist dt {
	float: left;
	font-size:14px;
	font-weight: bold;
}

.smalllist dd {
	float: left;
	padding: 5px 0;
	width: 200px;
	
}


.smalllist dd span.icon {
	float: left;
	margin-left:0;
	width: 45px;
}


.smalllist dd span.desc {
	float: right;
	width: 145px;
	margin-right:10px;
	margin-top:3px;
}

/* @end */

/* @group biglist */

.biglist {
	
}

.biglist dl {
	display: inline;
	float: left;
	margin-bottom: 20px;
	width: 700px;
}

.biglist dl dt {
	float: right;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 2px;
	width: 580px;
}

.biglist dl dd.desc {
	float: right;
	width: 580px;
}

.biglist dl dd.img {
	float: left;
}

.biglist dl img {
	border: 2px solid #000;
	padding: 11px;
}

/* @end */






/* @group mediumlist */

.mediumlistcol.left{
	float: left;
	width: 330px;
}


.mediumlistcol.left{
	float:right;
	width: 330px;
}



dl.mediumlist {
	font-size:11px;
}



dl.mediumlist {
	display: inline;
	float: left;
	margin-bottom: 20px;
	width: 330px;
	border: 1px solid #000;
	background-color:#fff;
	padding:10px;
}

dl.mediumlist dt {
	float: right;
	font-weight: bold;
	width: 240px;
}

dl.mediumlist dd.desc {
	float: right;
	width: 240px;
	padding:0;
}

dl.mediumlist dd.img {
	float: left;
}

dl.mediumlist img {

}

/* @end */


.tagcloud{
	 text-align: center;
	 font-weight:bold;
	 margin: 0;
	 padding:5px;
}


