/*
  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.
	A double // does NOT start a comment like in JS!
	Don't forget the ; at the end of defineition lines!


  Last change: 2006-04-08
*/

/*
   General part 
   ------------
*/
body {
      background:#ffffff url('images/light_grey.jpg') repeat-x fixed center 0%; font-family: Arial, Helvetica, sans-serif;

        color: #111111;
        font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:verdana, helvetica, arial, sans-serif
}
/*
   colored scrollbar disabled because Firefox shows it as 
   error in the Javascript console.
html {
	scrollbar-base-color:#222222;
	scrollbar-track-color:#666666;
	scrollbar-arrow-color: #aaaaaa;
}
*/
a:link {
	color: black;
}
a:visited {
	color: #777777;
}
a:hover {
	color: blue;
}
a:hover img {}
td	{
	font-size: 12px;
}
input {
	letter-spacing: 0;
}
.button {
	background-color: #CCCCCC;
	color: #333333;
	font-size: 10px;
	font-weight: bold;	}
.button#cart {
	background-color: #CCCCCC;
}
select {}
textarea, .textfield {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
.selectbox {
	letter-spacing: 0;
}
.big	{
        font-size: 20px;
        letter-spacing: 2px;
}
.mini	{
	font-size: 10px;
}
.info	{}
.navigation {
	font-size: 13px;
	text-align: center;
}
.navigation a {}
.currentPage {
	border: 1px solid black;
        padding-left: 3px;
        padding-right: 3px;
	color: black;
	background: #666666;
}
.sectionNavigation td {
	font-size: 11px;
}
.sectionNavigation a:link, .sectionNavigation a:visited {}
.hint	{
	font-size: 11px;
	font-weight: normal;
}
.copyright {
	font-size: 11px;
}


/*
   Header part 
   -----------
*/
.header {
	background-color: white;
	border-bottom: 1px solid #000000;
}
.topNavigation {
	font-size: 12px;
}
.topNavigation a {}
.topTextfield {
	font-size: 11px;
}

/*
   Index page 
   ----------
*/
.intro {
	width: 450px;
	padding: 5px;
	font-size: 12px;
	border: 1px dashed #666666;
	margin-bottom: 20px;
	text-align: left;
}
.expire {
	margin-bottom: 11px;
	width: 450px;
	padding: 5px;
	background-color: white;
	border: 1px solid #ff9966;
	color: #ff9966;
	font-size: 11px;
	font-weight: bold;
}
.sectionintro {
	width: 450px;
	padding: 5px;
	font-size: 12px;
	border: 1px dashed #666666;
	margin-bottom: 20px;
	text-align: left;
}
.thumbnailbox {}	
.thumbnailbox td {}
.thumbnail {
        padding: 0px;
        border: 2px solid #000000;
        background: white;
        width: 180px;
        height: 220px;
        vertical-align: middle;
}
.ordered {
	border: 3px dashed #00ff00;
}
.notordered {
	border: 2px solid #dddddd;
}
.caption {
        font: 11px Verdana, Helvetica, sans-serif;
	font-weight: normal;
}
.section {
        font: 11px Verdana, Helvetica, sans-serif;
	color: #ffffff;
}

/*
   Fullsize page 
   -------------
*/

.frame	{
	padding: 2px;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	background: white;
	border-width:5px;
	border-style:solid;
	padding:80;
}
.frameborder {
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-width:5px;
	border-style:solid;
	padding:0;
}
.matte	{
	padding: 0px;
	background-color: white;
}
.matteborder {}
.matteborder a:hover {
	background-color: transparent;
}
.fullsize_caption {
	font-size: 12px;
}
.itemheader {
	background-color: #333333;
	color: #cccccc;
	font-weight: bold;
}
.itemlist {
	background-color: #aaaaaa;
	color: #000000;
	font-size: 11px;
}
.itemname a:link {
	text-decoration: underline;
}
.description {
	color: white;
	background: #999999;
	font-size: 17px;
	padding: 4px;
	width: 524px;
}

/*
  Checkout page 
   -------------
*/
.total	{
	padding-left:  10px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: bold;
	background-color: #DFF1F2;
}
.checkoutinfo {
	width: 400px;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	background-color: #DFF1F2;
}
.couponcode {
	width: 400px;
	padding: 5px;
	background-color: #FFCC00;
	border: 1px solid #f33;
	font-size: 12px;
}
.couponcode_ok {
	width: 400px;
	padding: 5px;
	background-color: #090;
	border: 1px solid #3f3;
	font-size: 12px;
}
.userbox td {
	font-weight: bold;
}
.spacer {}
.tableGrad_1 {}
.tableGrad_2 {}
.contact {
	width: 350px;
	padding: 15px;
	background-color: #ffffff;
	text-align: right;
	border: 1px solid #cccccc;
	font-size: 12px;
}
.button#reset {}
