/*
  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 {
        background-color: black;
	background-image:url(images/black_wall.jpg);
        color: #cccccc;
        font: 12px verdana, helvetica, arial, sans-serif;
}
html {
	scrollbar-base-color:#222222;
	scrollbar-track-color:#666666;
	scrollbar-arrow-color: #aaaaaa;
}
a:link {
	color: #cccccc;
}
a:visited {
	color: #cccccc;
}
a:hover {
	color: white;
}
a:hover img {}
td	{
	font-size: 12px;
}
input {
	letter-spacing: 0;
}
.button {
	color: #000000;
	font-size: 13px;
	background-color: #aaaaaa;
	border-color: #ffffff #777777 #666666 #eeeeee;
}
.button#cart {
}
option {}
.textfield, textarea {
	border: 1px solid #999999;
	font-family: Courier;
	color: #000000;
	font-size: 11px;
	background-color: #eeeeee;
}
.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 white;
        padding-left: 3px;
        padding-right: 3px;
	color: white;
	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: #000000;
	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: 550px;
	padding: 5px;
	background-color: #dddddd;
	border: 2px dashed #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	{
	padding: 25px;
	background-color: #FFFFFF;
}
.frameborder {
	border-top-color:#bbbbbb;
	border-left-color:#cccccc;
	border-right-color:#e3e3e3;
	border-bottom-color:#dfdfdf;
	border-width:3px;
	border-style:solid;
	padding:0;
}
.matte	{
	padding: 6px;
	background-color: #000000;
}
.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	{
        filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, enabled='true', startColorstr='#cccccc', endColorstr='#cccccc');
}
.tableGrad_1 {
        filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, enabled='true', startColorstr='#cccccc', endColorstr='#ffffff');
}
.tableGrad_2 {
        filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, enabled='true', startColorstr='#ffffff', endColorstr='#cccccc');
}
.contact {
	align: right;
}
.bottomline {
	border-bottom: 1px solid black;
}
