/*
  Default Style Sheet file for the EOS template.
  ------------------------
  
  The file name can be defined in "settings.js":
  check the variable "myStyleFile"

  File Format:
	This is a CSS file (cascading style sheet).
	Empty lines and comments are ignored.
	A comment is all text between /* and */
/*	All other lines must contain valid CSS code.
	Don't forget the ; at the end of defineition lines!
*/

body	{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: none;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
}

html {
	scrollbar-base-color: #eee;
	scrollbar-track-color:#ccc;
	scrollbar-arrow-color: blue;
}
td	{
	font-size: 13px;
}
input {
        ;
}
.textfield, textarea {
	font-family: Courier;
}
.big	{
	font-size: 20px;
        letter-spacing: 1px;
}
.mini	{
	font-size: 10px;
}
.info	{
	font-size: 11px;
	font-weight: normal;
}
.navigation {
	font-size: 13px;
}
.description {
	font-size: 13px;
	width: 200px;
}
.hint	{
	color: #000000;
	font-size: 10px;
}
.copyright {
	color: #000000;
	font-size: 11px;
}

/*
   Header part 
   -----------
*/
.header {
	background-color: #dddddd;
	padding-right: 5px;
}
.topNavigation {
	font-size: 11px;
}
.topTextfield {
	background-color: #dddddd;
	font-size: 11px;
}

/*
   Index page 
   ----------
*/
.intro {
	margin-bottom: 10px;
	width: 550px;
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #666666;
	font-size: 11px;
}
.expire {
	margin-bottom: 11px;
	width: 350px;
	padding: 5px;
	background-color: ;
	border: 2px solid #cc0000;
	color: #cc0000;
	font-size: 11px;
}
.sectionintro {
	width: 600px;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: left;
	background-color: #eeeeee;
	border-width: 1px;
	border-style: dotted;
}
.thumbnail {
        padding: 10px;
}
.currentPage {
	border: 1px solid black;
        padding-left: 2px;
        padding-right: 2px;
	font-weight: bold;
}
.ordered {
	border: 3px dashed #cc0000
}
.notordered {
	border: 3px solid #999999
}
.caption {
	font-size: 10px;
}
.section {
	font-weight: bold;
}

/*
   Fullsize page 
   -------------
*/

.frame	{
	
}
.frameborder {
	
}
.matte	{
	
}
.matteborder {
	
}
.matteborder a:hover {
	background-color: transparent;
}
.fullsize_caption {
	color: #333333;
}
.itemheader {
	background-color: #999999;
	color: #ffffff;
	font-weight: bold;
}
.itemlist {
	background-color: #eeeeee;
	color: #000000;
}


/*
   Checkout page 
   -------------
*/
.total	{
	padding-left:  10px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2pt;
}
.checkoutinfo {
	width: 400px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px dashed #cccccc;
	font-size: 12px;
}
.couponcode {
	width: 400px;
	padding: 5px;
	background-color: #ffcccc;
	border: 1px solid #cc3333;
	font-size: 12px;
}
.couponcode_ok {
	width: 400px;
	padding: 5px;
	background-color: #ccffcc;
	border: 1px solid #33cc33;
	font-size: 12px;
}


.spacer	{
        
}
.tableGrad_1 {
       
}
.tableGrad_2 {
        
}
.contact {
	align: right;
}
.bottomline {
	border-bottom: 1px solid black;
}