/*
  Style Sheet file for the EOS template
  "eos4you style"
  -------------------------------------
  
  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 definition lines!
*/

body	{
	background: #666666;
	font: small verdana, sans-serif;
	line-height: 1.4em;
	color: #cccccc;
}
/*
html {
	scrollbar-base-color: #aaaaaa;
	scrollbar-track-color:#666666;
	scrollbar-arrow-color: #990000;
}
*/
a:link {
	color: #6699CC;
	text-decoration: none;
}
a:visited {
	color: #FF3333;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
td	{
	font-size: 13px;
}
input {
	border: 1px solid #222222;
	letter-spacing: 0;
}
.button {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1pt;
	padding: 2px;
	color: #cccccc;
	background-color: #444444;
	border-top:    2px solid #aaaaaa;
	border-left:   2px solid #aaaaaa;
	border-right:  2px solid #777777;
	border-bottom: 2px solid #777777;
}
.button#cart {}
select {
	background-color: #000000;
	color: #000000;
}
textarea, .textfield {
	padding: 2px;
	background-color: #999999;
	border: 1px solid #222222;
	font-size: 14px;
	font-family: Courier;
	letter-spacing: 0;
}
.selectbox {
	background-color: #999999;
	letter-spacing: 0;
}
.big	{
	font-size: 20px;
        letter-spacing: 1px;
}
.mini	{
	font-size: 11px;
}
.info	{
	font-size: 11px;
	font-weight: normal;
}
.navigation {
	font-size: 13px;
}
.navigation a {}
.currentPage {
	border: 1px solid #000000;
        padding-left: 2px;
        padding-right: 2px;
	font-weight: bold;
}
.sectionNavigation td {
	font-size: 11px;
}
.sectionNavigation a:link, .sectionNavigation a:visited {
	color: blue;
}
.sectionNavigation td {
	font-size: 11px;
}
.hint	{
	color: #aaaaaa;
	font-size: 11px;
}
.copyright {
	width: 100%;
	height: 30px;
	font-size: 11px;
	color: #aaaaaa;
	font-weight: bold;
	background-image: url(images/bg2_e4y.gif);
	background-repeat: repeat-x;
}

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

/*
   Index page 
   ----------
*/
.intro {
	margin-bottom: 11px;
	width: 500px;
	padding: 5px;
	background-color: #555555;
	border: 1px solid #000000;
	font-size: 11px;
}
.expire {
	margin-bottom: 11px;
	width: 500px;
	padding: 5px;
	background-color: #eedddd;
	border: 2px dashed #cc0000;
	color: #cc0000;
	font-size: 11px;
}
.sectionintro {
	width: 500px;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: left;
	background-color: #eeeeee;
	border-width: 1px;
	border-style: dotted;
}
.thumbnailbox {
	width: 750px;
	background-color: #cccccc;
	border: 2px solid #ffffff;
	color: #222222;
}	
.thumbnailbox td {
	color: #222222;
}	
.thumbnail {
        padding: 10px;
}
.ordered {
	border: 3px dashed #cc0000;
}
.notordered {
	border: 3px solid #999999;
}
.caption {
	font-size: 11px;
}
.section {
	font-weight: bold;
}

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

.frame	{}
.frameborder {}
.matte	{}
.matteborder {}
.matteborder a:hover {
	background-color: transparent;
}
.fullsize_caption {
	color: #333333;
}
.itemheader {
	background-color: #444444;
	color: #cccccc;
	font-weight: bold;
}
.itemlist {
	background-color: #cccccc;
	color: #222222;
}
.itemname a:link {text-decoration: underline;}
.description {
	font-size: 13px;
	width: 200px;
}


/*
   Checkout page 
   -------------
*/
.total	{
	color:#222222;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #cccccc;
	font-size: 15px;
	font-weight: bold;
}
.checkoutinfo {
	width: 400px;
	padding: 5px;
	background-color: #555555;
	border: 1px solid #000000;
	font-size: 12px;
}
.couponcode {
	width: 400px;
	padding: 5px;
	background-color: #990000;
	border: 1px solid #ff3333;
	font-size: 12px;
}
.couponcode_ok {
	width: 400px;
	padding: 5px;
	background-color: #009900;
	border: 1px solid #33ff33;
	font-size: 12px;
}
.userbox td {
	color:#222222;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #cccccc;
}
.spacer	{}
.tableGrad_1 {}
.tableGrad_2 {
	background-color: #555555;
}
.contact {
	width: 350px;
	padding: 15px;
	background-color: #dddddd;
	color: #333333;
	text-align: right;
	border: 1px solid #000000;
}
.button#reset {}