/*
  Style Sheet file for the EOS template
  "Aqua 2 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	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #222222;
	/*background-image: url(images/stripes.gif);*/
	background-attachment: fixed;
	}
html	{}
a:link	{ font-size: 14px; font-style: italic;text-decoration: none;
	font-variant: small-caps;color: #bbbbbb;
	font-weight: 200;}
a:visited { font-style: italic;
	font-variant: small-caps;
	font-weight: 200;color: #bbbbbb;  font-size: 14px;  font: normal;   text-decoration: none;  cursor: pointer;      }
a:hover {font-style: italic;
	font-variant: small-caps;
	font-weight: 600;color: #ffffff;  font-size: 14px;  font: normal;   text-decoration: none;  cursor: pointer;
	outline: solid 1px;
 }
td	{
font-variant: small-caps;
	font-weight: 200;color: #888888;  font-size: 14px;  font: normal;   text-decoration: none; 
}
input	{

	/*letter-spacing: 0px;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font: bold;
	color: #dddddd;
	background: #141414;
	border: 1px dotted #DDDDDD;
/*	line-height: 14px;*/
	font-style: italic;
	font-variant: small-caps;
	font-weight: 200;
	}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid;

	
/*	background-image: url(images/buttonbg.jpg);*/
		font: italic;
		background-color: #888888;
		color: #141414;
		border-bottom-color: #141414;
		border-right-color: #141414;
		border-left-color: #ebebeb;
		border-top-color: #ebebeb;

}
.button#cart {}
select	{ font: italic small-caps 200;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  border: 1px dotted;   }
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-variant: small-caps;
	font-weight: 200;color: #bbbbbb;  font-size: 15px;  font: italic;   text-decoration: none; 
	border: 1px solid #ebebeb;
	background: #141414;
}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 2px;
	/*
	padding-bottom: 2px;
	*/
	height: 24px;
	border: 1px #888888 dotted;
	background-color: #141414;
	color: #ebebeb;
	font: italic small-caps Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.selectbox {}
.big	{
	font-size: 20px;
        letter-spacing: 1px;
	color: #999999;
	font-weight: 200;
	font: italic small-caps 200 Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.mini	{
	font-size: 10px;
	color: #ebebeb;
	font: italic small-caps bolder;
}
.info	{
	font-size: 11px;	font-variant: small-caps;
	font-weight: normal;
		font-weight: 200;color: #bbbbbb;   font: italic;   text-decoration: none;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-variant: small-caps;
}
.navigation a {}
.sectionNavigation td {
	font-size: 14px;
}
.hint	{
	font-variant: small-caps ;
	color: #888888;
	font-size: 14px;
	font: italic;
}
.copyright {
	font-variant: small-caps;
	font-weight: 200;color:#dddddd; font-size: 12px;  font: italic;   text-decoration: none; 
}


/*
   Header part 
   -----------
*/
.header {
	background-color: #222222;
	color: #dddddd;
	padding-right: 5px;	
	font-size: 14px;
	font: italic;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	}
.topNavigation {
	font-size: 14px;
	font: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.topNavigation a {}
.topTextfield {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 2px;
	/*
	padding-bottom: 2px;
	*/
	height: 24px;
	border: 1px #888888 dotted;
	background-color: #141414;
	color: #ebebeb;
	font:  small-caps Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	
	
	
	width: 38px;
	text-align: center;
	vertical-align:top;
	
	/*background-image: url(images/buttonbg.jpg);*/
}

/*
   Index page 
   ----------
*/
.intro {
	width: 550px;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: left;
	color: #888888;
	background-color: #141414;
	font-variant: small-caps;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;

}
.expire {
	width: 550px;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
	color: #ffffff;
	background-color: #121212;
	border: 2px dashed #cc0000;
	font-variant: small-caps;
	font-weight: bolder;  font: normal;   text-decoration: none; 
}
.sectionintro {
	width: 550px;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: left;
	color: #ebebeb;
	background-color: #141414;
	font: small-caps 200;
}
.thumbnailbox {}	
.thumbnailbox td {}
.thumbnail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dddddd;

 	background-position: center;
	vertical-align: middle; 
 	width: 190px;
 	height: 190px;
 	text-align: center;
 	background-image: url(images/well.gif);
 	background-repeat: no-repeat;
 	background-position: left top;
	font-style: italic;
	font-weight: 200;
}
.ordered {
	border: 1px dotted #ff8888;
}
.notordered {
 	border: 1px solid #000000
}
.currentPage {
	background-color: #141414;
	font-weight: bold;
       padding-left: 4px;
        padding-right: 4px;
	font: small-caps 14;
	color: #ebebeb;
	font-style: normal;
}
.caption {
	font-size: 11px;
}
.section {
	font-weight: bold;
	font-size:12px;
	font-style: normal;
}

/*
   Fullsize page 
   -------------
*/

.frame	{
	padding: 0px;
	background-color: #121212;
	border-width: 0px;
}
.frameborder {
border-top-color:    #101010;
	border-left-color:   #101010;
	border-right-color:  #444444;
	border-bottom-color: #444444;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
}
.matte	{
	padding: 20px;
	background-color: #121212;
	border-width: 100px;
	border-color:#000000;
}
.matteborder {
	border-top-color:   #000000;
	border-left-color:  #000000;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-color: #000000;
	border-bottom-color:#000000;
	border-style: solid;
	padding: 0px;

}
.matteborder a:hover {
	background-color: transparent;
}
.fullsize_caption {
	color: #ebebeb;

}
.itemheader {
	background-color: #121212;
	color: #ebebeb;
	font-weight: bold;
		font: italic small-caps bolder Verdana, Geneva, Arial, Helvetica, sans-serif;

}
.itemlist {
	background-color: #141414;
	color: #dddddd;
		font: italic small-caps 200 Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
}
.itemname a:link {
	text-decoration: underline;
}
.description {
	width: 300px;
	background-color: #141414;
	color: #ebebeb;
	text-align: left;
	padding: 5px;
}

/*
   Checkout page 
   -------------
*/
.total	{
	padding-left:  10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	color:#bbbbbb;
}
.checkoutinfo {
	width: 400px;
	padding: 5px;
	background-color: #141414;
	border: 1px solid #aaaaaa;
	font-size: 11px;
		font: small-caps 200 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#ebebeb;
}
.couponcode {
	width: 400px;
	padding: 5px;
	padding-bottom:10px;
	background-color: #222222;
	border: 1px dotted #141414;
	font-size: 12px;
	font: italic small-caps bold Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.couponcode_ok {
	width: 400px;
	padding: 5px;
	
	background-color: #141414;
	border: 1px solid #ebebeb;
	font-size: 12px;
		font: italic small-caps 200 Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.userbox td {}
.spacer	{
	/*background-color: #212121;*/
}
.tableGrad_1 {
color: #ebebeb;
background-color: #222222;
}
.tableGrad_2 {
	/*background-color: #212121;*/
	color: #ebebeb;
}
.contact {
	width: 350px;
	padding: 15px;
	background-color: #ffffff; /*141414;*/
	color: #121212;
	text-align: right;
	border: 1px solid #999999;
}
.button#reset {}
