body {
/*
Do not set the background color here or it will change many things.
If you want the editor to have a black background it would be setup here
Right now there is not a proper option for setting the FCKeditor background color. This will be an addon for the next version.
Set it in the actual body if it is 
*/
	margin: 0px;
	

}

#adminLinks center {
background: url(/img/menublue.jpg);
background-repeat: repeat-y;
font-weight : bold;
margin: 0px;
padding:0px;
}

#adminLinks{
background: url(/img/menublue.jpg);
background-repeat: repeat-y;
font-size   : 12px;
font-style  : normal;
color       : #3366CC;
margin: 0px;
padding:0px;

}

iframe {
	overflow-x:hidden;
}

/* cms styles */
.cms_header1{

        font-family : Arial,Helvetica,Geneva;

        font-style  : normal;

        font-size   : 16px;

        font-weight : bold;

		color       : #3366CC;

}

.cms_header2 {

        font-family : Arial,Helvetica,Geneva;

        font-style  : normal;

        font-size   : 14px;

        font-weight : bold;

		color       : #3366CC;
}

.cms_bodytext1{

        font-family : Arial,Helvetica,Geneva;

        font-style  : normal;

        font-size   : 12px;

        font-weight : normal;

		color       : #000000;

}

.cms_error1{

        font-family : Arial,Helvetica,Geneva;

        font-style  : normal;

        font-size   : 12px;

        font-weight : bold;

		color       : red;

}

.cms_error{

        font-family : Arial,Helvetica,Geneva;

        font-style  : normal;

        font-size   : 12px;

        font-weight : bold;

		color       : red;

}
/* end cms styles */


/*
setup for category listing on rhs
*/

.cms_inner_exclmenu, .cms_inner_exclmenu th, .cms_inner_exclmenu td {
	border: 0px solid #2d6ec0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	color: #2d6ec0;
}


.cms_catlisting {
	border: 1px solid #2d6ec0;
	border-collapse: collapse;
}

.cms_catlisting, .cms_catlisting th, .cms_catlisting td {
	/*border: 0px solid #2d6ec0;
	border-collapse: collapse;*/
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	color: #2d6ec0;
}

.cms_catlisting caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}


.cms_catlisting td, .cms_catlisting th {
	padding: 4px;
}

.cms_catlisting thead th {
	text-align: left;
	background: #2d6ec0;
	color: #FFFFFF;
	font-size: 100% !important;
}

.cms_catlisting thead tr th a:link, .cms_catlisting thead tr th a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight : bold;
}

.cms_catlisting tbody th {
	font-weight: bold;
}

.cms_catlisting tbody tr { 
	background: #FFFFFF; 
}

.cms_catlisting tbody tr.odd { background: #FFFFFF; }

.cms_catlisting tfoot th, .cms_catlisting tfoot td {
	font-size: 95%;
}


/*
setup for estore view_cart
*/

.estore_view_cart {
	border: 1px solid #2d6ec0;
	border-collapse: collapse;
}

.estore_view_cart, .estore_view_cart th, .estore_view_cart td {
	/*border: 0px solid #2d6ec0;
	border-collapse: collapse;*/
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	color: #2d6ec0;
}

.estore_view_cart caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}


.estore_view_cart td, .estore_view_cart th {
	padding: 4px;
}

.estore_view_cart thead th {
	text-align: left;
	background: #2d6ec0;
	color: #FFFFFF;
	font-size: 100% !important;
}

.estore_view_cart thead tr th a:link, .estore_view_cart thead tr th a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight : bold;
}

.estore_view_cart tbody th {
	font-weight: bold;
}

.estore_view_cart tbody tr { 
	background: #FFFFFF; 
}

.estore_view_cart tbody tr.odd { background: #FFFFFF; }

.estore_view_cart tfoot th, .estore_view_cart tfoot td {
	font-size: 95%;
}


/* display for product tables */

.product_table {
	border: 1px solid #2d6ec0;
	border-collapse: collapse;
}

.product_table, .product_table th, .product_table td {
	/*border: 0px solid #2d6ec0;
	border-collapse: collapse;*/
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	color: #2d6ec0;
}

.product_table caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}


.product_table td, .product_table th {
	padding: 4px;
}

.product_table thead th {
	text-align: left;
	background: #2d6ec0;
	color: #FFFFFF;
	font-size: 100% !important;
}

.product_table thead tr th a:link, .product_table thead tr th a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight : bold;
}

.product_table tbody th {
	font-weight: bold;
}

.product_table tbody tr { 
	background: #FFFFFF; 
}

.product_table tbody tr.odd { background: #FFFFFF; }

.product_table tfoot th, .product_table tfoot td {
	font-size: 95%;
}




/* End of catlisting css*/

/*display for forms*/
.displayTable {
	border: 1px solid #16ac19;
	border-collapse: collapse;
}

.displayTable, .displayTable th, .displayTable td {
	/*border: 0px solid #2d6ec0;
	border-collapse: collapse;*/
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	color: #666666;
}

.displayTable caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}


.displayTable td, .displayTable th {
	padding: 4px;
	
}

.displayTable thead th {
	text-align: left;
	background: #16ac19;
	color: #FFFFFF;
	font-size: 100% !important;
}

.displayTable thead tr th a:link, .displayTable thead tr th a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight : bold;
}

.displayTable tbody th {
	font-weight: bold;
}

.displayTable tbody tr { 
	background: #FFFFFF; 
	border-bottom: 1px solid #16ac19;
	
}

.displayTable tbody tr.odd { background: #FFFFFF; }

.displayTable tfoot th, .product_table tfoot td {
	font-size: 95%;
}
.displayTable tfoot td {
	border:0px;
}


/*end display for forms*/

/* other display no row border */
.displayTable2 {
	border: 1px solid #16ac19;
	border-collapse: collapse;
}

.displayTable2, .displayTable2 th, .displayTable2 td {
	/*border: 0px solid #2d6ec0;
	border-collapse: collapse;*/
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	color: #666666;
}

.displayTable2 caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}


.displayTable2 th {
	padding: 4px;
	
}

.displayTable2 td {
	padding: 1px;
	
}

.displayTable2 thead th {
	text-align: left;
	background: #16ac19;
	color: #FFFFFF;
	font-size: 100% !important;
}

.displayTable2 thead tr th a:link, .displayTable2 thead tr th a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight : bold;
}

.displayTable2 tbody th {
	font-weight: bold;
}

.displayTable2 tbody tr { 
	background: #FFFFFF; 

	
}

.displayTable2 tbody tr.odd { background: #FFFFFF; }

.displayTable2 tfoot th {
	font-size: 95%;
}
.displayTable2 tfoot td {
	border:0px;
}




#module_controls{
width: 100%;
background-color:#cccccc;
position:absolute;
top:0;
left:0;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
vertical-align:middle;
}



