/*  Alternate WebshopEngine
(C) 2009-2010 by Christensen
-----------------------------------------------------

File:         shop.css
Description:  CSS format file for webshop area

*/


/* Format for the body of the website
-------------------------------------------------------------------------------
*/
body
{ 
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 14px;
  background-color: #F0F0F0;
}

/* Format for the login table
-------------------------------------------------------------------------------
*/
.login_tbl
{
  width: 100%;
  border: 0;
}
/* Format for the login table input dialog
-------------------------------------------------------------------------------
*/
.login_tbltd
{
  background-color: lightgrey;
  -moz-border-radius-topleft: 8px;
  -html-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -html-border-radius-topright: 8px;
}

/* Format for the error table
-------------------------------------------------------------------------------
*/
.error_tbl
{
  width: 100%;
  border: 0;
  background-color: #ffdddd;
  -moz-border-radius: 8px;
  -html-border-radius: 8px;
}

/* Format for the outer table (around the whole content)
-------------------------------------------------------------------------------
*/
.outer_tbl
{
  background-color: #FFFFFF;
  border: 0;
  border-spacing: 0;
  width: 950px;
  border-left:1px;
  border-left-style: solid;
  border-left-color: #BABABA;
  border-right: 1px;
  border-right-style: solid;
  border-right-color: #BABABA;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #BABABA;
}

/* Format for the outer table row (around the whole content)
-------------------------------------------------------------------------------
*/
.outer_tbltr
{
  height: 450px;
  vertical-align: top;
}

/* Format for the outer table row bottom (copyright by...)
-------------------------------------------------------------------------------
*/
.outer_tbltrbtn
{
  background-color: #DDEEDD;
  text-align: left;
  height: 25px;
}

/* Format for the top table
-------------------------------------------------------------------------------
*/
.top_tbl
{
  border: 0;
  border-spacing: 0;
  width: 100%;
}
/* Format for the top table divider
-------------------------------------------------------------------------------
*/
.top_tbltd
{
  text-align: center;
}

/* Format for the top table with links inside
-------------------------------------------------------------------------------
*/
.toplink_tbl
{
  border: 0;
  border-spacing: 0;
  width: 100%;
}

/* Format for the top table divider
-------------------------------------------------------------------------------
*/
.toplink_tbltd
{
  text-align: right;
}
/* Format for the top table buttons (main page, basket, imprint ...),
   for Internet Explorer adapt the line hover:expression
-------------------------------------------------------------------------------
*/
.toplink_btn
{
  hover:expression(this.onmouseover=new Function("this.style.background='#ddddee';"),
                   this.onmouseout=new Function("this.style.background='#ccccdd';"));
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 14px;
  width: 110px;
  border: 0;
  border-spacing: 2;
  cursor: pointer;
  background-color: #ccdddd;
  -moz-border-radius-topleft: 5px;
  -html-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -html-border-radius-topright: 5px;
}
/* Format for the top table buttons (main page, basket, imprint ...) on hover
-------------------------------------------------------------------------------
*/
.toplink_btn:hover
{
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 14px;
  width: 110px;
  border: 0;
  border-spacing: 2;
  cursor: pointer;
  background-color: #ddddee;
  -moz-border-radius-topleft: 5px;
  -html-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -html-border-radius-topright: 5px;
}

/* Format for the category table
-------------------------------------------------------------------------------
*/
.cat_tbl
{
  background-color: #FFFFFF;
  border: 0;
  border-spacing: 0;
  width: 950px;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #BABABA;
}
/* Format for the category table buttons, for Internet Explorer adapte the
   line hover:expression
-------------------------------------------------------------------------------
*/
.catlink_btn
{
  hover:expression(this.onmouseover=new Function("this.style.background='#ddddee';"),
                   this.onmouseout=new Function("this.style.background='#ccccdd';"));
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 14px;
  width: 110px;
  border: 0;
  border-spacing: 2;
  cursor: pointer;
  background-color: #ccccdd;
  -moz-border-radius-topleft: 5px;
  -html-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -html-border-radius-topright: 5px;
}
/* Format for the category table buttons on hover
-------------------------------------------------------------------------------
*/
.catlink_btn:hover
{
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 14px;
  width: 110px;
  border: 0;
  border-spacing: 2;
  cursor: pointer;
  background-color: #ddddee;
  -moz-border-radius-topleft: 5px;
  -html-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -html-border-radius-topright: 5px;
}

/* Format for the content top table (welcome the my webshop, ...)
-------------------------------------------------------------------------------
*/
.contop_tbl
{
  border: 0;
  border-spacing: 4;
  width: 950px;
  background-color: #E9F1D9;
  filter:alpha(opacity=80); 
  opacity: 0.8; 
  -moz-opacity:0.8;
  -moz-border-radius-topleft: 8px;
  -html-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -html-border-radius-topright: 8px;
}

/* Format for the content table (article list, basket, order dialogs)
-------------------------------------------------------------------------------
*/
.con_tbl
{
  border: 0;
  border-spacing: 2;
  width: 100%;
}

/* Format for the bottom table
-------------------------------------------------------------------------------
*/
.bottom_tbl
{
  border: 0;
  width: 100%;
  text-align: center;
}
/* Format for the bottom table buttons
-------------------------------------------------------------------------------
*/
.bottom_btn
{
  width: 160px;
}

/* Format for the side buttons (search, save/remove article in basket),
   for Internet Explorer adapt the line hover:expression
-------------------------------------------------------------------------------
*/
.side_btn
{
  hover:expression(this.onmouseover=new Function("this.style.background='#ece9f8';"),
                   this.onmouseout=new Function("this.style.background='#ece9d8';"));
  width: 100px;
  border:0;
  background-color: #ece9d8;
  cursor: pointer;
  -moz-border-radius: 5px;
  -html-border-radius: 5px;
}
/* Format for the side buttons (search, save/remove article in basket) on hover
-------------------------------------------------------------------------------
*/
.side_btn:hover
{
  border:0;
  background-color: #ece9f8;
  cursor: pointer;
  -moz-border-radius: 5px;
  -html-border-radius: 5px;
}

/* Format for the sidebar
-------------------------------------------------------------------------------
*/
.sidebardiv_td
{
  vertical-align: top;
}
.sidebartop_tbl
{
  border: 0px;
  background-color: #ece9d8;
  -moz-border-radius-topleft: 5px;
  -html-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -html-border-radius-topright: 5px;
}
.sidebar_tbl
{
  border: 0px;
  border-left:1px;
  border-left-style: solid;
  border-left-color: #ece9d8;
  border-right: 1px;
  border-right-style: solid;
  border-right-color: #ece9d8;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ece9d8;
}
.shoplogin_p
{
  text-align: right;
}

/* Genral format for other html elements
-------------------------------------------------------------------------------
*/
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{ 
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 14px;
}

/* Genral format for images
-------------------------------------------------------------------------------
*/
img
{
  border: 0;
}

/* Genral format for input elements
-------------------------------------------------------------------------------
*/
input
{
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 14px;
}
/* Genral format for input elements on hover
-------------------------------------------------------------------------------
*/
input:hover
{
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 14px;
}

/* Genral format for links and visited links
-------------------------------------------------------------------------------
*/
a:link, a:visited
{
	color: #585898;
	text-decoration: underline;
}

/* Genral format for active or hovered links
-------------------------------------------------------------------------------
*/
a:hover, a:active
{
	color: #9A9ACA;
	text-decoration: underline;
}
