/*
	Quadriga Webshop CSS template 1.0
	Copyright (c) Quadriga AB -2007
	Author: Daniel Dahlin
	Last change: 2007-05-28 18:21:31
*/


*,body {
	padding:0px;											/*default padding*/
	margin:0px;												/*default margin*/
	font-family: "Verdana";			/*default font*/
  	color:#27211f;										/*default font color*/
}

img {
 
} 

	
form {
 display: inline; margin: 0;   /* Fix for internet explorer adding vertical space after a form*/
}
	  

input,select,textarea  	/* Standard input */
{
	 margin:0.5em; 		
}

option {
	padding-right:4px;
}


.giant,h1 {
	font-size:16px;

}

.large,h2{
	font-size:14px;
	font-weight:normal;

}
.medium,h3
{
	font-size:13px;
	font-weight:normal;

}
.small,h4 {
	font-size:12px;
	font-weight:normal;

}

.tiny,h5
{
	font-size:10px;
	font-weight:normal;

}

div td {
	font-size:11px;
	font-weight:normal;

	padding:1px;
}

div#content {
	font-size:11px;
	color:#808080;
}

div p {
	font-size:11px;
	font-weight:normal;
}

div span {
	font-size:11px;
	font-weight:normal;
}

div input, div select, div option, div textarea {
	font-size:11px;
	font-weight:normal;
	margin:2px;
}

div li		/* Standard paragraph text*/
{
	font-size:11px;	
	margin:2px;
}


/*overall default link styles*/

a:link,a:visited {	
	color:#000;
	text-decoration:none;
}

a:hover {	
	color:#000;
	text-decoration:underline;
}



/*STRUCTURES*/

#frame 
{   	   
		width:1001px;
		margin-top:0px;		
		margin-left:0px;	
		padding:0px;
		/*border:1px solid #000;*/
}		


#top
{ 	
		padding:0px;
		margin:0px;
				
}




#left{   
		clear:both;		
 	 	float:left; 	 	
		width:186px;
		background-color:#b6c4c4;				
		color:#fff;
}


#left a, #left p{
 color:#000;
}

#content
{ 			
		float:left;	   
		padding:10px;		
		width:794px;
		background-color:#f3f3f1;

}

#custom_content {
		float:left;	   
		padding:10px;		
		width:794px;
		background-color:#f3f3f1;
}

#content input,#content select,#content option {
 font-size:13px; 
}


#footer
{	
	   /*background-color:#004*/
		 float:left;
 	   clear:both; 	   	   	   	   
	   width:100%;
	   color:#fff;
	   margin-top:20px;
	   /*border-top:1px dotted #808080;*/
	   text-align:center;
	   padding:3px;
}




  /* TOP */

  div #top {
  	/*background-color:#4a5a63;*/
  	background-color:#000;
	height:130px;
	width:100%;
  }


/* --------------------------------------------- */
/* ---------------HORIZONTAL MENU--------------- */
/* --------------------------------------------- */

div#menu_horizontal {
 width:100%;			
 background-color:#255555; 						/*Background color for the menu*/
 background-image:none;
 margin-top:0px;
 margin-bottom:0px;
 padding:0px;	
 border:1px solid #000;
 														/*Padding between menu items and menu background borders*/						 							  
}

div#menu_horizontal table  { 							/* Applies to table	 */
 padding:0px; 
 /* Center for IE and FF	
 text-align:center;         
 margin-left:auto;						
 margin-right:auto;             
 */
 /* Left aligned for IE and FF*/    
 text-align:left;	 					
 margin-left:0px;
}

div#menu_horizontal table td {					 	/* Applies to cell */
 background-image:none;
 background-color:#255555; 
 font-family:tahoma;
 font-size:12px; 
 padding-left:13px;
 padding-right:13px;
 padding-top:5px;
 padding-bottom:5px;
 margin:0px;  
} 

div#menu_horizontal table td:hover, 	
div#menu_horizontal table td.selected {						/* Applies to cell on mouseover on cell	*/
 background-image:none;
 background-color:#000;
 color:#fff; 
 cursor:pointer;																
}

div#menu_horizontal table td:hover a,
div#menu_horizontal table td a.selected {	  /* Applies to anchor on mouseover on cell */
 background-color:#000;
 color:#fff; 	
}

div#menu_horizontal table td a {   				/* Applies to anchor in cell	*/
 color:#fff;
 text-decoration:none;
}

div#menu_horizontal table td a:hover { 		/* Applies to anchor on mouseover	*/
 text-decoration:none;								
}
 



 /* LEFT MENU*/
   
  div #leftmenu  {  	
 	padding-bottom:8px;
  }
  
  div #leftmenu ul:first-child {
  list-style-type:none;
  margin:0px;
  padding:7px;
  }
  
  div #leftmenu ul {	
  list-style-type:none;
  margin:0px;
  padding-left:6px;  
 }
 
  div #leftmenu li {    
  background-color:#b6c4c4;
  margin:0px;
  padding:0px;  
  font-size:11px;
   font-weight:normal;
  }
    
  div #leftmenu li a  {   
   text-decoration:none;   
   color:#000;  
  }
  
  div #leftmenu li a:hover  {
   text-decoration:underline;
  }
 
  div #leftmenu li.selected {
		font-weight:bold;
  }

 /*Product List Action Bar */
 
 div#content .prodlistactionbar {
		margin-top:5px;
 		width:795px;
	} 


/* Product Row list and items */

 div .prodrowlist
	{
		margin-top:10px;		
	}
	
	
	div .prodrowlist .prodrowitem0
	{
		background-color:#e98c38;
		color:#fff;
	}	

	div .prodrowlist .prodrowitem0 a, div .prodrowlist .prodrowitem0 td
	{	
		color:#fff;		
	}	
	
	div .prodrowlist .prodrowitem1
	{
		/*background-color:#b0c4e0;*/
	}	

	div .prodrowlist .prodrowitem0 a, div .prodrowlist .prodrowitem0 td
	{	
		
	}	



/* Standard box with a header*/

div .box * {
	color:#fff;
}

div .boxhead *{
	  background-color:#617f7f;  
	 padding:4px;      
	 margin:0px;		

	 color:#fff;	
}

div .boxhead a:link{  	 
	 color:#fff;	
	 border:0px;
}


div .boxcontent  {   
   padding:4px;      
	 margin:0px;
	 color:#fff;
}  

div .boxcontent input {
	color:#000;
}

  
/* Product box */

div#content .prodbox {
	float:left;
	margin-top:12px;
	margin-right:15px;
	margin-left:0px;
	width:340px;
	height:200px;
	padding:0px;
	border:1px solid #255555;
}

div#content .prodboxhead {
  background-color:#255555;
  padding:4px;
}	

div#content .prodboxhead a {
	font-weight:bold;
	color:#fff;	 
}

div#content .prodboxhead p {
	color:#fff;
}


div#content .prodboximg {
	width:90px;	
	max-height:130px;
	
}


div .prodboxcontent {   	
	/*background-color:#f5f5f5;  	*/
	padding:4px; 		
}    

*/ Search result product box */
div .prodboxsr {
	float:left;
	margin:0.2em;
	width:14em;    
	height:3em;
	
}


/* cart table */

div#content td
{
	padding:4px;
}


/* Standard container */

div .container
{
 float:left;
}
   
div .conleft
{
 float:left;
}

div .conright 
{
 float:right;
}



.row0 {
	background-color:#fafafa;
}

.row1 {
	background-color:#ededed;	
}




 
 /* Product Vote */
div .ProductVote {   
  clear:left; 
  float:left;
	background-image:url('/images/icons/stars_grey.gif');
	background-repeat: no-repeat;	
	margin-top:0.7em;
	width:90px;
	height:16px;
}
 



div .ImgIndexBox {  
	border:1px solid #808080;      
	padding-top:4px;
	padding-bottom:4px;
	padding-left:9px;
	padding-right:9px;
	margin-right:4px;
  margin-top:3px;
  float:left;	
}

div .ImgIndexBox:hover {  
  color:#fff;
  cursor:pointer;
  background-color:#000;
}


/* Product Matches */


div #ProductMatches {
 float:left;
 background-color:#EEEEEE;
 padding:0.4em;
 margin-top:1em;
}

div #ProductMatches p {
 font-size:0.6em;
 
 color:#000;
}


div #ProductMatches img {
 border:1px solid #9B9B9B;
 width:85px;height:85px;
}


/* Product Comments */

div #Comments { 
 clear:left;
 float:left;
 margin-top:1em;
 padding:6px;  
 background-color:#FFF;
}

/* BUTTON */

.button {
 float:left;
background-color:#a21625;
 font-family:verdana; 
 font-weight:bold;
 font-size:10px;
 color:#fff;
 padding:4px;
 margin:2px;
 text-align:center; 
 border-top:1px solid #ccc;
 border-right:1px solid #ccc;
 border-left:1px solid #eee;
 border-bottom:1px solid #eee;
 cursor:pointer;
 h: expression(this.onmouseover = new Function("this.className = 'button-hover';"));
}

.button:hover,.button-hover{
 float:left;
background-color:#a21625;
 font-family:verdana; 
 font-weight:bold;
 font-size:10px;
 color:#fff;
 padding:4px;
 margin:2px;
 text-align:center; 
 border-top:1px solid #ccc;
 border-right:1px solid #ccc;
 border-left:1px solid #eee;
 border-bottom:1px solid #eee;
 cursor:pointer;
 h: expression(this.onmouseout = new Function("this.className = 'button';"));
}

.button_disabled{
 float:left;
 background-color:#fff;
 font-family:verdana; 
 font-weight:bold;
 font-size:10px;
 color:#000;
 padding:4px;
 margin:2px;
 text-align:center; 
 border-top:1px solid #ccc;
 border-right:1px solid #ccc;
 border-left:1px solid #eee;
 border-bottom:1px solid #eee;
 cursor:pointer;
}


/*Showcase */

.showcaseimg {
  height:100px;	
}

/*Thumbnail*/

.thumbnailimg {
 height:50px;
}

.orginalimg {
	max-width:300px;
	padding:5px;
}
