/********   DIA CSS Template File  ********/



/******** Body and main div tags around all the document contents ********/
body 	{

	text-align:		center;
	background: url('/system/modules/au.com.wrapertoire/resources/images/BlueTissuePaper.jpg');	
}


.mainbody {
	font-size: 		12px;
	color: 			#003366;
	width: 			841px;
	border-collapse: 	collapse;
	border: 		1px solid #003366;
	font-family: 		Verdana,Arial, Helvetica, sans-serif;
	margin: 		0 auto;
	text-align: 		left;
	padding:		0px;
	background-color:	#FFFFFF;
}



/******** Banner ********/
div.banner {
	padding:	10px 0px 10px 0px;
	height:		127px;
	width:		841px;
	background: url('/system/modules/au.com.wrapertoire/resources/images/wrapertoire.jpg');
	background-repeat: no-repeat;
	background-position: center
}

div.bannerLogin {
	font-size: 12px;
	float: right;
	margin-right: 5px;
	display:block;
}


div.cartLink {
	font-size: 12px;
	float: right;
	display:block;
	clear:both;
	margin-right: 5px;
	margin-top: 10px;
}
.cartLink img {
	vertical-align:middle;
}


a:link, a:active, a:visited {
	color:		#003399;
	text-decoration: none;
}

.cartLink a:link,.cartLink a:active,.cartLink a:visited {
	color:		#003399;
	text-decoration: none;
}

/******** Main Content Row ********/
div.main-content {
        padding:	10px;
	text-align:	left;
	width:		100%;
	clear:		both;
	display:	block;
	}


/******** Content1 Section ********/
div.content1 {
        width:                  820px;
        padding:		0px;
	display:block;
	}

/******** Content2 Section ********/
div.content2 {
	}


/********  Global Tags ********/

img	{
	border: 0;
	}


h1	{
	color:	#555F9F;
	font-size: 16px;
	}


/* Custom Tags */

/* Form table Styles */

.table-form-admin table {width:auto;}
.table-form-admin th {width:20%;padding:3px;background-color: #ECF1FF;color:#02458d;font-size: 11px;text-transform: uppercase;border: 2px solid #FFFFFF;}
.table-form-admin td {padding:3px;font-size: 11px;border: 2px solid #ECF1FF; }
.table-form-admin textarea {width:400px; height:100px}

table.table-list-admin, .table-list-admin table {width:100%;}
.table-list-admin th {padding:3px;color:#02458d;border-bottom:1px solid #02458d;font-size: 11px;text-transform: uppercase;}
.table-list-admin td {padding:2px;font-size: 11px;}
.table-list-admin tr.row0 {background-color: #ECF1FF;}
.table-list-admin tr.subheading td,.table-list-admin td.subheading  {font-weight:bold; border-bottom:1px solid #02458d;}
.table-list-admin tr.total td, .table-list-admin td.total {font-weight:bold; border-top:1px solid #02458d;}

table.table-order, .table-order table {width:100%;}
.table-order th {padding:3px;color:#02458d;border-bottom:1px solid #02458d;font-size: 11px;text-transform: uppercase;}
.table-order td {padding:2px;font-size: 11px;border-top:1px solid #ECF1FF;border-bottom: 1px solid #ECF1FF}
.table-order tr.subheading td,.table-order td.subheading  {font-weight:bold; border-bottom:1px solid #02458d;}
.table-order tr.total td, .table-order td.total {font-weight:bold; border-top:1px solid #02458d;}

.buttonBar {text-align:center;margin: 5px;}

/*************************/
/*      TILE Layout      */
/*************************/

table.tileTable {
	width: 100%;
	clear:both;
	border-collapse:separate;
	}

td.tileCell {
	width: 25%;
	text-align:center;
	border: #dddddd 1px dashed;
	background-color:#fafafa;
	padding: 5px 2px 5px 2px;
	}

.tileCell #description {
	height: 40px; 
	clear:both;
	}

.tileCell #description a:link, .tileCell #description a:visited, .tileCell #description a:active {
  text-decoration: none;
  color:#666666;
}

.tileCell #description a:hover {
  text-decoration: none;
  color:#006699;
}


.tileCell #price {
	padding-top:2px; 
	color:#666666;

	}
.tileCell #thumb {

	}
.tileCell #add {
	padding-top:4px;
	text-align:center;
	}

/*************************/
/*      Category Select  */
/*************************/

div.catSelect {
	margin:0;
	padding:0;
	clear:both;
	text-align:center;
	display:block;
}
.catSelect ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height:28px;
}
.catSelect ul li {
	border-top: 1px #C0C0C0 solid;
	border-bottom: 1px #C0C0C0 solid;
	float:left;
	height:28px;
	width:100px;
}

.catSelect a {
	color: #02458d;
	text-decoration: none;
	padding: 7px 3px 7px 3px;
	display: block;
}
.catSelect a:visited, .catSelect a:active, .catSelect a:link {

}
.catSelect a:hover {
	background-color: #C8CACC;
}

.catSelect a.selected {
	font-weight:bold;
	background-color: #dddddd;
}

.catSelect ul li.selected {
	background-color: #dddddd;
}

