/*
  Style Sheet file for the EOS template
  "eos4you.com 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: #333333;
	background-image:url(images/bg_photography.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font: small verdana, sans-serif;
	line-height: 1.4em;
	color: #aaaaaa;
}

/*
   colored scrollbar disabled because Firefox shows it as 
   error in the Javascript console.
html {
	scrollbar-base-color: #666666;
	scrollbar-track-color:#444444;
	scrollbar-arrow-color: #ffcc33;
}
*/
a {
	color: #ffcc33;
	text-decoration: none;
}
a:visited {}

a:hover {}
td	{
	font-size: 13px;
}
input {
	border: 1px solid #222222;
	letter-spacing: 0;
}
.button {
	font-size: 12px;
	letter-spacing: 1pt;
	padding: 2px;
	color: #aaaaaa;
	background-color: #222222;
	border-top:    2px solid #999999;
	border-left:   2px solid #999999;
	border-right:  2px solid #666666;
	border-bottom: 2px solid #666666;
}
.button#cart {
	color: #ffcc33;
}
textarea, .textfield {
	padding: 2px;
	background-color: #999;
	border: 1px solid #222222;
	font-size: 14px;
	font-family: Courier;
	letter-spacing: 0;
}
.selectbox {
	background-color: #999;
	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;
}
.sectionNavigation td {
	font-size: 11px;
}
.sectionNavigation a:link, .sectionNavigation a:visited {
	color: blue;
}
.hint	{
	color: #aaaaaa;
	font-size: 11px;
}
.copyright {
	width: 400px;
	font-size: 11px;
	color: #aaaaaa;
	border-top: 1px solid #ffcc33;
	margin-bottom: 10px;
}

/*
   Header part 
   -----------
*/
.header {
	background-image: url(images/grad_darkgray60.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.topNavigation {
	font-size: 11px;
}
.topTextfield {
	background-color: #ddd;
	font-size: 11px;
}

/*
   Index page 
   ----------
*/
.intro {
	margin-bottom: 11px;
	width: 500px;
	padding: 5px;
	background-color: #333333;
	border-top: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
	font-size: 11px;
}
.expire {
	margin-bottom: 11px;
	width: 500px;
	padding: 5px;
	background-color: #edd;
	border: 2px dashed #c00;
	color: #cc0000;
	font-size: 11px;
}
.sectionintro {
	width: 500px;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: left;
	background-color: #eee;
	border-width: 1px;
	border-style: dotted;
}
.thumbnailbox {
	width: 750px;
	border-top: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
	color: #ffcc33;
}	
.thumbnailbox td {
	background-color: #333333;
	color: #ffcc33;
	background-image: url(images/grad_darkgray150.jpg);
	background-repeat: repeat-x;
	background-position: top;
}	
.thumbnail {
        padding: 10px;
 	width: 140px;
 	height: 160px;
}
.currentPage {
	background-color: #ffcc33;
	color: #222222;
	border: 4px solid #ffcc33;
        padding-left: 2px;
        padding-right: 2px;
	font-weight: bold;
}
.ordered {
	border: 2px dashed #00ff00;
}
.notordered {
	border: 1px solid #cccccc;
}
.caption {
	font-size: 11px;
}
.section {
	font-weight: bold;
}

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

.frame	{
	padding: 16px;
	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:0
}
.matte	{
	padding: 35px;
	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: #cccccc;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffcc33;
}
.itemheader {
	color: #aaaaaa;
	font-weight: bold;
}
.itemlist {
	background-color: #aaaaaa;
	color: #222222;
}
.itemname a:link {
	text-decoration: underline;
}
.description {
	font-size: 13px;
	width: 200px;
	border-bottom: 1px solid #33ff33;
}


/*
   Checkout page 
   -------------
*/
.total	{
	color:#222222;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #aaaaaa;
	font-size: 15px;
	font-weight: bold;
}
.checkoutinfo {
	width: 400px;
	padding: 5px;
	background-color: #333333;
	border-top: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
	font-size: 12px;
}
.couponcode {
	width: 400px;
	padding: 5px;
	background-color: #900;
	border: 1px solid #f33;
	font-size: 12px;
}
.couponcode_ok {
	width: 400px;
	padding: 5px;
	background-color: #090;
	border: 1px solid #33ff33;
	font-size: 12px;
}
.userbox td {
	color: #222222;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #aaaaaa;
}
.spacer	{
	background-color: #aaaaaa;
}
.tableGrad_1 {
	background-color: #aaaaaa;
}
.tableGrad_2 {
	background-color: #aaaaaa;
}
.contact {
	width: 350px;
	padding: 15px;
	background-color: #444444;
	text-align: right;
	border: 1px solid #cccccc;
}
.button#reset {
	color: #ffcc33;
}
