/*
  Style Sheet file for the EOS template
  "darkgrey 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!
*/

/*
   General part 
   ------------
*/
body {
        background: #333333;
        color: #CCCCCC;
        font: 10px verdana;
	background-image:url(images/aaaa.gif);
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
}
/*
   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: #ccccff;
}
*/
a:link{
        color: #CCCCCC;
        text-decoration: none;
}
a:visited {
        color: #CCCCCC;
        text-decoration: none;
}
a:hover {
        color: #0099FF;
        text-decoration: none;
}
td	{
        font: 10px verdana;
}
input {
	background-color: #333333;
	color: #CCCCCC;
	border-color: #222222 #bbbbbb #aaaaaa #333333;
	border-width: 1px;
	letter-spacing: 0;
}
.button {
	background-color: #333333;
	color: #CCCCCC;
        font-weight: bold;
	border-color: #bbbbbb #333333 #222222 #cccccc;
}
.button#cart {}
select {
	background-color: #333333;
	color: #CCCCCC;
}
textarea, .textfield {
	background-color: #FFFFFF;
	color: #666666;
        font-weight: bold;
	border-color: #222222 #bbbbbb #aaaaaa #333333;
	border-width: 1px;
	font-family: Courier;
}
.selectbox {
	background-color: #FFFFFF;
	letter-spacing: 0;
}
.big	{
        color: #CCCCCC;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 4px;
        text-align: left;
}
.mini	{
	font-size: 10px;
}
.info	{}
.navigation {
        color: #CCCCCC;
        letter-spacing: 3px;
	font-size: 13px;
}
.navigation a {}
.currentPage {
	border: 1px solid #666666;
        padding-left: 3px;
        padding-right: 3px;
	font-weight: bold;
}
.sectionNavigation a:link, .sectionNavigation a:visited {}
.sectionNavigation td {
	font-size: 11px;
}
.hint	{
	font-size: 11px;
}
.copyright {
	font-size: 11px;
}


/*
   Header part 
   -----------
*/
.header {
	background-color: #333333;
	border-bottom: 1px solid #000000;
}
.topNavigation {
	font-size: 10px;
}
.topNavigation a {}
.topTextfield {
	font-size: 10px;
}

/*
   Index page 
   ----------
*/
.intro {
	width: 450px;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 50px;
	text-align: left;
	border: 1px solid #000000;
}
.expire {
	margin-bottom: 11px;
	width: 450px;
	padding: 5px;
	background-color: #aaaaaa;
	border: 2px dashed #aa0000;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
.sectionintro {
	width: 450px;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: left;
	background-color: #ebe5dc;
	border: 1px solid #663300;
}
.thumbnailbox {}	
.thumbnailbox td {}
.thumbnail {
        padding: 15px;
        border: #000000 1px solid;
        background-color: #333333;
        width: 165px;
        height: 185px;
        vertical-align: middle;

	background-image:url(images/aaaa.gif);
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.ordered {
	border: 3px solid #CCCCCC;
}
.notordered {
	border: 2px solid #CCCCCC;
}
.caption {
	font-size: 10px;
	font-weight: normal;
}
.section {
	font-size: 10px;
	color: #CCCCCC;
}

/*
   Fullsize page 
   -------------
*/

.frame	{
	padding: 20px;
	background-color: #333333;
}
.frameborder {
	border-top-color:#333333;
	border-right-color:#333333;
	border-bottom-color:#333333;
	border-left-color:#333333;
	border-width:4px;
	border-style:solid;
	padding:0
}
.matte	{
	padding: 0;
}
.matteborder {
	border-width:0;
}
.matteborder a:hover {
	background-color: transparent;
}
.fullsize_caption {
	font-size: 12px;
}
.itemheader {
	background-color: #FFFFFF;
	color: #333333;
	font-weight: bold;
}
.itemlist {
	background-color: #FFFFFF;
	color: #333333;
}
.itemname a:link {
	text-decoration: underline;
}
.description {
	width: 300px;
	text-align: left;
	background-color: #CCCCCC;
	padding: 5px;
}

/*
   Checkout page 
   -------------
*/
.total	{
	padding-left:  10px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2pt;
}
.checkoutinfo {
	width: 400px;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	background-color: #333333;
}
.couponcode {
	width: 400px;
	padding: 5px;
	background-color: #333333;
	border: 1px solid #333333;
	font-size: 12px;
	color: #333333;
}
.couponcode_ok {
	width: 400px;
	padding: 5px;
	background-color: #333333;
	border: 1px solid #333333;
	font-size: 12px;
	color: #333333;
}
.userbox td {}
.spacer	{
	background-color: #333333;
}
.tableGrad_1 {
	background-color: #333333;
}
.tableGrad_2 {
	background-color: #333333;
}
.contact {
	width: 350px;
	padding: 15px;
	background-color: #333333;
	text-align: right;
	border: 1px solid #333333;
}
.button#reset {}