/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #BCCCD7; /*url(img/background.jpg) repeat;*/
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #8A4F34;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	/*color: #88ac0b;*/	
	color: #8a4f34;
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(img/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	 
}
/* new 
#sidebar form {
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;
}
end new */

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(img/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#outer_text {
	width: 820px;
	text-align: right;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
}



#wrap {
	width: 820px;
	background-color: #FFF;
	/*background: #CCC url(img/content.jpg) repeat-y center top;*/
	margin: 0 auto;
	margin-top: 1px;
	text-align: left;
	/*border:#CCCCCC 2px solid;*/
	border:#3F1E17 2px solid;
}
#content-wrap {
	clear: both;
	width: 820px;
	/*width: 760px;*/
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 162px;
	background: #CCC url(img/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
		
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 2.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	background-color:#3F1E17;
	background: url(img/menu.gif) repeat-x center top;
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */

#main {
	float: right; /*left;*/
	width: 75%;
	padding: 0; margin: 0;
	background-color:#CCCC66$;
}
/*
#main table{
	margin-left: 10px;
	margin-top: 10px;
}
*/
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #3F1E17;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(img/square-brown.jpg) no-repeat 3px 50%;	
}



.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(img/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(img/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(img/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 24%;
	padding: 0; margin: 0;
	/*neu*/
	font-size: 0.9em;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: white;
	background-color: #614640;/*#3F1E17;*/
	background: #614640 url(img/headerbg.gif) no-repeat left center;
	text-indent: 20px;
	/*border: 1px solid #EFF0F1;*/
}
#sidebar .left-box {
	border: 1px solid #EFF0F1;
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(img/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	/*background: #CCC url(img/footer.jpg) no-repeat center top;*/
	clear: both;
	width: 820px;
	height: 92px; /* Marcel Frei 15.7.2010 */
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

img
{
border:none;
}

form#quick_find2 {
background-color:transparent;
border:none;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

/*
new styles for the new product info page
Marcel Frei 
15.07.2008
*/
#productimages {
	list-style:none inside; 
	margin-top:10px; 
	margin-left: 0px; 
	padding-left: 0px;
	width: 100%;
}
#productimages li{
	margin-left: 0px; 
	padding-left: 0px;
	
}
#productimages li img {
	border-bottom: solid 1px #cccccc;
}

/*
Marcel Frei 21.07.2008
Design Team Seite Modul
*/
.designteam_title {
	text-indent: 10px;
	background-color: #BCCDD7;
	border-bottom: solid 1px #cccccc;
	height: 2.5em;
	font-size: 1.2em;
	color:black;
	font-weight: 200;
}

.designteam_title td {
	padding-right: 10px;
}

.design_team_box {
	border: 1px solid #EFF0F1; 
	padding: 2px; 
	width: 604px; 
	margin-left:5px; 
	margin-top: 20px; 
	background-color: #ffffff;
}
.design_team_box a {
	color: #FDF1F0;
}

.design_team_box a:hover {
	color: white;
}

.design_team_divider {
	background-image:url(img/divider-1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 35px;
}
.design_team_description {
	padding-top: 5px;
}

#product_listing {
	width: 100%;
	/*background-color: #FDF2F0;*/
	margin-left: 5px;
}

#product_listing dl {
	
	position:static;
}

#product_listing dt {
	float:left;
	width: 250px;
	height: 350px;
	margin: 2px;
	margin-bottom: 6px;
	padding: 5px;
	border: 1px solid #EFF0F1;
	/*background-color: #FDF2F0;*/
	/*border: 1px solid black; */
}

.contentsTopics {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #3F1E17;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(img/square-brown.jpg) no-repeat 3px 50%;	
}

#main_content_new_products {
	width: 100%;
}

#main_content_new_products dl {
	
	position:static;
}

#main_content_new_products dt {
	float:left;
	width: 150px;
	height: 230px;
	margin: 5px;
	padding: 5px;
	text-align:center;
}

.pom {
	width: 100%;
	margin-left: 5px;
}

.pom dl {
	 position:static;
	 
}
.pom dt {
	float: left;
	width: 270px;
	height: 320px;
	border: solid 1px #663333;
	padding: 5px;
	margin: 5px;
	text-align:center;
}

.pom dl dt .portrait {
	height: 270px;
	display: block;
}

.pom dl dt a img {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.pom dl dt a {
	text-align:center;
	
}


.pom dl dt .landscape {
	width: 270px;
	display: block;
}

.pom dl dt .square {
	width: 250;
	display: block;
}

.pom dl dt div {
	width: 100%;
	background-color: #BCCDD7;
	padding-top: 5px;
	padding-bottom: 4px;
}

.productOldPrice{
	text-decoration:line-through;
}

#guest_designer .design_team_box .designteam_title a {
	color: black;
}
#guest_designer .design_team_box .designteam_title a:hover {
	color: black;
	text-decoration:underline;
	font-size:105%;
}

/*
for error messages
*/
.errorBox {
  color: red;
}

/* 
	Marcel Frei 18.2.2010
	Retailer Info
*/
#retailer_info {
	margin-left: 5px;
	padding-top: 5px;
}
.retailer_info_even {
	
	padding: 5px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
}
.retailer_info_odd {
	
	padding: 5px;
	margin-top: 20px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #999999;
}
