/*
  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: #ffffff;
	background-image: url(images/white.gif);
	background-attachment: fixed;
}
html	{}
a:link	{}
a:visited {}
a:hover {}
td	{
	font-size: 13px;
}
input	{
	letter-spacing: 0px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px #888888 solid;
	background-image: url(images/buttonbg.jpg);
}
.button#cart {}
select	{}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px #888888 solid;
	background: #ffffff;
}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 2px;
	padding-top: 2px;
	/*
	padding-bottom: 2px;
	*/
	height: 20px;
	border: 1px #888888 solid;
}
.selectbox {}
.big	{
	font-size: 20px;
        letter-spacing: 1px;
	color: #999999;
	font-weight: bold;
}
.mini	{
	font-size: 10px;
	color: #777777;
}
.info	{
	font-size: 11px;
	font-weight: normal;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.navigation a {}
.sectionNavigation td {
	font-size: 11px;
}
.hint	{
	color: #777777;
	font-size: 10px;
}
.copyright {
	font-size: 11px;
}


/*
   Header part 
   -----------
*/
.header {
	background-color: #dddddd;
	padding-right: 5px;
}
.topNavigation {
	font-size: 11px;
}
.topNavigation a {}
.topTextfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 33px;
	height: 24px;
	text-align: center;
	border: 1px #888888 solid;
	vertical-align:top;
	background: #f3f3f3;
	background-image: url(images/buttonbg.jpg);
}

/*
   Index page 
   ----------
*/
.intro {
	width: 550px;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 20px;
	text-align: left;
	color: #666666;
	background-color: #ffffff;
}
.expire {
	width: 550px;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 20px;
	text-align: center;
	color: #666666;
	background-color: #ffffff;
	border: 2px dashed #cc0000;
}
.sectionintro {
	width: 550px;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 20px;
	text-align: left;
	color: #666666;
	background-color: #ffffff;
}
.thumbnailbox {}	
.thumbnailbox td {}
.thumbnail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996666;
	padding: 0px;
	padding-top:0px;
 	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;
}
.ordered {
	border: 3px solid #00cc00
}
.notordered {
 	border: 2px inset #dddddd
}
.currentPage {
	background-color: #ffffff;
	font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
	font-size: 11px;		
}
.caption {
	font-size: 10px;
}
.section {
	font-weight: bold;
}

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

.frame	{
	padding: 0px;
	background-color: #000000;
}
.frameborder {
	border-top-color:    #999999;
	border-left-color:   #aaaaaa;
	border-right-color:  #c3c3c3;
	border-bottom-color: #bfbfbf;
	border-width: 2px;
	border-style: solid;
	padding: 0px;
}
.matte	{
	padding: 15px;
	background-color: #ffffff;
}
.matteborder {
	border-top-color:   #bbbbbb;
	border-left-color:  #cccccc;
	border-right-color: #e3e3e3;
	border-bottom-color:#dfdfdf;
	border-width: 3px;
	border-style: solid;
	padding: 0px;
}
.matteborder a:hover {
	background-color: transparent;
}
.fullsize_caption {
	color: #333333;
}
.itemheader {
	background-color: #999999;
	color: #ffffff;
	font-weight: bold;
}
.itemlist {
	background-color: #dddddd;
	color: #000000;
}
.itemname a:link {
	text-decoration: underline;
}
.description {
	width: 250px;
	text-align: left;
	padding: 5px;
}

/*
   Checkout page 
   -------------
*/
.total	{
	padding-left:  10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
}
.checkoutinfo {
	width: 400px;
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	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;
}
.userbox td {}
.spacer	{
	background-color: #dddddd;
}
.tableGrad_1 {
}
.tableGrad_2 {
	background-color: #dddddd;
}
.contact {
	width: 350px;
	padding: 15px;
	background-color: #ffffff;
	text-align: right;
	border: 1px solid #999999;
}
.button#reset {}